@charset "UTF-8";
#start-resizable-editor-section {
  display: none;
}
.wp-block-audio {
  margin: 0 0 1em;
}
.wp-block-audio figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.wp-block-audio audio {
  width: 100%;
  min-width: 300px;
}
.wp-block-button__link {
  color: #fff;
  background-color: #32373c;
  border-radius: 9999px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-size: 1.125em;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  box-sizing: border-box;
}
.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:visited {
  color: #fff;
}
.wp-block-button__link.aligncenter {
  text-align: center;
}
.wp-block-button__link.alignright {
  text-align: right;
}
.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% - 0.5em);
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
  width: calc(50% - 0.5em);
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-75 {
  width: calc(75% - 0.5em);
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-100 {
  width: calc(100% - 0.5em);
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-100:only-child {
  margin-right: 0;
  width: 100%;
}
@supports (column-gap: 0.5em) {
  .wp-block-buttons.is-content-justification-right
    > .wp-block-button.wp-block-button,
  .wp-block-buttons > .wp-block-button.wp-block-button {
    margin-right: 0;
    margin-left: 0;
  }
  .wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
    width: calc(25% - 0.375em);
  }
  .wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
    width: calc(50% - 0.25em);
  }
  .wp-block-buttons > .wp-block-button.wp-block-button__width-75 {
    width: calc(75% - 0.125em);
  }
  .wp-block-buttons > .wp-block-button.wp-block-button__width-100 {
    width: auto;
    flex-basis: 100%;
  }
}
.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;
}
.is-style-outline > .wp-block-button__link,
.wp-block-button__link.is-style-outline {
  border: 2px solid;
  padding: 0.667em 1.333em;
}
.is-style-outline > .wp-block-button__link:not(.has-text-color),
.wp-block-button__link.is-style-outline:not(.has-text-color) {
  color: currentColor;
}
.is-style-outline > .wp-block-button__link:not(.has-background),
.wp-block-button__link.is-style-outline:not(.has-background) {
  background-color: transparent;
}
.wp-block-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 0.5em;
}
.wp-block-buttons.is-vertical {
  flex-direction: column;
}
.wp-block-buttons.is-vertical > .wp-block-button {
  margin-right: 0;
}
.wp-block-buttons.is-vertical > .wp-block-button:last-child {
  margin-bottom: 0;
}
.wp-block-buttons > .wp-block-button {
  display: inline-block;
  margin-left: 0;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}
.wp-block-buttons > .wp-block-button:last-child {
  margin-right: 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 > .wp-block-button {
  margin-left: 0.5em;
  margin-right: 0;
}
.wp-block-buttons.is-content-justification-right
  > .wp-block-button:first-child {
  margin-left: 0;
}
.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.alignleft .wp-block-button {
  margin-left: 0;
  margin-right: 0.5em;
}
.wp-block-buttons.alignleft .wp-block-button:last-child {
  margin-right: 0;
}
.wp-block-buttons.alignright .wp-block-button {
  margin-right: 0;
  margin-left: 0.5em;
}
.wp-block-buttons.alignright .wp-block-button:first-child {
  margin-left: 0;
}
.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;
  margin-bottom: 0.5em;
  width: 100%;
}
.wp-block-button.aligncenter,
.wp-block-calendar {
  text-align: center;
}
.wp-block-calendar tbody td,
.wp-block-calendar th {
  padding: 0.25em;
  border: 1px solid #ddd;
}
.wp-block-calendar tfoot td {
  border: none;
}
.wp-block-calendar table {
  width: 100%;
  border-collapse: collapse;
}
.wp-block-calendar table th {
  font-weight: 400;
  background: #ddd;
}
.wp-block-calendar a {
  text-decoration: underline;
}
.wp-block-calendar table caption,
.wp-block-calendar table tbody {
  color: #40464d;
}
.wp-block-categories.alignleft {
  margin-right: 2em;
}
.wp-block-categories.alignright {
  margin-left: 2em;
}
.wp-block-code code {
  display: block;
  white-space: pre-wrap;
  overflow-wrap: break-word;
}
.wp-block-columns {
  display: flex;
  margin-bottom: 1.75em;
  box-sizing: border-box;
  flex-wrap: wrap;
}
@media (min-width: 782px) {
  .wp-block-columns {
    flex-wrap: nowrap;
  }
}
.wp-block-columns.has-background {
  padding: 1.25em 2.375em;
}
.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;
}
.wp-block-column {
  flex-grow: 1;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}
@media (max-width: 599px) {
  .wp-block-column {
    flex-basis: 100% !important;
  }
}
@media (min-width: 600px) and (max-width: 781px) {
  .wp-block-column:not(:only-child) {
    flex-basis: calc(50% - 1em) !important;
    flex-grow: 0;
  }
  .wp-block-column:nth-child(2n) {
    margin-left: 2em;
  }
}
@media (min-width: 782px) {
  .wp-block-column {
    flex-basis: 0%;
    flex-grow: 1;
  }
  .wp-block-column[style*="flex-basis"] {
    flex-grow: 0;
  }
  .wp-block-column:not(:first-child) {
    margin-left: 2em;
  }
}
.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-cover,
.wp-block-cover-image {
  position: relative;
  background-size: cover;
  background-position: 50%;
  min-height: 430px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
  box-sizing: border-box;
}
.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
  background-attachment: fixed;
}
@supports (-webkit-overflow-scrolling: touch) {
  .wp-block-cover-image.has-parallax,
  .wp-block-cover.has-parallax {
    background-attachment: scroll;
  }
}
@media (prefers-reduced-motion: reduce) {
  .wp-block-cover-image.has-parallax,
  .wp-block-cover.has-parallax {
    background-attachment: scroll;
  }
}
.wp-block-cover-image.is-repeated,
.wp-block-cover.is-repeated {
  background-repeat: repeat;
  background-size: auto;
}
.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-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
  content: "";
  background-color: inherit;
}
.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover .wp-block-cover__gradient-background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: 0.5;
}
.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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-100:not(
    .has-background-gradient
  ):before {
  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 {
  display: block;
  content: "";
  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-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
  width: 100%;
  z-index: 1;
  color: #fff;
}
.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),
.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) {
  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-image img.wp-block-cover__image-background,
.wp-block-cover-image video.wp-block-cover__video-background,
.wp-block-cover img.wp-block-cover__image-background,
.wp-block-cover video.wp-block-cover__video-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
  object-fit: cover;
  outline: none;
  border: none;
  box-shadow: none;
}
.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-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
section.wp-block-cover-image > h2 {
  font-size: 2em;
  line-height: 1.25;
  z-index: 1;
  margin-bottom: 0;
  max-width: 840px;
  padding: 0.44em;
  text-align: center;
}
.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-width: 320px;
  min-height: 240px;
}
.wp-block-embed {
  margin: 0 0 1em;
}
.wp-block-embed figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.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 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  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.aligncenter {
  text-align: center;
}
.wp-block-file.alignright {
  text-align: right;
}
.wp-block-file .wp-block-file__embed {
  margin-bottom: 1em;
}
.wp-block-file .wp-block-file__button {
  background: #32373c;
  border-radius: 2em;
  color: #fff;
  font-size: 0.8em;
  padding: 0.5em 1em;
}
.wp-block-file a.wp-block-file__button {
  text-decoration: none;
}
.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:visited {
  box-shadow: none;
  color: #fff;
  opacity: 0.85;
  text-decoration: none;
}
.wp-block-file * + .wp-block-file__button {
  margin-left: 0.75em;
}
.blocks-gallery-grid,
.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  margin: 0 1em 1em 0;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  position: relative;
  align-self: flex-start;
  width: calc(50% - 1em);
}
.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
  margin-right: 0;
}
.blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure,
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
  margin: 0;
  height: 100%;
}
@supports (position: sticky) {
  .blocks-gallery-grid .blocks-gallery-image figure,
  .blocks-gallery-grid .blocks-gallery-item figure,
  .wp-block-gallery .blocks-gallery-image figure,
  .wp-block-gallery .blocks-gallery-item figure {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
  }
}
.blocks-gallery-grid .blocks-gallery-image img,
.blocks-gallery-grid .blocks-gallery-item img,
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
@supports (position: sticky) {
  .blocks-gallery-grid .blocks-gallery-image img,
  .blocks-gallery-grid .blocks-gallery-item img,
  .wp-block-gallery .blocks-gallery-image img,
  .wp-block-gallery .blocks-gallery-item img {
    width: auto;
  }
}
.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 3em 0.77em 0.7em;
  color: #fff;
  text-align: center;
  font-size: 0.8em;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0.3) 70%,
    transparent
  );
  box-sizing: border-box;
  margin: 0;
}
.blocks-gallery-grid .blocks-gallery-image figcaption img,
.blocks-gallery-grid .blocks-gallery-item figcaption img,
.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
  display: inline;
}
.blocks-gallery-grid figcaption,
.wp-block-gallery figcaption {
  flex-grow: 1;
}
.blocks-gallery-grid.is-cropped .blocks-gallery-image,
.blocks-gallery-grid.is-cropped .blocks-gallery-item,
.wp-block-gallery.is-cropped .blocks-gallery-image,
.wp-block-gallery.is-cropped .blocks-gallery-item {
  align-self: inherit;
}
.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
.blocks-gallery-grid.is-cropped .blocks-gallery-item img,
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
  width: 100%;
}
@supports (position: sticky) {
  .blocks-gallery-grid.is-cropped .blocks-gallery-image a,
  .blocks-gallery-grid.is-cropped .blocks-gallery-image img,
  .blocks-gallery-grid.is-cropped .blocks-gallery-item a,
  .blocks-gallery-grid.is-cropped .blocks-gallery-item img,
  .wp-block-gallery.is-cropped .blocks-gallery-image a,
  .wp-block-gallery.is-cropped .blocks-gallery-image img,
  .wp-block-gallery.is-cropped .blocks-gallery-item a,
  .wp-block-gallery.is-cropped .blocks-gallery-item img {
    height: 100%;
    flex: 1;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.blocks-gallery-grid.columns-1 .blocks-gallery-image,
.blocks-gallery-grid.columns-1 .blocks-gallery-item,
.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}
@media (min-width: 600px) {
  .blocks-gallery-grid.columns-3 .blocks-gallery-image,
  .blocks-gallery-grid.columns-3 .blocks-gallery-item,
  .wp-block-gallery.columns-3 .blocks-gallery-image,
  .wp-block-gallery.columns-3 .blocks-gallery-item {
    width: calc(33.33333% - 0.66667em);
    margin-right: 1em;
  }
  .blocks-gallery-grid.columns-4 .blocks-gallery-image,
  .blocks-gallery-grid.columns-4 .blocks-gallery-item,
  .wp-block-gallery.columns-4 .blocks-gallery-image,
  .wp-block-gallery.columns-4 .blocks-gallery-item {
    width: calc(25% - 0.75em);
    margin-right: 1em;
  }
  .blocks-gallery-grid.columns-5 .blocks-gallery-image,
  .blocks-gallery-grid.columns-5 .blocks-gallery-item,
  .wp-block-gallery.columns-5 .blocks-gallery-image,
  .wp-block-gallery.columns-5 .blocks-gallery-item {
    width: calc(20% - 0.8em);
    margin-right: 1em;
  }
  .blocks-gallery-grid.columns-6 .blocks-gallery-image,
  .blocks-gallery-grid.columns-6 .blocks-gallery-item,
  .wp-block-gallery.columns-6 .blocks-gallery-image,
  .wp-block-gallery.columns-6 .blocks-gallery-item {
    width: calc(16.66667% - 0.83333em);
    margin-right: 1em;
  }
  .blocks-gallery-grid.columns-7 .blocks-gallery-image,
  .blocks-gallery-grid.columns-7 .blocks-gallery-item,
  .wp-block-gallery.columns-7 .blocks-gallery-image,
  .wp-block-gallery.columns-7 .blocks-gallery-item {
    width: calc(14.28571% - 0.85714em);
    margin-right: 1em;
  }
  .blocks-gallery-grid.columns-8 .blocks-gallery-image,
  .blocks-gallery-grid.columns-8 .blocks-gallery-item,
  .wp-block-gallery.columns-8 .blocks-gallery-image,
  .wp-block-gallery.columns-8 .blocks-gallery-item {
    width: calc(12.5% - 0.875em);
    margin-right: 1em;
  }
  .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),
  .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),
  .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
  .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),
  .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
  .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),
  .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),
  .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),
  .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),
  .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),
  .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),
  .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),
  .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),
  .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),
  .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),
  .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),
  .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
  .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),
  .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
  .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
  .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
  .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
  .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
  .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
  .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
  .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
  .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
  .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
  .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
  .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
  .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
  .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0;
  }
}
.blocks-gallery-grid .blocks-gallery-image:last-child,
.blocks-gallery-grid .blocks-gallery-item:last-child,
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
  margin-right: 0;
}
.blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
  max-width: 420px;
  width: 100%;
}
.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,
.wp-block-gallery.aligncenter .blocks-gallery-item figure {
  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 {
  margin: 0 0 1em;
}
.wp-block-image img {
  max-width: 100%;
}
.wp-block-image:not(.is-style-rounded) img {
  border-radius: inherit;
}
.wp-block-image.aligncenter {
  text-align: center;
}
.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
  width: 100%;
}
.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 {
  display: table-caption;
  caption-side: bottom;
}
.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-top: 0.5em;
  margin-bottom: 1em;
}
.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 {
    -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-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    border-radius: 0;
  }
}
.wp-block-image figure {
  margin: 0;
}
ol.wp-block-latest-comments {
  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 {
  min-height: 2.25em;
  list-style: none;
}
.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.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;
  color: #555;
  font-size: 0.8125em;
}
.wp-block-latest-posts__post-excerpt {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.wp-block-latest-posts__featured-image a {
  display: inline-block;
}
.wp-block-latest-posts__featured-image img {
  height: auto;
  width: auto;
  max-width: 100%;
}
.wp-block-latest-posts__featured-image.alignleft {
  margin-right: 1em;
}
.wp-block-latest-posts__featured-image.alignright {
  margin-left: 1em;
}
.wp-block-latest-posts__featured-image.aligncenter {
  margin-bottom: 1em;
  text-align: center;
}
.block-editor-image-alignment-control__row .components-base-control__field {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.block-editor-image-alignment-control__row
  .components-base-control__field
  .components-base-control__label {
  margin-bottom: 0;
}
ol.has-background,
ul.has-background {
  padding: 1.25em 2.375em;
}
.wp-block-media-text {
  /*!rtl:begin:ignore*/
  direction: ltr; /*!rtl:end:ignore*/
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-template-rows: auto;
}
.wp-block-media-text.has-media-on-the-right {
  grid-template-columns: 1fr 50%;
}
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
  align-self: start;
}
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,
.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media {
  align-self: center;
}
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
  align-self: end;
}
.wp-block-media-text .wp-block-media-text__media {
  /*!rtl:begin:ignore*/
  grid-column: 1;
  grid-row: 1; /*!rtl:end:ignore*/
  margin: 0;
}
.wp-block-media-text .wp-block-media-text__content {
  direction: ltr; /*!rtl:begin:ignore*/
  grid-column: 2;
  grid-row: 1; /*!rtl:end:ignore*/
  padding: 0 8%;
  word-break: break-word;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  /*!rtl:begin:ignore*/
  grid-column: 2;
  grid-row: 1; /*!rtl:end:ignore*/
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  /*!rtl:begin:ignore*/
  grid-column: 1;
  grid-row: 1; /*!rtl:end:ignore*/
}
.wp-block-media-text__media img,
.wp-block-media-text__media video {
  max-width: unset;
  width: 100%;
  vertical-align: middle;
}
.wp-block-media-text.is-image-fill .wp-block-media-text__media {
  height: 100%;
  min-height: 250px;
  background-size: cover;
}
.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 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
@media (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
  }
}
.wp-block-navigation {
  position: relative;
}
.wp-block-navigation ul,
.wp-block-navigation ul li {
  list-style: none;
  padding: 0;
}
.wp-block-navigation .wp-block-navigation-link,
.wp-block-navigation .wp-block-pages-list__item {
  display: flex;
  align-items: center;
  position: relative;
}
.wp-block-navigation
  .wp-block-navigation-link
  .wp-block-navigation-link__container:empty,
.wp-block-navigation
  .wp-block-pages-list__item
  .wp-block-navigation-link__container:empty {
  display: none;
}
.wp-block-navigation .wp-block-navigation-link__content,
.wp-block-navigation .wp-block-pages-list__item__link {
  color: inherit;
  display: block;
}
.wp-block-navigation[style*="text-decoration"] .wp-block-navigation-link,
.wp-block-navigation[style*="text-decoration"]
  .wp-block-navigation-link__container,
.wp-block-navigation[style*="text-decoration"]
  .wp-block-navigation-link__content,
.wp-block-navigation[style*="text-decoration"]
  .wp-block-navigation-link__content:active,
.wp-block-navigation[style*="text-decoration"]
  .wp-block-navigation-link__content:focus,
.wp-block-navigation[style*="text-decoration"] .wp-block-pages-list__item,
.wp-block-navigation[style*="text-decoration"] .wp-block-pages-list__item__link,
.wp-block-navigation[style*="text-decoration"]
  .wp-block-pages-list__item__link:active,
.wp-block-navigation[style*="text-decoration"]
  .wp-block-pages-list__item__link:focus {
  text-decoration: inherit;
}
.wp-block-navigation:not([style*="text-decoration"])
  .wp-block-navigation-link__content,
.wp-block-navigation:not([style*="text-decoration"])
  .wp-block-navigation-link__content:active,
.wp-block-navigation:not([style*="text-decoration"])
  .wp-block-navigation-link__content:focus,
.wp-block-navigation:not([style*="text-decoration"])
  .wp-block-pages-list__item__link,
.wp-block-navigation:not([style*="text-decoration"])
  .wp-block-pages-list__item__link:active,
.wp-block-navigation:not([style*="text-decoration"])
  .wp-block-pages-list__item__link:focus {
  text-decoration: none;
}
.wp-block-navigation .wp-block-navigation-link__submenu-icon,
.wp-block-navigation .wp-block-page-list__submenu-icon {
  height: inherit;
}
.wp-block-navigation .wp-block-navigation-link__submenu-icon svg,
.wp-block-navigation .wp-block-page-list__submenu-icon svg {
  stroke: currentColor;
}
.wp-block-navigation
  .wp-block-navigation-link
  .wp-block-navigation-link__content.wp-block-navigation-link__content.wp-block-navigation-link__content,
.wp-block-navigation
  .wp-block-pages-list__item
  .wp-block-pages-list__item__link {
  padding: 0;
}
.wp-block-navigation .has-child > .wp-block-navigation-link__content,
.wp-block-navigation .has-child > .wp-block-pages-list__item__link {
  margin-right: 0.5em;
}
.wp-block-navigation .has-child .submenu-container,
.wp-block-navigation .has-child .wp-block-navigation-link__container {
  background-color: inherit;
  color: inherit;
  position: absolute;
  z-index: 2;
  flex-direction: column;
  align-items: normal;
  min-width: 200px;
  display: none;
  opacity: 0;
  transition: opacity 0.1s linear;
  visibility: hidden;
}
.wp-block-navigation
  .has-child
  .submenu-container
  > .wp-block-navigation-link
  > .wp-block-navigation-link__content,
.wp-block-navigation
  .has-child
  .submenu-container
  > .wp-block-navigation-link
  > .wp-block-pages-list__item__link,
.wp-block-navigation
  .has-child
  .submenu-container
  > .wp-block-pages-list__item
  > .wp-block-navigation-link__content,
.wp-block-navigation
  .has-child
  .submenu-container
  > .wp-block-pages-list__item
  > .wp-block-pages-list__item__link,
.wp-block-navigation
  .has-child
  .wp-block-navigation-link__container
  > .wp-block-navigation-link
  > .wp-block-navigation-link__content,
.wp-block-navigation
  .has-child
  .wp-block-navigation-link__container
  > .wp-block-navigation-link
  > .wp-block-pages-list__item__link,
.wp-block-navigation
  .has-child
  .wp-block-navigation-link__container
  > .wp-block-pages-list__item
  > .wp-block-navigation-link__content,
.wp-block-navigation
  .has-child
  .wp-block-navigation-link__container
  > .wp-block-pages-list__item
  > .wp-block-pages-list__item__link {
  flex-grow: 1;
}
.wp-block-navigation
  .has-child
  .submenu-container
  > .wp-block-navigation-link
  > .wp-block-navigation-link__submenu-icon,
.wp-block-navigation
  .has-child
  .submenu-container
  > .wp-block-navigation-link
  > .wp-block-page-list__submenu-icon,
.wp-block-navigation
  .has-child
  .submenu-container
  > .wp-block-pages-list__item
  > .wp-block-navigation-link__submenu-icon,
.wp-block-navigation
  .has-child
  .submenu-container
  > .wp-block-pages-list__item
  > .wp-block-page-list__submenu-icon,
.wp-block-navigation
  .has-child
  .wp-block-navigation-link__container
  > .wp-block-navigation-link
  > .wp-block-navigation-link__submenu-icon,
.wp-block-navigation
  .has-child
  .wp-block-navigation-link__container
  > .wp-block-navigation-link
  > .wp-block-page-list__submenu-icon,
.wp-block-navigation
  .has-child
  .wp-block-navigation-link__container
  > .wp-block-pages-list__item
  > .wp-block-navigation-link__submenu-icon,
.wp-block-navigation
  .has-child
  .wp-block-navigation-link__container
  > .wp-block-pages-list__item
  > .wp-block-page-list__submenu-icon {
  padding-right: 0.5em;
}
@media (min-width: 782px) {
  .wp-block-navigation .has-child .submenu-container .submenu-container:before,
  .wp-block-navigation
    .has-child
    .submenu-container
    .wp-block-navigation-link__container:before,
  .wp-block-navigation
    .has-child
    .wp-block-navigation-link__container
    .submenu-container:before,
  .wp-block-navigation
    .has-child
    .wp-block-navigation-link__container
    .wp-block-navigation-link__container:before {
    content: "";
    position: absolute;
    right: 100%;
    height: 100%;
    display: block;
    width: 0.5em;
    background: transparent;
  }
  .wp-block-navigation
    .has-child
    .submenu-container
    .wp-block-navigation-link__submenu-icon
    svg,
  .wp-block-navigation
    .has-child
    .submenu-container
    .wp-block-page-list__submenu-icon
    svg,
  .wp-block-navigation
    .has-child
    .wp-block-navigation-link__container
    .wp-block-navigation-link__submenu-icon
    svg,
  .wp-block-navigation
    .has-child
    .wp-block-navigation-link__container
    .wp-block-page-list__submenu-icon
    svg {
    transform: rotate(-90deg);
  }
}
.wp-block-navigation .has-child:hover > .wp-block-navigation-link__container {
  display: flex;
  visibility: visible;
  opacity: 1;
}
.wp-block-navigation
  .has-child:focus-within
  > .wp-block-navigation-link__container {
  display: flex;
  visibility: visible;
  opacity: 1;
}
.wp-block-navigation .has-child:hover {
  cursor: pointer;
}
.wp-block-navigation .has-child:hover > .submenu-container {
  display: flex;
  visibility: visible;
  opacity: 1;
}
.wp-block-navigation .has-child:focus-within {
  cursor: pointer;
}
.wp-block-navigation .has-child:focus-within > .submenu-container {
  display: flex;
  visibility: visible;
  opacity: 1;
}
.wp-block-navigation.wp-block-navigation.items-justified-right
  > .submenu-container
  .has-child
  .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-right
  > .submenu-container
  .has-child
  .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation.items-justified-right
  > .wp-block-navigation__container
  .has-child
  .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-right
  > .wp-block-navigation__container
  .has-child
  .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between
  > .submenu-container
  > .has-child:last-child
  .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between
  > .submenu-container
  > .has-child:last-child
  .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between
  > .wp-block-navigation__container
  > .has-child:last-child
  .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between
  > .wp-block-navigation__container
  > .has-child:last-child
  .wp-block-navigation-link__container {
  left: auto;
  right: 0;
}
.wp-block-navigation.wp-block-navigation.items-justified-right
  > .submenu-container
  .has-child
  .submenu-container
  .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-right
  > .submenu-container
  .has-child
  .submenu-container
  .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation.items-justified-right
  > .submenu-container
  .has-child
  .wp-block-navigation-link__container
  .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-right
  > .submenu-container
  .has-child
  .wp-block-navigation-link__container
  .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation.items-justified-right
  > .wp-block-navigation__container
  .has-child
  .submenu-container
  .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-right
  > .wp-block-navigation__container
  .has-child
  .submenu-container
  .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation.items-justified-right
  > .wp-block-navigation__container
  .has-child
  .wp-block-navigation-link__container
  .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-right
  > .wp-block-navigation__container
  .has-child
  .wp-block-navigation-link__container
  .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between
  > .submenu-container
  > .has-child:last-child
  .submenu-container
  .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between
  > .submenu-container
  > .has-child:last-child
  .submenu-container
  .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between
  > .submenu-container
  > .has-child:last-child
  .wp-block-navigation-link__container
  .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between
  > .submenu-container
  > .has-child:last-child
  .wp-block-navigation-link__container
  .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between
  > .wp-block-navigation__container
  > .has-child:last-child
  .submenu-container
  .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between
  > .wp-block-navigation__container
  > .has-child:last-child
  .submenu-container
  .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between
  > .wp-block-navigation__container
  > .has-child:last-child
  .wp-block-navigation-link__container
  .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between
  > .wp-block-navigation__container
  > .has-child:last-child
  .wp-block-navigation-link__container
  .wp-block-navigation-link__container {
  left: auto;
  right: 100%;
}
.wp-block-navigation.wp-block-navigation
  .wp-block-navigation__container
  > .wp-block-navigation-link,
.wp-block-navigation.wp-block-navigation .wp-block-page-list,
.wp-block-navigation.wp-block-navigation
  .wp-block-page-list
  > .wp-block-pages-list__item {
  margin: 0 2em 0 0;
}
.wp-block-navigation.wp-block-navigation
  .wp-block-navigation__container
  > .wp-block-navigation-link:last-child,
.wp-block-navigation.wp-block-navigation .wp-block-page-list:last-child,
.wp-block-navigation.wp-block-navigation
  .wp-block-page-list
  > .wp-block-pages-list__item:last-child {
  margin-right: 0;
}
.wp-block-navigation.wp-block-navigation.has-background
  .wp-block-navigation__container
  > .wp-block-navigation-link,
.wp-block-navigation.wp-block-navigation.has-background .wp-block-page-list,
.wp-block-navigation.wp-block-navigation.has-background
  .wp-block-page-list
  > .wp-block-pages-list__item {
  margin: 0 0.5em 0 0;
}
.wp-block-navigation.wp-block-navigation.has-background
  .wp-block-navigation__container
  .wp-block-navigation-link__content,
.wp-block-navigation.wp-block-navigation.has-background
  .wp-block-page-list
  .wp-block-pages-list__item__link {
  padding: 0.5em 1em;
}
.wp-block-navigation.wp-block-navigation .has-child .submenu-container,
.wp-block-navigation.wp-block-navigation
  .has-child
  .wp-block-navigation-link__container {
  left: -1em;
  top: 100%;
}
.wp-block-navigation.wp-block-navigation
  .has-child
  .submenu-container
  .wp-block-navigation-link,
.wp-block-navigation.wp-block-navigation
  .has-child
  .submenu-container
  .wp-block-pages-list__item,
.wp-block-navigation.wp-block-navigation
  .has-child
  .wp-block-navigation-link__container
  .wp-block-navigation-link,
.wp-block-navigation.wp-block-navigation
  .has-child
  .wp-block-navigation-link__container
  .wp-block-pages-list__item {
  margin: 0;
}
.wp-block-navigation.wp-block-navigation
  .has-child
  .submenu-container
  .wp-block-navigation-link__content,
.wp-block-navigation.wp-block-navigation
  .has-child
  .submenu-container
  .wp-block-pages-list__item__link,
.wp-block-navigation.wp-block-navigation
  .has-child
  .wp-block-navigation-link__container
  .wp-block-navigation-link__content,
.wp-block-navigation.wp-block-navigation
  .has-child
  .wp-block-navigation-link__container
  .wp-block-pages-list__item__link {
  padding: 0.5em 1em;
}
.wp-block-navigation.wp-block-navigation
  .has-child
  .submenu-container
  .submenu-container,
.wp-block-navigation.wp-block-navigation
  .has-child
  .submenu-container
  .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation
  .has-child
  .wp-block-navigation-link__container
  .submenu-container,
.wp-block-navigation.wp-block-navigation
  .has-child
  .wp-block-navigation-link__container
  .wp-block-navigation-link__container {
  left: -1px;
}
@media (min-width: 782px) {
  .wp-block-navigation.wp-block-navigation
    .has-child
    .submenu-container
    .submenu-container,
  .wp-block-navigation.wp-block-navigation
    .has-child
    .submenu-container
    .wp-block-navigation-link__container,
  .wp-block-navigation.wp-block-navigation
    .has-child
    .wp-block-navigation-link__container
    .submenu-container,
  .wp-block-navigation.wp-block-navigation
    .has-child
    .wp-block-navigation-link__container
    .wp-block-navigation-link__container {
    left: 100%;
    top: -1px;
  }
}
.wp-block-navigation.wp-block-navigation.has-background
  .has-child
  .submenu-container,
.wp-block-navigation.wp-block-navigation.has-background
  .has-child
  .wp-block-navigation-link__container {
  left: 0;
  top: 100%;
}
.wp-block-navigation.wp-block-navigation.has-background
  .has-child
  .submenu-container
  .submenu-container,
.wp-block-navigation.wp-block-navigation.has-background
  .has-child
  .submenu-container
  .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation.has-background
  .has-child
  .wp-block-navigation-link__container
  .submenu-container,
.wp-block-navigation.wp-block-navigation.has-background
  .has-child
  .wp-block-navigation-link__container
  .wp-block-navigation-link__container {
  left: 0;
}
@media (min-width: 782px) {
  .wp-block-navigation.wp-block-navigation.has-background
    .has-child
    .submenu-container
    .submenu-container,
  .wp-block-navigation.wp-block-navigation.has-background
    .has-child
    .submenu-container
    .wp-block-navigation-link__container,
  .wp-block-navigation.wp-block-navigation.has-background
    .has-child
    .wp-block-navigation-link__container
    .submenu-container,
  .wp-block-navigation.wp-block-navigation.has-background
    .has-child
    .wp-block-navigation-link__container
    .wp-block-navigation-link__container {
    left: 100%;
    top: 0;
  }
}
.wp-block-navigation:not(.has-background) .submenu-container,
.wp-block-navigation:not(.has-background)
  .wp-block-navigation__container
  .wp-block-navigation-link__container {
  background-color: #fff;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.wp-block-navigation__container {
  align-items: center;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.wp-block-navigation__container .is-responsive {
  display: none;
}
@media (min-width: 600px) {
  .wp-block-navigation__container {
    display: flex;
    flex-wrap: wrap;
  }
  .is-vertical .wp-block-navigation__container {
    display: block;
    flex-direction: column;
    align-items: flex-start;
  }
}
.items-justified-center .wp-block-navigation__container {
  justify-content: center;
}
.items-justified-right .wp-block-navigation__container {
  justify-content: flex-end;
}
.items-justified-space-between .wp-block-navigation__container {
  justify-content: space-between;
}
.is-vertical.items-justified-center > ul {
  align-items: center;
}
.is-vertical.items-justified-right > ul {
  align-items: flex-end;
}
.is-vertical.items-justified-right > ul .wp-block-navigation-link,
.is-vertical.items-justified-right > ul .wp-block-pages-list__item {
  margin-right: 0;
  justify-content: flex-end;
}
.wp-block-navigation__responsive-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  align-items: flex-start;
  justify-content: flex-start;
}
.wp-block-navigation__responsive-container.is-menu-open {
  display: flex;
  flex-direction: column;
  overflow: auto;
  z-index: 100000;
  padding: 24px;
  background-color: inherit;
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__container {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
  line-height: 48px;
  padding: 0;
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__container
  .wp-block-page-list {
  flex-direction: column;
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation-link,
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation-link
  .wp-block-navigation-link__container,
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-pages-list__item,
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-pages-list__item
  .submenu-container {
  background: transparent !important;
}
@media (min-width: 600px) {
  .wp-block-navigation__responsive-container:not(.is-menu-open) {
    display: flex;
    flex-direction: row;
    position: relative;
    background-color: inherit;
  }
  .wp-block-navigation__responsive-container:not(.is-menu-open)
    .wp-block-navigation__responsive-container-close {
    display: none;
  }
  .wp-block-navigation__responsive-container.is-menu-open
    .submenu-container.submenu-container.submenu-container.submenu-container,
  .wp-block-navigation__responsive-container.is-menu-open
    .wp-block-navigation-link__container.wp-block-navigation-link__container.wp-block-navigation-link__container.wp-block-navigation-link__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__responsive-container-close,
.wp-block-navigation__responsive-container-open {
  vertical-align: middle;
  cursor: pointer;
  color: currentColor;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
}
.wp-block-navigation__responsive-container-close svg,
.wp-block-navigation__responsive-container-open svg {
  fill: currentColor;
  pointer-events: none;
  display: block;
  width: 24px;
  height: 24px;
}
.wp-block-navigation__responsive-container-open {
  display: flex;
}
@media (min-width: 600px) {
  .wp-block-navigation__responsive-container-open {
    display: none;
  }
}
.items-justified-left .wp-block-navigation__responsive-container-open {
  margin-left: 0;
  margin-right: auto;
}
.items-justified-center .wp-block-navigation__responsive-container-open {
  margin-left: auto;
  margin-right: auto;
}
.items-justified-right .wp-block-navigation__responsive-container-open {
  margin-left: auto;
  margin-right: 0;
}
.wp-block-navigation__responsive-container-close {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 2;
}
.wp-block-navigation__responsive-close {
  width: 100%;
}
.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 {
  width: 100%;
  height: 100%;
}
.wp-block-navigation
  .wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation-link__submenu-icon,
.wp-block-navigation
  .wp-block-navigation__responsive-container.is-menu-open
  .wp-block-page-list__submenu-icon {
  display: none;
}
.wp-block-navigation
  .wp-block-navigation__responsive-container.is-menu-open
  .has-child
  .submenu-container,
.wp-block-navigation
  .wp-block-navigation__responsive-container.is-menu-open
  .has-child
  .wp-block-navigation-link__container {
  position: relative;
  opacity: 1;
  visibility: visible;
  padding: 0 0 0 32px;
  border: none;
}
.wp-block-navigation
  .wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation-link,
.wp-block-navigation
  .wp-block-navigation__responsive-container.is-menu-open
  .wp-block-pages-list__item {
  flex-direction: column;
  align-items: flex-start;
}
html.has-modal-open {
  overflow: hidden;
}
.wp-block-navigation .wp-block-navigation-link__label {
  word-break: normal;
  overflow-wrap: break-word;
}
.wp-block-navigation .wp-block-home-link__content {
  color: inherit;
  display: block;
  padding: 0.5em 1em;
}
.wp-block-navigation[style*="text-decoration"] .wp-block-home-link,
.wp-block-navigation[style*="text-decoration"] .wp-block-home-link__content,
.wp-block-navigation[style*="text-decoration"]
  .wp-block-home-link__content:active,
.wp-block-navigation[style*="text-decoration"]
  .wp-block-home-link__content:focus {
  text-decoration: inherit;
}
.wp-block-navigation:not([style*="text-decoration"])
  .wp-block-home-link__content,
.wp-block-navigation:not([style*="text-decoration"])
  .wp-block-home-link__content:active,
.wp-block-navigation:not([style*="text-decoration"])
  .wp-block-home-link__content:focus {
  text-decoration: none;
}
.wp-block-navigation:not(.has-background)
  .wp-block-navigation__container
  .wp-block-home-link__container {
  background-color: #fff;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.wp-block-navigation:not(.has-background)
  .wp-block-navigation__container
  .wp-block-home-link__container
  .wp-block-home-link__container {
  top: -1px;
}
.wp-block-navigation .wp-block-page-list {
  display: flex;
  flex-wrap: wrap;
  background-color: inherit;
}
.wp-block-navigation .wp-block-pages-list__item {
  background-color: inherit;
}
.wp-block-navigation .wp-block-page-list__submenu-icon {
  display: none;
}
.is-open .wp-block-navigation__container .wp-block-page-list,
.is-vertical .wp-block-navigation__container .wp-block-page-list,
.wp-block-navigation .show-submenu-icons .wp-block-page-list__submenu-icon {
  display: block;
}
@media (min-width: 480px) {
  .is-open .wp-block-navigation__container .wp-block-page-list {
    display: flex;
  }
}
.items-justified-space-between .wp-block-page-list {
  display: contents;
}
.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;
  line-height: 0.68;
  font-weight: 100;
  margin: 0.05em 0.1em 0 0;
  text-transform: uppercase;
  font-style: normal;
}
p.has-drop-cap.has-background {
  overflow: hidden;
}
p.has-background {
  padding: 1.25em 2.375em;
}
p.has-text-color a {
  color: inherit;
}
.wp-block-post-author {
  display: flex;
  flex-wrap: wrap;
}
.wp-block-post-author__byline {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.5em;
}
.wp-block-post-author__avatar {
  margin-right: 1em;
}
.wp-block-post-author__bio {
  margin-bottom: 0.7em;
  font-size: 0.7em;
}
.wp-block-post-author__content {
  flex-grow: 1;
  flex-basis: 0%;
}
.wp-block-post-author__name {
  font-weight: 700;
  margin: 0;
}
.wp-block-post-comments .commentlist {
  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: 0.875em;
  line-height: 1.8;
  margin: 0.36em 0 1.4em;
}
.wp-block-post-comments .commentlist .children {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wp-block-post-comments .comment-author {
  line-height: 1.5;
  margin-left: -3.25em;
}
.wp-block-post-comments .comment-author .avatar {
  border-radius: 1.5em;
  display: block;
  float: left;
  height: 2.5em;
  margin-right: 0.75em;
  width: 2.5em;
}
.wp-block-post-comments .comment-author cite {
  font-style: normal;
}
.wp-block-post-comments .comment-meta {
  line-height: 1.5;
  margin-left: -3.25em;
}
.wp-block-post-comments .comment-body .commentmetadata {
  font-size: 0.75em;
}
.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;
}
.wp-block-post-comments .comment-form-comment textarea {
  box-sizing: border-box;
  width: 100%;
}
.wp-block-post-comments .reply {
  font-size: 0.75em;
  margin-bottom: 1.4em;
}
.wp-block-post-comments input,
.wp-block-post-comments textarea {
  border: 1px solid #949494;
}
.wp-block-post-comments-form input[type="submit"] {
  border: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  overflow-wrap: break-word;
}
.wp-block-post-excerpt__more-link,
.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 {
  margin: 0 0 1em;
  padding: 3em 0;
  text-align: center;
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
  max-width: 420px;
}
.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
  font-size: 1.25em;
}
.wp-block-pullquote p {
  font-size: 1.75em;
  line-height: 1.6;
}
.wp-block-pullquote cite,
.wp-block-pullquote footer {
  position: relative;
}
.wp-block-pullquote .has-text-color a {
  color: inherit;
}
.wp-block-pullquote:not(.is-style-solid-color) {
  background: none;
}
.wp-block-pullquote.is-style-solid-color {
  border: none;
}
.wp-block-pullquote.is-style-solid-color blockquote {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  max-width: 60%;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
}
.wp-block-pullquote.is-style-solid-color blockquote cite {
  text-transform: none;
  font-style: normal;
}
.wp-block-pullquote cite {
  color: inherit;
}
.wp-block-post-template,
.wp-block-query-loop {
  max-width: 100%;
  list-style: none;
  padding: 0;
}
.wp-block-post-template li,
.wp-block-query-loop li {
  clear: both;
}
.wp-block-post-template.is-flex-container,
.wp-block-query-loop.is-flex-container {
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
}
.wp-block-post-template.is-flex-container li,
.wp-block-query-loop.is-flex-container li {
  margin: 0 0 1.25em;
  width: 100%;
}
@media (min-width: 600px) {
  .wp-block-post-template.is-flex-container li,
  .wp-block-query-loop.is-flex-container li {
    margin-right: 1.25em;
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-2 > li,
  .wp-block-query-loop.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-2
    > li:nth-child(2n),
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-2
    > li:nth-child(2n) {
    margin-right: 0;
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li,
  .wp-block-query-loop.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-3
    > li:nth-child(3n),
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-3
    > li:nth-child(3n) {
    margin-right: 0;
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li,
  .wp-block-query-loop.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-4
    > li:nth-child(4n),
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-4
    > li:nth-child(4n) {
    margin-right: 0;
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-5 > li,
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-5 > li {
    width: calc(20% - 1em);
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-5
    > li:nth-child(5n),
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-5
    > li:nth-child(5n) {
    margin-right: 0;
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-6 > li,
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-6 > li {
    width: calc(16.66667% - 1.04167em);
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-6
    > li:nth-child(6n),
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-6
    > li:nth-child(6n) {
    margin-right: 0;
  }
}
.wp-block-query-pagination {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.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 {
  display: inline-block;
  margin-right: 0.5em;
  margin-bottom: 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-quote.is-large,
.wp-block-quote.is-style-large {
  margin-bottom: 1em;
  padding: 0 1em;
}
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.6;
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
  font-size: 1.125em;
  text-align: right;
}
.wp-block-rss.wp-block-rss {
  box-sizing: border-box;
}
.wp-block-rss.alignleft {
  margin-right: 2em;
}
.wp-block-rss.alignright {
  margin-left: 2em;
}
.wp-block-rss.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.wp-block-rss.is-grid li {
  margin: 0 1em 1em 0;
  width: 100%;
}
@media (min-width: 600px) {
  .wp-block-rss.columns-2 li {
    width: calc(50% - 1em);
  }
  .wp-block-rss.columns-3 li {
    width: calc(33.33333% - 1em);
  }
  .wp-block-rss.columns-4 li {
    width: calc(25% - 1em);
  }
  .wp-block-rss.columns-5 li {
    width: calc(20% - 1em);
  }
  .wp-block-rss.columns-6 li {
    width: calc(16.66667% - 1em);
  }
}
.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
  display: block;
  color: #555;
  font-size: 0.8125em;
}
.wp-block-search .wp-block-search__button {
  background: #f7f7f7;
  border: 1px solid #ccc;
  padding: 0.375em 0.625em;
  color: #32373c;
  margin-left: 0.625em;
  word-break: normal;
}
.wp-block-search .wp-block-search__button.has-icon {
  line-height: 0;
}
.wp-block-search .wp-block-search__button svg {
  min-width: 1.5em;
  min-height: 1.5em;
}
.wp-block-search .wp-block-search__inside-wrapper {
  display: flex;
  flex: auto;
  flex-wrap: nowrap;
  max-width: 100%;
}
.wp-block-search .wp-block-search__label {
  width: 100%;
}
.wp-block-search .wp-block-search__input {
  flex-grow: 1;
  min-width: 3em;
  border: 1px solid #949494;
}
.wp-block-search.wp-block-search__button-only .wp-block-search__button {
  margin-left: 0;
}
.wp-block-search.wp-block-search__button-inside
  .wp-block-search__inside-wrapper {
  padding: 4px;
  border: 1px solid #949494;
}
.wp-block-search.wp-block-search__button-inside
  .wp-block-search__inside-wrapper
  .wp-block-search__input {
  border-radius: 0;
  border: none;
  padding: 0 0 0 0.25em;
}
.wp-block-search.wp-block-search__button-inside
  .wp-block-search__inside-wrapper
  .wp-block-search__input:focus {
  outline: none;
}
.wp-block-search.wp-block-search__button-inside
  .wp-block-search__inside-wrapper
  .wp-block-search__button {
  padding: 0.125em 0.5em;
}
.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
  margin: auto;
}
.wp-block-separator {
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.wp-block-separator.is-style-wide {
  border-bottom-width: 1px;
}
.wp-block-separator.is-style-dots {
  background: none !important;
  border: none;
  text-align: center;
  width: none;
  line-height: 1;
  height: auto;
}
.wp-block-separator.is-style-dots:before {
  content: "···";
  color: currentColor;
  font-size: 1.5em;
  letter-spacing: 2em;
  padding-left: 2em;
  font-family: serif;
}
.wp-block-site-logo {
  line-height: 0;
}
.wp-block-site-logo a {
  display: inline-block;
}
.wp-block-site-logo.is-default-size img {
  width: 120px;
  height: auto;
}
.wp-block-site-logo .aligncenter {
  display: table;
}
.wp-block-site-logo.is-style-rounded img {
  border-radius: 9999px;
}
.wp-block-social-links {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  padding-right: 0;
  text-indent: 0;
  margin-left: 0;
}
.wp-block-social-links .wp-social-link a,
.wp-block-social-links .wp-social-link a:hover {
  text-decoration: none;
  border-bottom: 0;
  box-shadow: none;
}
.wp-block-social-links .wp-social-link.wp-social-link.wp-social-link {
  margin: 4px 8px 4px 0;
}
.wp-block-social-links .wp-social-link a {
  padding: 0.25em;
}
.wp-block-social-links .wp-social-link svg {
  width: 1em;
  height: 1em;
}
.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 {
  justify-content: center;
  display: flex;
}
.wp-block-social-links.alignright {
  justify-content: flex-end;
}
.wp-block-social-link {
  display: block;
  border-radius: 9999px;
  transition: transform 0.1s ease;
  height: auto;
}
@media (prefers-reduced-motion: reduce) {
  .wp-block-social-link {
    transition-duration: 0s;
    transition-delay: 0s;
  }
}
.wp-block-social-link a {
  display: block;
  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: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,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg {
  color: currentColor;
  fill: 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: #fe4500;
  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 {
  background-color: #fefc00;
  color: #fff;
  stroke: #000;
}
.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-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;
  padding: 4px;
}
.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: #fe4500;
}
.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 {
  color: #fff;
  stroke: #000;
}
.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-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.aligncenter {
  text-align: center;
}
.wp-block-tag-cloud.alignfull {
  padding-left: 1em;
  padding-right: 1em;
}
.wp-block-table {
  margin: 0 0 1em;
  overflow-x: auto;
}
.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}
.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 {
  border-spacing: 0;
  border-collapse: inherit;
  background-color: transparent;
  border-bottom: 1px solid #f0f0f0;
}
.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 > *,
.wp-block-table .has-border-color td,
.wp-block-table .has-border-color th,
.wp-block-table .has-border-color tr {
  border-color: inherit;
}
.wp-block-table table[style*="border-style"] > *,
.wp-block-table table[style*="border-style"] td,
.wp-block-table table[style*="border-style"] th,
.wp-block-table table[style*="border-style"] tr {
  border-style: inherit;
}
.wp-block-table table[style*="border-width"] > *,
.wp-block-table table[style*="border-width"] td,
.wp-block-table table[style*="border-width"] th,
.wp-block-table table[style*="border-width"] tr {
  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 {
  font-family: inherit;
  overflow: auto;
  white-space: pre-wrap;
}
.wp-block-video {
  margin: 0 0 1em;
}
.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-top: 0.5em;
  margin-bottom: 1em;
}
.wp-block-post-featured-image {
  margin-left: 0;
  margin-right: 0;
}
.wp-block-post-featured-image a {
  display: inline-block;
}
.wp-block-post-featured-image img {
  max-width: 100%;
  height: auto;
}
.wp-block-post-featured-image.alignfull img,
.wp-block-post-featured-image.alignwide img {
  width: 100%;
}
:root .has-pale-pink-background-color {
  background-color: #f78da7;
}
:root .has-vivid-red-background-color {
  background-color: #cf2e2e;
}
:root .has-luminous-vivid-orange-background-color {
  background-color: #ff6900;
}
:root .has-luminous-vivid-amber-background-color {
  background-color: #fcb900;
}
:root .has-light-green-cyan-background-color {
  background-color: #7bdcb5;
}
:root .has-vivid-green-cyan-background-color {
  background-color: #00d084;
}
:root .has-pale-cyan-blue-background-color {
  background-color: #8ed1fc;
}
:root .has-vivid-cyan-blue-background-color {
  background-color: #0693e3;
}
:root .has-vivid-purple-background-color {
  background-color: #9b51e0;
}
:root .has-white-background-color {
  background-color: #fff;
}
:root .has-very-light-gray-background-color {
  background-color: #eee;
}
:root .has-cyan-bluish-gray-background-color {
  background-color: #abb8c3;
}
:root .has-very-dark-gray-background-color {
  background-color: #313131;
}
:root .has-black-background-color {
  background-color: #000;
}
:root .has-pale-pink-color {
  color: #f78da7;
}
:root .has-vivid-red-color {
  color: #cf2e2e;
}
:root .has-luminous-vivid-orange-color {
  color: #ff6900;
}
:root .has-luminous-vivid-amber-color {
  color: #fcb900;
}
:root .has-light-green-cyan-color {
  color: #7bdcb5;
}
:root .has-vivid-green-cyan-color {
  color: #00d084;
}
:root .has-pale-cyan-blue-color {
  color: #8ed1fc;
}
:root .has-vivid-cyan-blue-color {
  color: #0693e3;
}
:root .has-vivid-purple-color {
  color: #9b51e0;
}
:root .has-white-color {
  color: #fff;
}
:root .has-very-light-gray-color {
  color: #eee;
}
:root .has-cyan-bluish-gray-color {
  color: #abb8c3;
}
:root .has-very-dark-gray-color {
  color: #313131;
}
:root .has-black-color {
  color: #000;
}
:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: linear-gradient(135deg, #0693e3, #9b51e0);
}
:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
  background: linear-gradient(135deg, #00d084, #0693e3);
}
:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: linear-gradient(135deg, #7adcb4, #00d082);
}
:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: linear-gradient(135deg, #fcb900, #ff6900);
}
:root .has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: linear-gradient(135deg, #ff6900, #cf2e2e);
}
:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: linear-gradient(135deg, #eee, #a9b8c3);
}
:root .has-cool-to-warm-spectrum-gradient-background {
  background: linear-gradient(
    135deg,
    #4aeadc,
    #9778d1 20%,
    #cf2aba 40%,
    #ee2c82 60%,
    #fb6962 80%,
    #fef84c
  );
}
:root .has-blush-light-purple-gradient-background {
  background: linear-gradient(135deg, #ffceec, #9896f0);
}
:root .has-blush-bordeaux-gradient-background {
  background: linear-gradient(135deg, #fecda5, #fe2d2d 50%, #6b003e);
}
:root .has-purple-crush-gradient-background {
  background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe);
}
:root .has-luminous-dusk-gradient-background {
  background: linear-gradient(135deg, #ffcb70, #c751c0 50%, #4158d0);
}
:root .has-hazy-dawn-gradient-background {
  background: linear-gradient(135deg, #faaca8, #dad0ec);
}
:root .has-pale-ocean-gradient-background {
  background: linear-gradient(135deg, #fff5cb, #b6e3d4 50%, #33a7b5);
}
:root .has-electric-grass-gradient-background {
  background: linear-gradient(135deg, #caf880, #71ce7e);
}
: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-small-font-size {
  font-size: 0.8125em;
}
.has-normal-font-size,
.has-regular-font-size {
  font-size: 1em;
}
.has-medium-font-size {
  font-size: 1.25em;
}
.has-large-font-size {
  font-size: 2.25em;
}
.has-huge-font-size,
.has-larger-font-size {
  font-size: 2.625em;
}
.has-text-align-center {
  text-align: center;
}
.has-text-align-left {
  text-align: left;
}
.has-text-align-right {
  text-align: right;
}
#end-resizable-editor-section {
  display: none;
}
.aligncenter {
  clear: both;
}
.items-justified-left {
  justify-content: flex-start;
}
.items-justified-center {
  justify-content: center;
}
.items-justified-right {
  justify-content: flex-end;
}
.items-justified-space-between {
  justify-content: space-between;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #ddd;
  clip: auto !important;
  -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;
} /*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-close:before,
.fa-remove:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-cog:before,
.fa-gear:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-repeat:before,
.fa-rotate-right:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-exclamation-triangle:before,
.fa-warning:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-cogs:before,
.fa-gears:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-floppy-o:before,
.fa-save:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-sort:before,
.fa-unsorted:before {
  content: "\f0dc";
}
.fa-sort-desc:before,
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-asc:before,
.fa-sort-up:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-gavel:before,
.fa-legal:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-bolt:before,
.fa-flash:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-clipboard:before,
.fa-paste:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-chain-broken:before,
.fa-unlink:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-caret-square-o-down:before,
.fa-toggle-down:before {
  content: "\f150";
}
.fa-caret-square-o-up:before,
.fa-toggle-up:before {
  content: "\f151";
}
.fa-caret-square-o-right:before,
.fa-toggle-right:before {
  content: "\f152";
}
.fa-eur:before,
.fa-euro:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-inr:before,
.fa-rupee:before {
  content: "\f156";
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
  content: "\f157";
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
  content: "\f158";
}
.fa-krw:before,
.fa-won:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-caret-square-o-left:before,
.fa-toggle-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-try:before,
.fa-turkish-lira:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-bank:before,
.fa-institution:before,
.fa-university:before {
  content: "\f19c";
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
  content: "\f1c5";
}
.fa-file-archive-o:before,
.fa-file-zip-o:before {
  content: "\f1c6";
}
.fa-file-audio-o:before,
.fa-file-sound-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
  content: "\f1d0";
}
.fa-empire:before,
.fa-ge:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-paper-plane:before,
.fa-send:before {
  content: "\f1d8";
}
.fa-paper-plane-o:before,
.fa-send-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-futbol-o:before,
.fa-soccer-ball-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-bed:before,
.fa-hotel:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-y-combinator:before,
.fa-yc:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-television:before,
.fa-tv:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
  content: "\f2a3";
}
.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-sign-language:before,
.fa-signing:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-address-card:before,
.fa-vcard:before {
  content: "\f2bb";
}
.fa-address-card-o:before,
.fa-vcard-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}
.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
}
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232;
}
.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #ffb900;
}
.wpcf7-form-control-wrap {
  position: relative;
}
.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1em;
  font-weight: 400;
  display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: relative;
  top: -2ex;
  left: 1em;
  z-index: 100;
  border: 1px solid #dc3232;
  background: #fff;
  padding: 0.2em 0.8em;
  width: 24em;
}
.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  content: " ";
}
.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}
.wpcf7 form.submitting .ajax-loader {
  visibility: visible;
}
.wpcf7 .ajax-loader::before {
  content: "";
  position: absolute;
  background-color: #fbfbfc;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
  .wpcf7 .ajax-loader::before {
    animation-name: blink;
    animation-duration: 2000ms;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes blink {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.wpcf7 input[type="file"] {
  cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
  cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  direction: ltr;
}
.rs-p-wp-fix {
  display: none !important;
  margin: 0 !important;
  height: 0px !important;
}
.wp-block-themepunch-revslider {
  position: relative;
}
#debungcontrolls {
  z-index: 100000;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: auto;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px;
  box-sizing: border-box;
}
rs-debug {
  z-index: 100000;
  position: fixed;
  top: 0;
  width: 300px;
  height: 300px;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px;
  box-sizing: border-box;
  color: #fff;
  font-size: 10px;
  line-height: 13px;
  overflow: scroll;
}
rs-modal {
  position: fixed !important;
  z-index: 9999999 !important;
  pointer-events: none !important;
}
rs-modal.rs-modal-auto {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}
rs-modal.rs-modal-fullwidth,
rs-modal.rs-modal-fullscreen {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
rs-modal rs-fullwidth-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
rs-module-wrap.rs-modal {
  display: none;
  max-height: 100% !important;
  overflow: auto !important;
  pointer-events: auto !important;
}
rs-module-wrap.hideallscrollbars.rs-modal {
  overflow: hidden !important;
  max-width: 100% !important;
}
rs-modal-cover {
  width: 100%;
  height: 100%;
  z-index: 0;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  pointer-events: auto;
}
body > rs-modal-cover {
  position: fixed;
  z-index: 9999995 !important;
}
rs-sbg-px {
  pointer-events: none;
}
.rs-forceuntouchable,
.rs-forceuntouchable * {
  pointer-events: none !important;
}
.rs-forcehidden * {
  visibility: hidden !important;
}
.rs_splitted_lines {
  display: block;
  white-space: nowrap !important;
}
.debugtimeline {
  width: 100%;
  height: 10px;
  position: relative;
  display: block;
  margin-bottom: 3px;
  display: none;
  white-space: nowrap;
  box-sizing: border-box;
}
.debugtimeline:hover {
  height: 15px;
}
.the_timeline_tester {
  background: #e74c3c;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
}
.rs-go-fullscreen {
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  top: 0px !important;
  left: 0px !important;
  z-index: 9999999 !important;
  background: #fff;
}
.debugtimeline.tl_slide .the_timeline_tester {
  background: #f39c12;
}
.debugtimeline.tl_frame .the_timeline_tester {
  background: #3498db;
}
.debugtimline_txt {
  color: #fff;
  font-weight: 400;
  font-size: 7px;
  position: absolute;
  left: 10px;
  top: 0;
  white-space: nowrap;
  line-height: 10px;
}
.rtl {
  direction: rtl;
}

[class^="revicon-"]:before,
[class*=" revicon-"]:before {
  font-family: "revicons";
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
}
rs-module i[class^="fa-"],
rs-module i[class*=" fa-"],
.rb-modal-wrapper i[class^="fa-"],
.rb-modal-wrapper i[class*=" fa-"],
#waitaminute i[class^="fa-"],
#waitaminute i[class*=" fa-"],
#objectlibrary i[class^="fa-"],
#objectlibrary i[class*=" fa-"],
#rs_overview i[class^="fa-"],
#rs_overview i[class*=" fa-"],
#rs_overview_menu i[class^="fa-"],
#rs_overview_menu i[class*=" fa-"],
#builderView i[class^="fa-"],
#builderView i[class*=" fa-"] {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
rs-module [class^="fa-"]:before,
rs-module [class*=" fa-"]:before,
.rb-modal-wrapper [class^="fa-"]:before,
.rb-modal-wrapper [class*=" fa-"]:before,
#rs_overview [class^="fa-"]:before,
#rs_overview [class*=" fa-"]:before,
#objectlibrary [class^="fa-"]:before,
#objectlibrary [class*=" fa-"]:before,
#waitaminute [class^="fa-"]:before,
#waitaminute [class*=" fa-"]:before,
#rs_overview_menu [class^="fa-"]:before,
#rs_overview_menu [class*=" fa-"]:before,
#builderView [class^="fa-"]:before,
#builderView [class*=" fa-"]:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: auto;
  margin-right: 0;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  margin-left: 0;
}
rs-module .sr-only,
#objectlibrary .sr-only,
#waitaminute .sr-only,
#rs_overview .sr-only,
#rs_overview_menu .sr-only,
.rb-modal-wrapper .sr-only,
#builderView .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
rs-module .sr-only-focusable:active,
rs-module .sr-only-focusable:focus,
#waitaminute .sr-only-focusable:active,
#waitaminute .sr-only-focusable:focus,
#objectlibrary .sr-only-focusable:active,
#objectlibrary .sr-only-focusable:focus,
#rs_overview .sr-only-focusable:active,
#rs_overview .sr-only-focusable:focus,
#rs_overview_menu .sr-only-focusable:active,
#rs_overview_menu .sr-only-focusable:focus,
.rb-modal-wrapper .sr-only-focusable:active,
.rb-modal-wrapper .sr-only-focusable:focus,
#builderView .sr-only-focusable:active,
#builderView .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.revicon-search-1:before {
  content: "\e802";
}
.revicon-pencil-1:before {
  content: "\e831";
}
.revicon-picture-1:before {
  content: "\e803";
}
.revicon-cancel:before {
  content: "\e80a";
}
.revicon-info-circled:before {
  content: "\e80f";
}
.revicon-trash:before {
  content: "\e801";
}
.revicon-left-dir:before {
  content: "\e817";
}
.revicon-right-dir:before {
  content: "\e818";
}
.revicon-down-open:before {
  content: "\e83b";
}
.revicon-left-open:before {
  content: "\e819";
}
.revicon-right-open:before {
  content: "\e81a";
}
.revicon-angle-left:before {
  content: "\e820";
}
.revicon-angle-right:before {
  content: "\e81d";
}
.revicon-left-big:before {
  content: "\e81f";
}
.revicon-right-big:before {
  content: "\e81e";
}
.revicon-magic:before {
  content: "\e807";
}
.revicon-picture:before {
  content: "\e800";
}
.revicon-export:before {
  content: "\e80b";
}
.revicon-cog:before {
  content: "\e832";
}
.revicon-login:before {
  content: "\e833";
}
.revicon-logout:before {
  content: "\e834";
}
.revicon-video:before {
  content: "\e805";
}
.revicon-arrow-combo:before {
  content: "\e827";
}
.revicon-left-open-1:before {
  content: "\e82a";
}
.revicon-right-open-1:before {
  content: "\e82b";
}
.revicon-left-open-mini:before {
  content: "\e822";
}
.revicon-right-open-mini:before {
  content: "\e823";
}
.revicon-left-open-big:before {
  content: "\e824";
}
.revicon-right-open-big:before {
  content: "\e825";
}
.revicon-left:before {
  content: "\e836";
}
.revicon-right:before {
  content: "\e826";
}
.revicon-ccw:before {
  content: "\e808";
}
.revicon-arrows-ccw:before {
  content: "\e806";
}
.revicon-palette:before {
  content: "\e829";
}
.revicon-list-add:before {
  content: "\e80c";
}
.revicon-doc:before {
  content: "\e809";
}
.revicon-left-open-outline:before {
  content: "\e82e";
}
.revicon-left-open-2:before {
  content: "\e82c";
}
.revicon-right-open-outline:before {
  content: "\e82f";
}
.revicon-right-open-2:before {
  content: "\e82d";
}
.revicon-equalizer:before {
  content: "\e83a";
}
.revicon-layers-alt:before {
  content: "\e804";
}
.revicon-popup:before {
  content: "\e828";
}
.tp-fullwidth-forcer {
  z-index: 0;
  pointer-events: none;
}
rs-module-wrap {
  visibility: hidden;
}
rs-module-wrap,
rs-module-wrap * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
rs-module-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  display: block;
}
.rs-fixedscrollon rs-module-wrap {
  position: fixed !important;
  top: 0px !important;
  z-index: 1000;
  left: 0 !important;
}
.rs-stickyscrollon rs-module-wrap {
  position: sticky !important;
  top: 0;
  z-index: 1000;
}
.rs-stickyscrollon {
  overflow: visible !important;
}
rs-fw-forcer {
  display: block;
  width: 100%;
  pointer-events: none;
}
rs-module {
  position: relative;
  overflow: hidden;
  display: block;
}
rs-module.disableVerticalScroll {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
rs-pzimg-wrap,
rs-sbg-effectwrap,
rs-sbg {
  display: block;
  pointer-events: none;
}
rs-sbg-effectwrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
rs-sbg-px,
rs-sbg-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
}
a.rs-layer,
a.rs-layer:-webkit-any-link {
  text-decoration: none;
}
a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}
.entry-content rs-module a,
rs-module a {
  box-shadow: none;
}
.rs-ov-hidden {
  overflow: hidden !important;
}
.rs-forceoverflow,
.rs-forceoverflow rs-module-wrap,
.rs-forceoverflow rs-module,
.rs-forceoverflow rs-slides,
.rs-forceoverflow rs-slide {
  overflow: visible !important;
}
.tp-simpleresponsive img,
rs-module img {
  max-width: none !important;
  transition: none;
  margin: 0;
  padding: 0;
  border: none;
}
rs-module .no-slides-text {
  font-weight: 700;
  text-align: center;
  padding-top: 80px;
}
rs-slides,
rs-slide,
rs-slide:before {
  position: absolute;
  text-indent: 0em;
  top: 0;
  left: 0;
}
rs-slide,
rs-slide:before {
  display: block;
  visibility: hidden;
}
.rs-layer .rs-untoggled-content {
  display: block;
}
.rs-layer .rs-toggled-content {
  display: none;
}
.rs-tc-active.rs-layer .rs-toggled-content {
  display: block;
}
.rs-tc-active.rs-layer .rs-untoggled-content {
  display: none;
}
.rs-layer-video {
  overflow: hidden;
}
.rs_html5vidbasicstyles {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
rs-module rs-layer,
rs-module .rs-layer {
  opacity: 0;
  position: relative;
  visibility: hidden;
  white-space: nowrap;
  display: block;
  -webkit-font-smoothing: antialiased !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-osx-font-smoothing: grayscale;
  z-index: 1;
}
rs-layer-wrap,
rs-mask,
rs-module-wrap,
rs-module .rs-layer,
rs-module img {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
rs-module rs-mask-wrap .rs-layer,
rs-module rs-mask-wrap *:last-child,
.wpb_text_column rs-module rs-mask-wrap .rs-layer,
.wpb_text_column rs-module rs-mask-wrap *:last-child {
  margin-bottom: 0;
}
.rs-svg svg {
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: top;
}
rs-layer:not(.rs-wtbindex),
.rs-layer:not(.rs-wtbindex),
rs-alyer *:not(.rs-wtbindex),
.rs-layer *:not(.rs-wtbindex) {
  outline: none !important;
}
rs-carousel-wrap {
  cursor: url(../../../plugins/revslider/public/assets/css/openhand.cur), move;
}
rs-carousel-wrap.dragged {
  cursor: url(../../../plugins/revslider/public/assets/css/closedhand.cur), move;
}
rs-carousel-wrap.noswipe {
  cursor: default;
}
rs-carousel-wrap {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
rs-carousel-space {
  clear: both;
  display: block;
  width: 100%;
  height: 0;
  position: relative;
}
.tp_inner_padding {
  box-sizing: border-box;
  max-height: none !important;
}
.rs-layer.rs-selectable {
  -moz-user-select: all;
  -khtml-user-select: all;
  -webkit-user-select: all;
  -o-user-select: all;
}
rs-px-mask {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
rs-module embed,
rs-module iframe,
rs-module object,
rs-module audio,
rs-module video {
  max-width: none !important;
  border: none;
}
rs-bg-elem {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: block;
  pointer-events: none;
}
.tp-blockmask,
.tp-blockmask_in,
.tp-blockmask_out {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1000;
  transform: scaleX(0) scaleY(0);
}
rs-zone {
  position: absolute;
  width: 100%;
  left: 0;
  box-sizing: border-box;
  min-height: 50px;
  font-size: 0;
  pointer-events: none;
}
rs-row-wrap,
rs-column,
rs-cbg-mask-wrap {
  display: block;
  visibility: hidden;
}
rs-layer-wrap,
rs-parallax-wrap,
rs-loop-wrap,
rs-mask-wrap {
  display: block;
}
rs-column-wrap > rs-loop-wrap {
  z-index: 1;
}
rs-layer-wrap,
rs-mask-wrap,
rs-cbg-mask-wrap {
  transform-style: flat;
}
.safarifix rs-layer-wrap {
  perspective: 1000000;
}
@-moz-document url-prefix() {
  rs-layer-wrap,
  rs-mask-wrap,
  rs-cbg-mask-wrap {
    perspective: none;
  }
}
rs-mask-wrap {
  overflow: hidden;
}
rs-fullwidth-wrap {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
  max-width: none !important;
}
.rev_row_zone_top {
  top: 0;
}
.rev_row_zone_bottom {
  bottom: 0;
}
.rev_row_zone_middle {
  top: 50%;
  transform: perspective(1px) translateY(-50%);
}
rs-column-wrap .rs-parallax-wrap {
  vertical-align: top;
}
.rs-layer img,
rs-layer img {
  vertical-align: top;
}
rs-row,
rs-row.rs-layer {
  display: table;
  position: relative;
  width: 100% !important;
  table-layout: fixed;
  box-sizing: border-box;
  vertical-align: top;
  height: auto;
  font-size: 0;
}
rs-column-wrap {
  display: table-cell;
  position: relative;
  vertical-align: top;
  height: auto;
  box-sizing: border-box;
  font-size: 0;
}
rs-column {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100% !important;
  height: auto !important;
  white-space: normal !important;
}
rs-cbg-mask-wrap {
  position: absolute;
  z-index: 0;
  box-sizing: border-box;
}
rs-column-wrap rs-cbg-mask-wrap {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
rs-column-bg {
  position: absolute;
  z-index: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.rs-pelock * {
  pointer-events: none !important;
}
rs-column .rs-parallax-wrap,
rs-column rs-loop-wrap,
rs-column rs-mask-wrap {
  text-align: inherit;
}
rs-column rs-mask-wrap {
  display: inline-block;
}
rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  line-height: 0;
}
rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap,
rs-column .rev_layer_in_column {
  vertical-align: top;
}
.rev_break_columns {
  display: block !important;
}
.rev_break_columns rs-column-wrap.rs-parallax-wrap {
  display: block !important;
  width: 100% !important;
}
.rev_break_columns rs-column-wrap.rs-parallax-wrap.rs-layer-hidden,
.tp-forcenotvisible,
.tp-hide-revslider,
rs-row-wrap.rs-layer-hidden,
rs-column-wrap.rs-layer-hidden,
.rs-layer.rs-layer-hidden,
.rs-layer-audio.rs-layer-hidden,
.rs-parallax-wrap.rs-layer-hidden {
  visibility: hidden !important;
  display: none !important;
}
rs-layer.rs-nointeraction,
.rs-layer.rs-nointeraction {
  pointer-events: none !important;
}
rs-static-layers {
  position: absolute;
  z-index: 101;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
rs-static-layers.rs-stl-back {
  z-index: 0;
}
.rs-layer rs-fcr {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 0 solid transparent;
  border-top: 40px solid #00a8ff;
  position: absolute;
  right: 100%;
  top: 0;
}
.rs-layer rs-fcrt {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 40px solid #00a8ff;
  position: absolute;
  right: 100%;
  top: 0;
}
.rs-layer rs-bcr {
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 40px solid #00a8ff;
  position: absolute;
  left: 100%;
  top: 0;
}
.rs-layer rs-bcrt {
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #00a8ff;
  position: absolute;
  left: 100%;
  top: 0;
}
.tp-layer-inner-rotation {
  position: relative !important;
}
img.tp-slider-alternative-image {
  width: 100%;
  height: auto;
}
.noFilterClass {
  filter: none !important;
}
rs-bgvideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: block;
}
.rs-layer.coverscreenvideo {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.rs-layer.rs-fsv {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.rs-layer.rs-fsv audio,
.rs-layer.rs-fsv video,
.rs-layer.rs-fsv iframe,
.rs-layer.rs-fsv iframe audio,
.rs-layer.rs-fsv iframe video {
  width: 100%;
  height: 100%;
  display: none;
}
.fullcoveredvideo audio,
.rs-fsv audio .fullcoveredvideo video,
.rs-fsv video {
  background: #000;
}
.fullcoveredvideo rs-poster {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.videoisplaying .html5vid rs-poster {
  display: none;
}
.tp-video-play-button {
  background: #000;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  z-index: 3;
  margin-top: -25px;
  margin-left: -25px;
  line-height: 50px !important;
  text-align: center;
  cursor: pointer;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  z-index: 4;
  opacity: 0;
  transition: opacity 300ms ease-out !important;
}
.rs-audio .tp-video-play-button {
  display: none !important;
}
.rs-layer .html5vid {
  width: 100% !important;
  height: 100% !important;
}
.tp-video-play-button i {
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center !important;
  vertical-align: top;
  line-height: 50px !important;
  font-size: 30px !important;
}
.rs-layer:hover .tp-video-play-button {
  opacity: 1;
  display: block;
}
.rs-layer .tp-revstop {
  display: none;
  width: 15px;
  border-right: 5px solid #fff !important;
  border-left: 5px solid #fff !important;
  transform: translateX(50%) translateY(50%);
  height: 20px;
  margin-left: 11px !important;
  margin-top: 5px !important;
}
.videoisplaying .revicon-right-dir {
  display: none;
}
.videoisplaying .tp-revstop {
  display: block;
}
.videoisplaying .tp-video-play-button {
  display: none;
}
.fullcoveredvideo .tp-video-play-button {
  display: none !important;
}
.rs-fsv .rs-fsv audio {
  object-fit: contain !important;
}
.rs-fsv .rs-fsv video {
  object-fit: contain !important;
}
.rs-layer-video
  .html5vid.hidefullscreen
  video::-webkit-media-controls-fullscreen-button {
  display: none;
}
@supports not (-ms-high-contrast: none) {
  .rs-fsv .fullcoveredvideo audio {
    object-fit: cover !important;
  }
  .rs-fsv .fullcoveredvideo video {
    object-fit: cover !important;
  }
}
.rs-fullvideo-cover {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: transparent;
  z-index: 5;
}
.rs-nolc .tp-video-play-button,
rs-bgvideo video::-webkit-media-controls-start-playback-button,
rs-bgvideo video::-webkit-media-controls,
rs-bgvideo audio::-webkit-media-controls {
  display: none !important;
}
.rs-audio .tp-video-controls {
  opacity: 1 !important;
  visibility: visible !important;
}
rs-module h1.rs-layer,
rs-module h2.rs-layer,
rs-module h3.rs-layer,
rs-module h4.rs-layer,
rs-module h5.rs-layer,
rs-module h6.rs-layer,
rs-module div.rs-layer,
rs-module span.rs-layer,
rs-module p.rs-layer {
  margin: 0;
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}
rs-module h1.rs-layer:before,
rs-module h2.rs-layer:before,
rs-module h3.rs-layer:before,
rs-module h4.rs-layer:before,
rs-module h5.rs-layer:before,
rs-module h6.rs-layer:before {
  content: none;
}
rs-dotted {
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: block;
  pointer-events: none;
}
rs-sbg-wrap rs-dotted {
  z-index: 31;
}
rs-dotted.twoxtwo {
  background: url(../../../plugins/revslider/public/assets/assets/gridtile.png);
}
rs-dotted.twoxtwowhite {
  background: url(../../../plugins/revslider/public/assets/assets/gridtile_white.png);
}
rs-dotted.threexthree {
  background: url(../../../plugins/revslider/public/assets/assets/gridtile_3x3.png);
}
rs-dotted.threexthreewhite {
  background: url(../../../plugins/revslider/public/assets/assets/gridtile_3x3_white.png);
}
.tp-shadowcover {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  position: absolute;
  z-index: -1;
}
.tp-shadow1 {
  box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.8);
}
.tp-shadow2:before,
.tp-shadow2:after,
.tp-shadow3:before,
.tp-shadow4:after {
  z-index: -2;
  position: absolute;
  content: "";
  bottom: 10px;
  left: 10px;
  width: 50%;
  top: 85%;
  max-width: 300px;
  background: transparent;
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.8);
  transform: rotate(-3deg);
}
.tp-shadow2:after,
.tp-shadow4:after {
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.tp-shadow5 {
  position: relative;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.tp-shadow5:before,
.tp-shadow5:after {
  content: "";
  position: absolute;
  z-index: -2;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.6);
  top: 30%;
  bottom: 0;
  left: 20px;
  right: 20px;
  border-radius: 100px / 20px;
}
.rev-btn,
.rev-btn:visited {
  outline: none !important;
  box-shadow: none;
  text-decoration: none !important;
  box-sizing: border-box;
  cursor: pointer;
}
.rev-btn.rev-uppercase,
.rev-btn.rev-uppercase:visited {
  text-transform: uppercase;
}
.rev-btn i {
  font-size: inherit;
  font-weight: 400;
  position: relative;
  top: 0;
  transition: opacity 0.2s ease-out, margin 0.2s ease-out;
  margin-left: 0;
  line-height: inherit;
}
.rev-btn.rev-hiddenicon i {
  font-size: inherit;
  font-weight: 400;
  position: relative;
  top: 0;
  transition: opacity 0.2s ease-out, margin 0.2s ease-out;
  opacity: 0;
  margin-left: 0px !important;
  width: 0px !important;
}
.rev-btn.rev-hiddenicon:hover i {
  opacity: 1 !important;
  margin-left: 10px !important;
  width: auto !important;
}
.rev-burger {
  position: relative;
  box-sizing: border-box;
  padding: 22px 14px 22px 14px;
  border-radius: 50%;
  border: 1px solid rgba(51, 51, 51, 0.25);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}
.rev-burger span {
  display: block;
  width: 30px;
  height: 3px;
  background: #333;
  transition: 0.7s;
  pointer-events: none;
  transform-style: flat !important;
}
.rev-burger span:nth-child(2) {
  margin: 3px 0;
}
.quick_style_example_wrap .rev-burger:hover :first-child,
#dialog_addbutton .rev-burger:hover :first-child,
.open .rev-burger :first-child,
.open.rev-burger :first-child {
  transform: translateY(6px) rotate(-45deg);
}
.quick_style_example_wrap .rev-burger:hover :nth-child(2),
#dialog_addbutton .rev-burger:hover :nth-child(2),
.open .rev-burger :nth-child(2),
.open.rev-burger :nth-child(2) {
  transform: rotate(-45deg);
  opacity: 0;
}
.quick_style_example_wrap .rev-burger:hover :last-child,
#dialog_addbutton .rev-burger:hover :last-child,
.open .rev-burger :last-child,
.open.rev-burger :last-child {
  transform: translateY(-6px) rotate(-135deg);
}
.rev-burger.revb-white {
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.rev-b-span-light span,
.rev-burger.revb-white span {
  background: #fff;
}
.rev-burger.revb-whitenoborder {
  border: 0;
}
.rev-burger.revb-whitenoborder span {
  background: #fff;
}
.rev-burger.revb-darknoborder {
  border: 0;
}
.rev-b-span-dark span,
.rev-burger.revb-darknoborder span {
  background: #333;
}
.rev-burger.revb-whitefull {
  background: #fff;
  border: none;
}
.rev-burger.revb-whitefull span {
  background: #333;
}
.rev-burger.revb-darkfull {
  background: #333;
  border: none;
}
.rev-burger.revb-darkfull span {
  background: #fff;
}
@keyframes rev-ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 70%;
  }
  50% {
    opacity: 0;
    top: 70%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
.rev-scroll-btn {
  display: inline-block;
  position: relative;
  left: 0;
  right: 0;
  text-align: center;
  cursor: pointer;
  width: 35px;
  height: 55px;
  box-sizing: border-box;
  border: 3px solid #fff;
  border-radius: 23px;
}
.rev-scroll-btn > * {
  display: inline-block;
  line-height: 18px;
  font-size: 13px;
  font-weight: 400;
  color: #7f8c8d;
  color: #fff;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *.active {
  color: #fff;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *:active,
.rev-scroll-btn > *.active {
  opacity: 0.8;
}
.rev-scroll-btn.revs-fullwhite {
  background: #fff;
}
.rev-scroll-btn.revs-fullwhite span {
  background: #333;
}
.rev-scroll-btn.revs-fulldark {
  background: #333;
  border: none;
}
.rev-scroll-btn.revs-fulldark span {
  background: #fff;
}
.rev-scroll-btn span {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  border-radius: 50%;
  animation: rev-ani-mouse 2.5s linear infinite;
  background: #fff;
}
.rev-scroll-btn.rev-b-span-dark {
  border-color: #333;
}
.rev-scroll-btn.rev-b-span-dark span,
.rev-scroll-btn.revs-dark span {
  background: #333;
}
.rev-control-btn {
  position: relative;
  display: inline-block;
  z-index: 5;
  color: #fff;
  font-size: 20px;
  line-height: 60px;
  font-weight: 400;
  font-style: normal;
  font-family: Raleway;
  text-decoration: none;
  text-align: center;
  background-color: #000;
  border-radius: 50px;
  text-shadow: none;
  background-color: rgba(0, 0, 0, 0.5);
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  cursor: pointer;
}
.rev-cbutton-dark-sr {
  border-radius: 3px;
}
.rev-cbutton-light {
  color: #333;
  background-color: rgba(255, 255, 255, 0.75);
}
.rev-cbutton-light-sr {
  color: #333;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.75);
}
.rev-sbutton {
  line-height: 37px;
  width: 37px;
  height: 37px;
}
.rev-sbutton-blue {
  background-color: #3b5998;
}
.rev-sbutton-lightblue {
  background-color: #00a0d1;
}
.rev-sbutton-red {
  background-color: #dd4b39;
}
rs-progress {
  visibility: hidden;
  position: absolute;
  z-index: 200;
  width: 100%;
  height: 100%;
}
rs-progress-bar,
.rs-progress-bar {
  display: block;
  z-index: 20;
  box-sizing: border-box;
  background-clip: content-box;
  position: absolute;
  vertical-align: top;
  line-height: 0;
  width: 100%;
  height: 100%;
}
rs-progress-bgs {
  display: block;
  z-index: 15;
  box-sizing: border-box;
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}
rs-progress-bg {
  display: block;
  background-clip: content-box;
  position: absolute;
  width: 100%;
  height: 100%;
}
rs-progress-gap {
  display: block;
  background-clip: content-box;
  position: absolute;
  width: 100%;
  height: 100%;
}
rs-progress-vis {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.rs-layer img {
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
.rs-layer.slidelink {
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.rs-layer.slidelink a {
  width: 100%;
  height: 100%;
  display: block;
}
.rs-layer.slidelink a div {
  width: 3000px;
  height: 1500px;
  background: url(../../../plugins/revslider/public/assets/assets/coloredbg.png)
    repeat;
}
.rs-layer.slidelink a span {
  background: url(../../../plugins/revslider/public/assets/assets/coloredbg.png)
    repeat;
  width: 100%;
  height: 100%;
  display: block;
}
.rs-layer .rs-starring {
  display: inline-block;
}
.rs-layer .rs-starring .star-rating {
  float: none;
  display: inline-block;
  vertical-align: top;
  color: #ffc321 !important;
}
.rs-layer .rs-starring .star-rating,
.rs-layer .rs-starring-page .star-rating {
  position: relative;
  height: 1em;
  width: 5.4em;
  font-family: star;
  font-size: 1em !important;
}
.rs-layer .rs-starring .star-rating:before,
.rs-layer .rs-starring-page .star-rating:before {
  content: "\73\73\73\73\73";
  color: #e0dadf;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.rs-layer .rs-starring .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
  font-size: 1em !important;
}
.rs-layer .rs-starring .star-rating span:before,
.rs-layer .rs-starring .star-rating span:before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
}
rs-loader {
  top: 50%;
  left: 50%;
  z-index: 10000;
  position: absolute;
}
rs-loader.off {
  display: none !important;
}
rs-loader.spinner0 {
  width: 40px;
  height: 40px;
  background-color: #fff;
  background-image: url(../../../plugins/revslider/public/assets/assets/loader.gif);
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  margin-top: -20px;
  margin-left: -20px;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
}
rs-loader.spinner1 {
  width: 40px;
  height: 40px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  margin-top: -20px;
  margin-left: -20px;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
}
rs-loader.spinner5 {
  background-image: url(../../../plugins/revslider/public/assets/assets/loader.gif);
  background-repeat: no-repeat;
  background-position: 10px 10px;
  background-color: #fff;
  margin: -22px -22px;
  width: 44px;
  height: 44px;
  border-radius: 3px;
}
@keyframes tp-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
rs-loader.spinner2 {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  background-color: red;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  animation: tp-scaleout 1s infinite ease-in-out;
}
@keyframes tp-scaleout {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
rs-loader.spinner3 {
  margin: -9px 0 0 -35px;
  width: 70px;
  text-align: center;
}
rs-loader.spinner3 .bounce1,
rs-loader.spinner3 .bounce2,
rs-loader.spinner3 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  display: inline-block;
  animation: tp-bouncedelay 1.4s infinite ease-in-out;
  animation-fill-mode: both;
}
rs-loader.spinner3 .bounce1 {
  animation-delay: -0.32s;
}
rs-loader.spinner3 .bounce2 {
  animation-delay: -0.16s;
}
@keyframes tp-bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
rs-loader.spinner4 {
  margin: -20px 0 0 -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  animation: tp-rotate 2s infinite linear;
}
rs-loader.spinner4 .dot1,
rs-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  animation: tp-bounce 2s infinite ease-in-out;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
rs-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}
@keyframes tp-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes tp-bounce {
  0%,
  100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
rs-layer iframe {
  visibility: hidden;
}
rs-layer.rs-ii-o iframe {
  visibility: visible;
}
rs-layer input[type="text"],
rs-layer input[type="email"],
rs-layer input[type="url"],
rs-layer input[type="password"],
rs-layer input[type="search"],
rs-layer input[type="number"],
rs-layer input[type="tel"],
rs-layer input[type="range"],
rs-layer input[type="date"],
rs-layer input[type="month"],
rs-layer input[type="week"],
rs-layer input[type="time"],
rs-layer input[type="datetime"],
rs-layer input[type="datetime-local"] {
  display: inline-block;
}
rs-layer input::placeholder {
  vertical-align: middle;
  line-height: inherit !important;
}
a.rs-layer {
  transition: none;
}
rs-thumbs-wrap,
rs-tabs-wrap,
rs-thumbs,
rs-thumb,
rs-tab,
rs-bullet,
rs-bullets,
rs-navmask,
rs-tabs,
rs-arrow {
  display: block;
}
.tp-thumbs.navbar,
.tp-bullets.navbar,
.tp-tabs.navbar {
  border: none;
  min-height: 0;
  margin: 0;
  border-radius: 0;
}
.tp-tabs,
.tp-thumbs,
.tp-bullets {
  position: absolute;
  display: block;
  z-index: 1000;
  top: 0;
  left: 0;
}
.tp-tab,
.tp-thumb {
  cursor: pointer;
  position: absolute;
  opacity: 0.5;
  box-sizing: border-box;
}
.tp-arr-imgholder,
rs-poster,
.tp-thumb-image,
.tp-tab-image {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
rs-poster {
  cursor: pointer;
  z-index: 3;
}
.tp-tab:hover,
.tp-tab.selected,
.tp-thumb:hover,
.tp-thumb.selected {
  opacity: 1;
}
.tp-tab-mask,
.tp-thumb-mask {
  box-sizing: border-box !important;
}
.tp-tabs,
.tp-thumbs {
  box-sizing: content-box !important;
}
.tp-bullet {
  width: 15px;
  height: 15px;
  position: absolute;
  background: #fff;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}
.tp-bullet.selected,
.tp-bullet:hover {
  background: #fff;
}
.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
}
.tparrows:hover {
  background: #000;
}
.tparrows:before {
  font-family: "revicons";
  font-size: 15px;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center;
}
.tparrows.tp-leftarrow:before {
  content: "\e824";
}
.tparrows.tp-rightarrow:before {
  content: "\e825";
}
.rs-layer [class^="pe-7s-"]:before,
.rs-layer [class*=" pe-7s-"]:before,
.rs-layer [class^="pe-7s-"],
.rs-layer [class*=" pe-7s-"] {
  width: auto;
  margin: 0;
  line-height: inherit;
  box-sizing: inherit;
}
rs-pzimg-wrap {
  display: block;
}
body.rtl .rs-pzimg {
  left: 0 !important;
}
.dddwrappershadow {
  box-shadow: 0 45px 100px rgba(0, 0, 0, 0.4);
}
.dddwrapper {
  transform-style: flat;
  perspective: 10000px;
}
.rs_error_message_box {
  background: #111;
  width: 800px;
  margin: 40px auto;
  padding: 40px 20px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
}
.rs_error_message_oops {
  margin: 0 0 20px;
  line-height: 60px;
  font-size: 34px;
  color: #fff;
}
.rs_error_message_content {
  margin: 0 0 20px;
  line-height: 25px;
  font-size: 17px;
  color: #fff;
}
.rs_error_message_button {
  color: #fff !important;
  background: #333;
  display: inline-block;
  padding: 10px 15px;
  text-align: right;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none !important;
}
.rs_error_message_button:hover {
  background: #5e35b1;
}
.hglayerinfo {
  position: fixed;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.75);
  padding: 5px 10px;
  z-index: 2000;
  white-space: normal;
}
.hginfo {
  position: absolute;
  top: -2px;
  left: -2px;
  color: #e74c3c;
  font-size: 12px;
  font-weight: 600;
  background: #000;
  padding: 2px 5px;
}
.indebugmode .rs-layer:hover {
  border: 1px dashed #c0392b !important;
}
.helpgrid {
  border: 2px dashed #c0392b;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#revsliderlogloglog {
  padding: 15px;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 200px;
  height: 150px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100000;
  font-size: 10px;
  overflow: scroll;
}
.aden {
  filter: hue-rotate(-20deg) contrast(0.9) saturate(0.85) brightness(1.2);
}
.aden::after {
  background: linear-gradient(to right, rgba(66, 10, 14, 0.2), transparent);
  mix-blend-mode: darken;
}
.perpetua::after,
.reyes::after {
  mix-blend-mode: soft-light;
  opacity: 0.5;
}
.inkwell {
  filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1);
}
.perpetua::after {
  background: linear-gradient(to bottom, #005b9a, #e6c13d);
}
.reyes {
  filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75);
}
.reyes::after {
  background: #efcdad;
}
.gingham {
  filter: brightness(1.05) hue-rotate(-10deg);
}
.gingham::after {
  background: linear-gradient(to right, rgba(66, 10, 14, 0.2), transparent);
  mix-blend-mode: darken;
}
.toaster {
  filter: contrast(1.5) brightness(0.9);
}
.toaster::after {
  background: radial-gradient(circle, #804e0f, #3b003b);
  mix-blend-mode: screen;
}
.walden {
  filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6);
}
.walden::after {
  background: #04c;
  mix-blend-mode: screen;
  opacity: 0.3;
}
.hudson {
  filter: brightness(1.2) contrast(0.9) saturate(1.1);
}
.hudson::after {
  background: radial-gradient(circle, #a6b1ff 50%, #342134);
  mix-blend-mode: multiply;
  opacity: 0.5;
}
.earlybird {
  filter: contrast(0.9) sepia(0.2);
}
.earlybird::after {
  background: radial-gradient(circle, #d0ba8e 20%, #360309 85%, #1d0210 100%);
  mix-blend-mode: overlay;
}
.mayfair {
  filter: contrast(1.1) saturate(1.1);
}
.mayfair::after {
  background: radial-gradient(
    circle at 40% 40%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 200, 200, 0.6),
    #111 60%
  );
  mix-blend-mode: overlay;
  opacity: 0.4;
}
.lofi {
  filter: saturate(1.1) contrast(1.5);
}
.lofi::after {
  background: radial-gradient(circle, transparent 70%, #222 150%);
  mix-blend-mode: multiply;
}
._1977 {
  filter: contrast(1.1) brightness(1.1) saturate(1.3);
}
._1977:after {
  background: rgba(243, 106, 188, 0.3);
  mix-blend-mode: screen;
}
.brooklyn {
  filter: contrast(0.9) brightness(1.1);
}
.brooklyn::after {
  background: radial-gradient(circle, rgba(168, 223, 193, 0.4) 70%, #c4b7c8);
  mix-blend-mode: overlay;
}
.xpro2 {
  filter: sepia(0.3);
}
.xpro2::after {
  background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
  mix-blend-mode: color-burn;
}
.nashville {
  filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2);
}
.nashville::after {
  background: rgba(0, 70, 150, 0.4);
  mix-blend-mode: lighten;
}
.nashville::before {
  background: rgba(247, 176, 153, 0.56);
  mix-blend-mode: darken;
}
.lark {
  filter: contrast(0.9);
}
.lark::after {
  background: rgba(242, 242, 242, 0.8);
  mix-blend-mode: darken;
}
.lark::before {
  background: #22253f;
  mix-blend-mode: color-dodge;
}
.moon {
  filter: grayscale(1) contrast(1.1) brightness(1.1);
}
.moon::before {
  background: #a0a0a0;
  mix-blend-mode: soft-light;
}
.moon::after {
  background: #383838;
  mix-blend-mode: lighten;
}
.clarendon {
  filter: contrast(1.2) saturate(1.35);
}
.clarendon:before {
  background: rgba(127, 187, 227, 0.2);
  mix-blend-mode: overlay;
}
.willow {
  filter: grayscale(0.5) contrast(0.95) brightness(0.9);
}
.willow::before {
  background-color: radial-gradient(40%, circle, #d4a9af 55%, #000 150%);
  mix-blend-mode: overlay;
}
.willow::after {
  background-color: #d8cdcb;
  mix-blend-mode: color;
}
.rise {
  filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9);
}
.rise::after {
  background: radial-gradient(
    circle,
    rgba(232, 197, 152, 0.8),
    transparent 90%
  );
  mix-blend-mode: overlay;
  opacity: 0.6;
}
.rise::before {
  background: radial-gradient(
    circle,
    rgba(236, 205, 169, 0.15) 55%,
    rgba(50, 30, 7, 0.4)
  );
  mix-blend-mode: multiply;
}
._1977:after,
._1977:before,
rs-pzimg-wrap.aden:after,
.aden:before,
.brooklyn:after,
.brooklyn:before,
.clarendon:after,
.clarendon:before,
.earlybird:after,
.earlybird:before,
.gingham:after,
.gingham:before,
.hudson:after,
.hudson:before,
.inkwell:after,
.inkwell:before,
.lark:after,
.lark:before,
.lofi:after,
.lofi:before,
.mayfair:after,
.mayfair:before,
.moon:after,
.moon:before,
.nashville:after,
.nashville:before,
.perpetua:after,
.perpetua:before,
.reyes:after,
.reyes:before,
.rise:after,
.rise:before,
.slumber:after,
.slumber:before,
.toaster:after,
.toaster:before,
.walden:after,
.walden:before,
.willow:after,
.willow:before,
.xpro2:after,
.xpro2:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
}
._1977,
.aden,
.brooklyn,
.clarendon,
.earlybird,
.gingham,
.hudson,
.inkwell,
.lark,
.lofi,
.mayfair,
.moon,
.nashville,
.perpetua,
.reyes,
.rise,
.slumber,
.toaster,
.walden,
.willow,
.xpro2 {
  position: relative;
}
._1977 img,
.aden img,
.brooklyn img,
.clarendon img,
.earlybird img,
.gingham img,
.hudson img,
.inkwell img,
.lark img,
.lofi img,
.mayfair img,
.moon img,
.nashville img,
.perpetua img,
.reyes img,
.rise img,
.slumber img,
.toaster img,
.walden img,
.willow img,
.xpro2 img {
  width: 100%;
  z-index: 1;
}
._1977:before,
.aden:before,
.brooklyn:before,
.clarendon:before,
.earlybird:before,
.gingham:before,
.hudson:before,
.inkwell:before,
.lark:before,
.lofi:before,
.mayfair:before,
.moon:before,
.nashville:before,
.perpetua:before,
.reyes:before,
.rise:before,
.slumber:before,
.toaster:before,
.walden:before,
.willow:before,
.xpro2:before {
  z-index: 2;
}
._1977:after,
.aden:after,
.brooklyn:after,
.clarendon:after,
.earlybird:after,
.gingham:after,
.hudson:after,
.inkwell:after,
.lark:after,
.lofi:after,
.mayfair:after,
.moon:after,
.nashville:after,
.perpetua:after,
.reyes:after,
.rise:after,
.slumber:after,
.toaster:after,
.walden:after,
.willow:after,
.xpro2:after {
  z-index: 3;
}
.slumber {
  filter: saturate(0.66) brightness(1.05);
}
.slumber::after {
  background: rgba(125, 105, 24, 0.5);
  mix-blend-mode: soft-light;
}
.slumber::before {
  background: rgba(69, 41, 12, 0.4);
  mix-blend-mode: lighten;
}
rs-pzimg-wrap.perpetua:before,
rs-pzimg-wrap.perpetua:after,
rs-pzimg-wrap.nashville:before,
rs-pzimg-wrap.nashville:after,
rs-pzimg-wrap.xpro2:before,
rs-pzimg-wrap.xpro2:after,
rs-pzimg-wrap._1977:after,
rs-pzimg-wrap._1977:before,
rs-pzimg-wrap.aden:after,
rs-pzimg-wrap.aden:before,
rs-pzimg-wrap.brooklyn:after,
rs-pzimg-wrap.brooklyn:before,
rs-pzimg-wrap.clarendon:after,
rs-pzimg-wrap.clarendon:before,
rs-pzimg-wrap.earlybird:after,
rs-pzimg-wrap.earlybird:before,
rs-pzimg-wrap.gingham:after,
rs-pzimg-wrap.gingham:before,
rs-pzimg-wrap.hudson:after,
rs-pzimg-wrap.hudson:before,
rs-pzimg-wrap.inkwell:after,
rs-pzimg-wrap.inkwell:before,
rs-pzimg-wrap.lark:after,
rs-pzimg-wrap.lark:before,
rs-pzimg-wrap.lofi:after,
rs-pzimg-wrap.lofi:before,
rs-pzimg-wrap.mayfair:after,
rs-pzimg-wrap.mayfair:before,
rs-pzimg-wrap.moon:after,
rs-pzimg-wrap.moon:before,
rs-pzimg-wrap.reyes:after,
rs-pzimg-wrap.reyes:before,
rs-pzimg-wrap.rise:after,
rs-pzimg-wrap.rise:before,
rs-pzimg-wrap.slumber:after,
rs-pzimg-wrap.slumber:before,
rs-pzimg-wrap.toaster:after,
rs-pzimg-wrap.toaster:before,
rs-pzimg-wrap.walden:after,
rs-pzimg-wrap.walden:before,
rs-pzimg-wrap.willow:after,
rs-pzimg-wrap.willow:before,
rs-pzimg-wrap:before,
rs-pzimg-wrap:after {
  height: 500%;
  width: 500%;
}
rs-loader.spinner6 {
  width: 40px;
  height: 40px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
rs-loader.spinner6 .rs-spinner-inner {
  width: 100%;
  height: 100%;
  display: inline-block;
  -webkit-animation: rs-revealer-6 1.4s linear infinite;
  animation: rs-revealer-6 1.4s linear infinite;
}
rs-loader.spinner6 .rs-spinner-inner span {
  position: absolute;
  vertical-align: top;
  border-radius: 100%;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 16px;
  transform-origin: center 20px;
  -webkit-transform-origin: center 20px;
}
rs-loader.spinner6 .rs-spinner-inner span:nth-child(2) {
  transform: rotate(36deg);
  -webkit-transform: rotate(36deg);
  opacity: 0.1;
}
rs-loader.spinner6 .rs-spinner-inner span:nth-child(3) {
  transform: rotate(72deg);
  -webkit-transform: rotate(72deg);
  opacity: 0.2;
}
rs-loader.spinner6 .rs-spinner-inner span:nth-child(4) {
  transform: rotate(108deg);
  -webkit-transform: rotate(108deg);
  opacity: 0.3;
}
rs-loader.spinner6 .rs-spinner-inner span:nth-child(5) {
  transform: rotate(144deg);
  -webkit-transform: rotate(144deg);
  opacity: 0.4;
}
rs-loader.spinner6 .rs-spinner-inner span:nth-child(6) {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  opacity: 0.5;
}
rs-loader.spinner6 .rs-spinner-inner span:nth-child(7) {
  transform: rotate(216deg);
  -webkit-transform: rotate(216deg);
  opacity: 0.6;
}
rs-loader.spinner6 .rs-spinner-inner span:nth-child(8) {
  transform: rotate(252deg);
  -webkit-transform: rotate(252deg);
  opacity: 0.7;
}
rs-loader.spinner6 .rs-spinner-inner span:nth-child(9) {
  transform: rotate(288deg);
  -webkit-transform: rotate(288deg);
  opacity: 0.8;
}
rs-loader.spinner6 .rs-spinner-inner span:nth-child(10) {
  transform: rotate(324deg);
  -webkit-transform: rotate(324deg);
  opacity: 0.9;
}
@keyframes rs-revealer-6 {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rs-revealer-6 {
  from {
    -webkit-transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
rs-loader.spinner7 {
  width: 35px;
  height: 35px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
rs-loader.spinner7 .rs-spinner-inner {
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 0;
  border-radius: 100%;
  border: 2px solid;
  -webkit-animation: rs-revealer-7 0.8s linear infinite;
  animation: rs-revealer-7 0.8s linear infinite;
}
@keyframes rs-revealer-7 {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rs-revealer-7 {
  from {
    -webkit-transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
rs-loader.spinner8 {
  width: 50px;
  height: 50px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
rs-loader.spinner8 .rs-spinner-inner {
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 0;
  text-align: left;
}
rs-loader.spinner8 .rs-spinner-inner span {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -webkit-animation: rs-revealer-8 1.6s linear infinite;
  animation: rs-revealer-8 1.6s linear infinite;
}
rs-loader.spinner8 .rs-spinner-inner span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}
@keyframes rs-revealer-8 {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
@-webkit-keyframes rs-revealer-8 {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}
rs-loader.spinner9 {
  width: 40px;
  height: 40px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
rs-loader.spinner9 .rs-spinner-inner span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: rs-revealer-9 2s infinite ease-in-out;
  animation: rs-revealer-9 2s infinite ease-in-out;
}
rs-loader.spinner9 .rs-spinner-inner span:last-child {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes rs-revealer-9 {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes rs-revealer-9 {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
rs-loader.spinner10 {
  width: 54px;
  height: 40px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
rs-loader.spinner10 .rs-spinner-inner {
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 10px;
}
rs-loader.spinner10 .rs-spinner-inner span {
  display: block;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: rs-revealer-10 1.2s infinite ease-in-out;
  animation: rs-revealer-10 1.2s infinite ease-in-out;
}
rs-loader.spinner10 .rs-spinner-inner span:nth-child(2) {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
rs-loader.spinner10 .rs-spinner-inner span:nth-child(3) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
rs-loader.spinner10 .rs-spinner-inner span:nth-child(4) {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
rs-loader.spinner10 .rs-spinner-inner span:nth-child(5) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes rs-revealer-10 {
  0%,
  100%,
  40% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes rs-revealer-10 {
  0%,
  100%,
  40% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
rs-loader.spinner11 {
  width: 40px;
  height: 40px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
rs-loader.spinner11 .rs-spinner-inner {
  width: 100%;
  height: 100%;
}
rs-loader.spinner11 .rs-spinner-inner span {
  display: block;
  width: 33%;
  height: 33%;
  background-color: #333;
  float: left;
  -webkit-animation: rs-revealer-11 1.3s infinite ease-in-out;
  animation: rs-revealer-11 1.3s infinite ease-in-out;
}
rs-loader.spinner11 .rs-spinner-inner span:nth-child(1) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
rs-loader.spinner11 .rs-spinner-inner span:nth-child(2) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
rs-loader.spinner11 .rs-spinner-inner span:nth-child(3) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
rs-loader.spinner11 .rs-spinner-inner span:nth-child(4) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
rs-loader.spinner11 .rs-spinner-inner span:nth-child(5) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
rs-loader.spinner11 .rs-spinner-inner span:nth-child(6) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
rs-loader.spinner11 .rs-spinner-inner span:nth-child(7) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
rs-loader.spinner11 .rs-spinner-inner span:nth-child(8) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
rs-loader.spinner11 .rs-spinner-inner span:nth-child(9) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
@-webkit-keyframes rs-revealer-11 {
  0%,
  100%,
  70% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@keyframes rs-revealer-11 {
  0%,
  100%,
  70% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
rs-loader.spinner12 {
  width: 35px;
  height: 35px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
rs-loader.spinner12 .rs-spinner-inner {
  width: 100%;
  height: 100%;
  -webkit-animation: rs-revealer-12 1s infinite linear;
  animation: rs-revealer-12 1s infinite linear;
}
@-webkit-keyframes rs-revealer-12 {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rs-revealer-12 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
rs-loader.spinner13 {
  width: 40px;
  height: 40px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
rs-loader.spinner13 .rs-spinner-inner {
  width: 100%;
  height: 100%;
}
rs-loader.spinner13 .rs-spinner-inner span {
  display: block;
  width: 40%;
  height: 40%;
  position: absolute;
  border-radius: 50%;
  -webkit-animation: rs-revealer-13 2s ease infinite;
  animation: rs-revealer-13 2s ease infinite;
}
rs-loader.spinner13 .rs-spinner-inner span:nth-child(1) {
  animation-delay: -1.5s;
  -webkit-animation-delay: -1.5s;
}
rs-loader.spinner13 .rs-spinner-inner span:nth-child(2) {
  animation-delay: -1s;
  -webkit-animation-delay: -1s;
}
rs-loader.spinner13 .rs-spinner-inner span:nth-child(3) {
  animation-delay: -0.5s;
  -webkit-animation-delay: -0.5s;
}
@keyframes rs-revealer-13 {
  0%,
  100% {
    transform: translate(0);
  }
  25% {
    transform: translate(160%);
  }
  50% {
    transform: translate(160%, 160%);
  }
  75% {
    transform: translate(0, 160%);
  }
}
@-webkit-keyframes rs-revealer-13 {
  0%,
  100% {
    -webkit-transform: translate(0);
  }
  25% {
    -webkit-transform: translate(160%);
  }
  50% {
    -webkit-transform: translate(160%, 160%);
  }
  75% {
    -webkit-transform: translate(0, 160%);
  }
}
rs-loader.spinner14 {
  width: 40px;
  height: 40px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
rs-loader.spinner14 .rs-spinner-inner {
  width: 100%;
  height: 100%;
  animation: rs-revealer-14 1s infinite linear;
}
rs-loader.spinner14 .rs-spinner-inner span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin: -8px;
}
rs-loader.spinner14 .rs-spinner-inner span:nth-child(1) {
  -webkit-animation: rs-revealer-14-1 2s infinite;
  animation: rs-revealer-14-1 2s infinite;
}
rs-loader.spinner14 .rs-spinner-inner span:nth-child(2) {
  -webkit-animation: rs-revealer-14-2 2s infinite;
  animation: rs-revealer-14-2 2s infinite;
}
rs-loader.spinner14 .rs-spinner-inner span:nth-child(3) {
  -webkit-animation: rs-revealer-14-3 2s infinite;
  animation: rs-revealer-14-3 2s infinite;
}
rs-loader.spinner14 .rs-spinner-inner span:nth-child(4) {
  -webkit-animation: rs-revealer-14-4 2s infinite;
  animation: rs-revealer-14-4 2s infinite;
}
@-webkit-keyframes rs-revealer-14-1 {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
  }
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, 80%, 0);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, 80%, 0);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
  }
}
@-webkit-keyframes rs-revealer-14-2 {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
  }
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, -80%, 0);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, -80%, 0);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
  }
}
@-webkit-keyframes rs-revealer-14-3 {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
  }
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, -80%, 0);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, -80%, 0);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
  }
}
@-webkit-keyframes rs-revealer-14-4 {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
  }
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, 80%, 0);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, 80%, 0);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
  }
}
@keyframes rs-revealer-14-1 {
  0% {
    transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
  }
  20% {
    transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, 80%, 0);
  }
  80% {
    transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, 80%, 0);
  }
  100% {
    transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
  }
}
@keyframes rs-revealer-14-2 {
  0% {
    transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
  }
  20% {
    transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, -80%, 0);
  }
  80% {
    transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, -80%, 0);
  }
  100% {
    transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
  }
}
@keyframes rs-revealer-14-3 {
  0% {
    transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
  }
  20% {
    transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, -80%, 0);
  }
  80% {
    transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, -80%, 0);
  }
  100% {
    transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
  }
}
@keyframes rs-revealer-14-4 {
  0% {
    transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
  }
  20% {
    transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, 80%, 0);
  }
  80% {
    transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, 80%, 0);
  }
  100% {
    transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
  }
}
rs-loader.spinner15 {
  width: 40px;
  height: 40px;
  margin-top: -4px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
rs-loader.spinner15 .rs-spinner-inner {
  width: 100%;
  height: 100%;
}
rs-loader.spinner15 .rs-spinner-inner span {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: rs-revealer-15 1.8s infinite ease-in-out;
  animation: rs-revealer-15 1.8s infinite ease-in-out;
}
rs-loader.spinner15 .rs-spinner-inner:last-child {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
@-webkit-keyframes rs-revealer-15 {
  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes rs-revealer-15 {
  25% {
    transform: translateX(30px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(30px) translateY(30px) rotate(-179deg);
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(30px) translateY(30px) rotate(-180deg);
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
  }
  75% {
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
.bgcanvas {
  display: none;
  position: absolute;
  overflow: hidden;
}
.wpml-ls-legacy-list-horizontal {
  border: 1px solid transparent;
  padding: 7px;
  clear: both;
}
.wpml-ls-legacy-list-horizontal > ul {
  padding: 0;
  margin: 0 !important;
  list-style-type: none;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
}
.wpml-ls-legacy-list-horizontal a {
  display: block;
  text-decoration: none;
  padding: 5px 10px;
  line-height: 1;
}
.wpml-ls-legacy-list-horizontal a span {
  vertical-align: middle;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-flag {
  display: inline;
  vertical-align: middle;
  width: 18px;
  height: 12px;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-flag + span {
  margin-left: 0.4em;
}
.rtl .wpml-ls-legacy-list-horizontal .wpml-ls-flag + span {
  margin-left: 0;
  margin-right: 0.4em;
}
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
  margin-bottom: 30px;
}
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer > ul {
  text-align: center;
}
@charset "UTF-8";
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes floating {
  from {
    -webkit-transform: translate(0, 0);
  }
  65% {
    -webkit-transform: translate(0, 15px);
  }
  to {
    -webkit-transform: translate(0, 0);
  }
}
@-moz-keyframes floating {
  from {
    -moz-transform: translate(0, 0);
  }
  65% {
    -moz-transform: translate(0, 15px);
  }
  to {
    -moz-transform: translate(0, 0);
  }
}
@-webkit-keyframes zoomOut {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: 100%;
}
body {
  margin: 0;
  min-height: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-size: 1em;
  font-family: monospace, monospace;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  color: inherit;
  font: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
button[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid silver;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
.wctlzvzoroqirr {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media (min-width: 544px) {
  .wctlzvzoroqirr {
    max-width: 576px;
  }
}
@media (min-width: 769px) {
  .wctlzvzoroqirr {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .wctlzvzoroqirr {
    max-width: 940px;
  }
}
@media (min-width: 1200px) {
  .wctlzvzoroqirr {
    max-width: 1140px;
  }
}
.wctlzvzoroqirr-fluid,
.xwide > .wrapper,
[mode="xwide"] > .wrapper,
.hhviizleagfrpeg--left .wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.gwhgetveyzxug,
.insight-carousel .slick-track,
.insight-process--small-icon {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
.col-xs-1,
.scxupueaou,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.eyjhdfdxdh,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.xsfqohdaic,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.atazewwzowk,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
[blog="fullwidth"] .losdiglhfivd,
[blog="content-sidebar"] .losdiglhfivd,
[blog="content-sidebar"] .widget-area,
[blog="sidebar-content"] .losdiglhfivd,
[blog="sidebar-content"] .widget-area,
.topbar,
.copyright__social,
.copyright__social[position="left"],
.copyright__social[position="left"] + .copyright__text,
.copyright__social[position="right"],
.copyright__social[position="right"] + .copyright__text,
.copyright__text {
  position: relative;
  min-height: 1px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
}
.col-xs-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.scxupueaou {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-xs-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-xs-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.col-xs-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.col-xs-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-xs-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.eyjhdfdxdh {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.col-xs-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-xs-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.col-xs-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.xsfqohdaic {
  flex: 0 0 100%;
  max-width: 100%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-pull-1 {
  right: 8.33333%;
}
.col-xs-pull-2 {
  right: 16.66667%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-4 {
  right: 33.33333%;
}
.col-xs-pull-5 {
  right: 41.66667%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 58.33333%;
}
.col-xs-pull-8 {
  right: 66.66667%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-10 {
  right: 83.33333%;
}
.col-xs-pull-11 {
  right: 91.66667%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-push-1 {
  left: 8.33333%;
}
.col-xs-push-2 {
  left: 16.66667%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-4 {
  left: 33.33333%;
}
.col-xs-push-5 {
  left: 41.66667%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-7 {
  left: 58.33333%;
}
.col-xs-push-8 {
  left: 66.66667%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-10 {
  left: 83.33333%;
}
.col-xs-push-11 {
  left: 91.66667%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
.col-xs-offset-1 {
  margin-left: 8.33333%;
}
.col-xs-offset-2 {
  margin-left: 16.66667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.33333%;
}
.col-xs-offset-5 {
  margin-left: 41.66667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.33333%;
}
.col-xs-offset-8 {
  margin-left: 66.66667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.33333%;
}
.col-xs-offset-11 {
  margin-left: 91.66667%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 544px) {
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 769px) {
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .atazewwzowk {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-pull-1 {
    right: 8.33333%;
  }
  .col-xl-pull-2 {
    right: 16.66667%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-4 {
    right: 33.33333%;
  }
  .col-xl-pull-5 {
    right: 41.66667%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-7 {
    right: 58.33333%;
  }
  .col-xl-pull-8 {
    right: 66.66667%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-10 {
    right: 83.33333%;
  }
  .col-xl-pull-11 {
    right: 91.66667%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-push-1 {
    left: 8.33333%;
  }
  .col-xl-push-2 {
    left: 16.66667%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-4 {
    left: 33.33333%;
  }
  .col-xl-push-5 {
    left: 41.66667%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-7 {
    left: 58.33333%;
  }
  .col-xl-push-8 {
    left: 66.66667%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-10 {
    left: 83.33333%;
  }
  .col-xl-push-11 {
    left: 91.66667%;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66667%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66667%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66667%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66667%;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1920px) {
  .col-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-xxl-pull-0 {
    right: auto;
  }
  .col-xxl-pull-1 {
    right: 8.33333%;
  }
  .col-xxl-pull-2 {
    right: 16.66667%;
  }
  .col-xxl-pull-3 {
    right: 25%;
  }
  .col-xxl-pull-4 {
    right: 33.33333%;
  }
  .col-xxl-pull-5 {
    right: 41.66667%;
  }
  .col-xxl-pull-6 {
    right: 50%;
  }
  .col-xxl-pull-7 {
    right: 58.33333%;
  }
  .col-xxl-pull-8 {
    right: 66.66667%;
  }
  .col-xxl-pull-9 {
    right: 75%;
  }
  .col-xxl-pull-10 {
    right: 83.33333%;
  }
  .col-xxl-pull-11 {
    right: 91.66667%;
  }
  .col-xxl-pull-12 {
    right: 100%;
  }
  .col-xxl-push-0 {
    left: auto;
  }
  .col-xxl-push-1 {
    left: 8.33333%;
  }
  .col-xxl-push-2 {
    left: 16.66667%;
  }
  .col-xxl-push-3 {
    left: 25%;
  }
  .col-xxl-push-4 {
    left: 33.33333%;
  }
  .col-xxl-push-5 {
    left: 41.66667%;
  }
  .col-xxl-push-6 {
    left: 50%;
  }
  .col-xxl-push-7 {
    left: 58.33333%;
  }
  .col-xxl-push-8 {
    left: 66.66667%;
  }
  .col-xxl-push-9 {
    left: 75%;
  }
  .col-xxl-push-10 {
    left: 83.33333%;
  }
  .col-xxl-push-11 {
    left: 91.66667%;
  }
  .col-xxl-push-12 {
    left: 100%;
  }
  .col-xxl-offset-0 {
    margin-left: 0%;
  }
  .col-xxl-offset-1 {
    margin-left: 8.33333%;
  }
  .col-xxl-offset-2 {
    margin-left: 16.66667%;
  }
  .col-xxl-offset-3 {
    margin-left: 25%;
  }
  .col-xxl-offset-4 {
    margin-left: 33.33333%;
  }
  .col-xxl-offset-5 {
    margin-left: 41.66667%;
  }
  .col-xxl-offset-6 {
    margin-left: 50%;
  }
  .col-xxl-offset-7 {
    margin-left: 58.33333%;
  }
  .col-xxl-offset-8 {
    margin-left: 66.66667%;
  }
  .col-xxl-offset-9 {
    margin-left: 75%;
  }
  .col-xxl-offset-10 {
    margin-left: 83.33333%;
  }
  .col-xxl-offset-11 {
    margin-left: 91.66667%;
  }
  .col-xxl-offset-12 {
    margin-left: 100%;
  }
}
.col-xs-first {
  order: -1;
}
.col-xs-last,
.copyright__social[position="below"],
.copyright__social[position="right"] {
  order: 1;
}
@media (min-width: 544px) {
  .col-sm-first {
    order: -1;
  }
  .col-sm-last {
    order: 1;
  }
}
@media (min-width: 769px) {
  .col-md-first {
    order: -1;
  }
  .col-md-last {
    order: 1;
  }
}
@media (min-width: 992px) {
  .col-lg-first {
    order: -1;
  }
  .col-lg-last {
    order: 1;
  }
}
@media (min-width: 1200px) {
  .col-xl-first {
    order: -1;
  }
  .col-xl-last,
  [blog="sidebar-content"] .losdiglhfivd {
    order: 1;
  }
}
@media (min-width: 1920px) {
  .col-xxl-first {
    order: -1;
  }
  .col-xxl-last {
    order: 1;
  }
}
.gwhgetveyzxug-xs-top {
  align-items: flex-start;
}
.pzqzzklswt,
.insight-carousel .slick-track {
  align-items: center;
}
.gwhgetveyzxug-xs-bottom {
  align-items: flex-end;
}
@media (min-width: 544px) {
  .gwhgetveyzxug-sm-top {
    align-items: flex-start;
  }
  .gwhgetveyzxug-sm-center {
    align-items: center;
  }
  .gwhgetveyzxug-sm-bottom {
    align-items: flex-end;
  }
}
@media (min-width: 769px) {
  .gwhgetveyzxug-md-top {
    align-items: flex-start;
  }
  .gwhgetveyzxug-md-center {
    align-items: center;
  }
  .gwhgetveyzxug-md-bottom {
    align-items: flex-end;
  }
}
@media (min-width: 992px) {
  .gwhgetveyzxug-lg-top {
    align-items: flex-start;
  }
  .gwhgetveyzxug-lg-center {
    align-items: center;
  }
  .gwhgetveyzxug-lg-bottom {
    align-items: flex-end;
  }
}
@media (min-width: 1200px) {
  .gwhgetveyzxug-xl-top {
    align-items: flex-start;
  }
  .gwhgetveyzxug-xl-center {
    align-items: center;
  }
  .gwhgetveyzxug-xl-bottom {
    align-items: flex-end;
  }
}
@media (min-width: 1920px) {
  .gwhgetveyzxug-xxl-top {
    align-items: flex-start;
  }
  .gwhgetveyzxug-xxl-center {
    align-items: center;
  }
  .gwhgetveyzxug-xxl-bottom {
    align-items: flex-end;
  }
}
.gwhgetveyzxug-xs-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 544px) {
  .gwhgetveyzxug-sm-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 769px) {
  .gwhgetveyzxug-md-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .gwhgetveyzxug-lg-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .gwhgetveyzxug-xl-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 1920px) {
  .gwhgetveyzxug-xxl-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.gwhgetveyzxug-xs-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
@media (min-width: 544px) {
  .gwhgetveyzxug-sm-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
  }
}
@media (min-width: 769px) {
  .gwhgetveyzxug-md-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
  }
}
@media (min-width: 992px) {
  .gwhgetveyzxug-lg-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
  }
}
@media (min-width: 1200px) {
  .gwhgetveyzxug-xl-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
  }
}
@media (min-width: 1920px) {
  .gwhgetveyzxug-xxl-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
  }
}
.col-xs-top {
  align-self: flex-start;
}
.col-xs-center {
  align-self: center;
}
.col-xs-bottom {
  align-self: flex-end;
}
@media (min-width: 544px) {
  .col-sm-top {
    align-self: flex-start;
  }
  .col-sm-center {
    align-self: center;
  }
  .col-sm-bottom {
    align-self: flex-end;
  }
}
@media (min-width: 769px) {
  .col-md-top {
    align-self: flex-start;
  }
  .col-md-center {
    align-self: center;
  }
  .col-md-bottom {
    align-self: flex-end;
  }
}
@media (min-width: 992px) {
  .col-lg-top {
    align-self: flex-start;
  }
  .col-lg-center {
    align-self: center;
  }
  .col-lg-bottom {
    align-self: flex-end;
  }
}
@media (min-width: 1200px) {
  .col-xl-top {
    align-self: flex-start;
  }
  .col-xl-center {
    align-self: center;
  }
  .col-xl-bottom {
    align-self: flex-end;
  }
}
@media (min-width: 1920px) {
  .col-xxl-top {
    align-self: flex-start;
  }
  .col-xxl-center {
    align-self: center;
  }
  .col-xxl-bottom {
    align-self: flex-end;
  }
}
[class*="hint--"] {
  position: relative;
  display: inline-block;
}
[class*="hint--"]:before,
[class*="hint--"]:after {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  transition-delay: 0ms;
}
[class*="hint--"]:hover:before,
[class*="hint--"]:hover:after {
  visibility: visible;
  opacity: 1;
}
[class*="hint--"]:hover:before,
[class*="hint--"]:hover:after {
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  transition-delay: 100ms;
}
[class*="hint--"]:before {
  content: "";
  position: absolute;
  background: transparent;
  border: 6px solid transparent;
  z-index: 1000001;
}
[class*="hint--"]:after {
  background: #383838;
  color: #fff;
  padding: 8px 10px;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 12px;
  white-space: nowrap;
}
[class*="hint--"][aria-label]:after {
  content: attr(aria-label);
}
[class*="hint--"][data-hint]:after {
  content: attr(data-hint);
}
[aria-label=""]:before,
[aria-label=""]:after,
[data-hint=""]:before,
[data-hint=""]:after {
  display: none !important;
}
.hint--top-left:before {
  border-top-color: #383838;
}
.hint--top-right:before {
  border-top-color: #383838;
}
.hint--top:before {
  border-top-color: #383838;
}
.hint--bottom-left:before {
  border-bottom-color: #383838;
}
.hint--bottom-right:before {
  border-bottom-color: #383838;
}
.hint--bottom:before {
  border-bottom-color: #383838;
}
.hint--left:before {
  border-left-color: #383838;
}
.hint--right:before {
  border-right-color: #383838;
}
.hint--top:before {
  margin-bottom: -11px;
}
.hint--top:before,
.hint--top:after {
  bottom: 100%;
  left: 50%;
}
.hint--top:before {
  left: calc(50% - 6px);
}
.hint--top:after {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
.hint--top:hover:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}
.hint--top:hover:after {
  -webkit-transform: translateX(-50%) translateY(-8px);
  -moz-transform: translateX(-50%) translateY(-8px);
  transform: translateX(-50%) translateY(-8px);
}
.hint--bottom:before {
  margin-top: -11px;
}
.hint--bottom:before,
.hint--bottom:after {
  top: 100%;
  left: 50%;
}
.hint--bottom:before {
  left: calc(50% - 6px);
}
.hint--bottom:after {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
.hint--bottom:hover:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}
.hint--bottom:hover:after {
  -webkit-transform: translateX(-50%) translateY(8px);
  -moz-transform: translateX(-50%) translateY(8px);
  transform: translateX(-50%) translateY(8px);
}
.hint--right:before {
  margin-left: -11px;
  margin-bottom: -6px;
}
.hint--right:after {
  margin-bottom: -14px;
}
.hint--right:before,
.hint--right:after {
  left: 100%;
  bottom: 50%;
}
.hint--right:hover:before {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px);
}
.hint--right:hover:after {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px);
}
.hint--left:before {
  margin-right: -11px;
  margin-bottom: -6px;
}
.hint--left:after {
  margin-bottom: -14px;
}
.hint--left:before,
.hint--left:after {
  right: 100%;
  bottom: 50%;
}
.hint--left:hover:before {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px);
}
.hint--left:hover:after {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px);
}
.hint--top-left:before {
  margin-bottom: -11px;
}
.hint--top-left:before,
.hint--top-left:after {
  bottom: 100%;
  left: 50%;
}
.hint--top-left:before {
  left: calc(50% - 6px);
}
.hint--top-left:after {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
}
.hint--top-left:after {
  margin-left: 12px;
}
.hint--top-left:hover:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}
.hint--top-left:hover:after {
  -webkit-transform: translateX(-100%) translateY(-8px);
  -moz-transform: translateX(-100%) translateY(-8px);
  transform: translateX(-100%) translateY(-8px);
}
.hint--top-right:before {
  margin-bottom: -11px;
}
.hint--top-right:before,
.hint--top-right:after {
  bottom: 100%;
  left: 50%;
}
.hint--top-right:before {
  left: calc(50% - 6px);
}
.hint--top-right:after {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}
.hint--top-right:after {
  margin-left: -12px;
}
.hint--top-right:hover:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}
.hint--top-right:hover:after {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}
.hint--bottom-left:before {
  margin-top: -11px;
}
.hint--bottom-left:before,
.hint--bottom-left:after {
  top: 100%;
  left: 50%;
}
.hint--bottom-left:before {
  left: calc(50% - 6px);
}
.hint--bottom-left:after {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
}
.hint--bottom-left:after {
  margin-left: 12px;
}
.hint--bottom-left:hover:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}
.hint--bottom-left:hover:after {
  -webkit-transform: translateX(-100%) translateY(8px);
  -moz-transform: translateX(-100%) translateY(8px);
  transform: translateX(-100%) translateY(8px);
}
.hint--bottom-right:before {
  margin-top: -11px;
}
.hint--bottom-right:before,
.hint--bottom-right:after {
  top: 100%;
  left: 50%;
}
.hint--bottom-right:before {
  left: calc(50% - 6px);
}
.hint--bottom-right:after {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}
.hint--bottom-right:after {
  margin-left: -12px;
}
.hint--bottom-right:hover:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}
.hint--bottom-right:hover:after {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}
.hint--small:after,
.hint--medium:after,
.hint--large:after {
  white-space: normal;
  line-height: 1.4em;
}
.hint--small:after {
  width: 80px;
}
.hint--medium:after {
  width: 150px;
}
.hint--large:after {
  width: 300px;
}
[class*="hint--"]:after {
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.hint--error:after {
  background-color: #b34e4d;
}
.hint--error.hint--top-left:before {
  border-top-color: #b34e4d;
}
.hint--error.hint--top-right:before {
  border-top-color: #b34e4d;
}
.hint--error.hint--top:before {
  border-top-color: #b34e4d;
}
.hint--error.hint--bottom-left:before {
  border-bottom-color: #b34e4d;
}
.hint--error.hint--bottom-right:before {
  border-bottom-color: #b34e4d;
}
.hint--error.hint--bottom:before {
  border-bottom-color: #b34e4d;
}
.hint--error.hint--left:before {
  border-left-color: #b34e4d;
}
.hint--error.hint--right:before {
  border-right-color: #b34e4d;
}
.hint--warning:after {
  background-color: #c09854;
}
.hint--warning.hint--top-left:before {
  border-top-color: #c09854;
}
.hint--warning.hint--top-right:before {
  border-top-color: #c09854;
}
.hint--warning.hint--top:before {
  border-top-color: #c09854;
}
.hint--warning.hint--bottom-left:before {
  border-bottom-color: #c09854;
}
.hint--warning.hint--bottom-right:before {
  border-bottom-color: #c09854;
}
.hint--warning.hint--bottom:before {
  border-bottom-color: #c09854;
}
.hint--warning.hint--left:before {
  border-left-color: #c09854;
}
.hint--warning.hint--right:before {
  border-right-color: #c09854;
}
.hint--info:after {
  background-color: #3986ac;
}
.hint--info.hint--top-left:before {
  border-top-color: #3986ac;
}
.hint--info.hint--top-right:before {
  border-top-color: #3986ac;
}
.hint--info.hint--top:before {
  border-top-color: #3986ac;
}
.hint--info.hint--bottom-left:before {
  border-bottom-color: #3986ac;
}
.hint--info.hint--bottom-right:before {
  border-bottom-color: #3986ac;
}
.hint--info.hint--bottom:before {
  border-bottom-color: #3986ac;
}
.hint--info.hint--left:before {
  border-left-color: #3986ac;
}
.hint--info.hint--right:before {
  border-right-color: #3986ac;
}
.hint--success:after {
  background-color: #60be74;
}
.hint--success.hint--top-left:before {
  border-top-color: #60be74;
}
.hint--success.hint--top-right:before {
  border-top-color: #60be74;
}
.hint--success.hint--top:before {
  border-top-color: #60be74;
}
.hint--success.hint--bottom-left:before {
  border-bottom-color: #60be74;
}
.hint--success.hint--bottom-right:before {
  border-bottom-color: #60be74;
}
.hint--success.hint--bottom:before {
  border-bottom-color: #60be74;
}
.hint--success.hint--left:before {
  border-left-color: #60be74;
}
.hint--success.hint--right:before {
  border-right-color: #60be74;
}
.hint--always:after,
.hint--always:before {
  opacity: 1;
  visibility: visible;
}
.hint--always.hint--top:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}
.hint--always.hint--top:after {
  -webkit-transform: translateX(-50%) translateY(-8px);
  -moz-transform: translateX(-50%) translateY(-8px);
  transform: translateX(-50%) translateY(-8px);
}
.hint--always.hint--top-left:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}
.hint--always.hint--top-left:after {
  -webkit-transform: translateX(-100%) translateY(-8px);
  -moz-transform: translateX(-100%) translateY(-8px);
  transform: translateX(-100%) translateY(-8px);
}
.hint--always.hint--top-right:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}
.hint--always.hint--top-right:after {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}
.hint--always.hint--bottom:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}
.hint--always.hint--bottom:after {
  -webkit-transform: translateX(-50%) translateY(8px);
  -moz-transform: translateX(-50%) translateY(8px);
  transform: translateX(-50%) translateY(8px);
}
.hint--always.hint--bottom-left:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}
.hint--always.hint--bottom-left:after {
  -webkit-transform: translateX(-100%) translateY(8px);
  -moz-transform: translateX(-100%) translateY(8px);
  transform: translateX(-100%) translateY(8px);
}
.hint--always.hint--bottom-right:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}
.hint--always.hint--bottom-right:after {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}
.hint--always.hint--left:before {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px);
}
.hint--always.hint--left:after {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px);
}
.hint--always.hint--right:before {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px);
}
.hint--always.hint--right:after {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px);
}
.hint--rounded:after {
  border-radius: 4px;
}
.hint--no-animate:before,
.hint--no-animate:after {
  -webkit-transition-duration: 0ms;
  -moz-transition-duration: 0ms;
  transition-duration: 0ms;
}
.hint--bounce:before,
.hint--bounce:after {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease,
    -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease,
    -moz-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease,
    transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}
a {
  color: #5e5a54;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover,
a:focus,
a:active {
  color: #5fbd74;
}
a:focus {
  outline: none;
}
a:hover,
a:active {
  outline: 0;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  border: 1px solid #f1eeea;
  border-radius: 3px;
  color: #666;
  padding: 7px 15px;
  outline: none;
  width: 100%;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
  border-color: #ccc;
  outline: none;
}
select {
  border: 1px solid #f1eeea;
}
select:focus {
  outline: none;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  height: 40px;
}
textarea {
  width: 100%;
}
hr {
  margin-bottom: 1.5em;
  height: 1px;
  border: 0;
  background-color: #ccc;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
body,
button,
input,
select,
textarea {
  font-size: 15px;
  color: #404040;
  font-family: Lato;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  -webkit-font-smoothing: antialiased;
}
p {
  margin-bottom: 1.5em;
  -webkit-font-smoothing: antialiased;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  font-size: 15px;
  overflow: auto;
  margin-bottom: 1.6em;
  padding: 1.6em;
  max-width: 100%;
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.6;
}
code,
kbd,
tt,
var {
  font-size: 15px;
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
blockquote,
q {
  quotes: "" "";
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
.wpcf7-form .gwhgetveyzxug,
.wpcf7-form .insight-carousel .slick-track,
.insight-carousel .wpcf7-form .slick-track,
.wpcf7-form .insight-process--small-icon {
  margin-bottom: 18px;
}
.wpcf7-form .gwhgetveyzxug label,
.wpcf7-form .insight-carousel .slick-track label,
.insight-carousel .wpcf7-form .slick-track label,
.wpcf7-form .insight-process--small-icon label {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  display: block;
}
.wpcf7-form .gwhgetveyzxug.submit-container,
.wpcf7-form .insight-carousel .submit-container.slick-track,
.insight-carousel .wpcf7-form .submit-container.slick-track,
.wpcf7-form .submit-container.insight-process--small-icon {
  text-align: center;
}
.wpcf7-form .gwhgetveyzxug.submit-container input[type="submit"],
.wpcf7-form
  .insight-carousel
  .submit-container.slick-track
  input[type="submit"],
.insight-carousel
  .wpcf7-form
  .submit-container.slick-track
  input[type="submit"],
.wpcf7-form .submit-container.insight-process--small-icon input[type="submit"] {
  margin-top: 8px;
}
.wpcf7-form .gwhgetveyzxug .wpcf7-not-valid-tip,
.wpcf7-form .insight-carousel .slick-track .wpcf7-not-valid-tip,
.insight-carousel .wpcf7-form .slick-track .wpcf7-not-valid-tip,
.wpcf7-form .insight-process--small-icon .wpcf7-not-valid-tip {
  font-style: italic;
}
.wpcf7-form div.wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
}
.insight-carousel--slide {
  outline: none;
}
.insight-carousel--slide img {
  margin: 0 auto;
}
.insight-carousel--slide img:hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.7;
}
.insight-carousel.grayscale img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.7;
}
.insight-carousel.grayscale img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}
.slick-track {
  min-width: 100%;
}
.insight-team-member {
  text-align: center;
}
.insight-team-member .name {
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 31px;
}
.insight-team-member .name:after {
  content: "";
  display: block;
  background-color: #5fbd74;
  width: 60px;
  height: 1px;
  margin: 7px auto;
}
.insight-team-member .social-list {
  list-style: none;
  padding-left: 0;
}
.insight-team-member .social-list li {
  display: inline-block;
}
.insight-team-member .social-list li a {
  text-align: center;
  margin: 0 4px;
  box-sizing: border-box;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 38px;
  color: #8e8b87;
  border: 1px solid #8e8b87;
  border-radius: 50%;
}
.insight-team-member .social-list li a:hover {
  background-color: #5fbd74;
  border-color: #5fbd74;
  color: #fff;
}
.insight-team-member .social-list li.facebook a:hover {
  background-color: #3b5998;
  border-color: #3b5998;
}
.insight-team-member .social-list li.google-plus a:hover {
  background-color: #dd4b39;
  border-color: #dd4b39;
}
.insight-team-member .social-list li.pinterest a:hover {
  background-color: #cb2027;
  border-color: #cb2027;
}
.insight-team-member .social-list li.twitter a:hover {
  background-color: #55acee;
  border-color: #55acee;
}
.insight-team-member .social-list li.youtube-play a:hover {
  background-color: #b00;
  border-color: #b00;
}
.insight-separator .separator {
  max-width: 350px;
}
.insight-separator .separator .separator--icon {
  width: 70px;
  text-align: center;
}
.insight-separator .separator .separator--icon i {
  font-size: 30px;
  color: #5fbd74;
  display: inline-block;
}
.insight-separator .separator .vc_sep_line {
  border-color: #5e5a54;
}
.insight-separator .separator:hover i {
  animation: spinner 2s linear infinite;
  -webkit-animation: spinner 2s linear infinite;
}
.insight-separator.custom-color .separator--icon i {
  color: inherit;
}
.insight-separator.custom-color .vc_sep_holder .vc_sep_line {
  border-color: inherit;
}
.insight-about {
  margin: 40px 0 40px 0;
}
.insight-about--main-img {
  padding: 0;
  margin-top: -40px;
  margin-right: -40px;
  text-align: center;
}
@media (min-width: 992px) {
  .insight-about--main-img {
    z-index: 2;
  }
}
@media (max-width: 1000px) {
  .insight-about--main-img > img {
    width: 100%;
  }
}
.insight-about--content {
  border: 3px solid #f1eeea;
  border-top: none;
  margin-bottom: -40px;
  padding: 0;
}
@media (min-width: 992px) {
  .insight-about--content {
    max-width: calc(50% + 40px);
    width: calc(50% + 40px);
  }
}
@media (max-width: 991px) {
  .insight-about--content {
    overflow: hidden;
  }
}
.insight-about--content--title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -17px;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .insight-about--content--title {
    margin-top: 20px;
  }
}
.insight-about--content--title h4 {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 400;
  margin-left: 20px;
}
@media (min-width: 769px) {
  .insight-about--content--title h4 {
    margin-left: 83px;
    white-space: nowrap;
  }
}
@media (min-width: 769px) {
  .insight-about--content--title--line {
    height: 1px;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 10%;
    border-top: 3px solid #f1eeea;
    margin-left: 30px;
  }
}
@media (min-width: 769px) and (max-width: 1000px) {
  .insight-about--content--title--line {
    display: none;
  }
}
.insight-about--content--text {
  padding: 20px;
}
@media (min-width: 769px) {
  .insight-about--content--text {
    padding: 35px 43px 30px 83px;
  }
}
.insight-about--content--text p:first-child {
  margin-top: 0;
}
.insight-about--carousel {
  position: relative;
  z-index: 3;
  left: -85px;
}
.insight-about--carousel a {
  box-sizing: border-box;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  border: 5px solid #fff;
}
.insight-about--carousel a span {
  display: inline-block;
  position: absolute;
  font-size: 20px;
  color: #5fbd74;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  text-align: center;
  z-index: 3;
}
.insight-about--carousel a img {
  width: 100%;
  height: auto;
}
.insight-about--carousel a img,
.insight-about--carousel a span {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.insight-about--carousel a:before {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  border: 2px solid #5fbd74;
  opacity: 0;
  z-index: 3;
  background-color: #fff;
}
.insight-about--carousel a:hover:before {
  opacity: 0.9;
}
.insight-about--carousel a:hover span {
  opacity: 1;
}
.insight-about--carousel .about-next {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  right: -55px;
  font-size: 32px;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 32px;
  height: 32px;
  color: #8e8b87;
  border: 1px solid #8e8b87;
  border-radius: 50%;
  margin-top: -16px;
  padding: 0;
  cursor: pointer;
  outline: none;
  background: transparent;
}
.insight-about--carousel .about-next:hover {
  background-color: #8e8b87;
  color: #fff;
}
.insight-about--carousel .slick-prev {
  display: none !important;
}
.insight-about2 {
  margin-bottom: 30px;
}
.insight-about2--content--title h5 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin-top: 36px;
  margin-bottom: 11px;
}
.insight-about2--main-img {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.insight-about2--main-img img {
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.insight-about2--main-img--first-title {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  height: 130px;
  width: 130px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  align-items: center;
  align-self: center;
  justify-content: center;
  display: flex;
  border: 3px solid #fff;
  z-index: 98;
}
.insight-about2--main-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 97;
}
.insight-about2--content {
  text-align: center;
}
.insight-about2 .link {
  font-size: 15px;
  margin-top: 24px;
  display: block;
  color: #5fbd74;
  font-weight: 700;
}
.insight-about2 .link:hover {
  color: #111;
}
.insight-about2 .link span {
  margin-right: 7px;
}
.insight-about2.icon_on_small_image .insight-about2--main-img {
  display: flex;
  max-width: 230px;
  height: 230px;
  border-radius: 50%;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  align-self: center;
}
.insight-about2.icon_on_small_image
  .insight-about2--main-img
  .insight-about2--main-img--first-title {
  display: none;
}
.insight-about2.icon_on_small_image .insight-about2--main-img:before {
  border-radius: 50%;
}
.insight-about2.icon_on_small_image .insight-about2--main-img img {
  height: auto;
  width: auto;
}
.insight-about2.icon_on_small_image .insight-about2--main-img a:before {
  content: "";
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.insight-about2:hover .insight-about2--main-img:before {
  opacity: 0.2;
}
.insight-about2:hover .insight-about2--main-img img {
  transform: scale(1.2);
}
.insight-about3 .about3-title {
  text-align: center;
}
.insight-about3 .about3-title img {
  margin-top: -70px;
}
.insight-about3 .about3-title h2,
.insight-about3 .about3-title .sub-title {
  color: #5fbd74;
}
.insight-about3 .about3-title h2 {
  font-size: 56px;
}
.insight-about3 .about3-title .sub-title {
  margin-top: -95px;
  font-size: 97px;
  opacity: 0.1;
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
  line-height: 1;
}
.insight-about3 .about3-title .special-heading {
  text-align: center;
}
.insight-about3 .lodoplppfaojqoc1 {
  text-align: right;
}
@media (max-width: 991px) {
  .insight-about3 .lodoplppfaojqoc1 img {
    width: 100%;
  }
}
.insight-about3 .lodoplppfaojqoc2 {
  align-self: flex-end;
}
.insight-about3 .lodoplppfaojqoc2 img {
  margin-bottom: -85px;
}
@media (max-width: 991px) {
  .insight-about3 .lodoplppfaojqoc2 {
    text-align: center;
  }
  .insight-about3 .lodoplppfaojqoc2 img {
    margin: 20px;
  }
}
@media (max-width: 991px) {
  .insight-about3 .lodoplppfaojqoc3 {
    text-align: center;
  }
  .insight-about3 .lodoplppfaojqoc3 img {
    margin: 20px;
  }
}
.insight-about3 .gwhgetveyzxug-bottom {
  margin-top: 30px;
  align-items: center;
}
.insight-about3 .gwhgetveyzxug-bottom .about3-quote {
  margin-top: 46px;
  border: 1px solid #f1eeea;
  padding: 30px;
  position: relative;
}
.insight-about3 .gwhgetveyzxug-bottom .about3-quote span {
  color: #5fbd74;
}
.insight-about3 .gwhgetveyzxug-bottom .about3-quote .small {
  font-size: 22px;
}
.insight-about3 .gwhgetveyzxug-bottom .about3-quote .big {
  opacity: 0.1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.insight-about3 .gwhgetveyzxug-bottom .about3-quote .big:before {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 88px;
}
.insight-about3 .gwhgetveyzxug-bottom .about3-quote .about3-quote-text {
  color: #5e5a54;
  line-height: 2;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
}
.insight-about3 .gwhgetveyzxug-bottom .about3-quote .about3-quote-author {
  color: #392a25;
  line-height: 2;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 20px 0 10px;
}
.insight-counter {
  display: block;
  width: 100%;
}
.insight-counter .number {
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  color: #5fbd74;
}
.insight-counter .number span {
  line-height: 1;
  vertical-align: top !important;
}
.insight-counter .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  margin-top: 15px;
  text-transform: uppercase;
}
.insight-counter.text-left {
  text-align: left;
}
.insight-counter.text-center {
  text-align: center;
}
.insight-counter.text-right {
  text-align: right;
}
.insight-countdown .countdown-inner {
  width: 100%;
  overflow: hidden;
}
.insight-countdown .countdown-inner .countdown-timer {
  margin-bottom: 0;
  position: relative;
  white-space: nowrap;
  text-align: center;
}
.insight-countdown .countdown-inner .countdown-timer > div {
  display: inline-block;
  text-align: center;
  position: relative;
  font-size: 72px;
  line-height: 1;
  font-weight: 900;
  font-family: Lato;
  margin: 0 30px;
}
.insight-countdown .countdown-inner .countdown-timer > div:first-child {
  margin-left: 0;
}
.insight-countdown .countdown-inner .countdown-timer > div:after {
  content: ":";
  display: inline-block;
  line-height: 1;
  position: absolute;
  top: 20px;
  left: 0;
  margin-left: -30px;
  font-size: 28px;
}
.insight-countdown .countdown-inner .countdown-timer > div:first-child:after {
  display: none;
}
.insight-countdown .countdown-inner .countdown-timer > div span {
  white-space: nowrap;
  display: block;
  margin-top: 10px;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  letter-spacing: 0.2em;
}
.insight-countdown.style-small .countdown-inner .countdown-timer > div {
  font-size: 34px;
  line-height: 36px;
  font-weight: 700;
}
.insight-countdown.style-small
  .countdown-inner
  .countdown-timer
  > div:last-child {
  margin-right: 0;
}
.insight-countdown.style-small .countdown-inner .countdown-timer > div:after {
  top: 0;
}
.insight-countdown.style-small .countdown-inner .countdown-timer > div span {
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
}
.insight-countdown.color-white .countdown-inner .countdown-timer > div {
  color: #fff;
}
.insight-countdown.color-white .countdown-inner .countdown-timer > div:after {
  color: #fff;
}
.insight-countdown.color-white .countdown-inner .countdown-timer > div span {
  color: #fff;
}
.insight-countdown.color-primary .countdown-inner .countdown-timer > div {
  color: #5fbd74;
}
.insight-countdown.color-primary .countdown-inner .countdown-timer > div:after {
  color: #5fbd74;
}
.insight-countdown.color-primary .countdown-inner .countdown-timer > div span {
  color: #5e5a54;
}
@media (max-width: 991px) {
  .insight-countdown .countdown-inner .countdown-timer > div {
    font-size: 40px;
    margin: 0 10px;
  }
  .insight-countdown .countdown-inner .countdown-timer > div:after {
    display: none;
  }
}
.insight-icon {
  display: block;
  text-align: center;
  font-size: 50px;
  color: #5fbd74;
}
.insight-icon-boxes--icon {
  font-size: 40px;
  color: #5fbd74;
}
.insight-icon-boxes--title {
  text-transform: uppercase;
  margin-top: 9px;
  margin-bottom: 12px;
}
.insight-icon-boxes.icon_on_top {
  text-align: center;
}
.insight-icon-boxes.icon_on_top .insight-icon-boxes--icon {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.insight-icon-boxes.icon_on_top .insight-icon-boxes--title {
  display: block;
  margin-bottom: 15px;
}
.insight-icon-boxes.icon_on_left,
.insight-icon-boxes.icon_on_right {
  margin-bottom: 50px;
}
.insight-icon-boxes.icon_on_left .insight-icon-boxes--title,
.insight-icon-boxes.icon_on_right .insight-icon-boxes--title {
  margin-top: 0;
  text-transform: none;
}
.insight-icon-boxes.icon_on_left .insight-icon-boxes--icon,
.insight-icon-boxes.icon_on_right .insight-icon-boxes--icon {
  font-size: 45px;
}
.insight-icon-boxes.icon_on_left .insight-icon-boxes--icon img,
.insight-icon-boxes.icon_on_right .insight-icon-boxes--icon img {
  max-width: none;
}
.insight-icon-boxes.icon_on_left .insight-icon-boxes--icon i,
.insight-icon-boxes.icon_on_right .insight-icon-boxes--icon i {
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.insight-icon-boxes.icon_on_left .insight-icon-boxes--icon,
.insight-icon-boxes.icon_on_left .insight-icon-boxes--inner,
.insight-icon-boxes.icon_on_right .insight-icon-boxes--icon,
.insight-icon-boxes.icon_on_right .insight-icon-boxes--inner {
  display: table-cell;
  vertical-align: middle;
}
.insight-icon-boxes.icon_on_left:hover .insight-icon-boxes--icon i,
.insight-icon-boxes.icon_on_right:hover .insight-icon-boxes--icon i {
  background-color: #5fbd74;
  color: #fff;
}
.insight-icon-boxes.icon_on_left .insight-icon-boxes--inner {
  padding-left: 20px;
}
.insight-icon-boxes.icon_on_right {
  text-align: right;
  float: right;
}
.insight-icon-boxes.icon_on_right .insight-icon-boxes--inner {
  padding-right: 20px;
}
.insight-title {
  text-align: center;
}
.insight-title .insight-title--subtitle-inner {
  position: relative;
  display: inline-block;
}
.insight-title .leaf-1,
.insight-title .leaf-2 {
  position: absolute;
  top: 0;
}
.insight-title .leaf-1 {
  left: -65px;
}
.insight-title .leaf-2 {
  right: -65px;
}
.insight-title--title {
  color: #5fbd74;
  line-height: 1.2;
  font-size: 56px;
  font-weight: 400;
  font-style: normal;
  font-family: "Great Vibes";
}
@media (max-width: 991px) {
  .insight-title--title {
    font-size: 40px;
  }
}
.insight-title--subtitle {
  text-transform: uppercase;
  font-size: 40px;
  letter-spacing: 0.1em;
  color: #392a25;
  font-weight: 900;
  line-height: 1.6;
  margin-top: -10px;
}
@media (max-width: 991px) {
  .insight-title--subtitle {
    font-size: 20px;
    margin-top: -15px;
  }
}
.insight-title.style-default-left {
  text-align: left;
}
.insight-title.style-default-left .insight-title--title {
  margin-left: -120px;
}
@media (max-width: 991px) {
  .insight-title.style-default-left .insight-title--title {
    margin-left: 0;
  }
}
.insight-title.style-color .insight-title--title {
  color: inherit;
}
.insight-title.style-color .insight-title--subtitle {
  color: inherit;
}
.insight-title.style-color .separator--icon i {
  color: inherit;
}
.insight-title.style-color .vc_sep_holder .vc_sep_line {
  border-color: inherit;
}
.insight-title.style-type-2 .insight-title--title {
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 15px;
}
.insight-title.style-type-2 .insight-title--subtitle {
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
  text-transform: inherit;
  letter-spacing: 0;
}
.insight-title:hover i {
  animation: spinner 2s linear infinite;
  -webkit-animation: spinner 2s linear infinite;
}
.insight-special-title {
  display: block;
  position: relative;
  padding-left: 40px;
}
.insight-special-title--title {
  color: #5fbd74;
  line-height: 80px;
  font-size: 34px;
  font-weight: 400;
  font-style: normal;
  font-family: "Great Vibes";
}
.insight-special-title--number {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 80px;
  font-weight: 900;
  font-family: Lato;
  color: #392a25;
  line-height: 80px;
  opacity: 0.1;
}
.insight-special-title.align-right {
  text-align: right;
  padding-left: 0;
  padding-right: 40px;
}
.insight-special-title.align-right .insight-special-title--number {
  left: auto;
  right: 0;
}
@media (max-width: 991px) {
  .insight-special-title.align-right {
    text-align: left;
    padding-left: 40px;
    padding-right: 0;
  }
  .insight-special-title.align-right .insight-special-title--number {
    left: 0;
    right: auto;
  }
}
.insight-process {
  display: block;
  text-align: center;
}
@media (min-width: 769px) {
  .insight-process .step-line {
    display: inline-block;
    height: 2px;
    width: 40px;
    background-color: #fff;
    vertical-align: top;
    margin: 100px 20px 0;
  }
}
@media (max-width: 1000px) {
  .insight-process .step-line {
    display: none;
  }
}
.insight-process--step {
  display: inline-block;
  margin-bottom: 35px;
  text-align: center;
}
.insight-process--step--icon {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  height: 180px;
  width: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  background-color: #fff;
  border-radius: 50%;
  font-size: 100px;
  position: relative;
  color: #5fbd74;
  margin: 10px;
  z-index: 2;
}
.insight-process--step--icon:hover {
  background: #5fbd74;
  color: #fff;
}
.insight-process--step--icon:hover .rqitghkdfadho {
  background: #5fbd74;
}
.insight-process--step--icon:hover:before {
  opacity: 0.03;
}
.insight-process--step--icon .rqitghkdfadho {
  font-size: 17px;
  font-weight: 700;
  background-color: #fff;
  border: 5px solid #f5f3f0;
  border-radius: 50%;
  height: 48px;
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.insight-process--step--icon:before {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background-color: #000;
  opacity: 0;
  border-radius: 50%;
  z-index: 0;
}
.insight-process--step--title {
  display: block;
  clear: both;
  color: #392a25;
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 24px;
  font-weight: 700;
}
.insight-process--small-icon {
  background-color: #5fbd74;
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  text-align: left;
  padding: 13px 10px;
  border-radius: 3px;
}
.insight-process--small-icon--step {
  box-sizing: border-box;
}
@media (min-width: 769px) {
  .insight-process--small-icon--step {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding-right: 0;
  }
}
.insight-process--small-icon--step:first-child {
  border-left: none;
}
.insight-process--small-icon--step--icon,
.insight-process--small-icon--step--content {
  display: table-cell;
  vertical-align: middle;
}
.insight-process--small-icon--step--content--title {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 15px;
}
.insight-process--small-icon--step--content--text {
  opacity: 0.7;
  font-weight: 400;
  font-size: 14px;
}
.insight-process--small-icon--step--icon {
  font-size: 50px;
  opacity: 0.5;
  padding: 0 8px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.insight-process--small-icon--step:hover
  .insight-process--small-icon--step--icon {
  opacity: 1;
}
.insight-btn {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 16px;
  font-weight: 700;
  padding: 14px 25px;
  border-radius: 3px;
  border: 2px solid #5fbd74;
  background-color: #5fbd74;
  color: #fff;
  display: inline-block;
  line-height: 1;
}
.insight-btn:hover {
  color: #5fbd74;
  background: none;
}
.insight-btn.style-brown,
.insight-featured-product.style-07 .insight-btn {
  background-color: #392a25;
  border-color: #392a25;
  color: #fff;
}
.insight-btn.style-brown:hover,
.insight-featured-product.style-07 .insight-btn:hover {
  color: #5fbd74;
}
.insight-btn.style-arrow {
  background-color: transparent;
  border: none;
  padding: 0;
  color: #5fbd74;
  font-size: 15px;
  font-weight: 700;
}
.insight-btn.style-arrow:after {
  content: "\f10b";
  font-family: Ionicons;
  display: inline-block;
  margin-left: 10px;
}
.insight-btn.style-arrow:hover {
  margin-left: 10px;
}
.insight-btn.small {
  padding: 11px 25px;
  font-size: 15px;
}
.insight-category-carousel {
  padding-left: 150px;
  padding-right: 150px;
  position: relative;
}
@media (max-width: 991px) {
  .insight-category-carousel {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .insight-category-carousel {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.insight-category-carousel-item {
  padding: 15px;
  outline: none;
}
.insight-category-carousel-item-inner {
  position: relative;
  overflow: hidden;
  padding: 0;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.insight-category-carousel-item-inner a img {
  float: right;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.insight-category-carousel-item-inner a .info {
  position: absolute;
  top: 50%;
  left: 30px;
}
.insight-category-carousel-item-inner a .info .name {
  display: block;
  font-size: 24px;
  font-weight: 900;
  color: #5e5a54;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-bottom: 15px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.insight-category-carousel-item-inner a .info .count {
  font-size: 14px;
  font-weight: 400;
  color: #5e5a54;
  line-height: 1;
  letter-spacing: 0.1em;
}
.insight-category-carousel-item-inner a .info .count:before,
.insight-category-carousel-item-inner a .info .count:after {
  content: "-";
}
.insight-category-carousel-item-inner a:hover img {
  margin-right: -30px;
}
.insight-category-carousel-item-inner a:hover .info .name {
  color: #5fbd74;
}
.insight-category-carousel button.slick-prev,
.insight-category-carousel button.slick-next {
  width: auto;
  height: auto;
  line-height: 1;
  margin: 0;
  text-align: center;
  transform: translateY(-50%);
}
.insight-category-carousel button.slick-prev:before,
.insight-category-carousel button.slick-next:before {
  font-family: Ionicons;
  font-size: 56px;
  font-weight: 400;
  color: #5e5a54;
  opacity: 0.3;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.insight-category-carousel button.slick-prev:hover:before,
.insight-category-carousel button.slick-next:hover:before {
  opacity: 1;
  color: #5fbd74;
}
.insight-category-carousel button.slick-prev {
  left: 60px;
}
.insight-category-carousel button.slick-prev:before {
  content: "\f3d2";
}
.insight-category-carousel button.slick-next {
  right: 60px;
}
.insight-category-carousel button.slick-next:before {
  content: "\f3d3";
}
.insight-featured-product.default {
  display: block;
  position: relative;
  box-sizing: border-box;
  background-color: #f8f1d9;
  width: 100%;
  min-height: 520px;
}
.insight-featured-product.default:after {
  content: "";
  position: absolute;
  top: 110px;
  bottom: 55px;
  left: 70px;
  right: 70px;
  box-shadow: inset 0 0 0 5px #fff;
  z-index: 1;
  border: solid 10px transparent;
  z-index: 7;
}
.insight-featured-product.default img {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 8;
  max-height: 100%;
  width: auto;
}
@media (max-width: 768px) {
  .insight-featured-product.default img {
    height: 30%;
    top: auto;
    bottom: 0;
    right: 35px;
  }
}
.insight-featured-product.default .vertical-text {
  position: absolute;
  bottom: 27px;
  left: 42px;
  font-size: 24px;
  font-weight: 300;
  color: rgba(57, 42, 37, 0.3);
  text-transform: uppercase;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transform-origin: left top 0;
}
.insight-featured-product.default .insight-featured-product--box {
  position: absolute;
  top: 90px;
  left: 135px;
  z-index: 9;
}
.insight-featured-product.default
  .insight-featured-product--box
  .insight-featured-product--box--content {
  display: block;
  position: relative;
  justify-content: center;
  align-items: center;
  align-self: center;
}
.insight-featured-product.default
  .insight-featured-product--box
  .insight-featured-product--box--content
  .gafwarhxcxxhqcv-1 {
  display: inline-block;
  margin-left: 60px;
  text-transform: uppercase;
  line-height: 1;
  padding: 5px 40px;
  background-color: #f8f1d9;
}
.insight-featured-product.default
  .insight-featured-product--box
  .insight-featured-product--box--content
  .gafwarhxcxxhqcv-2 {
  color: #5fbd74;
  font-size: 140px;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  left: -100px;
  top: 20px;
}
.insight-featured-product.default
  .insight-featured-product--box
  .insight-featured-product--box--content
  .gafwarhxcxxhqcv-3 {
  font-weight: 900;
  margin-bottom: 6px;
  margin-top: 120px;
}
.insight-featured-product.default
  .insight-featured-product--box
  .insight-featured-product--box--content
  .text {
  margin: 0 0 30px 0;
  max-width: 240px;
}
.insight-featured-product.style-02,
.insight-featured-product.style-03 {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 1199px) {
  .insight-featured-product.style-02,
  .insight-featured-product.style-03 {
    background-image: none !important;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1000px) {
  .insight-featured-product.style-02,
  .insight-featured-product.style-03 {
    min-height: 523px;
  }
}
.insight-featured-product.style-02 img,
.insight-featured-product.style-03 img {
  opacity: 0;
  position: relative;
  z-index: -1;
}
@media (max-width: 1199px) {
  .insight-featured-product.style-02 img,
  .insight-featured-product.style-03 img {
    display: none;
  }
}
.insight-featured-product.style-02 .vertical-text,
.insight-featured-product.style-03 .vertical-text {
  font-weight: 300;
  letter-spacing: 0.1em;
  font-size: 110px;
  text-transform: uppercase;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 130px;
  width: 165px;
  line-height: 1;
  display: block;
  margin-left: -320px;
  color: #fff;
  opacity: 0.5;
}
.insight-featured-product.style-02 .insight-featured-product--box,
.insight-featured-product.style-03 .insight-featured-product--box {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  align-self: center;
}
@media (min-width: 992px) {
  .insight-featured-product.style-02 .insight-featured-product--box,
  .insight-featured-product.style-03 .insight-featured-product--box {
    position: absolute;
  }
}
.insight-featured-product.style-02
  .insight-featured-product--box
  .insight-featured-product--box--content,
.insight-featured-product.style-03
  .insight-featured-product--box
  .insight-featured-product--box--content {
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .insight-featured-product.style-02
    .insight-featured-product--box
    .insight-featured-product--box--content,
  .insight-featured-product.style-03
    .insight-featured-product--box
    .insight-featured-product--box--content {
    text-align: center;
  }
}
@media (min-width: 769px) {
  .insight-featured-product.style-02
    .insight-featured-product--box
    .insight-featured-product--box--content
    .insight-text,
  .insight-featured-product.style-03
    .insight-featured-product--box
    .insight-featured-product--box--content
    .insight-text {
    max-width: 250px;
  }
}
.insight-featured-product.style-02 .gafwarhxcxxhqcv-1,
.insight-featured-product.style-03 .gafwarhxcxxhqcv-1 {
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .insight-featured-product.style-02 .gafwarhxcxxhqcv-1,
  .insight-featured-product.style-03 .gafwarhxcxxhqcv-1 {
    margin-left: 100px;
    margin-top: -40px;
  }
}
@media (max-width: 1500px) {
  .insight-featured-product.style-02 .gafwarhxcxxhqcv-1,
  .insight-featured-product.style-03 .gafwarhxcxxhqcv-1 {
    margin-left: 0;
  }
}
.insight-featured-product.style-02 .gafwarhxcxxhqcv-2,
.insight-featured-product.style-03 .gafwarhxcxxhqcv-2 {
  color: #5fbd74;
}
@media (min-width: 769px) {
  .insight-featured-product.style-02 .gafwarhxcxxhqcv-2,
  .insight-featured-product.style-03 .gafwarhxcxxhqcv-2 {
    font-size: 140px;
    margin-top: -60px;
    margin-left: -100px;
  }
}
@media (max-width: 1500px) {
  .insight-featured-product.style-02 .gafwarhxcxxhqcv-2,
  .insight-featured-product.style-03 .gafwarhxcxxhqcv-2 {
    margin-left: 0;
    font-size: 50px;
    margin-top: 10px;
    margin-bottom: 40px;
  }
}
.insight-featured-product.style-02 .gafwarhxcxxhqcv-3,
.insight-featured-product.style-03 .gafwarhxcxxhqcv-3 {
  font-weight: 900;
  margin-bottom: 6px;
}
@media (min-width: 769px) {
  .insight-featured-product.style-02 .gafwarhxcxxhqcv-3,
  .insight-featured-product.style-03 .gafwarhxcxxhqcv-3 {
    margin-top: -35px;
  }
}
.insight-featured-product.style-02 .insight-text,
.insight-featured-product.style-03 .insight-text {
  margin-bottom: 32px;
}
@media (min-width: 1000px) {
  .insight-featured-product.style-02,
  .insight-featured-product.style-03 {
    min-height: 470px;
  }
}
.insight-featured-product.style-02 .gafwarhxcxxhqcv-1,
.insight-featured-product.style-03 .gafwarhxcxxhqcv-1 {
  font-size: 50px;
  color: #5fbd74;
  text-transform: none;
  margin: 0;
}
@media (min-width: 1000px) {
  .insight-featured-product.style-02 .gafwarhxcxxhqcv-1,
  .insight-featured-product.style-03 .gafwarhxcxxhqcv-1 {
    margin-top: -70px;
    margin-left: -55px;
    font-size: 90px;
  }
}
.insight-featured-product.style-02 .gafwarhxcxxhqcv-2,
.insight-featured-product.style-03 .gafwarhxcxxhqcv-2 {
  font-size: 20px;
  text-transform: uppercase;
  color: #392a25;
  font-weight: 900;
  letter-spacing: 0.05em;
  margin: 0;
}
@media (min-width: 1000px) {
  .insight-featured-product.style-02 .gafwarhxcxxhqcv-2,
  .insight-featured-product.style-03 .gafwarhxcxxhqcv-2 {
    margin-top: -28px;
    margin-left: -55px;
    font-size: 28px;
  }
}
@media (min-width: 1000px) {
  .insight-featured-product.style-02 .gafwarhxcxxhqcv-2,
  .insight-featured-product.style-03 .gafwarhxcxxhqcv-2 {
    margin-bottom: 20px;
  }
}
@media (min-width: 769px) {
  .insight-featured-product.style-02 .insight-btn,
  .insight-featured-product.style-03 .insight-btn {
    margin-top: 36px;
    margin-left: -55px;
  }
}
@media (max-width: 991px) {
  .insight-featured-product.style-02 .insight-btn,
  .insight-featured-product.style-03 .insight-btn {
    margin-left: 0;
  }
}
.insight-featured-product.style-02 {
  background-position: center right;
  overflow: hidden;
}
.insight-featured-product.style-03 {
  text-align: center;
}
.insight-featured-product.style-03 .insight-featured-product--box--content {
  margin: 0;
}
.insight-featured-product.style-03 .gafwarhxcxxhqcv-1,
.insight-featured-product.style-03 .gafwarhxcxxhqcv-2,
.insight-featured-product.style-03 .insight-btn {
  margin: 0;
}
.insight-featured-product.style-03 .gafwarhxcxxhqcv-1 {
  color: #fff;
}
@media (min-width: 1000px) {
  .insight-featured-product.style-03 .gafwarhxcxxhqcv-2 {
    margin-top: -30px;
  }
}
@media (max-width: 991px) {
  .insight-featured-product.style-03 .gafwarhxcxxhqcv-2 {
    margin-bottom: 20px;
  }
}
@media (min-width: 1000px) {
  .insight-featured-product.style-03 .insight-btn {
    margin-top: 202px;
  }
}
.insight-featured-product.style-04 {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
}
@media (max-width: 1199px) {
  .insight-featured-product.style-04 {
    background-image: none !important;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.insight-featured-product.style-04 img {
  opacity: 0;
  position: relative;
  z-index: -1;
}
@media (max-width: 1199px) {
  .insight-featured-product.style-04 img {
    display: none;
  }
}
.insight-featured-product.style-04 .insight-featured-product--box {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  align-self: center;
}
@media (min-width: 992px) {
  .insight-featured-product.style-04 .insight-featured-product--box {
    position: absolute;
  }
}
@media (max-width: 991px) {
  .insight-featured-product.style-04
    .insight-featured-product--box
    .insight-featured-product--box--content {
    text-align: center;
  }
}
@media (min-width: 769px) {
  .insight-featured-product.style-04
    .insight-featured-product--box
    .insight-featured-product--box--content
    .insight-text {
    max-width: 250px;
  }
}
.insight-featured-product.style-04 .gafwarhxcxxhqcv-1 {
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .insight-featured-product.style-04 .gafwarhxcxxhqcv-1 {
    margin-left: 100px;
    margin-top: -40px;
  }
}
@media (max-width: 1500px) {
  .insight-featured-product.style-04 .gafwarhxcxxhqcv-1 {
    margin-left: 0;
  }
}
.insight-featured-product.style-04 .gafwarhxcxxhqcv-2 {
  color: #5fbd74;
}
@media (min-width: 769px) {
  .insight-featured-product.style-04 .gafwarhxcxxhqcv-2 {
    font-size: 140px;
    margin-top: -60px;
    margin-left: -100px;
  }
}
@media (max-width: 1500px) {
  .insight-featured-product.style-04 .gafwarhxcxxhqcv-2 {
    margin-left: 0;
    font-size: 50px;
    margin-top: 10px;
    margin-bottom: 40px;
  }
}
.insight-featured-product.style-04 .gafwarhxcxxhqcv-3 {
  font-weight: 900;
  margin-bottom: 6px;
}
@media (min-width: 769px) {
  .insight-featured-product.style-04 .gafwarhxcxxhqcv-3 {
    margin-top: -35px;
  }
}
.insight-featured-product.style-04 .insight-text {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .insight-featured-product.style-04 {
    min-height: 480px;
  }
}
.insight-featured-product.style-04 .insight-featured-product--box--content {
  margin: 0;
}
.insight-featured-product.style-04 .gafwarhxcxxhqcv-1,
.insight-featured-product.style-04 .gafwarhxcxxhqcv-2,
.insight-featured-product.style-04 .insight-btn {
  margin: 0;
}
.insight-featured-product.style-04 .gafwarhxcxxhqcv-1,
.insight-featured-product.style-04 .gafwarhxcxxhqcv-2 {
  font-size: 24px;
}
.insight-featured-product.style-04 .gafwarhxcxxhqcv-1 {
  color: #392a25;
  letter-spacing: 0.1em;
}
@media (min-width: 1000px) {
  .insight-featured-product.style-04 .gafwarhxcxxhqcv-1 {
    margin-top: -200px;
  }
}
.insight-featured-product.style-04 .gafwarhxcxxhqcv-2 {
  font-weight: 300;
  color: #5e5a54;
}
@media (max-width: 991px) {
  .insight-featured-product.style-04 .gafwarhxcxxhqcv-2 {
    margin-bottom: 20px;
    margin-top: 10px;
  }
}
@media (min-width: 769px) {
  .insight-featured-product.style-04 .insight-btn {
    margin-top: 32px;
  }
}
.insight-featured-product.style-05 {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 1199px) {
  .insight-featured-product.style-05 {
    background-image: none !important;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1000px) {
  .insight-featured-product.style-05 {
    min-height: 523px;
  }
}
.insight-featured-product.style-05 img {
  opacity: 0;
  position: relative;
  z-index: -1;
}
@media (max-width: 1199px) {
  .insight-featured-product.style-05 img {
    display: none;
  }
}
.insight-featured-product.style-05 .insight-featured-product--box {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  align-self: center;
}
@media (min-width: 992px) {
  .insight-featured-product.style-05 .insight-featured-product--box {
    position: absolute;
  }
}
@media (max-width: 991px) {
  .insight-featured-product.style-05
    .insight-featured-product--box
    .insight-featured-product--box--content {
    text-align: center;
  }
}
@media (min-width: 769px) {
  .insight-featured-product.style-05
    .insight-featured-product--box
    .insight-featured-product--box--content
    .insight-text {
    max-width: 250px;
  }
}
.insight-featured-product.style-05 .gafwarhxcxxhqcv-1 {
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .insight-featured-product.style-05 .gafwarhxcxxhqcv-1 {
    margin-left: 100px;
    margin-top: -40px;
  }
}
@media (max-width: 1500px) {
  .insight-featured-product.style-05 .gafwarhxcxxhqcv-1 {
    margin-left: 0;
  }
}
.insight-featured-product.style-05 .gafwarhxcxxhqcv-2 {
  color: #5fbd74;
}
@media (min-width: 769px) {
  .insight-featured-product.style-05 .gafwarhxcxxhqcv-2 {
    font-size: 140px;
    margin-top: -60px;
    margin-left: -100px;
  }
}
@media (max-width: 1500px) {
  .insight-featured-product.style-05 .gafwarhxcxxhqcv-2 {
    margin-left: 0;
    font-size: 50px;
    margin-top: 10px;
    margin-bottom: 40px;
  }
}
.insight-featured-product.style-05 .gafwarhxcxxhqcv-3 {
  font-weight: 900;
  margin-bottom: 6px;
}
@media (min-width: 769px) {
  .insight-featured-product.style-05 .gafwarhxcxxhqcv-3 {
    margin-top: -35px;
  }
}
.insight-featured-product.style-05 .insight-text {
  margin-bottom: 32px;
}
@media (min-width: 1000px) {
  .insight-featured-product.style-05 {
    min-height: 400px;
  }
}
.insight-featured-product.style-05 .insight-featured-product--box--content {
  margin: 0;
}
@media (min-width: 1000px) {
  .insight-featured-product.style-05 .insight-featured-product--box--content {
    margin-top: -102px;
  }
}
.insight-featured-product.style-05 .gafwarhxcxxhqcv-1,
.insight-featured-product.style-05 .gafwarhxcxxhqcv-2,
.insight-featured-product.style-05 .gafwarhxcxxhqcv-3 {
  color: #fff;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
.insight-featured-product.style-05 .gafwarhxcxxhqcv-1 {
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media (min-width: 769px) {
  .insight-featured-product.style-05 .gafwarhxcxxhqcv-1 {
    margin-bottom: 40px;
  }
}
.insight-featured-product.style-05 .gafwarhxcxxhqcv-2 {
  font-size: 64px;
  letter-spacing: 0;
  font-weight: 900;
}
.insight-featured-product.style-05 .gafwarhxcxxhqcv-3 {
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media (min-width: 769px) {
  .insight-featured-product.style-05 .gafwarhxcxxhqcv-3 {
    margin-top: -13px;
  }
}
.insight-featured-product.style-06 {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 1199px) {
  .insight-featured-product.style-06 {
    background-image: none !important;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1000px) {
  .insight-featured-product.style-06 {
    min-height: 523px;
  }
}
.insight-featured-product.style-06 img {
  opacity: 0;
  position: relative;
  z-index: -1;
}
@media (max-width: 1199px) {
  .insight-featured-product.style-06 img {
    display: none;
  }
}
.insight-featured-product.style-06 .insight-featured-product--box {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  align-self: center;
}
@media (min-width: 992px) {
  .insight-featured-product.style-06 .insight-featured-product--box {
    position: absolute;
  }
}
@media (max-width: 991px) {
  .insight-featured-product.style-06
    .insight-featured-product--box
    .insight-featured-product--box--content {
    text-align: center;
  }
}
@media (min-width: 769px) {
  .insight-featured-product.style-06
    .insight-featured-product--box
    .insight-featured-product--box--content
    .insight-text {
    max-width: 250px;
  }
}
.insight-featured-product.style-06 .gafwarhxcxxhqcv-1 {
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .insight-featured-product.style-06 .gafwarhxcxxhqcv-1 {
    margin-left: 100px;
    margin-top: -40px;
  }
}
@media (max-width: 1500px) {
  .insight-featured-product.style-06 .gafwarhxcxxhqcv-1 {
    margin-left: 0;
  }
}
.insight-featured-product.style-06 .gafwarhxcxxhqcv-2 {
  color: #5fbd74;
}
@media (min-width: 769px) {
  .insight-featured-product.style-06 .gafwarhxcxxhqcv-2 {
    font-size: 140px;
    margin-top: -60px;
    margin-left: -100px;
  }
}
@media (max-width: 1500px) {
  .insight-featured-product.style-06 .gafwarhxcxxhqcv-2 {
    margin-left: 0;
    font-size: 50px;
    margin-top: 10px;
    margin-bottom: 40px;
  }
}
.insight-featured-product.style-06 .gafwarhxcxxhqcv-3 {
  font-weight: 900;
  margin-bottom: 6px;
}
@media (min-width: 769px) {
  .insight-featured-product.style-06 .gafwarhxcxxhqcv-3 {
    margin-top: -35px;
  }
}
.insight-featured-product.style-06 .insight-text {
  margin-bottom: 32px;
}
@media (min-width: 769px) {
  .insight-featured-product.style-06 {
    min-height: 200px;
  }
}
.insight-featured-product.style-06 .insight-featured-product--box--content {
  margin: 0;
}
.insight-featured-product.style-06 .gafwarhxcxxhqcv-1,
.insight-featured-product.style-06 .gafwarhxcxxhqcv-2,
.insight-featured-product.style-06 .gafwarhxcxxhqcv-3 {
  color: #392a25;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
.insight-featured-product.style-06 .gafwarhxcxxhqcv-1 {
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.insight-featured-product.style-06 .gafwarhxcxxhqcv-2 {
  font-size: 56px;
  letter-spacing: 0;
  font-weight: 900;
}
@media (min-width: 769px) {
  .insight-featured-product.style-06 .gafwarhxcxxhqcv-2 {
    margin-top: -10px;
  }
}
.insight-featured-product.style-06 .gafwarhxcxxhqcv-3 {
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 900;
}
@media (min-width: 769px) {
  .insight-featured-product.style-06 .gafwarhxcxxhqcv-3 {
    margin-top: -10px;
  }
}
.insight-featured-product.style-07 {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
  position: relative;
  background-color: #7fca90;
}
@media (max-width: 1199px) {
  .insight-featured-product.style-07 {
    background-image: none !important;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1000px) {
  .insight-featured-product.style-07 {
    min-height: 523px;
  }
}
.insight-featured-product.style-07 img {
  opacity: 0;
  position: relative;
  z-index: -1;
}
@media (max-width: 1199px) {
  .insight-featured-product.style-07 img {
    display: none;
  }
}
.insight-featured-product.style-07 .insight-featured-product--box {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  align-self: center;
}
@media (min-width: 992px) {
  .insight-featured-product.style-07 .insight-featured-product--box {
    position: absolute;
  }
}
@media (max-width: 991px) {
  .insight-featured-product.style-07
    .insight-featured-product--box
    .insight-featured-product--box--content {
    text-align: center;
  }
}
@media (min-width: 769px) {
  .insight-featured-product.style-07
    .insight-featured-product--box
    .insight-featured-product--box--content
    .insight-text {
    max-width: 250px;
  }
  .insight-featured-product.style-07
    .insight-featured-product--box
    .insight-featured-product--box--content
    .text {
    padding-left: 30px;
    padding-right: 20px;
    position: relative;
    z-index: 9;
    color: #fff;
  }
}
.insight-featured-product.style-07 .gafwarhxcxxhqcv-1 {
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .insight-featured-product.style-07 .gafwarhxcxxhqcv-1 {
    margin-left: 100px;
    margin-top: -40px;
  }
}
@media (max-width: 1500px) {
  .insight-featured-product.style-07 .gafwarhxcxxhqcv-1 {
    margin-left: 0;
  }
}
.insight-featured-product.style-07 .gafwarhxcxxhqcv-2 {
  color: #5fbd74;
}
@media (min-width: 769px) {
  .insight-featured-product.style-07 .gafwarhxcxxhqcv-2 {
    font-size: 140px;
    margin-top: -60px;
    margin-left: -100px;
  }
}
@media (max-width: 1500px) {
  .insight-featured-product.style-07 .gafwarhxcxxhqcv-2 {
    margin-left: 0;
    font-size: 50px;
    margin-top: 10px;
    margin-bottom: 40px;
  }
}
.insight-featured-product.style-07 .gafwarhxcxxhqcv-3 {
  font-weight: 900;
  margin-bottom: 6px;
}
@media (min-width: 769px) {
  .insight-featured-product.style-07 .gafwarhxcxxhqcv-3 {
    margin-top: -35px;
  }
}
.insight-featured-product.style-07 .insight-text {
  margin-bottom: 32px;
}
@media (min-width: 1000px) {
  .insight-featured-product.style-07 {
    min-height: 565px;
  }
}
.insight-featured-product.style-07 > img {
  opacity: 1;
  z-index: 2;
  position: absolute;
  bottom: -100px;
  left: -250px;
}
.insight-featured-product.style-07 .price {
  display: block;
  height: 80px;
  width: 80px;
  background-color: #7fca90;
  position: absolute;
  color: #fff;
  left: -160px;
  top: 50%;
  border-radius: 50%;
  z-index: 3;
  font-weight: 400;
  padding-top: 15px;
  text-transform: uppercase;
  -ms-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.insight-featured-product.style-07 .price b {
  font-size: 18px;
  font-weight: 900;
}
@media (max-width: 1000px) {
  .insight-featured-product.style-07 > img,
  .insight-featured-product.style-07 .price {
    display: none;
  }
}
.insight-featured-product.style-07 .insight-featured-product--box--content {
  margin: 0;
  text-align: center;
}
.insight-featured-product.style-07 .gafwarhxcxxhqcv-1,
.insight-featured-product.style-07 .gafwarhxcxxhqcv-2,
.insight-featured-product.style-07 .gafwarhxcxxhqcv-3 {
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
.insight-featured-product.style-07 .gafwarhxcxxhqcv-1 {
  font-size: 64px;
  letter-spacing: 0;
  font-weight: 400;
  color: #fff;
  text-transform: none;
}
.insight-featured-product.style-07 .gafwarhxcxxhqcv-2 {
  font-size: 28px;
  letter-spacing: 0.05em;
  font-weight: 900;
  margin-top: -10px;
  color: #392a25;
}
.insight-featured-product.style-07 .gafwarhxcxxhqcv-3 {
  font-size: 110px;
  letter-spacing: 0.2em;
  font-weight: 900;
  padding-left: 10px;
  color: #212121;
  opacity: 0.1;
}
@media (min-width: 769px) {
  .insight-featured-product.style-07 .gafwarhxcxxhqcv-3 {
    margin-top: -110px;
  }
}
.insight-featured-product.style-07 .insight-text {
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}
@media (min-width: 769px) {
  .insight-featured-product.style-07 .insight-text {
    margin-top: -26px;
  }
}
.insight-featured-product.style-07 .countdown {
  margin-top: 33px;
  margin-bottom: 30px;
}
.countdown > div {
  display: inline-block;
  height: 60px;
  width: 60px;
  position: relative;
  background-color: #fff;
  border-radius: 50%;
  line-height: 60px;
  font-size: 20px;
  font-weight: 900;
  color: #392a25;
  margin: 4px 24px 50px;
}
.countdown > div:before {
  position: absolute;
  content: "";
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 4px solid #000;
  border-radius: 50%;
  opacity: 0.1;
}
.countdown > div:after {
  content: "";
  height: 1px;
  width: 20px;
  display: inline-block;
  background-color: #212121;
  opacity: 0.4;
  position: absolute;
  top: 50%;
  left: -10px;
  margin-left: -24px;
}
.countdown > div:first-child:after {
  display: none;
}
.countdown > div span {
  position: absolute;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  letter-spacing: 0.1em;
  bottom: -58px;
  left: 0;
}
.insight-product-carousel {
  margin: 0 auto;
}
@media (min-width: 769px) {
  .insight-product-carousel {
    padding: 0 146px;
  }
}
.insight-product-carousel .products {
  margin-top: 57px;
}
.insight-product-carousel .product {
  outline: none;
  webkit-animation: zoomOut 0.25s;
  animation: zoomOut 0.25s;
}
.insight-product-carousel .carousel-next,
.insight-product-carousel .carousel-prev {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 48px;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  color: #696969;
  padding: 0;
  margin-top: -70px;
  cursor: pointer;
  outline: none;
  background: transparent;
  opacity: 0.3;
}
.insight-product-carousel .carousel-next:hover,
.insight-product-carousel .carousel-prev:hover {
  opacity: 1;
}
.insight-product-carousel .carousel-next {
  right: 30px;
}
@media (min-width: 769px) {
  .insight-product-carousel .carousel-next {
    right: -53px;
  }
}
.insight-product-carousel .carousel-prev {
  left: 30px;
  z-index: 2;
}
@media (min-width: 769px) {
  .insight-product-carousel .carousel-prev {
    left: -53px;
  }
}
.insight-product-carousel .insight-sub-title {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 900;
  text-align: center;
  margin-top: -2px;
  line-height: 1;
}
.insight-product-carousel .insight-title {
  line-height: 1;
  color: #5fbd74;
}
.insight-filter,
.insight-grid-filter,
.insight-gallery-filter {
  margin-top: 32px;
  margin-bottom: 57px;
  text-align: center;
}
.insight-filter ul,
.insight-grid-filter ul,
.insight-gallery-filter ul {
  padding-left: 0;
}
.insight-filter ul li,
.insight-grid-filter ul li,
.insight-gallery-filter ul li {
  display: inline;
}
@media (max-width: 768px) {
  .insight-filter ul li,
  .insight-grid-filter ul li,
  .insight-gallery-filter ul li {
    display: block;
    padding: 5px;
  }
  .insight-filter ul li:before,
  .insight-grid-filter ul li:before,
  .insight-gallery-filter ul li:before {
    display: none !important;
  }
}
.insight-filter ul li a,
.insight-grid-filter ul li a,
.insight-gallery-filter ul li a {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.insight-filter ul li a.active,
.insight-grid-filter ul li a.active,
.insight-gallery-filter ul li a.active {
  color: #5fbd74;
}
.insight-filter ul li:first-child:before,
.insight-grid-filter ul li:first-child:before,
.insight-gallery-filter ul li:first-child:before {
  display: none;
}
.insight-filter ul li:before,
.insight-grid-filter ul li:before,
.insight-gallery-filter ul li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
  height: 1px;
  width: 20px;
  background-color: #ccc;
}
.insight-product-column {
  position: relative;
}
.insight-product-column .gafwarhxcxxhqcv {
  font-size: 24px;
  height: 43px;
  line-height: 42px;
  padding: 0 50px 0 0;
  border-bottom: 1px solid #f1eeea;
  position: relative;
  margin-bottom: 40px;
}
.insight-product-column .item {
  outline: none;
}
.insight-product-column .hhviizleagfrpeg {
  position: static;
}
.insight-product-column .hhviizleagfrpeg .slick-prev:before,
.insight-product-column .hhviizleagfrpeg .slick-next:before {
  font-family: Ionicons;
  color: #392a25;
  opacity: 0.25;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.insight-product-column .hhviizleagfrpeg .slick-prev:hover:before,
.insight-product-column .hhviizleagfrpeg .slick-next:hover:before {
  opacity: 1;
}
.insight-product-column .hhviizleagfrpeg .slick-prev {
  top: 20px;
  right: 30px;
  left: auto;
}
.insight-product-column .hhviizleagfrpeg .slick-prev:before {
  content: "\f3d2";
}
.insight-product-column .hhviizleagfrpeg .slick-next {
  top: 20px;
  right: 0;
  left: auto;
  padding-left: 5px;
  width: 25px;
  border-left: 1px solid #eee;
}
.insight-product-column .hhviizleagfrpeg .slick-next:before {
  content: "\f3d3";
}
.insight-product-column .product-item {
  margin-bottom: 18px;
  display: inline-block;
  width: 100%;
}
.insight-product-column .product-item .product-thumb {
  width: 120px;
  height: 120px;
  display: inline-block;
  float: left;
  margin-right: 30px;
  position: relative;
}
.insight-product-column .product-item .product-thumb img {
  width: 100%;
  height: auto;
  border: 2px solid #f1eeea;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.insight-product-column .product-item .product-thumb:before,
.insight-product-column .product-item .product-thumb:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.insight-product-column .product-item .product-thumb:before {
  border-top: 2px solid #5fbd74;
  border-bottom: 2px solid #5fbd74;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.insight-product-column .product-item .product-thumb:after {
  border-right: 2px solid #5fbd74;
  border-left: 2px solid #5fbd74;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.insight-product-column .product-item .product-info .product-title {
  display: block;
  font-size: 18px;
  font-weight: 600;
}
.insight-product-column .product-item .product-info .product-price {
  margin-top: 10px;
  display: block;
  color: #5fbd74;
  font-weight: 700;
  line-height: 1;
}
.insight-product-column .product-item .product-info .product-price ins {
  background: none;
}
.insight-product-column .product-item .product-info .product-price del {
  color: #cbcac8;
}
.insight-product-column .product-item .product-info .product-price del .amount {
  color: #cbcac8;
}
.insight-product-column .product-item .product-info .product-rate {
  margin-top: 10px;
  display: block;
}
.insight-product-column .product-item .product-info .product-rate .star-rating {
  font-size: 16px !important;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 83px;
  margin-left: -3px;
}
.insight-product-column
  .product-item
  .product-info
  .product-rate
  .star-rating:before {
  content: "\f3ae \f3ae \f3ae \f3ae \f3ae";
  font-family: Ionicons;
  letter-spacing: 3px;
  padding: 0 3px;
  color: #d3ced2;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.insight-product-column
  .product-item
  .product-info
  .product-rate
  .star-rating
  span {
  color: #f5cc26;
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.insight-product-column
  .product-item
  .product-info
  .product-rate
  .star-rating
  span:before {
  content: "\f2fc \f2fc \f2fc \f2fc \f2fc";
  font-family: Ionicons;
  letter-spacing: 3px;
  padding: 0 3px;
  top: 0;
  position: absolute;
  left: 0;
}
.insight-product-column .product-item .product-info .product-categories {
  margin-top: 10px;
  display: block;
}
.insight-product-column .product-item .product-info .product-categories a {
  display: inline-block;
  padding: 0 5px;
  background: #eee;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 14px;
  text-transform: uppercase;
}
.insight-product-column
  .product-item
  .product-info
  .product-categories
  a:hover {
  background-color: #5fbd74;
  color: #fff;
}
.insight-product-column .product-item:hover .product-thumb:before,
.insight-product-column .product-item:hover .product-thumb:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media (min-width: 769px) {
  .insight-product-grid .products .product {
    display: block;
  }
  .insight-product-grid .columns-1 .products .product {
    width: 100%;
    max-width: 100%;
  }
  .insight-product-grid .columns-2 .products .product {
    width: 50%;
    max-width: 50%;
  }
  .insight-product-grid .columns-3 .products .product {
    width: 33.33%;
    max-width: 33.33%;
  }
  .insight-product-grid .columns-4 .products .product {
    width: 25%;
    max-width: 25%;
  }
  .insight-product-grid .columns-5 .products .product {
    width: 20%;
    max-width: 20%;
  }
  .insight-product-grid .columns-6 .products .product {
    width: 16.66%;
  }
}
.insight-product-tab .insight-tab {
  margin-top: 32px;
  margin-bottom: 57px;
  text-align: center;
}
.insight-product-tab .insight-tab ul {
  padding-left: 0;
}
.insight-product-tab .insight-tab ul li {
  display: inline;
}
@media (max-width: 768px) {
  .insight-product-tab .insight-tab ul li {
    display: block;
    padding: 5px;
  }
  .insight-product-tab .insight-tab ul li:before {
    display: none !important;
  }
}
.insight-product-tab .insight-tab ul li a {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.insight-product-tab .insight-tab ul li a.active {
  color: #5fbd74;
}
.insight-product-tab .insight-tab ul li:first-child:before {
  display: none;
}
.insight-product-tab .insight-tab ul li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
  height: 1px;
  width: 20px;
  background-color: #ccc;
}
.insight-product-tab .products-tab-content .products-tab-content-inner {
  display: none;
}
.insight-product-tab .products-tab-content .products-tab-content-inner.active {
  display: block;
}
.insight-product-tab .load-btn {
  text-align: center;
}
.insight-product-tab .load-btn button.loading:after {
  content: "...";
}
@media (min-width: 769px) {
  .insight-product-tab .products .product {
    display: block;
  }
  .insight-product-tab .columns-1 .products .product {
    width: 100%;
    max-width: 100%;
  }
  .insight-product-tab .columns-2 .products .product {
    width: 50%;
    max-width: 50%;
  }
  .insight-product-tab .columns-3 .products .product {
    width: 33.33%;
    max-width: 33.33%;
  }
  .insight-product-tab .columns-4 .products .product {
    width: 25%;
    max-width: 25%;
  }
  .insight-product-tab .columns-5 .products .product {
    width: 20%;
    max-width: 20%;
  }
  .insight-product-tab .columns-6 .products .product {
    width: 16.66%;
  }
}
.insight-product-single .product {
  text-align: center;
  margin-bottom: 0;
  outline: none;
}
.insight-product-single .product .product-thumb {
  border: 3px solid #f1eeea;
  padding: 0;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.insight-product-single .product .product-thumb a {
  display: block;
  overflow: hidden;
}
.insight-product-single .product .product-thumb img {
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.insight-product-single .product .product-thumb .outofstock {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -60px;
  margin-left: -60px;
  width: 120px;
  height: 120px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  z-index: 99;
  text-transform: uppercase;
  background: rgba(57, 42, 37, 0.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.insight-product-single .product .product-thumb .outofstock span {
  font-size: 24px;
  font-weight: 900;
  display: block;
  margin-top: 30px;
}
.insight-product-single .product .product-thumb .badges {
  position: absolute;
  width: 48px;
  right: 12px;
  top: 12px;
}
.insight-product-single .product .product-thumb .badges .hot,
.insight-product-single .product .product-thumb .badges .onsale,
.insight-product-single .product .product-thumb .badges .new {
  position: relative;
  display: block;
  border-radius: 50%;
  text-transform: uppercase;
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  padding: 0;
  font-weight: 700;
  margin: 0;
  color: #fff;
  font-size: 12px;
  left: 0;
  top: 0;
  right: auto;
  margin-bottom: -10px;
}
.insight-product-single .product .product-thumb .badges .hot {
  background: #f76b6a;
  z-index: 98;
}
.insight-product-single .product .product-thumb .badges .onsale {
  background: #f7aa77;
  z-index: 97;
}
.insight-product-single .product .product-thumb .badges .new {
  background: #b9d9e9;
  z-index: 96;
}
.insight-product-single .product .product-thumb .product-action {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  background: #5fbd74;
  color: #fff;
  padding: 15px;
  height: 50px;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.insight-product-single .product .product-thumb .product-action a {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  display: inline-block;
  overflow: hidden;
  background: none;
  padding: 0;
  font-size: 0;
  color: #fff;
  opacity: 1;
}
.insight-product-single .product .product-thumb .product-action .added_to_cart {
  display: none;
}
.insight-product-single
  .product
  .product-thumb
  .product-action
  .add-to-cart-btn {
  width: 20px;
  height: 20px;
}
.insight-product-single
  .product
  .product-thumb
  .product-action
  .add_to_cart_button:before {
  content: "\f110" !important;
  font-size: 20px;
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.insight-product-single
  .product
  .product-thumb
  .product-action
  .add_to_cart_button.loading:before {
  content: "\e922" !important;
  font-family: "organik" !important;
  animation: spinner 1.5s linear infinite !important;
  -webkit-animation: spinner 1.5s linear infinite !important;
}
.insight-product-single
  .product
  .product-thumb
  .product-action
  .add_to_cart_button.added:before {
  content: "\f3ff" !important;
  font-family: "Ionicons" !important;
}
.insight-product-single
  .product
  .product-thumb
  .product-action
  .add_to_cart_button.product_type_variable:before {
  content: "\f39d" !important;
  font-family: Ionicons !important;
}
.insight-product-single
  .product
  .product-thumb
  .product-action
  .product_type_simple:before {
  content: "\f39c";
  font-size: 20px;
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.insight-product-single .product .product-info h3 {
  font-size: 18px;
  color: #5e5a54;
  margin: 20px 0 10px 0;
}
.insight-product-single .product .product-info .price {
  font-size: 16px;
  font-weight: 700;
}
.insight-product-single .product .product-info .price .amount {
  color: #5fbd74;
}
.insight-product-single .product .product-info .price del {
  color: #cbcac8;
  font-weight: 400;
}
.insight-product-single .product .product-info .price del .amount {
  color: #cbcac8;
}
.insight-product-single .product .product-info .price ins {
  background: none;
}
.insight-product-single .product .product-rate,
.insight-product-single .product .product-desc,
.insight-product-single .product .product-action-list {
  display: none;
}
.insight-product-single .product:hover .product-thumb {
  border-color: #5fbd74;
}
.insight-product-single .product:hover .product-thumb img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.insight-product-single .product:hover .product-thumb .product-action {
  opacity: 1;
  visibility: visible;
}
.insight-product-info .item {
  display: block;
  margin-bottom: 10px;
}
.insight-product-info .item:last-child {
  margin-bottom: 0;
}
.insight-product-info .item div {
  display: inline-block;
}
.insight-product-info .item div:first-child {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  min-width: 120px;
}
.insight-product-spot {
  position: relative;
}
.insight-product-spot .insight-product-spot--info .gafwarhxcxxhqcv {
  font-weight: 700;
  color: #392a25;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.insight-product-spot .insight-product-spot--icon {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  top: 0;
}
.insight-product-spot
  .insight-product-spot--icon
  .insight-product-spot--icon-inner {
  position: relative;
}
.insight-product-spot
  .insight-product-spot--icon
  .insight-product-spot--icon-inner:before {
  content: "";
  width: 56px;
  height: 56px;
  background-color: #5fbd74;
  opacity: 0.2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: -8px;
  left: -8px;
}
.insight-product-spot
  .insight-product-spot--icon
  .insight-product-spot--icon-inner
  i {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 32px;
  text-align: center;
  background-color: #5fbd74;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.insight-product-spot
  .insight-product-spot--icon
  .insight-product-spot--icon-inner
  .spot {
  position: absolute;
  display: block;
  width: 180px;
  height: 1px;
  background-image: url(../../../themes/tm-organik/assets/images/line_bg.png);
  background-repeat: repeat-x;
}
.insight-product-spot
  .insight-product-spot--icon
  .insight-product-spot--icon-inner
  .spot
  .spot-inner {
  position: relative;
}
.insight-product-spot
  .insight-product-spot--icon
  .insight-product-spot--icon-inner
  .spot
  .spot-inner:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  z-index: 8;
}
.insight-product-spot
  .insight-product-spot--icon
  .insight-product-spot--icon-inner
  .spot
  .spot-inner:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: -8px;
  z-index: 7;
}
.insight-product-spot.type-left {
  padding-right: 70px;
  text-align: right;
}
.insight-product-spot.type-left .insight-product-spot--icon {
  right: 0;
}
.insight-product-spot.type-left
  .insight-product-spot--icon
  .insight-product-spot--icon-inner
  .spot {
  top: 19px;
  left: 50px;
}
.insight-product-spot.type-left
  .insight-product-spot--icon
  .insight-product-spot--icon-inner
  .spot
  .spot-inner:before {
  right: 0;
}
.insight-product-spot.type-left
  .insight-product-spot--icon
  .insight-product-spot--icon-inner
  .spot
  .spot-inner:after {
  right: -3px;
}
.insight-product-spot.type-right {
  padding-left: 70px;
  text-align: left;
}
.insight-product-spot.type-right .insight-product-spot--icon {
  left: 0;
}
.insight-product-spot.type-right
  .insight-product-spot--icon
  .insight-product-spot--icon-inner
  .spot {
  top: 19px;
  right: 50px;
}
.insight-product-spot.type-right
  .insight-product-spot--icon
  .insight-product-spot--icon-inner
  .spot
  .spot-inner:before {
  left: 0;
}
.insight-product-spot.type-right
  .insight-product-spot--icon
  .insight-product-spot--icon-inner
  .spot
  .spot-inner:after {
  left: -3px;
}
@media (max-width: 991px) {
  .insight-product-spot.type-left,
  .insight-product-spot.type-right {
    padding-left: 70px;
    text-align: left;
  }
  .insight-product-spot.type-left .insight-product-spot--icon,
  .insight-product-spot.type-right .insight-product-spot--icon {
    left: 0;
  }
  .insight-product-spot.type-left
    .insight-product-spot--icon
    .insight-product-spot--icon-inner
    .spot,
  .insight-product-spot.type-right
    .insight-product-spot--icon
    .insight-product-spot--icon-inner
    .spot {
    display: none;
  }
}
.insight-blog > div {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .insight-blog .gwhgetveyzxug:nth-child(even) .col-md-6:first-child,
  .insight-blog
    .insight-carousel
    .slick-track:nth-child(even)
    .col-md-6:first-child,
  .insight-carousel
    .insight-blog
    .slick-track:nth-child(even)
    .col-md-6:first-child,
  .insight-blog
    .insight-process--small-icon:nth-child(even)
    .col-md-6:first-child {
    order: 1;
  }
  .insight-blog .gwhgetveyzxug:nth-child(even) .col-md-6:last-child,
  .insight-blog
    .insight-carousel
    .slick-track:nth-child(even)
    .col-md-6:last-child,
  .insight-carousel
    .insight-blog
    .slick-track:nth-child(even)
    .col-md-6:last-child,
  .insight-blog
    .insight-process--small-icon:nth-child(even)
    .col-md-6:last-child {
    text-align: right;
  }
  .insight-blog .gwhgetveyzxug:nth-child(even) .col-md-6:last-child .entry-title:before,
  .insight-blog
    .insight-carousel
    .slick-track:nth-child(even)
    .col-md-6:last-child
    .entry-title:before,
  .insight-carousel
    .insight-blog
    .slick-track:nth-child(even)
    .col-md-6:last-child
    .entry-title:before,
  .insight-blog
    .insight-process--small-icon:nth-child(even)
    .col-md-6:last-child
    .entry-title:before {
    right: -70px;
    left: auto;
  }
}
.insight-blog.grid_has_padding .blog-grid-style div.post-thumbnail {
  margin-bottom: 0;
}
.insight-blog.grid_has_padding .blog-grid-style div.post-thumbnail img {
  width: 100%;
  height: auto;
}
.insight-blog.grid_has_padding .desc-content {
  padding: 25px 30px 35px;
  background-color: #fff;
}
.insight-featured-category.style-01 {
  background-color: #fff;
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
}
.insight-featured-category.style-01 .lodoplppfaojqoc {
  height: 270px;
  position: relative;
  overflow: hidden;
}
.insight-featured-category.style-01 .lodoplppfaojqoc .bg {
  width: 800px;
  height: 800px;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  margin-left: -400px;
  bottom: 30px;
  content: "";
  background-color: #ecd4c5;
  z-index: 96;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.insight-featured-category.style-01 .lodoplppfaojqoc .img {
  z-index: 97;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.insight-featured-category.style-01 .lodoplppfaojqoc .img img {
  max-width: 90%;
  height: auto;
}
.insight-featured-category.style-01 .gafwarhxcxxhqcv {
  padding: 30px 0 20px 0;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #392a25;
}
.insight-featured-category.style-01:hover .lodoplppfaojqoc .bg {
  margin-left: -460px;
}
.insight-featured-category.style-01:hover .lodoplppfaojqoc .img {
  bottom: 5px;
}
.insight-featured-category.style-02 {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  width: 100%;
  padding: 20px 15px;
}
.insight-featured-category.style-02 .lodoplppfaojqoc {
  height: 150px;
  display: flex;
  align-items: flex-end;
}
.insight-featured-category.style-02 .lodoplppfaojqoc .img {
  z-index: 97;
  position: relative;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.insight-featured-category.style-02 .lodoplppfaojqoc .img img {
  max-width: 90%;
  height: auto;
}
.insight-featured-category.style-02 .gafwarhxcxxhqcv {
  margin-top: 20px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  color: #5e5a54;
}
.insight-featured-category.style-02:hover .lodoplppfaojqoc .img {
  transform: translateY(-10px);
}
.insight-testimonials {
  margin-bottom: 0 !important;
}
.insight-testimonials.list .item {
  margin-bottom: 30px;
}
.insight-testimonials.list .item:last-child {
  margin-bottom: 0;
}
.insight-testimonials.style1,
.insight-testimonials.style7 {
  width: 100%;
  outline: none;
}
.insight-testimonials.style1 .item,
.insight-testimonials.style7 .item {
  width: 100%;
  text-align: center;
  outline: none;
  z-index: 98;
}
.insight-testimonials.style1 .item .text,
.insight-testimonials.style7 .item .text {
  width: 80%;
  max-width: 710px;
  margin: 0 auto;
  font-size: 24px;
  color: #fff;
  font-style: italic;
  background-image: url(../../../themes/tm-organik/assets/images/testi_quote.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.insight-testimonials.style1 .item .info,
.insight-testimonials.style7 .item .info {
  margin-top: 50px;
  display: inline-block;
}
@media (max-width: 768px) {
  .insight-testimonials.style1 .item .info,
  .insight-testimonials.style7 .item .info {
    text-align: center;
  }
  .insight-testimonials.style1 .item .info .photo,
  .insight-testimonials.style7 .item .info .photo {
    float: none !important;
  }
  .insight-testimonials.style1 .item .info .photo img,
  .insight-testimonials.style7 .item .info .photo img {
    float: none;
  }
}
.insight-testimonials.style1 .item .info .photo,
.insight-testimonials.style7 .item .info .photo {
  height: 80px;
  display: inline-block;
  float: left;
  margin: 0 10px;
}
.insight-testimonials.style1 .item .info .photo img,
.insight-testimonials.style7 .item .info .photo img {
  width: 80px;
  height: 80px;
  border-radius: 40px;
}
.insight-testimonials.style1 .item .info .author,
.insight-testimonials.style7 .item .info .author {
  height: 80px;
  display: inline-block;
  margin: 0 10px;
  text-align: left;
}
.insight-testimonials.style1 .item .info .author .name,
.insight-testimonials.style1 .item .info .author .tagline,
.insight-testimonials.style7 .item .info .author .name,
.insight-testimonials.style7 .item .info .author .tagline {
  display: block;
}
.insight-testimonials.style1 .item .info .author .name,
.insight-testimonials.style7 .item .info .author .name {
  font-size: 18px;
  text-transform: uppercase;
  color: #392a25;
  font-weight: 700;
  margin-top: 15px;
}
.insight-testimonials.style1 .item .info .author .tagline,
.insight-testimonials.style7 .item .info .author .tagline {
  color: #fff;
  opacity: 0.7;
}
.insight-testimonials.style1 .slick-prev,
.insight-testimonials.style1 .slick-next,
.insight-testimonials.style7 .slick-prev,
.insight-testimonials.style7 .slick-next {
  width: 48px;
  height: 48px;
  top: 100px;
  margin-top: -24px;
  background: none;
  border-radius: 0;
  z-index: 99;
  opacity: 0.2;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.insight-testimonials.style1 .slick-prev:before,
.insight-testimonials.style1 .slick-next:before,
.insight-testimonials.style7 .slick-prev:before,
.insight-testimonials.style7 .slick-next:before {
  font-size: 48px;
  font-weight: 400;
  font-family: Ionicons;
  color: #392a25;
  opacity: 1;
}
.insight-testimonials.style1 .slick-prev:hover,
.insight-testimonials.style1 .slick-next:hover,
.insight-testimonials.style7 .slick-prev:hover,
.insight-testimonials.style7 .slick-next:hover {
  opacity: 1;
}
.insight-testimonials.style1 .slick-prev:before,
.insight-testimonials.style7 .slick-prev:before {
  content: "\f3d2";
}
.insight-testimonials.style1 .slick-next:before,
.insight-testimonials.style7 .slick-next:before {
  content: "\f3d3";
}
.insight-testimonials.style1 .slick-dots,
.insight-testimonials.style7 .slick-dots {
  position: relative;
  bottom: auto;
  margin: 60px 0 0 0;
}
.insight-testimonials.style1 .slick-dots li button,
.insight-testimonials.style7 .slick-dots li button {
  width: 10px;
  height: 10px;
  line-height: 16px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-sizing: border-box;
}
.insight-testimonials.style1 .slick-dots li button:before,
.insight-testimonials.style7 .slick-dots li button:before {
  display: none;
}
.insight-testimonials.style1 .slick-dots li.slick-active button,
.insight-testimonials.style7 .slick-dots li.slick-active button {
  background-color: #fff;
  position: relative;
}
.insight-testimonials.style1 .slick-dots li.slick-active button:before,
.insight-testimonials.style7 .slick-dots li.slick-active button:before {
  position: absolute;
  top: -3px;
  left: -3px;
  content: "";
  border-radius: 8px;
  width: 16px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.3);
  display: block;
}
.insight-testimonials.style7 .item .text {
  color: #5fbd74;
  font-size: 34px;
  line-height: 48px;
  letter-spacing: 0;
  font-style: normal;
  background: none;
}
.insight-testimonials.style7 .item .info {
  margin-top: 25px;
}
.insight-testimonials.style7 .item .info .author .name,
.insight-testimonials.style7 .item .info .author .tagline {
  display: inline-block;
  letter-spacing: 0.05em;
  font-size: 14px;
}
.insight-testimonials.style7 .item .info .author .name {
  color: #392a25;
  font-weight: 700;
  margin-top: 30px;
}
.insight-testimonials.style7 .item .info .author .tagline {
  color: #5e5a54;
  font-style: italic;
  padding-bottom: 2px;
}
.insight-testimonials.style7 .item .info .author .tagline:before {
  content: "/";
  display: inline-block;
  margin: 0 5px;
}
.insight-testimonials.style3 {
  width: 100%;
  outline: none;
}
.insight-testimonials.style3 .item {
  width: 100%;
  text-align: center;
  outline: none;
  z-index: 98;
}
.insight-testimonials.style3 .item .text {
  width: 80%;
  max-width: 710px;
  margin: 0 auto;
  font-size: 24px;
  color: #5e5a54;
  font-style: italic;
  background-image: url(../../../themes/tm-organik/assets/images/testi_quote.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.insight-testimonials.style3 .item .info {
  margin-top: 50px;
  display: inline-block;
}
@media (max-width: 768px) {
  .insight-testimonials.style3 .item .info {
    text-align: center;
  }
  .insight-testimonials.style3 .item .info .photo {
    float: none !important;
  }
  .insight-testimonials.style3 .item .info .photo img {
    float: none;
  }
}
.insight-testimonials.style3 .item .info .photo {
  height: 80px;
  display: inline-block;
  float: left;
  margin: 0 10px;
}
.insight-testimonials.style3 .item .info .photo img {
  width: 80px;
  height: 80px;
  border-radius: 40px;
}
.insight-testimonials.style3 .item .info .author {
  height: 80px;
  display: inline-block;
  margin: 0 10px;
  text-align: left;
}
.insight-testimonials.style3 .item .info .author .name,
.insight-testimonials.style3 .item .info .author .tagline {
  display: block;
}
.insight-testimonials.style3 .item .info .author .name {
  font-size: 18px;
  text-transform: uppercase;
  color: #392a25;
  font-weight: 700;
  margin-top: 15px;
}
.insight-testimonials.style3 .item .info .author .tagline {
  color: #5e5a54;
  opacity: 0.7;
}
.insight-testimonials.style3 .slick-prev,
.insight-testimonials.style3 .slick-next {
  width: 48px;
  height: 48px;
  top: 100px;
  margin-top: -24px;
  background: none;
  border-radius: 0;
  z-index: 99;
}
.insight-testimonials.style3 .slick-prev:before,
.insight-testimonials.style3 .slick-next:before {
  font-size: 48px;
  font-weight: 400;
  font-family: Ionicons;
  color: #d1cfce;
  opacity: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.insight-testimonials.style3 .slick-prev:hover:before,
.insight-testimonials.style3 .slick-next:hover:before {
  color: #5fbd74;
}
.insight-testimonials.style3 .slick-prev:before {
  content: "\f3d2";
}
.insight-testimonials.style3 .slick-next:before {
  content: "\f3d3";
}
.insight-testimonials.style3 .slick-dots {
  position: relative;
  bottom: auto;
  margin: 60px 0 0 0;
}
.insight-testimonials.style3 .slick-dots li button {
  width: 10px;
  height: 10px;
  line-height: 16px;
  background: #f1eeea;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-sizing: border-box;
}
.insight-testimonials.style3 .slick-dots li button:before {
  display: none;
}
.insight-testimonials.style3 .slick-dots li.slick-active button {
  background-color: #5fbd74;
  position: relative;
}
.insight-testimonials.style3 .slick-dots li.slick-active button:before {
  position: absolute;
  top: -3px;
  left: -3px;
  content: "";
  border-radius: 8px;
  width: 16px;
  height: 16px;
  background-color: rgba(0, 0, 0, 0.08);
  display: block;
}
.insight-testimonials.style6 {
  width: 100%;
  outline: none;
}
.insight-testimonials.style6 .item {
  width: 100%;
  text-align: center;
  outline: none;
  z-index: 98;
}
.insight-testimonials.style6 .item .text {
  width: 80%;
  max-width: 710px;
  margin: 0 auto;
  font-size: 24px;
  color: #5e5a54;
  font-style: italic;
  background-image: url(../../../themes/tm-organik/assets/images/testi_quote.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.insight-testimonials.style6 .item .info {
  margin-top: 50px;
  display: inline-block;
}
@media (max-width: 768px) {
  .insight-testimonials.style6 .item .info {
    text-align: center;
  }
  .insight-testimonials.style6 .item .info .photo {
    float: none !important;
  }
  .insight-testimonials.style6 .item .info .photo img {
    float: none;
  }
}
.insight-testimonials.style6 .item .info .photo {
  height: 80px;
  display: inline-block;
  float: left;
  margin: 0 10px;
}
.insight-testimonials.style6 .item .info .photo img {
  width: 80px;
  height: 80px;
  border-radius: 40px;
}
.insight-testimonials.style6 .item .info .author {
  height: 80px;
  display: inline-block;
  margin: 0 10px;
  text-align: left;
}
.insight-testimonials.style6 .item .info .author .name,
.insight-testimonials.style6 .item .info .author .tagline {
  display: block;
}
.insight-testimonials.style6 .item .info .author .name {
  font-size: 18px;
  text-transform: uppercase;
  color: #392a25;
  font-weight: 700;
  margin-top: 15px;
}
.insight-testimonials.style6 .item .info .author .tagline {
  color: #5e5a54;
  opacity: 0.7;
}
.insight-testimonials.style6 .slick-prev,
.insight-testimonials.style6 .slick-next {
  width: 48px;
  height: 48px;
  top: 100px;
  margin-top: -24px;
  background: none;
  border-radius: 0;
  z-index: 99;
}
.insight-testimonials.style6 .slick-prev:before,
.insight-testimonials.style6 .slick-next:before {
  font-size: 48px;
  font-weight: 400;
  font-family: Ionicons;
  color: #d1cfce;
  opacity: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.insight-testimonials.style6 .slick-prev:hover:before,
.insight-testimonials.style6 .slick-next:hover:before {
  color: #5fbd74;
}
.insight-testimonials.style6 .slick-prev:before {
  content: "\f3d2";
}
.insight-testimonials.style6 .slick-next:before {
  content: "\f3d3";
}
.insight-testimonials.style6 .slick-dots {
  position: relative;
  bottom: auto;
  margin: 60px 0 0 0;
}
.insight-testimonials.style6 .slick-dots li button {
  width: 10px;
  height: 10px;
  line-height: 16px;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-sizing: border-box;
}
.insight-testimonials.style6 .slick-dots li button:before {
  display: none;
}
.insight-testimonials.style6 .slick-dots li.slick-active button {
  background-color: #5fbd74;
  position: relative;
}
.insight-testimonials.style6 .slick-dots li.slick-active button:before {
  position: absolute;
  top: -3px;
  left: -3px;
  content: "";
  border-radius: 8px;
  width: 16px;
  height: 16px;
  background-color: rgba(0, 0, 0, 0.08);
  display: block;
}
.insight-testimonials.style2 {
  width: 100%;
  outline: none;
}
.insight-testimonials.style2 .item {
  width: 100%;
  outline: none;
  z-index: 98;
  padding: 0 15px;
}
.insight-testimonials.style2 .item .text {
  width: 100%;
  background: #fff;
  padding: 40px 50px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 18px;
  font-style: italic;
  line-height: 1.8;
  position: relative;
  z-index: 98;
}
.insight-testimonials.style2 .item .text:before {
  content: "";
  left: 15px;
  top: 25px;
  width: 20px;
  height: 20px;
  background-image: url(../../../themes/tm-organik/assets/images/testi_quote_2.png);
  z-index: 99;
  position: absolute;
}
.insight-testimonials.style2 .item .text:after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50px;
  width: 0;
  height: 0;
  border-top: 16px solid #fff;
  border-right: 16px solid transparent;
  z-index: 99;
}
.insight-testimonials.style2 .item .info {
  margin-top: 40px;
  display: inline-block;
}
.insight-testimonials.style2 .item .info .photo {
  height: 60px;
  display: inline-block;
  float: left;
  margin-right: 20px;
}
.insight-testimonials.style2 .item .info .photo img {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  border: 4px solid rgba(255, 255, 255, 0.2);
}
.insight-testimonials.style2 .item .info .author {
  height: 60px;
  display: inline-block;
  margin: 0 10px 0 0;
  text-align: left;
}
.insight-testimonials.style2 .item .info .author .name,
.insight-testimonials.style2 .item .info .author .tagline {
  display: block;
}
.insight-testimonials.style2 .item .info .author .name {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  margin-top: 5px;
}
.insight-testimonials.style2 .item .info .author .tagline {
  color: #fff;
  opacity: 0.7;
}
.insight-testimonials.style2 .slick-dots {
  position: relative;
  bottom: auto;
  margin: 60px 0 0 0;
}
.insight-testimonials.style2 .slick-dots li button {
  width: 10px;
  height: 10px;
  line-height: 16px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-sizing: border-box;
}
.insight-testimonials.style2 .slick-dots li button:before {
  display: none;
}
.insight-testimonials.style2 .slick-dots li.slick-active button {
  background-color: #fff;
  position: relative;
}
.insight-testimonials.style2 .slick-dots li.slick-active button:before {
  position: absolute;
  top: -3px;
  left: -3px;
  content: "";
  border-radius: 8px;
  width: 16px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.3);
  display: block;
}
.insight-testimonials.style4 {
  width: 100%;
  outline: none;
}
.insight-testimonials.style4 .item {
  width: 100%;
  outline: none;
  z-index: 98;
  padding: 0 15px;
}
.insight-testimonials.style4 .item .text {
  width: 100%;
  background: #f5f3f0;
  padding: 40px 50px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 18px;
  font-style: italic;
  line-height: 1.8;
  position: relative;
  z-index: 98;
}
.insight-testimonials.style4 .item .text:before {
  content: "";
  left: 15px;
  top: 25px;
  width: 20px;
  height: 20px;
  background-image: url(../../../themes/tm-organik/assets/images/testi_quote_2.png);
  z-index: 99;
  position: absolute;
}
.insight-testimonials.style4 .item .text:after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50px;
  width: 0;
  height: 0;
  border-top: 16px solid #f5f3f0;
  border-right: 16px solid transparent;
  z-index: 99;
}
.insight-testimonials.style4 .item .info {
  margin-top: 40px;
  display: inline-block;
}
.insight-testimonials.style4 .item .info .photo {
  height: 60px;
  display: inline-block;
  float: left;
  margin-right: 20px;
}
.insight-testimonials.style4 .item .info .photo img {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  border: 4px solid rgba(255, 255, 255, 0.2);
}
.insight-testimonials.style4 .item .info .author {
  height: 60px;
  display: inline-block;
  margin: 0 10px 0 0;
  text-align: left;
}
.insight-testimonials.style4 .item .info .author .name,
.insight-testimonials.style4 .item .info .author .tagline {
  display: block;
}
.insight-testimonials.style4 .item .info .author .name {
  font-size: 18px;
  text-transform: uppercase;
  color: #392a25;
  font-weight: 700;
  margin-top: 5px;
}
.insight-testimonials.style4 .item .info .author .tagline {
  opacity: 0.7;
}
.insight-testimonials.style4 .slick-dots {
  position: relative;
  bottom: auto;
  margin: 60px 0 0 0;
}
.insight-testimonials.style4 .slick-dots li button {
  width: 10px;
  height: 10px;
  line-height: 16px;
  background: #f1eeea;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-sizing: border-box;
}
.insight-testimonials.style4 .slick-dots li button:before {
  display: none;
}
.insight-testimonials.style4 .slick-dots li.slick-active button {
  background-color: #5fbd74;
  position: relative;
}
.insight-testimonials.style4 .slick-dots li.slick-active button:before {
  position: absolute;
  top: -3px;
  left: -3px;
  content: "";
  border-radius: 8px;
  width: 16px;
  height: 16px;
  background-color: rgba(0, 0, 0, 0.08);
  display: block;
}
.insight-testimonials.style5 {
  width: 100%;
  outline: none;
}
.insight-testimonials.style5 .item {
  width: 100%;
  outline: none;
  z-index: 98;
  padding: 0 15px;
}
.insight-testimonials.style5 .item .text {
  width: 100%;
  background: #fff;
  padding: 40px 50px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 18px;
  font-style: italic;
  line-height: 1.8;
  position: relative;
  z-index: 98;
}
.insight-testimonials.style5 .item .text:before {
  content: "";
  left: 15px;
  top: 25px;
  width: 20px;
  height: 20px;
  background-image: url(../../../themes/tm-organik/assets/images/testi_quote_2.png);
  z-index: 99;
  position: absolute;
}
.insight-testimonials.style5 .item .text:after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50px;
  width: 0;
  height: 0;
  border-top: 16px solid #fff;
  border-right: 16px solid transparent;
  z-index: 99;
}
.insight-testimonials.style5 .item .info {
  margin-top: 40px;
  display: inline-block;
}
.insight-testimonials.style5 .item .info .photo {
  height: 60px;
  display: inline-block;
  float: left;
  margin-right: 20px;
}
.insight-testimonials.style5 .item .info .photo img {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  border: 4px solid rgba(255, 255, 255, 0.2);
}
.insight-testimonials.style5 .item .info .author {
  height: 60px;
  display: inline-block;
  margin: 0 10px 0 0;
  text-align: left;
}
.insight-testimonials.style5 .item .info .author .name,
.insight-testimonials.style5 .item .info .author .tagline {
  display: block;
}
.insight-testimonials.style5 .item .info .author .name {
  font-size: 18px;
  text-transform: uppercase;
  color: #392a25;
  font-weight: 700;
  margin-top: 5px;
}
.insight-testimonials.style5 .item .info .author .tagline {
  opacity: 0.7;
}
.insight-testimonials.style5 .slick-dots {
  position: relative;
  bottom: auto;
  margin: 60px 0 0 0;
}
.insight-testimonials.style5 .slick-dots li button {
  width: 10px;
  height: 10px;
  line-height: 16px;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-sizing: border-box;
}
.insight-testimonials.style5 .slick-dots li button:before {
  display: none;
}
.insight-testimonials.style5 .slick-dots li.slick-active button {
  background-color: #5fbd74;
  position: relative;
}
.insight-testimonials.style5 .slick-dots li.slick-active button:before {
  position: absolute;
  top: -3px;
  left: -3px;
  content: "";
  border-radius: 8px;
  width: 16px;
  height: 16px;
  background-color: rgba(0, 0, 0, 0.08);
  display: block;
}
.insight-testimonials.style8 {
  width: 100%;
  outline: none;
}
.insight-testimonials.style8 .item {
  width: 100%;
  outline: none;
  z-index: 98;
  padding: 30px 15px;
  margin: 0 15px;
  text-align: center;
  background: -webkit-radial-gradient(
        0% 100%,
        circle,
        transparent 10px,
        white 10px
      )
      no-repeat,
    -webkit-radial-gradient(100% 0%, circle, transparent 10px, white 10px) no-repeat,
    -webkit-radial-gradient(0% 0%, circle, transparent 10px, white 10px) no-repeat,
    -webkit-radial-gradient(100% 100%, circle, transparent 10px, white 10px) no-repeat;
  background: radial-gradient(circle at 0% 100%, transparent 10px, white 10px)
      no-repeat,
    radial-gradient(circle at 100% 0%, transparent 10px, white 10px) no-repeat,
    radial-gradient(circle at 0% 0%, transparent 10px, white 10px) no-repeat,
    radial-gradient(circle at 100% 100%, transparent 10px, white 10px) no-repeat;
  background-position: 0% 100%, 100% 0%, 0% 0%, 100% 100%;
  background-size: 75% 75%;
}
.insight-testimonials.style8 .item .text {
  width: 100%;
  font-size: 18px;
  font-style: italic;
  line-height: 1.8;
  position: relative;
  z-index: 98;
  padding: 40px 0 30px 0;
}
.insight-testimonials.style8 .item .text:before {
  content: "";
  left: 50%;
  top: 0;
  width: 20px;
  height: 20px;
  background-image: url(../../../themes/tm-organik/assets/images/testi_quote_2.png);
  z-index: 99;
  position: absolute;
  transform: translateX(-50%);
}
.insight-testimonials.style8 .item .text:after {
  display: none;
}
.insight-testimonials.style8 .item .info {
  display: inline-block;
}
.insight-testimonials.style8 .item .info .photo {
  display: none;
}
.insight-testimonials.style8 .item .info .author {
  display: inline-block;
  margin: 0;
  text-align: center;
}
.insight-testimonials.style8 .item .info .author .name,
.insight-testimonials.style8 .item .info .author .tagline {
  display: block;
}
.insight-testimonials.style8 .item .info .author .name {
  font-size: 14px;
  text-transform: uppercase;
  color: #392a25;
  font-weight: 700;
}
.insight-testimonials.style8 .item .info .author .tagline {
  color: #b3b0ab;
  font-size: 15px;
  font-weight: 400;
}
.insight-testimonials.style8 .slick-dots {
  position: relative;
  bottom: auto;
  margin: 60px 0 0 0;
}
.insight-testimonials.style8 .slick-dots li button {
  width: 10px;
  height: 10px;
  line-height: 16px;
  background-color: #a5a4a4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-sizing: border-box;
}
.insight-testimonials.style8 .slick-dots li button:before {
  display: none;
}
.insight-testimonials.style8 .slick-dots li.slick-active button {
  background-color: #5fbd74;
  position: relative;
}
.insight-testimonials.style8 .slick-dots li.slick-active button:before {
  position: absolute;
  top: -3px;
  left: -3px;
  content: "";
  border-radius: 8px;
  width: 16px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.3);
  display: block;
}
.insight-testimonials.style9 {
  width: 100%;
  outline: none;
}
.insight-testimonials.style9 .item {
  width: 100%;
  outline: none;
  z-index: 98;
  padding: 0 15px;
}
.insight-testimonials.style9 .item .inner {
  position: relative;
  padding: 43px 40px 38px;
}
.insight-testimonials.style9 .item .inner:before {
  content: "";
  right: 20px;
  top: 20px;
  width: 32px;
  height: 32px;
  background-image: url(../../../themes/tm-organik/assets/images/testi_quote_3.png);
  background-repeat: no-repeat;
  z-index: 99;
  position: absolute;
}
.insight-testimonials.style9 .item .heading {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}
.insight-testimonials.style9 .item .text {
  width: 100%;
  font-size: 18px;
  line-height: 1.8;
  z-index: 98;
}
.insight-testimonials.style9 .item .text:after {
  display: none;
}
.insight-testimonials.style9 .item .info {
  display: flex;
  align-items: center;
  margin-top: 32px;
}
.insight-testimonials.style9 .item .info .photo {
  margin-right: 15px;
  width: 60px;
}
.insight-testimonials.style9 .item .info .author {
  margin: 0;
}
.insight-testimonials.style9 .item .info .author .name,
.insight-testimonials.style9 .item .info .author .tagline {
  display: block;
}
.insight-testimonials.style9 .item .info .author .name {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #392a25;
  font-weight: 500;
}
.insight-testimonials.style9 .item .info .author .tagline {
  color: #5e5a54;
  font-size: 16px;
  font-weight: 400;
}
.insight-testimonials.style9 .item .info .author .tagline:before {
  content: "/";
}
.insight-testimonials.style9 .slick-dots {
  position: relative;
  bottom: auto;
  margin: 30px 0 0 0;
}
.insight-testimonials.style9 .slick-dots li button {
  width: 8px;
  height: 8px;
  background-color: rgba(51, 51, 51, 0.3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-sizing: border-box;
}
.insight-testimonials.style9 .slick-dots li button:before {
  display: none;
}
.insight-testimonials.style9 .slick-dots li.slick-active button {
  background-color: #392a25;
  position: relative;
  width: 12px;
  height: 12px;
}
.insight-accordion .item {
  margin-bottom: 15px;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
}
.insight-accordion .item .gafwarhxcxxhqcv {
  background: #fff;
  color: #392a25;
  font-weight: 700;
  padding: 15px 30px;
  position: relative;
  cursor: pointer;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.insight-accordion .item .gafwarhxcxxhqcv .icon {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 15px;
  right: 20px;
}
.insight-accordion .item .gafwarhxcxxhqcv .icon i {
  color: #5fbd74;
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
}
.insight-accordion .item .gafwarhxcxxhqcv .icon i.icon-default {
  font-family: Ionicons !important;
}
.insight-accordion .item .gafwarhxcxxhqcv .icon i.icon-default:before {
  content: "\f216";
}
.insight-accordion .item .hhviizleagfrpeg {
  height: 0;
  padding: 0 30px;
  line-height: 1.6;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.insight-accordion .item:last-child {
  margin-bottom: 0;
}
.insight-accordion .item.active .gafwarhxcxxhqcv {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: #5fbd74;
  color: #fff;
}
.insight-accordion .item.active .gafwarhxcxxhqcv .icon i {
  color: #fff;
}
.insight-accordion .item.active .gafwarhxcxxhqcv .icon i.icon-default:before {
  content: "\f207";
}
.insight-accordion .item.active .hhviizleagfrpeg {
  height: auto;
  padding: 20px 30px;
}
.insight-accordion .item:hover .gafwarhxcxxhqcv {
  background: #5fbd74;
  color: #fff;
}
.insight-accordion .item:hover .gafwarhxcxxhqcv .icon i {
  color: #fff;
}
.insight-accordion.insight-accordion-left .gafwarhxcxxhqcv {
  padding-left: 60px;
}
.insight-accordion.insight-accordion-left .gafwarhxcxxhqcv .icon {
  left: 30px;
  right: auto;
}
.insight-accordion.insight-accordion-right .gafwarhxcxxhqcv {
  padding-right: 60px;
}
.insight-gallery .insight-gallery-item {
  margin-bottom: 30px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .insight-gallery .insight-gallery-item {
    height: auto !important;
  }
}
.insight-gallery .insight-pagination {
  margin-top: 50px;
}
.insight-gallery .insight-gallery-image {
  position: relative;
  max-height: 100%;
}
.insight-gallery .insight-gallery-image a:hover .desc-wrap {
  opacity: 1;
}
.insight-gallery .insight-gallery-image img {
  width: 100%;
}
.insight-gallery .insight-gallery-image .desc-wrap {
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 3px solid #5fbd74;
  display: flex;
  align-items: center;
  align-self: center;
  align-content: center;
  justify-content: center;
}
.insight-gallery .insight-gallery-image .desc-wrap .desc {
  text-align: center;
}
.insight-gallery .insight-gallery-image .desc-wrap:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  opacity: 0.9;
}
.insight-gallery .insight-gallery-image .desc-wrap .gafwarhxcxxhqcv,
.insight-gallery .insight-gallery-image .desc-wrap .cates,
.insight-gallery .insight-gallery-image .desc-wrap .icon {
  position: relative;
  z-index: 2;
}
.insight-gallery .insight-gallery-image .desc-wrap .icon {
  font-size: 24px;
  font-weight: 400;
  color: #5fbd74;
}
.insight-gallery .insight-gallery-image .desc-wrap .gafwarhxcxxhqcv {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
  margin-top: 5px;
}
.insight-gallery .insight-gallery-image .desc-wrap .cates {
  font-size: 12px;
  text-transform: uppercase;
  color: #5e5a54;
  letter-spacing: 0.1em;
}
.insight-our-services {
  background: #fff;
  text-align: center;
  padding: 40px 30px;
}
.insight-our-services .icon {
  color: #5fbd74;
  font-size: 68px;
}
.insight-our-services .gafwarhxcxxhqcv {
  font-size: 20px;
  font-weight: 700;
  color: #392a25;
  margin-bottom: 10px;
}
.insight-our-services .hhviizleagfrpeg {
  color: #5e5a54;
}
.insight-our-services .more {
  color: #5fbd74;
  margin-top: 15px;
  font-size: 24px;
  opacity: 0.5;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.insight-our-services:hover .more {
  opacity: 1;
}
.insight-our-services:hover .icon {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
.insight-countdown-product {
  width: 100%;
  height: 100%;
  background-color: #fbf7eb;
  border: 3px solid #f6edd0;
  padding: 70px 70px 40px 70px;
}
.insight-countdown-product .item {
  outline: none;
}
.insight-countdown-product .item a {
  outline: none;
}
.insight-countdown-product .item .product-name {
  font-size: 34px;
  font-weight: 700;
  color: #392a25;
  line-height: 1;
}
.insight-countdown-product .item .product-price {
  font-size: 24px;
  font-weight: 700;
  color: #5fbd74;
  line-height: 1;
  margin-top: 20px;
}
.insight-countdown-product .item .product-price del {
  font-size: 16px;
  font-weight: 400;
  color: #999;
}
.insight-countdown-product .item .product-price ins {
  background: none;
}
.insight-countdown-product .item .product-image {
  width: 100%;
  margin-top: 20px;
  height: auto;
  display: block;
  margin-bottom: 30px;
}
.insight-countdown-product .item .product-image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.insight-countdown-product .item .product-countdown {
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.insight-countdown-product .item .product-countdown .product-countdown-timer {
  position: relative;
}
.insight-countdown-product
  .item
  .product-countdown
  .product-countdown-timer:before {
  content: "";
  height: 1px;
  width: 40px;
  display: inline-block;
  background-color: #8e8c86;
  opacity: 0.4;
  position: absolute;
  top: 34px;
  left: 0;
}
.insight-countdown-product
  .item
  .product-countdown
  .product-countdown-timer:after {
  content: "";
  height: 1px;
  width: 40px;
  display: inline-block;
  background-color: #8e8c86;
  opacity: 0.4;
  position: absolute;
  top: 34px;
  right: 0;
}
.insight-countdown-product
  .item
  .product-countdown
  .product-countdown-timer
  > div {
  display: inline-block;
  height: 60px;
  width: 60px;
  text-align: center;
  position: relative;
  background-color: #5fbd74;
  border-radius: 50%;
  line-height: 60px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin: 4px 24px 50px;
}
.insight-countdown-product
  .item
  .product-countdown
  .product-countdown-timer
  > div:before {
  position: absolute;
  content: "";
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 4px solid #000;
  border-radius: 50%;
  opacity: 0.1;
}
.insight-countdown-product
  .item
  .product-countdown
  .product-countdown-timer
  > div:after {
  content: "";
  height: 1px;
  width: 20px;
  display: inline-block;
  background-color: #8e8c86;
  opacity: 0.4;
  position: absolute;
  top: 50%;
  left: -10px;
  margin-left: -24px;
}
.insight-countdown-product
  .item
  .product-countdown
  .product-countdown-timer
  > div:first-child:after {
  display: none;
}
.insight-countdown-product
  .item
  .product-countdown
  .product-countdown-timer
  > div
  span {
  position: absolute;
  font-size: 13px;
  font-weight: 400;
  color: #392a25;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  letter-spacing: 0.1em;
  bottom: -58px;
  left: 0;
}
.insight-countdown-product .item .product-countdown .product-countdown-ended,
.insight-countdown-product .item .product-countdown .product-countdown-alltime {
  position: relative;
  display: block;
  text-align: center;
  padding: 4px 0;
}
.insight-countdown-product
  .item
  .product-countdown
  .product-countdown-ended
  span,
.insight-countdown-product
  .item
  .product-countdown
  .product-countdown-alltime
  span {
  height: 60px;
  line-height: 60px;
  display: inline-block;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #5fbd74;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 40px;
  position: relative;
}
.insight-countdown-product
  .item
  .product-countdown
  .product-countdown-ended
  span:before,
.insight-countdown-product
  .item
  .product-countdown
  .product-countdown-alltime
  span:before {
  position: absolute;
  content: "";
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 4px solid #000;
  border-radius: 34px;
  opacity: 0.1;
}
.insight-countdown-product
  .item
  .product-countdown
  .product-countdown-ended:before,
.insight-countdown-product
  .item
  .product-countdown
  .product-countdown-alltime:before {
  content: "";
  height: 1px;
  width: 40px;
  display: inline-block;
  background-color: #8e8c86;
  opacity: 0.4;
  position: absolute;
  top: 34px;
  left: 0;
}
.insight-countdown-product
  .item
  .product-countdown
  .product-countdown-ended:after,
.insight-countdown-product
  .item
  .product-countdown
  .product-countdown-alltime:after {
  content: "";
  height: 1px;
  width: 40px;
  display: inline-block;
  background-color: #8e8c86;
  opacity: 0.4;
  position: absolute;
  top: 34px;
  right: 0;
}
.insight-countdown-product .slick-prev:before,
.insight-countdown-product .slick-next:before {
  font-family: Ionicons;
  color: #696969;
  font-size: 34px;
  font-weight: 400;
}
.insight-countdown-product .slick-prev {
  left: 20px;
}
.insight-countdown-product .slick-prev:before {
  content: "\f3d2";
}
.insight-countdown-product .slick-next {
  right: 20px;
}
.insight-countdown-product .slick-next:before {
  content: "\f3d3";
}
@media (max-width: 991px) {
  .insight-countdown-product .item .product-name,
  .insight-countdown-product .item .product-price {
    text-align: center;
  }
  .insight-countdown-product
    .item
    .product-countdown
    .product-countdown-timer:before,
  .insight-countdown-product
    .item
    .product-countdown
    .product-countdown-timer:after {
    display: none;
  }
  .insight-countdown-product
    .item
    .product-countdown
    .product-countdown-timer
    > div {
    margin-left: 10px;
    margin-right: 10px;
  }
  .insight-countdown-product
    .item
    .product-countdown
    .product-countdown-timer
    > div:after {
    display: none;
  }
  .insight-countdown-product
    .item
    .product-countdown
    .product-countdown-ended:before,
  .insight-countdown-product
    .item
    .product-countdown
    .product-countdown-ended:after,
  .insight-countdown-product
    .item
    .product-countdown
    .product-countdown-alltime:before,
  .insight-countdown-product
    .item
    .product-countdown
    .product-countdown-alltime:after {
    display: none;
  }
}
.tm-custom-menu .widget {
  margin: 0 !important;
}
.tm-custom-menu .widgettitle {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 25px;
}
.tm-custom-menu.style-1 .ydegvewkgvuirq {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tm-custom-menu.style-1 .ydegvewkgvuirq::after {
  content: "";
  display: table;
  clear: both;
}
.tm-custom-menu.style-1 .ydegvewkgvuirq a {
  font-size: 18px;
  line-height: 2.1;
}
.tm-custom-menu.align-center {
  text-align: center;
}
.tm-custom-menu.align-right {
  text-align: right;
}
body .vc_row[data-vc-full-width] {
  overflow: visible;
}
@media (max-width: 991px) {
  .vc_column_container.vc_col-sm-4,
  .vc_column_container.vc_col-sm-8 {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .vc_column_container.vc_col-sm-4 {
    width: 33.33333333%;
  }
  .vc_column_container.vc_col-sm-8 {
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .app-desc {
    margin-top: -150px;
  }
}
@media (min-width: 544px) {
  .btn-googleplay {
    margin-top: -150px;
  }
  .btn-store {
    float: right;
    margin-top: -88px;
    position: relative;
    z-index: 9;
  }
  .btn-store:hover,
  .btn-googleplay:hover {
    animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    transform: translate3d(0, 0, 0);
  }
}
.loadmore-contain {
  padding-top: 40px;
  text-align: center;
}
.loadmore-contain .btn-loadmore {
  margin: 0 auto;
  transition: all 0.5s;
  text-transform: uppercase;
}
.loadmore-contain .btn-transparent {
  border: none !important;
  background: none !important;
}
html .bg-center-bottom {
  background-position: center bottom !important;
  background-repeat: no-repeat !important;
}
.gwhgetveyzxug_slash:before {
  content: "";
  display: block !important;
  width: 110%;
  height: 250px;
  position: absolute;
  left: -5%;
  transform: rotate(-5deg);
  top: -120px;
  background: inherit;
  overflow: visible;
}
.vc_column_container {
  z-index: 1;
}
.vc_editor .tm-animation {
  opacity: 1 !important;
}
.screen-reader-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
}
.screen-reader-text:focus {
  top: 5px;
  left: 5px;
  z-index: 100000;
  display: block;
  clip: auto !important;
  padding: 15px 23px 14px;
  width: auto;
  height: auto;
  border-radius: 3px;
  background-color: #f1f1f1;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  color: #21759b;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
}
#content[tabindex="-1"]:focus {
  outline: 0;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}
.text-align-xs-left {
  text-align: left;
}
.text-align-xs-right {
  text-align: right;
}
.text-align-xs-center {
  text-align: center;
}
@media (min-width: 544px) {
  .text-align-sm-left {
    text-align: left;
  }
  .text-align-sm-right {
    text-align: right;
  }
  .text-align-sm-center {
    text-align: center;
  }
}
@media (min-width: 769px) {
  .text-align-md-left {
    text-align: left;
  }
  .text-align-md-right {
    text-align: right;
  }
  .text-align-md-center {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .text-align-lg-left {
    text-align: left;
  }
  .text-align-lg-right {
    text-align: right;
  }
  .text-align-lg-center {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .text-align-xl-left {
    text-align: left;
  }
  .text-align-xl-right {
    text-align: right;
  }
  .text-align-xl-center {
    text-align: center;
  }
}
@media (min-width: 1920px) {
  .text-align-xxl-left {
    text-align: left;
  }
  .text-align-xxl-right {
    text-align: right;
  }
  .text-align-xxl-center {
    text-align: center;
  }
}
@media (min-width: 992px) {
  [text-align="left"] {
    text-align: left;
  }
  [text-align="right"] {
    text-align: right;
  }
  [text-align="center"] {
    text-align: center;
  }
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  border: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
button[type="submit"] {
  padding: 12px 29px;
  border: 1px solid;
  border-color: #5fbd74;
  border-radius: 3px;
  background: #5fbd74;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
  outline: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button[type="submit"]:hover {
  opacity: 0.8;
}
[data-balloon] {
  position: relative;
}
[data-balloon]:after {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.18s ease-out 0.18s;
  -moz-transition: all 0.18s ease-out 0.18s;
  -ms-transition: all 0.18s ease-out 0.18s;
  -o-transition: all 0.18s ease-out 0.18s;
  transition: all 0.18s ease-out 0.18s;
  position: absolute;
  z-index: 10;
  padding: 0.5em 1em;
  border-radius: 4px;
  background: rgba(17, 17, 17, 0.9);
  color: #fff;
  content: attr(data-balloon);
  white-space: nowrap;
  font-size: 12px;
}
[data-balloon]:before {
  background: no-repeat
    url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="36px" height="12px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(0)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>');
  background-size: 100% auto;
  width: 18px;
  height: 6px;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.18s ease-out 0.18s;
  -moz-transition: all 0.18s ease-out 0.18s;
  -ms-transition: all 0.18s ease-out 0.18s;
  -o-transition: all 0.18s ease-out 0.18s;
  transition: all 0.18s ease-out 0.18s;
  position: absolute;
  z-index: 10;
  content: "";
}
[data-balloon]:hover:before,
[data-balloon]:hover:after {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  pointer-events: auto;
}
[data-balloon][data-balloon-break]:after {
  white-space: normal;
}
[data-balloon][data-balloon-pos="up"]:after {
  bottom: 100%;
  left: 50%;
  margin-bottom: 11px;
  -webkit-transform: translate(-50%, 10px);
  -moz-transform: translate(-50%, 10px);
  -ms-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}
[data-balloon][data-balloon-pos="up"]:before {
  bottom: 100%;
  left: 50%;
  margin-bottom: 5px;
  -webkit-transform: translate(-50%, 10px);
  -moz-transform: translate(-50%, 10px);
  -ms-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}
[data-balloon][data-balloon-pos="up"]:hover:after {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
[data-balloon][data-balloon-pos="up"]:hover:before {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
[data-balloon][data-balloon-pos="down"]:after {
  top: 100%;
  left: 50%;
  margin-top: 11px;
  -webkit-transform: translate(-50%, -10px);
  -moz-transform: translate(-50%, -10px);
  -ms-transform: translate(-50%, -10px);
  transform: translate(-50%, -10px);
}
[data-balloon][data-balloon-pos="down"]:before {
  background: no-repeat
    url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="36px" height="12px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(180 18 6)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>');
  background-size: 100% auto;
  width: 18px;
  height: 6px;
  top: 100%;
  left: 50%;
  margin-top: 5px;
  -webkit-transform: translate(-50%, -10px);
  -moz-transform: translate(-50%, -10px);
  -ms-transform: translate(-50%, -10px);
  transform: translate(-50%, -10px);
}
[data-balloon][data-balloon-pos="down"]:hover:after {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
[data-balloon][data-balloon-pos="down"]:hover:before {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
[data-balloon][data-balloon-pos="left"]:after {
  top: 50%;
  right: 100%;
  margin-right: 11px;
  -webkit-transform: translate(10px, -50%);
  -moz-transform: translate(10px, -50%);
  -ms-transform: translate(10px, -50%);
  transform: translate(10px, -50%);
}
[data-balloon][data-balloon-pos="left"]:before {
  background: no-repeat
    url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12px" height="36px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(-90 18 18)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>');
  background-size: 100% auto;
  width: 6px;
  height: 18px;
  top: 50%;
  right: 100%;
  margin-right: 5px;
  -webkit-transform: translate(10px, -50%);
  -moz-transform: translate(10px, -50%);
  -ms-transform: translate(10px, -50%);
  transform: translate(10px, -50%);
}
[data-balloon][data-balloon-pos="left"]:hover:after {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
[data-balloon][data-balloon-pos="left"]:hover:before {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
[data-balloon][data-balloon-pos="right"]:after {
  top: 50%;
  left: 100%;
  margin-left: 11px;
  -webkit-transform: translate(-10px, -50%);
  -moz-transform: translate(-10px, -50%);
  -ms-transform: translate(-10px, -50%);
  transform: translate(-10px, -50%);
}
[data-balloon][data-balloon-pos="right"]:before {
  background: no-repeat
    url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12px" height="36px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(90 6 6)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>');
  background-size: 100% auto;
  width: 6px;
  height: 18px;
  top: 50%;
  left: 100%;
  margin-left: 5px;
  -webkit-transform: translate(-10px, -50%);
  -moz-transform: translate(-10px, -50%);
  -ms-transform: translate(-10px, -50%);
  transform: translate(-10px, -50%);
}
[data-balloon][data-balloon-pos="right"]:hover:after {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
[data-balloon][data-balloon-pos="right"]:hover:before {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
[data-balloon][data-balloon-length="small"]:after {
  width: 80px;
  white-space: normal;
}
[data-balloon][data-balloon-length="medium"]:after {
  width: 150px;
  white-space: normal;
}
[data-balloon][data-balloon-length="large"]:after {
  width: 260px;
  white-space: normal;
}
[data-balloon][data-balloon-length="xlarge"]:after {
  width: 380px;
  white-space: normal;
}
@media screen and (max-width: 768px) {
  [data-balloon][data-balloon-length="xlarge"]:after {
    white-space: normal;
    width: 90vw;
  }
}
[data-balloon][data-balloon-length="fit"]:after {
  width: 100%;
  white-space: normal;
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}
.infinity-end.neverending .site-footer {
  display: block;
}
[mode="boxed"] > .wrapper,
[mode="wide"] > .wrapper,
.hhviizleagfrpeg > .wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media (min-width: 544px) {
  [mode="boxed"] > .wrapper,
  [mode="wide"] > .wrapper,
  .hhviizleagfrpeg > .wrapper {
    max-width: 576px;
  }
}
@media (min-width: 769px) {
  [mode="boxed"] > .wrapper,
  [mode="wide"] > .wrapper,
  .hhviizleagfrpeg > .wrapper {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  [mode="boxed"] > .wrapper,
  [mode="wide"] > .wrapper,
  .hhviizleagfrpeg > .wrapper {
    max-width: 940px;
  }
}
@media (min-width: 1200px) {
  [mode="boxed"] > .wrapper,
  [mode="wide"] > .wrapper,
  .hhviizleagfrpeg > .wrapper {
    max-width: 1140px;
  }
}
[blog="fullwidth"] .losdiglhfivd {
  flex: 0 0 100%;
  max-width: 100%;
}
[blog="content-sidebar"] .losdiglhfivd {
  overflow: hidden;
}
@media (min-width: 992px) {
  [blog="content-sidebar"] .losdiglhfivd {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media (min-width: 992px) {
  [blog="content-sidebar"] .widget-area {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
[blog="sidebar-content"] .losdiglhfivd {
  overflow: hidden;
}
@media (min-width: 992px) {
  [blog="sidebar-content"] .losdiglhfivd {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media (min-width: 992px) {
  [blog="sidebar-content"] .widget-area {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media screen and (min-width: 1430px) {
  .vc_row.width-1417 {
    width: 1400px;
    transform: translateX(-130px);
  }
}
.topbar {
  flex: 0 0 100%;
  max-width: 100%;
}
.topbar .gwhgetveyzxug > div,
.topbar .insight-carousel .slick-track > div,
.insight-carousel .topbar .slick-track > div,
.topbar .insight-process--small-icon > div {
  padding: 0 15px;
}
.topbar .topbar__text span:not(:first-child) {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #696969;
}
.topbar .topbar__menu {
  text-align: right;
}
.topbar .topbar__menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.topbar .topbar__menu ul li {
  display: inline-block;
  margin: 0 0 0 15px;
  padding-left: 15px;
  border-left: 1px solid #696969;
  line-height: 1;
  position: relative;
}
.topbar .topbar__menu ul li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
.topbar .topbar__menu ul li:first-child {
  border: none;
}
.topbar .topbar__menu ul li .sub-menu {
  position: absolute;
  min-width: 120px;
  top: 40px;
  right: -20px;
  background: #555;
  padding: 10px 20px;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.topbar .topbar__menu ul li .sub-menu li {
  text-align: left;
  display: block;
  margin: 0;
  padding: 5px 0;
  border: none;
}
.topbar .topbar__menu ul li.qvaylgwisyty > a:after {
  content: "\f3d0";
  font-family: Ionicons;
  margin-left: 10px;
  font-size: 12px;
}
.topbar .topbar__menu ul li:hover > .sub-menu {
  top: 32px;
  opacity: 1;
  visibility: visible;
}
.topbar.topbar-02 {
  border-bottom: 1px solid #eee;
}
@media screen and (min-width: 1417px) {
  .topbar.topbar-02 .wctlzvzoroqirr {
    max-width: 1417px;
  }
}
.topbar.topbar-03 {
  border-bottom: 1px solid #eee;
}
@media screen and (min-width: 1417px) {
  .topbar.topbar-03 .wctlzvzoroqirr {
    max-width: 1417px;
  }
}
.top-bar-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: -15px;
}
.top-bar-right > div {
  padding: 15px;
}
.top-bar-right .logged-in {
  display: flex;
  align-items: center;
}
.top-bar-right .avatar img {
  margin-right: 10px;
  border-radius: 50%;
  width: 30px;
}
body #lang_sel {
  height: auto;
}
body #lang_sel a.lang_sel_sel {
  border: 0;
  padding: 4px 0;
  background-color: transparent;
}
body #lang_sel a.lang_sel_sel span {
  padding-right: 20px;
}
body #lang_sel a.lang_sel_sel:hover {
  background-color: transparent;
}
body #lang_sel li {
  width: auto;
}
body #lang_sel li ul a {
  padding: 10px 15px;
  border: 0;
}
body #lang_sel ul ul {
  border: 0;
  top: 100%;
}
.admin-bar .mobile-menu {
  padding-top: 32px;
}
@media (max-width: 991px) {
  .admin-bar .mobile-menu {
    padding-top: 46px;
  }
}
.mobile-menu .mega-menu-content .vc_row,
.mobile-menu .mega-menu-content .vc_column-inner,
.mobile-menu .mega-menu-content .wpb_column {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 63.9em) {
  .urgrlteqkqjk .mobile-menu .mega-menu-content .vc_row,
  .urgrlteqkqjk .mobile-menu .mega-menu-content .vc_column-inner,
  .urgrlteqkqjk .mobile-menu .mega-menu-content .wpb_column {
    padding: 0 !important;
  }
}
.mobile-menu .mega-menu-content .vc_row .vc_custom_heading,
.mobile-menu .mega-menu-content .vc_column-inner .vc_custom_heading,
.mobile-menu .mega-menu-content .wpb_column .vc_custom_heading {
  margin: 0 !important;
  padding: 20px 20px 0;
  font-weight: 900 !important;
}
.mobile-menu > ul.ydegvewkgvuirq {
  padding: 0;
  margin: 0;
}
.mobile-menu > ul.ydegvewkgvuirq ul,
.mobile-menu > ul.ydegvewkgvuirq ol {
  padding: 0;
  margin: 0;
}
.mobile-menu > ul.ydegvewkgvuirq li {
  position: relative;
  display: block;
  border-bottom: 1px solid #eee;
}
.mobile-menu > ul.ydegvewkgvuirq li .current_page_item a,
.mobile-menu > ul.ydegvewkgvuirq li .gicdixdzyhuya a {
  box-shadow: 1px 0 0 #111 inset;
}
.mobile-menu > ul.ydegvewkgvuirq li a {
  display: block;
  color: #5e5a54;
  padding: 10px 20px;
  background: inherit;
}
.mobile-menu > ul.ydegvewkgvuirq li a i {
  width: 20px;
}
.mobile-menu > ul.ydegvewkgvuirq li a:hover {
  color: #5fbd74;
}
.mobile-menu > ul.ydegvewkgvuirq li .sub-menu {
  display: none;
  border-top: 1px solid #ddd;
  background-color: #eee;
  padding-left: 0;
  font-weight: 400;
  box-shadow: none;
  -moz-box-shadow: none;
}
.mobile-menu > ul.ydegvewkgvuirq li .sub-menu li {
  border: none;
}
.mobile-menu > ul.ydegvewkgvuirq li .sub-menu li a:hover {
  color: #5fbd74;
}
@media (min-width: 544px) {
  .mobile-menu > ul.ydegvewkgvuirq li .sub-menu li:last-child {
    border: none;
  }
}
.mobile-menu > ul.ydegvewkgvuirq li .sub-menu h3 {
  border: none !important;
}
.mobile-menu > ul.ydegvewkgvuirq li .sub-menu-toggle {
  display: none;
}
.mobile-menu > ul.ydegvewkgvuirq li.vscefkpweulxg.qvaylgwisyty > .sub-menu-toggle {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  outline: 0;
  background-color: rgba(238, 238, 238, 0.5);
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.mobile-menu
  > ul.ydegvewkgvuirq
  li.vscefkpweulxg.qvaylgwisyty
  > .sub-menu-toggle:hover {
  color: #fff;
  background-color: #5fbd74;
}
.mobile-menu > ul.ydegvewkgvuirq li.expand {
  background-color: #ddd;
}
.mobile-menu > ul.ydegvewkgvuirq li.expand > .sub-menu-toggle:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.slideout-menu {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 256px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.thhhhlzysdk {
  position: relative;
  z-index: 1;
}
.slideout-open .thhhhlzysdk:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
  z-index: 9999;
}
.slideout-open,
.slideout-open .thhhhlzysdk,
.slideout-open body {
  overflow: hidden;
}
.slideout-open .slideout-menu {
  display: block;
}
.lorigwzqwuekte {
  width: 100%;
  position: relative;
  z-index: 100;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.lorigwzqwuekte.yfvlqqiltvlyf--not-top {
  position: fixed !important;
  background: #fff;
  top: 0;
  left: 0;
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  z-index: 999;
}
.lorigwzqwuekte.yfvlqqiltvlyf--not-top #menu .udecjeffalycqky > li > a {
  padding-top: 40px;
  padding-bottom: 40px;
}
.lorigwzqwuekte ul,
.lorigwzqwuekte li {
  list-style: none;
}
.lorigwzqwuekte .aqhxyyaofq {
  display: inline-block;
}
.lorigwzqwuekte .aqhxyyaofq .ieqvzukswirdizo {
  display: flex;
  align-items: center;
}
.lorigwzqwuekte .aqhxyyaofq .ieqvzukswirdizo > div {
  margin-left: 20px;
  font-size: 20px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
}
.lorigwzqwuekte .aqhxyyaofq .ieqvzukswirdizo > div:first-child {
  margin-left: 0;
}
.lorigwzqwuekte .aqhxyyaofq .wishlist-wrap {
  position: relative;
}
.lorigwzqwuekte .aqhxyyaofq .wishlist-wrap .wishlist-btn:before {
  content: "\f387";
  font-family: Ionicons;
}
.lorigwzqwuekte .aqhxyyaofq .wishlist-wrap .wishlist-btn:after {
  font-family: inherit;
  content: attr(data-count);
  font-size: 10px;
  text-align: center;
  position: absolute;
  top: -4px;
  right: -8px;
  min-width: 16px;
  height: 16px;
  line-height: 16px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #f76b6a;
  color: #fff;
}
.lorigwzqwuekte .aqhxyyaofq .mini-cart-wrap {
  display: inline-block;
  vertical-align: middle;
}
.lorigwzqwuekte .aqhxyyaofq .mini-cart-wrap .mini-cart {
  margin-right: 0;
}
.lorigwzqwuekte .aqhxyyaofq .mini-cart-wrap .mini-cart .mini-cart-icon {
  display: inline-block;
  color: #392a25;
  position: relative;
}
.lorigwzqwuekte .aqhxyyaofq .mini-cart-wrap .mini-cart .mini-cart-icon:after {
  font-family: inherit;
  content: attr(data-count);
  font-size: 10px;
  text-align: center;
  position: absolute;
  top: -4px;
  right: -8px;
  min-width: 16px;
  height: 16px;
  line-height: 16px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #5fbd74;
  color: #fff;
}
.lorigwzqwuekte .aqhxyyaofq .mini-cart-wrap .mini-cart .mini-cart-text {
  display: none;
}
.lorigwzqwuekte .aqhxyyaofq .mini-cart-wrap .widget_shopping_cart_content {
  right: 0;
  left: auto;
}
.lorigwzqwuekte .aqhxyyaofq .top-search-btn {
  display: inline-block;
}
.lorigwzqwuekte .aqhxyyaofq .top-search-btn:before {
  content: "\f4a5";
  font-family: Ionicons;
  font-weight: 400;
}
.lorigwzqwuekte .aqhxyyaofq .top-call-btn {
  display: inline-block;
  float: right;
  vertical-align: middle;
  color: #fff;
  background-color: #5fbd74;
  width: auto !important;
  height: 40px !important;
  line-height: 40px !important;
  padding: 0 20px;
  margin-left: 40px !important;
  font-size: 14px;
  font-weight: 700;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.lorigwzqwuekte .aqhxyyaofq .top-call-btn:before {
  content: "\f4b9";
  font-family: Ionicons;
  font-size: 34px;
  font-weight: 400;
  color: #392a25;
  opacity: 0.3;
  margin-right: 10px;
  float: left;
}
.lorigwzqwuekte .aqhxyyaofq .top-call-btn:hover:before {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
.top-search {
  width: 100%;
  background-color: #5fbd74;
  color: #fff;
  display: none;
}
.top-search form {
  text-align: center;
  position: relative;
}
.top-search form input[type="search"] {
  text-align: center;
  border: none;
  background: none;
  color: #fff !important;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  padding: 0;
}
.top-search form input[type="search"]::-webkit-input-placeholder {
  color: #fff;
}
.top-search form input[type="search"]::-moz-placeholder {
  color: #fff;
}
.top-search form input[type="search"]:-ms-input-placeholder {
  color: #fff;
}
.top-search form input[type="search"]:-moz-placeholder {
  color: #fff;
}
.top-search form input[type="submit"] {
  display: none;
}
body.admin-bar header.yfvlqqiltvlyf--not-top {
  top: 32px;
}
@media (max-width: 991px) {
  header.uykeqxxruwplc {
    display: none;
  }
}
header.gukisgigqdcllq .vqsqtuuvoac {
  position: relative;
}
header.gukisgigqdcllq .widget {
  margin: 0;
}
header.gukisgigqdcllq .jyrfvdddrlg {
  position: absolute;
  right: 100%;
  min-width: 180px;
  align-items: center;
  bottom: 0;
  top: 0;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1441px) {
  header.gukisgigqdcllq .jyrfvdddrlg {
    margin-right: -70px;
  }
}
@media (max-width: 1280px) {
  html header.gukisgigqdcllq .jyrfvdddrlg {
    margin-right: -150px;
  }
}
header.gukisgigqdcllq .jyrfvdddrlg .lorigwzqwuekte-call {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header.gukisgigqdcllq .jyrfvdddrlg .lorigwzqwuekte-call div {
  display: inline-block;
}
header.gukisgigqdcllq .jyrfvdddrlg .lorigwzqwuekte-call .text {
  font-size: 12px;
  color: #5e5a54;
  text-transform: uppercase;
}
header.gukisgigqdcllq .jyrfvdddrlg .lorigwzqwuekte-call .text span {
  display: block;
  font-size: 16px;
  color: #392a25;
  font-weight: 700;
}
header.gukisgigqdcllq .jyrfvdddrlg .lorigwzqwuekte-call .icon {
  font-size: 35px;
  color: #392a25;
  margin-left: 20px;
}
header.gukisgigqdcllq .iopjsvkaxuse {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
header.gukisgigqdcllq .iopjsvkaxuse .aqhxyyaofq {
  margin-left: 20px;
}
header.gukisgigqdcllq #branding_logo_li {
  display: none !important;
}
header.gukisgigqdcllq .gfygczsowzvpx {
  position: absolute;
  left: 100%;
  align-items: center;
  bottom: 0;
  top: 0;
  display: flex;
}
header.gukisgigqdcllq .gfygczsowzvpx .mini-cart {
  display: flex;
  align-items: center;
}
header.gukisgigqdcllq .gfygczsowzvpx .mini-cart .mini-cart-icon {
  font-size: 30px;
  margin-right: 20px;
  position: relative;
}
header.gukisgigqdcllq .gfygczsowzvpx .mini-cart .mini-cart-icon:after {
  font-family: inherit;
  content: attr(data-count);
  font-size: 10px;
  text-align: center;
  position: absolute;
  top: 4px;
  right: -8px;
  min-width: 16px;
  height: 16px;
  line-height: 16px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #5fbd74;
  color: #fff;
}
header.gukisgigqdcllq .gfygczsowzvpx .mini-cart .mini-cart-text {
  min-width: 60px;
}
@media (max-width: 1280px) {
  header.gukisgigqdcllq .gfygczsowzvpx {
    margin-left: -100px;
  }
}
header.gukisgigqdcllq nav.ydegvewkgvuirq {
  text-align: center;
}
header.gukisgigqdcllq nav.ydegvewkgvuirq li a {
  text-transform: uppercase;
}
header.gukisgigqdcllq nav.ydegvewkgvuirq #branding_logo_li {
  vertical-align: middle;
}
header.gukisgigqdcllq nav.ydegvewkgvuirq #branding_logo_li a {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
header.gukisgigqdcllq nav.ydegvewkgvuirq #branding_logo_li,
header.gukisgigqdcllq nav.ydegvewkgvuirq li.top-search-btn {
  display: inline-block !important;
}
header.gukisgigqdcllq nav.ydegvewkgvuirq ul {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 1490px) {
  header.gukisgigqdcllq .vqsqtuuvoac {
    max-width: 1100px;
  }
}
@media screen and (max-width: 1332px) {
  header.gukisgigqdcllq .mini-cart-wrap .mini-cart .mini-cart-text {
    display: none;
  }
  header.gukisgigqdcllq .gfygczsowzvpx .mini-cart .mini-cart-icon {
    margin-right: 0;
  }
}
@media screen and (max-width: 1290px) {
  header.gukisgigqdcllq .jyrfvdddrlg,
  header.gukisgigqdcllq .gfygczsowzvpx {
    display: none;
  }
}
header.lorigwzqwuekte-02 .vqsqtuuvoac {
  position: relative;
}
header.lorigwzqwuekte-02 .vqsqtuuvoac .gfygczsowzvpx {
  position: static;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header.lorigwzqwuekte-02 .vqsqtuuvoac .gfygczsowzvpx nav {
  display: inline-block;
}
header.lorigwzqwuekte-02 .vqsqtuuvoac .gfygczsowzvpx .aqhxyyaofq {
  margin-left: 20px;
}
header.lorigwzqwuekte-02 nav.ydegvewkgvuirq {
  text-align: center;
}
header.lorigwzqwuekte-02 nav.ydegvewkgvuirq li a {
  text-transform: uppercase;
}
header.lorigwzqwuekte-02 nav.ydegvewkgvuirq ul {
  margin-top: 0;
  margin-bottom: 0;
}
header.lorigwzqwuekte-03 .topbar {
  padding: 0;
}
header.lorigwzqwuekte-03 .topbar .topbar-container {
  max-width: none;
  padding-left: 80px;
  padding-right: 80px;
}
header.lorigwzqwuekte-03 .vqsqtuuvoac {
  position: relative;
  padding: 0 80px;
}
header.lorigwzqwuekte-03 .vqsqtuuvoac .gfygczsowzvpx {
  position: static;
  text-align: right;
}
header.lorigwzqwuekte-03 .vqsqtuuvoac .gfygczsowzvpx nav {
  display: inline-block;
}
header.lorigwzqwuekte-03 .vqsqtuuvoac .gfygczsowzvpx .aqhxyyaofq {
  margin-left: 20px;
}
header.lorigwzqwuekte-03 nav.ydegvewkgvuirq {
  text-align: center;
}
header.lorigwzqwuekte-03 nav.ydegvewkgvuirq li a {
  text-transform: uppercase;
}
header.lorigwzqwuekte-03 nav.ydegvewkgvuirq ul {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 1400px) {
  header.lorigwzqwuekte-03 .topbar .topbar-container {
    padding-left: 10px;
    padding-right: 10px;
  }
  header.lorigwzqwuekte-03 .vqsqtuuvoac {
    padding: 0 10px;
  }
}
header.lorigwzqwuekte-04 .vqsqtuuvoac {
  position: relative;
}
@media screen and (min-width: 1417px) {
  header.lorigwzqwuekte-04 .vqsqtuuvoac {
    max-width: 1417px;
  }
}
header.lorigwzqwuekte-04 .vqsqtuuvoac .iopjsvkaxuse {
  position: static;
}
header.lorigwzqwuekte-04 .vqsqtuuvoac .search-form {
  display: none;
  position: relative;
  width: 100%;
  max-width: 370px;
}
header.lorigwzqwuekte-04 .vqsqtuuvoac .search-form .search-field {
  box-sizing: border-box;
  height: 50px;
  padding: 0 20px;
  border-radius: 26px;
  background-color: #f8f8f8;
  border: none;
  outline: none;
}
header.lorigwzqwuekte-04 .vqsqtuuvoac .search-form .search-submit {
  position: absolute;
  height: 50px;
  width: 50px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFMkY0MjFCMjU1NjAxMUU2ODI5N0Q5NzgxMkM0RkYzRSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFMkY0MjFCMzU1NjAxMUU2ODI5N0Q5NzgxMkM0RkYzRSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkUyRjQyMUIwNTU2MDExRTY4Mjk3RDk3ODEyQzRGRjNFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkUyRjQyMUIxNTU2MDExRTY4Mjk3RDk3ODEyQzRGRjNFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+CwlOKQAAAUpJREFUeNrsmN9twjAQxn0VC2QFd4QyQhihK9BnUBHeoLaoynMzQjsCGSGswAqMYL5zjRCCNmogHA930umsOIafvvsTCMUYzT3bg7lzU0AFVEAFVEAFVEBZG1xyePnunxDmJprndIHg0QTEMHl1W1EFATcGTIPlejJzxI71I+AsYoN9ew1A6vJ7kJXDsYbIjKBUfbK/8B6gJfaGUgrOAVedg2ODmg6hSCoLAZbw75Z7apRAeXNAqFIgvQWWbU2wQZqLmwNyd9IPXNuXWyi4EUlx5PSZPFr+LoO1CCAaJCCMke7ylzLwuVkqkTGTIVjBL7hD2kO+xrPPp8FN6TYe2E4E8OhJckg312aVO5zhLT4+TGfdIamvP+5ZzVVqlguUpD7fLOCJYpHqPeQLIP9fkwzYp38s3iz8s+t50nczCqiACqiACqiAorYTYAC8LOYIsg7imAAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center;
  box-shadow: none;
  font-size: 0;
  border: none;
  line-height: 50px;
  padding: 0;
  top: 0;
  right: 0;
}
header.lorigwzqwuekte-04 .aqhxyyaofq {
  display: block;
}
header.lorigwzqwuekte-04 .ieqvzukswirdizo {
  justify-content: flex-end;
}
header.lorigwzqwuekte-04 #menu a {
  letter-spacing: inherit;
}
header.lorigwzqwuekte-04 nav.ydegvewkgvuirq ul {
  margin-top: 0;
  margin-bottom: 0;
}
header.lorigwzqwuekte-04.lorigwzqwuekte.yfvlqqiltvlyf--not-top #menu .udecjeffalycqky > li > a {
  padding-top: 24px;
  padding-bottom: 24px;
}
@media screen and (min-width: 1417px) {
  header.lorigwzqwuekte-04 .vqsqtuuvoac .search-form {
    display: block;
  }
  header.lorigwzqwuekte-04 .vqsqtuuvoac .top-search-btn {
    display: none;
  }
}
header.lorigwzqwuekte-05 .vqsqtuuvoac {
  position: relative;
}
@media screen and (min-width: 1417px) {
  header.lorigwzqwuekte-05 .vqsqtuuvoac {
    max-width: 1417px;
  }
}
header.lorigwzqwuekte-05 .vqsqtuuvoac .iopjsvkaxuse {
  position: static;
  text-align: center;
}
header.lorigwzqwuekte-05 .aqhxyyaofq {
  display: block;
}
header.lorigwzqwuekte-05 .ieqvzukswirdizo {
  justify-content: flex-end;
}
header.lorigwzqwuekte-05 #menu a {
  letter-spacing: inherit;
}
header.lorigwzqwuekte-05 nav.ydegvewkgvuirq ul {
  margin-top: 0;
  margin-bottom: 0;
}
header.lorigwzqwuekte-05.lorigwzqwuekte.yfvlqqiltvlyf--not-top #menu .udecjeffalycqky > li > a {
  padding-top: 24px;
  padding-bottom: 24px;
}
@media screen and (min-width: 1417px) {
  header.lorigwzqwuekte-04 .vqsqtuuvoac .search-form {
    display: block;
  }
  header.lorigwzqwuekte-04 .vqsqtuuvoac .top-search-btn {
    display: none;
  }
}
header.feezfcieyk {
  display: none;
  width: 100%;
}
header.feezfcieyk .vqsqtuuvoac {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
header.feezfcieyk
  .vqsqtuuvoac
  .mini-cart-wrap
  .widget_shopping_cart_content {
  right: 45px;
  width: calc(100% - 90px);
}
header.feezfcieyk .jyrfvdddrlg {
  font-size: 24px;
  text-align: left;
}
header.feezfcieyk .jyrfvdddrlg #open-left {
  cursor: pointer;
}
header.feezfcieyk .jyrfvdddrlg i {
  color: #5e5a54;
}
header.feezfcieyk .iopjsvkaxuse {
  text-align: center;
}
header.feezfcieyk .gfygczsowzvpx {
  text-align: right;
  position: static;
}
@media (max-width: 991px) {
  header.feezfcieyk {
    display: block;
  }
}
@media (max-width: 768px) {
  header.feezfcieyk .mini-cart-wrap .mini-cart .mini-cart-text {
    display: none;
  }
}
.overlay-header .lorigwzqwuekte {
  position: absolute;
  left: 0;
  right: 0;
  background: none;
  width: 100%;
}
.overlay-header .lorigwzqwuekte .topbar {
  padding: 0;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.overlay-header .lorigwzqwuekte .topbar .topbar-container {
  background-color: transparent;
}
.overlay-header .lorigwzqwuekte .topbar a {
  color: rgba(255, 255, 255, 0.7);
}
.overlay-header .lorigwzqwuekte .topbar .topbar_02__phone {
  color: #fff;
}
.overlay-header .lorigwzqwuekte .aqhxyyaofq .wishlist-wrap,
.overlay-header .lorigwzqwuekte .aqhxyyaofq .top-search-btn,
.overlay-header .lorigwzqwuekte .aqhxyyaofq .mini-cart-wrap .mini-cart-icon {
  color: #fff;
}
.overlay-header .lorigwzqwuekte .aqhxyyaofq .wishlist-wrap a,
.overlay-header .lorigwzqwuekte .aqhxyyaofq .top-search-btn a,
.overlay-header .lorigwzqwuekte .aqhxyyaofq .mini-cart-wrap .mini-cart-icon a {
  color: #fff;
}
.overlay-header .lorigwzqwuekte.yfvlqqiltvlyf--not-top {
  background-color: #333;
}
.overlay-header .lorigwzqwuekte.yfvlqqiltvlyf--not-top .topbar {
  display: none;
}
.overlay-header .lorigwzqwuekte.feezfcieyk .jyrfvdddrlg i {
  color: #fff;
}
#menu {
  position: static;
}
#menu a {
  letter-spacing: 0.05em;
}
#menu .udecjeffalycqky {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  z-index: 2;
  position: static;
}
#menu .udecjeffalycqky > li {
  position: relative;
  display: inline-block;
}
#menu .udecjeffalycqky > li a {
  display: inline-block;
}
#menu .udecjeffalycqky > li.mega-menu {
  position: static;
}
#menu .udecjeffalycqky > li.qvaylgwisyty > a:after {
  content: "\f3d0";
  margin-left: 10px;
  font-size: 12px;
  font-family: Ionicons;
}
#menu .udecjeffalycqky > li.gicdixdzyhuya > a,
#menu .udecjeffalycqky > li.current-menu-parent > a {
  color: #5fbd74;
}
#menu .udecjeffalycqky > li:hover > .sub-menu {
  top: 100%;
  visibility: visible;
  opacity: 1;
}
#menu .udecjeffalycqky > li:hover > .sub-menu li:hover > .sub-menu {
  top: -20px;
  left: 100%;
  visibility: visible;
  opacity: 1;
}
#menu .udecjeffalycqky .sub-menu {
  position: absolute;
  top: 110%;
  left: 0;
  visibility: hidden;
  margin: 0;
  min-width: 270px;
  width: 100%;
  background-color: #fff;
  opacity: 0;
  transition: all 0.3s ease;
  padding: 20px 0;
  list-style: none;
  text-align: left;
  text-transform: none;
  -moz-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
}
#menu .udecjeffalycqky .sub-menu li {
  position: relative;
  padding: 0 20px;
}
#menu .udecjeffalycqky .sub-menu li.new a {
  position: relative;
}
#menu .udecjeffalycqky .sub-menu li.new a:after {
  content: "New";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
  font-weight: 700;
  padding: 2px 5px;
  border-radius: 5px;
  color: #fff;
  background: #fe5b34;
  background: linear-gradient(90deg, #fe5b34 0%, #fe378c 100%, #fe378c 100%);
}
#menu .udecjeffalycqky .sub-menu li a {
  display: block;
  padding: 15px 0;
  color: #5e5a54;
  text-transform: none;
  font-weight: 400;
  background: none;
  position: relative;
  border-bottom: 1px solid #f1eeea;
}
#menu .udecjeffalycqky .sub-menu li a:hover {
  background: none;
  color: #5fbd74;
  padding-left: 20px;
}
#menu .udecjeffalycqky .sub-menu li a:hover:before {
  position: absolute;
  content: "\f462";
  font-family: "Ionicons";
  left: 0;
  top: 15px;
  color: inherit;
}
#menu .udecjeffalycqky .sub-menu li:last-child a {
  border: none;
}
#menu .udecjeffalycqky .sub-menu li.qvaylgwisyty:after {
  content: "\f363";
  font-size: 16px;
  font-family: Ionicons;
  position: absolute;
  right: 20px;
  top: 14px;
  color: #5e5a54;
}
#menu .udecjeffalycqky .sub-menu li.qvaylgwisyty:hover:after {
  color: #5fbd74;
}
#menu .udecjeffalycqky .sub-menu .sub-menu {
  top: 0;
  left: 100%;
  visibility: hidden;
  opacity: 0;
}
#menu .mega-menu > .sub-menu {
  padding: 0;
}
#menu .mega-menu .wpb_text_column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#menu .mega-menu .wpb_text_column ul li {
  padding: 0;
  display: block;
}
#menu .mega-menu .wpb_text_column ul li a {
  padding: 5px 0;
  display: inline-block;
  position: relative;
}
#menu .mega-menu .wpb_text_column ul li a i {
  width: 20px;
}
#menu .mega-menu .wpb_text_column ul li a:hover:before {
  top: 7px;
}
#menu .mega-menu .wpb_text_column ul li.new a:after {
  content: "new";
  font-size: 7px;
  text-transform: uppercase;
  height: 12px;
  line-height: 12px;
  padding: 0 5px;
  display: inline-block;
  color: #fff;
  border-radius: 3px;
  position: absolute;
  left: 110%;
  font-weight: 700;
  background-color: #5fbd74;
}
#menu .mega-menu .wpb_text_column ul li.sale a:after {
  content: "sale";
  font-size: 7px;
  text-transform: uppercase;
  height: 12px;
  line-height: 12px;
  padding: 0 5px;
  display: inline-block;
  color: #fff;
  border-radius: 3px;
  position: absolute;
  left: 110%;
  font-weight: 700;
  background-color: #5fbd74;
}
#menu .mega-menu .wpb_text_column ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
#menu .mega-menu .wpb_text_column ol li {
  padding: 0;
  border-bottom: 1px solid #f9f6ee;
}
#menu .mega-menu .wpb_text_column ol li:last-child {
  border-bottom: none;
}
#menu .mega-menu .wpb_text_column ol li:last-child a {
  padding-bottom: 0;
}
#menu .mega-menu .features-mega-inner ul li {
  padding: 5px 0;
}
#mobile .kc_column {
  width: 100% !important;
}
.hhviizleagfrpeg {
  width: 100%;
}
.hhviizleagfrpeg--top .wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media (min-width: 544px) {
  .hhviizleagfrpeg--top .wrapper {
    max-width: 576px;
  }
}
@media (min-width: 769px) {
  .hhviizleagfrpeg--top .wrapper {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .hhviizleagfrpeg--top .wrapper {
    max-width: 940px;
  }
}
@media (min-width: 1200px) {
  .hhviizleagfrpeg--top .wrapper {
    max-width: 1140px;
  }
}
body:not(.home) .hhviizleagfrpeg > .wrapper {
  margin-bottom: 50px;
}
.copyright {
  display: block;
  width: 100%;
}
.copyright__social {
  flex: 0 0 100%;
  max-width: 100%;
}
.copyright__social[position="above"] {
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  .copyright__social[position="above"] {
    padding-bottom: 0;
  }
}
.copyright__social[position="below"] {
  padding-top: 15px;
}
@media (min-width: 992px) {
  .copyright__social[position="below"] {
    padding-top: 0;
  }
}
.copyright__social[position="left"] {
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  .copyright__social[position="left"] {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 992px) {
  .copyright__social[position="left"] {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .copyright__social[position="left"] + .copyright__text {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
.copyright__social[position="right"] {
  padding-top: 15px;
}
@media (min-width: 992px) {
  .copyright__social[position="right"] {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 992px) {
  .copyright__social[position="right"] {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .copyright__social[position="right"] + .copyright__text {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
.copyright__text {
  flex: 0 0 100%;
  max-width: 100%;
}
.hdjtgrwppz {
  display: block;
  width: 100%;
}
.hdjtgrwppz .widget {
  margin-bottom: 20px;
}
@media (min-width: 544px) and (max-width: 1199px) {
  .hdjtgrwppz .widget {
    margin-bottom: calc(20px + (0 - 20) * ((100vw - 554px) / (1200 - 554)));
  }
}
@media (min-width: 1200px) {
  .hdjtgrwppz .widget {
    margin-bottom: 0;
  }
}
.hdjtgrwppz .widget .widget-title {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e4e1dd;
  color: #392a25;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.hdjtgrwppz .widget ul {
  list-style: none;
  padding: 0;
}
.hdjtgrwppz .widget ul li {
  margin-bottom: 20px;
}
.hdjtgrwppz .widget ul li:last-child {
  margin-bottom: 0;
}
.hdjtgrwppz .widget ul li a {
  position: relative;
}
.hdjtgrwppz .widget ul li a:hover {
  padding-left: 20px;
}
.hdjtgrwppz .widget ul li a:hover:before {
  position: absolute;
  content: "\f462";
  font-family: "Ionicons";
  left: 0;
  top: 0;
  color: inherit;
}
.hdjtgrwppz li {
  margin-bottom: 15px;
}
.hdjtgrwppz .textwidget {
  line-height: 1.6;
}
.hdjtgrwppz .hdjtgrwppz-social {
  margin-top: 20px;
}
.hdjtgrwppz .hdjtgrwppz-social a {
  margin-right: 20px;
  font-size: 16px;
}
.hdjtgrwppz .hdjtgrwppz-c1 img {
  display: block;
  margin-bottom: 20px;
}
.hdjtgrwppz .hdjtgrwppz-c1 .textwidget {
  max-width: 370px;
}
.hdjtgrwppz .hdjtgrwppz-c1,
.hdjtgrwppz .hdjtgrwppz-c2,
.hdjtgrwppz .hdjtgrwppz-c3,
.hdjtgrwppz .hdjtgrwppz-c4 {
  margin-bottom: 30px;
}
.hdjtgrwppz .mc4wp-form {
  margin-top: 20px;
  position: relative;
  display: block;
  width: 100%;
}
.hdjtgrwppz .mc4wp-form input {
  height: 40px;
  line-height: 40px;
  border: none;
  float: left;
  font-size: 15px;
  outline: none;
}
.hdjtgrwppz .mc4wp-form input[type="email"] {
  padding: 0 20px;
  width: 100%;
  border-radius: 3px;
}
.hdjtgrwppz .mc4wp-form input[type="email"]::-webkit-input-placeholder {
  font-style: italic;
  color: #aaa;
}
.hdjtgrwppz .mc4wp-form input[type="email"]::-moz-placeholder {
  font-style: italic;
  color: #aaa;
}
.hdjtgrwppz .mc4wp-form input[type="email"]:-ms-input-placeholder {
  font-style: italic;
  color: #aaa;
}
.hdjtgrwppz .mc4wp-form input[type="email"]:-moz-placeholder {
  font-style: italic;
  color: #aaa;
}
.hdjtgrwppz .mc4wp-form input[type="submit"],
.hdjtgrwppz .mc4wp-form button[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  text-align: center;
  padding: 0;
  box-shadow: none;
  text-shadow: none;
  color: #fff;
  font-size: 0;
  background-color: #5fbd74;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAoCAYAAAC8cqlMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyQTI2QTFFOTUyRDcxMUU2QTU1Njg4MjI1QjE3QUY5MCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyQTI2QTFFQTUyRDcxMUU2QTU1Njg4MjI1QjE3QUY5MCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjJBMjZBMUU3NTJENzExRTZBNTU2ODgyMjVCMTdBRjkwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjJBMjZBMUU4NTJENzExRTZBNTU2ODgyMjVCMTdBRjkwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Ikd+NAAAAQhJREFUeNrsl+ENgjAQhcEwACOUDdxA3IQNdAPiBLpBXcEJdANGwA1kg3o119ggJv64q4G8l7yEtj8uH68tR+6cy5agVbYQAQQgAAEIQAACEIAAZFLruYPUZCsFkv+hjW/IbTTeku9zSsQD9JzCwL5JQLzkE1F2Q+7dW5btZaTqFEpvvyTvOAUTzZ+jdOTSUEikJLfkh/uU5bWgWrK2JMQ3AK8jb7GgTnoLa5yHbgTRjCDCnGhtreu35jNy4XNwjdb8uBKvqHxjmYnttteoleKD2Ec318BpDHPstQ7R80kDImWLElKpRL8dkYosjXwqGy2I1E2jWQoI/hABAhCAAAQgAAHIj3oKMAAWXz+lqYpAnQAAAABJRU5ErkJggg==);
  border-radius: 0 3px 3px 0;
}
.scrollup {
  position: fixed;
  right: 30px;
  bottom: -50px;
  z-index: 999;
  display: block;
  padding: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 25px;
  line-height: 40px;
  cursor: pointer;
}
.scrollup i {
  height: 40px;
  line-height: 40px;
  display: block;
}
.scrollup.show {
  bottom: 54px;
}
.copyright {
  display: block;
  width: 100%;
  position: relative;
  background: #e4e1dd;
}
.copyright .copyright_payment_img {
  text-align: right;
}
.copyright .backtotop {
  width: 127px;
  height: 37px;
  top: -35px;
  left: 50%;
  position: absolute;
  cursor: pointer;
  transform: translateX(-50%);
}
.copyright .backtotop svg g {
  fill: #333;
}
.copyright .backtotop:before,
.copyright .backtotop:after {
  content: "\f3d8";
  font-family: Ionicons;
  font-size: 30px;
  left: 54px;
  position: absolute;
  color: #5fbd74;
  z-index: 998;
  line-height: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.copyright .backtotop:before {
  top: 18px;
}
.copyright .backtotop:after {
  top: 25px;
}
.copyright .backtotop:hover:before {
  top: 13px;
}
.copyright .backtotop:hover:after {
  top: 20px;
}
.breadcrumbs {
  font-size: 14px;
  border-bottom: 1px solid #eee;
  padding: 20px 0;
  text-transform: uppercase;
}
.breadcrumbs ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.breadcrumbs ul li {
  display: inline-block;
  margin-right: 20px;
}
.breadcrumbs ul li:after {
  content: "//";
  margin-left: 20px;
}
.breadcrumbs ul li:last-child {
  color: #5fbd74;
}
.breadcrumbs ul li:last-child:after {
  content: "";
  margin-right: 0;
}
.urgrlteqkqjk .featherlight .featherlight-content {
  padding: 0;
  border: none;
}
.zgzysqstio {
  padding-top: 110px;
  padding-bottom: 170px;
  color: #fff;
  background: #7fca90;
  text-align: center;
  background-image: url(../../../themes/tm-organik/assets/images/big_title_bg_1.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
.zgzysqstio .gafwarhxcxxhqcv {
  font-family: "Great Vibes", "Comic Sans MS", cursive, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 56px;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #fff;
}
.gv-font {
  font-family: "Great Vibes" !important;
}
.mw-750 {
  max-width: 750px;
  margin: 0 auto;
}
.quote-name {
  font-style: italic;
}
.quote-name strong {
  font-style: normal;
  color: #392a25;
}
.losdiglhfivd {
  padding-top: 60px;
  padding-bottom: 60px;
}
body.no-padding .hhviizleagfrpeg .losdiglhfivd {
  padding-top: 0;
  padding-bottom: 0;
}
body.no-padding .hhviizleagfrpeg .losdiglhfivd .entry-content {
  margin-bottom: 0;
}
body.no-padding .hhviizleagfrpeg article {
  margin-bottom: 0;
}
.display_none {
  display: none;
}
.ball-pulse > div:nth-child(1) {
  -webkit-animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.ball-pulse > div:nth-child(2) {
  -webkit-animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.ball-pulse > div:nth-child(3) {
  -webkit-animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.ball-pulse > div {
  background-color: #111;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  45% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  45% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.site {
  overflow: hidden;
}
@media (max-width: 543px) {
  .hidden-xs {
    display: none;
  }
}
@media (min-width: 544px) and (max-width: 768px) {
  .hidden-sm {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .hidden-md {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1919px) {
  .hidden-xl {
    display: none;
  }
}
@media (min-width: 1920px) {
  .hidden-xxl {
    display: none;
  }
}
[visibility="visible"] {
  display: block;
}
[visibility="hidden"] {
  display: none;
}
a.cookie_notice_ok {
  border: 1px solid #5fbd74;
  padding: 2px 5px;
  border-radius: 2px;
  display: block;
  margin-top: 10px;
  text-align: center;
}
a.cookie_notice_ok:hover {
  background-color: #5fbd74 !important;
  color: #fff !important;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
body.page div.wpcf7-validation-errors {
  border: none;
  background-color: #f1eeea;
  padding: 15px;
  margin: 30px 0 0 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
body.page div.wpcf7-mail-sent-ok {
  border: none;
  background-color: #5fbd74;
  color: #fff;
  padding: 15px;
  margin: 30px 0 0 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
body.error404 {
  background: #a8d5ec;
}
body.error404 .lorigwzqwuekte {
  background-color: #fff;
}
body.error404 .hdjtgrwppz,
body.error404 .copyright {
  display: none;
}
body.error404 .hhviizleagfrpeg {
  text-align: center;
  text-transform: uppercase;
  padding: 60px 0;
}
body.error404 .hhviizleagfrpeg img {
  margin-bottom: 60px;
}
body.error404 .hhviizleagfrpeg h3 {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
body.error404 .hhviizleagfrpeg span {
  font-size: 14px;
  color: #5e5a54;
}
body.error404 .hhviizleagfrpeg span a {
  font-weight: 700;
}
.no-results .entry-title {
  font-size: 24px;
  margin-bottom: 20px;
  color: #392a25;
}
.no-results .entry-content p {
  margin: 0;
}
.entry-content table tr td,
.entry-content table tr th {
  border: 1px solid #e2e2e2;
  padding: 5px 10px;
}
.entry-content figure {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.entry-content figure.aligncenter {
  margin: 0 auto;
}
.entry-content .page-links a {
  padding: 5px 10px;
  display: inline-block;
}
.byline,
.updated:not(.published) {
  display: none;
}
.group-blog .byline,
.single .byline {
  display: inline;
}
.lplpahpajgu .format-aside .entry-title,
.blog .format-aside .entry-title {
  display: none;
}
.single .hhviizleagfrpeg article,
.page .hhviizleagfrpeg article {
  margin-bottom: 30px;
}
.single .hhviizleagfrpeg .losdiglhfivd,
.page .hhviizleagfrpeg .losdiglhfivd {
  padding-top: 70px;
  padding-bottom: 70px;
}
.single .hhviizleagfrpeg .losdiglhfivd .blog-classic-style .post-thumbnail,
.page .hhviizleagfrpeg .losdiglhfivd .blog-classic-style .post-thumbnail {
  margin-bottom: 0;
}
.single .hhviizleagfrpeg .losdiglhfivd .blog-classic-style .post-thumbnail img,
.page .hhviizleagfrpeg .losdiglhfivd .blog-classic-style .post-thumbnail img {
  width: 100%;
  height: auto;
}
.single .hhviizleagfrpeg .losdiglhfivd .post-thumbnail,
.page .hhviizleagfrpeg .losdiglhfivd .post-thumbnail {
  margin-bottom: 20px;
}
.single .hhviizleagfrpeg .losdiglhfivd .post-thumbnail img,
.page .hhviizleagfrpeg .losdiglhfivd .post-thumbnail img {
  width: 100%;
  height: auto;
}
.single .hhviizleagfrpeg .losdiglhfivd .entry-meta,
.page .hhviizleagfrpeg .losdiglhfivd .entry-meta {
  margin-bottom: 20px;
  font-size: 15px;
}
.single .hhviizleagfrpeg .losdiglhfivd .entry-meta span,
.page .hhviizleagfrpeg .losdiglhfivd .entry-meta span {
  margin-right: 20px;
  color: #aaa;
}
.single .hhviizleagfrpeg .losdiglhfivd .entry-meta span i,
.page .hhviizleagfrpeg .losdiglhfivd .entry-meta span i {
  margin-right: 5px;
  font-size: 15px;
}
.single .hhviizleagfrpeg .losdiglhfivd .entry-title,
.page .hhviizleagfrpeg .losdiglhfivd .entry-title {
  font-size: 24px;
  margin-bottom: 20px;
  color: #392a25;
}
.single .hhviizleagfrpeg .losdiglhfivd .entry-content,
.page .hhviizleagfrpeg .losdiglhfivd .entry-content {
  margin-bottom: 30px;
}
.single .hhviizleagfrpeg .losdiglhfivd .entry-content blockquote,
.page .hhviizleagfrpeg .losdiglhfivd .entry-content blockquote {
  font-size: 24px;
  color: #5fbd74;
  font-style: italic;
  margin-right: 70px;
  margin-left: 70px;
  position: relative;
}
.single .hhviizleagfrpeg .losdiglhfivd .entry-content blockquote:before,
.page .hhviizleagfrpeg .losdiglhfivd .entry-content blockquote:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFMkY0MjFBQTU1NjAxMUU2ODI5N0Q5NzgxMkM0RkYzRSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFMkY0MjFBQjU1NjAxMUU2ODI5N0Q5NzgxMkM0RkYzRSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkFBNDk0MzdGNTUzMzExRTY4Mjk3RDk3ODEyQzRGRjNFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkFBNDk0MzgwNTUzMzExRTY4Mjk3RDk3ODEyQzRGRjNFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+rgKq7QAAASxJREFUeNqslM0NwjAMhUPEnW5AmQBG6AhsUJgAkLgDE8AGwASFARCM0A2ACSgTlFh6kUxwfg48yWrafn21Eyed8rJUgjITjUrTF6s9wN3ENtGwMnHFd6JhhZeFhQJagRuZyCXDOQDSNFI2mawx3pioXcMMfyTtLBCQnZIa/M8czliJm4hZwSr5YjXLbo7xIWGFbSUPEyfJcMKyO0fMRiy7k/vSGpa4NhLkqGTjo2SY468qYSFIYzauJcMiBDjKbb/5WDIcsvsmYf6CrHYgWpwWsRd2ytAxf4G9Wh8tlMTNt5FDIWN9Wfn2snJMU0XJFDqh77iirEbf+RbD7ck60AnkcdPYPgsB8D2XTqEGz1WX7d8bmrZn4hnInDIcgO2beIOlBFSnbVv1T30EGAAbgkNtY0Gb8QAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: -40px;
}
.single .hhviizleagfrpeg .losdiglhfivd .entry-footer,
.page .hhviizleagfrpeg .losdiglhfivd .entry-footer {
  margin-bottom: 20px;
}
.single .hhviizleagfrpeg .losdiglhfivd .entry-footer .tags a,
.page .hhviizleagfrpeg .losdiglhfivd .entry-footer .tags a {
  padding: 8px 15px;
  background: #fbfaf9;
  border: 1px solid #efefef;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 15px;
  color: #8e8b87;
  margin-right: 5px;
  margin-bottom: 8px;
  display: inline-block;
}
.single .hhviizleagfrpeg .losdiglhfivd .entry-footer .tags a:hover,
.page .hhviizleagfrpeg .losdiglhfivd .entry-footer .tags a:hover {
  background: none;
  color: #7fca8f;
  border-color: #7fca8f;
}
.single .hhviizleagfrpeg .losdiglhfivd .entry-footer .share,
.page .hhviizleagfrpeg .losdiglhfivd .entry-footer .share {
  text-align: right;
}
.single .hhviizleagfrpeg .losdiglhfivd .entry-footer .share i,
.page .hhviizleagfrpeg .losdiglhfivd .entry-footer .share i {
  color: #7fca8f;
  margin-right: 5px;
}
.single .hhviizleagfrpeg .losdiglhfivd .entry-footer .share span,
.page .hhviizleagfrpeg .losdiglhfivd .entry-footer .share span {
  margin-left: 10px;
}
.single .hhviizleagfrpeg .entry-author,
.page .hhviizleagfrpeg .entry-author {
  padding: 40px 0;
  border-top: 1px solid #f1eeea;
}
.single .hhviizleagfrpeg .entry-author img,
.page .hhviizleagfrpeg .entry-author img {
  border-radius: 50%;
  border: 5px solid #f2f2f2;
}
.single .hhviizleagfrpeg .entry-author .name,
.page .hhviizleagfrpeg .entry-author .name {
  font-size: 18px;
  color: #332b28;
  margin-bottom: 10px;
}
.single .hhviizleagfrpeg .entry-author .desc,
.page .hhviizleagfrpeg .entry-author .desc {
  font-size: 15px;
  line-height: 1.6em;
  color: #5e5a54;
}
.single .hhviizleagfrpeg .entry-nav,
.page .hhviizleagfrpeg .entry-nav {
  padding: 40px 30px;
  background: #fbfaf9;
  border: 1px solid #f1eeea;
  font-size: 18px;
  font-weight: 700;
}
.single .hhviizleagfrpeg .entry-nav a,
.page .hhviizleagfrpeg .entry-nav a {
  text-transform: none;
  color: #8e8b87;
  outline: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 90%;
  display: inline-block;
  vertical-align: middle;
}
.single .hhviizleagfrpeg .entry-nav .left,
.page .hhviizleagfrpeg .entry-nav .left {
  text-align: left;
}
.single .hhviizleagfrpeg .entry-nav .left a,
.page .hhviizleagfrpeg .entry-nav .left a {
  padding-left: 10px;
}
.single .hhviizleagfrpeg .entry-nav .center,
.page .hhviizleagfrpeg .entry-nav .center {
  text-align: center;
}
.single .hhviizleagfrpeg .entry-nav .right,
.page .hhviizleagfrpeg .entry-nav .right {
  text-align: right;
}
.single .hhviizleagfrpeg .entry-nav .right a,
.page .hhviizleagfrpeg .entry-nav .right a {
  padding-right: 10px;
}
.single .hhviizleagfrpeg .entry-nav .left,
.single .hhviizleagfrpeg .entry-nav .right,
.page .hhviizleagfrpeg .entry-nav .left,
.page .hhviizleagfrpeg .entry-nav .right {
  overflow: hidden;
}
.single .hhviizleagfrpeg .entry-nav .left i,
.single .hhviizleagfrpeg .entry-nav .right i,
.page .hhviizleagfrpeg .entry-nav .left i,
.page .hhviizleagfrpeg .entry-nav .right i {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #8e8b87;
}
.single .hhviizleagfrpeg .entry-nav .left:hover a,
.single .hhviizleagfrpeg .entry-nav .right:hover a,
.page .hhviizleagfrpeg .entry-nav .left:hover a,
.page .hhviizleagfrpeg .entry-nav .right:hover a {
  color: #332b28;
}
.single .hhviizleagfrpeg .entry-nav .left:hover i,
.single .hhviizleagfrpeg .entry-nav .right:hover i,
.page .hhviizleagfrpeg .entry-nav .left:hover i,
.page .hhviizleagfrpeg .entry-nav .right:hover i {
  color: #7fca8f;
}
.single .hhviizleagfrpeg .comments-area,
.page .hhviizleagfrpeg .comments-area {
  margin-top: 60px;
}
.single .hhviizleagfrpeg .comments-area .comment-reply-title,
.single .hhviizleagfrpeg .comments-area .comments-title,
.page .hhviizleagfrpeg .comments-area .comment-reply-title,
.page .hhviizleagfrpeg .comments-area .comments-title {
  text-transform: uppercase;
  font-size: 18px;
  color: #392a25;
  margin-bottom: 30px;
}
.single .hhviizleagfrpeg .comments-area .comment-list,
.page .hhviizleagfrpeg .comments-area .comment-list {
  padding-left: 0;
  list-style: none;
  margin: 40px 0;
}
.single .hhviizleagfrpeg .comments-area .comment-list li,
.page .hhviizleagfrpeg .comments-area .comment-list li {
  padding: 20px 0;
  border-bottom: 1px solid #f1eeea;
}
.single .hhviizleagfrpeg .comments-area .comment-list li.comment,
.page .hhviizleagfrpeg .comments-area .comment-list li.comment {
  list-style-type: none;
}
.single .hhviizleagfrpeg .comments-area .comment-list li article,
.page .hhviizleagfrpeg .comments-area .comment-list li article {
  margin: 0;
  padding-left: 100px;
  position: relative;
}
.single .hhviizleagfrpeg .comments-area .comment-list li article .comment-author,
.page .hhviizleagfrpeg .comments-area .comment-list li article .comment-author {
  display: inline-block;
  color: #333;
}
.single .hhviizleagfrpeg .comments-area .comment-list li article .comment-author img,
.page .hhviizleagfrpeg .comments-area .comment-list li article .comment-author img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}
.single .hhviizleagfrpeg .comments-area .comment-list li article .comment-author .says,
.page .hhviizleagfrpeg .comments-area .comment-list li article .comment-author .says {
  display: none;
}
.single .hhviizleagfrpeg .comments-area .comment-list li article .comment-metadata,
.page .hhviizleagfrpeg .comments-area .comment-list li article .comment-metadata {
  display: inline-block;
  margin-left: 20px;
  font-size: 14px;
  color: #8e8b87;
}
.single .hhviizleagfrpeg .comments-area .comment-list li article .comment-metadata a,
.page .hhviizleagfrpeg .comments-area .comment-list li article .comment-metadata a {
  color: #8e8b87;
}
.single
  .hhviizleagfrpeg
  .comments-area
  .comment-list
  li
  article
  .comment-metadata:before,
.page
  .hhviizleagfrpeg
  .comments-area
  .comment-list
  li
  article
  .comment-metadata:before {
  content: "\f21b";
  font-family: Ionicons;
  color: #5fbd74;
  font-size: 10px;
  margin-right: 20px;
}
.single .hhviizleagfrpeg .comments-area .comment-list li article .comment-content,
.page .hhviizleagfrpeg .comments-area .comment-list li article .comment-content {
  font-size: 15px;
  line-height: 1.6;
  color: #5e5a54;
}
.single .hhviizleagfrpeg .comments-area .comment-list li article .reply a,
.page .hhviizleagfrpeg .comments-area .comment-list li article .reply a {
  color: #696969;
}
.single .hhviizleagfrpeg .comments-area .comment-list li article .reply a:before,
.page .hhviizleagfrpeg .comments-area .comment-list li article .reply a:before {
  content: "\f21e";
  font-family: Ionicons;
  margin-right: 5px;
}
.single .hhviizleagfrpeg .comments-area .comment-list li article .reply a:hover,
.page .hhviizleagfrpeg .comments-area .comment-list li article .reply a:hover {
  color: #5fbd74;
}
.single .hhviizleagfrpeg .comments-area .comment-list li .children,
.page .hhviizleagfrpeg .comments-area .comment-list li .children {
  margin-top: 20px;
  padding-left: 100px;
}
.single .hhviizleagfrpeg .comments-area .comment-list li .children li,
.page .hhviizleagfrpeg .comments-area .comment-list li .children li {
  border-bottom: none;
  border-top: 1px solid #f1eeea;
}
.single .hhviizleagfrpeg .comments-area .comment-list li .children li:last-child,
.page .hhviizleagfrpeg .comments-area .comment-list li .children li:last-child {
  padding-bottom: 0;
}
.single .hhviizleagfrpeg .comments-area .comment-list li:last-child,
.page .hhviizleagfrpeg .comments-area .comment-list li:last-child {
  border-bottom: none;
}
.single .hhviizleagfrpeg .comments-area .comment-respond,
.page .hhviizleagfrpeg .comments-area .comment-respond {
  margin-top: 30px;
}
.single .hhviizleagfrpeg .comments-area .comment-form .logged-in-as,
.page .hhviizleagfrpeg .comments-area .comment-form .logged-in-as {
  margin-bottom: 15px;
}
.single .hhviizleagfrpeg .comments-area .comment-form input[type="email"],
.single .hhviizleagfrpeg .comments-area .comment-form input[type="number"],
.single .hhviizleagfrpeg .comments-area .comment-form input[type="text"],
.page .hhviizleagfrpeg .comments-area .comment-form input[type="email"],
.page .hhviizleagfrpeg .comments-area .comment-form input[type="number"],
.page .hhviizleagfrpeg .comments-area .comment-form input[type="text"] {
  height: 40px;
  line-height: 38px;
  border: 1px solid #f1eeea;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 0 15px;
  font-size: 15px;
  color: #8e8b87;
  width: 100%;
  outline: none;
}
.single .hhviizleagfrpeg .comments-area .comment-form input[type="email"]:focus,
.single .hhviizleagfrpeg .comments-area .comment-form input[type="number"]:focus,
.single .hhviizleagfrpeg .comments-area .comment-form input[type="text"]:focus,
.page .hhviizleagfrpeg .comments-area .comment-form input[type="email"]:focus,
.page .hhviizleagfrpeg .comments-area .comment-form input[type="number"]:focus,
.page .hhviizleagfrpeg .comments-area .comment-form input[type="text"]:focus {
  border-color: #5fbd74;
}
.single .hhviizleagfrpeg .comments-area .comment-form input[type="submit"],
.single .hhviizleagfrpeg .comments-area .comment-form button[type="submit"],
.page .hhviizleagfrpeg .comments-area .comment-form input[type="submit"],
.page .hhviizleagfrpeg .comments-area .comment-form button[type="submit"] {
  background-color: #5fbd74;
  color: #fff;
  text-transform: uppercase;
  height: 40px;
  line-height: 38px;
  border: 1px solid #5fbd74;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 0 15px;
  box-shadow: none;
  text-shadow: none;
  font-size: 15px;
  letter-spacing: 0.05em;
  outline: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.single .hhviizleagfrpeg .comments-area .comment-form input[type="submit"]:hover,
.single .hhviizleagfrpeg .comments-area .comment-form button[type="submit"]:hover,
.page .hhviizleagfrpeg .comments-area .comment-form input[type="submit"]:hover,
.page .hhviizleagfrpeg .comments-area .comment-form button[type="submit"]:hover {
  opacity: 0.8;
}
.single .hhviizleagfrpeg .comments-area .comment-form textarea,
.page .hhviizleagfrpeg .comments-area .comment-form textarea {
  min-height: 150px;
  padding: 15px;
  border: 1px solid #f1eeea;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 15px;
  color: #8e8b87;
  outline: none;
}
.single .hhviizleagfrpeg .comments-area .comment-form textarea:focus,
.page .hhviizleagfrpeg .comments-area .comment-form textarea:focus {
  border-color: #5fbd74;
}
.single .hhviizleagfrpeg .comments-area .comment-form p,
.page .hhviizleagfrpeg .comments-area .comment-form p {
  margin: 0;
}
.single .hhviizleagfrpeg .comments-area .comment-form .form-submit,
.page .hhviizleagfrpeg .comments-area .comment-form .form-submit {
  padding-bottom: 30px;
}
.single .hhviizleagfrpeg .comments-area .comment-form .gwhgetveyzxug [class*="col-"],
.single
  .hhviizleagfrpeg
  .comments-area
  .comment-form
  .insight-carousel
  .slick-track
  [class*="col-"],
.insight-carousel
  .single
  .hhviizleagfrpeg
  .comments-area
  .comment-form
  .slick-track
  [class*="col-"],
.single
  .hhviizleagfrpeg
  .comments-area
  .comment-form
  .insight-process--small-icon
  [class*="col-"],
.page .hhviizleagfrpeg .comments-area .comment-form .gwhgetveyzxug [class*="col-"],
.page
  .hhviizleagfrpeg
  .comments-area
  .comment-form
  .insight-carousel
  .slick-track
  [class*="col-"],
.insight-carousel
  .page
  .hhviizleagfrpeg
  .comments-area
  .comment-form
  .slick-track
  [class*="col-"],
.page
  .hhviizleagfrpeg
  .comments-area
  .comment-form
  .insight-process--small-icon
  [class*="col-"] {
  margin-bottom: 30px;
}
.widget-area .widget {
  margin: 0 0 50px 0;
}
.widget-area .widget select {
  max-width: 100%;
}
.widget-area .widget ul {
  margin: 0;
  padding: 0;
}
.widget-area .widget ul li {
  margin: 0;
  list-style: none;
  padding: 15px 0;
  border-bottom: 1px solid #f1eeea;
}
.widget-area .widget ul li:first-child {
  padding-top: 0;
}
.widget-area .widget ul li:last-child {
  border-bottom: none;
}
.widget-area .widget .widget-title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #392a25;
  margin-bottom: 30px;
}
.widget-area .widget.widget_search .search-form {
  position: relative;
}
.widget-area .widget.widget_search .search-form input[type="search"] {
  width: 100%;
  height: 40px;
  line-height: 38px;
  border: 1px solid #f1eeea;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  outline: none;
  padding: 0 15px;
  font-size: 15px;
  font-weight: 400;
  box-sizing: border-box;
}
.widget-area .widget.widget_search .search-form input[type="search"]:focus {
  border-color: #5fbd74;
}
.widget-area .widget.widget_search .search-form input[type="submit"],
.widget-area .widget.widget_search .search-form button[type="submit"] {
  position: absolute;
  height: 40px;
  width: 40px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFMkY0MjFCMjU1NjAxMUU2ODI5N0Q5NzgxMkM0RkYzRSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFMkY0MjFCMzU1NjAxMUU2ODI5N0Q5NzgxMkM0RkYzRSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkUyRjQyMUIwNTU2MDExRTY4Mjk3RDk3ODEyQzRGRjNFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkUyRjQyMUIxNTU2MDExRTY4Mjk3RDk3ODEyQzRGRjNFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+CwlOKQAAAUpJREFUeNrsmN9twjAQxn0VC2QFd4QyQhihK9BnUBHeoLaoynMzQjsCGSGswAqMYL5zjRCCNmogHA930umsOIafvvsTCMUYzT3bg7lzU0AFVEAFVEAFVEBZG1xyePnunxDmJprndIHg0QTEMHl1W1EFATcGTIPlejJzxI71I+AsYoN9ew1A6vJ7kJXDsYbIjKBUfbK/8B6gJfaGUgrOAVedg2ODmg6hSCoLAZbw75Z7apRAeXNAqFIgvQWWbU2wQZqLmwNyd9IPXNuXWyi4EUlx5PSZPFr+LoO1CCAaJCCMke7ylzLwuVkqkTGTIVjBL7hD2kO+xrPPp8FN6TYe2E4E8OhJckg312aVO5zhLT4+TGfdIamvP+5ZzVVqlguUpD7fLOCJYpHqPeQLIP9fkwzYp38s3iz8s+t50nczCqiACqiACqiAorYTYAC8LOYIsg7imAAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-color: transparent;
  box-shadow: none;
  font-size: 0;
  border: none;
  line-height: 40px;
  padding: 0;
  top: 0;
  right: 0;
}
.widget-area .widget.widget_tag_cloud a {
  padding: 8px 15px;
  background: #fbfaf9;
  border: 1px solid #efefef;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 15px !important;
  display: inline-block;
  color: #8e8b87;
  margin-right: 5px;
  margin-bottom: 7px;
  line-height: 1;
}
.widget-area .widget.widget_tag_cloud a:hover {
  border-color: #5fbd74;
  color: #5fbd74;
  background: none;
}
.widget-area .widget.widget_posts_widget .item {
  padding-bottom: 20px;
  margin-bottom: 27px;
  border-bottom: 1px solid #f1eeea;
  display: inline-block;
  width: 100%;
}
.widget-area .widget.widget_posts_widget .item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.widget-area .widget.widget_posts_widget .item .thumb {
  width: 80px;
  height: 80px;
  float: left;
  margin-right: 20px;
}
.widget-area .widget.widget_posts_widget .item .info {
  line-height: 1.6em;
  margin-top: -7px;
}
.widget-area .widget.widget_posts_widget .item .info .gafwarhxcxxhqcv {
  display: block;
  color: #5e5a54;
  font-size: 15px;
  font-weight: 700;
}
.widget-area .widget.widget_posts_widget .item .info .date {
  display: block;
  font-size: 14px;
  color: #aaa;
}
.widget-area .widget.widget_categories_widget .item {
  margin-bottom: 25px;
  position: relative;
  width: 100%;
}
.widget-area .widget.widget_categories_widget .item a {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 98;
}
.widget-area .widget.widget_categories_widget .item a:after {
  content: "";
  display: inline-block;
  height: 0.5em;
  vertical-align: bottom;
  width: 100%;
  margin-right: -100%;
  margin-left: 10px;
  border-top: 1px solid #f1eeea;
  z-index: 98;
}
.widget-area .widget.widget_categories_widget .item span {
  position: absolute;
  right: 0;
  top: 0;
  height: 22px;
  min-width: 30px;
  background-color: #fff;
  z-index: 99;
  display: block;
  text-align: right;
  color: #696969;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.widget-area .widget.widget_categories_widget .item:last-child {
  margin-bottom: 0;
}
.widget-area .widget.widget_categories_widget .item:hover span {
  color: #5fbd74;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.insight-pagination {
  margin-top: 60px;
  text-align: center;
  text-transform: uppercase;
}
.insight-pagination a,
.insight-pagination span {
  padding: 0 15px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #f1eeea;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin: 0 5px;
  font-weight: 700;
  display: inline-block;
}
.insight-pagination a.current,
.insight-pagination a:hover,
.insight-pagination span.current,
.insight-pagination span:hover {
  background: #5fbd74;
  color: #fff;
  border-color: #5fbd74;
}
.insight-pagination a.prev,
.insight-pagination span.prev {
  border: none;
}
.insight-pagination a.prev:before,
.insight-pagination span.prev:before {
  content: "\f3d2";
  font-family: Ionicons;
  margin-right: 10px;
}
.insight-pagination a.next,
.insight-pagination span.next {
  border: none;
}
.insight-pagination a.next:after,
.insight-pagination span.next:after {
  content: "\f3d3";
  font-family: Ionicons;
  margin-left: 10px;
}
.blog-list-style {
  margin-bottom: 50px;
}
.blog-list-style .post-thumbnail {
  position: relative;
}
.blog-list-style .post-thumbnail a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.blog-list-style .post-thumbnail img {
  width: 100%;
  height: auto;
  padding: 17px;
  border: 3px solid #f1eeea;
  z-index: 97;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.blog-list-style .post-thumbnail:before,
.blog-list-style .post-thumbnail:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.blog-list-style .post-thumbnail:before {
  border-top: 3px solid #5fbd74;
  border-bottom: 3px solid #5fbd74;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.blog-list-style .post-thumbnail:after {
  border-right: 3px solid #5fbd74;
  border-left: 3px solid #5fbd74;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.blog-list-style:hover .post-thumbnail:before,
.blog-list-style:hover .post-thumbnail:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.blog-list-style:hover .post-thumbnail:after {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.blog-list-style .entry-meta {
  margin-bottom: 20px;
  font-size: 15px;
}
.blog-list-style .entry-meta span {
  margin-right: 20px;
  color: #aaa;
}
.blog-list-style .entry-meta span i {
  margin-right: 5px;
  font-size: 15px;
}
.blog-list-style .entry-title {
  font-size: 24px;
  margin-bottom: 20px;
  color: #392a25;
  position: relative;
}
.blog-list-style .entry-title:before {
  content: "";
  width: 60px;
  height: 1px;
  background: #5fbd74;
  display: block;
  position: absolute;
  left: -70px;
  top: 20px;
}
.blog-list-style .entry-content {
  font-size: 15px;
  color: #5e5a54;
  line-height: 1.6;
  margin-bottom: 20px;
}
.blog-list-style .entry-more {
  margin-top: 20px;
}
.blog-list-style .entry-more a {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  color: #5e5a54;
}
.blog-list-style .entry-more a:hover {
  color: #5fbd74;
}
.blog-list-style .no-thumbnail .entry-title:before {
  display: none;
}
.sticky .col-md-5,
.sticky .col-md-7 {
  flex: 0 0 100%;
  max-width: 100%;
}
.sticky.blog-list-style .entry-title {
  font-size: 30px;
  border-left: 3px solid #5fbd74;
  padding-left: 14px;
}
.sticky.blog-list-style .entry-title:before {
  display: none;
}
.sticky .post-thumbnail {
  margin-bottom: 30px;
}
.blog-grid .post,
.insight-blog.grid .post,
.insight-blog.grid_has_padding .post {
  width: 33.33%;
}
@media (max-width: 991px) {
  .blog-grid .post,
  .insight-blog.grid .post,
  .insight-blog.grid_has_padding .post {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .blog-grid .post,
  .insight-blog.grid .post,
  .insight-blog.grid_has_padding .post {
    width: 100%;
  }
}
.blog-grid .blog-grid-style,
.insight-blog.grid .blog-grid-style,
.insight-blog.grid_has_padding .blog-grid-style {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .blog-grid .blog-grid-style,
  .insight-blog.grid .blog-grid-style,
  .insight-blog.grid_has_padding .blog-grid-style {
    margin-bottom: 50px;
  }
}
.blog-grid .blog-grid-style .post-thumbnail,
.insight-blog.grid .blog-grid-style .post-thumbnail,
.insight-blog.grid_has_padding .blog-grid-style .post-thumbnail {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.blog-grid .blog-grid-style .post-thumbnail:before,
.blog-grid .blog-grid-style .post-thumbnail:after,
.insight-blog.grid .blog-grid-style .post-thumbnail:before,
.insight-blog.grid .blog-grid-style .post-thumbnail:after,
.insight-blog.grid_has_padding .blog-grid-style .post-thumbnail:before,
.insight-blog.grid_has_padding .blog-grid-style .post-thumbnail:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  z-index: 97;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
.blog-grid .blog-grid-style .post-thumbnail img,
.insight-blog.grid .blog-grid-style .post-thumbnail img,
.insight-blog.grid_has_padding .blog-grid-style .post-thumbnail img {
  width: 100%;
  height: auto;
}
.blog-grid .blog-grid-style .post-thumbnail:before,
.insight-blog.grid .blog-grid-style .post-thumbnail:before,
.insight-blog.grid_has_padding .blog-grid-style .post-thumbnail:before {
  left: -100%;
}
.blog-grid .blog-grid-style .post-thumbnail:after,
.insight-blog.grid .blog-grid-style .post-thumbnail:after,
.insight-blog.grid_has_padding .blog-grid-style .post-thumbnail:after {
  right: -100%;
}
.blog-grid .blog-grid-style .post-thumbnail a,
.insight-blog.grid .blog-grid-style .post-thumbnail a,
.insight-blog.grid_has_padding .blog-grid-style .post-thumbnail a {
  display: block;
}
.blog-grid .blog-grid-style .post-thumbnail a:before,
.insight-blog.grid .blog-grid-style .post-thumbnail a:before,
.insight-blog.grid_has_padding .blog-grid-style .post-thumbnail a:before {
  z-index: 98;
  content: "\f489";
  font-family: Ionicons;
  font-size: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 0;
  margin-left: -20px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.blog-grid .blog-grid-style .entry-meta,
.insight-blog.grid .blog-grid-style .entry-meta,
.insight-blog.grid_has_padding .blog-grid-style .entry-meta {
  margin-bottom: 20px;
  font-size: 15px;
}
.blog-grid .blog-grid-style .entry-meta span,
.insight-blog.grid .blog-grid-style .entry-meta span,
.insight-blog.grid_has_padding .blog-grid-style .entry-meta span {
  margin-right: 20px;
  color: #aaa;
}
.blog-grid .blog-grid-style .entry-meta span i,
.insight-blog.grid .blog-grid-style .entry-meta span i,
.insight-blog.grid_has_padding .blog-grid-style .entry-meta span i {
  margin-right: 5px;
  font-size: 15px;
}
.blog-grid .blog-grid-style .entry-title,
.insight-blog.grid .blog-grid-style .entry-title,
.insight-blog.grid_has_padding .blog-grid-style .entry-title {
  font-size: 20px;
  margin-bottom: 20px;
  color: #392a25;
  position: relative;
}
.blog-grid .blog-grid-style .entry-content,
.insight-blog.grid .blog-grid-style .entry-content,
.insight-blog.grid_has_padding .blog-grid-style .entry-content {
  font-size: 15px;
  color: #5e5a54;
  line-height: 1.6;
  margin-bottom: 20px !important;
}
.blog-grid .blog-grid-style .entry-more a,
.insight-blog.grid .blog-grid-style .entry-more a,
.insight-blog.grid_has_padding .blog-grid-style .entry-more a {
  font-size: 15px;
  font-weight: 700;
  color: #5e5a54;
  display: block;
  padding-left: 40px;
  position: relative;
}
.blog-grid .blog-grid-style .entry-more a:before,
.insight-blog.grid .blog-grid-style .entry-more a:before,
.insight-blog.grid_has_padding .blog-grid-style .entry-more a:before {
  content: "";
  width: 30px;
  height: 1px;
  background: #ababab;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 10px;
}
.blog-grid .blog-grid-style .entry-more a:hover,
.insight-blog.grid .blog-grid-style .entry-more a:hover,
.insight-blog.grid_has_padding .blog-grid-style .entry-more a:hover {
  color: #5fbd74;
}
.blog-grid .blog-grid-style:hover .post-thumbnail:before,
.insight-blog.grid .blog-grid-style:hover .post-thumbnail:before,
.insight-blog.grid_has_padding .blog-grid-style:hover .post-thumbnail:before {
  left: 0;
  opacity: 1;
}
.blog-grid .blog-grid-style:hover .post-thumbnail:after,
.insight-blog.grid .blog-grid-style:hover .post-thumbnail:after,
.insight-blog.grid_has_padding .blog-grid-style:hover .post-thumbnail:after {
  right: 0;
  opacity: 1;
}
.blog-grid .blog-grid-style:hover .post-thumbnail a:before,
.insight-blog.grid .blog-grid-style:hover .post-thumbnail a:before,
.insight-blog.grid_has_padding .blog-grid-style:hover .post-thumbnail a:before {
  opacity: 1;
  margin-top: -20px;
}
.blog-classic-style {
  margin-bottom: 50px;
}
.blog-classic-style .entry-desc {
  border: 1px solid #f1eeea;
  padding: 40px 30px 35px;
}
.blog-classic-style .entry-meta {
  margin-bottom: 20px;
  font-size: 14px;
}
.blog-classic-style .entry-meta span {
  margin-right: 20px;
  color: #aaa;
}
.blog-classic-style .entry-meta span i {
  margin-right: 5px;
  font-size: 15px;
}
.blog-classic-style .entry-title {
  margin-bottom: 20px;
  color: #392a25;
  position: relative;
}
.blog-classic-style .entry-content {
  font-size: 15px;
  color: #5e5a54;
  line-height: 1.6;
  margin-bottom: 40px;
}
.blog-classic-style .entry-share {
  align-self: center;
  text-align: right;
}
@media (max-width: 991px) {
  .blog-classic-style .entry-share {
    margin-top: 20px;
  }
}
.blog-classic-style .entry-share i {
  color: #7fca8f;
  margin-right: 5px;
}
.blog-classic-style .entry-share span {
  margin-left: 10px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .copyright .copyright_text,
  .copyright .copyright_payment_img {
    text-align: center;
    margin-top: 10px;
  }
  body.admin-bar header.yfvlqqiltvlyf--not-top {
    top: 0;
  }
  body.woocommerce .products.list .product .product-info {
    margin-top: 20px;
  }
  body.woocommerce .products.list .product .product-info .product-rate {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    text-align: left !important;
  }
  body.woocommerce
    .products.list
    .product
    .product-info
    .product-rate
    .star-rating {
    margin-top: 5px !important;
  }
  body.woocommerce
    .products.list
    .product
    .product-info
    .product-rate
    .text-rating {
    position: relative !important;
    top: auto !important;
    right: auto !important;
  }
  .topbar {
    text-align: center;
  }
  .topbar .topbar__text span {
    display: block;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .topbar .topbar__menu {
    text-align: center;
  }
  .topbar .topbar__menu ul li {
    padding: 0 10px;
    margin: 0;
  }
  .blog-list-style .post-thumbnail {
    margin-bottom: 30px;
  }
  body.woocommerce.single-product .woocommerce-tabs ul.tabs {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 1000px) {
  .vc_column_container.vc_col-sm-4,
  .vc_column_container.vc_col-sm-8,
  .vc_column_container.vc_col-sm-6 {
    width: 100%;
  }
  .vc_column_container .slick-dots {
    display: none !important;
  }
}
article.post {
  margin-bottom: 50px;
}
article.post h1 {
  font-size: 24px;
}
article.post h2 {
  font-size: 20px;
}
article.post h3 {
  font-size: 18px;
}
article.post h4,
article.post h5,
article.post h6 {
  font-size: 16px;
}
article.post .entry-title {
  font-size: 24px;
  margin-bottom: 20px;
  color: #392a25;
}
article.post .entry-meta {
  color: #aaa;
}
article.post .entry-meta .posted-on,
article.post .entry-meta .categories {
  margin-right: 20px;
}
article.post .entry-content pre {
  max-width: 600px;
}
article.post .entry-footer .share {
  text-align: right;
}
article.post a h1 {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
article.post a:hover h1 {
  color: #5fbd74;
}
.floating {
  -webkit-animation-name: floating;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: floating;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
}
.vc_row.bg-center,
.bg-center {
  background-position: center !important;
}
.vc_row.bg-center-top,
.bg-center-top {
  background-position: center top !important;
}
.vc_row.bg-center-bottom,
.bg-center-bottom {
  background-position: center bottom !important;
}
.vc_row.bg-left-bottom,
.bg-left-bottom {
  background-position: left bottom !important;
}
.bg-no-repeat {
  background-repeat: no-repeat !important;
}
.bg-repeat-x {
  background-repeat: repeat-x !important;
}
.bg-repeat-y {
  background-repeat: repeat-y !important;
}
.wpb_single_image.img-w100 figure {
  width: 100%;
  padding: 0;
}
.wpb_single_image.img-w100 figure .vc_single_image-wrapper {
  width: 100%;
}
.wpb_single_image.img-w100 figure .vc_single_image-wrapper img {
  width: 100%;
  height: auto;
}
.mw-460 {
  max-width: 460px !important;
  margin: 0 auto !important;
}
.mw-480 {
  max-width: 480px !important;
  margin: 0 auto !important;
}
.mw-480-l {
  max-width: 480px !important;
}
.mw-500 {
  max-width: 500px !important;
  margin: 0 auto !important;
}
.mw-500-l {
  max-width: 500px !important;
}
.mw-560 {
  max-width: 560px !important;
  margin: 0 auto !important;
}
.mw-560-l {
  max-width: 560px !important;
}
.mw-560-r {
  max-width: 560px !important;
  margin-left: auto !important;
  margin-right: 0 !important;
}
.mw-600 {
  max-width: 600px !important;
  margin: 0 auto !important;
}
.mw-640 {
  max-width: 640px !important;
  margin: 0 auto !important;
}
.mw-670 {
  max-width: 670px !important;
  margin: 0 auto !important;
}
.mw-720 {
  max-width: 720px !important;
  margin: 0 auto !important;
}
.mw-790 {
  max-width: 790px !important;
  margin: 0 auto !important;
}
.mw-790-l {
  max-width: 790px !important;
}
.mw-800 {
  max-width: 800px !important;
  margin: 0 auto !important;
}
.mw-1900 {
  max-width: 1900px !important;
  margin: 0 auto !important;
}
.position-static {
  position: static !important;
}
[class*="absolute-object"] {
  position: absolute !important;
  z-index: 2;
}
[class*="absolute-object"] figure {
  padding: 0;
}
@media (max-width: 991px) {
  [class*="absolute-object"] {
    display: none !important;
  }
}
.absolute-object1 {
  left: 0;
  top: -100px;
}
.absolute-object2 {
  right: 0;
  bottom: -100px;
}
@media (max-width: 991px) {
  .m-left {
    text-align: left !important;
  }
  .m-center {
    text-align: center !important;
  }
  .m-right {
    text-align: right !important;
  }
  .m-nobg,
  .vc_row.m-nobg {
    background: none !important;
    background-image: none !important;
  }
}
body.landing .mw-750 {
  max-width: 750px;
  margin: 0 auto;
}
body.landing .hide-main-title h2 {
  display: none;
}
body.landing .gv-font {
  font-family: "Great Vibes" !important;
}
body.landing .align-right {
  text-align: right;
}
body.landing .demo-hover a {
  position: relative;
}
body.landing .demo-hover a:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f5f3f0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
body.landing .demo-hover a:after {
  content: "\f39c";
  font-family: Ionicons;
  font-size: 20px;
  position: absolute;
  top: 60%;
  left: 50%;
  z-index: 8;
  color: #fff;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 24px;
  text-align: center;
  background-color: #5fbd74;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
body.landing .demo-hover:hover a:before {
  opacity: 0.8;
  visibility: visible;
}
body.landing .demo-hover:hover a:after {
  top: 50%;
  opacity: 1;
  visibility: visible;
}
body.landing .demo-hover.demo-new {
  position: relative;
}
body.landing .demo-hover.demo-new:before {
  content: "New";
  position: absolute;
  top: 30px;
  right: 30px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 50%;
  color: #fff;
  background: #fe5b34;
  background: linear-gradient(90deg, #fe5b34 0%, #fe378c 100%, #fe378c 100%);
  font-size: 24px;
  font-weight: 900;
  z-index: 3;
}
body.landing .demo-coming a {
  position: relative;
}
body.landing .demo-coming a:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f5f3f0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
  opacity: 0.8;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
body.landing .demo-coming a:after {
  content: "Coming soon";
  font-size: 16px;
  font-weight: 700;
  color: #5fbd74;
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  background-color: #fff;
  z-index: 8;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  display: block;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.landing #welcome,
body.landing #responsive {
  background-position: center bottom !important;
  background-repeat: no-repeat !important;
}
body.landing .hdjtgrwppz,
body.landing .copyright {
  display: none;
}
[class*="hint--"]:after {
  text-shadow: none !important;
}
.mini-cart-wrap {
  text-align: left;
}
.mini-cart-wrap .mini-cart {
  display: inline-block;
  cursor: pointer;
}
.mini-cart-wrap .mini-cart .mini-cart-text {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  color: #5e5a54;
}
.mini-cart-wrap .mini-cart .mini-cart-text .mini-cart-total {
  display: block;
  font-weight: 700;
  font-size: 16px;
  color: #392a25;
}
.mini-cart-wrap .widget_shopping_cart_content {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 99999;
  visibility: hidden;
  overflow: auto;
  padding: 0;
  width: 370px;
  text-align: left;
  font-size: 15px;
  background-color: #fff;
  opacity: 0;
  -moz-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.mini-cart-wrap .widget_shopping_cart_content .cart_list {
  padding: 30px;
  margin: 0;
  max-height: 373px;
  overflow: auto;
  border-bottom: 1px solid #f1eeea;
}
.mini-cart-wrap .widget_shopping_cart_content .cart_list li {
  padding: 20px 0;
  border-bottom: 1px solid #f1eeea;
  display: inline-block;
  width: 100%;
}
.mini-cart-wrap .widget_shopping_cart_content .cart_list li:first-child {
  padding-top: 0;
}
.mini-cart-wrap .widget_shopping_cart_content .cart_list li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.mini-cart-wrap .widget_shopping_cart_content .cart_list li:before,
.mini-cart-wrap .widget_shopping_cart_content .cart_list li:after {
  display: none !important;
}
.mini-cart-wrap .widget_shopping_cart_content .cart_list li img {
  float: left;
  margin: 0 20px 0 0;
  width: 80px;
  height: 80px;
  border: 2px solid #f1eeea;
}
.mini-cart-wrap .widget_shopping_cart_content .cart_list li .quantity {
  display: block;
  max-width: none;
  border: none;
  color: #5fbd74;
  padding: 0;
  margin-top: 10px;
}
.mini-cart-wrap .widget_shopping_cart_content .cart_list li .quantity span {
  float: none;
}
.mini-cart-wrap .widget_shopping_cart_content .cart_list li a {
  font-weight: 700;
  display: block;
}
.mini-cart-wrap .widget_shopping_cart_content .cart_list li .remove {
  position: relative;
  float: right;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  border-radius: 0;
  color: #5e5a54 !important;
  font-weight: 400;
}
.mini-cart-wrap .widget_shopping_cart_content .cart_list li .remove:hover {
  background: none;
  color: red !important;
}
.mini-cart-wrap .widget_shopping_cart_content .cart_list li.empty {
  color: #222;
  font-weight: 400;
}
.mini-cart-wrap .widget_shopping_cart_content .total {
  margin: 0;
  padding: 30px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  border-bottom: 1px solid #f1eeea;
  position: relative;
}
.mini-cart-wrap .widget_shopping_cart_content .total .amount {
  position: absolute;
  right: 30px;
  top: 25px;
  color: #5fbd74;
  font-size: 24px;
}
.mini-cart-wrap .widget_shopping_cart_content .buttons {
  margin: 0;
  padding: 30px;
  text-align: center;
}
.mini-cart-wrap .widget_shopping_cart_content .buttons a {
  margin: 0 5px;
  height: 40px;
  line-height: 36px;
  border: 2px solid #5fbd74;
  padding: 0 20px;
  background: #5fbd74;
  color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  letter-spacing: 0.05em;
}
.mini-cart-wrap .widget_shopping_cart_content .buttons a.checkout {
  background: none;
  color: #5fbd74;
  border-color: #5fbd74;
}
.mini-cart-wrap .widget_shopping_cart_content .buttons a:hover {
  background-color: #5fbd74;
  color: #fff !important;
}
.mini-cart-wrap .widget_shopping_cart_content .wc-forward {
  display: inline-block;
  margin: 15px 0;
  padding: 15px 20px;
  text-transform: uppercase;
  line-height: 1;
  background-color: #ebe9eb;
  font-size: 14px;
  color: #000;
  font-weight: 700;
}
.mini-cart-wrap .widget_shopping_cart_content .wc-forward:hover {
  background-color: #dad8da;
}
.mini-cart-wrap
  .widget_shopping_cart_content
  .product_list_widget
  li.mini_cart_item
  dl.variation {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
}
.mini-cart-wrap
  .widget_shopping_cart_content
  .product_list_widget
  li.mini_cart_item
  dl.variation:before,
.mini-cart-wrap
  .widget_shopping_cart_content
  .product_list_widget
  li.mini_cart_item
  dl.variation:after {
  display: none;
}
.mini-cart-wrap
  .widget_shopping_cart_content
  .product_list_widget
  li.mini_cart_item
  dl.variation
  dt {
  padding: 0;
  text-transform: capitalize;
  display: inline-block;
  font-weight: 400;
}
.mini-cart-wrap
  .widget_shopping_cart_content
  .product_list_widget
  li.mini_cart_item
  dl.variation
  dd {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.mini-cart-wrap
  .widget_shopping_cart_content
  .product_list_widget
  li.mini_cart_item
  dl.variation
  dd
  p {
  margin: 0;
}
.mini-cart-wrap
  .widget_shopping_cart_content
  .product_list_widget
  li.mini_cart_item
  .quantity {
  height: auto;
  display: block;
}
.mini-cart-wrap
  .widget_shopping_cart_content
  p.woocommerce-mini-cart__empty-message {
  text-align: center;
}
.mini-cart-wrap.open .widget_shopping_cart_content {
  visibility: visible;
  opacity: 1;
}
#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
  padding-bottom: 0;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  margin-bottom: 0;
}
body.woocommerce-page .hhviizleagfrpeg article {
  margin-bottom: 0;
}
body.woocommerce-page .hhviizleagfrpeg .losdiglhfivd .entry-content {
  margin-bottom: 0;
}
body.woocommerce
  .sidebar
  .widget.widget_product_search
  .woocommerce-product-search,
.insight-woo
  .sidebar
  .widget.widget_product_search
  .woocommerce-product-search {
  position: relative;
}
body.woocommerce
  .sidebar
  .widget.widget_product_search
  .woocommerce-product-search
  input[type="search"],
.insight-woo
  .sidebar
  .widget.widget_product_search
  .woocommerce-product-search
  input[type="search"] {
  width: 100%;
  height: 40px;
  line-height: 38px;
  border: 1px solid #f1eeea;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  outline: none;
  padding: 0 15px;
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  box-sizing: border-box;
}
body.woocommerce
  .sidebar
  .widget.widget_product_search
  .woocommerce-product-search
  input[type="search"]:focus,
.insight-woo
  .sidebar
  .widget.widget_product_search
  .woocommerce-product-search
  input[type="search"]:focus {
  border-color: #5fbd74;
}
body.woocommerce
  .sidebar
  .widget.widget_product_search
  .woocommerce-product-search
  button[type="submit"],
body.woocommerce
  .sidebar
  .widget.widget_product_search
  .woocommerce-product-search
  input[type="submit"],
.insight-woo
  .sidebar
  .widget.widget_product_search
  .woocommerce-product-search
  button[type="submit"],
.insight-woo
  .sidebar
  .widget.widget_product_search
  .woocommerce-product-search
  input[type="submit"] {
  position: absolute;
  height: 40px;
  width: 40px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFMkY0MjFCMjU1NjAxMUU2ODI5N0Q5NzgxMkM0RkYzRSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFMkY0MjFCMzU1NjAxMUU2ODI5N0Q5NzgxMkM0RkYzRSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkUyRjQyMUIwNTU2MDExRTY4Mjk3RDk3ODEyQzRGRjNFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkUyRjQyMUIxNTU2MDExRTY4Mjk3RDk3ODEyQzRGRjNFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+CwlOKQAAAUpJREFUeNrsmN9twjAQxn0VC2QFd4QyQhihK9BnUBHeoLaoynMzQjsCGSGswAqMYL5zjRCCNmogHA930umsOIafvvsTCMUYzT3bg7lzU0AFVEAFVEAFVEBZG1xyePnunxDmJprndIHg0QTEMHl1W1EFATcGTIPlejJzxI71I+AsYoN9ew1A6vJ7kJXDsYbIjKBUfbK/8B6gJfaGUgrOAVedg2ODmg6hSCoLAZbw75Z7apRAeXNAqFIgvQWWbU2wQZqLmwNyd9IPXNuXWyi4EUlx5PSZPFr+LoO1CCAaJCCMke7ylzLwuVkqkTGTIVjBL7hD2kO+xrPPp8FN6TYe2E4E8OhJckg312aVO5zhLT4+TGfdIamvP+5ZzVVqlguUpD7fLOCJYpHqPeQLIP9fkwzYp38s3iz8s+t50nczCqiACqiACqiAorYTYAC8LOYIsg7imAAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-color: transparent;
  box-shadow: none;
  font-size: 0;
  border: none;
  line-height: 40px;
  padding: 0;
  margin: 0;
  top: 0;
  right: 0;
}
body.woocommerce
  .sidebar
  .widget.widget_product_categories
  .product-categories
  li,
.insight-woo .sidebar .widget.widget_product_categories .product-categories li {
  padding: 0;
  position: relative;
  width: 100%;
  border-bottom: none;
}
body.woocommerce
  .sidebar
  .widget.widget_product_categories
  .product-categories
  li
  a,
.insight-woo
  .sidebar
  .widget.widget_product_categories
  .product-categories
  li
  a {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 98;
  padding: 10px 0;
}
body.woocommerce
  .sidebar
  .widget.widget_product_categories
  .product-categories
  li
  a:after,
.insight-woo
  .sidebar
  .widget.widget_product_categories
  .product-categories
  li
  a:after {
  content: "";
  display: inline-block;
  height: 0.5em;
  vertical-align: bottom;
  width: 100%;
  margin-right: -100%;
  margin-left: 10px;
  border-top: 1px solid #f1eeea;
  z-index: 98;
}
body.woocommerce
  .sidebar
  .widget.widget_product_categories
  .product-categories
  li
  span,
.insight-woo
  .sidebar
  .widget.widget_product_categories
  .product-categories
  li
  span {
  position: absolute;
  right: 0;
  top: 10px;
  height: 22px;
  min-width: 30px;
  background-color: #fff;
  z-index: 99;
  display: block;
  text-align: right;
  color: #696969;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
body.woocommerce
  .sidebar
  .widget.widget_product_categories
  .product-categories
  li:last-child,
.insight-woo
  .sidebar
  .widget.widget_product_categories
  .product-categories
  li:last-child {
  margin-bottom: 0;
}
body.woocommerce
  .sidebar
  .widget.widget_product_categories
  .product-categories
  li.current-cat,
.insight-woo
  .sidebar
  .widget.widget_product_categories
  .product-categories
  li.current-cat {
  font-weight: 700;
}
body.woocommerce
  .sidebar
  .widget.widget_product_categories
  .product-categories
  li.current-cat
  a,
.insight-woo
  .sidebar
  .widget.widget_product_categories
  .product-categories
  li.current-cat
  a {
  color: #5fbd74;
}
body.woocommerce
  .sidebar
  .widget.widget_product_categories
  .product-categories
  li:hover
  > span,
.insight-woo
  .sidebar
  .widget.widget_product_categories
  .product-categories
  li:hover
  > span {
  color: #5fbd74;
}
body.woocommerce
  .sidebar
  .widget.widget_product_categories
  .product-categories
  li
  .children,
.insight-woo
  .sidebar
  .widget.widget_product_categories
  .product-categories
  li
  .children {
  padding-left: 15px;
}
body.woocommerce
  .sidebar
  .widget.widget_price_filter
  .price_slider_wrapper
  .ui-widget-content,
.insight-woo
  .sidebar
  .widget.widget_price_filter
  .price_slider_wrapper
  .ui-widget-content {
  background: #f1eeea;
  height: 4px;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
body.woocommerce
  .sidebar
  .widget.widget_price_filter
  .ui-slider
  .ui-slider-range,
.insight-woo .sidebar .widget.widget_price_filter .ui-slider .ui-slider-range {
  background: #5fbd74;
}
body.woocommerce
  .sidebar
  .widget.widget_price_filter
  .ui-slider
  .ui-slider-handle,
.insight-woo .sidebar .widget.widget_price_filter .ui-slider .ui-slider-handle {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #5fbd74;
}
body.woocommerce .sidebar .widget.widget_price_filter .price_slider_amount,
.insight-woo .sidebar .widget.widget_price_filter .price_slider_amount {
  margin-top: 30px;
}
body.woocommerce
  .sidebar
  .widget.widget_price_filter
  .price_slider_amount
  button,
.insight-woo .sidebar .widget.widget_price_filter .price_slider_amount button {
  outline: none;
  background: #f1eeea;
  color: #5e5a54;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1;
  padding: 10px 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
body.woocommerce
  .sidebar
  .widget.widget_price_filter
  .price_slider_amount
  button:hover,
.insight-woo
  .sidebar
  .widget.widget_price_filter
  .price_slider_amount
  button:hover {
  background: #5fbd74;
  color: #fff;
}
body.woocommerce .sidebar .widget.widget_products li,
.insight-woo .sidebar .widget.widget_products li {
  border-bottom: none;
}
body.woocommerce .sidebar .widget.widget_products li:last-child,
.insight-woo .sidebar .widget.widget_products li:last-child {
  padding-bottom: 0;
}
body.woocommerce .sidebar .widget.widget_products li a,
.insight-woo .sidebar .widget.widget_products li a {
  display: block;
}
body.woocommerce .sidebar .widget.widget_products li a img,
.insight-woo .sidebar .widget.widget_products li a img {
  width: 80px;
  height: 80px;
  border: 2px solid #f1eeea;
  float: left;
  margin: 0 20px 0 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
body.woocommerce .sidebar .widget.widget_products li .star-rating,
.insight-woo .sidebar .widget.widget_products li .star-rating {
  font-size: 16px !important;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 83px;
  margin-right: -3px;
}
body.woocommerce .sidebar .widget.widget_products li .star-rating:before,
.insight-woo .sidebar .widget.widget_products li .star-rating:before {
  content: "\f3ae \f3ae \f3ae \f3ae \f3ae";
  font-family: Ionicons;
  letter-spacing: 3px;
  padding: 0 3px;
  color: #d3ced2;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
body.woocommerce .sidebar .widget.widget_products li .star-rating span,
.insight-woo .sidebar .widget.widget_products li .star-rating span {
  color: #f5cc26;
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
body.woocommerce .sidebar .widget.widget_products li .star-rating span:before,
.insight-woo .sidebar .widget.widget_products li .star-rating span:before {
  content: "\f2fc \f2fc \f2fc \f2fc \f2fc";
  font-family: Ionicons;
  letter-spacing: 3px;
  padding: 0 3px;
  top: 0;
  position: absolute;
  left: 0;
}
body.woocommerce .sidebar .widget.widget_products li .amount,
.insight-woo .sidebar .widget.widget_products li .amount {
  color: #5fbd74;
}
body.woocommerce .sidebar .widget.widget_products li ins,
.insight-woo .sidebar .widget.widget_products li ins {
  background: none;
}
body.woocommerce .sidebar .widget.widget_products li del,
.insight-woo .sidebar .widget.widget_products li del {
  color: #cbcac8;
}
body.woocommerce .sidebar .widget.widget_products li del .amount,
.insight-woo .sidebar .widget.widget_products li del .amount {
  color: #cbcac8;
}
body.woocommerce .sidebar .widget.widget_products li:hover img,
.insight-woo .sidebar .widget.widget_products li:hover img {
  border-color: #5fbd74;
}
body.woocommerce .sidebar .widget.widget_product_tag_cloud a,
.insight-woo .sidebar .widget.widget_product_tag_cloud a {
  padding: 8px 15px;
  background: #fbfaf9;
  border: 1px solid #efefef;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 15px !important;
  display: inline-block;
  color: #8e8b87;
  margin-right: 5px;
  margin-bottom: 7px;
  line-height: 1;
}
body.woocommerce .sidebar .widget.widget_product_tag_cloud a:hover,
.insight-woo .sidebar .widget.widget_product_tag_cloud a:hover {
  background: none;
  color: #5fbd74;
  border-color: #5fbd74;
}
body.woocommerce .term-description,
.insight-woo .term-description {
  margin-bottom: 50px;
}
body.woocommerce .term-description p,
.insight-woo .term-description p {
  margin: 0;
}
body.woocommerce .woocommerce-pagination,
.insight-woo .woocommerce-pagination {
  margin-top: 60px;
}
body.woocommerce .woocommerce-pagination .page-numbers,
.insight-woo .woocommerce-pagination .page-numbers {
  margin: 0;
  border: none;
}
body.woocommerce .woocommerce-pagination .page-numbers li,
.insight-woo .woocommerce-pagination .page-numbers li {
  border: none;
}
body.woocommerce .woocommerce-pagination .page-numbers li span,
body.woocommerce .woocommerce-pagination .page-numbers li a,
.insight-woo .woocommerce-pagination .page-numbers li span,
.insight-woo .woocommerce-pagination .page-numbers li a {
  padding: 0 15px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #f1eeea;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin: 0 5px;
  font-weight: 700;
  display: inline-block;
}
body.woocommerce .woocommerce-pagination .page-numbers li span.current,
body.woocommerce .woocommerce-pagination .page-numbers li span:hover,
body.woocommerce .woocommerce-pagination .page-numbers li a.current,
body.woocommerce .woocommerce-pagination .page-numbers li a:hover,
.insight-woo .woocommerce-pagination .page-numbers li span.current,
.insight-woo .woocommerce-pagination .page-numbers li span:hover,
.insight-woo .woocommerce-pagination .page-numbers li a.current,
.insight-woo .woocommerce-pagination .page-numbers li a:hover {
  background: #5fbd74;
  color: #fff;
  border-color: #5fbd74;
}
body.woocommerce .shop-filter,
.insight-woo .shop-filter {
  margin-bottom: 50px;
  align-items: center;
}
body.woocommerce .shop-filter .woocommerce-result-count,
.insight-woo .shop-filter .woocommerce-result-count {
  margin: 0;
}
body.woocommerce .shop-filter form.woocommerce-ordering,
.insight-woo .shop-filter form.woocommerce-ordering {
  margin: 0;
  padding: 0;
  float: right;
  display: inline-block;
}
body.woocommerce .shop-filter form.woocommerce-ordering select,
.insight-woo .shop-filter form.woocommerce-ordering select {
  height: 40px;
  line-height: 40px;
  padding: 0 25px 0 15px;
  background-color: transparent;
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAFCAYAAACXU8ZrAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyppVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDOTFGN0FGMzVBREIxMUU2ODkyQzk2NDhEODlCMDI3RiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDOTFGN0FGNDVBREIxMUU2ODkyQzk2NDhEODlCMDI3RiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkM5MUY3QUYxNUFEQjExRTY4OTJDOTY0OEQ4OUIwMjdGIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkM5MUY3QUYyNUFEQjExRTY4OTJDOTY0OEQ4OUIwMjdGIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+szqgrQAAAEdJREFUeNpi7Otub2DAD54xAYnVeBR8B8kzFZZUXAUyNuNQsBgo/x5kEgOQcRZI7UFTBFLwDMRggokABY4gKVwEUwACAAEGADURF7aNEuOVAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: right 15px top 50%;
}
body.woocommerce .shop-filter .switch-view,
.insight-woo .shop-filter .switch-view {
  display: inline-block;
  float: right;
  margin-left: 5px;
}
body.woocommerce .shop-filter .switch-view .switcher,
.insight-woo .shop-filter .switch-view .switcher {
  width: 40px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #f1eeea;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  color: #5e5a54;
  cursor: pointer;
  margin-left: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
body.woocommerce .shop-filter .switch-view .switcher:hover,
body.woocommerce .shop-filter .switch-view .switcher.active,
.insight-woo .shop-filter .switch-view .switcher:hover,
.insight-woo .shop-filter .switch-view .switcher.active {
  color: #fff;
  background-color: #5fbd74;
  border-color: #5fbd74;
}
body.woocommerce .shop-filter .shop-filter-right,
.insight-woo .shop-filter .shop-filter-right {
  text-align: right;
}
body.woocommerce .cats,
.insight-woo .cats {
  margin-bottom: 30px;
  outline: none;
}
body.woocommerce .cats .slick-list,
.insight-woo .cats .slick-list {
  width: 100%;
}
body.woocommerce .cats .product-category,
.insight-woo .cats .product-category {
  margin-bottom: 30px;
  outline: none;
}
body.woocommerce .cats .cat-wrap,
.insight-woo .cats .cat-wrap {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  min-height: 260px;
  position: relative;
  background-color: #bed4a0;
  outline: none;
}
body.woocommerce .cats .cat-wrap:before,
.insight-woo .cats .cat-wrap:before {
  width: 800px;
  height: 800px;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  margin-left: -400px;
  bottom: 85px;
  content: "";
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 96;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
body.woocommerce .cats .cat-wrap:hover:before,
.insight-woo .cats .cat-wrap:hover:before {
  left: 60%;
}
body.woocommerce .cats .cat-wrap:hover a,
.insight-woo .cats .cat-wrap:hover a {
  bottom: 10px;
}
body.woocommerce .cats .cat-wrap a,
.insight-woo .cats .cat-wrap a {
  display: inline-block;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  z-index: 97;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
body.woocommerce .cats .cat-wrap a img,
.insight-woo .cats .cat-wrap a img {
  width: auto;
  max-height: 150px;
  height: auto;
  margin: 0 auto;
}
body.woocommerce .cats .cat-wrap a h3,
body.woocommerce .cats .cat-wrap a .woocommerce-loop-category__title,
.insight-woo .cats .cat-wrap a h3,
.insight-woo .cats .cat-wrap a .woocommerce-loop-category__title {
  padding: 20px 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  color: #fff;
  text-align: center;
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
body.woocommerce .cats .cat-wrap a h3 .count,
body.woocommerce .cats .cat-wrap a .woocommerce-loop-category__title .count,
.insight-woo .cats .cat-wrap a h3 .count,
.insight-woo .cats .cat-wrap a .woocommerce-loop-category__title .count {
  background: none;
  color: inherit;
}
body.woocommerce .cats .slick-dots,
.insight-woo .cats .slick-dots {
  position: relative;
  bottom: 0;
  margin-bottom: 0 !important;
  margin-top: -20px !important;
}
body.woocommerce .cats .slick-dots li,
.insight-woo .cats .slick-dots li {
  margin: 0;
}
body.woocommerce .woocommerce-message,
.insight-woo .woocommerce-message {
  border-top-color: #5fbd74;
}
body.woocommerce .woocommerce-message:before,
.insight-woo .woocommerce-message:before {
  color: #5fbd74;
}
body.woocommerce .woocommerce-message .button,
.insight-woo .woocommerce-message .button {
  text-transform: uppercase;
  font-size: 14px;
  color: #fff !important;
  background-color: #5fbd74 !important;
}
body.woocommerce .woocommerce-message .button:hover,
.insight-woo .woocommerce-message .button:hover {
  opacity: 0.8;
}
body.woocommerce .products .product-category .cat-wrap,
.insight-woo .products .product-category .cat-wrap,
body.woocommerce-page .products .product-category .cat-wrap {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  min-height: 260px;
  position: relative;
  background-color: #bed4a0;
  outline: none;
}
body.woocommerce .products .product-category .cat-wrap:before,
.insight-woo .products .product-category .cat-wrap:before,
body.woocommerce-page .products .product-category .cat-wrap:before {
  width: 800px;
  height: 800px;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  margin-left: -400px;
  bottom: 85px;
  content: "";
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 96;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
body.woocommerce .products .product-category .cat-wrap:hover:before,
.insight-woo .products .product-category .cat-wrap:hover:before,
body.woocommerce-page .products .product-category .cat-wrap:hover:before {
  left: 60%;
}
body.woocommerce .products .product-category .cat-wrap:hover a,
.insight-woo .products .product-category .cat-wrap:hover a,
body.woocommerce-page .products .product-category .cat-wrap:hover a {
  bottom: 10px;
}
body.woocommerce .products .product-category .cat-wrap a,
.insight-woo .products .product-category .cat-wrap a,
body.woocommerce-page .products .product-category .cat-wrap a {
  display: inline-block;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  z-index: 97;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
body.woocommerce .products .product-category .cat-wrap a img,
.insight-woo .products .product-category .cat-wrap a img,
body.woocommerce-page .products .product-category .cat-wrap a img {
  width: auto;
  max-height: 150px;
  height: auto;
  margin: 0 auto;
}
body.woocommerce .products .product-category .cat-wrap a h3,
body.woocommerce
  .products
  .product-category
  .cat-wrap
  a
  .woocommerce-loop-category__title,
.insight-woo .products .product-category .cat-wrap a h3,
.insight-woo
  .products
  .product-category
  .cat-wrap
  a
  .woocommerce-loop-category__title,
body.woocommerce-page .products .product-category .cat-wrap a h3,
body.woocommerce-page
  .products
  .product-category
  .cat-wrap
  a
  .woocommerce-loop-category__title {
  padding: 20px 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  color: #fff;
  text-align: center;
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
body.woocommerce .products .product-category .cat-wrap a h3 .count,
body.woocommerce
  .products
  .product-category
  .cat-wrap
  a
  .woocommerce-loop-category__title
  .count,
.insight-woo .products .product-category .cat-wrap a h3 .count,
.insight-woo
  .products
  .product-category
  .cat-wrap
  a
  .woocommerce-loop-category__title
  .count,
body.woocommerce-page .products .product-category .cat-wrap a h3 .count,
body.woocommerce-page
  .products
  .product-category
  .cat-wrap
  a
  .woocommerce-loop-category__title
  .count {
  background: none;
  color: inherit;
}
body.woocommerce .products .product,
.insight-woo .products .product,
body.woocommerce-page .products .product {
  text-align: center;
  margin-bottom: 30px;
  outline: none;
}
body.woocommerce .products .product .product-thumb,
.insight-woo .products .product .product-thumb,
body.woocommerce-page .products .product .product-thumb {
  border: 3px solid #f1eeea;
  padding: 0;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
body.woocommerce .products .product .product-thumb a,
.insight-woo .products .product .product-thumb a,
body.woocommerce-page .products .product .product-thumb a {
  display: block;
  overflow: hidden;
}
body.woocommerce .products .product .product-thumb img,
.insight-woo .products .product .product-thumb img,
body.woocommerce-page .products .product .product-thumb img {
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
body.woocommerce .products .product .product-thumb .outofstock,
.insight-woo .products .product .product-thumb .outofstock,
body.woocommerce-page .products .product .product-thumb .outofstock {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -60px;
  margin-left: -60px;
  width: 120px;
  height: 120px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  z-index: 99;
  text-transform: uppercase;
  background: rgba(57, 42, 37, 0.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
body.woocommerce .products .product .product-thumb .outofstock span,
.insight-woo .products .product .product-thumb .outofstock span,
body.woocommerce-page .products .product .product-thumb .outofstock span {
  font-size: 24px;
  font-weight: 900;
  display: block;
  margin-top: 30px;
}
body.woocommerce .products .product .product-thumb .badges,
.insight-woo .products .product .product-thumb .badges,
body.woocommerce-page .products .product .product-thumb .badges {
  position: absolute;
  width: 48px;
  right: 12px;
  top: 12px;
}
body.woocommerce .products .product .product-thumb .badges .hot,
body.woocommerce .products .product .product-thumb .badges .onsale,
body.woocommerce .products .product .product-thumb .badges .new,
.insight-woo .products .product .product-thumb .badges .hot,
.insight-woo .products .product .product-thumb .badges .onsale,
.insight-woo .products .product .product-thumb .badges .new,
body.woocommerce-page .products .product .product-thumb .badges .hot,
body.woocommerce-page .products .product .product-thumb .badges .onsale,
body.woocommerce-page .products .product .product-thumb .badges .new {
  position: relative;
  display: block;
  border-radius: 50%;
  text-transform: uppercase;
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  padding: 0;
  font-weight: 700;
  margin: 0;
  color: #fff;
  font-size: 12px;
  left: 0;
  top: 0;
  right: auto;
  margin-bottom: -10px;
}
body.woocommerce .products .product .product-thumb .badges .hot,
.insight-woo .products .product .product-thumb .badges .hot,
body.woocommerce-page .products .product .product-thumb .badges .hot {
  background: #f76b6a;
  z-index: 98;
}
body.woocommerce .products .product .product-thumb .badges .onsale,
.insight-woo .products .product .product-thumb .badges .onsale,
body.woocommerce-page .products .product .product-thumb .badges .onsale {
  background: #f7aa77;
  z-index: 97;
}
body.woocommerce .products .product .product-thumb .badges .new,
.insight-woo .products .product .product-thumb .badges .new,
body.woocommerce-page .products .product .product-thumb .badges .new {
  background: #b9d9e9;
  z-index: 96;
}
body.woocommerce .products .product .product-thumb .product-action,
.insight-woo .products .product .product-thumb .product-action,
body.woocommerce-page .products .product .product-thumb .product-action {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  background: #5fbd74;
  color: #fff;
  padding: 15px 0;
  height: 50px;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
body.woocommerce .products .product .product-thumb .product-action > div,
body.woocommerce .products .product .product-thumb .product-action > span,
.insight-woo .products .product .product-thumb .product-action > div,
.insight-woo .products .product .product-thumb .product-action > span,
body.woocommerce-page .products .product .product-thumb .product-action > div,
body.woocommerce-page .products .product .product-thumb .product-action > span {
  margin: 0;
  padding: 0 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
body.woocommerce
  .products
  .product
  .product-thumb
  .product-action
  > div:last-child,
body.woocommerce
  .products
  .product
  .product-thumb
  .product-action
  > span:last-child,
.insight-woo .products .product .product-thumb .product-action > div:last-child,
.insight-woo
  .products
  .product
  .product-thumb
  .product-action
  > span:last-child,
body.woocommerce-page
  .products
  .product
  .product-thumb
  .product-action
  > div:last-child,
body.woocommerce-page
  .products
  .product
  .product-thumb
  .product-action
  > span:last-child {
  border-right: none;
}
body.woocommerce .products .product .product-thumb .product-action a,
.insight-woo .products .product .product-thumb .product-action a,
body.woocommerce-page .products .product .product-thumb .product-action a {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  display: inline-block;
  overflow: hidden;
  background: none;
  padding: 0;
  font-size: 0;
  color: #fff;
  opacity: 1;
}
body.woocommerce
  .products
  .product
  .product-thumb
  .product-action
  .add-to-cart-btn,
.insight-woo .products .product .product-thumb .product-action .add-to-cart-btn,
body.woocommerce-page
  .products
  .product
  .product-thumb
  .product-action
  .add-to-cart-btn {
  height: 20px;
}
body.woocommerce
  .products
  .product
  .product-thumb
  .product-action
  .add-to-cart-btn
  .add_to_cart_button:before,
.insight-woo
  .products
  .product
  .product-thumb
  .product-action
  .add-to-cart-btn
  .add_to_cart_button:before,
body.woocommerce-page
  .products
  .product
  .product-thumb
  .product-action
  .add-to-cart-btn
  .add_to_cart_button:before {
  content: "\f110" !important;
  font-size: 20px;
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.woocommerce
  .products
  .product
  .product-thumb
  .product-action
  .add-to-cart-btn
  .add_to_cart_button.loading:before,
.insight-woo
  .products
  .product
  .product-thumb
  .product-action
  .add-to-cart-btn
  .add_to_cart_button.loading:before,
body.woocommerce-page
  .products
  .product
  .product-thumb
  .product-action
  .add-to-cart-btn
  .add_to_cart_button.loading:before {
  content: "\e922" !important;
  font-family: "organik" !important;
  animation: spinner 1s linear infinite !important;
  -webkit-animation: spinner 1s linear infinite !important;
}
body.woocommerce
  .products
  .product
  .product-thumb
  .product-action
  .add-to-cart-btn
  .add_to_cart_button.added:before,
.insight-woo
  .products
  .product
  .product-thumb
  .product-action
  .add-to-cart-btn
  .add_to_cart_button.added:before,
body.woocommerce-page
  .products
  .product
  .product-thumb
  .product-action
  .add-to-cart-btn
  .add_to_cart_button.added:before {
  content: "\f3ff" !important;
  font-family: Ionicons !important;
}
body.woocommerce
  .products
  .product
  .product-thumb
  .product-action
  .add-to-cart-btn
  .add_to_cart_button.product_type_variable:before,
.insight-woo
  .products
  .product
  .product-thumb
  .product-action
  .add-to-cart-btn
  .add_to_cart_button.product_type_variable:before,
body.woocommerce-page
  .products
  .product
  .product-thumb
  .product-action
  .add-to-cart-btn
  .add_to_cart_button.product_type_variable:before {
  content: "\f39d" !important;
  font-family: Ionicons !important;
}
body.woocommerce
  .products
  .product
  .product-thumb
  .product-action
  .add-to-cart-btn
  .product_type_simple:before,
.insight-woo
  .products
  .product
  .product-thumb
  .product-action
  .add-to-cart-btn
  .product_type_simple:before,
body.woocommerce-page
  .products
  .product
  .product-thumb
  .product-action
  .add-to-cart-btn
  .product_type_simple:before {
  content: "\f39c";
  font-size: 20px;
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.woocommerce
  .products
  .product
  .product-thumb
  .product-action
  .add-to-cart-btn
  .added_to_cart,
.insight-woo
  .products
  .product
  .product-thumb
  .product-action
  .add-to-cart-btn
  .added_to_cart,
body.woocommerce-page
  .products
  .product
  .product-thumb
  .product-action
  .add-to-cart-btn
  .added_to_cart {
  display: none;
}
body.woocommerce
  .products
  .product
  .product-thumb
  .product-action
  .wishlist-btn,
.insight-woo .products .product .product-thumb .product-action .wishlist-btn,
body.woocommerce-page
  .products
  .product
  .product-thumb
  .product-action
  .wishlist-btn {
  display: inline-block;
  position: relative;
  margin-top: 0;
  font-weight: 400;
  height: 20px;
}
body.woocommerce
  .products
  .product
  .product-thumb
  .product-action
  .wishlist-btn
  .woosw-btn,
.insight-woo
  .products
  .product
  .product-thumb
  .product-action
  .wishlist-btn
  .woosw-btn,
body.woocommerce-page
  .products
  .product
  .product-thumb
  .product-action
  .wishlist-btn
  .woosw-btn {
  width: 20px;
  height: 20px;
  text-transform: uppercase;
  font-size: 0;
  text-align: center;
  line-height: 20px;
  border: none;
  border-radius: 0;
  color: #fff;
  display: block;
}
body.woocommerce
  .products
  .product
  .product-thumb
  .product-action
  .wishlist-btn
  .woosw-btn:before,
.insight-woo
  .products
  .product
  .product-thumb
  .product-action
  .wishlist-btn
  .woosw-btn:before,
body.woocommerce-page
  .products
  .product
  .product-thumb
  .product-action
  .wishlist-btn
  .woosw-btn:before {
  margin: 0;
  content: "\f387";
  font-family: Ionicons;
  font-size: 20px;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.woocommerce
  .products
  .product
  .product-thumb
  .product-action
  .wishlist-btn
  .woosw-btn.woosw-adding:before,
.insight-woo
  .products
  .product
  .product-thumb
  .product-action
  .wishlist-btn
  .woosw-btn.woosw-adding:before,
body.woocommerce-page
  .products
  .product
  .product-thumb
  .product-action
  .wishlist-btn
  .woosw-btn.woosw-adding:before {
  content: "\f459" !important;
  display: inline-block;
  -webkit-animation: spinner 1s linear infinite !important;
  animation: spinner 1s linear infinite !important;
}
body.woocommerce
  .products
  .product
  .product-thumb
  .product-action
  .wishlist-btn
  .woosw-btn.woosw-added:before,
.insight-woo
  .products
  .product
  .product-thumb
  .product-action
  .wishlist-btn
  .woosw-btn.woosw-added:before,
body.woocommerce-page
  .products
  .product
  .product-thumb
  .product-action
  .wishlist-btn
  .woosw-btn.woosw-added:before {
  content: "\f388";
}
body.woocommerce
  .products
  .product
  .product-thumb
  .product-action
  .quick-view-btn,
.insight-woo .products .product .product-thumb .product-action .quick-view-btn,
body.woocommerce-page
  .products
  .product
  .product-thumb
  .product-action
  .quick-view-btn {
  display: inline-block;
  position: relative;
  margin-top: 0;
  font-weight: 400;
  height: 20px;
}
body.woocommerce
  .products
  .product
  .product-thumb
  .product-action
  .quick-view-btn
  a:before,
.insight-woo
  .products
  .product
  .product-thumb
  .product-action
  .quick-view-btn
  a:before,
body.woocommerce-page
  .products
  .product
  .product-thumb
  .product-action
  .quick-view-btn
  a:before {
  content: "\f2f5";
  font-size: 20px;
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.woocommerce .products .product .product-thumb .product-action .compare-btn,
.insight-woo .products .product .product-thumb .product-action .compare-btn,
body.woocommerce-page
  .products
  .product
  .product-thumb
  .product-action
  .compare-btn {
  display: inline-block;
  vertical-align: top;
  height: 20px;
}
body.woocommerce
  .products
  .product
  .product-thumb
  .product-action
  .compare-btn
  a,
body.woocommerce
  .products
  .product
  .product-thumb
  .product-action
  .compare-btn
  .wooscp-btn,
.insight-woo .products .product .product-thumb .product-action .compare-btn a,
.insight-woo
  .products
  .product
  .product-thumb
  .product-action
  .compare-btn
  .wooscp-btn,
body.woocommerce-page
  .products
  .product
  .product-thumb
  .product-action
  .compare-btn
  a,
body.woocommerce-page
  .products
  .product
  .product-thumb
  .product-action
  .compare-btn
  .wooscp-btn {
  width: 20px;
  height: 20px;
  text-transform: uppercase;
  font-size: 0;
  text-align: center;
  line-height: 20px;
  border: none;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  padding: 0;
  margin: 0;
}
body.woocommerce
  .products
  .product
  .product-thumb
  .product-action
  .compare-btn
  a:before,
body.woocommerce
  .products
  .product
  .product-thumb
  .product-action
  .compare-btn
  .wooscp-btn:before,
.insight-woo
  .products
  .product
  .product-thumb
  .product-action
  .compare-btn
  a:before,
.insight-woo
  .products
  .product
  .product-thumb
  .product-action
  .compare-btn
  .wooscp-btn:before,
body.woocommerce-page
  .products
  .product
  .product-thumb
  .product-action
  .compare-btn
  a:before,
body.woocommerce-page
  .products
  .product
  .product-thumb
  .product-action
  .compare-btn
  .wooscp-btn:before {
  content: "\f4a8";
  font-family: Ionicons;
  font-size: 20px;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}
body.woocommerce
  .products
  .product
  .product-thumb
  .product-action
  .compare-btn
  a:hover,
body.woocommerce
  .products
  .product
  .product-thumb
  .product-action
  .compare-btn
  .wooscp-btn:hover,
.insight-woo
  .products
  .product
  .product-thumb
  .product-action
  .compare-btn
  a:hover,
.insight-woo
  .products
  .product
  .product-thumb
  .product-action
  .compare-btn
  .wooscp-btn:hover,
body.woocommerce-page
  .products
  .product
  .product-thumb
  .product-action
  .compare-btn
  a:hover,
body.woocommerce-page
  .products
  .product
  .product-thumb
  .product-action
  .compare-btn
  .wooscp-btn:hover {
  border-color: #5fbd74;
}
body.woocommerce
  .products
  .product
  .product-thumb
  .product-action
  .compare-btn
  a
  div,
body.woocommerce
  .products
  .product
  .product-thumb
  .product-action
  .compare-btn
  .wooscp-btn
  div,
.insight-woo
  .products
  .product
  .product-thumb
  .product-action
  .compare-btn
  a
  div,
.insight-woo
  .products
  .product
  .product-thumb
  .product-action
  .compare-btn
  .wooscp-btn
  div,
body.woocommerce-page
  .products
  .product
  .product-thumb
  .product-action
  .compare-btn
  a
  div,
body.woocommerce-page
  .products
  .product
  .product-thumb
  .product-action
  .compare-btn
  .wooscp-btn
  div {
  display: none !important;
}
body.woocommerce
  .products
  .product
  .product-thumb
  .product-action
  .compare-btn
  a.loading:before,
body.woocommerce
  .products
  .product
  .product-thumb
  .product-action
  .compare-btn
  .wooscp-btn.loading:before,
.insight-woo
  .products
  .product
  .product-thumb
  .product-action
  .compare-btn
  a.loading:before,
.insight-woo
  .products
  .product
  .product-thumb
  .product-action
  .compare-btn
  .wooscp-btn.loading:before,
body.woocommerce-page
  .products
  .product
  .product-thumb
  .product-action
  .compare-btn
  a.loading:before,
body.woocommerce-page
  .products
  .product
  .product-thumb
  .product-action
  .compare-btn
  .wooscp-btn.loading:before {
  content: "\e922";
  font-family: "organik";
  display: inline-block;
  animation: spinner 1s linear infinite !important;
  -webkit-animation: spinner 1s linear infinite !important;
}
body.woocommerce
  .products
  .product
  .product-thumb
  .product-action
  .compare-btn
  a.loading.added:before,
body.woocommerce
  .products
  .product
  .product-thumb
  .product-action
  .compare-btn
  .wooscp-btn.loading.added:before,
.insight-woo
  .products
  .product
  .product-thumb
  .product-action
  .compare-btn
  a.loading.added:before,
.insight-woo
  .products
  .product
  .product-thumb
  .product-action
  .compare-btn
  .wooscp-btn.loading.added:before,
body.woocommerce-page
  .products
  .product
  .product-thumb
  .product-action
  .compare-btn
  a.loading.added:before,
body.woocommerce-page
  .products
  .product
  .product-thumb
  .product-action
  .compare-btn
  .wooscp-btn.loading.added:before {
  animation: none !important;
  -webkit-animation: none !important;
  content: "\f4a8";
  font-family: Ionicons;
}
body.woocommerce .products .product .product-info h2,
body.woocommerce .products .product .product-info h3,
.insight-woo .products .product .product-info h2,
.insight-woo .products .product .product-info h3,
body.woocommerce-page .products .product .product-info h2,
body.woocommerce-page .products .product .product-info h3 {
  font-size: 18px;
  margin: 20px 0 10px 0;
}
body.woocommerce .products .product .product-info .price,
.insight-woo .products .product .product-info .price,
body.woocommerce-page .products .product .product-info .price {
  font-size: 16px;
  font-weight: 700;
}
body.woocommerce .products .product .product-info .price .amount,
.insight-woo .products .product .product-info .price .amount,
body.woocommerce-page .products .product .product-info .price .amount {
  color: #5fbd74;
}
body.woocommerce .products .product .product-info .price del,
.insight-woo .products .product .product-info .price del,
body.woocommerce-page .products .product .product-info .price del {
  color: #cbcac8;
  font-weight: 400;
}
body.woocommerce .products .product .product-info .price del .amount,
.insight-woo .products .product .product-info .price del .amount,
body.woocommerce-page .products .product .product-info .price del .amount {
  color: #cbcac8;
}
body.woocommerce .products .product .product-info .price ins,
.insight-woo .products .product .product-info .price ins,
body.woocommerce-page .products .product .product-info .price ins {
  background: none;
}
body.woocommerce .products .product .product-rate,
body.woocommerce .products .product .product-desc,
body.woocommerce .products .product .product-action-list,
.insight-woo .products .product .product-rate,
.insight-woo .products .product .product-desc,
.insight-woo .products .product .product-action-list,
body.woocommerce-page .products .product .product-rate,
body.woocommerce-page .products .product .product-desc,
body.woocommerce-page .products .product .product-action-list {
  display: none;
}
body.woocommerce .products .product:hover .product-thumb,
.insight-woo .products .product:hover .product-thumb,
body.woocommerce-page .products .product:hover .product-thumb {
  border-color: #5fbd74;
}
body.woocommerce .products .product:hover .product-thumb img,
.insight-woo .products .product:hover .product-thumb img,
body.woocommerce-page .products .product:hover .product-thumb img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
body.woocommerce .products .product:hover .product-thumb .product-action,
.insight-woo .products .product:hover .product-thumb .product-action,
body.woocommerce-page .products .product:hover .product-thumb .product-action {
  opacity: 1;
  visibility: visible;
}
body.woocommerce .products.list .product-rate,
body.woocommerce .products.list .product-desc,
body.woocommerce .products.list .product-action-list,
.insight-woo .products.list .product-rate,
.insight-woo .products.list .product-desc,
.insight-woo .products.list .product-action-list,
body.woocommerce-page .products.list .product-rate,
body.woocommerce-page .products.list .product-desc,
body.woocommerce-page .products.list .product-action-list {
  display: block;
}
body.woocommerce .products.list .product,
.insight-woo .products.list .product,
body.woocommerce-page .products.list .product {
  padding-bottom: 30px;
  border-bottom: 1px solid #f1eeea;
  position: relative;
  outline: none;
}
body.woocommerce .products.list .product .product-thumb .product-action,
.insight-woo .products.list .product .product-thumb .product-action,
body.woocommerce-page .products.list .product .product-thumb .product-action {
  display: none;
}
body.woocommerce .products.list .product .product-info,
.insight-woo .products.list .product .product-info,
body.woocommerce-page .products.list .product .product-info {
  text-align: left;
}
body.woocommerce .products.list .product .product-info h2,
body.woocommerce .products.list .product .product-info h3,
.insight-woo .products.list .product .product-info h2,
.insight-woo .products.list .product .product-info h3,
body.woocommerce-page .products.list .product .product-info h2,
body.woocommerce-page .products.list .product .product-info h3 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 0;
}
body.woocommerce .products.list .product .product-info .price,
.insight-woo .products.list .product .product-info .price,
body.woocommerce-page .products.list .product .product-info .price {
  font-size: 24px;
}
body.woocommerce .products.list .product .product-info .price del,
.insight-woo .products.list .product .product-info .price del,
body.woocommerce-page .products.list .product .product-info .price del {
  font-size: 15px;
}
body.woocommerce .products.list .product .product-info .product-rate,
.insight-woo .products.list .product .product-info .product-rate,
body.woocommerce-page .products.list .product .product-info .product-rate {
  position: absolute;
  top: 10px;
  right: 15px;
  text-align: right;
}
body.woocommerce
  .products.list
  .product
  .product-info
  .product-rate
  .star-rating,
.insight-woo .products.list .product .product-info .product-rate .star-rating,
body.woocommerce-page
  .products.list
  .product
  .product-info
  .product-rate
  .star-rating {
  font-size: 16px !important;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 83px;
  margin-right: -3px;
}
body.woocommerce
  .products.list
  .product
  .product-info
  .product-rate
  .star-rating:before,
.insight-woo
  .products.list
  .product
  .product-info
  .product-rate
  .star-rating:before,
body.woocommerce-page
  .products.list
  .product
  .product-info
  .product-rate
  .star-rating:before {
  content: "\f3ae \f3ae \f3ae \f3ae \f3ae";
  font-family: Ionicons;
  letter-spacing: 3px;
  padding: 0 3px;
  color: #d3ced2;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
body.woocommerce
  .products.list
  .product
  .product-info
  .product-rate
  .star-rating
  span,
.insight-woo
  .products.list
  .product
  .product-info
  .product-rate
  .star-rating
  span,
body.woocommerce-page
  .products.list
  .product
  .product-info
  .product-rate
  .star-rating
  span {
  color: #f5cc26;
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
body.woocommerce
  .products.list
  .product
  .product-info
  .product-rate
  .star-rating
  span:before,
.insight-woo
  .products.list
  .product
  .product-info
  .product-rate
  .star-rating
  span:before,
body.woocommerce-page
  .products.list
  .product
  .product-info
  .product-rate
  .star-rating
  span:before {
  content: "\f2fc \f2fc \f2fc \f2fc \f2fc";
  font-family: Ionicons;
  letter-spacing: 3px;
  padding: 0 3px;
  top: 0;
  position: absolute;
  left: 0;
}
body.woocommerce
  .products.list
  .product
  .product-info
  .product-rate
  .text-rating,
.insight-woo .products.list .product .product-info .product-rate .text-rating,
body.woocommerce-page
  .products.list
  .product
  .product-info
  .product-rate
  .text-rating {
  position: absolute;
  right: 0;
  top: 20px;
  font-size: 14px;
  font-style: italic;
  color: #8e8b87;
  width: 200px;
}
body.woocommerce .products.list .product .product-info .product-desc,
.insight-woo .products.list .product .product-info .product-desc,
body.woocommerce-page .products.list .product .product-info .product-desc {
  margin-top: 20px;
}
body.woocommerce .products.list .product .product-info .product-desc p,
.insight-woo .products.list .product .product-info .product-desc p,
body.woocommerce-page .products.list .product .product-info .product-desc p {
  margin: 0;
}
body.woocommerce .products.list .product .product-info .product-action-list,
.insight-woo .products.list .product .product-info .product-action-list,
body.woocommerce-page
  .products.list
  .product
  .product-info
  .product-action-list {
  margin-top: 20px;
}
body.woocommerce
  .products.list
  .product
  .product-info
  .product-action-list
  .add-to-cart-btn,
.insight-woo
  .products.list
  .product
  .product-info
  .product-action-list
  .add-to-cart-btn,
body.woocommerce-page
  .products.list
  .product
  .product-info
  .product-action-list
  .add-to-cart-btn {
  float: left;
}
body.woocommerce
  .products.list
  .product
  .product-info
  .product-action-list
  .add-to-cart-btn
  .add_to_cart_button,
.insight-woo
  .products.list
  .product
  .product-info
  .product-action-list
  .add-to-cart-btn
  .add_to_cart_button,
body.woocommerce-page
  .products.list
  .product
  .product-info
  .product-action-list
  .add-to-cart-btn
  .add_to_cart_button {
  background: #5fbd74;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1em;
  padding: 12px 15px;
  display: inline-block;
  float: left;
}
body.woocommerce
  .products.list
  .product
  .product-info
  .product-action-list
  .add-to-cart-btn
  .add_to_cart_button.loading,
.insight-woo
  .products.list
  .product
  .product-info
  .product-action-list
  .add-to-cart-btn
  .add_to_cart_button.loading,
body.woocommerce-page
  .products.list
  .product
  .product-info
  .product-action-list
  .add-to-cart-btn
  .add_to_cart_button.loading {
  opacity: 1;
}
body.woocommerce
  .products.list
  .product
  .product-info
  .product-action-list
  .add-to-cart-btn
  .add_to_cart_button.loading:after,
.insight-woo
  .products.list
  .product
  .product-info
  .product-action-list
  .add-to-cart-btn
  .add_to_cart_button.loading:after,
body.woocommerce-page
  .products.list
  .product
  .product-info
  .product-action-list
  .add-to-cart-btn
  .add_to_cart_button.loading:after {
  position: relative;
  display: inline-block;
  top: auto;
  right: auto;
  margin-left: 5px;
  content: "\e922" !important;
  font-family: "organik" !important;
  font-weight: 400;
}
body.woocommerce
  .products.list
  .product
  .product-info
  .product-action-list
  .add-to-cart-btn
  .add_to_cart_button.added,
.insight-woo
  .products.list
  .product
  .product-info
  .product-action-list
  .add-to-cart-btn
  .add_to_cart_button.added,
body.woocommerce-page
  .products.list
  .product
  .product-info
  .product-action-list
  .add-to-cart-btn
  .add_to_cart_button.added {
  padding-right: 15px;
}
body.woocommerce
  .products.list
  .product
  .product-info
  .product-action-list
  .add-to-cart-btn
  .add_to_cart_button.added:after,
.insight-woo
  .products.list
  .product
  .product-info
  .product-action-list
  .add-to-cart-btn
  .add_to_cart_button.added:after,
body.woocommerce-page
  .products.list
  .product
  .product-info
  .product-action-list
  .add-to-cart-btn
  .add_to_cart_button.added:after {
  margin-left: 7px;
  content: "\f383" !important;
  font-family: Ionicons !important;
  font-weight: 400;
}
body.woocommerce
  .products.list
  .product
  .product-info
  .product-action-list
  .add-to-cart-btn
  .product_type_simple,
.insight-woo
  .products.list
  .product
  .product-info
  .product-action-list
  .add-to-cart-btn
  .product_type_simple,
body.woocommerce-page
  .products.list
  .product
  .product-info
  .product-action-list
  .add-to-cart-btn
  .product_type_simple {
  background: #5fbd74;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1em;
  padding: 12px 15px;
  display: inline-block;
  float: left;
}
body.woocommerce
  .products.list
  .product
  .product-info
  .product-action-list
  .add-to-cart-btn
  .added_to_cart,
.insight-woo
  .products.list
  .product
  .product-info
  .product-action-list
  .add-to-cart-btn
  .added_to_cart,
body.woocommerce-page
  .products.list
  .product
  .product-info
  .product-action-list
  .add-to-cart-btn
  .added_to_cart {
  display: none;
}
body.woocommerce
  .products.list
  .product
  .product-info
  .product-action-list
  .wishlist-btn,
.insight-woo
  .products.list
  .product
  .product-info
  .product-action-list
  .wishlist-btn,
body.woocommerce-page
  .products.list
  .product
  .product-info
  .product-action-list
  .wishlist-btn {
  display: inline-block;
  margin-left: 10px;
}
body.woocommerce
  .products.list
  .product
  .product-info
  .product-action-list
  .wishlist-btn
  .woosw-btn,
.insight-woo
  .products.list
  .product
  .product-info
  .product-action-list
  .wishlist-btn
  .woosw-btn,
body.woocommerce-page
  .products.list
  .product
  .product-info
  .product-action-list
  .wishlist-btn
  .woosw-btn {
  width: 40px;
  height: 40px;
  text-transform: uppercase;
  font-size: 0;
  text-align: center;
  line-height: 36px;
  border: 2px solid #f1eeea;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #5fbd74;
  display: inline-block;
}
body.woocommerce
  .products.list
  .product
  .product-info
  .product-action-list
  .wishlist-btn
  .woosw-btn:before,
.insight-woo
  .products.list
  .product
  .product-info
  .product-action-list
  .wishlist-btn
  .woosw-btn:before,
body.woocommerce-page
  .products.list
  .product
  .product-info
  .product-action-list
  .wishlist-btn
  .woosw-btn:before {
  margin: 0;
  content: "\f387";
  font-family: Ionicons;
  font-size: 18px;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 36px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.woocommerce
  .products.list
  .product
  .product-info
  .product-action-list
  .wishlist-btn
  .woosw-btn.woosw-adding:before,
.insight-woo
  .products.list
  .product
  .product-info
  .product-action-list
  .wishlist-btn
  .woosw-btn.woosw-adding:before,
body.woocommerce-page
  .products.list
  .product
  .product-info
  .product-action-list
  .wishlist-btn
  .woosw-btn.woosw-adding:before {
  content: "\f459" !important;
  display: inline-block;
  -webkit-animation: spinner 1s linear infinite !important;
  animation: spinner 1s linear infinite !important;
}
body.woocommerce
  .products.list
  .product
  .product-info
  .product-action-list
  .wishlist-btn
  .woosw-btn.woosw-added:before,
.insight-woo
  .products.list
  .product
  .product-info
  .product-action-list
  .wishlist-btn
  .woosw-btn.woosw-added:before,
body.woocommerce-page
  .products.list
  .product
  .product-info
  .product-action-list
  .wishlist-btn
  .woosw-btn.woosw-added:before {
  content: "\f388";
}
body.woocommerce
  .products.list
  .product
  .product-info
  .product-action-list
  .wishlist-btn
  .woosw-btn:hover,
.insight-woo
  .products.list
  .product
  .product-info
  .product-action-list
  .wishlist-btn
  .woosw-btn:hover,
body.woocommerce-page
  .products.list
  .product
  .product-info
  .product-action-list
  .wishlist-btn
  .woosw-btn:hover {
  border-color: #5fbd74;
}
body.woocommerce
  .products.list
  .product
  .product-info
  .product-action-list
  .quick-view-btn,
.insight-woo
  .products.list
  .product
  .product-info
  .product-action-list
  .quick-view-btn,
body.woocommerce-page
  .products.list
  .product
  .product-info
  .product-action-list
  .quick-view-btn {
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
}
body.woocommerce
  .products.list
  .product
  .product-info
  .product-action-list
  .quick-view-btn
  a,
.insight-woo
  .products.list
  .product
  .product-info
  .product-action-list
  .quick-view-btn
  a,
body.woocommerce-page
  .products.list
  .product
  .product-info
  .product-action-list
  .quick-view-btn
  a {
  width: 40px;
  height: 40px;
  text-transform: uppercase;
  font-size: 0;
  text-align: center;
  line-height: 36px;
  border: 2px solid #f1eeea;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #5fbd74;
  display: inline-block;
}
body.woocommerce
  .products.list
  .product
  .product-info
  .product-action-list
  .quick-view-btn
  a:before,
.insight-woo
  .products.list
  .product
  .product-info
  .product-action-list
  .quick-view-btn
  a:before,
body.woocommerce-page
  .products.list
  .product
  .product-info
  .product-action-list
  .quick-view-btn
  a:before {
  content: "\f2f5";
  font-family: Ionicons;
  font-size: 18px;
}
body.woocommerce
  .products.list
  .product
  .product-info
  .product-action-list
  .quick-view-btn
  a:hover,
.insight-woo
  .products.list
  .product
  .product-info
  .product-action-list
  .quick-view-btn
  a:hover,
body.woocommerce-page
  .products.list
  .product
  .product-info
  .product-action-list
  .quick-view-btn
  a:hover {
  border-color: #5fbd74;
}
body.woocommerce
  .products.list
  .product
  .product-info
  .product-action-list
  .compare-btn,
.insight-woo
  .products.list
  .product
  .product-info
  .product-action-list
  .compare-btn,
body.woocommerce-page
  .products.list
  .product
  .product-info
  .product-action-list
  .compare-btn {
  display: inline-block;
  margin-left: 10px;
}
body.woocommerce
  .products.list
  .product
  .product-info
  .product-action-list
  .compare-btn
  a,
body.woocommerce
  .products.list
  .product
  .product-info
  .product-action-list
  .compare-btn
  .wooscp-btn,
.insight-woo
  .products.list
  .product
  .product-info
  .product-action-list
  .compare-btn
  a,
.insight-woo
  .products.list
  .product
  .product-info
  .product-action-list
  .compare-btn
  .wooscp-btn,
body.woocommerce-page
  .products.list
  .product
  .product-info
  .product-action-list
  .compare-btn
  a,
body.woocommerce-page
  .products.list
  .product
  .product-info
  .product-action-list
  .compare-btn
  .wooscp-btn {
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-size: 0;
  text-align: center;
  line-height: 36px;
  border: 2px solid #f1eeea;
  background-color: transparent;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #5fbd74;
  display: inline-block;
}
body.woocommerce
  .products.list
  .product
  .product-info
  .product-action-list
  .compare-btn
  a:before,
body.woocommerce
  .products.list
  .product
  .product-info
  .product-action-list
  .compare-btn
  .wooscp-btn:before,
.insight-woo
  .products.list
  .product
  .product-info
  .product-action-list
  .compare-btn
  a:before,
.insight-woo
  .products.list
  .product
  .product-info
  .product-action-list
  .compare-btn
  .wooscp-btn:before,
body.woocommerce-page
  .products.list
  .product
  .product-info
  .product-action-list
  .compare-btn
  a:before,
body.woocommerce-page
  .products.list
  .product
  .product-info
  .product-action-list
  .compare-btn
  .wooscp-btn:before {
  content: "\f4a8";
  font-family: Ionicons;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}
body.woocommerce
  .products.list
  .product
  .product-info
  .product-action-list
  .compare-btn
  a:hover,
body.woocommerce
  .products.list
  .product
  .product-info
  .product-action-list
  .compare-btn
  .wooscp-btn:hover,
.insight-woo
  .products.list
  .product
  .product-info
  .product-action-list
  .compare-btn
  a:hover,
.insight-woo
  .products.list
  .product
  .product-info
  .product-action-list
  .compare-btn
  .wooscp-btn:hover,
body.woocommerce-page
  .products.list
  .product
  .product-info
  .product-action-list
  .compare-btn
  a:hover,
body.woocommerce-page
  .products.list
  .product
  .product-info
  .product-action-list
  .compare-btn
  .wooscp-btn:hover {
  border-color: #5fbd74;
}
body.woocommerce
  .products.list
  .product
  .product-info
  .product-action-list
  .compare-btn
  a
  div,
body.woocommerce
  .products.list
  .product
  .product-info
  .product-action-list
  .compare-btn
  .wooscp-btn
  div,
.insight-woo
  .products.list
  .product
  .product-info
  .product-action-list
  .compare-btn
  a
  div,
.insight-woo
  .products.list
  .product
  .product-info
  .product-action-list
  .compare-btn
  .wooscp-btn
  div,
body.woocommerce-page
  .products.list
  .product
  .product-info
  .product-action-list
  .compare-btn
  a
  div,
body.woocommerce-page
  .products.list
  .product
  .product-info
  .product-action-list
  .compare-btn
  .wooscp-btn
  div {
  display: none !important;
}
body.woocommerce
  .products.list
  .product
  .product-info
  .product-action-list
  .compare-btn
  a.loading:before,
body.woocommerce
  .products.list
  .product
  .product-info
  .product-action-list
  .compare-btn
  .wooscp-btn.loading:before,
.insight-woo
  .products.list
  .product
  .product-info
  .product-action-list
  .compare-btn
  a.loading:before,
.insight-woo
  .products.list
  .product
  .product-info
  .product-action-list
  .compare-btn
  .wooscp-btn.loading:before,
body.woocommerce-page
  .products.list
  .product
  .product-info
  .product-action-list
  .compare-btn
  a.loading:before,
body.woocommerce-page
  .products.list
  .product
  .product-info
  .product-action-list
  .compare-btn
  .wooscp-btn.loading:before {
  content: "\e922";
  font-family: "organik";
  display: inline-block;
  animation: spinner 1s linear infinite !important;
  -webkit-animation: spinner 1s linear infinite !important;
}
body.woocommerce
  .products.list
  .product
  .product-info
  .product-action-list
  .compare-btn
  a.loading.added:before,
body.woocommerce
  .products.list
  .product
  .product-info
  .product-action-list
  .compare-btn
  .wooscp-btn.loading.added:before,
.insight-woo
  .products.list
  .product
  .product-info
  .product-action-list
  .compare-btn
  a.loading.added:before,
.insight-woo
  .products.list
  .product
  .product-info
  .product-action-list
  .compare-btn
  .wooscp-btn.loading.added:before,
body.woocommerce-page
  .products.list
  .product
  .product-info
  .product-action-list
  .compare-btn
  a.loading.added:before,
body.woocommerce-page
  .products.list
  .product
  .product-info
  .product-action-list
  .compare-btn
  .wooscp-btn.loading.added:before {
  animation: none !important;
  -webkit-animation: none !important;
  content: "\f4a8";
  font-family: Ionicons;
}
body.woocommerce .products.list .product:last-child,
.insight-woo .products.list .product:last-child,
body.woocommerce-page .products.list .product:last-child {
  margin-bottom: 0;
}
body.woocommerce .products.list .product:before,
body.woocommerce .products.list .product:after,
.insight-woo .products.list .product:before,
.insight-woo .products.list .product:after,
body.woocommerce-page .products.list .product:before,
body.woocommerce-page .products.list .product:after {
  content: "";
  width: 15px;
  height: 1px;
  background: #fff;
  display: block;
  position: absolute;
  bottom: -1px;
  z-index: 99;
}
body.woocommerce .products.list .product:before,
.insight-woo .products.list .product:before,
body.woocommerce-page .products.list .product:before {
  left: 0;
}
body.woocommerce .products.list .product:after,
.insight-woo .products.list .product:after,
body.woocommerce-page .products.list .product:after {
  right: 0;
}
body.woocommerce .products.list .product.product-category,
.insight-woo .products.list .product.product-category,
body.woocommerce-page .products.list .product.product-category {
  margin-left: 0;
  margin-right: 0;
  border-bottom: none;
  padding-bottom: 0;
}
body.woocommerce table.shop_table th,
body.woocommerce table.shop_table td,
.insight-woo table.shop_table th,
.insight-woo table.shop_table td,
body.woocommerce-page table.shop_table th,
body.woocommerce-page table.shop_table td {
  border-width: 1px 0 0 0 !important;
}
body.woocommerce .woocommerce-message,
body.woocommerce-page .woocommerce-message {
  border-top-color: #5fbd74;
}
body.woocommerce .woocommerce-message:before,
body.woocommerce-page .woocommerce-message:before {
  color: #5fbd74;
}
body.woocommerce .quantity,
body.woocommerce-page .quantity {
  max-width: 120px;
  height: 40px;
  line-height: 1;
  border: 1px solid #f1eeea;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 10px;
  display: inline-block;
}
body.woocommerce .quantity span,
body.woocommerce-page .quantity span {
  float: left;
  cursor: pointer;
}
body.woocommerce .quantity span i,
body.woocommerce-page .quantity span i {
  font-size: 18px;
}
body.woocommerce .quantity .qty,
body.woocommerce-page .quantity .qty {
  float: left;
  border: none;
  line-height: 1;
  height: auto;
  padding: 0 10px;
  background: none;
}
body.woocommerce .quantity .qty::-webkit-inner-spin-button,
body.woocommerce .quantity .qty::-webkit-outer-spin-button,
body.woocommerce-page .quantity .qty::-webkit-inner-spin-button,
body.woocommerce-page .quantity .qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
body.woocommerce .cart .quantity,
body.woocommerce-page .cart .quantity {
  background: #fbfaf9;
  margin-right: 10px !important;
}
body.woocommerce .select2-container .select2-choice,
body.woocommerce-page .select2-container .select2-choice {
  border-color: #f1eeea;
  height: 40px;
  line-height: 38px;
  padding: 0 15px;
}
body.woocommerce .select2-drop-active,
body.woocommerce-page .select2-drop-active {
  border-color: #f1eeea;
}
body.woocommerce address,
body.woocommerce-page address {
  font-style: normal;
}
body.woocommerce a.remove,
body.woocommerce-page a.remove {
  text-align: left !important;
  margin: 0 !important;
  background: none !important;
  color: #5e5a54 !important;
  font-weight: 400 !important;
  font-size: 18px !important;
}
body.woocommerce a.remove:hover,
body.woocommerce-page a.remove:hover {
  color: #5fbd74 !important;
}
body.woocommerce td.product-thumbnail,
body.woocommerce-page td.product-thumbnail {
  width: 130px;
}
.woocommerce.single-product .product > .outofstock {
  display: none;
}
.woocommerce.single-product .product > .badges {
  position: absolute;
  width: 48px;
  left: 12px;
  top: 12px;
}
.woocommerce.single-product .product > .badges .hot,
.woocommerce.single-product .product > .badges .onsale,
.woocommerce.single-product .product > .badges .new {
  position: relative;
  display: block;
  border-radius: 50%;
  text-transform: uppercase;
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  padding: 0;
  font-weight: 700;
  margin: 0;
  color: #fff;
  font-size: 12px;
  left: 0;
  top: 0;
  right: auto;
  margin-bottom: -10px;
}
.woocommerce.single-product .product > .badges .hot {
  background: #f76b6a;
  z-index: 98;
}
.woocommerce.single-product .product > .badges .onsale {
  background: #f7aa77;
  z-index: 97;
}
.woocommerce.single-product .product > .badges .new {
  background: #b9d9e9;
  z-index: 96;
}
.woocommerce.single-product
  .product
  .woocommerce-product-gallery
  .woocommerce-product-gallery__trigger {
  background-color: transparent;
  opacity: 0.5;
}
.woocommerce.single-product
  .product
  .woocommerce-product-gallery
  .woocommerce-product-gallery__trigger
  img {
  display: none;
}
.woocommerce.single-product
  .product
  .woocommerce-product-gallery
  .flex-viewport {
  border: 2px solid #f1eeea;
}
.woocommerce.single-product .product .woocommerce-product-gallery ol {
  width: 100%;
  height: 0;
  overflow: hidden;
  margin: 0 auto;
  padding: 30px 25px 0 25px !important;
}
.woocommerce.single-product
  .product
  .woocommerce-product-gallery
  ol.slick-slider {
  height: auto;
}
.woocommerce.single-product
  .product
  .woocommerce-product-gallery
  ol
  .slick-slide {
  display: inline-block;
  margin: 0 5px;
  outline: none;
  clear: none !important;
  z-index: 6;
}
.woocommerce.single-product
  .product
  .woocommerce-product-gallery
  ol
  .slick-slide
  img {
  width: 100%;
  border: 2px solid #f1eeea;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.woocommerce.single-product
  .product
  .woocommerce-product-gallery
  ol
  .slick-slide
  img:hover {
  border-color: #5fbd74;
}
.woocommerce.single-product
  .product
  .woocommerce-product-gallery
  ol
  .slick-arrow {
  margin-top: 0;
  z-index: 7;
}
.woocommerce.single-product
  .product
  .woocommerce-product-gallery
  ol
  .slick-arrow:before {
  font-family: Ionicons;
  font-size: 34px;
  color: #5e5a54;
  width: 20px;
  height: 20px;
  font-weight: 400;
}
.woocommerce.single-product
  .product
  .woocommerce-product-gallery
  ol
  .slick-arrow.slick-prev {
  left: 0;
}
.woocommerce.single-product
  .product
  .woocommerce-product-gallery
  ol
  .slick-arrow.slick-prev:before {
  content: "\f3d5";
}
.woocommerce.single-product
  .product
  .woocommerce-product-gallery
  ol
  .slick-arrow.slick-next {
  right: 0;
}
.woocommerce.single-product
  .product
  .woocommerce-product-gallery
  ol
  .slick-arrow.slick-next:before {
  content: "\f3d6";
}
.woocommerce.single-product .product .summary .product_title {
  color: #5e5a54;
  font-size: 34px;
  margin-bottom: 10px;
}
.woocommerce.single-product .product .summary .woocommerce-product-rating {
  margin-bottom: 10px;
}
.woocommerce.single-product
  .product
  .summary
  .woocommerce-product-rating
  .star-rating {
  font-size: 16px !important;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 83px;
  margin-top: 7px;
  margin-right: 5px;
}
.woocommerce.single-product
  .product
  .summary
  .woocommerce-product-rating
  .star-rating:before {
  content: "\f3ae \f3ae \f3ae \f3ae \f3ae";
  font-family: Ionicons;
  letter-spacing: 3px;
  padding: 0 3px;
  color: #d3ced2;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.woocommerce.single-product
  .product
  .summary
  .woocommerce-product-rating
  .star-rating
  span {
  color: #f5cc26;
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.woocommerce.single-product
  .product
  .summary
  .woocommerce-product-rating
  .star-rating
  span:before {
  content: "\f2fc \f2fc \f2fc \f2fc \f2fc";
  font-family: Ionicons;
  letter-spacing: 3px;
  padding: 0 3px;
  top: 0;
  position: absolute;
  left: 0;
}
.woocommerce.single-product
  .product
  .summary
  .woocommerce-product-rating
  .woocommerce-review-link {
  font-style: italic;
  color: #8e8b87;
}
.woocommerce.single-product .product .summary .out-of-stock {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1em;
  color: #f76b6a;
}
.woocommerce.single-product .product .summary .out-of-stock:before {
  content: "\f29f";
  font-family: Ionicons;
  margin-right: 5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.woocommerce.single-product .product .summary .price {
  margin-top: 0;
}
.woocommerce.single-product .product .summary .price > .amount {
  font-size: 24px;
  font-weight: 700;
  color: #5fbd74;
}
.woocommerce.single-product .product .summary .price del {
  color: #cfcecc;
  font-size: 15px;
}
.woocommerce.single-product .product .summary .price del .amount {
  color: #cfcecc;
}
.woocommerce.single-product .product .summary .price ins {
  font-size: 24px;
  color: #5fbd74;
}
.woocommerce.single-product .product .summary .price ins .amount {
  color: #5fbd74;
}
.woocommerce.single-product .product .summary .wishlist-btn {
  display: inline-block;
  margin-top: 0;
  margin-right: 20px;
  font-weight: 700;
}
.woocommerce.single-product .product .summary .wishlist-btn .woosw-btn {
  text-transform: uppercase;
}
.woocommerce.single-product .product .summary .wishlist-btn .woosw-btn:before {
  display: inline-block;
  content: "\f387";
  font-family: Ionicons;
  margin-right: 5px;
}
.woocommerce.single-product .product .summary .wishlist-btn .woosw-btn:after {
  display: none;
}
.woocommerce.single-product
  .product
  .summary
  .wishlist-btn
  .woosw-btn.woosw-adding:before {
  content: "\f459" !important;
  -webkit-animation: spinner 1s linear infinite !important;
  animation: spinner 1s linear infinite !important;
}
.woocommerce.single-product
  .product
  .summary
  .wishlist-btn
  .woosw-btn.woosw-added:before {
  content: "\f388";
}
.woocommerce.single-product .product .summary a.compare,
.woocommerce.single-product .product .summary .wooscp-btn {
  padding: 0;
  background: none;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  color: #5e5a54;
}
.woocommerce.single-product .product .summary a.compare:before,
.woocommerce.single-product .product .summary .wooscp-btn:before {
  content: "\f4a8";
  font-family: Ionicons;
  margin-right: 5px;
}
.woocommerce.single-product .product .summary a.compare:hover,
.woocommerce.single-product .product .summary .wooscp-btn:hover {
  color: #5fbd74;
}
.woocommerce.single-product .product .summary .product_meta_wrap {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #f1eeea;
}
.woocommerce.single-product .product .summary .product_meta_wrap .product_meta {
  margin-bottom: 0;
}
.woocommerce.single-product
  .product
  .summary
  .product_meta_wrap
  .product_meta
  .product_meta_item
  td {
  padding: 10px 0;
}
.woocommerce.single-product
  .product
  .summary
  .product_meta_wrap
  .product_meta
  .product_meta_item
  .label {
  text-transform: uppercase;
  min-width: 120px;
  display: inline-block;
  font-weight: 700;
}
.woocommerce.single-product
  .product
  .summary
  .product_meta_wrap
  .product_meta
  .product_meta_item.share
  a {
  margin-right: 10px;
}
.woocommerce.single-product
  .product
  .summary
  .product_meta_wrap
  .product_meta
  .product_meta_item:first-child
  td {
  padding-top: 0;
}
.woocommerce.single-product
  .product
  .summary
  .product_meta_wrap
  .product_meta
  .product_meta_item:last-child
  td {
  padding-bottom: 0;
}
.woocommerce.single-product .product .summary div[itemprop="offers"],
.woocommerce.single-product .product .summary div.offers {
  margin-bottom: 30px;
}
.woocommerce.single-product .product .summary div[itemprop="offers"] p,
.woocommerce.single-product .product .summary div.offers p {
  margin: 0;
}
.woocommerce.single-product .product .summary div[itemprop="description"],
.woocommerce.single-product .product .summary div.description {
  margin-bottom: 30px;
}
.woocommerce.single-product .product .summary div[itemprop="description"] p,
.woocommerce.single-product .product .summary div.description p {
  margin: 0;
}
.woocommerce.single-product .product .summary form.cart {
  margin-bottom: 20px;
  padding: 30px 0 0 0;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #f1eeea;
}
.woocommerce.single-product .product .summary form.cart .quantity {
  max-width: 120px;
  height: 40px;
  line-height: 1;
  border: 1px solid #f1eeea;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 10px;
  background: #fbfaf9;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.woocommerce.single-product .product .summary form.cart .quantity span {
  float: left;
  cursor: pointer;
}
.woocommerce.single-product .product .summary form.cart .quantity input {
  float: left;
  border: none;
  line-height: 1;
  height: auto;
  padding: 0 10px;
  background: none;
  -moz-appearance: textfield;
}
.woocommerce.single-product .product .summary form.cart button {
  height: 40px;
  line-height: 36px;
  padding: 0 15px;
  border: 2px solid #5fbd74;
  background: #5fbd74;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.woocommerce.single-product .product .summary form.cart button:hover {
  opacity: 0.8;
}
.woocommerce.single-product .product .summary form.cart .variations select {
  height: 40px;
  line-height: 40px;
  padding: 0 25px 0 15px;
  background-color: transparent;
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAFCAYAAACXU8ZrAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyppVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDOTFGN0FGMzVBREIxMUU2ODkyQzk2NDhEODlCMDI3RiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDOTFGN0FGNDVBREIxMUU2ODkyQzk2NDhEODlCMDI3RiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkM5MUY3QUYxNUFEQjExRTY4OTJDOTY0OEQ4OUIwMjdGIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkM5MUY3QUYyNUFEQjExRTY4OTJDOTY0OEQ4OUIwMjdGIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+szqgrQAAAEdJREFUeNpi7Otub2DAD54xAYnVeBR8B8kzFZZUXAUyNuNQsBgo/x5kEgOQcRZI7UFTBFLwDMRggokABY4gKVwEUwACAAEGADURF7aNEuOVAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: right 15px top 50%;
}
.woocommerce.single-product .product .summary form.cart .variations label {
  text-transform: capitalize;
}
.woocommerce.single-product .product .woocommerce-tabs {
  display: inline-block;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-bottom: 0;
  border-top: 1px solid #f1eeea;
  border-bottom: 1px solid #f1eeea;
}
.woocommerce.single-product .product .woocommerce-tabs:before,
.woocommerce.single-product .product .woocommerce-tabs:after {
  display: none !important;
}
.woocommerce.single-product .product .woocommerce-tabs ul.tabs {
  border: 2px solid #f1eeea;
  margin: -1px 0 30px 0;
  padding: 0;
  overflow: visible;
}
.woocommerce.single-product .product .woocommerce-tabs ul.tabs:before,
.woocommerce.single-product .product .woocommerce-tabs ul.tabs:after {
  display: none !important;
}
.woocommerce.single-product .product .woocommerce-tabs ul.tabs li {
  display: block !important;
  border-width: 0 0 1px 0;
  border-bottom-color: #f1eeea !important;
  border-style: solid;
  border-radius: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
}
.woocommerce.single-product .product .woocommerce-tabs ul.tabs li a {
  display: block;
  padding: 20px;
  text-transform: uppercase;
  color: #5e5a54;
}
.woocommerce.single-product .product .woocommerce-tabs ul.tabs li:before,
.woocommerce.single-product .product .woocommerce-tabs ul.tabs li:after {
  display: none;
}
.woocommerce.single-product .product .woocommerce-tabs ul.tabs li:last-child {
  border-bottom-color: transparent !important;
}
.woocommerce.single-product .product .woocommerce-tabs ul.tabs li.active {
  border-left: 2px solid #5fbd74;
  margin-left: -2px;
}
.woocommerce.single-product .product .woocommerce-tabs ul.tabs li.active a {
  color: #392a25;
}
.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel {
  padding-top: 30px;
  padding-bottom: 30px;
}
.woocommerce.single-product
  .product
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  h2,
.woocommerce.single-product
  .product
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  h3 {
  font-size: 18px !important;
  text-transform: uppercase !important;
}
.woocommerce.single-product
  .product
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  table.shop_attributes {
  margin-top: 15px;
  margin-bottom: 0;
  border-top: none;
}
.woocommerce.single-product
  .product
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  table.shop_attributes
  th {
  text-align: left;
  padding-left: 0;
  background: none;
  border-left: none !important;
  border-right: none !important;
}
.woocommerce.single-product
  .product
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  table.shop_attributes
  td {
  background: none;
  border-left: none !important;
  border-right: none !important;
}
.woocommerce.single-product
  .product
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  table.shop_attributes
  tr:last-child
  th,
.woocommerce.single-product
  .product
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  table.shop_attributes
  tr:last-child
  td {
  border-bottom: none;
}
.woocommerce.single-product
  .product
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  ol.commentlist {
  padding: 0;
  margin: 15px 0 !important;
}
.woocommerce.single-product
  .product
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  ol.commentlist
  li
  .comment-text {
  border-radius: 2px !important;
  border: 1px solid #f1eeea !important;
  background: #fbfaf9;
}
.woocommerce.single-product
  .product
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  ol.commentlist
  li
  .comment-text
  .star-rating {
  font-size: 16px !important;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 83px;
  margin-right: -3px;
}
.woocommerce.single-product
  .product
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  ol.commentlist
  li
  .comment-text
  .star-rating:before {
  content: "\f3ae \f3ae \f3ae \f3ae \f3ae";
  font-family: Ionicons;
  letter-spacing: 3px;
  padding: 0 3px;
  color: #d3ced2;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.woocommerce.single-product
  .product
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  ol.commentlist
  li
  .comment-text
  .star-rating
  span {
  color: #f5cc26;
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.woocommerce.single-product
  .product
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  ol.commentlist
  li
  .comment-text
  .star-rating
  span:before {
  content: "\f2fc \f2fc \f2fc \f2fc \f2fc";
  font-family: Ionicons;
  letter-spacing: 3px;
  padding: 0 3px;
  top: 0;
  position: absolute;
  left: 0;
}
.woocommerce.single-product
  .product
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  ol.commentlist
  li
  img.avatar {
  padding: 0 !important;
  border: none !important;
  width: 40px !important;
  background: none !important;
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  border-radius: 2px !important;
}
.woocommerce.single-product
  .product
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  textarea,
.woocommerce.single-product
  .product
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  input[type="text"],
.woocommerce.single-product
  .product
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  input[type="email"] {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.woocommerce.single-product
  .product
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  textarea:focus,
.woocommerce.single-product
  .product
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  input[type="text"]:focus,
.woocommerce.single-product
  .product
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  input[type="email"]:focus {
  border-color: #5fbd74;
}
.woocommerce.single-product
  .product
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  input[type="submit"],
.woocommerce.single-product
  .product
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  button[type="submit"] {
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  color: #fff !important;
  background-color: #5fbd74 !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.woocommerce.single-product
  .product
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  input[type="submit"]:hover,
.woocommerce.single-product
  .product
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  button[type="submit"]:hover {
  opacity: 0.8;
}
.woocommerce.single-product
  .product
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  p.meta {
  font-size: 15px !important;
}
.woocommerce.single-product
  .product
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  p:last-child {
  margin-bottom: 0;
}
.woocommerce.single-product
  .product
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  #review_form
  #respond
  p.form-submit {
  margin-bottom: 0;
}
.woocommerce.single-product .woo-notice {
  padding: 0;
}
.woocommerce.single-product .up-sells,
.woocommerce.single-product .viewed,
.woocommerce.single-product .related {
  clear: both;
}
.woocommerce.single-product .up-sells .product,
.woocommerce.single-product .viewed .product,
.woocommerce.single-product .related .product {
  max-width: none;
}
.woocommerce.single-product .up-sells > h2,
.woocommerce.single-product .viewed > h2,
.woocommerce.single-product .related > h2 {
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 40px;
}
.woocommerce.single-product .up-sells > h2 span,
.woocommerce.single-product .viewed > h2 span,
.woocommerce.single-product .related > h2 span {
  display: block;
  font-family: "Great Vibes";
  color: #5fbd74;
  font-size: 34px;
  font-weight: 400;
  text-transform: none;
}
.woocommerce.single-product .up-sells .product,
.woocommerce.single-product .viewed .product,
.woocommerce.single-product .related .product {
  margin-bottom: 0;
}
.woocommerce.single-product .up-sells .slick-list,
.woocommerce.single-product .viewed .slick-list,
.woocommerce.single-product .related .slick-list {
  width: 100%;
}
.woocommerce.single-product .up-sells .slick-dots,
.woocommerce.single-product .viewed .slick-dots,
.woocommerce.single-product .related .slick-dots {
  position: relative;
  bottom: 0;
  margin-bottom: 0 !important;
  margin-top: 10px !important;
}
.woocommerce.single-product .up-sells .slick-dots li,
.woocommerce.single-product .viewed .slick-dots li,
.woocommerce.single-product .related .slick-dots li {
  margin: 0;
}
.woocommerce.single-product .up-sells,
.woocommerce.single-product .viewed {
  margin-bottom: 60px;
}
body.woocommerce-wishlist .wishlist-title {
  display: none;
}
body.woocommerce-wishlist table.shop_table,
body.woocommerce-wishlist table.wishlist_table {
  border: none;
  font-size: 15px;
  margin-bottom: 0;
}
body.woocommerce-wishlist table.shop_table th.product-price,
body.woocommerce-wishlist table.shop_table th.product-stock-stauts,
body.woocommerce-wishlist table.wishlist_table th.product-price,
body.woocommerce-wishlist table.wishlist_table th.product-stock-stauts {
  text-align: center;
}
body.woocommerce-wishlist table.shop_table .add_to_cart,
body.woocommerce-wishlist table.wishlist_table .add_to_cart {
  height: 40px;
  line-height: 40px;
  background-color: #5fbd74 !important;
  color: #fff;
  padding: 0 15px !important;
  text-transform: uppercase;
  min-width: 152px;
}
body.woocommerce-wishlist table.shop_table td.product-name,
body.woocommerce-wishlist table.wishlist_table td.product-name {
  font-weight: 700;
}
body.woocommerce-wishlist table.shop_table td.product-remove,
body.woocommerce-wishlist table.wishlist_table td.product-remove {
  padding-left: 0;
  text-align: left;
}
body.woocommerce-wishlist table.shop_table td.product-add-to-cart,
body.woocommerce-wishlist table.wishlist_table td.product-add-to-cart {
  text-align: right;
  padding-right: 0;
}
body.woocommerce-wishlist .woo-notice {
  padding: 0;
}
body.woocommerce-wishlist:not(.search) .hhviizleagfrpeg h2,
body.woocommerce-wishlist:not(.search) .hhviizleagfrpeg h3,
body.woocommerce-wishlist:not(.search) .losdiglhfivd h2,
body.woocommerce-wishlist:not(.search) .losdiglhfivd h3 {
  font-family: "Great Vibes";
  font-size: 34px;
  font-weight: 400;
}
body.woocommerce-page.woocommerce-cart table.shop_table {
  border: none;
  font-size: 15px;
}
body.woocommerce-page.woocommerce-cart table.shop_table td {
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #f4f4f4;
  padding: 15px;
}
body.woocommerce-page.woocommerce-cart table.shop_table td.product-name a {
  font-weight: 700;
}
body.woocommerce-page.woocommerce-cart table.shop_table td.actions {
  padding: 15px 0;
}
body.woocommerce-page.woocommerce-cart table.shop_table td:first-child {
  padding-left: 0;
}
body.woocommerce-page.woocommerce-cart table.shop_table td:last-child {
  padding-right: 0;
  text-align: right;
}
body.woocommerce-page.woocommerce-cart table.shop_table td.product-subtotal {
  font-weight: 700;
  color: #5fbd74;
}
body.woocommerce-page.woocommerce-cart
  table.shop_table
  td.product-thumbnail
  img {
  width: 100px;
  border: 2px solid #f1eeea;
}
body.woocommerce-page.woocommerce-cart table.shop_table th {
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #f4f4f4;
  padding-left: 0;
}
body.woocommerce-page.woocommerce-cart table.shop_table th.product-subtotal {
  text-align: right;
}
body.woocommerce-page.woocommerce-cart table.shop_table dl.variation dt,
body.woocommerce-page.woocommerce-cart table.shop_table dl.variation dd {
  margin: 0 5px 0 0;
  padding: 0;
  display: inline-block;
}
body.woocommerce-page.woocommerce-cart table.shop_table dl.variation dt p,
body.woocommerce-page.woocommerce-cart table.shop_table dl.variation dd p {
  margin: 0;
}
body.woocommerce-page.woocommerce-cart table.shop_table input[type="text"] {
  height: 40px;
  line-height: 38px;
  padding: 0 15px !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: none;
  border: 1px solid #f1eeea;
}
body.woocommerce-page.woocommerce-cart table.shop_table input[type="submit"],
body.woocommerce-page.woocommerce-cart table.shop_table button[type="submit"] {
  height: 40px;
  line-height: 36px;
  padding: 0 15px !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #5fbd74;
  background: none;
  border: 2px solid #5fbd74;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
body.woocommerce-page.woocommerce-cart
  table.shop_table
  input[type="submit"]:hover,
body.woocommerce-page.woocommerce-cart
  table.shop_table
  button[type="submit"]:hover {
  background: #5fbd74;
  color: #fff;
}
body.woocommerce-page.woocommerce-cart table.shop_table #coupon_code {
  width: 160px !important;
  margin-right: 5px;
}
body.woocommerce-page.woocommerce-cart button {
  height: 40px;
  line-height: 36px;
  padding: 0 15px !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #5fbd74;
  background: none;
  border: 2px solid #5fbd74;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
body.woocommerce-page.woocommerce-cart button:hover {
  background: #5fbd74;
  color: #fff;
}
body.woocommerce-page.woocommerce-cart select {
  height: 40px;
  line-height: 40px;
  padding: 0 15px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: transparent;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAFCAYAAACXU8ZrAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyppVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDOTFGN0FGMzVBREIxMUU2ODkyQzk2NDhEODlCMDI3RiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDOTFGN0FGNDVBREIxMUU2ODkyQzk2NDhEODlCMDI3RiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkM5MUY3QUYxNUFEQjExRTY4OTJDOTY0OEQ4OUIwMjdGIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkM5MUY3QUYyNUFEQjExRTY4OTJDOTY0OEQ4OUIwMjdGIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+szqgrQAAAEdJREFUeNpi7Otub2DAD54xAYnVeBR8B8kzFZZUXAUyNuNQsBgo/x5kEgOQcRZI7UFTBFLwDMRggokABY4gKVwEUwACAAEGADURF7aNEuOVAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: right 15px top 50%;
}
body.woocommerce-page.woocommerce-cart a.wc-backward,
body.woocommerce-page.woocommerce-cart a.checkout-button {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #5fbd74 !important;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
}
body.woocommerce-page.woocommerce-cart a.wc-backward:hover,
body.woocommerce-page.woocommerce-cart a.checkout-button:hover {
  opacity: 0.8;
}
body.woocommerce-page.woocommerce-cart .woo-notice {
  padding: 0;
}
body.woocommerce-page.woocommerce-cart .select2-drop-active {
  border-color: #f1eeea;
}
body.woocommerce-page.woocommerce-cart .cross-sells .products {
  margin-top: 15px;
}
body.woocommerce-page.woocommerce-cart:not(.search) .hhviizleagfrpeg h2,
body.woocommerce-page.woocommerce-cart:not(.search) .losdiglhfivd h2 {
  font-family: "Great Vibes";
  font-size: 34px;
  font-weight: 400;
}
body.woocommerce-page.woocommerce-checkout table.shop_table {
  border: none;
  font-size: 15px;
}
body.woocommerce-page.woocommerce-checkout table.shop_table th {
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #f4f4f4;
  padding: 15px 0;
}
body.woocommerce-page.woocommerce-checkout table.shop_table td {
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #f4f4f4;
  padding: 15px 0;
}
body.woocommerce-page.woocommerce-checkout table.shop_table td.product-name a {
  font-weight: 700;
}
body.woocommerce-page.woocommerce-checkout table.shop_table td.actions {
  padding: 15px 0;
}
body.woocommerce-page.woocommerce-checkout table.shop_table dl.variation dt,
body.woocommerce-page.woocommerce-checkout table.shop_table dl.variation dd {
  margin: 0 5px 0 0;
  padding: 0;
  display: inline-block;
}
body.woocommerce-page.woocommerce-checkout table.shop_table dl.variation dt p,
body.woocommerce-page.woocommerce-checkout table.shop_table dl.variation dd p {
  margin: 0;
}
body.woocommerce-page.woocommerce-checkout table.shop_table input[type="text"],
body.woocommerce-page.woocommerce-checkout
  table.shop_table
  input[type="submit"],
body.woocommerce-page.woocommerce-checkout
  table.shop_table
  button[type="submit"] {
  height: 40px;
  line-height: 40px;
  padding: 0 15px !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
body.woocommerce-page.woocommerce-checkout table.shop_table input[type="text"] {
  border-color: #f1eeea !important;
}
body.woocommerce-page.woocommerce-checkout
  table.shop_table
  input[type="submit"],
body.woocommerce-page.woocommerce-checkout
  table.shop_table
  button[type="submit"] {
  text-transform: uppercase;
}
body.woocommerce-page.woocommerce-checkout table.shop_table #coupon_code {
  width: 160px !important;
}
body.woocommerce-page.woocommerce-checkout
  form.woocommerce-checkout
  #order_review_heading {
  margin-top: 30px;
}
body.woocommerce-page.woocommerce-checkout form.woocommerce-checkout .select2 {
  margin: 0;
}
body.woocommerce-page.woocommerce-checkout
  form.woocommerce-checkout
  .select2
  span.select2-selection {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  border: 1px solid #f1eeea;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  outline: none;
}
body.woocommerce-page.woocommerce-checkout
  form.woocommerce-checkout
  .select2
  span.select2-selection
  span.select2-selection__rendered {
  padding: 0;
  line-height: 40px;
}
body.woocommerce-page.woocommerce-checkout
  form.woocommerce-checkout
  .select2
  span.select2-selection
  span.select2-selection__arrow {
  height: 40px;
  line-height: 40px;
  width: 30px;
  text-align: center;
}
body.woocommerce-page.woocommerce-checkout .woo-notice {
  padding: 0;
}
body.woocommerce-page.woocommerce-checkout #payment {
  background: none;
}
body.woocommerce-page.woocommerce-checkout #payment ul,
body.woocommerce-page.woocommerce-checkout #payment > div {
  padding: 0;
  border: none;
}
body.woocommerce-page.woocommerce-checkout #payment .place-order {
  margin-bottom: 0;
  margin-top: 30px;
}
body.woocommerce-page.woocommerce-checkout #payment input[type="submit"],
body.woocommerce-page.woocommerce-checkout #payment button[type="submit"] {
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  color: #fff;
  background-color: #5fbd74;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
body.woocommerce-page.woocommerce-checkout #payment input[type="submit"]:hover,
body.woocommerce-page.woocommerce-checkout
  #payment
  button[type="submit"]:hover {
  opacity: 0.8;
}
body.woocommerce-page.woocommerce-checkout #payment div.payment_box {
  background-color: #f1eeea;
}
body.woocommerce-page.woocommerce-checkout #payment div.payment_box:before {
  border-bottom-color: #f1eeea;
}
body.woocommerce-page.woocommerce-checkout #payment div.payment_box p {
  margin: 0;
}
body.woocommerce-page.woocommerce-checkout
  div.woocommerce
  ul.woocommerce-thankyou-order-details {
  margin-left: 0;
  padding-left: 0;
}
body.woocommerce-page.woocommerce-checkout a.wc-backward,
body.woocommerce-page.woocommerce-checkout a.checkout-button {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #5fbd74 !important;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
}
body.woocommerce-page.woocommerce-checkout a.wc-backward:hover,
body.woocommerce-page.woocommerce-checkout a.checkout-button:hover {
  opacity: 0.8;
}
body.woocommerce-page.woocommerce-checkout form.checkout_coupon {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #f7f6f7;
  border-color: #f1eeea;
}
body.woocommerce-page.woocommerce-checkout form.checkout_coupon .button {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #5fbd74 !important;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
}
body.woocommerce-page.woocommerce-checkout form.checkout_coupon .button:hover {
  opacity: 0.8;
}
body.woocommerce-page.woocommerce-checkout:not(.search) .hhviizleagfrpeg h2,
body.woocommerce-page.woocommerce-checkout:not(.search) .hhviizleagfrpeg h3,
body.woocommerce-page.woocommerce-checkout:not(.search) .losdiglhfivd h2,
body.woocommerce-page.woocommerce-checkout:not(.search) .losdiglhfivd h3 {
  font-family: "Great Vibes";
  font-size: 34px;
  font-weight: 400;
}
body.woocommerce-page.woocommerce-checkout .select2-dropdown {
  margin-top: -1px;
  border: 1px solid #f1eeea;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
body.woocommerce-page.woocommerce-checkout
  .select2-dropdown
  input.select2-search__field {
  outline: none;
  border: 1px solid #f1eeea;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
}
body.woocommerce-page.woocommerce-checkout .select2-dropdown ul li {
  outline: none;
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  padding: 0;
  margin: 0;
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #f1eeea;
  position: relative;
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  color: #5fbd74;
  padding-left: 20px;
}
body.woocommerce-account
  .woocommerce-MyAccount-navigation
  ul
  li
  a:hover:before {
  position: absolute;
  content: "\f462";
  font-family: "Ionicons";
  left: 0;
  top: 17px;
  color: inherit;
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child a {
  border-bottom: none;
}
body.woocommerce-account fieldset {
  border: 1px solid #f1eeea;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
body.woocommerce-account a.button,
body.woocommerce-account input[type="submit"],
body.woocommerce-account button[type="submit"] {
  height: 40px;
  line-height: 40px;
  background: #5fbd74;
  color: #fff;
  padding: 0 15px;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
body.woocommerce-account form.login {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border-color: #f1eeea;
}
body.woocommerce-account table.shop_table {
  border: none;
  font-size: 15px;
}
body.woocommerce-account table.shop_table td {
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #f4f4f4;
  padding: 15px 15px 15px 0;
}
body.woocommerce-account table.shop_table td.product-name {
  padding-left: 0;
}
body.woocommerce-account table.shop_table td.product-name a {
  font-weight: 700;
}
body.woocommerce-account table.shop_table td.rqitghkdfadho-actions {
  padding-right: 0;
  text-align: right;
}
body.woocommerce-account table.shop_table td.product-remove {
  padding-left: 0;
}
body.woocommerce-account table.shop_table td.product-subtotal {
  text-align: right;
  font-weight: 700;
  padding-right: 0;
  color: #5fbd74;
}
body.woocommerce-account table.shop_table td.product-thumbnail img {
  width: 100px;
  border: 2px solid #f1eeea;
}
body.woocommerce-account table.shop_table th {
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #f4f4f4;
  padding-left: 0;
}
body.woocommerce-account table.shop_table th.rqitghkdfadho-actions {
  padding-right: 0;
  text-align: right;
}
body.woocommerce-account table.shop_table dl.variation dt,
body.woocommerce-account table.shop_table dl.variation dd {
  margin: 0 5px 0 0;
  padding: 0;
  display: inline-block;
}
body.woocommerce-account table.shop_table dl.variation dt p,
body.woocommerce-account table.shop_table dl.variation dd p {
  margin: 0;
}
body.woocommerce-account table.shop_table input[type="text"],
body.woocommerce-account table.shop_table input[type="submit"],
body.woocommerce-account table.shop_table button[type="submit"] {
  height: 40px;
  line-height: 40px;
  padding: 0 15px !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #5e5a54;
  -webkit-font-smoothing: antialiased;
}
body.woocommerce-account table.shop_table input[type="text"] {
  border-color: #f1eeea !important;
}
body.woocommerce-account table.shop_table input[type="submit"],
body.woocommerce-account table.shop_table button[type="submit"] {
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
body.woocommerce-account table.shop_table input[type="submit"]:hover,
body.woocommerce-account table.shop_table button[type="submit"]:hover {
  background: #5fbd74;
  color: #fff;
}
body.woocommerce-account table.shop_table #coupon_code {
  width: 160px !important;
}
body.woocommerce-account table.shop_table a.remove {
  font-size: 18px;
  font-weight: 400;
  color: #5e5a54 !important;
}
body.woocommerce-account table.shop_table a.remove:hover {
  background: none;
  color: #5fbd74 !important;
}
body.woocommerce-account:not(.search) .hhviizleagfrpeg h2,
body.woocommerce-account:not(.search) .hhviizleagfrpeg h3,
body.woocommerce-account:not(.search) .losdiglhfivd h2,
body.woocommerce-account:not(.search) .losdiglhfivd h3 {
  font-family: "Great Vibes";
  font-size: 34px;
  font-weight: 400;
}
#woosb_wrap {
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
}
#woosb_products,
#woobt_products {
  border-width: 0 0 0 0;
}
#woosb_products tr:last-child td,
#woobt_products tr:last-child td {
  border: none;
}
#woosw-area .woosw-content {
  border-radius: 4px;
  overflow: hidden;
}
#woosw-area .woosw-content-item--price del {
  opacity: 0.5;
}
#woosw-area .woosw-content-item--price ins {
  background-color: transparent;
}
#woosw-area .woosw-content-item--add .add-to-cart-btn {
  font-size: 14px;
  display: inline-block;
}
.woosw-list table tr td {
  border: none;
  text-align: left;
}
.woosw-list table tr td del {
  opacity: 0.5;
}
.woosw-list table tr td ins {
  background-color: transparent;
}
.woosw-list table tr td .add-to-cart-btn {
  display: inline-block !important;
}
.woosw-list table tr td .button {
  background: #5fbd74;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1em;
  padding: 12px 15px !important;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.woosw-list table tr td .button.loading {
  opacity: 1;
}
.woosw-list table tr td .button.loading:after {
  position: relative;
  display: inline-block;
  top: auto;
  right: auto;
  margin-left: 5px;
  content: "\e922" !important;
  font-family: "organik" !important;
  font-weight: 400;
  -webkit-animation: spinner 1s linear infinite !important;
  animation: spinner 1s linear infinite !important;
}
.woosw-list table tr td .button.added {
  padding-right: 15px;
}
.woosw-list table tr td .button.added:after {
  margin-left: 7px;
  content: "\f383" !important;
  font-family: Ionicons !important;
  font-weight: 400;
}
.woosw-list table tr td .added_to_cart {
  display: none;
}
.woosw-list table tr td:last-child {
  text-align: right;
}
.woosw-list .woosw-share a {
  font-size: 0;
  display: inline-block;
  width: 20px;
  text-align: center;
}
.woosw-list .woosw-share a:before {
  font-family: Ionicons;
  font-size: 16px;
}
.woosw-list .woosw-share a.woosw-share-facebook:before {
  content: "\f231";
}
.woosw-list .woosw-share a.woosw-share-twitter:before {
  content: "\f243";
}
.woosw-list .woosw-share a.woosw-share-pinterest:before {
  content: "\f2b1";
}
.woosw-list .woosw-share a.woosw-share-google-plus:before {
  content: "\f235";
}
.woosw-list .woosw-share a.woosw-share-mail:before {
  content: "\f2eb";
}
.woosw-list .woosw-copy {
  display: flex;
  align-items: center;
}
.pri-color {
  color: #5fbd74 !important;
}
.nd-color {
  color: #7fca90 !important;
}
.pri-bgcolor {
  background-color: #5fbd74;
}
.nd-bgcolor {
  background-color: #7fca90;
}
.z-index2 {
  position: relative;
  z-index: 2;
}
.text-center {
  text-align: center;
}
html .gwhgetveyzxug:before,
html .insight-carousel .slick-track:before,
.insight-carousel html .slick-track:before,
html .insight-process--small-icon:before,
html .gwhgetveyzxug:after,
html .insight-carousel .slick-track:after,
.insight-carousel html .slick-track:after,
html .insight-process--small-icon:after {
  display: block;
}
body .col-md-4p {
  width: 100%;
}
@media (min-width: 769px) {
  body .col-md-4p {
    width: 40%;
  }
}
body .col-md-6p {
  width: 100%;
}
@media (min-width: 769px) {
  body .col-md-6p {
    width: 60%;
  }
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 7px;
  left: 7px;
  width: 6px;
  height: 6px;
  content: "";
  background-color: #222;
  opacity: 0.25;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}
@-webkit-keyframes fadeIn {
  0% {
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes moveVertical {
  0% {
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes moveVertical {
  0% {
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes moveHorizontal {
  0% {
  }
  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}
@keyframes moveHorizontal {
  0% {
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes scaleUp {
  0% {
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes scaleUp {
  0% {
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes fallPerspective {
  0% {
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes fallPerspective {
  0% {
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0) rotateX(0deg);
    transform: translateZ(0) translateY(0) rotateX(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes fly {
  0% {
  }
  100% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes fly {
  0% {
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes flip {
  0% {
  }
  100% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flip {
  0% {
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes helix {
  0% {
  }
  100% {
    -webkit-transform: rotateY(0deg);
    opacity: 1;
  }
}
@keyframes helix {
  0% {
  }
  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes popUp {
  0% {
  }
  70% {
    -webkit-transform: scale(1.1);
    opacity: 0.8;
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes popUp {
  0% {
  }
  70% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.8;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.tm-animation {
  opacity: 0;
}
.tm-animation.fade-in.animate {
  -webkit-animation: fadeIn 0.95s ease forwards;
  animation: fadeIn 0.95s ease forwards;
}
.tm-animation.move-up.animate {
  -webkit-transform: translateY(150px);
  transform: translateY(150px);
  -webkit-animation: moveVertical 0.65s ease forwards;
  animation: moveVertical 0.65s ease forwards;
}
.tm-animation.move-down.animate {
  -webkit-transform: translateY(-150px);
  transform: translateY(-150px);
  -webkit-animation: moveVertical 0.65s ease forwards;
  animation: moveVertical 0.65s ease forwards;
}
.tm-animation.move-left.animate {
  -webkit-transform: translateX(150px);
  transform: translateX(150px);
  -webkit-animation: moveHorizontal 0.65s ease forwards;
  animation: moveHorizontal 0.65s ease forwards;
}
.tm-animation.move-right.animate {
  -webkit-transform: translateX(-150px);
  transform: translateX(-150px);
  -webkit-animation: moveHorizontal 0.65s ease forwards;
  animation: moveHorizontal 0.65s ease forwards;
}
.tm-animation.scale-up.animate {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-animation: scaleUp 0.65s ease-in-out forwards;
  animation: scaleUp 0.65s ease-in-out forwards;
}
.tm-animation.fall-perspective {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}
.tm-animation.fall-perspective.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
  transform: translateZ(400px) translateY(300px) rotateX(-90deg);
  -webkit-animation: fallPerspective 0.8s ease-in-out forwards;
  animation: fallPerspective 0.8s ease-in-out forwards;
}
.tm-animation.fly {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}
.tm-animation.fly.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50% -300px;
  transform-origin: 50% 50% -300px;
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
  -webkit-animation: fly 0.8s ease-in-out forwards;
  animation: fly 0.8s ease-in-out forwards;
}
.tm-animation.flip.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: rotateX(-80deg);
  transform: rotateX(-80deg);
  -webkit-animation: flip 0.8s ease-in-out forwards;
  animation: flip 0.8s ease-in-out forwards;
}
.tm-animation.helix {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}
.tm-animation.helix.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-animation: helix 0.8s ease-in-out forwards;
  animation: helix 0.8s ease-in-out forwards;
}
.tm-animation.pop-up {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}
.tm-animation.pop-up.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
  -webkit-animation: popUp 0.8s ease-in forwards;
  animation: popUp 0.8s ease-in forwards;
}
@charset "UTF-8";
/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/

.ion,
.ionicons,
.ion-alert:before,
.ion-alert-circled:before,
.ion-android-add:before,
.ion-android-add-circle:before,
.ion-android-alarm-clock:before,
.ion-android-alert:before,
.ion-android-apps:before,
.ion-android-archive:before,
.ion-android-arrow-back:before,
.ion-android-arrow-down:before,
.ion-android-arrow-dropdown:before,
.ion-android-arrow-dropdown-circle:before,
.ion-android-arrow-dropleft:before,
.ion-android-arrow-dropleft-circle:before,
.ion-android-arrow-dropright:before,
.ion-android-arrow-dropright-circle:before,
.ion-android-arrow-dropup:before,
.ion-android-arrow-dropup-circle:before,
.ion-android-arrow-forward:before,
.ion-android-arrow-up:before,
.ion-android-attach:before,
.ion-android-bar:before,
.ion-android-bicycle:before,
.ion-android-boat:before,
.ion-android-bookmark:before,
.ion-android-bulb:before,
.ion-android-bus:before,
.ion-android-calendar:before,
.ion-android-call:before,
.ion-android-camera:before,
.ion-android-cancel:before,
.ion-android-car:before,
.ion-android-cart:before,
.ion-android-chat:before,
.ion-android-checkbox:before,
.ion-android-checkbox-blank:before,
.ion-android-checkbox-outline:before,
.ion-android-checkbox-outline-blank:before,
.ion-android-checkmark-circle:before,
.ion-android-clipboard:before,
.ion-android-close:before,
.ion-android-cloud:before,
.ion-android-cloud-circle:before,
.ion-android-cloud-done:before,
.ion-android-cloud-outline:before,
.ion-android-color-palette:before,
.ion-android-compass:before,
.ion-android-contact:before,
.ion-android-contacts:before,
.ion-android-contract:before,
.ion-android-create:before,
.ion-android-delete:before,
.ion-android-desktop:before,
.ion-android-document:before,
.ion-android-done:before,
.ion-android-done-all:before,
.ion-android-download:before,
.ion-android-drafts:before,
.ion-android-exit:before,
.ion-android-expand:before,
.ion-android-favorite:before,
.ion-android-favorite-outline:before,
.ion-android-film:before,
.ion-android-folder:before,
.ion-android-folder-open:before,
.ion-android-funnel:before,
.ion-android-globe:before,
.ion-android-hand:before,
.ion-android-hangout:before,
.ion-android-happy:before,
.ion-android-home:before,
.ion-android-image:before,
.ion-android-laptop:before,
.ion-android-list:before,
.ion-android-locate:before,
.ion-android-lock:before,
.ion-android-mail:before,
.ion-android-map:before,
.ion-android-menu:before,
.ion-android-microphone:before,
.ion-android-microphone-off:before,
.ion-android-more-horizontal:before,
.ion-android-more-vertical:before,
.ion-android-navigate:before,
.ion-android-notifications:before,
.ion-android-notifications-none:before,
.ion-android-notifications-off:before,
.ion-android-open:before,
.ion-android-options:before,
.ion-android-people:before,
.ion-android-person:before,
.ion-android-person-add:before,
.ion-android-phone-landscape:before,
.ion-android-phone-portrait:before,
.ion-android-pin:before,
.ion-android-plane:before,
.ion-android-playstore:before,
.ion-android-print:before,
.ion-android-radio-button-off:before,
.ion-android-radio-button-on:before,
.ion-android-refresh:before,
.ion-android-remove:before,
.ion-android-remove-circle:before,
.ion-android-restaurant:before,
.ion-android-sad:before,
.ion-android-search:before,
.ion-android-send:before,
.ion-android-settings:before,
.ion-android-share:before,
.ion-android-share-alt:before,
.ion-android-star:before,
.ion-android-star-half:before,
.ion-android-star-outline:before,
.ion-android-stopwatch:before,
.ion-android-subway:before,
.ion-android-sunny:before,
.ion-android-sync:before,
.ion-android-textsms:before,
.ion-android-time:before,
.ion-android-train:before,
.ion-android-unlock:before,
.ion-android-upload:before,
.ion-android-volume-down:before,
.ion-android-volume-mute:before,
.ion-android-volume-off:before,
.ion-android-volume-up:before,
.ion-android-walk:before,
.ion-android-warning:before,
.ion-android-watch:before,
.ion-android-wifi:before,
.ion-aperture:before,
.ion-archive:before,
.ion-arrow-down-a:before,
.ion-arrow-down-b:before,
.ion-arrow-down-c:before,
.ion-arrow-expand:before,
.ion-arrow-graph-down-left:before,
.ion-arrow-graph-down-right:before,
.ion-arrow-graph-up-left:before,
.ion-arrow-graph-up-right:before,
.ion-arrow-left-a:before,
.ion-arrow-left-b:before,
.ion-arrow-left-c:before,
.ion-arrow-move:before,
.ion-arrow-resize:before,
.ion-arrow-return-left:before,
.ion-arrow-return-right:before,
.ion-arrow-right-a:before,
.ion-arrow-right-b:before,
.ion-arrow-right-c:before,
.ion-arrow-shrink:before,
.ion-arrow-swap:before,
.ion-arrow-up-a:before,
.ion-arrow-up-b:before,
.ion-arrow-up-c:before,
.ion-asterisk:before,
.ion-at:before,
.ion-backspace:before,
.ion-backspace-outline:before,
.ion-bag:before,
.ion-battery-charging:before,
.ion-battery-empty:before,
.ion-battery-full:before,
.ion-battery-half:before,
.ion-battery-low:before,
.ion-beaker:before,
.ion-beer:before,
.ion-bluetooth:before,
.ion-bonfire:before,
.ion-bookmark:before,
.ion-bowtie:before,
.ion-briefcase:before,
.ion-bug:before,
.ion-calculator:before,
.ion-calendar:before,
.ion-camera:before,
.ion-card:before,
.ion-cash:before,
.ion-chatbox:before,
.ion-chatbox-working:before,
.ion-chatboxes:before,
.ion-chatbubble:before,
.ion-chatbubble-working:before,
.ion-chatbubbles:before,
.ion-checkmark:before,
.ion-checkmark-circled:before,
.ion-checkmark-round:before,
.ion-chevron-down:before,
.ion-chevron-left:before,
.ion-chevron-right:before,
.ion-chevron-up:before,
.ion-clipboard:before,
.ion-clock:before,
.ion-close:before,
.ion-close-circled:before,
.ion-close-round:before,
.ion-closed-captioning:before,
.ion-cloud:before,
.ion-code:before,
.ion-code-download:before,
.ion-code-working:before,
.ion-coffee:before,
.ion-compass:before,
.ion-compose:before,
.ion-connection-bars:before,
.ion-contrast:before,
.ion-crop:before,
.ion-cube:before,
.ion-disc:before,
.ion-document:before,
.ion-document-text:before,
.ion-drag:before,
.ion-earth:before,
.ion-easel:before,
.ion-edit:before,
.ion-egg:before,
.ion-eject:before,
.ion-email:before,
.ion-email-unread:before,
.ion-erlenmeyer-flask:before,
.ion-erlenmeyer-flask-bubbles:before,
.ion-eye:before,
.ion-eye-disabled:before,
.ion-female:before,
.ion-filing:before,
.ion-film-marker:before,
.ion-fireball:before,
.ion-flag:before,
.ion-flame:before,
.ion-flash:before,
.ion-flash-off:before,
.ion-folder:before,
.ion-fork:before,
.ion-fork-repo:before,
.ion-forward:before,
.ion-funnel:before,
.ion-gear-a:before,
.ion-gear-b:before,
.ion-grid:before,
.ion-hammer:before,
.ion-happy:before,
.ion-happy-outline:before,
.ion-headphone:before,
.ion-heart:before,
.ion-heart-broken:before,
.ion-help:before,
.ion-help-buoy:before,
.ion-help-circled:before,
.ion-home:before,
.ion-icecream:before,
.ion-image:before,
.ion-images:before,
.ion-information:before,
.ion-information-circled:before,
.ion-ionic:before,
.ion-ios-alarm:before,
.ion-ios-alarm-outline:before,
.ion-ios-albums:before,
.ion-ios-albums-outline:before,
.ion-ios-americanfootball:before,
.ion-ios-americanfootball-outline:before,
.ion-ios-analytics:before,
.ion-ios-analytics-outline:before,
.ion-ios-arrow-back:before,
.ion-ios-arrow-down:before,
.ion-ios-arrow-forward:before,
.ion-ios-arrow-left:before,
.ion-ios-arrow-right:before,
.ion-ios-arrow-thin-down:before,
.ion-ios-arrow-thin-left:before,
.ion-ios-arrow-thin-right:before,
.ion-ios-arrow-thin-up:before,
.ion-ios-arrow-up:before,
.ion-ios-at:before,
.ion-ios-at-outline:before,
.ion-ios-barcode:before,
.ion-ios-barcode-outline:before,
.ion-ios-baseball:before,
.ion-ios-baseball-outline:before,
.ion-ios-basketball:before,
.ion-ios-basketball-outline:before,
.ion-ios-bell:before,
.ion-ios-bell-outline:before,
.ion-ios-body:before,
.ion-ios-body-outline:before,
.ion-ios-bolt:before,
.ion-ios-bolt-outline:before,
.ion-ios-book:before,
.ion-ios-book-outline:before,
.ion-ios-bookmarks:before,
.ion-ios-bookmarks-outline:before,
.ion-ios-box:before,
.ion-ios-box-outline:before,
.ion-ios-briefcase:before,
.ion-ios-briefcase-outline:before,
.ion-ios-browsers:before,
.ion-ios-browsers-outline:before,
.ion-ios-calculator:before,
.ion-ios-calculator-outline:before,
.ion-ios-calendar:before,
.ion-ios-calendar-outline:before,
.ion-ios-camera:before,
.ion-ios-camera-outline:before,
.ion-ios-cart:before,
.ion-ios-cart-outline:before,
.ion-ios-chatboxes:before,
.ion-ios-chatboxes-outline:before,
.ion-ios-chatbubble:before,
.ion-ios-chatbubble-outline:before,
.ion-ios-checkmark:before,
.ion-ios-checkmark-empty:before,
.ion-ios-checkmark-outline:before,
.ion-ios-circle-filled:before,
.ion-ios-circle-outline:before,
.ion-ios-clock:before,
.ion-ios-clock-outline:before,
.ion-ios-close:before,
.ion-ios-close-empty:before,
.ion-ios-close-outline:before,
.ion-ios-cloud:before,
.ion-ios-cloud-download:before,
.ion-ios-cloud-download-outline:before,
.ion-ios-cloud-outline:before,
.ion-ios-cloud-upload:before,
.ion-ios-cloud-upload-outline:before,
.ion-ios-cloudy:before,
.ion-ios-cloudy-night:before,
.ion-ios-cloudy-night-outline:before,
.ion-ios-cloudy-outline:before,
.ion-ios-cog:before,
.ion-ios-cog-outline:before,
.ion-ios-color-filter:before,
.ion-ios-color-filter-outline:before,
.ion-ios-color-wand:before,
.ion-ios-color-wand-outline:before,
.ion-ios-compose:before,
.ion-ios-compose-outline:before,
.ion-ios-contact:before,
.ion-ios-contact-outline:before,
.ion-ios-copy:before,
.ion-ios-copy-outline:before,
.ion-ios-crop:before,
.ion-ios-crop-strong:before,
.ion-ios-download:before,
.ion-ios-download-outline:before,
.ion-ios-drag:before,
.ion-ios-email:before,
.ion-ios-email-outline:before,
.ion-ios-eye:before,
.ion-ios-eye-outline:before,
.ion-ios-fastforward:before,
.ion-ios-fastforward-outline:before,
.ion-ios-filing:before,
.ion-ios-filing-outline:before,
.ion-ios-film:before,
.ion-ios-film-outline:before,
.ion-ios-flag:before,
.ion-ios-flag-outline:before,
.ion-ios-flame:before,
.ion-ios-flame-outline:before,
.ion-ios-flask:before,
.ion-ios-flask-outline:before,
.ion-ios-flower:before,
.ion-ios-flower-outline:before,
.ion-ios-folder:before,
.ion-ios-folder-outline:before,
.ion-ios-football:before,
.ion-ios-football-outline:before,
.ion-ios-game-controller-a:before,
.ion-ios-game-controller-a-outline:before,
.ion-ios-game-controller-b:before,
.ion-ios-game-controller-b-outline:before,
.ion-ios-gear:before,
.ion-ios-gear-outline:before,
.ion-ios-glasses:before,
.ion-ios-glasses-outline:before,
.ion-ios-grid-view:before,
.ion-ios-grid-view-outline:before,
.ion-ios-heart:before,
.ion-ios-heart-outline:before,
.ion-ios-help:before,
.ion-ios-help-empty:before,
.ion-ios-help-outline:before,
.ion-ios-home:before,
.ion-ios-home-outline:before,
.ion-ios-infinite:before,
.ion-ios-infinite-outline:before,
.ion-ios-information:before,
.ion-ios-information-empty:before,
.ion-ios-information-outline:before,
.ion-ios-ionic-outline:before,
.ion-ios-keypad:before,
.ion-ios-keypad-outline:before,
.ion-ios-lightbulb:before,
.ion-ios-lightbulb-outline:before,
.ion-ios-list:before,
.ion-ios-list-outline:before,
.ion-ios-location:before,
.ion-ios-location-outline:before,
.ion-ios-locked:before,
.ion-ios-locked-outline:before,
.ion-ios-loop:before,
.ion-ios-loop-strong:before,
.ion-ios-medical:before,
.ion-ios-medical-outline:before,
.ion-ios-medkit:before,
.ion-ios-medkit-outline:before,
.ion-ios-mic:before,
.ion-ios-mic-off:before,
.ion-ios-mic-outline:before,
.ion-ios-minus:before,
.ion-ios-minus-empty:before,
.ion-ios-minus-outline:before,
.ion-ios-monitor:before,
.ion-ios-monitor-outline:before,
.ion-ios-moon:before,
.ion-ios-moon-outline:before,
.ion-ios-more:before,
.ion-ios-more-outline:before,
.ion-ios-musical-note:before,
.ion-ios-musical-notes:before,
.ion-ios-navigate:before,
.ion-ios-navigate-outline:before,
.ion-ios-nutrition:before,
.ion-ios-nutrition-outline:before,
.ion-ios-paper:before,
.ion-ios-paper-outline:before,
.ion-ios-paperplane:before,
.ion-ios-paperplane-outline:before,
.ion-ios-partlysunny:before,
.ion-ios-partlysunny-outline:before,
.ion-ios-pause:before,
.ion-ios-pause-outline:before,
.ion-ios-paw:before,
.ion-ios-paw-outline:before,
.ion-ios-people:before,
.ion-ios-people-outline:before,
.ion-ios-person:before,
.ion-ios-person-outline:before,
.ion-ios-personadd:before,
.ion-ios-personadd-outline:before,
.ion-ios-photos:before,
.ion-ios-photos-outline:before,
.ion-ios-pie:before,
.ion-ios-pie-outline:before,
.ion-ios-pint:before,
.ion-ios-pint-outline:before,
.ion-ios-play:before,
.ion-ios-play-outline:before,
.ion-ios-plus:before,
.ion-ios-plus-empty:before,
.ion-ios-plus-outline:before,
.ion-ios-pricetag:before,
.ion-ios-pricetag-outline:before,
.ion-ios-pricetags:before,
.ion-ios-pricetags-outline:before,
.ion-ios-printer:before,
.ion-ios-printer-outline:before,
.ion-ios-pulse:before,
.ion-ios-pulse-strong:before,
.ion-ios-rainy:before,
.ion-ios-rainy-outline:before,
.ion-ios-recording:before,
.ion-ios-recording-outline:before,
.ion-ios-redo:before,
.ion-ios-redo-outline:before,
.ion-ios-refresh:before,
.ion-ios-refresh-empty:before,
.ion-ios-refresh-outline:before,
.ion-ios-reload:before,
.ion-ios-reverse-camera:before,
.ion-ios-reverse-camera-outline:before,
.ion-ios-rewind:before,
.ion-ios-rewind-outline:before,
.ion-ios-rose:before,
.ion-ios-rose-outline:before,
.ion-ios-search:before,
.ion-ios-search-strong:before,
.ion-ios-settings:before,
.ion-ios-settings-strong:before,
.ion-ios-shuffle:before,
.ion-ios-shuffle-strong:before,
.ion-ios-skipbackward:before,
.ion-ios-skipbackward-outline:before,
.ion-ios-skipforward:before,
.ion-ios-skipforward-outline:before,
.ion-ios-snowy:before,
.ion-ios-speedometer:before,
.ion-ios-speedometer-outline:before,
.ion-ios-star:before,
.ion-ios-star-half:before,
.ion-ios-star-outline:before,
.ion-ios-stopwatch:before,
.ion-ios-stopwatch-outline:before,
.ion-ios-sunny:before,
.ion-ios-sunny-outline:before,
.ion-ios-telephone:before,
.ion-ios-telephone-outline:before,
.ion-ios-tennisball:before,
.ion-ios-tennisball-outline:before,
.ion-ios-thunderstorm:before,
.ion-ios-thunderstorm-outline:before,
.ion-ios-time:before,
.ion-ios-time-outline:before,
.ion-ios-timer:before,
.ion-ios-timer-outline:before,
.ion-ios-toggle:before,
.ion-ios-toggle-outline:before,
.ion-ios-trash:before,
.ion-ios-trash-outline:before,
.ion-ios-undo:before,
.ion-ios-undo-outline:before,
.ion-ios-unlocked:before,
.ion-ios-unlocked-outline:before,
.ion-ios-upload:before,
.ion-ios-upload-outline:before,
.ion-ios-videocam:before,
.ion-ios-videocam-outline:before,
.ion-ios-volume-high:before,
.ion-ios-volume-low:before,
.ion-ios-wineglass:before,
.ion-ios-wineglass-outline:before,
.ion-ios-world:before,
.ion-ios-world-outline:before,
.ion-ipad:before,
.ion-iphone:before,
.ion-ipod:before,
.ion-jet:before,
.ion-key:before,
.ion-knife:before,
.ion-laptop:before,
.ion-leaf:before,
.ion-levels:before,
.ion-lightbulb:before,
.ion-link:before,
.ion-load-a:before,
.ion-load-b:before,
.ion-load-c:before,
.ion-load-d:before,
.ion-location:before,
.ion-lock-combination:before,
.ion-locked:before,
.ion-log-in:before,
.ion-log-out:before,
.ion-loop:before,
.ion-magnet:before,
.ion-male:before,
.ion-man:before,
.ion-map:before,
.ion-medkit:before,
.ion-merge:before,
.ion-mic-a:before,
.ion-mic-b:before,
.ion-mic-c:before,
.ion-minus:before,
.ion-minus-circled:before,
.ion-minus-round:before,
.ion-model-s:before,
.ion-monitor:before,
.ion-more:before,
.ion-mouse:before,
.ion-music-note:before,
.ttoitqeskeocta:before,
.ttoitqeskeocta-round:before,
.ion-navigate:before,
.ion-network:before,
.ion-no-smoking:before,
.ion-nuclear:before,
.ion-outlet:before,
.ion-paintbrush:before,
.ion-paintbucket:before,
.ion-paper-airplane:before,
.ion-paperclip:before,
.ion-pause:before,
.ion-person:before,
.ion-person-add:before,
.ion-person-stalker:before,
.ion-pie-graph:before,
.ion-pin:before,
.ion-pinpoint:before,
.ion-pizza:before,
.ion-plane:before,
.ion-planet:before,
.ion-play:before,
.ion-playstation:before,
.ion-plus:before,
.ion-plus-circled:before,
.ion-plus-round:before,
.ion-podium:before,
.ion-pound:before,
.ion-power:before,
.ion-pricetag:before,
.ion-pricetags:before,
.ion-printer:before,
.ion-pull-request:before,
.ion-qr-scanner:before,
.ion-quote:before,
.ion-radio-waves:before,
.ion-record:before,
.ion-refresh:before,
.ion-reply:before,
.ion-reply-all:before,
.ion-ribbon-a:before,
.ion-ribbon-b:before,
.ion-sad:before,
.ion-sad-outline:before,
.ion-scissors:before,
.ion-search:before,
.ion-settings:before,
.ion-share:before,
.ion-shuffle:before,
.ion-skip-backward:before,
.ion-skip-forward:before,
.ion-social-android:before,
.ion-social-android-outline:before,
.ion-social-angular:before,
.ion-social-angular-outline:before,
.ion-social-apple:before,
.ion-social-apple-outline:before,
.ion-social-bitcoin:before,
.ion-social-bitcoin-outline:before,
.ion-social-buffer:before,
.ion-social-buffer-outline:before,
.ion-social-chrome:before,
.ion-social-chrome-outline:before,
.ion-social-codepen:before,
.ion-social-codepen-outline:before,
.ion-social-css3:before,
.ion-social-css3-outline:before,
.ion-social-designernews:before,
.ion-social-designernews-outline:before,
.ion-social-dribbble:before,
.ion-social-dribbble-outline:before,
.ion-social-dropbox:before,
.ion-social-dropbox-outline:before,
.ion-social-euro:before,
.ion-social-euro-outline:before,
.ion-social-facebook:before,
.ion-social-facebook-outline:before,
.ion-social-foursquare:before,
.ion-social-foursquare-outline:before,
.ion-social-freebsd-devil:before,
.ion-social-github:before,
.ion-social-github-outline:before,
.ion-social-google:before,
.ion-social-google-outline:before,
.ion-social-googleplus:before,
.ion-social-googleplus-outline:before,
.ion-social-hackernews:before,
.ion-social-hackernews-outline:before,
.ion-social-html5:before,
.ion-social-html5-outline:before,
.ion-social-instagram:before,
.ion-social-instagram-outline:before,
.ion-social-javascript:before,
.ion-social-javascript-outline:before,
.ion-social-linkedin:before,
.ion-social-linkedin-outline:before,
.ion-social-markdown:before,
.ion-social-nodejs:before,
.ion-social-octocat:before,
.ion-social-pinterest:before,
.ion-social-pinterest-outline:before,
.ion-social-python:before,
.ion-social-reddit:before,
.ion-social-reddit-outline:before,
.ion-social-rss:before,
.ion-social-rss-outline:before,
.ion-social-sass:before,
.ion-social-skype:before,
.ion-social-skype-outline:before,
.ion-social-snapchat:before,
.ion-social-snapchat-outline:before,
.ion-social-tumblr:before,
.ion-social-tumblr-outline:before,
.ion-social-tux:before,
.ion-social-twitch:before,
.ion-social-twitch-outline:before,
.ion-social-twitter:before,
.ion-social-twitter-outline:before,
.ion-social-usd:before,
.ion-social-usd-outline:before,
.ion-social-vimeo:before,
.ion-social-vimeo-outline:before,
.ion-social-whatsapp:before,
.ion-social-whatsapp-outline:before,
.ion-social-windows:before,
.ion-social-windows-outline:before,
.ion-social-wordpress:before,
.ion-social-wordpress-outline:before,
.ion-social-yahoo:before,
.ion-social-yahoo-outline:before,
.ion-social-yen:before,
.ion-social-yen-outline:before,
.ion-social-youtube:before,
.ion-social-youtube-outline:before,
.ion-soup-can:before,
.ion-soup-can-outline:before,
.ion-speakerphone:before,
.ion-speedometer:before,
.ion-spoon:before,
.ion-star:before,
.ion-stats-bars:before,
.ion-steam:before,
.ion-stop:before,
.ion-thermometer:before,
.ion-thumbsdown:before,
.ion-thumbsup:before,
.ion-toggle:before,
.ion-toggle-filled:before,
.ion-transgender:before,
.ion-trash-a:before,
.ion-trash-b:before,
.ion-trophy:before,
.ion-tshirt:before,
.ion-tshirt-outline:before,
.ion-umbrella:before,
.ion-university:before,
.ion-unlocked:before,
.ion-upload:before,
.ion-usb:before,
.ion-videocamera:before,
.ion-volume-high:before,
.ion-volume-low:before,
.ion-volume-medium:before,
.ion-volume-mute:before,
.ion-wand:before,
.ion-waterdrop:before,
.ion-wifi:before,
.ion-wineglass:before,
.ion-woman:before,
.ion-wrench:before,
.ion-xbox:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ion-alert:before {
  content: "\f101";
}
.ion-alert-circled:before {
  content: "\f100";
}
.ion-android-add:before {
  content: "\f2c7";
}
.ion-android-add-circle:before {
  content: "\f359";
}
.ion-android-alarm-clock:before {
  content: "\f35a";
}
.ion-android-alert:before {
  content: "\f35b";
}
.ion-android-apps:before {
  content: "\f35c";
}
.ion-android-archive:before {
  content: "\f2c9";
}
.ion-android-arrow-back:before {
  content: "\f2ca";
}
.ion-android-arrow-down:before {
  content: "\f35d";
}
.ion-android-arrow-dropdown:before {
  content: "\f35f";
}
.ion-android-arrow-dropdown-circle:before {
  content: "\f35e";
}
.ion-android-arrow-dropleft:before {
  content: "\f361";
}
.ion-android-arrow-dropleft-circle:before {
  content: "\f360";
}
.ion-android-arrow-dropright:before {
  content: "\f363";
}
.ion-android-arrow-dropright-circle:before {
  content: "\f362";
}
.ion-android-arrow-dropup:before {
  content: "\f365";
}
.ion-android-arrow-dropup-circle:before {
  content: "\f364";
}
.ion-android-arrow-forward:before {
  content: "\f30f";
}
.ion-android-arrow-up:before {
  content: "\f366";
}
.ion-android-attach:before {
  content: "\f367";
}
.ion-android-bar:before {
  content: "\f368";
}
.ion-android-bicycle:before {
  content: "\f369";
}
.ion-android-boat:before {
  content: "\f36a";
}
.ion-android-bookmark:before {
  content: "\f36b";
}
.ion-android-bulb:before {
  content: "\f36c";
}
.ion-android-bus:before {
  content: "\f36d";
}
.ion-android-calendar:before {
  content: "\f2d1";
}
.ion-android-call:before {
  content: "\f2d2";
}
.ion-android-camera:before {
  content: "\f2d3";
}
.ion-android-cancel:before {
  content: "\f36e";
}
.ion-android-car:before {
  content: "\f36f";
}
.ion-android-cart:before {
  content: "\f370";
}
.ion-android-chat:before {
  content: "\f2d4";
}
.ion-android-checkbox:before {
  content: "\f374";
}
.ion-android-checkbox-blank:before {
  content: "\f371";
}
.ion-android-checkbox-outline:before {
  content: "\f373";
}
.ion-android-checkbox-outline-blank:before {
  content: "\f372";
}
.ion-android-checkmark-circle:before {
  content: "\f375";
}
.ion-android-clipboard:before {
  content: "\f376";
}
.ion-android-close:before {
  content: "\f2d7";
}
.ion-android-cloud:before {
  content: "\f37a";
}
.ion-android-cloud-circle:before {
  content: "\f377";
}
.ion-android-cloud-done:before {
  content: "\f378";
}
.ion-android-cloud-outline:before {
  content: "\f379";
}
.ion-android-color-palette:before {
  content: "\f37b";
}
.ion-android-compass:before {
  content: "\f37c";
}
.ion-android-contact:before {
  content: "\f2d8";
}
.ion-android-contacts:before {
  content: "\f2d9";
}
.ion-android-contract:before {
  content: "\f37d";
}
.ion-android-create:before {
  content: "\f37e";
}
.ion-android-delete:before {
  content: "\f37f";
}
.ion-android-desktop:before {
  content: "\f380";
}
.ion-android-document:before {
  content: "\f381";
}
.ion-android-done:before {
  content: "\f383";
}
.ion-android-done-all:before {
  content: "\f382";
}
.ion-android-download:before {
  content: "\f2dd";
}
.ion-android-drafts:before {
  content: "\f384";
}
.ion-android-exit:before {
  content: "\f385";
}
.ion-android-expand:before {
  content: "\f386";
}
.ion-android-favorite:before {
  content: "\f388";
}
.ion-android-favorite-outline:before {
  content: "\f387";
}
.ion-android-film:before {
  content: "\f389";
}
.ion-android-folder:before {
  content: "\f2e0";
}
.ion-android-folder-open:before {
  content: "\f38a";
}
.ion-android-funnel:before {
  content: "\f38b";
}
.ion-android-globe:before {
  content: "\f38c";
}
.ion-android-hand:before {
  content: "\f2e3";
}
.ion-android-hangout:before {
  content: "\f38d";
}
.ion-android-happy:before {
  content: "\f38e";
}
.ion-android-home:before {
  content: "\f38f";
}
.ion-android-image:before {
  content: "\f2e4";
}
.ion-android-laptop:before {
  content: "\f390";
}
.ion-android-list:before {
  content: "\f391";
}
.ion-android-locate:before {
  content: "\f2e9";
}
.ion-android-lock:before {
  content: "\f392";
}
.ion-android-mail:before {
  content: "\f2eb";
}
.ion-android-map:before {
  content: "\f393";
}
.ion-android-menu:before {
  content: "\f394";
}
.ion-android-microphone:before {
  content: "\f2ec";
}
.ion-android-microphone-off:before {
  content: "\f395";
}
.ion-android-more-horizontal:before {
  content: "\f396";
}
.ion-android-more-vertical:before {
  content: "\f397";
}
.ion-android-navigate:before {
  content: "\f398";
}
.ion-android-notifications:before {
  content: "\f39b";
}
.ion-android-notifications-none:before {
  content: "\f399";
}
.ion-android-notifications-off:before {
  content: "\f39a";
}
.ion-android-open:before {
  content: "\f39c";
}
.ion-android-options:before {
  content: "\f39d";
}
.ion-android-people:before {
  content: "\f39e";
}
.ion-android-person:before {
  content: "\f3a0";
}
.ion-android-person-add:before {
  content: "\f39f";
}
.ion-android-phone-landscape:before {
  content: "\f3a1";
}
.ion-android-phone-portrait:before {
  content: "\f3a2";
}
.ion-android-pin:before {
  content: "\f3a3";
}
.ion-android-plane:before {
  content: "\f3a4";
}
.ion-android-playstore:before {
  content: "\f2f0";
}
.ion-android-print:before {
  content: "\f3a5";
}
.ion-android-radio-button-off:before {
  content: "\f3a6";
}
.ion-android-radio-button-on:before {
  content: "\f3a7";
}
.ion-android-refresh:before {
  content: "\f3a8";
}
.ion-android-remove:before {
  content: "\f2f4";
}
.ion-android-remove-circle:before {
  content: "\f3a9";
}
.ion-android-restaurant:before {
  content: "\f3aa";
}
.ion-android-sad:before {
  content: "\f3ab";
}
.ion-android-search:before {
  content: "\f2f5";
}
.ion-android-send:before {
  content: "\f2f6";
}
.ion-android-settings:before {
  content: "\f2f7";
}
.ion-android-share:before {
  content: "\f2f8";
}
.ion-android-share-alt:before {
  content: "\f3ac";
}
.ion-android-star:before {
  content: "\f2fc";
}
.ion-android-star-half:before {
  content: "\f3ad";
}
.ion-android-star-outline:before {
  content: "\f3ae";
}
.ion-android-stopwatch:before {
  content: "\f2fd";
}
.ion-android-subway:before {
  content: "\f3af";
}
.ion-android-sunny:before {
  content: "\f3b0";
}
.ion-android-sync:before {
  content: "\f3b1";
}
.ion-android-textsms:before {
  content: "\f3b2";
}
.ion-android-time:before {
  content: "\f3b3";
}
.ion-android-train:before {
  content: "\f3b4";
}
.ion-android-unlock:before {
  content: "\f3b5";
}
.ion-android-upload:before {
  content: "\f3b6";
}
.ion-android-volume-down:before {
  content: "\f3b7";
}
.ion-android-volume-mute:before {
  content: "\f3b8";
}
.ion-android-volume-off:before {
  content: "\f3b9";
}
.ion-android-volume-up:before {
  content: "\f3ba";
}
.ion-android-walk:before {
  content: "\f3bb";
}
.ion-android-warning:before {
  content: "\f3bc";
}
.ion-android-watch:before {
  content: "\f3bd";
}
.ion-android-wifi:before {
  content: "\f305";
}
.ion-aperture:before {
  content: "\f313";
}
.ion-archive:before {
  content: "\f102";
}
.ion-arrow-down-a:before {
  content: "\f103";
}
.ion-arrow-down-b:before {
  content: "\f104";
}
.ion-arrow-down-c:before {
  content: "\f105";
}
.ion-arrow-expand:before {
  content: "\f25e";
}
.ion-arrow-graph-down-left:before {
  content: "\f25f";
}
.ion-arrow-graph-down-right:before {
  content: "\f260";
}
.ion-arrow-graph-up-left:before {
  content: "\f261";
}
.ion-arrow-graph-up-right:before {
  content: "\f262";
}
.ion-arrow-left-a:before {
  content: "\f106";
}
.ion-arrow-left-b:before {
  content: "\f107";
}
.ion-arrow-left-c:before {
  content: "\f108";
}
.ion-arrow-move:before {
  content: "\f263";
}
.ion-arrow-resize:before {
  content: "\f264";
}
.ion-arrow-return-left:before {
  content: "\f265";
}
.ion-arrow-return-right:before {
  content: "\f266";
}
.ion-arrow-right-a:before {
  content: "\f109";
}
.ion-arrow-right-b:before {
  content: "\f10a";
}
.ion-arrow-right-c:before {
  content: "\f10b";
}
.ion-arrow-shrink:before {
  content: "\f267";
}
.ion-arrow-swap:before {
  content: "\f268";
}
.ion-arrow-up-a:before {
  content: "\f10c";
}
.ion-arrow-up-b:before {
  content: "\f10d";
}
.ion-arrow-up-c:before {
  content: "\f10e";
}
.ion-asterisk:before {
  content: "\f314";
}
.ion-at:before {
  content: "\f10f";
}
.ion-backspace:before {
  content: "\f3bf";
}
.ion-backspace-outline:before {
  content: "\f3be";
}
.ion-bag:before {
  content: "\f110";
}
.ion-battery-charging:before {
  content: "\f111";
}
.ion-battery-empty:before {
  content: "\f112";
}
.ion-battery-full:before {
  content: "\f113";
}
.ion-battery-half:before {
  content: "\f114";
}
.ion-battery-low:before {
  content: "\f115";
}
.ion-beaker:before {
  content: "\f269";
}
.ion-beer:before {
  content: "\f26a";
}
.ion-bluetooth:before {
  content: "\f116";
}
.ion-bonfire:before {
  content: "\f315";
}
.ion-bookmark:before {
  content: "\f26b";
}
.ion-bowtie:before {
  content: "\f3c0";
}
.ion-briefcase:before {
  content: "\f26c";
}
.ion-bug:before {
  content: "\f2be";
}
.ion-calculator:before {
  content: "\f26d";
}
.ion-calendar:before {
  content: "\f117";
}
.ion-camera:before {
  content: "\f118";
}
.ion-card:before {
  content: "\f119";
}
.ion-cash:before {
  content: "\f316";
}
.ion-chatbox:before {
  content: "\f11b";
}
.ion-chatbox-working:before {
  content: "\f11a";
}
.ion-chatboxes:before {
  content: "\f11c";
}
.ion-chatbubble:before {
  content: "\f11e";
}
.ion-chatbubble-working:before {
  content: "\f11d";
}
.ion-chatbubbles:before {
  content: "\f11f";
}
.ion-checkmark:before {
  content: "\f122";
}
.ion-checkmark-circled:before {
  content: "\f120";
}
.ion-checkmark-round:before {
  content: "\f121";
}
.ion-chevron-down:before {
  content: "\f123";
}
.ion-chevron-left:before {
  content: "\f124";
}
.ion-chevron-right:before {
  content: "\f125";
}
.ion-chevron-up:before {
  content: "\f126";
}
.ion-clipboard:before {
  content: "\f127";
}
.ion-clock:before {
  content: "\f26e";
}
.ion-close:before {
  content: "\f12a";
}
.ion-close-circled:before {
  content: "\f128";
}
.ion-close-round:before {
  content: "\f129";
}
.ion-closed-captioning:before {
  content: "\f317";
}
.ion-cloud:before {
  content: "\f12b";
}
.ion-code:before {
  content: "\f271";
}
.ion-code-download:before {
  content: "\f26f";
}
.ion-code-working:before {
  content: "\f270";
}
.ion-coffee:before {
  content: "\f272";
}
.ion-compass:before {
  content: "\f273";
}
.ion-compose:before {
  content: "\f12c";
}
.ion-connection-bars:before {
  content: "\f274";
}
.ion-contrast:before {
  content: "\f275";
}
.ion-crop:before {
  content: "\f3c1";
}
.ion-cube:before {
  content: "\f318";
}
.ion-disc:before {
  content: "\f12d";
}
.ion-document:before {
  content: "\f12f";
}
.ion-document-text:before {
  content: "\f12e";
}
.ion-drag:before {
  content: "\f130";
}
.ion-earth:before {
  content: "\f276";
}
.ion-easel:before {
  content: "\f3c2";
}
.ion-edit:before {
  content: "\f2bf";
}
.ion-egg:before {
  content: "\f277";
}
.ion-eject:before {
  content: "\f131";
}
.ion-email:before {
  content: "\f132";
}
.ion-email-unread:before {
  content: "\f3c3";
}
.ion-erlenmeyer-flask:before {
  content: "\f3c5";
}
.ion-erlenmeyer-flask-bubbles:before {
  content: "\f3c4";
}
.ion-eye:before {
  content: "\f133";
}
.ion-eye-disabled:before {
  content: "\f306";
}
.ion-female:before {
  content: "\f278";
}
.ion-filing:before {
  content: "\f134";
}
.ion-film-marker:before {
  content: "\f135";
}
.ion-fireball:before {
  content: "\f319";
}
.ion-flag:before {
  content: "\f279";
}
.ion-flame:before {
  content: "\f31a";
}
.ion-flash:before {
  content: "\f137";
}
.ion-flash-off:before {
  content: "\f136";
}
.ion-folder:before {
  content: "\f139";
}
.ion-fork:before {
  content: "\f27a";
}
.ion-fork-repo:before {
  content: "\f2c0";
}
.ion-forward:before {
  content: "\f13a";
}
.ion-funnel:before {
  content: "\f31b";
}
.ion-gear-a:before {
  content: "\f13d";
}
.ion-gear-b:before {
  content: "\f13e";
}
.ion-grid:before {
  content: "\f13f";
}
.ion-hammer:before {
  content: "\f27b";
}
.ion-happy:before {
  content: "\f31c";
}
.ion-happy-outline:before {
  content: "\f3c6";
}
.ion-headphone:before {
  content: "\f140";
}
.ion-heart:before {
  content: "\f141";
}
.ion-heart-broken:before {
  content: "\f31d";
}
.ion-help:before {
  content: "\f143";
}
.ion-help-buoy:before {
  content: "\f27c";
}
.ion-help-circled:before {
  content: "\f142";
}
.ion-home:before {
  content: "\f144";
}
.ion-icecream:before {
  content: "\f27d";
}
.ion-image:before {
  content: "\f147";
}
.ion-images:before {
  content: "\f148";
}
.ion-information:before {
  content: "\f14a";
}
.ion-information-circled:before {
  content: "\f149";
}
.ion-ionic:before {
  content: "\f14b";
}
.ion-ios-alarm:before {
  content: "\f3c8";
}
.ion-ios-alarm-outline:before {
  content: "\f3c7";
}
.ion-ios-albums:before {
  content: "\f3ca";
}
.ion-ios-albums-outline:before {
  content: "\f3c9";
}
.ion-ios-americanfootball:before {
  content: "\f3cc";
}
.ion-ios-americanfootball-outline:before {
  content: "\f3cb";
}
.ion-ios-analytics:before {
  content: "\f3ce";
}
.ion-ios-analytics-outline:before {
  content: "\f3cd";
}
.ion-ios-arrow-back:before {
  content: "\f3cf";
}
.ion-ios-arrow-down:before {
  content: "\f3d0";
}
.ion-ios-arrow-forward:before {
  content: "\f3d1";
}
.ion-ios-arrow-left:before {
  content: "\f3d2";
}
.ion-ios-arrow-right:before {
  content: "\f3d3";
}
.ion-ios-arrow-thin-down:before {
  content: "\f3d4";
}
.ion-ios-arrow-thin-left:before {
  content: "\f3d5";
}
.ion-ios-arrow-thin-right:before {
  content: "\f3d6";
}
.ion-ios-arrow-thin-up:before {
  content: "\f3d7";
}
.ion-ios-arrow-up:before {
  content: "\f3d8";
}
.ion-ios-at:before {
  content: "\f3da";
}
.ion-ios-at-outline:before {
  content: "\f3d9";
}
.ion-ios-barcode:before {
  content: "\f3dc";
}
.ion-ios-barcode-outline:before {
  content: "\f3db";
}
.ion-ios-baseball:before {
  content: "\f3de";
}
.ion-ios-baseball-outline:before {
  content: "\f3dd";
}
.ion-ios-basketball:before {
  content: "\f3e0";
}
.ion-ios-basketball-outline:before {
  content: "\f3df";
}
.ion-ios-bell:before {
  content: "\f3e2";
}
.ion-ios-bell-outline:before {
  content: "\f3e1";
}
.ion-ios-body:before {
  content: "\f3e4";
}
.ion-ios-body-outline:before {
  content: "\f3e3";
}
.ion-ios-bolt:before {
  content: "\f3e6";
}
.ion-ios-bolt-outline:before {
  content: "\f3e5";
}
.ion-ios-book:before {
  content: "\f3e8";
}
.ion-ios-book-outline:before {
  content: "\f3e7";
}
.ion-ios-bookmarks:before {
  content: "\f3ea";
}
.ion-ios-bookmarks-outline:before {
  content: "\f3e9";
}
.ion-ios-box:before {
  content: "\f3ec";
}
.ion-ios-box-outline:before {
  content: "\f3eb";
}
.ion-ios-briefcase:before {
  content: "\f3ee";
}
.ion-ios-briefcase-outline:before {
  content: "\f3ed";
}
.ion-ios-browsers:before {
  content: "\f3f0";
}
.ion-ios-browsers-outline:before {
  content: "\f3ef";
}
.ion-ios-calculator:before {
  content: "\f3f2";
}
.ion-ios-calculator-outline:before {
  content: "\f3f1";
}
.ion-ios-calendar:before {
  content: "\f3f4";
}
.ion-ios-calendar-outline:before {
  content: "\f3f3";
}
.ion-ios-camera:before {
  content: "\f3f6";
}
.ion-ios-camera-outline:before {
  content: "\f3f5";
}
.ion-ios-cart:before {
  content: "\f3f8";
}
.ion-ios-cart-outline:before {
  content: "\f3f7";
}
.ion-ios-chatboxes:before {
  content: "\f3fa";
}
.ion-ios-chatboxes-outline:before {
  content: "\f3f9";
}
.ion-ios-chatbubble:before {
  content: "\f3fc";
}
.ion-ios-chatbubble-outline:before {
  content: "\f3fb";
}
.ion-ios-checkmark:before {
  content: "\f3ff";
}
.ion-ios-checkmark-empty:before {
  content: "\f3fd";
}
.ion-ios-checkmark-outline:before {
  content: "\f3fe";
}
.ion-ios-circle-filled:before {
  content: "\f400";
}
.ion-ios-circle-outline:before {
  content: "\f401";
}
.ion-ios-clock:before {
  content: "\f403";
}
.ion-ios-clock-outline:before {
  content: "\f402";
}
.ion-ios-close:before {
  content: "\f406";
}
.ion-ios-close-empty:before {
  content: "\f404";
}
.ion-ios-close-outline:before {
  content: "\f405";
}
.ion-ios-cloud:before {
  content: "\f40c";
}
.ion-ios-cloud-download:before {
  content: "\f408";
}
.ion-ios-cloud-download-outline:before {
  content: "\f407";
}
.ion-ios-cloud-outline:before {
  content: "\f409";
}
.ion-ios-cloud-upload:before {
  content: "\f40b";
}
.ion-ios-cloud-upload-outline:before {
  content: "\f40a";
}
.ion-ios-cloudy:before {
  content: "\f410";
}
.ion-ios-cloudy-night:before {
  content: "\f40e";
}
.ion-ios-cloudy-night-outline:before {
  content: "\f40d";
}
.ion-ios-cloudy-outline:before {
  content: "\f40f";
}
.ion-ios-cog:before {
  content: "\f412";
}
.ion-ios-cog-outline:before {
  content: "\f411";
}
.ion-ios-color-filter:before {
  content: "\f414";
}
.ion-ios-color-filter-outline:before {
  content: "\f413";
}
.ion-ios-color-wand:before {
  content: "\f416";
}
.ion-ios-color-wand-outline:before {
  content: "\f415";
}
.ion-ios-compose:before {
  content: "\f418";
}
.ion-ios-compose-outline:before {
  content: "\f417";
}
.ion-ios-contact:before {
  content: "\f41a";
}
.ion-ios-contact-outline:before {
  content: "\f419";
}
.ion-ios-copy:before {
  content: "\f41c";
}
.ion-ios-copy-outline:before {
  content: "\f41b";
}
.ion-ios-crop:before {
  content: "\f41e";
}
.ion-ios-crop-strong:before {
  content: "\f41d";
}
.ion-ios-download:before {
  content: "\f420";
}
.ion-ios-download-outline:before {
  content: "\f41f";
}
.ion-ios-drag:before {
  content: "\f421";
}
.ion-ios-email:before {
  content: "\f423";
}
.ion-ios-email-outline:before {
  content: "\f422";
}
.ion-ios-eye:before {
  content: "\f425";
}
.ion-ios-eye-outline:before {
  content: "\f424";
}
.ion-ios-fastforward:before {
  content: "\f427";
}
.ion-ios-fastforward-outline:before {
  content: "\f426";
}
.ion-ios-filing:before {
  content: "\f429";
}
.ion-ios-filing-outline:before {
  content: "\f428";
}
.ion-ios-film:before {
  content: "\f42b";
}
.ion-ios-film-outline:before {
  content: "\f42a";
}
.ion-ios-flag:before {
  content: "\f42d";
}
.ion-ios-flag-outline:before {
  content: "\f42c";
}
.ion-ios-flame:before {
  content: "\f42f";
}
.ion-ios-flame-outline:before {
  content: "\f42e";
}
.ion-ios-flask:before {
  content: "\f431";
}
.ion-ios-flask-outline:before {
  content: "\f430";
}
.ion-ios-flower:before {
  content: "\f433";
}
.ion-ios-flower-outline:before {
  content: "\f432";
}
.ion-ios-folder:before {
  content: "\f435";
}
.ion-ios-folder-outline:before {
  content: "\f434";
}
.ion-ios-football:before {
  content: "\f437";
}
.ion-ios-football-outline:before {
  content: "\f436";
}
.ion-ios-game-controller-a:before {
  content: "\f439";
}
.ion-ios-game-controller-a-outline:before {
  content: "\f438";
}
.ion-ios-game-controller-b:before {
  content: "\f43b";
}
.ion-ios-game-controller-b-outline:before {
  content: "\f43a";
}
.ion-ios-gear:before {
  content: "\f43d";
}
.ion-ios-gear-outline:before {
  content: "\f43c";
}
.ion-ios-glasses:before {
  content: "\f43f";
}
.ion-ios-glasses-outline:before {
  content: "\f43e";
}
.ion-ios-grid-view:before {
  content: "\f441";
}
.ion-ios-grid-view-outline:before {
  content: "\f440";
}
.ion-ios-heart:before {
  content: "\f443";
}
.ion-ios-heart-outline:before {
  content: "\f442";
}
.ion-ios-help:before {
  content: "\f446";
}
.ion-ios-help-empty:before {
  content: "\f444";
}
.ion-ios-help-outline:before {
  content: "\f445";
}
.ion-ios-home:before {
  content: "\f448";
}
.ion-ios-home-outline:before {
  content: "\f447";
}
.ion-ios-infinite:before {
  content: "\f44a";
}
.ion-ios-infinite-outline:before {
  content: "\f449";
}
.ion-ios-information:before {
  content: "\f44d";
}
.ion-ios-information-empty:before {
  content: "\f44b";
}
.ion-ios-information-outline:before {
  content: "\f44c";
}
.ion-ios-ionic-outline:before {
  content: "\f44e";
}
.ion-ios-keypad:before {
  content: "\f450";
}
.ion-ios-keypad-outline:before {
  content: "\f44f";
}
.ion-ios-lightbulb:before {
  content: "\f452";
}
.ion-ios-lightbulb-outline:before {
  content: "\f451";
}
.ion-ios-list:before {
  content: "\f454";
}
.ion-ios-list-outline:before {
  content: "\f453";
}
.ion-ios-location:before {
  content: "\f456";
}
.ion-ios-location-outline:before {
  content: "\f455";
}
.ion-ios-locked:before {
  content: "\f458";
}
.ion-ios-locked-outline:before {
  content: "\f457";
}
.ion-ios-loop:before {
  content: "\f45a";
}
.ion-ios-loop-strong:before {
  content: "\f459";
}
.ion-ios-medical:before {
  content: "\f45c";
}
.ion-ios-medical-outline:before {
  content: "\f45b";
}
.ion-ios-medkit:before {
  content: "\f45e";
}
.ion-ios-medkit-outline:before {
  content: "\f45d";
}
.ion-ios-mic:before {
  content: "\f461";
}
.ion-ios-mic-off:before {
  content: "\f45f";
}
.ion-ios-mic-outline:before {
  content: "\f460";
}
.ion-ios-minus:before {
  content: "\f464";
}
.ion-ios-minus-empty:before {
  content: "\f462";
}
.ion-ios-minus-outline:before {
  content: "\f463";
}
.ion-ios-monitor:before {
  content: "\f466";
}
.ion-ios-monitor-outline:before {
  content: "\f465";
}
.ion-ios-moon:before {
  content: "\f468";
}
.ion-ios-moon-outline:before {
  content: "\f467";
}
.ion-ios-more:before {
  content: "\f46a";
}
.ion-ios-more-outline:before {
  content: "\f469";
}
.ion-ios-musical-note:before {
  content: "\f46b";
}
.ion-ios-musical-notes:before {
  content: "\f46c";
}
.ion-ios-navigate:before {
  content: "\f46e";
}
.ion-ios-navigate-outline:before {
  content: "\f46d";
}
.ion-ios-nutrition:before {
  content: "\f470";
}
.ion-ios-nutrition-outline:before {
  content: "\f46f";
}
.ion-ios-paper:before {
  content: "\f472";
}
.ion-ios-paper-outline:before {
  content: "\f471";
}
.ion-ios-paperplane:before {
  content: "\f474";
}
.ion-ios-paperplane-outline:before {
  content: "\f473";
}
.ion-ios-partlysunny:before {
  content: "\f476";
}
.ion-ios-partlysunny-outline:before {
  content: "\f475";
}
.ion-ios-pause:before {
  content: "\f478";
}
.ion-ios-pause-outline:before {
  content: "\f477";
}
.ion-ios-paw:before {
  content: "\f47a";
}
.ion-ios-paw-outline:before {
  content: "\f479";
}
.ion-ios-people:before {
  content: "\f47c";
}
.ion-ios-people-outline:before {
  content: "\f47b";
}
.ion-ios-person:before {
  content: "\f47e";
}
.ion-ios-person-outline:before {
  content: "\f47d";
}
.ion-ios-personadd:before {
  content: "\f480";
}
.ion-ios-personadd-outline:before {
  content: "\f47f";
}
.ion-ios-photos:before {
  content: "\f482";
}
.ion-ios-photos-outline:before {
  content: "\f481";
}
.ion-ios-pie:before {
  content: "\f484";
}
.ion-ios-pie-outline:before {
  content: "\f483";
}
.ion-ios-pint:before {
  content: "\f486";
}
.ion-ios-pint-outline:before {
  content: "\f485";
}
.ion-ios-play:before {
  content: "\f488";
}
.ion-ios-play-outline:before {
  content: "\f487";
}
.ion-ios-plus:before {
  content: "\f48b";
}
.ion-ios-plus-empty:before {
  content: "\f489";
}
.ion-ios-plus-outline:before {
  content: "\f48a";
}
.ion-ios-pricetag:before {
  content: "\f48d";
}
.ion-ios-pricetag-outline:before {
  content: "\f48c";
}
.ion-ios-pricetags:before {
  content: "\f48f";
}
.ion-ios-pricetags-outline:before {
  content: "\f48e";
}
.ion-ios-printer:before {
  content: "\f491";
}
.ion-ios-printer-outline:before {
  content: "\f490";
}
.ion-ios-pulse:before {
  content: "\f493";
}
.ion-ios-pulse-strong:before {
  content: "\f492";
}
.ion-ios-rainy:before {
  content: "\f495";
}
.ion-ios-rainy-outline:before {
  content: "\f494";
}
.ion-ios-recording:before {
  content: "\f497";
}
.ion-ios-recording-outline:before {
  content: "\f496";
}
.ion-ios-redo:before {
  content: "\f499";
}
.ion-ios-redo-outline:before {
  content: "\f498";
}
.ion-ios-refresh:before {
  content: "\f49c";
}
.ion-ios-refresh-empty:before {
  content: "\f49a";
}
.ion-ios-refresh-outline:before {
  content: "\f49b";
}
.ion-ios-reload:before {
  content: "\f49d";
}
.ion-ios-reverse-camera:before {
  content: "\f49f";
}
.ion-ios-reverse-camera-outline:before {
  content: "\f49e";
}
.ion-ios-rewind:before {
  content: "\f4a1";
}
.ion-ios-rewind-outline:before {
  content: "\f4a0";
}
.ion-ios-rose:before {
  content: "\f4a3";
}
.ion-ios-rose-outline:before {
  content: "\f4a2";
}
.ion-ios-search:before {
  content: "\f4a5";
}
.ion-ios-search-strong:before {
  content: "\f4a4";
}
.ion-ios-settings:before {
  content: "\f4a7";
}
.ion-ios-settings-strong:before {
  content: "\f4a6";
}
.ion-ios-shuffle:before {
  content: "\f4a9";
}
.ion-ios-shuffle-strong:before {
  content: "\f4a8";
}
.ion-ios-skipbackward:before {
  content: "\f4ab";
}
.ion-ios-skipbackward-outline:before {
  content: "\f4aa";
}
.ion-ios-skipforward:before {
  content: "\f4ad";
}
.ion-ios-skipforward-outline:before {
  content: "\f4ac";
}
.ion-ios-snowy:before {
  content: "\f4ae";
}
.ion-ios-speedometer:before {
  content: "\f4b0";
}
.ion-ios-speedometer-outline:before {
  content: "\f4af";
}
.ion-ios-star:before {
  content: "\f4b3";
}
.ion-ios-star-half:before {
  content: "\f4b1";
}
.ion-ios-star-outline:before {
  content: "\f4b2";
}
.ion-ios-stopwatch:before {
  content: "\f4b5";
}
.ion-ios-stopwatch-outline:before {
  content: "\f4b4";
}
.ion-ios-sunny:before {
  content: "\f4b7";
}
.ion-ios-sunny-outline:before {
  content: "\f4b6";
}
.ion-ios-telephone:before {
  content: "\f4b9";
}
.ion-ios-telephone-outline:before {
  content: "\f4b8";
}
.ion-ios-tennisball:before {
  content: "\f4bb";
}
.ion-ios-tennisball-outline:before {
  content: "\f4ba";
}
.ion-ios-thunderstorm:before {
  content: "\f4bd";
}
.ion-ios-thunderstorm-outline:before {
  content: "\f4bc";
}
.ion-ios-time:before {
  content: "\f4bf";
}
.ion-ios-time-outline:before {
  content: "\f4be";
}
.ion-ios-timer:before {
  content: "\f4c1";
}
.ion-ios-timer-outline:before {
  content: "\f4c0";
}
.ion-ios-toggle:before {
  content: "\f4c3";
}
.ion-ios-toggle-outline:before {
  content: "\f4c2";
}
.ion-ios-trash:before {
  content: "\f4c5";
}
.ion-ios-trash-outline:before {
  content: "\f4c4";
}
.ion-ios-undo:before {
  content: "\f4c7";
}
.ion-ios-undo-outline:before {
  content: "\f4c6";
}
.ion-ios-unlocked:before {
  content: "\f4c9";
}
.ion-ios-unlocked-outline:before {
  content: "\f4c8";
}
.ion-ios-upload:before {
  content: "\f4cb";
}
.ion-ios-upload-outline:before {
  content: "\f4ca";
}
.ion-ios-videocam:before {
  content: "\f4cd";
}
.ion-ios-videocam-outline:before {
  content: "\f4cc";
}
.ion-ios-volume-high:before {
  content: "\f4ce";
}
.ion-ios-volume-low:before {
  content: "\f4cf";
}
.ion-ios-wineglass:before {
  content: "\f4d1";
}
.ion-ios-wineglass-outline:before {
  content: "\f4d0";
}
.ion-ios-world:before {
  content: "\f4d3";
}
.ion-ios-world-outline:before {
  content: "\f4d2";
}
.ion-ipad:before {
  content: "\f1f9";
}
.ion-iphone:before {
  content: "\f1fa";
}
.ion-ipod:before {
  content: "\f1fb";
}
.ion-jet:before {
  content: "\f295";
}
.ion-key:before {
  content: "\f296";
}
.ion-knife:before {
  content: "\f297";
}
.ion-laptop:before {
  content: "\f1fc";
}
.ion-leaf:before {
  content: "\f1fd";
}
.ion-levels:before {
  content: "\f298";
}
.ion-lightbulb:before {
  content: "\f299";
}
.ion-link:before {
  content: "\f1fe";
}
.ion-load-a:before {
  content: "\f29a";
}
.ion-load-b:before {
  content: "\f29b";
}
.ion-load-c:before {
  content: "\f29c";
}
.ion-load-d:before {
  content: "\f29d";
}
.ion-location:before {
  content: "\f1ff";
}
.ion-lock-combination:before {
  content: "\f4d4";
}
.ion-locked:before {
  content: "\f200";
}
.ion-log-in:before {
  content: "\f29e";
}
.ion-log-out:before {
  content: "\f29f";
}
.ion-loop:before {
  content: "\f201";
}
.ion-magnet:before {
  content: "\f2a0";
}
.ion-male:before {
  content: "\f2a1";
}
.ion-man:before {
  content: "\f202";
}
.ion-map:before {
  content: "\f203";
}
.ion-medkit:before {
  content: "\f2a2";
}
.ion-merge:before {
  content: "\f33f";
}
.ion-mic-a:before {
  content: "\f204";
}
.ion-mic-b:before {
  content: "\f205";
}
.ion-mic-c:before {
  content: "\f206";
}
.ion-minus:before {
  content: "\f209";
}
.ion-minus-circled:before {
  content: "\f207";
}
.ion-minus-round:before {
  content: "\f208";
}
.ion-model-s:before {
  content: "\f2c1";
}
.ion-monitor:before {
  content: "\f20a";
}
.ion-more:before {
  content: "\f20b";
}
.ion-mouse:before {
  content: "\f340";
}
.ion-music-note:before {
  content: "\f20c";
}
.ttoitqeskeocta:before {
  content: "\f20e";
}
.ttoitqeskeocta-round:before {
  content: "\f20d";
}
.ion-navigate:before {
  content: "\f2a3";
}
.ion-network:before {
  content: "\f341";
}
.ion-no-smoking:before {
  content: "\f2c2";
}
.ion-nuclear:before {
  content: "\f2a4";
}
.ion-outlet:before {
  content: "\f342";
}
.ion-paintbrush:before {
  content: "\f4d5";
}
.ion-paintbucket:before {
  content: "\f4d6";
}
.ion-paper-airplane:before {
  content: "\f2c3";
}
.ion-paperclip:before {
  content: "\f20f";
}
.ion-pause:before {
  content: "\f210";
}
.ion-person:before {
  content: "\f213";
}
.ion-person-add:before {
  content: "\f211";
}
.ion-person-stalker:before {
  content: "\f212";
}
.ion-pie-graph:before {
  content: "\f2a5";
}
.ion-pin:before {
  content: "\f2a6";
}
.ion-pinpoint:before {
  content: "\f2a7";
}
.ion-pizza:before {
  content: "\f2a8";
}
.ion-plane:before {
  content: "\f214";
}
.ion-planet:before {
  content: "\f343";
}
.ion-play:before {
  content: "\f215";
}
.ion-playstation:before {
  content: "\f30a";
}
.ion-plus:before {
  content: "\f218";
}
.ion-plus-circled:before {
  content: "\f216";
}
.ion-plus-round:before {
  content: "\f217";
}
.ion-podium:before {
  content: "\f344";
}
.ion-pound:before {
  content: "\f219";
}
.ion-power:before {
  content: "\f2a9";
}
.ion-pricetag:before {
  content: "\f2aa";
}
.ion-pricetags:before {
  content: "\f2ab";
}
.ion-printer:before {
  content: "\f21a";
}
.ion-pull-request:before {
  content: "\f345";
}
.ion-qr-scanner:before {
  content: "\f346";
}
.ion-quote:before {
  content: "\f347";
}
.ion-radio-waves:before {
  content: "\f2ac";
}
.ion-record:before {
  content: "\f21b";
}
.ion-refresh:before {
  content: "\f21c";
}
.ion-reply:before {
  content: "\f21e";
}
.ion-reply-all:before {
  content: "\f21d";
}
.ion-ribbon-a:before {
  content: "\f348";
}
.ion-ribbon-b:before {
  content: "\f349";
}
.ion-sad:before {
  content: "\f34a";
}
.ion-sad-outline:before {
  content: "\f4d7";
}
.ion-scissors:before {
  content: "\f34b";
}
.ion-search:before {
  content: "\f21f";
}
.ion-settings:before {
  content: "\f2ad";
}
.ion-share:before {
  content: "\f220";
}
.ion-shuffle:before {
  content: "\f221";
}
.ion-skip-backward:before {
  content: "\f222";
}
.ion-skip-forward:before {
  content: "\f223";
}
.ion-social-android:before {
  content: "\f225";
}
.ion-social-android-outline:before {
  content: "\f224";
}
.ion-social-angular:before {
  content: "\f4d9";
}
.ion-social-angular-outline:before {
  content: "\f4d8";
}
.ion-social-apple:before {
  content: "\f227";
}
.ion-social-apple-outline:before {
  content: "\f226";
}
.ion-social-bitcoin:before {
  content: "\f2af";
}
.ion-social-bitcoin-outline:before {
  content: "\f2ae";
}
.ion-social-buffer:before {
  content: "\f229";
}
.ion-social-buffer-outline:before {
  content: "\f228";
}
.ion-social-chrome:before {
  content: "\f4db";
}
.ion-social-chrome-outline:before {
  content: "\f4da";
}
.ion-social-codepen:before {
  content: "\f4dd";
}
.ion-social-codepen-outline:before {
  content: "\f4dc";
}
.ion-social-css3:before {
  content: "\f4df";
}
.ion-social-css3-outline:before {
  content: "\f4de";
}
.ion-social-designernews:before {
  content: "\f22b";
}
.ion-social-designernews-outline:before {
  content: "\f22a";
}
.ion-social-dribbble:before {
  content: "\f22d";
}
.ion-social-dribbble-outline:before {
  content: "\f22c";
}
.ion-social-dropbox:before {
  content: "\f22f";
}
.ion-social-dropbox-outline:before {
  content: "\f22e";
}
.ion-social-euro:before {
  content: "\f4e1";
}
.ion-social-euro-outline:before {
  content: "\f4e0";
}
.ion-social-facebook:before {
  content: "\f231";
}
.ion-social-facebook-outline:before {
  content: "\f230";
}
.ion-social-foursquare:before {
  content: "\f34d";
}
.ion-social-foursquare-outline:before {
  content: "\f34c";
}
.ion-social-freebsd-devil:before {
  content: "\f2c4";
}
.ion-social-github:before {
  content: "\f233";
}
.ion-social-github-outline:before {
  content: "\f232";
}
.ion-social-google:before {
  content: "\f34f";
}
.ion-social-google-outline:before {
  content: "\f34e";
}
.ion-social-googleplus:before {
  content: "\f235";
}
.ion-social-googleplus-outline:before {
  content: "\f234";
}
.ion-social-hackernews:before {
  content: "\f237";
}
.ion-social-hackernews-outline:before {
  content: "\f236";
}
.ion-social-html5:before {
  content: "\f4e3";
}
.ion-social-html5-outline:before {
  content: "\f4e2";
}
.ion-social-instagram:before {
  content: "\f351";
}
.ion-social-instagram-outline:before {
  content: "\f350";
}
.ion-social-javascript:before {
  content: "\f4e5";
}
.ion-social-javascript-outline:before {
  content: "\f4e4";
}
.ion-social-linkedin:before {
  content: "\f239";
}
.ion-social-linkedin-outline:before {
  content: "\f238";
}
.ion-social-markdown:before {
  content: "\f4e6";
}
.ion-social-nodejs:before {
  content: "\f4e7";
}
.ion-social-octocat:before {
  content: "\f4e8";
}
.ion-social-pinterest:before {
  content: "\f2b1";
}
.ion-social-pinterest-outline:before {
  content: "\f2b0";
}
.ion-social-python:before {
  content: "\f4e9";
}
.ion-social-reddit:before {
  content: "\f23b";
}
.ion-social-reddit-outline:before {
  content: "\f23a";
}
.ion-social-rss:before {
  content: "\f23d";
}
.ion-social-rss-outline:before {
  content: "\f23c";
}
.ion-social-sass:before {
  content: "\f4ea";
}
.ion-social-skype:before {
  content: "\f23f";
}
.ion-social-skype-outline:before {
  content: "\f23e";
}
.ion-social-snapchat:before {
  content: "\f4ec";
}
.ion-social-snapchat-outline:before {
  content: "\f4eb";
}
.ion-social-tumblr:before {
  content: "\f241";
}
.ion-social-tumblr-outline:before {
  content: "\f240";
}
.ion-social-tux:before {
  content: "\f2c5";
}
.ion-social-twitch:before {
  content: "\f4ee";
}
.ion-social-twitch-outline:before {
  content: "\f4ed";
}
.ion-social-twitter:before {
  content: "\f243";
}
.ion-social-twitter-outline:before {
  content: "\f242";
}
.ion-social-usd:before {
  content: "\f353";
}
.ion-social-usd-outline:before {
  content: "\f352";
}
.ion-social-vimeo:before {
  content: "\f245";
}
.ion-social-vimeo-outline:before {
  content: "\f244";
}
.ion-social-whatsapp:before {
  content: "\f4f0";
}
.ion-social-whatsapp-outline:before {
  content: "\f4ef";
}
.ion-social-windows:before {
  content: "\f247";
}
.ion-social-windows-outline:before {
  content: "\f246";
}
.ion-social-wordpress:before {
  content: "\f249";
}
.ion-social-wordpress-outline:before {
  content: "\f248";
}
.ion-social-yahoo:before {
  content: "\f24b";
}
.ion-social-yahoo-outline:before {
  content: "\f24a";
}
.ion-social-yen:before {
  content: "\f4f2";
}
.ion-social-yen-outline:before {
  content: "\f4f1";
}
.ion-social-youtube:before {
  content: "\f24d";
}
.ion-social-youtube-outline:before {
  content: "\f24c";
}
.ion-soup-can:before {
  content: "\f4f4";
}
.ion-soup-can-outline:before {
  content: "\f4f3";
}
.ion-speakerphone:before {
  content: "\f2b2";
}
.ion-speedometer:before {
  content: "\f2b3";
}
.ion-spoon:before {
  content: "\f2b4";
}
.ion-star:before {
  content: "\f24e";
}
.ion-stats-bars:before {
  content: "\f2b5";
}
.ion-steam:before {
  content: "\f30b";
}
.ion-stop:before {
  content: "\f24f";
}
.ion-thermometer:before {
  content: "\f2b6";
}
.ion-thumbsdown:before {
  content: "\f250";
}
.ion-thumbsup:before {
  content: "\f251";
}
.ion-toggle:before {
  content: "\f355";
}
.ion-toggle-filled:before {
  content: "\f354";
}
.ion-transgender:before {
  content: "\f4f5";
}
.ion-trash-a:before {
  content: "\f252";
}
.ion-trash-b:before {
  content: "\f253";
}
.ion-trophy:before {
  content: "\f356";
}
.ion-tshirt:before {
  content: "\f4f7";
}
.ion-tshirt-outline:before {
  content: "\f4f6";
}
.ion-umbrella:before {
  content: "\f2b7";
}
.ion-university:before {
  content: "\f357";
}
.ion-unlocked:before {
  content: "\f254";
}
.ion-upload:before {
  content: "\f255";
}
.ion-usb:before {
  content: "\f2b8";
}
.ion-videocamera:before {
  content: "\f256";
}
.ion-volume-high:before {
  content: "\f257";
}
.ion-volume-low:before {
  content: "\f258";
}
.ion-volume-medium:before {
  content: "\f259";
}
.ion-volume-mute:before {
  content: "\f25a";
}
.ion-wand:before {
  content: "\f358";
}
.ion-waterdrop:before {
  content: "\f25b";
}
.ion-wifi:before {
  content: "\f25c";
}
.ion-wineglass:before {
  content: "\f2b9";
}
.ion-woman:before {
  content: "\f25d";
}
.ion-wrench:before {
  content: "\f2ba";
}
.ion-xbox:before {
  content: "\f30c";
}

[class^="organik-"],
[class*=" organik-"] {
  font-family: "organik" !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.organik-hours-support:before {
  content: "\e91e";
}
.organik-barn:before {
  content: "\e91f";
}
.organik-credit-card:before {
  content: "\e920";
}
.organik-delivery:before {
  content: "\e921";
}
.organik-flower:before {
  content: "\e922";
}
.organik-leaves:before {
  content: "\e923";
}
.organik-map-location:before {
  content: "\e924";
}
.organik-path-footer:before {
  content: "\e925";
}
.organik-apple:before {
  content: "\e900";
}
.organik-banana:before {
  content: "\e901";
}
.organik-basket:before {
  content: "\e902";
}
.organik-blender:before {
  content: "\e903";
}
.organik-bread:before {
  content: "\e904";
}
.organik-broccoli:before {
  content: "\e905";
}
.organik-carrot:before {
  content: "\e906";
}
.organik-coconut:before {
  content: "\e907";
}
.organik-corn:before {
  content: "\e908";
}
.organik-cucumber:before {
  content: "\e909";
}
.organik-egg:before {
  content: "\e90a";
}
.organik-eggplant:before {
  content: "\e90b";
}
.organik-ekobag:before {
  content: "\e90c";
}
.organik-grain:before {
  content: "\e90d";
}
.organik-grape:before {
  content: "\e90e";
}
.organik-honey:before {
  content: "\e90f";
}
.organik-jam:before {
  content: "\e910";
}
.organik-leaf:before {
  content: "\e911";
}
.organik-lemon:before {
  content: "\e912";
}
.organik-lettuce:before {
  content: "\e913";
}
.organik-milk:before {
  content: "\e914";
}
.organik-mushrooms:before {
  content: "\e915";
}
.organik-onion:before {
  content: "\e916";
}
.organik-pear:before {
  content: "\e917";
}
.organik-pepper:before {
  content: "\e918";
}
.organik-radish:before {
  content: "\e919";
}
.organik-smoothie:before {
  content: "\e91a";
}
.organik-squeezer:before {
  content: "\e91b";
}
.organik-tomato:before {
  content: "\e91c";
}
.organik-watermelon:before {
  content: "\e91d";
}
.odometer.odometer-auto-theme,
.odometer.odometer-theme-minimal {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-minimal .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-minimal .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-minimal .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-minimal .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme
  .odometer-digit
  .odometer-value.odometer-last-value,
.odometer.odometer-theme-minimal
  .odometer-digit
  .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 500ms;
  -moz-transition: -moz-transform 500ms;
  -ms-transition: -ms-transform 500ms;
  -o-transition: -o-transform 500ms;
  transition: transform 500ms;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating
  .odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating-up.odometer-animating
  .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating-down
  .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating
  .odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating
  .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 500ms;
  -moz-transition: -moz-transform 500ms;
  -ms-transition: -ms-transform 500ms;
  -o-transition: -o-transform 500ms;
  transition: transform 500ms;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
#growls {
  z-index: 50000;
  position: fixed;
}
#growls.default {
  top: 10px;
  right: 10px;
}
#growls.tl {
  top: 10px;
  left: 10px;
}
#growls.tr {
  top: 10px;
  right: 10px;
}
#growls.bl {
  bottom: 10px;
  left: 10px;
}
#growls.br {
  bottom: 10px;
  right: 10px;
}
#growls.tc {
  top: 10px;
  right: 10px;
  left: 10px;
}
#growls.bc {
  bottom: 10px;
  right: 10px;
  left: 10px;
}
#growls.tc .growl,
#growls.bc .growl {
  margin-left: auto;
  margin-right: auto;
}
.growl {
  opacity: 1;
  filter: alpha(opacity=100);
  position: relative;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.growl a {
  cursor: pointer;
}
.growl.growl-incoming {
  opacity: 0;
  filter: alpha(opacity=0);
}
.growl.growl-outgoing {
  opacity: 0;
  filter: alpha(opacity=0);
}
.growl.growl-small {
  width: 200px;
  padding: 5px;
  margin: 5px;
}
.growl.growl-medium {
  width: 250px;
  padding: 10px;
  margin: 10px;
}
.growl.growl-large {
  width: 300px;
  padding: 15px;
  margin: 15px;
}
.growl.growl-default {
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
}
.growl.growl-default a {
  color: #5fbd74;
}
.growl.growl-error {
  color: #fff;
  background: #c0392b;
}
.growl.growl-notice {
  color: #fff;
  background: #5fbd74;
}
.growl.growl-notice a {
  color: #fff;
  text-decoration: underline;
}
.growl.growl-warning {
  color: #fff;
  background: #f39c12;
}
.growl .growl-close {
  cursor: pointer;
  float: right;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  font-family: helvetica, verdana, sans-serif;
}
.growl .growl-title {
  font-size: 18px;
  line-height: 24px;
}
.growl .growl-message {
  font-size: 14px;
  line-height: 18px;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.lg-actions .lg-next,
.lg-actions .lg-prev,
.lg-sub-html,
.lg-toolbar {
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 1080;
}
#lg-counter,
.lg-outer .lg-video-cont {
  vertical-align: middle;
  display: inline-block;
}

.lg-icon {
  font-family: lg;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lg-actions .lg-next,
.lg-actions .lg-prev {
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
}
.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #fff;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "\e095";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\e094";
}
@-webkit-keyframes lg-right-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: -30px;
  }
}
@-moz-keyframes lg-right-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: -30px;
  }
}
@-ms-keyframes lg-right-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: -30px;
  }
}
@keyframes lg-right-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: -30px;
  }
}
@-webkit-keyframes lg-left-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: 30px;
  }
}
@-moz-keyframes lg-left-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: 30px;
  }
}
@-ms-keyframes lg-left-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: 30px;
  }
}
@keyframes lg-left-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: 30px;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}
.lg-toolbar {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: 0;
}
.lg-toolbar .lg-icon:hover {
  color: #fff;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}
.lg-sub-html {
  bottom: 0;
  color: #eee;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}
#lg-counter {
  color: #999;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
}
.lg-next,
.lg-prev,
.lg-toolbar {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms ease 0s, opacity 250ms !important;
  -moz-transition: -moz-transform 250ms ease 0s, opacity 250ms !important;
  -o-transition: -o-transform 250ms ease 0s, opacity 250ms !important;
  transition: transform 250ms ease 0s, opacity 250ms !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash)
  .lg-outer.lg-start-zoom
  .lg-item.lg-complete
  .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
  text-align: center;
}
.lg-outer .lg-thumb-item {
  cursor: pointer;
  overflow: hidden;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 0;
  margin-bottom: 5px;
  display: inline-block;
  margin-left: 5px;
  box-sizing: border-box;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: green;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
  background-color: #0d0a0a;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}
.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}
.lg-outer .lg-toogle-thumb:hover {
  color: #fff;
}
.lg-outer .lg-video-cont {
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url(../../../themes/tm-organik/assets/libs/lightgallery/img/vimeo-play.png)
    no-repeat;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url(../../../themes/tm-organik/assets/libs/lightgallery/img/vimeo-play.png)
    0 -58px no-repeat;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: url(../../../themes/tm-organik/assets/libs/lightgallery/img/video-play.png)
    no-repeat;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url(../../../themes/tm-organik/assets/libs/lightgallery/img/youtube-play.png)
    no-repeat;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url(../../../themes/tm-organik/assets/libs/lightgallery/img/youtube-play.png)
    0 -60px no-repeat;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-palying .lg-object,
.lg-outer .lg-has-video.lg-video-palying .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-palying .lg-video-object {
  visibility: visible;
}
.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1080;
  opacity: 0;
  -webkit-transition: opacity 80ms ease 0s;
  -moz-transition: opacity 80ms ease 0s;
  -o-transition: opacity 80ms ease 0s;
  transition: opacity 80ms ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}
.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging
  .lg-item.lg-complete.lg-zoomable
  .lg-img-wrap {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  -moz-transition: -moz-transform 0.3s ease 0s;
  -o-transition: -o-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s ease 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s ease 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s ease 0s, opacity 0.15s !important;
  transition: transform 0.3s ease 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
#lg-zoom-in:after {
  content: "\e311";
}
#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}
.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px #fff inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #fff;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
  box-shadow: 0 0 0 8px #fff inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}
.lg-outer,
.lg-outer .lg,
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
}
.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}
.group:after,
.group:before {
  display: table;
  content: "";
  line-height: 0;
}
.group:after {
  clear: both;
}
.lg-outer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url(../../../themes/tm-organik/assets/libs/lightgallery/img/loading.gif)
    center center no-repeat;
  display: none !important;
}
.lg-outer.lg-css .lg-current,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
  display: inline-block !important;
}
.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 5px;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html,
.lg-outer.lg-hide-download #lg-download {
  display: none;
}
.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 1;
}
.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
@media all {
  .featherlight {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: #333;
    background: rgba(0, 0, 0, 0);
  }
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8);
  }
  .featherlight:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
  }
  .featherlight .featherlight-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    background: #fff;
    cursor: auto;
    white-space: normal;
  }
  .featherlight .featherlight-inner {
    display: block;
  }
  .featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    line-height: 25px;
    width: 25px;
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #fff;
    background: rgba(255, 255, 255, 0.3);
    color: #000;
  }
  .featherlight .featherlight-image {
    width: 100%;
  }
  .featherlight-iframe .featherlight-content {
    border-bottom: 0;
    padding: 0;
  }
  .featherlight iframe {
    border: 0;
  }
  .featherlight * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    margin-left: 10px;
    margin-right: 10px;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}
@charset "UTF-8";
.lorigwzqwuekte .ydegvewkgvuirq a {
  color: #fff;
}
a.lorigwzqwuekte-phone {
  color: #fff;
  font-size: 13px;
}
.yfvlqqiltvlyf--not-top .ydegvewkgvuirq a {
  color: #fff !important;
}
.yfvlqqiltvlyf--not-top a.lorigwzqwuekte-phone {
  color: #fff !important;
}
header.gukisgigqdcllq .jyrfvdddrlg .lorigwzqwuekte-call .text {
  color: #fff;
}
header.gukisgigqdcllq .jyrfvdddrlg .lorigwzqwuekte-call .text {
  color: #fff;
}
header.gukisgigqdcllq.yfvlqqiltvlyf--not-top .jyrfvdddrlg .lorigwzqwuekte-call .text {
  color: #fff !important;
}
header.gukisgigqdcllq .jyrfvdddrlg .lorigwzqwuekte-call .icon {
  color: #fff !important;
}
header.gukisgigqdcllq.yfvlqqiltvlyf--not-top .jyrfvdddrlg .lorigwzqwuekte-call .icon {
  color: #fff !important;
}
header.gukisgigqdcllq.yfvlqqiltvlyf--not-top .jyrfvdddrlg .lorigwzqwuekte-call .icon i {
  color: #fff !important;
}
header.gukisgigqdcllq .jyrfvdddrlg .lorigwzqwuekte-call .text span {
  color: #fff !important;
}
header.gukisgigqdcllq.yfvlqqiltvlyf--not-top .jyrfvdddrlg .lorigwzqwuekte-call .text span {
  color: #fff !important;
}
.overlay-header .lorigwzqwuekte.yfvlqqiltvlyf--not-top {
  background-color: #333;
}
.lorigwzqwuekte.yfvlqqiltvlyf--not-top {
  background-color: #333;
}
.overlay-header
  header.gukisgigqdcllq.yfvlqqiltvlyf--not-top
  .jyrfvdddrlg
  .lorigwzqwuekte-call
  .text {
  color: #fff;
}
#menu .udecjeffalycqky > li > a {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.entry-meta .categories,
.entry-meta .comment {
  display: none;
}
.short-text {
  margin-bottom: 60px;
}
.cljlxrxkjokql {
  margin-bottom: 60px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  margin-top: 60px;
}
@media all and (max-width: 767px) {
  .cljlxrxkjokql {
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (max-width: 575px) {
  .cljlxrxkjokql {
    grid-template-columns: 1fr;
  }
}
.cljlxrxkjokql .kxiljdzlfl .lodoplppfaojqoc {
  margin-bottom: 20px;
  text-align: center;
}
.cljlxrxkjokql .kxiljdzlfl .gafwarhxcxxhqcv {
  margin-bottom: 20px;
  text-align: center;
}
.cljlxrxkjokql .kxiljdzlfl a.rqitghkdfadho {
  display: block;
  background-color: #64b333;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
  transition: 0.2s;
  border-radius: 3px;
  text-align: center;
}
.cljlxrxkjokql .kxiljdzlfl a.rqitghkdfadho:hover {
  background-color: #7fca8f;
  text-decoration: none;
}
.cljlxrxkjokql .kxiljdzlfl .read-more-button {
  background-color: #ecf0f1;
  color: #333;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
  transition: 0.2s;
  border-radius: 3px;
  text-align: center;
  display: block;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
}
.cljlxrxkjokql .kxiljdzlfl .read-more-button:hover {
  background-color: #dfe6e9;
}
.cljlxrxkjokql .kxiljdzlfl .celkivzsgrr {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
}
.rqitghkdfadho-call-button-container {
  margin-bottom: 60px;
  text-align: center;
  width: 100%;
}
.rqitghkdfadho-call-button-container a.rqitghkdfadho-call {
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #64b333;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
  transition: 0.2s;
  border-radius: 3px;
  text-align: center;
}
.rqitghkdfadho-call-button-container a.rqitghkdfadho-call:hover {
  background-color: #7fca8f;
  text-decoration: none;
}
.seo-text {
  margin-bottom: 60px;
}
.contact-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
@media all and (max-width: 767px) {
  .contact-block {
    grid-template-columns: 1fr;
  }
}
.contact-block iframe {
  max-width: 100%;
}
.contact-block .form .your-name input {
  margin-bottom: 10px;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-flag {
  max-width: inherit;
}
.overlay {
  width: 100%;
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 40px;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  pointer-events: none;
  transition: 0.35s ease-in-out;
  max-height: 100vh;
  overflow-y: auto;
  z-index: 999999;
  display: none;
}
.overlay.open {
  opacity: 1;
  pointer-events: inherit;
  display: flex;
}
.overlay .modal_popup {
  background: #fff;
  text-align: center;
  padding: 40px 80px;
  box-shadow: 0 1px 10px rgba(255, 255, 255, 0.35);
  opacity: 0;
  pointer-events: none;
  transition: 0.35s ease-in-out;
  max-height: 100vh;
  overflow-y: auto;
  position: relative;
  max-width: 455px;
}
@media screen and (max-width: 500px) {
  .overlay .modal_popup {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.overlay .modal_popup.open {
  opacity: 1;
  pointer-events: inherit;
}
.overlay .modal_popup.open .hhviizleagfrpeg {
  transform: translate(0, 0);
  opacity: 1;
}
.overlay .modal_popup .hhviizleagfrpeg {
  transform: translate(0, -10px);
  opacity: 0;
  transition: 0.35s ease-in-out;
}
.overlay .modal_popup .hhviizleagfrpeg input {
  margin-bottom: 10px;
}
.overlay .modal_popup .hhviizleagfrpeg input[type="reset"],
.overlay .modal_popup .hhviizleagfrpeg input[type="button"],
.overlay .modal_popup .hhviizleagfrpeg input[type="submit"] {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.overlay .modal_popup .hhviizleagfrpeg input.wpcf7-form-control.wpcf7-submit {
  width: 100%;
}
.overlay .modal_popup .popup-title {
  margin-top: 0;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 30px;
}
a.close-modal_popup {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  outline: none;
  color: #60be74;
}
@media only screen and (max-width: 769px) {
  .swap-on-mobile {
    display: flex !important;
    flex-direction: column-reverse;
  }
}
@media all and (max-width: 767px) {
  h1.vc_custom_heading {
    font-size: 32px;
  }
  .lorigwzqwuekte.yfvlqqiltvlyf--not-top {
    background: #333 !important;
  }
  header.feezfcieyk .jyrfvdddrlg i {
    color: #fff;
  }
}
.wpml-ls-legacy-list-horizontal {
  padding: 0;
}
.wpml-ls-legacy-list-horizontal a {
  padding: 0;
}
header.gukisgigqdcllq .gfygczsowzvpx {
  width: 55px;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item {
  margin-right: 8px;
}
.service-container .gallery-service {
  margin-top: 30px;
  margin-bottom: 100px;
}
.service-container .rqitghkdfadho-call-container {
  text-align: center;
  margin-bottom: 100px;
}
.service-container .rqitghkdfadho-call-container a.rqitghkdfadho-call-big-button {
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #64b333;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
  transition: 0.2s;
  border-radius: 3px;
  text-align: center;
}
.service-container .rqitghkdfadho-call-container a.rqitghkdfadho-call-big-button:hover {
  background-color: #7fca8f;
  text-decoration: none;
}
.service-container .ydegvewkgvuirq-row {
  display: block;
  overflow: hidden;
  margin-bottom: 60px;
}
.service-container .ydegvewkgvuirq-row h2.name {
  font-size: 24px;
}
.service-container .ydegvewkgvuirq-row .gallery-col {
  display: block;
  float: left;
  width: 48%;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  .service-container .ydegvewkgvuirq-row .gallery-col {
    width: 100%;
  }
}
.service-container .ydegvewkgvuirq-row .gallery-col .big-images {
  width: 70%;
  float: left;
}
@media all and (max-width: 767px) {
  .service-container .ydegvewkgvuirq-row .gallery-col .big-images {
    width: 100%;
  }
}
.service-container .ydegvewkgvuirq-row .gallery-col .thumbs {
  width: 20%;
  float: right;
}
@media all and (max-width: 767px) {
  .service-container .ydegvewkgvuirq-row .gallery-col .thumbs {
    width: 100%;
  }
}
.service-container .ydegvewkgvuirq-row .info-col {
  width: 48%;
  float: right;
}
@media all and (max-width: 767px) {
  .service-container .ydegvewkgvuirq-row .info-col {
    width: 100%;
  }
}
span.bcn-divider {
  padding-left: 10px;
  padding-right: 10px;
}
.calculator-block {
  margin-top: 100px;
  margin-bottom: 160px;
}
form.calculator {
  display: flex;
  flex-wrap: wrap;
}
.visually-hidden {
  position: absolute !important;
  transform: translateY(60px);
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.calculator ul {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}
.calculator li {
  list-style: none;
}
.calculator li:not(:last-of-type) {
  margin-right: 10px;
}
.calculator h4 {
  position: relative;
  font-size: 18px;
  text-align: left;
  margin-top: 0;
  margin-bottom: 28px;
}
.calculator h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -14px;
  width: 50px;
  background-color: #64b333;
  height: 3px;
}
.radio-item {
  text-align: center;
}
.radio-item p {
  font-size: 15px;
  margin-top: 0;
}
.radio-item-img {
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  box-shadow: 0 2px 7px rgba(51, 51, 51, 0.3);
  transition: 0.2s ease;
}
.radio-item-img img,
.radio-item-img svg {
  height: 30px;
  width: 30px;
}
.radio-item-img svg path,
.radio-item-img svg circle {
  fill: #000;
}
.radio-input:checked + .radio-item p {
  color: #64b333;
}
.radio-input:checked + .radio-item .radio-item-img {
  background-color: #64b333;
  box-shadow: none;
}
.radio-input:checked + .radio-item .radio-item-img svg path,
.radio-input:checked + .radio-item .radio-item-img svg circle {
  fill: #fff;
}
.input-number-container {
  margin-bottom: 25px;
}
.input-number-container span {
  width: 100%;
}
.input-number-container span input {
  width: 100% !important;
}
.input-number {
  height: 40px;
  line-height: 40px;
  font-size: 21px;
  padding-left: 10px;
  font-weight: 600;
  border: none;
  border-radius: 5px;
  width: 125px;
  box-shadow: 0 2px 7px rgba(51, 51, 51, 0.3);
}
.input-num-after {
  position: relative;
}
.input-num-after::after {
  pointer-events: none;
  content: "кг";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #dadada;
}
.input-num-after.height::after {
  content: "см";
}
.input-num-after.age::after {
  content: "лет";
}
.input-num-after.age.ua::after {
  content: "років";
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input-number-wrapper {
  display: flex;
  justify-content: flex-start;
}
.calc {
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 7px rgba(51, 51, 51, 0.3);
  transition: 0.2s ease;
}
.input-number-wrapper span:not(:last-of-type) {
  margin-right: 20px;
}
.calc img,
.calc svg {
  height: 26px;
  width: 26px;
  pointer-events: none;
}
.calc svg path {
  fill: #000;
  pointer-events: none;
}
.calc-button {
  border: none;
  background-color: #64b333;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 600;
  transition: 0.2s ease;
  padding: 19px 30px;
  width: 100%;
  border-radius: 5px;
  margin-top: 35px;
}
.calc-button:hover,
.calc-button:focus {
  background-color: #64b333;
}
.img_calculator {
  display: block;
  max-width: 300px;
  height: auto;
  margin: 0 auto;
  filter: drop-shadow(0 9px 8px rgba(0, 0, 0, 0.18));
}
.swal2-styled.swal2-confirm {
  width: 100% !important;
  font-size: 16px !important;
}
.swal2-close {
  font-size: 3.5em !important;
  color: #666 !important;
}
.activity_descr {
  margin-top: -5px;
  font-size: 15px;
  text-align: left;
  color: #333;
  max-width: 390px;
}
.input-number {
  height: 40px;
  line-height: 40px;
  font-size: 21px;
  padding-left: 10px;
  font-weight: 600;
  border: 0;
  border-radius: 5px;
  width: 125px !important;
  box-shadow: 0 2px 7px rgba(51, 51, 51, 0.3);
}
.calc-name {
  margin-bottom: 60px;
  text-align: center;
}
.calc-result {
  text-align: center;
  margin-top: 40px;
  font-size: 27px;
  font-weight: 700;
  position: relative;
  top: -45px;
  display: none;
}
.calc-result span {
  color: #64b333;
}
@media all and (max-width: 1199px) {
  .calc-big-image {
    display: none;
  }
}
.ydegvewkgvuirq-name-field {
  display: none;
}
.ccal-field {
  display: none;
}
.gwhgetveyzxug-two-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
}
.form-select span.wpcf7-form-control.wpcf7-radio {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
}
.form-row.form-select {
  margin-bottom: 20px;
  margin-top: 20px;
}
.modal_popup select.wpcf7-form-control.wpcf7-select {
  width: 100%;
  margin-bottom: 20px;
}
.modal_popup textarea.wpcf7-form-control.wpcf7-textarea {
  resize: none;
  height: 100px;
  margin-bottom: 20px;
}
.sidebar ul li {
  padding: 0 !important;
}
.sidebar ul li a {
  display: block;
  padding: 10px;
}
.sidebar ul li a:hover {
  background-color: #64b333;
  color: #fff;
}
.how-its-work .insight-icon-boxes.icon_on_left .insight-icon-boxes--icon img,
.how-its-work .insight-icon-boxes.icon_on_right .insight-icon-boxes--icon img {
  max-width: 85px;
}
@media all and (max-width: 767px) {
  .name-field {
    margin-bottom: 20px;
  }
}
.pum-content {
  text-align: center;
}
.pum-content input {
  margin-bottom: 10px;
  width: 100%;
  display: block;
}
.pum-content.popmake-content {
  outline: none !important;
}
.special-offer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.special-offer .tarif-wrap {
  flex-basis: 30%;
  margin: 0 10px 20px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #bdc3c7;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  vertical-align: top;
  text-align: center;
  padding: 30px;
}
@media all and (max-width: 767px) {
  .special-offer .tarif-wrap {
    flex-basis: 45%;
  }
}
@media all and (max-width: 575px) {
  .special-offer .tarif-wrap {
    flex-basis: 100%;
  }
}
.special-offer .tarif-wrap .offer {
  font-size: 42px;
  color: #64b333;
  font-weight: 700;
}
.special-offer .tarif-wrap .offer .red {
  color: #cf331a;
}
.special-offer .tarif-wrap .descr3 {
  font-size: 15px;
  color: #666;
  margin: 10px auto;
}
.special-offer .tarif-wrap .descr4 {
  font-weight: 700;
  font-size: 18px;
  margin: 10px auto;
}
.special-offer .tarif-wrap a.button {
  color: #333;
  width: 100%;
  display: block;
  border: 2px solid #64b333;
  border-radius: 5px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
  font-size: 16px;
  transition: 0.3s;
  cursor: pointer;
}
.special-offer .tarif-wrap a.button:hover {
  color: #fff;
  background: #64b333;
}
.cost-n-calories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.cost-n-calories .tarif-wrap {
  flex-basis: 23%;
  margin: 0 10px 20px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #bdc3c7;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  vertical-align: top;
  text-align: center;
  padding: 30px;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 0;
  min-width: 0;
}
.cost-n-calories .tarif-wrap * {
  min-height: 0;
  min-width: 0;
}
@media all and (max-width: 1199px) {
  .cost-n-calories .tarif-wrap {
    margin: 0 5px 20px;
  }
}
@media all and (max-width: 991px) {
  .cost-n-calories .tarif-wrap {
    flex-basis: 45%;
  }
}
@media all and (max-width: 575px) {
  .cost-n-calories .tarif-wrap {
    flex-basis: 100%;
  }
}
.cost-n-calories .tarif-wrap a.read-more-button {
  margin-top: 10px;
  text-decoration: underline;
  display: inline-block;
}
.cost-n-calories .tarif-wrap a.read-more-button:hover {
  text-decoration: none;
}
.cost-n-calories .tarif-wrap h3 {
  font-size: 21px;
  color: #000;
  font-weight: 700;
  line-height: 2;
}
.cost-n-calories .tarif-wrap .descr {
  margin: 0 0 5px;
  font-weight: 600;
  font-size: 15px;
}
.cost-n-calories .tarif-wrap .descr2 {
  font-size: 14px;
  color: #666;
}
.cost-n-calories .tarif-wrap .descr3 {
  font-size: 15px;
  color: #666;
  margin: 10px auto;
}
.cost-n-calories .tarif-wrap .descr4 {
  font-weight: 700;
  font-size: 18px;
  margin: 10px auto;
}
.cost-n-calories .tarif-wrap .price {
  font-size: 21px;
  font-weight: 700;
  margin: 10px auto 0;
  margin-bottom: 10px;
}
.cost-n-calories .tarif-wrap a.button {
  color: #333;
  width: 100%;
  display: block;
  border: 2px solid #64b333;
  border-radius: 5px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
  font-size: 16px;
  transition: 0.3s;
  cursor: pointer;
}
.cost-n-calories .tarif-wrap a.button:hover {
  color: #fff;
  background: #64b333;
}
.services-menu-container {
  background: #f4f3ef;
}
.single-page-tarif-wrap img {
  width: 100% !important;
  height: auto !important;
  margin-bottom: 20px;
}
.ydegvewkgvuirq-slider-container {
  width: 100%;
  min-height: 0;
  min-width: 0;
}
.ydegvewkgvuirq-slider-container * {
  min-height: 0;
  min-width: 0;
}
.slick-prev {
  left: 10px;
  z-index: 222;
}
.slick-next {
  right: 10px;
  z-index: 222;
}
.slick-dots {
  bottom: -25px;
}
.slick-dots li {
  width: 10px;
}
.wpb_wrapper .cost-n-calories .tarif-wrap img {
  width: 60px;
  height: 60px;
}
button.calc-button {
  background: #64b333;
}
.zgzysqstio {
  background-size: cover;
  position: relative;
}
.zgzysqstio:before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.zgzysqstio .gafwarhxcxxhqcv {
  text-align: left;
  position: relative;
  z-index: 11;
  max-width: 880px;
}
.homepage-blog img {
  height: 230px !important;
}
#menu .udecjeffalycqky .sub-menu li a {
  color: #5e5a54 !important;
}
.custom-titile .insight-title--title {
  font-size: 34px;
}
.download-menu-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.download-menu-container a {
  flex-basis: 25%;
  margin-left: 15px;
  margin-right: 15px;
  max-width: 255px;
}
@media all and (max-width: 767px) {
  .download-menu-container a {
    flex-basis: 40%;
  }
}
@media all and (max-width: 575px) {
  .download-menu-container a {
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}
.download-button {
  width: 100%;
  margin-bottom: 11px;
}
@media all and (max-width: 450px) {
  .download-button {
    padding-left: 50px;
    padding-right: 50px;
    width: 80%;
    margin-left: auto;
    display: block;
    margin-right: auto;
  }
}
@media all and (max-width: 320px) {
  .download-button {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
}
@media all and (max-width: 575px) {
  .zgzysqstio .gafwarhxcxxhqcv {
    font-size: 38px !important;
  }
}
.calc-result-button {
  display: none;
  text-align: center;
}
.calc-result-button a {
  cursor: pointer;
}
.pum-container .wpcf7 form .wpcf7-response-output {
  margin: 0;
  font-weight: 400;
}
.home header.lorigwzqwuekte.feezfcieyk.yfvlqqiltvlyf.gljlpterrousloq.wrzvyafxgilcgr {
  position: absolute !important;
  top: 0 !important;
}
.home
  header.lorigwzqwuekte.feezfcieyk.yfvlqqiltvlyf.gljlpterrousloq.yfvlqqiltvlyf--not-top {
  position: fixed !important;
  top: 0 !important;
}
header.lorigwzqwuekte.feezfcieyk.yfvlqqiltvlyf.gljlpterrousloq.wrzvyafxgilcgr {
  position: sticky !important;
  top: 0 !important;
}
header.lorigwzqwuekte.feezfcieyk.yfvlqqiltvlyf.gljlpterrousloq.yfvlqqiltvlyf--not-top {
  position: sticky !important;
  top: 0 !important;
}
@media all and (max-width: 991px) {
  .slideout-open,
  .slideout-open .thhhhlzysdk,
  .slideout-open body {
    overflow: inherit;
  }
}
.sqzkvgghevhq {
  position: relative;
  z-index: 1;
}
.slideout-menu {
  height: 100vh;
}
.lorigwzqwuekte {
  position: sticky;
}
.lorigwzqwuekte.yfvlqqiltvlyf--not-top {
  position: sticky !important;
}
.home .lorigwzqwuekte {
  position: absolute !important;
  top: 0 !important;
}
.home .lorigwzqwuekte.yfvlqqiltvlyf--not-top {
  position: fixed !important;
  top: 0 !important;
}
html.slb_overlay object,
html.slb_overlay embed,
html.slb_overlay iframe {
  visibility: hidden;
}
html.slb_overlay #slb_viewer_wrap object,
html.slb_overlay #slb_viewer_wrap embed,
html.slb_overlay #slb_viewer_wrap iframe {
  visibility: visible;
} /*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.fa-xs {
  font-size: 0.75em;
}
.fa-sm {
  font-size: 0.875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border: 0.08em solid #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s linear infinite;
  animation: fa-spin 2s linear infinite;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s steps(8) infinite;
  animation: fa-spin 1s steps(8) infinite;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.fa-flip-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}
:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-500px:before {
  content: "\f26e";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}
.fa-ad:before {
  content: "\f641";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-card:before {
  content: "\f2bb";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-adn:before {
  content: "\f170";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-air-freshener:before {
  content: "\f5d0";
}
.fa-airbnb:before {
  content: "\f834";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-alipay:before {
  content: "\f642";
}
.fa-allergies:before {
  content: "\f461";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-android:before {
  content: "\f17b";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angry:before {
  content: "\f556";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-angular:before {
  content: "\f420";
}
.fa-ankh:before {
  content: "\f644";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-apper:before {
  content: "\f371";
}
.fa-apple:before {
  content: "\f179";
}
.fa-apple-alt:before {
  content: "\f5d1";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-archive:before {
  content: "\f187";
}
.fa-archway:before {
  content: "\f557";
}
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-arrows-alt-h:before {
  content: "\f337";
}
.fa-arrows-alt-v:before {
  content: "\f338";
}
.fa-artstation:before {
  content: "\f77a";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-atlas:before {
  content: "\f558";
}
.fa-atlassian:before {
  content: "\f77b";
}
.fa-atom:before {
  content: "\f5d2";
}
.fa-audible:before {
  content: "\f373";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-award:before {
  content: "\f559";
}
.fa-aws:before {
  content: "\f375";
}
.fa-baby:before {
  content: "\f77c";
}
.fa-baby-carriage:before {
  content: "\f77d";
}
.fa-backspace:before {
  content: "\f55a";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-bacon:before {
  content: "\f7e5";
}
.fa-bacteria:before {
  content: "\e059";
}
.fa-bacterium:before {
  content: "\e05a";
}
.fa-bahai:before {
  content: "\f666";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-balance-scale-left:before {
  content: "\f515";
}
.fa-balance-scale-right:before {
  content: "\f516";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-band-aid:before {
  content: "\f462";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-baseball-ball:before {
  content: "\f433";
}
.fa-basketball-ball:before {
  content: "\f434";
}
.fa-bath:before {
  content: "\f2cd";
}
.fa-battery-empty:before {
  content: "\f244";
}
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battle-net:before {
  content: "\f835";
}
.fa-bed:before {
  content: "\f236";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bezier-curve:before {
  content: "\f55b";
}
.fa-bible:before {
  content: "\f647";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-biking:before {
  content: "\f84a";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-biohazard:before {
  content: "\f780";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-blender:before {
  content: "\f517";
}
.fa-blender-phone:before {
  content: "\f6b6";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-blog:before {
  content: "\f781";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-bold:before {
  content: "\f032";
}
.fa-bolt:before {
  content: "\f0e7";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-bone:before {
  content: "\f5d7";
}
.fa-bong:before {
  content: "\f55c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-book-dead:before {
  content: "\f6b7";
}
.fa-book-medical:before {
  content: "\f7e6";
}
.fa-book-open:before {
  content: "\f518";
}
.fa-book-reader:before {
  content: "\f5da";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-bootstrap:before {
  content: "\f836";
}
.fa-border-all:before {
  content: "\f84c";
}
.fa-border-none:before {
  content: "\f850";
}
.fa-border-style:before {
  content: "\f853";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-box:before {
  content: "\f466";
}
.fa-box-open:before {
  content: "\f49e";
}
.fa-box-tissue:before {
  content: "\e05b";
}
.fa-boxes:before {
  content: "\f468";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-brain:before {
  content: "\f5dc";
}
.fa-bread-slice:before {
  content: "\f7ec";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-briefcase-medical:before {
  content: "\f469";
}
.fa-broadcast-tower:before {
  content: "\f519";
}
.fa-broom:before {
  content: "\f51a";
}
.fa-brush:before {
  content: "\f55d";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-buffer:before {
  content: "\f837";
}
.fa-bug:before {
  content: "\f188";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-burn:before {
  content: "\f46a";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-bus:before {
  content: "\f207";
}
.fa-bus-alt:before {
  content: "\f55e";
}
.fa-business-time:before {
  content: "\f64a";
}
.fa-buy-n-large:before {
  content: "\f8a6";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-calendar-alt:before {
  content: "\f073";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-calendar-day:before {
  content: "\f783";
}
.fa-calendar-minus:before {
  content: "\f272";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-calendar-times:before {
  content: "\f273";
}
.fa-calendar-week:before {
  content: "\f784";
}
.fa-camera:before {
  content: "\f030";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-campground:before {
  content: "\f6bb";
}
.fa-canadian-maple-leaf:before {
  content: "\f785";
}
.fa-candy-cane:before {
  content: "\f786";
}
.fa-cannabis:before {
  content: "\f55f";
}
.fa-capsules:before {
  content: "\f46b";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-car-alt:before {
  content: "\f5de";
}
.fa-car-battery:before {
  content: "\f5df";
}
.fa-car-crash:before {
  content: "\f5e1";
}
.fa-car-side:before {
  content: "\f5e4";
}
.fa-caravan:before {
  content: "\f8ff";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-caret-square-down:before {
  content: "\f150";
}
.fa-caret-square-left:before {
  content: "\f191";
}
.fa-caret-square-right:before {
  content: "\f152";
}
.fa-caret-square-up:before {
  content: "\f151";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-carrot:before {
  content: "\f787";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cash-register:before {
  content: "\f788";
}
.fa-cat:before {
  content: "\f6be";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-centos:before {
  content: "\f789";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-chair:before {
  content: "\f6c0";
}
.fa-chalkboard:before {
  content: "\f51b";
}
.fa-chalkboard-teacher:before {
  content: "\f51c";
}
.fa-charging-station:before {
  content: "\f5e7";
}
.fa-chart-area:before {
  content: "\f1fe";
}
.fa-chart-bar:before {
  content: "\f080";
}
.fa-chart-line:before {
  content: "\f201";
}
.fa-chart-pie:before {
  content: "\f200";
}
.fa-check:before {
  content: "\f00c";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-check-double:before {
  content: "\f560";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-cheese:before {
  content: "\f7ef";
}
.fa-chess:before {
  content: "\f439";
}
.fa-chess-bishop:before {
  content: "\f43a";
}
.fa-chess-board:before {
  content: "\f43c";
}
.fa-chess-king:before {
  content: "\f43f";
}
.fa-chess-knight:before {
  content: "\f441";
}
.fa-chess-pawn:before {
  content: "\f443";
}
.fa-chess-queen:before {
  content: "\f445";
}
.fa-chess-rook:before {
  content: "\f447";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-chromecast:before {
  content: "\f838";
}
.fa-church:before {
  content: "\f51d";
}
.fa-circle:before {
  content: "\f111";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-city:before {
  content: "\f64f";
}
.fa-clinic-medical:before {
  content: "\f7f2";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-clipboard-check:before {
  content: "\f46c";
}
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-clock:before {
  content: "\f017";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-closed-captioning:before {
  content: "\f20a";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-cloud-download-alt:before {
  content: "\f381";
}
.fa-cloud-meatball:before {
  content: "\f73b";
}
.fa-cloud-moon:before {
  content: "\f6c3";
}
.fa-cloud-moon-rain:before {
  content: "\f73c";
}
.fa-cloud-rain:before {
  content: "\f73d";
}
.fa-cloud-showers-heavy:before {
  content: "\f740";
}
.fa-cloud-sun:before {
  content: "\f6c4";
}
.fa-cloud-sun-rain:before {
  content: "\f743";
}
.fa-cloud-upload-alt:before {
  content: "\f382";
}
.fa-cloudflare:before {
  content: "\e07d";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-cocktail:before {
  content: "\f561";
}
.fa-code:before {
  content: "\f121";
}
.fa-code-branch:before {
  content: "\f126";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cog:before {
  content: "\f013";
}
.fa-cogs:before {
  content: "\f085";
}
.fa-coins:before {
  content: "\f51e";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-comment:before {
  content: "\f075";
}
.fa-comment-alt:before {
  content: "\f27a";
}
.fa-comment-dollar:before {
  content: "\f651";
}
.fa-comment-dots:before {
  content: "\f4ad";
}
.fa-comment-medical:before {
  content: "\f7f5";
}
.fa-comment-slash:before {
  content: "\f4b3";
}
.fa-comments:before {
  content: "\f086";
}
.fa-comments-dollar:before {
  content: "\f653";
}
.fa-compact-disc:before {
  content: "\f51f";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-compress:before {
  content: "\f066";
}
.fa-compress-alt:before {
  content: "\f422";
}
.fa-compress-arrows-alt:before {
  content: "\f78c";
}
.fa-concierge-bell:before {
  content: "\f562";
}
.fa-confluence:before {
  content: "\f78d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-cookie:before {
  content: "\f563";
}
.fa-cookie-bite:before {
  content: "\f564";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-cotton-bureau:before {
  content: "\f89e";
}
.fa-couch:before {
  content: "\f4b8";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-creative-commons-by:before {
  content: "\f4e7";
}
.fa-creative-commons-nc:before {
  content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.fa-creative-commons-nd:before {
  content: "\f4eb";
}
.fa-creative-commons-pd:before {
  content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.fa-creative-commons-remix:before {
  content: "\f4ee";
}
.fa-creative-commons-sa:before {
  content: "\f4ef";
}
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.fa-creative-commons-share:before {
  content: "\f4f2";
}
.fa-creative-commons-zero:before {
  content: "\f4f3";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-critical-role:before {
  content: "\f6c9";
}
.fa-crop:before {
  content: "\f125";
}
.fa-crop-alt:before {
  content: "\f565";
}
.fa-cross:before {
  content: "\f654";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-crow:before {
  content: "\f520";
}
.fa-crown:before {
  content: "\f521";
}
.fa-crutch:before {
  content: "\f7f7";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-cut:before {
  content: "\f0c4";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}
.fa-dailymotion:before {
  content: "\e052";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-deaf:before {
  content: "\f2a4";
}
.fa-deezer:before {
  content: "\e077";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-democrat:before {
  content: "\f747";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-dev:before {
  content: "\f6cc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-dharmachakra:before {
  content: "\f655";
}
.fa-dhl:before {
  content: "\f790";
}
.fa-diagnoses:before {
  content: "\f470";
}
.fa-diaspora:before {
  content: "\f791";
}
.fa-dice:before {
  content: "\f522";
}
.fa-dice-d20:before {
  content: "\f6cf";
}
.fa-dice-d6:before {
  content: "\f6d1";
}
.fa-dice-five:before {
  content: "\f523";
}
.fa-dice-four:before {
  content: "\f524";
}
.fa-dice-one:before {
  content: "\f525";
}
.fa-dice-six:before {
  content: "\f526";
}
.fa-dice-three:before {
  content: "\f527";
}
.fa-dice-two:before {
  content: "\f528";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-digital-tachograph:before {
  content: "\f566";
}
.fa-directions:before {
  content: "\f5eb";
}
.fa-discord:before {
  content: "\f392";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-disease:before {
  content: "\f7fa";
}
.fa-divide:before {
  content: "\f529";
}
.fa-dizzy:before {
  content: "\f567";
}
.fa-dna:before {
  content: "\f471";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-docker:before {
  content: "\f395";
}
.fa-dog:before {
  content: "\f6d3";
}
.fa-dollar-sign:before {
  content: "\f155";
}
.fa-dolly:before {
  content: "\f472";
}
.fa-dolly-flatbed:before {
  content: "\f474";
}
.fa-donate:before {
  content: "\f4b9";
}
.fa-door-closed:before {
  content: "\f52a";
}
.fa-door-open:before {
  content: "\f52b";
}
.fa-dot-circle:before {
  content: "\f192";
}
.fa-dove:before {
  content: "\f4ba";
}
.fa-download:before {
  content: "\f019";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-drafting-compass:before {
  content: "\f568";
}
.fa-dragon:before {
  content: "\f6d5";
}
.fa-draw-polygon:before {
  content: "\f5ee";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-dribbble-square:before {
  content: "\f397";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-drum:before {
  content: "\f569";
}
.fa-drum-steelpan:before {
  content: "\f56a";
}
.fa-drumstick-bite:before {
  content: "\f6d7";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-dumbbell:before {
  content: "\f44b";
}
.fa-dumpster:before {
  content: "\f793";
}
.fa-dumpster-fire:before {
  content: "\f794";
}
.fa-dungeon:before {
  content: "\f6d9";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-ebay:before {
  content: "\f4f4";
}
.fa-edge:before {
  content: "\f282";
}
.fa-edge-legacy:before {
  content: "\e078";
}
.fa-edit:before {
  content: "\f044";
}
.fa-egg:before {
  content: "\f7fb";
}
.fa-eject:before {
  content: "\f052";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-ello:before {
  content: "\f5f1";
}
.fa-ember:before {
  content: "\f423";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-text:before {
  content: "\f658";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-envira:before {
  content: "\f299";
}
.fa-equals:before {
  content: "\f52c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-ethernet:before {
  content: "\f796";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-euro-sign:before {
  content: "\f153";
}
.fa-evernote:before {
  content: "\f839";
}
.fa-exchange-alt:before {
  content: "\f362";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-expand:before {
  content: "\f065";
}
.fa-expand-alt:before {
  content: "\f424";
}
.fa-expand-arrows-alt:before {
  content: "\f31e";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-external-link-alt:before {
  content: "\f35d";
}
.fa-external-link-square-alt:before {
  content: "\f360";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-dropper:before {
  content: "\f1fb";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-fan:before {
  content: "\f863";
}
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-faucet:before {
  content: "\e005";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-feather:before {
  content: "\f52d";
}
.fa-feather-alt:before {
  content: "\f56b";
}
.fa-fedex:before {
  content: "\f797";
}
.fa-fedora:before {
  content: "\f798";
}
.fa-female:before {
  content: "\f182";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-figma:before {
  content: "\f799";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-alt:before {
  content: "\f15c";
}
.fa-file-archive:before {
  content: "\f1c6";
}
.fa-file-audio:before {
  content: "\f1c7";
}
.fa-file-code:before {
  content: "\f1c9";
}
.fa-file-contract:before {
  content: "\f56c";
}
.fa-file-csv:before {
  content: "\f6dd";
}
.fa-file-download:before {
  content: "\f56d";
}
.fa-file-excel:before {
  content: "\f1c3";
}
.fa-file-export:before {
  content: "\f56e";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-file-import:before {
  content: "\f56f";
}
.fa-file-invoice:before {
  content: "\f570";
}
.fa-file-invoice-dollar:before {
  content: "\f571";
}
.fa-file-medical:before {
  content: "\f477";
}
.fa-file-medical-alt:before {
  content: "\f478";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-file-powerpoint:before {
  content: "\f1c4";
}
.fa-file-prescription:before {
  content: "\f572";
}
.fa-file-signature:before {
  content: "\f573";
}
.fa-file-upload:before {
  content: "\f574";
}
.fa-file-video:before {
  content: "\f1c8";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-fill:before {
  content: "\f575";
}
.fa-fill-drip:before {
  content: "\f576";
}
.fa-film:before {
  content: "\f008";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-fingerprint:before {
  content: "\f577";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-fire-alt:before {
  content: "\f7e4";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-firefox-browser:before {
  content: "\e007";
}
.fa-first-aid:before {
  content: "\f479";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-first-order-alt:before {
  content: "\f50a";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-fish:before {
  content: "\f578";
}
.fa-fist-raised:before {
  content: "\f6de";
}
.fa-flag:before {
  content: "\f024";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-flag-usa:before {
  content: "\f74d";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-flushed:before {
  content: "\f579";
}
.fa-fly:before {
  content: "\f417";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-minus:before {
  content: "\f65d";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-folder-plus:before {
  content: "\f65e";
}
.fa-font:before {
  content: "\f031";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-font-awesome-alt:before {
  content: "\f35c";
}
.fa-font-awesome-flag:before {
  content: "\f425";
}
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-football-ball:before {
  content: "\f44e";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-frog:before {
  content: "\f52e";
}
.fa-frown:before {
  content: "\f119";
}
.fa-frown-open:before {
  content: "\f57a";
}
.fa-fulcrum:before {
  content: "\f50b";
}
.fa-funnel-dollar:before {
  content: "\f662";
}
.fa-futbol:before {
  content: "\f1e3";
}
.fa-galactic-republic:before {
  content: "\f50c";
}
.fa-galactic-senate:before {
  content: "\f50d";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-gas-pump:before {
  content: "\f52f";
}
.fa-gavel:before {
  content: "\f0e3";
}
.fa-gem:before {
  content: "\f3a5";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-ghost:before {
  content: "\f6e2";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-gifts:before {
  content: "\f79c";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-git-alt:before {
  content: "\f841";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-github:before {
  content: "\f09b";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-glass-cheers:before {
  content: "\f79f";
}
.fa-glass-martini:before {
  content: "\f000";
}
.fa-glass-martini-alt:before {
  content: "\f57b";
}
.fa-glass-whiskey:before {
  content: "\f7a0";
}
.fa-glasses:before {
  content: "\f530";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-globe-africa:before {
  content: "\f57c";
}
.fa-globe-americas:before {
  content: "\f57d";
}
.fa-globe-asia:before {
  content: "\f57e";
}
.fa-globe-europe:before {
  content: "\f7a2";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-golf-ball:before {
  content: "\f450";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-google-pay:before {
  content: "\e079";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-gopuram:before {
  content: "\f664";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-greater-than:before {
  content: "\f531";
}
.fa-greater-than-equal:before {
  content: "\f532";
}
.fa-grimace:before {
  content: "\f57f";
}
.fa-grin:before {
  content: "\f580";
}
.fa-grin-alt:before {
  content: "\f581";
}
.fa-grin-beam:before {
  content: "\f582";
}
.fa-grin-beam-sweat:before {
  content: "\f583";
}
.fa-grin-hearts:before {
  content: "\f584";
}
.fa-grin-squint:before {
  content: "\f585";
}
.fa-grin-squint-tears:before {
  content: "\f586";
}
.fa-grin-stars:before {
  content: "\f587";
}
.fa-grin-tears:before {
  content: "\f588";
}
.fa-grin-tongue:before {
  content: "\f589";
}
.fa-grin-tongue-squint:before {
  content: "\f58a";
}
.fa-grin-tongue-wink:before {
  content: "\f58b";
}
.fa-grin-wink:before {
  content: "\f58c";
}
.fa-grip-horizontal:before {
  content: "\f58d";
}
.fa-grip-lines:before {
  content: "\f7a4";
}
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}
.fa-grip-vertical:before {
  content: "\f58e";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-guilded:before {
  content: "\e07e";
}
.fa-guitar:before {
  content: "\f7a6";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-hacker-news-square:before {
  content: "\f3af";
}
.fa-hackerrank:before {
  content: "\f5f7";
}
.fa-hamburger:before {
  content: "\f805";
}
.fa-hammer:before {
  content: "\f6e3";
}
.fa-hamsa:before {
  content: "\f665";
}
.fa-hand-holding:before {
  content: "\f4bd";
}
.fa-hand-holding-heart:before {
  content: "\f4be";
}
.fa-hand-holding-medical:before {
  content: "\e05c";
}
.fa-hand-holding-usd:before {
  content: "\f4c0";
}
.fa-hand-holding-water:before {
  content: "\f4c1";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-hand-middle-finger:before {
  content: "\f806";
}
.fa-hand-paper:before {
  content: "\f256";
}
.fa-hand-peace:before {
  content: "\f25b";
}
.fa-hand-point-down:before {
  content: "\f0a7";
}
.fa-hand-point-left:before {
  content: "\f0a5";
}
.fa-hand-point-right:before {
  content: "\f0a4";
}
.fa-hand-point-up:before {
  content: "\f0a6";
}
.fa-hand-pointer:before {
  content: "\f25a";
}
.fa-hand-rock:before {
  content: "\f255";
}
.fa-hand-scissors:before {
  content: "\f257";
}
.fa-hand-sparkles:before {
  content: "\e05d";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-hands:before {
  content: "\f4c2";
}
.fa-hands-helping:before {
  content: "\f4c4";
}
.fa-hands-wash:before {
  content: "\e05e";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-handshake-alt-slash:before {
  content: "\e05f";
}
.fa-handshake-slash:before {
  content: "\e060";
}
.fa-hanukiah:before {
  content: "\f6e6";
}
.fa-hard-hat:before {
  content: "\f807";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-hat-cowboy:before {
  content: "\f8c0";
}
.fa-hat-cowboy-side:before {
  content: "\f8c1";
}
.fa-hat-wizard:before {
  content: "\f6e8";
}
.fa-hdd:before {
  content: "\f0a0";
}
.fa-head-side-cough:before {
  content: "\e061";
}
.fa-head-side-cough-slash:before {
  content: "\e062";
}
.fa-head-side-mask:before {
  content: "\e063";
}
.fa-head-side-virus:before {
  content: "\e064";
}
.fa-heading:before {
  content: "\f1dc";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-headphones-alt:before {
  content: "\f58f";
}
.fa-headset:before {
  content: "\f590";
}
.fa-heart:before {
  content: "\f004";
}
.fa-heart-broken:before {
  content: "\f7a9";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-helicopter:before {
  content: "\f533";
}
.fa-highlighter:before {
  content: "\f591";
}
.fa-hiking:before {
  content: "\f6ec";
}
.fa-hippo:before {
  content: "\f6ed";
}
.fa-hips:before {
  content: "\f452";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-history:before {
  content: "\f1da";
}
.fa-hive:before {
  content: "\e07f";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-holly-berry:before {
  content: "\f7aa";
}
.fa-home:before {
  content: "\f015";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-hornbill:before {
  content: "\f592";
}
.fa-horse:before {
  content: "\f6f0";
}
.fa-horse-head:before {
  content: "\f7ab";
}
.fa-hospital:before {
  content: "\f0f8";
}
.fa-hospital-alt:before {
  content: "\f47d";
}
.fa-hospital-symbol:before {
  content: "\f47e";
}
.fa-hospital-user:before {
  content: "\f80d";
}
.fa-hot-tub:before {
  content: "\f593";
}
.fa-hotdog:before {
  content: "\f80f";
}
.fa-hotel:before {
  content: "\f594";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-house-damage:before {
  content: "\f6f1";
}
.fa-house-user:before {
  content: "\e065";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-hryvnia:before {
  content: "\f6f2";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-ice-cream:before {
  content: "\f810";
}
.fa-icicles:before {
  content: "\f7ad";
}
.fa-icons:before {
  content: "\f86d";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-id-card:before {
  content: "\f2c2";
}
.fa-id-card-alt:before {
  content: "\f47f";
}
.fa-ideal:before {
  content: "\e013";
}
.fa-igloo:before {
  content: "\f7ae";
}
.fa-image:before {
  content: "\f03e";
}
.fa-images:before {
  content: "\f302";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-industry:before {
  content: "\f275";
}
.fa-infinity:before {
  content: "\f534";
}
.fa-info:before {
  content: "\f129";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-innosoft:before {
  content: "\e080";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-instagram-square:before {
  content: "\e055";
}
.fa-instalod:before {
  content: "\e081";
}
.fa-intercom:before {
  content: "\f7af";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-invision:before {
  content: "\f7b0";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-italic:before {
  content: "\f033";
}
.fa-itch-io:before {
  content: "\f83a";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-java:before {
  content: "\f4e4";
}
.fa-jedi:before {
  content: "\f669";
}
.fa-jedi-order:before {
  content: "\f50e";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-jira:before {
  content: "\f7b1";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-joint:before {
  content: "\f595";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-journal-whills:before {
  content: "\f66a";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-js-square:before {
  content: "\f3b9";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-kaaba:before {
  content: "\f66b";
}
.fa-kaggle:before {
  content: "\f5fa";
}
.fa-key:before {
  content: "\f084";
}
.fa-keybase:before {
  content: "\f4f5";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-khanda:before {
  content: "\f66d";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-kiss:before {
  content: "\f596";
}
.fa-kiss-beam:before {
  content: "\f597";
}
.fa-kiss-wink-heart:before {
  content: "\f598";
}
.fa-kiwi-bird:before {
  content: "\f535";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-landmark:before {
  content: "\f66f";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-laptop-code:before {
  content: "\f5fc";
}
.fa-laptop-house:before {
  content: "\e066";
}
.fa-laptop-medical:before {
  content: "\f812";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-laugh:before {
  content: "\f599";
}
.fa-laugh-beam:before {
  content: "\f59a";
}
.fa-laugh-squint:before {
  content: "\f59b";
}
.fa-laugh-wink:before {
  content: "\f59c";
}
.fa-layer-group:before {
  content: "\f5fd";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-less:before {
  content: "\f41d";
}
.fa-less-than:before {
  content: "\f536";
}
.fa-less-than-equal:before {
  content: "\f537";
}
.fa-level-down-alt:before {
  content: "\f3be";
}
.fa-level-up-alt:before {
  content: "\f3bf";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-lira-sign:before {
  content: "\f195";
}
.fa-list:before {
  content: "\f03a";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-lock:before {
  content: "\f023";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-luggage-cart:before {
  content: "\f59d";
}
.fa-lungs:before {
  content: "\f604";
}
.fa-lungs-virus:before {
  content: "\e067";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-mail-bulk:before {
  content: "\f674";
}
.fa-mailchimp:before {
  content: "\f59e";
}
.fa-male:before {
  content: "\f183";
}
.fa-mandalorian:before {
  content: "\f50f";
}
.fa-map:before {
  content: "\f279";
}
.fa-map-marked:before {
  content: "\f59f";
}
.fa-map-marked-alt:before {
  content: "\f5a0";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-markdown:before {
  content: "\f60f";
}
.fa-marker:before {
  content: "\f5a1";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mask:before {
  content: "\f6fa";
}
.fa-mastodon:before {
  content: "\f4f6";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-mdb:before {
  content: "\f8ca";
}
.fa-medal:before {
  content: "\f5a2";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-medium-m:before {
  content: "\f3c7";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-megaport:before {
  content: "\f5a3";
}
.fa-meh:before {
  content: "\f11a";
}
.fa-meh-blank:before {
  content: "\f5a4";
}
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.fa-memory:before {
  content: "\f538";
}
.fa-mendeley:before {
  content: "\f7b3";
}
.fa-menorah:before {
  content: "\f676";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-meteor:before {
  content: "\f753";
}
.fa-microblog:before {
  content: "\e01a";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-alt:before {
  content: "\f3c9";
}
.fa-microphone-alt-slash:before {
  content: "\f539";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-microscope:before {
  content: "\f610";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-minus:before {
  content: "\f068";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-mitten:before {
  content: "\f7b5";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-mixer:before {
  content: "\e056";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-mobile-alt:before {
  content: "\f3cd";
}
.fa-modx:before {
  content: "\f285";
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-money-bill:before {
  content: "\f0d6";
}
.fa-money-bill-alt:before {
  content: "\f3d1";
}
.fa-money-bill-wave:before {
  content: "\f53a";
}
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.fa-money-check:before {
  content: "\f53c";
}
.fa-money-check-alt:before {
  content: "\f53d";
}
.fa-monument:before {
  content: "\f5a6";
}
.fa-moon:before {
  content: "\f186";
}
.fa-mortar-pestle:before {
  content: "\f5a7";
}
.fa-mosque:before {
  content: "\f678";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-mountain:before {
  content: "\f6fc";
}
.fa-mouse:before {
  content: "\f8cc";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-mug-hot:before {
  content: "\f7b6";
}
.fa-music:before {
  content: "\f001";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-neos:before {
  content: "\f612";
}
.fa-network-wired:before {
  content: "\f6ff";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-nimblr:before {
  content: "\f5a8";
}
.fa-node:before {
  content: "\f419";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-not-equal:before {
  content: "\f53e";
}
.fa-notes-medical:before {
  content: "\f481";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-octopus-deploy:before {
  content: "\e082";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-oil-can:before {
  content: "\f613";
}
.fa-old-republic:before {
  content: "\f510";
}
.fa-om:before {
  content: "\f679";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-orcid:before {
  content: "\f8d2";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-otter:before {
  content: "\f700";
}
.fa-outdent:before {
  content: "\f03b";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-pager:before {
  content: "\f815";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-paint-roller:before {
  content: "\f5aa";
}
.fa-palette:before {
  content: "\f53f";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-pallet:before {
  content: "\f482";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-parachute-box:before {
  content: "\f4cd";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-parking:before {
  content: "\f540";
}
.fa-passport:before {
  content: "\f5ab";
}
.fa-pastafarianism:before {
  content: "\f67b";
}
.fa-paste:before {
  content: "\f0ea";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-peace:before {
  content: "\f67c";
}
.fa-pen:before {
  content: "\f304";
}
.fa-pen-alt:before {
  content: "\f305";
}
.fa-pen-fancy:before {
  content: "\f5ac";
}
.fa-pen-nib:before {
  content: "\f5ad";
}
.fa-pen-square:before {
  content: "\f14b";
}
.fa-pencil-alt:before {
  content: "\f303";
}
.fa-pencil-ruler:before {
  content: "\f5ae";
}
.fa-penny-arcade:before {
  content: "\f704";
}
.fa-people-arrows:before {
  content: "\e068";
}
.fa-people-carry:before {
  content: "\f4ce";
}
.fa-pepper-hot:before {
  content: "\f816";
}
.fa-perbyte:before {
  content: "\e083";
}
.fa-percent:before {
  content: "\f295";
}
.fa-percentage:before {
  content: "\f541";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-person-booth:before {
  content: "\f756";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-phoenix-squadron:before {
  content: "\f511";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone-alt:before {
  content: "\f879";
}
.fa-phone-slash:before {
  content: "\f3dd";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-phone-square-alt:before {
  content: "\f87b";
}
.fa-phone-volume:before {
  content: "\f2a0";
}
.fa-photo-video:before {
  content: "\f87c";
}
.fa-php:before {
  content: "\f457";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-pied-piper-hat:before {
  content: "\f4e5";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-square:before {
  content: "\e01e";
}
.fa-piggy-bank:before {
  content: "\f4d3";
}
.fa-pills:before {
  content: "\f484";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-pizza-slice:before {
  content: "\f818";
}
.fa-place-of-worship:before {
  content: "\f67f";
}
.fa-plane:before {
  content: "\f072";
}
.fa-plane-arrival:before {
  content: "\f5af";
}
.fa-plane-departure:before {
  content: "\f5b0";
}
.fa-plane-slash:before {
  content: "\e069";
}
.fa-play:before {
  content: "\f04b";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-plus:before {
  content: "\f067";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-poll:before {
  content: "\f681";
}
.fa-poll-h:before {
  content: "\f682";
}
.fa-poo:before {
  content: "\f2fe";
}
.fa-poo-storm:before {
  content: "\f75a";
}
.fa-poop:before {
  content: "\f619";
}
.fa-portrait:before {
  content: "\f3e0";
}
.fa-pound-sign:before {
  content: "\f154";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-pray:before {
  content: "\f683";
}
.fa-praying-hands:before {
  content: "\f684";
}
.fa-prescription:before {
  content: "\f5b1";
}
.fa-prescription-bottle:before {
  content: "\f485";
}
.fa-prescription-bottle-alt:before {
  content: "\f486";
}
.fa-print:before {
  content: "\f02f";
}
.fa-procedures:before {
  content: "\f487";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-project-diagram:before {
  content: "\f542";
}
.fa-pump-medical:before {
  content: "\e06a";
}
.fa-pump-soap:before {
  content: "\e06b";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-question:before {
  content: "\f128";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-quidditch:before {
  content: "\f458";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-quran:before {
  content: "\f687";
}
.fa-r-project:before {
  content: "\f4f7";
}
.fa-radiation:before {
  content: "\f7b9";
}
.fa-radiation-alt:before {
  content: "\f7ba";
}
.fa-rainbow:before {
  content: "\f75b";
}
.fa-random:before {
  content: "\f074";
}
.fa-raspberry-pi:before {
  content: "\f7bb";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-react:before {
  content: "\f41b";
}
.fa-reacteurope:before {
  content: "\f75d";
}
.fa-readme:before {
  content: "\f4d5";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-receipt:before {
  content: "\f543";
}
.fa-record-vinyl:before {
  content: "\f8d9";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-redhat:before {
  content: "\f7bc";
}
.fa-redo:before {
  content: "\f01e";
}
.fa-redo-alt:before {
  content: "\f2f9";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-remove-format:before {
  content: "\f87d";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-reply:before {
  content: "\f3e5";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-republican:before {
  content: "\f75e";
}
.fa-researchgate:before {
  content: "\f4f8";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-restroom:before {
  content: "\f7bd";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-rev:before {
  content: "\f5b2";
}
.fa-ribbon:before {
  content: "\f4d6";
}
.fa-ring:before {
  content: "\f70b";
}
.fa-road:before {
  content: "\f018";
}
.fa-robot:before {
  content: "\f544";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-route:before {
  content: "\f4d7";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-ruble-sign:before {
  content: "\f158";
}
.fa-ruler:before {
  content: "\f545";
}
.fa-ruler-combined:before {
  content: "\f546";
}
.fa-ruler-horizontal:before {
  content: "\f547";
}
.fa-ruler-vertical:before {
  content: "\f548";
}
.fa-running:before {
  content: "\f70c";
}
.fa-rupee-sign:before {
  content: "\f156";
}
.fa-rust:before {
  content: "\e07a";
}
.fa-sad-cry:before {
  content: "\f5b3";
}
.fa-sad-tear:before {
  content: "\f5b4";
}
.fa-safari:before {
  content: "\f267";
}
.fa-salesforce:before {
  content: "\f83b";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-satellite:before {
  content: "\f7bf";
}
.fa-satellite-dish:before {
  content: "\f7c0";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-school:before {
  content: "\f549";
}
.fa-screwdriver:before {
  content: "\f54a";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-scroll:before {
  content: "\f70e";
}
.fa-sd-card:before {
  content: "\f7c2";
}
.fa-search:before {
  content: "\f002";
}
.fa-search-dollar:before {
  content: "\f688";
}
.fa-search-location:before {
  content: "\f689";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-seedling:before {
  content: "\f4d8";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-server:before {
  content: "\f233";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-shapes:before {
  content: "\f61f";
}
.fa-share:before {
  content: "\f064";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-shekel-sign:before {
  content: "\f20b";
}
.fa-shield-alt:before {
  content: "\f3ed";
}
.fa-shield-virus:before {
  content: "\e06c";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-shipping-fast:before {
  content: "\f48b";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-shoe-prints:before {
  content: "\f54b";
}
.fa-shopify:before {
  content: "\e057";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-shopware:before {
  content: "\f5b5";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-shuttle-van:before {
  content: "\f5b6";
}
.fa-sign:before {
  content: "\f4d9";
}
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-signal:before {
  content: "\f012";
}
.fa-signature:before {
  content: "\f5b7";
}
.fa-sim-card:before {
  content: "\f7c4";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-sink:before {
  content: "\e06d";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-sith:before {
  content: "\f512";
}
.fa-skating:before {
  content: "\f7c5";
}
.fa-sketch:before {
  content: "\f7c6";
}
.fa-skiing:before {
  content: "\f7c9";
}
.fa-skiing-nordic:before {
  content: "\f7ca";
}
.fa-skull:before {
  content: "\f54c";
}
.fa-skull-crossbones:before {
  content: "\f714";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-slack:before {
  content: "\f198";
}
.fa-slack-hash:before {
  content: "\f3ef";
}
.fa-slash:before {
  content: "\f715";
}
.fa-sleigh:before {
  content: "\f7cc";
}
.fa-sliders-h:before {
  content: "\f1de";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-smile:before {
  content: "\f118";
}
.fa-smile-beam:before {
  content: "\f5b8";
}
.fa-smile-wink:before {
  content: "\f4da";
}
.fa-smog:before {
  content: "\f75f";
}
.fa-smoking:before {
  content: "\f48d";
}
.fa-smoking-ban:before {
  content: "\f54d";
}
.fa-sms:before {
  content: "\f7cd";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-snowboarding:before {
  content: "\f7ce";
}
.fa-snowflake:before {
  content: "\f2dc";
}
.fa-snowman:before {
  content: "\f7d0";
}
.fa-snowplow:before {
  content: "\f7d2";
}
.fa-soap:before {
  content: "\e06e";
}
.fa-socks:before {
  content: "\f696";
}
.fa-solar-panel:before {
  content: "\f5ba";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-alpha-down:before {
  content: "\f15d";
}
.fa-sort-alpha-down-alt:before {
  content: "\f881";
}
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-sort-alpha-up-alt:before {
  content: "\f882";
}
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-sort-amount-down-alt:before {
  content: "\f884";
}
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-sort-amount-up-alt:before {
  content: "\f885";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-sort-numeric-down-alt:before {
  content: "\f886";
}
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-sort-numeric-up-alt:before {
  content: "\f887";
}
.fa-sort-up:before {
  content: "\f0de";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-sourcetree:before {
  content: "\f7d3";
}
.fa-spa:before {
  content: "\f5bb";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-speaker-deck:before {
  content: "\f83c";
}
.fa-spell-check:before {
  content: "\f891";
}
.fa-spider:before {
  content: "\f717";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-splotch:before {
  content: "\f5bc";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-spray-can:before {
  content: "\f5bd";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-square-root-alt:before {
  content: "\f698";
}
.fa-squarespace:before {
  content: "\f5be";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-stackpath:before {
  content: "\f842";
}
.fa-stamp:before {
  content: "\f5bf";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-and-crescent:before {
  content: "\f699";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-star-half-alt:before {
  content: "\f5c0";
}
.fa-star-of-david:before {
  content: "\f69a";
}
.fa-star-of-life:before {
  content: "\f621";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stopwatch:before {
  content: "\f2f2";
}
.fa-stopwatch-20:before {
  content: "\e06f";
}
.fa-store:before {
  content: "\f54e";
}
.fa-store-alt:before {
  content: "\f54f";
}
.fa-store-alt-slash:before {
  content: "\e070";
}
.fa-store-slash:before {
  content: "\e071";
}
.fa-strava:before {
  content: "\f428";
}
.fa-stream:before {
  content: "\f550";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-stroopwafel:before {
  content: "\f551";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-subway:before {
  content: "\f239";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-suitcase-rolling:before {
  content: "\f5c1";
}
.fa-sun:before {
  content: "\f185";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-surprise:before {
  content: "\f5c2";
}
.fa-suse:before {
  content: "\f7d6";
}
.fa-swatchbook:before {
  content: "\f5c3";
}
.fa-swift:before {
  content: "\f8e1";
}
.fa-swimmer:before {
  content: "\f5c4";
}
.fa-swimming-pool:before {
  content: "\f5c5";
}
.fa-symfony:before {
  content: "\f83d";
}
.fa-synagogue:before {
  content: "\f69b";
}
.fa-sync:before {
  content: "\f021";
}
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-syringe:before {
  content: "\f48e";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-table-tennis:before {
  content: "\f45d";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-tablet-alt:before {
  content: "\f3fa";
}
.fa-tablets:before {
  content: "\f490";
}
.fa-tachometer-alt:before {
  content: "\f3fd";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-tape:before {
  content: "\f4db";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-taxi:before {
  content: "\f1ba";
}
.fa-teamspeak:before {
  content: "\f4f9";
}
.fa-teeth:before {
  content: "\f62e";
}
.fa-teeth-open:before {
  content: "\f62f";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-telegram-plane:before {
  content: "\f3fe";
}
.fa-temperature-high:before {
  content: "\f769";
}
.fa-temperature-low:before {
  content: "\f76b";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-tenge:before {
  content: "\f7d7";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-the-red-yeti:before {
  content: "\f69d";
}
.fa-theater-masks:before {
  content: "\f630";
}
.fa-themeco:before {
  content: "\f5c6";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-thermometer:before {
  content: "\f491";
}
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-think-peaks:before {
  content: "\f731";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-ticket-alt:before {
  content: "\f3ff";
}
.fa-tiktok:before {
  content: "\e07b";
}
.fa-times:before {
  content: "\f00d";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-tint:before {
  content: "\f043";
}
.fa-tint-slash:before {
  content: "\f5c7";
}
.fa-tired:before {
  content: "\f5c8";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-toilet:before {
  content: "\f7d8";
}
.fa-toilet-paper:before {
  content: "\f71e";
}
.fa-toilet-paper-slash:before {
  content: "\e072";
}
.fa-toolbox:before {
  content: "\f552";
}
.fa-tools:before {
  content: "\f7d9";
}
.fa-tooth:before {
  content: "\f5c9";
}
.fa-torah:before {
  content: "\f6a0";
}
.fa-torii-gate:before {
  content: "\f6a1";
}
.fa-tractor:before {
  content: "\f722";
}
.fa-trade-federation:before {
  content: "\f513";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-traffic-light:before {
  content: "\f637";
}
.fa-trailer:before {
  content: "\e041";
}
.fa-train:before {
  content: "\f238";
}
.fa-tram:before {
  content: "\f7da";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-trash-alt:before {
  content: "\f2ed";
}
.fa-trash-restore:before {
  content: "\f829";
}
.fa-trash-restore-alt:before {
  content: "\f82a";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-trello:before {
  content: "\f181";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-truck-loading:before {
  content: "\f4de";
}
.fa-truck-monster:before {
  content: "\f63b";
}
.fa-truck-moving:before {
  content: "\f4df";
}
.fa-truck-pickup:before {
  content: "\f63c";
}
.fa-tshirt:before {
  content: "\f553";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-tv:before {
  content: "\f26c";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-uber:before {
  content: "\f402";
}
.fa-ubuntu:before {
  content: "\f7df";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-umbraco:before {
  content: "\f8e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-umbrella-beach:before {
  content: "\f5ca";
}
.fa-uncharted:before {
  content: "\e084";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-undo:before {
  content: "\f0e2";
}
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-unity:before {
  content: "\e049";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-university:before {
  content: "\f19c";
}
.fa-unlink:before {
  content: "\f127";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-unsplash:before {
  content: "\e07c";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-upload:before {
  content: "\f093";
}
.fa-ups:before {
  content: "\f7e0";
}
.fa-usb:before {
  content: "\f287";
}
.fa-user:before {
  content: "\f007";
}
.fa-user-alt:before {
  content: "\f406";
}
.fa-user-alt-slash:before {
  content: "\f4fa";
}
.fa-user-astronaut:before {
  content: "\f4fb";
}
.fa-user-check:before {
  content: "\f4fc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-clock:before {
  content: "\f4fd";
}
.fa-user-cog:before {
  content: "\f4fe";
}
.fa-user-edit:before {
  content: "\f4ff";
}
.fa-user-friends:before {
  content: "\f500";
}
.fa-user-graduate:before {
  content: "\f501";
}
.fa-user-injured:before {
  content: "\f728";
}
.fa-user-lock:before {
  content: "\f502";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-user-minus:before {
  content: "\f503";
}
.fa-user-ninja:before {
  content: "\f504";
}
.fa-user-nurse:before {
  content: "\f82f";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-user-shield:before {
  content: "\f505";
}
.fa-user-slash:before {
  content: "\f506";
}
.fa-user-tag:before {
  content: "\f507";
}
.fa-user-tie:before {
  content: "\f508";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-users-cog:before {
  content: "\f509";
}
.fa-users-slash:before {
  content: "\e073";
}
.fa-usps:before {
  content: "\f7e1";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-utensils:before {
  content: "\f2e7";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-vector-square:before {
  content: "\f5cb";
}
.fa-venus:before {
  content: "\f221";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-vest:before {
  content: "\e085";
}
.fa-vest-patches:before {
  content: "\e086";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-vial:before {
  content: "\f492";
}
.fa-vials:before {
  content: "\f493";
}
.fa-viber:before {
  content: "\f409";
}
.fa-video:before {
  content: "\f03d";
}
.fa-video-slash:before {
  content: "\f4e2";
}
.fa-vihara:before {
  content: "\f6a7";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-virus:before {
  content: "\e074";
}
.fa-virus-slash:before {
  content: "\e075";
}
.fa-viruses:before {
  content: "\e076";
}
.fa-vk:before {
  content: "\f189";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-voicemail:before {
  content: "\f897";
}
.fa-volleyball-ball:before {
  content: "\f45f";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-mute:before {
  content: "\f6a9";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-vote-yea:before {
  content: "\f772";
}
.fa-vr-cardboard:before {
  content: "\f729";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-walking:before {
  content: "\f554";
}
.fa-wallet:before {
  content: "\f555";
}
.fa-warehouse:before {
  content: "\f494";
}
.fa-watchman-monitoring:before {
  content: "\e087";
}
.fa-water:before {
  content: "\f773";
}
.fa-wave-square:before {
  content: "\f83e";
}
.fa-waze:before {
  content: "\f83f";
}
.fa-weebly:before {
  content: "\f5cc";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-weight:before {
  content: "\f496";
}
.fa-weight-hanging:before {
  content: "\f5cd";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-wind:before {
  content: "\f72e";
}
.fa-window-close:before {
  content: "\f410";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-wine-bottle:before {
  content: "\f72f";
}
.fa-wine-glass:before {
  content: "\f4e3";
}
.fa-wine-glass-alt:before {
  content: "\f5ce";
}
.fa-wix:before {
  content: "\f5cf";
}
.fa-wizards-of-the-coast:before {
  content: "\f730";
}
.fa-wodu:before {
  content: "\e088";
}
.fa-wolf-pack-battalion:before {
  content: "\f514";
}
.fa-won-sign:before {
  content: "\f159";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-wpressr:before {
  content: "\f3e4";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-x-ray:before {
  content: "\f497";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-yammer:before {
  content: "\f840";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-yarn:before {
  content: "\f7e3";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-yen-sign:before {
  content: "\f157";
}
.fa-yin-yang:before {
  content: "\f6ad";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-youtube-square:before {
  content: "\f431";
}
.fa-zhihu:before {
  content: "\f63f";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.fab {
  font-family: "Font Awesome 5 Brands";
}

.fab,
.far {
  font-weight: 400;
}

.fa,
.far,
.fas {
  font-family: "Font Awesome 5 Free";
}
.fa,
.fas {
  font-weight: 900;
}
@keyframes rotate-forever {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spinner-loader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.pum-container,
.pum-content,
.pum-content + .pum-close,
.pum-content + .pum-close:active,
.pum-content + .pum-close:focus,
.pum-content + .pum-close:hover,
.pum-overlay,
.pum-title {
  background: 0 0;
  border: none;
  bottom: auto;
  clear: none;
  cursor: default;
  float: none;
  font-family: inherit;
  font-size: medium;
  font-style: normal;
  font-weight: 400;
  height: auto;
  left: auto;
  letter-spacing: normal;
  line-height: normal;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  overflow: visible;
  position: static;
  right: auto;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-transform: none;
  top: auto;
  visibility: visible;
  white-space: normal;
  width: auto;
  z-index: auto;
}
.pum-container .pum-content + .pum-close > span,
.pum-content,
.pum-title {
  position: relative;
  z-index: 1;
}
.pum-overlay,
html.pum-open.pum-open-overlay-disabled.pum-open-fixed .pum-container,
html.pum-open.pum-open-overlay.pum-open-fixed .pum-container {
  position: fixed;
}
.pum-overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1999999999;
  overflow: initial;
  display: none;
  transition: 0.15s ease-in-out;
}
.pum-overlay.pum-form-submission-detected,
.pum-overlay.pum-preview {
  display: block;
}
.pum-overlay,
.pum-overlay *,
.pum-overlay :after,
.pum-overlay :before,
.pum-overlay:after,
.pum-overlay:before {
  box-sizing: border-box;
}
.pum-container {
  top: 100px;
  position: absolute;
  margin-bottom: 3em;
  z-index: 1999999999;
}
.pum-container.pum-responsive {
  left: 50%;
  margin-left: -47.5%;
  width: 95%;
  height: auto;
  overflow: visible;
}
.pum-container.pum-responsive img {
  max-width: 100%;
  height: auto;
}
@media only screen and (min-width: 1024px) {
  .pum-container.pum-responsive.pum-responsive-nano {
    margin-left: -5%;
    width: 10%;
  }
  .pum-container.pum-responsive.pum-responsive-micro {
    margin-left: -10%;
    width: 20%;
  }
  .pum-container.pum-responsive.pum-responsive-tiny {
    margin-left: -15%;
    width: 30%;
  }
  .pum-container.pum-responsive.pum-responsive-small {
    margin-left: -20%;
    width: 40%;
  }
  .pum-container.pum-responsive.pum-responsive-medium {
    margin-left: -30%;
    width: 60%;
  }
  .pum-container.pum-responsive.pum-responsive-normal {
    margin-left: -30%;
    width: 70%;
  }
  .pum-container.pum-responsive.pum-responsive-large {
    margin-left: -35%;
    width: 80%;
  }
  .pum-container.pum-responsive.pum-responsive-xlarge {
    margin-left: -47.5%;
    width: 95%;
  }
  .pum-container.pum-responsive.pum-position-fixed {
    position: fixed;
  }
}
@media only screen and (max-width: 1024px) {
  .pum-container.pum-responsive.pum-position-fixed {
    position: absolute;
  }
}
.pum-container.custom-position {
  left: auto;
  top: auto;
  margin-left: inherit;
}
.pum-container .pum-title {
  margin-bottom: 0.5em;
}
.pum-container .pum-content > :last-child,
.pum-form__message:last-child {
  margin-bottom: 0;
}
.pum-container .pum-content > :first-child {
  margin-top: 0;
}
.pum-container .pum-content + .pum-close {
  text-decoration: none;
  text-align: center;
  line-height: 1;
  position: absolute;
  cursor: pointer;
  min-width: 1em;
  z-index: 2;
  background-color: transparent;
}
.pum-container.pum-scrollable .pum-content {
  overflow: auto;
  overflow-y: scroll;
  max-height: 95%;
}
.pum-overlay.pum-overlay-disabled {
  visibility: hidden;
}
.pum-overlay.pum-overlay-disabled::-webkit-scrollbar {
  display: block;
}
.pum-overlay.pum-overlay-disabled .pum-container {
  visibility: visible;
}
.popmake-close,
.pum-overlay.pum-click-to-close {
  cursor: pointer;
}
html.pum-open.pum-open-overlay,
html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay {
  overflow: hidden;
}
html.pum-open.pum-open-overlay.pum-open-scrollable body > [aria-hidden] {
  padding-right: 15px;
}
html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
html.pum-open.pum-open-overlay-disabled.pum-open-scrollable
  .pum-overlay.pum-active {
  position: static;
  height: auto;
  width: auto;
}
.pum-form {
  margin: 0 auto 16px;
}
.pum-form__field {
  margin-bottom: 1em;
}
.pum-form__field label {
  font-weight: 700;
}
.pum-form__field input[type="date"],
.pum-form__field select {
  margin: 0 auto;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  padding: 3px;
  vertical-align: middle;
}
.pum-form__field select {
  padding: 5px 3px;
}
.pum-form__loader {
  font-size: 2em;
  animation-duration: 0.75s;
  animation-iteration-count: infinite;
  animation-name: rotate-forever;
  animation-timing-function: linear;
  height: 0.75em;
  width: 0.75em;
  border: 0.25em solid rgba(0, 0, 0, 0.5);
  border-right-color: transparent;
  border-radius: 50%;
  display: inline-block;
}
.pum-form__submit {
  position: relative;
}
.pum-form__submit .pum-form__loader {
  margin-left: 0.5em;
  border: 0.25em solid rgba(255, 255, 255, 0.5);
  border-right-color: transparent;
}
.pum-form__messages {
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.25);
  margin-bottom: 0.5em;
  padding: 1em;
  position: relative;
}
.pum-form__message {
  margin-bottom: 0.5em;
}
.pum-form__message--error {
  color: red !important;
  border-color: red;
}
.pum-form__message--success {
  color: green !important;
  border-color: green;
}
.pum-form--loading,
.pum-sub-form .pum-sub-form-loading {
  opacity: 0.5;
}
.pum-alignment-left,
.pum-form--alignment-left {
  text-align: left;
}
.pum-alignment-center {
  text-align: center;
}
.pum-alignment-right {
  text-align: right;
}
.pum-form--alignment-center {
  text-align: center;
}
.pum-form--alignment-right {
  text-align: right;
}
.pum-form--layout-standard .pum-form__field > label {
  margin-bottom: 0.25em;
  display: block;
}
.pum-form--layout-inline .pum-form__field {
  display: inline-block;
}
.pum-form--layout-block .pum-form__field,
.pum-form--layout-block button,
.pum-form--layout-block div,
.pum-form--layout-block input {
  display: block;
  width: 100%;
}
.pum-form--style-default label {
  font-size: 14px;
  font-weight: 700;
}
.pum-form--style-default input[type="email"],
.pum-form--style-default input[type="text"] {
  background-color: #f8f7f7;
  margin-bottom: 5px;
  font-size: 14px;
  padding: 10px 8px;
}
.pum-form--style-default button {
  font-size: 18px;
  margin: 10px 0 0;
  padding: 10px 5px;
  cursor: pointer;
}
.pum-sub-form p.pum-newsletter-error-msg {
  margin: 0;
}
.pum-sub-form .spinner-loader {
  right: 50%;
  position: absolute;
  bottom: 40%;
}
.pum-sub-form .spinner-loader:not(:required) {
  animation: 1.5s linear infinite spinner-loader;
  border-radius: 0.5em;
  box-shadow: rgba(0, 0, 51, 0.3) 1.5em 0 0 0,
    rgba(0, 0, 51, 0.3) 1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) 0 1.5em 0 0,
    rgba(0, 0, 51, 0.3) -1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) -1.5em 0 0 0,
    rgba(0, 0, 51, 0.3) -1.1em -1.1em 0 0, rgba(0, 0, 51, 0.3) 0 -1.5em 0 0,
    rgba(0, 0, 51, 0.3) 1.1em -1.1em 0 0;
  display: inline-block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin: 1.5em;
  overflow: hidden;
  text-indent: 100%;
}
.pum-form__field--consent {
  text-align: left;
}
.pum-form__field--consent.pum-form__field--checkbox label,
.pum-form__field--consent.pum-form__field--radio
  .pum-form__consent-radios.pum-form__consent-radios--inline
  label {
  display: inline-block;
  vertical-align: middle;
}
.pum-form__field--consent.pum-form__field--checkbox label input {
  display: inline-block;
  width: inherit;
  margin: 0;
  vertical-align: middle;
}
.pum-form__field--consent.pum-form__field--radio
  .pum-form__consent-radios.pum-form__consent-radios--inline
  label
  input {
  display: inline-block;
  width: inherit;
  margin: 0;
  vertical-align: middle;
}
.pum-form__field--consent.pum-form__field--radio
  .pum-form__consent-radios.pum-form__consent-radios--inline
  label
  + label {
  margin-left: 1em;
}
.pum-form__field--consent.pum-form__field--radio
  .pum-form__consent-radios.pum-form__consent-radios--stacked
  label {
  display: block;
  vertical-align: middle;
}
.pum-form__field--consent.pum-form__field--radio
  .pum-form__consent-radios.pum-form__consent-radios--stacked
  label
  input {
  display: inline-block;
  width: inherit;
  margin: 0;
  vertical-align: middle;
}
.pum-container iframe.formidable {
  width: 100%;
  overflow: visible;
}
.pika-single,
body div#ui-datepicker-div[style] {
  z-index: 9999999999 !important;
}
.pum-theme-2869,
.pum-theme-enterprise-blue {
  background-color: rgba(0, 0, 0, 0.35);
}
.pum-theme-2869 .pum-container,
.pum-theme-enterprise-blue .pum-container {
  padding: 28px;
  border-radius: 1px;
  border: 1px none #000;
  box-shadow: 0 10px 25px 4px rgba(2, 2, 2, 0);
  background-color: rgba(255, 255, 255, 1);
}
.pum-theme-2869 .pum-title,
.pum-theme-enterprise-blue .pum-title {
  color: #5e5a54;
  text-align: center;
  text-shadow: 0 0 0 rgba(2, 2, 2, 0.23);

  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
}
.pum-theme-2869 .pum-content,
.pum-theme-enterprise-blue .pum-content {
  color: #2d2d2d;
  font-family: inherit;
  font-weight: 100;
}
.pum-theme-2869 .pum-content + .pum-close,
.pum-theme-enterprise-blue .pum-content + .pum-close {
  position: absolute;
  height: 28px;
  width: 28px;
  left: auto;
  right: 8px;
  bottom: auto;
  top: 8px;
  padding: 4px;
  color: #fff;
  font-family: Times New Roman;
  font-weight: 100;
  font-size: 20px;
  line-height: 20px;
  border: 1px none #fff;
  border-radius: 42px;
  box-shadow: 0 0 0 0 rgba(2, 2, 2, 0.23);
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.23);
  background-color: rgba(134, 198, 93, 1);
}
.pum-theme-2867,
.pum-theme-tema-po-umolchaniyu {
  background-color: rgba(255, 255, 255, 1);
}
.pum-theme-2867 .pum-container,
.pum-theme-tema-po-umolchaniyu .pum-container {
  padding: 18px;
  border-radius: 0;
  border: 1px none #000;
  box-shadow: 1px 1px 3px 0 rgba(2, 2, 2, 0.23);
  background-color: rgba(249, 249, 249, 1);
}
.pum-theme-2867 .pum-title,
.pum-theme-tema-po-umolchaniyu .pum-title {
  color: #000;
  text-align: left;
  text-shadow: 0 0 0 rgba(2, 2, 2, 0.23);
  font-family: inherit;
  font-weight: 400;
  font-size: 32px;
  font-style: normal;
  line-height: 36px;
}
.pum-theme-2867 .pum-content,
.pum-theme-tema-po-umolchaniyu .pum-content {
  color: #8c8c8c;
  font-family: inherit;
  font-weight: 400;
  font-style: inherit;
}
.pum-theme-2867 .pum-content + .pum-close,
.pum-theme-tema-po-umolchaniyu .pum-content + .pum-close {
  position: absolute;
  height: auto;
  width: auto;
  left: auto;
  right: 0;
  bottom: auto;
  top: 0;
  padding: 8px;
  color: #fff;
  font-family: inherit;
  font-weight: 400;
  font-size: 12px;
  font-style: inherit;
  line-height: 36px;
  border: 1px none #fff;
  border-radius: 0;
  box-shadow: 1px 1px 3px 0 rgba(2, 2, 2, 0.23);
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.23);
  background-color: rgba(0, 183, 205, 1);
}
.pum-theme-2868,
.pum-theme-lightbox {
  background-color: rgba(0, 0, 0, 0.6);
}
.pum-theme-2868 .pum-container,
.pum-theme-lightbox .pum-container {
  padding: 18px;
  border-radius: 3px;
  border: 8px solid #000;
  box-shadow: 0 0 30px 0 rgba(2, 2, 2, 1);
  background-color: rgba(255, 255, 255, 1);
}
.pum-theme-2868 .pum-title,
.pum-theme-lightbox .pum-title {
  color: #000;
  text-align: left;
  text-shadow: 0 0 0 rgba(2, 2, 2, 0.23);
  font-family: inherit;
  font-weight: 100;
  font-size: 32px;
  line-height: 36px;
}
.pum-theme-2868 .pum-content,
.pum-theme-lightbox .pum-content {
  color: #000;
  font-family: inherit;
  font-weight: 100;
}
.pum-theme-2868 .pum-content + .pum-close,
.pum-theme-lightbox .pum-content + .pum-close {
  position: absolute;
  height: 26px;
  width: 26px;
  left: auto;
  right: -13px;
  bottom: auto;
  top: -13px;
  padding: 0;
  color: #fff;
  font-family: Arial;
  font-weight: 100;
  font-size: 24px;
  line-height: 24px;
  border: 2px solid #fff;
  border-radius: 26px;
  box-shadow: 0 0 15px 1px rgba(2, 2, 2, 0.75);
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.23);
  background-color: rgba(0, 0, 0, 1);
}
.pum-theme-2870,
.pum-theme-hello-box {
  background-color: rgba(0, 0, 0, 0.75);
}
.pum-theme-2870 .pum-container,
.pum-theme-hello-box .pum-container {
  padding: 30px;
  border-radius: 80px;
  border: 14px solid #81d742;
  box-shadow: 0 0 0 0 rgba(2, 2, 2, 0);
  background-color: rgba(255, 255, 255, 1);
}
.pum-theme-2870 .pum-title,
.pum-theme-hello-box .pum-title {
  color: #2d2d2d;
  text-align: left;
  text-shadow: 0 0 0 rgba(2, 2, 2, 0.23);

  font-weight: 100;
  font-size: 32px;
  line-height: 36px;
}
.pum-theme-2870 .pum-content,
.pum-theme-hello-box .pum-content {
  color: #2d2d2d;
  font-family: inherit;
  font-weight: 100;
}
.pum-theme-2870 .pum-content + .pum-close,
.pum-theme-hello-box .pum-content + .pum-close {
  position: absolute;
  height: auto;
  width: auto;
  left: auto;
  right: -30px;
  bottom: auto;
  top: -30px;
  padding: 0;
  color: #2d2d2d;
  font-family: Times New Roman;
  font-weight: 100;
  font-size: 32px;
  line-height: 28px;
  border: 1px none #fff;
  border-radius: 28px;
  box-shadow: 0 0 0 0 rgba(2, 2, 2, 0.23);
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.23);
  background-color: rgba(255, 255, 255, 1);
}
.pum-theme-2871,
.pum-theme-cutting-edge {
  background-color: rgba(0, 0, 0, 0.5);
}
.pum-theme-2871 .pum-container,
.pum-theme-cutting-edge .pum-container {
  padding: 18px;
  border-radius: 0;
  border: 1px none #000;
  box-shadow: 0 10px 25px 0 rgba(2, 2, 2, 0.5);
  background-color: rgba(30, 115, 190, 1);
}
.pum-theme-2871 .pum-title,
.pum-theme-cutting-edge .pum-title {
  color: #fff;
  text-align: left;
  text-shadow: 0 0 0 rgba(2, 2, 2, 0.23);
  font-family: Sans-Serif;
  font-weight: 100;
  font-size: 26px;
  line-height: 28px;
}
.pum-theme-2871 .pum-content,
.pum-theme-cutting-edge .pum-content {
  color: #fff;
  font-family: inherit;
  font-weight: 100;
}
.pum-theme-2871 .pum-content + .pum-close,
.pum-theme-cutting-edge .pum-content + .pum-close {
  position: absolute;
  height: 24px;
  width: 24px;
  left: auto;
  right: 0;
  bottom: auto;
  top: 0;
  padding: 0;
  color: #1e73be;
  font-family: Times New Roman;
  font-weight: 100;
  font-size: 32px;
  line-height: 24px;
  border: 1px none #fff;
  border-radius: 0;
  box-shadow: -1px 1px 1px 0 rgba(2, 2, 2, 0.1);
  text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
  background-color: rgba(238, 238, 34, 1);
}
.pum-theme-2872,
.pum-theme-framed-border {
  background-color: rgba(255, 255, 255, 0.5);
}
.pum-theme-2872 .pum-container,
.pum-theme-framed-border .pum-container {
  padding: 18px;
  border-radius: 0;
  border: 20px outset #d33;
  box-shadow: 1px 1px 3px 0 rgba(2, 2, 2, 0.97) inset;
  background-color: rgba(255, 251, 239, 1);
}
.pum-theme-2872 .pum-title,
.pum-theme-framed-border .pum-title {
  color: #000;
  text-align: left;
  text-shadow: 0 0 0 rgba(2, 2, 2, 0.23);
  font-family: inherit;
  font-weight: 100;
  font-size: 32px;
  line-height: 36px;
}
.pum-theme-2872 .pum-content,
.pum-theme-framed-border .pum-content {
  color: #2d2d2d;
  font-family: inherit;
  font-weight: 100;
}
.pum-theme-2872 .pum-content + .pum-close,
.pum-theme-framed-border .pum-content + .pum-close {
  position: absolute;
  height: 20px;
  width: 20px;
  left: auto;
  right: -20px;
  bottom: auto;
  top: -20px;
  padding: 0;
  color: #fff;
  font-family: Tahoma;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  border: 1px none #fff;
  border-radius: 0;
  box-shadow: 0 0 0 0 rgba(2, 2, 2, 0.23);
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.23);
  background-color: rgba(0, 0, 0, 0.55);
}
.pum-theme-2873,
.pum-theme-floating-bar {
  background-color: rgba(255, 255, 255, 0);
}
.pum-theme-2873 .pum-container,
.pum-theme-floating-bar .pum-container {
  padding: 8px;
  border-radius: 0;
  border: 1px none #000;
  box-shadow: 1px 1px 3px 0 rgba(2, 2, 2, 0.23);
  background-color: rgba(238, 246, 252, 1);
}
.pum-theme-2873 .pum-title,
.pum-theme-floating-bar .pum-title {
  color: #505050;
  text-align: left;
  text-shadow: 0 0 0 rgba(2, 2, 2, 0.23);
  font-family: inherit;
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
}
.pum-theme-2873 .pum-content,
.pum-theme-floating-bar .pum-content {
  color: #505050;
  font-family: inherit;
  font-weight: 400;
}
.pum-theme-2873 .pum-content + .pum-close,
.pum-theme-floating-bar .pum-content + .pum-close {
  position: absolute;
  height: 18px;
  width: 18px;
  left: auto;
  right: 5px;
  bottom: auto;
  top: 50%;
  padding: 0;
  color: #505050;
  font-family: Sans-Serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  border: 1px solid #505050;
  border-radius: 15px;
  box-shadow: 0 0 0 0 rgba(2, 2, 2, 0);
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  background-color: rgba(255, 255, 255, 0);
  transform: translate(0, -50%);
}
.pum-theme-2874,
.pum-theme-content-only {
  background-color: rgba(0, 0, 0, 0.7);
}
.pum-theme-2874 .pum-container,
.pum-theme-content-only .pum-container {
  padding: 0;
  border-radius: 0;
  border: 1px none #000;
  box-shadow: 0 0 0 0 rgba(2, 2, 2, 0);
}
.pum-theme-2874 .pum-title,
.pum-theme-content-only .pum-title {
  color: #000;
  text-align: left;
  text-shadow: 0 0 0 rgba(2, 2, 2, 0.23);
  font-family: inherit;
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
}
.pum-theme-2874 .pum-content,
.pum-theme-content-only .pum-content {
  color: #8c8c8c;
  font-family: inherit;
  font-weight: 400;
}
.pum-theme-2874 .pum-content + .pum-close,
.pum-theme-content-only .pum-content + .pum-close {
  position: absolute;
  height: 18px;
  width: 18px;
  left: auto;
  right: 7px;
  bottom: auto;
  top: 7px;
  padding: 0;
  color: #000;
  font-family: inherit;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  border: 1px none #fff;
  border-radius: 15px;
  box-shadow: 0 0 0 0 rgba(2, 2, 2, 0);
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  background-color: rgba(255, 255, 255, 0);
}
#pum-3406 {
  z-index: 1999999999;
}
#pum-3389 {
  z-index: 1999999999;
}
#pum-2886 {
  z-index: 1999999999;
} /*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa.fa-glass:before {
  content: "\f000";
}
.fa.fa-meetup {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-star-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-star-o:before {
  content: "\f005";
}
.fa.fa-close:before,
.fa.fa-remove:before {
  content: "\f00d";
}
.fa.fa-gear:before {
  content: "\f013";
}
.fa.fa-trash-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-trash-o:before {
  content: "\f2ed";
}
.fa.fa-file-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-file-o:before {
  content: "\f15b";
}
.fa.fa-clock-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-clock-o:before {
  content: "\f017";
}
.fa.fa-arrow-circle-o-down {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-arrow-circle-o-down:before {
  content: "\f358";
}
.fa.fa-arrow-circle-o-up {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-arrow-circle-o-up:before {
  content: "\f35b";
}
.fa.fa-play-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-play-circle-o:before {
  content: "\f144";
}
.fa.fa-repeat:before,
.fa.fa-rotate-right:before {
  content: "\f01e";
}
.fa.fa-refresh:before {
  content: "\f021";
}
.fa.fa-list-alt {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-dedent:before {
  content: "\f03b";
}
.fa.fa-video-camera:before {
  content: "\f03d";
}
.fa.fa-picture-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-picture-o:before {
  content: "\f03e";
}
.fa.fa-photo {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-photo:before {
  content: "\f03e";
}
.fa.fa-image {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-image:before {
  content: "\f03e";
}
.fa.fa-pencil:before {
  content: "\f303";
}
.fa.fa-map-marker:before {
  content: "\f3c5";
}
.fa.fa-pencil-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-pencil-square-o:before {
  content: "\f044";
}
.fa.fa-share-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-share-square-o:before {
  content: "\f14d";
}
.fa.fa-check-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-check-square-o:before {
  content: "\f14a";
}
.fa.fa-arrows:before {
  content: "\f0b2";
}
.fa.fa-times-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-times-circle-o:before {
  content: "\f057";
}
.fa.fa-check-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-check-circle-o:before {
  content: "\f058";
}
.fa.fa-mail-forward:before {
  content: "\f064";
}
.fa.fa-expand:before {
  content: "\f424";
}
.fa.fa-compress:before {
  content: "\f422";
}
.fa.fa-eye,
.fa.fa-eye-slash {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-warning:before {
  content: "\f071";
}
.fa.fa-calendar:before {
  content: "\f073";
}
.fa.fa-arrows-v:before {
  content: "\f338";
}
.fa.fa-arrows-h:before {
  content: "\f337";
}
.fa.fa-bar-chart {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-bar-chart:before {
  content: "\f080";
}
.fa.fa-bar-chart-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-bar-chart-o:before {
  content: "\f080";
}
.fa.fa-facebook-square,
.fa.fa-twitter-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-gears:before {
  content: "\f085";
}
.fa.fa-thumbs-o-up {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-thumbs-o-up:before {
  content: "\f164";
}
.fa.fa-thumbs-o-down {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-thumbs-o-down:before {
  content: "\f165";
}
.fa.fa-heart-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-heart-o:before {
  content: "\f004";
}
.fa.fa-sign-out:before {
  content: "\f2f5";
}
.fa.fa-linkedin-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-linkedin-square:before {
  content: "\f08c";
}
.fa.fa-thumb-tack:before {
  content: "\f08d";
}
.fa.fa-external-link:before {
  content: "\f35d";
}
.fa.fa-sign-in:before {
  content: "\f2f6";
}
.fa.fa-github-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-lemon-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-lemon-o:before {
  content: "\f094";
}
.fa.fa-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-square-o:before {
  content: "\f0c8";
}
.fa.fa-bookmark-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-bookmark-o:before {
  content: "\f02e";
}
.fa.fa-facebook,
.fa.fa-twitter {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-facebook:before {
  content: "\f39e";
}
.fa.fa-facebook-f {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-facebook-f:before {
  content: "\f39e";
}
.fa.fa-github {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-credit-card {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-feed:before {
  content: "\f09e";
}
.fa.fa-hdd-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-hdd-o:before {
  content: "\f0a0";
}
.fa.fa-hand-o-right {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa.fa-hand-o-left {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa.fa-hand-o-up {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa.fa-hand-o-down {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa.fa-arrows-alt:before {
  content: "\f31e";
}
.fa.fa-group:before {
  content: "\f0c0";
}
.fa.fa-chain:before {
  content: "\f0c1";
}
.fa.fa-scissors:before {
  content: "\f0c4";
}
.fa.fa-files-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-files-o:before {
  content: "\f0c5";
}
.fa.fa-floppy-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-floppy-o:before {
  content: "\f0c7";
}
.fa.fa-navicon:before,
.fa.fa-reorder:before {
  content: "\f0c9";
}
.fa.fa-google-plus,
.fa.fa-google-plus-square,
.fa.fa-pinterest,
.fa.fa-pinterest-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-google-plus:before {
  content: "\f0d5";
}
.fa.fa-money {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-money:before {
  content: "\f3d1";
}
.fa.fa-unsorted:before {
  content: "\f0dc";
}
.fa.fa-sort-desc:before {
  content: "\f0dd";
}
.fa.fa-sort-asc:before {
  content: "\f0de";
}
.fa.fa-linkedin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-linkedin:before {
  content: "\f0e1";
}
.fa.fa-rotate-left:before {
  content: "\f0e2";
}
.fa.fa-legal:before {
  content: "\f0e3";
}
.fa.fa-dashboard:before,
.fa.fa-tachometer:before {
  content: "\f3fd";
}
.fa.fa-comment-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-comment-o:before {
  content: "\f075";
}
.fa.fa-comments-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-comments-o:before {
  content: "\f086";
}
.fa.fa-flash:before {
  content: "\f0e7";
}
.fa.fa-clipboard,
.fa.fa-paste {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-paste:before {
  content: "\f328";
}
.fa.fa-lightbulb-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa.fa-exchange:before {
  content: "\f362";
}
.fa.fa-cloud-download:before {
  content: "\f381";
}
.fa.fa-cloud-upload:before {
  content: "\f382";
}
.fa.fa-bell-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-bell-o:before {
  content: "\f0f3";
}
.fa.fa-cutlery:before {
  content: "\f2e7";
}
.fa.fa-file-text-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-file-text-o:before {
  content: "\f15c";
}
.fa.fa-building-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-building-o:before {
  content: "\f1ad";
}
.fa.fa-hospital-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-hospital-o:before {
  content: "\f0f8";
}
.fa.fa-tablet:before {
  content: "\f3fa";
}
.fa.fa-mobile-phone:before,
.fa.fa-mobile:before {
  content: "\f3cd";
}
.fa.fa-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-circle-o:before {
  content: "\f111";
}
.fa.fa-mail-reply:before {
  content: "\f3e5";
}
.fa.fa-github-alt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-folder-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-folder-o:before {
  content: "\f07b";
}
.fa.fa-folder-open-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-folder-open-o:before {
  content: "\f07c";
}
.fa.fa-smile-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-smile-o:before {
  content: "\f118";
}
.fa.fa-frown-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-frown-o:before {
  content: "\f119";
}
.fa.fa-meh-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-meh-o:before {
  content: "\f11a";
}
.fa.fa-keyboard-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-keyboard-o:before {
  content: "\f11c";
}
.fa.fa-flag-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-flag-o:before {
  content: "\f024";
}
.fa.fa-mail-reply-all:before {
  content: "\f122";
}
.fa.fa-star-half-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-star-half-o:before {
  content: "\f089";
}
.fa.fa-star-half-empty {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-star-half-empty:before {
  content: "\f089";
}
.fa.fa-star-half-full {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-star-half-full:before {
  content: "\f089";
}
.fa.fa-code-fork:before {
  content: "\f126";
}
.fa.fa-chain-broken:before {
  content: "\f127";
}
.fa.fa-shield:before {
  content: "\f3ed";
}
.fa.fa-calendar-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-calendar-o:before {
  content: "\f133";
}
.fa.fa-css3,
.fa.fa-html5,
.fa.fa-maxcdn {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-ticket:before {
  content: "\f3ff";
}
.fa.fa-minus-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-minus-square-o:before {
  content: "\f146";
}
.fa.fa-level-up:before {
  content: "\f3bf";
}
.fa.fa-level-down:before {
  content: "\f3be";
}
.fa.fa-pencil-square:before {
  content: "\f14b";
}
.fa.fa-external-link-square:before {
  content: "\f360";
}
.fa.fa-compass {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-caret-square-o-down {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa.fa-toggle-down {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-toggle-down:before {
  content: "\f150";
}
.fa.fa-caret-square-o-up {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa.fa-toggle-up {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-toggle-up:before {
  content: "\f151";
}
.fa.fa-caret-square-o-right {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa.fa-toggle-right {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-toggle-right:before {
  content: "\f152";
}
.fa.fa-eur:before,
.fa.fa-euro:before {
  content: "\f153";
}
.fa.fa-gbp:before {
  content: "\f154";
}
.fa.fa-dollar:before,
.fa.fa-usd:before {
  content: "\f155";
}
.fa.fa-inr:before,
.fa.fa-rupee:before {
  content: "\f156";
}
.fa.fa-cny:before,
.fa.fa-jpy:before,
.fa.fa-rmb:before,
.fa.fa-yen:before {
  content: "\f157";
}
.fa.fa-rouble:before,
.fa.fa-rub:before,
.fa.fa-ruble:before {
  content: "\f158";
}
.fa.fa-krw:before,
.fa.fa-won:before {
  content: "\f159";
}
.fa.fa-bitcoin,
.fa.fa-btc {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-bitcoin:before {
  content: "\f15a";
}
.fa.fa-file-text:before {
  content: "\f15c";
}
.fa.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa.fa-sort-alpha-desc:before {
  content: "\f881";
}
.fa.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa.fa-sort-amount-desc:before {
  content: "\f884";
}
.fa.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa.fa-sort-numeric-desc:before {
  content: "\f886";
}
.fa.fa-xing,
.fa.fa-xing-square,
.fa.fa-youtube,
.fa.fa-youtube-play,
.fa.fa-youtube-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-youtube-play:before {
  content: "\f167";
}
.fa.fa-adn,
.fa.fa-bitbucket,
.fa.fa-bitbucket-square,
.fa.fa-dropbox,
.fa.fa-flickr,
.fa.fa-instagram,
.fa.fa-stack-overflow {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-bitbucket-square:before {
  content: "\f171";
}
.fa.fa-tumblr,
.fa.fa-tumblr-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-long-arrow-down:before {
  content: "\f309";
}
.fa.fa-long-arrow-up:before {
  content: "\f30c";
}
.fa.fa-long-arrow-left:before {
  content: "\f30a";
}
.fa.fa-long-arrow-right:before {
  content: "\f30b";
}
.fa.fa-android,
.fa.fa-apple,
.fa.fa-dribbble,
.fa.fa-foursquare,
.fa.fa-gittip,
.fa.fa-gratipay,
.fa.fa-linux,
.fa.fa-skype,
.fa.fa-trello,
.fa.fa-windows {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-gittip:before {
  content: "\f184";
}
.fa.fa-sun-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-sun-o:before {
  content: "\f185";
}
.fa.fa-moon-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-moon-o:before {
  content: "\f186";
}
.fa.fa-pagelines,
.fa.fa-renren,
.fa.fa-stack-exchange,
.fa.fa-vk,
.fa.fa-weibo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-arrow-circle-o-right {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-arrow-circle-o-right:before {
  content: "\f35a";
}
.fa.fa-arrow-circle-o-left {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-arrow-circle-o-left:before {
  content: "\f359";
}
.fa.fa-caret-square-o-left {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa.fa-toggle-left {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-toggle-left:before {
  content: "\f191";
}
.fa.fa-dot-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-dot-circle-o:before {
  content: "\f192";
}
.fa.fa-vimeo-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-try:before,
.fa.fa-turkish-lira:before {
  content: "\f195";
}
.fa.fa-plus-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-plus-square-o:before {
  content: "\f0fe";
}
.fa.fa-openid,
.fa.fa-slack,
.fa.fa-wordpress {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-bank:before,
.fa.fa-institution:before {
  content: "\f19c";
}
.fa.fa-mortar-board:before {
  content: "\f19d";
}
.fa.fa-delicious,
.fa.fa-digg,
.fa.fa-drupal,
.fa.fa-google,
.fa.fa-joomla,
.fa.fa-pied-piper-alt,
.fa.fa-pied-piper-pp,
.fa.fa-reddit,
.fa.fa-reddit-square,
.fa.fa-stumbleupon,
.fa.fa-stumbleupon-circle,
.fa.fa-yahoo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-spoon:before {
  content: "\f2e5";
}
.fa.fa-behance,
.fa.fa-behance-square,
.fa.fa-steam,
.fa.fa-steam-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-automobile:before {
  content: "\f1b9";
}
.fa.fa-envelope-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-envelope-o:before {
  content: "\f0e0";
}
.fa.fa-deviantart,
.fa.fa-soundcloud,
.fa.fa-spotify {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-file-pdf-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa.fa-file-word-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-file-word-o:before {
  content: "\f1c2";
}
.fa.fa-file-excel-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa.fa-file-powerpoint-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa.fa-file-image-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-file-image-o:before {
  content: "\f1c5";
}
.fa.fa-file-photo-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-file-photo-o:before {
  content: "\f1c5";
}
.fa.fa-file-picture-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-file-picture-o:before {
  content: "\f1c5";
}
.fa.fa-file-archive-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa.fa-file-zip-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-file-zip-o:before {
  content: "\f1c6";
}
.fa.fa-file-audio-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa.fa-file-sound-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-file-sound-o:before {
  content: "\f1c7";
}
.fa.fa-file-video-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-file-video-o:before {
  content: "\f1c8";
}
.fa.fa-file-movie-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-file-movie-o:before {
  content: "\f1c8";
}
.fa.fa-file-code-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-file-code-o:before {
  content: "\f1c9";
}
.fa.fa-codepen,
.fa.fa-jsfiddle,
.fa.fa-vine {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-life-bouy,
.fa.fa-life-ring {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-life-bouy:before {
  content: "\f1cd";
}
.fa.fa-life-buoy {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-life-buoy:before {
  content: "\f1cd";
}
.fa.fa-life-saver {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-life-saver:before {
  content: "\f1cd";
}
.fa.fa-support {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-support:before {
  content: "\f1cd";
}
.fa.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa.fa-ra,
.fa.fa-rebel {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-ra:before {
  content: "\f1d0";
}
.fa.fa-resistance {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-resistance:before {
  content: "\f1d0";
}
.fa.fa-empire,
.fa.fa-ge {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-ge:before {
  content: "\f1d1";
}
.fa.fa-git,
.fa.fa-git-square,
.fa.fa-hacker-news,
.fa.fa-y-combinator-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-y-combinator-square:before {
  content: "\f1d4";
}
.fa.fa-yc-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-yc-square:before {
  content: "\f1d4";
}
.fa.fa-qq,
.fa.fa-tencent-weibo,
.fa.fa-wechat,
.fa.fa-weixin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-wechat:before {
  content: "\f1d7";
}
.fa.fa-send:before {
  content: "\f1d8";
}
.fa.fa-paper-plane-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-paper-plane-o:before {
  content: "\f1d8";
}
.fa.fa-send-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-send-o:before {
  content: "\f1d8";
}
.fa.fa-circle-thin {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-circle-thin:before {
  content: "\f111";
}
.fa.fa-header:before {
  content: "\f1dc";
}
.fa.fa-sliders:before {
  content: "\f1de";
}
.fa.fa-futbol-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-futbol-o:before {
  content: "\f1e3";
}
.fa.fa-soccer-ball-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-soccer-ball-o:before {
  content: "\f1e3";
}
.fa.fa-slideshare,
.fa.fa-twitch,
.fa.fa-yelp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-newspaper-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa.fa-cc-amex,
.fa.fa-cc-discover,
.fa.fa-cc-mastercard,
.fa.fa-cc-paypal,
.fa.fa-cc-stripe,
.fa.fa-cc-visa,
.fa.fa-google-wallet,
.fa.fa-paypal {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-bell-slash-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-bell-slash-o:before {
  content: "\f1f6";
}
.fa.fa-trash:before {
  content: "\f2ed";
}
.fa.fa-copyright {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-eyedropper:before {
  content: "\f1fb";
}
.fa.fa-area-chart:before {
  content: "\f1fe";
}
.fa.fa-pie-chart:before {
  content: "\f200";
}
.fa.fa-line-chart:before {
  content: "\f201";
}
.fa.fa-angellist,
.fa.fa-ioxhost,
.fa.fa-lastfm,
.fa.fa-lastfm-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-cc {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-cc:before {
  content: "\f20a";
}
.fa.fa-ils:before,
.fa.fa-shekel:before,
.fa.fa-sheqel:before {
  content: "\f20b";
}
.fa.fa-meanpath {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-meanpath:before {
  content: "\f2b4";
}
.fa.fa-buysellads,
.fa.fa-connectdevelop,
.fa.fa-dashcube,
.fa.fa-forumbee,
.fa.fa-leanpub,
.fa.fa-sellsy,
.fa.fa-shirtsinbulk,
.fa.fa-simplybuilt,
.fa.fa-skyatlas {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-diamond {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-diamond:before {
  content: "\f3a5";
}
.fa.fa-intersex:before {
  content: "\f224";
}
.fa.fa-facebook-official {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-facebook-official:before {
  content: "\f09a";
}
.fa.fa-pinterest-p,
.fa.fa-whatsapp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-hotel:before {
  content: "\f236";
}
.fa.fa-medium,
.fa.fa-viacoin,
.fa.fa-y-combinator,
.fa.fa-yc {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-yc:before {
  content: "\f23b";
}
.fa.fa-expeditedssl,
.fa.fa-opencart,
.fa.fa-optin-monster {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-battery-4:before,
.fa.fa-battery:before {
  content: "\f240";
}
.fa.fa-battery-3:before {
  content: "\f241";
}
.fa.fa-battery-2:before {
  content: "\f242";
}
.fa.fa-battery-1:before {
  content: "\f243";
}
.fa.fa-battery-0:before {
  content: "\f244";
}
.fa.fa-object-group,
.fa.fa-object-ungroup,
.fa.fa-sticky-note-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-sticky-note-o:before {
  content: "\f249";
}
.fa.fa-cc-diners-club,
.fa.fa-cc-jcb {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-clone,
.fa.fa-hourglass-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-hourglass-o:before {
  content: "\f254";
}
.fa.fa-hourglass-1:before {
  content: "\f251";
}
.fa.fa-hourglass-2:before {
  content: "\f252";
}
.fa.fa-hourglass-3:before {
  content: "\f253";
}
.fa.fa-hand-rock-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-hand-rock-o:before {
  content: "\f255";
}
.fa.fa-hand-grab-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-hand-grab-o:before {
  content: "\f255";
}
.fa.fa-hand-paper-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-hand-paper-o:before {
  content: "\f256";
}
.fa.fa-hand-stop-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-hand-stop-o:before {
  content: "\f256";
}
.fa.fa-hand-scissors-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa.fa-hand-lizard-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa.fa-hand-spock-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-hand-spock-o:before {
  content: "\f259";
}
.fa.fa-hand-pointer-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa.fa-hand-peace-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa.fa-registered {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-chrome,
.fa.fa-creative-commons,
.fa.fa-firefox,
.fa.fa-get-pocket,
.fa.fa-gg,
.fa.fa-gg-circle,
.fa.fa-internet-explorer,
.fa.fa-odnoklassniki,
.fa.fa-odnoklassniki-square,
.fa.fa-opera,
.fa.fa-safari,
.fa.fa-tripadvisor,
.fa.fa-wikipedia-w {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-television:before {
  content: "\f26c";
}
.fa.fa-500px,
.fa.fa-amazon,
.fa.fa-contao {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-calendar-plus-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa.fa-calendar-minus-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa.fa-calendar-times-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-calendar-times-o:before {
  content: "\f273";
}
.fa.fa-calendar-check-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-calendar-check-o:before {
  content: "\f274";
}
.fa.fa-map-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-map-o:before {
  content: "\f279";
}
.fa.fa-commenting:before {
  content: "\f4ad";
}
.fa.fa-commenting-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-commenting-o:before {
  content: "\f4ad";
}
.fa.fa-houzz,
.fa.fa-vimeo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-vimeo:before {
  content: "\f27d";
}
.fa.fa-black-tie,
.fa.fa-edge,
.fa.fa-fonticons,
.fa.fa-reddit-alien {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-credit-card-alt:before {
  content: "\f09d";
}
.fa.fa-codiepie,
.fa.fa-fort-awesome,
.fa.fa-mixcloud,
.fa.fa-modx,
.fa.fa-product-hunt,
.fa.fa-scribd,
.fa.fa-usb {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-pause-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-pause-circle-o:before {
  content: "\f28b";
}
.fa.fa-stop-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-stop-circle-o:before {
  content: "\f28d";
}
.fa.fa-bluetooth,
.fa.fa-bluetooth-b,
.fa.fa-envira,
.fa.fa-gitlab,
.fa.fa-wheelchair-alt,
.fa.fa-wpbeginner,
.fa.fa-wpforms {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-wheelchair-alt:before {
  content: "\f368";
}
.fa.fa-question-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-question-circle-o:before {
  content: "\f059";
}
.fa.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa.fa-asl-interpreting:before {
  content: "\f2a3";
}
.fa.fa-deafness:before,
.fa.fa-hard-of-hearing:before {
  content: "\f2a4";
}
.fa.fa-glide,
.fa.fa-glide-g {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-signing:before {
  content: "\f2a7";
}
.fa.fa-first-order,
.fa.fa-google-plus-official,
.fa.fa-pied-piper,
.fa.fa-snapchat,
.fa.fa-snapchat-ghost,
.fa.fa-snapchat-square,
.fa.fa-themeisle,
.fa.fa-viadeo,
.fa.fa-viadeo-square,
.fa.fa-yoast {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa.fa-google-plus-circle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-google-plus-circle:before {
  content: "\f2b3";
}
.fa.fa-fa,
.fa.fa-font-awesome {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-fa:before {
  content: "\f2b4";
}
.fa.fa-handshake-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-handshake-o:before {
  content: "\f2b5";
}
.fa.fa-envelope-open-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-envelope-open-o:before {
  content: "\f2b6";
}
.fa.fa-linode {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-address-book-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-address-book-o:before {
  content: "\f2b9";
}
.fa.fa-vcard:before {
  content: "\f2bb";
}
.fa.fa-address-card-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-address-card-o:before {
  content: "\f2bb";
}
.fa.fa-vcard-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-vcard-o:before {
  content: "\f2bb";
}
.fa.fa-user-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-user-circle-o:before {
  content: "\f2bd";
}
.fa.fa-user-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-user-o:before {
  content: "\f007";
}
.fa.fa-id-badge {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-drivers-license:before {
  content: "\f2c2";
}
.fa.fa-id-card-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-id-card-o:before {
  content: "\f2c2";
}
.fa.fa-drivers-license-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-drivers-license-o:before {
  content: "\f2c2";
}
.fa.fa-free-code-camp,
.fa.fa-quora,
.fa.fa-telegram {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-thermometer-4:before,
.fa.fa-thermometer:before {
  content: "\f2c7";
}
.fa.fa-thermometer-3:before {
  content: "\f2c8";
}
.fa.fa-thermometer-2:before {
  content: "\f2c9";
}
.fa.fa-thermometer-1:before {
  content: "\f2ca";
}
.fa.fa-thermometer-0:before {
  content: "\f2cb";
}
.fa.fa-bathtub:before,
.fa.fa-s15:before {
  content: "\f2cd";
}
.fa.fa-window-maximize,
.fa.fa-window-restore {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-times-rectangle:before {
  content: "\f410";
}
.fa.fa-window-close-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-window-close-o:before {
  content: "\f410";
}
.fa.fa-times-rectangle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-times-rectangle-o:before {
  content: "\f410";
}
.fa.fa-bandcamp,
.fa.fa-eercast,
.fa.fa-etsy,
.fa.fa-grav,
.fa.fa-imdb,
.fa.fa-ravelry {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-eercast:before {
  content: "\f2da";
}
.fa.fa-snowflake-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa.fa-superpowers,
.fa.fa-wpexplorer {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-cab:before {
  content: "\f1ba";
}
