@charset "UTF-8";
.wp-block-archives {
  box-sizing: border-box;
}
.wp-block-archives-dropdown label {
  display: block;
}
.wp-block-avatar {
  box-sizing: border-box;
}
.wp-block-avatar.aligncenter {
  text-align: center;
}
.wp-block-audio {
  box-sizing: border-box;
}
.wp-block-audio figcaption {
  margin-bottom: 1em;
  margin-top: 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-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-code {
  box-sizing: border-box;
}
.wp-block-code code {
  display: block;
  font-family: inherit;
  overflow-wrap: break-word;
  white-space: pre-wrap;
}
.wp-block-columns {
  align-items: normal !important;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap !important;
  margin-bottom: 1.75em;
}
@media (min-width: 782px) {
  .wp-block-columns {
    flex-wrap: nowrap !important;
  }
}
.wp-block-columns.are-vertically-aligned-top {
  align-items: flex-start;
}
.wp-block-columns.are-vertically-aligned-center {
  align-items: center;
}
.wp-block-columns.are-vertically-aligned-bottom {
  align-items: flex-end;
}
@media (max-width: 781px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
  }
}
@media (min-width: 782px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 0%;
    flex-grow: 1;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile)
    > .wp-block-column[style*="flex-basis"] {
    flex-grow: 0;
  }
}
.wp-block-columns.is-not-stacked-on-mobile {
  flex-wrap: nowrap !important;
}
.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column {
  flex-basis: 0%;
  flex-grow: 1;
}
.wp-block-columns.is-not-stacked-on-mobile
  > .wp-block-column[style*="flex-basis"] {
  flex-grow: 0;
}
:where(.wp-block-columns.has-background) {
  padding: 1.25em 2.375em;
}
.wp-block-column {
  flex-grow: 1;
  min-width: 0;
  overflow-wrap: break-word;
  word-break: break-word;
}
.wp-block-column.is-vertically-aligned-top {
  align-self: flex-start;
}
.wp-block-column.is-vertically-aligned-center {
  align-self: center;
}
.wp-block-column.is-vertically-aligned-bottom {
  align-self: flex-end;
}
.wp-block-column.is-vertically-aligned-bottom,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
  width: 100%;
}
.wp-block-post-comments {
  box-sizing: border-box;
}
.wp-block-post-comments .alignleft {
  float: left;
}
.wp-block-post-comments .alignright {
  float: right;
}
.wp-block-post-comments .navigation:after {
  clear: both;
  content: "";
  display: table;
}
.wp-block-post-comments .commentlist {
  clear: both;
  list-style: none;
  margin: 0;
  padding: 0;
}
.wp-block-post-comments .commentlist .comment {
  min-height: 2.25em;
  padding-left: 3.25em;
}
.wp-block-post-comments .commentlist .comment p {
  font-size: 1em;
  line-height: 1.8;
  margin: 1em 0;
}
.wp-block-post-comments .commentlist .children {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wp-block-post-comments .comment-author {
  line-height: 1.5;
}
.wp-block-post-comments .comment-author .avatar {
  border-radius: 1.5em;
  display: block;
  float: left;
  height: 2.5em;
  margin-right: 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;
  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: #fff;
  width: 100%;
  z-index: 1;
}
.wp-block-cover-image.is-light .wp-block-cover__inner-container,
.wp-block-cover.is-light .wp-block-cover__inner-container {
  color: #000;
}
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color) {
  color: inherit;
}
.wp-block-cover-image.is-position-top-left,
.wp-block-cover.is-position-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}
.wp-block-cover-image.is-position-top-center,
.wp-block-cover.is-position-top-center {
  align-items: flex-start;
  justify-content: center;
}
.wp-block-cover-image.is-position-top-right,
.wp-block-cover.is-position-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}
.wp-block-cover-image.is-position-center-left,
.wp-block-cover.is-position-center-left {
  align-items: center;
  justify-content: flex-start;
}
.wp-block-cover-image.is-position-center-center,
.wp-block-cover.is-position-center-center {
  align-items: center;
  justify-content: center;
}
.wp-block-cover-image.is-position-center-right,
.wp-block-cover.is-position-center-right {
  align-items: center;
  justify-content: flex-end;
}
.wp-block-cover-image.is-position-bottom-left,
.wp-block-cover.is-position-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}
.wp-block-cover-image.is-position-bottom-center,
.wp-block-cover.is-position-bottom-center {
  align-items: flex-end;
  justify-content: center;
}
.wp-block-cover-image.is-position-bottom-right,
.wp-block-cover.is-position-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}
.wp-block-cover-image.has-custom-content-position.has-custom-content-position
  .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position
  .wp-block-cover__inner-container {
  margin: 0;
  width: auto;
}
.wp-block-cover .wp-block-cover__image-background,
.wp-block-cover video.wp-block-cover__video-background,
.wp-block-cover-image .wp-block-cover__image-background,
.wp-block-cover-image video.wp-block-cover__video-background {
  border: none;
  bottom: 0;
  box-shadow: none;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax,
.wp-block-cover__image-background.has-parallax,
video.wp-block-cover__video-background.has-parallax {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
@supports (-webkit-overflow-scrolling: touch) {
  .wp-block-cover-image.has-parallax,
  .wp-block-cover.has-parallax,
  .wp-block-cover__image-background.has-parallax,
  video.wp-block-cover__video-background.has-parallax {
    background-attachment: scroll;
  }
}
@media (prefers-reduced-motion: reduce) {
  .wp-block-cover-image.has-parallax,
  .wp-block-cover.has-parallax,
  .wp-block-cover__image-background.has-parallax,
  video.wp-block-cover__video-background.has-parallax {
    background-attachment: scroll;
  }
}
.wp-block-cover-image.is-repeated,
.wp-block-cover.is-repeated,
.wp-block-cover__image-background.is-repeated,
video.wp-block-cover__video-background.is-repeated {
  background-repeat: repeat;
  background-size: auto;
}
.wp-block-cover__image-background,
.wp-block-cover__video-background {
  z-index: 0;
}
.wp-block-cover-image-text,
.wp-block-cover-image-text a,
.wp-block-cover-image-text a:active,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:hover,
.wp-block-cover-text,
.wp-block-cover-text a,
.wp-block-cover-text a:active,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:hover,
section.wp-block-cover-image h2,
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a:active,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:hover {
  color: #fff;
}
.wp-block-cover-image .wp-block-cover.has-left-content {
  justify-content: flex-start;
}
.wp-block-cover-image .wp-block-cover.has-right-content {
  justify-content: flex-end;
}
.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
section.wp-block-cover-image.has-left-content > h2 {
  margin-left: 0;
  text-align: left;
}
.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
section.wp-block-cover-image.has-right-content > h2 {
  margin-right: 0;
  text-align: right;
}
.wp-block-cover .wp-block-cover-text,
.wp-block-cover-image .wp-block-cover-image-text,
section.wp-block-cover-image > h2 {
  font-size: 2em;
  line-height: 1.25;
  margin-bottom: 0;
  max-width: 840px;
  padding: 0.44em;
  text-align: center;
  z-index: 1;
}
.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block[data-align="left"] > [data-type="core/embed"],
.wp-block[data-align="right"] > [data-type="core/embed"] {
  max-width: 360px;
  width: 100%;
}
.wp-block-embed.alignleft .wp-block-embed__wrapper,
.wp-block-embed.alignright .wp-block-embed__wrapper,
.wp-block[data-align="left"]
  > [data-type="core/embed"]
  .wp-block-embed__wrapper,
.wp-block[data-align="right"]
  > [data-type="core/embed"]
  .wp-block-embed__wrapper {
  min-width: 280px;
}
.wp-block-cover .wp-block-embed {
  min-height: 240px;
  min-width: 320px;
}
.wp-block-embed {
  overflow-wrap: break-word;
}
.wp-block-embed figcaption {
  margin-bottom: 1em;
  margin-top: 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 {
  margin-bottom: 1.5em;
}
.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;
}
.wp-block-file__embed {
  margin-bottom: 1em;
}
:where(.wp-block-file__button) {
  border-radius: 2em;
  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%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,
.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,
.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,
.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item {
  margin-right: 0;
  width: 100%;
}
@media (min-width: 600px) {
  .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item {
    margin-right: 1em;
    width: calc(33.33333% - 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%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.wp-block-gallery.has-nested-images.columns-1
  figure.wp-block-image:not(#individual-image) {
  width: 100%;
}
@media (min-width: 600px) {
  .wp-block-gallery.has-nested-images.columns-3
    figure.wp-block-image:not(#individual-image) {
    width: calc(
      33.33333% - var(--wp--style--unstable-gallery-gap, 16px) * 0.66667
    );
  }
  .wp-block-gallery.has-nested-images.columns-4
    figure.wp-block-image:not(#individual-image) {
    width: calc(25% - var(--wp--style--unstable-gallery-gap, 16px) * 0.75);
  }
  .wp-block-gallery.has-nested-images.columns-5
    figure.wp-block-image:not(#individual-image) {
    width: calc(20% - var(--wp--style--unstable-gallery-gap, 16px) * 0.8);
  }
  .wp-block-gallery.has-nested-images.columns-6
    figure.wp-block-image:not(#individual-image) {
    width: calc(
      16.66667% - var(--wp--style--unstable-gallery-gap, 16px) * 0.83333
    );
  }
  .wp-block-gallery.has-nested-images.columns-7
    figure.wp-block-image:not(#individual-image) {
    width: calc(
      14.28571% - var(--wp--style--unstable-gallery-gap, 16px) * 0.85714
    );
  }
  .wp-block-gallery.has-nested-images.columns-8
    figure.wp-block-image:not(#individual-image) {
    width: calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px) * 0.875);
  }
  .wp-block-gallery.has-nested-images.columns-default
    figure.wp-block-image:not(#individual-image) {
    width: calc(
      33.33% - var(--wp--style--unstable-gallery-gap, 16px) * 0.66667
    );
  }
  .wp-block-gallery.has-nested-images.columns-default
    figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),
  .wp-block-gallery.has-nested-images.columns-default
    figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)
    ~ figure.wp-block-image:not(#individual-image) {
    width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) * 0.5);
  }
  .wp-block-gallery.has-nested-images.columns-default
    figure.wp-block-image:not(#individual-image):first-child:last-child {
    width: 100%;
  }
}
.wp-block-gallery.has-nested-images.alignleft,
.wp-block-gallery.has-nested-images.alignright {
  max-width: 420px;
  width: 100%;
}
.wp-block-gallery.has-nested-images.aligncenter {
  justify-content: center;
}
.wp-block-group {
  box-sizing: border-box;
}
h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
  padding: 1.25em 2.375em;
}
.wp-block-image img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
.wp-block-image img,
.wp-block-image.has-custom-border img {
  box-sizing: border-box;
}
.wp-block-image.aligncenter {
  text-align: center;
}
.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
  height: auto;
  width: 100%;
}
.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.aligncenter,
.wp-block-image.alignleft,
.wp-block-image.alignright {
  display: table;
}
.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image.aligncenter > figcaption,
.wp-block-image.alignleft > figcaption,
.wp-block-image.alignright > figcaption {
  caption-side: bottom;
  display: table-caption;
}
.wp-block-image .alignleft {
  float: left;
  margin: 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;
}
ol.wp-block-latest-comments {
  box-sizing: border-box;
  margin-left: 0;
}
.wp-block-latest-comments .wp-block-latest-comments {
  padding-left: 0;
}
.wp-block-latest-comments__comment {
  line-height: 1.1;
  list-style: none;
  margin-bottom: 1em;
}
.has-avatars .wp-block-latest-comments__comment {
  list-style: none;
  min-height: 2.25em;
}
.has-avatars
  .wp-block-latest-comments__comment
  .wp-block-latest-comments__comment-excerpt,
.has-avatars
  .wp-block-latest-comments__comment
  .wp-block-latest-comments__comment-meta {
  margin-left: 3.25em;
}
.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment {
  line-height: 1.5;
}
.wp-block-latest-comments__comment-excerpt p {
  font-size: 0.875em;
  line-height: 1.8;
  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-posts {
  box-sizing: border-box;
}
.wp-block-latest-posts.alignleft {
  margin-right: 2em;
}
.wp-block-latest-posts.alignright {
  margin-left: 2em;
}
.wp-block-latest-posts.wp-block-latest-posts__list {
  list-style: none;
  padding-left: 0;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
  clear: both;
}
.wp-block-latest-posts.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.wp-block-latest-posts.is-grid li {
  margin: 0 1.25em 1.25em 0;
  width: 100%;
}
@media (min-width: 600px) {
  .wp-block-latest-posts.columns-2 li {
    width: calc(50% - 0.625em);
  }
  .wp-block-latest-posts.columns-2 li:nth-child(2n) {
    margin-right: 0;
  }
  .wp-block-latest-posts.columns-3 li {
    width: calc(33.33333% - 0.83333em);
  }
  .wp-block-latest-posts.columns-3 li:nth-child(3n) {
    margin-right: 0;
  }
  .wp-block-latest-posts.columns-4 li {
    width: calc(25% - 0.9375em);
  }
  .wp-block-latest-posts.columns-4 li:nth-child(4n) {
    margin-right: 0;
  }
  .wp-block-latest-posts.columns-5 li {
    width: calc(20% - 1em);
  }
  .wp-block-latest-posts.columns-5 li:nth-child(5n) {
    margin-right: 0;
  }
  .wp-block-latest-posts.columns-6 li {
    width: calc(16.66667% - 1.04167em);
  }
  .wp-block-latest-posts.columns-6 li:nth-child(6n) {
    margin-right: 0;
  }
}
.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
  display: block;
  font-size: 0.8125em;
}
.wp-block-latest-posts__post-excerpt {
  margin-bottom: 1em;
  margin-top: 0.5em;
}
.wp-block-latest-posts__featured-image a {
  display: inline-block;
}
.wp-block-latest-posts__featured-image img {
  height: auto;
  max-width: 100%;
  width: auto;
}
.wp-block-latest-posts__featured-image.alignleft {
  float: left;
  margin-right: 1em;
}
.wp-block-latest-posts__featured-image.alignright {
  float: right;
  margin-left: 1em;
}
.wp-block-latest-posts__featured-image.aligncenter {
  margin-bottom: 1em;
  text-align: center;
}
ol,
ul {
  box-sizing: border-box;
}
ol.has-background,
ul.has-background {
  padding: 1.25em 2.375em;
}
.wp-block-media-text {
  box-sizing: border-box; /*!rtl:begin:ignore*/
  direction: ltr; /*!rtl:end:ignore*/
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-template-rows: auto;
}
.wp-block-media-text.has-media-on-the-right {
  grid-template-columns: 1fr 50%;
}
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
  align-self: start;
}
.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media {
  align-self: center;
}
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
  align-self: end;
}
.wp-block-media-text .wp-block-media-text__media {
  /*!rtl:begin:ignore*/
  grid-column: 1;
  grid-row: 1; /*!rtl:end:ignore*/
  margin: 0;
}
.wp-block-media-text .wp-block-media-text__content {
  direction: ltr; /*!rtl:begin:ignore*/
  grid-column: 2;
  grid-row: 1; /*!rtl:end:ignore*/
  padding: 0 8%;
  word-break: break-word;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  /*!rtl:begin:ignore*/
  grid-column: 2;
  grid-row: 1; /*!rtl:end:ignore*/
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  /*!rtl:begin:ignore*/
  grid-column: 1;
  grid-row: 1; /*!rtl:end:ignore*/
}
.wp-block-media-text__media img,
.wp-block-media-text__media video {
  height: auto;
  max-width: unset;
  vertical-align: middle;
  width: 100%;
}
.wp-block-media-text.is-image-fill .wp-block-media-text__media {
  background-size: cover;
  height: 100%;
  min-height: 250px;
}
.wp-block-media-text.is-image-fill .wp-block-media-text__media > a {
  display: block;
  height: 100%;
}
.wp-block-media-text.is-image-fill .wp-block-media-text__media img {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
@media (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
  }
}
.wp-block-navigation {
  --navigation-layout-justification-setting: flex-start;
  --navigation-layout-direction: row;
  --navigation-layout-wrap: wrap;
  --navigation-layout-justify: flex-start;
  --navigation-layout-align: center;
  position: relative;
}
.wp-block-navigation ul {
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 0;
  padding-left: 0;
}
.wp-block-navigation ul,
.wp-block-navigation ul li {
  list-style: none;
  padding: 0;
}
.wp-block-navigation .wp-block-navigation-item {
  align-items: center;
  display: flex;
  position: relative;
}
.wp-block-navigation
  .wp-block-navigation-item
  .wp-block-navigation__submenu-container:empty {
  display: none;
}
.wp-block-navigation .wp-block-navigation-item__content {
  display: block;
}
.wp-block-navigation
  .wp-block-navigation-item__content.wp-block-navigation-item__content {
  color: inherit;
}
.wp-block-navigation.has-text-decoration-underline
  .wp-block-navigation-item__content,
.wp-block-navigation.has-text-decoration-underline
  .wp-block-navigation-item__content:active,
.wp-block-navigation.has-text-decoration-underline
  .wp-block-navigation-item__content:focus {
  text-decoration: underline;
}
.wp-block-navigation.has-text-decoration-line-through
  .wp-block-navigation-item__content,
.wp-block-navigation.has-text-decoration-line-through
  .wp-block-navigation-item__content:active,
.wp-block-navigation.has-text-decoration-line-through
  .wp-block-navigation-item__content:focus {
  text-decoration: line-through;
}
.wp-block-navigation:where(:not([class*="has-text-decoration"])) a {
  text-decoration: none;
}
.wp-block-navigation:where(:not([class*="has-text-decoration"])) a:active,
.wp-block-navigation:where(:not([class*="has-text-decoration"])) a:focus {
  text-decoration: none;
}
.wp-block-navigation .wp-block-navigation__submenu-icon {
  align-self: center;
  background-color: inherit;
  border: none;
  color: currentColor;
  display: inline-block;
  font-size: inherit;
  height: 0.6em;
  line-height: 0;
  margin-left: 0.25em;
  padding: 0;
  width: 0.6em;
}
.wp-block-navigation .wp-block-navigation__submenu-icon svg {
  stroke: currentColor;
  display: inline-block;
  height: inherit;
  margin-top: 0.075em;
  width: inherit;
}
.wp-block-navigation.is-vertical {
  --navigation-layout-direction: column;
  --navigation-layout-justify: initial;
  --navigation-layout-align: flex-start;
}
.wp-block-navigation.no-wrap {
  --navigation-layout-wrap: nowrap;
}
.wp-block-navigation.items-justified-center {
  --navigation-layout-justification-setting: center;
  --navigation-layout-justify: center;
}
.wp-block-navigation.items-justified-center.is-vertical {
  --navigation-layout-align: center;
}
.wp-block-navigation.items-justified-right {
  --navigation-layout-justification-setting: flex-end;
  --navigation-layout-justify: flex-end;
}
.wp-block-navigation.items-justified-right.is-vertical {
  --navigation-layout-align: flex-end;
}
.wp-block-navigation.items-justified-space-between {
  --navigation-layout-justification-setting: space-between;
  --navigation-layout-justify: space-between;
}
.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
  align-items: normal;
  background-color: inherit;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 0;
  left: -1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  transition: opacity 0.1s linear;
  visibility: hidden;
  width: 0;
  z-index: 2;
}
.wp-block-navigation
  .has-child
  .wp-block-navigation__submenu-container
  > .wp-block-navigation-item
  > .wp-block-navigation-item__content {
  display: flex;
  flex-grow: 1;
}
.wp-block-navigation
  .has-child
  .wp-block-navigation__submenu-container
  > .wp-block-navigation-item
  > .wp-block-navigation-item__content
  .wp-block-navigation__submenu-icon {
  margin-left: auto;
  margin-right: 0;
}
.wp-block-navigation
  .has-child
  .wp-block-navigation__submenu-container
  .wp-block-navigation-item__content {
  margin: 0;
}
@media (min-width: 782px) {
  .wp-block-navigation
    .has-child
    .wp-block-navigation__submenu-container
    .wp-block-navigation__submenu-container {
    left: 100%;
    top: -1px;
  }
  .wp-block-navigation
    .has-child
    .wp-block-navigation__submenu-container
    .wp-block-navigation__submenu-container:before {
    background: transparent;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 100%;
    width: 0.5em;
  }
  .wp-block-navigation
    .has-child
    .wp-block-navigation__submenu-container
    .wp-block-navigation__submenu-icon {
    margin-right: 0.25em;
  }
  .wp-block-navigation
    .has-child
    .wp-block-navigation__submenu-container
    .wp-block-navigation__submenu-icon
    svg {
    transform: rotate(-90deg);
  }
}
.wp-block-navigation
  .has-child:not(.open-on-click):hover
  > .wp-block-navigation__submenu-container {
  height: auto;
  min-width: 200px;
  opacity: 1;
  overflow: visible;
  visibility: visible;
  width: auto;
}
.wp-block-navigation
  .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within
  > .wp-block-navigation__submenu-container {
  height: auto;
  min-width: 200px;
  opacity: 1;
  overflow: visible;
  visibility: visible;
  width: auto;
}
.wp-block-navigation
  .has-child
  .wp-block-navigation-submenu__toggle[aria-expanded="true"]
  ~ .wp-block-navigation__submenu-container {
  height: auto;
  min-width: 200px;
  opacity: 1;
  overflow: visible;
  visibility: visible;
  width: auto;
}
.wp-block-navigation.has-background
  .has-child
  .wp-block-navigation__submenu-container {
  left: 0;
  top: 100%;
}
@media (min-width: 782px) {
  .wp-block-navigation.has-background
    .has-child
    .wp-block-navigation__submenu-container
    .wp-block-navigation__submenu-container {
    left: 100%;
    top: 0;
  }
}
.wp-block-navigation-submenu {
  display: flex;
  position: relative;
}
.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
  stroke: currentColor;
}
button.wp-block-navigation-item__content {
  background-color: transparent;
  border: none;
  color: currentColor;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-align: left;
  text-transform: inherit;
}
.wp-block-navigation-submenu__toggle {
  cursor: pointer;
}
.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle {
  padding-right: 0.85em;
}
.wp-block-navigation-item.open-on-click
  .wp-block-navigation-submenu__toggle
  + .wp-block-navigation__submenu-icon {
  margin-left: -0.6em;
  pointer-events: none;
}
.wp-block-navigation .wp-block-page-list,
.wp-block-navigation__container,
.wp-block-navigation__responsive-close,
.wp-block-navigation__responsive-container,
.wp-block-navigation__responsive-container-content,
.wp-block-navigation__responsive-dialog {
  gap: inherit;
}
:where(
    .wp-block-navigation.has-background
      .wp-block-navigation-item
      a:not(.wp-element-button)
  ),
:where(
    .wp-block-navigation.has-background
      .wp-block-navigation-submenu
      a:not(.wp-element-button)
  ) {
  padding: 0.5em 1em;
}
:where(
    .wp-block-navigation
      .wp-block-navigation__submenu-container
      .wp-block-navigation-item
      a:not(.wp-element-button)
  ),
:where(
    .wp-block-navigation
      .wp-block-navigation__submenu-container
      .wp-block-navigation-submenu
      a:not(.wp-element-button)
  ),
:where(
    .wp-block-navigation
      .wp-block-navigation__submenu-container
      .wp-block-navigation-submenu
      button.wp-block-navigation-item__content
  ),
:where(
    .wp-block-navigation
      .wp-block-navigation__submenu-container
      .wp-block-pages-list__item
      button.wp-block-navigation-item__content
  ) {
  padding: 0.5em 1em;
}
.wp-block-navigation.items-justified-right
  .wp-block-navigation__container
  .has-child
  .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-right
  .wp-block-page-list
  > .has-child
  .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between
  .wp-block-page-list
  > .has-child:last-child
  .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between
  > .wp-block-navigation__container
  > .has-child:last-child
  .wp-block-navigation__submenu-container {
  left: auto;
  right: 0;
}
.wp-block-navigation.items-justified-right
  .wp-block-navigation__container
  .has-child
  .wp-block-navigation__submenu-container
  .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-right
  .wp-block-page-list
  > .has-child
  .wp-block-navigation__submenu-container
  .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between
  .wp-block-page-list
  > .has-child:last-child
  .wp-block-navigation__submenu-container
  .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between
  > .wp-block-navigation__container
  > .has-child:last-child
  .wp-block-navigation__submenu-container
  .wp-block-navigation__submenu-container {
  left: -1px;
  right: -1px;
}
@media (min-width: 782px) {
  .wp-block-navigation.items-justified-right
    .wp-block-navigation__container
    .has-child
    .wp-block-navigation__submenu-container
    .wp-block-navigation__submenu-container,
  .wp-block-navigation.items-justified-right
    .wp-block-page-list
    > .has-child
    .wp-block-navigation__submenu-container
    .wp-block-navigation__submenu-container,
  .wp-block-navigation.items-justified-space-between
    .wp-block-page-list
    > .has-child:last-child
    .wp-block-navigation__submenu-container
    .wp-block-navigation__submenu-container,
  .wp-block-navigation.items-justified-space-between
    > .wp-block-navigation__container
    > .has-child:last-child
    .wp-block-navigation__submenu-container
    .wp-block-navigation__submenu-container {
    left: auto;
    right: 100%;
  }
}
.wp-block-navigation:not(.has-background)
  .wp-block-navigation__submenu-container {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: #000;
}
.wp-block-navigation__container {
  align-items: var(--navigation-layout-align, initial);
  display: flex;
  flex-direction: var(--navigation-layout-direction, initial);
  flex-wrap: var(--navigation-layout-wrap, wrap);
  justify-content: var(--navigation-layout-justify, initial);
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.wp-block-navigation__container .is-responsive {
  display: none;
}
.wp-block-navigation__container:only-child,
.wp-block-page-list:only-child {
  flex-grow: 1;
}
@keyframes overlay-menu__fade-in-animation {
  0% {
    opacity: 0;
    transform: translateY(0.5em);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.wp-block-navigation__responsive-container {
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wp-block-navigation__responsive-container .wp-block-navigation-link a {
  color: inherit;
}
.wp-block-navigation__responsive-container
  .wp-block-navigation__responsive-container-content {
  align-items: var(--navigation-layout-align, initial);
  display: flex;
  flex-direction: var(--navigation-layout-direction, initial);
  flex-wrap: var(--navigation-layout-wrap, wrap);
  justify-content: var(--navigation-layout-justify, initial);
}
.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open) {
  background-color: inherit !important;
  color: inherit !important;
}
.wp-block-navigation__responsive-container.is-menu-open {
  animation: overlay-menu__fade-in-animation 0.1s ease-out;
  animation-fill-mode: forwards;
  background-color: inherit;
  display: flex;
  flex-direction: column;
  overflow: auto;
  padding: var(--wp--style--root--padding-top, 2rem)
    var(--wp--style--root--padding-right, 2rem)
    var(--wp--style--root--padding-bottom, 2rem)
    var(--wp--style--root--padding-left, 2rem);
  z-index: 100000;
}
@media (prefers-reduced-motion: reduce) {
  .wp-block-navigation__responsive-container.is-menu-open {
    animation-delay: 0s;
    animation-duration: 1ms;
  }
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content {
  align-items: var(--navigation-layout-justification-setting, inherit);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  overflow: visible;
  padding-top: calc(2rem + 24px);
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content,
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-page-list {
  justify-content: flex-start;
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-navigation__submenu-icon {
  display: none;
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .has-child
  .wp-block-navigation__submenu-container {
  border: none;
  height: auto;
  min-width: 200px;
  opacity: 1;
  overflow: initial;
  padding-left: 2rem;
  padding-right: 2rem;
  position: static;
  visibility: visible;
  width: auto;
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-navigation__submenu-container {
  gap: inherit;
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-navigation__submenu-container {
  padding-top: var(--wp--style--block-gap, 2em);
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-navigation-item__content {
  padding: 0;
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-navigation-item,
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-page-list {
  align-items: var(--navigation-layout-justification-setting, initial);
  display: flex;
  flex-direction: column;
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation-item,
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation-item
  .wp-block-navigation__submenu-container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list {
  background: transparent !important;
  color: inherit !important;
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
  left: auto;
  right: auto;
}
@media (min-width: 600px) {
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(
      .is-menu-open
    ) {
    background-color: inherit;
    display: block;
    position: relative;
    width: 100%;
    z-index: auto;
  }
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(
      .is-menu-open
    )
    .wp-block-navigation__responsive-container-close {
    display: none;
  }
  .wp-block-navigation__responsive-container.is-menu-open
    .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
    left: 0;
  }
}
.wp-block-navigation:not(.has-background)
  .wp-block-navigation__responsive-container.is-menu-open {
  background-color: #fff;
  color: #000;
}
.wp-block-navigation__toggle_button_label {
  font-size: 1rem;
  font-weight: 700;
}
.wp-block-navigation__responsive-container-close,
.wp-block-navigation__responsive-container-open {
  background: transparent;
  border: none;
  color: currentColor;
  cursor: pointer;
  margin: 0;
  padding: 0;
  text-transform: inherit;
  vertical-align: middle;
}
.wp-block-navigation__responsive-container-close svg,
.wp-block-navigation__responsive-container-open svg {
  fill: currentColor;
  display: block;
  height: 24px;
  pointer-events: none;
  width: 24px;
}
.wp-block-navigation__responsive-container-open {
  display: flex;
}
.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
@media (min-width: 600px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: none;
  }
}
.wp-block-navigation__responsive-container-close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.wp-block-navigation__responsive-close {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wp--style--global--wide-size, 100%);
  width: 100%;
}
.wp-block-navigation__responsive-close:focus {
  outline: none;
}
.is-menu-open .wp-block-navigation__responsive-close,
.is-menu-open .wp-block-navigation__responsive-container-content,
.is-menu-open .wp-block-navigation__responsive-dialog {
  box-sizing: border-box;
}
.wp-block-navigation__responsive-dialog {
  position: relative;
}
.has-modal-open
  .admin-bar
  .is-menu-open
  .wp-block-navigation__responsive-dialog {
  margin-top: 46px;
}
@media (min-width: 782px) {
  .has-modal-open
    .admin-bar
    .is-menu-open
    .wp-block-navigation__responsive-dialog {
    margin-top: 32px;
  }
}
html.has-modal-open {
  overflow: hidden;
}
.wp-block-navigation .wp-block-navigation-item__label {
  overflow-wrap: break-word;
  word-break: normal;
}
.wp-block-navigation .wp-block-navigation-item__description {
  display: none;
}
.wp-block-navigation .wp-block-page-list {
  align-items: var(--navigation-layout-align, initial);
  background-color: inherit;
  display: flex;
  flex-direction: var(--navigation-layout-direction, initial);
  flex-wrap: var(--navigation-layout-wrap, wrap);
  justify-content: var(--navigation-layout-justify, initial);
}
.wp-block-navigation .wp-block-navigation-item {
  background-color: inherit;
}
.is-small-text {
  font-size: 0.875em;
}
.is-regular-text {
  font-size: 1em;
}
.is-large-text {
  font-size: 2.25em;
}
.is-larger-text {
  font-size: 3em;
}
.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 8.4em;
  font-style: normal;
  font-weight: 100;
  line-height: 0.68;
  margin: 0.05em 0.1em 0 0;
  text-transform: uppercase;
}
body.rtl .has-drop-cap:not(:focus):first-letter {
  float: none;
  margin-left: 0.1em;
}
p.has-drop-cap.has-background {
  overflow: hidden;
}
p.has-background {
  padding: 1.25em 2.375em;
}
:where(p.has-text-color:not(.has-link-color)) a {
  color: inherit;
}
.wp-block-post-author {
  display: flex;
  flex-wrap: wrap;
}
.wp-block-post-author__byline {
  font-size: 0.5em;
  margin-bottom: 0;
  margin-top: 0;
  width: 100%;
}
.wp-block-post-author__avatar {
  margin-right: 1em;
}
.wp-block-post-author__bio {
  font-size: 0.7em;
  margin-bottom: 0.7em;
}
.wp-block-post-author__content {
  flex-basis: 0%;
  flex-grow: 1;
}
.wp-block-post-author__name {
  margin: 0;
}
.wp-block-post-comments-form {
  box-sizing: border-box;
}
.wp-block-post-comments-form[style*="font-weight"]
  :where(.comment-reply-title) {
  font-weight: inherit;
}
.wp-block-post-comments-form[style*="font-family"]
  :where(.comment-reply-title) {
  font-family: inherit;
}
.wp-block-post-comments-form[class*="-font-size"] :where(.comment-reply-title),
.wp-block-post-comments-form[style*="font-size"] :where(.comment-reply-title) {
  font-size: inherit;
}
.wp-block-post-comments-form[style*="line-height"]
  :where(.comment-reply-title) {
  line-height: inherit;
}
.wp-block-post-comments-form[style*="font-style"] :where(.comment-reply-title) {
  font-style: inherit;
}
.wp-block-post-comments-form[style*="letter-spacing"]
  :where(.comment-reply-title) {
  letter-spacing: inherit;
}
.wp-block-post-comments-form input[type="submit"] {
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  overflow-wrap: break-word;
  text-align: center;
}
.wp-block-post-comments-form input:not([type="submit"]),
.wp-block-post-comments-form textarea {
  border: 1px solid #949494;
  font-family: inherit;
  font-size: 1em;
}
.wp-block-post-comments-form input:not([type="submit"]):not([type="checkbox"]),
.wp-block-post-comments-form textarea {
  padding: calc(0.667em + 2px);
}
.wp-block-post-comments-form
  .comment-form
  input:not([type="submit"]):not([type="checkbox"]),
.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;
}
.wp-block-post-excerpt {
  margin-bottom: var(--wp--style--block-gap);
  margin-top: var(--wp--style--block-gap);
}
.wp-block-post-excerpt__excerpt {
  margin-bottom: 0;
  margin-top: 0;
}
.wp-block-post-excerpt__more-text {
  margin-bottom: 0;
  margin-top: var(--wp--style--block-gap);
}
.wp-block-post-excerpt__more-link {
  display: inline-block;
}
.wp-block-post-featured-image {
  margin-left: 0;
  margin-right: 0;
}
.wp-block-post-featured-image a {
  display: block;
}
.wp-block-post-featured-image img {
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  width: 100%;
}
.wp-block-post-featured-image.alignfull img,
.wp-block-post-featured-image.alignwide img {
  width: 100%;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim {
  background-color: #000;
  inset: 0;
  position: absolute;
}
.wp-block-post-featured-image {
  position: relative;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-gradient {
  background-color: transparent;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim-0 {
  opacity: 0;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim-10 {
  opacity: 0.1;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim-20 {
  opacity: 0.2;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim-30 {
  opacity: 0.3;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim-40 {
  opacity: 0.4;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim-50 {
  opacity: 0.5;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim-60 {
  opacity: 0.6;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim-70 {
  opacity: 0.7;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim-80 {
  opacity: 0.8;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim-90 {
  opacity: 0.9;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim-100 {
  opacity: 1;
}
.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous {
  display: inline-block;
  margin-right: 1ch;
}
.wp-block-post-navigation-link
  .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron) {
  transform: scaleX(1);
}
.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next {
  display: inline-block;
  margin-left: 1ch;
}
.wp-block-post-navigation-link
  .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron) {
  transform: scaleX(1);
}
.wp-block-post-terms {
  box-sizing: border-box;
}
.wp-block-post-terms .wp-block-post-terms__separator {
  white-space: pre-wrap;
}
.wp-block-post-title {
  box-sizing: border-box;
  word-break: break-word;
}
.wp-block-post-title a {
  display: inline-block;
}
.wp-block-preformatted {
  white-space: pre-wrap;
}
.wp-block-preformatted.has-background {
  padding: 1.25em 2.375em;
}
.wp-block-pullquote {
  box-sizing: border-box;
  margin: 0 0 1em;
  overflow-wrap: break-word;
  padding: 3em 0;
  text-align: center;
}
.wp-block-pullquote blockquote,
.wp-block-pullquote cite,
.wp-block-pullquote p {
  color: inherit;
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
  max-width: 420px;
}
.wp-block-pullquote cite,
.wp-block-pullquote footer {
  position: relative;
}
.wp-block-pullquote .has-text-color a {
  color: inherit;
}
.wp-block-pullquote.has-text-align-left blockquote {
  text-align: left;
}
.wp-block-pullquote.has-text-align-right blockquote {
  text-align: right;
}
.wp-block-pullquote.is-style-solid-color {
  border: none;
}
.wp-block-pullquote.is-style-solid-color blockquote {
  margin-left: auto;
  margin-right: auto;
  max-width: 60%;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
  font-size: 2em;
  margin-bottom: 0;
  margin-top: 0;
}
.wp-block-pullquote.is-style-solid-color blockquote cite {
  font-style: normal;
  text-transform: none;
}
.wp-block-pullquote cite {
  color: inherit;
}
.wp-block-post-template {
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  max-width: 100%;
  padding: 0;
}
.wp-block-post-template.wp-block-post-template {
  background: 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);
  }
}
.wp-block-query-pagination > .wp-block-query-pagination-next,
.wp-block-query-pagination > .wp-block-query-pagination-numbers,
.wp-block-query-pagination > .wp-block-query-pagination-previous {
  margin-bottom: 0.5em;
  margin-right: 0.5em;
}
.wp-block-query-pagination > .wp-block-query-pagination-next:last-child,
.wp-block-query-pagination > .wp-block-query-pagination-numbers:last-child,
.wp-block-query-pagination > .wp-block-query-pagination-previous:last-child {
  margin-right: 0;
}
.wp-block-query-pagination.is-content-justification-space-between
  > .wp-block-query-pagination-next:last-of-type {
  margin-inline-start: auto;
}
.wp-block-query-pagination.is-content-justification-space-between
  > .wp-block-query-pagination-previous:first-child {
  margin-inline-end: auto;
}
.wp-block-query-pagination .wp-block-query-pagination-previous-arrow {
  display: inline-block;
  margin-right: 1ch;
}
.wp-block-query-pagination
  .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1);
}
.wp-block-query-pagination .wp-block-query-pagination-next-arrow {
  display: inline-block;
  margin-left: 1ch;
}
.wp-block-query-pagination
  .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1);
}
.wp-block-query-pagination.aligncenter {
  justify-content: center;
}
.wp-block-query-title,
.wp-block-quote {
  box-sizing: border-box;
}
.wp-block-quote {
  overflow-wrap: break-word;
}
.wp-block-quote.is-large:where(:not(.is-style-plain)),
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) {
  margin-bottom: 1em;
  padding: 0 1em;
}
.wp-block-quote.is-large:where(:not(.is-style-plain)) p,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p {
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.6;
}
.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,
.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer {
  font-size: 1.125em;
  text-align: right;
}
.wp-block-read-more {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.wp-block-read-more:not([style*="text-decoration"]),
.wp-block-read-more:not([style*="text-decoration"]):active,
.wp-block-read-more:not([style*="text-decoration"]):focus {
  text-decoration: none;
}
ul.wp-block-rss {
  list-style: none;
  padding: 0;
}
ul.wp-block-rss.wp-block-rss {
  box-sizing: border-box;
}
ul.wp-block-rss.alignleft {
  margin-right: 2em;
}
ul.wp-block-rss.alignright {
  margin-left: 2em;
}
ul.wp-block-rss.is-grid {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
ul.wp-block-rss.is-grid li {
  margin: 0 1em 1em 0;
  width: 100%;
}
@media (min-width: 600px) {
  ul.wp-block-rss.columns-2 li {
    width: calc(50% - 1em);
  }
  ul.wp-block-rss.columns-3 li {
    width: calc(33.33333% - 1em);
  }
  ul.wp-block-rss.columns-4 li {
    width: calc(25% - 1em);
  }
  ul.wp-block-rss.columns-5 li {
    width: calc(20% - 1em);
  }
  ul.wp-block-rss.columns-6 li {
    width: calc(16.66667% - 1em);
  }
}
.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
  display: block;
  font-size: 0.8125em;
}
.wp-block-search__button {
  margin-left: 0.625em;
  word-break: normal;
}
.wp-block-search__button.has-icon {
  line-height: 0;
}
.wp-block-search__button svg {
  fill: currentColor;
  min-height: 1.5em;
  min-width: 1.5em;
  vertical-align: text-bottom;
}
:where(.wp-block-search__button) {
  border: 1px solid #ccc;
  padding: 0.375em 0.625em;
}
.wp-block-search__inside-wrapper {
  display: flex;
  flex: auto;
  flex-wrap: nowrap;
  max-width: 100%;
}
.wp-block-search__label {
  width: 100%;
}
.wp-block-search__input {
  border: 1px solid #949494;
  flex-grow: 1;
  margin-left: 0;
  margin-right: 0;
  min-width: 3em;
  padding: 8px;
  text-decoration: unset !important;
}
.wp-block-search.wp-block-search__button-only .wp-block-search__button {
  margin-left: 0;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
  border: 1px solid #949494;
  padding: 4px;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper)
  .wp-block-search__input {
  border: none;
  border-radius: 0;
  padding: 0 0 0 0.25em;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper)
  .wp-block-search__input:focus {
  outline: none;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper)
  :where(.wp-block-search__button) {
  padding: 0.125em 0.5em;
}
.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
  margin: auto;
}
.wp-block-separator {
  border: 1px solid;
  border-left: none;
  border-right: none;
}
.wp-block-separator.is-style-dots {
  background: none !important;
  border: none;
  height: auto;
  line-height: 1;
  text-align: center;
}
.wp-block-separator.is-style-dots:before {
  color: currentColor;
  content: "···";
  font-family: serif;
  font-size: 1.5em;
  letter-spacing: 2em;
  padding-left: 2em;
}
.wp-block-site-logo {
  box-sizing: border-box;
  line-height: 0;
}
.wp-block-site-logo a {
  display: inline-block;
}
.wp-block-site-logo.is-default-size img {
  height: auto;
  width: 120px;
}
.wp-block-site-logo img {
  height: auto;
  max-width: 100%;
}
.wp-block-site-logo a,
.wp-block-site-logo img {
  border-radius: inherit;
}
.wp-block-site-logo.aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.wp-block-site-logo.is-style-rounded {
  border-radius: 9999px;
}
.wp-block-site-title a {
  color: inherit;
}
.wp-block-social-links {
  background: none;
  box-sizing: border-box;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  text-indent: 0;
}
.wp-block-social-links .wp-social-link a,
.wp-block-social-links .wp-social-link a:hover {
  border-bottom: 0;
  box-shadow: none;
  text-decoration: none;
}
.wp-block-social-links .wp-social-link a {
  padding: 0.25em;
}
.wp-block-social-links .wp-social-link svg {
  height: 1em;
  width: 1em;
}
.wp-block-social-links .wp-social-link span:not(.screen-reader-text) {
  font-size: 0.65em;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.wp-block-social-links.has-small-icon-size {
  font-size: 16px;
}
.wp-block-social-links,
.wp-block-social-links.has-normal-icon-size {
  font-size: 24px;
}
.wp-block-social-links.has-large-icon-size {
  font-size: 36px;
}
.wp-block-social-links.has-huge-icon-size {
  font-size: 48px;
}
.wp-block-social-links.aligncenter {
  display: flex;
  justify-content: center;
}
.wp-block-social-links.alignright {
  justify-content: flex-end;
}
.wp-block-social-link {
  border-radius: 9999px;
  display: block;
  height: auto;
  transition: transform 0.1s ease;
}
@media (prefers-reduced-motion: reduce) {
  .wp-block-social-link {
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
.wp-block-social-link a {
  align-items: center;
  display: flex;
  line-height: 0;
  transition: transform 0.1s ease;
}
.wp-block-social-link:hover {
  transform: scale(1.1);
}
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg,
.wp-block-social-links
  .wp-block-social-link
  .wp-block-social-link-anchor:active,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover,
.wp-block-social-links
  .wp-block-social-link
  .wp-block-social-link-anchor:visited {
  fill: currentColor;
  color: currentColor;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
  background-color: #f0f0f0;
  color: #444;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
  background-color: #f90;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
  background-color: #1ea0c3;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
  background-color: #0757fe;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
  background-color: #1e1f26;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
  background-color: #02e49b;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
  background-color: #e94c89;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
  background-color: #4280ff;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
  background-color: #f45800;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
  background-color: #1778f2;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
  background-color: #000;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
  background-color: #0461dd;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
  background-color: #e65678;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
  background-color: #24292d;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
  background-color: #eceadd;
  color: #382110;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
  background-color: #ea4434;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
  background-color: #f00075;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
  background-color: #e21b24;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
  background-color: #0d66c2;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
  background-color: #3288d4;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
  background-color: #02ab6c;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
  background-color: #f6405f;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon {
  background-color: #ff424d;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
  background-color: #e60122;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
  background-color: #ef4155;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
  background-color: #ff4500;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
  background-color: #0478d7;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
  stroke: #000;
  background-color: #fefc00;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
  background-color: #ff5600;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
  background-color: #1bd760;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram {
  background-color: #2aabee;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok {
  background-color: #000;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
  background-color: #011835;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
  background-color: #6440a4;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
  background-color: #1da1f2;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
  background-color: #1eb7ea;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
  background-color: #4680c2;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
  background-color: #3499cd;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-whatsapp {
  background-color: #25d366;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
  background-color: #d32422;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
  background-color: red;
  color: #fff;
}
.wp-block-social-links.is-style-logos-only .wp-social-link {
  background: none;
}
.wp-block-social-links.is-style-logos-only .wp-social-link a {
  padding: 0;
}
.wp-block-social-links.is-style-logos-only .wp-social-link svg {
  height: 1.25em;
  width: 1.25em;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
  color: #f90;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
  color: #1ea0c3;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
  color: #0757fe;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
  color: #1e1f26;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
  color: #02e49b;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
  color: #e94c89;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
  color: #4280ff;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
  color: #f45800;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
  color: #1778f2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
  color: #000;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
  color: #0461dd;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
  color: #e65678;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-github {
  color: #24292d;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
  color: #382110;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-google {
  color: #ea4434;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
  color: #f00075;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
  color: #e21b24;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
  color: #0d66c2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
  color: #3288d4;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
  color: #02ab6c;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
  color: #f6405f;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-patreon {
  color: #ff424d;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
  color: #e60122;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
  color: #ef4155;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
  color: #ff4500;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
  color: #0478d7;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
  stroke: #000;
  color: #fff;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
  color: #ff5600;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
  color: #1bd760;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-telegram {
  color: #2aabee;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok {
  color: #000;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
  color: #011835;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
  color: #6440a4;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
  color: #1da1f2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
  color: #1eb7ea;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
  color: #4680c2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-whatsapp {
  color: #25d366;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
  color: #3499cd;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
  color: #d32422;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
  color: red;
}
.wp-block-social-links.is-style-pill-shape .wp-social-link {
  width: auto;
}
.wp-block-social-links.is-style-pill-shape .wp-social-link a {
  padding-left: 0.66667em;
  padding-right: 0.66667em;
}
.wp-block-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;
}
.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
  display: flex;
}
.wp-block-text-columns .wp-block-column {
  margin: 0 1em;
  padding: 0;
}
.wp-block-text-columns .wp-block-column:first-child {
  margin-left: 0;
}
.wp-block-text-columns .wp-block-column:last-child {
  margin-right: 0;
}
.wp-block-text-columns.columns-2 .wp-block-column {
  width: 50%;
}
.wp-block-text-columns.columns-3 .wp-block-column {
  width: 33.33333%;
}
.wp-block-text-columns.columns-4 .wp-block-column {
  width: 25%;
}
pre.wp-block-verse {
  overflow: auto;
  white-space: pre-wrap;
}
:where(pre.wp-block-verse) {
  font-family: inherit;
}
.wp-block-video {
  box-sizing: border-box;
}
.wp-block-video video {
  width: 100%;
}
@supports (position: sticky) {
  .wp-block-video [poster] {
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.wp-block-video.aligncenter {
  text-align: center;
}
.wp-block-video figcaption {
  margin-bottom: 1em;
  margin-top: 0.5em;
}
.wp-element-button {
  cursor: pointer;
}
:root {
  --wp--preset--font-size--normal: 16px;
  --wp--preset--font-size--huge: 42px;
}
:root .has-very-light-gray-background-color {
  background-color: #eee;
}
:root .has-very-dark-gray-background-color {
  background-color: #313131;
}
:root .has-very-light-gray-color {
  color: #eee;
}
:root .has-very-dark-gray-color {
  color: #313131;
}
:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
  background: linear-gradient(135deg, #00d084, #0693e3);
}
:root .has-purple-crush-gradient-background {
  background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe);
}
:root .has-hazy-dawn-gradient-background {
  background: linear-gradient(135deg, #faaca8, #dad0ec);
}
:root .has-subdued-olive-gradient-background {
  background: linear-gradient(135deg, #fafae1, #67a671);
}
:root .has-atomic-cream-gradient-background {
  background: linear-gradient(135deg, #fdd79a, #004a59);
}
:root .has-nightshade-gradient-background {
  background: linear-gradient(135deg, #330968, #31cdcf);
}
:root .has-midnight-gradient-background {
  background: linear-gradient(135deg, #020381, #2874fc);
}
.has-regular-font-size {
  font-size: 1em;
}
.has-larger-font-size {
  font-size: 2.625em;
}
.has-normal-font-size {
  font-size: var(--wp--preset--font-size--normal);
}
.has-huge-font-size {
  font-size: var(--wp--preset--font-size--huge);
}
.has-text-align-center {
  text-align: center;
}
.has-text-align-left {
  text-align: left;
}
.has-text-align-right {
  text-align: right;
}
#end-resizable-editor-section {
  display: none;
}
.aligncenter {
  clear: both;
}
.items-justified-left {
  justify-content: flex-start;
}
.items-justified-center {
  justify-content: center;
}
.items-justified-right {
  justify-content: flex-end;
}
.items-justified-space-between {
  justify-content: space-between;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.screen-reader-text:focus {
  clip: auto !important;
  background-color: #ddd;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
html :where(.has-border-color) {
  border-style: solid;
}
html :where([style*="border-top-color"]) {
  border-top-style: solid;
}
html :where([style*="border-right-color"]) {
  border-right-style: solid;
}
html :where([style*="border-bottom-color"]) {
  border-bottom-style: solid;
}
html :where([style*="border-left-color"]) {
  border-left-style: solid;
}
html :where([style*="border-width"]) {
  border-style: solid;
}
html :where([style*="border-top-width"]) {
  border-top-style: solid;
}
html :where([style*="border-right-width"]) {
  border-right-style: solid;
}
html :where([style*="border-bottom-width"]) {
  border-bottom-style: solid;
}
html :where([style*="border-left-width"]) {
  border-left-style: solid;
}
html :where(img[class*="wp-image-"]) {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 0 0 1em;
}
html :where(.is-position-sticky) {
  --wp-admin--admin-bar--position-offset: var(
    --wp-admin--admin-bar--height,
    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;
}
.ad-sitemap_wrapper {
  width: 1160px;
  margin: 0 auto;
}
.ad-sitemap_heading {
  padding: 80px 0;
  display: block;
  font-size: 48px;
}
.ad-sitemap_page {
  background: #f5f5f7;
}
.ad-sitemap_wrapper__block {
  margin: 80px 0;
}
.ad-sitemap_content__heading {
  color: #1a1a1a;
  font-size: 20px;
  text-decoration: underline;
  margin: 0 0 12px;
  display: block;
  font-weight: 600;
}
.ad-sitemap_content__sub-block {
  margin: 0 0 12px 20px;
}
.ad-sitemap_content__sub-heading {
  font-size: 14px;
  display: block;
  color: #1a1a1a;
  text-decoration: underline;
  margin: 0 0 12px;
  font-weight: 600;
}
.ad-sitemap_content__list {
  padding-left: 20px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
  align-items: center;
}
.ad-sitemap_content__item {
  flex-grow: 1;
  width: 28%;
  max-width: 28%;
  margin-right: 80px;
  margin-bottom: 8px;
  list-style: none;
}
.ad-sitemap_content__item:nth-child(3n) {
  margin-right: 0;
}
.ad-sitemap_content__sub-child {
  color: #575757;
  display: block;
  text-decoration: underline;
  font-size: 12px;
}
.ad-sitemap_content__more {
  padding-left: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ad-sitemap_content__more-text {
  text-align: center;
  font-size: 14px;
  color: #8c75e7;
  cursor: pointer;
  padding: 0 10px;
  width: 21%;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.ad-sitemap_content__more-arr {
  margin: -3px 0 0 7px;
  border: solid #8c75e7;
  border-width: 0 1.5px 1.5px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.ad-sitemap_content__more-line {
  height: 1px;
  width: 100%;
  background: #e9e9e9;
}
@media screen and (max-width: 1160px) {
  .ad-sitemap_content__item {
    max-width: 43%;
    width: 43%;
    margin-left: 40px;
  }
  .ad-sitemap_wrapper {
    padding: 0 20px;
    width: 100%;
  }
  .ad-sitemap_content__item:nth-child(odd) {
    margin-right: 0;
    margin-left: 0;
  }
  .ad-sitemap_content__item:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .ad-sitemap_content__item {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .ad-sitemap_content__more-text {
    width: 50%;
  }
}
@media screen and (max-width: 420px) {
  .ad-sitemap_heading {
    padding: 40px 0;
    font-size: 36px;
    text-align: center;
  }
  .ad-sitemap_wrapper__block {
    margin: 60px 0;
  }
}
.wp_google_login {
  clear: both;
  margin: 40px auto 0;
}
.wp_google_login.hidden {
  display: none;
}
.wp_google_login__divider {
  position: relative;
  text-align: center;
}
.wp_google_login__divider:before {
  background-color: #e1e2e2;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 100%;
}
.wp_google_login__divider span {
  background-color: #fff;
  color: #e1e2e2;
  font-size: 14px;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
  text-transform: uppercase;
  z-index: 2;
}
.wp_google_login__button-container {
  margin-top: 10px;
}
.wp_google_login__button {
  background-color: #fff;
  border: solid #ccced0;
  border-radius: 4px;
  border-width: 1px 1px 2px;
  box-sizing: border-box;
  color: #3d4145;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  margin: 0;
  outline: 0;
  overflow: hidden;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  width: 100%;
}
.wp_google_login__button:hover {
  color: #3d4145;
}
.wp_google_login__google-icon {
  background: url(../../../../plugins/login-with-google/assets/build/images/google_light.png)
    no-repeat 50%;
  background-size: contain;
  display: inline-block;
  height: 25px;
  margin-right: 10px;
  vertical-align: middle;
  width: 25px;
}
.wp-block-google-login-login-button {
  display: inline-block;
}
.gutter-8 {
  margin-top: calc(-1 * 8px);
}
.gutter-8 > * {
  margin-top: 8px;
}
.gutter-p-8 {
  margin-top: calc(-1 * 8px);
}
.gutter-p-8 > * {
  padding-top: 8px;
}
.gutter-10 {
  margin-top: calc(-1 * 10px);
}
.gutter-10 > * {
  margin-top: 10px;
}
.gutter-p-10 {
  margin-top: calc(-1 * 10px);
}
.gutter-p-10 > * {
  padding-top: 10px;
}
.gutter-20 {
  margin-top: calc(-1 * 20px);
}
.gutter-20 > * {
  margin-top: 20px;
}
.gutter-p-20 {
  margin-top: calc(-1 * 20px);
}
.gutter-p-20 > * {
  padding-top: 20px;
}
.gutter-40 {
  margin-top: calc(-1 * 40px);
}
.gutter-40 > * {
  margin-top: 40px;
}
.gutter-p-40 {
  margin-top: calc(-1 * 40px);
}
.gutter-p-40 > * {
  padding-top: 40px;
}
.gutter-60 {
  margin-top: calc(-1 * 60px);
}
.gutter-60 > * {
  margin-top: 60px;
}
.gutter-p-60 {
  margin-top: calc(-1 * 60px);
}
.gutter-p-60 > * {
  padding-top: 60px;
}
.gutter-80 {
  margin-top: calc(-1 * 80px);
}
.gutter-80 > * {
  margin-top: 80px;
}
.gutter-p-80 {
  margin-top: calc(-1 * 80px);
}
.gutter-p-80 > * {
  padding-top: 80px;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}
.row .col {
  flex: 1 0 0%;
  width: 100%;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.row .col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.row .col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.row .col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.row .col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}
.row .col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.row .col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}
.row .col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}
.row .col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.row .col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}
.row .col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}
.row .col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.visible-tablet {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .visible-tablet {
    display: block !important;
  }
}
.visible-xs {
  display: none !important;
}
.visible-xs-f {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  .visible-xs-f {
    display: flex !important;
  }
}
@media screen and (max-width: 1024px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .row .col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row .col-sm {
    width: 100% !important;
    flex: 0 0 auto;
  }
  .row .col-sm-2 {
    width: 16.6666666667% !important;
    flex: 0 0 auto;
  }
  .row .col-sm-3 {
    width: 25% !important;
    flex: 0 0 auto;
  }
  .row .col-sm-4 {
    width: 33.3333333333% !important;
    flex: 0 0 auto;
  }
  .row .col-sm-5 {
    width: 41.6666666667% !important;
    flex: 0 0 auto;
  }
  .row .col-sm-6 {
    width: 50% !important;
    flex: 0 0 auto;
  }
  .row .col-sm-7 {
    width: 58.3333333333% !important;
    flex: 0 0 auto;
  }
  .row .col-sm-8 {
    width: 66.6666666667% !important;
    flex: 0 0 auto;
  }
  .row .col-sm-9 {
    width: 75% !important;
    flex: 0 0 auto;
  }
  .row .col-sm-10 {
    width: 83.3333333333% !important;
    flex: 0 0 auto;
  }
  .row .col-sm-11 {
    width: 91.6666666667% !important;
    flex: 0 0 auto;
  }
  .row .col-sm-12 {
    width: 100% !important;
    flex: 0 0 auto;
  }
  .sm-none {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .row .col-xs {
    width: 100% !important;
    flex: 0 0 auto;
  }
  .sm-none {
    display: block !important;
  }
  .xs-none {
    display: none !important;
  }
}
.cmn__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s linear;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
}
.cmn__btn--main,
.cmn__btn--second {
  height: 60px;
  padding: 0 28px;
  min-width: 180px;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  border-radius: 8px;
}
.cmn__btn--main-md,
.cmn__btn--second-md {
  font-size: 14px;
  padding: 0 24px;
  height: 48px;
  min-width: 120px;
  text-transform: none;
  text-transform: initial;
}
.cmn__btn--main-xs,
.cmn__btn--second-xs {
  padding: 0 20px;
  font-size: 12px;
  height: 36px;
  min-width: 90px;
  text-transform: none;
  text-transform: initial;
}
.cmn__btn--main {
  color: #fff;
  background: #4e73df;
}
.cmn__btn--main:hover {
  background: #ff4747;
}
.cmn__btn--second {
  border: 2px solid #111;
  text-transform: uppercase;
}
.cmn__btn--second:hover {
  border-color: #4e73df;
}
.btn {
  border-radius: 8px;
  background: #4e73df;
  color: #fff;
  padding: 19px 43px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.4px;
  text-decoration: none;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: 0.2s linear;
}
.btn:hover {
  background: #6b87e2;
}
.btn i {
  display: block;
  width: 39px;
  height: 32px;
  margin-right: 16px;
  margin-left: -7px;
}
.btn i:before {
  width: 70px;
  height: 60px;
  top: -5px;
  left: -15px;
}
html,
body {
  background: #fdfdfd;
  margin: 0;
}
#query-monitor-main {
  display: none !important;
}
body:not(.wp-admin) {
  font-family: "Montserrat", sans-serif;
  color: #1a1a1a;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  color: #1a1a1a;
}
.wrapper * {
  word-wrap: normal;
}
.cv-check {
  display: none;
}
h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 130%;
}
h1 b,
h1 strong {
  font-weight: 700;
  font-size: inherit;
  color: inherit;
}
h1 pre {
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  margin: 0;
}
.list-style ul > li:not(:last-child),
.list-style ol > li:not(:last-child) {
  margin-bottom: 15px;
}
.list-style ol {
  padding-left: 35px;
}
.list-style ul {
  list-style: none;
  padding-left: 0;
}
.list-style ul > li {
  position: relative;
  padding-left: 25px;
}
.list-style ul > li::marker {
  content: "";
}
.list-style ul > li:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #474747;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 11px;
  top: 9px;
}
.breadcrumb__list {
  list-style: none;
  padding: 0;
  display: flex;
  margin: 20px 0 40px;
}
.breadcrumb__link {
  text-decoration: none;
}
.breadcrumb__item:first-child .breadcrumb__text:before {
  content: none;
}
.breadcrumb__text {
  display: flex;
  color: #8c75e7;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
}
.breadcrumb__text:before {
  cursor: pointer;
  content: "";
  width: 4px;
  display: block;
  height: 6px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNCIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgNCA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMS43MTYgNS4xMTJMMy40MiAyLjc5NkwxLjcxNiAwLjQ2OEgwLjM2TDIuMDI4IDIuNzk2TDAuMzYgNS4xMTJIMS43MTZaIiBmaWxsPSIjOEM3NUU3Ii8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0);
  margin: 6px 8px 0;
}
.breadcrumb__text--active {
  color: #575757;
}
.breadcrumb__text--active:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNCIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgNCA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMS43MTYgNS4xMTJMMy40MiAyLjc5NkwxLjcxNiAwLjQ2OEgwLjM2TDIuMDI4IDIuNzk2TDAuMzYgNS4xMTJIMS43MTZaIiBmaWxsPSIjNTc1NzU3Ii8+Cjwvc3ZnPgo=);
}
.paginate {
  margin-top: 60px;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  display: flex;
}
.paginate span,
.paginate a {
  color: #8c75e7;
  text-decoration: none;
}
.paginate span.current {
  color: #1a1a1a;
}
.paginate a.prev,
.paginate a.next {
  display: flex;
  align-items: center;
}
.paginate a.prev {
  margin-right: 40px;
}
.paginate a.prev:before {
  cursor: pointer;
  content: "";
  width: 12px;
  display: block;
  height: 12px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQuNSA5TDcuNSA2TDQuNSAzIiBzdHJva2U9IiM4Qzc1RTciIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0);
  transform: rotate(180deg);
  margin-right: 7px;
}
.paginate a.next {
  margin-left: 40px;
}
.paginate a.next:after {
  cursor: pointer;
  content: "";
  width: 12px;
  display: block;
  height: 12px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQuNSA5TDcuNSA2TDQuNSAzIiBzdHJva2U9IiM4Qzc1RTciIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0);
  margin-right: 7px;
}
.paginate .page-numbers {
  margin-right: 16px;
}
.paginate .page-numbers:last-child {
  margin-right: 0;
}
.comment-form-kama-comment {
  display: none;
}
.comments__form-block [type="checkbox"] {
  display: none;
}
.comments__form-block [type="checkbox"]:checked + label:after {
  display: inline-block;
}
.comments__form-block [type="checkbox"]:checked + label:before {
  background: #8c75e7;
  border: none;
}
.comments__form-block [type="checkbox"] + label {
  display: block;
  font-size: 12px;
  line-height: 140%;
  font-weight: 400;
  color: #575757;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
.comments__form-block [type="checkbox"] + label:after {
  content: "";
  display: none;
  position: absolute;
  transform: rotate(-50deg);
  top: 3px;
  left: 3px;
  width: 8px;
  height: 5px;
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.comments__form-block [type="checkbox"] + label:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #cfcbe0;
  background-color: #fff;
  border-radius: 2px;
  width: 16px;
  height: 16px;
}
.comments__form-block .error textarea,
.comments__form-block .error input {
  border-color: #cb0000 !important;
}
.comments__form-block .error [type="checkbox"] + label {
  color: #cb0000;
}
.comments__form-block .error [type="checkbox"] + label:before {
  border-color: #cb0000;
}
.comments__area {
  width: 74%;
  margin: 60px 0;
}
.comments__title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 12px;
  margin-bottom: 30px;
}
.comments__title {
  font-weight: 600;
  font-size: 20px;
  margin: 0;
  white-space: nowrap;
}
.comments__set {
  color: #8c75e7;
  font-size: 15px;
  text-decoration: none;
  font-weight: 600;
  text-align: right;
}
.comments__list {
  padding: 0;
  margin: 30px 0 60px;
  list-style: none;
}
.comments__list .comment-reply-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 32px 0 24px 0;
}
.comments__list ul.children {
  list-style: none;
  margin: 28px 0 0 0;
  padding-left: 20px;
}
.comments__list ul.children li {
  position: relative;
}
.comments__list ul.children li:before {
  content: "";
  width: 12px;
  height: 40px;
  display: inline-flex;
  border-left: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  border-bottom-left-radius: 8px;
  position: absolute;
  top: -20px;
  left: -20px;
}
.comments__list .comment-content p {
  font-size: 16px;
  color: #1a1a1a;
}
.comments__list .comment-author {
  display: flex;
  align-items: center;
}
.comments__list .comment-author-ava {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 12px;
}
.comments__list .comment-author-ava img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.comments__list .comment-author-meta {
  display: flex;
  flex-direction: column;
}
.comments__list .comment-author-meta b {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #1a1a1a;
}
.comments__list .comment-author-meta time {
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  color: #828282;
}
.comments__list a {
  color: #8c75e7;
  text-decoration: none;
  font-weight: 600;
}
.comment-form {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.comment-form .comment-form-comment {
  display: flex;
  flex: 0 0 100%;
  margin: 0;
  padding: 0 10px;
  box-sizing: border-box;
}
.comment-form .comment-form-comment label {
  display: none;
}
.comment-form .comment-form-comment textarea {
  font-family: "Montserrat", sans-serif;
  border: 1px solid #e9e9e9;
  border-radius: 12px;
  padding: 20px;
  font-size: 16px;
  outline: 0;
  width: 100%;
}
.comment-form .form-submit {
  padding: 0 10px;
  box-sizing: border-box;
}
.comment-form .form-submit .submit {
  font-family: "Montserrat", sans-serif;
  margin-top: 12px;
  height: 60px;
  padding: 0 31px;
  background: #8c75e7;
  border-radius: 12px;
  color: #fff;
  cursor: pointer;
  border: none;
  text-transform: uppercase;
  transition: 0.2s linear;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.comment-form-author,
.comment-form-email {
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  box-sizing: border-box;
  padding: 0 10px;
}
.comment-form-author label,
.comment-form-email label {
  display: none;
}
.comment-form-author input,
.comment-form-email input {
  font-family: "Montserrat", sans-serif;
  height: 48px;
  border: 1px solid #e9e9e9;
  border-radius: 12px;
  padding: 0 20px;
  font-size: 16px;
  outline: 0;
}
.comment-form-cookies-consent,
.comment-form-privacy {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 20px 0 0;
}
.comment-form-cookies-consent a,
.comment-form-privacy a {
  font-size: 12px;
  line-height: 140%;
  font-weight: 400;
  color: #8c75e7;
}
.comment-body.moderation {
  background: #fef6f2;
  padding: 16px;
  border-radius: 12px;
  margin-top: 30px;
}
.comment-body.moderation + .comment-reply .comment-reply-link {
  display: none;
}
.comment-body.moderation .comment-moderation {
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  color: #f89955;
  display: flex;
  align-items: center;
}
.comment-body.moderation .comment-moderation:before {
  content: "";
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  display: flex;
  margin-right: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.33228 14.5024H1.99756' stroke='%23F89955' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.33105 12.5019H5.33189' stroke='%23F89955' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.85693 6.47656V8.82154L9.70037 9.94601' stroke='%23F89955' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.00006 14.5026C11.3151 14.5026 14.0026 11.8151 14.0026 8.50006C14.0026 5.18497 11.3151 2.49756 8.00006 2.49756C4.68497 2.49756 1.99756 5.18497 1.99756 8.50006C1.99936 8.9493 2.05266 9.39685 2.15644 9.83395' stroke='%23F89955' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.popmechanic-main,
.popmechanic-thankyou {
  border-radius: 16px;
}
#popmechanic-container-40680 .popmechanic-main {
  flex-direction: column;
}
#popmechanic-container-40680 .popmechanic-image {
  min-height: 220px !important;
  margin-top: 20px !important;
}
@media screen and (max-width: 1024px) {
  .breadcrumb {
    margin-top: 80px;
  }
}
@media screen and (max-width: 576px) {
  .comment-form-author,
  .comment-form-email {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .comment-form-email {
    margin-top: 0;
  }
  .comment-form .form-submit {
    width: 100%;
  }
  .comment-form .form-submit .submit {
    padding: 0 15px;
    width: 100%;
  }
  #popmechanic-container-40363 .popmechanic-mobile .popmechanic-main {
    max-width: 100% !important;
  }
  #popmechanic-container-40363 .popmechanic-thankyou {
    flex-direction: column !important;
    padding: 60px 20px !important;
  }
  #popmechanic-container-40363 .popmechanic-content {
    text-align: center !important;
  }
}
@keyframes swing {
  15% {
    transform: translateY(9px);
  }
  30% {
    transform: translateY(-9px);
  }
  40% {
    transform: translateY(6px);
  }
  50% {
    transform: translateY(-6px);
  }
  65% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(0);
  }
}
body.page-template-page-default header .nav-line {
  border-bottom: 1px solid #e7e7e7;
}
.page-initial {
  padding-top: 80px;
  margin: 120px 0;
}
.page-initial .content {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
}
.page-initial .content > * {
  word-wrap: break-word;
}
.page-initial .content h1,
.page-initial .content h2,
.page-initial .content h3,
.page-initial .content h4,
.page-initial .content h5,
.page-initial .content h6 {
  color: #1a1a1a;
  font-weight: 700;
}
.page-initial .content h1 {
  font-size: 48px;
  line-height: 120%;
  text-align: center;
  margin: 0 0 60px 0;
}
.page-initial .content h2 {
  font-size: 36px;
  line-height: 130%;
  margin: 60px 0 30px 0;
}
.page-initial .content h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 130%;
  margin: 60px 0 30px 0;
}
.page-initial .content p,
.page-initial .content ul {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #444;
}
.page-initial .content p {
  margin: 24px 0 0 0;
}
.page-initial .content a {
  color: #4e73df;
}
.page-initial .content ul {
  margin: 24px 0;
  padding-left: 25px;
}
.page-initial .content ul li {
  position: relative;
}
.page-initial .content ul li:not(:last-child) {
  margin-bottom: 12px;
}
.page-initial .content ul li:before {
  content: ".";
  display: inline-block;
  position: absolute;
  left: -15px;
  top: -5px;
}
@media screen and (max-width: 767px) {
  .page-initial {
    margin: 100px 0;
  }
}
.contact-heading {
  padding-top: 60px;
  background: radial-gradient(
      100% 41.48% at 100%,
      at 100%,
      #f5ebf3 0%,
      rgba(245, 235, 243, 0) 100%
    ),
    radial-gradient(
      74.83% 37.41% at 100%,
      at 50%,
      rgba(224, 234, 255, 0.64) 0%,
      rgba(224, 234, 255, 0) 100%
    ),
    linear-gradient(0deg, #f3f4f8 0%, rgba(243, 244, 248, 0) 100%),
    linear-gradient(180deg, #efeefd 0%, rgba(250, 248, 252, 0) 100%), #fff;
  background: radial-gradient(
      100% 41.48% at 100% 100%,
      #f5ebf3 0%,
      rgba(245, 235, 243, 0) 100%
    ),
    radial-gradient(
      74.83% 37.41% at 100% 50%,
      rgba(224, 234, 255, 0.64) 0%,
      rgba(224, 234, 255, 0) 100%
    ),
    linear-gradient(0deg, #f3f4f8 0%, rgba(243, 244, 248, 0) 100%),
    linear-gradient(180deg, #efeefd 0%, rgba(250, 248, 252, 0) 100%), #fff;
}
.contact-heading__wrapper {
  padding: 62px 0;
  display: flex;
}
.contact-heading__image-wrapper {
  width: 404px;
  height: 276px;
}
.contact-heading__image {
  width: 100%;
  height: 100%;
}
.contact-heading__block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 55%;
}
.contact-heading__block:last-child {
  width: 45%;
  align-items: flex-end;
}
.contact-heading__title {
  margin: 0;
  font-weight: 500;
  font-size: 48px;
  line-height: 130%;
  color: #1a1a1a;
}
.contact-heading__text {
  margin: 24px 0 0 0;
  font-size: 24px;
  line-height: 150%;
  color: #575757;
}
.contact-mail {
  padding: 120px 0 20px;
}
.contact-mail__wrapper-text {
  display: flex;
  align-items: center;
  margin-bottom: 120px;
}
.contact-mail__text {
  margin-left: 50px;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  color: #1a1a1a;
}
.contact-mail__text p {
  font-weight: 600;
  font-size: 24px;
}
.contact-mail__text a {
  font-size: 24px;
  color: #701dc2;
}
.contact-mail__resources-wrapper {
  display: flex;
}
.contact-mail__resource-item {
  position: relative;
  width: 50%;
  box-sizing: border-box;
  text-decoration: none;
  display: block;
  background-color: #fff;
  box-shadow: 0 20px 40px rgba(50, 51, 51, 0.06);
  border-radius: 24px;
  padding: 40px;
  margin: 0 40px 40px 0;
}
.contact-mail__resource-item:nth-child(even) {
  margin-right: 0;
}
.contact-mail__resource-item:after {
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 3H21V8' stroke='%23C3B4FF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 10L21 3' stroke='%23C3B4FF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19 14V19C19 20.105 18.105 21 17 21H5C3.895 21 3 20.105 3 19V7C3 5.895 3.895 5 5 5H10' stroke='%23C3B4FF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  content: "";
  width: 24px;
  height: 24px;
  top: 24px;
  right: 24px;
}
.contact-mail__resource-text {
  display: block;
  color: #1a1a1a;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 16px;
}
.contact-mail__resource-desc {
  font-size: 20px;
  line-height: 150%;
  color: #575757;
}
.line-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
.ruby-icon {
  position: relative;
}
.ruby-icon:before {
  content: " ";
  background: url(../../../../themes/site/dist/7cd96f111c63f34d4a367edff14693a4.png)
    no-repeat center center;
  background-size: contain;
  display: block;
  position: absolute;
}
.container {
  height: 100%;
  width: 100%;
  max-width: 1504px;
  margin: 0 auto;
  padding: 0 52px;
  box-sizing: border-box;
}
.media_container {
    height: 100%;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 5px;
    box-sizing: border-box;
  }
.page-template-home .nav-line, .page__new-header .nav-line {
    background: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 2px 4px rgb(96 100 108);
}
.nav-line {
  height: 80px;
  background: #fdfdfd;
  z-index: 4;
  position: fixed;
  width: 100%;
  transition: 0.3s;
  top: 0;
}
.nav-line--blog {
  background: #f5f5f7;
  border-bottom: 0;
  position: static;
}
.nav-line.out {
  transform: translateY(-300%);
}
.logo-block {
  float: left;
}
.logo-block img {
  height: 48px;
}
.logo-block a {
  text-decoration: none;
  display: flex;
}
.logo-block p {
  margin-top: -4px;
  margin-left: 37px;
}
.dropdown-item.disabled {
  position: relative;
  color: #1a1a1a;
}
.dropdown-item.disabled:after {
  content: "";
  display: inline-flex;
  width: 100%;
  height: 3px;
  background-color: #c3b4ff;
  position: absolute;
  left: 0;
  bottom: -3px;
}
.regis-block {
  display: flex;
}
.regis-block .btn {
  border-radius: 8px;
  font-weight: 700;
  font-size: 12px;
  line-height: 140%;
  text-transform: uppercase;
  color: #fff;
  width: 90px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4e73df;
  text-decoration: none;
  box-sizing: border-box;
  letter-spacing: 0.4px;
  padding: 0;
}
.lang-block {
  position: relative;
  margin-right: 16px;
  color: #575757;
  font-weight: 500;
  cursor: pointer;
}
.lang-block ul {
  display: none;
  position: absolute;
  bottom: 25px;
  border-radius: 12px;
  background: #fff;
  list-style: none;
  padding: 10px 30px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 20px 40px rgba(50, 51, 51, 0.06);
}
.lang-block ul li {
  display: flex;
  justify-content: flex-start;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  margin-top: 6px;
  margin-bottom: 6px;
  margin-right: 0 !important;
}
.lang-block ul li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #575757;
  text-decoration: none;
}
.lang-block.active ul {
  display: block;
}
.lang-block.active:before {
  transform: rotate(180deg);
}
.lang-button {
  font-size: 14px;
  color: #575757;
  line-height: 140%;
  padding: 6px 12px;
  font-weight: 500;
  border-radius: 12px;
  border: 1px solid #dcdcdc;
}
.burger-icon {
  color: #fff;
  float: right;
  margin-left: 16px;
  cursor: pointer;
  width: 30px;
  height: 28px;
  display: none;
  justify-content: center;
  align-items: center;
}
.burger-icon svg {
  width: 24px;
  height: 24px;
  stroke: #1a1a1a;
}
.burger-icon .close {
  display: none;
}
.header__auth-burger {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.wp-nav,
.footer-line nav {
  padding-top: 1px;
  position: relative;
  float: left;
  margin-left: 59px;
}
.wp-nav ul,
.footer-line nav ul {
  height: 80px;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.wp-nav li,
.footer-line nav li {
  list-style: none;
  margin-right: 40px;
}
.wp-nav li a,
.footer-line nav li a {
  text-decoration: none;
  color: #111;
  font-weight: 700;
  line-height: 140%;
  font-size: 16px;
}
.wp-nav li a:hover,
.footer-line nav li a:hover {
  color: #4e73df;
}
.wp-nav li:last-of-type,
.footer-line nav li:last-of-type {
  margin-right: 0;
}
.page-template-home .wp-nav li a,
.page__new-header .wp-nav li a {
  color: #fff;
}
.page-template-home .wp-nav li a:hover,
.page__new-header .wp-nav li a:hover {
  color: #4e73df;
}
.page-template-home .wp-nav li > a::after,
.page__new-header .wp-nav li > a::after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNyAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuODM1OTQgNi42NjY1TDguNTAyNiA5LjMzMzE3TDExLjE2OTMgNi42NjY1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K) !important;
}
.page-template-home .burger-icon .burg path,
.page-template-home .burger-icon .close path,
.page__new-header .burger-icon .burg path,
.page__new-header .burger-icon .close path {
  stroke: #fff;
}
.burger-icon .burg path,
.burger-icon .close path {
  stroke: #1a1a1a;
}
.wp-nav li.items-list,
.wp-nav li.menu-item-has-children {
  position: relative;
}
.wp-nav li.items-list > ul,
.wp-nav li.menu-item-has-children > ul {
  margin-top: 30px;
  position: absolute;
  flex-direction: column;
  align-items: initial;
  background: #fff;
  height: auto;
  width: 205px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02), 0 16px 40px rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  visibility: hidden;
  transition: 0.5s ease-out opacity;
  padding: 40px 60px;
  left: 50%;
  bottom: auto;
  bottom: initial;
  transform: translate(-50%, -20px);
}
.wp-nav li.items-list > ul:before,
.wp-nav li.menu-item-has-children > ul:before {
  content: "";
  width: 100%;
  position: absolute;
  height: 20px;
  background: rgba(0, 0, 0, 0);
  top: -20px;
  left: 0;
}
.wp-nav li.items-list > ul li,
.wp-nav li.menu-item-has-children > ul li {
  margin-bottom: 5px;
  margin-top: 5px;
  text-align: left;
  margin-right: 0;
  padding-right: 0;
}
.wp-nav li.items-list > ul li a,
.wp-nav li.menu-item-has-children > ul li a {
  font-weight: 500;
  color: #111;
}
.wp-nav li.items-list > ul li:hover a,
.wp-nav li.menu-item-has-children > ul li:hover a {
  color: #4e73df;
  text-decoration: underline;
}
.wp-nav li.items-list > ul li:hover > a:after,
.wp-nav li.menu-item-has-children > ul li:hover > a:after {
  margin-top: 0;
}
.wp-nav li.items-list > a,
.wp-nav li.menu-item-has-children > a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.wp-nav li.items-list > a::after,
.wp-nav li.menu-item-has-children > a::after {
  content: " ";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNyAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuODM1OTQgNi42NjY1TDguNTAyNiA5LjMzMzE3TDExLjE2OTMgNi42NjY1IiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
  width: 16px;
  height: 16px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  color: #1a1a1a;
  margin-left: 4px;
}
.wp-nav li.items-list:hover,
.wp-nav li.menu-item-has-children:hover {
  transition: 0.5s ease-out opacity;
}
.wp-nav li.items-list:hover > a,
.wp-nav li.menu-item-has-children:hover > a {
  color: #4e73df;
}
.wp-nav li.items-list:hover > a:after,
.wp-nav li.menu-item-has-children:hover > a:after {
  width: 16px;
  height: 16px;
  content: " ";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNyAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjE2NDEgOS4zMzM1TDguNDk3NCA2LjY2NjgzTDUuODMwNzMgOS4zMzM1IiBzdHJva2U9IiNGRjYyNjIiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=) !important;
}
.wp-nav li.items-list:hover ul,
.wp-nav li.menu-item-has-children:hover ul {
  display: flex;
  visibility: visible;
}
.nav-mob {
  display: none;
  border-bottom: 1px solid #e9e9e9;
  background: #fff;
  width: 100%;
  position: fixed;
  z-index: 3;
  top: -560px;
  box-sizing: border-box;
  transition: 0.5s ease-out;
  box-shadow: 0 20px 40px rgba(50, 51, 51, 0.06);
}
.nav-mob .container {
  padding-left: 0;
  padding-right: 0;
}
.nav-mob .container > ul {
  padding: 0;
  margin: 0;
}
.nav-mob .container > ul li {
  list-style: none;
  height: 60px;
  border-top: 1px solid #f5f5f5;
  padding-top: 15px;
  box-sizing: border-box;
}
.nav-mob .container > ul > li a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #1a1a1a;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
}
.nav-mob .container > ul > li > a {
  margin-top: 2px;
  padding: 0 22px;
  display: inline-block;
}
.nav-mob .container > ul li.items-list,
.nav-mob .container > ul li.menu-item-has-children {
  position: relative;
}
.nav-mob .container > ul li.items-list ul,
.nav-mob .container > ul li.menu-item-has-children ul {
  margin-top: 15px;
  border-top: 1px solid #f5f5f5;
  display: none;
}
.nav-mob .container > ul li.items-list ul li:first-child,
.nav-mob .container > ul li.menu-item-has-children ul li:first-child {
  border-top: none;
}
.nav-mob .container > ul li.items-list ul a,
.nav-mob .container > ul li.menu-item-has-children ul a {
  color: #575757;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
}
.nav-mob .container > ul li.items-list:before,
.nav-mob .container > ul li.menu-item-has-children:before {
  content: " ";
  background: url(../../../../themes/site/dist/69922086b24143466fc0cf55a047c0dd.svg)
    no-repeat top center;
  width: 10px;
  height: 8px;
  position: absolute;
  top: 26px;
  display: flex;
  justify-content: center;
  color: #1a1a1a;
  right: 22px;
  left: auto;
  left: initial;
}
.nav-mob .container > ul li.items-list.active,
.nav-mob .container > ul li.menu-item-has-children.active {
  height: auto;
}
.nav-mob .container > ul li.items-list.active ul,
.nav-mob .container > ul li.menu-item-has-children.active ul {
  display: block;
}
.nav-mob .container > ul li.items-list.active:before,
.nav-mob .container > ul li.menu-item-has-children.active:before {
  transform: rotate(180deg);
}
.close-icon {
  width: 24px;
  height: 24px;
  float: right;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.close-icon i {
  color: #fff;
  font-size: 22px;
}
.nav-mob.active {
  top: 60px;
}
section h2 {
  font-weight: 500;
  font-size: 36px;
  line-height: 150%;
  text-align: center;
  color: #000;
}
.head-section {
  min-height: 650px;
  background: #f5f5f5;
  box-sizing: border-box;
  padding-top: 75px;
  padding-bottom: 75px;
}
.head-section .head-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.head-section .head-content .head-right {
  width: 400px;
  height: 500px;
  flex-shrink: 0;
}
.head-section .head-content .head-right img {
  margin: 12px auto 0;
  display: block;
}
.head-section h1 {
  font-weight: 500;
  font-size: 48px;
  line-height: 120%;
  margin-top: 25px;
  position: relative;
  z-index: 2;
}
.head-section h1 i.ruby-icon {
  width: 49px;
  height: 42px;
  display: inline-block;
  top: 8px;
}
.head-section h1 i.ruby-icon:before {
  width: 89px;
  height: 75px;
  top: -5px;
  left: -19px;
}
.head-section p {
  margin-top: -30px;
  font-size: 24px;
  line-height: 150%;
  color: #575757;
  position: relative;
  z-index: 2;
}
.head-section .btn {
  margin-top: 30px;
  padding: 21px 28px;
  position: relative;
}
.home .head-section .head-content .head-right img {
  width: 100%;
  max-width: 343px;
}
.scheme-work-section {
  padding-top: 120px;
}
.mob-logo {
  display: none;
}
.scheme-work-list {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  padding: 0;
}
.scheme-work-list li {
  box-sizing: border-box;
  display: flex;
  border-radius: 24px;
  width: 360px;
  min-height: 480px;
  padding: 16px;
  background: #fbf3fc;
  list-style: none;
}
.scheme-work-list li img {
  width: 248px;
  height: 180px;
}
.scheme-work-list li .scheme-num {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 1px solid #c3b4ff;
  box-sizing: border-box;
  border-radius: 12px;
  font-weight: 600;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.scheme-work-list li .scheme-list-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  text-align: center;
  line-height: 150%;
  padding: 26px 24px 0;
}
.scheme-work-list li .scheme-list-content h3 {
  margin-top: 31px;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  color: #1a1a1a;
}
.scheme-work-list li .scheme-list-content p {
  margin-top: 8px;
  font-size: 20px;
  line-height: 150%;
  color: #575757;
  position: relative;
}
.infoblock-section {
  margin-top: 128px;
}
.infoblock-section .infoblock-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.infoblock-section .infoblock-left {
  width: 58.333333%;
}
.infoblock-section .infoblock-left h2 {
  text-align: left;
}
.infoblock-section .infoblock-left p {
  margin-top: -5px;
  font-size: 20px;
  line-height: 150%;
  color: #575757;
}
.infoblock-section .infoblock-left .btn {
  margin-top: 40px;
}
.infoblock-section .infoblock-right {
  margin-top: 42px;
  width: 31%;
}
.infoblock-section .infoblock-right .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
}
.infoblock-section .infoblock-right ul {
  padding-left: 0;
  margin-top: 40px;
}
.infoblock-section .infoblock-right li {
  list-style: none;
}
.infoblock-section .convers {
  margin-top: 28px;
}
.infoblock-section .convers .con-num {
  font-weight: 600;
  font-size: 48px;
  line-height: 130%;
}
.infoblock-section .convers p {
  margin-top: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #575757;
}
.brand-section {
  margin-top: 140px;
}
.brand-section .brand-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: radial-gradient(
      19.22% 44.15% at 100%,
      at 100%,
      #eee7fe 0%,
      rgba(238, 231, 254, 0) 100%
    ),
    radial-gradient(
      36.03% 156.49% at 68.88%,
      at 0%,
      #e6eefe 0%,
      rgba(230, 238, 254, 0) 100%
    ),
    linear-gradient(270deg, #ebebfe 0%, rgba(235, 235, 254, 0) 50%),
    linear-gradient(90deg, #f8f2fa 0%, rgba(248, 242, 250, 0) 50%), #faf7fd;
  background: radial-gradient(
      19.22% 44.15% at 100% 100%,
      #eee7fe 0%,
      rgba(238, 231, 254, 0) 100%
    ),
    radial-gradient(
      36.03% 156.49% at 68.88% 0%,
      #e6eefe 0%,
      rgba(230, 238, 254, 0) 100%
    ),
    linear-gradient(270deg, #ebebfe 0%, rgba(235, 235, 254, 0) 50%),
    linear-gradient(90deg, #f8f2fa 0%, rgba(248, 242, 250, 0) 50%), #faf7fd;
  background-size: cover;
  min-height: 500px;
  box-sizing: border-box;
  padding: 60px 60px 20px;
  border-radius: 24px;
}
.brand-section .brand-left {
  margin-top: 4px;
  width: 48%;
}
.brand-section .brand-left .btn {
  display: none;
}
.brand-section .brand-left table {
  width: 100%;
  border-collapse: collapse !important;
}
.brand-section .brand-left table td {
  width: 50%;
  border: 1px solid #dfd7ef;
  padding: 0;
  margin: 0;
  height: 120px;
  box-sizing: border-box;
}
.brand-section .brand-left table td div {
  display: flex;
  justify-content: center;
  align-items: center;
  border-collapse: collapse;
}
.brand-section .brand-left table td img {
  width: 150px;
  height: 36px;
  -o-object-fit: contain;
  object-fit: contain;
}
.brand-section .brand-left p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 150%;
  color: #575757;
  text-align: center;
}
.brand-section .brand-right {
  width: 38.4%;
}
.brand-section .brand-right .title {
  margin-top: 40px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #575757;
}
.brand-section .brand-right h2 {
  margin-top: 25px;
  text-align: left;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
}
.brand-section .brand-right .btn {
  margin-top: 40px;
}
.platforms-section {
  margin-top: 90px;
  text-align: center;
}
.platforms-section .swiper-container {
  height: 150px;
}
.platforms-section .platforms-slider {
  margin-top: 80px;
  height: 150px;
  position: relative;
  z-index: 0;
}
.platforms-section .platforms-slider:before {
  content: " ";
  position: absolute;
  background: linear-gradient(90deg, #fdfdfd 0%, rgba(253, 253, 253, 0) 100%);
  width: 200px;
  z-index: 2;
  height: 100%;
  top: 0;
  left: 0;
}
.platforms-section .platforms-slider:after {
  content: " ";
  position: absolute;
  background: linear-gradient(90deg, #fdfdfd 0%, rgba(253, 253, 253, 0) 100%);
  width: 200px;
  z-index: 2;
  height: 100%;
  top: 0;
  right: 0;
  transform: rotate(180deg);
}
.platforms-section .platforms-slider .swiper-slide {
  width: 70px;
  text-align: center;
  margin-top: -20px;
  margin-right: -6px;
}
.platforms-section .platforms-slider .swiper-slide img {
  width: 150px;
}
.platforms-section .platforms-slider .swiper-slide p {
  margin-top: -48px;
  text-align: center;
  margin-left: 34px;
  font-size: 12px;
  color: #575757;
}
.platforms-section .desc {
  margin-top: 32px;
  font-size: 20px;
  line-height: 150%;
  color: #575757;
  padding: 0 240px;
}
.platforms-section .btn {
  margin-top: 20px;
}
.head-section .container {
  padding-top: 60px;
}
.customize-support .nav-line {
  top: 32px;
}
footer .social-foot span {
  display: none;
}
footer .social-foot li img {
  padding: 0 !important;
  display: block;
  width: 15px;
  -o-object-fit: contain;
  object-fit: contain;
  height: 13px;
}
footer {
  margin-top: 120px;
  width: 100%;
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
}
footer .container {
  margin-top: 0;
  padding-right: 52px;
  padding-left: 52px;
}
footer .footer-nav {
  width: 75%;
  padding-left: 20px;
  padding-right: 20px;
  justify-content: space-between;
  align-items: flex-start;
}
footer .footer-nav .footer-menu-inner ul {
  padding-left: 0;
}
footer .footer-nav .footer-menu-list {
  display: flex;
  margin: 0;
}
footer .footer-nav .footer-menu-list > li {
  flex: 1 0 0%;
  width: 100%;
  max-width: 100%;
  margin-right: 40px;
  margin-bottom: 0;
}
footer .footer-nav .footer-menu-list > li:last-of-type {
  margin-right: 0;
}
footer .footer-nav .footer-menu-list > li > a {
  font-weight: 700;
  font-size: 12px;
  line-height: 140%;
  color: #929292;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
footer .footer-nav .footer-menu-list > li ul a {
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #fff;
}
footer .footer-nav .footer-menu-list > li ul a:hover {
  color: #4e73df;
  text-decoration: underline;
}
footer .footer-nav .nav-list {
  width: 22.465%;
}
footer .footer-nav .nav-list a {
  text-decoration: none;
  font-size: 14px;
  line-height: 150%;
}
footer .footer-nav .nav-title a {
  font-weight: 600;
  color: #1a1a1a;
}
footer .footer-nav ul {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}
footer .footer-nav ul li {
  width: 100%;
  max-width: 100%;
}
footer .footer-nav ul li:not(:last-child) {
  margin-bottom: 12px;
}
footer .footer-nav ul li a {
  font-weight: 500;
  color: #575757;
}
footer .footer-nav .social-foot {
  display: flex;
  flex-direction: column;
  width: 25%;
}
footer .footer-nav .social-foot .inners-link {
  font-weight: 600;
  color: #1a1a1a;
  font-size: 14px;
  line-height: 150%;
}
footer .footer-nav .social-foot ul {
  width: 108px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .footer-nav .social-foot li {
  margin-bottom: 12px;
  margin-right: 12px;
}
footer .footer-nav .social-foot li a {
  width: 24px;
  height: 24px;
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footer-nav .social-foot i {
  width: 12px;
  height: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
}
footer .footer-line {
  margin-top: 45px;
  height: 60px;
  border-top: 1px solid #e9e9e9;
}
footer .footer-line li {
  margin-right: 30px;
}
footer .footer-line .logo-block {
  margin-top: -1px;
}
.footer__switch-block {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 12px;
}
.tools .head-section {
  min-height: 400px;
  box-sizing: border-box;
  padding-top: 1px;
  padding-bottom: 1px;
}
.tools .head-section .head-content {
  align-items: center;
}
.tools .head-section .head-content h1 {
  font-size: 48px;
  line-height: 130%;
}
.tools .head-section .head-content .head-left {
  width: 70%;
}
.tools .head-section .head-content .head-right {
  height: 400px;
  overflow: hidden;
  width: 30%;
  display: flex;
}
.tools .head-section .head-content .head-right img {
  width: auto;
  margin-top: -1px;
  transform: scale(1.3);
}
.cnt-section {
  padding: 120px 0;
}
.cnt-section .cnt-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cnt-section .cnt-content h2 {
  text-align: left;
  font-weight: 500;
  font-size: 36px;
  line-height: 150%;
  margin-top: 0;
  margin-bottom: 26px;
}
.cnt-section .cnt-content .sec-left,
.cnt-section .cnt-content .sec-right {
  width: 50%;
}
.cnt-section .cnt-content .sec-left p,
.cnt-section .cnt-content .sec-right p {
  color: #575757;
  font-size: 20px;
  line-height: 150%;
  margin-top: 38px;
  margin-bottom: 24px;
}
.cnt-section .cnt-content .sec-left ul,
.cnt-section .cnt-content .sec-right ul {
  padding-left: 24px;
}
.cnt-section .cnt-content .sec-left li,
.cnt-section .cnt-content .sec-right li {
  font-size: 16px;
  line-height: 150%;
  color: #575757;
  list-style: disc;
  margin-top: 12px;
  margin-bottom: 12px;
  list-style: none;
  position: relative;
}
.cnt-section .cnt-content .sec-left li:before,
.cnt-section .cnt-content .sec-right li:before {
  content: "";
  background: #575757;
  left: -13px;
  width: 2px;
  height: 2px;
  top: 12px;
  position: absolute;
  border-radius: 50%;
}
.cnt-section .cnt-content .sec-left b,
.cnt-section .cnt-content .sec-left strong,
.cnt-section .cnt-content .sec-right b,
.cnt-section .cnt-content .sec-right strong {
  color: #1a1a1a;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
}
.cnt-section .cnt-content .sec-right {
  margin-left: 40px;
}
.cnt-section .cnt-content img {
  width: 100%;
  max-width: 560px;
}
.cnt-section:nth-child(2n) {
  background: #f8f8f8;
}
.cnt-section:nth-child(2n) .cnt-content {
  flex-direction: row-reverse;
}
.cnt-section:nth-child(2n) .cnt-content .sec-right {
  margin-right: 40px;
  margin-left: 0;
}
.promo-section {
  padding-top: 160px;
  padding-bottom: 160px;
  text-align: center;
}
.promo-section h2 {
  margin-top: 5px;
}
.promo-section .btn {
  margin-top: 60px;
}
.invite-section .invite-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff3ed;
  border-radius: 24px;
  padding: 60px 30px 0 60px;
  box-sizing: border-box;
}
.invite-section .invite-content .invite-right {
  width: 47%;
  margin-left: 0;
}
.invite-section h2 {
  margin-top: 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  text-align: left;
}
.invite-section p {
  font-size: 20px;
  line-height: 150%;
}
.invite-section .invite-left {
  width: 60%;
}
.invite-section img {
  width: 100%;
  margin-top: -61px;
  margin-right: -30px;
  width: 500px;
}
.invite-section .btn {
  margin-top: 23px;
  background: rgba(0, 0, 0, 0);
  font-size: 14px;
  text-transform: none;
  box-shadow: none;
  color: #1a1a1a;
  border: 1px solid #c3b4ff;
}
.media-person .head-section {
  min-height: 550px;
  padding-top: 45px;
  padding-bottom: 45px;
  background-size: cover;
}
.media-person .head-section .head-content .head-left h1 {
  margin-top: -6px;
  font-weight: 500;
  font-size: 48px;
  line-height: 130%;
  color: #fff;
  margin-bottom: 0;
}
.media-person .head-section .head-content .head-left p {
  margin-top: 30px;
  color: #fff;
}
.media-person .head-section .head-content .head-left .social-icon {
  width: 40px;
  height: 40px;
  margin-top: 10px;
  display: block;
  margin-top: 59px;
  margin-bottom: 30px;
}
.media-person .head-section .head-content .head-right {
  margin-left: 40px;
  border-radius: 24px;
  width: 460px;
  height: 460px;
}
.media-person .head-section .head-content .head-right img {
  width: 100%;
  display: flex;
  align-items: center;
}
.brand-section.no-back {
  margin-top: 117px;
}
.brand-section.no-back .brand-content {
  background: none;
  padding: 0;
  align-items: center;
}
.brand-section.no-back .brand-left {
  width: 43%;
}
.brand-section.no-back .brand-right {
  width: 48.3%;
}
.brand-section.no-back .brand-right h2 {
  margin-top: 30px;
  margin-bottom: 26px;
}
.brand-section.no-back .brand-right p {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #575757;
  margin-bottom: 30px;
}
.download-video-section {
  margin-top: 20px;
}
.download-video-section .download-video-content {
  padding: 60px;
  border-radius: 24px;
  background: #f3f4fc;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
.download-video-section .download-video-content p {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  margin: 0;
}
.download-video-section .download-video-content .btn i {
  width: 28px;
  height: 28px;
}
.sheme-work-creat-section {
  margin-top: 90px;
}
.sheme-work-creat-section .sheme-work-creat-content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.sheme-work-creat-section ul {
  list-style: none;
  margin-top: 29px;
  padding-left: 0;
}
.sheme-work-creat-section li {
  margin-bottom: 31px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 760px;
}
.sheme-work-creat-section .text {
  margin-left: 25px;
  font-size: 20px;
  line-height: 150%;
  color: #575757;
}
.sheme-work-creat-section .text * {
  font-size: 20px;
  line-height: 150%;
  color: #575757;
}
.sheme-work-creat-section .text a {
  color: #8c75e7;
}
.sheme-work-creat-section .text b,
.sheme-work-creat-section .text strong {
  color: #1a1a1a;
  font-weight: 500;
}
.sheme-work-creat-section .number {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
}
.plus-section {
  margin-top: 52px;
  text-align: center;
}
.plus-section ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  text-align: left;
}
.plus-section li {
  background: #fff;
  box-shadow: 0 20px 40px rgba(50, 51, 51, 0.06);
  border-radius: 24px;
  padding: 40px;
  width: 30%;
  box-sizing: border-box;
}
.plus-section li img {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.plus-section li h3 {
  margin-top: 21px;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
}
.plus-section li p {
  font-size: 16px;
  line-height: 150%;
  color: #575757;
  margin-top: -4px;
}
.plus-section .btn {
  margin-top: 47px;
}
.creators .head-section {
  background: #f5f5f7;
  padding-top: 60px;
  padding-bottom: 0;
  min-height: auto;
}
.creators .head-section .btn {
  margin-top: 20px;
}
.creators .head-section .head-content {
  width: 100%;
}
.creators .head-section .head-content .head-left {
  width: 60%;
}
.creators .head-section .head-left {
  margin: auto 0;
  padding: 80px 0;
}
.creators .head-section .head-right {
  height: auto;
  width: 42%;
  margin-right: -90px;
}
.creators .head-section .head-right img {
  width: 100%;
  height: 100%;
  margin: 0 0 0 auto;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.creators .head-section h1 {
  margin-top: 0;
  line-height: 62.4px;
}
.creators .head-section .container {
  padding-top: 0;
}
.chess-section {
  padding: 80px 0;
}
.chess-section .title-block .btn {
  margin-bottom: 136px;
}
.chess-section .chess-content .content-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 77px;
}
.chess-section .chess-content .content-item h2 {
  text-align: left;
  font-weight: 500;
  font-size: 36px;
  line-height: 150%;
  margin-top: 0;
  margin-bottom: 26px;
}
.chess-section .chess-content .content-item .sec-left,
.chess-section .chess-content .content-item .sec-right {
  width: 50%;
}
.chess-section .chess-content .content-item .sec-left p,
.chess-section .chess-content .content-item .sec-right p {
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
}
.chess-section .chess-content .content-item .sec-left ul,
.chess-section .chess-content .content-item .sec-right ul {
  padding-left: 24px;
}
.chess-section .chess-content .content-item .sec-left li,
.chess-section .chess-content .content-item .sec-right li {
  font-size: 16px;
  line-height: 150%;
  color: #575757;
  list-style: disc;
  margin-top: 12px;
  margin-bottom: 12px;
  list-style: none;
  position: relative;
}
.chess-section .chess-content .content-item .sec-left li:before,
.chess-section .chess-content .content-item .sec-right li:before {
  content: "";
  background: #575757;
  left: -13px;
  width: 2px;
  height: 2px;
  top: 12px;
  position: absolute;
  border-radius: 50%;
}
.chess-section .chess-content .content-item .sec-left b,
.chess-section .chess-content .content-item .sec-left strong,
.chess-section .chess-content .content-item .sec-right b,
.chess-section .chess-content .content-item .sec-right strong {
  color: #1a1a1a;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
}
.chess-section .chess-content .content-item .sec-right {
  margin-left: 43px;
  box-sizing: border-box;
}
.chess-section .chess-content .content-item img {
  width: 100%;
}
.chess-section .btn-block {
  margin-top: -20px;
  text-align: center;
}
.chess-content .content-item:nth-child(2n) {
  flex-direction: row-reverse;
}
.chess-content .content-item:nth-child(2n) .sec-right {
  margin-right: 40px;
  margin-left: 0;
  padding-right: 0;
}
.creators-cnt-section {
  margin-top: 40px;
  text-align: center;
  margin-bottom: 120px;
}
.creators-cnt-section ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 80px;
  text-align: left;
}
.creators-cnt-section ul li {
  width: calc(33.3333% - 40px);
  margin-right: 40px;
  margin-bottom: 42px;
}
.creators-cnt-section ul li img {
  width: 44px;
  height: 44px;
}
.creators-cnt-section ul li h3 {
  margin-top: 16px;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
}
.creators-cnt-section ul li p {
  margin-top: 22px;
  font-size: 16px;
  line-height: 150%;
  color: #575757;
}
.creators-cnt-section ul li:nth-child(3n) {
  margin-right: 0;
}
.creators-cnt-section .btn {
  margin-top: 6px;
}
.advantage-section {
  margin-top: 160px;
}
.advantage-section ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 80px;
  text-align: left;
}
.advantage-section ul li {
  max-width: 360px;
  width: calc(33.3333% - 40px);
  background-size: cover !important;
  padding: 30px 40px 13px;
  box-sizing: border-box;
  margin-right: 40px;
  margin-bottom: 42px;
  text-align: center;
  border-radius: 24px;
  overflow: hidden;
}
.advantage-section ul li .img-container {
  width: 140px;
  height: 140px;
  margin: auto;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.advantage-section ul li img {
  width: 140px;
  height: 140px;
}
.advantage-section ul li h3 {
  margin-top: 23px;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
}
.advantage-section ul li p {
  margin-top: -3px;
  font-size: 16px;
  line-height: 150%;
  color: #575757;
}
.advantage-section ul li:nth-child(3n) {
  margin-right: 0;
}
.tabs-section {
  margin-top: 120px;
}
.tabs-section .tab-list {
  padding-left: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
.tabs-section .tab-list li {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #575757;
  cursor: pointer;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  border-radius: 60px;
  padding: 6px 16px;
  transition: 0.5s ease-out;
  margin-right: 6px;
  margin-left: 6px;
}
.tabs-section .tab-list li.active {
  background: #c3b4ff;
  border: 1px solid #c3b4ff;
  color: #1a1a1a;
}
.tabs-section .tabs-content {
  margin-top: 32px;
}
.tabs-section .tab-item {
  display: none;
}
.tabs-section .tab-item.active {
  display: block;
}
.tabs-section .tab-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 80px 35px;
  box-sizing: border-box;
  border-radius: 24px;
}
.tabs-section .tab-content .sec-left,
.tabs-section .tab-content .sec-right {
  width: 50%;
  box-sizing: border-box;
}
.tabs-section .tab-content .sec-left {
  padding-right: 29px;
}
.tabs-section .tab-content .sec-right {
  padding-left: 38px;
}
.tabs-section .tab-content .sec-right img {
  width: 100%;
}
.tabs-section .tab-content .social-icon {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tabs-section .tab-content .title {
  font-weight: 500;
  font-size: 36px;
  line-height: 150%;
  color: #fdfdfd;
  margin-top: 8px;
  margin-top: 8px;
}
.tabs-section .tab-content .btn {
  margin-top: 32px;
  border: 1px solid #fdfdfd;
  box-sizing: border-box;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0);
  font-weight: 500;
  font-size: 13px;
  line-height: 150%;
  color: #fdfdfd;
  padding: 13px 23px;
  text-transform: none;
}
.brand .head-section {
  text-align: center;
  background: #f5f5f7;
  min-height: 400px;
  box-sizing: border-box;
  padding-top: 60px;
  padding-bottom: 35px;
}
.brand .head-section .head-content {
  flex-direction: column;
  align-items: center;
}
.brand .head-section h1 {
  margin-top: 20px;
  font-weight: 500;
  font-size: 48px;
  line-height: 130%;
  width: 80%;
}
.brand .head-section img {
  width: 210px;
  height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
}
.desc-section {
  margin-top: 120px;
  margin-bottom: 120px;
}
.desc-section .desc-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.desc-section .sec-left {
  width: 42%;
}
.desc-section .sec-left img {
  width: 100%;
  max-width: 460px;
}
.desc-section .sec-right {
  width: 53.5%;
  margin-right: 40px;
}
.desc-section .sec-right p {
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
}
.number-section {
  margin-top: 120px;
  margin-bottom: 101px;
}
.number-section ul {
  padding-left: 0;
  margin-top: -5px;
  display: flex;
  justify-content: space-between;
}
.number-section li {
  flex-shrink: 0;
  text-align: center;
  list-style: none;
  width: 360px;
}
.number-section li div {
  font-weight: 600;
  font-size: 48px;
  line-height: 130%;
}
.number-section li p {
  margin-top: 16px;
  font-size: 20px;
  line-height: 150%;
  color: #575757;
}
.form-section .form-content {
  background: #f3f4fc;
  box-sizing: border-box;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.form-section h2 {
  font-weight: 500;
  font-size: 48px;
  line-height: 130%;
}
.form-section .sec-right {
  width: 40%;
}
.form-section .sec-left {
  width: 57%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-section .sec-left img {
  position: absolute;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 1;
  top: -40px;
  left: -40px;
}
.form-section .sec-left h2 {
  text-align: left;
  z-index: 2;
}
.form-section form .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 40px;
  margin-top: 0;
}
.form-section form .inp-block {
  margin-top: 16px;
}
.form-section form .inp-block input {
  box-sizing: border-box;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #cfcbe0;
  font-size: 16px;
  line-height: 150%;
  color: #9a9a9a;
  padding: 11px 16px;
  width: 100%;
}
.form-section form .check-block label {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.form-section form .check-block input {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-left: 0;
}
.form-section form .check-block p {
  margin-top: 5px;
  padding: 0;
  font-size: 12px;
  line-height: 140%;
  color: #575757;
  margin-left: 13px;
}
.form-section form .check-block p a {
  font-size: 12px;
  line-height: 140%;
}
.form-section form .inp-block.btn-block .btn {
  outline: none;
  border: none;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  height: 60px;
  background: #8c75e7;
  color: #fff;
}
.error404 .page404-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 131px;
}
.error404 .page404-content img {
  width: 100%;
  max-width: 501px;
  -o-object-fit: contain;
  object-fit: contain;
}
.error404 .page404-content h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 130%;
  margin-top: 54px;
  margin-bottom: 0;
}
.error404 .page404-content .desc {
  margin-top: 7px;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #575757;
  width: 41%;
}
.error404 .page404-content .btn {
  margin-top: 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #c3b4ff;
  color: #1a1a1a;
  box-shadow: none;
  font-size: 14px;
  text-transform: none;
  padding: 12px 17px;
}
.sitemap .head-section {
  min-height: auto;
  padding-bottom: 1px;
}
.sitemap-section {
  margin-top: 75px;
}
.sitemap-section .title-block a {
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}
.sitemap-section ul a {
  font-size: 18px;
  color: #575757;
  text-decoration: none;
}
.sitemap-section ul li {
  list-style: none;
  margin-top: 15px;
  margin-bottom: 15px;
}
.sitemap-section ul li:hover a {
  color: #1a1a1a;
}
.app-page-extension {
  margin-top: 60px;
}
.app-page-extension + footer {
  margin-top: 0;
}
.block *,
.block ::after,
.block ::before {
  box-sizing: border-box;
}
.block .app-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.block .app-col {
  width: 100%;
  max-width: 100%;
  padding: 0 20px;
}
.block-1 {
  background: #f5f5f7;
  position: relative;
  overflow: hidden;
}
.block-1 .app-col {
  display: flex;
  align-items: center;
}
.block-1 .app-col:first-child {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.block-1 .app-col:first-child .app-lay {
  padding: 80px 0;
  display: flex;
  flex-direction: column;
}
.block-1 .app-col:last-child {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.block-1 .app-lay h1 {
  margin: 0 0 60px 0;
}
.block-1 .app-lay p {
  margin: 0;
  font-size: 16px;
  line-height: 150%;
  color: #575757;
}
.block-1 .app-lay .btn {
  margin: 0 0 20px 0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 28px;
  min-width: 200px;
  height: 60px;
  justify-content: center;
}
.block-1 img {
  max-width: 100%;
}
.block-2 .app-col {
  flex: 1 0 0%;
  display: flex;
  align-items: center;
}
.block-2 .app-lay {
  display: flex;
  flex-direction: column;
}
.block-2 .app-lay *:last-child {
  margin-bottom: 0;
}
.block-2 .app-item {
  padding: 120px 0;
}
.block-2 .app-item:first-child img {
  filter: drop-shadow(0 20px 40px rgba(50, 51, 51, 0.06));
  border-radius: 12px;
}
.block-2 .app-item:last-child {
  background: #f8f8f8;
}
.block-2 .app-item:last-child .app-col:first-child {
  order: 2;
}
.block-2 .app-item:last-child .app-col:last-child {
  order: 1;
}
.block-2 .app-item h2 {
  margin: 0 0 24px 0;
  font-weight: 500;
  font-size: 36px;
  line-height: 150%;
}
.block-2 .app-item strong {
  display: inline-flex;
  font-size: 20px;
  margin-bottom: 4px;
  color: #1a1a1a;
}
.block-2 .app-item p {
  margin: 0 0 24px 0;
  font-size: 16px;
  line-height: 150%;
  color: #575757;
}
.block-2 .app-item ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 20px;
  line-height: 150%;
  color: #575757;
}
.block-2 .app-item ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}
.block-2 .app-item ul li:before {
  content: ".";
  font-weight: 500;
  display: block;
  position: absolute;
  left: 0;
  top: -5px;
}
.block-2 img {
  max-width: 100%;
}
.block-3 {
  padding: 120px 0;
}
.block-3 .app-col {
  flex: 1 0 0%;
}
.block-3 .app-lay {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 20px 40px rgba(50, 51, 51, 0.06);
  border-radius: 16px;
  background: #fff;
  padding: 40px;
}
.block-3 h2 {
  margin: 0 0 80px 0;
  font-weight: 500;
  font-size: 48px;
  line-height: 130%;
  text-align: center;
}
.block-3 img {
  max-width: 100px;
  max-height: 100px;
  margin-bottom: 20px;
}
.block-3 span {
  display: inline-flex;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 150%;
}
.block-3 .btn {
  width: 100%;
  justify-content: center;
  height: 60px;
}
.footer {
  padding: 80px 0;
  background-color: #1d1d1d;
}
.footer *,
.footer ::after,
.footer ::before {
  box-sizing: border-box;
}
.footer .logo-block img {
  height: 72px;
}
.footer__wrapper {
  display: flex;
  margin-right: -20px;
  margin-left: -20px;
}
.footer__wrapper-left {
  display: flex;
  flex-direction: column;
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
}
.footer__wrapper-left a {
  word-wrap: break-word;
}
.footer__heading {
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  color: #929292;
  margin: 20px 0 8px;
}
.footer__social-block {
  display: flex;
}
.footer__social--facebook,
.footer__social--instagram,
.footer__social--linkedin {
  display: block;
  width: 28px;
  height: 28px;
}
.footer__social--facebook {
    margin-right: 8px;
  background-image: url(img/facebook.png);
  
  background-repeat: no-repeat;   
  background-size: cover;
}
.footer__social--instagram {
  margin-right: 8px;
  
  background-image: url(img/instagram.png);
  background-repeat: no-repeat;   
  background-size: cover;
}
.footer__social--linkedin {
    
    
    background-image: url(img/linkedin.png);
    background-repeat: no-repeat;   
    background-size: cover;
  }
.footer__email {
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  color: #fff;
  text-decoration: none;
}
.footer__reviews:before {
  content: "";
  width: 40px;
  height: 0;
  border: 1px solid #343434;
  display: block;
  margin: 20px 0;
}
.footer__reviews-link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer__reviews-text {
  color: #929292;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
}
.footer__reviews-image {
  margin-top: 8px;
  height: 32px;
}
.footer__reviews-image .tp-logo__text {
  fill: #fff;
}
.first-block {
  position: relative;
  padding-top: 80px;
}
.first-block__btn--desktop {
  display: block;
}
.first-block__btn--mobile {
  display: none;
}
.first-block__item {
  width: 50%;
}
.first-block__box {
  position: absolute;
  /* -webkit-clip-path: polygon(0 0, 100% 0, 100% 87%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 87%, 0% 100%); */
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.first-block__wrapper {
  padding-top: 60px;
  display: flex;
  align-items: center;
  position: relative;
}
.first-block__title {
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  color: #fff;
  margin: 0 0 20px 0;
}
.first-block__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #e4e4e4;
  margin-bottom: 60px;
}
.first-block__image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.earn-money {
  margin: 100px 0;
}
.earn-money__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 130%;
  color: #111;
  width: 920px;
  max-width: 100%;
  margin: 0 auto;
}
.earn-money__wrapper-blocks {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
.earn-money__box {
  padding: 40px;
  border-radius: 16px;
  text-align: center;
  position: relative;
  height: 100%;
  box-sizing: border-box;
}
.earn-money__step {
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 30px;
  background: #111;
  padding: 4px 12px;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
}
.earn-money__block {
  margin-bottom: 40px;
  flex: 1 0 auto;
  width: 23.3333%;
  flex-grow: 1;
  padding: 0 20px;
  box-sizing: border-box;
}
.earn-money__block-image {
  width: 240px;
  height: 140px;
}
.earn-money__block-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  margin: 20px 0;
  color: #111;
}
.earn-money__block-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #444;
}
.earn-money__btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.earn-money .btn {
  margin: 20px auto 0;
}
.brands .container {
  max-width: 1684px;
}
.brands__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 130%;
  color: #111;
  width: 920px;
  max-width: 100%;
  margin: 0 auto 20px;
}
.brands__text {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #444;
  text-align: center;
}
.brands-swiper {
  margin-top: 80px;
  position: relative;
}
.brands-swiper:before,
.brands-swiper:after {
  content: " ";
  position: absolute;
  background: linear-gradient(90deg, #fdfdfd 0%, rgba(253, 253, 253, 0) 100%);
  width: 200px;
  z-index: 2;
  height: 100%;
  top: 0;
  left: 0;
}
.brands-swiper:after {
  right: 0;
  left: auto;
  left: initial;
  transform: rotate(180deg);
}
.brands__btn {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.brands__item {
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 16px;
  text-align: center;
  padding: 20px 40px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.brands__item-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #111;
  margin: 0;
}
.brands__item-image {
  width: 220px;
  height: 80px;
  margin: 20px 0;
}
.brands__item-average {
  border-top: 1px solid #e4e4e4;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  text-align: left;
}
.brands__item-average-text {
  display: flex;
  margin-top: 4px;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  color: #929292;
}
.brands__item-average-price {
  text-align: left;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #111;
}
.brands__item-average-price:before {
  content: "$";
}
.infoblock {
  margin-top: 140px;
}
.infoblock__wrapper {
  padding: 80px;
  display: flex;
  align-items: center;
  border-radius: 16px;
}
.infoblock__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 130%;
  color: #111;
  margin: 0;
  text-align: left;
}
.infoblock__text {
  margin: 20px 0 60px;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #444;
}
.infoblock__btn--mobile {
  display: none;
}
.infoblock__item:first-child {
  margin-right: 100px;
  width: 704px;
  max-width: 100%;
}
.infoblock__item-title {
  font-weight: 700;
  font-size: 56px;
  line-height: 120%;
  color: #111;
  margin-bottom: 4px;
}
.infoblock__item-wrapper {
  margin-bottom: 40px;
}
.infoblock__item-wrapper:last-of-type {
  margin-bottom: 0;
}
.infoblock__item-text {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: #111;
}
.ambassadors {
  margin-top: 140px;
}
.ambassadors-swiper {
  padding-bottom: 20px !important;
}
.ambassadors__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 130%;
  margin: 0;
}
.ambassadors__text {
  margin: 20px 0 80px;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #444;
  text-align: center;
}
.ambassadors__item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 50px;
}
.ambassadors__image {
  width: 1240px;
  height: 488px;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.ambassadors__btn {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.ambassadors__slider-pagination {
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.ambassadors__slider-pagination .swiper-pagination-bullet {
  background: #111 !important;
  opacity: 1;
  opacity: initial;
}
.ambassadors__slider-pagination .swiper-pagination-bullet-active {
  background: #4e73df !important;
}
.ambassadors__slider-btn-prev,
.ambassadors__slider-btn-next {
  background: #f7f7f7;
  border-radius: 50%;
  width: 60px !important;
  height: 60px !important;
}
.ambassadors__slider-btn-prev {
  left: 0 !important;
}
.ambassadors__slider-btn-prev:after {
  content: " " !important;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAxNyAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1IDI2TDMgMTRMMTUgMiIgc3Ryb2tlPSIjMTExMTExIiBzdHJva2Utd2lkdGg9IjQiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  width: 22px;
  height: 30px;
  display: block;
}
.ambassadors__slider-btn-next {
  right: 0 !important;
}
.ambassadors__slider-btn-next:after {
  content: " " !important;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAxNyAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1IDI2TDMgMTRMMTUgMiIgc3Ryb2tlPSIjMTExMTExIiBzdHJva2Utd2lkdGg9IjQiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  width: 22px;
  height: 30px;
  display: block;
  transform: rotate(180deg);
}
.our-community {
  margin-top: 140px;
}
.our-community__title {
  margin: 0;
  font-weight: 700;
  font-size: 40px;
  line-height: 130%;
  color: #111;
}
.our-community__text {
  margin: 20px 0 80px;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #444;
  text-align: center;
}
.our-community__items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
.our-community__item {
  width: 25%;
  padding: 0 20px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.our-community__item-block:first-child {
  margin-right: 20px;
}
.our-community__item-image {
  width: 60px;
  height: 60px;
}
.our-community__item-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #444;
  margin-bottom: 12px;
  word-break: break-all;
}
.our-community__item-count {
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  color: #111;
}
.our-community__item-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #929292;
}
.our-community__box {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02), 0 16px 40px rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  background: #fff;
  display: flex;
  padding: 20px;
  height: 100%;
  box-sizing: border-box;
}
.our-community__btn {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.scheme {
  margin-top: 100px;
}
.scheme__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 130%;
  color: #111;
  margin: 0;
}
.scheme__items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 80px;
}
.scheme__item {
  width: 33.3333333%;
  padding: 0 20px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.scheme__item-image {
  position: absolute;
  right: 30px;
  top: -40px;
}
.scheme__item-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  color: #111;
  margin: 0 0 20px 0;
}
.scheme__item-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #444;
  margin: 0;
}
.join_text{
    font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #444;
  margin: 30px 0;
}
.scheme__box {
  background: #fff;
  border-radius: 5px;
  border: 1px solid #D3D3D3;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 40px;
  position: relative;
  box-sizing: border-box;
  height: 100%;
}
.scheme__btn {
  display: flex;
  justify-content: center;
  margin-top: -20px;
}
.media-about {
  margin-top: 100px;
}
.media-about__title {
  margin: 0 0 40px 0;
  font-weight: 700;
  font-size: 40px;
  line-height: 130%;
  color: #111;
}
.join_wrapper{
    margin-top: 100px;
}
.media-about__items {
  display: flex;
  justify-content: space-between;
  margin-left: -20px;
  margin-right: -20px;
}
.media-about__box {
  border-left: 1px solid #e4e4e4;
  padding-left: 20px;
}
.media-about__item {
  box-sizing: border-box;
  padding: 0 20px;
  width: 25%;
}
.media-about__item:last-of-type {
  margin-right: 0;
}
.media-about__item-date {
  margin: 20px 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  color: #929292;
}
.media-about__item-image {
  width: 160px;
  height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
}
.media-about__item-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  margin: 0;
  color: #111;
}
.media-about__item-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #444;
  margin: 20px 0;
}
.media-about__item-link {
  color: #4e73df;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
}
.media-about__item-link:after {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuNjY3OTcgMTAuNjY2TDkuMzM0NjQgNy45OTkzNUw2LjY2Nzk3IDUuMzMyNjgiIHN0cm9rZT0iI0ZGNjI2MiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 1439px) {
  .block-1 .app-lay {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .block-1 img {
    min-width: 405px;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
  .block-2 .app-item {
    padding: 100px 0;
  }
  .block-3 {
    padding: 100px 0;
  }
}
@media screen and (max-width: 1023px) {
  .block .app-row {
    margin: 0 -10px;
  }
  .block .app-col {
    padding: 0 10px;
  }
  .block-1 .app-lay h1 {
    margin-bottom: 40px;
  }
  .block-1 img {
    min-width: 450px;
  }
  .block-2 .app-item {
    padding: 80px 0;
  }
  .block-2 .app-row {
    flex-direction: column;
  }
  .block-2 .app-col:first-child {
    margin-bottom: 40px;
    order: 1 !important;
  }
  .block-2 .app-col:first-child .app-lay {
    align-items: center;
  }
  .block-2 .app-col:last-child {
    order: 2 !important;
  }
  .block-2 img {
    max-width: calc(100% - 80px);
  }
  .block-3 {
    padding: 80px 0;
  }
  .block-3 .app-lay {
    padding: 20px;
  }
  .block-3 span {
    margin-bottom: 20px;
  }
  .block-3 img {
    max-width: 60px;
    max-height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .block-1 .app-row {
    flex-direction: column;
  }
  .block-1 .app-col {
    width: 100% !important;
  }
  .block-1 .app-col:first-child .app-lay {
    padding: 40px 0;
  }
  .block-1 .app-lay {
    display: inline-flex;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
  .block-1 .app-lay h1 {
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
  }
  .block-1 img {
    position: relative;
    transform: none;
    transform: initial;
    top: auto;
    top: initial;
    min-width: 0;
    min-width: initial;
    max-width: 350px;
  }
  .block-2 .app-col {
    justify-content: center;
  }
  .block-2 .app-item {
    padding: 60px 0;
  }
  .block-2 .app-item h2 {
    font-weight: 600;
    font-size: 24px;
  }
  .block-2 img {
    width: 100%;
    max-width: 400px;
  }
  .block-3 {
    padding: 60px 0;
  }
  .block-3 .app-row {
    flex-direction: column;
    align-items: center;
  }
  .block-3 .app-col {
    max-width: 500px;
  }
  .block-3 .app-col:not(:last-child) {
    margin-bottom: 20px;
  }
  .block-3 .app-lay {
    padding: 40px;
  }
  .block-3 h2 {
    font-size: 36px;
    line-height: 150%;
    margin-bottom: 40px;
  }
  .block-3 img {
    max-width: 100px;
    max-height: 100px;
  }
  .block-3 span {
    margin-bottom: 40px;
  }
  .block-3 .btn {
    width: -moz-fit-content;
    width: fit-content;
    min-width: 215px;
  }
}
@media screen and (max-width: 1440px) {
  .creators .head-section .head-right {
    width: 46%;
  }
  .nav-line .container,
  .footer-line .container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .container {
    padding-left: 60px;
    padding-right: 60px;
    box-sizing: border-box;
  }
  .scheme-work-list li {
    width: 32%;
  }
  .scheme-work-list li img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .brand-section .brand-left {
    width: 55%;
  }
  .brand-section .brand-left table td div {
    padding-left: 37px;
    padding-right: 37px;
  }
  .brand-section .brand-left table td div img {
    width: 100%;
  }
  .brand-right .btn {
    margin-bottom: 40px;
  }
  .platforms-section .desc {
    padding: 0 60px;
  }
  .platforms-section > .container {
    padding: 0;
  }
  .tools .head-section .container {
    padding: 0;
  }
  .tools .head-section .container .head-left {
    padding-left: 60px;
  }
  .invite-section img {
    width: 100%;
    margin-top: -61px;
    margin-right: -30px;
    width: 100%;
  }
  .invite-section .invite-content {
    padding: 60px 30px 60px 60px;
  }
}
@media screen and (max-width: 1170px) {
  .contact-heading__image-wrapper {
    width: 388px;
    height: 265px;
  }
  .contact-mail {
    padding: 110px 0 20px;
  }
  .contact-mail__wrapper-text {
    margin-bottom: 110px;
  }
  .contact-mail__resource-item {
    margin: 0 20px 20px 0;
  }
  .media-person .head-section .head-content {
    align-items: center;
  }
  .media-person .head-section .head-content .head-right {
    width: 35%;
    height: auto;
  }
  .advantage-section ul {
    justify-content: space-between;
  }
  .advantage-section ul li {
    width: 32%;
    padding: 30px 20px 13px;
    margin-right: 0;
  }
  .number-section li {
    width: 32%;
  }
}
@media screen and (max-width: 1024px) {
  .first-block__title {
    font-size: 40px;
  }
  .first-block__image {
    width: 462px;
    height: 434px;
  }
  .earn-money {
    margin: 120px 0;
  }
  .earn-money__title {
    font-size: 36px;
  }
  .earn-money__block {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .brands__title {
    font-size: 36px;
    padding: 0 40px;
    width: auto;
  }
  .brands__text {
    padding: 0 40px;
  }
  .brands .container {
    padding: 0;
  }
  .brands-swiper:after,
  .brands-swiper:before {
    content: none;
  }
  .infoblock {
    margin-top: 120px;
  }
  .infoblock__wrapper {
    flex-direction: column;
    align-items: initial;
  }
  .infoblock__title {
    font-weight: 700;
    font-size: 36px;
    line-height: 130%;
  }
  .infoblock__item:first-child {
    width: 100%;
    margin-right: 0;
  }
  .infoblock__item:nth-of-type(2) {
    display: flex;
    justify-content: space-between;
  }
  .infoblock__item-title {
    font-size: 24px;
  }
  .infoblock__item-text {
    font-size: 16px;
  }
  .infoblock__btn--desktop {
    display: none;
  }
  .infoblock__btn--mobile {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .ambassadors {
    margin-top: 120px;
  }
  .ambassadors__title {
    font-size: 36px;
  }
  .ambassadors__slider-btn-next,
  .ambassadors__slider-btn-prev {
    display: none !important;
  }
  .ambassadors__image {
    height: auto;
  }
  .ambassadors__item {
    margin: 0;
  }
  .our-community,
  .scheme {
    margin-top: 120px;
  }
  .our-community__title,
  .scheme__title {
    font-size: 36px;
  }
  .our-community__item,
  .scheme__item {
    width: 50%;
  }
  .media-about {
    margin-top: 120px;
  }
  .media-about__title {
    font-size: 36px;
  }
  .media-about__items {
    flex-wrap: wrap;
  }
  .media-about__item {
    width: 50%;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 0 20px;
  }
  .media-about__item:last-of-type {
    margin-bottom: 0;
  }
  .footer .logo-block img {
    height: 48px;
  }
  footer .footer-nav .footer-menu-inner {
    width: 100%;
  }
  footer .footer__wrapper {
    margin-right: -10px;
    margin-left: -10px;
  }
  footer .footer__wrapper > * {
    padding-left: 10px;
    padding-right: 10px;
  }
  footer .footer-nav .footer-menu-list > li {
    margin-right: 20px;
  }
  .contact-heading__image-wrapper {
    width: 275px;
    height: 188px;
  }
  .contact-mail {
    padding: 100px 0 0;
  }
  .contact-mail__text {
    font-size: 20px;
    margin-left: 35px;
    word-break: break-word;
  }
  .contact-mail__wrapper-text {
    margin-bottom: 100px;
  }
  .contact-mail__image {
    width: 203px;
    height: 157px;
  }
  .head-section .head-content .head-right {
    width: 30%;
    height: auto;
    flex-shrink: 0;
    -o-object-fit: contain;
    object-fit: contain;
    margin-left: -200px;
  }
  .creators .head-section .head-content {
    margin-top: 0;
  }
  .creators .head-section .head-content .head-right {
    margin-top: 0;
    width: 45%;
  }
  .home .head-section .head-content .head-left {
    width: 60%;
  }
  .home .head-section .head-content .head-right {
    width: 30%;
  }
  .home .head-section .head-content .head-right img {
    margin-right: -150px;
    width: auto;
  }
  footer .footer-line li {
    margin-right: 10px;
  }
  .footer-line nav {
    margin-left: 20px;
  }
  footer .container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .download-video-section .download-video-content {
    flex-direction: column;
  }
  .download-video-section .download-video-content .btn {
    margin-top: 40px;
  }
  .chess-section .chess-content .content-item .sec-right {
    padding-right: 0;
  }
  .chess-content .content-item:nth-child(2n) .sec-right {
    padding-left: 0;
  }
  .form-section .form-content {
    flex-direction: column;
    position: relative;
    overflow: hidden;
    align-items: center;
    max-width: 648px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px;
  }
  .form-section .sec-left {
    width: 100%;
    position: static;
    z-index: 2;
  }
  .form-section .sec-right {
    width: 100%;
    z-index: 2;
    max-width: 400px;
  }
  .form-section .form-content {
    flex-direction: column;
  }
  .form-section .sec-left h2 {
    text-align: center;
  }
  .form-section .sec-left img {
    top: 0;
    left: 0;
  }
  .tools .header h1 {
    margin-bottom: 0;
  }
  .tools .head-section .head-content .head-right {
    width: 36%;
  }
  .head-section .head-content {
    margin-top: 60px;
  }
  .media-person .head-section .head-content {
    margin-top: 0;
  }
  .burger-icon {
    display: flex;
  }
  .wp-nav .nav-desc {
    display: none;
  }
  footer .wp-nav .nav-desc {
    display: block;
  }
  .nav-mob {
    display: block;
  }
  .cnt-section {
    padding: 60px 0;
  }
  .cnt-section .cnt-content {
    flex-direction: column;
  }
  .cnt-section .cnt-content .sec-left,
  .cnt-section .cnt-content .sec-right {
    width: 100%;
  }
  .cnt-section:nth-child(2n) .cnt-content {
    flex-direction: column;
  }
  .cnt-section .cnt-content img {
    max-width: 100%;
  }
  .cnt-section .cnt-content .sec-right {
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .head-section {
    min-height: auto;
  }
  .head-section h1 {
    margin-top: -9px;
    font-size: 36px;
  }
  .head-section h1 pre {
    font-size: 36px;
  }
  .head-section h1 i.ruby-icon:before {
    width: 74px;
    height: 55px;
    top: 8px;
    left: -15px;
  }
  .head-section .head-content .head-right {
    width: 30%;
    height: auto;
    margin-left: -200px;
    margin-top: -40px;
  }
  .head-section .head-content .head-right img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 150%;
  }
  .head-section h1 i.ruby-icon {
    width: 42px;
    height: 42px;
  }
  .head-section p {
    margin-top: 0;
  }
  .brand-section .brand-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background: radial-gradient(
        19.22% 44.15% at 100%,
        at 100%,
        #eee7fe 0%,
        rgba(238, 231, 254, 0) 100%
      ),
      radial-gradient(
        36.03% 156.49% at 68.88%,
        at 0%,
        #e6eefe 0%,
        rgba(230, 238, 254, 0) 100%
      ),
      linear-gradient(270deg, #ebebfe 0%, rgba(235, 235, 254, 0) 50%),
      linear-gradient(90deg, #f8f2fa 0%, rgba(248, 242, 250, 0) 50%), #faf7fd;
    background: radial-gradient(
        19.22% 44.15% at 100% 100%,
        #eee7fe 0%,
        rgba(238, 231, 254, 0) 100%
      ),
      radial-gradient(
        36.03% 156.49% at 68.88% 0%,
        #e6eefe 0%,
        rgba(230, 238, 254, 0) 100%
      ),
      linear-gradient(270deg, #ebebfe 0%, rgba(235, 235, 254, 0) 50%),
      linear-gradient(90deg, #f8f2fa 0%, rgba(248, 242, 250, 0) 50%), #faf7fd;
    background-size: auto;
    background-size: cover;
    min-height: 500px;
    box-sizing: border-box;
    padding: 40px 40px 0;
    border-radius: 24px;
  }
  .brand-section .brand-left {
    width: 50%;
  }
  .brand-section .brand-left table tr {
    display: flex;
    flex-direction: column;
  }
  .brand-section .brand-left table td {
    width: 100%;
    height: 60px;
  }
  .brand-section .brand-left table td div {
    height: 100%;
  }
  footer .footer-line {
    height: auto;
  }
  .brand-section .brand-right {
    width: 45%;
  }
  .scheme-work-list li img {
    width: 35%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .footer-line .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  footer .footer-line .regis-block {
    margin-right: auto;
    margin-left: auto;
  }
  .footer-line nav ul {
    height: auto;
  }
  .footer-line nav {
    margin-right: auto;
    margin-left: auto;
    padding-left: 18px;
    padding-right: 18px;
    margin-top: 9px;
  }
  .footer-line nav ul {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
  }
  .footer-line nav li {
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 12px;
  }
  .promo-section {
    padding-top: 120px;
    padding-bottom: 120px;
    text-align: center;
  }
  .invite-section .invite-content {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 60px 60px 30px;
  }
  .invite-section .invite-content h2 {
    text-align: center;
  }
  .invite-section .invite-content .btn {
    margin-bottom: 88px;
  }
  .invite-section .invite-content .invite-left,
  .invite-section .invite-content .invite-right {
    width: 100%;
  }
  .invite-section .invite-content .invite-right {
    display: flex;
  }
  .media-person .head-section {
    padding-bottom: 60px;
  }
  .media-person .head-section .head-content {
    flex-direction: column;
  }
  .media-person .head-section .head-content .head-right {
    width: 66%;
    height: auto;
    margin-left: 0;
    margin-top: -7px;
  }
  .brand-section.no-back .brand-content {
    flex-direction: column-reverse;
  }
  .brand-section.no-back .brand-content .brand-right,
  .brand-section.no-back .brand-content .brand-left {
    width: 100%;
  }
  .brand-section.no-back .brand-content .brand-left {
    margin-left: auto;
    margin-right: auto;
    margin-top: 28px;
    margin-bottom: 100px;
  }
  .brand-section.no-back .brand-content .brand-left table {
    width: auto;
    margin: 0 auto;
  }
  .brand-section.no-back .brand-content .brand-left table tr {
    width: 100%;
    max-width: 500px;
    display: table;
    margin-bottom: -1px;
  }
  .brand-section.no-back .brand-content .brand-left table td {
    width: 50%;
    margin-bottom: -1px;
  }
  .brand-section .brand-left table td div {
    padding-left: 37px;
    padding-right: 37px;
    padding-top: 21px;
    padding-bottom: 21px;
    box-sizing: border-box;
  }
  .brand-section .brand-left table td {
    margin-bottom: -1px;
  }
  .brand-section .brand-left table td div img {
    height: 100%;
  }
  .sheme-work-creat-section {
    margin-top: 86px;
  }
  .brand-section .brand-right .btn {
    text-align: center;
  }
  .plus-section {
    margin-top: 35px;
  }
  .creators-cnt-section ul {
    flex-direction: column;
  }
  .creators-cnt-section ul li {
    width: 100%;
    max-width: 100%;
  }
  .desc-section {
    margin-top: 80px;
    margin-bottom: 100px;
  }
  .desc-section .desc-content {
    flex-direction: column;
  }
  .desc-section .sec-left {
    width: 100%;
    text-align: center;
  }
  .desc-section .sec-right {
    width: 100%;
    margin-right: 0;
  }
  .number-section {
    margin-top: 100px;
    margin-bottom: 80px;
  }
  .number-section li div {
    font-size: 36px;
  }
  .number-section li p {
    font-size: 16px;
  }
  .platforms-section .platforms-slider .swiper-slide {
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .platforms-section .platforms-slider .swiper-slide p {
    margin-right: auto;
    margin-left: auto;
  }
  .brand-section.no-back .brand-left table td {
    height: 120px;
    margin-bottom: -1px;
  }
  .brand-section.no-back .brand-left table td div {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .tools .head-section .head-content .head-right {
    width: 56%;
  }
  .tools .head-section .head-content .head-right img {
    transform: scale(1.1);
  }
  .error404 .page404-content .desc {
    width: 100%;
  }
  .cnt-section:nth-child(2n) .cnt-content .sec-right {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 900px) {
  .scheme-work-list {
    flex-direction: column;
  }
  .scheme-work-list li {
    width: 100%;
    min-height: auto;
    margin-bottom: 40px;
  }
  .scheme-work-list li .scheme-list-content {
    flex-direction: row;
    align-items: center;
  }
  .scheme-work-list li .scheme-list-content div {
    width: 65%;
    flex-shrink: 0;
    text-align: left;
    margin-left: 20px;
  }
  .tools .head-section .head-content .head-right {
    height: 500px;
    width: 48%;
    margin-right: -15%;
    display: flex;
  }
  .plus-section ul {
    flex-direction: column;
  }
  .plus-section li {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .plus-section .btn {
    margin-top: 27px;
  }
  .advantage-section ul {
    flex-direction: column;
    justify-content: center;
  }
  .advantage-section ul li {
    max-width: 100%;
    width: 100%;
    display: flex;
    text-align: left;
    padding: 60px 40px;
  }
  .advantage-section ul li .img-container {
    margin-right: 43px;
  }
  .tabs-section .tab-content {
    padding: 40px 20px 35px 60px;
  }
  .tabs-section .tab-content .title {
    font-size: 24px;
  }
  .tabs-section .tab-content .sec-right {
    padding-left: 5px;
  }
  .tabs-section .tab-content .sec-left {
    padding-right: 5px;
  }
  .tools .head-section .head-content .head-right img {
    transform: scale(1.2);
  }
}
@media screen and (min-width: 769px) {
  footer .footer-nav .footer-menu-inner ul.sub-menu {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  header .line-block nav.wp-nav {
    display: none;
  }
  .regis-block .blog-header__search {
    margin-right: 16px;
  }
  .popmechanic-field__error-message {
    top: 75% !important;
    left: 20% !important;
  }
  .nav-line .container {
    padding: 0 24px;
  }
  .first-block__title {
    font-size: 36px;
    text-align: center;
  }
  .first-block__text {
    text-align: center;
  }
  .first-block__wrapper {
    flex-direction: column;
    padding-bottom: 60px;
  }
  .first-block__box {
    -webkit-clip-path: none;
    clip-path: none;
  }
  .first-block__item {
    width: 100%;
  }
  .first-block__item:nth-of-type(2) {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .first-block__btn {
    margin-top: 60px;
  }
  .first-block__btn--desktop {
    display: none;
  }
  .first-block__btn--mobile {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .first-block__btn .btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .earn-money {
    margin: 100px 0;
  }
  .earn-money__wrapper-block {
    margin-top: 60px;
  }
  .earn-money__title {
    font-size: 32px;
  }
  .earn-money__block {
    width: 100%;
    padding: 0 20px;
  }
  .earn-money__btn {
    width: 100%;
  }
  .earn-money__btn .btn {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .brands {
    margin-top: 100px;
  }
  .brands__title {
    font-size: 32px;
  }
  .brands-swiper {
    margin-top: 60px;
  }
  .brands__btn {
    width: 100%;
    padding: 0 24px;
    display: flex;
    box-sizing: border-box;
  }
  .brands__btn .btn {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .infoblock__wrapper {
    padding: 40px;
  }
  .infoblock__title {
    font-size: 32px;
    text-align: center;
  }
  .infoblock__text {
    text-align: center;
  }
  .infoblock__item:nth-of-type(2) {
    flex-direction: column;
    align-items: center;
  }
  .infoblock__item-wrapper {
    text-align: center;
  }
  .infoblock__btn--mobile {
    margin-top: 60px;
    width: 100%;
  }
  .infoblock__btn--mobile .btn {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .ambassadors,
  .our-community {
    margin-top: 100px;
  }
  .ambassadors__title,
  .our-community__title {
    font-size: 32px;
  }
  .ambassadors__text,
  .our-community__text {
    margin-bottom: 60px;
  }
  .ambassadors__btn,
  .our-community__btn {
    width: 100%;
  }
  .ambassadors__btn .btn,
  .our-community__btn .btn {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .our-community__item {
    width: 100%;
  }
  .scheme {
    margin-top: 100px;
  }
  .scheme__title {
    font-size: 32px;
  }
  .scheme__items {
    margin-top: 100px;
  }
  .scheme__item {
    width: 100%;
    margin-bottom: 40px;
  }
  .scheme__btn {
    margin-top: 20px;
    width: 100%;
  }
  .scheme__btn .btn {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .media-about {
    margin-top: 100px;
  }
  .media-about__title {
    font-size: 32px;
    margin-bottom: 60px;
  }
  .media-about__item {
    width: 100%;
  }
  .footer__switch-block {
    margin-bottom: 40px;
  }
  .lang-block {
    position: static;
  }
  .lang-block ul {
    left: 0;
    right: 0;
    width: 100%;
    transform: none;
    margin: 0;
    bottom: 0;
    border-radius: 0;
    text-align: center;
    padding: 20px 0;
  }
  .lang-block ul li {
    margin: 0;
    display: block;
  }
  .lang-block ul li a {
    display: inline-block;
    margin-bottom: 14px;
  }
  .lang-block ul li:last-of-type a {
    margin-bottom: 0;
  }
  .footer-line {
    position: relative;
  }
  .creators .head-section h1 {
    line-height: 120%;
  }
  .creators .head-section .head-content .head-left {
    width: 100%;
    padding: 40px 0;
  }
  .creators .head-section .head-content .head-right {
    height: auto;
    width: 100%;
  }
  .creators .head-section .head-right img {
    margin: 0;
    margin-top: 0 !important;
  }
  .contact-heading__title {
    font-size: 36px;
  }
  .contact-heading__text {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .contact-heading__wrapper {
    padding: 40px 0;
    flex-direction: column;
    text-align: center;
  }
  .contact-heading__block {
    width: 100%;
  }
  .contact-heading__block:last-child {
    width: 100%;
    align-items: center;
  }
  .contact-mail {
    padding: 60px 0 0;
  }
  .contact-mail__wrapper-text {
    flex-direction: column;
    margin-bottom: 80px;
  }
  .contact-mail__text {
    font-size: 16px;
    margin: 20px 0 0 0;
    text-align: center;
  }
  .contact-mail__text p {
    font-size: 16px;
    margin: 20px 0 0 0;
  }
  .contact-mail__text a {
    font-size: 16px;
  }
  .contact-mail__resource-text {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .contact-mail__resource-desc {
    font-size: 16px;
  }
  .tools .head-section .head-content .head-right img {
    transform: scale(1);
  }
  .tools .head-section .head-content h1 {
    font-weight: 600;
  }
  .mob-logo {
    display: block;
  }
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
  .head-section .head-content {
    align-items: center;
    flex-direction: column;
  }
  .head-section .head-content .head-right {
    width: 100%;
    height: 300px;
    overflow: hidden;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .head-section .head-content .head-right img {
    margin-top: 38px;
    width: 80%;
  }
  .home .head-section .head-content .head-left {
    width: 100%;
  }
  .home .head-section .head-content .head-right {
    width: 100%;
  }
  .home .head-section .head-content .head-right img {
    margin-right: auto;
    width: 100%;
  }
  .head-section {
    padding-top: 4px;
    padding-bottom: 0;
  }
  .head-section h1 {
    margin-top: 28px;
  }
  .platforms-section {
    margin-top: 30px;
  }
  .scheme-work-section {
    padding-top: 52px;
  }
  .brand-section .brand-right,
  .brand-section .brand-left,
  .infoblock-section .infoblock-left,
  .infoblock-section .infoblock-right {
    width: 100%;
  }
  .infoblock-section .infoblock-content {
    flex-direction: column;
  }
  .brand-section .brand-content {
    flex-direction: column-reverse;
    text-align: center;
    padding: 40px 20px;
  }
  .brand-section .brand-content h2 {
    text-align: center;
  }
  .brand-section .brand-content .brand-right .title {
    margin-top: 0;
  }
  .brand-section .brand-content .brand-right .btn {
    display: none;
  }
  .brand-section .brand-content .brand-left .btn {
    display: inline-flex;
  }
  .brand-section .brand-left table tr {
    display: table;
    width: 100%;
    margin-bottom: -1px;
  }
  .brand-section .brand-left table td {
    width: 50%;
  }
  .infoblock-section {
    margin-top: 6px;
    text-align: center;
  }
  .infoblock-section .infoblock-left h2 {
    text-align: center;
  }
  .tools .head-section .head-content h1 {
    font-size: 24px;
    text-align: center;
  }
  .tools .head-section .container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .tools .head-section .container .head-left {
    padding-left: 0;
    width: 100%;
  }
  .tools .head-section .head-content .head-right {
    height: auto;
    width: 100%;
    height: 400px;
    margin-right: 0;
    display: flex;
  }
  .tools .head-section .head-content .head-right img {
    -o-object-fit: contain;
    object-fit: contain;
    height: 100%;
  }
  .media-person .head-section .head-content .head-right {
    width: 100%;
  }
  .media-person .head-section .head-content .head-left h1 {
    font-size: 36px;
  }
  .media-person .head-section .head-content .head-left .social-icon {
    margin-top: 0;
  }
  .chess-section .title-block .btn {
    margin-bottom: 96px;
  }
  .chess-section .chess-content .content-item {
    margin-bottom: 50px;
    flex-direction: column;
  }
  .chess-section .chess-content .content-item .sec-left,
  .chess-section .chess-content .content-item .sec-right {
    width: 100%;
  }
  .chess-section .chess-content .content-item .sec-right p {
    font-size: 20px;
  }
  .chess-section .chess-content .content-item .sec-right {
    margin-left: 0;
  }
  .chess-content .content-item:nth-child(2n) .sec-right {
    margin-right: 0;
    margin-left: 0;
  }
  .creators-cnt-section ul {
    flex-direction: column;
  }
  .creators-cnt-section ul li {
    width: 100%;
    max-width: 100%;
  }
  .advantage-section ul {
    flex-direction: column;
    justify-content: center;
  }
  .advantage-section ul li {
    display: block;
    text-align: center;
    padding: 30px 20px;
  }
  .advantage-section ul li .img-container {
    margin-right: auto;
  }
  .tabs-section {
    margin-top: 58px;
  }
  .tabs-section .container {
    padding: 0;
  }
  .tabs-section .tab-content {
    flex-direction: column;
    border-radius: 0;
    padding: 40px;
  }
  .creators footer {
    margin-top: 0;
  }
  .tabs-section .tab-content .sec-left,
  .tabs-section .tab-content .sec-right {
    width: 100%;
  }
  .tabs-section .tab-content .sec-right {
    margin-top: 40px;
    text-align: center;
  }
  .tabs-section .tab-content .sec-right img {
    width: 75%;
  }
  .creators-cnt-section {
    margin-top: -20px;
    margin-bottom: 100px;
  }
  .advantage-section {
    margin-top: 100px;
  }
  .brand .head-section h1 {
    font-size: 24px;
  }
  .brand .head-section {
    min-height: auto;
  }
  .desc-section .sec-right p {
    font-size: 20px;
  }
  .number-section ul {
    flex-direction: column;
  }
  .number-section li {
    width: 100%;
  }
  .desc-section {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .number-section {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .form-section h2 {
    font-size: 24px;
  }
  footer .footer-line {
    margin-top: 0;
  }
  .form-section form .title {
    font-weight: 400;
    font-size: 20px;
    text-align: center;
  }
  .form-section .container {
    padding: 0;
  }
  .form-section .form-content {
    border-radius: 0;
    padding: 60px 40px;
  }
  footer .footer-nav .footer-menu-inner {
    width: 70%;
  }
  footer .container {
    padding: 0;
  }
  footer {
    overflow: hidden;
  }
  footer .footer-nav {
    flex-direction: column;
    margin-top: -1px;
  }
  footer .footer-nav .nav-list {
    width: 100%;
  }
  footer .footer-nav .nav-list ul {
    display: none;
    margin-top: 0;
    padding-left: 40px;
    padding-top: 15px;
  }
  footer .footer-nav .nav-list .nav-title {
    cursor: pointer;
    padding: 0 22px;
    height: 60px;
    border-top: 1px solid #e9e9e9;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  footer .footer-nav .nav-list .nav-title:after {
    content: " ";
    width: 12px;
    height: 12px;
    background: url(../../../../themes/site/dist/69922086b24143466fc0cf55a047c0dd.svg)
      no-repeat;
    transform: rotate(-90deg);
  }
  footer .footer-nav .nav-list.active ul {
    border-top: 1px solid #e9e9e9;
  }
  footer .footer-nav .nav-list.active .nav-title:after {
    transform: rotate(0deg);
  }
  footer .footer-nav .social-foot .nav-title {
    justify-content: center;
  }
  footer .footer-nav .social-foot .nav-title a {
    text-align: center;
  }
  footer .footer-nav .social-foot .nav-title:after {
    content: none;
  }
  footer .footer-nav .social-foot ul {
    width: 100%;
    justify-content: center;
    display: flex;
    padding: 0 20px;
    box-sizing: border-box;
  }
  footer .footer-nav .social-foot li {
    margin-left: 10px;
    margin-right: 10px;
  }
  footer .footer-nav .social-foot li a {
    width: 36px;
    height: 36px;
  }
  footer .footer-nav .social-foot i {
    font-size: 14px;
  }
  .promo-section h2 {
    font-size: 24px;
  }
  .invite-section h2 {
    font-size: 20px;
  }
  footer .footer-nav .footer-menu-inner {
    width: 100%;
  }
  footer .footer-nav .footer-menu-list {
    flex-direction: column;
    margin-top: -1px;
  }
  footer .footer-nav .footer-menu-list > li {
    box-sizing: border-box;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #2d2d2d;
  }
  footer .footer-nav .footer-menu-list > li > a {
    cursor: pointer;
    height: 60px;
    padding: 0 24px;
    justify-content: space-between;
    align-items: center;
    display: inline-flex;
    font-size: 18px;
    text-transform: none;
    color: #fff;
  }
  footer .footer-nav .footer-menu-list > li ul {
    display: none;
    margin-top: 0;
    padding-left: 40px;
    padding-top: 15px;
  }
  footer .footer-nav .footer-menu-list > li:after {
    content: " ";
    width: 32px;
    height: 32px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjY2NiAxMy4zMzM1TDE1Ljk5OTMgMTguNjY2OEwyMS4zMzI3IDEzLjMzMzUiIHN0cm9rZT0iIzkyOTI5MiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
    right: 22px;
    display: block;
    float: right;
    top: 13px;
    position: absolute;
  }
  footer .footer-nav .footer-menu-list > li.active ul {
    border-top: 1px solid #2d2d2d;
  }
  footer .footer-nav .footer-menu-list > li.active:after {
    transform: rotate(180deg);
  }
  footer .footer-nav .footer-menu-inner > ul > li {
    margin-bottom: 0;
  }
  footer .footer-nav .footer-menu-inner > ul {
    margin-bottom: 0;
  }
  .chess-section .btn-block {
    display: none;
  }
  .footer {
    padding-top: 0;
  }
  .footer__wrapper {
    flex-direction: column-reverse;
  }
  .footer__wrapper-left {
    margin-top: 40px;
    align-items: center;
  }
  footer {
    padding-bottom: 40px !important;
  }
  footer .footer-nav {
    margin-left: 0;
  }
  footer .footer-nav ul li {
    margin-bottom: 12px;
  }
  footer .footer__wrapper > * {
    width: 100%;
  }
  footer .footer__wrapper .footer__reviews:before {
    margin: 20px auto;
  }
  footer .footer__wrapper .footer__reviews-link {
    align-items: center;
  }
  footer .footer__wrapper .logo-block img {
    height: 72px;
  }
}
@media screen and (max-width: 500px) {
  .contact-mail__resources-wrapper {
    flex-direction: column;
  }
  .contact-mail__resource-item {
    margin-right: 0;
    width: 100%;
  }
  .head-section h1 {
    font-size: 30px;
    margin-top: 30px;
  }
  .head-section h1 pre {
    font-size: 30px;
  }
  .head-section p {
    margin-top: 40px;
  }
  .head-section h1 i.ruby-icon {
    width: 36px;
    height: auto;
  }
  .head-section h1 i.ruby-icon:before {
    width: 66px;
    height: 47px;
    top: -30px;
    left: -15px;
  }
  .btn {
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
  }
  .scheme-work-list li .scheme-list-content {
    flex-direction: column;
  }
  .scheme-work-list li .scheme-list-content img,
  .scheme-work-list li .scheme-list-content div {
    width: 100%;
    text-align: center;
    margin-left: auto;
  }
  .scheme-work-list li .scheme-list-content {
    padding: 36px 0 0;
  }
  .brand-section .brand-left table tr {
    display: flex;
    margin-bottom: 0;
  }
  .brand-section .brand-left table tr td {
    width: 100%;
  }
  .brand-section .brand-left table tr td img {
    height: 30px;
  }
  .error404 .page404-content h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 375px) {
  .nav-line .container,
  .footer-line .container {
    padding-left: 15px;
    padding-right: 10px;
  }
  .container {
    min-width: 308px;
  }
  .invite-section .invite-content {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 40px 40px 10px;
  }
  .invite-section .container {
    padding: 0;
  }
  .invite-section .invite-content {
    border-radius: 0;
  }
  .brand-section.no-back {
    margin-top: 41px;
  }
  .download-video-section {
    margin-top: -20px;
  }
  .sheme-work-creat-section {
    margin-top: 65px;
  }
  .sheme-work-creat-section h2 {
    font-size: 24px;
  }
  .sheme-work-creat-section .text * {
    font-size: 16px;
  }
  .plus-section {
    margin-top: 14px;
  }
  .download-video-section .download-video-content {
    padding: 24px;
  }
  .download-video-section .download-video-content .btn {
    padding: 14px;
  }
  .download-video-section .download-video-content p {
    font-size: 16px;
  }
  footer .footer-line .regis-block {
    margin-right: auto;
  }
}
.blog-header {
  height: 60px;
  border-bottom: 1px solid #e7e7e7;
  transition: top 0.9s;
}
.blog-header__switch {
  display: block;
}
.blog-header__switch--blog {
  display: none;
}
.blog-header__wrapper-search--hidden {
  display: none !important;
}
.blog-header--fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99999;
  background-color: #fff;
  transition: 0.3s;
}
.blog-header--out {
  top: -130px;
}
.blog-header__menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}
.blog-header__menu .sub-menu {
  margin: 0;
  list-style: none;
  position: absolute;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  height: auto;
  box-shadow: 0 20px 40px rgba(50, 51, 51, 0.06);
  border-radius: 12px;
  padding: 20px 40px;
  top: 20px;
  left: -5px;
  visibility: hidden;
  transition: 0.5s ease-out opacity;
}
.blog-header__menu .sub-menu .blog-header__item {
  margin-right: 0;
  margin-bottom: 15px;
}
.blog-header__menu .sub-menu .blog-header__item:last-child {
  margin-bottom: 0;
}
.blog-header__menu .sub-menu .blog-header__link {
  color: #575757;
  font-size: 14px;
  position: relative;
  display: inline;
}
.blog-header__menu .sub-menu .blog-header__link:after {
  content: none;
}
.blog-header__menu .sub-menu .blog-header__link:hover {
  font-weight: 700;
  color: #1a1a1a;
}
.blog-header__menu .sub-menu .blog-header__link:hover:after {
  content: "";
  display: inline-flex;
  width: 100%;
  height: 3px;
  background-color: #c3b4ff;
  position: absolute;
  left: 0;
  bottom: -5px;
  transform: translate(0, 0);
  margin: 0;
}
.blog-header__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
.blog-header__item {
  margin-right: 24px;
}
.blog-header__item:last-child {
  margin-right: 0;
}
.blog-header__item--has-children {
  position: relative;
}
.blog-header__item--has-children .blog-header__link {
  position: relative;
  display: flex;
  align-items: center;
}
.blog-header__item--has-children .blog-header__link:after {
  cursor: pointer;
  content: "";
  width: 6px;
  display: block;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 9L5 5L1 1' stroke='%231A1A1A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0);
  transition: 0.2s linear;
  margin: 0 0 0 7px;
  transform: rotate(90deg);
}
.blog-header__item--has-children:hover > .sub-menu {
  visibility: visible;
}
.blog-header__item--has-children:hover > .blog-header__link:after {
  transform: rotate(270deg);
  transition: 0.2s linear;
}
.blog-header__link {
  text-decoration: none;
  font-size: 16px;
  line-height: 150%;
  font-weight: 600;
}
.blog-header__block {
  display: flex;
  align-items: center;
}
.blog-header__search {
  font-size: 14px;
  line-height: 150%;
  color: #575757;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.blog-header__search:before {
  cursor: pointer;
  content: "";
  width: 24px;
  display: block;
  height: 24px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTEuMDYiIGN5PSIxMS4wNTg4IiByPSI3LjA2MTk0IiBzdHJva2U9IiM1NzU3NTciIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTIwLjAwNDQgMjAuMDAzNEwxNi4wNTI3IDE2LjA1MTgiIHN0cm9rZT0iIzU3NTc1NyIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0);
  margin-right: 4px;
}
.blog-header__lang .lang-block {
  top: 0;
  margin-right: 14px;
}
.blog-search {
  display: none;
  background-color: #e6e6ff;
}
.blog-search__wrapper {
  padding: 40px 0;
}
.blog-search__form-wrapper {
  border-radius: 12px;
  border: 1px solid #1a1a1a;
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 0 12px;
  position: relative;
}
.blog-search__form {
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-search__submit {
  cursor: pointer;
  width: 24px;
  height: 24px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTEuMDYiIGN5PSIxMS4wNTg4IiByPSI3LjA2MTk0IiBzdHJva2U9IiM1NzU3NTciIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTIwLjAwNDQgMjAuMDAzNEwxNi4wNTI3IDE2LjA1MTgiIHN0cm9rZT0iIzU3NTc1NyIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  margin-right: 4px;
}
.blog-search__input {
  border: none;
  height: 42px;
  width: 554px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
.blog-search__input:focus,
.blog-search__input:active,
.blog-search__input:hover,
.blog-search__input.focus-visible {
  outline: none;
}
.blog-search__input:focus,
.blog-search__input:active,
.blog-search__input:hover,
.blog-search__input:focus-visible {
  outline: none;
}
.blog-search__close-btn {
  border-radius: 50%;
  width: 22px;
  height: 22px;
  background-color: #fff;
  display: flex;
  flex-shrink: 0;
  margin-left: 13px;
  cursor: pointer;
  background-size: cover;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iMTEiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik04IDhMMTYgMTYiIHN0cm9rZT0iIzFBMUExQSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTYgOEw4IDE2IiBzdHJva2U9IiMxQTFBMUEiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
}
.blog-search__result-list {
  position: absolute;
  top: 100%;
  padding: 20px;
  margin: 4px 0 0 0;
  border-radius: 12px;
  box-sizing: border-box;
  background-color: #fff;
  left: 0;
  right: 0;
  display: none;
  list-style: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06), 0 20px 40px rgba(50, 51, 51, 0.06);
}
.blog-search__result-item {
  margin-bottom: 8px;
}
.blog-search__result-item:last-child {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.blog-search__result-item:last-child:before {
  margin-left: 12px;
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQuNDgwNDcgMTEuOThIMTkuNDcwNSIgc3Ryb2tlPSIjMUExQTFBIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xMy40ODI0IDUuOTg4MDRMMTkuNTE5NCAxMkwxMy40ODI0IDE4LjAxMiIgc3Ryb2tlPSIjMUExQTFBIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
}
.blog-search__result-item:hover {
  background-color: #f5f5f5;
  border-radius: 8px;
}
.blog-search__result-link {
  display: block;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  padding: 8px 12px;
}
.blog-first {
  margin: 60px 0 80px;
}
.blog-first--scrolled {
  margin-top: 120px;
}
.blog-first__title {
  font-size: 48px;
  line-height: 130%;
  font-weight: 600;
  margin: 0;
}
.blog-first__content {
  margin-top: 40px;
}
.blog-first__content-thumbs {
  display: flex;
  justify-content: space-between;
}
.blog-first__content-info {
  margin-top: 20px;
}
.blog-first__post {
  display: block;
  width: 74%;
  border-radius: 16px;
  overflow: hidden;
  background-color: #e7e7e7;
  margin-right: 40px;
}
.blog-first__post-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.blog-first__banner {
  padding: 0 20px 40px;
  border-radius: 16px;
  overflow: hidden;
  width: 22%;
  box-sizing: border-box;
}
.blog-first__banner-image {
  width: 220px;
  height: auto;
}
.blog-first__banner-text {
  font-weight: 700;
  color: #1a1a1a;
  font-size: 20px;
  line-height: 130%;
  margin: 20px 0 40px;
}
.blog-first__banner-link {
  padding: 0;
  height: 60px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-first__tags {
  display: flex;
  margin: 20px 0;
}
.blog-first__tag {
  font-size: 12px;
  color: #1a1a1a;
  line-height: 150%;
  margin-right: 4px;
  border: 1px solid #c3b4ff;
  border-radius: 24px;
  padding: 4px 12px;
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
}
.blog-first__tag:last-child {
  margin-right: 0;
}
.blog-first__heading {
  font-size: 36px;
  line-height: 130%;
  font-weight: 600;
  margin: 0 0 20px 0;
  max-width: 74%;
  display: block;
  text-decoration: none;
}
.blog-first__date {
  color: #575757;
}
.blog-first__date-period,
.blog-first__date-time {
  font-size: 12px;
}
.blog-first__date-separator {
  padding: 0 2px;
}
.last-posts__wrapper-title {
  border-top: 1px solid #e7e7e7;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
}
.last-posts__title {
  font-size: 28px;
  line-height: 34px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0;
}
.last-posts__more {
  font-size: 16px;
  font-weight: 600;
  color: #8c75e7;
  line-height: 20px;
  margin: 0;
  text-decoration: none;
  display: flex;
}
.last-posts__more:after {
  cursor: pointer;
  content: "";
  width: 12px;
  display: block;
  height: 12px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQuNSA5TDcuNSA2TDQuNSAzIiBzdHJva2U9IiM4Qzc1RTciIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0);
  margin: 5px 0 0 4px;
}
.last-posts__wrapper-blocks {
  display: flex;
  justify-content: space-between;
}
.last-posts__block:first-child {
  width: 74%;
  margin-right: 40px;
}
.last-posts__block:last-child {
  width: 22%;
  margin-top: 40px;
}
.last-posts .content-post__item {
  width: 29%;
}
.content-post {
  display: flex;
  flex-wrap: wrap;
}
.content-post__item {
  width: 22%;
  margin: 40px 56px 0 0;
}
.content-post__item:nth-of-type(3n) {
  margin-right: 0;
}
.content-post__image-wrapper {
  display: block;
  text-decoration: none;
  border-radius: 16px;
  overflow: hidden;
  background-color: #e7e7e7;
  width: 100%;
  height: 160px;
  margin-bottom: 12px;
}
.content-post__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.content-post__tags {
  margin: 12px 0 8px;
  display: flex;
  flex-wrap: wrap;
}
.content-post__tag {
  font-size: 12px;
  color: #1a1a1a;
  line-height: 150%;
  margin: 0 4px 4px 0;
  border: 1px solid #c3b4ff;
  border-radius: 24px;
  padding: 4px 12px;
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
}
.content-post__tag:last-child {
  margin-right: 0;
}
.content-post__heading {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 12px;
  display: block;
  text-decoration: none;
}
.content-post__date {
  color: #575757;
}
.content-post__date-period,
.content-post__date-time {
  font-size: 12px;
}
.content-post__date-separator {
  padding: 0 2px;
}
.content-post__banner {
  width: 22%;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 16px;
  overflow: hidden;
  margin: 40px 40px 0 0;
}
.content-post__banner:last-child {
  margin-right: 0;
}
.content-post__banner-image {
  height: 105px;
  display: flex;
  margin: 0 auto;
  flex-shrink: 0;
}
.content-post__banner-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  color: #1a1a1a;
  margin: 20px 0 40px;
}
.content-post__banner-link {
  padding: 0;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popular-posts__title {
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  color: #1a1a1a;
}
.popular-posts__wrapper {
  margin-top: 20px;
}
.popular-posts__item {
  display: flex;
  margin-bottom: 20px;
}
.popular-posts__item:last-child {
  margin-bottom: 0;
}
.popular-posts__wrapper-image {
  overflow: hidden;
  width: 60px;
  height: 60px;
  display: flex;
  border-radius: 8px;
  margin-right: 20px;
  flex-shrink: 0;
  background-color: #e7e7e7;
}
.popular-posts__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.popular-posts__text {
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  text-decoration: none;
  color: #1a1a1a;
}
.popular-posts__more {
  margin-top: 20px;
  border-top: 1px solid #e7e7e7;
  padding-top: 12px;
  justify-content: center;
}
.banner-wide {
  margin: 100px 0;
}
.banner-wide__wrapper {
  border-radius: 16px;
  overflow: hidden;
  padding: 0 0 0 60px;
  display: flex;
  max-height: 380px;
}
.banner-wide__text {
  font-weight: 700;
  font-size: 36px;
  line-height: 130%;
  color: #1a1a1a;
  margin-bottom: 20px;
}
.banner-wide__sub-text {
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  color: #1a1a1a;
}
.banner-wide__block {
  width: 50%;
}
.banner-wide__block:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 0;
}
.banner-wide__link {
  margin-top: 40px;
  width: 242px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.banner-wide__image-wrapper {
  height: 100%;
}
.banner-wide__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.banner-wide--post-item .container {
  padding: 0;
}
.blog-category {
  margin-bottom: 60px;
}
.blog-category__content .content-post__item:nth-child(4n) {
  margin: 40px 0 0 56px;
}
.blog-category__content .content-post__item {
  width: 22%;
}
.blog-term__wrapper {
  display: flex;
  justify-content: space-between;
}
.blog-term__wrapper-content {
  width: 74%;
}
.blog-term__wrapper-sidebar {
  margin-top: 40px;
  width: 22%;
}
.blog-term__wrapper-subscription {
  margin: 20px 0 40px;
}
.blog-term__heading {
  font-weight: 600;
  font-size: 48px;
  line-height: 130%;
  margin: 0;
}
.blog-term .popular-posts {
  margin-top: 40px;
}
.blog-term .banner-wide--post-item {
  margin-bottom: 60px;
}
.blog-parent-cat {
  margin-top: 40px;
}
.blog-parent-cat__wrapper {
  margin-top: 60px;
}
.blog-parent-cat__wrapper:first-child {
  margin-top: 0;
}
.post-first__heading {
  font-weight: 600;
  font-size: 48px;
  line-height: 130%;
  color: #1a1a1a;
  margin: 0 0 40px;
}
.post-first__content {
  display: flex;
}
.post-first__wrapper-image {
  width: 74%;
  border-radius: 16px;
  overflow: hidden;
  background-color: #e7e7e7;
  margin-right: 40px;
  height: auto;
}
.post-first__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.post-first__banner {
  width: 22%;
  display: flex;
}
.post-first__date {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  color: #1a1a1a;
  margin-bottom: 20px;
}
.post-first__date-period,
.post-first__date-time {
  display: flex;
  margin-right: 8px;
}
.post-first__date-period:before,
.post-first__date-time:before {
  content: "";
  width: 18px;
  display: block;
  height: 18px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDEuNVY0LjUiIHN0cm9rZT0iIzhDNzVFNyIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNNiAxLjVWNC41IiBzdHJva2U9IiM4Qzc1RTciIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTIuMjUgNi43NUgxNS43NSIgc3Ryb2tlPSIjOEM3NUU3IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTQuMjUgM0gzLjc1QzIuOTIxMjUgMyAyLjI1IDMuNjcxMjUgMi4yNSA0LjVWMTQuMjVDMi4yNSAxNS4wNzg4IDIuOTIxMjUgMTUuNzUgMy43NSAxNS43NUgxNC4yNUMxNS4wNzg4IDE1Ljc1IDE1Ljc1IDE1LjA3ODggMTUuNzUgMTQuMjVWNC41QzE1Ljc1IDMuNjcxMjUgMTUuMDc4OCAzIDE0LjI1IDNaIiBzdHJva2U9IiM4Qzc1RTciIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTUuMjU5MDIgOS41NDY3NUM1LjE1NTUyIDkuNTQ2NzUgNS4wNzE1MiA5LjYzMDc1IDUuMDcyMjcgOS43MzQyNUM1LjA3MjI3IDkuODM3NzUgNS4xNTYyNyA5LjkyMTc1IDUuMjU5NzcgOS45MjE3NUM1LjM2MzI3IDkuOTIxNzUgNS40NDcyNyA5LjgzNzc1IDUuNDQ3MjcgOS43MzQyNUM1LjQ0NzI3IDkuNjMwNzUgNS4zNjMyNyA5LjU0Njc1IDUuMjU5MDIgOS41NDY3NSIgc3Ryb2tlPSIjOEM3NUU3IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik05LjAwOTAyIDkuNTQ2NzVDOC45MDU1MiA5LjU0Njc1IDguODIxNTIgOS42MzA3NSA4LjgyMjI3IDkuNzM0MjVDOC44MjIyNyA5LjgzNzc1IDguOTA2MjcgOS45MjE3NSA5LjAwOTc3IDkuOTIxNzVDOS4xMTMyNyA5LjkyMTc1IDkuMTk3MjcgOS44Mzc3NSA5LjE5NzI3IDkuNzM0MjVDOS4xOTcyNyA5LjYzMDc1IDkuMTEzMjcgOS41NDY3NSA5LjAwOTAyIDkuNTQ2NzUiIHN0cm9rZT0iIzhDNzVFNyIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTIuNzU5IDkuNTQ2NzVDMTIuNjU1NSA5LjU0Njc1IDEyLjU3MTUgOS42MzA3NSAxMi41NzIzIDkuNzM0MjVDMTIuNTcyMyA5LjgzNzc1IDEyLjY1NjMgOS45MjE3NSAxMi43NTk4IDkuOTIxNzVDMTIuODYzMyA5LjkyMTc1IDEyLjk0NzMgOS44Mzc3NSAxMi45NDczIDkuNzM0MjVDMTIuOTQ3MyA5LjYzMDc1IDEyLjg2MzMgOS41NDY3NSAxMi43NTkgOS41NDY3NSIgc3Ryb2tlPSIjOEM3NUU3IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik01LjI1OTAyIDEyLjU0NjhDNS4xNTU1MiAxMi41NDY4IDUuMDcxNTIgMTIuNjMwOCA1LjA3MjI3IDEyLjczNDNDNS4wNzIyNyAxMi44Mzc4IDUuMTU2MjcgMTIuOTIxOCA1LjI1OTc3IDEyLjkyMThDNS4zNjMyNyAxMi45MjE4IDUuNDQ3MjcgMTIuODM3OCA1LjQ0NzI3IDEyLjczNDNDNS40NDcyNyAxMi42MzA4IDUuMzYzMjcgMTIuNTQ2OCA1LjI1OTAyIDEyLjU0NjgiIHN0cm9rZT0iIzhDNzVFNyIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNOS4wMDkwMiAxMi41NDY4QzguOTA1NTIgMTIuNTQ2OCA4LjgyMTUyIDEyLjYzMDggOC44MjIyNyAxMi43MzQzQzguODIyMjcgMTIuODM3OCA4LjkwNjI3IDEyLjkyMTggOS4wMDk3NyAxMi45MjE4QzkuMTEzMjcgMTIuOTIxOCA5LjE5NzI3IDEyLjgzNzggOS4xOTcyNyAxMi43MzQzQzkuMTk3MjcgMTIuNjMwOCA5LjExMzI3IDEyLjU0NjggOS4wMDkwMiAxMi41NDY4IiBzdHJva2U9IiM4Qzc1RTciIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0);
  margin-right: 8px;
}
.post-first__date-time:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjI0MjYgNS41MDczNkMxNS41ODU4IDcuODUwNSAxNS41ODU4IDExLjY0OTUgMTMuMjQyNiAxMy45OTI2QzEwLjg5OTUgMTYuMzM1OCA3LjEwMDUgMTYuMzM1OCA0Ljc1NzM2IDEzLjk5MjZDMi40MTQyMSAxMS42NDk1IDIuNDE0MjEgNy44NTA1IDQuNzU3MzYgNS41MDczNkM3LjEwMDUgMy4xNjQyMSAxMC44OTk1IDMuMTY0MjEgMTMuMjQyNiA1LjUwNzM2IiBzdHJva2U9IiM4Qzc1RTciIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTkgNi43NVY5Ljc1IiBzdHJva2U9IiM4Qzc1RTciIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTcuNSAxLjVIMTAuNSIgc3Ryb2tlPSIjOEM3NUU3IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xNS43NDk0IDQuNUwxNC4yNDk0IDNMMTQuOTk5NCAzLjc1TDEzLjI0MjIgNS41MDcyNSIgc3Ryb2tlPSIjOEM3NUU3IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
}
.blog-post__wrapper {
  display: flex;
  justify-content: space-between;
}
.blog-post__left-sidebar {
  width: 160px;
  margin-top: 60px;
}
.blog-post__wrapper-content {
  width: 600px;
  margin-top: 60px;
}
.blog-post__right-sidebar {
  width: 22%;
}
.blog-post__subscribe-sidebar {
  margin: 20px 0 40px;
}
.blog-post__social-title {
  margin: 0 0 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #1a1a1a;
}
.blog-post__social-item {
  text-decoration: none;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.blog-post__social-item:last-child {
  margin-bottom: 0;
}
.blog-post__social-text {
  margin: 0 0 0 8px;
}
.blog-post .banner-wide {
  margin: 60px 0;
}
.blog-post .banner-wide__block:first-child {
  padding: 40px 0;
}
.blog-post .banner-wide__wrapper {
  padding-left: 30px;
}
.blog-post .banner-wide__text {
  font-size: 24px;
}
.blog-post .banner-wide__sub-text {
  font-size: 18px;
}
.blog-post footer {
  margin-top: 0;
}
.blog-post .blog-category__content {
  margin-bottom: 100px;
}
.blog-post--social-mobile {
  display: none;
}
.popular-posts {
  position: relative;
  margin-bottom: 50px;
  transition: 0.3s;
}
.popular-posts--scrolled {
  top: 10px;
}
.table-of-contents {
  border: 1px solid #e7e7e7;
  box-sizing: border-box;
  border-radius: 16px;
  overflow: hidden;
  padding: 40px 24px;
}
.table-of-contents__heading {
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  color: #1a1a1a;
  margin: 0;
}
.table-of-contents__wrapper {
  margin-top: 20px;
}
.table-of-contents__wrapper ul {
  margin: 0;
  padding-left: 15px;
}
.table-of-contents__wrapper li {
  margin-bottom: 15px;
}
.table-of-contents__wrapper li::marker {
  font-size: 14px;
  color: #2f80ed;
  margin-right: 5px;
}
.table-of-contents__wrapper li:last-child {
  margin-bottom: 0;
}
.table-of-contents__wrapper a {
  margin-left: 3px;
  color: #2f80ed;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  position: relative;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 0.5px;
}
.post-content__wrapper {
  margin-top: 60px;
}
.post-content__wrapper p {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #1a1a1a;
}
.post-content__wrapper strong {
  font-size: 18px;
}
.post-content__wrapper h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 130%;
  color: #1a1a1a;
  margin: 60px 0 30px;
}
.post-content__wrapper h3 {
  margin: 60px 0 30px;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  color: #1a1a1a;
}
.post-content__wrapper img {
  margin-top: 10px;
  width: 100%;
  height: 100%;
}
.post-content__wrapper ul {
  margin: 0;
  padding-left: 20px;
}
.post-content__wrapper li {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #1a1a1a;
  margin-bottom: 30px;
  margin-left: 5px;
  list-style: none;
  position: relative;
}
.post-content__wrapper li:before {
  content: "•";
  position: absolute;
  left: -15px;
}
.post-content__wrapper li:last-child {
  margin-bottom: 0;
}
.post-content__wrapper a {
  font-size: 18px;
  font-weight: 600;
  color: #8c75e7;
  text-decoration: none;
  position: relative;
}
.post-content__wrapper a:after {
  position: absolute;
  content: "";
  border-bottom: 1.5px solid #8c75e7;
  display: block;
  width: 100%;
  bottom: 2px;
  left: 0;
}
.post-color-content__wrapper {
  margin: 30px 0 60px;
  border-radius: 16px;
  overflow: hidden;
  padding: 40px 24px;
  box-sizing: border-box;
}
.post-color-content__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  color: #1a1a1a;
  margin-bottom: 20px;
}
.post-color-content__text p {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #1a1a1a;
}
.blog-post-quote {
  margin-top: 30px;
}
.blog-post-quote__quotes {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  margin-right: 20px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjc5NTkgMTguMzA2MUMxNS4zMTk3IDE5LjAxMzYgMTYuNDg5OCAyMC4wNzQ4IDE3LjMwNjEgMjEuNDg5OEMxOC4xNzY5IDIyLjg1MDMgMTguNjEyMiAyNC40NTU4IDE4LjYxMjIgMjYuMzA2MUMxOC42MTIyIDI5LjAyNzIgMTcuNzQxNSAzMS4yMzEzIDE2IDMyLjkxODRDMTQuMjU4NSAzNC42MDU0IDEyLjAyNzIgMzUuNDQ5IDkuMzA2MTIgMzUuNDQ5QzYuNTg1MDMgMzUuNDQ5IDQuMzUzNzQgMzQuNjA1NCAyLjYxMjI1IDMyLjkxODRDMC44NzA3NDggMzEuMjMxMyAwIDI5LjAyNzIgMCAyNi4zMDYxQzAgMjUuMDU0NCAwLjE2MzI2NSAyMy44MDI3IDAuNDg5Nzk2IDIyLjU1MUMwLjgxNjMyNiAyMS4yOTkzIDEuNTUxMDIgMTkuNDQ5IDIuNjkzODggMTdMNy45MTgzNyA1SDE3LjYzMjdMMTMuNzk1OSAxOC4zMDYxWk0zNS4xODM3IDE4LjMwNjFDMzYuNzA3NSAxOS4wMTM2IDM3Ljg3NzYgMjAuMDc0OCAzOC42OTM5IDIxLjQ4OThDMzkuNTY0NiAyMi44NTAzIDQwIDI0LjQ1NTggNDAgMjYuMzA2MUM0MCAyOS4wMjcyIDM5LjEyOTIgMzEuMjMxMyAzNy4zODc4IDMyLjkxODRDMzUuNjQ2MyAzNC42MDU0IDMzLjQxNSAzNS40NDkgMzAuNjkzOSAzNS40NDlDMjcuOTcyOCAzNS40NDkgMjUuNzQxNSAzNC42MDU0IDI0IDMyLjkxODRDMjIuMjU4NSAzMS4yMzEzIDIxLjM4NzggMjkuMDI3MiAyMS4zODc4IDI2LjMwNjFDMjEuMzg3OCAyNS4wNTQ0IDIxLjU1MSAyMy44MDI3IDIxLjg3NzYgMjIuNTUxQzIyLjIwNDEgMjEuMjk5MyAyMi45Mzg4IDE5LjQ0OSAyNC4wODE2IDE3TDI5LjMwNjEgNUgzOS4wMjA0TDM1LjE4MzcgMTguMzA2MVoiIGZpbGw9IiMxQTFBMUEiLz4KPC9zdmc+Cg==);
}
.blog-post-quote__wrapper {
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 40px 24px;
}
.blog-post-quote__text {
  margin-bottom: 20px;
}
.blog-post-quote__text p {
  margin: 0;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  color: #1a1a1a;
}
.blog-post-quote__bio {
  display: flex;
  align-items: center;
}
.blog-post-quote__bio-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
  flex-shrink: 0;
}
.blog-post-quote__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.blog-post-quote__info {
  margin-left: 16px;
}
.blog-post-quote__name {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #1a1a1a;
  margin-bottom: 4px;
}
.blog-post-quote__position {
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  color: #1a1a1a;
}
.search-page__heading {
  margin-top: 40px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #575757;
}
.search-page__title {
  margin: 20px 0;
  font-weight: 600;
  font-size: 48px;
  line-height: 130%;
  word-break: break-word;
}
.search-page__title--not-found {
  text-align: center;
  font-size: 36px;
  margin-bottom: 40px;
}
.search-page__posts .content-post__item:nth-of-type(3n) {
  margin-right: 40px;
}
.search-page__posts .content-post__item:nth-of-type(4n) {
  margin-right: 0;
}
.search-page__not-found-wrapper {
  margin: 120px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.search-page__not-found-image-wrapper {
  margin-bottom: 15px;
}
.search-page__not-found-text {
  font-weight: 600;
  font-size: 36px;
  line-height: 130%;
  color: #8c75e7;
}
.search-page__not-found-content {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #1a1a1a;
}
.social-share {
  position: sticky;
  top: 70px;
  margin-bottom: 50px;
  transition: 0.3s;
}
.social-share--scrolled {
  top: 10px;
}
.blog-subscribe {
  margin-top: 100px;
}
.single-blog-site .blog-first__banner,
.archive .blog-first__banner {
  width: 100%;
}
.archive .content-post__item {
  width: 29%;
}
.blog-parent-cat .content-post__item {
  width: 22%;
}
@media screen and (max-width: 1440px) {
  .search-page .content-post__item:nth-of-type(3n) {
    margin-right: 20px;
  }
  .search-page .banner-wide .container {
    padding: 0;
  }
  .blog-term .content-post__item {
    width: 240px;
  }
  .blog-first__banner {
    padding: 0 20px 20px;
  }
  .blog-first__banner-text {
    font-size: 18px;
  }
  .blog-first__banner-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .blog-first__banner-link {
    font-size: 14px;
  }
  .content-post__item {
    margin: 40px 20px 0 0;
    width: 245px;
  }
  .content-post__banner-link {
    font-size: 14px;
  }
  .last-posts__block:first-child {
    margin-right: 30px;
  }
  .blog-category__content .content-post__item:nth-child(4n) {
    margin: 40px 0 0 20px;
  }
  .blog-post__wrapper-content {
    margin-right: 20px;
  }
  .blog-post .banner-wide .container {
    padding: 0;
  }
  .comments__area {
    width: 100%;
  }
}
@media screen and (max-width: 1160px) {
  .search-page .content-post__item {
    width: 23.44%;
  }
  .blog-term .content-post__item {
    width: 31%;
  }
  .blog-first__post {
    margin-right: 20px;
  }
  .blog-first__banner-image {
    width: 90%;
  }
  .blog-first__banner-text {
    margin: 15px 0 25px;
  }
  .content-post__item {
    margin: 40px 2% 0 0;
    width: 23.5%;
  }
  .content-post__image-wrapper {
    height: 125px;
  }
  .blog-category__content .content-post__item:nth-child(4n) {
    margin-left: 2%;
  }
  .last-posts .content-post__item {
    width: 31.5%;
    margin-right: 2.75%;
  }
  .last-posts .content-post__item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .desktop-hidden {
    display: none !important;
  }
  .popular-posts-mobile {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .blog-subscribe {
    margin-top: 80px;
  }
  .search-page {
    margin-top: 80px;
  }
  .search-page .content-post__item {
    width: 31.5%;
  }
  .search-page .content-post__item:nth-of-type(3n) {
    margin-right: 0;
  }
  .search-page .content-post__item:nth-of-type(4n) {
    margin-right: 2.75%;
  }
  .blog-term__wrapper-content {
    width: 100%;
  }
  .blog-term__wrapper-sidebar {
    display: none;
  }
  .blog-term .content-post__item {
    width: 31.5%;
  }
  .blog-term .banner-wide {
    margin: 80px 0 40px;
  }
  .mobile-visible {
    display: block !important;
  }
  .nav-line--blog {
    background-color: #fdfdfd;
    border-bottom: 1px solid #e9e9e9;
    position: fixed;
  }
  .nav-mob ul.sub-menu {
    padding-left: 30px;
  }
  .blog-header {
    display: none;
  }
  .blog-header__wrapper-search {
    display: flex;
  }
  .blog-header__wrapper-search--mobile-visible {
    display: flex !important;
  }
  .blog-header__switch--blog {
    display: block;
  }
  .blog-header__menu-title {
    background-color: #f5f5f7;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #8c75e7;
    text-align: center;
    padding: 3px 22px;
  }
  .blog-header__item {
    margin-right: 0;
  }
  .blog-header__item--active {
    height: auto !important;
  }
  .blog-header__item--active > span {
    transform: rotate(180deg);
  }
  .blog-header__item--active .sub-menu {
    display: block !important;
    margin-top: 15px;
    border-top: 1px solid #f5f5f5;
  }
  .blog-header__item--has-children > span {
    background: url(../../../../themes/site/dist/69922086b24143466fc0cf55a047c0dd.svg)
      no-repeat top center;
    width: 10px;
    height: 8px;
    position: absolute;
    top: 26px;
    display: flex;
    justify-content: center;
    color: #1a1a1a;
    right: 22px;
    left: auto;
    left: initial;
    z-index: 99999999999999;
  }
  .blog-header__item--has-children a {
    display: block !important;
    padding-right: 0 !important;
    width: auto !important;
    margin-right: 50px;
  }
  .blog-header__item--has-children a:after {
    content: none;
  }
  .blog-header__item--has-children .sub-menu {
    display: none;
  }
  .blog-header__item--has-children .sub-menu .blog-header__item:first-child {
    border-top: none;
  }
  .blog-header__item--has-children .sub-menu a {
    color: #575757 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 150% !important;
  }
  .blog-search {
    margin-top: 60px;
  }
  .blog-first {
    margin-top: 100px;
  }
  .blog-first__banner {
    display: none;
  }
  .blog-first__post {
    margin-right: 0;
    width: 100%;
  }
  .blog-first__content-thumbs {
    height: 400px;
  }
  .last-posts__block:first-child {
    margin-right: 0;
    width: 100%;
  }
  .last-posts__block:last-child {
    display: none;
  }
  .blog-category__content .content-post__item:nth-child(4n) {
    display: none;
  }
  .content-post__item {
    width: 31.5%;
    margin-right: 2.75%;
  }
  .content-post__banner-link {
    font-size: 12px;
  }
  .content-post__banner-title {
    font-size: 16px;
  }
  .banner-wide__text {
    font-size: 24px;
  }
  .banner-wide__sub-text {
    font-size: 20px;
  }
  .post-first__wrapper-image {
    width: 100%;
    margin-right: 0;
  }
  .post-first__banner {
    display: none;
  }
  .blog-post__left-sidebar,
  .blog-post__right-sidebar {
    display: none;
  }
  .blog-post__wrapper-content {
    width: 100%;
    padding: 0 24px;
    margin: 40px 0 0 0;
  }
  .blog-post__social-block {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .blog-post__social-item {
    margin-bottom: 11px;
    margin-right: 24px;
  }
  .blog-post__social-item:last-child {
    margin-right: 0;
    margin-bottom: 11px;
  }
  .blog-post__social-text {
    font-size: 12px;
  }
  .blog-post--social-mobile {
    display: block;
    margin: 80px 0;
    padding-top: 20px;
    border-top: 1px solid #e7e7e7;
  }
  .blog-post .last-posts__wrapper-title {
    border-top: none;
    background-color: #f4f7fc;
    padding: 40px 60px 0;
    margin: 0 -60px;
  }
  .blog-post .blog-category__content {
    background-color: #f4f7fc;
    padding: 0 60px 40px;
    margin: 0 -60px;
  }
  .blog-post .blog-category__content .content-post {
    flex-wrap: nowrap;
    overflow-y: scroll;
    margin-right: -60px;
  }
  .blog-post .blog-category__content .content-post__item {
    width: 202px;
    flex-shrink: 0;
    margin-right: 20px;
  }
  .blog-post .blog-category__content .content-post__item:nth-child(4n) {
    display: block;
    margin-left: 0;
  }
  .popular-posts-mobile {
    display: block;
    background-color: #fcf9f4;
    padding: 0 60px 80px;
    margin: 80px -60px 0;
  }
  .popular-posts-mobile .content-post {
    flex-wrap: nowrap;
    overflow-y: scroll;
    margin-right: -60px;
  }
  .popular-posts-mobile .content-post__item {
    width: 202px;
    flex-shrink: 0;
    margin-right: 20px;
  }
  .popular-posts-mobile .content-post__item:nth-child(4n) {
    margin-left: 0;
  }
  .popular-posts-mobile .popular-posts__title {
    padding-top: 40px;
    font-size: 28px;
  }
  .popular-posts-mobile .last-posts__wrapper-title {
    background-color: #fcf9f4;
    border-top: none;
  }
}
@media screen and (max-width: 768px) {
  .blog-search__form-wrapper {
    width: 100%;
  }
  .blog-search__input {
    width: auto;
  }
  .blog-post .last-posts__wrapper-title {
    margin: 0 -40px;
    padding: 40px 40px 0;
  }
  .blog-post .blog-category__content {
    padding: 0 40px 40px;
    margin: 0 -40px;
  }
  .blog-post .blog-category__content .content-post {
    margin-right: -40px;
  }
  .popular-posts-mobile {
    padding: 0 40px 80px;
    margin: 60px -40px 0;
  }
  .popular-posts-mobile .content-post {
    margin-right: -40px;
  }
}
@media screen and (max-width: 576px) {
  .blog-subscribe {
    margin-top: 60px;
  }
  .blog-subscribe .popmechanic-main {
    display: flex;
    flex-direction: column !important;
    max-width: 100%;
  }
  .blog-subscribe .popmechanic-promo_img {
    position: static !important;
    margin-bottom: 20px !important;
    width: 350px !important;
  }
  .search-page .content-post__item {
    width: 100%;
    margin-right: 0;
  }
  .search-page .content-post__item:nth-of-type(3n) {
    margin-right: 0;
  }
  .search-page .content-post__item:nth-of-type(4n) {
    margin-right: 0;
  }
  .banner-wide .container {
    min-width: 100%;
  }
  .blog-term .content-post__item {
    width: 100%;
    margin-right: 0;
  }
  .blog-term .content-post__image-wrapper {
    height: 210px;
  }
  .blog-term .banner-wide .container {
    padding-left: 0;
    padding-right: 0;
    min-width: 100%;
  }
  .blog-first {
    margin-bottom: 60px;
  }
  .blog-first__title {
    font-size: 36px;
  }
  .blog-first__heading {
    font-size: 28px;
  }
  .blog-first__content-thumbs {
    height: 210px;
  }
  .page-blog .nav-line .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog .nav-mob .container,
  .page-blog footer .container {
    padding-left: 0;
    padding-right: 0;
  }
  .page-blog .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .last-posts__title {
    font-size: 16px;
    line-height: 20px;
  }
  .last-posts__more {
    font-size: 14px;
  }
  .last-posts .content-post__item {
    width: 100%;
    margin-right: 0;
  }
  .last-posts .content-post__item:nth-last-of-type(1),
  .last-posts .content-post__item:nth-last-of-type(2),
  .last-posts .content-post__item:nth-last-of-type(3) {
    display: none;
  }
  .last-posts .content-post__image-wrapper {
    height: 210px;
  }
  .banner-wide {
    margin: 60px 0;
  }
  .banner-wide__wrapper {
    flex-direction: column;
    align-items: center;
    padding: 0 20px 40px;
    box-sizing: border-box;
    max-height: 100%;
  }
  .banner-wide__block {
    width: 100%;
  }
  .banner-wide__block:first-child {
    order: 2;
    padding: 20px 0 0;
  }
  .banner-wide__block:last-child {
    order: 1;
  }
  .banner-wide__link {
    width: 100%;
  }
  .blog-post__wrapper-content {
    padding: 0;
  }
  .blog-post .last-posts__wrapper-title {
    margin: 0 -15px;
    padding: 40px 15px 0;
  }
  .blog-post .blog-category__content {
    padding: 0 15px 40px;
    margin: 0 -15px;
  }
  .blog-post .blog-category__content .content-post {
    flex-wrap: nowrap;
    overflow-y: scroll;
    margin-right: -15px;
    padding-bottom: 15px;
  }
  .blog-post .blog-category__content .content-post__item {
    width: 260px;
    margin-right: 30px;
    flex-shrink: 0;
  }
  .blog-post .blog-category__content .content-post__item:nth-child(4n) {
    display: block;
    margin-left: 0;
    margin-right: 30px;
  }
  .blog-post .blog-category__content .content-post__image-wrapper {
    height: 160px;
  }
  .blog-post .banner-wide__wrapper {
    padding: 20px 20px 40px;
  }
  .blog-post .banner-wide .container {
    padding: 0;
    min-width: 100%;
  }
  .popular-posts-mobile {
    padding: 0 15px 60px;
    margin: 60px -15px 0;
  }
  .popular-posts-mobile .content-post {
    margin-right: -15px;
    padding-bottom: 15px;
  }
  .popular-posts-mobile .content-post__item {
    width: 260px;
    margin-right: 20px;
  }
  .popular-posts-mobile .content-post__image-wrapper {
    height: 160px;
  }
  .post-first__content {
    height: 210px;
  }
  .post-first__heading {
    font-size: 36px;
  }
  .post-content__wrapper p {
    font-size: 18px;
  }
  .post-content__wrapper h2 {
    font-size: 32px;
    margin: 50px 0 25px;
  }
  .blog-category__content {
    padding: 0 15px 40px;
    margin: 0 -15px;
  }
  .blog-category__content .content-post {
    flex-wrap: nowrap;
    overflow-y: scroll;
    margin-right: -15px;
    padding-bottom: 15px;
  }
  .blog-category__content .content-post__item {
    width: 260px;
    margin-right: 30px;
    flex-shrink: 0;
  }
  .blog-category__content .content-post__item:nth-child(4n) {
    display: block;
    margin-left: 0;
    margin-right: 30px;
  }
  .blog-category__content .content-post__image-wrapper {
    height: 160px;
  }
  .blog-post-quote__text p {
    font-size: 20px;
  }
}
.block {
  margin: 140px 0;
}
.block__title {
  text-align: center;
  margin: 0 auto 80px auto;
  max-width: 920px;
}
.block__title--main > * {
  font-weight: 700;
  font-size: 40px;
  line-height: 130%;
  color: #111;
  margin: 0;
}
.block__title--second {
  margin-top: 20px;
}
.block__title--second > * {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #444;
  margin: 0;
}
.block__btn {
  margin-top: 60px;
  text-align: center;
}
.block__bg {
  background: #f9f9f9;
  padding: 80px 0;
  margin: 0 !important;
}
.block__bg .block__title {
  margin-bottom: 60px;
}
.block__bg .block__title--main > * {
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
}
.block__bg + .block__bg {
  padding-top: 0;
}
.block .container {
  padding-left: 52px;
  padding-right: 52px;
}
@media screen and (max-width: 1024px) {
  .block {
    margin: 120px 0;
  }
  .block__title--main > * {
    font-size: 36px;
  }
  .block .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .block {
    margin: 100px 0;
  }
  .block__title {
    margin-bottom: 60px;
  }
  .block__title--main > * {
    font-size: 32px;
  }
  .block__btn > * {
    width: 100%;
  }
  .block .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.block__head {
  margin: 0;
  padding: 140px 0;
  position: relative;
}
.block__head--bg {
  position: absolute;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 87%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 87%, 0% 100%);
  left: 0;
  right: 0;
  bottom: 0;
  top: -10px;
  z-index: 1;
}
.block__head--content .title > * {
  font-weight: 700;
  font-size: 56px;
  line-height: 120%;
  color: #fff;
  margin: 0;
}
.block__head--content .text {
  margin-top: 20px;
}
.block__head--content .text > * {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #e4e4e4;
  margin: 0;
}
.block__head--content .text > *:not(:last-child) {
  margin-bottom: 15px;
}
.block__head--image {
  display: block;
}
.block__head--image img {
  width: 100%;
}
.block__head .block__btn {
  text-align: left;
}
.block__head .row {
  position: relative;
  z-index: 2;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .block__head {
    padding-bottom: 100px;
  }
  .block__head--content .title > * {
    font-size: 40px;
    line-height: 130%;
  }
}
@media screen and (max-width: 767px) {
  .block__head {
    padding-bottom: 60px;
  }
  .block__head--bg {
    -webkit-clip-path: none;
    clip-path: none;
  }
  .block__head--box {
    text-align: center;
  }
  .block__head--content .title > * {
    font-size: 36px;
  }
  .block__head--image {
    max-width: 474px;
    margin: 0 auto;
  }
  .block__head .block__btn {
    display: none;
    text-align: center;
  }
}
.app-block-head {
  margin-top: 60px;
  background: #f5f5f5;
  overflow: hidden;
}
.app-block-head * {
  box-sizing: border-box;
}
.app-block-head .app-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  min-height: 400px;
}
.app-block-head .app-col {
  padding: 0 20px;
}
.app-block-head .app-col:first-child {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.app-block-head .app-col:last-child {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.app-block-head .app-item {
  display: flex;
  height: 100%;
  position: relative;
  padding: 80px 0;
  flex-direction: column;
}
.app-block-head .app-item h1 {
  margin: 0;
  font-weight: 500;
  font-size: 48px;
  line-height: 130%;
}
.app-block-head .app-item img {
  position: absolute;
  height: calc(100% + 50px);
  bottom: 0;
  left: 0;
}
.app-block-head .app-item .btn-box {
  display: flex;
}
.app-block-head .app-item .btn {
  margin-top: 60px;
  height: 60px;
}
@media screen and (max-width: 1439px) {
  .app-block-head .app-item {
    padding: 76px 0;
  }
}
@media screen and (max-width: 767px) {
  .app-block-head .container {
    padding: 0 40px;
  }
  .app-block-head .app-row {
    min-height: auto;
  }
  .app-block-head .app-col {
    max-width: 100% !important;
    flex: 100% !important;
  }
  .app-block-head .app-col:first-child .app-item {
    padding-top: 40px;
  }
  .app-block-head .app-item {
    justify-content: center;
    text-align: center;
    padding: 0;
    align-items: center;
  }
  .app-block-head .app-item h1 {
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
  }
  .app-block-head .app-item img {
    position: relative;
    height: 350px;
    margin-top: 32px;
  }
  .app-block-head .app-item .btn {
    margin-top: 40px;
  }
}
.block__tools--item {
  display: flex;
  flex-direction: column;
  padding: 40px;
  border-radius: 16px;
  position: relative;
  height: 100%;
  background-repeat: no-repeat;
  background-position-x: calc(100% + 62px);
  background-position-y: calc(100% + 128px);
  background-size: 300px;
}
.block__tools--item .head {
  display: flex;
  align-items: center;
}
.block__tools--item .head > * {
  margin: 0;
}
.block__tools--item .head ul {
  list-style: none;
  display: flex;
  grid-gap: 8px;
  gap: 8px;
  padding: 0 0 0 20px;
}
.block__tools--item .head ul li {
  display: flex;
}
.block__tools--item .head ul li img {
  width: 32px;
  height: 32px;
}
.block__tools--item .head p {
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  color: #111;
}
.block__tools--item .text {
  margin-top: 20px;
}
.block__tools--item .text > * {
  margin: 0;
}
.block__tools--item .text > *:not(:last-child) {
  margin-bottom: 10px;
}
.block__tools--item .text h2,
.block__tools--item .text h3,
.block__tools--item .text h4,
.block__tools--item .text h5,
.block__tools--item .text h6 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: #111;
}
.block__tools--item .text ul,
.block__tools--item .text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #111;
}
.block__tools--item .text ul li:not(:last-child) {
  margin-bottom: 5px;
}
.block__tools--item .text ul li:before {
  width: 3px;
  height: 3px;
  top: 11px;
}
.block__tools--item .block__btn {
  display: flex;
  grid-gap: 20px;
  gap: 20px;
  margin-top: auto;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .block__tools--item {
    background-position-x: calc(100% + 88px);
    background-position-y: calc(100% + 72px);
  }
  .block__tools--item .block__btn {
    flex-direction: column;
  }
}
.blog-subscribe [id*="popmechanic-form-"] {
  background: #f3e8ff;
  padding: 60px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.blog-subscribe [id*="popmechanic-form-"] * {
  box-sizing: border-box;
}
.blog-subscribe [id*="popmechanic-form-"] .app-mindbox-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.blog-subscribe [id*="popmechanic-form-"] .app-mindbox-col:first-child {
  flex: 0 0 540px;
}
.blog-subscribe [id*="popmechanic-form-"] .app-mindbox-col:last-child img {
  position: absolute !important;
  height: calc(100% + 70px);
  top: -10px;
  right: 100px;
}
.blog-subscribe [id*="popmechanic-form-"] .app-mindbox-form-item {
  position: relative !important;
}
.blog-subscribe
  [id*="popmechanic-form-"]
  .app-mindbox-form-item
  [type="email"] {
  width: 100%;
}
.blog-subscribe [id*="popmechanic-form-"] .app-mindbox-form-checkbox-el {
  position: absolute !important;
  top: 0;
  left: -1px;
  width: 16px;
  height: 16px;
  background: #fff !important;
  border: 1px solid #1a1a1a !important;
  border-radius: 2px;
}
.blog-subscribe [id*="popmechanic-form-"] .app-mindbox-form-error {
  display: none;
  font-size: 10px !important;
  font-weight: 400 !important;
  position: absolute !important;
  top: calc(100% + 5px);
  color: red !important;
}
.blog-subscribe [id*="popmechanic-form-"] .app-mindbox-thankyou {
  display: none;
}
.blog-subscribe [id*="popmechanic-form-"] .app-mindbox-thankyou > div {
  font-size: 50px !important;
}
.blog-subscribe [id*="popmechanic-form-"] .popmechanic-title,
.blog-subscribe [id*="popmechanic-form-"] .popmechanic-text {
  margin-bottom: 20px !important;
}
.blog-subscribe [id*="popmechanic-form-"] .popmechanic-title {
  font-weight: 700 !important;
  font-size: 28px !important;
  line-height: 130% !important;
}
.blog-subscribe [id*="popmechanic-form-"] .popmechanic-text {
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 150% !important;
}
.blog-subscribe [id*="popmechanic-form-"] .popmechanic-inputs {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-column-gap: 8px;
}
.blog-subscribe [id*="popmechanic-form-"] .popmechanic-inputs input {
  border: 1px solid #1a1a1a !important;
  border-radius: 12px;
  background: #fff !important;
  height: 60px;
  width: auto;
  padding: 0 20px !important;
}
.blog-subscribe [id*="popmechanic-form-"] .popmechanic-inputs button {
  background: #8c75e7 !important;
  border-radius: 12px;
  height: 60px;
  padding: 0 28px !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 18px !important;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #fff !important;
  cursor: pointer;
}
.blog-subscribe [id*="popmechanic-form-"] .popmechanic-inputs button + div {
  grid-column: 1/3;
}
.blog-subscribe [id*="popmechanic-form-"] .popmechanic-checkbox-block {
  margin-top: 23px !important;
  position: relative !important;
  display: inline-block;
  padding-left: 25px !important;
  font-weight: 500 !important;
  font-size: 10px !important;
  line-height: 100% !important;
  color: #575757 !important;
  text-align: left;
}
.blog-subscribe [id*="popmechanic-form-"] .popmechanic-checkbox-block br {
  display: none;
}
.blog-subscribe [id*="popmechanic-form-"] .popmechanic-checkbox-block input {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
}
.blog-subscribe [id*="popmechanic-form-"] .popmechanic-checkbox-check {
  position: absolute !important;
  top: 0;
  left: -1px;
  z-index: 2;
  width: 18px;
  height: 18px;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.blog-subscribe [id*="popmechanic-form-"] .popmechanic-checkbox-check svg {
  fill: #8d76e8;
  width: 10px;
}
.blog-subscribe
  [id*="popmechanic-form-"]
  .popmechanic-checkbox:checked
  ~ .popmechanic-checkbox-check {
  opacity: 1;
}
.blog-subscribe
  [id*="popmechanic-form-"]
  .popmechanic-invalid
  + .app-mindbox-form-error {
  display: block;
}
.blog-subscribe [id*="popmechanic-form-"] .popmechanic-thankyou {
  display: none;
}
.blog-subscribe .popmechanic-success .popmechanic-content {
  display: none;
}
.blog-subscribe .popmechanic-success .app-mindbox-thankyou {
  display: block;
}
.popmechanic-checkbox-check {
  width: 20px !important;
  height: 19px !important;
  top: 3px !important;
  left: 0 !important;
}
@media screen and (max-width: 1439px) {
  .blog-subscribe [id*="popmechanic-form-"] .app-mindbox-col:last-child {
    display: flex;
    align-items: flex-end;
  }
  .blog-subscribe [id*="popmechanic-form-"] .app-mindbox-col:last-child img {
    height: 85%;
    top: auto;
    top: initial;
    right: 80px;
    bottom: 0;
  }
}
@media screen and (max-width: 1023px) {
  .blog-subscribe [id*="popmechanic-form-"] {
    padding: 60px 40px;
    position: relative;
  }
  .blog-subscribe [id*="popmechanic-form-"] .app-mindbox-col:first-child {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .blog-subscribe [id*="popmechanic-form-"] .app-mindbox-col:last-child img {
    right: 0;
  }
  .blog-subscribe [id*="popmechanic-form-"] .popmechanic-inputs {
    display: flex;
    flex-direction: column;
    grid-template-columns: initial;
    grid-column-gap: initial;
  }
  .blog-subscribe [id*="popmechanic-form-"] .popmechanic-inputs > * {
    order: 3;
  }
  .blog-subscribe
    [id*="popmechanic-form-"]
    .popmechanic-inputs
    > *:first-child {
    order: 1;
  }
  .blog-subscribe [id*="popmechanic-form-"] .popmechanic-inputs > *:last-child {
    order: 2;
  }
  .blog-subscribe [id*="popmechanic-form-"] .popmechanic-inputs button {
    margin: 23px 0 0 0 !important;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 767px) {
  .blog-subscribe [id*="popmechanic-form-"] {
    padding: 40px 20px;
  }
  .blog-subscribe [id*="popmechanic-form-"] .app-mindbox-row {
    flex-direction: column;
  }
  .blog-subscribe [id*="popmechanic-form-"] .app-mindbox-col:first-child {
    order: 2;
    flex: initial;
    max-width: 100%;
  }
  .blog-subscribe [id*="popmechanic-form-"] .app-mindbox-col:last-child {
    order: 1;
    justify-content: center;
  }
  .blog-subscribe [id*="popmechanic-form-"] .app-mindbox-col:last-child img {
    position: relative !important;
    height: 260px;
    margin: -11px 0 20px 0 !important;
    width: auto !important;
  }
  .blog-subscribe [id*="popmechanic-form-"] .app-mindbox-thankyou > div {
    font-size: 30px !important;
    text-align: center;
  }
  .blog-subscribe [id*="popmechanic-form-"] .popmechanic-title {
    font-weight: 700 !important;
    font-size: 24px !important;
  }
  .blog-subscribe [id*="popmechanic-form-"] .popmechanic-inputs input {
    height: 44px;
  }
  .blog-subscribe [id*="popmechanic-form-"] .popmechanic-inputs button {
    width: 100%;
  }
}
.block__work--item {
  text-align: center;
  padding: 40px;
  border-radius: 16px;
  height: 100%;
}
.block__work--item:hover .image img {
  transform: translateX(-7px);
}
.block__work--item-pink {
  background: #fbf3fc;
}
.block__work--item-pink:hover .image img {
  box-shadow: 1px 1px #ec5da2, 2px 2px #ec5da2, 3px 3px #ec5da2, 4px 4px #ec5da2,
    5px 5px #ec5da2, 6px 6px #ec5da2, 7px 7px #ec5da2;
}
.block__work--item-pink .head > * {
  color: #ec5da2;
}
.block__work--item-violet {
  background: #f3f4fc;
}
.block__work--item-violet:hover .image img {
  box-shadow: 1px 1px #7785f0, 2px 2px #7785f0, 3px 3px #7785f0, 4px 4px #7785f0,
    5px 5px #7785f0, 6px 6px #7785f0, 7px 7px #7785f0;
}
.block__work--item-violet .head > * {
  color: #7785f0;
}
.block__work--item-green {
  background: #f3fcf4;
}
.block__work--item-green:hover .image img {
  box-shadow: 1px 1px #61c876, 2px 2px #61c876, 3px 3px #61c876, 4px 4px #61c876,
    5px 5px #61c876, 6px 6px #61c876, 7px 7px #61c876;
}
.block__work--item-green .head > * {
  color: #61c876;
}
.block__work--item .head > * {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  text-transform: uppercase;
}
.block__work--item .title > * {
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  color: #111;
  margin: 0;
}
.block__work--item .text {
  margin-top: 10px;
}
.block__work--item .text > * {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #444;
  margin: 0;
}
.block__work--item .image {
  display: flex;
  margin: 40px 0;
  height: 220px;
}
.block__work--item .image img {
  width: 100%;
  max-width: 100%;
  border-radius: 16px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.3s ease;
}
.block__why--box {
  padding-top: 40px;
}
.block__why .scheme__item {
  width: 100%;
  padding: 0;
  margin: 0;
  height: 100%;
}
.block__why .scheme__item:hover .scheme__item-image {
  animation: swing 0.6s ease;
  animation-iteration-count: 1;
}
@media screen and (max-width: 1024px) {
  .block__why .row {
    margin-top: calc(-1 * 60px);
  }
  .block__why .row > * {
    margin-top: 60px;
  }
}
.block__niches--item {
  position: relative;
  height: 330px;
}
.block__niches--item:hover img {
  transform: scale(1.1) rotate(5deg);
}
.block__niches--item .label {
  padding: 8px 16px;
  background: #fff;
  border-radius: 12px;
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
}
.block__niches--item .label > * {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #111;
}
.block__niches--item .image {
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  height: 100%;
}
.block__niches--item .image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  transition: transform 0.25s;
}
.block__niches .row {
  margin-left: -10px;
  margin-right: -10px;
}
.block__niches .row .col {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 1024px) {
  .block__niches--item {
    height: 200px;
  }
  .block__niches--item .label > * {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .block__niches--item {
    max-width: 474px;
    height: 330px;
    margin: 0 auto;
  }
  .block__niches--item .label > * {
    font-size: 18px;
  }
}
.block__logos--item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: #fff;
  border-radius: 16px;
  transition: 0.2s linear;
  height: 125px;
}
.block__logos--item:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}
.block__logos--item .image {
  display: block;
}
.block__logos--item .image img {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .block__logos--item {
    height: 170px;
  }
  .block__logos .row {
    margin-top: calc(-1 * 20px);
  }
  .block__logos .row > * {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .block__logos--item {
    max-width: 474px;
    margin: 0 auto;
  }
}
.block__stats .row {
  margin-left: 0;
  margin-right: 0;
}
.block__stats--item {
  text-align: center;
  padding: 53px 0;
}
.block__stats--item .title > * {
  font-weight: 700;
  font-size: 40px;
  line-height: 130%;
  color: #111;
  margin: 0;
}
.block__stats--item .text {
  margin-top: 12px;
}
.block__stats--item .text > * {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: #111;
  margin: 0;
}
.block__stats .row > .col {
  border: 1px solid #acacac;
}
.block__stats .row > .col:first-child {
  border-right: none;
}
.block__stats .row > .col:last-child {
  border-left: none;
}
@media screen and (max-width: 1024px) {
  .block__stats--item {
    padding: 40px;
  }
  .block__stats--item .title > * {
    font-size: 48px;
    line-height: 120%;
  }
  .block__stats--item .text > * {
    font-size: 24px;
    line-height: 130%;
  }
  .block__stats .row > .col:first-child {
    border-right: 1px solid #acacac;
  }
  .block__stats .row > .col:last-child {
    border-left: 1px solid #acacac;
  }
  .block__stats .row > .col:not(:first-child) {
    border-top: none;
  }
}
@media screen and (max-width: 767px) {
  .block__stats--item {
    padding: 40px;
  }
  .block__stats--item .title > * {
    font-size: 40px;
    line-height: 130%;
  }
  .block__stats--item .text > * {
    font-size: 20px;
    line-height: 140%;
  }
  .block__stats .row > * {
    max-width: 474px;
    margin: 0 auto;
  }
}
.block__images--item {
  padding: 60px 40px;
  border-radius: 16px;
  height: 100%;
  text-align: center;
}
.block__images--item-milk {
  background: #fff6ed;
}
.block__images--item-purple {
  background: #fbf3fc;
}
.block__images--item .title {
  margin-bottom: 40px;
}
.block__images--item .title > * {
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  color: #111;
  margin: 0;
}
.block__images--item .image {
  display: block;
}
.block__images--item .image img {
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .block__images--item {
    padding-left: 0;
    padding-right: 0;
  }
  .block__images--item .image {
    width: 66.6666666667%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .block__images--item {
    padding-left: 40px;
    padding-right: 40px;
  }
  .block__images--item .title > * {
    font-size: 20px;
    line-height: 140%;
  }
  .block__images--item .image {
    width: 100%;
    max-width: 474px;
  }
}
.block__text_image--box {
  padding: 60px;
  border-radius: 16px;
}
.block__text_image--box .swiper-pagination {
  position: relative;
  margin: 20px auto 0 auto;
  display: flex;
  justify-content: center;
  grid-gap: 8px;
  gap: 8px;
}
.block__text_image--box .swiper-pagination > * {
  background: #444;
  opacity: 1;
}
.block__text_image--box .swiper-pagination > *[class$="-active"] {
  background: #4e73df;
}
.block__text_image--item {
  height: 100%;
}
.block__text_image--item > .row {
  align-items: center;
  margin-right: -40px;
  margin-left: -40px;
}
.block__text_image--item > .row > * {
  padding-right: 40px;
  padding-left: 40px;
}
.block__text_image--item.flip > .row > *:first-child {
  order: 2;
}
.block__text_image--item.flip > .row > *:last-child {
  order: 1;
}
.block__text_image--item .text > *:not(:last-child) {
  margin: 0 0 20px 0;
}
.block__text_image--item .text > *:last-child {
  margin: 0;
}
.block__text_image--item .text h3,
.block__text_image--item .text h4,
.block__text_image--item .text h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  color: #111;
}
.block__text_image--item .text ul,
.block__text_image--item .text ol,
.block__text_image--item .text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #444;
}
.block__text_image--item .text ol {
  font-weight: 500;
  font-size: 24px;
}
.block__text_image--item .image {
  display: block;
  text-align: center;
}
.block__text_image--item .image img {
  width: 100%;
  max-width: 100%;
  border-radius: 16px;
}
.block__text_image--item .notice {
  margin-top: 40px;
}
.block__text_image--item .notice > * {
  font-weight: 700;
  color: #111;
  position: relative;
  font-size: 20px;
  line-height: 140%;
  padding-left: 35px;
  margin: 0;
}
.block__text_image--item .notice > *:before {
  content: "";
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='14' cy='14' r='10' fill='%23111111'/%3E%3Cpath d='M13.471 15.906H14.535L14.801 9.2H13.219L13.471 15.906ZM14.017 19.084C14.535 19.084 14.913 18.678 14.913 18.188C14.913 17.684 14.535 17.292 14.017 17.292C13.485 17.292 13.093 17.684 13.093 18.188C13.093 18.678 13.485 19.084 14.017 19.084Z' fill='white'/%3E%3C/svg%3E%0A");
}
.block__text_image--item .col-text--bg {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}
.block__text_image--item .col-text--title {
  margin-bottom: 20px;
}
.block__text_image--item .col-text--title > * {
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  color: #111;
  margin: 0;
}
.block__text_image--item .col-text--text > * {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #444;
  margin: 0;
}
.block__text_image--item .block__btn {
  margin-top: 40px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .block__text_image--item > .row > .col:first-child {
    order: 2 !important;
  }
  .block__text_image--item > .row > .col:last-child {
    order: 1 !important;
  }
  .block__text_image--item > .row .row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .block__text_image--item > .row .row > * {
    padding-left: 20px;
    padding-right: 20px;
  }
  .block__text_image--item .col-text--title {
    text-align: center;
  }
  .block__text_image--item .text h3,
  .block__text_image--item .text h4,
  .block__text_image--item .text h5 {
    text-align: center;
  }
  .block__text_image--item .image {
    margin: 0 -60px;
  }
  .block__text_image--item .image img {
    width: 66.6666666667%;
  }
  .block__text_image--item .block__btn {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .block__text_image--box {
    padding: 40px;
  }
  .block__text_image--item > .row {
    margin-top: calc(-1 * 40px);
  }
  .block__text_image--item > .row > * {
    margin-top: 40px;
  }
  .block__text_image--item .text h3,
  .block__text_image--item .text h4,
  .block__text_image--item .text h5 {
    font-size: 20px;
    line-height: 140%;
  }
  .block__text_image--item .text ul,
  .block__text_image--item .text ol,
  .block__text_image--item .text p {
    font-size: 16px;
  }
  .block__text_image--item .text ol {
    font-size: 20px;
  }
  .block__text_image--item .col-text--text {
    text-align: center;
  }
  .block__text_image--item .image {
    max-width: 474px;
    margin: 0 auto;
  }
  .block__text_image--item .image img {
    width: 100%;
  }
  .block__text_image--item .notice > * {
    padding-left: 0;
    text-align: center;
  }
  .block__text_image--item .notice > *:before {
    display: none;
  }
}
.block__title_button .block__title {
  margin-bottom: 60px;
}
.block__carousel .ambassadors__image {
  height: auto;
}
@media screen and (max-width: 767px) {
  .block__carousel .swiper-pagination {
    bottom: 0 !important;
  }
}
@font-face {
  font-display: swap;
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
    format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}
.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-container-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@font-face {
  font-family: "icomoon";
  src: url(../../../../themes/site/assets/fonts/icomoon.eot?wa2mqt);
  src: url("../../../../themes/site/assets/fonts/icomoon.eot?wa2mqt#iefix")
      format("embedded-opentype"),
    url(../../../../themes/site/assets/fonts/icomoon.ttf?wa2mqt)
      format("truetype"),
    url(../../../../themes/site/assets/fonts/icomoon.woff?wa2mqt) format("woff"),
    url("../../../../themes/site/assets/fonts/icomoon.svg?wa2mqt#icomoon")
      format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-media-person-youtube:before {
  content: "\e907";
  color: #fdfdfd;
}
.icon-close:before {
  content: "\e902";
}
.icon-facebook:before {
  content: "\e900";
  color: #575757;
}
.icon-linkedin:before {
  content: "\e901";
  color: #575757;
}
.icon-ctrl:before {
  content: "\ea50";
}
.icon-telegram:before {
  content: "\e903";
  color: #575757;
}
.icon-twitter:before {
  content: "\e904";
  color: #575757;
}
.icon-vk:before {
  content: "\e905";
  color: #575757;
}
.icon-youtube:before {
  content: "\e906";
  color: #575757;
}


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: none !important;
	padding: 0 !important;
}
body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--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%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 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%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');--wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');--wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');--wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');--wp--preset--duotone--midnight: url('#wp-duotone-midnight');--wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');--wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');--wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');--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;}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;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.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-columns.is-layout-flex){gap: 2em;}
.wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}
.blog-subscribe [id*=popmechanic-form-] {
    background: #F3E8FF;
    padding: 60px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
  }
  .blog-subscribe [id*=popmechanic-form-] * {
    box-sizing: border-box;
  }
  .blog-subscribe [id*=popmechanic-form-] .app-mindbox-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .blog-subscribe [id*=popmechanic-form-] .app-mindbox-col:first-child {
    flex: 0 0 540px;
  }
  .blog-subscribe [id*=popmechanic-form-] .app-mindbox-col:last-child img {
    position: absolute !important;
    height: calc(100% + 70px);
    top: -10px;
    right: 100px;
  }
  .blog-subscribe [id*=popmechanic-form-] .app-mindbox-form-item {
    position: relative !important;
  }
  .blog-subscribe [id*=popmechanic-form-] .app-mindbox-form-item [type=email] {
    width: 100%;
  }
  .blog-subscribe [id*=popmechanic-form-] .app-mindbox-form-checkbox-el {
    position: absolute !important;
    top: 0;
    left: -1px;
    width: 16px;
    height: 16px;
    background: #ffffff !important;
    border: 1px solid #1A1A1A !important;
    border-radius: 2px;
  }
  .blog-subscribe [id*=popmechanic-form-] .app-mindbox-form-error {
    display: none;
    font-size: 10px !important;
    font-weight: 400 !important;
    position: absolute !important;
    top: calc(100% + 5px);
    color: red !important;
  }
  .blog-subscribe [id*=popmechanic-form-] .app-mindbox-thankyou {
    display: none;
  }
  .blog-subscribe [id*=popmechanic-form-] .app-mindbox-thankyou > div {
    font-size: 50px !important;
  }
  .blog-subscribe [id*=popmechanic-form-] .popmechanic-title, .blog-subscribe [id*=popmechanic-form-] .popmechanic-text {
    margin-bottom: 20px !important;
  }
  .blog-subscribe [id*=popmechanic-form-] .popmechanic-title {
    font-weight: 700 !important;
    font-size: 28px !important;
    line-height: 130% !important;
  }
  .blog-subscribe [id*=popmechanic-form-] .popmechanic-text {
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 150% !important;
  }
  .blog-subscribe [id*=popmechanic-form-] .popmechanic-inputs {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-column-gap: 8px;
  }
  .blog-subscribe [id*=popmechanic-form-] .popmechanic-inputs input {
    border: 1px solid #1A1A1A !important;
    border-radius: 12px;
    background: #fff !important;
    height: 60px;
    width: auto;
    padding: 0 20px !important;
  }
  .blog-subscribe [id*=popmechanic-form-] .popmechanic-inputs button {
    background: #8C75E7 !important;
    border-radius: 12px;
    height: 60px;
    padding: 0 28px !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 18px !important;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #fff !important;
    cursor: pointer;
  }
  .blog-subscribe [id*=popmechanic-form-] .popmechanic-inputs button + div {
    grid-column: 1/3;
  }
  .blog-subscribe [id*=popmechanic-form-] .popmechanic-checkbox-block {
    margin-top: 23px !important;
    position: relative !important;
    display: inline-block;
    padding-left: 25px !important;
    font-weight: 500 !important;
    font-size: 10px !important;
    line-height: 100% !important;
    color: #575757 !important;
      text-align: left;
  }
  .blog-subscribe [id*=popmechanic-form-] .popmechanic-checkbox-block br {
    display: none;
  }
  .blog-subscribe [id*=popmechanic-form-] .popmechanic-checkbox-block input {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 3;
    opacity: 0;
  }
  .blog-subscribe [id*=popmechanic-form-] .popmechanic-checkbox-check {
    position: absolute !important;
    top: 0;
    left: -1px;
    z-index: 2;
    width: 18px;
    height: 18px;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
  }
  .blog-subscribe [id*=popmechanic-form-] .popmechanic-checkbox-check svg {
    fill: #8d76e8;
    width: 10px;
  }
  .blog-subscribe [id*=popmechanic-form-] .popmechanic-checkbox:checked ~ .popmechanic-checkbox-check {
    opacity: 1;
  }
  .blog-subscribe [id*=popmechanic-form-] .popmechanic-invalid + .app-mindbox-form-error {
    display: block;
  }
  .blog-subscribe [id*=popmechanic-form-] .popmechanic-thankyou {
    display: none;
  }
  .blog-subscribe .popmechanic-success .popmechanic-content {
    display: none;
  }
  .blog-subscribe .popmechanic-success .app-mindbox-thankyou {
    display: block;
  }
  
  @media screen and (max-width: 1439px) {
    .blog-subscribe [id*=popmechanic-form-] .app-mindbox-col:last-child {
      display: flex;
      align-items: flex-end;
    }
    .blog-subscribe [id*=popmechanic-form-] .app-mindbox-col:last-child img {
      height: 85%;
      top: auto;
      top: initial;
      right: 80px;
      bottom: 0;
    }
  }
  @media screen and (max-width: 1023px) {
    .blog-subscribe [id*=popmechanic-form-] {
      padding: 60px 40px;
      position: relative;
    }
    .blog-subscribe [id*=popmechanic-form-] .app-mindbox-col:first-child {
      flex: 0 0 60%;
      max-width: 60%;
    }
    .blog-subscribe [id*=popmechanic-form-] .app-mindbox-col:last-child img {
      right: 0px;
    }
    .blog-subscribe [id*=popmechanic-form-] .popmechanic-inputs {
      display: flex;
      flex-direction: column;
      grid-template-columns: initial;
      grid-column-gap: initial;
    }
    .blog-subscribe [id*=popmechanic-form-] .popmechanic-inputs > * {
      order: 3;
    }
    .blog-subscribe [id*=popmechanic-form-] .popmechanic-inputs > *:first-child {
      order: 1;
    }
    .blog-subscribe [id*=popmechanic-form-] .popmechanic-inputs > *:last-child {
      order: 2;
    }
    .blog-subscribe [id*=popmechanic-form-] .popmechanic-inputs button {
      margin: 23px 0 0 0 !important;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
    }
  }
  @media screen and (max-width: 767px) {
    .blog-subscribe [id*=popmechanic-form-] {
      padding: 40px 20px;
    }
    .blog-subscribe [id*=popmechanic-form-] .app-mindbox-row {
      flex-direction: column;
    }
    .blog-subscribe [id*=popmechanic-form-] .app-mindbox-col:first-child {
      order: 2;
      flex: initial;
      max-width: 100%;
    }
    .blog-subscribe [id*=popmechanic-form-] .app-mindbox-col:last-child {
      order: 1;
      justify-content: center;
    }
    .blog-subscribe [id*=popmechanic-form-] .app-mindbox-col:last-child img {
      position: relative !important;
      height: 260px;
      margin: -11px 0 20px 0 !important;
      width: auto !important;
    }
    .blog-subscribe [id*=popmechanic-form-] .app-mindbox-thankyou > div {
      font-size: 30px !important;
      text-align: center;
    }
    .blog-subscribe [id*=popmechanic-form-] .popmechanic-title {
      font-weight: 700 !important;
      font-size: 24px !important;
    }
    .blog-subscribe [id*=popmechanic-form-] .popmechanic-inputs input {
      height: 44px;
    }
    .blog-subscribe [id*=popmechanic-form-] .popmechanic-inputs button {
      width: 100%;
    }
  }

@import url("https://fonts.googleapis.com/css?family=Poppins:400,700");

.welcome-text-area .area-bg::before {
  background: url(assets/img/home/01.png) no-repeat scroll top right / cover;
  width: 50%;
  left: auto;
  right: 0;
}

.bnr-2 {
  background: url(assets/img/home/home-3.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 10px;
}

.right-layer {
  position: absolute;
  width: 39%;
}

.welcome-text {
  width: 50%;
}

.home-two .welcome-text h1 {
  font-size: 58px;
  letter-spacing: 0;
}

.color_grad {
  color: #1d274e;
}

.welcome-area .right-image img {
  right: 0;
  position: absolute;
  top: 0;
  width: 50%;
}

/*---------------------------
    2. ABOUT AREA
----------------------------*/

.vision-area .vision-dots .dot.active {
  color: #fff;
  border: 1px solid #361cc1;
  position: relative;
}

.vision-area .vision-dots .dot.active .quote-arrow {
  position: absolute;
  width: 20px;
  height: 20px;
  border-right: 1px solid #361cc1;
  border-bottom: 1px solid #361cc1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: -10px;
  z-index: 2;
  background: #fff;
}

.owl-carousel .owl-item {
  /*	border:1px solid #361cc1;*/
  padding: 15px;
}

.about-area .area-bg {
  background: rgba(0, 0, 0, 0) url("assets/img/home/02.png") no-repeat scroll
    left top / 50% auto;
}

.about-content ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.about-content ul li {
  margin-bottom: 20px;
  padding-left: 50px;
  position: relative;
}

.about-content ul li i {
  background: rgba(41, 59, 167, 0.3) none repeat scroll 0 0;
  border-radius: 50%;
  color: #ffffff;
  height: 30px;
  left: 0;
  padding-top: 6px;
  position: absolute;
  text-align: center;
  top: 5px;
  width: 30px;
}

.our_mission_text {
  margin-top: 4%;
}

.read-more {
  background-color: #015dc7;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#696df3),
    to(#361cc1)
  );
  background-image: -webkit-linear-gradient(left, #696df3, #361cc1);
  border-radius: 50px;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  padding: 8px 30px;
  text-transform: capitalize;
  border: none;
}

.read-more:hover {
  background: #ffffff none repeat scroll 0 0;
  color: #015dc7;
}

/*--------------------------------
    3. SERVICE AREA
---------------------------------*/
.vision-dots {
  display: flex;
  justify-content: center;
}
.vision_item {
  margin-top: 50px;
}
.vision-dots .dot {
  padding: 35px 69.5px 16px;
  border: 1px solid #ccc;
  text-align: center;
  width: 300px;
  margin: 0 17px;
  cursor: pointer;
}

.vision-dots .dot h4 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
}

.vision-dots .dot i {
  font-size: 50px;
  color: #3e59ff;
  margin-bottom: 25px;
}

.vision_item {
  border: 1px solid #361cc1;
}
.vision_item div p {
  font-size: 16px;
  line-height: 26px;
}

.vision_item div .home-button {
  margin-top: 45px;
}

.vision_item div h2 {
  padding-top: 25px;
}

.tab_images {
  width: 40%;
  float: left;
}

.tab_images img {
  width: 100%;
}

.tab_content {
  width: 60%;
  float: right;
  padding: 0 45px;
}

.box-img-icon {
  height: 70px;
  width: 70px;
}

.box-img-icon img {
  max-height: 100%;
  max-width: 100%;
}

/*---------------------------
    4. CLIENT AREA
---------------------------*/

.client-slider.owl-carousel .owl-item img {
  margin: 0 auto;
  max-width: 100%;
  width: auto;
}

.single-client {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
}

.client-slider .owl-nav > div,
.blog-slider .owl-nav > div {
  background: #334d88 none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  height: 35px;
  left: 0;
  opacity: 0;
  padding-top: 4px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 35px;
}

.client-slider .owl-nav > div.owl-next,
.blog-slider .owl-nav > div.owl-next {
  left: auto;
  right: 0;
}

.client-slider .owl-nav > div:hover,
.blog-slider .owl-nav > div:hover {
  background: #ff7467 none repeat scroll 0 0;
}

.client-slider:hover .owl-nav > div,
.blog-slider:hover .owl-nav > div {
  opacity: 1;
}

/*---------------------------------
    5. TESTMONIAL AREA
----------------------------------*/

.testmonial-area .area-bg {
  background: rgba(0, 0, 0, 0) url("assets/img/home/03.png") no-repeat scroll
    right top / 22% auto;
}

.single-testmonial-two {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 15px #f7f7fc;
  box-shadow: 0 0 15px #f7f7fc;
  margin: 5px 0;
  padding: 20px;
  position: relative;
  text-align: left !important;
}

.testmonial-quote {
  bottom: 20px;
  position: absolute;
  right: 20px;
}

.testmonial-quote::after {
  color: #ff7467;
  font-family: fontawesome;
  font-size: 41px;
  line-height: 1;
  opacity: 0.5;
  position: absolute;
  bottom: 16px;
  content: "\f10e";
  right: 20px;
}

.author-name-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 80px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 90px;
}

.author-img {
  border-radius: 50%;
  height: 70px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 70px;
}

.author-name-image h4 {
  margin-bottom: 0;
}

.testmonial-slider.owl-carousel {
  overflow: hidden;
}

.testmonial-area .owl-nav > div {
  background: #334d88 none repeat scroll 0 0;
  border-radius: 50%;
  color: #ffffff;
  font-size: 30px;
  height: 40px;
  left: -30px;
  opacity: 0;
  padding-top: 4px;
  position: absolute;
  text-align: center;
  top: 30%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 40px;
}

.testmonial-area .owl-nav > div.owl-next {
  left: auto;
  right: -30px;
}

.testmonial-area .owl-nav > div:hover {
  background: #ff7467 none repeat scroll 0 0;
}

.owl-carousel:hover .owl-nav > div.owl-next {
  opacity: 1;
  right: 0;
  visibility: visible;
}

.owl-carousel:hover .owl-nav > div.owl-prev {
  left: 0;
  opacity: 1;
  visibility: visible;
}

/*.testmonial-area .owl-controls {
    height: 20px;
    margin-top: 30px;
}*/

.testmonial-area .owl-dots {
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.testmonial-area .owl-dots > div {
  border: 1px solid #586082;
  border-radius: 50%;
  display: inline-block;
  height: 15px;
  margin: 0 5px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 15px;
}

.testmonial-area .owl-dots > div.active {
  background: #ff7467 none repeat scroll 0 0;
  border-color: #ff7467;
}

/*---------------------------------
    6. PRICE AERA
-----------------------------------*/

.single-price-two {
  background: #ffffff none repeat scroll 0 0;
  opacity: 0.5;
  padding: 30px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 300px;
}

.owl-item.center.active .single-price-two {
  -webkit-box-shadow: 0 0 20px #f8f8fc;
  box-shadow: 0 0 20px #f8f8fc;
  opacity: 1;
  z-index: 9;
  text-align: left;
}

.swiper-slide-active .single-price-two {
  -webkit-box-shadow: 0 0 20px #f8f8fc;
  box-shadow: 0 0 20px #f8f8fc;
  opacity: 1;
  z-index: 9;
  text-align: left;
}

.single-price {
  border: 1px solid #f7f9fc;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.single-price .area-bg {
  z-index: -1;
}

.pricing-area .row > .col-md-4:first-child .single-price-two {
  left: 80px;
}

.pricing-area .row > .col-md-4:last-child .single-price-two {
  right: 80px;
}
.pricing-area .area-title h2,
.blog-area .area-title h2 {
  margin-bottom: 85px;
}
.blog-area .owl-carousel .owl-item {
  padding-top: 0px;
}

.single-price:hover .area-bg::after,
.single-price.active .area-bg::after {
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-price:hover .price-hidding h3,
.single-price.active .price-hidding h3 {
  color: #ffffff;
  text-shadow: 1px 2px 1px #ff7467;
}

.price-hidding h3,
.price-rate h3 {
  color: #ff7467;
}

.price-rate h3 sub,
.price-rate h3 sup {
  font-size: 24px;
  font-weight: 400;
}

.price-rate h3 sub {
  color: #4d557d;
  font-size: 16px;
}

.price-details li {
  margin-bottom: 15px;
}

.price-details li i {
  background: #ffc4be none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  height: 20px;
  margin-right: 5px;
  padding-top: 3.5px;
  text-align: center;
  width: 20px;
}

.purchase-button {
  background: #ff7467 none repeat scroll 0 0;
  border: 2px solid #ff7467;
  border-radius: 50px;
  color: #ffffff;
  display: inline-block;
  letter-spacing: 1px;
  padding: 8px 30px;
  font-weight: 700;
}

.purchase-button:hover {
  background: transparent;
  border: 2px solid #ff7467;
  color: #ff7467;
}

.single-price:hover .purchase-button,
.single-price.active .purchase-button {
  background: #ffffff none repeat scroll 0 0;
  color: #ff7467;
}

.price-list .owl-nav > div {
  background: #334d88 none repeat scroll 0 0;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  height: 35px;
  left: 0;
  opacity: 0;
  padding-top: 4px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 35px;
}

.price-list .owl-nav > div.owl-next {
  left: auto;
  right: 0;
}

.price-list:hover .owl-nav > div {
  opacity: 1;
}

.price-list .owl-nav > div:hover {
  background: #ff7467 none repeat scroll 0 0;
}

/*--------------------------------
    8. FAQS AREA
---------------------------------*/

.panel.panel-default {
  margin-bottom: 30px;
}

.panel-default > .panel-heading {
  background-color: #ecf1fa;
}

.active .accordion-toggle {
  color: #ff7467;
}

.panel-body {
  border-top: 0;
}

.accordion-toggle .panel-title .fa-angle-down {
  margin-top: 5px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.accordion-toggle.collapsed .panel-title .fa-angle-down {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

/*--------------------------------
    7. BLOG AREA
----------------------------------*/

.single-blog-item {
  background: #fff none repeat scroll 0 0;
  -webkit-box-shadow: 0 0 5px #f8f8fc;
  box-shadow: 0 0 5px #f8f8fc;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.blog-thumb {
  overflow: hidden;
}

.blog-thumb img {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-blog:hover {
  -webkit-box-shadow: 0 0 20px #ddd;
  box-shadow: 0 0 20px #ddd;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.post-item-content p {
  font-size: 12px;
}

.post-item-content .read-more {
  margin-top: 15px;
}

.blog-details h3 {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 25px;
}

.blog-meta a {
  opacity: 0.7;
  margin-right: 15px;
}

.blog-meta a:hover {
  opacity: 1;
}

.blog-details a.readmore {
  display: inline-block;
  letter-spacing: 1px;
}

.single-blog-item .read-more {
  font-weight: 500;
  text-transform: capitalize;
}

.single-blog-item:hover .blog-thumb img {
  opacity: 0.5;
  -webkit-transform: scale(1.3) rotate(10deg);
  transform: scale(1.3) rotate(10deg);
}

.blog-slider div.col-lg-4 {
  padding: 0;
  width: 100%;
}

.row.blog-slider {
  margin: 0;
}

/*---------------------------------
    8. CONTACT AREA
----------------------------------*/

.contact-form {
  padding: 100px 20px;
  background: #f6f7fa none repeat scroll 0 0;
}

.contact-form input {
  height: 40px;
  border-radius: 0;
  margin-bottom: 20px;
  border: none;
}

.contact-form textarea {
  height: 160px;
  border-radius: 0;
  margin-bottom: 20px;
  border: none;
}

.contact-address {
  background: #fff;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 10px;
}

.contact-address i {
  color: #3e59ff;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

.contact-address p {
  display: block;
}

.subscriber-form {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #dddddd;
  border-radius: 5px;
  font-size: 16px;
  height: 70px;
  margin-bottom: 50px;
  position: relative;
  text-transform: capitalize;
}

.subscriber-form input {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  border-radius: 5px;
  color: black;
  height: 100%;
  left: 0;
  letter-spacing: 1px;
  padding: 10px 11% 10px 30px;
  position: absolute;
  top: 0;
  width: 80%;
}

.subscriber-form button {
  background: #ff7467 none repeat scroll 0 0;
  border: 2px solid #ff7467;
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  height: 100%;
  letter-spacing: 2px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 150px;
}

.subscriber-form button:hover {
  background: #ffffff none repeat scroll 0 0;
  color: #ff7467;
}

label.mt10 {
  bottom: -52px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}

label.mt10.valid {
  bottom: 18px;
  color: #ff7467;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}

.contact-area .box-icon {
  border: 2px solid #ff7467;
  border-radius: 50%;
  color: #ff7467;
  display: inline-block;
  font-size: 30px;
  height: 60px;
  padding-top: 14px;
  text-align: center;
  width: 60px;
}

.contact-area .text-icon-box:hover .box-icon {
  background: #ff7467 none repeat scroll 0 0;
  border-color: #ff7467;
  color: #ffffff;
}

/*---------------------------------
    9. FOOTER AREA
----------------------------------*/
.footer-area {
  background: #f6f7fa none repeat scroll 0 0;
}

.footer-about {
  padding: 20px;
}

.single-footer-widget {
  padding: 20px 30px;
}

.price-details > ul,
.single-footer-widget ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.single-footer-widget li {
  margin-bottom: 5px;
  position: relative;
}

.single-footer-widget a {
  color: #8090b5;
}

.single-footer-widget a:hover {
  color: #ff7467;
}

.footer-social-bookmark .social-bookmark li a {
  border: 1px solid;
  border-radius: 50%;
  font-size: 20px;
  height: 40px;
  margin: 0 5px;
  padding-top: 6px;
  text-align: center;
  width: 40px;
}

/*---------------------------------
    10. SCROLL TO TOP AREA
----------------------------------*/

.scrolltotop {
  background: #404873 none repeat scroll 0 0;
  bottom: 20px;
  color: #ffffff;
  display: none;
  font-size: 20px;
  height: 40px;
  padding-top: 8px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 40px;
  z-index: 9;
}

.scrolltotop:hover {
  background: #ff7467;
  color: #ffffff;
}

/*-----------------------------
    11. BLOG PAGE
------------------------------*/
body.single-page {
  background: rgba(0, 0, 0, 0) url("assets/img/home/01.png") no-repeat scroll
    right top / 50% auto;
}

.no-bg {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.top-area.single-page {
  height: 350px;
  background: url(assets/img/banner.jpg) no-repeat scroll 48% 72%;
  background-size: cover;
}

.page-barner-area {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  position: relative;
  background: #ffffffdb;
}

.page-barner-area .area-bg {
}

/*-------------------
    WIDGETS CSS
--------------------*/

.single-sidebar-widgets h3 {
  margin-bottom: 30px;
}

.widget_recent_entries ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.widget_recent_entries ul li {
  margin-bottom: 20px;
  overflow: hidden;
}

.widget_recent_entries ul li:last-child {
  margin-bottom: 0;
}

.widget_search form {
  background: #f5f8fa none repeat scroll 0 0;
  border: 1px solid #dddddd;
  height: 50px;
  position: relative;
}

.widget_search form input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  height: 100%;
  left: 0;
  padding: 15px;
  position: absolute;
  top: 0;
  width: calc(100% - 60px);
}

.widget_search form button {
  background: #ff7467 none repeat scroll 0 0;
  border: 2px solid #ff7467;
  color: #ffffff;
  font-size: 20px;
  height: 100%;
  padding-top: 3px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 60px;
}

.widget_search form button:hover {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 2px solid;
  color: #ff7467;
}

.single-sidebar-widgets ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.widget_categories ul li {
  border-bottom: 1px solid #dddddd;
  padding: 10px 0;
}

.widget_categories ul li:first-child {
  padding-top: 0;
}

.widget_categories ul li:last-child {
  border-bottom: 0 none;
  padding-bottom: 0;
}

.widget_categories ul li a {
  display: block;
}

.tagcloud a {
  border: 1px solid;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 5px 10px;
}

.tagcloud a:hover {
  background: #ff7467 none repeat scroll 0 0;
  border-color: #ff7467;
  color: #ffffff;
}

blockquote {
  background: #f5f8fa none repeat scroll 0 0;
  margin: 30px 0;
}

.share-and-tags {
  margin-top: 30px;
}

.share-and-tags ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.share-and-tags ul li a {
  border: 1px solid;
  border-radius: 5px;
  display: inline-block;
  margin-left: 10px;
  min-width: 35px;
  padding: 5px 10px;
  text-align: center;
}

.share-and-tags ul li a:hover {
  background: #ff7467 none repeat scroll 0 0;
  border-color: #ff7467;
  color: #ffffff;
}

.share-and-tags ul li:first-child a {
  margin-left: 0;
}

/*--------------------
    COMMENT BOX CSS
-----------------------*/

.comment-area ul {
  list-style: outside none none;
}

.comment-area li.comment {
  margin-bottom: 50px;
}

ul.children {
  margin-top: 50px;
}

.comment-area li.comment:last-child {
  margin-bottom: 0;
}

.comment-author {
  border-radius: 50%;
  -webkit-box-shadow: 0 0 5px;
  box-shadow: 0 0 5px;
  height: 100px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100px;
}

.comments-meta {
  margin-bottom: 10px;
}

.comments-meta h4 {
  margin-bottom: 0;
  font-weight: 500;
}

.reply-comment {
  position: absolute;
  right: 0;
  top: 0;
}

.comments-details {
  padding-left: 130px;
  position: relative;
}

.comment-box form input,
.comment-box form textarea,
.comment-box form button {
  max-height: 130px;
  min-height: 40px;
  padding: 10px;
}

.comment-box form button {
  background: #ff7467 none repeat scroll 0 0;
  border: 2px solid #ff7467;
  border-radius: 5px;
  color: #ffffff;
  padding: 8px 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.comment-box form button:hover {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #ff7467;
}

/*-------------------------------
    12. HOME TWO
-------------------------------*/

.home-two .area-title h2 {
  font-weight: 700;
  line-height: 1.3;
}

.home-two .area-title p {
  color: #90bffb;
  margin-bottom: 10px;
}

.about-mockup-bg img {
  height: 100%;
  width: auto;
}

.about-mockup-bg {
  height: 96%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 50%;
}

.about-bottom-area .about-mockup-bg {
  left: auto;
  right: 0;
}

.about-mockup-bg {
  height: 96%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 50%;
}

.video-link {
  position: absolute;
  top: 45%;
  left: 45%;
  background: #fff;
  width: 50px;
  height: 50px;
  justify-content: center;
  display: flex;
  align-items: center;
  border-radius: 50%;
}

.video-link:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
  z-index: 1;
}

.video-link:hover {
  color: #313131;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
      scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
  }
}

@-moz-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
  }
}

@-o-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
      scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
  }
}

.animate-this {
  animation: first-animation 2s infinite, another-animation 1s;
}

@keyframes move {
  from {
    top: 0;
    left: 0;
  }

  to {
    top: 100px;
    left: 100px;
  }
}

.video-link i {
  color: #e8135b;
}

.mfp-close-btn-in .mfp-close {
  color: #ec0d0d;
}

/* CSS for video cover image */
div.mfp-content {
  text-align: center;
}

div.mfp-content .mfp-close {
  background: rgba(255, 255, 255, 0.3);
}

#popup-video {
  position: relative;
  margin: 0 auto;
  max-width: 90%;
  max-height: 90%;
}

.home-two a:hover,
.home-two ul#nav li a:hover,
.home-two ul#nav li.active a {
  color: #4694f9;
}

.home-two .login-register ul li a {
  border-radius: 5px;
}

.home-two .testmonial-area .owl-nav > div:hover,
.home-two .client-slider .owl-nav > div:hover,
.home-two .blog-slider .owl-nav > div:hover,
.home-two .price-list .owl-nav > div:hover,
.home-two .price-details li i,
.home-two .box-hover-1::before {
  background: #4694f9 none repeat scroll 0 0;
}

.home-two .price-hidding h3,
.home-two .price-rate h3,
.testmonial-quote::after {
  color: #4694f9;
}

.home-two .box-hover-1::before {
  background: #4694f9 none repeat scroll 0 0;
}

.home-two .read-more:hover,
.home-two .purchase-button:hover,
.home-two .home-button a:hover {
  background: transparent;
  color: #4694f9;
  border-color: #4694f9;
}

/*----------------------------
    13. TESTMONIAL STYLE TWO
-------------------------------*/

.testimonials-style-two .bx-wrapper {
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}

.testmonial-style-two {
  margin: 0 auto;
  max-width: 970px;
  position: relative;
  padding: 35px 0 0;
}
.bx-viewport {
  overflow: visible !important;
}
.single-testimonials .author-image,
.single-testimonials .author-content {
  display: table-cell;
  vertical-align: middle;
}

.single-testimonials .author-image {
  margin-bottom: 30px;
  width: 400px;
  text-align: center;
}

.single-testimonials .author-image img {
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
  width: 200px;
  margin-bottom: -80px;
}

.single-testimonials .author-content img {
  max-width: 100%;
  width: 140px;
  position: absolute;
  padding-top: 30px;
}

.single-testimonials .author-content h3 {
  font-size: 16px;
  margin: 20px 0 5px;
}

.testimonials-slider .bx-wrapper {
  background-color: transparent;
  border: medium none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
}

.testimonials-slider .bx-wrapper ul.slider {
  margin: 0;
  padding: 0;
}

.testimonials-slider .bx-wrapper .bx-controls-direction {
  text-align: center;
}

.testimonials-slider .bx-wrapper .bx-controls-direction a {
  background-image: none;
  font-size: 27px;
  position: relative;
  text-indent: 0;
  top: 10px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.testimonials-slider .bx-wrapper .bx-controls-direction a:hover {
  color: #4694f9;
}

.testimonials-slider .bx-wrapper .bx-prev {
  left: 0;
  margin-right: 25px;
}

.testimonials-slider .bx-wrapper .bx-next {
  right: 0;
}

#testimonials-slider-pager a.pager-item {
  border-radius: 50%;
  -webkit-box-shadow: 0 0 7px #f1f1f1;
  box-shadow: 0 0 7px #f1f1f1;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 70px;
  z-index: 99;
}

#testimonials-slider-pager a.pager-item:nth-child(1) {
  left: 130%;
  top: 60%;
}

#testimonials-slider-pager a.pager-item:nth-child(2) {
  left: 98%;
  top: 115%;
}

#testimonials-slider-pager a.pager-item:nth-child(3) {
  left: -41%;
  top: 95%;
}

#testimonials-slider-pager a.pager-item:nth-child(4) {
  left: -96px;
  top: 60%;
}

/*#testimonials-slider-pager a.pager-item:nth-child(5) {
    left: 11%;
    top: 18%;
}*/
#testimonials-slider-pager a.pager-item:nth-child(5) {
  left: -30%;
  top: 8%;
}

#testimonials-slider-pager a.pager-item:nth-child(6) {
  left: 110%;
  top: 9%;
}

.testimonials-slider .bx-wrapper .bx-controls-direction {
  margin-top: 20px;
  width: calc(100% - 90px);
}

@media (min-width: 1150px) and (max-width: 1915px) {
  #testimonials-slider-pager a.pager-item:nth-child(1) {
    left: 95%;
    top: 10%;
  }

  #testimonials-slider-pager a.pager-item:nth-child(3) {
    left: 5%;
    top: 99%;
  }

  #testimonials-slider-pager a.pager-item:nth-child(4) {
    left: -50px;
    top: 60%;
  }

  #testimonials-slider-pager a.pager-item:nth-child(5) {
    left: 0;
    top: 8%;
  }

  #testimonials-slider-pager a.pager-item:nth-child(6) {
    left: 100%;
    top: 65%;
  }
}

@media (max-width: 1680px) {
  .welcome-area {
    margin: 10% 0;
  }
}

@media (max-width: 1440px) {
  .welcome-area {
    margin: 18% 0 10% 0;
  }
  .home-two .welcome-text h1 {
    font-size: 48px;
  }
  .welcome-text p {
    padding-right: 15%;
  }
}

@media (max-width: 1366px) {
  .welcome-area .right-image img {
    width: 50%;
  }
}

@media (max-width: 1200px) {
  .team-slider .team_common .member_info {
    right: -25px !important;
    width: 250px !important;
  }
}

@media (max-width: 991px) {
  .welcome-text,
  .welcome-text h1 {
  }

  .vision-dots .dot {
    padding: 35px 30px;
  }
}

@media (max-width: 781px) {
  .vision-dots .dot {
    padding: 35px 14px;
  }

  .vision-dots .dot h4 {
    font-size: 12px;
  }

  .welcome-text {
    padding: 0 !important;
  }

  .tab_content,
  .tab_images {
    width: 100%;
    padding: 0;
  }

  .about-mockup {
    text-align: center;
  }

  .about-mockup img {
    width: 80%;
    margin-bottom: 15px;
  }
  .testimonials-slider .bx-wrapper .bx-controls-direction {
    width: 100%;
  }
  .testimonials-slider .bx-wrapper .bx-controls-direction,
  .member_info {
    width: 100% !important;
  }
}

@media (max-width: 581px) {
  .welcome-text,
  .welcome-text h1 {
  }

  .welcome-area .right-image img {
    display: none;
  }

  .vision-dots .dot {
    padding: 35px 0px;
  }

  .vision-dots .dot i {
    font-size: 28px;
  }

  .vision-dots .dot h4 {
    font-size: 14px;
  }

  .tab_images {
    display: none;
  }

  .tab_content {
    width: 100%;
  }

  .vision-dots .dot {
    display: none;
  }

  .tab_content {
    padding: 0;
  }

  .client-area {
    padding-bottom: 50px;
    margin-top: 0;
  }
}

@media (min-width: 991px) and (max-width: 1150px) {
  #testimonials-slider-pager a.pager-item:nth-child(1) {
    left: 80%;
    top: 70%;
  }

  #testimonials-slider-pager a.pager-item:nth-child(2) {
    left: 95%;
    top: 115%;
  }

  #testimonials-slider-pager a.pager-item:nth-child(3) {
    left: 8%;
    top: 108%;
  }

  #testimonials-slider-pager a.pager-item:nth-child(4) {
    left: -2%;
    top: 55%;
  }

  #testimonials-slider-pager a.pager-item:nth-child(5) {
    left: 4%;
    top: 0%;
  }

  #testimonials-slider-pager a.pager-item:nth-child(6) {
    left: 90%;
    top: -5%;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  #testimonials-slider-pager a.pager-item:nth-child(1) {
    left: 80%;
    top: 70%;
  }

  #testimonials-slider-pager a.pager-item:nth-child(2) {
    left: 92%;
    top: 115%;
  }

  #testimonials-slider-pager a.pager-item:nth-child(3) {
    left: 8%;
    top: 108%;
  }

  #testimonials-slider-pager a.pager-item:nth-child(4) {
    left: -2%;
    top: 55%;
  }

  #testimonials-slider-pager a.pager-item:nth-child(5) {
    left: 4%;
    top: 0%;
  }

  #testimonials-slider-pager a.pager-item:nth-child(6) {
    left: 90%;
    top: -5%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .single-testimonials .author-image {
    width: 350px;
  }

  .testmonial-style-two {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .single-testimonials .author-image,
  .single-testimonials .author-content {
    display: inherit;
    text-align: center;
    vertical-align: inherit;
  }

  .single-testimonials .author-image {
    margin-bottom: 20px;
    width: auto;
  }

  .testmonial-style-two {
    padding: 0;
  }
}

@media only screen and (max-width: 500px) {
  .single-service-widget {
    padding: 15px 10px;
  }

  .team-slider .team_common .member_info {
    position: relative !important;
  }

  .team-slider .team_common .member_img {
    max-width: 100% !important;
  }

  .post-item-content .post-date {
    float: right;
    margin-top: -45px;
  }

  .post-item-content span {
    right: 0;
    margin-top: -12px;
    position: absolute;
  }

  .welcome-area {
    margin-top: 35% !important;
  }

  .welcome-text h1 {
    font-size: 20px;
  }

  .single_price {
    margin-bottom: 30px;
  }
}

.contact_details {
  margin: 35px 0;
}

.single-service-widget {
  margin: 30px 0;
}

.single-service-widget .media-left {
  padding-right: 30px;
}

.single-service-widget i {
  font-size: 50px;
  padding-right: 30px;
  line-height: 45px;
}

.contact_details h5 {
  font-size: 16px;
}

.single-service-widget p {
  color: #999;
}

.single-service-widget h2 {
  margin-top: 0;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}

.single-service-widget:hover .pulse-shrink {
  -webkit-animation-name: pulse-shrink;
  animation-name: pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.features-block .media-left i {
  color: #3e59ff;
  line-height: 80px;
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  padding: 0;
  font-size: 40px;
  margin: 5px;
}

.features-block .media-body {
  margin-left: 15px;
}

@-webkit-keyframes pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.pulse-shrink {
  display: inline-block;
}

.about-content h3 {
  width: 60%;
}

.about-content .single_goal {
  padding: 22px 0 22px 110px;
}

.about-content .single_goal:first-child {
  padding-top: 0;
}

.about-content .single_goal::before {
  background: #efefef none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  width: 345px;
}

.about-content .single_goal:last-child:before {
  display: none;
}

.about-content .single_goal > i {
  color: #3e59ff;
  display: inline-block;
  font-size: 72px;
  left: 0;
  line-height: 72px;
  position: absolute;
}

.about-content .single_goal:first-child > i {
  top: -8px;
}

.single_goal h5 {
  text-transform: uppercase;
}

.home3_top_area .big_square {
  background: #e9edf299;
  border-radius: 70px;
  height: 420px;
  position: absolute;
  right: -240px;
  top: -40px;
  width: 620px;
  z-index: 0;
  -webkit-transform: rotate(27deg);
  -ms-transform: rotate(27deg);
  -o-transform: rotate(27deg);
  transform: rotate(27deg);
}

.home3_top_area .big_square2 {
  background: #e9edf299;
  border-radius: 70px;
  height: 420px;
  position: absolute;
  left: -345px;
  bottom: 20px;
  width: 620px;
  z-index: 0;
  -webkit-transform: rotate(27deg);
  -ms-transform: rotate(27deg);
  -o-transform: rotate(27deg);
  transform: rotate(27deg);
}

.hero3_text {
  margin-top: 15%;
}

/*partner*/

.partner {
  text-align: center;
}

.partner .list-inline-item:not(:last-child) {
  margin-right: 0;
}

.partner li {
  width: 19%;
  text-align: center;
  margin-bottom: 50px;
}

.partner > li img {
  transition: all 0.3s ease;
}

.partner > li:hover img {
  transform: scale(1.1);
}

@media (max-width: 1366px) {
  .padding-top {
    padding-top: 20px;
  }
}

@media (max-width: 1400px) {
  .home3_top_area .welcome-text img {
    max-width: 600px;
  }
}

.home3_top_area .triangle1 {
  width: 30px;
  height: 30px;
  display: block;
  background-size: contain;
  background-color: #8385e6;
  border-radius: 5px;
  right: 5%;
  z-index: 9999;
  margin-top: 10%;
  position: absolute;
  top: 30%;
}

.home3_top_area .triangle2 {
  width: 30px;
  height: 30px;
  display: block;
  background-size: contain;
  background-color: #8385e6;
  border-radius: 5px;
  left: 5%;
  margin-top: 10%;
  position: absolute;
  top: 30%;
}

.pricing-area .triangle1 {
  width: 30px;
  height: 30px;
  display: block;
  background-size: contain;
  background-color: #8385e6;
  border-radius: 5px;
  right: 5%;
  z-index: 9999;
  margin-top: 10%;
  position: absolute;
  top: 30%;
}

.pricing-area .triangle2 {
  width: 30px;
  height: 30px;
  display: block;
  background-size: contain;
  background-color: #8385e6;
  border-radius: 5px;
  left: 5%;
  margin-top: 10%;
  position: absolute;
  top: 30%;
}

.features-top-area .triangle3 {
  width: 30px;
  height: 30px;
  display: block;
  background-size: contain;
  background-color: #8385e6;
  border-radius: 5px;
  left: 5%;
  margin-top: 10%;
  position: absolute;
}

.features-top-area .triangle4 {
  width: 20px;
  height: 20px;
  display: block;
  background-size: contain;
  background-color: #8385e6;
  border-radius: 5px;
  right: 5%;
  position: absolute;
  bottom: -80%;
}

.pricing-area .triangle5 {
  width: 20px;
  height: 20px;
  display: block;
  background-size: contain;
  background-color: #8385e6;
  border-radius: 5px;
  right: 5%;
  position: absolute;
  margin-top: 30%;
}

.pricing-area .triangle6 {
  width: 30px;
  height: 30px;
  display: block;
  background-size: contain;
  background-color: #8385e6;
  border-radius: 5px;
  left: 5%;
  margin-top: 10%;
  position: absolute;
}

.floating-ball-2 {
  animation-name: floating-ball-model-2;
  animation-duration: 24s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: floating-ball-model-2;
  -webkit-animation-duration: 24s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: floating-ball-model-2;
  -moz-animation-duration: 24s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: floating-ball-model-2;
  -ms-animation-duration: 24s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: floating-ball-model-2;
  -o-animation-duration: 24s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;

  position: absolute;
  right: 35%;
  top: 20%;
  z-index: 1;
  width: 48px;
  height: 49px;
  background: url(assets/img/5.png) center center no-repeat;
}

@keyframes floating-ball-model-2 {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes floating-ball-model-2 {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes floating-ball-model-2 {
  from {
    -moz-transform: rotate(0deg);
  }

  to {
    -moz-transform: rotate(360deg);
  }
}

@-o-keyframes floating-ball-model-2 {
  from {
    -o-transform: rotate(0deg);
  }

  to {
    -o-transform: rotate(360deg);
  }
}

.floating-ball-3 {
  animation-name: floating-ball-model-3;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: floating-ball-model-3;
  -webkit-animation-duration: 7s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: floating-ball-model-3;
  -moz-animation-duration: 7s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: floating-ball-model-3;
  -ms-animation-duration: 7s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: floating-ball-model-3;
  -o-animation-duration: 7s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
  position: absolute;
  left: 100px;
  top: 35px;
  z-index: 1;
  width: 48px;
  height: 49px;
  background: url(assets/img/5.png) center center no-repeat;
}

@keyframes floating-ball-model-3 {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes floating-ball-model-3 {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes floating-ball-model-3 {
  from {
    -moz-transform: rotate(0deg);
  }

  to {
    -moz-transform: rotate(360deg);
  }
}

@-o-keyframes floating-ball-model-3 {
  from {
    -o-transform: rotate(0deg);
  }

  to {
    -o-transform: rotate(360deg);
  }
}

.dot1 {
  width: 20px;
  height: 20px;
  background-color: rgb(61, 96, 244);
  position: absolute;
  left: 30px;
  top: 30px;
  border-radius: 50%;
}

.dot2 {
  width: 30px;
  height: 30px;
  background-color: rgba(118, 206, 158, 0.58);
  position: absolute;
  left: 25px;
  top: 25px;
  border-radius: 50%;
}

.dot3 {
  width: 66px;
  height: 66px;
  background-color: rgba(118, 206, 158, 0.22);
  position: absolute;
  left: 8px;
  top: 8px;
  border-radius: 50%;
}

.home3_top_area .delay-01 {
  animation-delay: 0;
}

.home3_top_area .delay-02 {
  animation-delay: 0.4s;
}

.home3_top_area .delay-03 {
  animation-delay: 0.8s;
}

@keyframes pulse {
  0% {
    transform: scale(0);
    opacity: 1;
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.home3_top_area .pulse {
  animation: pulse 2s ease-out both;
  animation-iteration-count: infinite;
  left: 25%;
  top: 35%;
}
.navbar-header {
  width: 15%;
}
.navbar-header img {
  width: 100%;
}
/********************* Pricing Table Style-7 ************************/
.pos_relative {
  position: relative;
}

.overlay2,
.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.radius_50 {
  border-radius: 50px;
}

.recent_propertes_section .single_recent_properte .properte_img::before,
.accordion_style4 .card .title:before,
.property_search ul.search-ul li button i,
.stuck_menu .menuzord-menu > li > a:before,
.team_section .single_member::before,
.team_section .single_member::after,
.header_v1 .topbar_left li a,
.header_v1 .topbar_right li.request a,
.header_v1 .topbar_right li i,
footer .single_widget .snd_msg button,
.header_v1 .stuck_menu .menuzord-menu > li > a,
.header_v2 .stuck_menu2 .search_btn_area li,
.header_v3 .stuck_menu .search_btn_area li,
.stuck_menu .megamenu .col3 li a::before,
.footer_widget4 .contact_area form > button,
.footer_widget6 .contact_area form > button,
.footer_widget14 .contact_area form > button,
.header_v9 .stuck_menu .menuzord-menu > li::before,
.stuck_menu .menuzord-menu ul.dropdown li a,
.header_v9 .stuck_menu .search_btn_area li,
footer .single_widget .newsletter button,
.header_v11 .topbar_right .sdropdown,
.cta8 .cta_content .cta_button:after,
.welcome3 .intro_common,
.welcome5 .intro_common .intro_text h5:before,
.welcome4 .intro_common span i,
.welcome3 .intro_common span i,
.welcome3 .intro_common .intro_text p,
.welcome1 .intro_common span,
.welcome2 .intro_common span,
.welcome1 .intro_common span i,
.welcome2 .intro_common span i,
.welcome6 .intro_common,
.welcome6 .intro_common:before,
.welcome7 .intro_common span:after,
.welcome11 .intro_common span.d_block:before,
.welcome11 .intro_common span.d_block:after,
.welcome14 .intro_common span.d_block:before,
.welcome21 .intro_common span.d_inline:before,
.welcome21 .intro_common span.d_inline:after,
.welcome22 .intro_common:after,
.welcome23 .intro_common span i,
.welcome26 .intro_common span:after,
.welcome30 .intro_common span.d_block::before,
.welcome30 .intro_common span.d_block::after,
.welcome38 .intro_common:before,
.tab_style3 .nav > li > a i,
.tab_style5 .nav > li > a:before,
.tab_style6 .nav > li,
.tab_style7 .nav > li > a i,
.tab_style8 .nav > li > a:before,
.tab_style8 .nav > li > a i,
.tab_style9 .nav > li > a:before,
.testimonial_style2 .owl-next,
.testimonial_style2 .owl-prev,
.testimonial_style5 .single_testimonial:after,
.testimonial_style6 .author_comment::before,
.testimonial_style8 .owl-prev,
.testimonial_style8 .owl-next,
.testimonial-image-slider .slick-arrow,
.header_v11 .topbar_right .search_icon > li,
.header_17 .stuck_menu .menuzord-menu > li > a,
.accordion_style3 .card .title i,
.cta10 .cta_content .cta_button i,
.cta11 .cta_content .cta_button i,
.header_v12 .special_content li i,
.header_17 .search_btn_area li i,
.header_v13 .search_icon li i,
.header_v5 .topbar_dropdown,
.header_v8 .cart_icon > li,
#search_icon .search_area,
.all_shopping,
.transition_3s,
a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pricingTbl_common .single_tbl .tbl_btn {
  display: inline-block;
  height: 46px;
  line-height: 47px;
  margin-top: 45px;
  width: 180px;
  text-transform: uppercase;
  position: relative;
}

.pricingTbl7 .single_tbl {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.21);
  padding-bottom: 40px;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pricingTbl7 .single_tbl:hover {
  background-color: #015dc7;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#015dc7),
    to(#a200ff)
  );
  background-image: -webkit-linear-gradient(left, #015dc7, #a200ff);
  background-image: -moz-linear-gradient(left, #015dc7, #a200ff);
  background-image: -ms-linear-gradient(left, #015dc7, #a200ff);
  background-image: -o-linear-gradient(left, #015dc7, #a200ff);
  background-image: linear-gradient(left, #015dc7, #a200ff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#015dc7', endColorStr='#a200ff', gradientType='1');
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pricingTbl7 .single_tbl:hover ul li,
.pricingTbl7 .single_tbl:hover h3,
.pricingTbl7 .single_tbl:hover h5 {
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pricingTbl7 .tbl_header .plan_type {
  color: #2a2a2a;
  font-size: 45px;
}

.pricingTbl7 .tbl_header {
  overflow: hidden;
  padding: 30px 30px 32px 30px;
}

.pricingTbl7 .tbl_header .overlay {
  background: #f4f4f4 none repeat scroll 0 0;
  height: 200px;
  left: -25px;
  top: -35px;
  transform: rotate(-6deg);
  width: 130%;
  z-index: -1;
}

.pricingTbl7 .tbl_header .plan_duration {
  color: #4e4e4e;
  display: inline-block;
  font-size: 16px;
}

.pricingTbl7 .tbl_header .price {
  color: #00b4b2;
  font-size: 45px;
}

.pricingTbl7 .tbl_header .details {
  color: #636363;
  font-size: 16px;
}

.pricingTbl7 .single_tbl .tbl_body {
  border-bottom: 1px solid #f6f6f6;
  border-top: 1px solid #f6f6f6;
  padding: 28px 20px 28px 30px;
}

.pricingTbl7 .single_tbl .tbl_body li {
  color: #636363;
  line-height: 37px;
  position: relative;
  list-style: none;
}

.pricingTbl7 .single_tbl .tbl_body li i {
  display: inline-block;
  font-size: 25px;
  left: 0;
  line-height: 40px;
  position: absolute;
  top: -1px;
  color: #3a4bd0;
}

.fa-times-circle-o {
  color: red !important;
}

.single_tbl a {
  margin: 15px 0;
}

.tbl_body ul {
  padding: 0;
}

.pricingTbl7 .single_tbl .tbl_body li i.ion-android-close {
  font-size: 20px;
  top: 10px;
  color: #f04e4e;
}

.pricingTbl7 .single_tbl .tbl_btn {
  border: 1px solid #ff7467;
  color: #ff7467;
  display: block;
  margin: 29px auto 0;
  text-align: center;
  text-transform: uppercase;
}

.pricingTbl7 .single_tbl .tbl_btn:hover {
  background: #f9f9f9;
  color: #ff7467;
}

.pricingTbl7 .single_tbl.tbl1 .tbl_header {
  border-radius: 20px 0 0;
}

.pricingTbl7 .single_tbl.tbl1 {
  border-radius: 20px 0 0 20px;
}

.pricingTbl7 .row .col-lg-3 {
  padding: 0;
}

.pricingTbl7 .single_tbl.tbl4 .tbl_header,
.pricingTbl7 .single_tbl.tbl4 {
  border-radius: 0 20px 20px 0;
}

.pricingTbl7 .single_tbl.tbl3 .tbl_header {
  border-radius: 20px 20px 0 0;
  padding-top: 60px;
}

.pricingTbl7 .single_tbl.tbl3 .tbl_header .overlay {
  height: 205px;
  top: -41px;
  background: #ff7467 none repeat scroll 0 0;
}

.pricingTbl7 .single_tbl.tbl3 .tbl_header .plan_duration,
.pricingTbl7 .single_tbl.tbl3 .tbl_header .plan_type {
  color: #fff;
}

.pricingTbl7 .single_tbl.tbl3 {
  padding-bottom: 65px;
}

.pricingTbl7 .single_tbl.tbl3 {
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  padding-bottom: 65px;
  -webit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
}

/*----------Team Style----------*/
.team_common .member_info > a {
  color: #222;
  font-size: 17px;
  line-height: 26px;
}

.team_common .member_info span {
  color: #363636;
  font-size: 13px;
}

.team_common .member_img img {
  width: 100%;
}

.team-slider .team_common .member_img {
  max-width: 270px;
}
.team-slider .owl-item {
  padding-bottom: 0;
}
.team-slider .team_common .member_info {
  background: #fff;
  box-shadow: 0 1px 10px rgba(45, 45, 45, 0.08);
  padding: 40px 30px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 295px;
}

.team-slider .team_common:hover .member_info {
  background-color: #015dc7;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#015dc7),
    to(#a200ff)
  );
  background-image: -webkit-linear-gradient(left, #015dc7, #a200ff);
  background-image: -moz-linear-gradient(left, #015dc7, #a200ff);
  background-image: -ms-linear-gradient(left, #015dc7, #a200ff);
  background-image: -o-linear-gradient(left, #015dc7, #a200ff);
  background-image: linear-gradient(left, #015dc7, #a200ff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#015dc7', endColorStr='#a200ff', gradientType='1');
}

.team-slider .member_info a.mobile_number {
  color: #0fba97;
  font-size: 14px;
}

.team-slider .member_info .line {
  background: #0fba97;
  margin-bottom: 12px;
  margin-top: 12px;
  width: 30px;
  height: 1px;
  position: absolute;
}

.team-slider .member_info .social_contact {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.team-slider .member_info .social_contact li {
  list-style: none;
}

.team-slider .member_info .social_contact a {
  color: #606060;
  display: block;
  height: 30px;
  text-align: center;
  width: 30px;
}

.team-slider .team_common:hover .member_info span,
.team-slider .team_common:hover .member_info a {
  color: #fff;
}

.team-slider .team_common:hover .member_info a:hover {
  color: #171718;
}

.team-slider .team_common:hover .member_info .line {
  background: #fff;
}

.team-slider .owl-nav {
  margin-top: 20px;
  text-align: center;
}

.team-slider .owl-prev,
.team-slider .owl-next {
  display: inline-block;
  font-size: 20px;
  height: 30px;
  padding: 3px;
  text-align: center;
  width: 30px;
  margin: 0 5px;
}

.team-slider .owl-prev:hover,
.team-slider .owl-next:hover {
  background: #0fba97;
  color: #fff;
  border-radius: 3px;
}

/******************************************************/
CSS for Contact Form

/******************************************************/
form {
  width: 58.3333333333%;
  margin: 0 auto;
}

form .field {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}

form .field label {
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
  background: #313a3d;
  width: 100%;
  padding: 18px 0;
  font-size: 1.45em;
  letter-spacing: 0.075em;
  -webkit-transition: all 333ms ease-in-out;
  -moz-transition: all 333ms ease-in-out;
  -o-transition: all 333ms ease-in-out;
  -ms-transition: all 333ms ease-in-out;
  transition: all 333ms ease-in-out;
}

form .field label + span {
  font-family: "SSStandard";
  opacity: 0;
  color: white;
  display: block;
  position: absolute;
  top: 12px;
  left: 7%;
  font-size: 2.5em;
  text-shadow: 1px 2px 0 #cd6302;
  -webkit-transition: all 333ms ease-in-out;
  -moz-transition: all 333ms ease-in-out;
  -o-transition: all 333ms ease-in-out;
  -ms-transition: all 333ms ease-in-out;
  transition: all 333ms ease-in-out;
}

form .field input[type="text"],
form .field textarea {
  border: none;
  background: #e8e9ea;
  width: 80.5%;
  margin: 0;
  padding: 18px 0;
  padding-left: 19.5%;
  color: #313a3d;
  font-size: 1.4em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

form .field input[type="text"]#msg,
form .field textarea#msg {
  height: 18px;
  resize: none;
  -webkit-transition: all 333ms ease-in-out;
  -moz-transition: all 333ms ease-in-out;
  -o-transition: all 333ms ease-in-out;
  -ms-transition: all 333ms ease-in-out;
  transition: all 333ms ease-in-out;
}

form .field input[type="text"]:focus,
form .field input[type="text"].focused,
form .field textarea:focus,
form .field textarea.focused {
  outline: none;
}

form .field input[type="text"]:focus#msg,
form .field input[type="text"].focused#msg,
form .field textarea:focus#msg,
form .field textarea.focused#msg {
  padding-bottom: 150px;
}

form .field input[type="text"]:focus + label,
form .field input[type="text"].focused + label,
form .field textarea:focus + label,
form .field textarea.focused + label {
  width: 18%;
  background: #fd9638;
  color: #313a3d;
}

form .field input[type="text"].focused + label,
form .field textarea.focused + label {
  color: #fd9638;
}

form .field:hover label {
  width: 18%;
  background: #313a3d;
  color: white;
}

form input[type="submit"] {
  background: #fd9638;
  color: white;
  -webkit-appearance: none;
  border: none;
  text-transform: uppercase;
  position: relative;
  padding: 13px 50px;
  font-size: 1.4em;
  letter-spacing: 0.1em;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  -webkit-transition: all 333ms ease-in-out;
  -moz-transition: all 333ms ease-in-out;
  -o-transition: all 333ms ease-in-out;
  -ms-transition: all 333ms ease-in-out;
  transition: all 333ms ease-in-out;
}

form input[type="submit"]:hover {
  background: #313a3d;
  color: #fd9638;
}

form input[type="submit"]:focus {
  outline: none;
  background: #cd6302;
}

/*
==============================================
tossing
==============================================
*/

.tossing {
  animation-name: tossing;
  -webkit-animation-name: tossing;

  animation-duration: 2.5s;
  -webkit-animation-duration: 2.5s;

  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes tossing {
  0% {
    transform: rotate(-4deg);
  }

  50% {
    transform: rotate(4deg);
  }

  100% {
    transform: rotate(-4deg);
  }
}

@-webkit-keyframes tossing {
  0% {
    -webkit-transform: rotate(-4deg);
  }

  50% {
    -webkit-transform: rotate(4deg);
  }

  100% {
    -webkit-transform: rotate(-4deg);
  }
}

/*
==============================================
floating
==============================================
*/

.floating {
  animation-name: floating;
  -webkit-animation-name: floating;

  animation-duration: 5.5s;
  -webkit-animation-duration: 5.5s;

  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes floating {
  0% {
    transform: translateY(0%);
  }

  50% {
    transform: translateY(80%);
  }

  100% {
    transform: translateY(0%);
  }
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
  }

  50% {
    -webkit-transform: translateY(80%);
  }

  100% {
    -webkit-transform: translateY(0%);
  }
}
/*--------------------
    1. BASE CSS
----------------------*/

@import url('https://fonts.googleapis.com/css?family=Montserrat|Poppins:300,400,500,600,700');

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a {
    color: #404873;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a:hover {
    color: #4e73df;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: 0;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 15px;
    color: #334D88;
}

.alt-font {
    font-family: "Montserrat", sans-serif;
}

/*h1 { font-size: 2em; margin: .67em 0 }
h2 { font-size: 1.5em; margin: .75em 0 }
h3 { font-size: 1.17em; margin: .83em 0 }
h5 { font-size: .83em; margin: 1.5em 0 }
h6 { font-size: .75em; margin: 1.67em 0 }*/

html,
body {
    height: 100%
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: #8090b5;
    background: #FEFEFF;
}

.alt-font {
    font-family: "Montserrat", sans-serif;
}

/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

/*----------------------
    ALIGN
-----------------------*/

.left,
.right,
.center {
    position: relative;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

/*------------------------
    TEXT
--------------------------*/

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.capitalize {
    text-transform: capitalize;
}

.font12 {
    font-size: 12px;
}

.font14 {
    font-size: 14px;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 16px;
}

.font20 {
    font-size: 20px;
}

.font22 {
    font-size: 22px;
}

.font24 {
    font-size: 24px;
}

.font26 {
    font-size: 26px;
}

.font28 {
    font-size: 28px;
}

.font32 {
    font-size: 32px;
}

.font30 {
    font-size: 30px;
}

.font36 {
    font-size: 36px;
}

.font38 {
    font-size: 38px;
}

.font48 {
    font-size: 48px;
}

.font42 {
    font-size: 42px;
}

.font48 {
    font-size: 48px;
}

.font50 {
    font-size: 50px;
}

.font52 {
    font-size: 52px;
}

.font60 {
    font-size: 60px;
}

.font80 {
    font-size: 80px;
}

.font120 {
    font-size: 120px
}

.font140 {
    font-size: 140px
}

/*------------------------------
    RESPONSIVE
-------------------------------*/

@media only screen and (min-width: 1200px) {
    .lg-center {
        text-align: center;
    }
    .lg-left {
        text-align: left;
    }
    .lg-right {
        text-align: right;
    }

    .lg-font12 {
        font-size: 12px;
    }
    .lg-font14 {
        font-size: 14px;
    }
    .lg-font16 {
        font-size: 16px;
    }
    .lg-font18 {
        font-size: 16px;
    }
    .lg-font20 {
        font-size: 20px;
    }
    .lg-font22 {
        font-size: 22px;
    }
    .lg-font24 {
        font-size: 24px;
    }
    .lg-font26 {
        font-size: 26px;
    }
    .lg-font28 {
        font-size: 28px;
    }
    .lg-font32 {
        font-size: 32px;
    }
    .lg-font30 {
        font-size: 30px;
    }
    .lg-font36 {
        font-size: 36px;
    }
    .lg-font38 {
        font-size: 38px;
    }
    .lg-font48 {
        font-size: 48px;
    }
    .lg-font42 {
        font-size: 42px;
    }
    .lg-font48 {
        font-size: 48px;
    }
    .lg-font50 {
        font-size: 50px;
    }
    .lg-font52 {
        font-size: 52px;
    }
    .lg-font60 {
        font-size: 60px;
    }
    .lg-font80 {
        font-size: 80px;
    }
    .lg-font120 {
        font-size: 120px
    }
    .lg-font140 {
        font-size: 140px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .md-center {
        text-align: center;
    }
    .md-left {
        text-align: left;
    }
    .md-right {
        text-align: right;
    }

    .md-font12 {
        font-size: 12px;
    }
    .md-font14 {
        font-size: 14px;
    }
    .md-font16 {
        font-size: 16px;
    }
    .md-font18 {
        font-size: 16px;
    }
    .md-font20 {
        font-size: 20px;
    }
    .md-font22 {
        font-size: 22px;
    }
    .md-font24 {
        font-size: 24px;
    }
    .md-font26 {
        font-size: 26px;
    }
    .md-font28 {
        font-size: 28px;
    }
    .md-font32 {
        font-size: 32px;
    }
    .md-font30 {
        font-size: 30px;
    }
    .md-font36 {
        font-size: 36px;
    }
    .md-font38 {
        font-size: 38px;
    }
    .md-font48 {
        font-size: 48px;
    }
    .md-font42 {
        font-size: 42px;
    }
    .md-font48 {
        font-size: 48px;
    }
    .md-font50 {
        font-size: 50px;
    }
    .md-font52 {
        font-size: 52px;
    }
    .md-font60 {
        font-size: 60px;
    }
    .md-font80 {
        font-size: 80px;
    }
    .md-font120 {
        font-size: 120px
    }
    .md-font140 {
        font-size: 140px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .sm-center {
        text-align: center;
    }
    .sm-left {
        text-align: left;
    }
    .sm-right {
        text-align: right;
    }

    .sm-font12 {
        font-size: 12px;
    }
    .sm-font14 {
        font-size: 14px;
    }
    .sm-font16 {
        font-size: 16px;
    }
    .sm-font18 {
        font-size: 16px;
    }
    .sm-font20 {
        font-size: 20px;
    }
    .sm-font22 {
        font-size: 22px;
    }
    .sm-font24 {
        font-size: 24px;
    }
    .sm-font26 {
        font-size: 26px;
    }
    .sm-font28 {
        font-size: 28px;
    }
    .sm-font32 {
        font-size: 32px;
    }
    .sm-font30 {
        font-size: 30px;
    }
    .sm-font36 {
        font-size: 36px;
    }
    .sm-font38 {
        font-size: 38px;
    }
    .sm-font48 {
        font-size: 48px;
    }
    .sm-font42 {
        font-size: 42px;
    }
    .sm-font48 {
        font-size: 48px;
    }
    .sm-font50 {
        font-size: 50px;
    }
    .sm-font52 {
        font-size: 52px;
    }
    .sm-font60 {
        font-size: 60px;
    }
    .sm-font80 {
        font-size: 80px;
    }
    .sm-font120 {
        font-size: 120px
    }
    .sm-font140 {
        font-size: 140px
    }
}

@media only screen and (max-width: 767px) {
    .xs-center {
        text-align: center;
    }
    .xs-left {
        text-align: left;
    }
    .xs-right {
        text-align: right;
    }

    .xs-font12 {
        font-size: 12px;
    }
    .xs-font14 {
        font-size: 14px;
    }
    .xs-font16 {
        font-size: 16px;
    }
    .xs-font18 {
        font-size: 16px;
    }
    .xs-font20 {
        font-size: 20px;
    }
    .xs-font22 {
        font-size: 22px;
    }
    .xs-font24 {
        font-size: 24px;
    }
    .xs-font26 {
        font-size: 26px;
    }
    .xs-font28 {
        font-size: 28px;
    }
    .xs-font32 {
        font-size: 32px;
    }
    .xs-font30 {
        font-size: 30px;
    }
    .xs-font36 {
        font-size: 36px;
    }
    .xs-font38 {
        font-size: 38px;
    }
    .xs-font48 {
        font-size: 48px;
    }
    .xs-font42 {
        font-size: 42px;
    }
    .xs-font48 {
        font-size: 48px;
    }
    .xs-font50 {
        font-size: 50px;
    }
    .xs-font52 {
        font-size: 52px;
    }
    .xs-font60 {
        font-size: 60px;
    }
    .xs-font80 {
        font-size: 80px;
    }
    .xs-font120 {
        font-size: 120px
    }
    .xs-font140 {
        font-size: 140px
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

    .xsl-center {
        text-align: center;
    }
    .xsl-left {
        text-align: left;
    }
    .xsl-right {
        text-align: right;
    }

    .xsl-font12 {
        font-size: 12px;
    }
    .xsl-font14 {
        font-size: 14px;
    }
    .xsl-font16 {
        font-size: 16px;
    }
    .xsl-font18 {
        font-size: 16px;
    }
    .xsl-font20 {
        font-size: 20px;
    }
    .xsl-font22 {
        font-size: 22px;
    }
    .xsl-font24 {
        font-size: 24px;
    }
    .xsl-font26 {
        font-size: 26px;
    }
    .xsl-font28 {
        font-size: 28px;
    }
    .xsl-font32 {
        font-size: 32px;
    }
    .xsl-font30 {
        font-size: 30px;
    }
    .xsl-font36 {
        font-size: 36px;
    }
    .xsl-font38 {
        font-size: 38px;
    }
    .xsl-font48 {
        font-size: 48px;
    }
    .xsl-font42 {
        font-size: 42px;
    }
    .xsl-font48 {
        font-size: 48px;
    }
    .xsl-font50 {
        font-size: 50px;
    }
    .xsl-font52 {
        font-size: 52px;
    }
    .xsl-font60 {
        font-size: 60px;
    }
    .xsl-font80 {
        font-size: 80px;
    }
    .xsl-font120 {
        font-size: 120px
    }
    .xsl-font140 {
        font-size: 140px
    }

}
a.contact_email{
    font-weight: 600;
}
a.contact_email:hover{
    color:#4e73df !important;
}
