@charset "UTF-8";
.wp-block-archives-dropdown label {
  display: block;
}
.wp-block-avatar.aligncenter {
  text-align: center;
}
.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;
  word-break: 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% - var(--wp--style--block-gap, 0.5em) * 0.75);
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
  width: calc(50% - var(--wp--style--block-gap, 0.5em) * 0.5);
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-75 {
  width: calc(75% - var(--wp--style--block-gap, 0.5em) * 0.25);
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-100 {
  width: 100%;
  flex-basis: 100%;
}
.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-25 {
  width: 25%;
}
.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-50 {
  width: 50%;
}
.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-75 {
  width: 75%;
}
.wp-block-button.is-style-squared,
.wp-block-button__link.wp-block-button.is-style-squared {
  border-radius: 0;
}
.wp-block-button.no-border-radius,
.wp-block-button__link.no-border-radius {
  border-radius: 0 !important;
}
.is-style-outline > :where(.wp-block-button__link),
:where(.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.is-vertical {
  flex-direction: column;
}
.wp-block-buttons.is-vertical > .wp-block-button:last-child {
  margin-bottom: 0;
}
.wp-block-buttons > .wp-block-button {
  display: inline-block;
  margin: 0;
}
.wp-block-buttons.is-content-justification-left {
  justify-content: flex-start;
}
.wp-block-buttons.is-content-justification-left.is-vertical {
  align-items: flex-start;
}
.wp-block-buttons.is-content-justification-center {
  justify-content: center;
}
.wp-block-buttons.is-content-justification-center.is-vertical {
  align-items: center;
}
.wp-block-buttons.is-content-justification-right {
  justify-content: flex-end;
}
.wp-block-buttons.is-content-justification-right.is-vertical {
  align-items: flex-end;
}
.wp-block-buttons.is-content-justification-space-between {
  justify-content: space-between;
}
.wp-block-buttons.aligncenter {
  text-align: center;
}
.wp-block-buttons:not(
    .is-content-justification-space-between,
    .is-content-justification-right,
    .is-content-justification-left,
    .is-content-justification-center
  )
  .wp-block-button.aligncenter {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.wp-block-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;
  font-family: inherit;
  overflow-wrap: break-word;
  white-space: pre-wrap;
}
.wp-block-columns {
  display: flex;
  margin-bottom: 1.75em;
  box-sizing: border-box;
  flex-wrap: wrap !important;
  align-items: normal !important;
}
@media (min-width: 782px) {
  .wp-block-columns {
    flex-wrap: nowrap !important;
  }
}
.wp-block-columns.are-vertically-aligned-top {
  align-items: flex-start;
}
.wp-block-columns.are-vertically-aligned-center {
  align-items: center;
}
.wp-block-columns.are-vertically-aligned-bottom {
  align-items: flex-end;
}
@media (max-width: 781px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
  }
}
@media (min-width: 782px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 0%;
    flex-grow: 1;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile)
    > .wp-block-column[style*="flex-basis"] {
    flex-grow: 0;
  }
}
.wp-block-columns.is-not-stacked-on-mobile {
  flex-wrap: nowrap !important;
}
.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column {
  flex-basis: 0%;
  flex-grow: 1;
}
.wp-block-columns.is-not-stacked-on-mobile
  > .wp-block-column[style*="flex-basis"] {
  flex-grow: 0;
}
:where(.wp-block-columns.has-background) {
  padding: 1.25em 2.375em;
}
.wp-block-column {
  flex-grow: 1;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}
.wp-block-column.is-vertically-aligned-top {
  align-self: flex-start;
}
.wp-block-column.is-vertically-aligned-center {
  align-self: center;
}
.wp-block-column.is-vertically-aligned-bottom {
  align-self: flex-end;
}
.wp-block-column.is-vertically-aligned-bottom,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
  width: 100%;
}
.wp-block-comments-pagination > .wp-block-comments-pagination-next,
.wp-block-comments-pagination > .wp-block-comments-pagination-numbers,
.wp-block-comments-pagination > .wp-block-comments-pagination-previous {
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}
.wp-block-comments-pagination > .wp-block-comments-pagination-next:last-child,
.wp-block-comments-pagination
  > .wp-block-comments-pagination-numbers:last-child,
.wp-block-comments-pagination
  > .wp-block-comments-pagination-previous:last-child {
  margin-right: 0;
}
.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow {
  margin-right: 1ch;
  display: inline-block;
}
.wp-block-comments-pagination
  .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1);
}
.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow {
  margin-left: 1ch;
  display: inline-block;
}
.wp-block-comments-pagination
  .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1);
}
.wp-block-comments-pagination.aligncenter {
  justify-content: center;
}
.wp-block-comment-template {
  margin-bottom: 0;
  max-width: 100%;
  list-style: none;
  padding: 0;
}
.wp-block-comment-template li {
  clear: both;
}
.wp-block-comment-template ol {
  margin-bottom: 0;
  max-width: 100%;
  list-style: none;
  padding-left: 2rem;
}
.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-touch-callout: inherit) {
  .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-image .has-background-dim:not([class*="-background-color"]),
.wp-block-cover.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.has-background-gradient,
.wp-block-cover .has-background-dim.has-background-gradient {
  background-color: transparent;
}
.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__background,
.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__background,
.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__background,
.wp-block-cover-image.has-background-dim.has-background-dim-10
  .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-10:not(
    .has-background-gradient
  ):before,
.wp-block-cover.has-background-dim.has-background-dim-10
  .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-10
  .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-10:not(
    .has-background-gradient
  ):before {
  opacity: 0.1;
}
.wp-block-cover-image.has-background-dim.has-background-dim-20
  .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-20
  .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-20:not(
    .has-background-gradient
  ):before,
.wp-block-cover.has-background-dim.has-background-dim-20
  .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-20
  .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-20:not(
    .has-background-gradient
  ):before {
  opacity: 0.2;
}
.wp-block-cover-image.has-background-dim.has-background-dim-30
  .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-30
  .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-30:not(
    .has-background-gradient
  ):before,
.wp-block-cover.has-background-dim.has-background-dim-30
  .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-30
  .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-30:not(
    .has-background-gradient
  ):before {
  opacity: 0.3;
}
.wp-block-cover-image.has-background-dim.has-background-dim-40
  .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-40
  .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-40:not(
    .has-background-gradient
  ):before,
.wp-block-cover.has-background-dim.has-background-dim-40
  .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-40
  .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-40:not(
    .has-background-gradient
  ):before {
  opacity: 0.4;
}
.wp-block-cover-image.has-background-dim.has-background-dim-50
  .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-50
  .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-50:not(
    .has-background-gradient
  ):before,
.wp-block-cover.has-background-dim.has-background-dim-50
  .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-50
  .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-50:not(
    .has-background-gradient
  ):before {
  opacity: 0.5;
}
.wp-block-cover-image.has-background-dim.has-background-dim-60
  .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-60
  .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-60:not(
    .has-background-gradient
  ):before,
.wp-block-cover.has-background-dim.has-background-dim-60
  .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-60
  .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-60:not(
    .has-background-gradient
  ):before {
  opacity: 0.6;
}
.wp-block-cover-image.has-background-dim.has-background-dim-70
  .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-70
  .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-70:not(
    .has-background-gradient
  ):before,
.wp-block-cover.has-background-dim.has-background-dim-70
  .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-70
  .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-70:not(
    .has-background-gradient
  ):before {
  opacity: 0.7;
}
.wp-block-cover-image.has-background-dim.has-background-dim-80
  .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-80
  .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-80:not(
    .has-background-gradient
  ):before,
.wp-block-cover.has-background-dim.has-background-dim-80
  .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-80
  .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-80:not(
    .has-background-gradient
  ):before {
  opacity: 0.8;
}
.wp-block-cover-image.has-background-dim.has-background-dim-90
  .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-90
  .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-90:not(
    .has-background-gradient
  ):before,
.wp-block-cover.has-background-dim.has-background-dim-90
  .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-90
  .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-90:not(
    .has-background-gradient
  ):before {
  opacity: 0.9;
}
.wp-block-cover-image.has-background-dim.has-background-dim-100
  .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-100
  .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-100:not(
    .has-background-gradient
  ):before,
.wp-block-cover.has-background-dim.has-background-dim-100
  .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-100
  .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-100:not(
    .has-background-gradient
  ):before {
  opacity: 1;
}
.wp-block-cover-image
  .wp-block-cover__background.has-background-dim.has-background-dim-0,
.wp-block-cover-image
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,
.wp-block-cover
  .wp-block-cover__background.has-background-dim.has-background-dim-0,
.wp-block-cover
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0 {
  opacity: 0;
}
.wp-block-cover-image
  .wp-block-cover__background.has-background-dim.has-background-dim-10,
.wp-block-cover-image
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,
.wp-block-cover
  .wp-block-cover__background.has-background-dim.has-background-dim-10,
.wp-block-cover
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10 {
  opacity: 0.1;
}
.wp-block-cover-image
  .wp-block-cover__background.has-background-dim.has-background-dim-20,
.wp-block-cover-image
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,
.wp-block-cover
  .wp-block-cover__background.has-background-dim.has-background-dim-20,
.wp-block-cover
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20 {
  opacity: 0.2;
}
.wp-block-cover-image
  .wp-block-cover__background.has-background-dim.has-background-dim-30,
.wp-block-cover-image
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,
.wp-block-cover
  .wp-block-cover__background.has-background-dim.has-background-dim-30,
.wp-block-cover
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30 {
  opacity: 0.3;
}
.wp-block-cover-image
  .wp-block-cover__background.has-background-dim.has-background-dim-40,
.wp-block-cover-image
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,
.wp-block-cover
  .wp-block-cover__background.has-background-dim.has-background-dim-40,
.wp-block-cover
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40 {
  opacity: 0.4;
}
.wp-block-cover-image
  .wp-block-cover__background.has-background-dim.has-background-dim-50,
.wp-block-cover-image
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,
.wp-block-cover
  .wp-block-cover__background.has-background-dim.has-background-dim-50,
.wp-block-cover
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50 {
  opacity: 0.5;
}
.wp-block-cover-image
  .wp-block-cover__background.has-background-dim.has-background-dim-60,
.wp-block-cover-image
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,
.wp-block-cover
  .wp-block-cover__background.has-background-dim.has-background-dim-60,
.wp-block-cover
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60 {
  opacity: 0.6;
}
.wp-block-cover-image
  .wp-block-cover__background.has-background-dim.has-background-dim-70,
.wp-block-cover-image
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,
.wp-block-cover
  .wp-block-cover__background.has-background-dim.has-background-dim-70,
.wp-block-cover
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70 {
  opacity: 0.7;
}
.wp-block-cover-image
  .wp-block-cover__background.has-background-dim.has-background-dim-80,
.wp-block-cover-image
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,
.wp-block-cover
  .wp-block-cover__background.has-background-dim.has-background-dim-80,
.wp-block-cover
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80 {
  opacity: 0.8;
}
.wp-block-cover-image
  .wp-block-cover__background.has-background-dim.has-background-dim-90,
.wp-block-cover-image
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,
.wp-block-cover
  .wp-block-cover__background.has-background-dim.has-background-dim-90,
.wp-block-cover
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90 {
  opacity: 0.9;
}
.wp-block-cover-image
  .wp-block-cover__background.has-background-dim.has-background-dim-100,
.wp-block-cover-image
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,
.wp-block-cover
  .wp-block-cover__background.has-background-dim.has-background-dim-100,
.wp-block-cover
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100 {
  opacity: 1;
}
.wp-block-cover-image .block-library-cover__padding-visualizer,
.wp-block-cover .block-library-cover__padding-visualizer {
  z-index: 2;
}
.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.is-light .wp-block-cover__inner-container,
.wp-block-cover.is-light .wp-block-cover__inner-container {
  color: #000;
}
.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;
  overflow-wrap: break-word;
}
.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:not(.has-nested-images),
.wp-block-gallery:not(.has-nested-images) {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item {
  margin: 0 1em 1em 0;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: calc(50% - 1em);
}
.blocks-gallery-grid:not(.has-nested-images)
  .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid:not(.has-nested-images)
  .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n) {
  margin-right: 0;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure {
  margin: 0;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img {
  display: block;
  max-width: 100%;
  height: auto;
  width: auto;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption {
  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;
  z-index: 2;
}
.blocks-gallery-grid:not(.has-nested-images)
  .blocks-gallery-image
  figcaption
  img,
.blocks-gallery-grid:not(.has-nested-images)
  .blocks-gallery-item
  figcaption
  img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img {
  display: inline;
}
.blocks-gallery-grid:not(.has-nested-images) figcaption,
.wp-block-gallery:not(.has-nested-images) figcaption {
  flex-grow: 1;
}
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,
.blocks-gallery-grid:not(.has-nested-images).is-cropped
  .blocks-gallery-image
  img,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,
.blocks-gallery-grid:not(.has-nested-images).is-cropped
  .blocks-gallery-item
  img,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img {
  width: 100%;
  height: 100%;
  flex: 1;
  -o-object-fit: cover;
  object-fit: cover;
}
.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,
.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,
.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,
.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}
@media (min-width: 600px) {
  .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item {
    width: calc(33.33333% - 0.66667em);
    margin-right: 1em;
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item {
    width: calc(25% - 0.75em);
    margin-right: 1em;
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item {
    width: calc(20% - 0.8em);
    margin-right: 1em;
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item {
    width: calc(16.66667% - 0.83333em);
    margin-right: 1em;
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item {
    width: calc(14.28571% - 0.85714em);
    margin-right: 1em;
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item {
    width: calc(12.5% - 0.875em);
    margin-right: 1em;
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-1
    .blocks-gallery-image:nth-of-type(1n),
  .blocks-gallery-grid:not(.has-nested-images).columns-1
    .blocks-gallery-item:nth-of-type(1n),
  .blocks-gallery-grid:not(.has-nested-images).columns-2
    .blocks-gallery-image:nth-of-type(2n),
  .blocks-gallery-grid:not(.has-nested-images).columns-2
    .blocks-gallery-item:nth-of-type(2n),
  .blocks-gallery-grid:not(.has-nested-images).columns-3
    .blocks-gallery-image:nth-of-type(3n),
  .blocks-gallery-grid:not(.has-nested-images).columns-3
    .blocks-gallery-item:nth-of-type(3n),
  .blocks-gallery-grid:not(.has-nested-images).columns-4
    .blocks-gallery-image:nth-of-type(4n),
  .blocks-gallery-grid:not(.has-nested-images).columns-4
    .blocks-gallery-item:nth-of-type(4n),
  .blocks-gallery-grid:not(.has-nested-images).columns-5
    .blocks-gallery-image:nth-of-type(5n),
  .blocks-gallery-grid:not(.has-nested-images).columns-5
    .blocks-gallery-item:nth-of-type(5n),
  .blocks-gallery-grid:not(.has-nested-images).columns-6
    .blocks-gallery-image:nth-of-type(6n),
  .blocks-gallery-grid:not(.has-nested-images).columns-6
    .blocks-gallery-item:nth-of-type(6n),
  .blocks-gallery-grid:not(.has-nested-images).columns-7
    .blocks-gallery-image:nth-of-type(7n),
  .blocks-gallery-grid:not(.has-nested-images).columns-7
    .blocks-gallery-item:nth-of-type(7n),
  .blocks-gallery-grid:not(.has-nested-images).columns-8
    .blocks-gallery-image:nth-of-type(8n),
  .blocks-gallery-grid:not(.has-nested-images).columns-8
    .blocks-gallery-item:nth-of-type(8n),
  .wp-block-gallery:not(.has-nested-images).columns-1
    .blocks-gallery-image:nth-of-type(1n),
  .wp-block-gallery:not(.has-nested-images).columns-1
    .blocks-gallery-item:nth-of-type(1n),
  .wp-block-gallery:not(.has-nested-images).columns-2
    .blocks-gallery-image:nth-of-type(2n),
  .wp-block-gallery:not(.has-nested-images).columns-2
    .blocks-gallery-item:nth-of-type(2n),
  .wp-block-gallery:not(.has-nested-images).columns-3
    .blocks-gallery-image:nth-of-type(3n),
  .wp-block-gallery:not(.has-nested-images).columns-3
    .blocks-gallery-item:nth-of-type(3n),
  .wp-block-gallery:not(.has-nested-images).columns-4
    .blocks-gallery-image:nth-of-type(4n),
  .wp-block-gallery:not(.has-nested-images).columns-4
    .blocks-gallery-item:nth-of-type(4n),
  .wp-block-gallery:not(.has-nested-images).columns-5
    .blocks-gallery-image:nth-of-type(5n),
  .wp-block-gallery:not(.has-nested-images).columns-5
    .blocks-gallery-item:nth-of-type(5n),
  .wp-block-gallery:not(.has-nested-images).columns-6
    .blocks-gallery-image:nth-of-type(6n),
  .wp-block-gallery:not(.has-nested-images).columns-6
    .blocks-gallery-item:nth-of-type(6n),
  .wp-block-gallery:not(.has-nested-images).columns-7
    .blocks-gallery-image:nth-of-type(7n),
  .wp-block-gallery:not(.has-nested-images).columns-7
    .blocks-gallery-item:nth-of-type(7n),
  .wp-block-gallery:not(.has-nested-images).columns-8
    .blocks-gallery-image:nth-of-type(8n),
  .wp-block-gallery:not(.has-nested-images).columns-8
    .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0;
  }
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child {
  margin-right: 0;
}
.blocks-gallery-grid:not(.has-nested-images).alignleft,
.blocks-gallery-grid:not(.has-nested-images).alignright,
.wp-block-gallery:not(.has-nested-images).alignleft,
.wp-block-gallery:not(.has-nested-images).alignright {
  max-width: 420px;
  width: 100%;
}
.blocks-gallery-grid:not(.has-nested-images).aligncenter
  .blocks-gallery-item
  figure,
.wp-block-gallery:not(.has-nested-images).aligncenter
  .blocks-gallery-item
  figure {
  justify-content: center;
}
.wp-block-gallery:not(.is-cropped) .blocks-gallery-item {
  align-self: flex-start;
}
figure.wp-block-gallery.has-nested-images {
  align-items: normal;
}
.wp-block-gallery.has-nested-images
  figure.wp-block-image:not(#individual-image) {
  width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) / 2);
  margin: 0;
}
.wp-block-gallery.has-nested-images figure.wp-block-image {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  position: relative;
  flex-direction: column;
  max-width: 100%;
}
.wp-block-gallery.has-nested-images figure.wp-block-image > a,
.wp-block-gallery.has-nested-images figure.wp-block-image > div {
  margin: 0;
  flex-direction: column;
  flex-grow: 1;
}
.wp-block-gallery.has-nested-images figure.wp-block-image img {
  display: block;
  height: auto;
  max-width: 100% !important;
  width: auto;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0.3) 70%,
    transparent
  );
  bottom: 0;
  color: #fff;
  font-size: 13px;
  left: 0;
  margin-bottom: 0;
  max-height: 60%;
  overflow: auto;
  padding: 0 8px 8px;
  position: absolute;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img {
  display: inline;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a {
  color: inherit;
}
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > a,
.wp-block-gallery.has-nested-images
  figure.wp-block-image.is-style-rounded
  > div {
  flex: 1 1 auto;
}
.wp-block-gallery.has-nested-images
  figure.wp-block-image.is-style-rounded
  figcaption {
  flex: initial;
  background: none;
  color: inherit;
  margin: 0;
  padding: 10px 10px 9px;
  position: relative;
}
.wp-block-gallery.has-nested-images figcaption {
  flex-grow: 1;
  flex-basis: 100%;
  text-align: center;
}
.wp-block-gallery.has-nested-images:not(.is-cropped)
  figure.wp-block-image:not(#individual-image) {
  margin-top: 0;
  margin-bottom: auto;
}
.wp-block-gallery.has-nested-images.is-cropped
  figure.wp-block-image:not(#individual-image) {
  align-self: inherit;
}
.wp-block-gallery.has-nested-images.is-cropped
  figure.wp-block-image:not(#individual-image)
  > a,
.wp-block-gallery.has-nested-images.is-cropped
  figure.wp-block-image:not(#individual-image)
  > div:not(.components-drop-zone) {
  display: flex;
}
.wp-block-gallery.has-nested-images.is-cropped
  figure.wp-block-image:not(#individual-image)
  a,
.wp-block-gallery.has-nested-images.is-cropped
  figure.wp-block-image:not(#individual-image)
  img {
  width: 100%;
  flex: 1 0 0%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.wp-block-gallery.has-nested-images.columns-1
  figure.wp-block-image:not(#individual-image) {
  width: 100%;
}
@media (min-width: 600px) {
  .wp-block-gallery.has-nested-images.columns-3
    figure.wp-block-image:not(#individual-image) {
    width: calc(
      33.33333% - var(--wp--style--unstable-gallery-gap, 16px) * 0.66667
    );
  }
  .wp-block-gallery.has-nested-images.columns-4
    figure.wp-block-image:not(#individual-image) {
    width: calc(25% - var(--wp--style--unstable-gallery-gap, 16px) * 0.75);
  }
  .wp-block-gallery.has-nested-images.columns-5
    figure.wp-block-image:not(#individual-image) {
    width: calc(20% - var(--wp--style--unstable-gallery-gap, 16px) * 0.8);
  }
  .wp-block-gallery.has-nested-images.columns-6
    figure.wp-block-image:not(#individual-image) {
    width: calc(
      16.66667% - var(--wp--style--unstable-gallery-gap, 16px) * 0.83333
    );
  }
  .wp-block-gallery.has-nested-images.columns-7
    figure.wp-block-image:not(#individual-image) {
    width: calc(
      14.28571% - var(--wp--style--unstable-gallery-gap, 16px) * 0.85714
    );
  }
  .wp-block-gallery.has-nested-images.columns-8
    figure.wp-block-image:not(#individual-image) {
    width: calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px) * 0.875);
  }
  .wp-block-gallery.has-nested-images.columns-default
    figure.wp-block-image:not(#individual-image) {
    width: calc(
      33.33% - var(--wp--style--unstable-gallery-gap, 16px) * 0.66667
    );
  }
  .wp-block-gallery.has-nested-images.columns-default
    figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),
  .wp-block-gallery.has-nested-images.columns-default
    figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)
    ~ figure.wp-block-image:not(#individual-image) {
    width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) * 0.5);
  }
  .wp-block-gallery.has-nested-images.columns-default
    figure.wp-block-image:not(#individual-image):first-child:last-child {
    width: 100%;
  }
}
.wp-block-gallery.has-nested-images.alignleft,
.wp-block-gallery.has-nested-images.alignright {
  max-width: 420px;
  width: 100%;
}
.wp-block-gallery.has-nested-images.aligncenter {
  justify-content: center;
}
.wp-block-group {
  box-sizing: border-box;
}
h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
  padding: 1.25em 2.375em;
}
.wp-block-image {
  margin: 0 0 1em;
}
.wp-block-image img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
.wp-block-image:not(.is-style-rounded) > a,
.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 {
  height: auto;
  width: 100%;
}
.wp-block-image.aligncenter,
.wp-block-image .aligncenter,
.wp-block-image.alignleft,
.wp-block-image .alignleft,
.wp-block-image.alignright,
.wp-block-image .alignright {
  display: table;
}
.wp-block-image.aligncenter > figcaption,
.wp-block-image .aligncenter > figcaption,
.wp-block-image.alignleft > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image.alignright > 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,
.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;
  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;
  float: left;
}
.wp-block-latest-posts__featured-image.alignright {
  margin-left: 1em;
  float: right;
}
.wp-block-latest-posts__featured-image.aligncenter {
  margin-bottom: 1em;
  text-align: center;
}
ol,
ul {
  box-sizing: border-box;
}
ol.has-background,
ul.has-background {
  padding: 1.25em 2.375em;
}
.wp-block-media-text {
  /*!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 {
  height: auto;
  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;
  --navigation-layout-justification-setting: flex-start;
  --navigation-layout-direction: row;
  --navigation-layout-wrap: wrap;
  --navigation-layout-justify: flex-start;
  --navigation-layout-align: center;
}
.wp-block-navigation ul {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}
.wp-block-navigation ul,
.wp-block-navigation ul li {
  list-style: none;
  padding: 0;
}
.wp-block-navigation .wp-block-navigation-item {
  display: flex;
  align-items: center;
  position: relative;
}
.wp-block-navigation
  .wp-block-navigation-item
  .wp-block-navigation__submenu-container:empty {
  display: none;
}
.wp-block-navigation .wp-block-navigation-item__content {
  color: inherit;
  display: block;
  padding: 0;
}
.wp-block-navigation.has-text-decoration-underline
  .wp-block-navigation-item__content,
.wp-block-navigation.has-text-decoration-underline
  .wp-block-navigation-item__content:active,
.wp-block-navigation.has-text-decoration-underline
  .wp-block-navigation-item__content:focus {
  text-decoration: underline;
}
.wp-block-navigation.has-text-decoration-line-through
  .wp-block-navigation-item__content,
.wp-block-navigation.has-text-decoration-line-through
  .wp-block-navigation-item__content:active,
.wp-block-navigation.has-text-decoration-line-through
  .wp-block-navigation-item__content:focus {
  text-decoration: line-through;
}
.wp-block-navigation:where(:not([class*="has-text-decoration"])) a,
.wp-block-navigation:where(:not([class*="has-text-decoration"])) a:active,
.wp-block-navigation:where(:not([class*="has-text-decoration"])) a:focus {
  text-decoration: none;
}
.wp-block-navigation .wp-block-navigation__submenu-icon {
  align-self: center;
  line-height: 0;
  display: inline-block;
  font-size: inherit;
  padding: 0;
  background-color: inherit;
  color: currentColor;
  border: none;
  width: 0.6em;
  height: 0.6em;
  margin-left: 0.25em;
}
.wp-block-navigation .wp-block-navigation__submenu-icon svg {
  display: inline-block;
  stroke: currentColor;
  width: inherit;
  height: inherit;
  margin-top: 0.075em;
}
.wp-block-navigation.is-vertical {
  --navigation-layout-direction: column;
  --navigation-layout-justify: initial;
  --navigation-layout-align: flex-start;
}
.wp-block-navigation.no-wrap {
  --navigation-layout-wrap: nowrap;
}
.wp-block-navigation.items-justified-center {
  --navigation-layout-justification-setting: center;
  --navigation-layout-justify: center;
}
.wp-block-navigation.items-justified-center.is-vertical {
  --navigation-layout-align: center;
}
.wp-block-navigation.items-justified-right {
  --navigation-layout-justification-setting: flex-end;
  --navigation-layout-justify: flex-end;
}
.wp-block-navigation.items-justified-right.is-vertical {
  --navigation-layout-align: flex-end;
}
.wp-block-navigation.items-justified-space-between {
  --navigation-layout-justification-setting: space-between;
  --navigation-layout-justify: space-between;
}
.wp-block-navigation
  .has-child
  :where(.wp-block-navigation__submenu-container) {
  background-color: inherit;
  color: inherit;
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: normal;
  opacity: 0;
  transition: opacity 0.1s linear;
  visibility: hidden;
  width: 0;
  height: 0;
  overflow: hidden;
  left: -1px;
  top: 100%;
}
.wp-block-navigation
  .has-child
  :where(.wp-block-navigation__submenu-container)
  > .wp-block-navigation-item
  > .wp-block-navigation-item__content {
  display: flex;
  flex-grow: 1;
}
.wp-block-navigation
  .has-child
  :where(.wp-block-navigation__submenu-container)
  > .wp-block-navigation-item
  > .wp-block-navigation-item__content
  .wp-block-navigation__submenu-icon {
  margin-right: 0;
  margin-left: auto;
}
.wp-block-navigation
  .has-child
  :where(.wp-block-navigation__submenu-container)
  .wp-block-navigation-item__content {
  margin: 0;
}
@media (min-width: 782px) {
  .wp-block-navigation
    .has-child
    :where(.wp-block-navigation__submenu-container)
    .wp-block-navigation__submenu-container {
    left: 100%;
    top: -1px;
  }
  .wp-block-navigation
    .has-child
    :where(.wp-block-navigation__submenu-container)
    .wp-block-navigation__submenu-container:before {
    content: "";
    position: absolute;
    right: 100%;
    height: 100%;
    display: block;
    width: 0.5em;
    background: transparent;
  }
  .wp-block-navigation
    .has-child
    :where(.wp-block-navigation__submenu-container)
    .wp-block-navigation__submenu-icon {
    margin-right: 0.25em;
  }
  .wp-block-navigation
    .has-child
    :where(.wp-block-navigation__submenu-container)
    .wp-block-navigation__submenu-icon
    svg {
    transform: rotate(-90deg);
  }
}
.wp-block-navigation
  .has-child:where(:not(.open-on-click)):hover
  > .wp-block-navigation__submenu-container {
  visibility: visible;
  overflow: visible;
  opacity: 1;
  width: auto;
  height: auto;
  min-width: 200px;
}
.wp-block-navigation
  .has-child:where(:not(.open-on-click):not(.open-on-hover-click)):focus-within
  > .wp-block-navigation__submenu-container {
  visibility: visible;
  overflow: visible;
  opacity: 1;
  width: auto;
  height: auto;
  min-width: 200px;
}
.wp-block-navigation
  .has-child
  .wp-block-navigation-submenu__toggle[aria-expanded="true"]
  ~ .wp-block-navigation__submenu-container {
  visibility: visible;
  overflow: visible;
  opacity: 1;
  width: auto;
  height: auto;
  min-width: 200px;
}
.wp-block-navigation.has-background
  .has-child
  .wp-block-navigation__submenu-container {
  left: 0;
  top: 100%;
}
@media (min-width: 782px) {
  .wp-block-navigation.has-background
    .has-child
    .wp-block-navigation__submenu-container
    .wp-block-navigation__submenu-container {
    left: 100%;
    top: 0;
  }
}
.wp-block-navigation-submenu {
  position: relative;
  display: flex;
}
.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
  stroke: currentColor;
}
button.wp-block-navigation-item__content {
  background-color: transparent;
  border: none;
  color: currentColor;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-transform: inherit;
  text-align: left;
}
.wp-block-navigation-submenu__toggle {
  cursor: pointer;
}
.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle {
  padding-right: 0.85em;
}
.wp-block-navigation-item.open-on-click
  .wp-block-navigation-submenu__toggle
  + .wp-block-navigation__submenu-icon {
  margin-left: -0.6em;
  pointer-events: none;
}
.wp-block-navigation,
.wp-block-navigation .wp-block-page-list,
.wp-block-navigation:where(.has-background),
.wp-block-navigation:where(.has-background)
  .wp-block-navigation
  .wp-block-page-list,
.wp-block-navigation:where(.has-background) .wp-block-navigation__container,
.wp-block-navigation__container,
.wp-block-navigation__responsive-close,
.wp-block-navigation__responsive-container,
.wp-block-navigation__responsive-container-content,
.wp-block-navigation__responsive-dialog {
  gap: inherit;
}
.wp-block-navigation:where(.has-background) .wp-block-navigation-item__content,
.wp-block-navigation
  :where(.wp-block-navigation__submenu-container)
  .wp-block-navigation-item__content {
  padding: 0.5em 1em;
}
.wp-block-navigation.items-justified-right
  .wp-block-navigation__container
  .has-child
  .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-right
  .wp-block-page-list
  > .has-child
  .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between
  .wp-block-page-list
  > .has-child:last-child
  .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between
  > .wp-block-navigation__container
  > .has-child:last-child
  .wp-block-navigation__submenu-container {
  left: auto;
  right: 0;
}
.wp-block-navigation.items-justified-right
  .wp-block-navigation__container
  .has-child
  .wp-block-navigation__submenu-container
  .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-right
  .wp-block-page-list
  > .has-child
  .wp-block-navigation__submenu-container
  .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between
  .wp-block-page-list
  > .has-child:last-child
  .wp-block-navigation__submenu-container
  .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between
  > .wp-block-navigation__container
  > .has-child:last-child
  .wp-block-navigation__submenu-container
  .wp-block-navigation__submenu-container {
  left: -1px;
  right: -1px;
}
@media (min-width: 782px) {
  .wp-block-navigation.items-justified-right
    .wp-block-navigation__container
    .has-child
    .wp-block-navigation__submenu-container
    .wp-block-navigation__submenu-container,
  .wp-block-navigation.items-justified-right
    .wp-block-page-list
    > .has-child
    .wp-block-navigation__submenu-container
    .wp-block-navigation__submenu-container,
  .wp-block-navigation.items-justified-space-between
    .wp-block-page-list
    > .has-child:last-child
    .wp-block-navigation__submenu-container
    .wp-block-navigation__submenu-container,
  .wp-block-navigation.items-justified-space-between
    > .wp-block-navigation__container
    > .has-child:last-child
    .wp-block-navigation__submenu-container
    .wp-block-navigation__submenu-container {
    left: auto;
    right: 100%;
  }
}
.wp-block-navigation:not(.has-background)
  .wp-block-navigation__submenu-container {
  background-color: #fff;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.wp-block-navigation__container {
  display: flex;
  flex-wrap: var(--navigation-layout-wrap, wrap);
  flex-direction: var(--navigation-layout-direction, initial);
  justify-content: var(--navigation-layout-justify, initial);
  align-items: var(--navigation-layout-align, initial);
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.wp-block-navigation__container .is-responsive {
  display: none;
}
.wp-block-navigation__container:only-child,
.wp-block-page-list:only-child {
  flex-grow: 1;
}
.wp-block-navigation__responsive-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.wp-block-navigation__responsive-container
  .wp-block-navigation__responsive-container-content {
  display: flex;
  flex-wrap: var(--navigation-layout-wrap, wrap);
  flex-direction: var(--navigation-layout-direction, initial);
  justify-content: var(--navigation-layout-justify, initial);
  align-items: var(--navigation-layout-align, initial);
}
.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open) {
  color: inherit !important;
  background-color: inherit !important;
}
.wp-block-navigation__responsive-container.is-menu-open {
  display: flex;
  flex-direction: column;
  background-color: inherit;
  padding: 2rem;
  overflow: auto;
  z-index: 100000;
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content {
  padding-top: calc(2rem + 24px);
  overflow: visible;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: var(--navigation-layout-justification-setting, inherit);
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content,
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-page-list {
  justify-content: flex-start;
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-navigation__submenu-icon {
  display: none;
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .has-child
  .submenu-container,
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .has-child
  .wp-block-navigation__submenu-container {
  opacity: 1;
  visibility: visible;
  height: auto;
  width: auto;
  overflow: initial;
  min-width: 200px;
  position: static;
  border: none;
  padding-left: 2rem;
  padding-right: 2rem;
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-navigation__submenu-container {
  gap: inherit;
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-navigation__submenu-container {
  padding-top: var(--wp--style--block-gap, 2em);
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-navigation-item__content {
  padding: 0;
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-navigation-item,
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-page-list {
  display: flex;
  flex-direction: column;
  align-items: var(--navigation-layout-justification-setting, initial);
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation-item,
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation-item
  .wp-block-navigation__submenu-container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list {
  color: inherit !important;
  background: transparent !important;
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
  right: auto;
  left: auto;
}
@media (min-width: 600px) {
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(
      .is-menu-open
    ) {
    display: block;
    width: 100%;
    position: relative;
    z-index: auto;
    background-color: inherit;
  }
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(
      .is-menu-open
    )
    .wp-block-navigation__responsive-container-close {
    display: none;
  }
  .wp-block-navigation__responsive-container.is-menu-open
    .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
    left: 0;
  }
}
.wp-block-navigation:not(.has-background)
  .wp-block-navigation__responsive-container.is-menu-open {
  background-color: #fff;
  color: #000;
}
.wp-block-navigation__toggle_button_label {
  font-size: 1rem;
  font-weight: 700;
}
.wp-block-navigation__responsive-container-close,
.wp-block-navigation__responsive-container-open {
  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:not(.always-shown) {
    display: none;
  }
}
.wp-block-navigation__responsive-container-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.wp-block-navigation__responsive-close {
  width: 100%;
}
.wp-block-navigation__responsive-close:focus {
  outline: none;
}
.is-menu-open .wp-block-navigation__responsive-close,
.is-menu-open .wp-block-navigation__responsive-container-content,
.is-menu-open .wp-block-navigation__responsive-dialog {
  box-sizing: border-box;
}
.wp-block-navigation__responsive-dialog {
  position: relative;
}
html.has-modal-open {
  overflow: hidden;
}
.wp-block-navigation .wp-block-navigation-item__label {
  word-break: normal;
  overflow-wrap: break-word;
}
.wp-block-navigation .wp-block-navigation-item__description {
  display: none;
}
.wp-block-navigation .wp-block-page-list {
  display: flex;
  flex-direction: var(--navigation-layout-direction, initial);
  justify-content: var(--navigation-layout-justify, initial);
  align-items: var(--navigation-layout-align, initial);
  flex-wrap: var(--navigation-layout-wrap, wrap);
  background-color: inherit;
}
.wp-block-navigation .wp-block-navigation-item {
  background-color: inherit;
}
.is-small-text {
  font-size: 0.875em;
}
.is-regular-text {
  font-size: 1em;
}
.is-large-text {
  font-size: 2.25em;
}
.is-larger-text {
  font-size: 3em;
}
.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 8.4em;
  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;
}
:where(p.has-text-color:not(.has-link-color)) a {
  color: inherit;
}
.wp-block-post-author {
  display: flex;
  flex-wrap: wrap;
}
.wp-block-post-author__byline {
  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 {
  margin: 0;
}
.wp-block-post-comments .alignleft {
  float: left;
}
.wp-block-post-comments .alignright {
  float: right;
}
.wp-block-post-comments .navigation:after {
  content: "";
  display: table;
  clear: both;
}
.wp-block-post-comments .commentlist {
  clear: both;
  list-style: none;
  margin: 0;
  padding: 0;
}
.wp-block-post-comments .commentlist .comment {
  min-height: 2.25em;
  padding-left: 3.25em;
}
.wp-block-post-comments .commentlist .comment p {
  font-size: 1em;
  line-height: 1.8;
  margin: 1em 0;
}
.wp-block-post-comments .commentlist .children {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wp-block-post-comments .comment-author {
  line-height: 1.5;
}
.wp-block-post-comments .comment-author .avatar {
  border-radius: 1.5em;
  display: block;
  float: left;
  height: 2.5em;
  margin-top: 0.5em;
  margin-right: 0.75em;
  width: 2.5em;
}
.wp-block-post-comments .comment-author cite {
  font-style: normal;
}
.wp-block-post-comments .comment-meta {
  font-size: 0.875em;
  line-height: 1.5;
}
.wp-block-post-comments .comment-meta b {
  font-weight: 400;
}
.wp-block-post-comments .comment-meta .comment-awaiting-moderation {
  margin-top: 1em;
  margin-bottom: 1em;
  display: block;
}
.wp-block-post-comments .comment-body .commentmetadata {
  font-size: 0.875em;
}
.wp-block-post-comments .comment-form-author label,
.wp-block-post-comments .comment-form-comment label,
.wp-block-post-comments .comment-form-email label,
.wp-block-post-comments .comment-form-url label {
  display: block;
  margin-bottom: 0.25em;
}
.wp-block-post-comments
  .comment-form
  input:not([type="submit"]):not([type="checkbox"]),
.wp-block-post-comments .comment-form textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
}
.wp-block-post-comments .comment-form-cookies-consent {
  display: flex;
  gap: 0.25em;
}
.wp-block-post-comments
  .comment-form-cookies-consent
  #wp-comment-cookies-consent {
  margin-top: 0.35em;
}
.wp-block-post-comments .comment-reply-title {
  margin-bottom: 0;
}
.wp-block-post-comments .comment-reply-title :where(small) {
  font-size: var(--wp--preset--font-size--medium, smaller);
  margin-left: 0.5em;
}
.wp-block-post-comments .reply {
  font-size: 0.875em;
  margin-bottom: 1.4em;
}
.wp-block-post-comments input:not([type="submit"]),
.wp-block-post-comments textarea {
  border: 1px solid #949494;
  font-size: 1em;
  font-family: inherit;
}
.wp-block-post-comments input:not([type="submit"]):not([type="checkbox"]),
.wp-block-post-comments textarea {
  padding: calc(0.667em + 2px);
}
.wp-block-post-comments input[type="submit"] {
  border: none;
}
.wp-block-post-comments-form[style*="font-weight"]
  :where(.comment-reply-title) {
  font-weight: inherit;
}
.wp-block-post-comments-form[style*="font-family"]
  :where(.comment-reply-title) {
  font-family: inherit;
}
.wp-block-post-comments-form[class*="-font-size"] :where(.comment-reply-title),
.wp-block-post-comments-form[style*="font-size"] :where(.comment-reply-title) {
  font-size: inherit;
}
.wp-block-post-comments-form[style*="line-height"]
  :where(.comment-reply-title) {
  line-height: inherit;
}
.wp-block-post-comments-form[style*="font-style"] :where(.comment-reply-title) {
  font-style: inherit;
}
.wp-block-post-comments-form[style*="letter-spacing"]
  :where(.comment-reply-title) {
  letter-spacing: inherit;
}
.wp-block-post-comments-form input[type="submit"] {
  border: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  overflow-wrap: break-word;
}
.wp-block-post-comments-form input:not([type="submit"]),
.wp-block-post-comments-form textarea {
  border: 1px solid #949494;
  font-size: 1em;
  font-family: inherit;
}
.wp-block-post-comments-form input:not([type="submit"]):not([type="checkbox"]),
.wp-block-post-comments-form textarea {
  padding: calc(0.667em + 2px);
}
.wp-block-post-comments-form
  .comment-form
  input:not([type="submit"]):not([type="checkbox"]),
.wp-block-post-comments-form .comment-form textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
}
.wp-block-post-comments-form .comment-form-author label,
.wp-block-post-comments-form .comment-form-email label,
.wp-block-post-comments-form .comment-form-url label {
  display: block;
  margin-bottom: 0.25em;
}
.wp-block-post-comments-form .comment-form-cookies-consent {
  display: flex;
  gap: 0.25em;
}
.wp-block-post-comments-form
  .comment-form-cookies-consent
  #wp-comment-cookies-consent {
  margin-top: 0.35em;
}
.wp-block-post-comments-form .comment-reply-title {
  margin-bottom: 0;
}
.wp-block-post-comments-form .comment-reply-title :where(small) {
  font-size: var(--wp--preset--font-size--medium, smaller);
  margin-left: 0.5em;
}
.wp-block-post-excerpt__more-link {
  display: inline-block;
}
.wp-block-post-featured-image {
  margin-left: 0;
  margin-right: 0;
}
.wp-block-post-featured-image a {
  display: block;
}
.wp-block-post-featured-image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.wp-block-post-featured-image.alignfull img,
.wp-block-post-featured-image.alignwide img {
  width: 100%;
}
.wp-block-post-terms__separator {
  white-space: pre-wrap;
}
.wp-block-post-title {
  word-break: break-word;
}
.wp-block-post-title a {
  display: inline-block;
}
.wp-block-preformatted {
  white-space: pre-wrap;
}
.wp-block-preformatted.has-background {
  padding: 1.25em 2.375em;
}
.wp-block-pullquote {
  margin: 0 0 1em;
  padding: 3em 0;
  text-align: center;
  overflow-wrap: break-word;
  box-sizing: border-box;
}
.wp-block-pullquote blockquote,
.wp-block-pullquote cite,
.wp-block-pullquote p {
  color: inherit;
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright,
.wp-block-pullquote.has-text-align-left,
.wp-block-pullquote.has-text-align-right {
  max-width: 420px;
}
.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p,
.wp-block-pullquote.has-text-align-left p,
.wp-block-pullquote.has-text-align-right 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.has-text-align-left blockquote {
  text-align: left;
}
.wp-block-pullquote.has-text-align-right blockquote {
  text-align: right;
}
.wp-block-pullquote.is-style-solid-color {
  border: none;
}
.wp-block-pullquote.is-style-solid-color blockquote {
  margin-left: auto;
  margin-right: auto;
  max-width: 60%;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
  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 {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100%;
  list-style: none;
  padding: 0;
}
.wp-block-post-template.wp-block-post-template,
.wp-block-query-loop.wp-block-post-template {
  background: none;
}
.wp-block-post-template.is-flex-container,
.wp-block-query-loop.is-flex-container {
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25em;
}
.wp-block-post-template.is-flex-container li,
.wp-block-query-loop.is-flex-container li {
  margin: 0;
  width: 100%;
}
@media (min-width: 600px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-2 > li,
  .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-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-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-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-6 > li,
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-6 > li {
    width: calc(16.66667% - 1.04167em);
  }
}
.wp-block-query-pagination > .wp-block-query-pagination-next,
.wp-block-query-pagination > .wp-block-query-pagination-numbers,
.wp-block-query-pagination > .wp-block-query-pagination-previous {
  margin-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-query-pagination .wp-block-query-pagination-previous-arrow {
  margin-right: 1ch;
  display: inline-block;
}
.wp-block-query-pagination
  .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1);
}
.wp-block-query-pagination .wp-block-query-pagination-next-arrow {
  margin-left: 1ch;
  display: inline-block;
}
.wp-block-query-pagination
  .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1);
}
.wp-block-query-pagination.aligncenter {
  justify-content: center;
}
.wp-block-quote {
  box-sizing: border-box;
  overflow-wrap: break-word;
}
.wp-block-quote.is-large:not(.is-style-plain),
.wp-block-quote.is-style-large:not(.is-style-plain) {
  margin-bottom: 1em;
  padding: 0 1em;
}
.wp-block-quote.is-large:not(.is-style-plain) p,
.wp-block-quote.is-style-large:not(.is-style-plain) p {
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.6;
}
.wp-block-quote.is-large:not(.is-style-plain) cite,
.wp-block-quote.is-large:not(.is-style-plain) footer,
.wp-block-quote.is-style-large:not(.is-style-plain) cite,
.wp-block-quote.is-style-large:not(.is-style-plain) footer {
  font-size: 1.125em;
  text-align: right;
}
.wp-block-read-more {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.wp-block-read-more:not([style*="text-decoration"]),
.wp-block-read-more:not([style*="text-decoration"]):active,
.wp-block-read-more:not([style*="text-decoration"]):focus {
  text-decoration: none;
}
ul.wp-block-rss {
  list-style: none;
  padding: 0;
}
ul.wp-block-rss.wp-block-rss {
  box-sizing: border-box;
}
ul.wp-block-rss.alignleft {
  margin-right: 2em;
}
ul.wp-block-rss.alignright {
  margin-left: 2em;
}
ul.wp-block-rss.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
ul.wp-block-rss.is-grid li {
  margin: 0 1em 1em 0;
  width: 100%;
}
@media (min-width: 600px) {
  ul.wp-block-rss.columns-2 li {
    width: calc(50% - 1em);
  }
  ul.wp-block-rss.columns-3 li {
    width: calc(33.33333% - 1em);
  }
  ul.wp-block-rss.columns-4 li {
    width: calc(25% - 1em);
  }
  ul.wp-block-rss.columns-5 li {
    width: calc(20% - 1em);
  }
  ul.wp-block-rss.columns-6 li {
    width: calc(16.66667% - 1em);
  }
}
.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
  display: block;
  font-size: 0.8125em;
}
.wp-block-search__button {
  background: #f7f7f7;
  border: 1px solid #ccc;
  padding: 0.375em 0.625em;
  color: #32373c;
  margin-left: 0.625em;
  word-break: normal;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.wp-block-search__button.has-icon {
  line-height: 0;
}
.wp-block-search__button svg {
  min-width: 1.5em;
  min-height: 1.5em;
  fill: currentColor;
}
.wp-block-search__inside-wrapper {
  display: flex;
  flex: auto;
  flex-wrap: nowrap;
  max-width: 100%;
}
.wp-block-search__label {
  width: 100%;
}
.wp-block-search__input {
  padding: 8px;
  flex-grow: 1;
  min-width: 3em;
  border: 1px solid #949494;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.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-dots {
  background: none !important;
  border: none;
  text-align: center;
  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 a,
.wp-block-site-logo img {
  border-radius: inherit;
}
.wp-block-site-logo.aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.wp-block-site-logo.is-style-rounded {
  border-radius: 9999px;
}
.wp-block-social-links {
  padding-left: 0;
  padding-right: 0;
  text-indent: 0;
  margin-left: 0;
  background: none;
}
.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 a {
  padding: 0.25em;
}
.wp-block-social-links .wp-social-link svg {
  width: 1em;
  height: 1em;
}
.wp-block-social-links .wp-social-link span:not(.screen-reader-text) {
  margin-left: 0.5em;
  margin-right: 0.5em;
  font-size: 0.65em;
}
.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 {
  align-items: center;
  display: flex;
  line-height: 0;
  transition: transform 0.1s ease;
}
.wp-block-social-link:hover {
  transform: scale(1.1);
}
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,
.wp-block-social-links
  .wp-block-social-link
  .wp-block-social-link-anchor: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;
}
.wp-block-social-links.is-style-logos-only .wp-social-link a {
  padding: 0;
}
.wp-block-social-links.is-style-logos-only .wp-social-link svg {
  width: 1.25em;
  height: 1.25em;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
  color: #f90;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
  color: #1ea0c3;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
  color: #0757fe;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
  color: #1e1f26;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
  color: #02e49b;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
  color: #e94c89;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
  color: #4280ff;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
  color: #f45800;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
  color: #1778f2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
  color: #000;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
  color: #0461dd;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
  color: #e65678;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-github {
  color: #24292d;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
  color: #382110;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-google {
  color: #ea4434;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
  color: #f00075;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
  color: #e21b24;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
  color: #0d66c2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
  color: #3288d4;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
  color: #02ab6c;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
  color: #f6405f;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-patreon {
  color: #ff424d;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
  color: #e60122;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
  color: #ef4155;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
  color: #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-tag-cloud a {
  display: inline-block;
  margin-right: 5px;
}
.wp-block-tag-cloud span {
  display: inline-block;
  margin-left: 5px;
  text-decoration: none;
}
.wp-block-tag-cloud.is-style-outline {
  display: flex;
  flex-wrap: wrap;
  gap: 1ch;
}
.wp-block-tag-cloud.is-style-outline a {
  border: 1px solid;
  font-size: unset !important;
  margin-right: 0;
  padding: 1ch 2ch;
  text-decoration: none !important;
}
.wp-block-table {
  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;
  border-style: 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;
}
:root {
  --wp--preset--font-size--normal: 16px;
  --wp--preset--font-size--huge: 42px;
}
:root .has-very-light-gray-background-color {
  background-color: #eee;
}
:root .has-very-dark-gray-background-color {
  background-color: #313131;
}
:root .has-very-light-gray-color {
  color: #eee;
}
:root .has-very-dark-gray-color {
  color: #313131;
}
:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
  background: linear-gradient(135deg, #00d084, #0693e3);
}
:root .has-purple-crush-gradient-background {
  background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe);
}
:root .has-hazy-dawn-gradient-background {
  background: linear-gradient(135deg, #faaca8, #dad0ec);
}
:root .has-subdued-olive-gradient-background {
  background: linear-gradient(135deg, #fafae1, #67a671);
}
:root .has-atomic-cream-gradient-background {
  background: linear-gradient(135deg, #fdd79a, #004a59);
}
:root .has-nightshade-gradient-background {
  background: linear-gradient(135deg, #330968, #31cdcf);
}
:root .has-midnight-gradient-background {
  background: linear-gradient(135deg, #020381, #2874fc);
}
.has-regular-font-size {
  font-size: 1em;
}
.has-larger-font-size {
  font-size: 2.625em;
}
.has-normal-font-size {
  font-size: var(--wp--preset--font-size--normal);
}
.has-huge-font-size {
  font-size: var(--wp--preset--font-size--huge);
}
.has-text-align-center {
  text-align: center;
}
.has-text-align-left {
  text-align: left;
}
.has-text-align-right {
  text-align: right;
}
#end-resizable-editor-section {
  display: none;
}
.aligncenter {
  clear: both;
}
.items-justified-left {
  justify-content: flex-start;
}
.items-justified-center {
  justify-content: center;
}
.items-justified-right {
  justify-content: flex-end;
}
.items-justified-space-between {
  justify-content: space-between;
}
.screen-reader-text {
  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;
}
html :where(.has-border-color),
html :where([style*="border-width"]) {
  border-style: solid;
}
html :where(img[class*="wp-image-"]) {
  height: auto;
  max-width: 100%;
}
@font-face {
  font-display: swap;
  font-family: "wpsm-icons";
  src: url(../../../plugins/table-maker/font/wpsm-icons.eot?-jgkfsj);
  src:
    url("../../../plugins/table-maker/font/wpsm-icons.eot?#iefix-jgkfsj")
      format("embedded-opentype"),
    url(../../../plugins/table-maker/font/wpsm-icons.woff?-jgkfsj)
      format("woff"),
    url(../../../plugins/table-maker/font/wpsm-icons.ttf?-jgkfsj)
      format("truetype"),
    url("../../../plugins/table-maker/font/wpsm-icons.svg?-jgkfsj#wpsm-icons")
      format("svg");
  font-weight: 400;
  font-style: normal;
}
.wpsm-comptable i.wpsm-table-icon {
  font-family: "wpsm-icons";
  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;
}
.wpsm-icon-heart:before {
  content: "\e601";
  color: #c00;
  font-size: 22px;
}
.wpsm-icon-star:before {
  content: "\e602";
  color: #ffbf00;
  font-size: 22px;
}
.wpsm-icon-star-empty:before {
  content: "\e607";
  color: #ffbf00;
  font-size: 22px;
}
.wpsm-icon-lock:before {
  content: "\e600";
  font-size: 18px;
}
.wpsm-icon-tick:before {
  content: "\e603";
  color: #06c29f;
  font-size: 22px;
}
.wpsm-icon-cross:before {
  content: "\e604";
  color: #c00;
  font-size: 22px;
}
.wpsm-icon-info:before {
  content: "\e605";
  color: #13b3e3;
  font-size: 16px;
}
.wpsm-icon-warning:before {
  content: "\e606";
  color: #ff6a00;
  font-size: 18px;
}
.wpsm-comptable-wrap {
  margin: 25px 0;
  overflow: auto;
}
.wpsm-comptable {
  border-collapse: separate;
  margin: 0;
  width: 100%;
  border-spacing: 0;
  max-width: 100%;
  border: 1px solid transparent;
}
.wpsm-comptable th,
.wpsm-comptable td {
  padding: 15px;
  box-sizing: border-box;
}
.wpsm-comptable th {
  border-right: 1px solid #cdcdcd;
  background: #707070;
  text-align: left;
  font-weight: 700;
  border: none;
  color: #fff;
}
.wpsm-comptable td {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-width: 0 1px 1px 0;
  color: #111;
  min-width: 120px;
  vertical-align: middle;
  position: relative;
}
.wpsm-comptable.center-table-align td,
.wpsm-comptable.center-table-align th {
  text-align: center;
  vertical-align: middle;
}
.wpsm-comptable td ul li,
.wpsm-comptable td ul {
  margin: 0;
  list-style: disc inside none;
}
.wpsm-comptable td:first-child {
  border-left-width: 1px;
}
.wpsm-comptable td img {
  max-width: 250px;
  max-height: 250px;
  padding: 15px;
}
.wpsm-comptable td:hover,
.wpsm-comptable td.betterhover,
.wpsm-comptable tr:hover td {
  background-color: #f8f8f8;
}
.wpsm-comptable .subheader td {
  font-weight: 600;
}
.hover-col1 tr td:first-child {
  background-color: #f8f8f8;
  min-width: 140px;
  text-align: left;
}
.wpsm-comptable td .wpsm-button {
  margin: 10px 15px;
  white-space: nowrap;
}
.wpsm-thead-default th {
  background-color: #707070;
  color: #fff;
  border-color: #f8f8f8;
}
.wpsm-thead-default th:last-child {
  border-right-color: #707070;
}
.wpsm-thead-black th {
  background-color: #000;
  color: #fff;
  border-color: rgb(226, 226, 226);
}
.wpsm-thead-black th:last-child {
  border-right-color: #000;
}
.wpsm-thead-yellow th {
  background-color: #fd0;
  color: #000;
  border-color: rgb(226, 226, 226);
}
.wpsm-thead-yellow th:last-child {
  border-right-color: #fd0;
}
.wpsm-thead-blue th {
  background-color: #00aae9;
  color: #fff;
  border-color: rgb(226, 226, 226);
}
.wpsm-thead-blue th:last-child {
  border-right-color: #00aae9;
}
.wpsm-thead-red th {
  background-color: #dd0007;
  color: #fff;
  border-color: rgb(226, 226, 226);
}
.wpsm-thead-red th:last-child {
  border-right-color: #dd0007;
}
.wpsm-thead-green th {
  background-color: #77bb0f;
  color: #fff;
  border-color: rgb(226, 226, 226);
}
.wpsm-thead-green th:last-child {
  border-right-color: #77bb0f;
}
.wpsm-thead-orange th {
  background-color: #fb7203;
  color: #fff;
  border-color: rgb(226, 226, 226);
}
.wpsm-thead-orange th:last-child {
  border-right-color: #fb7203;
}
.wpsm-thead-purple th {
  background-color: #662d91;
  color: #fff;
  border-color: rgb(226, 226, 226);
}
.wpsm-thead-purple th:last-child {
  border-right-color: #662d91;
}
.wpsm-comptable .subheader td:first-child,
.hover-col1 .subheader td:first-child {
  background-color: #eaeaea;
}
.stacktable {
  width: 100%;
}
.wpsm-comptable th.st-head-row {
  background-color: #eee;
  color: #000;
  border-left-width: 1px;
  font-weight: 400;
  position: relative;
}
.wpsm-comptable .st-key {
  width: 48%;
  text-align: right !important;
  padding-right: 2%;
}
.wpsm-comptable .st-key.wpsm-spec-heading {
  text-align: left !important;
  background-color: #f4f4f4;
}
.wpsm-comptable .st-val {
  width: 48%;
  padding-left: 2%;
  text-align: left !important;
}
.wpsm-comptable .subheader th.st-head-row {
  font-weight: 700;
  background-color: #eaeaea;
}
.wpsm-comptable th.st-head-row-main {
  display: none;
}
.wpsm-comptable .wpsm-bar,
.wpsm-comptable .wpsm-bar-title span,
.wpsm-comptable .wpsm-bar-bar,
.wpsm-comptable .wpsm-bar-percent {
  height: 20px;
  line-height: 20px;
}
.wpsm-comptable .wpsm-bar {
  margin-bottom: 10px;
}
.wpsm-comptable .wpsm-bar-title span {
  padding: 0 12px;
}
.wpsm-comptable .editor_selected_row td:first-child {
  border-left: 3px solid #77b21d;
}
.wpsm-comptable .editor_selected_row td:last-child {
  border-right: 3px solid #77b21d;
}
.wpsm-comptable .editor_selected_row td:not(.st-key):not(.st-val) {
  border-bottom: 3px solid #77b21d;
  border-top: 3px solid #77b21d;
}
.editor_selected_row .st-head-row {
  border: 3px solid #77b21d !important;
  border-bottom: none !important;
}
.wpsm-comptable td.editor_selected_col,
.wpsm-comptable th.editor_selected_col {
  border-left: 3px solid #77b21d;
  border-right: 3px solid #77b21d;
}
.wpsm-comptable th.editor_selected_col {
  background-color: #77b21d !important;
  color: #fff !important;
}
.wpsm-comptable tr:last-child td.editor_selected_col {
  border-bottom: 3px solid #77b21d;
}
.badge_div_col_img {
  position: absolute;
  background: url(../../../plugins/table-maker/img/editor_badge.png);
  width: 65px;
  height: 65px;
  top: 10px;
  right: 10px;
}
.stacktable.large-only {
  display: table;
}
.stacktable.small-only {
  display: none;
}
@media (max-width: 800px) {
  .stacktable.large-only {
    display: none;
  }
  .stacktable.small-only {
    display: table;
  }
  .hover-col1 tr:hover {
    background-color: #f8f8f8;
  }
}
.comments-area.thrv_wrapper,
.comments-area .thrv_wrapper {
  margin: 0;
  padding: 0;
}
.comments-area.thrv_wrapper.comment-form-submit,
.comments-area .thrv_wrapper.comment-form-submit {
  margin: 20px 0;
}
.comments-area .reply {
  display: table;
  margin: 10px 0 0 0;
  float: right;
  padding: 0;
}
.comments-area .comment-reply-title {
  font-size: 14px;
  font-weight: 500;
  color: #121212;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.thrv_wrapper.thrv_text_element.comment-no-comment {
  text-align: center;
  background-image: linear-gradient(#f0f3f3, #f0f3f3);
  padding-top: 12px;
  padding-bottom: 12px;
}
.thrv_wrapper.thrv_text_element.comment-no-comment p {
  margin-bottom: 0;
  padding: 0;
  font-weight: inherit;
  line-height: inherit;
}
.nav-links {
  overflow: hidden;
  margin: 20px 0;
}
.comment-metadata {
  font-size: 12px;
  font-weight: 400;
  color: rgba(10, 10, 10, 0.4);
}
.comments-area .comment-metadata {
  margin: -30px 0 20px 72px;
}
.comment-metadata a {
  font-weight: inherit;
  text-decoration: none;
  font-size: inherit;
}
.comment-metadata a:not(.comment-edit-link) {
  color: inherit;
}
.comment-metadata a:not(.comment-edit-link):hover {
  color: inherit;
}
.comment-form-item.comment-form-url {
  margin-bottom: 40px;
}
.comments-area .comment-form-item label {
  margin: 0 0 10px;
}
.comment-form-item input {
  background-color: #f5f5f5;
}
.comments-area .comment-form-item input {
  padding: 10px;
}
.comment-author:after {
  clear: both;
  content: "";
  display: table;
}
.comment-author .fn {
  color: rgba(10, 10, 10, 0.6);
  float: unset;
  display: inline-block;
  margin: 8px 0 0;
  font-size: 14px;
  font-weight: 600;
}
.comment-author .fn a {
  text-decoration: inherit;
  color: inherit;
  background: inherit;
}
.comment-author * {
  float: left;
}
.comment-author img {
  margin-right: 22px;
  border-radius: 50%;
}
.tve-state-hover .tcb-button-link.comment-reply-link {
  background-color: transparent !important;
}
#comments.comments-area ol.children {
  margin-left: 20px;
}
#comments .comment-respond {
  padding-top: 20px;
}
#comments .reply span.tcb-button-texts {
  flex: unset;
}
.comments-area .comment-body {
  padding: 20px;
  margin: 0 0 20px;
}
.comment-body {
  padding: 20px;
  border-radius: 4px;
  border: solid 1px #d5d9df;
  margin: 20px 0 0;
}
.reply .comment-reply-link {
  padding: 8px;
  font-size: 15px;
  background-color: transparent;
  color: #1fa5e6;
  border-radius: 50px;
  font-weight: 500;
  border: solid 1px #1fa5e6;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.reply .comment-reply-link:hover {
  background-color: transparent;
  text-decoration: none;
}
.reply .comment-reply-link[disabled] {
  background-color: #bfbfbf;
}
.reply .comment-reply-link:focus {
  outline: none;
}
.reply .comment-reply-link::-moz-focus-inner {
  border: 0;
}
#comments.comments-area .comment-list:after {
  clear: both;
  content: "";
  display: table;
}
#comments.comments-area .comments-title {
  color: #444;
  font-size: 22px;
  font-weight: 500;
}
#comments.comments-area .comment-awaiting-moderation {
  font-weight: 300;
  margin: 0;
}
#comments.comments-area .tcb-button-text {
  margin: 0;
}
#comments.comments-area ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
#comments.comments-area ol li {
  margin: 0;
  padding: 0;
}
#comments.comments-area .wpgdprc-checkbox {
  width: 100%;
}
.comment-content {
  opacity: 0.85;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  color: rgba(10, 10, 10, 0.85);
}
.comments-area .comment-content {
  margin: 0;
}
.comment-content p {
  margin-bottom: 20px;
  font-size: inherit;
  line-height: inherit;
}
.comment-content p:last-child {
  margin-bottom: 0;
}
.comment-content a {
  word-break: break-all;
}
.comment-form .error-message {
  color: red;
  font-size: 13px;
}
.comment-form textarea::placeholder,
.comment-form input::placeholder {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-decoration: inherit;
}
.comment-form input[type="submit"] {
  background-color: #666;
  font-weight: 400;
  outline: 0;
  padding: 18px 32px;
}
.comment-form > p {
  box-sizing: border-box;
}
.comment-form > p input[type="email"],
.comment-form > p input[type="text"],
.comment-form > p input[type="url"] {
  width: 100%;
}
.comment-author .thrive-comment-author-picture {
  margin: 0 15px 0 0;
}
.comment-author .thrive-comment-author-picture .avatar {
  border: solid 1px rgba(157, 159, 159, 0.26);
  border-radius: 50%;
  margin: 0;
  padding: 0;
  width: 60px;
}
.comment-author .says {
  display: none;
}
.comments-area .comments-closed-text {
  margin: 0 0 10px 0;
}
.comment-form-reply-title {
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(10, 10, 10, 0.6);
  font-weight: 600;
}
.comment-form-text textarea {
  min-height: 200px;
  padding-top: 25px;
  padding-bottom: 20px;
  resize: vertical;
  display: block;
}
.comment-form-text textarea,
.comment-form-input {
  box-sizing: border-box;
  padding: 19px 20px;
  line-height: 1em;
  width: 100%;
  outline: none;
  background-color: #f0f3f3;
  font-size: 14px;
  vertical-align: middle;
  border: 1px solid rgba(157, 159, 159, 0.26);
  border-radius: 3px;
  color: rgba(16, 16, 16, 0.6);
}
.comment-form-input {
  color: rgba(10, 10, 10, 0.5);
  font-weight: 300;
  line-height: 46px;
}
textarea.comment-it-error,
input[type="text"].comment-it-error,
input[type="email"].comment-it-error {
  border: solid 1px #d92b2b;
}
.comment-form:after {
  content: "";
  display: table;
  clear: both;
}
.comment-form-submit {
  position: relative;
  box-sizing: border-box !important;
  float: right;
  z-index: 3;
  font-size: 15px;
  display: table;
  margin: 20px 0;
}
.comment-form-submit .thrv_icon {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
  margin: -0.5em 10px 0 0;
  font-size: var(--tve-font-size, 1em);
  color: var(--tve-color);
}
.comment-form-submit .thrv_icon .tve_sc_icon {
  font-size: inherit;
  padding: 0;
}
.comment-form-submit button {
  padding: 12px 32px;
  font-size: 1em;
  cursor: pointer;
  width: 100%;
  background-color: transparent;
  color: #1fa5e6;
  border-radius: 50px;
  font-weight: 500;
  border: solid 1px #1fa5e6;
}
.comment-form-submit button[disabled] {
  background-color: #bfbfbf;
}
.comment-form-submit button:focus {
  outline: none;
}
.comment-form-submit button::-moz-focus-inner {
  border: 0;
}
@media (max-width: 1023px) {
  .comment-form-submit {
    max-width: 50%;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .comment-form-submit {
    float: left;
    max-width: 100%;
    width: 100%;
  }
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.7778rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.clear:before,
.clear:after,
.comment-content:before,
.comment-content:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.tcb-post-content:after,
.comment-content:after {
  clear: both;
}
.sticky {
  display: block;
}
.updated:not(.published) {
  display: none;
}
.page-content,
.tcb-post-content {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.archive-description h1 {
  margin: 0;
}
.page-title {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.site-sidebar {
  color: #444;
  font-size: 16px;
}
.site-sidebar a {
  color: inherit;
  text-decoration: none;
}
.site-sidebar a:hover {
  text-decoration: underline;
}
.thrv_lead_generation .tve_lg_submit button {
  background-color: #1abc9c;
  color: #fff;
}
.tve_contents_table {
  border-radius: 3px;
  background-color: #eaecf1;
  padding: 0 0 10px 0;
}
.tve_contents_table .tve_ct_title {
  border-radius: 3px;
  display: block;
}
.thrive-singular .comment-body .reply {
  clear: both;
  max-width: 100px;
}
.comment-body:after {
  clear: both;
  content: "";
  display: table;
}
.thrv-divider.theme-bottom-divider .tve_sep {
  border-width: 1px;
  border-color: #d5d9df;
}
article {
  position: relative;
}
.tcb-post-list[data-type="list"] article {
  margin-top: 20px;
}
body.hide-dynamic-content:not(.thrive_show_hidden_elements)
  .thrive-dynamic-source {
  display: none !important;
}
body.hide-inline-post-titles:not(.thrive_show_hidden_elements)
  .tcb-post-list
  .thrive-shortcode-content[data-shortcode="tcb_post_title"] {
  display: inline !important;
}
body.hide-inline-post-titles:not(.thrive_show_hidden_elements)
  .thrive-shortcode-content[data-shortcode="tcb_post_title"] {
  display: none !important;
}
.editor-notice-overlay {
  opacity: 0.25;
  background-color: #f1f1f1;
}
.thrive_prev_next .tcb-button-link {
  letter-spacing: 2px;
  background-size: auto;
  background-attachment: scroll;
  border-radius: 5px;
  overflow: hidden;
  padding: 18px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.thrive_prev_next .thrive-prev-next-container {
  position: relative;
}
.thrv_responsive_video .thrive-floating-dynamic-video .tcb-float-close-button {
  position: absolute;
  top: -20px;
  right: 0;
  width: 14px;
}
.thrive-no-prev-post .tcb_post_prev_link,
.thrive-no-next-post .tcb_post_next_link {
  display: none !important;
}
.thrive-progress-bar {
  --bar-background-color: var(--tcb-skin-color-0, #e97954);
  --tcb-applied-color: var $ (--tcb-skin-color-0, #e97954);
  --bar-height: 6px;
  width: 100%;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: fixed;
  background-color: transparent;
  max-height: var(--bar-height, 6px);
  border: 0;
  display: none;
}
.tve_editor_page .thrive-progress-bar {
  position: absolute;
}
.thrive-progress-bar[data-position] {
  z-index: 102;
  top: 0;
  left: 0;
}
.thrive-progress-bar[data-position].show {
  display: block;
}
.thrive-progress-bar::-webkit-progress-value {
  background-color: var(--bar-background-color, #e97954);
  height: var(--bar-height, 6px);
}
.thrive-progress-bar::-webkit-progress-bar {
  background-color: transparent;
  height: var(--bar-height, 6px);
}
.thrive-progress-bar::-moz-progress-bar {
  background-color: var(--bar-background-color, #e97954);
  border: 0;
  height: var(--bar-height, 6px);
}
.thrive-progress-bar:focus {
  outline: none;
}
.widget {
  flex: 1 1 auto;
  flex-wrap: wrap;
}
.widget h2 {
  font-weight: 500;
  color: #333;
  margin: 0 0 20px;
  font-size: 20px;
  font-size: 1.111rem;
}
.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget ul li {
  margin: 0;
  line-height: 1.8;
}
.widget.widget_media_gallery a {
  display: inline-block;
}
.widget.widget_media_gallery a img {
  vertical-align: middle;
}
.widget.widget_media_gallery figure {
  margin: 0 0 10px;
}
.widget #wp-calendar caption {
  margin-bottom: 10px;
}
.widget #wp-calendar td {
  text-align: center;
}
.widget.widget_tag_cloud a {
  font-size: 16px;
  margin: 0 10px 0 0;
}
.widget.widget_tag_cloud a:hover {
  color: inherit;
}
.widget.widget_search .search-form {
  margin: 0;
  width: 100%;
  position: relative;
}
.widget.widget_search .search-form input[type="search"] {
  border: 1px solid rgba(0, 0, 0, 0.25);
  width: 100%;
  border-radius: 0;
  border-right: 0;
  border-left: 0;
  padding: 6px 4px;
}
.widget.widget_search .search-form input[type="submit"] {
  position: absolute;
  width: 18px;
  height: auto;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  text-indent: -9999px;
  background: transparent
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTk5RTBGMEZEQzIxMTFFN0JDRUJDRDBGMUVBOEM4RUUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTk5RTBGMTBEQzIxMTFFN0JDRUJDRDBGMUVBOEM4RUUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFOTlFMEYwRERDMjExMUU3QkNFQkNEMEYxRUE4QzhFRSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFOTlFMEYwRURDMjExMUU3QkNFQkNEMEYxRUE4QzhFRSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PpxgahsAAAFzSURBVHjanNS/S0JRGMbxo92hEhsLWhoaI7cIqqWlqUWliAYrCO3HboNB/0BDq0QIQUE6pWMQQbU11VpTU0hFRdQi9j3xBNeTysUXPih6fTjnvO8xlE6nja96sY4kYoigiisUUDFO5fP531fP99kEShjEI07xiiHMII4zLODFDfR8Ief41INF1H3P9SGHLC4wiQ9/UFjbKSlkHCdOiK13bGEVo9hzVxTWmdjtbODetK8DrXYFw25QUmdSNMFqFyEk3CDbncsm22lVN/jSFhuCIupO0Krr+agbVFWLg1YPBvDkBtlhm1aLg9QsuvS7hqCCtpcLENKNHQ1kxQ2qaGKzmpN2IUcYwTbe3CCjab7FvgZyTC3+O5M5dSuhw475vm+4InapU5rYZczjW93p15k8Y1PXY01dW0LNBoSc2280sXHNSVTduUZZV8WGHmIRx0jxD1DzmpzFg6a3VdkVpPTehplMJpPyTGf1L6zTIDfs7keAAQDc8VNBFTBXLQAAAABJRU5ErkJggg==)
    no-repeat center;
  border: none;
}
.thrv-divider.theme-sidebar-divider {
  display: inline-block;
  width: 16px;
  padding-bottom: 20px;
  padding-top: 5px;
}
.thrv-divider.theme-sidebar-divider .tve_sep {
  border-width: 1px;
  border-color: #0a0a0a;
}
.widget-area {
  display: flex;
  flex-direction: column;
}
.widget select {
  max-width: 100%;
}
.thrive-dynamic-styled-list-item .tcb-styled-list-icon {
  display: none;
}
.dynamic-item-with-icon .tcb-styled-list-icon {
  display: block;
}
.theme-style.thrv_wrapper {
  margin-top: 50px;
}
.theme-style h6 {
  text-transform: uppercase;
  font-weight: 500;
}
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}
@media (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
  position: relative;
  padding-top: 56.25%;
}
.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.thrive_author_links:not(.thrv_social_follow) .tve_s_icon:before {
  content: none !important;
}
.thrive_author_links:not(.thrv_social_follow) .tve_social_custom .tve_s_icon {
  padding: 0.6em;
  height: 1.5em;
  width: 1.5em;
  display: flex;
  box-sizing: content-box;
}
.thrive_author_links:not(.thrv_social_follow) .tve_social_custom .tve_s_text {
  display: none;
}
.thrive_author_links:not(.thrv_social_follow) .tve_social_custom svg {
  fill: #fff;
  height: 1.5em;
  width: 1.5em;
  vertical-align: bottom;
}
.thrive_author_links:not(.thrv_social_follow) .tve_social_custom .tve_s_item {
  margin-right: 0.3em;
}
.thrive_author_links:not(.thrv_social_follow)
  .tve_social_custom
  .tve_s_item:last-of-type {
  margin-right: 0;
}
.thrive_author_links:not(.thrv_social_follow) .tve_social_custom .tve_s_item a {
  display: flex;
  padding: 0;
}
.thrive_author_links:not(.thrv_social_follow)
  .tve_social_custom.tve_links_style_1
  .tve_s_icon {
  border-radius: 50%;
  background: linear-gradient(to bottom right, #8a8989 50%, #777676 50%);
}
.thrive_author_links:not(.thrv_social_follow)
  .tve_social_custom.tve_links_style_1
  .tve_s_icon:hover {
  background: linear-gradient(to bottom right, #adadad 50%, #a09f9f 50%);
}
.thrive_author_links:not(.thrv_social_follow)
  .tve_social_custom.tve_links_style_2
  .tve_s_icon {
  border-radius: 50%;
  background: #242323;
}
.thrive_author_links:not(.thrv_social_follow)
  .tve_social_custom.tve_links_style_2
  .tve_s_icon:hover {
  background: #5d5c5c;
}
.thrive_author_links:not(.thrv_social_follow)
  .tve_social_custom.tve_links_style_3
  .tve_s_text,
.thrive_author_links:not(.thrv_social_follow)
  .tve_social_custom.tve_links_style_4
  .tve_s_text {
  display: none;
}
.thrive_author_links:not(.thrv_social_follow)
  .tve_social_custom.tve_links_style_3
  .tve_s_icon,
.thrive_author_links:not(.thrv_social_follow)
  .tve_social_custom.tve_links_style_4
  .tve_s_icon {
  border-radius: 3px;
  border: 1px solid #171616;
  background: transparent;
}
.thrive_author_links:not(.thrv_social_follow)
  .tve_social_custom.tve_links_style_3
  .tve_s_icon:hover,
.thrive_author_links:not(.thrv_social_follow)
  .tve_social_custom.tve_links_style_4
  .tve_s_icon:hover {
  border-color: #b9b9b9;
}
.thrive_author_links:not(.thrv_social_follow)
  .tve_social_custom.tve_links_style_3
  .tve_s_icon:hover
  svg,
.thrive_author_links:not(.thrv_social_follow)
  .tve_social_custom.tve_links_style_4
  .tve_s_icon:hover
  svg {
  fill: #b9b9b9;
}
.thrive_author_links:not(.thrv_social_follow)
  .tve_social_custom.tve_links_style_3
  .tve_s_icon
  svg,
.thrive_author_links:not(.thrv_social_follow)
  .tve_social_custom.tve_links_style_4
  .tve_s_icon
  svg {
  fill: #171616;
}
.thrive_author_links:not(.thrv_social_follow)
  .tve_social_custom.tve_links_style_4
  .tve_s_icon:hover {
  border-color: #171616;
  background-color: #171616;
}
.thrive_author_links:not(.thrv_social_follow)
  .tve_social_custom.tve_links_style_4
  .tve_s_icon:hover
  svg {
  fill: #fff;
}
.thrive_author_links:not(.thrv_social_follow)
  .tve_social_custom.tve_links_style_5
  .tve_s_icon
  svg {
  fill: #171616;
}
.thrive_author_links:not(.thrv_social_follow)
  .tve_social_custom.tve_links_style_5
  .tve_s_icon:hover
  svg {
  fill: #b9b9b9;
}
.thrive_author_links:not(.thrv_social_follow)
  .tve_social_custom.tve_links_style_6
  .tve_s_icon {
  border-radius: 50%;
  color: #fff;
}
.thrive_author_links:not(.thrv_social_follow)
  .tve_social_custom.tve_links_style_6
  .tve_s_icon:hover {
  opacity: 0.8;
}
.thrive_author_links:not(.thrv_social_follow)
  .tve_social_custom.tve_links_style_6
  .tve_s_ig_share
  .tve_s_icon {
  background: linear-gradient(
    45deg,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
}
.thrive_author_links:not(.thrv_social_follow)
  .tve_social_custom.tve_links_style_7
  .tve_s_text {
  display: none;
}
.thrive_author_links:not(.thrv_social_follow)
  .tve_social_custom.tve_links_style_7
  .tve_s_icon {
  border-radius: 0;
  border: 2px solid transparent;
}
.thrive_author_links:not(.thrv_social_follow)
  .tve_social_custom.tve_links_style_7
  .tve_s_icon:hover
  svg {
  fill: #fff;
}
.thrive_author_links:not(.thrv_social_follow)
  .tve_social_custom.tve_links_style_7
  .tve_s_ig_share
  .tve_s_icon {
  background: linear-gradient(
    45deg,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  border: none;
}
.thrive_author_links:not(.thrv_social_follow)
  .tve_social_custom.tve_links_style_7
  .tve_s_ig_share
  .tve_s_icon
  svg {
  height: calc(1.5em + 4px);
  width: calc(1.5em + 4px);
}
.thrive_author_links:not(.thrv_social_follow)
  .tve_social_custom.tve_links_style_7
  .tve_s_ig_share
  .tve_s_icon:hover {
  opacity: 0.8;
}
.thrive_author_links:not(.thrv_social_follow)
  .tve_social_custom.tve_links_style_8
  .tve_s_text {
  display: none;
}
.thrive_author_links:not(.thrv_social_follow)
  .tve_social_custom.tve_links_style_8
  .tve_s_icon {
  border-radius: 2px;
  box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.25);
}
.thrive_author_links:not(.thrv_social_follow)
  .tve_social_custom.tve_links_style_8
  .tve_s_icon:hover {
  opacity: 0.8;
}
.thrive_author_links:not(.thrv_social_follow)
  .tve_social_custom.tve_links_style_8
  .tve_s_ig_share
  .tve_s_icon {
  background: linear-gradient(
    45deg,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
}
.thrive_author_links:not(.thrv_social_follow)
  .tve_social_custom.tve_links_style_6
  .tve_s_item.tve_s_t_share
  .tve_s_icon {
  background-color: #42b3ea;
}
.thrive_author_links:not(.thrv_social_follow)
  .tve_social_custom.tve_links_style_6
  .tve_s_item.tve_s_fb_share
  .tve_s_icon {
  background-color: #3569b4;
}
.thrive_author_links:not(.thrv_social_follow)
  .tve_social_custom.tve_links_style_6
  .tve_s_item.tve_s_in_share
  .tve_s_icon {
  background-color: #0177b5;
}
.thrive_author_links:not(.thrv_social_follow)
  .tve_social_custom.tve_links_style_6
  .tve_s_item.tve_s_pin_share
  .tve_s_icon {
  background-color: #f2303c;
}
.thrive_author_links:not(.thrv_social_follow)
  .tve_social_custom.tve_links_style_6
  .tve_s_item.tve_s_xing_share
  .tve_s_icon {
  background-color: #006063;
}
.thrive_author_links:not(.thrv_social_follow)
  .tve_social_custom.tve_links_style_6
  .tve_s_item.tve_s_yt_share
  .tve_s_icon {
  background-color: #ec162c;
}
.thrive_author_links:not(.thrv_social_follow)
  .tve_social_custom.tve_links_style_6
  .tve_s_item.tve_s_g_share
  .tve_s_icon {
  background-color: #e04b35;
}
.thrive_author_links:not(.thrv_social_follow)
  .tve_social_custom.tve_links_style_7
  .tve_s_item.tve_s_t_share
  .tve_s_icon {
  border-color: #42b3ea;
  color: #42b3ea;
}
.thrive_author_links:not(.thrv_social_follow)
  .tve_social_custom.tve_links_style_7
  .tve_s_item.tve_s_t_share
  .tve_s_icon
  svg {
  fill: #42b3ea;
}
.thrive_author_links:not(.thrv_social_follow)
  .tve_social_custom.tve_links_style_7
  .tve_s_item.tve_s_t_share
  .tve_s_icon:hover {
  background-color: #42b3ea;
  color: #fff;
}
.thrive_author_links:not(.thrv_social_follow)
  .tve_social_custom.tve_links_style_7
  .tve_s_item.tve_s_t_share
  .tve_s_icon:hover
  svg {
  fill: #fff;
}
.thrive_author_links:not(.thrv_social_follow)
  .tve_social_custom.tve_links_style_7
  .tve_s_item.tve_s_fb_share
  .tve_s_icon {
  border-color: #3569b4;
  color: #3569b4;
}
.thrive_author_links:not(.thrv_social_follow)
  .tve_social_custom.tve_links_style_7
  .tve_s_item.tve_s_fb_share
  .tve_s_icon
  svg {
  fill: #3569b4;
}
.thrive_author_links:not(.thrv_social_follow)
  .tve_social_custom.tve_links_style_7
  .tve_s_item.tve_s_fb_share
  .tve_s_icon:hover {
  background-color: #3569b4;
  color: #fff;
}
.thrive_author_links:not(.thrv_social_follow)
  .tve_social_custom.tve_links_style_7
  .tve_s_item.tve_s_fb_share
  .tve_s_icon:hover
  svg {
  fill: #fff;
}
.thrive_author_links:not(.thrv_social_follow)
  .tve_social_custom.tve_links_style_7
  .tve_s_item.tve_s_in_share
  .tve_s_icon {
  border-color: #0177b5;
  color: #0177b5;
}
.thrive_author_links:not(.thrv_social_follow)
  .tve_social_custom.tve_links_style_7
  .tve_s_item.tve_s_in_share
  .tve_s_icon
  svg {
  fill: #0177b5;
}
.thrive_author_links:not(.thrv_social_follow)
  .tve_social_custom.tve_links_style_7
  .tve_s_item.tve_s_in_share
  .tve_s_icon:hover {
  background-color: #0177b5;
  color: #fff;
}
.thrive_author_links:not(.thrv_social_follow)
  .tve_social_custom.tve_links_style_7
  .tve_s_item.tve_s_in_share
  .tve_s_icon:hover
  svg {
  fill: #fff;
}
.thrive_author_links:not(.thrv_social_follow)
  .tve_social_custom.tve_links_style_7
  .tve_s_item.tve_s_pin_share
  .tve_s_icon {
  border-color: #f2303c;
  color: #f2303c;
}
.thrive_author_links:not(.thrv_social_follow)
  .tve_social_custom.tve_links_style_7
  .tve_s_item.tve_s_pin_share
  .tve_s_icon
  svg {
  fill: #f2303c;
}
.thrive_author_links:not(.thrv_social_follow)
  .tve_social_custom.tve_links_style_7
  .tve_s_item.tve_s_pin_share
  .tve_s_icon:hover {
  background-color: #f2303c;
  color: #fff;
}
.thrive_author_links:not(.thrv_social_follow)
  .tve_social_custom.tve_links_style_7
  .tve_s_item.tve_s_pin_share
  .tve_s_icon:hover
  svg {
  fill: #fff;
}
.thrive_author_links:not(.thrv_social_follow)
  .tve_social_custom.tve_links_style_7
  .tve_s_item.tve_s_xing_share
  .tve_s_icon {
  border-color: #006063;
  color: #006063;
}
.thrive_author_links:not(.thrv_social_follow)
  .tve_social_custom.tve_links_style_7
  .tve_s_item.tve_s_xing_share
  .tve_s_icon
  svg {
  fill: #006063;
}
.thrive_author_links:not(.thrv_social_follow)
  .tve_social_custom.tve_links_style_7
  .tve_s_item.tve_s_xing_share
  .tve_s_icon:hover {
  background-color: #006063;
  color: #fff;
}
.thrive_author_links:not(.thrv_social_follow)
  .tve_social_custom.tve_links_style_7
  .tve_s_item.tve_s_xing_share
  .tve_s_icon:hover
  svg {
  fill: #fff;
}
.thrive_author_links:not(.thrv_social_follow)
  .tve_social_custom.tve_links_style_7
  .tve_s_item.tve_s_yt_share
  .tve_s_icon {
  border-color: #ec162c;
  color: #ec162c;
}
.thrive_author_links:not(.thrv_social_follow)
  .tve_social_custom.tve_links_style_7
  .tve_s_item.tve_s_yt_share
  .tve_s_icon
  svg {
  fill: #ec162c;
}
.thrive_author_links:not(.thrv_social_follow)
  .tve_social_custom.tve_links_style_7
  .tve_s_item.tve_s_yt_share
  .tve_s_icon:hover {
  background-color: #ec162c;
  color: #fff;
}
.thrive_author_links:not(.thrv_social_follow)
  .tve_social_custom.tve_links_style_7
  .tve_s_item.tve_s_yt_share
  .tve_s_icon:hover
  svg {
  fill: #fff;
}
.thrive_author_links:not(.thrv_social_follow)
  .tve_social_custom.tve_links_style_7
  .tve_s_item.tve_s_g_share
  .tve_s_icon {
  border-color: #e04b35;
  color: #e04b35;
}
.thrive_author_links:not(.thrv_social_follow)
  .tve_social_custom.tve_links_style_7
  .tve_s_item.tve_s_g_share
  .tve_s_icon
  svg {
  fill: #e04b35;
}
.thrive_author_links:not(.thrv_social_follow)
  .tve_social_custom.tve_links_style_7
  .tve_s_item.tve_s_g_share
  .tve_s_icon:hover {
  background-color: #e04b35;
  color: #fff;
}
.thrive_author_links:not(.thrv_social_follow)
  .tve_social_custom.tve_links_style_7
  .tve_s_item.tve_s_g_share
  .tve_s_icon:hover
  svg {
  fill: #fff;
}
.thrive_author_links:not(.thrv_social_follow)
  .tve_social_custom.tve_links_style_8
  .tve_s_item.tve_s_t_share
  .tve_s_icon {
  background-color: #42b3ea;
  color: #fff;
}
.thrive_author_links:not(.thrv_social_follow)
  .tve_social_custom.tve_links_style_8
  .tve_s_item.tve_s_fb_share
  .tve_s_icon {
  background-color: #3569b4;
  color: #fff;
}
.thrive_author_links:not(.thrv_social_follow)
  .tve_social_custom.tve_links_style_8
  .tve_s_item.tve_s_in_share
  .tve_s_icon {
  background-color: #0177b5;
  color: #fff;
}
.thrive_author_links:not(.thrv_social_follow)
  .tve_social_custom.tve_links_style_8
  .tve_s_item.tve_s_pin_share
  .tve_s_icon {
  background-color: #f2303c;
  color: #fff;
}
.thrive_author_links:not(.thrv_social_follow)
  .tve_social_custom.tve_links_style_8
  .tve_s_item.tve_s_xing_share
  .tve_s_icon {
  background-color: #006063;
  color: #fff;
}
.thrive_author_links:not(.thrv_social_follow)
  .tve_social_custom.tve_links_style_8
  .tve_s_item.tve_s_yt_share
  .tve_s_icon {
  background-color: #ec162c;
  color: #fff;
}
.thrive_author_links:not(.thrv_social_follow)
  .tve_social_custom.tve_links_style_8
  .tve_s_item.tve_s_g_share
  .tve_s_icon {
  background-color: #e04b35;
  color: #fff;
}
.tve_social_items a {
  font-size: unset;
}
.thrv-divider .tve_sep {
  background: transparent;
  border: none;
}
.thrv-divider .tve_sep-1 {
  border-left: 0;
  border-right: 0;
  border-style: solid;
  border-top: 0;
  height: 0;
  width: initial !important;
}
.tve_s_item a {
  border: 0;
  box-shadow: none;
  color: #fff !important;
  display: table;
  padding: 2px;
  text-decoration: none !important;
}
body:not(.ttb-editor-page) .tcb-post-content:before,
body:not(.ttb-editor-page) .tcb-post-content:after {
  display: none;
}
.thrive_author_box {
  min-height: 50px;
}
.thrive_author_box .tve_social_items {
  font-size: 12px;
}
.thrive_author_box .theme-author-text {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.4px;
  color: #0a0a0a;
  margin: 30px 0 0;
}
.thrive_author_box .theme-author-name {
  font-size: 24px;
  color: #008fff;
}
.thrive_author_box .theme-auth-follow {
  font-size: 14px;
  font-weight: 300;
  margin: 40px 0 10px;
}
.thrive_author_box .theme-author-header {
  font-size: 14px;
  font-weight: 500;
  color: #0a0a0a;
  text-transform: uppercase;
  margin: 40px 0 10px;
}
.thrive_author_box .theme-author-desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
}
.tcb-clear .theme-comments-number {
  float: right;
}
.thrv_wrapper.thrv_text_element {
  padding: 1px;
}
.theme-button {
  display: flex;
  max-width: 100%;
}
.theme-button .tcb-button-link {
  width: 100%;
}
p.tcb-post-date,
p.tcb-post-author,
p.tcb-post-comments-number,
p.tcb-post-categories,
.theme-comments-number p {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.7px;
  color: #444;
}
.thrive-dynamic-list {
  display: table;
}
.thrive-dynamic-list .thrv_wrapper {
  margin: 0;
}
.thrive-dynamic-list:empty {
  min-height: 40px;
}
.thrive-dynamic-list[data-layout="horizontal"] ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.thrive-dynamic-list .theme-dynamic-list {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}
.thrive-dynamic-list li {
  display: flex;
  margin: 0 0 15px;
}
.thrive-dynamic-list li .thrive-dynamic-styled-list-text {
  display: flex;
  align-items: center;
}
.thrive-dynamic-list .dynamic-list-icon .thrv_icon {
  margin-right: 1px;
  padding: 5px 10px 3px;
}
.thrive-dynamic-list a {
  text-decoration: none;
  color: #0a0a0a;
  font-weight: 400;
  font-size: 14px;
}
.tcb-flip .tcb-button-link {
  flex-direction: row-reverse;
}
a.tcb-plain-text {
  cursor: pointer;
}
.thrv_meta_elements p {
  margin-bottom: 0;
}
[data-button_layout="icon"] .tcb-button-texts {
  display: none;
}
[data-button_layout="icon"].tcb-with-icon.tcb-flip .tcb-button-icon {
  padding-left: 0;
}
.tcb-post-tags,
.tcb-post-categories,
.tcb-post-author,
.entry-author-role,
.tcb-post-comments-number {
  display: inline-block;
}
.section-background .svg-shape-bottom,
.section-background .svg-shape-top {
  position: absolute;
  left: 0;
}
.thrv_wrapper.tcb-post-author,
.thrv_wrapper.tcb-post-date,
.thrv_wrapper.tcb-post-thumbnail,
.thrv_wrapper.thrive-dynamic-list {
  margin: 0;
}
.thrv_wrapper#content,
.thrv_wrapper.tcb-post-author-picture,
.thrv_wrapper.tcb-post-thumbnail,
.thrv_wrapper.main-container {
  padding: 0;
}
.tcb-post-thumbnail img {
  box-sizing: border-box;
}
.thrive-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  font-weight: 300;
  color: #939292;
  font-size: 14px;
  padding-left: 0 !important;
  margin: 10px 0;
}
.thrive-breadcrumbs li {
  color: inherit;
  display: inline-flex;
  align-items: center;
  line-height: inherit;
}
.thrive-breadcrumbs li.thrive-breadcrumb {
  margin: 0;
  padding: 0;
}
.thrive-breadcrumbs li.thrive-breadcrumb-separator {
  cursor: default;
  justify-content: center;
  margin: 0 10px;
  padding: 0;
}
.thrive-breadcrumbs li.thrive-hidden-element {
  display: none;
}
.thrive-breadcrumbs li.thrive-breadcrumb-path {
  font-weight: inherit;
}
.thrive-breadcrumbs li.thrive-breadcrumb-leaf {
  cursor: default;
  color: #1d1d1d;
  font-weight: 400;
}
.thrive-breadcrumbs li.thrive-breadcrumb-leaf span {
  overflow: hidden;
  max-width: none;
}
.thrive-breadcrumbs li a {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.thrive-breadcrumbs li a:hover {
  text-decoration: underline;
}
.thrive-breadcrumbs[data-enable-truncate-chars="1"]
  .thrive-breadcrumb-leaf
  span {
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 80ch;
}
@media (max-width: 1023px) {
  .thrive-breadcrumbs[data-enable-truncate-chars="1"]
    .thrive-breadcrumb-leaf
    span {
    max-width: 25ch;
  }
}
.main-navigation ul {
  margin: 0;
  padding: 0;
}
.main-navigation ul:after {
  content: "";
  display: table;
  clear: both;
}
.main-navigation ul li {
  margin: 0 25px;
  float: left;
  list-style: none;
  position: relative;
}
.main-navigation ul li:hover > ul {
  display: block;
}
.main-navigation ul li a {
  text-decoration: none;
  font-size: 17px;
  color: #444;
  text-transform: uppercase;
  padding: 35px 0;
  display: inline-block;
}
.main-navigation ul.sub-menu {
  position: absolute;
  left: 0;
  top: 80%;
  display: none;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  z-index: 10;
  width: 220px;
  padding: 10px 0;
}
.main-navigation ul.sub-menu ul.sub-menu {
  top: -5px;
  left: 100%;
}
.main-navigation ul.sub-menu li {
  padding: 0 10px;
  margin: 0;
  display: block;
  float: none;
  line-height: 1.6;
}
.main-navigation ul.sub-menu li a {
  padding: 0;
  text-transform: none;
}
.main-navigation {
  clear: both;
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  left: -999em;
  position: absolute;
  top: 100%;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  padding: 10px 20px;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
@media (max-width: 767px) {
  .main-navigation ul {
    margin: 0;
    padding: 0;
  }
  .main-navigation ul:after {
    content: "";
    display: table;
    clear: both;
  }
  .main-navigation ul li {
    margin: 0 5px;
    float: left;
    list-style: none;
    position: relative;
  }
  .main-navigation ul li:hover > ul {
    display: none;
  }
  .main-navigation ul li a {
    text-decoration: none;
    font-size: 17px;
    color: #444;
    text-transform: uppercase;
    padding: 5px 0;
    display: inline-block;
  }
  .main-navigation ul.sub-menu {
    position: absolute;
    left: 0;
    top: 80%;
    display: none;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    z-index: 10;
    width: 220px;
    padding: 10px 0;
  }
  .main-navigation ul.sub-menu ul.sub-menu {
    top: -5px;
    left: 100%;
  }
  .main-navigation ul.sub-menu li {
    padding: 0 10px;
    margin: 0;
    display: block;
    float: none;
    line-height: 1.6;
  }
  .main-navigation ul.sub-menu li a {
    padding: 0;
    text-transform: none;
  }
}
.tve-cf-item {
  margin-bottom: 30px;
  box-sizing: border-box;
}
.tve-cf-submit {
  box-sizing: border-box !important;
}
span.tcb-cf-error,
input[type="text"].tcb-cf-error,
input[type="email"].tcb-cf-error,
textarea.tcb-cf-error {
  color: #fb5c55;
  border-color: #fb5c55;
}
span.tcb-cf-error {
  font-size: 13px;
}
span.tcb-cf-error {
  display: inline-block;
  padding: 10px 0;
}
.thrv-contact-form {
  width: 100%;
  box-sizing: border-box;
}
.thrv-contact-form input,
.thrv-contact-form input[type="password"],
.thrv-contact-form input[type="email"],
.thrv-contact-form input[type="url"],
.thrv-contact-form input[type="text"],
.thrv-contact-form input[type="tel"],
.thrv-contact-form select,
.thrv-contact-form textarea {
  box-sizing: border-box;
  background-color: #fff;
  padding: 19px 20px;
  border: 1px solid #000;
  line-height: 1em;
  width: 100%;
  color: #50565f;
  resize: vertical;
  outline: none;
  font-size: 17px;
}
.thrv-contact-form input:hover,
.thrv-contact-form input:focus,
.thrv-contact-form input[type="password"]:hover,
.thrv-contact-form input[type="password"]:focus,
.thrv-contact-form input[type="email"]:hover,
.thrv-contact-form input[type="email"]:focus,
.thrv-contact-form input[type="url"]:hover,
.thrv-contact-form input[type="url"]:focus,
.thrv-contact-form input[type="text"]:hover,
.thrv-contact-form input[type="text"]:focus,
.thrv-contact-form input[type="tel"]:hover,
.thrv-contact-form input[type="tel"]:focus,
.thrv-contact-form select:hover,
.thrv-contact-form select:focus,
.thrv-contact-form textarea:hover,
.thrv-contact-form textarea:focus {
  border-color: #1da5e5;
}
.theme-has-off-screen-sidebar.visible-off-screen-sidebar
  .tve-sf-overlay-container {
  width: calc(100% - var(--off-screen-sidebar-size));
}
.theme-has-off-screen-sidebar.visible-off-screen-sidebar[data-off-screen-side="left"]
  .tve-sf-overlay-container {
  left: var(--off-screen-sidebar-size);
}
.single-thrive_typography .woocommerce-store-notice {
  display: none !important;
}
body.post:not(.tve_editor_page) .thrv_contents_table:not(.tve-rendered),
body.post:not(.tve_editor_page) .tve-dynamic-toc:not(.tve-rendered),
body.page:not(.tve_editor_page) .thrv_contents_table:not(.tve-rendered),
body.page:not(.tve_editor_page) .tve-dynamic-toc:not(.tve-rendered),
body.single:not(.tve_editor_page) .thrv_contents_table:not(.tve-rendered),
body.single:not(.tve_editor_page) .tve-dynamic-toc:not(.tve-rendered) {
  display: none;
}
body.post:not(.tve_editor_page) #tve_editor .thrv_contents_table,
body.page:not(.tve_editor_page) #tve_editor .thrv_contents_table,
body.single:not(.tve_editor_page) #tve_editor .thrv_contents_table {
  display: block;
}
html {
  box-sizing: border-box;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-smooth: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: auto;
}
body {
  font-family: Arial, sans-serif;
  color: rgba(10, 10, 10, 0.85);
  font-size: 1rem;
  line-height: 1.5;
}
body:not(.defaults) {
  background: #fff;
  margin: 0;
  padding: 0;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
p,
li,
blockquote,
q,
pre,
code,
kbd,
samp {
  color: rgba(10, 10, 10, 0.85);
  font-family: Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: normal;
  font-weight: 400;
}
pre,
code,
kbd,
samp {
  font-family: "Courier New", Courier, monospace;
  font-size: 0.9rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  color: #0a0a0a;
  font-weight: 600;
  line-height: 1.4em;
  font-family: Arial, sans-serif;
  letter-spacing: normal;
}
h1.thrv_wrapper,
h2.thrv_wrapper,
h3.thrv_wrapper,
h4.thrv_wrapper,
h5.thrv_wrapper,
h6.thrv_wrapper {
  margin-bottom: 10px;
  margin-top: 10px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-size: inherit;
  line-height: inherit;
}
h1 {
  font-size: 36px;
  line-height: 1.3em;
}
h2 {
  font-size: 28px;
  line-height: 1.4em;
}
h2 a {
  color: #0a0a0a;
}
h3 {
  font-size: 24px;
  line-height: 1.4em;
}
h4 {
  font-size: 20px;
  line-height: 1.6em;
}
h5 {
  font-size: 18px;
  line-height: 1.75em;
}
h6 {
  font-size: 16px;
  line-height: 1.75em;
}
p {
  margin: 0;
  padding: 5px 0 10px 0;
}
a {
  background-color: transparent;
  color: #008fff;
  line-height: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
}
a:visited,
a:active,
a:focus,
a:hover {
  outline: 0;
}
a:hover,
a.tve-state-hover {
  text-decoration: underline;
}
pre {
  background: #eee;
  line-height: 1.6em;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
  white-space: pre-wrap;
}
blockquote,
q {
  quotes: "" "";
  padding: 5px 0 5px 20px;
  margin: 5px 0;
  border-left: 2px solid #ccc;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote > p,
q > p {
  font: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}
ul,
ol {
  margin-top: 10px;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
ul > li:not(.thrv-styled-list-item),
ol > li:not(.thrv-styled-list-item) {
  margin-bottom: 0;
  margin-left: 1.5em;
  overflow: visible !important;
}
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;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  height: auto;
  vertical-align: middle;
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  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"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table,
th,
td {
  border: 1px solid #000;
}
td,
th {
  padding: 0;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
address {
  margin: 0 0 1.5em;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
img.avatar {
  width: 100%;
}
figure {
  margin: 1em 0;
}
table {
  width: 100%;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: #e6e6e6;
  border: 1px solid #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  line-height: 20px;
  padding: 10px 20px;
}
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 #ccc;
  border-radius: 3px;
  padding: 10px;
}
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;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
@media (max-width: 1023px) {
  h3 {
    font-size: 22px;
  }
  h2 {
    font-size: 26px;
  }
  h1 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
  h1 {
    font-size: 28px;
  }
}
input[type="search"] {
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-left: 0;
  border-radius: 0;
  border-right: 0;
  box-sizing: border-box;
  -webkit-appearance: textfield;
}
ul > li span,
ol > li span {
  line-height: inherit;
}
.tcb-post-content figure[id*="attachment_"] {
  max-width: 100%;
}
.tcb-post-content .wp-block-image .alignleft,
.tcb-post-content .wp-block-image .alignright,
.tcb-post-content .wp-block-image .aligncenter,
.tcb-post-content .wp-block-image.is-resized {
  display: table;
}
.tcb-post-content p.has-small-font-size {
  font-size: 13px;
}
.tcb-post-content p.has-regular-font-size,
.tcb-post-content p.has-normal-font-size {
  font-size: 16px;
}
.tcb-post-content p.has-medium-font-size {
  font-size: 20px;
}
.tcb-post-content p.has-large-font-size {
  font-size: 36px;
}
.tcb-post-content p.has-larger-font-size,
.tcb-post-content p.has-huge-font-size {
  font-size: 42px;
}
body.theme-has-off-screen-sidebar {
  position: relative;
  transition:
    padding-left 0.42s ease-in-out,
    padding-right 0.42s ease-in-out;
}
body.theme-has-off-screen-sidebar .main-container {
  z-index: 2;
}
body.theme-has-off-screen-sidebar .sidebar-section:before {
  opacity: 0;
}
body.theme-has-off-screen-sidebar .sidebar-section .section-background {
  background-color: #fff;
}
body.theme-has-off-screen-sidebar .sidebar-section .trigger-expanded-icon {
  display: none;
}
body.theme-has-off-screen-sidebar.visible-off-screen-sidebar
  .select2-container--open {
  z-index: 9999;
}
body.theme-has-off-screen-sidebar.visible-off-screen-sidebar
  .sidebar-section:before {
  opacity: 1;
}
body.theme-has-off-screen-sidebar.visible-off-screen-sidebar
  .sidebar-section
  .trigger-collapsed-icon {
  display: none;
}
body.theme-has-off-screen-sidebar.visible-off-screen-sidebar
  .sidebar-section
  .trigger-expanded-icon {
  display: block;
}
body.theme-has-off-screen-sidebar[data-off-screen-type="push"] {
  padding-left: 0;
}
body.theme-has-off-screen-sidebar[data-off-screen-side="left"]
  .sidebar-section {
  left: calc(-1 * var(--off-screen-sidebar-size));
}
body.theme-has-off-screen-sidebar[data-off-screen-side="left"]
  .tve-off-screen-sidebar-trigger {
  left: 0;
}
body.theme-has-off-screen-sidebar[data-off-screen-side="left"].visible-off-screen-sidebar[data-off-screen-type="push"] {
  padding-left: var(--off-screen-sidebar-size);
}
body.theme-has-off-screen-sidebar[data-off-screen-side="left"].visible-off-screen-sidebar
  .sidebar-section {
  left: 0;
}
body.theme-has-off-screen-sidebar[data-off-screen-side="left"].visible-off-screen-sidebar
  .tve-off-screen-sidebar-trigger {
  left: var(--off-screen-sidebar-size);
}
body.theme-has-off-screen-sidebar[data-off-screen-type="push"] {
  padding-right: 0;
}
body.theme-has-off-screen-sidebar[data-off-screen-side="right"]
  .sidebar-section {
  right: calc(-1 * var(--off-screen-sidebar-size));
}
body.theme-has-off-screen-sidebar[data-off-screen-side="right"]
  .tve-off-screen-sidebar-trigger {
  right: 0;
}
body.theme-has-off-screen-sidebar[data-off-screen-side="right"].visible-off-screen-sidebar[data-off-screen-type="push"] {
  padding-right: var(--off-screen-sidebar-size);
}
body.theme-has-off-screen-sidebar[data-off-screen-side="right"].visible-off-screen-sidebar
  .sidebar-section {
  right: 0;
}
body.theme-has-off-screen-sidebar[data-off-screen-side="right"].visible-off-screen-sidebar
  .tve-off-screen-sidebar-trigger {
  right: var(--off-screen-sidebar-size);
}
#wrapper {
  --layout-background-width: 1080px;
  --layout-content-width: 1080px;
  --tve-off-screen-overlay-color: rgba(0, 0, 0, 0.7);
  margin: 0;
  padding: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.admin-bar #wrapper {
  min-height: calc(100vh - 32px);
}
#wrapper .hide-section {
  position: relative;
}
body:not(.thrive_show_hidden_elements) #wrapper .hide-section {
  display: none !important;
}
#wrapper .hide-section:after {
  background-image: repeating-linear-gradient(
    135deg,
    rgba(148, 163, 176, 0.2),
    rgba(148, 163, 176, 0.2) 3px,
    transparent 3px,
    transparent 6px
  ) !important;
  background-size: auto !important;
  background-attachment: scroll !important;
  background-position: 50% 50% !important;
  background-repeat: repeat !important;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
#wrapper .thrv_header .symbol-section-in,
#wrapper .thrv_footer .symbol-section-in {
  box-sizing: border-box;
  max-width: 100%;
}
#content {
  box-sizing: border-box !important;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-grow: 1;
  z-index: 2;
}
div.main-container {
  --separator-size: 40px;
  --sidebar-size: 30%;
  width: var(--layout-content-width);
  box-sizing: border-box !important;
  display: flex;
  flex-grow: 1;
  height: 100%;
  margin: 0;
  max-width: 100%;
  padding: 0;
  position: relative;
  z-index: 1;
}
div.main-container .hide-section + .main-columns-separator {
  display: none;
}
div.main-container.flip-sections .sidebar-section {
  order: 1;
}
div.main-container.flip-sections .content-section {
  order: 3;
}
.main-content-background {
  height: 100%;
  width: 1080px;
  width: var(--layout-background-width);
  max-width: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  z-index: 0;
}
.theme-section {
  flex-shrink: 1;
  position: relative;
  margin: 0;
  padding: 0;
  box-sizing: border-box !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  z-index: 1;
}
.theme-section.top-section .section-background {
  max-width: 100%;
  width: 1080px;
  width: var(--top-background-width, var(--layout-background-width, 1080px));
}
.theme-section.top-section .section-content {
  max-width: 100%;
  width: 1080px;
  width: var(--top-content-width, var(--layout-content-width, 1080px));
}
.theme-section.bottom-section .section-background {
  max-width: 100%;
  width: 1080px;
  width: var(--bottom-background-width, var(--layout-background-width, 1080px));
}
.theme-section.bottom-section .section-content {
  max-width: 100%;
  width: 1080px;
  width: var(--bottom-content-width, var(--layout-content-width, 1080px));
}
.theme-section .section-content {
  box-sizing: border-box !important;
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  width: 100%;
  max-width: 100%;
}
.theme-section .section-content::after,
.theme-section .section-content::before {
  content: "";
  display: block;
  overflow: auto;
}
.theme-section .section-background {
  box-sizing: border-box;
  height: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  z-index: 0;
}
.content-section {
  flex-grow: 1;
  order: 1;
  width: calc(70% - 10px);
  width: calc(
    100% - var(--sidebar-size) - var(--separator-size) / 2
  ) !important;
}
.content-section:first-child {
  width: 100% !important;
}
.sidebar-section {
  flex-grow: 1;
  order: 3;
  width: calc(30% - 10px);
  width: calc(var(--sidebar-size) - var(--separator-size) / 2) !important;
}
.sidebar-section.tve-sticky-sidebar {
  align-items: flex-start;
  align-self: flex-start;
  min-height: 100vh;
}
.sidebar-section.tve-is-sticky {
  position: absolute;
  z-index: 2;
}
.sidebar-section:before {
  transition: opacity 0.42s ease-in-out;
}
.sidebar-section .tve-sidebar-close-icon {
  display: none;
}
.sidebar-section .tve-off-screen-sidebar-trigger {
  display: none;
}
[data-off-screen-side="left"].theme-has-off-screen-sidebar
  .sidebar-section
  .tve-off-screen-sidebar-trigger {
  box-shadow: 1px 0 5px 0 rgba(25, 31, 40, 0.15);
}
.theme-has-off-screen-sidebar.ttb-editor-page .sidebar-section {
  transition: none;
}
.theme-has-off-screen-sidebar.ttb-editor-page
  .sidebar-section
  .tve-off-screen-sidebar-trigger {
  transition: none;
}
.theme-has-off-screen-sidebar .sidebar-section {
  display: none;
  height: 100vh;
  position: fixed !important;
  top: 0;
  transition:
    left 0.42s ease-in-out,
    right 0.42s ease-in-out;
  width: var(--off-screen-sidebar-size) !important;
  z-index: 9999 !important;
}
.theme-has-off-screen-sidebar .sidebar-section .section-content {
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(25, 31, 40, 0.2) transparent;
}
.theme-has-off-screen-sidebar
  .sidebar-section
  .section-content::-webkit-scrollbar {
  width: 5px;
}
.theme-has-off-screen-sidebar
  .sidebar-section
  .section-content::-webkit-scrollbar-thumb {
  background-color: rgba(25, 31, 40, 0.2);
  border-radius: 20px;
}
html .theme-has-off-screen-sidebar .sidebar-section .section-content {
  min-height: 100% !important;
}
.theme-has-off-screen-sidebar .sidebar-section .tve-sidebar-close-icon {
  background: transparent;
  border: 0;
  opacity: 0.8;
  position: absolute;
  display: block;
  line-height: 0;
  padding: 0;
  right: 10px;
  top: 10px;
  cursor: pointer;
  z-index: 24;
  width: auto !important;
  height: auto !important;
}
.theme-has-off-screen-sidebar .sidebar-section .tve-sidebar-close-icon:hover {
  opacity: 1;
}
.theme-has-off-screen-sidebar
  .sidebar-section.theme-has-off-screen-overlay:before {
  content: "";
  position: fixed;
  background: var(--tve-off-screen-overlay-color);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.theme-has-off-screen-sidebar
  .sidebar-section[data-trigger-position="top"]
  .tve-off-screen-sidebar-trigger {
  top: 0;
}
.theme-has-off-screen-sidebar
  .sidebar-section[data-trigger-position="center"]
  .tve-off-screen-sidebar-trigger {
  top: 50%;
}
.theme-has-off-screen-sidebar
  .sidebar-section[data-trigger-position="bottom"]
  .tve-off-screen-sidebar-trigger {
  bottom: 0;
}
.theme-has-off-screen-sidebar .sidebar-section .tve-off-screen-sidebar-trigger {
  background-color: #f1f1f1;
  border: 1px solid #e3e3e3;
  cursor: pointer;
  line-height: 1;
  position: fixed;
  min-height: 42px;
  min-width: 18px;
  transition:
    left 0.42s ease-in-out,
    right 0.42s ease-in-out;
  z-index: 2;
  display: flex;
  align-items: center;
  padding-left: 2px;
  padding-right: 2px;
  box-shadow: -1px 0 5px 0 rgba(25, 31, 40, 0.15);
}
.sidebar-section.sidebar-off-screen-on-desktop {
  display: none;
}
@media (max-width: 1023px) {
  .sidebar-section.sidebar-off-screen-on-desktop:not(
      .sidebar-off-screen-on-tablet
    ) {
    display: flex;
  }
}
@media (max-width: 767px) {
  .sidebar-section.sidebar-off-screen-on-desktop:not(
      .sidebar-off-screen-on-mobile
    ) {
    display: flex;
  }
}
@media (max-width: 1023px) {
  .sidebar-section.sidebar-off-screen-on-tablet {
    display: none;
  }
}
@media (max-width: 767px) {
  .sidebar-section.sidebar-off-screen-on-tablet {
    display: none;
  }
  .sidebar-section.sidebar-off-screen-on-tablet:not(
      .sidebar-off-screen-on-mobile
    ) {
    display: flex;
  }
}
@media (max-width: 767px) {
  .sidebar-section.sidebar-off-screen-on-mobile {
    display: none;
  }
}
.main-columns-separator {
  width: 20px;
  width: var(--separator-size);
  height: 20px;
  height: var(--separator-size);
  order: 2;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .main-columns-separator {
    display: none;
  }
}
[class*="sidebar-off-screen-on-"] + .main-columns-separator {
  display: none;
}
.theme-has-off-screen-sidebar .main-columns-separator {
  display: none;
}
body:not(.tve_lp):not(.single-tcb_symbol) .thrv_header .symbol-section-out {
  margin: auto;
  right: 0;
  left: 0;
  max-width: 100% !important;
  width: 1080px;
  width: var(--header-background-width, var(--layout-background-width));
}
body:not(.tve_lp):not(.single-tcb_symbol) .thrv_header .symbol-section-in {
  max-width: 100% !important;
  width: 1080px;
  width: var(--header-content-width, var(--layout-content-width));
}
body:not(.tve_lp):not(.single-tcb_symbol) .thrv_header.thrv_wrapper {
  padding: 0;
}
body:not(.tve_lp):not(.single-tcb_symbol) .thrv_footer .symbol-section-out {
  margin: auto;
  right: 0;
  left: 0;
  max-width: 100% !important;
  width: 1080px;
  width: var(--footer-background-width, var(--layout-background-width));
}
body:not(.tve_lp):not(.single-tcb_symbol) .thrv_footer .symbol-section-in {
  max-width: 100% !important;
  width: 1080px;
  width: var(--footer-content-width, var(--layout-content-width));
}
body:not(.tve_lp):not(.single-tcb_symbol) .thrv_footer.thrv_wrapper {
  padding: 0;
}
.gallery.gallery-columns-1 .gallery-item {
  width: calc(100% / 1);
}
.gallery.gallery-columns-1 .gallery-item:nth-child(1n + 1) {
  clear: left;
}
.gallery.gallery-columns-2 .gallery-item {
  width: calc(100% / 2);
}
.gallery.gallery-columns-2 .gallery-item:nth-child(2n + 1) {
  clear: left;
}
.gallery.gallery-columns-3 .gallery-item {
  width: calc(100% / 3);
}
.gallery.gallery-columns-3 .gallery-item:nth-child(3n + 1) {
  clear: left;
}
.gallery.gallery-columns-4 .gallery-item {
  width: calc(100% / 4);
}
.gallery.gallery-columns-4 .gallery-item:nth-child(4n + 1) {
  clear: left;
}
.gallery.gallery-columns-5 .gallery-item {
  width: calc(100% / 5);
}
.gallery.gallery-columns-5 .gallery-item:nth-child(5n + 1) {
  clear: left;
}
.gallery.gallery-columns-6 .gallery-item {
  width: calc(100% / 6);
}
.gallery.gallery-columns-6 .gallery-item:nth-child(6n + 1) {
  clear: left;
}
.gallery.gallery-columns-7 .gallery-item {
  width: calc(100% / 7);
}
.gallery.gallery-columns-7 .gallery-item:nth-child(7n + 1) {
  clear: left;
}
.gallery.gallery-columns-8 .gallery-item {
  width: calc(100% / 8);
}
.gallery.gallery-columns-8 .gallery-item:nth-child(8n + 1) {
  clear: left;
}
.gallery.gallery-columns-9 .gallery-item {
  width: calc(100% / 9);
}
.gallery.gallery-columns-9 .gallery-item:nth-child(9n + 1) {
  clear: left;
}
.gallery .gallery-item {
  float: left;
  margin: 10px 0;
  text-align: center;
}
.gallery .gallery-item .gallery-icon,
.gallery .gallery-item .gallery-caption {
  display: inline-block;
}
.gallery .gallery-item .gallery-caption {
  color: #757575;
  display: block;
  font-size: 12px;
  font-style: italic;
  line-height: 2;
  margin: 10px 0 15px;
}
.gallery .gallery-item img {
  border: 2px solid #cfcfcf;
  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  height: auto;
  max-width: 90%;
  padding: 5%;
}
.gallery:after {
  clear: both;
  content: "";
  display: table;
}
.tve-sidebar-close-icon {
  outline: 0;
}
@media (max-width: 767px) {
  .main-container {
    flex-wrap: wrap;
  }
  .main-container > .theme-section {
    min-width: 100%;
  }
}
@media (min-width: 300px) {
  .tve-theme-1154 .content-section .section-content {
    padding: 0px !important;
    min-height: 650px !important;
  }
  .tve-theme-1154 #content {
    padding: 0px !important;
  }
  .tve-theme-1154 .bottom-section [data-css="tve-u-16ecb84bb2b"] {
    margin-left: -20px;
    padding: 0px !important;
  }
  .tve-theme-1154 .bottom-section [data-css="tve-u-16ecb84bb2a"] {
    margin: 0 0 15px !important;
    background-color: transparent !important;
  }
  :not(#tve) .tve-theme-1154 .bottom-section [data-css="tve-u-16ecb84bb2a"] p,
  :not(#tve) .tve-theme-1154 .bottom-section [data-css="tve-u-16ecb84bb2a"] li,
  :not(#tve)
    .tve-theme-1154
    .bottom-section
    [data-css="tve-u-16ecb84bb2a"]
    blockquote,
  :not(#tve)
    .tve-theme-1154
    .bottom-section
    [data-css="tve-u-16ecb84bb2a"]
    address,
  :not(#tve)
    .tve-theme-1154
    .bottom-section
    [data-css="tve-u-16ecb84bb2a"]
    .tcb-plain-text,
  :not(#tve)
    .tve-theme-1154
    .bottom-section
    [data-css="tve-u-16ecb84bb2a"]
    label {
    font-style: normal;
  }
  .tve-theme-1154 .bottom-section [data-css="tve-u-16ecb84bb2a"] p {
    padding: 0px !important;
    margin: 0px !important;
  }
  .tve-theme-1154 .bottom-section [data-css="tve-u-16ecb84bb2a"] h3 {
    padding: 0px !important;
    margin: 0px !important;
  }
  .tve-theme-1154
    .bottom-section
    [data-css="tve-u-16ecb84bb2b"]
    > .tcb-flex-col {
    padding-left: 20px;
  }
  .tve-theme-1154 .bottom-section [data-css="tve-u-16e8d0bd13f"] {
    text-align: center;
    padding: 0px !important;
    background-image: none !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1154 .bottom-section [data-css="tve-u-16ecb84bb26"] {
    padding: 0 20px 20px !important;
    margin: 0px !important;
  }
  .tve-theme-1154 .bottom-section [data-css="tve-u-16ecb84bb27"] {
    border-bottom-left-radius: 6px;
    overflow: hidden;
    border-bottom-right-radius: 6px;
    background-color: transparent !important;
    background-image: none !important;
  }
  :not(#tve)
    .tve-theme-1154
    .bottom-section
    .thrv-content-box
    [data-css="tve-u-16ecb84bb29"]
    p,
  :not(#tve)
    .tve-theme-1154
    .bottom-section
    .thrv-content-box
    [data-css="tve-u-16ecb84bb29"]
    li,
  :not(#tve)
    .tve-theme-1154
    .bottom-section
    .thrv-content-box
    [data-css="tve-u-16ecb84bb29"]
    blockquote,
  :not(#tve)
    .tve-theme-1154
    .bottom-section
    .thrv-content-box
    [data-css="tve-u-16ecb84bb29"]
    address,
  :not(#tve)
    .tve-theme-1154
    .bottom-section
    .thrv-content-box
    [data-css="tve-u-16ecb84bb29"]
    .tcb-plain-text,
  :not(#tve)
    .tve-theme-1154
    .bottom-section
    .thrv-content-box
    [data-css="tve-u-16ecb84bb29"]
    label,
  :not(#tve)
    .tve-theme-1154
    .bottom-section
    .thrv-content-box
    [data-css="tve-u-16ecb84bb29"]
    h1,
  :not(#tve)
    .tve-theme-1154
    .bottom-section
    .thrv-content-box
    [data-css="tve-u-16ecb84bb29"]
    h2,
  :not(#tve)
    .tve-theme-1154
    .bottom-section
    .thrv-content-box
    [data-css="tve-u-16ecb84bb29"]
    h3,
  :not(#tve)
    .tve-theme-1154
    .bottom-section
    .thrv-content-box
    [data-css="tve-u-16ecb84bb29"]
    h4,
  :not(#tve)
    .tve-theme-1154
    .bottom-section
    .thrv-content-box
    [data-css="tve-u-16ecb84bb29"]
    h5,
  :not(#tve)
    .tve-theme-1154
    .bottom-section
    .thrv-content-box
    [data-css="tve-u-16ecb84bb29"]
    h6 {
    color: var(--tcb-skin-color-4);
    --tcb-applied-color: var$(--tcb-skin-color-4);
  }
  .tve-theme-1154 .bottom-section [data-css="tve-u-16ecb84bb3b"] {
    padding: 0px !important;
    margin-bottom: 10px !important;
  }
  .tve-theme-1154 .bottom-section [data-css="tve-u-16ecb84bb3d"] {
    --tcb-applied-color: rgba(0, 0, 0, 0.5);
  }
  .tve-theme-1154 .bottom-section [data-css="tve-u-16ecb84bb3e"] {
    padding: 0px !important;
  }
  .tve-theme-1154 .bottom-section [data-css="tve-u-16ecb84bb35"] {
    font-size: 22px;
    width: 22px;
    height: 22px;
    float: none;
    padding: 5px !important;
    margin: 0 auto !important;
  }
  .tve-theme-1154 .bottom-section [data-css="tve-u-16ecb84bb2f"] {
    float: none;
    z-index: 3;
    position: relative;
    min-width: 219px;
    margin: 0 auto !important;
    padding: 6px !important;
  }
  .tve-theme-1154 .bottom-section [data-css="tve-u-16ecb84bb31"] {
    padding: 0px !important;
  }
  .tve-theme-1154 .bottom-section [data-css="tve-u-16ecb84bb30"] {
    margin: 0px !important;
  }
  .tve-theme-1154 .bottom-section [data-css="tve-u-16ecb84bb32"] {
    font-size: 22px;
    width: 22px;
    height: 22px;
    float: none;
    padding: 5px !important;
    margin: 0 auto !important;
  }
  .tve-theme-1154 .bottom-section [data-css="tve-u-16ecb84bb33"] {
    font-size: 22px;
    width: 22px;
    height: 22px;
    float: none;
    padding: 5px !important;
    margin: 0 auto !important;
  }
  .tve-theme-1154 .bottom-section [data-css="tve-u-16ecb84bb34"] {
    font-size: 22px;
    width: 22px;
    height: 22px;
    float: none;
    padding: 5px !important;
    margin: 0 auto !important;
  }
  :not(#tve)
    .tve-theme-1154
    .bottom-section
    [data-css="tve-u-16ecb84bb32"]
    > :first-child {
    color: var(--tcb-skin-color-4);
  }
  :not(#tve)
    .tve-theme-1154
    .bottom-section
    [data-css="tve-u-16ecb84bb33"]
    > :first-child {
    color: var(--tcb-skin-color-4);
  }
  :not(#tve)
    .tve-theme-1154
    .bottom-section
    [data-css="tve-u-16ecb84bb34"]
    > :first-child {
    color: var(--tcb-skin-color-4);
  }
  :not(#tve)
    .tve-theme-1154
    .bottom-section
    [data-css="tve-u-16ecb84bb35"]
    > :first-child {
    color: var(--tcb-skin-color-4);
  }
  .tve-theme-1154
    .bottom-section
    [data-css="tve-u-16ecb84bb2b"]
    > .tcb-flex-col
    > .tcb-col {
    justify-content: center;
  }
  :not(#tve)
    .tve-theme-1154
    .bottom-section
    [data-css="tve-u-16ecb84bb32"]:hover
    > :first-child {
    color: var(--tcb-skin-color-3) !important;
  }
  :not(#tve) .tve-theme-1154 .bottom-section [data-css="tve-u-16ecb84bb3c"] {
    --tcb-applied-color: var$(--tcb-skin-color-3);
    letter-spacing: 2px;
    color: var(--tcb-skin-color-3) !important;
    text-transform: none !important;
    font-weight: var(--g-bold-weight, bold) !important;
    font-size: 22px !important;
    padding-bottom: 20px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1154 .bottom-section [data-css="tve-u-16ecb857f33"] {
    background-image: url(https://secure.gravatar.com/avatar/1a93fd7ce8b90dcf7ee3358d5e17f66e?s=256&d=mm&r=g&dynamic_author=1) !important;
    background-size: cover !important;
    background-position: 50% 50% !important;
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
  }
  .tve-theme-1154 .bottom-section [data-css="tve-u-16ecb85991f"] {
    width: 320px;
    float: none;
    padding: 0px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .tve-theme-1154 .bottom-section [data-css="tve-u-16ecb85ac30"] {
    height: 370px !important;
  }
  .tve-theme-1154 .bottom-section [data-css="tve-u-16ecb883718"] {
    height: 253px;
    top: 0;
    transform: rotate(180deg);
  }
  :not(#tve) .tve-theme-1154 .bottom-section [data-css="tve-u-16ecb8b9f08"] {
    --tcb-applied-color: rgba(0, 0, 0, 0.16);
    --g-regular-weight: 200;
    --g-bold-weight: 600;
    font-size: 80px !important;
    line-height: 1em !important;
    color: rgba(0, 0, 0, 0.16) !important;
    font-family: Muli !important;
    font-weight: var(--g-regular-weight, normal) !important;
    padding-bottom: 35px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1154 .bottom-section [data-css="tve-u-16ecb8c4f33"] {
    text-align: left;
  }
  .tve-theme-1154 .bottom-section [data-css="tve-u-16ecb8ccc4d"] {
    padding: 0px !important;
  }
  .tve-theme-1154 .bottom-section [data-css="tve-u-16ecb8dd69b"] {
    padding: 0px !important;
    margin-bottom: 20px !important;
  }
  :not(#tve) .tve-theme-1154 .bottom-section [data-css="tve-u-16ecb8de870"] {
    letter-spacing: 3px;
    text-transform: uppercase !important;
    font-size: 14px !important;
  }
  :not(#tve)
    .tve-theme-1154
    .bottom-section
    [data-css="tve-u-16ecb84bb33"]:hover
    > :first-child {
    color: var(--tcb-skin-color-3) !important;
  }
  :not(#tve)
    .tve-theme-1154
    .bottom-section
    [data-css="tve-u-16ecb84bb34"]:hover
    > :first-child {
    color: var(--tcb-skin-color-3) !important;
  }
  :not(#tve)
    .tve-theme-1154
    .bottom-section
    [data-css="tve-u-16ecb84bb35"]:hover
    > :first-child {
    color: var(--tcb-skin-color-3) !important;
  }
  .tve-theme-1154 .bottom-section .section-background {
    background-color: var(--tcb-skin-color-0) !important;
    background-image: linear-gradient(
      rgba(255, 255, 255, 0.8),
      rgba(255, 255, 255, 0.8)
    ) !important;
    background-size: auto !important;
    background-position: 50% 50% !important;
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
  }
  .tve-theme-1154 .top-section .section-background {
    width: 100% !important;
    background-color: var(--tcb-skin-color-9) !important;
  }
  .tve-theme-1154 .top-section .section-content {
    text-align: center;
    width: 100% !important;
    min-height: 377px !important;
    padding: 40px 0 0px !important;
  }
  .tve-theme-1154 .top-section [data-css="tve-u-16ef9f82fc4"] {
    background-image: url(/wp-content/uploads/thrive-theme/images/Team_top-img-6.jpg) !important;
    background-size: cover !important;
    background-position: 50% 50% !important;
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
  }
  .tve-theme-1154 .top-section [data-css="tve-u-16ef9f85b00"] {
    margin: 0px !important;
    padding: 0px !important;
  }
  .tve-theme-1154 .top-section [data-css="tve-u-16ef9f87900"] {
    min-height: 480px !important;
  }
  .tve-theme-1154 .top-section [data-css="tve-u-16ef9f91104"] {
    float: none;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0px !important;
    margin-bottom: 30px !important;
  }
  :not(#tve) .tve-theme-1154 .top-section [data-css="tve-u-16ef9f9350c"] {
    --tcb-applied-color: var$(--tcb-skin-color-4);
    color: var(--tcb-skin-color-4) !important;
    font-size: 40px !important;
  }
  :not(#tve) .tve-theme-1154 .top-section [data-css="tve-u-16ef9f9bbc8"] {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1154 .top-section [data-css="tve-u-16ef9f9d128"] {
    float: none;
    padding: 0px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 40px !important;
  }
  .tve-theme-1154 .top-section [data-css="tve-u-16ef9fb90db"] .tcb-button-link {
    background-color: var(--tcb-skin-color-0) !important;
    padding: 26px !important;
  }
  .tve-theme-1154 .top-section [data-css="tve-u-16ef9fb90db"] {
    float: none;
    position: relative;
    margin: 0 auto -37px !important;
    z-index: 12 !important;
  }
  :not(#tve)
    .tve-theme-1154
    .top-section
    [data-css="tve-u-16ef9fb90db"]
    .tcb-button-link {
    line-height: 1.2em;
    font-size: 18px;
  }
  :not(#tve)
    .tve-theme-1154
    .top-section
    [data-css="tve-u-16ef9fb90db"]:hover
    .tcb-button-link {
    background-color: var(--tcb-skin-color-3) !important;
  }
  .tve-theme-1154 .top-section [data-css="tve-u-16efa00ea59"] {
    height: 18px;
    top: 0;
    transform: rotate(180deg);
    fill: var(--tcb-skin-color-9);
  }
  .tve-theme-1154 .top-section [data-css="tve-u-16efa024586"] {
    float: none;
    max-width: 750px;
    margin: 0 auto !important;
    padding: 1px !important;
  }
  .tve-theme-1154 #wrapper {
    --header-background-width: 100%;
    --footer-background-width: 100%;
  }
  :not(#layout) .tve-theme-1154 #wrapper {
    --layout-content-width: 1080px;
    --layout-background-width: 1080px;
  }
  .tve-theme-1154 .content-section [data-css="tve-u-175392d94e7"] {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .tve-theme-1157 .content-section .section-content {
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding: 20px 10px !important;
    min-height: 600px !important;
  }
  .tve-theme-1157 .top-section .section-background {
    width: 100% !important;
    background-image: none !important;
    background-color: transparent !important;
  }
  .tve-theme-1157 #content {
    padding: 0px !important;
  }
  .tve-theme-1157 .bottom-section [data-css="tve-u-16ecb84bb2b"] {
    margin-left: -20px;
    padding: 0px !important;
  }
  .tve-theme-1157 .bottom-section [data-css="tve-u-16ecb84bb2a"] {
    margin: 0 0 15px !important;
    background-color: transparent !important;
  }
  :not(#tve) .tve-theme-1157 .bottom-section [data-css="tve-u-16ecb84bb2a"] p,
  :not(#tve) .tve-theme-1157 .bottom-section [data-css="tve-u-16ecb84bb2a"] li,
  :not(#tve)
    .tve-theme-1157
    .bottom-section
    [data-css="tve-u-16ecb84bb2a"]
    blockquote,
  :not(#tve)
    .tve-theme-1157
    .bottom-section
    [data-css="tve-u-16ecb84bb2a"]
    address,
  :not(#tve)
    .tve-theme-1157
    .bottom-section
    [data-css="tve-u-16ecb84bb2a"]
    .tcb-plain-text,
  :not(#tve)
    .tve-theme-1157
    .bottom-section
    [data-css="tve-u-16ecb84bb2a"]
    label {
    font-style: normal;
  }
  .tve-theme-1157 .bottom-section [data-css="tve-u-16ecb84bb2a"] p {
    padding: 0px !important;
    margin: 0px !important;
  }
  .tve-theme-1157 .bottom-section [data-css="tve-u-16ecb84bb2a"] h3 {
    padding: 0px !important;
    margin: 0px !important;
  }
  .tve-theme-1157
    .bottom-section
    [data-css="tve-u-16ecb84bb2b"]
    > .tcb-flex-col {
    padding-left: 20px;
  }
  .tve-theme-1157 .bottom-section [data-css="tve-u-16e8d0bd13f"] {
    text-align: center;
    padding: 0px !important;
    background-image: none !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1157 .bottom-section [data-css="tve-u-16ecb84bb26"] {
    padding: 0 20px 20px !important;
    margin: 0px !important;
  }
  .tve-theme-1157 .bottom-section [data-css="tve-u-16ecb84bb27"] {
    border-bottom-left-radius: 6px;
    overflow: hidden;
    border-bottom-right-radius: 6px;
    background-color: transparent !important;
    background-image: none !important;
  }
  :not(#tve)
    .tve-theme-1157
    .bottom-section
    .thrv-content-box
    [data-css="tve-u-16ecb84bb29"]
    p,
  :not(#tve)
    .tve-theme-1157
    .bottom-section
    .thrv-content-box
    [data-css="tve-u-16ecb84bb29"]
    li,
  :not(#tve)
    .tve-theme-1157
    .bottom-section
    .thrv-content-box
    [data-css="tve-u-16ecb84bb29"]
    blockquote,
  :not(#tve)
    .tve-theme-1157
    .bottom-section
    .thrv-content-box
    [data-css="tve-u-16ecb84bb29"]
    address,
  :not(#tve)
    .tve-theme-1157
    .bottom-section
    .thrv-content-box
    [data-css="tve-u-16ecb84bb29"]
    .tcb-plain-text,
  :not(#tve)
    .tve-theme-1157
    .bottom-section
    .thrv-content-box
    [data-css="tve-u-16ecb84bb29"]
    label,
  :not(#tve)
    .tve-theme-1157
    .bottom-section
    .thrv-content-box
    [data-css="tve-u-16ecb84bb29"]
    h1,
  :not(#tve)
    .tve-theme-1157
    .bottom-section
    .thrv-content-box
    [data-css="tve-u-16ecb84bb29"]
    h2,
  :not(#tve)
    .tve-theme-1157
    .bottom-section
    .thrv-content-box
    [data-css="tve-u-16ecb84bb29"]
    h3,
  :not(#tve)
    .tve-theme-1157
    .bottom-section
    .thrv-content-box
    [data-css="tve-u-16ecb84bb29"]
    h4,
  :not(#tve)
    .tve-theme-1157
    .bottom-section
    .thrv-content-box
    [data-css="tve-u-16ecb84bb29"]
    h5,
  :not(#tve)
    .tve-theme-1157
    .bottom-section
    .thrv-content-box
    [data-css="tve-u-16ecb84bb29"]
    h6 {
    color: var(--tcb-skin-color-4);
    --tcb-applied-color: var$(--tcb-skin-color-4);
  }
  .tve-theme-1157 .bottom-section [data-css="tve-u-16ecb84bb3b"] {
    padding: 0px !important;
    margin-bottom: 10px !important;
  }
  .tve-theme-1157 .bottom-section [data-css="tve-u-16ecb84bb3d"] {
    --tcb-applied-color: rgba(0, 0, 0, 0.5);
  }
  .tve-theme-1157 .bottom-section [data-css="tve-u-16ecb84bb3e"] {
    padding: 0px !important;
  }
  .tve-theme-1157 .bottom-section [data-css="tve-u-16ecb84bb35"] {
    font-size: 22px;
    width: 22px;
    height: 22px;
    float: none;
    padding: 5px !important;
    margin: 0 auto !important;
  }
  .tve-theme-1157 .bottom-section [data-css="tve-u-16ecb84bb2f"] {
    float: none;
    z-index: 3;
    position: relative;
    min-width: 219px;
    margin: 0 auto !important;
    padding: 6px !important;
  }
  .tve-theme-1157 .bottom-section [data-css="tve-u-16ecb84bb31"] {
    padding: 0px !important;
  }
  .tve-theme-1157 .bottom-section [data-css="tve-u-16ecb84bb30"] {
    margin: 0px !important;
  }
  .tve-theme-1157 .bottom-section [data-css="tve-u-16ecb84bb32"] {
    font-size: 22px;
    width: 22px;
    height: 22px;
    float: none;
    padding: 5px !important;
    margin: 0 auto !important;
  }
  .tve-theme-1157 .bottom-section [data-css="tve-u-16ecb84bb33"] {
    font-size: 22px;
    width: 22px;
    height: 22px;
    float: none;
    padding: 5px !important;
    margin: 0 auto !important;
  }
  .tve-theme-1157 .bottom-section [data-css="tve-u-16ecb84bb34"] {
    font-size: 22px;
    width: 22px;
    height: 22px;
    float: none;
    padding: 5px !important;
    margin: 0 auto !important;
  }
  :not(#tve)
    .tve-theme-1157
    .bottom-section
    [data-css="tve-u-16ecb84bb32"]
    > :first-child {
    color: var(--tcb-skin-color-4);
  }
  :not(#tve)
    .tve-theme-1157
    .bottom-section
    [data-css="tve-u-16ecb84bb33"]
    > :first-child {
    color: var(--tcb-skin-color-4);
  }
  :not(#tve)
    .tve-theme-1157
    .bottom-section
    [data-css="tve-u-16ecb84bb34"]
    > :first-child {
    color: var(--tcb-skin-color-4);
  }
  :not(#tve)
    .tve-theme-1157
    .bottom-section
    [data-css="tve-u-16ecb84bb35"]
    > :first-child {
    color: var(--tcb-skin-color-4);
  }
  .tve-theme-1157
    .bottom-section
    [data-css="tve-u-16ecb84bb2b"]
    > .tcb-flex-col
    > .tcb-col {
    justify-content: center;
  }
  :not(#tve)
    .tve-theme-1157
    .bottom-section
    [data-css="tve-u-16ecb84bb32"]:hover
    > :first-child {
    color: var(--tcb-skin-color-3) !important;
  }
  :not(#tve) .tve-theme-1157 .bottom-section [data-css="tve-u-16ecb84bb3c"] {
    --tcb-applied-color: var$(--tcb-skin-color-3);
    letter-spacing: 2px;
    color: var(--tcb-skin-color-3) !important;
    text-transform: none !important;
    font-weight: var(--g-bold-weight, bold) !important;
    font-size: 22px !important;
    padding-bottom: 20px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1157 .bottom-section [data-css="tve-u-16ecb857f33"] {
    background-image: url(/wp-content/uploads/thrive-theme/images/author_image.png?dynamic_author=1) !important;
    background-size: cover !important;
    background-position: 50% 50% !important;
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
  }
  .tve-theme-1157 .bottom-section [data-css="tve-u-16ecb85991f"] {
    width: 320px;
    float: none;
    padding: 0px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .tve-theme-1157 .bottom-section [data-css="tve-u-16ecb85ac30"] {
    height: 370px !important;
  }
  .tve-theme-1157 .bottom-section [data-css="tve-u-16ecb883718"] {
    height: 253px;
    top: 0;
    transform: rotate(180deg);
  }
  :not(#tve) .tve-theme-1157 .bottom-section [data-css="tve-u-16ecb8b9f08"] {
    --tcb-applied-color: rgba(0, 0, 0, 0.16);
    --g-regular-weight: 200;
    --g-bold-weight: 600;
    font-size: 80px !important;
    line-height: 1em !important;
    color: rgba(0, 0, 0, 0.16) !important;
    font-family: Muli !important;
    font-weight: var(--g-regular-weight, normal) !important;
    padding-bottom: 35px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1157 .bottom-section [data-css="tve-u-16ecb8c4f33"] {
    text-align: left;
  }
  .tve-theme-1157 .bottom-section [data-css="tve-u-16ecb8ccc4d"] {
    padding: 0px !important;
  }
  .tve-theme-1157 .bottom-section [data-css="tve-u-16ecb8dd69b"] {
    padding: 0px !important;
    margin-bottom: 20px !important;
  }
  :not(#tve) .tve-theme-1157 .bottom-section [data-css="tve-u-16ecb8de870"] {
    letter-spacing: 3px;
    text-transform: uppercase !important;
    font-size: 14px !important;
  }
  :not(#tve)
    .tve-theme-1157
    .bottom-section
    [data-css="tve-u-16ecb84bb33"]:hover
    > :first-child {
    color: var(--tcb-skin-color-3) !important;
  }
  :not(#tve)
    .tve-theme-1157
    .bottom-section
    [data-css="tve-u-16ecb84bb34"]:hover
    > :first-child {
    color: var(--tcb-skin-color-3) !important;
  }
  :not(#tve)
    .tve-theme-1157
    .bottom-section
    [data-css="tve-u-16ecb84bb35"]:hover
    > :first-child {
    color: var(--tcb-skin-color-3) !important;
  }
  .tve-theme-1157 .bottom-section .section-background {
    background-color: var(--tcb-skin-color-0) !important;
    background-image: linear-gradient(
      rgba(255, 255, 255, 0.8),
      rgba(255, 255, 255, 0.8)
    ) !important;
    background-size: auto !important;
    background-position: 50% 50% !important;
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
  }
  .tve-theme-1157 .top-section .section-content {
    justify-content: center;
    display: flex;
    flex-direction: column;
    min-height: 131px !important;
    padding: 20px !important;
  }
  :not(#tve) .tve-theme-1157 .content-section [data-css="tve-u-16ed08c8eaa"] {
    --tcb-applied-color: var$(--tcb-skin-color-3);
    color: rgb(5, 5, 65) !important;
    font-weight: var(--g-bold-weight, bold) !important;
    font-size: 32px !important;
  }
  .tve-theme-1157 .content-section [data-css="tve-u-16ed08ce675"] {
    padding: 0px !important;
    margin-bottom: 30px !important;
  }
  .tve-theme-1157 .content-section [data-css="tve-u-16ed091ce22"] {
    padding: 0px !important;
    margin-bottom: 20px !important;
  }
  :not(#tve) .tve-theme-1157 .content-section [data-css="tve-u-16ed0ae5266"] {
    font-size: 16px !important;
    padding-top: 0px !important;
    margin-top: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1157 .content-section [data-css="tve-u-16eff785751"] {
    color: var(--tcb-skin-color-0) !important;
  }
  .tve-theme-1157 .content-section [data-css="tve-u-16eff79dd19"] {
    width: 375px;
    float: none;
    margin: 0 auto !important;
  }
  .tve-theme-1157 .content-section [data-css="tve-u-16eff79dd1c"] {
    margin-top: 0;
    margin-left: 0;
  }
  .tve-theme-1157 .main-container {
    background-color: transparent !important;
    padding: 20px 10px !important;
  }
  .tve-theme-1157
    .content-section
    [data-css="tve-u-16eff810185"]
    > .tcb-flex-col
    > .tcb-col {
    justify-content: center;
  }
  .tve-theme-1157 #content .main-content-background {
    background-color: transparent !important;
  }
  :not(#tve)
    .tve-theme-1157
    .content-section
    [data-css="tve-u-16eff83a887"]
    input {
    border: none;
    border-radius: 0;
    overflow: hidden;
    color: rgba(0, 0, 0, 0.6);
    --tcb-applied-color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
  }
  .tve-theme-1157 .content-section [data-css="tve-u-16ea67081c1"] {
    border-radius: 0;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.22);
    padding: 5px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  :not(#tve)
    .tve-theme-1157
    .content-section
    [data-css="tve-u-16eff83a885"]
    button {
    border-radius: 0;
    overflow: hidden;
    border-color: rgb(132, 132, 132);
    font-size: 16px;
    letter-spacing: 1px;
    background-image: none !important;
    background-color: var(--tcb-skin-color-0) !important;
    padding: 12px !important;
  }
  :not(#tve)
    .tve-theme-1157
    .content-section
    [data-css="tve-u-16eff83a885"]:hover
    button {
    background-color: var(--tcb-skin-color-0) !important;
    background-image: linear-gradient(
      rgba(255, 255, 255, 0.06),
      rgba(255, 255, 255, 0.06)
    ) !important;
    background-size: auto !important;
    background-position: 50% 50% !important;
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
  }
  .tve-theme-1157 .content-section [data-css="tve-u-16eff83a886"] {
    float: left;
    z-index: 3;
    position: relative;
    top: 0;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .tve-theme-1157 .content-section [data-css="tve-u-16eff83a887"] input {
    letter-spacing: 1px;
    background-color: transparent !important;
    padding: 12px !important;
  }
  :not(#tve)
    .tve-theme-1157
    .content-section
    [data-css="tve-u-16eff83a887"]:hover
    input {
    color: rgb(20, 20, 20) !important;
    --tcb-applied-color: rgb(20, 20, 20) !important;
  }
  .tve-theme-1157 .content-section [data-css="tve-u-16eff851c70"] {
    text-align: center;
    padding: 40px !important;
  }
  .tve-theme-1157 .content-section [data-css="tve-u-16eff810185"] {
    padding: 0px !important;
  }
  .tve-theme-1157 .content-section [data-css="tve-u-16eff85bbea"] {
    margin: 0px !important;
  }
  .tve-theme-1157 #wrapper {
    --footer-background-width: 100%;
    --header-background-width: 100%;
  }
  .tve-theme-1159 .main-container {
    padding: 20px 10px !important;
  }
  .tve-theme-1159 #wrapper {
    --header-background-width: 100%;
    --top-background-width: 100%;
    --footer-background-width: 100%;
    --bottom-background-width: 100%;
    --bottom-content-width: 100%;
  }
  :not(#layout) .tve-theme-1159 .main-container {
    --separator-size: 50px;
  }
  .tve-theme-1159 .bottom-section .section-background {
    background-image: none !important;
    background-color: rgb(247, 247, 247) !important;
  }
  .tve-theme-1159 .bottom-section .section-content {
    justify-content: center;
    display: flex;
    flex-direction: column;
    min-height: 1px !important;
    padding: 40px 20px !important;
  }
  .tve-theme-1159 .bottom-section [data-css="tve-u-16eccd9c6d3"] {
    padding: 0px !important;
    margin-bottom: 40px !important;
  }
  .tve-theme-1159 .bottom-section [data-css="tve-u-170773f37a2"] {
    --tve-font-weight: var(--g-regular-weight, normal);
    --tve-font-family: Muli;
    --g-bold-weight: 600;
    --g-regular-weight: 400;
    --tve-color: var(--tcb-skin-color-5);
    --tve-font-size: 14px;
    margin-bottom: 5px !important;
  }
  :not(#tve) .tve-theme-1159 .bottom-section [data-css="tve-u-170773f37a2"] {
    font-family: var(--tve-font-family, Muli);
    --tcb-applied-color: var$(--tcb-skin-color-5);
    color: var(--tve-color, var(--tcb-skin-color-5)) !important;
    font-weight: var(
      --tve-font-weight,
      var(--g-regular-weight, normal)
    ) !important;
    font-size: var(--tve-font-size, 14px) !important;
  }
  :not(#tve)
    .tve-theme-1159
    .bottom-section
    [data-css="tve-u-170773f37a5"]:hover
    input,
  :not(#tve)
    .tve-theme-1159
    .bottom-section
    [data-css="tve-u-170773f37a5"]:hover
    textarea {
    background-image: none !important;
    border-bottom: 1px solid var(--tcb-skin-color-1) !important;
  }
  .tve-theme-1159 .bottom-section [data-css="tve-u-170773f37a5"] input,
  .tve-theme-1159 .bottom-section [data-css="tve-u-170773f37a5"] textarea {
    padding: 20px !important;
    margin-bottom: 0px !important;
  }
  :not(#tve)
    .tve-theme-1159
    .bottom-section
    [data-css="tve-u-170773f37a5"]
    input,
  :not(#tve)
    .tve-theme-1159
    .bottom-section
    [data-css="tve-u-170773f37a5"]
    textarea {
    border-top: none;
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    border-left: none;
    border-image: initial;
    border-radius: 0;
    overflow: hidden;
  }
  .tve-theme-1159 .bottom-section [data-css="tve-u-170773f37a8"] {
    --tve-font-weight: var(--g-regular-weight, normal);
    --tve-font-family: Muli;
    --g-bold-weight: 600;
    --g-regular-weight: 400;
    --tve-color: var(--tcb-skin-color-5);
    --tve-font-size: 14px;
    margin-bottom: 5px !important;
  }
  :not(#tve) .tve-theme-1159 .bottom-section [data-css="tve-u-170773f37a8"] {
    font-family: var(--tve-font-family, Muli);
    --tcb-applied-color: var$(--tcb-skin-color-5);
    color: var(--tve-color, var(--tcb-skin-color-5)) !important;
    font-weight: var(
      --tve-font-weight,
      var(--g-regular-weight, normal)
    ) !important;
    font-size: var(--tve-font-size, 14px) !important;
  }
  :not(#tve)
    .tve-theme-1159
    .bottom-section
    [data-css="tve-u-170773f37ac"]:hover
    input,
  :not(#tve)
    .tve-theme-1159
    .bottom-section
    [data-css="tve-u-170773f37ac"]:hover
    textarea {
    background-image: none !important;
    border-bottom: 1px solid var(--tcb-skin-color-1) !important;
  }
  .tve-theme-1159 .bottom-section [data-css="tve-u-170773f37ac"] input,
  .tve-theme-1159 .bottom-section [data-css="tve-u-170773f37ac"] textarea {
    padding: 20px !important;
    margin-bottom: 0px !important;
  }
  :not(#tve)
    .tve-theme-1159
    .bottom-section
    [data-css="tve-u-170773f37ac"]
    input,
  :not(#tve)
    .tve-theme-1159
    .bottom-section
    [data-css="tve-u-170773f37ac"]
    textarea {
    border-top: none;
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    border-left: none;
    border-image: initial;
    border-radius: 0;
    overflow: hidden;
  }
  .tve-theme-1159 .bottom-section [data-css="tve-u-170773f37af"] {
    --tve-font-weight: var(--g-regular-weight, normal);
    --tve-font-family: Muli;
    --g-bold-weight: 600;
    --g-regular-weight: 400;
    --tve-color: var(--tcb-skin-color-5);
    --tve-font-size: 14px;
    margin-bottom: 5px !important;
  }
  :not(#tve) .tve-theme-1159 .bottom-section [data-css="tve-u-170773f37af"] {
    font-family: var(--tve-font-family, Muli);
    --tcb-applied-color: var$(--tcb-skin-color-5);
    color: var(--tve-color, var(--tcb-skin-color-5)) !important;
    font-weight: var(
      --tve-font-weight,
      var(--g-regular-weight, normal)
    ) !important;
    font-size: var(--tve-font-size, 14px) !important;
  }
  :not(#tve)
    .tve-theme-1159
    .bottom-section
    [data-css="tve-u-170773f37b2"]:hover
    input,
  :not(#tve)
    .tve-theme-1159
    .bottom-section
    [data-css="tve-u-170773f37b2"]:hover
    textarea {
    background-image: none !important;
    border-bottom: 1px solid var(--tcb-skin-color-1) !important;
  }
  .tve-theme-1159 .bottom-section [data-css="tve-u-170773f37b2"] input,
  .tve-theme-1159 .bottom-section [data-css="tve-u-170773f37b2"] textarea {
    padding: 20px !important;
    margin-bottom: 0px !important;
  }
  :not(#tve)
    .tve-theme-1159
    .bottom-section
    [data-css="tve-u-170773f37b2"]
    input,
  :not(#tve)
    .tve-theme-1159
    .bottom-section
    [data-css="tve-u-170773f37b2"]
    textarea {
    border-top: none;
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    border-left: none;
    border-image: initial;
    border-radius: 0;
    overflow: hidden;
  }
  :not(#tve)
    .tve-theme-1159
    .bottom-section
    [data-css="tve-u-170773f37b8"]:hover
    button {
    background-color: rgb(47, 138, 231) !important;
  }
  :not(#tve)
    .tve-theme-1159
    .bottom-section
    [data-css="tve-u-170773f37b8"]
    button {
    text-transform: capitalize;
    border-color: rgb(255, 254, 254);
    font-weight: var(--tve-font-weight, var(--g-regular-weight, normal));
    font-family: var(--tve-font-family, Muli);
    font-size: var(--tve-font-size, 12px);
    background-image: none !important;
    background-color: var(--tcb-skin-color-4) !important;
    padding: 14px !important;
  }
  :not(#tve) .tve-theme-1159 .bottom-section [data-css="tve-u-170773f37b8"] {
    max-width: 34%;
    width: 34%;
  }
  .tve-theme-1159 .bottom-section [data-css="tve-u-170773f37b8"] {
    float: right;
    z-index: 3;
    position: relative;
    --tve-font-weight: var(--g-regular-weight, normal);
    --tve-font-family: Muli;
    --g-bold-weight: 500;
    --g-regular-weight: 400;
    --tve-font-size: 12px;
  }
  :not(#tve)
    .tve-theme-1159
    .bottom-section
    [data-css="tve-u-170773f37a5"]
    input,
  :not(#tve)
    .tve-theme-1159
    .bottom-section
    [data-css="tve-u-170773f37a5"]
    input::placeholder,
  :not(#tve)
    .tve-theme-1159
    .bottom-section
    [data-css="tve-u-170773f37a5"]
    textarea,
  :not(#tve)
    .tve-theme-1159
    .bottom-section
    [data-css="tve-u-170773f37a5"]
    textarea::placeholder {
    font-weight: var(--tve-font-weight, var(--g-regular-weight, normal));
    font-family: var(--tve-font-family, Muli);
    font-size: var(--tve-font-size, 16px);
  }
  :not(#tve)
    .tve-theme-1159
    .bottom-section
    [data-css="tve-u-170773f37ac"]
    input,
  :not(#tve)
    .tve-theme-1159
    .bottom-section
    [data-css="tve-u-170773f37ac"]
    input::placeholder,
  :not(#tve)
    .tve-theme-1159
    .bottom-section
    [data-css="tve-u-170773f37ac"]
    textarea,
  :not(#tve)
    .tve-theme-1159
    .bottom-section
    [data-css="tve-u-170773f37ac"]
    textarea::placeholder {
    font-weight: var(--tve-font-weight, var(--g-regular-weight, normal));
    font-family: var(--tve-font-family, Muli);
    font-size: var(--tve-font-size, 16px);
  }
  :not(#tve)
    .tve-theme-1159
    .bottom-section
    [data-css="tve-u-170773f37b2"]
    input,
  :not(#tve)
    .tve-theme-1159
    .bottom-section
    [data-css="tve-u-170773f37b2"]
    input::placeholder,
  :not(#tve)
    .tve-theme-1159
    .bottom-section
    [data-css="tve-u-170773f37b2"]
    textarea,
  :not(#tve)
    .tve-theme-1159
    .bottom-section
    [data-css="tve-u-170773f37b2"]
    textarea::placeholder {
    font-weight: var(--tve-font-weight, var(--g-regular-weight, normal));
    font-family: var(--tve-font-family, Muli);
    font-size: var(--tve-font-size, 16px);
  }
  .tve-theme-1159 .bottom-section [data-css="tve-u-170773f37a5"] {
    --tve-font-weight: var(--g-regular-weight, normal);
    --tve-font-family: Muli;
    --g-regular-weight: 400;
    --g-bold-weight: 500;
    --tve-font-size: 16px;
  }
  .tve-theme-1159 .bottom-section [data-css="tve-u-170773f37ac"] {
    --tve-font-weight: var(--g-regular-weight, normal);
    --tve-font-family: Muli;
    --g-regular-weight: 400;
    --g-bold-weight: 500;
    --tve-font-size: 16px;
  }
  .tve-theme-1159 .bottom-section [data-css="tve-u-170773f37b2"] {
    --tve-font-weight: var(--g-regular-weight, normal);
    --tve-font-family: Muli;
    --g-regular-weight: 400;
    --g-bold-weight: 500;
    --tve-font-size: 16px;
  }
  .tve-theme-1159 .bottom-section [data-css="tve-u-1707741019f"] {
    margin-left: -30px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .tve-theme-1159 .bottom-section [data-css="tve-u-170774104ce"] {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1159 .bottom-section [data-css="tve-u-170773fce45"] {
    margin-bottom: 0px !important;
  }
  .tve-theme-1159 .bottom-section [data-css="tve-u-17077416b6f"] {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
  }
  :not(#tve)
    .tve-theme-1159
    .bottom-section
    [data-css="tve-u-1707742b4a3"]
    > :first-child {
    color: rgb(255, 255, 255);
  }
  .tve-theme-1159 .bottom-section [data-css="tve-u-170773f8330"] {
    padding: 0px !important;
    margin: 0px !important;
  }
  :not(#tve)
    .tve-theme-1159
    .bottom-section
    [data-css="tve-u-170773f37b8"]
    .thrv_icon {
    left: 0;
    right: auto;
    transform: translate(50%, -50%);
  }
  .tve-theme-1159 .bottom-section [data-css="tve-u-17077fc4c4f"] {
    max-width: 43.6%;
  }
  .tve-theme-1159 .bottom-section [data-css="tve-u-17077fc4cab"] {
    max-width: 56.4%;
  }
  .tve-theme-1159
    .bottom-section
    [data-css="tve-u-1707741019f"]
    > .tcb-flex-col {
    padding-left: 30px;
  }
  :not(#tve) .tve-theme-1159 .bottom-section [data-css="tve-u-17077fe1f03"] {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1159 .top-section .section-background {
    background-color: var(--tcb-skin-color-0) !important;
    background-image: none !important;
  }
  .tve-theme-1159 .top-section .section-content {
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
    --tve-color: rgb(255, 255, 255);
    padding: 40px 20px !important;
    min-height: 275px !important;
  }
  .tve-theme-1159 .top-section .section-content p,
  .tve-theme-1159 .top-section .section-content li,
  .tve-theme-1159 .top-section .section-content label,
  .tve-theme-1159 .top-section .section-content .tcb-plain-text {
    color: var(--tve-color, rgb(255, 255, 255));
    --tcb-applied-color: rgb(255, 255, 255);
  }
  .tve-theme-1159 .top-section .thrive-breadcrumbs {
    padding: 0px !important;
    justify-content: center !important;
  }
  .tve-theme-1159 .top-section [data-css="tve-u-170876bfa68"] {
    box-shadow: rgba(0, 0, 0, 0.08) 0 0 11px 0;
    border-radius: 6px;
    overflow: hidden;
    float: none;
    min-width: 70%;
    padding: 12px !important;
    background-color: rgb(255, 255, 255) !important;
    margin: 0 auto 50px !important;
  }
  :not(#tve)
    .tve-theme-1159
    .top-section
    [data-css="tve-u-170876bfa6b"]
    button {
    border-radius: 0;
    overflow: hidden;
    color: var(--tve-color, var(--tcb-skin-color-0));
    --tcb-applied-color: var$(--tcb-skin-color-0);
    font-weight: var(--g-bold-weight, bold);
    letter-spacing: 0;
    font-size: 16px;
    border-left: 1px solid rgba(0, 0, 0, 0.16);
    padding: 8px 10px !important;
    background-color: transparent !important;
  }
  :not(#tve)
    .tve-theme-1159
    .top-section
    [data-css="tve-u-170876bfa6b"]:hover
    button {
    color: rgb(57, 163, 209) !important;
    --tcb-applied-color: rgb(57, 163, 209) !important;
  }
  .tve-theme-1159 .top-section [data-css="tve-u-170876bfa6e"] {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  :not(#tve) .tve-theme-1159 .top-section [data-css="tve-u-170876bfa71"] input {
    border: none;
    border-radius: 0;
    overflow: hidden;
    color: rgba(0, 0, 0, 0.75);
    --tcb-applied-color: rgba(0, 0, 0, 0.75);
    font-size: 14px;
  }
  .tve-theme-1159 .top-section [data-css="tve-u-170876bfa71"] input {
    letter-spacing: 2px;
    padding: 4px !important;
    background-color: transparent !important;
  }
  :not(#tve)
    .tve-theme-1159
    .top-section
    [data-css="tve-u-170876bfa71"]:hover
    input {
    color: rgba(0, 0, 0, 0.9) !important;
    --tcb-applied-color: rgba(0, 0, 0, 0.9) !important;
  }
  .tve-theme-1159 .top-section [data-css="tve-u-170876bfa6b"] {
    --tve-color: var(--tcb-skin-color-0);
  }
  :not(#tve)
    .tve-theme-1159
    .top-section
    :not(#tve)
    [data-css="tve-u-170876bfa6b"]:hover
    button {
    color: var(--tve-color, var(--tcb-skin-color-3)) !important;
    --tcb-applied-color: var$(--tcb-skin-color-3) !important;
    border-left: 1px solid var(--tcb-skin-color-1) !important;
  }
  :not(#tve) .tve-theme-1159 .top-section [data-css="tve-u-170876bfa6b"]:hover {
    --tve-color: var(--tcb-skin-color-3) !important;
  }
  .tve-theme-1159
    .top-section
    [data-css="tve-u-1708772a8a6"]
    .thrive-breadcrumb-path
    a {
    --tcb-applied-color: rgba(255, 255, 255, 0.85);
    font-size: var(--tve-font-size, 14px) !important;
    color: var(--tve-color, rgba(255, 255, 255, 0.85)) !important;
    line-height: var(--tve-line-height, 1.2em) !important;
  }
  .tve-theme-1159
    .top-section
    [data-css="tve-u-1708772a8a6"]
    .thrive-breadcrumb-path {
    --tve-font-size: 14px;
    --tve-color: rgba(255, 255, 255, 0.85);
    --tve-line-height: 1.2em;
  }
  .tve-theme-1159
    .top-section
    [data-css="tve-u-1708772a8a6"]
    .thrive-breadcrumb-leaf
    span {
    font-size: var(--tve-font-size, 14px) !important;
    line-height: var(--tve-line-height, 1.2em) !important;
  }
  .tve-theme-1159
    .top-section
    [data-css="tve-u-1708772a8a6"]
    .thrive-breadcrumb-leaf {
    --tve-font-size: 14px;
    --tve-line-height: 1.2em;
  }
  :not(#tve)
    .tve-theme-1159
    .top-section
    [data-css="tve-u-1708772a8a6"]
    .thrive-breadcrumb-separator {
    font-size: 14px !important;
    width: 14px !important;
    height: 14px !important;
  }
  .tve-theme-1159 .content-section .section-content {
    padding: 20px 10px !important;
  }
  .tve-theme-1159 .content-section #main {
    margin-top: 0px !important;
    margin-bottom: 30px !important;
  }
  .tve-theme-1159 .content-section #main .post-wrapper.thrv_wrapper {
    width: calc((100% - 0px) / 1);
  }
  .tve-theme-1159
    .content-section
    #main
    [data-css="tve-u-17067dadca4"]
    .tcb-button-link {
    border-color: rgba(0, 0, 0, 0.12) currentcolor currentcolor;
    border-style: solid none none;
    border-width: 1px medium medium;
    border-image: initial;
    letter-spacing: var(--tve-letter-spacing, 3px);
    border-radius: 0;
    overflow: hidden;
    padding-left: 8px !important;
    background-color: transparent !important;
    padding-right: 8px !important;
  }
  :not(#tve)
    .tve-theme-1159
    .content-section
    #main
    [data-css="tve-u-17067dadca4"]:hover
    .tcb-button-link {
    padding-left: 0px !important;
  }
  :not(#tve) .tve-theme-1159 .content-section #main .post-wrapper:hover {
    background-image: none !important;
    background-color: transparent !important;
  }
  .tve-theme-1159 .content-section #main [data-css="tve-u-17067dadc9a"] {
    margin-left: -40px;
    padding: 0px !important;
  }
  .tve-theme-1159 .content-section #main [data-css="tve-u-17067dadc99"] {
    margin: 0px !important;
  }
  .tve-theme-1159 .content-section #main [data-css="tve-u-17067dadca1"] {
    padding: 5px !important;
  }
  .tve-theme-1159
    .content-section
    #main
    [data-css="tve-u-17067dadc9a"]
    > .tcb-flex-col {
    padding-left: 40px;
  }
  :not(#tve)
    .tve-theme-1159
    .content-section
    #main
    [data-css="tve-u-17067e18185"]
    p,
  :not(#tve)
    .tve-theme-1159
    .content-section
    #main
    [data-css="tve-u-17067e18185"]
    a,
  :not(#tve)
    .tve-theme-1159
    .content-section
    #main
    [data-css="tve-u-17067e18185"]
    ul,
  :not(#tve)
    .tve-theme-1159
    .content-section
    #main
    [data-css="tve-u-17067e18185"]
    ul
    > li,
  :not(#tve)
    .tve-theme-1159
    .content-section
    #main
    [data-css="tve-u-17067e18185"]
    ol,
  :not(#tve)
    .tve-theme-1159
    .content-section
    #main
    [data-css="tve-u-17067e18185"]
    ol
    > li,
  :not(#tve)
    .tve-theme-1159
    .content-section
    #main
    [data-css="tve-u-17067e18185"]
    h1,
  :not(#tve)
    .tve-theme-1159
    .content-section
    #main
    [data-css="tve-u-17067e18185"]
    h2,
  :not(#tve)
    .tve-theme-1159
    .content-section
    #main
    [data-css="tve-u-17067e18185"]
    h3,
  :not(#tve)
    .tve-theme-1159
    .content-section
    #main
    [data-css="tve-u-17067e18185"]
    h4,
  :not(#tve)
    .tve-theme-1159
    .content-section
    #main
    [data-css="tve-u-17067e18185"]
    h5,
  :not(#tve)
    .tve-theme-1159
    .content-section
    #main
    [data-css="tve-u-17067e18185"]
    h6,
  :not(#tve)
    .tve-theme-1159
    .content-section
    #main
    [data-css="tve-u-17067e18185"]
    blockquote
    > p,
  :not(#tve)
    .tve-theme-1159
    .content-section
    #main
    [data-css="tve-u-17067e18185"]
    pre {
    font-size: var(--tve-font-size, 16px);
  }
  .tve-theme-1159 .content-section #main [data-css="tve-u-17067e18185"] {
    --tve-font-size: 16px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  :not(#tve)
    .tve-theme-1159
    .content-section
    #main
    [data-css="tve-u-17067dadca4"]
    .tcb-button-link
    span {
    font-weight: var(--tve-font-weight, var(--g-bold-weight, bold));
    color: var(--tve-color, var(--tcb-skin-color-4));
    --tcb-applied-color: var$(--tcb-skin-color-4);
  }
  .tve-theme-1159 .content-section #main [data-css="tve-u-17067dadca4"] {
    --tve-font-weight: var(--g-bold-weight, bold);
    --tve-font-family: Muli;
    --g-regular-weight: 400;
    --g-bold-weight: 800;
    --tve-font-size: 12px;
    --tve-letter-spacing: 3px;
    --tve-color: var(--tcb-skin-color-4);
  }
  :not(#tve)
    .tve-theme-1159
    .content-section
    #main
    [data-css="tve-u-17067dadca4"]
    .tcb-button-link {
    font-family: var(--tve-font-family, Muli);
    font-size: var(--tve-font-size, 12px) !important;
  }
  :not(#tve)
    .tve-theme-1159
    .content-section
    #main
    [data-css="tve-u-17067dadca4"]:hover
    .tcb-button-link
    span {
    color: var(--tve-color, var(--tcb-skin-color-0)) !important;
    --tcb-applied-color: var$(--tcb-skin-color-0) !important;
  }
  :not(#tve)
    .tve-theme-1159
    .content-section
    #main
    [data-css="tve-u-17067dadca4"]:hover {
    --tve-color: var(--tcb-skin-color-0) !important;
  }
  .tve-theme-1159
    .content-section
    #main
    .post-wrapper.thrv_wrapper:nth-child(n + 2) {
    margin-top: 60px !important;
  }
  .tve-theme-1159
    .content-section
    #main
    .post-wrapper.thrv_wrapper:not(:nth-child(n + 2)) {
    margin-top: 0px !important;
  }
  .tve-theme-1159
    .content-section
    #main
    .post-wrapper.thrv_wrapper:nth-child(n) {
    margin-right: 0px !important;
  }
  :not(#tve)
    .tve-theme-1159
    .content-section
    #main
    [data-css="tve-u-1712fa74dda"] {
    padding-bottom: 14px !important;
    margin-bottom: 0px !important;
    font-size: 30px !important;
  }
  .tve-theme-1159 .content-section #main [data-css="tve-u-171300196c7"] {
    max-width: 50%;
  }
  .tve-theme-1159 .content-section #main [data-css="tve-u-1713001975b"] {
    max-width: 50%;
  }
  .tve-theme-1159 .content-section #main [data-css="tve-u-1713b061954"] {
    background-image:
      linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 40%),
      url(/wp-content/uploads/2020/11/best-electric-unicycle.jpg?dynamic_featured=1&size=large) !important;
    background-size: auto, cover !important;
    background-position:
      50% 50%,
      50% 50% !important;
    background-attachment: scroll, scroll !important;
    background-repeat: no-repeat, no-repeat !important;
  }
  .tve-theme-1159 .content-section #main [data-css="tve-u-1713b063dfd"] {
    padding: 10px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1159
    .content-section
    #main
    .thrv-content-box
    [data-css="tve-u-1713b066e09"] {
    min-height: 275px;
  }
  :not(#tve)
    .tve-theme-1159
    .content-section
    #main
    [data-css="tve-u-1713b081d3c"] {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
  }
  :not(#tve)
    .tve-theme-1159
    .content-section
    #main
    .thrv-content-box
    [data-css="tve-u-1713b083a1f"]
    p,
  :not(#tve)
    .tve-theme-1159
    .content-section
    #main
    .thrv-content-box
    [data-css="tve-u-1713b083a1f"]
    li,
  :not(#tve)
    .tve-theme-1159
    .content-section
    #main
    .thrv-content-box
    [data-css="tve-u-1713b083a1f"]
    blockquote,
  :not(#tve)
    .tve-theme-1159
    .content-section
    #main
    .thrv-content-box
    [data-css="tve-u-1713b083a1f"]
    address,
  :not(#tve)
    .tve-theme-1159
    .content-section
    #main
    .thrv-content-box
    [data-css="tve-u-1713b083a1f"]
    .tcb-plain-text,
  :not(#tve)
    .tve-theme-1159
    .content-section
    #main
    .thrv-content-box
    [data-css="tve-u-1713b083a1f"]
    label {
    font-size: var(--tve-font-size, 11px);
    line-height: var(--tve-line-height, 1.45em);
  }
  .tve-theme-1159
    .content-section
    #main
    .thrv-content-box
    [data-css="tve-u-1713b083a1f"] {
    --tve-font-size: 11px;
    --tve-color: rgb(255, 255, 255);
    text-align: right;
    min-height: 1px;
    --tve-letter-spacing: 1px;
    --tve-line-height: 1.45em;
  }
  .tve-theme-1159 .content-section #main [data-css="tve-u-1713b084332"] {
    top: 10px;
    right: 10px;
    padding: 2px 4px !important;
    margin: 0 0 0 10px !important;
    z-index: 14 !important;
    position: absolute !important;
  }
  .tve-theme-1159 .content-section #main [data-css="tve-u-1713b088910"] {
    background-color: rgba(0, 0, 0, 0.4) !important;
  }
  :not(#tve)
    .tve-theme-1159
    .content-section
    #main
    .thrv-content-box
    [data-css="tve-u-1713b083a1f"]
    p,
  :not(#tve)
    .tve-theme-1159
    .content-section
    #main
    .thrv-content-box
    [data-css="tve-u-1713b083a1f"]
    li,
  :not(#tve)
    .tve-theme-1159
    .content-section
    #main
    .thrv-content-box
    [data-css="tve-u-1713b083a1f"]
    blockquote,
  :not(#tve)
    .tve-theme-1159
    .content-section
    #main
    .thrv-content-box
    [data-css="tve-u-1713b083a1f"]
    address,
  :not(#tve)
    .tve-theme-1159
    .content-section
    #main
    .thrv-content-box
    [data-css="tve-u-1713b083a1f"]
    .tcb-plain-text,
  :not(#tve)
    .tve-theme-1159
    .content-section
    #main
    .thrv-content-box
    [data-css="tve-u-1713b083a1f"]
    label,
  :not(#tve)
    .tve-theme-1159
    .content-section
    #main
    .thrv-content-box
    [data-css="tve-u-1713b083a1f"]
    h1,
  :not(#tve)
    .tve-theme-1159
    .content-section
    #main
    .thrv-content-box
    [data-css="tve-u-1713b083a1f"]
    h2,
  :not(#tve)
    .tve-theme-1159
    .content-section
    #main
    .thrv-content-box
    [data-css="tve-u-1713b083a1f"]
    h3,
  :not(#tve)
    .tve-theme-1159
    .content-section
    #main
    .thrv-content-box
    [data-css="tve-u-1713b083a1f"]
    h4,
  :not(#tve)
    .tve-theme-1159
    .content-section
    #main
    .thrv-content-box
    [data-css="tve-u-1713b083a1f"]
    h5,
  :not(#tve)
    .tve-theme-1159
    .content-section
    #main
    .thrv-content-box
    [data-css="tve-u-1713b083a1f"]
    h6 {
    color: var(--tve-color, rgb(255, 255, 255));
    --tcb-applied-color: rgb(255, 255, 255);
  }
  .tve-theme-1159
    .content-section
    #main
    [data-css="tve-u-1713b084332"]
    > .tve-cb {
    justify-content: center;
    display: flex;
    flex-direction: column;
  }
  .tve-theme-1159
    .content-section
    #main
    .thrv-content-box
    [data-css="tve-u-1713b083a1f"]
    p,
  .tve-theme-1159
    .content-section
    #main
    .thrv-content-box
    [data-css="tve-u-1713b083a1f"]
    li,
  .tve-theme-1159
    .content-section
    #main
    .thrv-content-box
    [data-css="tve-u-1713b083a1f"]
    blockquote,
  .tve-theme-1159
    .content-section
    #main
    .thrv-content-box
    [data-css="tve-u-1713b083a1f"]
    address,
  .tve-theme-1159
    .content-section
    #main
    .thrv-content-box
    [data-css="tve-u-1713b083a1f"]
    .tcb-plain-text,
  .tve-theme-1159
    .content-section
    #main
    .thrv-content-box
    [data-css="tve-u-1713b083a1f"]
    label {
    letter-spacing: var(--tve-letter-spacing, 1px);
  }
  .tve-theme-1159
    .content-section
    [data-css="tve-u-1713b0ed161"]
    .tcb-button-link {
    border-radius: 0;
    overflow: hidden;
    border-top: 1px solid var(--tcb-skin-color-8);
    border-right: none;
    border-bottom: 1px solid var(--tcb-skin-color-8);
    border-left: none;
    border-image: initial;
    padding: 18px !important;
  }
  :not(#tve)
    .tve-theme-1159
    .content-section
    [data-css="tve-u-1713b0ed161"]
    .tcb-button-link
    span {
    color: var(--tve-color, var(--tcb-skin-color-18));
    --tcb-applied-color: var$(--tcb-skin-color-18);
  }
  .tve-theme-1159 .content-section [data-css="tve-u-1713b0ed161"] {
    --tve-color: var(--tcb-skin-color-18);
  }
  .tve-theme-1159 .content-section [data-css="tve-u-1713b0f9fcd"] {
    border-top: none;
    margin-bottom: 30px !important;
  }
  :not(#tve)
    .tve-theme-1159
    .content-section
    [data-css="tve-u-1713b0ed161"]:hover
    .tcb-button-link {
    border-top: 1px solid var(--tcb-skin-color-1) !important;
    border-bottom: 1px solid var(--tcb-skin-color-1) !important;
  }
  :not(#tve)
    .tve-theme-1159
    .content-section
    :not(#tve)
    [data-css="tve-u-1713b0ed161"]:hover
    .tcb-button-link
    span {
    color: var(--tve-color, var(--tcb-skin-color-0)) !important;
    --tcb-applied-color: var$(--tcb-skin-color-0) !important;
  }
  :not(#tve)
    .tve-theme-1159
    .content-section
    [data-css="tve-u-1713b0ed161"]:hover {
    --tve-color: var(--tcb-skin-color-0) !important;
  }
  .tve-theme-1159 .sidebar-section .section-background {
    border: 1px solid rgba(0, 0, 0, 0.12);
    background-color: transparent !important;
  }
  :not(#tve) .tve-theme-1159 .sidebar-section [data-css="tve-u-16ed189a0b8"] {
    letter-spacing: 3px;
    --tcb-applied-color: var$(--tcb-skin-color-3);
    font-size: 11px !important;
    text-transform: uppercase !important;
    font-weight: var(--g-bold-weight, bold) !important;
    color: rgb(5, 5, 65) !important;
    padding-top: 0px !important;
    margin-top: 0px !important;
    padding-bottom: 20px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1159 .sidebar-section [data-css="tve-u-16ed18b1f3e"] {
    margin-top: 0px !important;
    padding: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1159 .sidebar-section .section-content {
    padding: 20px !important;
  }
  .tve-theme-1159 .sidebar-section [data-css="tve-u-16ed18f1172"] {
    min-height: 52px;
    --tve-color: var(--tcb-skin-color-5);
    padding: 0px !important;
    margin-bottom: 30px !important;
    margin-right: 0px !important;
  }
  :not(#tve) .tve-theme-1159 .sidebar-section [data-css="tve-u-170147930c0"] {
    letter-spacing: 3px;
    --tcb-applied-color: var$(--tcb-skin-color-3);
    font-size: 11px !important;
    text-transform: uppercase !important;
    font-weight: var(--g-bold-weight, bold) !important;
    color: rgb(5, 5, 65) !important;
    padding-top: 0px !important;
    margin-top: 0px !important;
    padding-bottom: 20px !important;
    margin-bottom: 0px !important;
  }
  :not(#tve) .tve-theme-1159 .sidebar-section [data-css="tve-u-17014793f17"] {
    letter-spacing: 3px;
    --tcb-applied-color: var$(--tcb-skin-color-3);
    font-size: 11px !important;
    text-transform: uppercase !important;
    font-weight: var(--g-bold-weight, bold) !important;
    color: rgb(5, 5, 65) !important;
    padding-top: 0px !important;
    margin-top: 0px !important;
    padding-bottom: 20px !important;
    margin-bottom: 0px !important;
  }
  :not(#tve) .tve-theme-1159 .sidebar-section [data-css="tve-u-170147953de"] {
    letter-spacing: 3px;
    --tcb-applied-color: var$(--tcb-skin-color-3);
    font-size: 11px !important;
    text-transform: uppercase !important;
    font-weight: var(--g-bold-weight, bold) !important;
    color: rgb(5, 5, 65) !important;
    padding-top: 1px !important;
    margin-top: 0px !important;
    padding-bottom: 20px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-1702012ffdb"]
    .thrive-dynamic-styled-list-item {
    --tve-line-height: 1.5em;
    margin-right: 8px !important;
    padding: 8px !important;
    margin-bottom: 8px !important;
    background-color: var(--tcb-skin-color-9) !important;
    margin-left: 0px !important;
  }
  :not(#tve) .tve-theme-1159 .sidebar-section [data-css="tve-u-1702012ffdb"] p,
  :not(#tve) .tve-theme-1159 .sidebar-section [data-css="tve-u-1702012ffdb"] li,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-1702012ffdb"]
    blockquote,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-1702012ffdb"]
    address,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-1702012ffdb"]
    .tcb-plain-text,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-1702012ffdb"]
    label,
  :not(#tve) .tve-theme-1159 .sidebar-section [data-css="tve-u-1702012ffdb"] h1,
  :not(#tve) .tve-theme-1159 .sidebar-section [data-css="tve-u-1702012ffdb"] h2,
  :not(#tve) .tve-theme-1159 .sidebar-section [data-css="tve-u-1702012ffdb"] h3,
  :not(#tve) .tve-theme-1159 .sidebar-section [data-css="tve-u-1702012ffdb"] h4,
  :not(#tve) .tve-theme-1159 .sidebar-section [data-css="tve-u-1702012ffdb"] h5,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-1702012ffdb"]
    h6 {
    color: var(--tve-color, var(--tcb-skin-color-4));
    --tcb-applied-color: var$(--tcb-skin-color-4);
  }
  .tve-theme-1159 .sidebar-section [data-css="tve-u-1702012ffdb"] {
    --tve-color: var(--tcb-skin-color-4);
    --tve-letter-spacing: 1px;
    --tve-font-size: 14px;
    padding: 0px !important;
    margin-bottom: 30px !important;
  }
  .tve-theme-1159 .sidebar-section [data-css="tve-u-1702012ffdb"] p,
  .tve-theme-1159 .sidebar-section [data-css="tve-u-1702012ffdb"] li,
  .tve-theme-1159 .sidebar-section [data-css="tve-u-1702012ffdb"] blockquote,
  .tve-theme-1159 .sidebar-section [data-css="tve-u-1702012ffdb"] address,
  .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-1702012ffdb"]
    .tcb-plain-text,
  .tve-theme-1159 .sidebar-section [data-css="tve-u-1702012ffdb"] label {
    letter-spacing: var(--tve-letter-spacing, 1px);
  }
  :not(#tve) .tve-theme-1159 .sidebar-section [data-css="tve-u-1702012ffdb"] p,
  :not(#tve) .tve-theme-1159 .sidebar-section [data-css="tve-u-1702012ffdb"] li,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-1702012ffdb"]
    blockquote,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-1702012ffdb"]
    address,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-1702012ffdb"]
    .tcb-plain-text,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-1702012ffdb"]
    label {
    font-size: var(--tve-font-size, 14px);
  }
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-1702012ffdb"]
    .thrive-dynamic-styled-list-item:hover {
    background-color: rgb(255, 255, 255) !important;
    box-shadow: rgba(0, 0, 0, 0.04) 0 2px 5px 0px !important;
    --tve-text-decoration: none !important;
    --tve-color: var(--tcb-skin-color-0) !important;
  }
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-1702012ffdb"]
    .thrive-dynamic-styled-list-item:hover
    p,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-1702012ffdb"]
    .thrive-dynamic-styled-list-item:hover
    li,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-1702012ffdb"]
    .thrive-dynamic-styled-list-item:hover
    blockquote,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-1702012ffdb"]
    .thrive-dynamic-styled-list-item:hover
    address,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-1702012ffdb"]
    .thrive-dynamic-styled-list-item:hover
    .tcb-plain-text,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-1702012ffdb"]
    .thrive-dynamic-styled-list-item:hover
    label {
    text-decoration: var(--tve-text-decoration, none) !important;
  }
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-1702012ffdb"]
    .thrive-dynamic-styled-list-item:hover
    p,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-1702012ffdb"]
    .thrive-dynamic-styled-list-item:hover
    li,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-1702012ffdb"]
    .thrive-dynamic-styled-list-item:hover
    blockquote,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-1702012ffdb"]
    .thrive-dynamic-styled-list-item:hover
    address,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-1702012ffdb"]
    .thrive-dynamic-styled-list-item:hover
    .tcb-plain-text,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-1702012ffdb"]
    .thrive-dynamic-styled-list-item:hover
    label,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-1702012ffdb"]
    .thrive-dynamic-styled-list-item:hover
    h1,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-1702012ffdb"]
    .thrive-dynamic-styled-list-item:hover
    h2,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-1702012ffdb"]
    .thrive-dynamic-styled-list-item:hover
    h3,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-1702012ffdb"]
    .thrive-dynamic-styled-list-item:hover
    h4,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-1702012ffdb"]
    .thrive-dynamic-styled-list-item:hover
    h5,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-1702012ffdb"]
    .thrive-dynamic-styled-list-item:hover
    h6 {
    color: var(--tve-color, var(--tcb-skin-color-0)) !important;
    --tcb-applied-color: var$(--tcb-skin-color-0) !important;
  }
  .tve-theme-1159 .sidebar-section [data-css="tve-u-17058acd17f"] {
    margin-top: 0px !important;
    padding: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1159 .sidebar-section [data-css="tve-u-17058ae1863"] {
    margin-top: 0px !important;
    padding: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1159 .sidebar-section [data-css="tve-u-17058ae7cbc"] {
    margin-top: 0px !important;
    padding: 0px !important;
    margin-bottom: 0px !important;
  }
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-1702012ffdb"]
    .thrive-dynamic-styled-list-item
    p,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-1702012ffdb"]
    .thrive-dynamic-styled-list-item
    li,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-1702012ffdb"]
    .thrive-dynamic-styled-list-item
    blockquote,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-1702012ffdb"]
    .thrive-dynamic-styled-list-item
    address,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-1702012ffdb"]
    .thrive-dynamic-styled-list-item
    .tcb-plain-text,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-1702012ffdb"]
    .thrive-dynamic-styled-list-item
    label {
    line-height: var(--tve-line-height, 1.5em);
  }
  .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-17086f6ff41"]
    .thrive-dynamic-styled-list-item {
    --tve-line-height: 1.5em;
    margin-right: 8px !important;
    padding: 8px !important;
    margin-bottom: 8px !important;
    background-color: var(--tcb-skin-color-9) !important;
    margin-left: 0px !important;
  }
  :not(#tve) .tve-theme-1159 .sidebar-section [data-css="tve-u-17086f6ff41"] p,
  :not(#tve) .tve-theme-1159 .sidebar-section [data-css="tve-u-17086f6ff41"] li,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-17086f6ff41"]
    blockquote,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-17086f6ff41"]
    address,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-17086f6ff41"]
    .tcb-plain-text,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-17086f6ff41"]
    label,
  :not(#tve) .tve-theme-1159 .sidebar-section [data-css="tve-u-17086f6ff41"] h1,
  :not(#tve) .tve-theme-1159 .sidebar-section [data-css="tve-u-17086f6ff41"] h2,
  :not(#tve) .tve-theme-1159 .sidebar-section [data-css="tve-u-17086f6ff41"] h3,
  :not(#tve) .tve-theme-1159 .sidebar-section [data-css="tve-u-17086f6ff41"] h4,
  :not(#tve) .tve-theme-1159 .sidebar-section [data-css="tve-u-17086f6ff41"] h5,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-17086f6ff41"]
    h6 {
    color: var(--tve-color, var(--tcb-skin-color-4));
    --tcb-applied-color: var$(--tcb-skin-color-4);
  }
  .tve-theme-1159 .sidebar-section [data-css="tve-u-17086f6ff41"] {
    --tve-color: var(--tcb-skin-color-4);
    --tve-letter-spacing: 1px;
    --tve-font-size: 14px;
    padding: 0px !important;
    margin-bottom: 30px !important;
  }
  .tve-theme-1159 .sidebar-section [data-css="tve-u-17086f6ff41"] p,
  .tve-theme-1159 .sidebar-section [data-css="tve-u-17086f6ff41"] li,
  .tve-theme-1159 .sidebar-section [data-css="tve-u-17086f6ff41"] blockquote,
  .tve-theme-1159 .sidebar-section [data-css="tve-u-17086f6ff41"] address,
  .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-17086f6ff41"]
    .tcb-plain-text,
  .tve-theme-1159 .sidebar-section [data-css="tve-u-17086f6ff41"] label {
    letter-spacing: var(--tve-letter-spacing, 1px);
  }
  :not(#tve) .tve-theme-1159 .sidebar-section [data-css="tve-u-17086f6ff41"] p,
  :not(#tve) .tve-theme-1159 .sidebar-section [data-css="tve-u-17086f6ff41"] li,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-17086f6ff41"]
    blockquote,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-17086f6ff41"]
    address,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-17086f6ff41"]
    .tcb-plain-text,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-17086f6ff41"]
    label {
    font-size: var(--tve-font-size, 14px);
  }
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-17086f6ff41"]
    .thrive-dynamic-styled-list-item:hover {
    background-color: rgb(255, 255, 255) !important;
    box-shadow: rgba(0, 0, 0, 0.04) 0 2px 5px 0px !important;
    --tve-text-decoration: none !important;
    --tve-color: var(--tcb-skin-color-0) !important;
  }
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-17086f6ff41"]
    .thrive-dynamic-styled-list-item:hover
    p,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-17086f6ff41"]
    .thrive-dynamic-styled-list-item:hover
    li,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-17086f6ff41"]
    .thrive-dynamic-styled-list-item:hover
    blockquote,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-17086f6ff41"]
    .thrive-dynamic-styled-list-item:hover
    address,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-17086f6ff41"]
    .thrive-dynamic-styled-list-item:hover
    .tcb-plain-text,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-17086f6ff41"]
    .thrive-dynamic-styled-list-item:hover
    label {
    text-decoration: var(--tve-text-decoration, none) !important;
  }
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-17086f6ff41"]
    .thrive-dynamic-styled-list-item:hover
    p,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-17086f6ff41"]
    .thrive-dynamic-styled-list-item:hover
    li,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-17086f6ff41"]
    .thrive-dynamic-styled-list-item:hover
    blockquote,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-17086f6ff41"]
    .thrive-dynamic-styled-list-item:hover
    address,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-17086f6ff41"]
    .thrive-dynamic-styled-list-item:hover
    .tcb-plain-text,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-17086f6ff41"]
    .thrive-dynamic-styled-list-item:hover
    label,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-17086f6ff41"]
    .thrive-dynamic-styled-list-item:hover
    h1,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-17086f6ff41"]
    .thrive-dynamic-styled-list-item:hover
    h2,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-17086f6ff41"]
    .thrive-dynamic-styled-list-item:hover
    h3,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-17086f6ff41"]
    .thrive-dynamic-styled-list-item:hover
    h4,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-17086f6ff41"]
    .thrive-dynamic-styled-list-item:hover
    h5,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-17086f6ff41"]
    .thrive-dynamic-styled-list-item:hover
    h6 {
    color: var(--tve-color, var(--tcb-skin-color-0)) !important;
    --tcb-applied-color: var$(--tcb-skin-color-0) !important;
  }
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-17086f6ff41"]
    .thrive-dynamic-styled-list-item
    p,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-17086f6ff41"]
    .thrive-dynamic-styled-list-item
    li,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-17086f6ff41"]
    .thrive-dynamic-styled-list-item
    blockquote,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-17086f6ff41"]
    .thrive-dynamic-styled-list-item
    address,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-17086f6ff41"]
    .thrive-dynamic-styled-list-item
    .tcb-plain-text,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-17086f6ff41"]
    .thrive-dynamic-styled-list-item
    label {
    line-height: var(--tve-line-height, 1.5em);
  }
  .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-170a019c392"]
    .thrive-dynamic-styled-list-item {
    --tve-line-height: 1.5em;
    margin-right: 8px !important;
    padding: 8px !important;
    margin-bottom: 8px !important;
    background-color: var(--tcb-skin-color-9) !important;
    margin-left: 0px !important;
  }
  :not(#tve) .tve-theme-1159 .sidebar-section [data-css="tve-u-170a019c392"] p,
  :not(#tve) .tve-theme-1159 .sidebar-section [data-css="tve-u-170a019c392"] li,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-170a019c392"]
    blockquote,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-170a019c392"]
    address,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-170a019c392"]
    .tcb-plain-text,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-170a019c392"]
    label,
  :not(#tve) .tve-theme-1159 .sidebar-section [data-css="tve-u-170a019c392"] h1,
  :not(#tve) .tve-theme-1159 .sidebar-section [data-css="tve-u-170a019c392"] h2,
  :not(#tve) .tve-theme-1159 .sidebar-section [data-css="tve-u-170a019c392"] h3,
  :not(#tve) .tve-theme-1159 .sidebar-section [data-css="tve-u-170a019c392"] h4,
  :not(#tve) .tve-theme-1159 .sidebar-section [data-css="tve-u-170a019c392"] h5,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-170a019c392"]
    h6 {
    color: var(--tve-color, var(--tcb-skin-color-4));
    --tcb-applied-color: var$(--tcb-skin-color-4);
  }
  .tve-theme-1159 .sidebar-section [data-css="tve-u-170a019c392"] {
    --tve-color: var(--tcb-skin-color-4);
    --tve-letter-spacing: 1px;
    --tve-font-size: 14px;
    padding: 0px !important;
    margin-bottom: 30px !important;
  }
  .tve-theme-1159 .sidebar-section [data-css="tve-u-170a019c392"] p,
  .tve-theme-1159 .sidebar-section [data-css="tve-u-170a019c392"] li,
  .tve-theme-1159 .sidebar-section [data-css="tve-u-170a019c392"] blockquote,
  .tve-theme-1159 .sidebar-section [data-css="tve-u-170a019c392"] address,
  .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-170a019c392"]
    .tcb-plain-text,
  .tve-theme-1159 .sidebar-section [data-css="tve-u-170a019c392"] label {
    letter-spacing: var(--tve-letter-spacing, 1px);
  }
  :not(#tve) .tve-theme-1159 .sidebar-section [data-css="tve-u-170a019c392"] p,
  :not(#tve) .tve-theme-1159 .sidebar-section [data-css="tve-u-170a019c392"] li,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-170a019c392"]
    blockquote,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-170a019c392"]
    address,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-170a019c392"]
    .tcb-plain-text,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-170a019c392"]
    label {
    font-size: var(--tve-font-size, 14px);
  }
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-170a019c392"]
    .thrive-dynamic-styled-list-item:hover {
    background-color: rgb(255, 255, 255) !important;
    box-shadow: rgba(0, 0, 0, 0.04) 0 2px 5px 0px !important;
    --tve-text-decoration: none !important;
    --tve-color: var(--tcb-skin-color-0) !important;
  }
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-170a019c392"]
    .thrive-dynamic-styled-list-item:hover
    p,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-170a019c392"]
    .thrive-dynamic-styled-list-item:hover
    li,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-170a019c392"]
    .thrive-dynamic-styled-list-item:hover
    blockquote,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-170a019c392"]
    .thrive-dynamic-styled-list-item:hover
    address,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-170a019c392"]
    .thrive-dynamic-styled-list-item:hover
    .tcb-plain-text,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-170a019c392"]
    .thrive-dynamic-styled-list-item:hover
    label {
    text-decoration: var(--tve-text-decoration, none) !important;
  }
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-170a019c392"]
    .thrive-dynamic-styled-list-item:hover
    p,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-170a019c392"]
    .thrive-dynamic-styled-list-item:hover
    li,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-170a019c392"]
    .thrive-dynamic-styled-list-item:hover
    blockquote,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-170a019c392"]
    .thrive-dynamic-styled-list-item:hover
    address,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-170a019c392"]
    .thrive-dynamic-styled-list-item:hover
    .tcb-plain-text,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-170a019c392"]
    .thrive-dynamic-styled-list-item:hover
    label,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-170a019c392"]
    .thrive-dynamic-styled-list-item:hover
    h1,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-170a019c392"]
    .thrive-dynamic-styled-list-item:hover
    h2,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-170a019c392"]
    .thrive-dynamic-styled-list-item:hover
    h3,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-170a019c392"]
    .thrive-dynamic-styled-list-item:hover
    h4,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-170a019c392"]
    .thrive-dynamic-styled-list-item:hover
    h5,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-170a019c392"]
    .thrive-dynamic-styled-list-item:hover
    h6 {
    color: var(--tve-color, var(--tcb-skin-color-0)) !important;
    --tcb-applied-color: var$(--tcb-skin-color-0) !important;
  }
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-170a019c392"]
    .thrive-dynamic-styled-list-item
    p,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-170a019c392"]
    .thrive-dynamic-styled-list-item
    li,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-170a019c392"]
    .thrive-dynamic-styled-list-item
    blockquote,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-170a019c392"]
    .thrive-dynamic-styled-list-item
    address,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-170a019c392"]
    .thrive-dynamic-styled-list-item
    .tcb-plain-text,
  :not(#tve)
    .tve-theme-1159
    .sidebar-section
    [data-css="tve-u-170a019c392"]
    .thrive-dynamic-styled-list-item
    label {
    line-height: var(--tve-line-height, 1.5em);
  }
  .tve-theme-1159 .sidebar-section {
    margin: 0px !important;
  }
  :not(#tve)
    .tve-theme-1159
    .content-section
    #main
    [data-css="tve-u-1713f3e64c8"] {
    color: inherit !important;
  }
  :not(#tve)
    .tve-theme-1159
    .content-section
    #main
    [data-css="tve-u-1713f3e64c8"]:hover {
    color: rgba(255, 255, 255, 0.75) !important;
  }
  .tve-theme-1127 #wrapper {
    --header-background-width: 100%;
    --footer-background-width: 100%;
    --top-background-width: 100%;
    --bottom-background-width: 100%;
  }
  .tve-theme-1127 .content-section .section-content {
    padding: 20px 10px 0px !important;
  }
  .tve-theme-1127 .main-container {
    padding: 10px !important;
  }
  .tve-theme-1127
    .content-section
    [data-css="tve-u-173044faf42"]
    .thrive-breadcrumb-path
    a {
    font-size: var(--tve-font-size, 11px) !important;
    text-transform: var(--tve-text-transform, none) !important;
    font-weight: var(
      --tve-font-weight,
      var(--g-regular-weight, normal)
    ) !important;
    letter-spacing: var(--tve-letter-spacing, 2px) !important;
  }
  .tve-theme-1127
    .content-section
    [data-css="tve-u-173044faf42"]
    .thrive-breadcrumb-path {
    --tve-font-size: 11px;
    --tve-text-transform: none;
    --tve-font-weight: var(--g-regular-weight, normal);
    --tve-letter-spacing: 2px;
  }
  .tve-theme-1127
    .content-section
    [data-css="tve-u-173044faf42"]
    .thrive-breadcrumb-leaf
    span {
    font-size: var(--tve-font-size, 11px) !important;
    text-transform: var(--tve-text-transform, none) !important;
    letter-spacing: var(--tve-letter-spacing, 2px) !important;
  }
  .tve-theme-1127
    .content-section
    [data-css="tve-u-173044faf42"]
    .thrive-breadcrumb-leaf {
    --tve-font-size: 11px;
    --tve-text-transform: none;
    --tve-letter-spacing: 2px;
  }
  :not(#tve)
    .tve-theme-1127
    .content-section
    [data-css="tve-u-173044faf42"]
    .thrive-breadcrumb-separator {
    font-size: 11px !important;
    width: 11px !important;
    height: 11px !important;
  }
  .tve-theme-1127 .content-section [data-css="tve-u-173044faf42"] {
    padding-bottom: 0px !important;
    margin-bottom: -13px !important;
  }
  .tve-theme-1127 .sidebar-section .section-background {
    border: medium none;
    background-color: transparent !important;
    background-image: none !important;
  }
  .tve-theme-1127 .sidebar-section .section-content {
    text-align: center;
    padding: 20px 10px !important;
  }
  .tve-theme-1127 .sidebar-section {
    margin: 0px !important;
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-1725ba1e54e"] {
    border-radius: 0;
    overflow: hidden;
    background-color: var(--tcb-skin-color-0) !important;
    background-image:
      linear-gradient(rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.86)),
      url(/wp-content/uploads/thrive-theme/images/WooCommerce_Course12_02-1.jpg) !important;
    border: none !important;
    background-size: auto, cover !important;
    background-position:
      50% 50%,
      50% 50% !important;
    background-attachment: scroll, scroll !important;
    background-repeat: no-repeat, no-repeat !important;
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-1725ba26717"] {
    min-height: 300px !important;
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-1725bac5eae"] {
    padding: 20px !important;
    margin-bottom: 40px !important;
    margin-top: 40px !important;
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-17299e2a9f4"] {
    border-radius: 0;
    overflow: hidden;
    background-image:
      linear-gradient(rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.58)),
      url(/wp-content/uploads/thrive-theme/images/WooCommerce-Sidebar-texture02.jpg) !important;
    background-size: auto, cover !important;
    background-position:
      50% 50%,
      50% 50% !important;
    background-attachment: scroll, scroll !important;
    background-repeat: no-repeat, no-repeat !important;
    background-color: rgb(255, 255, 255) !important;
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-17299e35340"] {
    min-height: 350px !important;
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-17299e48a73"] > .tve-cb {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-17299e48a73"] {
    margin-bottom: 40px !important;
    margin-top: 0px !important;
    padding-top: 20px !important;
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-1729f03f1b4"] {
    top: 0;
    left: 0;
    overflow: hidden;
    padding: 1px !important;
    border-top: none !important;
    border-right: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-left: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-image: initial !important;
    background-color: transparent !important;
    margin-bottom: 20px !important;
    background-image: none !important;
    border-radius: 0px !important;
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-172b75dd6ca"] {
    margin-bottom: 20px !important;
    padding: 0px !important;
    border: none !important;
  }
  :not(#tve) .tve-theme-1127 .sidebar-section [data-css="tve-u-172b76407f7"] {
    letter-spacing: 1px;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    font-size: 14px !important;
    font-weight: var(--g-regular-weight, normal) !important;
  }
  :not(#tve) .tve-theme-1127 .sidebar-section [data-css="tve-u-172b76497d1"] {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    font-weight: var(--g-regular-weight, normal) !important;
    color: var(--tcb-skin-color-3) !important;
    --tcb-applied-color: var$(--tcb-skin-color-3) !important;
  }
  :not(#tve) .tve-theme-1127 .sidebar-section [data-css="tve-u-172b7671fb8"] {
    letter-spacing: 1px;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    font-size: 14px !important;
    font-weight: var(--g-bold-weight, bold) !important;
    background-color: transparent !important;
    color: var(--tcb-skin-color-3) !important;
    --tcb-applied-color: var$(--tcb-skin-color-3) !important;
  }
  .tve-theme-1127
    .sidebar-section
    [data-css="tve-u-172b767844c"]
    .tve_social_items {
    font-size: 10px !important;
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-172b767844c"] {
    float: none;
    margin: 0 auto !important;
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-172b767af6c"] {
    margin-bottom: 20px !important;
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-172b795acfa"] {
    padding: 12px !important;
    margin-bottom: 8px !important;
    margin-top: 0px !important;
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-172b796bfd4"] {
    background-color: transparent !important;
    border-top: none !important;
    border-right: none !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
    border-left: none !important;
    border-image: initial !important;
    background-image: none !important;
  }
  :not(#tve)
    .tve-theme-1127
    .sidebar-section
    .thrv-content-box
    [data-css="tve-u-172b796cc0a"]
    p,
  :not(#tve)
    .tve-theme-1127
    .sidebar-section
    .thrv-content-box
    [data-css="tve-u-172b796cc0a"]
    li,
  :not(#tve)
    .tve-theme-1127
    .sidebar-section
    .thrv-content-box
    [data-css="tve-u-172b796cc0a"]
    blockquote,
  :not(#tve)
    .tve-theme-1127
    .sidebar-section
    .thrv-content-box
    [data-css="tve-u-172b796cc0a"]
    address,
  :not(#tve)
    .tve-theme-1127
    .sidebar-section
    .thrv-content-box
    [data-css="tve-u-172b796cc0a"]
    .tcb-plain-text,
  :not(#tve)
    .tve-theme-1127
    .sidebar-section
    .thrv-content-box
    [data-css="tve-u-172b796cc0a"]
    label,
  :not(#tve)
    .tve-theme-1127
    .sidebar-section
    .thrv-content-box
    [data-css="tve-u-172b796cc0a"]
    h1,
  :not(#tve)
    .tve-theme-1127
    .sidebar-section
    .thrv-content-box
    [data-css="tve-u-172b796cc0a"]
    h2,
  :not(#tve)
    .tve-theme-1127
    .sidebar-section
    .thrv-content-box
    [data-css="tve-u-172b796cc0a"]
    h3,
  :not(#tve)
    .tve-theme-1127
    .sidebar-section
    .thrv-content-box
    [data-css="tve-u-172b796cc0a"]
    h4,
  :not(#tve)
    .tve-theme-1127
    .sidebar-section
    .thrv-content-box
    [data-css="tve-u-172b796cc0a"]
    h5,
  :not(#tve)
    .tve-theme-1127
    .sidebar-section
    .thrv-content-box
    [data-css="tve-u-172b796cc0a"]
    h6 {
    color: var(--tve-color, var(--tcb-skin-color-3));
    --tcb-applied-color: var$(--tcb-skin-color-3);
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-172b796cc0a"] {
    --tve-color: var(--tcb-skin-color-3);
    --tve-font-size: 11px;
    --tve-line-height: 1.4em;
    text-align: left;
  }
  :not(#tve)
    .tve-theme-1127
    .sidebar-section
    .thrv-content-box
    [data-css="tve-u-172b796cc0a"]
    p,
  :not(#tve)
    .tve-theme-1127
    .sidebar-section
    .thrv-content-box
    [data-css="tve-u-172b796cc0a"]
    li,
  :not(#tve)
    .tve-theme-1127
    .sidebar-section
    .thrv-content-box
    [data-css="tve-u-172b796cc0a"]
    blockquote,
  :not(#tve)
    .tve-theme-1127
    .sidebar-section
    .thrv-content-box
    [data-css="tve-u-172b796cc0a"]
    address,
  :not(#tve)
    .tve-theme-1127
    .sidebar-section
    .thrv-content-box
    [data-css="tve-u-172b796cc0a"]
    .tcb-plain-text,
  :not(#tve)
    .tve-theme-1127
    .sidebar-section
    .thrv-content-box
    [data-css="tve-u-172b796cc0a"]
    label {
    font-size: var(--tve-font-size, 11px);
    line-height: var(--tve-line-height, 1.4em);
  }
  :not(#tve) .tve-theme-1127 .sidebar-section [data-css="tve-u-172b7ae0f29"] {
    letter-spacing: 1px;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    font-size: 11px !important;
    text-transform: capitalize !important;
    font-weight: var(--g-bold-weight, bold) !important;
    line-height: 1.4em !important;
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-172b7ca12b5"] {
    font-size: 22px;
    width: 22px;
    height: 22px;
    border-radius: 0;
    overflow: hidden;
    border: none;
    float: none;
    z-index: 3;
    position: relative;
    padding: 1px !important;
    margin: 0 auto 4px !important;
    background-color: transparent !important;
  }
  :not(#tve)
    .tve-theme-1127
    .sidebar-section
    [data-css="tve-u-172b7ca12b5"]
    > :first-child {
    color: var(--tcb-skin-color-3);
  }
  :not(#tve) .tve-theme-1127 .sidebar-section [data-css="tve-u-172b7e61433"] {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
  }
  :not(#tve) .tve-theme-1127 .sidebar-section [data-css="tve-u-172b7e67c6b"] {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    font-size: 44px !important;
    font-weight: var(--g-bold-weight, bold) !important;
    line-height: 1.1em !important;
    color: var(--tcb-skin-color-18) !important;
    --tcb-applied-color: var$(--tcb-skin-color-18) !important;
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-172b7e77368"] {
    width: 117px;
    position: absolute;
    top: 34px;
    right: 0;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-172b7e7f1ec"] {
    margin-top: 20px !important;
    margin-bottom: 0px !important;
  }
  :not(#tve)
    .tve-theme-1127
    .sidebar-section
    [data-css="tve-u-172b7e89de8"]
    input,
  :not(#tve)
    .tve-theme-1127
    .sidebar-section
    [data-css="tve-u-172b7e89de8"]
    select,
  :not(#tve)
    .tve-theme-1127
    .sidebar-section
    [data-css="tve-u-172b7e89de8"]
    textarea {
    border-radius: 0;
    overflow: hidden;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-left: none;
    border-image: initial;
    background-color: rgb(255, 255, 255) !important;
    padding: 20px !important;
    margin-top: 0px !important;
    margin-bottom: 10px !important;
  }
  :not(#tve)
    .tve-theme-1127
    .sidebar-section
    [data-css="tve-u-172b7e89de8"]
    input,
  :not(#tve)
    .tve-theme-1127
    .sidebar-section
    [data-css="tve-u-172b7e89de8"]
    select,
  :not(#tve)
    .tve-theme-1127
    .sidebar-section
    [data-css="tve-u-172b7e89de8"]
    textarea,
  :not(#tve)
    .tve-theme-1127
    .sidebar-section
    [data-css="tve-u-172b7e89de8"]
    ::placeholder {
    --tcb-applied-color: var$(--tcb-skin-color-3);
    text-align: center;
    font-size: var(--tve-font-size, 12px);
    letter-spacing: var(--tve-letter-spacing, 2px);
    color: var(--tve-color, var(--tcb-skin-color-3)) !important;
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-172b7e89de8"] {
    --tve-color: var(--tcb-skin-color-3);
    --tve-font-size: 12px;
    --tve-letter-spacing: 2px;
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-172b7f46a9b"] {
    max-width: 22.1%;
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-172b7f46ae4"] {
    max-width: 77.9%;
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-172b7f47c1c"] {
    padding: 0px !important;
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-172b7f47fad"] {
    margin: 0px !important;
  }
  .tve-theme-1127
    .sidebar-section
    [data-css="tve-u-172b7f47c1c"]
    > .tcb-flex-col
    > .tcb-col {
    justify-content: center;
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-172b807f08b"] {
    padding: 12px !important;
    margin-bottom: 8px !important;
    margin-top: 0px !important;
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-172b80c85b7"] {
    margin-bottom: 22px !important;
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-172b80e7163"] {
    font-size: 22px;
    width: 22px;
    height: 22px;
    border-radius: 0;
    overflow: hidden;
    border: none;
    float: none;
    z-index: 3;
    position: relative;
    padding: 1px !important;
    margin: 0 auto 4px !important;
    background-color: transparent !important;
  }
  :not(#tve)
    .tve-theme-1127
    .sidebar-section
    [data-css="tve-u-172b80e7163"]
    > :first-child {
    color: var(--tcb-skin-color-3);
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-172b80e7ca1"] {
    font-size: 22px;
    width: 22px;
    height: 22px;
    border-radius: 0;
    overflow: hidden;
    border: none;
    float: none;
    z-index: 3;
    position: relative;
    padding: 1px !important;
    margin: 0 auto 4px !important;
    background-color: transparent !important;
  }
  :not(#tve)
    .tve-theme-1127
    .sidebar-section
    [data-css="tve-u-172b80e7ca1"]
    > :first-child {
    color: var(--tcb-skin-color-3);
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-172b80e88dd"] {
    font-size: 22px;
    width: 22px;
    height: 22px;
    border-radius: 0;
    overflow: hidden;
    border: none;
    float: none;
    z-index: 3;
    position: relative;
    padding: 1px !important;
    margin: 0 auto 4px !important;
    background-color: transparent !important;
  }
  :not(#tve)
    .tve-theme-1127
    .sidebar-section
    [data-css="tve-u-172b80e88dd"]
    > :first-child {
    color: var(--tcb-skin-color-3);
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-172b80eb02b"] {
    max-width: 22.3%;
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-172b80eb02e"] {
    max-width: 77.7%;
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-172b80eb868"] {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-172b80ec7d4"] {
    max-width: 22.1%;
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-172b80ec7d8"] {
    max-width: 77.9%;
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-172b811e07d"] {
    padding: 0px !important;
  }
  .tve-theme-1127
    .sidebar-section
    [data-css="tve-u-172b811e07d"]
    > .tcb-flex-col
    > .tcb-col {
    justify-content: center;
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-172b811fbfb"] {
    padding: 0px !important;
  }
  .tve-theme-1127
    .sidebar-section
    [data-css="tve-u-172b811fbfb"]
    > .tcb-flex-col
    > .tcb-col {
    justify-content: center;
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-172b8121103"] {
    padding: 0px !important;
  }
  .tve-theme-1127
    .sidebar-section
    [data-css="tve-u-172b8121103"]
    > .tcb-flex-col
    > .tcb-col {
    justify-content: center;
  }
  :not(#tve)
    .tve-theme-1127
    .sidebar-section
    :not(#tve)
    [data-css="tve-u-172b7e89de8"]:hover
    input,
  :not(#tve)
    .tve-theme-1127
    .sidebar-section
    :not(#tve)
    [data-css="tve-u-172b7e89de8"]:hover
    select,
  :not(#tve)
    .tve-theme-1127
    .sidebar-section
    :not(#tve)
    [data-css="tve-u-172b7e89de8"]:hover
    textarea {
    background-color: rgba(255, 255, 255, 0.9) !important;
  }
  :not(#tve) .tve-theme-1127 .sidebar-section [data-css="tve-u-172b82bbf64"] {
    letter-spacing: 2px;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    line-height: 1.5em !important;
    font-size: 9px !important;
    text-transform: uppercase !important;
  }
  :not(#tve) .tve-theme-1127 .sidebar-section [data-css="tve-u-172b82bbf67"] {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    line-height: 1.5em !important;
    font-size: 29px !important;
    text-transform: uppercase !important;
    color: var(--tcb-skin-color-13) !important;
    --tcb-applied-color: var$(--tcb-skin-color-13) !important;
  }
  .tve-theme-1127
    .sidebar-section
    [data-css="tve-u-172b82c3483"]
    .tcb-button-link {
    border-radius: 100px;
    overflow: hidden;
    letter-spacing: var(--tve-letter-spacing, 2px);
    background-color: var(--tcb-local-color-9bd08) !important;
    padding: 18px 22px !important;
  }
  :not(#tve)
    .tve-theme-1127
    .sidebar-section
    [data-css="tve-u-172b82c3483"]
    .tcb-button-link {
    font-size: var(--tve-font-size, 16px) !important;
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-172b82c3483"] {
    --tve-font-size: 16px;
    --tve-font-weight: var(--g-bold-weight, bold);
    --tve-letter-spacing: 2px;
    --tcb-local-color-1bda9: rgb(19, 114, 211);
    --tve-color: rgb(255, 255, 255);
    float: none;
    --tcb-local-color-9bd08: var(--tcb-skin-color-0) !important;
    margin: 0 auto !important;
  }
  :not(#tve)
    .tve-theme-1127
    .sidebar-section
    [data-css="tve-u-172b82c3483"]
    .tcb-button-link
    span {
    font-weight: var(--tve-font-weight, var(--g-bold-weight, bold));
    color: var(--tve-color, rgb(255, 255, 255));
    --tcb-applied-color: rgb(255, 255, 255);
  }
  :not(#tve)
    .tve-theme-1127
    .sidebar-section
    [data-css="tve-u-172b82c3483"]:hover
    .tcb-button-link {
    background-color: var(--tcb-local-color-9bd08) !important;
    background-image: linear-gradient(
      rgba(255, 255, 255, 0.06),
      rgba(255, 255, 255, 0.06)
    ) !important;
    background-size: auto !important;
    background-position: 50% 50% !important;
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-172b82d4946"] {
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 20px;
    height: 20px;
    box-shadow: 0 7px 15px 0 var(--tcb-skin-color-19);
    border-radius: 53px;
    overflow: hidden;
    margin-top: 0px !important;
    margin-bottom: 20px !important;
    padding: 20px !important;
    background-color: rgb(255, 255, 255) !important;
  }
  :not(#tve)
    .tve-theme-1127
    .sidebar-section
    [data-css="tve-u-172b82d4946"]
    > :first-child {
    color: var(--tcb-skin-color-18);
  }
  :not(#tve) .tve-theme-1127 .sidebar-section [data-css="tve-u-172b82ea868"] {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    color: var(--tcb-skin-color-3) !important;
    --tcb-applied-color: var$(--tcb-skin-color-3) !important;
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-172b844d989"] {
    background-color: transparent !important;
    border-top: none !important;
    border-right: none !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
    border-left: none !important;
    border-image: initial !important;
    background-image: none !important;
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-172b845fabb"] {
    background-color: transparent !important;
    border-top: none !important;
    border-right: none !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
    border-left: none !important;
    border-image: initial !important;
    background-image: none !important;
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-172b846645f"] {
    background-color: transparent !important;
    border-top: none !important;
    border-right: none !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
    border-left: none !important;
    border-image: initial !important;
    background-image: none !important;
  }
  :not(#tve)
    .tve-theme-1127
    .sidebar-section
    .thrv-content-box
    [data-css="tve-u-172b846ec4c"]
    p,
  :not(#tve)
    .tve-theme-1127
    .sidebar-section
    .thrv-content-box
    [data-css="tve-u-172b846ec4c"]
    li,
  :not(#tve)
    .tve-theme-1127
    .sidebar-section
    .thrv-content-box
    [data-css="tve-u-172b846ec4c"]
    blockquote,
  :not(#tve)
    .tve-theme-1127
    .sidebar-section
    .thrv-content-box
    [data-css="tve-u-172b846ec4c"]
    address,
  :not(#tve)
    .tve-theme-1127
    .sidebar-section
    .thrv-content-box
    [data-css="tve-u-172b846ec4c"]
    .tcb-plain-text,
  :not(#tve)
    .tve-theme-1127
    .sidebar-section
    .thrv-content-box
    [data-css="tve-u-172b846ec4c"]
    label,
  :not(#tve)
    .tve-theme-1127
    .sidebar-section
    .thrv-content-box
    [data-css="tve-u-172b846ec4c"]
    h1,
  :not(#tve)
    .tve-theme-1127
    .sidebar-section
    .thrv-content-box
    [data-css="tve-u-172b846ec4c"]
    h2,
  :not(#tve)
    .tve-theme-1127
    .sidebar-section
    .thrv-content-box
    [data-css="tve-u-172b846ec4c"]
    h3,
  :not(#tve)
    .tve-theme-1127
    .sidebar-section
    .thrv-content-box
    [data-css="tve-u-172b846ec4c"]
    h4,
  :not(#tve)
    .tve-theme-1127
    .sidebar-section
    .thrv-content-box
    [data-css="tve-u-172b846ec4c"]
    h5,
  :not(#tve)
    .tve-theme-1127
    .sidebar-section
    .thrv-content-box
    [data-css="tve-u-172b846ec4c"]
    h6 {
    color: var(--tve-color, var(--tcb-skin-color-3));
    --tcb-applied-color: var$(--tcb-skin-color-3);
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-172b846ec4c"] {
    --tve-color: var(--tcb-skin-color-3);
    --tve-font-size: 11px;
    --tve-line-height: 1.4em;
    text-align: left;
    --tve-text-transform: uppercase;
  }
  :not(#tve)
    .tve-theme-1127
    .sidebar-section
    .thrv-content-box
    [data-css="tve-u-172b846ec4c"]
    p,
  :not(#tve)
    .tve-theme-1127
    .sidebar-section
    .thrv-content-box
    [data-css="tve-u-172b846ec4c"]
    li,
  :not(#tve)
    .tve-theme-1127
    .sidebar-section
    .thrv-content-box
    [data-css="tve-u-172b846ec4c"]
    blockquote,
  :not(#tve)
    .tve-theme-1127
    .sidebar-section
    .thrv-content-box
    [data-css="tve-u-172b846ec4c"]
    address,
  :not(#tve)
    .tve-theme-1127
    .sidebar-section
    .thrv-content-box
    [data-css="tve-u-172b846ec4c"]
    .tcb-plain-text,
  :not(#tve)
    .tve-theme-1127
    .sidebar-section
    .thrv-content-box
    [data-css="tve-u-172b846ec4c"]
    label {
    font-size: var(--tve-font-size, 11px);
    line-height: var(--tve-line-height, 1.4em);
  }
  :not(#tve) .tve-theme-1127 .sidebar-section [data-css="tve-u-172b846ec4c"] p,
  :not(#tve) .tve-theme-1127 .sidebar-section [data-css="tve-u-172b846ec4c"] li,
  :not(#tve)
    .tve-theme-1127
    .sidebar-section
    [data-css="tve-u-172b846ec4c"]
    blockquote,
  :not(#tve)
    .tve-theme-1127
    .sidebar-section
    [data-css="tve-u-172b846ec4c"]
    address,
  :not(#tve)
    .tve-theme-1127
    .sidebar-section
    [data-css="tve-u-172b846ec4c"]
    .tcb-plain-text,
  :not(#tve)
    .tve-theme-1127
    .sidebar-section
    [data-css="tve-u-172b846ec4c"]
    label,
  :not(#tve) .tve-theme-1127 .sidebar-section [data-css="tve-u-172b846ec4c"] h1,
  :not(#tve) .tve-theme-1127 .sidebar-section [data-css="tve-u-172b846ec4c"] h2,
  :not(#tve) .tve-theme-1127 .sidebar-section [data-css="tve-u-172b846ec4c"] h3,
  :not(#tve) .tve-theme-1127 .sidebar-section [data-css="tve-u-172b846ec4c"] h4,
  :not(#tve) .tve-theme-1127 .sidebar-section [data-css="tve-u-172b846ec4c"] h5,
  :not(#tve)
    .tve-theme-1127
    .sidebar-section
    [data-css="tve-u-172b846ec4c"]
    h6 {
    text-transform: var(--tve-text-transform, uppercase);
  }
  :not(#tve) .tve-theme-1127 .sidebar-section [data-css="tve-u-172b8471547"] {
    letter-spacing: 1px;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    font-weight: var(--g-bold-weight, bold) !important;
    text-transform: capitalize !important;
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-172b8473d8f"] {
    max-width: 22.1%;
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-172b8473d92"] {
    max-width: 77.9%;
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-172b84c4df1"] {
    width: 1000px;
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-172b7e77368"] img {
    filter: grayscale(0%) blur(0) brightness(100%) sepia(0%) invert(100%)
      saturate(100%) contrast(100%) hue-rotate(0deg);
    opacity: 0.2;
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-172b8587465"] {
    float: none;
    max-width: 124px;
    margin-left: auto !important;
    margin-right: auto !important;
    z-index: 8 !important;
    margin-bottom: 30px !important;
  }
  :not(#tve)
    .tve-theme-1127
    .sidebar-section
    :not(#tve)
    [data-css="tve-u-172b7e89de8"]:hover
    input,
  :not(#tve)
    .tve-theme-1127
    .sidebar-section
    :not(#tve)
    [data-css="tve-u-172b7e89de8"]:hover
    select,
  :not(#tve)
    .tve-theme-1127
    .sidebar-section
    :not(#tve)
    [data-css="tve-u-172b7e89de8"]:hover
    textarea,
  :not(#tve)
    .tve-theme-1127
    .sidebar-section
    :not(#tve)
    [data-css="tve-u-172b7e89de8"]:hover
    ::placeholder {
    color: var(--tve-color, var(--tcb-skin-color-3)) !important;
    --tcb-applied-color: var$(--tcb-skin-color-3) !important;
  }
  :not(#tve)
    .tve-theme-1127
    .sidebar-section
    [data-css="tve-u-172b7e89de8"]:hover {
    --tve-color: var(--tcb-skin-color-3) !important;
  }
  .tve-theme-1127
    .sidebar-section
    [data-css="tve-u-172b8598fb7"]
    .tcb-button-link {
    border-radius: 100px;
    overflow: hidden;
    letter-spacing: var(--tve-letter-spacing, 2px);
    background-color: var(--tcb-local-color-9bd08) !important;
    padding: 16px !important;
  }
  :not(#tve)
    .tve-theme-1127
    .sidebar-section
    [data-css="tve-u-172b8598fb7"]
    .tcb-button-link {
    font-size: var(--tve-font-size, 11px) !important;
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-172b8598fb7"] {
    --tve-font-size: 11px;
    --tve-font-weight: var(--g-bold-weight, bold);
    --tve-letter-spacing: 2px;
    --tcb-local-color-1bda9: rgb(19, 114, 211);
    --tve-color: rgb(255, 255, 255);
    float: none;
    --tve-text-transform: uppercase;
    --tcb-local-color-9bd08: var(--tcb-skin-color-0) !important;
    margin: 0 auto !important;
  }
  :not(#tve)
    .tve-theme-1127
    .sidebar-section
    [data-css="tve-u-172b8598fb7"]
    .tcb-button-link
    span {
    font-weight: var(--tve-font-weight, var(--g-bold-weight, bold));
    color: var(--tve-color, rgb(255, 255, 255));
    --tcb-applied-color: rgb(255, 255, 255);
    text-transform: var(--tve-text-transform, uppercase);
  }
  :not(#tve)
    .tve-theme-1127
    .sidebar-section
    [data-css="tve-u-172b8598fb7"]:hover
    .tcb-button-link {
    background-color: var(--tcb-local-color-9bd08) !important;
    background-image: linear-gradient(
      rgba(255, 255, 255, 0.06),
      rgba(255, 255, 255, 0.06)
    ) !important;
    background-size: auto !important;
    background-position: 50% 50% !important;
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-1725bac5eae"] > .tve-cb {
    justify-content: center;
    display: flex;
    flex-direction: column;
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-17300a709f7"] {
    margin: 0px !important;
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-17300a72740"] {
    margin: 0px !important;
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-17300a79b1e"] {
    padding: 12px !important;
    margin-bottom: 8px !important;
    margin-top: 0px !important;
  }
  .tve-theme-1127 .bottom-section .section-background {
    background-color: var(--tcb-skin-color-2) !important;
    background-image: none !important;
  }
  .tve-theme-1127 .bottom-section .section-content {
    justify-content: center;
    display: flex;
    flex-direction: column;
    min-height: 130px !important;
    padding: 20px !important;
  }
  .tve-theme-1127 .bottom-section [data-css="tve-u-172f0121a55"] {
    margin-left: -20px;
    padding: 0px !important;
  }
  .tve-theme-1127 .bottom-section [data-css="tve-u-172f0121a57"] {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    background-color: transparent !important;
  }
  .tve-theme-1127 .bottom-section [data-css="tve-u-172f0121a5e"] {
    max-width: 25.1%;
  }
  .tve-theme-1127 .bottom-section [data-css="tve-u-172f0121a62"] {
    max-width: 24.9%;
  }
  .tve-theme-1127 .bottom-section [data-css="tve-u-172f02823f6"] {
    max-width: 25%;
  }
  .tve-theme-1127 .bottom-section [data-css="tve-u-172f0349550"] {
    font-size: 34px;
    width: 34px;
    height: 34px;
    border-radius: 0;
    overflow: hidden;
    border: none;
    padding: 1px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    background-color: transparent !important;
  }
  :not(#tve)
    .tve-theme-1127
    .bottom-section
    [data-css="tve-u-172f0349550"]
    > :first-child {
    color: var(--tcb-skin-color-0);
  }
  :not(#tve) .tve-theme-1127 .bottom-section [data-css="tve-u-172f03d7ad8"] {
    letter-spacing: 0;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    text-transform: capitalize !important;
    font-size: 16px !important;
    color: var(--tcb-skin-color-4) !important;
    --tcb-applied-color: var$(--tcb-skin-color-4) !important;
    font-weight: var(--g-bold-weight, bold) !important;
    line-height: 1.6em !important;
  }
  .tve-theme-1127 .bottom-section [data-css="tve-u-172f03e133e"] {
    position: relative !important;
    padding: 0px !important;
  }
  :not(#tve) .tve-theme-1127 .bottom-section [data-css="tve-u-172f03e596c"] {
    letter-spacing: 1px;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    text-transform: uppercase !important;
    font-size: 9px !important;
    color: rgba(0, 0, 0, 0.5) !important;
    --tcb-applied-color: rgba(0, 0, 0, 0.5) !important;
    font-weight: var(--g-bold-weight, bold) !important;
    line-height: 1.6em !important;
  }
  .tve-theme-1127
    .bottom-section
    [data-css="tve-u-172f0121a55"]
    > .tcb-flex-col {
    padding-left: 20px;
  }
  .tve-theme-1127 .bottom-section [data-css="tve-u-172f0448dd6"] {
    max-width: 18.5%;
  }
  .tve-theme-1127 .bottom-section [data-css="tve-u-172f0448e00"] {
    max-width: 81.5%;
  }
  .tve-theme-1127 .bottom-section [data-css="tve-u-172f044ae30"] {
    padding: 0px !important;
  }
  .tve-theme-1127 .bottom-section [data-css="tve-u-172f044b119"] {
    margin: 0px !important;
  }
  .tve-theme-1127
    .bottom-section
    [data-css="tve-u-172f044ae30"]
    > .tcb-flex-col
    > .tcb-col {
    justify-content: center;
  }
  .tve-theme-1127 .bottom-section [data-css="tve-u-172f04a8abc"] {
    font-size: 34px;
    width: 34px;
    height: 34px;
    border-radius: 0;
    overflow: hidden;
    border: none;
    padding: 1px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    background-color: transparent !important;
  }
  :not(#tve)
    .tve-theme-1127
    .bottom-section
    [data-css="tve-u-172f04a8abc"]
    > :first-child {
    color: var(--tcb-skin-color-0);
  }
  .tve-theme-1127 .bottom-section [data-css="tve-u-172f04bd161"] {
    font-size: 34px;
    width: 34px;
    height: 34px;
    border-radius: 0;
    overflow: hidden;
    border: none;
    padding: 1px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    background-color: transparent !important;
  }
  :not(#tve)
    .tve-theme-1127
    .bottom-section
    [data-css="tve-u-172f04bd161"]
    > :first-child {
    color: var(--tcb-skin-color-0);
  }
  :not(#tve) .tve-theme-1127 .bottom-section [data-css="tve-u-172f04c2dbf"] {
    letter-spacing: 0;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    text-transform: capitalize !important;
    font-size: 16px !important;
    color: var(--tcb-skin-color-4) !important;
    --tcb-applied-color: var$(--tcb-skin-color-4) !important;
    font-weight: var(--g-bold-weight, bold) !important;
    line-height: 1.6em !important;
  }
  :not(#tve) .tve-theme-1127 .bottom-section [data-css="tve-u-172f04c38b5"] {
    letter-spacing: 0;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    text-transform: capitalize !important;
    font-size: 16px !important;
    color: var(--tcb-skin-color-4) !important;
    --tcb-applied-color: var$(--tcb-skin-color-4) !important;
    font-weight: var(--g-bold-weight, bold) !important;
    line-height: 1.6em !important;
  }
  .tve-theme-1127 .bottom-section [data-css="tve-u-172f04c6682"] {
    padding: 1px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1127 .bottom-section [data-css="tve-u-172f04d338e"] {
    padding: 1px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1127 .bottom-section [data-css="tve-u-172f04d4a7b"] {
    padding: 1px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1127 .bottom-section [data-css="tve-u-172f04e38b8"] {
    padding: 0px !important;
  }
  .tve-theme-1127
    .bottom-section
    [data-css="tve-u-172f04e38b8"]
    > .tcb-flex-col
    > .tcb-col {
    justify-content: center;
  }
  .tve-theme-1127 .bottom-section [data-css="tve-u-172f04f7b91"] {
    padding: 0px !important;
  }
  .tve-theme-1127
    .bottom-section
    [data-css="tve-u-172f04f7b91"]
    > .tcb-flex-col
    > .tcb-col {
    justify-content: center;
  }
  .tve-theme-1127 .bottom-section [data-css="tve-u-172f051dfbb"] {
    max-width: 25%;
  }
  .tve-theme-1127 .top-section .section-background {
    background-color: var(--tcb-skin-color-2) !important;
    background-image: none !important;
  }
  .tve-theme-1127 .top-section .section-content {
    display: flex;
    flex-direction: column;
    min-height: 1px !important;
    padding: 0px !important;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c77d3f76"] {
    padding: 12px 20px !important;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c77d3f77"] {
    max-width: 1080px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    background-color: transparent !important;
  }
  :not(#tve) .tve-theme-1127 .top-section [data-css="tve-u-172c77d3f78"] {
    letter-spacing: 2px;
    padding-bottom: 2px !important;
    margin-bottom: 0px !important;
    text-transform: uppercase !important;
    font-size: 11px !important;
    color: var(--tcb-skin-color-4) !important;
    --tcb-applied-color: var$(--tcb-skin-color-4) !important;
    font-weight: var(--g-bold-weight, bold) !important;
    line-height: 1.3em !important;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c77d3f79"] {
    padding: 1px !important;
    margin: 0px !important;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c77d3f7b"] {
    margin-left: -20px;
    padding: 1px !important;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c77d3f7d"] {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1127
    .top-section
    [data-css="tve-u-172c77d3f7b"]
    > .tcb-flex-col
    > .tcb-col {
    justify-content: center;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c77d3f7b"] > .tcb-flex-col {
    padding-left: 20px;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c77d3f7e"] {
    max-width: 28.7%;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c77d3f7f"] {
    max-width: 71.3%;
  }
  :not(#tve) .tve-theme-1127 .top-section [data-css="tve-u-172c77d3f80"] {
    color: inherit !important;
    text-decoration-line: none !important;
    --eff: none !important;
    text-decoration-color: var(--eff-color, currentColor) !important;
  }
  :not(#tve) .tve-theme-1127 .top-section [data-css="tve-u-172c77d3f80"]:hover {
    text-decoration-line: none !important;
    --eff: none !important;
    text-decoration-color: var(--eff-color, currentColor) !important;
    color: rgb(112, 112, 112) !important;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c77d3f82"] {
    padding: 1px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c77d3f83"] {
    padding: 1px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c77d3f84"] {
    max-width: 49.9%;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c77d3f85"] {
    max-width: 50.1%;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c77d3f86"]::after {
    clear: both;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c77d3f87"] {
    margin-left: -21px;
    padding: 1px !important;
  }
  .tve-theme-1127
    .top-section
    [data-css="tve-u-172c77d3f87"]
    > .tcb-flex-col
    > .tcb-col {
    justify-content: center;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c77d3f87"] > .tcb-flex-col {
    padding-left: 21px;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c77d3f88"] {
    max-width: 39.3%;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c77d3f8a"] {
    max-width: 60.7%;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c77d3f8b"]::after {
    clear: both;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c77d3f8c"] {
    margin-left: -20px;
    padding: 1px !important;
  }
  .tve-theme-1127
    .top-section
    [data-css="tve-u-172c77d3f8c"]
    > .tcb-flex-col
    > .tcb-col {
    justify-content: center;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c77d3f8c"] > .tcb-flex-col {
    padding-left: 20px;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c77d3f8d"] {
    float: left;
    z-index: 3;
    position: relative;
    min-width: 251px;
    padding: 1px !important;
    margin: 0px !important;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c77d3f8e"] {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c77d3f8f"] {
    font-size: 20px;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.08);
    float: right;
    z-index: 3;
    position: relative;
    padding: 16px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    background-color: transparent !important;
  }
  :not(#tve)
    .tve-theme-1127
    .top-section
    [data-css="tve-u-172c77d3f8f"]
    > :first-child {
    color: var(--tcb-skin-color-4);
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c77d3f90"]::after {
    clear: both;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c77d3f91"] {
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    width: 16px;
    height: 16px;
    border-radius: 100px;
    overflow: hidden;
    float: right;
    z-index: 3;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 16px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    background-color: transparent !important;
  }
  :not(#tve)
    .tve-theme-1127
    .top-section
    [data-css="tve-u-172c77d3f91"]
    > :first-child {
    color: var(--tcb-skin-color-4);
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c77d3f94"] {
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    width: 16px;
    height: 16px;
    border-radius: 100px;
    overflow: hidden;
    float: right;
    z-index: 3;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 16px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    background-color: transparent !important;
  }
  :not(#tve)
    .tve-theme-1127
    .top-section
    [data-css="tve-u-172c77d3f94"]
    > :first-child {
    color: var(--tcb-skin-color-4);
  }
  :not(#tve) .tve-theme-1127 .top-section [data-css="tve-u-172c77fc740"] {
    letter-spacing: 2px;
    padding-bottom: 2px !important;
    margin-bottom: 0px !important;
    text-transform: uppercase !important;
    font-size: 11px !important;
    color: var(--tcb-skin-color-4) !important;
    --tcb-applied-color: var$(--tcb-skin-color-4) !important;
    font-weight: var(--g-bold-weight, bold) !important;
    line-height: 1.3em !important;
  }
  :not(#tve) .tve-theme-1127 .top-section [data-css="tve-u-172c78228f4"] {
    letter-spacing: 2px;
    padding-bottom: 2px !important;
    margin-bottom: 0px !important;
    text-transform: uppercase !important;
    font-size: 11px !important;
    color: var(--tcb-skin-color-4) !important;
    --tcb-applied-color: var$(--tcb-skin-color-4) !important;
    font-weight: var(--g-bold-weight, bold) !important;
    line-height: 1.3em !important;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c783ce2c"] {
    background-color: rgb(255, 255, 255) !important;
    border-bottom: 1px solid rgb(243, 243, 243) !important;
    border-top: none !important;
  }
  :not(#tve) .tve-theme-1127 .top-section [data-css="tve-u-172c784d60c"] {
    letter-spacing: 4px;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    font-size: 9px !important;
    color: var(--tcb-skin-color-4) !important;
    --tcb-applied-color: var$(--tcb-skin-color-4) !important;
    font-weight: var(--g-regular-weight, normal) !important;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c784f28f"] {
    --tve-text-transform: uppercase;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c785027f"] {
    padding: 0px !important;
    margin: 0px !important;
  }
  :not(#tve) .tve-theme-1127 .top-section [data-css="tve-u-172c784f28f"] p,
  :not(#tve) .tve-theme-1127 .top-section [data-css="tve-u-172c784f28f"] li,
  :not(#tve)
    .tve-theme-1127
    .top-section
    [data-css="tve-u-172c784f28f"]
    blockquote,
  :not(#tve)
    .tve-theme-1127
    .top-section
    [data-css="tve-u-172c784f28f"]
    address,
  :not(#tve)
    .tve-theme-1127
    .top-section
    [data-css="tve-u-172c784f28f"]
    .tcb-plain-text,
  :not(#tve) .tve-theme-1127 .top-section [data-css="tve-u-172c784f28f"] label,
  :not(#tve) .tve-theme-1127 .top-section [data-css="tve-u-172c784f28f"] h1,
  :not(#tve) .tve-theme-1127 .top-section [data-css="tve-u-172c784f28f"] h2,
  :not(#tve) .tve-theme-1127 .top-section [data-css="tve-u-172c784f28f"] h3,
  :not(#tve) .tve-theme-1127 .top-section [data-css="tve-u-172c784f28f"] h4,
  :not(#tve) .tve-theme-1127 .top-section [data-css="tve-u-172c784f28f"] h5,
  :not(#tve) .tve-theme-1127 .top-section [data-css="tve-u-172c784f28f"] h6 {
    text-transform: var(--tve-text-transform, uppercase);
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c79788aa"] {
    padding: 0px !important;
  }
  :not(#tve) .tve-theme-1127 .top-section [data-css="tve-u-172c79b367e"] {
    letter-spacing: 1px;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    text-transform: none !important;
    font-size: 10px !important;
    color: rgba(0, 0, 0, 0.65) !important;
    --tcb-applied-color: rgba(0, 0, 0, 0.65) !important;
    font-weight: var(--g-regular-weight, normal) !important;
    line-height: 1.3em !important;
  }
  :not(#tve) .tve-theme-1127 .top-section [data-css="tve-u-172c79b62ea"] {
    letter-spacing: 1px;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    text-transform: none !important;
    font-size: 10px !important;
    color: rgba(0, 0, 0, 0.65) !important;
    --tcb-applied-color: rgba(0, 0, 0, 0.65) !important;
    font-weight: var(--g-regular-weight, normal) !important;
    line-height: 1.3em !important;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c79ec22c"] {
    color: var(--tcb-skin-color-0) !important;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c7a0f768"] {
    padding: 10px 20px !important;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c7a0fd5e"] {
    float: none;
    margin: 0 auto !important;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c7a25fdd"] {
    margin-left: 0px !important;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c7a2fc1d"] {
    padding: 0px !important;
  }
  :not(#tve) .tve-theme-1127 .top-section [data-css="tve-u-172c7a3cc19"] {
    letter-spacing: 4px;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    font-size: 9px !important;
    color: var(--tcb-skin-color-4) !important;
    --tcb-applied-color: var$(--tcb-skin-color-4) !important;
    font-weight: var(--g-bold-weight, bold) !important;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c7a51825"]::after {
    clear: both;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c7a6d171"] {
    text-align: right;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c7aa3ee4"] {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  :not(#tve) .tve-theme-1127 .top-section [data-css="tve-u-172c7ab049a"] {
    letter-spacing: 1px;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    text-transform: none !important;
    font-size: 10px !important;
    color: rgba(0, 0, 0, 0.65) !important;
    --tcb-applied-color: rgba(0, 0, 0, 0.65) !important;
    font-weight: var(--g-regular-weight, normal) !important;
    line-height: 1.3em !important;
  }
  .tve-theme-1127
    .top-section
    [data-css="tve-u-172c7a0f768"]
    > .tcb-flex-col
    > .tcb-col {
    max-height: 1080px;
  }
  .tve-theme-1128 #wrapper {
    --header-background-width: 100%;
    --footer-background-width: 100%;
    --top-background-width: 100%;
    --bottom-background-width: 100%;
    --top-content-width: 100%;
  }
  .tve-theme-1128 .main-container {
    padding: 20px 10px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  :not(#layout) .tve-theme-1128 .main-container {
    --sidebar-size: 30.05%;
    --separator-size: 15px;
  }
  .tve-theme-1128 #content {
    padding-top: 0px !important;
    margin-top: 0px !important;
  }
  .tve-theme-1128 .content-section .section-content {
    padding: 20px 10px !important;
  }
  :not(#tve)
    .tve-theme-1128
    .content-section
    .shop-template-wrapper
    .product
    a.button:hover {
    color: var(--tve-color, rgb(255, 255, 255)) !important;
    --tve-color: rgb(255, 255, 255) !important;
    --tcb-applied-color: rgb(255, 255, 255) !important;
    background-color: var(--tcb-skin-color-0) !important;
  }
  .tve-theme-1128 .content-section [data-css="tve-u-17275f70cbc"] {
    margin-top: 0px !important;
    margin-bottom: 10px !important;
    background-color: transparent !important;
    padding: 0px !important;
  }
  :not(#layout) .tve-theme-1128 #wrapper {
    --layout-content-width: 1080px;
    --layout-background-width: 1080px;
  }
  .tve-theme-1128 .bottom-section .section-background {
    border-top: none;
    background-color: var(--tcb-skin-color-0) !important;
    background-image: none !important;
  }
  .tve-theme-1128 .bottom-section .section-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    --tve-font-size: 14px;
    --tve-color: rgba(255, 255, 255, 0.7);
    --tve-line-height: 1.75em;
    min-height: 247px !important;
    padding: 20px !important;
  }
  :not(#tve) .tve-theme-1128 .bottom-section [data-css="tve-u-172efcec08b"] {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1128 .bottom-section [data-css="tve-u-172efcfe51c"] {
    padding: 0px !important;
  }
  .tve-theme-1128 .bottom-section [data-css="tve-u-172efcfef9d"] {
    padding: 0px !important;
  }
  :not(#tve) .tve-theme-1128 .bottom-section [data-css="tve-u-172efd0243e"] {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1128 .bottom-section [data-css="tve-u-172efd16917"] {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding: 0px !important;
  }
  .tve-theme-1128 .bottom-section .section-content p,
  .tve-theme-1128 .bottom-section .section-content li,
  .tve-theme-1128 .bottom-section .section-content label,
  .tve-theme-1128 .bottom-section .section-content .tcb-plain-text {
    font-size: var(--tve-font-size, 14px);
    color: var(--tve-color, rgba(255, 255, 255, 0.7));
    --tcb-applied-color: rgba(255, 255, 255, 0.7);
    line-height: var(--tve-line-height, 1.75em);
  }
  .tve-theme-1128 .bottom-section [data-css="tve-u-172efd48fcd"] {
    margin-left: -30px;
    padding: 0px !important;
  }
  .tve-theme-1128 .bottom-section [data-css="tve-u-172efd4931a"] {
    margin: 0px !important;
  }
  .tve-theme-1128
    .bottom-section
    [data-css="tve-u-172efd48fcd"]
    > .tcb-flex-col {
    padding-left: 30px;
  }
  .tve-theme-1128 .bottom-section [data-css="tve-u-172efd4c7e5"] {
    padding: 0px !important;
    margin-bottom: 5px !important;
  }
  :not(#tve) .tve-theme-1128 .bottom-section [data-css="tve-u-172efdbd651"] {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1128 .bottom-section [data-css="tve-u-172efdd6b43"] {
    padding: 0px !important;
    margin-bottom: 20px !important;
  }
  .tve-theme-1128
    .bottom-section
    [data-css="tve-u-172efd16917"]
    .visa-style-4-st0,
  .tve-theme-1128
    .bottom-section
    [data-css="tve-u-172efd16917"]
    .masterCard-style-4-st0,
  .tve-theme-1128
    .bottom-section
    [data-css="tve-u-172efd16917"]
    .americanExpress-style-4-st0,
  .tve-theme-1128
    .bottom-section
    [data-css="tve-u-172efd16917"]
    .payPal-style-4-st0,
  .tve-theme-1128
    .bottom-section
    [data-css="tve-u-172efd16917"]
    .discover-style-4-st0,
  .tve-theme-1128
    .bottom-section
    [data-css="tve-u-172efd16917"]
    .bitcoin-style-4-st0,
  .tve-theme-1128
    .bottom-section
    [data-css="tve-u-172efd16917"]
    .googlePay-style-4-st0,
  .tve-theme-1128
    .bottom-section
    [data-css="tve-u-172efd16917"]
    .applePay-style-4-st0 {
    fill: rgb(255, 255, 255);
  }
  :not(#tve) .tve-theme-1128 .bottom-section [data-css="tve-u-172efe234a3"] {
    text-decoration-line: underline !important;
    --eff: thin !important;
    text-decoration-color: var(--eff-color, currentColor) !important;
    color: rgb(255, 255, 255) !important;
  }
  .tve-theme-1128 .bottom-section [data-css="tve-u-172efe2742d"] {
    float: none;
    max-width: 193px;
    padding: 0px !important;
    margin-bottom: 14px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  :not(#tve) .tve-theme-1128 .bottom-section [data-css="tve-u-172efe3cef5"] {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    color: rgb(255, 255, 255) !important;
    --tcb-applied-color: rgb(255, 255, 255) !important;
  }
  :not(#tve)
    .tve-theme-1128
    .bottom-section
    :not(#tve)
    [data-css="tve-u-172efe234a3"]:hover {
    color: var(--tcb-skin-color-9) !important;
  }
  :not(#tve) .tve-theme-1128 .bottom-section [data-css="tve-u-172efeb5eaf"] {
    color: rgb(255, 255, 255) !important;
    --tcb-applied-color: rgb(255, 255, 255) !important;
    font-size: 19px !important;
  }
  .tve-theme-1128 .bottom-section [data-css="tve-u-172efeece83"] {
    padding: 0px !important;
    margin-bottom: 20px !important;
  }
  .tve-theme-1128 .bottom-section [data-css="tve-u-172efeedde3"] {
    padding: 0px !important;
    margin-bottom: 20px !important;
  }
  .tve-theme-1128 .bottom-section [data-css="tve-u-172eff14243"] {
    font-size: 24px;
    margin-left: auto;
    margin-right: auto;
    width: 24px;
    height: 24px;
    margin-top: 0px !important;
    margin-bottom: 5px !important;
  }
  :not(#tve)
    .tve-theme-1128
    .bottom-section
    [data-css="tve-u-172eff14243"]
    > :first-child {
    color: rgb(255, 255, 255);
  }
  .tve-theme-1128 .bottom-section [data-css="tve-u-172eff2d773"] {
    font-size: 24px;
    margin-left: auto;
    margin-right: auto;
    width: 24px;
    height: 24px;
    margin-top: 0px !important;
    margin-bottom: 5px !important;
  }
  :not(#tve)
    .tve-theme-1128
    .bottom-section
    [data-css="tve-u-172eff2d773"]
    > :first-child {
    color: rgb(255, 255, 255);
  }
  .tve-theme-1128 .bottom-section [data-css="tve-u-172eff2f2dd"] {
    font-size: 24px;
    margin-left: auto;
    margin-right: auto;
    width: 24px;
    height: 24px;
    margin-top: 0px !important;
    margin-bottom: 5px !important;
  }
  :not(#tve)
    .tve-theme-1128
    .bottom-section
    [data-css="tve-u-172eff2f2dd"]
    > :first-child {
    color: rgb(255, 255, 255);
  }
  .tve-theme-1128 .sidebar-section .section-background {
    border: medium none;
    background-color: transparent !important;
  }
  .tve-theme-1128 .sidebar-section .section-content {
    padding: 20px 10px !important;
  }
  .tve-theme-1128 .sidebar-section {
    margin: 0px !important;
  }
  .tve-theme-1128
    .sidebar-section
    [data-css="tve-u-1725b1dc49c"].tcb-post-list
    [data-css="tve-u-1725b1dc4a1"] {
    max-width: 46.8%;
  }
  .tve-theme-1128
    .sidebar-section
    [data-css="tve-u-1725b1dc49c"].tcb-post-list
    [data-css="tve-u-1725b1dc4a5"] {
    max-width: 53.2%;
  }
  .tve-theme-1128
    .sidebar-section
    [data-css="tve-u-1725b1dc49c"].tcb-post-list
    [data-css="tve-u-1725b1dc4a0"] {
    margin-left: -15px;
    padding: 0px !important;
    flex-direction: row !important;
  }
  .tve-theme-1128
    .sidebar-section
    [data-css="tve-u-1725b1dc49c"].tcb-post-list
    [data-css="tve-u-1725b1dc49f"] {
    margin: 0px !important;
  }
  .tve-theme-1128
    .sidebar-section
    [data-css="tve-u-1725b1dc49c"].tcb-post-list
    [data-css="tve-u-1725b1dc4a9"]
    .tcb-button-link {
    border-color: currentcolor currentcolor rgba(0, 0, 0, 0.6);
    border-style: none none solid;
    border-width: medium medium 1px;
    border-image: initial;
    border-radius: 0;
    overflow: hidden;
    text-align: left;
    padding: 0 0 6px !important;
  }
  :not(#tve)
    .tve-theme-1128
    .sidebar-section
    [data-css="tve-u-1725b1dc49c"].tcb-post-list
    [data-css="tve-u-1725b1dc4a9"]
    .tcb-button-link {
    font-size: var(--tve-font-size, 11px) !important;
  }
  :not(#tve)
    .tve-theme-1128
    .sidebar-section
    [data-css="tve-u-1725b1dc49c"].tcb-post-list
    [data-css="tve-u-1725b1dc4a9"]
    .tcb-button-link
    span {
    color: rgb(153, 153, 153);
  }
  :not(#tve)
    .tve-theme-1128
    .sidebar-section
    [data-css="tve-u-1725b1dc49c"].tcb-post-list
    [data-css="tve-u-1725b1dc4a9"]:hover
    .tcb-button-link
    span {
    color: var(--tve-color, var(--tcb-skin-color-0)) !important;
    --tcb-applied-color: var$(--tcb-skin-color-0) !important;
  }
  .tve-theme-1128
    .sidebar-section
    [data-css="tve-u-1725b1dc49c"].tcb-post-list
    [data-css="tve-u-1725b1dc4a0"]
    > .tcb-flex-col {
    padding-left: 15px;
  }
  :not(#tve)
    .tve-theme-1128
    .sidebar-section
    [data-css="tve-u-1725b1dc49c"].tcb-post-list
    [data-css="tve-u-1725b1dc4a7"] {
    letter-spacing: 0;
    padding-top: 0px !important;
    margin-top: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    font-size: 16px !important;
  }
  .tve-theme-1128
    .sidebar-section
    [data-css="tve-u-1725b1dc49c"].tcb-post-list
    [data-css="tve-u-1725b1dc4a6"] {
    padding: 0px !important;
    margin-bottom: 6px !important;
  }
  :not(#tve)
    .tve-theme-1128
    .sidebar-section
    [data-css="tve-u-1725b1dc49c"].tcb-post-list
    [data-css="tve-u-1725b1dc4a8"] {
    font-weight: var(--g-bold-weight, bold) !important;
  }
  :not(#tve)
    .tve-theme-1128
    .sidebar-section
    [data-css="tve-u-1725b1dc49c"].tcb-post-list
    [data-css="tve-u-1725b1dc4a9"]:hover {
    --tve-color: var(--tcb-skin-color-0) !important;
  }
  .tve-theme-1128
    .sidebar-section
    [data-css="tve-u-1725b1dc49c"].tcb-post-list
    [data-css="tve-u-1725b1dc4a3"] {
    border-radius: 12px;
    overflow: hidden;
    background-image: url(/wp-content/uploads/thrive-theme/images/Featured_img_3_03-150x84-1.jpg?dynamic_featured=1&size=thumbnail) !important;
    background-size: cover !important;
    background-position: 50% 50% !important;
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
  }
  .tve-theme-1128
    .sidebar-section
    [data-css="tve-u-1725b1dc49c"].tcb-post-list
    [data-css="tve-u-1725b1dc4a2"] {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding: 0px !important;
  }
  .tve-theme-1128
    .sidebar-section
    [data-css="tve-u-1725b1dc49c"].tcb-post-list
    .thrv-content-box
    [data-css="tve-u-1725b1dc4a4"] {
    min-height: 111px !important;
  }
  .tve-theme-1128
    .sidebar-section
    [data-css="tve-u-1725b1dc49c"].tcb-post-list
    [data-css="tve-u-1725b1dc4a9"] {
    --tve-font-size: 11px;
  }
  .tve-theme-1128
    .sidebar-section
    .tcb-post-list[data-css="tve-u-1725b1dc49c"]
    .post-wrapper.thrv_wrapper {
    width: calc((100% - 0px) / 1);
  }
  .tve-theme-1128
    .sidebar-section
    .tcb-post-list[data-css="tve-u-1725b1dc49c"]
    .post-wrapper.thrv_wrapper:nth-child(n + 2) {
    margin-top: 30px !important;
  }
  .tve-theme-1128
    .sidebar-section
    .tcb-post-list[data-css="tve-u-1725b1dc49c"]
    .post-wrapper.thrv_wrapper:not(:nth-child(n + 2)) {
    margin-top: 0px !important;
  }
  .tve-theme-1128
    .sidebar-section
    .tcb-post-list[data-css="tve-u-1725b1dc49c"]
    .post-wrapper.thrv_wrapper:nth-child(n) {
    margin-right: 0px !important;
  }
  .tve-theme-1128 .sidebar-section [data-css="tve-u-1725b21072f"] {
    display: inline-block;
    margin-bottom: 0px !important;
    padding: 1px !important;
    margin-right: 14px !important;
  }
  .tve-theme-1128 .sidebar-section [data-css="tve-u-1725b1dc49c"] {
    margin-top: 20px !important;
    margin-bottom: 50px !important;
  }
  :not(#tve) .tve-theme-1128 .sidebar-section [data-css="tve-u-1725b3b7405"] {
    letter-spacing: 6px;
    text-transform: uppercase !important;
    font-size: 13px !important;
    color: rgb(153, 153, 153) !important;
    --tcb-applied-color: rgb(153, 153, 153) !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1128 .sidebar-section [data-css="tve-u-1725b3c3fd6"] {
    text-transform: none !important;
    letter-spacing: 0px !important;
    font-size: 14px !important;
    --tcb-applied-color: rgb(225, 41, 113) !important;
  }
  .tve-theme-1128
    .sidebar-section
    [data-css="tve-u-1725b1dc49c"].tcb-post-list
    [data-css="tve-u-1725b1dc4a2"]:hover
    [data-css="tve-u-1725b1dc4a3"] {
    background-image:
      linear-gradient(var(--tcb-skin-color-8), var(--tcb-skin-color-8)),
      url(/wp-content/uploads/thrive-theme/images/pennant-1-150x150-1.jpg?dynamic_featured=1&size=thumbnail) !important;
    background-size: auto, cover !important;
    background-position:
      50% 50%,
      50% 50% !important;
    background-attachment: scroll, scroll !important;
    background-repeat: no-repeat, no-repeat !important;
  }
  :not(#tve)
    .tve-theme-1128
    .sidebar-section
    [data-css="tve-u-1725b1dc49c"].tcb-post-list
    [data-css="tve-u-1725b66a9d6"] {
    color: rgb(12, 17, 21) !important;
    --tcb-applied-color: rgb(12, 17, 21) !important;
  }
  :not(#tve)
    .tve-theme-1128
    .sidebar-section
    [data-css="tve-u-1725b1dc49c"].tcb-post-list
    [data-css="tve-u-1725b1dc4a9"]:hover
    .tcb-button-link {
    border-bottom: 1px solid var(--tcb-skin-color-1) !important;
  }
  :not(#tve)
    .tve-theme-1128
    .sidebar-section
    [data-css="tve-u-1725b1dc49c"].tcb-post-list
    [data-css="tve-u-1725b66a9d6"]:hover {
    text-decoration: none !important;
  }
  .tve-theme-1128 .sidebar-section [data-css="tve-u-1725b7acda9"] {
    display: inline-block;
    margin-bottom: 0px !important;
    padding: 1px !important;
  }
  :not(#tve) .tve-theme-1128 .sidebar-section [data-css="tve-u-1725b7b6244"] {
    letter-spacing: 6px;
    text-transform: uppercase !important;
    font-size: 13px !important;
    color: rgb(225, 41, 113) !important;
    --tcb-applied-color: rgb(225, 41, 113) !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1128 .sidebar-section [data-css="tve-u-1725ba1e54e"] {
    background-color: rgb(236, 236, 237) !important;
    background-image:
      linear-gradient(
        129deg,
        rgb(225, 225, 225) 0%,
        rgba(255, 255, 255, 0) 72%
      ),
      url(/wp-content/uploads/thrive-theme/images/Woocom_Sidebar-offer-01_03.jpg) !important;
    background-size: auto, auto !important;
    background-position:
      50% 50%,
      50% 50% !important;
    background-attachment: scroll, scroll !important;
    background-repeat: no-repeat, no-repeat !important;
  }
  .tve-theme-1128 .sidebar-section [data-css="tve-u-1725ba26717"] {
    --tve-color: rgb(255, 255, 255);
    min-height: 350px !important;
  }
  .tve-theme-1128 .sidebar-section [data-css="tve-u-1725ba478f3"] {
    display: inline-block;
    padding: 0px !important;
    margin-right: 12px !important;
  }
  :not(#tve) .tve-theme-1128 .sidebar-section [data-css="tve-u-1725ba56824"] {
    font-size: 100px !important;
    color: rgb(255, 255, 255) !important;
    --tcb-applied-color: rgb(255, 255, 255) !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    line-height: 1em !important;
    font-weight: var(--g-regular-weight, normal) !important;
  }
  :not(#tve)
    .tve-theme-1128
    .sidebar-section
    .thrv-content-box
    [data-css="tve-u-1725ba26717"]
    p,
  :not(#tve)
    .tve-theme-1128
    .sidebar-section
    .thrv-content-box
    [data-css="tve-u-1725ba26717"]
    li,
  :not(#tve)
    .tve-theme-1128
    .sidebar-section
    .thrv-content-box
    [data-css="tve-u-1725ba26717"]
    blockquote,
  :not(#tve)
    .tve-theme-1128
    .sidebar-section
    .thrv-content-box
    [data-css="tve-u-1725ba26717"]
    address,
  :not(#tve)
    .tve-theme-1128
    .sidebar-section
    .thrv-content-box
    [data-css="tve-u-1725ba26717"]
    .tcb-plain-text,
  :not(#tve)
    .tve-theme-1128
    .sidebar-section
    .thrv-content-box
    [data-css="tve-u-1725ba26717"]
    label,
  :not(#tve)
    .tve-theme-1128
    .sidebar-section
    .thrv-content-box
    [data-css="tve-u-1725ba26717"]
    h1,
  :not(#tve)
    .tve-theme-1128
    .sidebar-section
    .thrv-content-box
    [data-css="tve-u-1725ba26717"]
    h2,
  :not(#tve)
    .tve-theme-1128
    .sidebar-section
    .thrv-content-box
    [data-css="tve-u-1725ba26717"]
    h3,
  :not(#tve)
    .tve-theme-1128
    .sidebar-section
    .thrv-content-box
    [data-css="tve-u-1725ba26717"]
    h4,
  :not(#tve)
    .tve-theme-1128
    .sidebar-section
    .thrv-content-box
    [data-css="tve-u-1725ba26717"]
    h5,
  :not(#tve)
    .tve-theme-1128
    .sidebar-section
    .thrv-content-box
    [data-css="tve-u-1725ba26717"]
    h6 {
    color: var(--tve-color, rgb(255, 255, 255));
    --tcb-applied-color: rgb(255, 255, 255);
  }
  .tve-theme-1128 .sidebar-section [data-css="tve-u-1725ba784ec"] {
    font-size: 42px !important;
  }
  .tve-theme-1128 .sidebar-section [data-css="tve-u-1725bac5eae"] {
    padding: 20px !important;
    margin-bottom: 40px !important;
  }
  .tve-theme-1128
    .sidebar-section
    [data-css="tve-u-1725bae44b0"]
    .tcb-button-link {
    letter-spacing: var(--tve-letter-spacing, 1px);
    border: 2px solid var(--tcb-local-color-b8c9c);
    background-color: transparent !important;
    padding: 16px !important;
  }
  :not(#tve)
    .tve-theme-1128
    .sidebar-section
    [data-css="tve-u-1725bae44b0"]
    .tcb-button-link
    span {
    font-weight: var(--tve-font-weight, var(--g-bold-weight, bold));
    color: var(--tve-color, var(--tcb-local-color-b8c9c));
    --tcb-applied-color: var$(--tcb-local-color-b8c9c);
    text-transform: var(--tve-text-transform, uppercase);
  }
  .tve-theme-1128 .sidebar-section [data-css="tve-u-1725bae44b0"] {
    --tve-font-weight: var(--g-bold-weight, bold);
    --tve-letter-spacing: 1px;
    --tve-color: var(--tcb-local-color-b8c9c);
    --tcb-local-color-ef6da: rgb(19, 114, 211);
    float: left;
    --tve-font-size: 11px;
    z-index: 3;
    position: relative;
    --tve-text-transform: uppercase;
    --tcb-local-color-b8c9c: var(--tcb-skin-color-4) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 20px !important;
  }
  :not(#tve)
    .tve-theme-1128
    .sidebar-section
    [data-css="tve-u-1725bae44b0"]:hover
    .tcb-button-link {
    border: 2px solid var(--tcb-local-color-b8c9c) !important;
    background-color: transparent !important;
    background-image: linear-gradient(
      var(--tcb-local-color-b8c9c),
      var(--tcb-local-color-b8c9c)
    ) !important;
    background-size: auto !important;
    background-position: 50% 50% !important;
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
  }
  .tve-theme-1128
    .sidebar-section
    [data-css="tve-u-1725bae44b0"]
    .tcb-button-link::after {
    background-color: transparent !important;
    background-image: linear-gradient(
      var(--tcb-local-color-b8c9c),
      var(--tcb-local-color-b8c9c)
    ) !important;
    background-size: auto !important;
    background-position: 50% 50% !important;
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
  }
  :not(#tve)
    .tve-theme-1128
    .sidebar-section
    [data-css="tve-u-1725bae44b0"]:hover
    .tcb-button-link
    span {
    color: var(--tve-color, rgb(255, 255, 255)) !important;
    --tcb-applied-color: rgb(255, 255, 255) !important;
  }
  :not(#tve)
    .tve-theme-1128
    .sidebar-section
    [data-css="tve-u-1725bae44b0"]:hover {
    --tve-color: rgb(255, 255, 255) !important;
  }
  :not(#tve)
    .tve-theme-1128
    .sidebar-section
    [data-css="tve-u-1725bae44b0"]
    .tcb-button-link {
    font-size: var(--tve-font-size, 11px) !important;
  }
  .tve-theme-1128 .sidebar-section [data-css="tve-u-1725baff07d"]::after {
    clear: both;
  }
  .tve-theme-1128 .sidebar-section [data-css="tve-u-1725bbda34d"] {
    padding: 1px !important;
  }
  :not(#tve) .tve-theme-1128 .sidebar-section [data-css="tve-u-1725bbf2198"] {
    text-transform: uppercase !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    font-size: 30px !important;
    color: var(--tcb-skin-color-4) !important;
    --tcb-applied-color: var$(--tcb-skin-color-4) !important;
    line-height: 1.2em !important;
  }
  .tve-theme-1128 .sidebar-section [data-css="tve-u-1725bbfdb8d"] {
    display: inline-block;
    padding: 0px !important;
  }
  .tve-theme-1128 .sidebar-section [data-css="tve-u-1725f836ef7"] {
    margin-bottom: 40px !important;
    margin-top: 40px !important;
  }
  :not(#tve) .tve-theme-1128 .sidebar-section [data-css="tve-u-1727ec15eeb"] {
    letter-spacing: 1px;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    font-weight: var(--g-bold-weight, bold) !important;
    color: var(--tcb-skin-color-3) !important;
    --tcb-applied-color: var$(--tcb-skin-color-3) !important;
    font-size: 15px !important;
    text-transform: uppercase !important;
  }
  :not(#tve) .tve-theme-1128 .sidebar-section [data-css="tve-u-1727ec1b772"] {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    font-weight: var(--g-regular-weight, normal) !important;
    color: rgb(190, 190, 190) !important;
    --tcb-applied-color: rgb(190, 190, 190) !important;
    font-size: 14px !important;
    line-height: 1.6em !important;
  }
  .tve-theme-1128 .sidebar-section [data-css="tve-u-1727ec262d9"] {
    padding: 0px !important;
    margin-left: 35px !important;
  }
  .tve-theme-1128 .sidebar-section [data-css="tve-u-1727ec2d187"] {
    padding: 0px !important;
  }
  :not(#tve)
    .tve-theme-1128
    .sidebar-section
    [data-css="tve-u-1727ec38175"]:hover
    .tcb-button-link {
    background-color: var(--tcb-skin-color-0) !important;
  }
  .tve-theme-1128 .sidebar-section [data-css="tve-u-1727ec38175"] {
    --tve-font-size: 9px;
    --tve-color: var(--tcb-skin-color-0);
    --tve-text-transform: uppercase;
    --tve-letter-spacing: 1px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    min-width: 100% !important;
  }
  .tve-theme-1128
    .sidebar-section
    [data-css="tve-u-1727ec38175"]
    .tcb-button-link {
    letter-spacing: var(--tve-letter-spacing, 1px);
    border-radius: 2px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.08) 0 2px 6px 0;
    background-color: rgb(255, 255, 255) !important;
    padding: 12px !important;
  }
  .tve-theme-1128
    .sidebar-section
    [data-css="tve-u-1727ec38175"]
    .tcb-button-link
    span {
    color: rgb(255, 255, 255);
    --tcb-applied-color: #fff;
  }
  :not(#tve)
    .tve-theme-1128
    .sidebar-section
    [data-css="tve-u-1727ec39d7e"]
    input,
  :not(#tve)
    .tve-theme-1128
    .sidebar-section
    [data-css="tve-u-1727ec39d7e"]
    select,
  :not(#tve)
    .tve-theme-1128
    .sidebar-section
    [data-css="tve-u-1727ec39d7e"]
    textarea {
    border: none;
    border-radius: 0;
    overflow: hidden;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding: 6px !important;
    background-color: transparent !important;
  }
  .tve-theme-1128 .sidebar-section [data-css="tve-u-1727ec437ba"] {
    max-width: 61.8%;
  }
  .tve-theme-1128 .sidebar-section [data-css="tve-u-1727ec4380b"] {
    max-width: 38.2%;
  }
  :not(#tve)
    .tve-theme-1128
    .sidebar-section
    [data-css="tve-u-1727ec38175"]
    .tcb-button-link {
    font-size: var(--tve-font-size, 9px) !important;
  }
  :not(#tve)
    .tve-theme-1128
    .sidebar-section
    [data-css="tve-u-1727ec39d7e"]
    input,
  :not(#tve)
    .tve-theme-1128
    .sidebar-section
    [data-css="tve-u-1727ec39d7e"]
    select,
  :not(#tve)
    .tve-theme-1128
    .sidebar-section
    [data-css="tve-u-1727ec39d7e"]
    textarea,
  :not(#tve)
    .tve-theme-1128
    .sidebar-section
    [data-css="tve-u-1727ec39d7e"]
    ::placeholder {
    font-size: var(--tve-font-size, 12px);
  }
  .tve-theme-1128 .sidebar-section [data-css="tve-u-1727ec39d7e"] {
    --tve-font-size: 12px;
  }
  .tve-theme-1128 .sidebar-section [data-css="tve-u-1727ec5307d"] {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1128
    .sidebar-section
    [data-css="tve-u-1727ec55225"]
    > .tcb-flex-col {
    padding-left: 4px;
  }
  .tve-theme-1128 .sidebar-section [data-css="tve-u-1727ec55225"] {
    margin-left: -4px;
  }
  .tve-theme-1128 .sidebar-section [data-css="tve-u-1727ec592d8"] {
    padding: 4px !important;
    background-color: rgb(245, 245, 245) !important;
  }
  :not(#tve)
    .tve-theme-1128
    .sidebar-section
    [data-css="tve-u-1727ec38175"]
    .tcb-button-link
    span {
    color: var(--tve-color, var(--tcb-skin-color-0));
    --tcb-applied-color: var$(--tcb-skin-color-0);
    text-transform: var(--tve-text-transform, uppercase);
  }
  .tve-theme-1128 .sidebar-section [data-css="tve-u-1727eca3594"] {
    font-size: 18px;
    margin-left: auto;
    width: 18px;
    height: 18px;
    float: left;
    z-index: 3;
    position: relative;
    border: 1px solid var(--tcb-skin-color-1);
    border-radius: 46px;
    overflow: hidden;
    margin-right: 10px !important;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    padding: 2px !important;
  }
  :not(#tve)
    .tve-theme-1128
    .sidebar-section
    [data-css="tve-u-1727eca3594"]
    > :first-child {
    color: var(--tcb-skin-color-8);
  }
  :not(#tve)
    .tve-theme-1128
    .sidebar-section
    :not(#tve)
    [data-css="tve-u-1727ec39d7e"]:hover
    input,
  :not(#tve)
    .tve-theme-1128
    .sidebar-section
    :not(#tve)
    [data-css="tve-u-1727ec39d7e"]:hover
    select,
  :not(#tve)
    .tve-theme-1128
    .sidebar-section
    :not(#tve)
    [data-css="tve-u-1727ec39d7e"]:hover
    textarea,
  :not(#tve)
    .tve-theme-1128
    .sidebar-section
    :not(#tve)
    [data-css="tve-u-1727ec39d7e"]:hover
    ::placeholder {
    color: var(--tve-color, var(--tcb-skin-color-3)) !important;
    --tcb-applied-color: var$(--tcb-skin-color-3) !important;
  }
  :not(#tve)
    .tve-theme-1128
    .sidebar-section
    [data-css="tve-u-1727ec39d7e"]:hover {
    --tve-color: var(--tcb-skin-color-3) !important;
  }
  .tve-theme-1128
    .sidebar-section
    [data-css="tve-u-1727ec55225"]
    > .tcb-flex-col
    > .tcb-col {
    justify-content: center;
  }
  :not(#tve)
    .tve-theme-1128
    .sidebar-section
    :not(#tve)
    [data-css="tve-u-1727ec38175"]:hover
    .tcb-button-link
    span {
    color: var(--tve-color, rgb(255, 255, 255)) !important;
    --tcb-applied-color: rgb(255, 255, 255) !important;
  }
  :not(#tve)
    .tve-theme-1128
    .sidebar-section
    [data-css="tve-u-1727ec38175"]:hover {
    --tve-color: rgb(255, 255, 255) !important;
  }
  :not(#tve) .tve-theme-1128 .sidebar-section [data-css="tve-u-1729e683b13"] {
    font-size: 11px !important;
  }
  .tve-theme-1128 .sidebar-section [data-css="tve-u-172bc3d8a8e"] {
    margin-top: 0px !important;
    margin-bottom: 40px !important;
  }
  .tve-theme-1128 .sidebar-section [data-css="tve-u-172bc3da3a7"] {
    margin-bottom: 40px !important;
    margin-top: 40px !important;
  }
  .tve-theme-1128 .sidebar-section [data-css="tve-u-17300844f13"] {
    margin-bottom: 40px !important;
    margin-top: 40px !important;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-1725b69447d"] {
    padding: 1px !important;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-1725b6f4a18"] {
    padding: 1px !important;
    margin: 0px !important;
  }
  :not(#tve) .tve-theme-1128 .top-section [data-css="tve-u-1725b70eff3"] {
    letter-spacing: 1px;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    text-transform: none !important;
    font-size: 11px !important;
    color: rgba(0, 0, 0, 0.65) !important;
    --tcb-applied-color: rgba(0, 0, 0, 0.65) !important;
    font-weight: var(--g-regular-weight, normal) !important;
    line-height: 1.3em !important;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-1725b726785"] {
    margin-left: -20px;
    padding: 1px !important;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-1725b7272ed"] {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1128
    .top-section
    [data-css="tve-u-1725b726785"]
    > .tcb-flex-col
    > .tcb-col {
    justify-content: center;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-1725b726785"] > .tcb-flex-col {
    padding-left: 20px;
  }
  :not(#tve) .tve-theme-1128 .top-section [data-css="tve-u-1725b89152d"] {
    color: inherit !important;
    text-decoration-line: none !important;
    --eff: none !important;
    text-decoration-color: var(--eff-color, currentColor) !important;
  }
  :not(#tve)
    .tve-theme-1128
    .top-section
    :not(#tve)
    [data-css="tve-u-1725b89152d"]:hover {
    text-decoration-line: none !important;
    --eff: none !important;
    text-decoration-color: var(--eff-color, currentColor) !important;
    color: rgb(112, 112, 112) !important;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-1725b91d170"] {
    padding: 1px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-1725b92033c"] {
    padding: 1px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-1725b999d4c"] {
    max-width: 49.9%;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-1725b999d50"] {
    max-width: 50.1%;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-1725b99d603"]::after {
    clear: both;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-1725b9a1445"] {
    margin-left: -21px;
    padding: 1px !important;
  }
  .tve-theme-1128
    .top-section
    [data-css="tve-u-1725b9a1445"]
    > .tcb-flex-col
    > .tcb-col {
    justify-content: center;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-1725b9a1445"] > .tcb-flex-col {
    padding-left: 21px;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-1725b9a758b"] {
    max-width: 39.3%;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-1725b9a758e"] {
    max-width: 60.7%;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-1725b9aa7af"]::after {
    clear: both;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-1725b9b3f84"] {
    margin-left: -20px;
    padding: 1px !important;
  }
  .tve-theme-1128
    .top-section
    [data-css="tve-u-1725b9b3f84"]
    > .tcb-flex-col
    > .tcb-col {
    justify-content: center;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-1725b9b3f84"] > .tcb-flex-col {
    padding-left: 20px;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-1725bcd2d3f"] {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1128 .top-section .section-background {
    border: none;
    background-color: rgb(255, 255, 255) !important;
    background-image: none !important;
  }
  .tve-theme-1128 .top-section .section-content {
    display: flex;
    flex-direction: column;
    --tve-color: rgb(255, 255, 255);
    padding: 0px !important;
    min-height: 290px !important;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-17274a8f36c"] {
    clip-path: url("#clip-left-caee57d9806bf");
    background-image: url(/wp-content/uploads/thrive-theme/images/shapeshift_top_section_004-1.jpg) !important;
    background-size: cover !important;
    background-position: 50% 30% !important;
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
    --tve-applied-background-image: url(/wp-content/uploads/thrive-theme/images/shapeshift_top_section_004-1.jpg) !important;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-17274a90d99"] {
    width: 94%;
    float: right;
    z-index: 3;
    position: relative;
    padding: 0px !important;
    margin: 0px !important;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-17274a927ac"] {
    height: 290px !important;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-17274a946ff"] {
    padding: 0px !important;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-17274a94ce5"] {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    background-color: var(--tcb-skin-color-0) !important;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-17274aa9dc2"] {
    clip-path: url("#clip-left-53dca9f2c1945");
    background-image: none !important;
    background-color: rgba(255, 255, 255, 0.1) !important;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-17274aaf43a"] {
    top: 0;
    padding: 0px !important;
    margin: 0px !important;
    position: relative !important;
    z-index: 12 !important;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-17274ab9260"]::after {
    clear: both;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-17274ac3397"] {
    top: 0;
    position: relative;
    width: 94%;
    float: right;
    padding: 0px !important;
    margin: 0px !important;
    z-index: 12 !important;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-17274ac43f9"]::after {
    clear: both;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-17274acb46f"] {
    max-width: 44.6%;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-17274acb4b3"] {
    max-width: 55.4%;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-17274aeb5ba"] {
    clip-path: url("#clip-left-53dca9f2c1945");
    background-image: none !important;
    background-color: rgba(255, 255, 255, 0.1) !important;
  }
  .tve-theme-1128
    .top-section
    [data-css="tve-u-17274a946ff"]
    > .tcb-flex-col
    > .tcb-col {
    justify-content: center;
  }
  .tve-theme-1128 .top-section .section-content p,
  .tve-theme-1128 .top-section .section-content li,
  .tve-theme-1128 .top-section .section-content label,
  .tve-theme-1128 .top-section .section-content .tcb-plain-text {
    color: var(--tve-color, rgb(255, 255, 255));
    --tcb-applied-color: rgb(255, 255, 255);
  }
  .tve-theme-1128 .top-section [data-css="tve-u-17274b0028c"] {
    float: right;
    z-index: 3;
    position: relative;
    width: 450px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-17274b00290"]::after {
    clear: both;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-17274b0593b"] {
    padding: 0px !important;
  }
  :not(#tve) .tve-theme-1128 .top-section [data-css="tve-u-17274b0a102"] {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    font-size: 12px !important;
  }
  :not(#tve) .tve-theme-1128 .top-section [data-css="tve-u-17274b1f88d"] {
    letter-spacing: 1px;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    color: var(--tcb-skin-color-10) !important;
    --tcb-applied-color: var$(--tcb-skin-color-10) !important;
    font-weight: var(--g-regular-weight, normal) !important;
    font-style: normal !important;
    line-height: 1.1em !important;
    font-size: 22px !important;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-17274b24ec2"] {
    padding: 0px !important;
    background-color: transparent !important;
    background-image: none !important;
    margin-bottom: 20px !important;
    margin-top: 5px !important;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-17274b694af"] {
    height: 290px !important;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-17274b6f348"] {
    height: 290px !important;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-17274ba784a"] {
    background-color: transparent !important;
    border: none !important;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-17274ba846c"] {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-17274bcd136"] {
    font-size: 26px;
    width: 26px;
    height: 26px;
    border-radius: 100px;
    overflow: hidden;
    border: medium none;
    float: left;
    z-index: 3;
    position: relative;
    padding: 12px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    background-color: rgb(255, 255, 255) !important;
  }
  :not(#tve)
    .tve-theme-1128
    .top-section
    [data-css="tve-u-17274bcd136"]
    > :first-child {
    color: var(--tcb-skin-color-0);
  }
  .tve-theme-1128 .top-section [data-css="tve-u-17274bcd13c"]::after {
    clear: both;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-17274bd5830"] {
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    overflow: hidden;
    float: right;
    z-index: 3;
    position: relative;
    border: medium none;
    padding: 12px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    background-color: rgb(255, 255, 255) !important;
  }
  :not(#tve)
    .tve-theme-1128
    .top-section
    [data-css="tve-u-17274bd5830"]
    > :first-child {
    color: var(--tcb-skin-color-0);
  }
  .tve-theme-1128 .top-section [data-css="tve-u-17274bd6d19"] {
    font-size: 22px;
    margin-left: auto;
    margin-right: auto;
    width: 22px;
    height: 22px;
    border-radius: 100px;
    overflow: hidden;
    float: right;
    z-index: 3;
    position: relative;
    border: medium none;
    padding: 12px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    background-color: rgb(255, 255, 255) !important;
  }
  :not(#tve)
    .tve-theme-1128
    .top-section
    [data-css="tve-u-17274bd6d19"]
    > :first-child {
    color: var(--tcb-skin-color-0);
  }
  .tve-theme-1128 .top-section [data-css="tve-u-17274be0bee"] {
    float: none;
    max-width: 1080px;
    margin: 0 auto !important;
    background-color: transparent !important;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-17274be9272"] {
    max-width: 27.4%;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-17274be9276"] {
    max-width: 72.6%;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-17274bef98a"] {
    max-width: 236px;
    padding: 1px !important;
    margin: 0px !important;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-17274c5de9a"] {
    padding: 0px !important;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-17274c5edd1"] {
    padding: 0px !important;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-17274c6083b"] {
    padding: 0px !important;
  }
  :not(#tve) .tve-theme-1128 .top-section [data-css="tve-u-17274c62c05"] {
    letter-spacing: 2px;
    padding-bottom: 2px !important;
    margin-bottom: 0px !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
    color: var(--tcb-skin-color-4) !important;
    --tcb-applied-color: var$(--tcb-skin-color-4) !important;
    font-weight: var(--g-bold-weight, bold) !important;
    line-height: 1.3em !important;
  }
  :not(#tve) .tve-theme-1128 .top-section [data-css="tve-u-17274c65d9d"] {
    letter-spacing: 2px;
    padding-bottom: 2px !important;
    margin-bottom: 0px !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
    color: var(--tcb-skin-color-4) !important;
    --tcb-applied-color: var$(--tcb-skin-color-4) !important;
    font-weight: var(--g-bold-weight, bold) !important;
    line-height: 1.3em !important;
  }
  :not(#tve) .tve-theme-1128 .top-section [data-css="tve-u-17274c6739e"] {
    letter-spacing: 2px;
    padding-bottom: 2px !important;
    margin-bottom: 0px !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
    color: var(--tcb-skin-color-4) !important;
    --tcb-applied-color: var$(--tcb-skin-color-4) !important;
    font-weight: var(--g-bold-weight, bold) !important;
    line-height: 1.3em !important;
  }
  :not(#tve) .tve-theme-1128 .top-section [data-css="tve-u-1727ff0f457"] {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    font-size: 84px !important;
    font-weight: var(--g-bold-weight, bold) !important;
    line-height: 0.9em !important;
    font-style: italic !important;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-1727ff1cc59"] {
    text-transform: uppercase !important;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-1727ff1fc0f"] {
    font-weight: normal !important;
    font-size: 58px !important;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-172a2dce50f"] .tcb-button-link {
    letter-spacing: var(--tve-letter-spacing, 2px);
    background-color: var(--tcb-local-color-17ee7) !important;
    padding: 18px !important;
    background-image: none !important;
  }
  :not(#tve)
    .tve-theme-1128
    .top-section
    [data-css="tve-u-172a2dce50f"]
    .tcb-button-link {
    font-size: var(--tve-font-size, 13px) !important;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-172a2dce50f"] {
    --tve-font-size: 13px;
    --tve-font-weight: var(--g-regular-weight, normal);
    --tve-letter-spacing: 2px;
    --tcb-local-color-b9181: rgb(19, 114, 211);
    --tcb-local-color-17ee7: var(--tcb-skin-color-3);
    float: left;
    z-index: 3;
    position: relative;
    margin: 0 auto !important;
  }
  :not(#tve)
    .tve-theme-1128
    .top-section
    [data-css="tve-u-172a2dce50f"]
    .tcb-button-link
    span {
    font-weight: var(--tve-font-weight, var(--g-regular-weight, normal));
  }
  :not(#tve)
    .tve-theme-1128
    .top-section
    [data-css="tve-u-172a2dce50f"]:hover
    .tcb-button-link {
    background-image: linear-gradient(
      rgba(255, 255, 255, 0.08),
      rgba(255, 255, 255, 0.08)
    ) !important;
    background-size: auto !important;
    background-position: 50% 50% !important;
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
    background-color: var(--tcb-local-color-17ee7) !important;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-172a2dd6e38"]::after {
    clear: both;
  }
  :not(#tve) .tve-theme-1128 .top-section [data-css="tve-u-172ff5d005b"] {
    letter-spacing: 1px;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    text-transform: none !important;
    font-size: 11px !important;
    color: rgba(0, 0, 0, 0.65) !important;
    --tcb-applied-color: rgba(0, 0, 0, 0.65) !important;
    font-weight: var(--g-regular-weight, normal) !important;
    line-height: 1.3em !important;
  }
  :not(#tve) .tve-theme-1128 .top-section [data-css="tve-u-172ff5d1bdf"] {
    letter-spacing: 1px;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    text-transform: none !important;
    font-size: 11px !important;
    color: rgba(0, 0, 0, 0.65) !important;
    --tcb-applied-color: rgba(0, 0, 0, 0.65) !important;
    font-weight: var(--g-regular-weight, normal) !important;
    line-height: 1.3em !important;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-172ff6007be"] {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1130 .main-container {
    padding: 20px 10px !important;
  }
  .tve-theme-1130 #wrapper {
    --header-background-width: 100%;
    --footer-background-width: 100%;
    --top-background-width: 100%;
    --bottom-background-width: 100%;
  }
  .tve-theme-1130 #content {
    padding: 0px !important;
  }
  .tve-theme-1130 .top-section .section-content {
    justify-content: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    min-height: 200px !important;
  }
  .tve-theme-1130 .top-section .section-background {
    background-color: var(--tcb-skin-color-0) !important;
    background-image: none !important;
  }
  .tve-theme-1130 .top-section .section-content p,
  .tve-theme-1130 .top-section .section-content li,
  .tve-theme-1130 .top-section .section-content label,
  .tve-theme-1130 .top-section .section-content .tcb-plain-text {
    color: rgb(255, 255, 255);
    --tcb-applied-color: rgb(255, 255, 255);
  }
  :not(#tve) .tve-theme-1130 .top-section [data-css="tve-u-16f189c8a2a"] {
    --tcb-applied-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255) !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    font-size: 40px !important;
  }
  .tve-theme-1130 .top-section [data-css="tve-u-16f189cbb67"] {
    max-width: 20%;
  }
  .tve-theme-1130 .top-section [data-css="tve-u-16f189cbb79"] {
    max-width: 60%;
  }
  .tve-theme-1130 .top-section [data-css="tve-u-16f189cbb8a"] {
    max-width: 20%;
  }
  .tve-theme-1130
    .top-section
    [data-css="tve-u-16f18a12c8d"]
    > .tcb-flex-col
    > .tcb-col {
    justify-content: center;
  }
  .tve-theme-1130 .top-section [data-css="tve-u-16f18a12c8d"] {
    padding: 0px !important;
  }
  .tve-theme-1130 .top-section [data-css="tve-u-16f18a1470c"] {
    float: none;
    min-width: 780px;
    margin: 0 auto 8px !important;
  }
  .tve-theme-1130
    .top-section
    .thrv-divider[data-css="tve-u-16f18a16842"]
    .tve_sep {
    border-width: 1px !important;
    border-color: rgba(255, 255, 255, 0.26) !important;
  }
  .tve-theme-1130
    .top-section
    .thrv-divider[data-css="tve-u-16f18a198ec"]
    .tve_sep {
    border-width: 1px !important;
    border-color: rgba(255, 255, 255, 0.26) !important;
  }
  .tve-theme-1130 .top-section [data-css="tve-u-16f18a29140"] {
    padding: 0px !important;
  }
  :not(#tve) .tve-theme-1130 .top-section [data-css="tve-u-16f18a2a395"] {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    line-height: 1.5em !important;
    padding-top: 0px !important;
    margin-top: 0px !important;
  }
  .tve-theme-1130 .top-section [data-css="tve-u-16f18a35a22"] {
    padding: 0px !important;
  }
  .tve-theme-1130 .sidebar-section [data-css="tve-u-17066f3f202"] {
    background-color: var(--tcb-skin-color-9) !important;
    background-image: none !important;
  }
  .tve-theme-1130 .sidebar-section .section-background {
    background-color: rgb(255, 255, 255) !important;
  }
  .tve-theme-1130 .sidebar-section .section-content {
    padding: 15px !important;
  }
  .tve-theme-1130 .sidebar-section [data-css="tve-u-17066fc9dda"] {
    margin-bottom: 10px !important;
    padding: 0px !important;
  }
  .tve-theme-1130 .sidebar-section [data-css="tve-u-170670db2de"] {
    box-shadow: none;
    opacity: 1;
    filter: grayscale(0%) brightness(100%) contrast(100%) blur(0) sepia(0%)
      invert(0%) saturate(100%) hue-rotate(0deg);
    background-color: rgb(255, 255, 255) !important;
    background-image: none !important;
    border: 3px solid var(--tcb-skin-color-9) !important;
  }
  .tve-theme-1130 .sidebar-section [data-css="tve-u-170670dfdd8"] {
    text-align: center;
  }
  :not(#tve)
    .tve-theme-1130
    .sidebar-section
    [data-css="tve-u-170670eee10"]
    .tcb-button-link {
    font-family: var(--tve-font-family, Muli);
    font-size: var(--tve-font-size, 13px) !important;
  }
  .tve-theme-1130 .sidebar-section [data-css="tve-u-170670eee10"] {
    --tve-font-size: 13px;
    --tve-color: rgb(255, 255, 255);
    --tve-font-weight: var(--g-bold-weight, bold);
    --tve-font-family: Muli;
    --g-regular-weight: 400;
    --g-bold-weight: 600;
    --tve-text-transform: uppercase;
    --tve-letter-spacing: 0px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    min-width: 100% !important;
  }
  .tve-theme-1130
    .sidebar-section
    [data-css="tve-u-170670eee10"]
    .tcb-button-link {
    border: none;
    border-radius: 0;
    overflow: hidden;
    letter-spacing: var(--tve-letter-spacing, 0);
    background-color: var(--tcb-skin-color-0) !important;
    padding: 17px 25px !important;
  }
  :not(#tve)
    .tve-theme-1130
    .sidebar-section
    [data-css="tve-u-170670eee10"]
    .tcb-button-link
    span {
    color: var(--tve-color, rgb(255, 255, 255));
    --tcb-applied-color: rgb(255, 255, 255);
    font-weight: var(--tve-font-weight, var(--g-bold-weight, bold));
    text-transform: var(--tve-text-transform, uppercase);
  }
  .tve-theme-1130 .sidebar-section [data-css="tve-u-170671b39c3"] {
    margin-top: 0px !important;
    margin-bottom: 40px !important;
    padding: 25px !important;
  }
  .tve-theme-1130
    .sidebar-section
    [data-css="tve-u-170671d4d74"]
    .thrive-dynamic-styled-list-item {
    justify-content: flex-start;
    text-align: left;
    --tve-font-weight: var(--g-regular-weight, normal);
    --tve-font-family: Muli;
    --g-regular-weight: 400;
    --g-bold-weight: 500;
    border-bottom: none;
    --tve-font-size: 16px;
    --tve-color: var(--tcb-skin-color-16);
    margin-bottom: 0px !important;
    padding-bottom: 5px !important;
  }
  :not(#tve)
    .tve-theme-1130
    .sidebar-section
    [data-css="tve-u-170671d4d74"]
    .thrive-dynamic-styled-list-item
    p,
  :not(#tve)
    .tve-theme-1130
    .sidebar-section
    [data-css="tve-u-170671d4d74"]
    .thrive-dynamic-styled-list-item
    li,
  :not(#tve)
    .tve-theme-1130
    .sidebar-section
    [data-css="tve-u-170671d4d74"]
    .thrive-dynamic-styled-list-item
    blockquote,
  :not(#tve)
    .tve-theme-1130
    .sidebar-section
    [data-css="tve-u-170671d4d74"]
    .thrive-dynamic-styled-list-item
    address,
  :not(#tve)
    .tve-theme-1130
    .sidebar-section
    [data-css="tve-u-170671d4d74"]
    .thrive-dynamic-styled-list-item
    .tcb-plain-text,
  :not(#tve)
    .tve-theme-1130
    .sidebar-section
    [data-css="tve-u-170671d4d74"]
    .thrive-dynamic-styled-list-item
    label {
    font-weight: var(--tve-font-weight, var(--g-regular-weight, normal));
    font-family: var(--tve-font-family, Muli);
    font-size: var(--tve-font-size, 16px);
  }
  :not(#tve) .tve-theme-1130 .sidebar-section [data-css="tve-u-170671d4d74"] p,
  :not(#tve) .tve-theme-1130 .sidebar-section [data-css="tve-u-170671d4d74"] li,
  :not(#tve)
    .tve-theme-1130
    .sidebar-section
    [data-css="tve-u-170671d4d74"]
    blockquote,
  :not(#tve)
    .tve-theme-1130
    .sidebar-section
    [data-css="tve-u-170671d4d74"]
    address,
  :not(#tve)
    .tve-theme-1130
    .sidebar-section
    [data-css="tve-u-170671d4d74"]
    .tcb-plain-text,
  :not(#tve)
    .tve-theme-1130
    .sidebar-section
    [data-css="tve-u-170671d4d74"]
    label {
    font-weight: var(--tve-font-weight, var(--g-regular-weight, normal));
    font-family: var(--tve-font-family, Muli);
  }
  .tve-theme-1130 .sidebar-section [data-css="tve-u-170671d4d74"] {
    --tve-font-weight: var(--g-regular-weight, normal);
    --tve-font-family: Muli;
    --g-regular-weight: 400;
    --g-bold-weight: 500;
    margin-bottom: 30px !important;
  }
  :not(#tve)
    .tve-theme-1130
    .sidebar-section
    [data-css="tve-u-170671d4d74"]
    .thrive-dynamic-styled-list-item
    p,
  :not(#tve)
    .tve-theme-1130
    .sidebar-section
    [data-css="tve-u-170671d4d74"]
    .thrive-dynamic-styled-list-item
    li,
  :not(#tve)
    .tve-theme-1130
    .sidebar-section
    [data-css="tve-u-170671d4d74"]
    .thrive-dynamic-styled-list-item
    blockquote,
  :not(#tve)
    .tve-theme-1130
    .sidebar-section
    [data-css="tve-u-170671d4d74"]
    .thrive-dynamic-styled-list-item
    address,
  :not(#tve)
    .tve-theme-1130
    .sidebar-section
    [data-css="tve-u-170671d4d74"]
    .thrive-dynamic-styled-list-item
    .tcb-plain-text,
  :not(#tve)
    .tve-theme-1130
    .sidebar-section
    [data-css="tve-u-170671d4d74"]
    .thrive-dynamic-styled-list-item
    label,
  :not(#tve)
    .tve-theme-1130
    .sidebar-section
    [data-css="tve-u-170671d4d74"]
    .thrive-dynamic-styled-list-item
    h1,
  :not(#tve)
    .tve-theme-1130
    .sidebar-section
    [data-css="tve-u-170671d4d74"]
    .thrive-dynamic-styled-list-item
    h2,
  :not(#tve)
    .tve-theme-1130
    .sidebar-section
    [data-css="tve-u-170671d4d74"]
    .thrive-dynamic-styled-list-item
    h3,
  :not(#tve)
    .tve-theme-1130
    .sidebar-section
    [data-css="tve-u-170671d4d74"]
    .thrive-dynamic-styled-list-item
    h4,
  :not(#tve)
    .tve-theme-1130
    .sidebar-section
    [data-css="tve-u-170671d4d74"]
    .thrive-dynamic-styled-list-item
    h5,
  :not(#tve)
    .tve-theme-1130
    .sidebar-section
    [data-css="tve-u-170671d4d74"]
    .thrive-dynamic-styled-list-item
    h6 {
    color: var(--tve-color, var(--tcb-skin-color-16));
    --tcb-applied-color: var$(--tcb-skin-color-16);
  }
  .tve-theme-1130 .sidebar-section [data-css="tve-u-170671ed5ae"] {
    margin-top: 0px !important;
    margin-bottom: 30px !important;
  }
  .tve-theme-1130 .sidebar-section [data-css="tve-u-17067200c9c"] {
    border-radius: 100px;
    overflow: hidden;
    float: none;
    margin: 0 auto 50px !important;
    background-color: transparent !important;
  }
  .tve-theme-1130 .sidebar-section [data-css="tve-u-1706722e266"] {
    text-align: center;
  }
  .tve-theme-1130
    .sidebar-section
    [data-css="tve-u-17067200c9c"]
    .tve_social_items {
    font-size: 13px !important;
  }
  :not(#tve)
    .tve-theme-1130
    .sidebar-section
    [data-css="tve-u-170670eee10"]:hover
    .tcb-button-link {
    border: none !important;
    background-image: linear-gradient(
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0.15)
    ) !important;
    background-size: auto !important;
    background-position: 50% 50% !important;
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
  }
  :not(#tve) .tve-theme-1130 .sidebar-section [data-css="tve-u-17067931458"] {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    margin-top: 0px !important;
    line-height: 1.5em !important;
  }
  .tve-theme-1130 .sidebar-section [data-css="tve-u-170679aaa25"] {
    width: 600px;
  }
  :not(#tve) .tve-theme-1130 .sidebar-section [data-css="tve-u-17067aabf55"] {
    --g-regular-weight: 400;
    --g-bold-weight: 500;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    margin-top: 0px !important;
    font-size: 20px !important;
    font-family: Literata !important;
    font-weight: var(--g-bold-weight, bold) !important;
    color: var(--tcb-skin-color-4) !important;
    --tcb-applied-color: var$(--tcb-skin-color-4) !important;
  }
  .tve-theme-1130 .sidebar-section [data-css="tve-u-17067ab1e02"] {
    background-color: transparent !important;
    padding-left: 1px !important;
    margin-bottom: 10px !important;
  }
  :not(#tve) .tve-theme-1130 .sidebar-section [data-css="tve-u-17067ab9379"] {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    margin-top: 0px !important;
    line-height: 1.5em !important;
    font-size: 16px !important;
  }
  :not(#tve)
    .tve-theme-1130
    .sidebar-section
    [data-css="tve-u-17067ac0875"]
    input,
  :not(#tve)
    .tve-theme-1130
    .sidebar-section
    [data-css="tve-u-17067ac0875"]
    select {
    border: none;
    border-radius: 0;
    overflow: hidden;
    font-family: var(--tve-font-family, Muli);
    text-align: center;
    font-size: var(--tve-font-size, 14px);
    box-shadow: none;
    background-color: rgb(255, 255, 255) !important;
    padding: 15px 10px !important;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
  }
  :not(#tve)
    .tve-theme-1130
    .sidebar-section
    [data-css="tve-u-17067ac0875"]
    input,
  :not(#tve)
    .tve-theme-1130
    .sidebar-section
    [data-css="tve-u-17067ac0875"]
    input::placeholder,
  :not(#tve)
    .tve-theme-1130
    .sidebar-section
    [data-css="tve-u-17067ac0875"]
    select {
    font-weight: var(--tve-font-weight, var(--g-regular-weight, normal));
    --tcb-applied-color: rgb(119, 119, 119);
    color: var(--tve-color, rgb(119, 119, 119)) !important;
  }
  .tve-theme-1130 .sidebar-section [data-css="tve-u-17067ac0875"] {
    --g-regular-weight: 400;
    --g-bold-weight: 700;
    --tve-font-weight: var(--g-regular-weight, normal);
    --tve-font-family: Muli;
    --tve-color: rgb(119, 119, 119);
    --tve-font-size: 14px;
  }
  :not(#tve)
    .tve-theme-1130
    .sidebar-section
    [data-css="tve-u-17067accf33"]
    button {
    font-size: var(--tve-font-size, 16px);
    text-transform: var(--tve-text-transform, uppercase);
    font-weight: var(--tve-font-weight, var(--g-bold-weight, bold));
    border: none;
    color: var(--tve-color, var(--tcb-skin-color-0));
    --tcb-applied-color: var$(--tcb-skin-color-0);
    font-family: var(--tve-font-family, Muli);
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    background-color: transparent !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  :not(#tve)
    .tve-theme-1130
    .sidebar-section
    [data-css="tve-u-17067accf33"]:hover
    button {
    background-image: linear-gradient(
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0.15)
    ) !important;
    background-size: auto !important;
    background-position: 50% 50% !important;
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
    text-decoration: var(--tve-text-decoration, underline) !important;
  }
  .tve-theme-1130 .sidebar-section [data-css="tve-u-17067accf33"] {
    --tve-font-size: 16px;
    --tve-text-transform: uppercase;
    --tve-font-weight: var(--g-bold-weight, bold);
    --tve-color: var(--tcb-skin-color-0);
    --tve-font-family: Muli;
    --g-bold-weight: 700;
  }
  .tve-theme-1130 .sidebar-section [data-css="tve-u-17067b095d3"] {
    margin-bottom: 0px !important;
    background-color: transparent !important;
  }
  :not(#tve)
    .tve-theme-1130
    .sidebar-section
    [data-css="tve-u-17067b4e564"]
    button {
    border-radius: 0;
    overflow: hidden;
    border: 2px solid rgb(78, 133, 243);
    color: rgb(78, 133, 243);
    --tcb-applied-color: rgb(78, 133, 243);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: var(--g-bold-weight, bold);
    letter-spacing: 1px;
    background-color: transparent !important;
    padding: 15px !important;
  }
  :not(#tve)
    .tve-theme-1130
    .sidebar-section
    [data-css="tve-u-17067b4e564"]:hover
    button {
    border: 2px solid rgb(15, 83, 218) !important;
    color: rgb(15, 83, 218) !important;
    --tcb-applied-color: rgb(15, 83, 218) !important;
  }
  .tve-theme-1130 .sidebar-section [data-css="tve-u-17067b4e566"] {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  :not(#tve)
    .tve-theme-1130
    .sidebar-section
    [data-css="tve-u-17067b4e569"]
    input {
    border-radius: 0;
    overflow: hidden;
    border: 1px solid rgba(100, 129, 186, 0.24);
    font-size: var(--tve-font-size, 14px);
    color: var(--tve-color, rgb(255, 255, 255));
    --tcb-applied-color: rgb(255, 255, 255);
    text-transform: var(--tve-text-transform, capitalize);
    letter-spacing: var(--tve-letter-spacing, 0);
  }
  :not(#tve)
    .tve-theme-1130
    .sidebar-section
    [data-css="tve-u-17067b4e569"]:hover
    input {
    border: 1px solid rgba(97, 143, 234, 0.5) !important;
    color: rgba(0, 0, 0, 0.85) !important;
    --tcb-applied-color: rgba(0, 0, 0, 0.85) !important;
  }
  .tve-theme-1130 .sidebar-section [data-css="tve-u-17067b4e569"] input {
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 12px !important;
    background-color: transparent !important;
  }
  .tve-theme-1130 .sidebar-section [data-css="tve-u-17067b5d81d"] {
    background-color: rgb(255, 255, 255) !important;
    margin-top: 0px !important;
    margin-bottom: 30px !important;
  }
  .tve-theme-1130 .sidebar-section [data-css="tve-u-17067b4e569"] {
    --tve-text-transform: capitalize;
    --tve-color: rgb(255, 255, 255);
    --tve-font-size: 14px;
    --tve-letter-spacing: 0px;
  }
  .tve-theme-1130 .sidebar-section [data-css="tve-u-17067bb40b3"] {
    margin-top: 0px !important;
    border-left: none !important;
    padding-left: 1px !important;
    margin-bottom: 10px !important;
  }
  .tve-theme-1130
    .sidebar-section
    .tcb-post-list[data-css="tve-u-17067be2282"]
    .post-wrapper.thrv_wrapper {
    width: calc((100% - 0px) / 1);
  }
  .tve-theme-1130
    .sidebar-section
    .tcb-post-list[data-css="tve-u-17067be2282"]
    .post-wrapper.thrv_wrapper:nth-child(n + 2) {
    margin-top: 15px !important;
  }
  .tve-theme-1130
    .sidebar-section
    [data-css="tve-u-17067be2282"].tcb-post-list
    [data-css="tve-u-17067be2289"] {
    max-width: 28%;
  }
  .tve-theme-1130
    .sidebar-section
    [data-css="tve-u-17067be2282"].tcb-post-list
    [data-css="tve-u-17067be228d"] {
    max-width: 72%;
  }
  .tve-theme-1130
    .sidebar-section
    [data-css="tve-u-17067be2282"].tcb-post-list
    [data-css="tve-u-17067be2288"] {
    margin-left: -15px;
    padding: 0px !important;
  }
  .tve-theme-1130
    .sidebar-section
    [data-css="tve-u-17067be2282"].tcb-post-list
    [data-css="tve-u-17067be2287"] {
    margin: 0px !important;
  }
  .tve-theme-1130
    .sidebar-section
    [data-css="tve-u-17067be2282"].tcb-post-list
    [data-css="tve-u-17067be2292"]
    .tcb-button-link {
    border: none;
    border-radius: 0;
    overflow: hidden;
    text-align: left;
    padding: 0px !important;
  }
  :not(#tve)
    .tve-theme-1130
    .sidebar-section
    [data-css="tve-u-17067be2282"].tcb-post-list
    [data-css="tve-u-17067be2292"]
    .tcb-button-link {
    font-size: var(--tve-font-size, 12px) !important;
  }
  :not(#tve)
    .tve-theme-1130
    .sidebar-section
    [data-css="tve-u-17067be2282"].tcb-post-list
    [data-css="tve-u-17067be2292"]
    .tcb-button-link
    span {
    color: rgb(153, 153, 153);
  }
  :not(#tve)
    .tve-theme-1130
    .sidebar-section
    [data-css="tve-u-17067be2282"].tcb-post-list
    [data-css="tve-u-17067be2292"]:hover
    .tcb-button-link
    span {
    color: var(--tve-color, rgb(0, 143, 255)) !important;
    --tcb-applied-color: rgb(0, 143, 255) !important;
  }
  .tve-theme-1130
    .sidebar-section
    [data-css="tve-u-17067be2282"].tcb-post-list
    [data-css="tve-u-17067be2288"]
    > .tcb-flex-col {
    padding-left: 15px;
  }
  .tve-theme-1130
    .sidebar-section
    [data-css="tve-u-17067be2288"]
    > .tcb-flex-col {
    padding-left: 15px;
  }
  .tve-theme-1130 .sidebar-section [data-css="tve-u-17067be2288"] {
    margin-left: -15px;
  }
  :not(#tve)
    .tve-theme-1130
    .sidebar-section
    [data-css="tve-u-17067be2282"].tcb-post-list
    [data-css="tve-u-17067be228f"] {
    padding-top: 0px !important;
    margin-top: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    font-size: 16px !important;
  }
  .tve-theme-1130
    .sidebar-section
    [data-css="tve-u-17067be2282"].tcb-post-list
    [data-css="tve-u-17067be228e"] {
    padding: 0px !important;
    margin-bottom: 4px !important;
  }
  :not(#tve)
    .tve-theme-1130
    .sidebar-section
    [data-css="tve-u-17067be2282"].tcb-post-list
    [data-css="tve-u-17067be2291"] {
    font-weight: var(--g-bold-weight, bold) !important;
  }
  :not(#tve)
    .tve-theme-1130
    .sidebar-section
    [data-css="tve-u-17067be2282"].tcb-post-list
    [data-css="tve-u-17067be2292"]:hover {
    --tve-color: rgb(0, 143, 255) !important;
  }
  .tve-theme-1130
    .sidebar-section
    [data-css="tve-u-17067be2282"].tcb-post-list
    [data-css="tve-u-17067be228b"] {
    background-image: url(/wp-content/uploads/thrive-theme/images/Featured_img_3_03-10.jpg?dynamic_featured=1&size=full) !important;
    background-size: cover !important;
    background-position: 50% 50% !important;
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
  }
  .tve-theme-1130
    .sidebar-section
    [data-css="tve-u-17067be2282"].tcb-post-list
    [data-css="tve-u-17067be228a"] {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding: 0px !important;
  }
  .tve-theme-1130
    .sidebar-section
    [data-css="tve-u-17067be2282"].tcb-post-list
    .thrv-content-box
    [data-css="tve-u-17067be228c"] {
    min-height: 70px !important;
  }
  .tve-theme-1130
    .sidebar-section
    [data-css="tve-u-17067be2282"].tcb-post-list
    [data-css="tve-u-17067be2292"] {
    --tve-font-size: 12px;
  }
  .tve-theme-1130
    .sidebar-section
    .tcb-post-list[data-css="tve-u-17067be2282"]
    .post-wrapper.thrv_wrapper:not(:nth-child(n + 2)) {
    margin-top: 0px !important;
  }
  .tve-theme-1130
    .sidebar-section
    .tcb-post-list[data-css="tve-u-17067be2282"]
    .post-wrapper.thrv_wrapper:nth-child(n) {
    margin-right: 0px !important;
  }
  .tve-theme-1130 .sidebar-section [data-css="tve-u-17067be2282"] {
    max-width: 300px;
    margin-bottom: 30px !important;
  }
  :not(#tve)
    .tve-theme-1130
    .sidebar-section
    [data-css="tve-u-17067ac0875"]:hover
    input,
  :not(#tve)
    .tve-theme-1130
    .sidebar-section
    [data-css="tve-u-17067ac0875"]:hover
    input::placeholder,
  :not(#tve)
    .tve-theme-1130
    .sidebar-section
    [data-css="tve-u-17067ac0875"]:hover
    select {
    color: var(--tve-color, rgb(48, 48, 48)) !important;
    --tcb-applied-color: rgb(48, 48, 48) !important;
  }
  :not(#tve)
    .tve-theme-1130
    .sidebar-section
    [data-css="tve-u-17067ac0875"]:hover {
    --tve-color: rgb(48, 48, 48) !important;
  }
  :not(#tve)
    .tve-theme-1130
    .sidebar-section
    [data-css="tve-u-17067accf33"]:hover {
    --tve-text-decoration: underline !important;
  }
  :not(#tve) .tve-theme-1130 .sidebar-section [data-css="tve-u-17067cd1501"] {
    --g-regular-weight: 400;
    --g-bold-weight: 700;
    font-family: Muli !important;
    text-transform: uppercase !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    font-size: 16px !important;
    font-weight: var(--g-bold-weight, bold) !important;
  }
  :not(#tve) .tve-theme-1130 .sidebar-section [data-css="tve-u-17067cd4036"] {
    --g-regular-weight: 400;
    --g-bold-weight: 700;
    font-family: Muli !important;
    text-transform: uppercase !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    font-size: 16px !important;
  }
  :not(#tve) .tve-theme-1130 .sidebar-section [data-css="tve-u-17067cfab08"] {
    font-weight: var(--g-bold-weight, bold) !important;
  }
  .tve-theme-1130 .bottom-section .section-content {
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    min-height: 1px !important;
    padding: 40px 0px !important;
  }
  .tve-theme-1130 .bottom-section .section-background {
    border-top: none;
    background-image:
      linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)),
      url(/wp-content/uploads/thrive-theme/images/FB_Featured-img3-3-4.jpg) !important;
    background-size: auto, cover !important;
    background-position:
      50% 50%,
      50% 0% !important;
    background-attachment: scroll, scroll !important;
    background-repeat: no-repeat, no-repeat !important;
  }
  .tve-theme-1130 .bottom-section [data-css="tve-u-17068555cb6"] {
    float: none;
    margin: 0 auto !important;
    max-width: 321px !important;
  }
  :not(#tve) .tve-theme-1130 .bottom-section [data-css="tve-u-1706855cf3d"] {
    padding-top: 0px !important;
    margin-top: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    color: var(--tcb-skin-color-4) !important;
    --tcb-applied-color: var$(--tcb-skin-color-4) !important;
    font-weight: var(--g-bold-weight, bold) !important;
  }
  .tve-theme-1130 .bottom-section [data-css="tve-u-17068564c81"] {
    float: none;
    max-width: 541px;
    padding: 1px !important;
    margin: 0 auto !important;
  }
  :not(#tve)
    .tve-theme-1130
    .bottom-section
    [data-css="tve-u-17068549fd0"]
    input,
  :not(#tve)
    .tve-theme-1130
    .bottom-section
    [data-css="tve-u-17068549fd0"]
    select {
    font-size: var(--tve-font-size, 14px);
    text-align: center;
    font-family: var(--tve-font-family, Muli);
    letter-spacing: var(--tve-letter-spacing, 1px);
    border-top: none;
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    border-left: none;
    border-image: initial;
    border-radius: 0;
    overflow: hidden;
    margin-top: 12px !important;
    margin-bottom: 0px !important;
    padding: 12px 12px 5px !important;
    background-color: transparent !important;
  }
  .tve-theme-1130 .bottom-section [data-css="tve-u-17068549fd0"] {
    --tve-font-size: 14px;
    --tve-font-weight: var(--g-regular-weight, normal);
    --tve-font-family: Muli;
    --g-regular-weight: 400;
    --g-bold-weight: 600;
    --tve-color: var(--tcb-skin-color-5);
    --tve-letter-spacing: 1px;
  }
  :not(#tve)
    .tve-theme-1130
    .bottom-section
    [data-css="tve-u-17068549fd0"]
    input,
  :not(#tve)
    .tve-theme-1130
    .bottom-section
    [data-css="tve-u-17068549fd0"]
    input::placeholder,
  :not(#tve)
    .tve-theme-1130
    .bottom-section
    [data-css="tve-u-17068549fd0"]
    select {
    font-weight: var(--tve-font-weight, var(--g-regular-weight, normal));
    --tcb-applied-color: var$(--tcb-skin-color-5);
    color: var(--tve-color, var(--tcb-skin-color-5)) !important;
  }
  :not(#tve)
    .tve-theme-1130
    .bottom-section
    [data-css="tve-u-1706857716d"]
    button {
    font-size: var(--tve-font-size, 14px);
    font-weight: var(--tve-font-weight, var(--g-bold-weight, bold));
    letter-spacing: var(--tve-letter-spacing, 3px);
    font-family: var(--tve-font-family, Muli);
    background-color: var(--tcb-skin-color-1) !important;
    padding: 18px !important;
  }
  .tve-theme-1130 .bottom-section [data-css="tve-u-1706857716d"] {
    --tve-font-size: 14px;
    --tve-font-weight: var(--g-bold-weight, bold);
    --tve-letter-spacing: 3px;
    --tve-font-family: Muli;
    --g-regular-weight: 400;
    --g-bold-weight: 800;
  }
  :not(#tve)
    .tve-theme-1130
    .bottom-section
    [data-css="tve-u-17068549fd0"]:hover
    input,
  :not(#tve)
    .tve-theme-1130
    .bottom-section
    [data-css="tve-u-17068549fd0"]:hover
    input::placeholder,
  :not(#tve)
    .tve-theme-1130
    .bottom-section
    [data-css="tve-u-17068549fd0"]:hover
    select {
    color: var(--tve-color, var(--tcb-skin-color-3)) !important;
    --tcb-applied-color: var$(--tcb-skin-color-3) !important;
  }
  :not(#tve)
    .tve-theme-1130
    .bottom-section
    [data-css="tve-u-17068549fd0"]:hover {
    --tve-color: var(--tcb-skin-color-3) !important;
  }
  :not(#tve)
    .tve-theme-1130
    .bottom-section
    [data-css="tve-u-17068549fd0"]:hover
    input,
  :not(#tve)
    .tve-theme-1130
    .bottom-section
    [data-css="tve-u-17068549fd0"]:hover
    select {
    border-bottom: 1px solid var(--tcb-skin-color-18) !important;
  }
  :not(#tve)
    .tve-theme-1130
    .bottom-section
    [data-css="tve-u-1706857716d"]:hover
    button {
    background-color: var(--tcb-skin-color-13) !important;
    background-image: repeating-linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.04),
      rgba(255, 255, 255, 0.04) 3px,
      transparent 3px,
      transparent 6px
    ) !important;
    background-size: auto !important;
    background-position: 50% 50% !important;
    background-attachment: scroll !important;
    background-repeat: repeat !important;
  }
  .tve-theme-1130 .bottom-section [data-css="tve-u-170685b4da7"] {
    margin-bottom: 40px !important;
    padding: 0px !important;
  }
  :not(#tve) .tve-theme-1130 .bottom-section [data-css="tve-u-170685ba72b"] {
    padding-top: 0px !important;
    margin-top: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    color: var(--tcb-skin-color-4) !important;
    --tcb-applied-color: var$(--tcb-skin-color-4) !important;
  }
  .tve-theme-1130 .content-section .section-content {
    padding: 20px 10px !important;
  }
  .tve-theme-1130 .content-section #main .post-wrapper.thrv_wrapper {
    width: calc((100% - 60px) / 3);
    padding: 0;
  }
  .tve-theme-1130 .content-section #main [data-css="tve-u-16ff1dd190b"] {
    margin-top: 0px !important;
    padding-top: 10px !important;
    margin-bottom: 0px !important;
    z-index: 100 !important;
    padding-left: 0px !important;
  }
  .tve-theme-1130 .content-section #main .post-wrapper {
    border: none;
    border-radius: 0;
    overflow: hidden;
  }
  :not(#tve) .tve-theme-1130 .content-section #main .post-wrapper:hover {
    border: none !important;
    border-radius: 8px !important;
    overflow: hidden !important;
  }
  .tve-theme-1130 .content-section #main [data-css="tve-u-16ff1dd1908"] {
    margin: 0px !important;
    z-index: 4 !important;
  }
  .tve-theme-1130 .content-section #main [data-css="tve-u-16ff1dd1909"] {
    box-shadow: rgba(0, 0, 0, 0.12) 0 -60px 33px -27px inset;
    background-image:
      linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
      url(/wp-content/uploads/thrive-theme/images/Post-4_featured-1024x373-1.jpg?dynamic_featured=1&size=large) !important;
    background-size: cover, cover !important;
    background-position:
      50% 50%,
      50% 50% !important;
    background-attachment: scroll, scroll !important;
    background-repeat: no-repeat, no-repeat !important;
  }
  .tve-theme-1130
    .content-section
    #main
    .thrv-content-box
    [data-css="tve-u-16ff1dd190a"] {
    min-height: 160px !important;
  }
  .tve-theme-1130
    .content-section
    #main
    [data-css="tve-u-16ff1dd1908"]:hover
    [data-css="tve-u-16ff1dd1909"] {
    box-shadow: rgba(0, 0, 0, 0.12) 0 -17px 25px 0 inset !important;
    background-image: url(/wp-content/uploads/thrive-theme/images/Post-4_featured.jpg?dynamic_featured=1&size=full) !important;
    background-size: cover !important;
    background-position: 50% 50% !important;
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
  }
  .tve-theme-1130
    .content-section
    #main
    .thrv-content-box
    [data-css="tve-u-16ff1dd190c"]::after {
    clear: both;
  }
  :not(#tve)
    .tve-theme-1130
    .content-section
    #main
    [data-css="tve-u-17014911941"] {
    font-size: 20px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1130 .content-section #main {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding: 0;
  }
  :not(#tve) .tve-theme-1130 .content-section [data-css="tve-u-1703f760d4a"] {
    letter-spacing: 2px;
    text-transform: uppercase !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    font-size: 15px !important;
  }
  :not(#tve)
    .tve-theme-1130
    .content-section
    #main
    [data-css="tve-u-17043ff0bf3"] {
    padding-top: 0px !important;
    margin-top: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    font-size: 15px !important;
  }
  .tve-theme-1130 .content-section #main [data-css="tve-u-17043ff4991"] {
    margin-bottom: 0px !important;
  }
  .tve-theme-1130
    .content-section
    #main
    .post-wrapper.thrv_wrapper:nth-child(n + 4) {
    margin-top: 40px !important;
  }
  .tve-theme-1130
    .content-section
    #main
    .post-wrapper.thrv_wrapper:not(:nth-child(n + 4)) {
    margin-top: 0px !important;
  }
  .tve-theme-1130 .content-section [data-css="tve-u-1704406f4ca"] {
    border-top: none;
    padding: 0px !important;
    margin: 0px !important;
  }
  .tve-theme-1130
    .content-section
    [data-css="tve-u-17044071be0"]
    .tcb-button-link {
    border: none;
    border-radius: 0;
    overflow: hidden;
    text-align: center;
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  :not(#tve)
    .tve-theme-1130
    .content-section
    [data-css="tve-u-17044071be0"]
    .tcb-button-link
    span {
    color: var(--tve-color, var(--tcb-skin-color-0));
    --tcb-applied-color: var$(--tcb-skin-color-0);
    font-weight: var(--tve-font-weight, var(--g-bold-weight, bold));
    text-transform: var(--tve-text-transform, uppercase);
  }
  .tve-theme-1130 .content-section [data-css="tve-u-17044071be0"] {
    --tve-color: var(--tcb-skin-color-0);
    --tve-font-weight: var(--g-bold-weight, bold);
    --tve-font-family: Muli;
    --g-regular-weight: 300;
    --g-bold-weight: 600;
    --tve-font-size: 14px;
    --tve-text-transform: uppercase;
    max-width: 35%;
    display: block;
    width: 35%;
    margin-bottom: 30px !important;
  }
  :not(#tve)
    .tve-theme-1130
    .content-section
    [data-css="tve-u-17044071be0"]
    .tcb-button-link {
    font-family: var(--tve-font-family, Muli);
    font-size: var(--tve-font-size, 14px) !important;
  }
  .tve-theme-1130 .content-section .section-background {
    border-bottom: none;
  }
  :not(#tve) .tve-theme-1130 .content-section [data-css="tve-u-170440dac26"] {
    text-transform: uppercase !important;
    font-size: 15px !important;
  }
  .tve-theme-1130 .content-section [data-css="tve-u-170440f1f5b"] {
    margin-bottom: 10px !important;
  }
  .tve-theme-1130 .content-section [data-css="tve-u-170440f2dfe"] {
    margin-bottom: 10px !important;
  }
  :not(#tve)
    .tve-theme-1130
    .content-section
    #main
    [data-css="tve-u-17044653952"] {
    font-size: 15px !important;
  }
  :not(#tve)
    .tve-theme-1130
    .content-section
    #main
    [data-css="tve-u-17044654a7f"] {
    --eff-color: rgb(239, 239, 239) !important;
    --eff-faded: rgba(239, 239, 239, 0.6) !important;
    --eff-ensure-contrast: rgba(239, 239, 239, 0.6) !important;
    --eff-ensure-contrast-complement: rgba(239, 239, 239, 0.6) !important;
    box-shadow: none !important;
    border-bottom: none !important;
    background-image: linear-gradient(
      var(--eff-ensure-contrast) 0%,
      var(--eff-ensure-contrast) 100%
    ) !important;
    background-position: 0 100% !important;
    background-size: 1px 0.1em !important;
    background-repeat: repeat-x !important;
    background-attachment: initial !important;
    background-origin: initial !important;
    background-clip: initial !important;
    background-color: initial !important;
    text-decoration: none !important;
    animation: 0s ease 0s 1 normal none running none !important;
    transition: background-size 0.2s ease 0.05s !important;
    padding-left: 0px !important;
    --eff: anim-fill !important;
  }
  :not(#tve)
    .tve-theme-1130
    .content-section
    #main
    [data-css="tve-u-17044654a7f"]:hover {
    text-decoration: none !important;
    background-image: linear-gradient(
      var(--eff-ensure-contrast) 0%,
      var(--eff-ensure-contrast) 100%
    ) !important;
    background-position: 0 100% !important;
    background-size: 100% 100% !important;
    background-repeat: repeat-x !important;
    background-attachment: initial !important;
    background-origin: initial !important;
    background-clip: initial !important;
    background-color: initial !important;
    box-shadow: none !important;
  }
  .tve-theme-1130
    .content-section
    [data-css="tve-u-17182e41744"].tcb-post-list
    .post-wrapper {
    border-bottom: none;
    padding-bottom: 0px !important;
  }
  :not(#tve)
    .tve-theme-1130
    .content-section
    [data-css="tve-u-17182e41744"].tcb-post-list
    .post-wrapper:hover {
    border-bottom: none !important;
  }
  :not(#tve)
    .tve-theme-1130
    .content-section
    [data-css="tve-u-17182e41744"].tcb-post-list
    [data-css="tve-u-17182e4174b"]:hover {
    text-decoration: none !important;
    --eff: none !important;
    font-size: inherit !important;
    background-image: linear-gradient(
      var(--eff-ensure-contrast) 0%,
      var(--eff-ensure-contrast) 100%
    ) !important;
    background-position: 0 100% !important;
    background-size: 100% 100% !important;
    background-repeat: repeat-x !important;
    background-attachment: initial !important;
    background-origin: initial !important;
    background-clip: initial !important;
    background-color: initial !important;
    box-shadow: none !important;
  }
  .tve-theme-1130
    .content-section
    [data-css="tve-u-17182e41744"].tcb-post-list
    [data-css="tve-u-17182e41746"] {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding: 40px !important;
  }
  .tve-theme-1130
    .content-section
    [data-css="tve-u-17182e41744"].tcb-post-list
    [data-css="tve-u-17182e41747"] {
    background-image:
      linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)),
      url(/wp-content/uploads/thrive-theme/images/Featured_img_3_03-10.jpg?dynamic_featured=1&size=large) !important;
    background-size: auto, cover !important;
    background-position:
      50% 50%,
      50% 50% !important;
    background-attachment: scroll, scroll !important;
    background-repeat: no-repeat, no-repeat !important;
  }
  .tve-theme-1130
    .content-section
    [data-css="tve-u-17182e41744"].tcb-post-list
    .thrv-content-box
    [data-css="tve-u-17182e41748"] {
    min-height: 220px !important;
  }
  .tve-theme-1130
    .content-section
    [data-css="tve-u-17182e41744"].tcb-post-list
    [data-css="tve-u-17182e41746"]:hover
    [data-css="tve-u-17182e41747"] {
    background-image:
      linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)),
      url(/wp-content/uploads/thrive-theme/images/Post-4_featured-1024x373-1.jpg?dynamic_featured=1&size=large) !important;
    background-size: auto, cover !important;
    background-position:
      50% 50%,
      50% 50% !important;
    background-attachment: scroll, scroll !important;
    background-repeat: no-repeat, no-repeat !important;
  }
  .tve-theme-1130
    .content-section
    [data-css="tve-u-17182e41744"].tcb-post-list
    [data-css="tve-u-17182e41749"] {
    padding: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1130
    .content-section
    .tcb-post-list[data-css="tve-u-17182e41744"]
    .post-wrapper.thrv_wrapper {
    width: calc((100% - 0px) / 1);
  }
  .tve-theme-1130
    .content-section
    .tcb-post-list[data-css="tve-u-17182e41744"]
    .post-wrapper.thrv_wrapper:not(:nth-child(n + 2)) {
    margin-top: 0px !important;
  }
  .tve-theme-1130
    .content-section
    .tcb-post-list[data-css="tve-u-17182e41744"]
    .post-wrapper.thrv_wrapper:nth-child(n) {
    margin-right: 0px !important;
  }
  :not(#tve)
    .tve-theme-1130
    .content-section
    [data-css="tve-u-17182e41744"].tcb-post-list
    [data-css="tve-u-17182e535f7"] {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1130
    .content-section
    [data-css="tve-u-17182e41744"].tcb-post-list
    [data-css="tve-u-17182e41746"]
    > .tve-cb {
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
  }
  :not(#tve)
    .tve-theme-1130
    .content-section
    [data-css="tve-u-17182e41744"].tcb-post-list
    [data-css="tve-u-17182e4174b"] {
    --eff-color: rgba(160, 160, 160, 0.5) !important;
    --eff-faded: rgba(160, 160, 160, 0.1) !important;
    --eff-ensure-contrast: rgba(160, 160, 160, 0.1) !important;
    --eff-ensure-contrast-complement: rgba(160, 160, 160, 0.1) !important;
    box-shadow: none !important;
    border-bottom: none !important;
    background-image: linear-gradient(
      var(--eff-ensure-contrast) 0%,
      var(--eff-ensure-contrast) 100%
    ) !important;
    background-position: 0 100% !important;
    background-size: 1px 0.1em !important;
    background-repeat: repeat-x !important;
    background-attachment: initial !important;
    background-origin: initial !important;
    background-clip: initial !important;
    background-color: initial !important;
    text-decoration: none !important;
    animation: 0s ease 0s 1 normal none running none !important;
    transition: background-size 0.2s ease 0.05s !important;
    padding-left: 0px !important;
    --eff: anim-fill !important;
  }
  .tve-theme-1146 #wrapper {
    --header-background-width: 100%;
    --footer-background-width: 100%;
    --top-background-width: 100%;
    --bottom-background-width: 100%;
  }
  .tve-theme-1146 .main-container {
    padding: 20px 10px !important;
  }
  .tve-theme-1146 .bottom-section .section-background {
    clip-path: url("#clip-bottom-6e0e5c2414734");
    background-image: linear-gradient(
      var(--tcb-skin-color-9),
      var(--tcb-skin-color-9)
    ) !important;
    background-size: auto !important;
    background-position: 50% 50% !important;
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
  }
  .tve-theme-1146 .bottom-section .section-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    --tve-color: var(--tcb-skin-color-4);
    min-height: 446px !important;
    padding: 40px 20px !important;
  }
  .tve-theme-1146 .bottom-section {
    margin-top: 0px !important;
  }
  :not(#tve)
    .tve-theme-1146
    .bottom-section
    [data-css="tve-u-16ec6e95430"]
    input,
  :not(#tve)
    .tve-theme-1146
    .bottom-section
    [data-css="tve-u-16ec6e95430"]
    select {
    border: 1px solid var(--tcb-skin-color-16);
    border-radius: 0;
    overflow: hidden;
    font-family: Muli;
    font-size: 13px;
    text-align: left;
    letter-spacing: var(--tve-letter-spacing, 2px);
    background-color: transparent !important;
    margin-top: 0px !important;
    padding: 15px 20px !important;
    margin-bottom: 10px !important;
  }
  :not(#tve)
    .tve-theme-1146
    .bottom-section
    [data-css="tve-u-16ec6e95430"]
    input,
  :not(#tve)
    .tve-theme-1146
    .bottom-section
    [data-css="tve-u-16ec6e95430"]
    input::placeholder,
  :not(#tve)
    .tve-theme-1146
    .bottom-section
    [data-css="tve-u-16ec6e95430"]
    select {
    --tcb-applied-color: var$(--tcb-skin-color-4);
    color: var(--tve-color, var(--tcb-skin-color-4)) !important;
    font-weight: 300 !important;
  }
  :not(#tve)
    .tve-theme-1146
    .bottom-section
    [data-css="tve-u-16ec6e95430"]:hover
    input,
  :not(#tve)
    .tve-theme-1146
    .bottom-section
    [data-css="tve-u-16ec6e95430"]:hover
    select {
    border: 1px solid var(--tcb-skin-color-0) !important;
    letter-spacing: 2px !important;
  }
  .tve-theme-1146 .bottom-section [data-css="tve-u-16ec6e95430"] {
    --g-regular-weight: 300;
    --g-bold-weight: 800;
    --tve-letter-spacing: 2px;
    --tve-color: var(--tcb-skin-color-4);
  }
  :not(#tve)
    .tve-theme-1146
    .bottom-section
    [data-css="tve-u-16ec6e95430"]:hover
    input,
  :not(#tve)
    .tve-theme-1146
    .bottom-section
    [data-css="tve-u-16ec6e95430"]:hover
    input::placeholder,
  :not(#tve)
    .tve-theme-1146
    .bottom-section
    [data-css="tve-u-16ec6e95430"]:hover
    select {
    color: var(--tve-color, var(--tcb-skin-color-3)) !important;
    --tcb-applied-color: var$(--tcb-skin-color-3) !important;
  }
  :not(#tve)
    .tve-theme-1146
    .bottom-section
    [data-css="tve-u-16ec6eb74ad"]
    button {
    font-size: 14px;
    font-weight: var(--g-bold-weight, bold);
    letter-spacing: 2px;
    margin-top: 20px !important;
    padding: 20px 35px !important;
    background-color: var(--tcb-skin-color-0) !important;
    background-image: none !important;
  }
  :not(#tve)
    .tve-theme-1146
    .bottom-section
    [data-css="tve-u-16ec6eb74ad"]:hover
    button {
    background-color: var(--tcb-skin-color-0) !important;
    background-image: repeating-radial-gradient(
      circle,
      rgba(255, 255, 255, 0.3),
      rgba(255, 255, 255, 0.3) 1px,
      transparent 1px,
      transparent 100%
    ) !important;
    background-size: 3px 3px !important;
    background-position: 50% 50% !important;
    background-attachment: scroll !important;
    background-repeat: repeat !important;
  }
  .tve-theme-1146 .bottom-section [data-css="tve-u-16fa9b2e6d1"] {
    float: none;
    margin: 0 auto !important;
    width: 650px !important;
  }
  .tve-theme-1146 .bottom-section [data-css="tve-u-16ec6eb74ad"] {
    float: left;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    z-index: 3;
    position: relative;
  }
  :not(#tve) .tve-theme-1146 .bottom-section [data-css="tve-u-16ec6eb74ad"] {
    max-width: 64%;
    width: 64%;
  }
  :not(#tve)
    .tve-theme-1146
    .bottom-section
    [data-css="tve-u-16ec6e95430"]:hover {
    --tve-color: var(--tcb-skin-color-3) !important;
  }
  .tve-theme-1146 .bottom-section [data-css="tve-u-1706841752a"]::after {
    clear: both;
  }
  .tve-theme-1146 .bottom-section [data-css="tve-u-1706843b853"] {
    margin-bottom: 20px !important;
  }
  .tve-theme-1146 .sidebar-section .section-background {
    border: 1px solid rgba(0, 0, 0, 0.12);
    background-color: transparent !important;
  }
  :not(#tve) .tve-theme-1146 .sidebar-section [data-css="tve-u-16ed189a0b8"] {
    letter-spacing: 3px;
    --tcb-applied-color: var$(--tcb-skin-color-3);
    font-size: 11px !important;
    text-transform: uppercase !important;
    font-weight: var(--g-bold-weight, bold) !important;
    color: rgb(5, 5, 65) !important;
    padding-top: 0px !important;
    margin-top: 0px !important;
    padding-bottom: 20px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1146 .sidebar-section [data-css="tve-u-16ed18b1f3e"] {
    margin-top: 0px !important;
    padding: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1146 .sidebar-section .section-content {
    padding: 20px !important;
  }
  .tve-theme-1146 .sidebar-section [data-css="tve-u-16ed18f1172"] {
    min-height: 52px;
    --tve-color: var(--tcb-skin-color-5);
    padding: 0px !important;
    margin-bottom: 30px !important;
    margin-right: 0px !important;
  }
  :not(#tve) .tve-theme-1146 .sidebar-section [data-css="tve-u-170147930c0"] {
    letter-spacing: 3px;
    --tcb-applied-color: var$(--tcb-skin-color-3);
    font-size: 11px !important;
    text-transform: uppercase !important;
    font-weight: var(--g-bold-weight, bold) !important;
    color: rgb(5, 5, 65) !important;
    padding-top: 0px !important;
    margin-top: 0px !important;
    padding-bottom: 20px !important;
    margin-bottom: 0px !important;
  }
  :not(#tve) .tve-theme-1146 .sidebar-section [data-css="tve-u-17014793f17"] {
    letter-spacing: 3px;
    --tcb-applied-color: var$(--tcb-skin-color-3);
    font-size: 11px !important;
    text-transform: uppercase !important;
    font-weight: var(--g-bold-weight, bold) !important;
    color: rgb(5, 5, 65) !important;
    padding-top: 0px !important;
    margin-top: 0px !important;
    padding-bottom: 20px !important;
    margin-bottom: 0px !important;
  }
  :not(#tve) .tve-theme-1146 .sidebar-section [data-css="tve-u-170147953de"] {
    letter-spacing: 3px;
    --tcb-applied-color: var$(--tcb-skin-color-3);
    font-size: 11px !important;
    text-transform: uppercase !important;
    font-weight: var(--g-bold-weight, bold) !important;
    color: rgb(5, 5, 65) !important;
    padding-top: 1px !important;
    margin-top: 0px !important;
    padding-bottom: 20px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-1702012ffdb"]
    .thrive-dynamic-styled-list-item {
    --tve-line-height: 1.5em;
    margin-right: 8px !important;
    padding: 8px !important;
    margin-bottom: 8px !important;
    background-color: var(--tcb-skin-color-9) !important;
    margin-left: 0px !important;
  }
  :not(#tve) .tve-theme-1146 .sidebar-section [data-css="tve-u-1702012ffdb"] p,
  :not(#tve) .tve-theme-1146 .sidebar-section [data-css="tve-u-1702012ffdb"] li,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-1702012ffdb"]
    blockquote,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-1702012ffdb"]
    address,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-1702012ffdb"]
    .tcb-plain-text,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-1702012ffdb"]
    label,
  :not(#tve) .tve-theme-1146 .sidebar-section [data-css="tve-u-1702012ffdb"] h1,
  :not(#tve) .tve-theme-1146 .sidebar-section [data-css="tve-u-1702012ffdb"] h2,
  :not(#tve) .tve-theme-1146 .sidebar-section [data-css="tve-u-1702012ffdb"] h3,
  :not(#tve) .tve-theme-1146 .sidebar-section [data-css="tve-u-1702012ffdb"] h4,
  :not(#tve) .tve-theme-1146 .sidebar-section [data-css="tve-u-1702012ffdb"] h5,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-1702012ffdb"]
    h6 {
    color: var(--tve-color, var(--tcb-skin-color-4));
    --tcb-applied-color: var$(--tcb-skin-color-4);
  }
  .tve-theme-1146 .sidebar-section [data-css="tve-u-1702012ffdb"] {
    --tve-color: var(--tcb-skin-color-4);
    --tve-letter-spacing: 1px;
    --tve-font-size: 14px;
    padding: 0px !important;
    margin-bottom: 30px !important;
  }
  .tve-theme-1146 .sidebar-section [data-css="tve-u-1702012ffdb"] p,
  .tve-theme-1146 .sidebar-section [data-css="tve-u-1702012ffdb"] li,
  .tve-theme-1146 .sidebar-section [data-css="tve-u-1702012ffdb"] blockquote,
  .tve-theme-1146 .sidebar-section [data-css="tve-u-1702012ffdb"] address,
  .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-1702012ffdb"]
    .tcb-plain-text,
  .tve-theme-1146 .sidebar-section [data-css="tve-u-1702012ffdb"] label {
    letter-spacing: var(--tve-letter-spacing, 1px);
  }
  :not(#tve) .tve-theme-1146 .sidebar-section [data-css="tve-u-1702012ffdb"] p,
  :not(#tve) .tve-theme-1146 .sidebar-section [data-css="tve-u-1702012ffdb"] li,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-1702012ffdb"]
    blockquote,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-1702012ffdb"]
    address,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-1702012ffdb"]
    .tcb-plain-text,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-1702012ffdb"]
    label {
    font-size: var(--tve-font-size, 14px);
  }
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-1702012ffdb"]
    .thrive-dynamic-styled-list-item:hover {
    background-color: rgb(255, 255, 255) !important;
    box-shadow: rgba(0, 0, 0, 0.04) 0 2px 5px 0px !important;
    --tve-text-decoration: none !important;
    --tve-color: var(--tcb-skin-color-0) !important;
  }
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-1702012ffdb"]
    .thrive-dynamic-styled-list-item:hover
    p,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-1702012ffdb"]
    .thrive-dynamic-styled-list-item:hover
    li,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-1702012ffdb"]
    .thrive-dynamic-styled-list-item:hover
    blockquote,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-1702012ffdb"]
    .thrive-dynamic-styled-list-item:hover
    address,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-1702012ffdb"]
    .thrive-dynamic-styled-list-item:hover
    .tcb-plain-text,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-1702012ffdb"]
    .thrive-dynamic-styled-list-item:hover
    label {
    text-decoration: var(--tve-text-decoration, none) !important;
  }
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-1702012ffdb"]
    .thrive-dynamic-styled-list-item:hover
    p,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-1702012ffdb"]
    .thrive-dynamic-styled-list-item:hover
    li,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-1702012ffdb"]
    .thrive-dynamic-styled-list-item:hover
    blockquote,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-1702012ffdb"]
    .thrive-dynamic-styled-list-item:hover
    address,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-1702012ffdb"]
    .thrive-dynamic-styled-list-item:hover
    .tcb-plain-text,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-1702012ffdb"]
    .thrive-dynamic-styled-list-item:hover
    label,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-1702012ffdb"]
    .thrive-dynamic-styled-list-item:hover
    h1,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-1702012ffdb"]
    .thrive-dynamic-styled-list-item:hover
    h2,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-1702012ffdb"]
    .thrive-dynamic-styled-list-item:hover
    h3,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-1702012ffdb"]
    .thrive-dynamic-styled-list-item:hover
    h4,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-1702012ffdb"]
    .thrive-dynamic-styled-list-item:hover
    h5,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-1702012ffdb"]
    .thrive-dynamic-styled-list-item:hover
    h6 {
    color: var(--tve-color, var(--tcb-skin-color-0)) !important;
    --tcb-applied-color: var$(--tcb-skin-color-0) !important;
  }
  .tve-theme-1146 .sidebar-section [data-css="tve-u-17058acd17f"] {
    margin-top: 0px !important;
    padding: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1146 .sidebar-section [data-css="tve-u-17058ae1863"] {
    margin-top: 0px !important;
    padding: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1146 .sidebar-section [data-css="tve-u-17058ae7cbc"] {
    margin-top: 0px !important;
    padding: 0px !important;
    margin-bottom: 0px !important;
  }
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-1702012ffdb"]
    .thrive-dynamic-styled-list-item
    p,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-1702012ffdb"]
    .thrive-dynamic-styled-list-item
    li,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-1702012ffdb"]
    .thrive-dynamic-styled-list-item
    blockquote,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-1702012ffdb"]
    .thrive-dynamic-styled-list-item
    address,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-1702012ffdb"]
    .thrive-dynamic-styled-list-item
    .tcb-plain-text,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-1702012ffdb"]
    .thrive-dynamic-styled-list-item
    label {
    line-height: var(--tve-line-height, 1.5em);
  }
  .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-17086f6ff41"]
    .thrive-dynamic-styled-list-item {
    --tve-line-height: 1.5em;
    margin-right: 8px !important;
    padding: 8px !important;
    margin-bottom: 8px !important;
    background-color: var(--tcb-skin-color-9) !important;
    margin-left: 0px !important;
  }
  :not(#tve) .tve-theme-1146 .sidebar-section [data-css="tve-u-17086f6ff41"] p,
  :not(#tve) .tve-theme-1146 .sidebar-section [data-css="tve-u-17086f6ff41"] li,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-17086f6ff41"]
    blockquote,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-17086f6ff41"]
    address,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-17086f6ff41"]
    .tcb-plain-text,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-17086f6ff41"]
    label,
  :not(#tve) .tve-theme-1146 .sidebar-section [data-css="tve-u-17086f6ff41"] h1,
  :not(#tve) .tve-theme-1146 .sidebar-section [data-css="tve-u-17086f6ff41"] h2,
  :not(#tve) .tve-theme-1146 .sidebar-section [data-css="tve-u-17086f6ff41"] h3,
  :not(#tve) .tve-theme-1146 .sidebar-section [data-css="tve-u-17086f6ff41"] h4,
  :not(#tve) .tve-theme-1146 .sidebar-section [data-css="tve-u-17086f6ff41"] h5,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-17086f6ff41"]
    h6 {
    color: var(--tve-color, var(--tcb-skin-color-4));
    --tcb-applied-color: var$(--tcb-skin-color-4);
  }
  .tve-theme-1146 .sidebar-section [data-css="tve-u-17086f6ff41"] {
    --tve-color: var(--tcb-skin-color-4);
    --tve-letter-spacing: 1px;
    --tve-font-size: 14px;
    padding: 0px !important;
    margin-bottom: 30px !important;
  }
  .tve-theme-1146 .sidebar-section [data-css="tve-u-17086f6ff41"] p,
  .tve-theme-1146 .sidebar-section [data-css="tve-u-17086f6ff41"] li,
  .tve-theme-1146 .sidebar-section [data-css="tve-u-17086f6ff41"] blockquote,
  .tve-theme-1146 .sidebar-section [data-css="tve-u-17086f6ff41"] address,
  .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-17086f6ff41"]
    .tcb-plain-text,
  .tve-theme-1146 .sidebar-section [data-css="tve-u-17086f6ff41"] label {
    letter-spacing: var(--tve-letter-spacing, 1px);
  }
  :not(#tve) .tve-theme-1146 .sidebar-section [data-css="tve-u-17086f6ff41"] p,
  :not(#tve) .tve-theme-1146 .sidebar-section [data-css="tve-u-17086f6ff41"] li,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-17086f6ff41"]
    blockquote,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-17086f6ff41"]
    address,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-17086f6ff41"]
    .tcb-plain-text,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-17086f6ff41"]
    label {
    font-size: var(--tve-font-size, 14px);
  }
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-17086f6ff41"]
    .thrive-dynamic-styled-list-item:hover {
    background-color: rgb(255, 255, 255) !important;
    box-shadow: rgba(0, 0, 0, 0.04) 0 2px 5px 0px !important;
    --tve-text-decoration: none !important;
    --tve-color: var(--tcb-skin-color-0) !important;
  }
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-17086f6ff41"]
    .thrive-dynamic-styled-list-item:hover
    p,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-17086f6ff41"]
    .thrive-dynamic-styled-list-item:hover
    li,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-17086f6ff41"]
    .thrive-dynamic-styled-list-item:hover
    blockquote,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-17086f6ff41"]
    .thrive-dynamic-styled-list-item:hover
    address,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-17086f6ff41"]
    .thrive-dynamic-styled-list-item:hover
    .tcb-plain-text,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-17086f6ff41"]
    .thrive-dynamic-styled-list-item:hover
    label {
    text-decoration: var(--tve-text-decoration, none) !important;
  }
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-17086f6ff41"]
    .thrive-dynamic-styled-list-item:hover
    p,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-17086f6ff41"]
    .thrive-dynamic-styled-list-item:hover
    li,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-17086f6ff41"]
    .thrive-dynamic-styled-list-item:hover
    blockquote,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-17086f6ff41"]
    .thrive-dynamic-styled-list-item:hover
    address,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-17086f6ff41"]
    .thrive-dynamic-styled-list-item:hover
    .tcb-plain-text,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-17086f6ff41"]
    .thrive-dynamic-styled-list-item:hover
    label,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-17086f6ff41"]
    .thrive-dynamic-styled-list-item:hover
    h1,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-17086f6ff41"]
    .thrive-dynamic-styled-list-item:hover
    h2,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-17086f6ff41"]
    .thrive-dynamic-styled-list-item:hover
    h3,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-17086f6ff41"]
    .thrive-dynamic-styled-list-item:hover
    h4,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-17086f6ff41"]
    .thrive-dynamic-styled-list-item:hover
    h5,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-17086f6ff41"]
    .thrive-dynamic-styled-list-item:hover
    h6 {
    color: var(--tve-color, var(--tcb-skin-color-0)) !important;
    --tcb-applied-color: var$(--tcb-skin-color-0) !important;
  }
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-17086f6ff41"]
    .thrive-dynamic-styled-list-item
    p,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-17086f6ff41"]
    .thrive-dynamic-styled-list-item
    li,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-17086f6ff41"]
    .thrive-dynamic-styled-list-item
    blockquote,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-17086f6ff41"]
    .thrive-dynamic-styled-list-item
    address,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-17086f6ff41"]
    .thrive-dynamic-styled-list-item
    .tcb-plain-text,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-17086f6ff41"]
    .thrive-dynamic-styled-list-item
    label {
    line-height: var(--tve-line-height, 1.5em);
  }
  .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-170a019c392"]
    .thrive-dynamic-styled-list-item {
    --tve-line-height: 1.5em;
    margin-right: 8px !important;
    padding: 8px !important;
    margin-bottom: 8px !important;
    background-color: var(--tcb-skin-color-9) !important;
    margin-left: 0px !important;
  }
  :not(#tve) .tve-theme-1146 .sidebar-section [data-css="tve-u-170a019c392"] p,
  :not(#tve) .tve-theme-1146 .sidebar-section [data-css="tve-u-170a019c392"] li,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-170a019c392"]
    blockquote,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-170a019c392"]
    address,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-170a019c392"]
    .tcb-plain-text,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-170a019c392"]
    label,
  :not(#tve) .tve-theme-1146 .sidebar-section [data-css="tve-u-170a019c392"] h1,
  :not(#tve) .tve-theme-1146 .sidebar-section [data-css="tve-u-170a019c392"] h2,
  :not(#tve) .tve-theme-1146 .sidebar-section [data-css="tve-u-170a019c392"] h3,
  :not(#tve) .tve-theme-1146 .sidebar-section [data-css="tve-u-170a019c392"] h4,
  :not(#tve) .tve-theme-1146 .sidebar-section [data-css="tve-u-170a019c392"] h5,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-170a019c392"]
    h6 {
    color: var(--tve-color, var(--tcb-skin-color-4));
    --tcb-applied-color: var$(--tcb-skin-color-4);
  }
  .tve-theme-1146 .sidebar-section [data-css="tve-u-170a019c392"] {
    --tve-color: var(--tcb-skin-color-4);
    --tve-letter-spacing: 1px;
    --tve-font-size: 14px;
    padding: 0px !important;
    margin-bottom: 30px !important;
  }
  .tve-theme-1146 .sidebar-section [data-css="tve-u-170a019c392"] p,
  .tve-theme-1146 .sidebar-section [data-css="tve-u-170a019c392"] li,
  .tve-theme-1146 .sidebar-section [data-css="tve-u-170a019c392"] blockquote,
  .tve-theme-1146 .sidebar-section [data-css="tve-u-170a019c392"] address,
  .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-170a019c392"]
    .tcb-plain-text,
  .tve-theme-1146 .sidebar-section [data-css="tve-u-170a019c392"] label {
    letter-spacing: var(--tve-letter-spacing, 1px);
  }
  :not(#tve) .tve-theme-1146 .sidebar-section [data-css="tve-u-170a019c392"] p,
  :not(#tve) .tve-theme-1146 .sidebar-section [data-css="tve-u-170a019c392"] li,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-170a019c392"]
    blockquote,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-170a019c392"]
    address,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-170a019c392"]
    .tcb-plain-text,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-170a019c392"]
    label {
    font-size: var(--tve-font-size, 14px);
  }
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-170a019c392"]
    .thrive-dynamic-styled-list-item:hover {
    background-color: rgb(255, 255, 255) !important;
    box-shadow: rgba(0, 0, 0, 0.04) 0 2px 5px 0px !important;
    --tve-text-decoration: none !important;
    --tve-color: var(--tcb-skin-color-0) !important;
  }
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-170a019c392"]
    .thrive-dynamic-styled-list-item:hover
    p,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-170a019c392"]
    .thrive-dynamic-styled-list-item:hover
    li,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-170a019c392"]
    .thrive-dynamic-styled-list-item:hover
    blockquote,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-170a019c392"]
    .thrive-dynamic-styled-list-item:hover
    address,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-170a019c392"]
    .thrive-dynamic-styled-list-item:hover
    .tcb-plain-text,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-170a019c392"]
    .thrive-dynamic-styled-list-item:hover
    label {
    text-decoration: var(--tve-text-decoration, none) !important;
  }
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-170a019c392"]
    .thrive-dynamic-styled-list-item:hover
    p,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-170a019c392"]
    .thrive-dynamic-styled-list-item:hover
    li,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-170a019c392"]
    .thrive-dynamic-styled-list-item:hover
    blockquote,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-170a019c392"]
    .thrive-dynamic-styled-list-item:hover
    address,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-170a019c392"]
    .thrive-dynamic-styled-list-item:hover
    .tcb-plain-text,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-170a019c392"]
    .thrive-dynamic-styled-list-item:hover
    label,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-170a019c392"]
    .thrive-dynamic-styled-list-item:hover
    h1,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-170a019c392"]
    .thrive-dynamic-styled-list-item:hover
    h2,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-170a019c392"]
    .thrive-dynamic-styled-list-item:hover
    h3,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-170a019c392"]
    .thrive-dynamic-styled-list-item:hover
    h4,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-170a019c392"]
    .thrive-dynamic-styled-list-item:hover
    h5,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-170a019c392"]
    .thrive-dynamic-styled-list-item:hover
    h6 {
    color: var(--tve-color, var(--tcb-skin-color-0)) !important;
    --tcb-applied-color: var$(--tcb-skin-color-0) !important;
  }
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-170a019c392"]
    .thrive-dynamic-styled-list-item
    p,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-170a019c392"]
    .thrive-dynamic-styled-list-item
    li,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-170a019c392"]
    .thrive-dynamic-styled-list-item
    blockquote,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-170a019c392"]
    .thrive-dynamic-styled-list-item
    address,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-170a019c392"]
    .thrive-dynamic-styled-list-item
    .tcb-plain-text,
  :not(#tve)
    .tve-theme-1146
    .sidebar-section
    [data-css="tve-u-170a019c392"]
    .thrive-dynamic-styled-list-item
    label {
    line-height: var(--tve-line-height, 1.5em);
  }
  .tve-theme-1146 .sidebar-section {
    margin: 0px !important;
  }
  .tve-theme-1146 .content-section [data-css="tve-u-16ec5d248bb"] {
    left: 0;
    padding: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1146 .content-section {
    margin-top: 0px !important;
  }
  .tve-theme-1146 .content-section .section-content {
    --g-regular-weight: 400;
    --g-bold-weight: 800;
    padding: 20px 40px 20px 80px !important;
  }
  .tve-theme-1146
    .content-section
    .thrv-divider[data-css="tve-u-16ec5fddeba"]
    .tve_sep {
    border-width: 1px !important;
    border-color: rgba(0, 0, 0, 0.06) !important;
  }
  .tve-theme-1146 .content-section [data-css="tve-u-16ec6330c3d"] {
    display: inline-block;
    padding: 0px !important;
  }
  :not(#tve) .tve-theme-1146 .content-section [data-css="tve-u-16ec63322d0"] {
    letter-spacing: 1px;
    text-transform: uppercase !important;
    font-weight: var(--g-bold-weight, bold) !important;
    font-size: 14px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    margin-top: 0px !important;
  }
  :not(#tve) .tve-theme-1146 .content-section [data-css="tve-u-16ec63492a5"] {
    --tcb-applied-color: rgb(153, 153, 153);
    letter-spacing: 1px;
    text-transform: none !important;
    font-weight: var(--g-regular-weight, normal) !important;
    font-size: 14px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    color: rgb(153, 153, 153) !important;
    padding-top: 0px !important;
    margin-top: 0px !important;
  }
  .tve-theme-1146 .content-section [data-css="tve-u-16ec634b5e1"] {
    display: inline-block;
    padding: 0px !important;
    margin-right: 15px !important;
  }
  .tve-theme-1146 .content-section [data-css="tve-u-16ec635199f"] {
    --tcb-applied-color: rgb(153, 153, 153);
  }
  .tve-theme-1146 .content-section [data-css="tve-u-16ec5fddeba"] {
    padding-top: 15px !important;
    padding-bottom: 12px !important;
  }
  .tve-theme-1146
    .content-section
    .tcb-post-list[data-css="tve-u-16ecb5f152b"]
    .post-wrapper.thrv_wrapper {
    width: calc((100% - 20px) / 2);
  }
  .tve-theme-1146
    .content-section
    [data-css="tve-u-16ecb5f152b"].tcb-post-list
    .post-wrapper {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    padding-bottom: 20px !important;
  }
  .tve-theme-1146
    .content-section
    [data-css="tve-u-16ecb5f152b"].tcb-post-list
    [data-css="tve-u-16ecb5f1530"] {
    --g-regular-weight: 400;
    --g-bold-weight: 600;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
  }
  .tve-theme-1146
    .content-section
    [data-css="tve-u-16ecb5f152b"].tcb-post-list
    [data-css="tve-u-16ecb5f152e"] {
    background-image: url(/wp-content/uploads/thrive-theme/images/Featured_img_1_03-10-1.jpg?dynamic_featured=1&size=large) !important;
    background-size: cover !important;
    background-position: 50% 50% !important;
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
  }
  .tve-theme-1146
    .content-section
    [data-css="tve-u-16ecb5f152b"].tcb-post-list
    [data-css="tve-u-16ecb5f152d"] {
    margin-top: 0px !important;
    margin-bottom: 8px !important;
  }
  .tve-theme-1146
    .content-section
    [data-css="tve-u-16ecb5f152b"].tcb-post-list
    .thrv-content-box
    [data-css="tve-u-16ecb5f152f"] {
    min-height: 124px;
  }
  .tve-theme-1146
    .content-section
    [data-css="tve-u-16ecb5f152b"].tcb-post-list
    .tcb-post-title[data-css="tve-u-16ecb5f1530"]
    a,
  .tve-theme-1146
    .content-section
    [data-css="tve-u-16ecb5f152b"].tcb-post-list
    .tcb-post-title[data-css="tve-u-16ecb5f1530"] {
    --tcb-applied-color: var$(--tcb-skin-color-4);
    font-weight: 600 !important;
    font-family: Literata !important;
    color: var(--tcb-skin-color-4) !important;
    font-size: 18px !important;
  }
  .tve-theme-1146
    .content-section
    .tcb-post-list[data-css="tve-u-16ecb5f152b"]
    .post-wrapper.thrv_wrapper:not(:nth-child(n + 3)) {
    margin-top: 0px !important;
  }
  .tve-theme-1146
    .content-section
    .tcb-post-list[data-css="tve-u-16ecb5f152b"]
    .post-wrapper.thrv_wrapper:not(:nth-child(2n)) {
    margin-right: 20px !important;
  }
  .tve-theme-1146
    .content-section
    .tcb-post-list[data-css="tve-u-16ecb5f152b"]
    .post-wrapper.thrv_wrapper:nth-child(2n) {
    margin-right: 0px !important;
  }
  .tve-theme-1146
    .content-section
    .thrv-divider[data-css="tve-u-16ecb61f672"]
    .tve_sep {
    border-width: 1px !important;
    border-color: rgba(0, 0, 0, 0.06) !important;
  }
  .tve-theme-1146 .content-section [data-css="tve-u-16ecb61f672"] {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    margin-bottom: 30px !important;
  }
  .tve-theme-1146 .content-section [data-css="tve-u-16ecb5f152b"] {
    margin-bottom: 60px !important;
  }
  .tve-theme-1146
    .content-section
    [data-css="tve-u-170199bd58e"]
    .tve_social_items {
    font-size: 10px !important;
  }
  .tve-theme-1146 .content-section [data-css="tve-u-170199bd58e"] {
    top: 0;
    left: 0;
    float: none;
    margin: 0 auto !important;
    padding-left: 1px !important;
  }
  :not(#tve) .tve-theme-1146 .content-section [data-css="tve-u-170199ce799"] {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1146
    .content-section
    [data-css="tve-u-170199bd58e"]
    .tve_social_items
    .tve_s_item {
    margin-bottom: 10px;
    display: table;
  }
  .tve-theme-1146 .content-section [data-css="tve-u-170199f5045"] {
    font-size: 16px;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    margin: 0 0 9px 8px !important;
  }
  :not(#tve)
    .tve-theme-1146
    .content-section
    [data-css="tve-u-170199f5045"]
    > :first-child {
    color: rgb(221, 221, 221);
  }
  .tve-theme-1146 .content-section [data-css="tve-u-17019a634b0"] {
    float: left;
    z-index: 3;
    top: 30px;
    left: 10px;
    padding: 0px !important;
    margin: 0px !important;
    position: absolute !important;
  }
  .tve-theme-1146 .content-section .comment-respond {
    padding-top: 0px !important;
  }
  .tve-theme-1146 .content-section .comment-form-reply-title-wrapper {
    margin-bottom: 20px !important;
  }
  .tve-theme-1146 .content-section .theme-comments-logged-in-as-wrapper {
    margin-bottom: 5px !important;
  }
  .tve-theme-1146 .content-section .comment-form-text textarea {
    border-radius: 0;
    overflow: hidden;
    border: 1px solid var(--tcb-skin-color-14);
    font-weight: var(--tve-font-weight, var(--g-regular-weight, normal));
    font-family: var(--tve-font-family, Muli);
    color: var(--tve-color, var(--tcb-skin-color-5));
    --tcb-applied-color: var$(--tcb-skin-color-5);
    background-color: rgb(255, 255, 255) !important;
    padding: 20px 15px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .tve-theme-1146 .content-section .comment-form .comment-form-submit button {
    font-size: var(--tve-font-size, 11px);
    text-transform: var(--tve-text-transform, uppercase);
    font-weight: var(--tve-font-weight, var(--g-bold-weight, bold));
    font-family: var(--tve-font-family, Muli);
    color: var(--tve-color, var(--tcb-skin-color-0));
    --tcb-applied-color: var$(--tcb-skin-color-0);
    border: 1px solid var(--tcb-skin-color-18);
    border-radius: 0;
    overflow: hidden;
    letter-spacing: var(--tve-letter-spacing, 2px);
    padding: 15px 35px !important;
  }
  .tve-theme-1146 .content-section .comment-form .comment-form-submit {
    --tve-font-size: 11px;
    --tve-text-transform: uppercase;
    --tve-font-weight: var(--g-bold-weight, bold);
    --tve-font-family: Muli;
    --tve-color: var(--tcb-skin-color-0);
    --tve-letter-spacing: 2px;
    --g-bold-weight: 700;
    --g-regular-weight: 300;
    margin-top: 0px !important;
    margin-bottom: 20px !important;
  }
  :not(#tve)
    .tve-theme-1146
    .content-section
    .comment-form
    .comment-form-submit:hover
    button {
    background-color: var(--tcb-skin-color-0) !important;
    color: var(--tve-color, rgb(255, 255, 255)) !important;
    --tcb-applied-color: rgb(255, 255, 255) !important;
    border: 1px solid var(--tcb-skin-color-0) !important;
  }
  :not(#tve)
    .tve-theme-1146
    .content-section
    .comment-form
    .comment-form-submit:hover {
    --tve-color: rgb(255, 255, 255) !important;
  }
  .tve-theme-1146 .content-section .comment-form-text {
    --tve-font-weight: var(--g-regular-weight, normal);
    --tve-font-family: Muli;
    --g-regular-weight: 300;
    --g-bold-weight: 700;
    --tve-color: var(--tcb-skin-color-5);
  }
  :not(#tve) .tve-theme-1146 .content-section [data-css="tve-u-17081459925"] {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
  }
  :not(#tve) .tve-theme-1146 .content-section [data-css="tve-u-1708145a1c4"] {
    padding-top: 0px !important;
    margin-top: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    font-size: 14px !important;
  }
  .tve-theme-1146 .top-section .section-background {
    background-color: transparent !important;
    background-image:
      linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)),
      url(/wp-content/uploads/thrive-theme/images/All-archives_banner-7-2.jpg) !important;
    background-size: auto, cover !important;
    background-position:
      50% 50%,
      50% 50% !important;
    background-attachment: scroll, scroll !important;
    background-repeat: no-repeat, no-repeat !important;
  }
  .tve-theme-1146 .top-section .section-content p,
  .tve-theme-1146 .top-section .section-content li,
  .tve-theme-1146 .top-section .section-content label,
  .tve-theme-1146 .top-section .section-content .tcb-plain-text {
    color: rgb(255, 255, 255);
    --tcb-applied-color: rgb(255, 255, 255);
  }
  .tve-theme-1146
    .top-section
    [data-css="tve-u-16efe7da179"]
    .thrive-breadcrumb-path
    a {
    --tcb-applied-color: rgba(255, 255, 255, 0.8);
    font-family: var(--tve-font-family, Muli);
    font-size: var(--tve-font-size, 14px) !important;
    letter-spacing: 1px !important;
    color: rgba(255, 255, 255, 0.8) !important;
    font-weight: var(
      --tve-font-weight,
      var(--g-regular-weight, normal)
    ) !important;
  }
  :not(#tve)
    .tve-theme-1146
    .top-section
    [data-css="tve-u-16efe7da179"]
    .thrive-breadcrumb-path:hover
    a {
    color: var(--tve-color, rgb(255, 255, 255)) !important;
    --tcb-applied-color: rgb(255, 255, 255) !important;
    text-decoration: var(--tve-text-decoration, none) !important;
  }
  .tve-theme-1146 .top-section .section-content {
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
    padding: 15px 20px !important;
    min-height: 145px !important;
  }
  .tve-theme-1146 .top-section .thrive-breadcrumbs {
    margin: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .tve-theme-1146
    .top-section
    [data-css="tve-u-16efe7da179"]
    .thrive-breadcrumb-path {
    --tve-font-weight: var(--g-regular-weight, normal);
    --tve-font-family: Muli;
    --g-regular-weight: 400;
    --g-bold-weight: 600;
    --tve-font-size: 14px;
  }
  :not(#tve)
    .tve-theme-1146
    .top-section
    [data-css="tve-u-16efe7da179"]
    .thrive-breadcrumb-separator {
    font-size: 12px !important;
    width: 12px !important;
    height: 12px !important;
  }
  .tve-theme-1146
    .top-section
    [data-css="tve-u-16efe7da179"]
    .thrive-breadcrumb-leaf
    span {
    font-size: var(--tve-font-size, 14px) !important;
  }
  .tve-theme-1146
    .top-section
    [data-css="tve-u-16efe7da179"]
    .thrive-breadcrumb-leaf {
    --tve-font-size: 14px;
  }
  :not(#tve)
    .tve-theme-1146
    .top-section
    [data-css="tve-u-16efe7da179"]
    .thrive-breadcrumb-path:hover {
    --tve-text-decoration: none !important;
    --tve-color: rgb(255, 255, 255) !important;
  }
  .tve-theme-1147 #wrapper {
    --header-background-width: 100%;
    --footer-background-width: 100%;
    --top-background-width: 100%;
    --bottom-background-width: 100%;
  }
  :not(#layout) .tve-theme-1147 .main-container {
    --separator-size: 40px;
  }
  .tve-theme-1147 .main-container {
    padding: 20px 10px !important;
  }
  .tve-theme-1147 .bottom-section .section-background {
    background-color: rgb(255, 255, 255) !important;
    background-image: linear-gradient(
      var(--tcb-skin-color-18),
      var(--tcb-skin-color-18)
    ) !important;
    background-size: auto !important;
    background-position: 50% 50% !important;
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
  }
  .tve-theme-1147 .bottom-section .section-content {
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    min-height: 1px !important;
    padding: 40px 20px !important;
  }
  .tve-theme-1147 .bottom-section [data-css="tve-u-16efa12ec05"] {
    padding: 0px !important;
    background-color: transparent !important;
  }
  .tve-theme-1147 .bottom-section .section-content p,
  .tve-theme-1147 .bottom-section .section-content li,
  .tve-theme-1147 .bottom-section .section-content label,
  .tve-theme-1147 .bottom-section .section-content .tcb-plain-text {
    color: rgb(255, 255, 255);
    --tcb-applied-color: rgb(255, 255, 255);
  }
  :not(#tve) .tve-theme-1147 .bottom-section [data-css="tve-u-16efa13c35c"] {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    margin-top: 0px !important;
    font-size: 16px !important;
    color: rgba(255, 255, 255, 0.8) !important;
    --tcb-applied-color: rgba(255, 255, 255, 0.8) !important;
  }
  .tve-theme-1147
    .bottom-section
    [data-css="tve-u-16efa157f12"]
    .tcb-button-link {
    letter-spacing: 2px;
    background-color: rgb(255, 255, 255) !important;
    padding: 22px !important;
  }
  :not(#tve)
    .tve-theme-1147
    .bottom-section
    [data-css="tve-u-16efa157f12"]
    .tcb-button-link
    span {
    color: var(--tcb-skin-color-0);
    --tcb-applied-color: var$(--tcb-skin-color-0);
    font-weight: var(--tve-font-weight, var(--g-bold-weight, bold));
  }
  .tve-theme-1147 .bottom-section [data-css="tve-u-16efa161c92"] {
    max-width: 650px;
    float: none;
    padding: 0px !important;
    margin: 20px auto !important;
  }
  .tve-theme-1147 .bottom-section {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  :not(#tve)
    .tve-theme-1147
    .bottom-section
    [data-css="tve-u-16efa157f12"]:hover
    .tcb-button-link
    span {
    color: var(--tcb-skin-color-3) !important;
    --tcb-applied-color: var$(--tcb-skin-color-3) !important;
  }
  .tve-theme-1147 .bottom-section [data-css="tve-u-16efa157f12"] {
    --tve-font-size: 14px;
    --tve-font-weight: var(--g-bold-weight, bold);
    --tve-font-family: Muli;
    --g-regular-weight: 400;
    --g-bold-weight: 800;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  :not(#tve)
    .tve-theme-1147
    .bottom-section
    [data-css="tve-u-16efa157f12"]
    .tcb-button-link {
    font-family: var(--tve-font-family, Muli);
    font-size: var(--tve-font-size, 14px) !important;
  }
  :not(#tve) .tve-theme-1147 .bottom-section [data-css="tve-u-17077896ad8"] {
    color: rgb(255, 255, 255) !important;
    --tcb-applied-color: rgb(255, 255, 255) !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    line-height: 1.4em !important;
  }
  .tve-theme-1147 .content-section [data-css="tve-u-16ec5d248bb"] {
    left: 0;
    padding: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1147 .content-section {
    margin-top: 0px !important;
  }
  .tve-theme-1147 .content-section .section-content {
    --g-regular-weight: 400;
    --g-bold-weight: 800;
    padding: 20px 40px 20px 80px !important;
  }
  .tve-theme-1147
    .content-section
    .thrv-divider[data-css="tve-u-16ec5fddeba"]
    .tve_sep {
    border-width: 1px !important;
    border-color: rgba(0, 0, 0, 0.06) !important;
  }
  .tve-theme-1147 .content-section [data-css="tve-u-16ec6330c3d"] {
    display: inline-block;
    padding: 0px !important;
  }
  :not(#tve) .tve-theme-1147 .content-section [data-css="tve-u-16ec63322d0"] {
    letter-spacing: 1px;
    text-transform: uppercase !important;
    font-weight: var(--g-bold-weight, bold) !important;
    font-size: 14px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    margin-top: 0px !important;
  }
  :not(#tve) .tve-theme-1147 .content-section [data-css="tve-u-16ec63492a5"] {
    --tcb-applied-color: rgb(153, 153, 153);
    letter-spacing: 1px;
    text-transform: none !important;
    font-weight: var(--g-regular-weight, normal) !important;
    font-size: 14px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    color: rgb(153, 153, 153) !important;
    padding-top: 0px !important;
    margin-top: 0px !important;
  }
  .tve-theme-1147 .content-section [data-css="tve-u-16ec634b5e1"] {
    display: inline-block;
    padding: 0px !important;
    margin-right: 15px !important;
  }
  .tve-theme-1147 .content-section [data-css="tve-u-16ec635199f"] {
    --tcb-applied-color: rgb(153, 153, 153);
  }
  .tve-theme-1147 .content-section [data-css="tve-u-16ec5fddeba"] {
    padding-top: 15px !important;
    padding-bottom: 12px !important;
  }
  .tve-theme-1147
    .content-section
    .tcb-post-list[data-css="tve-u-16ecb5f152b"]
    .post-wrapper.thrv_wrapper {
    width: calc((100% - 20px) / 2);
  }
  .tve-theme-1147
    .content-section
    [data-css="tve-u-16ecb5f152b"].tcb-post-list
    .post-wrapper {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    padding-bottom: 20px !important;
  }
  .tve-theme-1147
    .content-section
    [data-css="tve-u-16ecb5f152b"].tcb-post-list
    [data-css="tve-u-16ecb5f1530"] {
    --g-regular-weight: 400;
    --g-bold-weight: 600;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
  }
  .tve-theme-1147
    .content-section
    [data-css="tve-u-16ecb5f152b"].tcb-post-list
    [data-css="tve-u-16ecb5f152e"] {
    background-image: url(/wp-content/uploads/thrive-theme/images/Post-4_featured-1024x373-1.jpg?dynamic_featured=1&size=large) !important;
    background-size: cover !important;
    background-position: 50% 50% !important;
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
  }
  .tve-theme-1147
    .content-section
    [data-css="tve-u-16ecb5f152b"].tcb-post-list
    [data-css="tve-u-16ecb5f152d"] {
    margin-top: 0px !important;
    margin-bottom: 8px !important;
  }
  .tve-theme-1147
    .content-section
    [data-css="tve-u-16ecb5f152b"].tcb-post-list
    .thrv-content-box
    [data-css="tve-u-16ecb5f152f"] {
    min-height: 124px;
  }
  .tve-theme-1147
    .content-section
    [data-css="tve-u-16ecb5f152b"].tcb-post-list
    .tcb-post-title[data-css="tve-u-16ecb5f1530"]
    a,
  .tve-theme-1147
    .content-section
    [data-css="tve-u-16ecb5f152b"].tcb-post-list
    .tcb-post-title[data-css="tve-u-16ecb5f1530"] {
    --tcb-applied-color: var$(--tcb-skin-color-4);
    font-weight: 600 !important;
    font-family: Literata !important;
    color: var(--tcb-skin-color-4) !important;
    font-size: 18px !important;
  }
  .tve-theme-1147
    .content-section
    .tcb-post-list[data-css="tve-u-16ecb5f152b"]
    .post-wrapper.thrv_wrapper:not(:nth-child(n + 3)) {
    margin-top: 0px !important;
  }
  .tve-theme-1147
    .content-section
    .tcb-post-list[data-css="tve-u-16ecb5f152b"]
    .post-wrapper.thrv_wrapper:not(:nth-child(2n)) {
    margin-right: 20px !important;
  }
  .tve-theme-1147
    .content-section
    .tcb-post-list[data-css="tve-u-16ecb5f152b"]
    .post-wrapper.thrv_wrapper:nth-child(2n) {
    margin-right: 0px !important;
  }
  .tve-theme-1147
    .content-section
    .thrv-divider[data-css="tve-u-16ecb61f672"]
    .tve_sep {
    border-width: 1px !important;
    border-color: rgba(0, 0, 0, 0.06) !important;
  }
  .tve-theme-1147 .content-section [data-css="tve-u-16ecb61f672"] {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    margin-bottom: 30px !important;
  }
  .tve-theme-1147 .content-section [data-css="tve-u-16ecb5f152b"] {
    margin-bottom: 60px !important;
  }
  .tve-theme-1147
    .content-section
    [data-css="tve-u-170199bd58e"]
    .tve_social_items {
    font-size: 10px !important;
  }
  .tve-theme-1147 .content-section [data-css="tve-u-170199bd58e"] {
    top: 0;
    left: 0;
    float: none;
    margin: 0 auto !important;
    padding-left: 1px !important;
  }
  :not(#tve) .tve-theme-1147 .content-section [data-css="tve-u-170199ce799"] {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1147
    .content-section
    [data-css="tve-u-170199bd58e"]
    .tve_social_items
    .tve_s_item {
    margin-bottom: 10px;
    display: table;
  }
  .tve-theme-1147 .content-section [data-css="tve-u-170199f5045"] {
    font-size: 16px;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    margin: 0 0 9px 8px !important;
  }
  :not(#tve)
    .tve-theme-1147
    .content-section
    [data-css="tve-u-170199f5045"]
    > :first-child {
    color: rgb(221, 221, 221);
  }
  .tve-theme-1147 .content-section [data-css="tve-u-17019a634b0"] {
    float: left;
    z-index: 3;
    top: 30px;
    left: 10px;
    padding: 0px !important;
    margin: 0px !important;
    position: absolute !important;
  }
  .tve-theme-1147 .content-section .comment-respond {
    padding-top: 0px !important;
  }
  .tve-theme-1147 .content-section .comment-form-reply-title-wrapper {
    margin-bottom: 20px !important;
  }
  .tve-theme-1147 .content-section .theme-comments-logged-in-as-wrapper {
    margin-bottom: 5px !important;
  }
  .tve-theme-1147 .content-section .comment-form-text textarea {
    border-radius: 0;
    overflow: hidden;
    border: 1px solid var(--tcb-skin-color-14);
    font-weight: var(--tve-font-weight, var(--g-regular-weight, normal));
    font-family: var(--tve-font-family, Muli);
    color: var(--tve-color, var(--tcb-skin-color-5));
    --tcb-applied-color: var$(--tcb-skin-color-5);
    background-color: rgb(255, 255, 255) !important;
    padding: 20px 15px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .tve-theme-1147 .content-section .comment-form .comment-form-submit button {
    font-size: var(--tve-font-size, 11px);
    text-transform: var(--tve-text-transform, uppercase);
    font-weight: var(--tve-font-weight, var(--g-bold-weight, bold));
    font-family: var(--tve-font-family, Muli);
    color: var(--tve-color, var(--tcb-skin-color-0));
    --tcb-applied-color: var$(--tcb-skin-color-0);
    border: 1px solid var(--tcb-skin-color-18);
    border-radius: 0;
    overflow: hidden;
    letter-spacing: var(--tve-letter-spacing, 2px);
    padding: 15px 35px !important;
  }
  .tve-theme-1147 .content-section .comment-form .comment-form-submit {
    --tve-font-size: 11px;
    --tve-text-transform: uppercase;
    --tve-font-weight: var(--g-bold-weight, bold);
    --tve-font-family: Muli;
    --tve-color: var(--tcb-skin-color-0);
    --tve-letter-spacing: 2px;
    --g-bold-weight: 700;
    --g-regular-weight: 300;
    margin-top: 0px !important;
    margin-bottom: 20px !important;
  }
  :not(#tve)
    .tve-theme-1147
    .content-section
    .comment-form
    .comment-form-submit:hover
    button {
    background-color: var(--tcb-skin-color-0) !important;
    color: var(--tve-color, rgb(255, 255, 255)) !important;
    --tcb-applied-color: rgb(255, 255, 255) !important;
    border: 1px solid var(--tcb-skin-color-0) !important;
  }
  :not(#tve)
    .tve-theme-1147
    .content-section
    .comment-form
    .comment-form-submit:hover {
    --tve-color: rgb(255, 255, 255) !important;
  }
  .tve-theme-1147 .content-section .comment-form-text {
    --tve-font-weight: var(--g-regular-weight, normal);
    --tve-font-family: Muli;
    --g-regular-weight: 300;
    --g-bold-weight: 700;
    --tve-color: var(--tcb-skin-color-5);
  }
  :not(#tve) .tve-theme-1147 .content-section [data-css="tve-u-17081459925"] {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
  }
  :not(#tve) .tve-theme-1147 .content-section [data-css="tve-u-1708145a1c4"] {
    padding-top: 0px !important;
    margin-top: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    font-size: 14px !important;
  }
  :not(#tve)
    .tve-theme-1147
    .content-section
    .comment-list
    .reply
    .tcb-button-link
    span {
    color: var(--tve-color, var(--tcb-skin-color-0));
    --tcb-applied-color: var$(--tcb-skin-color-0);
    text-transform: var(--tve-text-transform, uppercase);
  }
  .tve-theme-1147 .content-section .comment-list .reply {
    --tve-color: var(--tcb-skin-color-0);
    --tve-text-transform: uppercase;
    --tve-font-size: 11px;
    --tve-letter-spacing: 2px;
  }
  :not(#tve)
    .tve-theme-1147
    .content-section
    :not(#tve)
    .comment-list
    .reply:hover
    .tcb-button-link
    span {
    color: var(--tve-color, rgb(255, 255, 255)) !important;
    --tcb-applied-color: rgb(255, 255, 255) !important;
  }
  :not(#tve) .tve-theme-1147 .content-section .comment-list .reply:hover {
    --tve-color: rgb(255, 255, 255) !important;
  }
  :not(#tve)
    .tve-theme-1147
    .content-section
    .comment-list
    .reply:hover
    .tcb-button-link {
    border: 1px solid var(--tcb-skin-color-18) !important;
    background-color: var(--tcb-skin-color-0) !important;
  }
  :not(#tve) .tve-theme-1147 .content-section .comment-list > .comment {
    font-size: 14px !important;
  }
  .tve-theme-1147 .content-section .comment-list .reply .tcb-button-link {
    overflow: hidden;
    letter-spacing: var(--tve-letter-spacing, 2px);
    border: 1px solid var(--tcb-skin-color-18) !important;
    border-radius: 0px !important;
  }
  :not(#tve)
    .tve-theme-1147
    .content-section
    .comment-list
    .reply
    .tcb-button-link {
    font-size: var(--tve-font-size, 11px) !important;
  }
  .tve-theme-1147 .sidebar-section [data-css="tve-u-17066f3f202"] {
    background-color: var(--tcb-skin-color-9) !important;
    background-image: none !important;
  }
  .tve-theme-1147 .sidebar-section .section-background {
    background-color: rgb(255, 255, 255) !important;
  }
  .tve-theme-1147 .sidebar-section .section-content {
    padding: 20px 10px !important;
  }
  .tve-theme-1147 .sidebar-section [data-css="tve-u-17066fc9dda"] {
    margin-bottom: 10px !important;
    padding: 0px !important;
  }
  .tve-theme-1147 .sidebar-section [data-css="tve-u-170670db2de"] {
    box-shadow: none;
    opacity: 1;
    filter: grayscale(0%) brightness(100%) contrast(100%) blur(0) sepia(0%)
      invert(0%) saturate(100%) hue-rotate(0deg);
    background-color: rgb(255, 255, 255) !important;
    background-image: none !important;
    border: 3px solid var(--tcb-skin-color-9) !important;
  }
  .tve-theme-1147 .sidebar-section [data-css="tve-u-170670dfdd8"] {
    text-align: center;
  }
  :not(#tve)
    .tve-theme-1147
    .sidebar-section
    [data-css="tve-u-170670eee10"]
    .tcb-button-link {
    font-family: var(--tve-font-family, Muli);
    font-size: var(--tve-font-size, 13px) !important;
  }
  .tve-theme-1147 .sidebar-section [data-css="tve-u-170670eee10"] {
    --tve-font-size: 13px;
    --tve-color: rgb(255, 255, 255);
    --tve-font-weight: var(--g-bold-weight, bold);
    --tve-font-family: Muli;
    --g-regular-weight: 400;
    --g-bold-weight: 600;
    --tve-text-transform: uppercase;
    --tve-letter-spacing: 0px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    min-width: 100% !important;
  }
  .tve-theme-1147
    .sidebar-section
    [data-css="tve-u-170670eee10"]
    .tcb-button-link {
    border: none;
    border-radius: 0;
    overflow: hidden;
    letter-spacing: var(--tve-letter-spacing, 0);
    background-color: var(--tcb-skin-color-0) !important;
    padding: 17px 25px !important;
  }
  :not(#tve)
    .tve-theme-1147
    .sidebar-section
    [data-css="tve-u-170670eee10"]
    .tcb-button-link
    span {
    color: var(--tve-color, rgb(255, 255, 255));
    --tcb-applied-color: rgb(255, 255, 255);
    font-weight: var(--tve-font-weight, var(--g-bold-weight, bold));
    text-transform: var(--tve-text-transform, uppercase);
  }
  .tve-theme-1147 .sidebar-section [data-css="tve-u-170671b39c3"] {
    margin-top: 0px !important;
    margin-bottom: 40px !important;
    padding: 25px !important;
  }
  .tve-theme-1147
    .sidebar-section
    [data-css="tve-u-170671d4d74"]
    .thrive-dynamic-styled-list-item {
    justify-content: flex-start;
    text-align: left;
    --tve-font-weight: var(--g-regular-weight, normal);
    --tve-font-family: Muli;
    --g-regular-weight: 400;
    --g-bold-weight: 500;
    border-bottom: none;
    --tve-font-size: 16px;
    --tve-color: var(--tcb-skin-color-16);
    margin-bottom: 0px !important;
    padding-bottom: 5px !important;
    margin-left: 0px !important;
  }
  :not(#tve)
    .tve-theme-1147
    .sidebar-section
    [data-css="tve-u-170671d4d74"]
    .thrive-dynamic-styled-list-item
    p,
  :not(#tve)
    .tve-theme-1147
    .sidebar-section
    [data-css="tve-u-170671d4d74"]
    .thrive-dynamic-styled-list-item
    li,
  :not(#tve)
    .tve-theme-1147
    .sidebar-section
    [data-css="tve-u-170671d4d74"]
    .thrive-dynamic-styled-list-item
    blockquote,
  :not(#tve)
    .tve-theme-1147
    .sidebar-section
    [data-css="tve-u-170671d4d74"]
    .thrive-dynamic-styled-list-item
    address,
  :not(#tve)
    .tve-theme-1147
    .sidebar-section
    [data-css="tve-u-170671d4d74"]
    .thrive-dynamic-styled-list-item
    .tcb-plain-text,
  :not(#tve)
    .tve-theme-1147
    .sidebar-section
    [data-css="tve-u-170671d4d74"]
    .thrive-dynamic-styled-list-item
    label {
    font-weight: var(--tve-font-weight, var(--g-regular-weight, normal));
    font-family: var(--tve-font-family, Muli);
    font-size: var(--tve-font-size, 16px);
  }
  :not(#tve) .tve-theme-1147 .sidebar-section [data-css="tve-u-170671d4d74"] p,
  :not(#tve) .tve-theme-1147 .sidebar-section [data-css="tve-u-170671d4d74"] li,
  :not(#tve)
    .tve-theme-1147
    .sidebar-section
    [data-css="tve-u-170671d4d74"]
    blockquote,
  :not(#tve)
    .tve-theme-1147
    .sidebar-section
    [data-css="tve-u-170671d4d74"]
    address,
  :not(#tve)
    .tve-theme-1147
    .sidebar-section
    [data-css="tve-u-170671d4d74"]
    .tcb-plain-text,
  :not(#tve)
    .tve-theme-1147
    .sidebar-section
    [data-css="tve-u-170671d4d74"]
    label {
    font-weight: var(--tve-font-weight, var(--g-regular-weight, normal));
    font-family: var(--tve-font-family, Muli);
  }
  .tve-theme-1147 .sidebar-section [data-css="tve-u-170671d4d74"] {
    --tve-font-weight: var(--g-regular-weight, normal);
    --tve-font-family: Muli;
    --g-regular-weight: 400;
    --g-bold-weight: 500;
    margin-bottom: 40px !important;
  }
  :not(#tve)
    .tve-theme-1147
    .sidebar-section
    [data-css="tve-u-170671d4d74"]
    .thrive-dynamic-styled-list-item
    p,
  :not(#tve)
    .tve-theme-1147
    .sidebar-section
    [data-css="tve-u-170671d4d74"]
    .thrive-dynamic-styled-list-item
    li,
  :not(#tve)
    .tve-theme-1147
    .sidebar-section
    [data-css="tve-u-170671d4d74"]
    .thrive-dynamic-styled-list-item
    blockquote,
  :not(#tve)
    .tve-theme-1147
    .sidebar-section
    [data-css="tve-u-170671d4d74"]
    .thrive-dynamic-styled-list-item
    address,
  :not(#tve)
    .tve-theme-1147
    .sidebar-section
    [data-css="tve-u-170671d4d74"]
    .thrive-dynamic-styled-list-item
    .tcb-plain-text,
  :not(#tve)
    .tve-theme-1147
    .sidebar-section
    [data-css="tve-u-170671d4d74"]
    .thrive-dynamic-styled-list-item
    label,
  :not(#tve)
    .tve-theme-1147
    .sidebar-section
    [data-css="tve-u-170671d4d74"]
    .thrive-dynamic-styled-list-item
    h1,
  :not(#tve)
    .tve-theme-1147
    .sidebar-section
    [data-css="tve-u-170671d4d74"]
    .thrive-dynamic-styled-list-item
    h2,
  :not(#tve)
    .tve-theme-1147
    .sidebar-section
    [data-css="tve-u-170671d4d74"]
    .thrive-dynamic-styled-list-item
    h3,
  :not(#tve)
    .tve-theme-1147
    .sidebar-section
    [data-css="tve-u-170671d4d74"]
    .thrive-dynamic-styled-list-item
    h4,
  :not(#tve)
    .tve-theme-1147
    .sidebar-section
    [data-css="tve-u-170671d4d74"]
    .thrive-dynamic-styled-list-item
    h5,
  :not(#tve)
    .tve-theme-1147
    .sidebar-section
    [data-css="tve-u-170671d4d74"]
    .thrive-dynamic-styled-list-item
    h6 {
    color: var(--tve-color, var(--tcb-skin-color-16));
    --tcb-applied-color: var$(--tcb-skin-color-16);
  }
  .tve-theme-1147 .sidebar-section [data-css="tve-u-170671ed5ae"] {
    margin-top: 0px !important;
    margin-bottom: 40px !important;
  }
  .tve-theme-1147 .sidebar-section [data-css="tve-u-17067200c9c"] {
    border-radius: 100px;
    overflow: hidden;
    float: none;
    margin: 0 auto 40px !important;
    background-color: transparent !important;
  }
  .tve-theme-1147 .sidebar-section [data-css="tve-u-1706722e266"] {
    text-align: center;
  }
  .tve-theme-1147
    .sidebar-section
    [data-css="tve-u-17067200c9c"]
    .tve_social_items {
    font-size: 10px !important;
  }
  :not(#tve)
    .tve-theme-1147
    .sidebar-section
    [data-css="tve-u-170670eee10"]:hover
    .tcb-button-link {
    border: none !important;
    background-image: linear-gradient(
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0.1)
    ) !important;
    background-size: auto !important;
    background-position: 50% 50% !important;
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
    background-color: var(--tcb-skin-color-0) !important;
  }
  :not(#tve) .tve-theme-1147 .sidebar-section [data-css="tve-u-17067931458"] {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    margin-top: 0px !important;
    line-height: 1.5em !important;
  }
  .tve-theme-1147 .sidebar-section [data-css="tve-u-170679aaa25"] {
    width: 600px;
    float: none;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  :not(#tve) .tve-theme-1147 .sidebar-section [data-css="tve-u-17067aabf55"] {
    --g-regular-weight: 400;
    --g-bold-weight: 500;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    margin-top: 0px !important;
    font-size: 20px !important;
    font-family: Literata !important;
    font-weight: var(--g-bold-weight, bold) !important;
    color: var(--tcb-skin-color-4) !important;
    --tcb-applied-color: var$(--tcb-skin-color-4) !important;
  }
  .tve-theme-1147 .sidebar-section [data-css="tve-u-17067ab1e02"] {
    background-color: transparent !important;
    padding-left: 1px !important;
    margin-bottom: 10px !important;
  }
  :not(#tve) .tve-theme-1147 .sidebar-section [data-css="tve-u-17067ab9379"] {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    margin-top: 0px !important;
    line-height: 1.5em !important;
    font-size: 16px !important;
  }
  :not(#tve)
    .tve-theme-1147
    .sidebar-section
    [data-css="tve-u-17067ac0875"]
    input,
  :not(#tve)
    .tve-theme-1147
    .sidebar-section
    [data-css="tve-u-17067ac0875"]
    select {
    border: none;
    border-radius: 0;
    overflow: hidden;
    font-family: var(--tve-font-family, Muli);
    text-align: center;
    font-size: var(--tve-font-size, 14px);
    box-shadow: none;
    background-color: rgb(255, 255, 255) !important;
    padding: 15px 10px !important;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
  }
  :not(#tve)
    .tve-theme-1147
    .sidebar-section
    [data-css="tve-u-17067ac0875"]
    input,
  :not(#tve)
    .tve-theme-1147
    .sidebar-section
    [data-css="tve-u-17067ac0875"]
    input::placeholder,
  :not(#tve)
    .tve-theme-1147
    .sidebar-section
    [data-css="tve-u-17067ac0875"]
    select {
    font-weight: var(--tve-font-weight, var(--g-regular-weight, normal));
    --tcb-applied-color: rgb(119, 119, 119);
    color: var(--tve-color, rgb(119, 119, 119)) !important;
  }
  .tve-theme-1147 .sidebar-section [data-css="tve-u-17067ac0875"] {
    --g-regular-weight: 400;
    --g-bold-weight: 700;
    --tve-font-weight: var(--g-regular-weight, normal);
    --tve-font-family: Muli;
    --tve-color: rgb(119, 119, 119);
    --tve-font-size: 14px;
  }
  :not(#tve)
    .tve-theme-1147
    .sidebar-section
    [data-css="tve-u-17067accf33"]
    button {
    font-size: var(--tve-font-size, 14px);
    text-transform: var(--tve-text-transform, uppercase);
    font-weight: var(--tve-font-weight, var(--g-bold-weight, bold));
    border: none;
    color: var(--tve-color, var(--tcb-skin-color-0));
    --tcb-applied-color: var$(--tcb-skin-color-0);
    font-family: var(--tve-font-family, Muli);
    text-decoration: var(--tve-text-decoration, underline);
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    background-color: transparent !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  :not(#tve)
    .tve-theme-1147
    .sidebar-section
    [data-css="tve-u-17067accf33"]:hover
    button {
    background-image: linear-gradient(
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0.15)
    ) !important;
    background-size: auto !important;
    background-position: 50% 50% !important;
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
    text-decoration: var(--tve-text-decoration, underline) !important;
  }
  .tve-theme-1147 .sidebar-section [data-css="tve-u-17067accf33"] {
    --tve-font-size: 14px;
    --tve-text-transform: uppercase;
    --tve-font-weight: var(--g-bold-weight, bold);
    --tve-color: var(--tcb-skin-color-0);
    --tve-font-family: Muli;
    --g-bold-weight: 700;
    --tve-text-decoration: underline;
  }
  .tve-theme-1147 .sidebar-section [data-css="tve-u-17067b095d3"] {
    margin-bottom: 0px !important;
    background-color: transparent !important;
  }
  :not(#tve)
    .tve-theme-1147
    .sidebar-section
    [data-css="tve-u-17067b4e564"]
    button {
    border-radius: 0;
    overflow: hidden;
    border: 2px solid var(--tcb-skin-color-18);
    color: rgb(78, 133, 243);
    --tcb-applied-color: rgb(78, 133, 243);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: var(--g-bold-weight, bold);
    letter-spacing: 1px;
    background-color: transparent !important;
    padding: 15px !important;
  }
  :not(#tve)
    .tve-theme-1147
    .sidebar-section
    [data-css="tve-u-17067b4e564"]:hover
    button {
    border: 2px solid rgb(15, 83, 218) !important;
    color: rgb(15, 83, 218) !important;
    --tcb-applied-color: rgb(15, 83, 218) !important;
  }
  .tve-theme-1147 .sidebar-section [data-css="tve-u-17067b4e566"] {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  :not(#tve)
    .tve-theme-1147
    .sidebar-section
    [data-css="tve-u-17067b4e569"]
    input {
    border-radius: 0;
    overflow: hidden;
    border: 1px solid var(--tcb-skin-color-8);
    font-size: var(--tve-font-size, 14px);
    color: var(--tve-color, var(--tcb-skin-color-5));
    --tcb-applied-color: var$(--tcb-skin-color-5);
    text-transform: var(--tve-text-transform, capitalize);
    letter-spacing: var(--tve-letter-spacing, 0);
    font-weight: var(--tve-font-weight, var(--g-regular-weight, normal));
    font-family: var(--tve-font-family, Muli);
  }
  :not(#tve)
    .tve-theme-1147
    .sidebar-section
    [data-css="tve-u-17067b4e569"]:hover
    input {
    border: 1px solid rgba(97, 143, 234, 0.5) !important;
    color: rgba(0, 0, 0, 0.85) !important;
    --tcb-applied-color: rgba(0, 0, 0, 0.85) !important;
  }
  .tve-theme-1147 .sidebar-section [data-css="tve-u-17067b4e569"] input {
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 12px !important;
    background-color: transparent !important;
  }
  .tve-theme-1147 .sidebar-section [data-css="tve-u-17067b5d81d"] {
    max-width: 100%;
    background-color: rgb(255, 255, 255) !important;
    margin-top: 0px !important;
    margin-bottom: 30px !important;
  }
  .tve-theme-1147 .sidebar-section [data-css="tve-u-17067b4e569"] {
    --tve-text-transform: capitalize;
    --tve-color: var(--tcb-skin-color-5);
    --tve-font-size: 14px;
    --tve-letter-spacing: 0px;
    --tve-font-weight: var(--g-regular-weight, normal);
    --tve-font-family: Muli;
    --g-regular-weight: 300;
    --g-bold-weight: 500;
  }
  .tve-theme-1147
    .sidebar-section
    .tcb-post-list[data-css="tve-u-17067be2282"]
    .post-wrapper.thrv_wrapper {
    width: calc((100% - 0px) / 1);
  }
  .tve-theme-1147
    .sidebar-section
    .tcb-post-list[data-css="tve-u-17067be2282"]
    .post-wrapper.thrv_wrapper:nth-child(n + 2) {
    margin-top: 15px !important;
  }
  .tve-theme-1147
    .sidebar-section
    [data-css="tve-u-17067be2282"].tcb-post-list
    [data-css="tve-u-17067be2289"] {
    max-width: 28%;
  }
  .tve-theme-1147
    .sidebar-section
    [data-css="tve-u-17067be2282"].tcb-post-list
    [data-css="tve-u-17067be228d"] {
    max-width: 72%;
  }
  .tve-theme-1147
    .sidebar-section
    [data-css="tve-u-17067be2282"].tcb-post-list
    [data-css="tve-u-17067be2288"] {
    margin-left: -15px;
    padding: 0px !important;
  }
  .tve-theme-1147
    .sidebar-section
    [data-css="tve-u-17067be2282"].tcb-post-list
    [data-css="tve-u-17067be2287"] {
    margin: 0px !important;
  }
  .tve-theme-1147
    .sidebar-section
    [data-css="tve-u-17067be2282"].tcb-post-list
    [data-css="tve-u-17067be2292"]
    .tcb-button-link {
    border: none;
    border-radius: 0;
    overflow: hidden;
    text-align: left;
    padding: 0px !important;
  }
  :not(#tve)
    .tve-theme-1147
    .sidebar-section
    [data-css="tve-u-17067be2282"].tcb-post-list
    [data-css="tve-u-17067be2292"]
    .tcb-button-link {
    font-size: var(--tve-font-size, 12px) !important;
  }
  :not(#tve)
    .tve-theme-1147
    .sidebar-section
    [data-css="tve-u-17067be2282"].tcb-post-list
    [data-css="tve-u-17067be2292"]
    .tcb-button-link
    span {
    color: rgb(153, 153, 153);
  }
  :not(#tve)
    .tve-theme-1147
    .sidebar-section
    [data-css="tve-u-17067be2282"].tcb-post-list
    [data-css="tve-u-17067be2292"]:hover
    .tcb-button-link
    span {
    color: var(--tve-color, rgb(0, 143, 255)) !important;
    --tcb-applied-color: rgb(0, 143, 255) !important;
  }
  .tve-theme-1147
    .sidebar-section
    [data-css="tve-u-17067be2282"].tcb-post-list
    [data-css="tve-u-17067be2288"]
    > .tcb-flex-col {
    padding-left: 15px;
  }
  .tve-theme-1147
    .sidebar-section
    [data-css="tve-u-17067be2288"]
    > .tcb-flex-col {
    padding-left: 15px;
  }
  .tve-theme-1147 .sidebar-section [data-css="tve-u-17067be2288"] {
    margin-left: -15px;
  }
  :not(#tve)
    .tve-theme-1147
    .sidebar-section
    [data-css="tve-u-17067be2282"].tcb-post-list
    [data-css="tve-u-17067be228f"] {
    padding-top: 0px !important;
    margin-top: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    font-size: 16px !important;
  }
  .tve-theme-1147
    .sidebar-section
    [data-css="tve-u-17067be2282"].tcb-post-list
    [data-css="tve-u-17067be228e"] {
    padding: 0px !important;
    margin-bottom: 4px !important;
  }
  :not(#tve)
    .tve-theme-1147
    .sidebar-section
    [data-css="tve-u-17067be2282"].tcb-post-list
    [data-css="tve-u-17067be2291"] {
    font-weight: var(--g-bold-weight, bold) !important;
  }
  :not(#tve)
    .tve-theme-1147
    .sidebar-section
    [data-css="tve-u-17067be2282"].tcb-post-list
    [data-css="tve-u-17067be2292"]:hover {
    --tve-color: var(--tcb-skin-color-18) !important;
  }
  .tve-theme-1147
    .sidebar-section
    [data-css="tve-u-17067be2282"].tcb-post-list
    [data-css="tve-u-17067be228b"] {
    background-image: url(/wp-content/uploads/thrive-theme/images/Post-4_featured-150x150-1.jpg?dynamic_featured=1&size=thumbnail) !important;
    background-size: cover !important;
    background-position: 50% 50% !important;
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
  }
  .tve-theme-1147
    .sidebar-section
    [data-css="tve-u-17067be2282"].tcb-post-list
    [data-css="tve-u-17067be228a"] {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding: 0px !important;
  }
  .tve-theme-1147
    .sidebar-section
    [data-css="tve-u-17067be2282"].tcb-post-list
    .thrv-content-box
    [data-css="tve-u-17067be228c"] {
    min-height: 70px !important;
  }
  .tve-theme-1147
    .sidebar-section
    [data-css="tve-u-17067be2282"].tcb-post-list
    [data-css="tve-u-17067be2292"] {
    --tve-font-size: 12px;
  }
  .tve-theme-1147
    .sidebar-section
    .tcb-post-list[data-css="tve-u-17067be2282"]
    .post-wrapper.thrv_wrapper:not(:nth-child(n + 2)) {
    margin-top: 0px !important;
  }
  .tve-theme-1147
    .sidebar-section
    .tcb-post-list[data-css="tve-u-17067be2282"]
    .post-wrapper.thrv_wrapper:nth-child(n) {
    margin-right: 0px !important;
  }
  .tve-theme-1147 .sidebar-section [data-css="tve-u-17067be2282"] {
    max-width: 300px;
    margin-bottom: 40px !important;
  }
  :not(#tve)
    .tve-theme-1147
    .sidebar-section
    [data-css="tve-u-17067ac0875"]:hover
    input,
  :not(#tve)
    .tve-theme-1147
    .sidebar-section
    [data-css="tve-u-17067ac0875"]:hover
    input::placeholder,
  :not(#tve)
    .tve-theme-1147
    .sidebar-section
    [data-css="tve-u-17067ac0875"]:hover
    select {
    color: var(--tve-color, rgb(48, 48, 48)) !important;
    --tcb-applied-color: rgb(48, 48, 48) !important;
  }
  :not(#tve)
    .tve-theme-1147
    .sidebar-section
    [data-css="tve-u-17067ac0875"]:hover {
    --tve-color: rgb(48, 48, 48) !important;
  }
  :not(#tve)
    .tve-theme-1147
    .sidebar-section
    [data-css="tve-u-17067accf33"]:hover {
    --tve-text-decoration: underline !important;
  }
  :not(#tve) .tve-theme-1147 .sidebar-section [data-css="tve-u-17067cfab08"] {
    font-weight: var(--g-bold-weight, bold) !important;
  }
  .tve-theme-1147
    .sidebar-section
    [data-css="tve-u-170670eee10"]
    .tcb-button-link::after {
    background-color: rgb(47, 138, 231);
    background-attachment: scroll !important;
    background-image: linear-gradient(
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0.1)
    ) !important;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
  }
  :not(#tve)
    .tve-theme-1147
    .sidebar-section
    :not(#tve)
    [data-css="tve-u-17067b4e569"]:hover
    input {
    color: var(--tve-color, var(--tcb-skin-color-4)) !important;
    --tcb-applied-color: var$(--tcb-skin-color-4) !important;
    border: 1px solid var(--tcb-skin-color-1) !important;
  }
  :not(#tve)
    .tve-theme-1147
    .sidebar-section
    [data-css="tve-u-17067b4e569"]:hover {
    --tve-color: var(--tcb-skin-color-4) !important;
  }
  :not(#tve)
    .tve-theme-1147
    .sidebar-section
    :not(#tve)
    [data-css="tve-u-17067b4e564"]:hover
    button {
    border: 2px solid var(--tcb-skin-color-0) !important;
  }
  :not(#tve)
    .tve-theme-1147
    .sidebar-section
    [data-css="tve-u-17067b4e564"]:hover
    [data-css="tve-u-17067b4e566"]
    > :first-child {
    color: var(--tcb-skin-color-0);
  }
  :not(#tve)
    .tve-theme-1147
    .sidebar-section
    [data-css="tve-u-17067b4e566"]
    > :first-child {
    color: var(--tcb-skin-color-18);
  }
  :not(#tve)
    .tve-theme-1147
    .sidebar-section
    :not(#tve)
    [data-css="tve-u-17067be2282"].tcb-post-list
    [data-css="tve-u-17067be2292"]:hover
    .tcb-button-link
    span {
    color: var(--tve-color, var(--tcb-skin-color-18)) !important;
    --tcb-applied-color: var$(--tcb-skin-color-18) !important;
  }
  :not(#tve) .tve-theme-1147 .sidebar-section [data-css="tve-u-1713a32a583"] {
    letter-spacing: 1px;
    text-transform: uppercase !important;
    font-size: 14px !important;
    font-weight: var(--g-bold-weight, bold) !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    color: var(--tcb-skin-color-4) !important;
    --tcb-applied-color: var$(--tcb-skin-color-4) !important;
  }
  .tve-theme-1147 .sidebar-section [data-css="tve-u-1713a331d88"] {
    margin-top: 0px !important;
    border-left: none !important;
    padding-left: 1px !important;
    margin-bottom: 20px !important;
  }
  .tve-theme-1147
    .sidebar-section
    [data-css="tve-u-17067be2282"].tcb-post-list
    [data-css="tve-u-17067be228a"]:hover
    [data-css="tve-u-17067be228b"] {
    background-image: url(/wp-content/uploads/thrive-theme/images/Post-4_featured-150x150-1.jpg?dynamic_featured=1&size=thumbnail) !important;
    background-size: cover !important;
    background-position: 50% 50% !important;
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
  }
  .tve-theme-1147 .top-section .section-background {
    background-size: auto, cover !important;
    background-position:
      50% 50%,
      50% 50% !important;
    background-attachment: scroll, scroll !important;
    background-repeat: no-repeat, no-repeat !important;
    background-image:
      linear-gradient(rgba(0, 0, 0, 0.44) 19%, rgba(0, 0, 0, 0.75) 100%),
      url(/wp-content/uploads/thrive-theme/images/Post-4_featured.jpg?dynamic_featured=1&size=full) !important;
  }
  .tve-theme-1147 .top-section .section-content {
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    min-height: 1px !important;
    padding: 40px !important;
  }
  .tve-theme-1147 .top-section {
    margin-top: 0px !important;
  }
  .tve-theme-1147 .top-section .section-content p,
  .tve-theme-1147 .top-section .section-content li,
  .tve-theme-1147 .top-section .section-content label,
  .tve-theme-1147 .top-section .section-content .tcb-plain-text {
    color: rgb(255, 255, 255);
    --tcb-applied-color: rgb(255, 255, 255);
  }
  :not(#tve) .tve-theme-1147 .top-section [data-css="tve-u-16ed080d346"] {
    --tcb-applied-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255) !important;
    font-size: 48px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1147 .top-section [data-css="tve-u-16ed082a72d"] {
    padding: 0px !important;
    margin-bottom: 15px !important;
  }
  .tve-theme-1147 .top-section [data-css="tve-u-16ed085b637"] {
    padding: 0px !important;
    margin-bottom: 5px !important;
  }
  :not(#tve) .tve-theme-1147 .top-section [data-css="tve-u-16ed085f8e0"] {
    letter-spacing: 4px;
    text-transform: uppercase !important;
    font-size: 14px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    margin-top: 0px !important;
  }
  .tve-theme-1147 .top-section [data-css="tve-u-16ed0d75200"] {
    padding: 0px !important;
    background-color: transparent !important;
  }
  .tve-theme-1147 .top-section [data-css="tve-u-16ed0d76361"] {
    float: right;
    z-index: 3;
    position: relative;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding: 8px !important;
  }
  :not(#tve) .tve-theme-1147 .top-section [data-css="tve-u-16ed0d79075"] {
    font-size: 11px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    line-height: 1.2em !important;
  }
  .tve-theme-1147 .top-section [data-css="tve-u-16ed0d80aee"] {
    background-color: var(--tcb-skin-color-4) !important;
  }
  .tve-theme-1147 .top-section [data-css="tve-u-16ed0d812db"] p,
  .tve-theme-1147 .top-section [data-css="tve-u-16ed0d812db"] li,
  .tve-theme-1147 .top-section [data-css="tve-u-16ed0d812db"] blockquote,
  .tve-theme-1147 .top-section [data-css="tve-u-16ed0d812db"] address,
  .tve-theme-1147 .top-section [data-css="tve-u-16ed0d812db"] .tcb-plain-text,
  .tve-theme-1147 .top-section [data-css="tve-u-16ed0d812db"] label,
  .tve-theme-1147 .top-section [data-css="tve-u-16ed0d812db"] h1,
  .tve-theme-1147 .top-section [data-css="tve-u-16ed0d812db"] h2,
  .tve-theme-1147 .top-section [data-css="tve-u-16ed0d812db"] h3,
  .tve-theme-1147 .top-section [data-css="tve-u-16ed0d812db"] h4,
  .tve-theme-1147 .top-section [data-css="tve-u-16ed0d812db"] h5,
  .tve-theme-1147 .top-section [data-css="tve-u-16ed0d812db"] h6 {
    text-transform: uppercase;
  }
  :not(#tve)
    .tve-theme-1147
    .top-section
    .thrv-content-box
    [data-css="tve-u-16ed0d812db"]
    p,
  :not(#tve)
    .tve-theme-1147
    .top-section
    .thrv-content-box
    [data-css="tve-u-16ed0d812db"]
    li,
  :not(#tve)
    .tve-theme-1147
    .top-section
    .thrv-content-box
    [data-css="tve-u-16ed0d812db"]
    blockquote,
  :not(#tve)
    .tve-theme-1147
    .top-section
    .thrv-content-box
    [data-css="tve-u-16ed0d812db"]
    address,
  :not(#tve)
    .tve-theme-1147
    .top-section
    .thrv-content-box
    [data-css="tve-u-16ed0d812db"]
    .tcb-plain-text,
  :not(#tve)
    .tve-theme-1147
    .top-section
    .thrv-content-box
    [data-css="tve-u-16ed0d812db"]
    label {
    font-size: var(--tve-font-size, 11px);
    line-height: var(--tve-line-height, 1.2em);
  }
  .tve-theme-1147 .top-section [data-css="tve-u-16ed0d812db"] p,
  .tve-theme-1147 .top-section [data-css="tve-u-16ed0d812db"] li,
  .tve-theme-1147 .top-section [data-css="tve-u-16ed0d812db"] blockquote,
  .tve-theme-1147 .top-section [data-css="tve-u-16ed0d812db"] address,
  .tve-theme-1147 .top-section [data-css="tve-u-16ed0d812db"] .tcb-plain-text,
  .tve-theme-1147 .top-section [data-css="tve-u-16ed0d812db"] label {
    letter-spacing: 2px;
  }
  :not(#tve) .tve-theme-1147 .top-section [data-css="tve-u-16ed0d8abf4"] {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    font-size: 11px !important;
    padding-top: 0px !important;
    margin-top: 0px !important;
    line-height: 1.2em !important;
  }
  .tve-theme-1147 .top-section [data-css="tve-u-16ed0d8e6d3"] {
    text-transform: uppercase !important;
    font-size: 11px !important;
    letter-spacing: 3px !important;
  }
  .tve-theme-1147 .top-section [data-css="tve-u-16ed0d93c8c"] {
    float: left;
    z-index: 3;
    position: relative;
    padding: 0px !important;
  }
  .tve-theme-1147 .top-section [data-css="tve-u-16ed0d93fc2"]::after {
    clear: both;
  }
  .tve-theme-1147
    .top-section
    [data-css="tve-u-16ed0d94f7e"]
    > .tcb-flex-col
    > .tcb-col {
    justify-content: center;
  }
  .tve-theme-1147 .top-section [data-css="tve-u-16ed0d94f7e"] {
    padding: 0px !important;
  }
  .tve-theme-1147 .top-section [data-css="tve-u-16ed0d96a76"] {
    margin: 0px !important;
  }
  .tve-theme-1147 .top-section [data-css="tve-u-16ed4d219d9"] {
    font-size: 11px !important;
  }
  .tve-theme-1147 .top-section [data-css="tve-u-16ed4d2402f"]::after {
    clear: both;
  }
  .tve-theme-1147 .top-section [data-css="tve-u-1707d451d45"] {
    float: none;
    padding: 0px !important;
    margin: 0 auto 15px !important;
    max-width: 680px !important;
  }
  .tve-theme-1147 .top-section [data-css="tve-u-16ed0d76361"] > .tve-cb {
    justify-content: center;
    display: flex;
    flex-direction: column;
  }
  .tve-theme-1147 .top-section [data-css="tve-u-16ed0d812db"] {
    --tve-font-size: 11px;
    --tve-line-height: 1.2em;
  }
  :not(#tve)
    .tve-theme-1147
    .top-section
    [data-css="tve-u-16ed0d76361"]:hover
    [data-css="tve-u-16ed0d80aee"] {
    background-color: var(--tcb-skin-color-4) !important;
  }
  :not(#tve) .tve-theme-1147 .top-section [data-css="tve-u-170aad895aa"] {
    color: inherit !important;
  }
  :not(#tve)
    .tve-theme-1147
    .top-section
    :not(#tve)
    [data-css="tve-u-170aad895aa"]:hover {
    color: rgba(255, 255, 255, 0.85) !important;
  }
  .tve-theme-1148 .main-container {
    padding: 20px 10px !important;
  }
  .tve-theme-1148 #wrapper {
    --top-background-width: 100%;
    --footer-background-width: 100%;
    --bottom-background-width: 100%;
    --header-background-width: 100%;
  }
  :not(#layout) .tve-theme-1148 .main-container {
    --separator-size: 40px;
  }
  .tve-theme-1148 .content-section [data-css="tve-u-16ec5d248bb"] {
    left: 0;
    padding: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1148 .content-section {
    margin-top: 0px !important;
  }
  .tve-theme-1148 .content-section .section-content {
    --g-regular-weight: 400;
    --g-bold-weight: 800;
    padding: 20px 10px 20px 80px !important;
  }
  .tve-theme-1148
    .content-section
    .thrv-divider[data-css="tve-u-16ec5fddeba"]
    .tve_sep {
    border-width: 1px !important;
    border-color: rgba(0, 0, 0, 0.06) !important;
  }
  .tve-theme-1148 .content-section [data-css="tve-u-16ec6330c3d"] {
    display: inline-block;
    padding: 0px !important;
  }
  :not(#tve) .tve-theme-1148 .content-section [data-css="tve-u-16ec63322d0"] {
    letter-spacing: 1px;
    text-transform: uppercase !important;
    font-weight: var(--g-bold-weight, bold) !important;
    font-size: 14px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    margin-top: 0px !important;
  }
  :not(#tve) .tve-theme-1148 .content-section [data-css="tve-u-16ec63492a5"] {
    --tcb-applied-color: rgb(153, 153, 153);
    letter-spacing: 1px;
    text-transform: none !important;
    font-weight: var(--g-regular-weight, normal) !important;
    font-size: 14px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    color: rgb(153, 153, 153) !important;
    padding-top: 0px !important;
    margin-top: 0px !important;
  }
  .tve-theme-1148 .content-section [data-css="tve-u-16ec634b5e1"] {
    display: inline-block;
    padding: 0px !important;
    margin-right: 15px !important;
  }
  .tve-theme-1148 .content-section [data-css="tve-u-16ec635199f"] {
    --tcb-applied-color: rgb(153, 153, 153);
  }
  .tve-theme-1148 .content-section [data-css="tve-u-16ec5fddeba"] {
    padding-top: 15px !important;
    padding-bottom: 12px !important;
  }
  .tve-theme-1148
    .content-section
    .tcb-post-list[data-css="tve-u-16ecb5f152b"]
    .post-wrapper.thrv_wrapper {
    width: calc((100% - 20px) / 2);
  }
  .tve-theme-1148
    .content-section
    [data-css="tve-u-16ecb5f152b"].tcb-post-list
    .post-wrapper {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    padding-bottom: 20px !important;
  }
  .tve-theme-1148
    .content-section
    [data-css="tve-u-16ecb5f152b"].tcb-post-list
    [data-css="tve-u-16ecb5f1530"] {
    --g-regular-weight: 400;
    --g-bold-weight: 600;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
  }
  .tve-theme-1148
    .content-section
    [data-css="tve-u-16ecb5f152b"].tcb-post-list
    [data-css="tve-u-16ecb5f152e"] {
    background-image: url(/wp-content/uploads/thrive-theme/images/Post-4_featured-1024x373-1.jpg?dynamic_featured=1&size=large) !important;
    background-size: cover !important;
    background-position: 50% 50% !important;
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
  }
  .tve-theme-1148
    .content-section
    [data-css="tve-u-16ecb5f152b"].tcb-post-list
    [data-css="tve-u-16ecb5f152d"] {
    margin-top: 0px !important;
    margin-bottom: 8px !important;
  }
  .tve-theme-1148
    .content-section
    [data-css="tve-u-16ecb5f152b"].tcb-post-list
    .thrv-content-box
    [data-css="tve-u-16ecb5f152f"] {
    min-height: 124px;
  }
  .tve-theme-1148
    .content-section
    [data-css="tve-u-16ecb5f152b"].tcb-post-list
    .tcb-post-title[data-css="tve-u-16ecb5f1530"]
    a,
  .tve-theme-1148
    .content-section
    [data-css="tve-u-16ecb5f152b"].tcb-post-list
    .tcb-post-title[data-css="tve-u-16ecb5f1530"] {
    --tcb-applied-color: var$(--tcb-skin-color-4);
    font-weight: 600 !important;
    font-family: Literata !important;
    color: var(--tcb-skin-color-4) !important;
    font-size: 18px !important;
  }
  .tve-theme-1148
    .content-section
    .tcb-post-list[data-css="tve-u-16ecb5f152b"]
    .post-wrapper.thrv_wrapper:not(:nth-child(n + 3)) {
    margin-top: 0px !important;
  }
  .tve-theme-1148
    .content-section
    .tcb-post-list[data-css="tve-u-16ecb5f152b"]
    .post-wrapper.thrv_wrapper:not(:nth-child(2n)) {
    margin-right: 20px !important;
  }
  .tve-theme-1148
    .content-section
    .tcb-post-list[data-css="tve-u-16ecb5f152b"]
    .post-wrapper.thrv_wrapper:nth-child(2n) {
    margin-right: 0px !important;
  }
  .tve-theme-1148
    .content-section
    .thrv-divider[data-css="tve-u-16ecb61f672"]
    .tve_sep {
    border-width: 1px !important;
    border-color: rgba(0, 0, 0, 0.06) !important;
  }
  .tve-theme-1148 .content-section [data-css="tve-u-16ecb61f672"] {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    margin-bottom: 30px !important;
  }
  .tve-theme-1148 .content-section [data-css="tve-u-16ecb5f152b"] {
    margin-bottom: 60px !important;
  }
  .tve-theme-1148
    .content-section
    [data-css="tve-u-170199bd58e"]
    .tve_social_items {
    font-size: 10px !important;
  }
  .tve-theme-1148 .content-section [data-css="tve-u-170199bd58e"] {
    top: 0;
    left: 0;
    float: none;
    margin: 0 auto !important;
    padding-left: 1px !important;
  }
  :not(#tve) .tve-theme-1148 .content-section [data-css="tve-u-170199ce799"] {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1148
    .content-section
    [data-css="tve-u-170199bd58e"]
    .tve_social_items
    .tve_s_item {
    margin-bottom: 10px;
    display: table;
  }
  .tve-theme-1148 .content-section [data-css="tve-u-170199f5045"] {
    font-size: 16px;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    margin: 0 0 9px 8px !important;
  }
  :not(#tve)
    .tve-theme-1148
    .content-section
    [data-css="tve-u-170199f5045"]
    > :first-child {
    color: rgb(221, 221, 221);
  }
  .tve-theme-1148 .content-section [data-css="tve-u-17019a634b0"] {
    float: left;
    z-index: 3;
    top: 30px;
    left: 10px;
    padding: 0px !important;
    margin: 0px !important;
    position: absolute !important;
  }
  .tve-theme-1148 .content-section .comment-respond {
    padding-top: 0px !important;
  }
  .tve-theme-1148 .content-section .comment-form-reply-title-wrapper {
    margin-bottom: 20px !important;
  }
  .tve-theme-1148 .content-section .theme-comments-logged-in-as-wrapper {
    margin-bottom: 5px !important;
  }
  .tve-theme-1148 .content-section .comment-form-text textarea {
    border-radius: 0;
    overflow: hidden;
    border: 1px solid var(--tcb-skin-color-14);
    font-weight: var(--tve-font-weight, var(--g-regular-weight, normal));
    font-family: var(--tve-font-family, Muli);
    color: var(--tve-color, var(--tcb-skin-color-5));
    --tcb-applied-color: var$(--tcb-skin-color-5);
    background-color: rgb(255, 255, 255) !important;
    padding: 20px 15px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .tve-theme-1148 .content-section .comment-form .comment-form-submit button {
    font-size: var(--tve-font-size, 11px);
    text-transform: var(--tve-text-transform, uppercase);
    font-weight: var(--tve-font-weight, var(--g-bold-weight, bold));
    font-family: var(--tve-font-family, Muli);
    color: var(--tve-color, var(--tcb-skin-color-0));
    --tcb-applied-color: var$(--tcb-skin-color-0);
    border: 1px solid var(--tcb-skin-color-18);
    border-radius: 0;
    overflow: hidden;
    letter-spacing: var(--tve-letter-spacing, 2px);
    padding: 15px 35px !important;
  }
  .tve-theme-1148 .content-section .comment-form .comment-form-submit {
    --tve-font-size: 11px;
    --tve-text-transform: uppercase;
    --tve-font-weight: var(--g-bold-weight, bold);
    --tve-font-family: Muli;
    --tve-color: var(--tcb-skin-color-0);
    --tve-letter-spacing: 2px;
    --g-bold-weight: 700;
    --g-regular-weight: 300;
    margin-top: 0px !important;
    margin-bottom: 20px !important;
  }
  :not(#tve)
    .tve-theme-1148
    .content-section
    .comment-form
    .comment-form-submit:hover
    button {
    background-color: var(--tcb-skin-color-0) !important;
    color: var(--tve-color, rgb(255, 255, 255)) !important;
    --tcb-applied-color: rgb(255, 255, 255) !important;
    border: 1px solid var(--tcb-skin-color-0) !important;
  }
  :not(#tve)
    .tve-theme-1148
    .content-section
    .comment-form
    .comment-form-submit:hover {
    --tve-color: rgb(255, 255, 255) !important;
  }
  .tve-theme-1148 .content-section .comment-form-text {
    --tve-font-weight: var(--g-regular-weight, normal);
    --tve-font-family: Muli;
    --g-regular-weight: 300;
    --g-bold-weight: 700;
    --tve-color: var(--tcb-skin-color-5);
  }
  :not(#tve) .tve-theme-1148 .content-section [data-css="tve-u-17081459925"] {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
  }
  :not(#tve) .tve-theme-1148 .content-section [data-css="tve-u-1708145a1c4"] {
    padding-top: 0px !important;
    margin-top: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    font-size: 14px !important;
  }
  :not(#tve)
    .tve-theme-1148
    .content-section
    .comment-list
    .reply
    .tcb-button-link
    span {
    color: var(--tve-color, var(--tcb-skin-color-0));
    --tcb-applied-color: var$(--tcb-skin-color-0);
    text-transform: var(--tve-text-transform, uppercase);
  }
  .tve-theme-1148 .content-section .comment-list .reply {
    --tve-color: var(--tcb-skin-color-0);
    --tve-text-transform: uppercase;
    --tve-font-size: 11px;
    --tve-letter-spacing: 2px;
  }
  :not(#tve)
    .tve-theme-1148
    .content-section
    :not(#tve)
    .comment-list
    .reply:hover
    .tcb-button-link
    span {
    color: var(--tve-color, rgb(255, 255, 255)) !important;
    --tcb-applied-color: rgb(255, 255, 255) !important;
  }
  :not(#tve) .tve-theme-1148 .content-section .comment-list .reply:hover {
    --tve-color: rgb(255, 255, 255) !important;
  }
  :not(#tve)
    .tve-theme-1148
    .content-section
    .comment-list
    .reply:hover
    .tcb-button-link {
    border: 1px solid var(--tcb-skin-color-18) !important;
    background-color: var(--tcb-skin-color-0) !important;
  }
  :not(#tve) .tve-theme-1148 .content-section .comment-list > .comment {
    font-size: 14px !important;
  }
  .tve-theme-1148 .content-section .comment-list .reply .tcb-button-link {
    overflow: hidden;
    letter-spacing: var(--tve-letter-spacing, 2px);
    border: 1px solid var(--tcb-skin-color-18) !important;
    border-radius: 0px !important;
  }
  :not(#tve)
    .tve-theme-1148
    .content-section
    .comment-list
    .reply
    .tcb-button-link {
    font-size: var(--tve-font-size, 11px) !important;
  }
  .tve-theme-1148 .sidebar-section [data-css="tve-u-17066f3f202"] {
    background-color: var(--tcb-skin-color-9) !important;
    background-image: none !important;
  }
  .tve-theme-1148 .sidebar-section .section-background {
    background-color: rgb(255, 255, 255) !important;
  }
  .tve-theme-1148 .sidebar-section .section-content {
    padding: 20px 10px !important;
  }
  .tve-theme-1148 .sidebar-section [data-css="tve-u-17066fc9dda"] {
    margin-bottom: 10px !important;
    padding: 0px !important;
  }
  .tve-theme-1148 .sidebar-section [data-css="tve-u-170670db2de"] {
    box-shadow: none;
    opacity: 1;
    filter: grayscale(0%) brightness(100%) contrast(100%) blur(0) sepia(0%)
      invert(0%) saturate(100%) hue-rotate(0deg);
    background-color: rgb(255, 255, 255) !important;
    background-image: none !important;
    border: 3px solid var(--tcb-skin-color-9) !important;
  }
  .tve-theme-1148 .sidebar-section [data-css="tve-u-170670dfdd8"] {
    text-align: center;
  }
  :not(#tve)
    .tve-theme-1148
    .sidebar-section
    [data-css="tve-u-170670eee10"]
    .tcb-button-link {
    font-family: var(--tve-font-family, Muli);
    font-size: var(--tve-font-size, 13px) !important;
  }
  .tve-theme-1148 .sidebar-section [data-css="tve-u-170670eee10"] {
    --tve-font-size: 13px;
    --tve-color: rgb(255, 255, 255);
    --tve-font-weight: var(--g-bold-weight, bold);
    --tve-font-family: Muli;
    --g-regular-weight: 400;
    --g-bold-weight: 600;
    --tve-text-transform: uppercase;
    --tve-letter-spacing: 0px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    min-width: 100% !important;
  }
  .tve-theme-1148
    .sidebar-section
    [data-css="tve-u-170670eee10"]
    .tcb-button-link {
    border: none;
    border-radius: 0;
    overflow: hidden;
    letter-spacing: var(--tve-letter-spacing, 0);
    background-color: var(--tcb-skin-color-0) !important;
    padding: 17px 25px !important;
  }
  :not(#tve)
    .tve-theme-1148
    .sidebar-section
    [data-css="tve-u-170670eee10"]
    .tcb-button-link
    span {
    color: var(--tve-color, rgb(255, 255, 255));
    --tcb-applied-color: rgb(255, 255, 255);
    font-weight: var(--tve-font-weight, var(--g-bold-weight, bold));
    text-transform: var(--tve-text-transform, uppercase);
  }
  .tve-theme-1148 .sidebar-section [data-css="tve-u-170671b39c3"] {
    margin-top: 0px !important;
    margin-bottom: 40px !important;
    padding: 25px !important;
  }
  .tve-theme-1148
    .sidebar-section
    [data-css="tve-u-170671d4d74"]
    .thrive-dynamic-styled-list-item {
    justify-content: flex-start;
    text-align: left;
    --tve-font-weight: var(--g-regular-weight, normal);
    --tve-font-family: Muli;
    --g-regular-weight: 400;
    --g-bold-weight: 500;
    border-bottom: none;
    --tve-font-size: 16px;
    --tve-color: var(--tcb-skin-color-16);
    margin-bottom: 0px !important;
    padding-bottom: 5px !important;
    margin-left: 0px !important;
  }
  :not(#tve)
    .tve-theme-1148
    .sidebar-section
    [data-css="tve-u-170671d4d74"]
    .thrive-dynamic-styled-list-item
    p,
  :not(#tve)
    .tve-theme-1148
    .sidebar-section
    [data-css="tve-u-170671d4d74"]
    .thrive-dynamic-styled-list-item
    li,
  :not(#tve)
    .tve-theme-1148
    .sidebar-section
    [data-css="tve-u-170671d4d74"]
    .thrive-dynamic-styled-list-item
    blockquote,
  :not(#tve)
    .tve-theme-1148
    .sidebar-section
    [data-css="tve-u-170671d4d74"]
    .thrive-dynamic-styled-list-item
    address,
  :not(#tve)
    .tve-theme-1148
    .sidebar-section
    [data-css="tve-u-170671d4d74"]
    .thrive-dynamic-styled-list-item
    .tcb-plain-text,
  :not(#tve)
    .tve-theme-1148
    .sidebar-section
    [data-css="tve-u-170671d4d74"]
    .thrive-dynamic-styled-list-item
    label {
    font-weight: var(--tve-font-weight, var(--g-regular-weight, normal));
    font-family: var(--tve-font-family, Muli);
    font-size: var(--tve-font-size, 16px);
  }
  :not(#tve) .tve-theme-1148 .sidebar-section [data-css="tve-u-170671d4d74"] p,
  :not(#tve) .tve-theme-1148 .sidebar-section [data-css="tve-u-170671d4d74"] li,
  :not(#tve)
    .tve-theme-1148
    .sidebar-section
    [data-css="tve-u-170671d4d74"]
    blockquote,
  :not(#tve)
    .tve-theme-1148
    .sidebar-section
    [data-css="tve-u-170671d4d74"]
    address,
  :not(#tve)
    .tve-theme-1148
    .sidebar-section
    [data-css="tve-u-170671d4d74"]
    .tcb-plain-text,
  :not(#tve)
    .tve-theme-1148
    .sidebar-section
    [data-css="tve-u-170671d4d74"]
    label {
    font-weight: var(--tve-font-weight, var(--g-regular-weight, normal));
    font-family: var(--tve-font-family, Muli);
  }
  .tve-theme-1148 .sidebar-section [data-css="tve-u-170671d4d74"] {
    --tve-font-weight: var(--g-regular-weight, normal);
    --tve-font-family: Muli;
    --g-regular-weight: 400;
    --g-bold-weight: 500;
    margin-bottom: 40px !important;
  }
  :not(#tve)
    .tve-theme-1148
    .sidebar-section
    [data-css="tve-u-170671d4d74"]
    .thrive-dynamic-styled-list-item
    p,
  :not(#tve)
    .tve-theme-1148
    .sidebar-section
    [data-css="tve-u-170671d4d74"]
    .thrive-dynamic-styled-list-item
    li,
  :not(#tve)
    .tve-theme-1148
    .sidebar-section
    [data-css="tve-u-170671d4d74"]
    .thrive-dynamic-styled-list-item
    blockquote,
  :not(#tve)
    .tve-theme-1148
    .sidebar-section
    [data-css="tve-u-170671d4d74"]
    .thrive-dynamic-styled-list-item
    address,
  :not(#tve)
    .tve-theme-1148
    .sidebar-section
    [data-css="tve-u-170671d4d74"]
    .thrive-dynamic-styled-list-item
    .tcb-plain-text,
  :not(#tve)
    .tve-theme-1148
    .sidebar-section
    [data-css="tve-u-170671d4d74"]
    .thrive-dynamic-styled-list-item
    label,
  :not(#tve)
    .tve-theme-1148
    .sidebar-section
    [data-css="tve-u-170671d4d74"]
    .thrive-dynamic-styled-list-item
    h1,
  :not(#tve)
    .tve-theme-1148
    .sidebar-section
    [data-css="tve-u-170671d4d74"]
    .thrive-dynamic-styled-list-item
    h2,
  :not(#tve)
    .tve-theme-1148
    .sidebar-section
    [data-css="tve-u-170671d4d74"]
    .thrive-dynamic-styled-list-item
    h3,
  :not(#tve)
    .tve-theme-1148
    .sidebar-section
    [data-css="tve-u-170671d4d74"]
    .thrive-dynamic-styled-list-item
    h4,
  :not(#tve)
    .tve-theme-1148
    .sidebar-section
    [data-css="tve-u-170671d4d74"]
    .thrive-dynamic-styled-list-item
    h5,
  :not(#tve)
    .tve-theme-1148
    .sidebar-section
    [data-css="tve-u-170671d4d74"]
    .thrive-dynamic-styled-list-item
    h6 {
    color: var(--tve-color, var(--tcb-skin-color-16));
    --tcb-applied-color: var$(--tcb-skin-color-16);
  }
  .tve-theme-1148 .sidebar-section [data-css="tve-u-170671ed5ae"] {
    margin-top: 0px !important;
    margin-bottom: 40px !important;
  }
  .tve-theme-1148 .sidebar-section [data-css="tve-u-17067200c9c"] {
    border-radius: 100px;
    overflow: hidden;
    float: none;
    margin: 0 auto 40px !important;
    background-color: transparent !important;
  }
  .tve-theme-1148 .sidebar-section [data-css="tve-u-1706722e266"] {
    text-align: center;
  }
  .tve-theme-1148
    .sidebar-section
    [data-css="tve-u-17067200c9c"]
    .tve_social_items {
    font-size: 10px !important;
  }
  :not(#tve)
    .tve-theme-1148
    .sidebar-section
    [data-css="tve-u-170670eee10"]:hover
    .tcb-button-link {
    border: none !important;
    background-image: linear-gradient(
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0.1)
    ) !important;
    background-size: auto !important;
    background-position: 50% 50% !important;
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
    background-color: var(--tcb-skin-color-0) !important;
  }
  :not(#tve) .tve-theme-1148 .sidebar-section [data-css="tve-u-17067931458"] {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    margin-top: 0px !important;
    line-height: 1.5em !important;
  }
  .tve-theme-1148 .sidebar-section [data-css="tve-u-170679aaa25"] {
    width: 600px;
    float: none;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  :not(#tve) .tve-theme-1148 .sidebar-section [data-css="tve-u-17067aabf55"] {
    --g-regular-weight: 400;
    --g-bold-weight: 500;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    margin-top: 0px !important;
    font-size: 20px !important;
    font-family: Literata !important;
    font-weight: var(--g-bold-weight, bold) !important;
    color: var(--tcb-skin-color-4) !important;
    --tcb-applied-color: var$(--tcb-skin-color-4) !important;
  }
  .tve-theme-1148 .sidebar-section [data-css="tve-u-17067ab1e02"] {
    background-color: transparent !important;
    padding-left: 1px !important;
    margin-bottom: 10px !important;
  }
  :not(#tve) .tve-theme-1148 .sidebar-section [data-css="tve-u-17067ab9379"] {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    margin-top: 0px !important;
    line-height: 1.5em !important;
    font-size: 16px !important;
  }
  :not(#tve)
    .tve-theme-1148
    .sidebar-section
    [data-css="tve-u-17067ac0875"]
    input,
  :not(#tve)
    .tve-theme-1148
    .sidebar-section
    [data-css="tve-u-17067ac0875"]
    select {
    border: none;
    border-radius: 0;
    overflow: hidden;
    font-family: var(--tve-font-family, Muli);
    text-align: center;
    font-size: var(--tve-font-size, 14px);
    box-shadow: none;
    background-color: rgb(255, 255, 255) !important;
    padding: 15px 10px !important;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
  }
  :not(#tve)
    .tve-theme-1148
    .sidebar-section
    [data-css="tve-u-17067ac0875"]
    input,
  :not(#tve)
    .tve-theme-1148
    .sidebar-section
    [data-css="tve-u-17067ac0875"]
    input::placeholder,
  :not(#tve)
    .tve-theme-1148
    .sidebar-section
    [data-css="tve-u-17067ac0875"]
    select {
    font-weight: var(--tve-font-weight, var(--g-regular-weight, normal));
    --tcb-applied-color: rgb(119, 119, 119);
    color: var(--tve-color, rgb(119, 119, 119)) !important;
  }
  .tve-theme-1148 .sidebar-section [data-css="tve-u-17067ac0875"] {
    --g-regular-weight: 400;
    --g-bold-weight: 700;
    --tve-font-weight: var(--g-regular-weight, normal);
    --tve-font-family: Muli;
    --tve-color: rgb(119, 119, 119);
    --tve-font-size: 14px;
  }
  :not(#tve)
    .tve-theme-1148
    .sidebar-section
    [data-css="tve-u-17067accf33"]
    button {
    font-size: var(--tve-font-size, 14px);
    text-transform: var(--tve-text-transform, uppercase);
    font-weight: var(--tve-font-weight, var(--g-bold-weight, bold));
    border: none;
    color: var(--tve-color, var(--tcb-skin-color-0));
    --tcb-applied-color: var$(--tcb-skin-color-0);
    font-family: var(--tve-font-family, Muli);
    text-decoration: var(--tve-text-decoration, underline);
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    background-color: transparent !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  :not(#tve)
    .tve-theme-1148
    .sidebar-section
    [data-css="tve-u-17067accf33"]:hover
    button {
    background-image: linear-gradient(
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0.15)
    ) !important;
    background-size: auto !important;
    background-position: 50% 50% !important;
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
    text-decoration: var(--tve-text-decoration, underline) !important;
  }
  .tve-theme-1148 .sidebar-section [data-css="tve-u-17067accf33"] {
    --tve-font-size: 14px;
    --tve-text-transform: uppercase;
    --tve-font-weight: var(--g-bold-weight, bold);
    --tve-color: var(--tcb-skin-color-0);
    --tve-font-family: Muli;
    --g-bold-weight: 700;
    --tve-text-decoration: underline;
  }
  .tve-theme-1148 .sidebar-section [data-css="tve-u-17067b095d3"] {
    margin-bottom: 0px !important;
    background-color: transparent !important;
  }
  :not(#tve)
    .tve-theme-1148
    .sidebar-section
    [data-css="tve-u-17067b4e564"]
    button {
    border-radius: 0;
    overflow: hidden;
    border: 2px solid var(--tcb-skin-color-18);
    color: rgb(78, 133, 243);
    --tcb-applied-color: rgb(78, 133, 243);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: var(--g-bold-weight, bold);
    letter-spacing: 1px;
    background-color: transparent !important;
    padding: 15px !important;
  }
  :not(#tve)
    .tve-theme-1148
    .sidebar-section
    [data-css="tve-u-17067b4e564"]:hover
    button {
    border: 2px solid rgb(15, 83, 218) !important;
    color: rgb(15, 83, 218) !important;
    --tcb-applied-color: rgb(15, 83, 218) !important;
  }
  .tve-theme-1148 .sidebar-section [data-css="tve-u-17067b4e566"] {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  :not(#tve)
    .tve-theme-1148
    .sidebar-section
    [data-css="tve-u-17067b4e569"]
    input {
    border-radius: 0;
    overflow: hidden;
    border: 1px solid var(--tcb-skin-color-8);
    font-size: var(--tve-font-size, 14px);
    color: var(--tve-color, var(--tcb-skin-color-5));
    --tcb-applied-color: var$(--tcb-skin-color-5);
    text-transform: var(--tve-text-transform, capitalize);
    letter-spacing: var(--tve-letter-spacing, 0);
    font-weight: var(--tve-font-weight, var(--g-regular-weight, normal));
    font-family: var(--tve-font-family, Muli);
  }
  :not(#tve)
    .tve-theme-1148
    .sidebar-section
    [data-css="tve-u-17067b4e569"]:hover
    input {
    border: 1px solid rgba(97, 143, 234, 0.5) !important;
    color: rgba(0, 0, 0, 0.85) !important;
    --tcb-applied-color: rgba(0, 0, 0, 0.85) !important;
  }
  .tve-theme-1148 .sidebar-section [data-css="tve-u-17067b4e569"] input {
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 12px !important;
    background-color: transparent !important;
  }
  .tve-theme-1148 .sidebar-section [data-css="tve-u-17067b5d81d"] {
    max-width: 100%;
    background-color: rgb(255, 255, 255) !important;
    margin-top: 0px !important;
    margin-bottom: 30px !important;
  }
  .tve-theme-1148 .sidebar-section [data-css="tve-u-17067b4e569"] {
    --tve-text-transform: capitalize;
    --tve-color: var(--tcb-skin-color-5);
    --tve-font-size: 14px;
    --tve-letter-spacing: 0px;
    --tve-font-weight: var(--g-regular-weight, normal);
    --tve-font-family: Muli;
    --g-regular-weight: 300;
    --g-bold-weight: 500;
  }
  .tve-theme-1148
    .sidebar-section
    .tcb-post-list[data-css="tve-u-17067be2282"]
    .post-wrapper.thrv_wrapper {
    width: calc((100% - 0px) / 1);
  }
  .tve-theme-1148
    .sidebar-section
    .tcb-post-list[data-css="tve-u-17067be2282"]
    .post-wrapper.thrv_wrapper:nth-child(n + 2) {
    margin-top: 15px !important;
  }
  .tve-theme-1148
    .sidebar-section
    [data-css="tve-u-17067be2282"].tcb-post-list
    [data-css="tve-u-17067be2289"] {
    max-width: 28%;
  }
  .tve-theme-1148
    .sidebar-section
    [data-css="tve-u-17067be2282"].tcb-post-list
    [data-css="tve-u-17067be228d"] {
    max-width: 72%;
  }
  .tve-theme-1148
    .sidebar-section
    [data-css="tve-u-17067be2282"].tcb-post-list
    [data-css="tve-u-17067be2288"] {
    margin-left: -15px;
    padding: 0px !important;
  }
  .tve-theme-1148
    .sidebar-section
    [data-css="tve-u-17067be2282"].tcb-post-list
    [data-css="tve-u-17067be2287"] {
    margin: 0px !important;
  }
  .tve-theme-1148
    .sidebar-section
    [data-css="tve-u-17067be2282"].tcb-post-list
    [data-css="tve-u-17067be2292"]
    .tcb-button-link {
    border: none;
    border-radius: 0;
    overflow: hidden;
    text-align: left;
    padding: 0px !important;
  }
  :not(#tve)
    .tve-theme-1148
    .sidebar-section
    [data-css="tve-u-17067be2282"].tcb-post-list
    [data-css="tve-u-17067be2292"]
    .tcb-button-link {
    font-size: var(--tve-font-size, 12px) !important;
  }
  :not(#tve)
    .tve-theme-1148
    .sidebar-section
    [data-css="tve-u-17067be2282"].tcb-post-list
    [data-css="tve-u-17067be2292"]
    .tcb-button-link
    span {
    color: rgb(153, 153, 153);
  }
  :not(#tve)
    .tve-theme-1148
    .sidebar-section
    [data-css="tve-u-17067be2282"].tcb-post-list
    [data-css="tve-u-17067be2292"]:hover
    .tcb-button-link
    span {
    color: var(--tve-color, rgb(0, 143, 255)) !important;
    --tcb-applied-color: rgb(0, 143, 255) !important;
  }
  .tve-theme-1148
    .sidebar-section
    [data-css="tve-u-17067be2282"].tcb-post-list
    [data-css="tve-u-17067be2288"]
    > .tcb-flex-col {
    padding-left: 15px;
  }
  .tve-theme-1148
    .sidebar-section
    [data-css="tve-u-17067be2288"]
    > .tcb-flex-col {
    padding-left: 15px;
  }
  .tve-theme-1148 .sidebar-section [data-css="tve-u-17067be2288"] {
    margin-left: -15px;
  }
  :not(#tve)
    .tve-theme-1148
    .sidebar-section
    [data-css="tve-u-17067be2282"].tcb-post-list
    [data-css="tve-u-17067be228f"] {
    padding-top: 0px !important;
    margin-top: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    font-size: 16px !important;
  }
  .tve-theme-1148
    .sidebar-section
    [data-css="tve-u-17067be2282"].tcb-post-list
    [data-css="tve-u-17067be228e"] {
    padding: 0px !important;
    margin-bottom: 4px !important;
  }
  :not(#tve)
    .tve-theme-1148
    .sidebar-section
    [data-css="tve-u-17067be2282"].tcb-post-list
    [data-css="tve-u-17067be2291"] {
    font-weight: var(--g-bold-weight, bold) !important;
  }
  :not(#tve)
    .tve-theme-1148
    .sidebar-section
    [data-css="tve-u-17067be2282"].tcb-post-list
    [data-css="tve-u-17067be2292"]:hover {
    --tve-color: var(--tcb-skin-color-18) !important;
  }
  .tve-theme-1148
    .sidebar-section
    [data-css="tve-u-17067be2282"].tcb-post-list
    [data-css="tve-u-17067be228b"] {
    background-image: url(/wp-content/uploads/thrive-theme/images/Post-4_featured-150x150-1.jpg?dynamic_featured=1&size=thumbnail) !important;
    background-size: cover !important;
    background-position: 50% 50% !important;
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
  }
  .tve-theme-1148
    .sidebar-section
    [data-css="tve-u-17067be2282"].tcb-post-list
    [data-css="tve-u-17067be228a"] {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding: 0px !important;
  }
  .tve-theme-1148
    .sidebar-section
    [data-css="tve-u-17067be2282"].tcb-post-list
    .thrv-content-box
    [data-css="tve-u-17067be228c"] {
    min-height: 70px !important;
  }
  .tve-theme-1148
    .sidebar-section
    [data-css="tve-u-17067be2282"].tcb-post-list
    [data-css="tve-u-17067be2292"] {
    --tve-font-size: 12px;
  }
  .tve-theme-1148
    .sidebar-section
    .tcb-post-list[data-css="tve-u-17067be2282"]
    .post-wrapper.thrv_wrapper:not(:nth-child(n + 2)) {
    margin-top: 0px !important;
  }
  .tve-theme-1148
    .sidebar-section
    .tcb-post-list[data-css="tve-u-17067be2282"]
    .post-wrapper.thrv_wrapper:nth-child(n) {
    margin-right: 0px !important;
  }
  .tve-theme-1148 .sidebar-section [data-css="tve-u-17067be2282"] {
    max-width: 300px;
    margin-bottom: 40px !important;
  }
  :not(#tve)
    .tve-theme-1148
    .sidebar-section
    [data-css="tve-u-17067ac0875"]:hover
    input,
  :not(#tve)
    .tve-theme-1148
    .sidebar-section
    [data-css="tve-u-17067ac0875"]:hover
    input::placeholder,
  :not(#tve)
    .tve-theme-1148
    .sidebar-section
    [data-css="tve-u-17067ac0875"]:hover
    select {
    color: var(--tve-color, rgb(48, 48, 48)) !important;
    --tcb-applied-color: rgb(48, 48, 48) !important;
  }
  :not(#tve)
    .tve-theme-1148
    .sidebar-section
    [data-css="tve-u-17067ac0875"]:hover {
    --tve-color: rgb(48, 48, 48) !important;
  }
  :not(#tve)
    .tve-theme-1148
    .sidebar-section
    [data-css="tve-u-17067accf33"]:hover {
    --tve-text-decoration: underline !important;
  }
  :not(#tve) .tve-theme-1148 .sidebar-section [data-css="tve-u-17067cfab08"] {
    font-weight: var(--g-bold-weight, bold) !important;
  }
  .tve-theme-1148
    .sidebar-section
    [data-css="tve-u-170670eee10"]
    .tcb-button-link::after {
    background-color: rgb(47, 138, 231);
    background-attachment: scroll !important;
    background-image: linear-gradient(
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0.1)
    ) !important;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
  }
  :not(#tve)
    .tve-theme-1148
    .sidebar-section
    :not(#tve)
    [data-css="tve-u-17067b4e569"]:hover
    input {
    color: var(--tve-color, var(--tcb-skin-color-4)) !important;
    --tcb-applied-color: var$(--tcb-skin-color-4) !important;
    border: 1px solid var(--tcb-skin-color-1) !important;
  }
  :not(#tve)
    .tve-theme-1148
    .sidebar-section
    [data-css="tve-u-17067b4e569"]:hover {
    --tve-color: var(--tcb-skin-color-4) !important;
  }
  :not(#tve)
    .tve-theme-1148
    .sidebar-section
    :not(#tve)
    [data-css="tve-u-17067b4e564"]:hover
    button {
    border: 2px solid var(--tcb-skin-color-0) !important;
  }
  :not(#tve)
    .tve-theme-1148
    .sidebar-section
    [data-css="tve-u-17067b4e564"]:hover
    [data-css="tve-u-17067b4e566"]
    > :first-child {
    color: var(--tcb-skin-color-0);
  }
  :not(#tve)
    .tve-theme-1148
    .sidebar-section
    [data-css="tve-u-17067b4e566"]
    > :first-child {
    color: var(--tcb-skin-color-18);
  }
  :not(#tve)
    .tve-theme-1148
    .sidebar-section
    :not(#tve)
    [data-css="tve-u-17067be2282"].tcb-post-list
    [data-css="tve-u-17067be2292"]:hover
    .tcb-button-link
    span {
    color: var(--tve-color, var(--tcb-skin-color-18)) !important;
    --tcb-applied-color: var$(--tcb-skin-color-18) !important;
  }
  :not(#tve) .tve-theme-1148 .sidebar-section [data-css="tve-u-1713a32a583"] {
    letter-spacing: 1px;
    text-transform: uppercase !important;
    font-size: 14px !important;
    font-weight: var(--g-bold-weight, bold) !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    color: var(--tcb-skin-color-4) !important;
    --tcb-applied-color: var$(--tcb-skin-color-4) !important;
  }
  .tve-theme-1148 .sidebar-section [data-css="tve-u-1713a331d88"] {
    margin-top: 0px !important;
    border-left: none !important;
    padding-left: 1px !important;
    margin-bottom: 20px !important;
  }
  .tve-theme-1148
    .sidebar-section
    [data-css="tve-u-17067be2282"].tcb-post-list
    [data-css="tve-u-17067be228a"]:hover
    [data-css="tve-u-17067be228b"] {
    background-image: url(/wp-content/uploads/thrive-theme/images/Post-4_featured-150x150-1.jpg?dynamic_featured=1&size=thumbnail) !important;
    background-size: cover !important;
    background-position: 50% 50% !important;
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
  }
  .tve-theme-1148 .bottom-section .section-background {
    background-image: none !important;
    background-color: rgb(247, 247, 247) !important;
  }
  .tve-theme-1148 .bottom-section .section-content {
    justify-content: center;
    display: flex;
    flex-direction: column;
    min-height: 1px !important;
    padding: 40px 20px 70px !important;
  }
  .tve-theme-1148 .bottom-section [data-css="tve-u-16eccd9c6d3"] {
    padding: 0px !important;
    margin-bottom: 40px !important;
  }
  .tve-theme-1148 .bottom-section [data-css="tve-u-170773f37a2"] {
    --tve-font-weight: var(--g-regular-weight, normal);
    --tve-font-family: Muli;
    --g-bold-weight: 600;
    --g-regular-weight: 400;
    --tve-color: var(--tcb-skin-color-5);
    --tve-font-size: 14px;
    margin-bottom: 5px !important;
    margin-top: 10px !important;
  }
  :not(#tve) .tve-theme-1148 .bottom-section [data-css="tve-u-170773f37a2"] {
    font-family: var(--tve-font-family, Muli);
    --tcb-applied-color: var$(--tcb-skin-color-5);
    color: var(--tve-color, var(--tcb-skin-color-5)) !important;
    font-weight: var(
      --tve-font-weight,
      var(--g-regular-weight, normal)
    ) !important;
    font-size: var(--tve-font-size, 14px) !important;
  }
  :not(#tve)
    .tve-theme-1148
    .bottom-section
    [data-css="tve-u-170773f37a5"]:hover
    input,
  :not(#tve)
    .tve-theme-1148
    .bottom-section
    [data-css="tve-u-170773f37a5"]:hover
    textarea {
    background-image: none !important;
    border-bottom: 1px solid var(--tcb-skin-color-1) !important;
  }
  .tve-theme-1148 .bottom-section [data-css="tve-u-170773f37a5"] input,
  .tve-theme-1148 .bottom-section [data-css="tve-u-170773f37a5"] textarea {
    padding: 12px !important;
    margin-bottom: 0px !important;
  }
  :not(#tve)
    .tve-theme-1148
    .bottom-section
    [data-css="tve-u-170773f37a5"]
    input,
  :not(#tve)
    .tve-theme-1148
    .bottom-section
    [data-css="tve-u-170773f37a5"]
    textarea {
    border-top: none;
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    border-left: none;
    border-image: initial;
    border-radius: 0;
    overflow: hidden;
  }
  .tve-theme-1148 .bottom-section [data-css="tve-u-170773f37a8"] {
    --tve-font-weight: var(--g-regular-weight, normal);
    --tve-font-family: Muli;
    --g-bold-weight: 600;
    --g-regular-weight: 400;
    --tve-color: var(--tcb-skin-color-5);
    --tve-font-size: 14px;
    margin-bottom: 5px !important;
    margin-top: 10px !important;
  }
  :not(#tve) .tve-theme-1148 .bottom-section [data-css="tve-u-170773f37a8"] {
    font-family: var(--tve-font-family, Muli);
    --tcb-applied-color: var$(--tcb-skin-color-5);
    color: var(--tve-color, var(--tcb-skin-color-5)) !important;
    font-weight: var(
      --tve-font-weight,
      var(--g-regular-weight, normal)
    ) !important;
    font-size: var(--tve-font-size, 14px) !important;
  }
  :not(#tve)
    .tve-theme-1148
    .bottom-section
    [data-css="tve-u-170773f37ac"]:hover
    input,
  :not(#tve)
    .tve-theme-1148
    .bottom-section
    [data-css="tve-u-170773f37ac"]:hover
    textarea {
    background-image: none !important;
    border-bottom: 1px solid var(--tcb-skin-color-1) !important;
  }
  .tve-theme-1148 .bottom-section [data-css="tve-u-170773f37ac"] input,
  .tve-theme-1148 .bottom-section [data-css="tve-u-170773f37ac"] textarea {
    padding: 12px !important;
    margin-bottom: 0px !important;
  }
  :not(#tve)
    .tve-theme-1148
    .bottom-section
    [data-css="tve-u-170773f37ac"]
    input,
  :not(#tve)
    .tve-theme-1148
    .bottom-section
    [data-css="tve-u-170773f37ac"]
    textarea {
    border-top: none;
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    border-left: none;
    border-image: initial;
    border-radius: 0;
    overflow: hidden;
  }
  .tve-theme-1148 .bottom-section [data-css="tve-u-170773f37af"] {
    --tve-font-weight: var(--g-regular-weight, normal);
    --tve-font-family: Muli;
    --g-bold-weight: 600;
    --g-regular-weight: 400;
    --tve-color: var(--tcb-skin-color-5);
    --tve-font-size: 14px;
    margin-bottom: 5px !important;
    margin-top: 10px !important;
  }
  :not(#tve) .tve-theme-1148 .bottom-section [data-css="tve-u-170773f37af"] {
    font-family: var(--tve-font-family, Muli);
    --tcb-applied-color: var$(--tcb-skin-color-5);
    color: var(--tve-color, var(--tcb-skin-color-5)) !important;
    font-weight: var(
      --tve-font-weight,
      var(--g-regular-weight, normal)
    ) !important;
    font-size: var(--tve-font-size, 14px) !important;
  }
  :not(#tve)
    .tve-theme-1148
    .bottom-section
    [data-css="tve-u-170773f37b2"]:hover
    input,
  :not(#tve)
    .tve-theme-1148
    .bottom-section
    [data-css="tve-u-170773f37b2"]:hover
    textarea {
    background-image: none !important;
    border-bottom: 1px solid var(--tcb-skin-color-1) !important;
  }
  .tve-theme-1148 .bottom-section [data-css="tve-u-170773f37b2"] input,
  .tve-theme-1148 .bottom-section [data-css="tve-u-170773f37b2"] textarea {
    padding: 20px 20px 20px 12px !important;
    margin-bottom: 0px !important;
  }
  :not(#tve)
    .tve-theme-1148
    .bottom-section
    [data-css="tve-u-170773f37b2"]
    input,
  :not(#tve)
    .tve-theme-1148
    .bottom-section
    [data-css="tve-u-170773f37b2"]
    textarea {
    border-top: none;
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    border-left: none;
    border-image: initial;
    border-radius: 0;
    overflow: hidden;
  }
  :not(#tve)
    .tve-theme-1148
    .bottom-section
    [data-css="tve-u-170773f37b8"]:hover
    button {
    background-color: rgb(47, 138, 231) !important;
  }
  :not(#tve)
    .tve-theme-1148
    .bottom-section
    [data-css="tve-u-170773f37b8"]
    button {
    text-transform: capitalize;
    border-color: rgb(255, 254, 254);
    font-weight: var(--tve-font-weight, var(--g-regular-weight, normal));
    font-family: var(--tve-font-family, Muli);
    font-size: var(--tve-font-size, 12px);
    background-image: none !important;
    background-color: var(--tcb-skin-color-4) !important;
    padding: 14px !important;
  }
  :not(#tve) .tve-theme-1148 .bottom-section [data-css="tve-u-170773f37b8"] {
    max-width: 34%;
    width: 34%;
  }
  .tve-theme-1148 .bottom-section [data-css="tve-u-170773f37b8"] {
    float: right;
    z-index: 3;
    position: relative;
    --tve-font-weight: var(--g-regular-weight, normal);
    --tve-font-family: Muli;
    --g-bold-weight: 500;
    --g-regular-weight: 400;
    --tve-font-size: 12px;
  }
  :not(#tve)
    .tve-theme-1148
    .bottom-section
    [data-css="tve-u-170773f37a5"]
    input,
  :not(#tve)
    .tve-theme-1148
    .bottom-section
    [data-css="tve-u-170773f37a5"]
    input::placeholder,
  :not(#tve)
    .tve-theme-1148
    .bottom-section
    [data-css="tve-u-170773f37a5"]
    textarea,
  :not(#tve)
    .tve-theme-1148
    .bottom-section
    [data-css="tve-u-170773f37a5"]
    textarea::placeholder {
    font-weight: var(--tve-font-weight, var(--g-regular-weight, normal));
    font-family: var(--tve-font-family, Muli);
    font-size: var(--tve-font-size, 16px);
  }
  :not(#tve)
    .tve-theme-1148
    .bottom-section
    [data-css="tve-u-170773f37ac"]
    input,
  :not(#tve)
    .tve-theme-1148
    .bottom-section
    [data-css="tve-u-170773f37ac"]
    input::placeholder,
  :not(#tve)
    .tve-theme-1148
    .bottom-section
    [data-css="tve-u-170773f37ac"]
    textarea,
  :not(#tve)
    .tve-theme-1148
    .bottom-section
    [data-css="tve-u-170773f37ac"]
    textarea::placeholder {
    font-weight: var(--tve-font-weight, var(--g-regular-weight, normal));
    font-family: var(--tve-font-family, Muli);
    font-size: var(--tve-font-size, 16px);
  }
  :not(#tve)
    .tve-theme-1148
    .bottom-section
    [data-css="tve-u-170773f37b2"]
    input,
  :not(#tve)
    .tve-theme-1148
    .bottom-section
    [data-css="tve-u-170773f37b2"]
    input::placeholder,
  :not(#tve)
    .tve-theme-1148
    .bottom-section
    [data-css="tve-u-170773f37b2"]
    textarea,
  :not(#tve)
    .tve-theme-1148
    .bottom-section
    [data-css="tve-u-170773f37b2"]
    textarea::placeholder {
    font-weight: var(--tve-font-weight, var(--g-regular-weight, normal));
    font-family: var(--tve-font-family, Muli);
    font-size: var(--tve-font-size, 16px);
  }
  .tve-theme-1148 .bottom-section [data-css="tve-u-170773f37a5"] {
    --tve-font-weight: var(--g-regular-weight, normal);
    --tve-font-family: Muli;
    --g-regular-weight: 400;
    --g-bold-weight: 500;
    --tve-font-size: 16px;
  }
  .tve-theme-1148 .bottom-section [data-css="tve-u-170773f37ac"] {
    --tve-font-weight: var(--g-regular-weight, normal);
    --tve-font-family: Muli;
    --g-regular-weight: 400;
    --g-bold-weight: 500;
    --tve-font-size: 16px;
  }
  .tve-theme-1148 .bottom-section [data-css="tve-u-170773f37b2"] {
    --tve-font-weight: var(--g-regular-weight, normal);
    --tve-font-family: Muli;
    --g-regular-weight: 400;
    --g-bold-weight: 500;
    --tve-font-size: 16px;
  }
  .tve-theme-1148 .bottom-section [data-css="tve-u-1707741019f"] {
    margin-left: -30px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .tve-theme-1148 .bottom-section [data-css="tve-u-170774104ce"] {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1148 .bottom-section [data-css="tve-u-170773fce45"] {
    margin-bottom: 0px !important;
  }
  .tve-theme-1148 .bottom-section [data-css="tve-u-17077416b6f"] {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
  }
  :not(#tve)
    .tve-theme-1148
    .bottom-section
    [data-css="tve-u-1707742b4a3"]
    > :first-child {
    color: rgb(255, 255, 255);
  }
  .tve-theme-1148 .bottom-section [data-css="tve-u-170773f8330"] {
    padding: 0px !important;
    margin: 0px !important;
  }
  :not(#tve)
    .tve-theme-1148
    .bottom-section
    [data-css="tve-u-170773f37b8"]
    .thrv_icon {
    left: 0;
    right: auto;
    transform: translate(50%, -50%);
  }
  .tve-theme-1148 .bottom-section [data-css="tve-u-17077fc4c4f"] {
    max-width: 42%;
  }
  .tve-theme-1148 .bottom-section [data-css="tve-u-17077fc4cab"] {
    max-width: 58%;
  }
  .tve-theme-1148
    .bottom-section
    [data-css="tve-u-1707741019f"]
    > .tcb-flex-col {
    padding-left: 30px;
  }
  :not(#tve) .tve-theme-1148 .bottom-section [data-css="tve-u-17077fe1f03"] {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
  }
  :not(#tve)
    .tve-theme-1148
    .bottom-section
    :not(#tve)
    [data-css="tve-u-170773f37b8"]:hover
    button {
    background-color: var(--tcb-skin-color-4) !important;
    background-image: linear-gradient(
      rgba(255, 255, 255, 0.08),
      rgba(255, 255, 255, 0.08)
    ) !important;
    background-size: auto !important;
    background-position: 50% 50% !important;
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
  }
  .tve-theme-1148 .top-section .section-background {
    background-size: auto, cover !important;
    background-position:
      50% 50%,
      50% 50% !important;
    background-attachment: scroll, scroll !important;
    background-repeat: no-repeat, no-repeat !important;
    background-image:
      linear-gradient(rgba(0, 0, 0, 0.08) 19%, rgba(0, 0, 0, 0.75) 100%),
      url(/wp-content/uploads/thrive-theme/images/Post-4_featured.jpg?dynamic_featured=1&size=full) !important;
  }
  .tve-theme-1148 .top-section .section-content {
    display: flex;
    text-align: center;
    justify-content: flex-end;
    flex-direction: column;
    min-height: 580px !important;
    padding-bottom: 60px !important;
    padding-top: 60px !important;
  }
  .tve-theme-1148 .top-section {
    margin-top: 0px !important;
  }
  .tve-theme-1148 .top-section .section-content p,
  .tve-theme-1148 .top-section .section-content li,
  .tve-theme-1148 .top-section .section-content label,
  .tve-theme-1148 .top-section .section-content .tcb-plain-text {
    color: rgb(255, 255, 255);
    --tcb-applied-color: rgb(255, 255, 255);
  }
  :not(#tve) .tve-theme-1148 .top-section [data-css="tve-u-16ed080d346"] {
    --tcb-applied-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255) !important;
    font-size: 48px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1148 .top-section [data-css="tve-u-16ed082a72d"] {
    float: none;
    padding: 0px !important;
    margin-bottom: 15px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .tve-theme-1148 .top-section [data-css="tve-u-16ed085b637"] {
    padding: 0px !important;
    margin-bottom: 5px !important;
  }
  :not(#tve) .tve-theme-1148 .top-section [data-css="tve-u-16ed085f8e0"] {
    letter-spacing: 4px;
    text-transform: uppercase !important;
    font-size: 14px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    margin-top: 0px !important;
  }
  .tve-theme-1148 .top-section [data-css="tve-u-16ed0d75200"] {
    padding: 0px !important;
    background-color: transparent !important;
  }
  .tve-theme-1148 .top-section [data-css="tve-u-16ed0d76361"] {
    float: right;
    z-index: 3;
    position: relative;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding: 8px !important;
  }
  :not(#tve) .tve-theme-1148 .top-section [data-css="tve-u-16ed0d79075"] {
    font-size: 11px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    line-height: 1.2em !important;
  }
  .tve-theme-1148 .top-section [data-css="tve-u-16ed0d80aee"] {
    background-color: var(--tcb-skin-color-4) !important;
  }
  .tve-theme-1148 .top-section [data-css="tve-u-16ed0d812db"] p,
  .tve-theme-1148 .top-section [data-css="tve-u-16ed0d812db"] li,
  .tve-theme-1148 .top-section [data-css="tve-u-16ed0d812db"] blockquote,
  .tve-theme-1148 .top-section [data-css="tve-u-16ed0d812db"] address,
  .tve-theme-1148 .top-section [data-css="tve-u-16ed0d812db"] .tcb-plain-text,
  .tve-theme-1148 .top-section [data-css="tve-u-16ed0d812db"] label,
  .tve-theme-1148 .top-section [data-css="tve-u-16ed0d812db"] h1,
  .tve-theme-1148 .top-section [data-css="tve-u-16ed0d812db"] h2,
  .tve-theme-1148 .top-section [data-css="tve-u-16ed0d812db"] h3,
  .tve-theme-1148 .top-section [data-css="tve-u-16ed0d812db"] h4,
  .tve-theme-1148 .top-section [data-css="tve-u-16ed0d812db"] h5,
  .tve-theme-1148 .top-section [data-css="tve-u-16ed0d812db"] h6 {
    text-transform: uppercase;
  }
  :not(#tve)
    .tve-theme-1148
    .top-section
    .thrv-content-box
    [data-css="tve-u-16ed0d812db"]
    p,
  :not(#tve)
    .tve-theme-1148
    .top-section
    .thrv-content-box
    [data-css="tve-u-16ed0d812db"]
    li,
  :not(#tve)
    .tve-theme-1148
    .top-section
    .thrv-content-box
    [data-css="tve-u-16ed0d812db"]
    blockquote,
  :not(#tve)
    .tve-theme-1148
    .top-section
    .thrv-content-box
    [data-css="tve-u-16ed0d812db"]
    address,
  :not(#tve)
    .tve-theme-1148
    .top-section
    .thrv-content-box
    [data-css="tve-u-16ed0d812db"]
    .tcb-plain-text,
  :not(#tve)
    .tve-theme-1148
    .top-section
    .thrv-content-box
    [data-css="tve-u-16ed0d812db"]
    label {
    font-size: var(--tve-font-size, 11px);
  }
  .tve-theme-1148 .top-section [data-css="tve-u-16ed0d812db"] p,
  .tve-theme-1148 .top-section [data-css="tve-u-16ed0d812db"] li,
  .tve-theme-1148 .top-section [data-css="tve-u-16ed0d812db"] blockquote,
  .tve-theme-1148 .top-section [data-css="tve-u-16ed0d812db"] address,
  .tve-theme-1148 .top-section [data-css="tve-u-16ed0d812db"] .tcb-plain-text,
  .tve-theme-1148 .top-section [data-css="tve-u-16ed0d812db"] label {
    letter-spacing: 2px;
  }
  :not(#tve) .tve-theme-1148 .top-section [data-css="tve-u-16ed0d8abf4"] {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    font-size: 11px !important;
    padding-top: 0px !important;
    margin-top: 0px !important;
    line-height: 1.2em !important;
  }
  .tve-theme-1148 .top-section [data-css="tve-u-16ed0d8e6d3"] {
    text-transform: uppercase !important;
    font-size: 11px !important;
    letter-spacing: 3px !important;
  }
  .tve-theme-1148 .top-section [data-css="tve-u-16ed0d93c8c"] {
    float: left;
    z-index: 3;
    position: relative;
    padding: 0px !important;
  }
  .tve-theme-1148
    .top-section
    [data-css="tve-u-16ed0d94f7e"]
    > .tcb-flex-col
    > .tcb-col {
    justify-content: center;
  }
  .tve-theme-1148 .top-section [data-css="tve-u-16ed0d94f7e"] {
    padding: 0px !important;
  }
  .tve-theme-1148 .top-section [data-css="tve-u-16ed0d96a76"] {
    margin: 0px !important;
  }
  .tve-theme-1148 .top-section [data-css="tve-u-16ed4d219d9"] {
    font-size: 11px !important;
  }
  .tve-theme-1148 .top-section [data-css="tve-u-1707d1f6e73"] {
    float: none;
    padding: 0px !important;
    margin: 0 auto 15px !important;
    max-width: 650px !important;
  }
  .tve-theme-1148 .top-section [data-css="tve-u-16ed0d76361"] > .tve-cb {
    justify-content: center;
    display: flex;
    flex-direction: column;
  }
  .tve-theme-1148 .top-section [data-css="tve-u-16ed0d812db"] {
    --tve-font-size: 11px;
  }
  :not(#tve) .tve-theme-1148 .top-section [data-css="tve-u-170aad24c8f"] {
    color: inherit !important;
  }
  :not(#tve)
    .tve-theme-1148
    .top-section
    :not(#tve)
    [data-css="tve-u-170aad24c8f"]:hover {
    color: rgba(255, 255, 255, 0.85) !important;
  }
  :not(#tve)
    .tve-theme-1148
    .top-section
    [data-css="tve-u-16ed0d76361"]:hover
    [data-css="tve-u-16ed0d80aee"] {
    background-color: var(--tcb-skin-color-4) !important;
  }
  .tve-theme-1152 #wrapper {
    --header-background-width: 100%;
    --footer-background-width: 100%;
    --top-background-width: 100%;
  }
  :not(#layout) .tve-theme-1152 .main-container {
    --sidebar-size: 30.65%;
    --separator-size: 40px;
  }
  .tve-theme-1152 .main-container {
    padding: 20px 10px !important;
  }
  .tve-theme-1152 .bottom-section .section-background {
    background-image: none !important;
    background-color: var(--tcb-skin-color-0) !important;
  }
  .tve-theme-1152 .bottom-section .section-content {
    justify-content: center;
    display: flex;
    flex-direction: column;
    --tve-color: rgb(255, 255, 255);
    text-align: center;
    min-height: 1px !important;
    padding: 40px 0px !important;
  }
  .tve-theme-1152 .bottom-section [data-css="tve-u-1705d967199"] {
    padding: 0px !important;
    margin-bottom: 20px !important;
  }
  :not(#tve) .tve-theme-1152 .bottom-section [data-css="tve-u-1707cccde1c"] {
    color: rgb(255, 255, 255) !important;
    --tcb-applied-color: rgb(255, 255, 255) !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1152 .bottom-section .section-content p,
  .tve-theme-1152 .bottom-section .section-content li,
  .tve-theme-1152 .bottom-section .section-content label,
  .tve-theme-1152 .bottom-section .section-content .tcb-plain-text {
    color: var(--tve-color, rgb(255, 255, 255));
    --tcb-applied-color: rgb(255, 255, 255);
  }
  :not(#tve) .tve-theme-1152 .bottom-section [data-css="tve-u-1707d0ee096"] {
    padding-top: 0px !important;
    margin-top: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1152 .bottom-section [data-css="tve-u-1707d0eebf3"] {
    float: none;
    max-width: 780px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0px !important;
  }
  .tve-theme-1152 #content {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .tve-theme-1152 .sidebar-section .section-content p,
  .tve-theme-1152 .sidebar-section .section-content li,
  .tve-theme-1152 .sidebar-section .section-content label,
  .tve-theme-1152 .sidebar-section .section-content .tcb-plain-text {
    font-weight: var(--tve-font-weight, var(--g-bold-weight, bold));
  }
  .tve-theme-1152 .sidebar-section .section-content p,
  .tve-theme-1152 .sidebar-section .section-content li,
  .tve-theme-1152 .sidebar-section .section-content label,
  .tve-theme-1152 .sidebar-section .section-content .tcb-plain-text,
  .tve-theme-1152 .sidebar-section .section-content h1,
  .tve-theme-1152 .sidebar-section .section-content h2,
  .tve-theme-1152 .sidebar-section .section-content h3,
  .tve-theme-1152 .sidebar-section .section-content h4,
  .tve-theme-1152 .sidebar-section .section-content h5,
  .tve-theme-1152 .sidebar-section .section-content h6 {
    font-family: var(--tve-font-family, Literata);
  }
  .tve-theme-1152 .sidebar-section .section-content {
    --g-regular-weight: 400;
    --g-bold-weight: 600;
    text-align: center;
    --tve-font-weight: var(--g-bold-weight, bold);
    --tve-font-family: Literata;
    padding: 20px 10px !important;
  }
  .tve-theme-1152 .sidebar-section [data-css="tve-u-17062f788d7"] {
    background-image: none !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-bottom: 10px !important;
  }
  :not(#tve) .tve-theme-1152 .sidebar-section [data-css="tve-u-1706305d453"] {
    --g-regular-weight: 400;
    --g-bold-weight: 700;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    margin-top: 0px !important;
    font-weight: var(--g-regular-weight, normal) !important;
    font-size: 16px !important;
    line-height: 1.5em !important;
    font-family: Muli !important;
  }
  .tve-theme-1152 .sidebar-section [data-css="tve-u-17063071f04"] {
    background-image: none !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-bottom: 0px !important;
  }
  :not(#tve)
    .tve-theme-1152
    .sidebar-section
    [data-css="tve-u-17063080dc5"]
    button {
    border: none;
    text-transform: var(--tve-text-transform, uppercase);
    font-size: var(--tve-font-size, 13px);
    letter-spacing: var(--tve-letter-spacing, 2px);
    background-color: var(--tcb-skin-color-0) !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  :not(#tve)
    .tve-theme-1152
    .sidebar-section
    [data-css="tve-u-170630828ed"]
    input,
  :not(#tve)
    .tve-theme-1152
    .sidebar-section
    [data-css="tve-u-170630828ed"]
    select {
    border-radius: 0;
    overflow: hidden;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid var(--tcb-skin-color-14);
    border-left: none;
    border-image: initial;
    font-size: var(--tve-font-size, 14px);
    font-family: var(--tve-font-family, Muli);
    letter-spacing: var(--tve-letter-spacing, 1px);
    padding: 12px 0px !important;
    margin-top: 0px !important;
    background-color: rgb(255, 255, 255) !important;
    margin-bottom: 8px !important;
  }
  .tve-theme-1152 .sidebar-section [data-css="tve-u-170630828ed"] {
    --tve-font-size: 14px;
    --tve-font-weight: var(--g-regular-weight, normal);
    --tve-font-family: Muli;
    --g-regular-weight: 400;
    --tve-color: rgb(169, 169, 169);
    --tve-letter-spacing: 1px;
  }
  :not(#tve)
    .tve-theme-1152
    .sidebar-section
    [data-css="tve-u-170630828ed"]
    input,
  :not(#tve)
    .tve-theme-1152
    .sidebar-section
    [data-css="tve-u-170630828ed"]
    input::placeholder,
  :not(#tve)
    .tve-theme-1152
    .sidebar-section
    [data-css="tve-u-170630828ed"]
    select {
    font-weight: var(--tve-font-weight, var(--g-regular-weight, normal));
    --tcb-applied-color: rgb(169, 169, 169);
    color: var(--tve-color, rgb(169, 169, 169)) !important;
  }
  .tve-theme-1152 .sidebar-section [data-css="tve-u-17063096405"] {
    margin-bottom: 0px !important;
    margin-top: 10px !important;
  }
  .tve-theme-1152 .sidebar-section [data-css="tve-u-170630a79b4"] {
    max-width: 800px;
    padding: 15px 20px 0px !important;
    margin: 0px !important;
  }
  :not(#tve) .tve-theme-1152 .sidebar-section [data-css="tve-u-170630cdf94"] {
    --g-regular-weight: 400;
    --g-bold-weight: 700;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    font-size: 20px !important;
    font-family: Muli !important;
  }
  :not(#tve)
    .tve-theme-1152
    .sidebar-section
    [data-css="tve-u-17063080dc5"]:hover
    button {
    background-image: linear-gradient(
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0.15)
    ) !important;
    background-size: auto !important;
    background-position: 50% 50% !important;
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
  }
  :not(#tve)
    .tve-theme-1152
    .sidebar-section
    [data-css="tve-u-170630828ed"]:hover
    input,
  :not(#tve)
    .tve-theme-1152
    .sidebar-section
    [data-css="tve-u-170630828ed"]:hover
    input::placeholder,
  :not(#tve)
    .tve-theme-1152
    .sidebar-section
    [data-css="tve-u-170630828ed"]:hover
    select {
    color: var(--tve-color, rgb(0, 0, 0)) !important;
    --tcb-applied-color: rgb(0, 0, 0) !important;
  }
  :not(#tve)
    .tve-theme-1152
    .sidebar-section
    [data-css="tve-u-170630828ed"]:hover {
    --tve-color: rgb(0, 0, 0) !important;
  }
  :not(#tve) .tve-theme-1152 .sidebar-section [data-css="tve-u-17066aa810e"] {
    --g-regular-weight: 400;
    --g-bold-weight: 700;
    color: var(--tcb-skin-color-4) !important;
    --tcb-applied-color: var$(--tcb-skin-color-4) !important;
    font-size: 14px !important;
    font-family: Muli !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    margin-top: 0px !important;
    text-transform: capitalize !important;
  }
  :not(#tve)
    .tve-theme-1152
    .sidebar-section
    [data-css="tve-u-17066aa810e"]
    strong {
    font-weight: 700 !important;
  }
  .tve-theme-1152 .sidebar-section [data-css="tve-u-17063080dc5"] {
    --tve-text-transform: uppercase;
    --tve-font-size: 13px;
    --tve-letter-spacing: 2px;
  }
  .tve-theme-1152 .sidebar-section [data-css="tve-u-17066bee2f8"] {
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 6px 0;
    border: none !important;
    background-color: transparent !important;
    background-image: none !important;
  }
  .tve-theme-1152 .sidebar-section [data-css="tve-u-17066e68948"] {
    border-radius: 0;
    overflow: hidden;
    border: none !important;
  }
  :not(#tve) .tve-theme-1152 .sidebar-section [data-css="tve-u-17067564aa4"] {
    --g-regular-weight: 400;
    text-transform: capitalize !important;
    color: var(--tcb-skin-color-4) !important;
    --tcb-applied-color: var$(--tcb-skin-color-4) !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    font-size: 18px !important;
    font-weight: var(--g-bold-weight, bold) !important;
    font-family: Literata !important;
  }
  :not(#tve)
    .tve-theme-1152
    .sidebar-section
    .thrv-content-box
    [data-css="tve-u-170630a79ba"]
    p,
  :not(#tve)
    .tve-theme-1152
    .sidebar-section
    .thrv-content-box
    [data-css="tve-u-170630a79ba"]
    li,
  :not(#tve)
    .tve-theme-1152
    .sidebar-section
    .thrv-content-box
    [data-css="tve-u-170630a79ba"]
    blockquote,
  :not(#tve)
    .tve-theme-1152
    .sidebar-section
    .thrv-content-box
    [data-css="tve-u-170630a79ba"]
    address,
  :not(#tve)
    .tve-theme-1152
    .sidebar-section
    .thrv-content-box
    [data-css="tve-u-170630a79ba"]
    .tcb-plain-text,
  :not(#tve)
    .tve-theme-1152
    .sidebar-section
    .thrv-content-box
    [data-css="tve-u-170630a79ba"]
    label {
    font-family: var(--tve-font-family, Muli);
  }
  .tve-theme-1152 .sidebar-section [data-css="tve-u-170630a79ba"] {
    --tve-font-weight: var(--g-regular-weight, normal);
    --tve-font-family: Muli;
    --g-regular-weight: 400;
    text-align: left;
  }
  :not(#tve) .tve-theme-1152 .sidebar-section [data-css="tve-u-170630a79ba"] p,
  :not(#tve) .tve-theme-1152 .sidebar-section [data-css="tve-u-170630a79ba"] li,
  :not(#tve)
    .tve-theme-1152
    .sidebar-section
    [data-css="tve-u-170630a79ba"]
    blockquote,
  :not(#tve)
    .tve-theme-1152
    .sidebar-section
    [data-css="tve-u-170630a79ba"]
    address,
  :not(#tve)
    .tve-theme-1152
    .sidebar-section
    [data-css="tve-u-170630a79ba"]
    .tcb-plain-text,
  :not(#tve)
    .tve-theme-1152
    .sidebar-section
    [data-css="tve-u-170630a79ba"]
    label {
    font-weight: var(--tve-font-weight, var(--g-regular-weight, normal));
  }
  .tve-theme-1152 .sidebar-section [data-css="tve-u-170675b724a"] {
    color: var(--tcb-skin-color-4) !important;
  }
  .tve-theme-1152 .sidebar-section [data-css="tve-u-170675b82ec"] {
    color: var(--tcb-skin-color-16) !important;
  }
  .tve-theme-1152 .sidebar-section [data-css="tve-u-170675bd70a"] {
    font-size: 15px;
    color: rgb(213, 239, 238);
    width: 15px;
    height: 15px;
    border-radius: 0;
    overflow: hidden;
    border: none;
    float: left;
    z-index: 3;
    position: relative;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding: 10px 10px 10px 0px !important;
    background-color: transparent !important;
    margin-right: 10px !important;
  }
  :not(#tve)
    .tve-theme-1152
    .sidebar-section
    [data-css="tve-u-170675bd70a"]
    > :first-child {
    color: var(--tcb-skin-color-0);
  }
  .tve-theme-1152 .sidebar-section [data-css="tve-u-170675ce806"] {
    padding: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 20px !important;
  }
  :not(#tve)
    .tve-theme-1152
    .sidebar-section
    .thrv-content-box
    [data-css="tve-u-170675eee25"]
    p,
  :not(#tve)
    .tve-theme-1152
    .sidebar-section
    .thrv-content-box
    [data-css="tve-u-170675eee25"]
    li,
  :not(#tve)
    .tve-theme-1152
    .sidebar-section
    .thrv-content-box
    [data-css="tve-u-170675eee25"]
    blockquote,
  :not(#tve)
    .tve-theme-1152
    .sidebar-section
    .thrv-content-box
    [data-css="tve-u-170675eee25"]
    address,
  :not(#tve)
    .tve-theme-1152
    .sidebar-section
    .thrv-content-box
    [data-css="tve-u-170675eee25"]
    .tcb-plain-text,
  :not(#tve)
    .tve-theme-1152
    .sidebar-section
    .thrv-content-box
    [data-css="tve-u-170675eee25"]
    label {
    font-family: var(--tve-font-family, Muli);
  }
  .tve-theme-1152 .sidebar-section [data-css="tve-u-170675eee25"] {
    --tve-font-weight: var(--g-regular-weight, normal);
    --tve-font-family: Muli;
    --g-regular-weight: 400;
  }
  :not(#tve) .tve-theme-1152 .sidebar-section [data-css="tve-u-170675eee25"] p,
  :not(#tve) .tve-theme-1152 .sidebar-section [data-css="tve-u-170675eee25"] li,
  :not(#tve)
    .tve-theme-1152
    .sidebar-section
    [data-css="tve-u-170675eee25"]
    blockquote,
  :not(#tve)
    .tve-theme-1152
    .sidebar-section
    [data-css="tve-u-170675eee25"]
    address,
  :not(#tve)
    .tve-theme-1152
    .sidebar-section
    [data-css="tve-u-170675eee25"]
    .tcb-plain-text,
  :not(#tve)
    .tve-theme-1152
    .sidebar-section
    [data-css="tve-u-170675eee25"]
    label {
    font-weight: var(--tve-font-weight, var(--g-regular-weight, normal));
  }
  .tve-theme-1152 .sidebar-section [data-css="tve-u-170676f8e91"]::after {
    clear: both;
  }
  .tve-theme-1152 .sidebar-section [data-css="tve-u-17062f788e8"] {
    margin-bottom: 10px !important;
  }
  .tve-theme-1152 .sidebar-section [data-css="tve-u-1706771bb7e"] {
    color: var(--tcb-skin-color-4) !important;
  }
  .tve-theme-1152 .sidebar-section [data-css="tve-u-1706771bb85"] {
    color: var(--tcb-skin-color-4) !important;
  }
  .tve-theme-1152 .sidebar-section [data-css="tve-u-1706771bb89"] {
    color: var(--tcb-skin-color-16) !important;
  }
  :not(#tve) .tve-theme-1152 .sidebar-section [data-css="tve-u-170677231c7"] {
    --g-regular-weight: 400;
    --g-bold-weight: 700;
    color: var(--tcb-skin-color-4) !important;
    --tcb-applied-color: var$(--tcb-skin-color-4) !important;
    font-size: 14px !important;
    font-family: Muli !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    margin-top: 0px !important;
    text-transform: capitalize !important;
  }
  :not(#tve)
    .tve-theme-1152
    .sidebar-section
    [data-css="tve-u-170677231c7"]
    strong {
    font-weight: 700 !important;
  }
  .tve-theme-1152 .sidebar-section [data-css="tve-u-1706772b905"] {
    background-image: none !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-bottom: 10px !important;
  }
  .tve-theme-1152 .sidebar-section [data-css="tve-u-1706777e06d"] {
    margin-bottom: 5px !important;
  }
  .tve-theme-1152 .sidebar-section [data-css="tve-u-17067781405"] {
    padding: 20px !important;
    margin-top: 0px !important;
    margin-bottom: 30px !important;
  }
  .tve-theme-1152 .sidebar-section .section-background {
    border: none;
    box-shadow: none;
  }
  .tve-theme-1152 .sidebar-section [data-css="tve-u-170677cbb74"] {
    padding: 8px 5px !important;
    background-color: transparent !important;
    border: none !important;
    margin-bottom: 10px !important;
    background-image: linear-gradient(
      var(--tcb-skin-color-9),
      var(--tcb-skin-color-9)
    ) !important;
    background-size: auto !important;
    background-position: 50% 50% !important;
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
  }
  .tve-theme-1152 .sidebar-section [data-css="tve-u-170677dc533"] {
    background-image: none !important;
    border: 1px solid var(--tcb-skin-color-9) !important;
  }
  .tve-theme-1152 .sidebar-section [data-css="tve-u-170677f198d"] {
    padding: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 20px !important;
  }
  .tve-theme-1152 .sidebar-section [data-css="tve-u-1706780c0a1"] {
    padding: 0px !important;
    margin-bottom: 30px !important;
    margin-top: 0px !important;
  }
  .tve-theme-1152 .sidebar-section [data-css="tve-u-17067f3fc36"] {
    padding: 0 0 10px !important;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
  }
  .tve-theme-1152 .content-section .section-content {
    padding: 20px 10px !important;
  }
  .tve-theme-1152 .content-section [data-css="tve-u-1711c8af402"] {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1152 .top-section .section-background {
    clip-path: url("#clip-bottom-855025219fc47");
    background-color: var(--tcb-skin-color-0) !important;
    background-image:
      linear-gradient(var(--tcb-skin-color-13), var(--tcb-skin-color-13)),
      url(/wp-content/uploads/thrive-theme/images/middle_image_01-2.jpg) !important;
    background-size: auto, cover !important;
    background-position:
      50% 50%,
      50% 50% !important;
    background-attachment: scroll, scroll !important;
    background-repeat: no-repeat, no-repeat !important;
  }
  .tve-theme-1152 .top-section [data-css="tve-u-16ffc04d542"] {
    float: none;
    max-width: 70%;
    padding: 0px !important;
    border: none !important;
    background-color: transparent !important;
    margin-bottom: 0px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .tve-theme-1152 .top-section .section-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    --tve-color: rgb(255, 255, 255);
    text-align: center;
    padding: 40px 20px 80px !important;
    min-height: 450px !important;
  }
  :not(#tve) .tve-theme-1152 .top-section [data-css="tve-u-170810d7426"] {
    color: rgb(255, 255, 255) !important;
    --tcb-applied-color: rgb(255, 255, 255) !important;
  }
  :not(#tve) .tve-theme-1152 .top-section [data-css="tve-u-1713abe1d26"] {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1124 #wrapper {
    --header-background-width: 100%;
    --footer-background-width: 100%;
    --top-background-width: 100%;
    --bottom-background-width: 100%;
  }
  .tve-theme-1124 .content-section .section-content {
    padding: 20px 10px !important;
  }
  .tve-theme-1124 .main-container {
    padding: 20px 10px !important;
  }
  .tve-theme-1124 .content-section .checkout-template-wrapper {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding: 0px !important;
    background-color: transparent !important;
  }
  .tve-theme-1124 .top-section .section-background {
    border-top: 1px solid var(--tcb-skin-color-14);
    border-right: none;
    border-bottom: 1px solid var(--tcb-skin-color-14);
    border-left: none;
    border-image: initial;
    background-color: rgb(255, 255, 255) !important;
    background-image: linear-gradient(
      var(--tcb-skin-color-1),
      var(--tcb-skin-color-1)
    ) !important;
    background-size: auto !important;
    background-position: 50% 50% !important;
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
  }
  .tve-theme-1124 .top-section .section-content {
    display: flex;
    text-align: center;
    --tve-color: rgb(255, 255, 255);
    justify-content: flex-end;
    flex-direction: column;
    padding: 40px 20px !important;
    min-height: 1px !important;
  }
  .tve-theme-1124 .top-section [data-css="tve-u-1705cdb4152"] {
    padding: 0px !important;
  }
  :not(#tve) .tve-theme-1124 .top-section [data-css="tve-u-17274963a21"] {
    letter-spacing: 4px;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    font-size: 11px !important;
    text-transform: uppercase !important;
    color: rgb(255, 255, 255) !important;
    --tcb-applied-color: rgb(255, 255, 255) !important;
  }
  .tve-theme-1124 .bottom-section .section-background {
    background-color: var(--tcb-skin-color-2) !important;
    background-image: none !important;
  }
  .tve-theme-1124 .bottom-section .section-content {
    justify-content: center;
    display: flex;
    flex-direction: column;
    min-height: 130px !important;
    padding: 40px 20px !important;
  }
  .tve-theme-1124 .bottom-section [data-css="tve-u-172f0121a55"] {
    margin-left: -20px;
    padding: 0px !important;
  }
  .tve-theme-1124 .bottom-section [data-css="tve-u-172f0121a57"] {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    background-color: transparent !important;
  }
  .tve-theme-1124 .bottom-section [data-css="tve-u-172f0121a5e"] {
    max-width: 25.1%;
  }
  .tve-theme-1124 .bottom-section [data-css="tve-u-172f0121a62"] {
    max-width: 24.9%;
  }
  .tve-theme-1124 .bottom-section [data-css="tve-u-172f02823f6"] {
    max-width: 25%;
  }
  .tve-theme-1124 .bottom-section [data-css="tve-u-172f0349550"] {
    font-size: 34px;
    width: 34px;
    height: 34px;
    border-radius: 0;
    overflow: hidden;
    border: none;
    padding: 1px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    background-color: transparent !important;
  }
  :not(#tve)
    .tve-theme-1124
    .bottom-section
    [data-css="tve-u-172f0349550"]
    > :first-child {
    color: var(--tcb-skin-color-0);
  }
  :not(#tve) .tve-theme-1124 .bottom-section [data-css="tve-u-172f03d7ad8"] {
    letter-spacing: 0;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    text-transform: capitalize !important;
    font-size: 16px !important;
    color: var(--tcb-skin-color-4) !important;
    --tcb-applied-color: var$(--tcb-skin-color-4) !important;
    font-weight: var(--g-bold-weight, bold) !important;
    line-height: 1.6em !important;
  }
  .tve-theme-1124 .bottom-section [data-css="tve-u-172f03e133e"] {
    position: relative !important;
    padding: 0px !important;
  }
  :not(#tve) .tve-theme-1124 .bottom-section [data-css="tve-u-172f03e596c"] {
    letter-spacing: 1px;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    text-transform: uppercase !important;
    font-size: 9px !important;
    color: rgba(0, 0, 0, 0.5) !important;
    --tcb-applied-color: rgba(0, 0, 0, 0.5) !important;
    font-weight: var(--g-bold-weight, bold) !important;
    line-height: 1.6em !important;
  }
  .tve-theme-1124
    .bottom-section
    [data-css="tve-u-172f0121a55"]
    > .tcb-flex-col {
    padding-left: 20px;
  }
  .tve-theme-1124 .bottom-section [data-css="tve-u-172f0448dd6"] {
    max-width: 18.5%;
  }
  .tve-theme-1124 .bottom-section [data-css="tve-u-172f0448e00"] {
    max-width: 81.5%;
  }
  .tve-theme-1124 .bottom-section [data-css="tve-u-172f044ae30"] {
    padding: 0px !important;
  }
  .tve-theme-1124 .bottom-section [data-css="tve-u-172f044b119"] {
    margin: 0px !important;
  }
  .tve-theme-1124
    .bottom-section
    [data-css="tve-u-172f044ae30"]
    > .tcb-flex-col
    > .tcb-col {
    justify-content: center;
  }
  .tve-theme-1124 .bottom-section [data-css="tve-u-172f04a8abc"] {
    font-size: 34px;
    width: 34px;
    height: 34px;
    border-radius: 0;
    overflow: hidden;
    border: none;
    padding: 1px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    background-color: transparent !important;
  }
  :not(#tve)
    .tve-theme-1124
    .bottom-section
    [data-css="tve-u-172f04a8abc"]
    > :first-child {
    color: var(--tcb-skin-color-0);
  }
  .tve-theme-1124 .bottom-section [data-css="tve-u-172f04bd161"] {
    font-size: 34px;
    width: 34px;
    height: 34px;
    border-radius: 0;
    overflow: hidden;
    border: none;
    padding: 1px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    background-color: transparent !important;
  }
  :not(#tve)
    .tve-theme-1124
    .bottom-section
    [data-css="tve-u-172f04bd161"]
    > :first-child {
    color: var(--tcb-skin-color-0);
  }
  :not(#tve) .tve-theme-1124 .bottom-section [data-css="tve-u-172f04c2dbf"] {
    letter-spacing: 0;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    text-transform: capitalize !important;
    font-size: 16px !important;
    color: var(--tcb-skin-color-4) !important;
    --tcb-applied-color: var$(--tcb-skin-color-4) !important;
    font-weight: var(--g-bold-weight, bold) !important;
    line-height: 1.6em !important;
  }
  :not(#tve) .tve-theme-1124 .bottom-section [data-css="tve-u-172f04c38b5"] {
    letter-spacing: 0;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    text-transform: capitalize !important;
    font-size: 16px !important;
    color: var(--tcb-skin-color-4) !important;
    --tcb-applied-color: var$(--tcb-skin-color-4) !important;
    font-weight: var(--g-bold-weight, bold) !important;
    line-height: 1.6em !important;
  }
  .tve-theme-1124 .bottom-section [data-css="tve-u-172f04c6682"] {
    padding: 1px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1124 .bottom-section [data-css="tve-u-172f04d338e"] {
    padding: 1px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1124 .bottom-section [data-css="tve-u-172f04d4a7b"] {
    padding: 1px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1124 .bottom-section [data-css="tve-u-172f04e38b8"] {
    padding: 0px !important;
  }
  .tve-theme-1124
    .bottom-section
    [data-css="tve-u-172f04e38b8"]
    > .tcb-flex-col
    > .tcb-col {
    justify-content: center;
  }
  .tve-theme-1124 .bottom-section [data-css="tve-u-172f04f7b91"] {
    padding: 0px !important;
  }
  .tve-theme-1124
    .bottom-section
    [data-css="tve-u-172f04f7b91"]
    > .tcb-flex-col
    > .tcb-col {
    justify-content: center;
  }
  .tve-theme-1124 .bottom-section [data-css="tve-u-172f051dfbb"] {
    max-width: 25%;
  }
  .tve-theme-1124 .bottom-section [data-css="tve-u-17304551d71"] {
    padding-left: 0px !important;
  }
  .tve-theme-1124
    .bottom-section
    [data-css="tve-u-17304551d6f"]
    > .tcb-flex-col
    > .tcb-col {
    justify-content: center;
  }
  .tve-theme-1124 .bottom-section [data-css="tve-u-17304551d6e"] {
    z-index: 6;
    --tve-color: var(--tcb-skin-color-3);
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1124 .bottom-section [data-css="tve-u-17304551d6f"] {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
  }
  .tve-theme-1124 .bottom-section [data-css="tve-u-17304551d73"] {
    max-width: 14.7%;
  }
  .tve-theme-1124 .bottom-section [data-css="tve-u-17304551d70"] {
    max-width: 10%;
  }
  .tve-theme-1124 .bottom-section [data-css="tve-u-17304551d6a"] {
    margin: 0 0 40px !important;
    padding: 1px !important;
  }
  .tve-theme-1124 .bottom-section [data-css="tve-u-17304551d78"] {
    margin-bottom: 10px !important;
  }
  .tve-theme-1124 .bottom-section [data-css="tve-u-17304551d76"] {
    padding: 0px !important;
    margin-bottom: 5px !important;
  }
  .tve-theme-1124 .bottom-section [data-css="tve-u-17304551d74"] {
    padding: 0px !important;
  }
  .tve-theme-1124 .bottom-section [data-css="tve-u-17304551d6c"] {
    z-index: 2;
    padding: 20px !important;
    margin: 0px !important;
  }
  .tve-theme-1124 .bottom-section [data-css="tve-u-17304551d72"] {
    float: none;
    width: 74px;
    z-index: 5;
    border: 3px solid var(--tcb-skin-color-1);
    border-radius: 60px;
    overflow: hidden;
    margin: 2px auto !important;
    padding-top: 1px !important;
  }
  .tve-theme-1124 .bottom-section [data-css="tve-u-17304551d6d"] {
    border: none !important;
    background-color: rgb(255, 255, 255) !important;
  }
  .tve-theme-1124 .bottom-section [data-css="tve-u-17304551d6b"] p {
    margin: 0px !important;
    padding: 0px !important;
  }
  :not(#tve) .tve-theme-1124 .bottom-section [data-css="tve-u-17304551d6e"] p,
  :not(#tve) .tve-theme-1124 .bottom-section [data-css="tve-u-17304551d6e"] li,
  :not(#tve)
    .tve-theme-1124
    .bottom-section
    [data-css="tve-u-17304551d6e"]
    blockquote,
  :not(#tve)
    .tve-theme-1124
    .bottom-section
    [data-css="tve-u-17304551d6e"]
    address,
  :not(#tve)
    .tve-theme-1124
    .bottom-section
    [data-css="tve-u-17304551d6e"]
    .tcb-plain-text,
  :not(#tve)
    .tve-theme-1124
    .bottom-section
    [data-css="tve-u-17304551d6e"]
    label,
  :not(#tve) .tve-theme-1124 .bottom-section [data-css="tve-u-17304551d6e"] h1,
  :not(#tve) .tve-theme-1124 .bottom-section [data-css="tve-u-17304551d6e"] h2,
  :not(#tve) .tve-theme-1124 .bottom-section [data-css="tve-u-17304551d6e"] h3,
  :not(#tve) .tve-theme-1124 .bottom-section [data-css="tve-u-17304551d6e"] h4,
  :not(#tve) .tve-theme-1124 .bottom-section [data-css="tve-u-17304551d6e"] h5,
  :not(#tve) .tve-theme-1124 .bottom-section [data-css="tve-u-17304551d6e"] h6 {
    color: var(--tve-color, var(--tcb-skin-color-3));
    --tcb-applied-color: var$(--tcb-skin-color-3);
  }
  .tve-theme-1124 .bottom-section [data-css="tve-u-17304563b89"] {
    font-size: 27px !important;
  }
  :not(#tve)
    .tve-theme-1124
    .bottom-section
    .thrv-content-box
    [data-css="tve-u-1730456739a"]
    p,
  :not(#tve)
    .tve-theme-1124
    .bottom-section
    .thrv-content-box
    [data-css="tve-u-1730456739a"]
    li,
  :not(#tve)
    .tve-theme-1124
    .bottom-section
    .thrv-content-box
    [data-css="tve-u-1730456739a"]
    blockquote,
  :not(#tve)
    .tve-theme-1124
    .bottom-section
    .thrv-content-box
    [data-css="tve-u-1730456739a"]
    address,
  :not(#tve)
    .tve-theme-1124
    .bottom-section
    .thrv-content-box
    [data-css="tve-u-1730456739a"]
    .tcb-plain-text,
  :not(#tve)
    .tve-theme-1124
    .bottom-section
    .thrv-content-box
    [data-css="tve-u-1730456739a"]
    label {
    font-size: var(--tve-font-size, 14px);
  }
  .tve-theme-1124 .bottom-section [data-css="tve-u-1730456739a"] {
    --tve-font-size: 14px;
  }
  .tve-theme-1124 .bottom-section [data-css="tve-u-173045693f0"] {
    max-width: 75.3%;
  }
  .tve-theme-1124 .sidebar-section .section-background {
    border: medium none;
    background-color: transparent !important;
  }
  .tve-theme-1124 .sidebar-section .section-content {
    padding: 20px 10px !important;
  }
  .tve-theme-1124 .sidebar-section {
    margin: 0px !important;
  }
  .tve-theme-1124 .sidebar-section [data-css="tve-u-1725ba1e54e"] {
    border-radius: 4px;
    overflow: hidden;
    background-color: var(--tcb-skin-color-2) !important;
    background-image: url(/wp-content/uploads/thrive-theme/images/WooCommerce-Sidebar-texture02.jpg) !important;
    border: none !important;
    background-size: cover !important;
    background-position: 50% 50% !important;
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
  }
  .tve-theme-1124 .sidebar-section [data-css="tve-u-1725ba26717"] {
    text-align: center;
    min-height: 185px !important;
  }
  .tve-theme-1124 .sidebar-section [data-css="tve-u-1725bac5eae"] {
    padding: 0 20px 20px !important;
    margin-bottom: 40px !important;
    margin-top: 40px !important;
  }
  .tve-theme-1124 .sidebar-section [data-css="tve-u-17299451e08"] {
    float: none;
    padding: 0px !important;
    background-color: transparent !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 20px !important;
  }
  .tve-theme-1124 .sidebar-section [data-css="tve-u-17299ca265f"] {
    float: none;
    max-width: 99px;
    margin-bottom: 20px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    background-color: rgb(255, 255, 255) !important;
    padding: 8px !important;
    background-image: none !important;
  }
  :not(#tve) .tve-theme-1124 .sidebar-section [data-css="tve-u-17299cd57a8"] {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    font-size: 20px !important;
    line-height: 1.3em !important;
    font-weight: var(--g-bold-weight, bold) !important;
    color: var(--tcb-skin-color-3) !important;
    --tcb-applied-color: var$(--tcb-skin-color-3) !important;
  }
  .tve-theme-1124
    .sidebar-section
    [data-css="tve-u-17299d28974"]
    .tcb-button-link {
    border-radius: 185px;
    overflow: hidden;
    letter-spacing: var(--tve-letter-spacing, 2px);
    box-shadow: 0 4px 16px 0 var(--tcb-local-color-3d2c0);
    padding: 16px !important;
    background-color: var(--tcb-local-color-1d30b) !important;
  }
  :not(#tve)
    .tve-theme-1124
    .sidebar-section
    [data-css="tve-u-17299d28974"]
    .tcb-button-link {
    font-size: var(--tve-font-size, 11px) !important;
  }
  .tve-theme-1124 .sidebar-section [data-css="tve-u-17299d28974"] {
    --tve-font-size: 11px;
    --tve-letter-spacing: 2px;
    --tve-font-weight: var(--g-bold-weight, bold);
    --tcb-local-color-48d06: rgb(19, 114, 211);
    --tcb-local-color-bd5e5: rgba(19, 114, 211, 0.2);
    --tcb-local-color-1d30b: var(--tcb-skin-color-0);
    --tcb-local-color-3d2c0: rgba(20, 115, 210, 0.2);
    float: none;
    --tve-text-transform: uppercase;
    --tve-color: rgb(255, 255, 255);
    --tve-applied---tve-color: rgb(255, 255, 255);
    margin: 0 auto !important;
  }
  :not(#tve)
    .tve-theme-1124
    .sidebar-section
    [data-css="tve-u-17299d28974"]
    .tcb-button-link
    span {
    font-weight: var(--tve-font-weight, var(--g-bold-weight, bold));
    text-transform: var(--tve-text-transform, uppercase);
    color: var(--tve-color, rgb(255, 255, 255));
    --tve-applied-color: var$(--tve-color, rgb(255, 255, 255));
    --tcb-applied-color: rgb(255, 255, 255);
  }
  :not(#tve)
    .tve-theme-1124
    .sidebar-section
    [data-css="tve-u-17299d28974"]:hover
    .tcb-button-link {
    box-shadow: 0 14px 40px 0 var(--tcb-local-color-3d2c0) !important;
    background-color: var(--tcb-local-color-1d30b) !important;
  }
  :not(#tve) .tve-theme-1124 .sidebar-section [data-css="tve-u-17299d3b4c7"] {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    font-size: 29px !important;
    color: var(--tcb-skin-color-13) !important;
    --tcb-applied-color: var$(--tcb-skin-color-13) !important;
    line-height: 1em !important;
    font-style: normal !important;
  }
  :not(#tve) .tve-theme-1124 .sidebar-section [data-css="tve-u-17299dac94f"] {
    letter-spacing: 1px;
    padding-bottom: 4px !important;
    margin-bottom: 0px !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
    color: var(--tcb-skin-color-4) !important;
    --tcb-applied-color: var$(--tcb-skin-color-4) !important;
    font-weight: var(--g-bold-weight, bold) !important;
    line-height: 1.3em !important;
  }
  :not(#tve) .tve-theme-1124 .sidebar-section [data-css="tve-u-17299dac951"] {
    letter-spacing: 1px;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    text-transform: none !important;
    font-size: 11px !important;
    color: rgba(0, 0, 0, 0.65) !important;
    --tcb-applied-color: rgba(0, 0, 0, 0.65) !important;
    font-weight: var(--g-regular-weight, normal) !important;
    line-height: 1.3em !important;
  }
  .tve-theme-1124 .sidebar-section [data-css="tve-u-17299dac952"] {
    margin-left: -12px;
    padding: 1px !important;
  }
  .tve-theme-1124 .sidebar-section [data-css="tve-u-17299dac953"] {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1124
    .sidebar-section
    [data-css="tve-u-17299dac952"]
    > .tcb-flex-col
    > .tcb-col {
    justify-content: center;
  }
  .tve-theme-1124
    .sidebar-section
    [data-css="tve-u-17299dac952"]
    > .tcb-flex-col {
    padding-left: 12px;
  }
  .tve-theme-1124 .sidebar-section [data-css="tve-u-17299dac955"] {
    max-width: 36.8%;
  }
  .tve-theme-1124 .sidebar-section [data-css="tve-u-17299dac956"] {
    max-width: 63.2%;
  }
  .tve-theme-1124 .sidebar-section [data-css="tve-u-17299dac964"] {
    padding: 8px !important;
    margin: 0px !important;
  }
  .tve-theme-1124 .sidebar-section [data-css="tve-u-17299dac966"] {
    font-size: 18px;
    width: 18px;
    height: 18px;
    border-radius: 100px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.16);
    padding: 17px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    background-color: transparent !important;
  }
  :not(#tve)
    .tve-theme-1124
    .sidebar-section
    [data-css="tve-u-17299dac966"]
    > :first-child {
    color: var(--tcb-skin-color-4);
  }
  .tve-theme-1124 .sidebar-section [data-css="tve-u-17299dac967"]::after {
    clear: both;
  }
  .tve-theme-1124 .sidebar-section [data-css="tve-u-17299dc406f"] {
    background-color: var(--tcb-skin-color-2) !important;
  }
  .tve-theme-1124 .sidebar-section [data-css="tve-u-17299dd7209"] {
    padding: 8px !important;
    margin: 0 0 8px !important;
  }
  .tve-theme-1124 .sidebar-section [data-css="tve-u-17299ddf06d"] {
    padding: 8px !important;
    margin: 0 0 8px !important;
  }
  .tve-theme-1124 .sidebar-section [data-css="tve-u-17299deb6e1"] {
    font-size: 18px;
    width: 18px;
    height: 18px;
    border-radius: 100px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.16);
    padding: 17px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    background-color: transparent !important;
  }
  :not(#tve)
    .tve-theme-1124
    .sidebar-section
    [data-css="tve-u-17299deb6e1"]
    > :first-child {
    color: var(--tcb-skin-color-4);
  }
  .tve-theme-1124 .sidebar-section [data-css="tve-u-17299dec597"] {
    font-size: 18px;
    width: 18px;
    height: 18px;
    border-radius: 100px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.16);
    padding: 17px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    background-color: transparent !important;
  }
  :not(#tve)
    .tve-theme-1124
    .sidebar-section
    [data-css="tve-u-17299dec597"]
    > :first-child {
    color: var(--tcb-skin-color-4);
  }
  .tve-theme-1124 .sidebar-section [data-css="tve-u-17299e9512b"] {
    margin-left: -12px;
    padding: 1px !important;
  }
  .tve-theme-1124
    .sidebar-section
    [data-css="tve-u-17299e9512b"]
    > .tcb-flex-col
    > .tcb-col {
    justify-content: center;
  }
  .tve-theme-1124
    .sidebar-section
    [data-css="tve-u-17299e9512b"]
    > .tcb-flex-col {
    padding-left: 12px;
  }
  .tve-theme-1124 .sidebar-section [data-css="tve-u-17299e95f26"] {
    margin-left: -12px;
    padding: 1px !important;
  }
  .tve-theme-1124
    .sidebar-section
    [data-css="tve-u-17299e95f26"]
    > .tcb-flex-col
    > .tcb-col {
    justify-content: center;
  }
  .tve-theme-1124
    .sidebar-section
    [data-css="tve-u-17299e95f26"]
    > .tcb-flex-col {
    padding-left: 12px;
  }
  .tve-theme-1124 .sidebar-section [data-css="tve-u-17299e9725b"] {
    margin-left: -12px;
    padding: 1px !important;
  }
  .tve-theme-1124
    .sidebar-section
    [data-css="tve-u-17299e9725b"]
    > .tcb-flex-col
    > .tcb-col {
    justify-content: center;
  }
  .tve-theme-1124
    .sidebar-section
    [data-css="tve-u-17299e9725b"]
    > .tcb-flex-col {
    padding-left: 12px;
  }
  .tve-theme-1124 .sidebar-section [data-css="tve-u-17299e991f6"] {
    font-size: 18px;
    width: 18px;
    height: 18px;
    border-radius: 100px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.16);
    padding: 17px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    background-color: transparent !important;
  }
  :not(#tve)
    .tve-theme-1124
    .sidebar-section
    [data-css="tve-u-17299e991f6"]
    > :first-child {
    color: var(--tcb-skin-color-4);
  }
  :not(#tve) .tve-theme-1124 .sidebar-section [data-css="tve-u-17299ea959f"] {
    letter-spacing: 1px;
    padding-bottom: 4px !important;
    margin-bottom: 0px !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
    color: var(--tcb-skin-color-4) !important;
    --tcb-applied-color: var$(--tcb-skin-color-4) !important;
    font-weight: var(--g-bold-weight, bold) !important;
    line-height: 1.3em !important;
  }
  :not(#tve) .tve-theme-1124 .sidebar-section [data-css="tve-u-17299eaa4a7"] {
    letter-spacing: 1px;
    padding-bottom: 4px !important;
    margin-bottom: 0px !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
    color: var(--tcb-skin-color-4) !important;
    --tcb-applied-color: var$(--tcb-skin-color-4) !important;
    font-weight: var(--g-bold-weight, bold) !important;
    line-height: 1.3em !important;
  }
  :not(#tve) .tve-theme-1124 .sidebar-section [data-css="tve-u-17299eab053"] {
    letter-spacing: 1px;
    padding-bottom: 4px !important;
    margin-bottom: 0px !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
    color: var(--tcb-skin-color-4) !important;
    --tcb-applied-color: var$(--tcb-skin-color-4) !important;
    font-weight: var(--g-bold-weight, bold) !important;
    line-height: 1.3em !important;
  }
  .tve-theme-1124 .sidebar-section [data-css="tve-u-17299ec002b"] {
    padding: 8px !important;
    margin: 0 0 8px !important;
  }
  :not(#tve) .tve-theme-1124 .sidebar-section [data-css="tve-u-172b8a1f92b"] {
    letter-spacing: 1px;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    text-transform: capitalize !important;
    font-size: 11px !important;
    color: rgba(0, 0, 0, 0.65) !important;
    --tcb-applied-color: rgba(0, 0, 0, 0.65) !important;
    font-weight: var(--g-regular-weight, normal) !important;
    line-height: 1.3em !important;
  }
  .tve-theme-1124 .sidebar-section [data-css="tve-u-1725bac5eae"] > .tve-cb {
    display: block;
  }
  .tve-theme-1124 .sidebar-section [data-css="tve-u-17300cf1d4a"]::after {
    clear: both;
  }
  .tve-theme-1124 .sidebar-section [data-css="tve-u-17300cf2408"]::after {
    clear: both;
  }
  .tve-theme-1124 .sidebar-section [data-css="tve-u-17300cf2b1e"]::after {
    clear: both;
  }
  .tve-theme-1124 .sidebar-section [data-css="tve-u-17300cf515e"] {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1124 .sidebar-section [data-css="tve-u-17300cf6848"] {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1124 .sidebar-section [data-css="tve-u-17300cf8049"] {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1124 .sidebar-section [data-css="tve-u-17304aa32b5"] {
    max-width: 36.8%;
  }
  .tve-theme-1124 .sidebar-section [data-css="tve-u-17304aa32b8"] {
    max-width: 63.2%;
  }
  .tve-theme-1124 .sidebar-section [data-css="tve-u-17304aa49a2"] {
    max-width: 36.8%;
  }
  .tve-theme-1124 .sidebar-section [data-css="tve-u-17304aa49a5"] {
    max-width: 63.2%;
  }
  .tve-theme-1124 .sidebar-section [data-css="tve-u-17304aa5040"] {
    max-width: 36.8%;
  }
  .tve-theme-1124 .sidebar-section [data-css="tve-u-17304aa5042"] {
    max-width: 63.2%;
  }
  .tve-theme-1125 #wrapper {
    --header-background-width: 100%;
    --footer-background-width: 100%;
    --top-background-width: 100%;
    --bottom-background-width: 100%;
    background-color: transparent !important;
  }
  .tve-theme-1125 .content-section .account-template-wrapper {
    padding: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1125 .content-section .section-background {
    border-radius: 0;
    overflow: hidden;
    border: medium none;
    background-color: rgb(255, 255, 255) !important;
  }
  .tve-theme-1125 .content-section {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1125 #content {
    padding: 0px !important;
  }
  .tve-theme-1125 .main-container {
    padding: 20px 10px !important;
  }
  .tve-theme-1125 .top-section .section-background {
    background-color: rgb(255, 255, 255) !important;
    background-image: linear-gradient(
      var(--tcb-skin-color-1),
      var(--tcb-skin-color-1)
    ) !important;
    background-size: auto !important;
    background-position: 50% 50% !important;
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
  }
  .tve-theme-1125 .top-section .section-content {
    justify-content: center;
    display: flex;
    flex-direction: column;
    --tve-color: rgb(255, 255, 255);
    min-height: 1px !important;
    padding: 20px !important;
  }
  .tve-theme-1125
    .top-section
    [data-css="tve-u-1725bb57f9f"]
    .thrive-breadcrumb-path
    a {
    --tcb-applied-color: rgba(255, 255, 255, 0.75);
    font-size: var(--tve-font-size, 11px) !important;
    text-transform: var(--tve-text-transform, uppercase) !important;
    letter-spacing: var(--tve-letter-spacing, 1px) !important;
    color: var(--tve-color, rgba(255, 255, 255, 0.75)) !important;
  }
  .tve-theme-1125
    .top-section
    [data-css="tve-u-1725bb57f9f"]
    .thrive-breadcrumb-path {
    --tve-font-size: 11px;
    --tve-text-transform: uppercase;
    --tve-letter-spacing: 1px;
    --tve-color: rgba(255, 255, 255, 0.75);
  }
  .tve-theme-1125
    .top-section
    [data-css="tve-u-1725bb57f9f"]
    .thrive-breadcrumb-leaf
    span {
    --tcb-applied-color: rgb(255, 255, 255);
    font-size: var(--tve-font-size, 11px) !important;
    text-transform: var(--tve-text-transform, uppercase) !important;
    letter-spacing: var(--tve-letter-spacing, 1px) !important;
    color: var(--tve-color, rgb(255, 255, 255)) !important;
  }
  .tve-theme-1125
    .top-section
    [data-css="tve-u-1725bb57f9f"]
    .thrive-breadcrumb-leaf {
    --tve-font-size: 11px;
    --tve-text-transform: uppercase;
    --tve-letter-spacing: 1px;
    --tve-color: rgb(255, 255, 255);
  }
  .tve-theme-1125 .top-section [data-css="tve-u-1725bb57f9f"] {
    padding: 1px !important;
  }
  :not(#tve)
    .tve-theme-1125
    .top-section
    [data-css="tve-u-1725bb57f9f"]
    .thrive-breadcrumb-separator {
    font-size: 10px !important;
    width: 10px !important;
    height: 10px !important;
  }
  :not(#tve)
    .tve-theme-1125
    .top-section
    [data-css="tve-u-1725bb57f9f"]
    .thrive-breadcrumb-path:hover
    a {
    text-decoration: var(--tve-text-decoration, none) !important;
    color: var(--tve-color, var(--tcb-skin-color-3)) !important;
    --tcb-applied-color: var$(--tcb-skin-color-3) !important;
  }
  :not(#tve)
    .tve-theme-1125
    .top-section
    [data-css="tve-u-1725bb57f9f"]
    .thrive-breadcrumb-path:hover {
    --tve-text-decoration: none !important;
    --tve-color: var(--tcb-skin-color-3) !important;
  }
  .tve-theme-1125 .top-section .section-content p,
  .tve-theme-1125 .top-section .section-content li,
  .tve-theme-1125 .top-section .section-content label,
  .tve-theme-1125 .top-section .section-content .tcb-plain-text {
    color: var(--tve-color, rgb(255, 255, 255));
    --tcb-applied-color: rgb(255, 255, 255);
  }
  .tve-theme-1125 .content-section .section-content {
    min-height: 624px !important;
    padding: 20px 10px !important;
  }
  .tve-theme-1125 .bottom-section .section-background {
    background-color: rgb(255, 255, 255) !important;
    background-image:
      linear-gradient(var(--tcb-skin-color-1), var(--tcb-skin-color-1)),
      url(/wp-content/uploads/thrive-theme/images/Simple-top-texture-banner-06_03.jpg) !important;
    background-size: auto, cover !important;
    background-position:
      50% 50%,
      50% 50% !important;
    background-attachment: scroll, scroll !important;
    background-repeat: no-repeat, no-repeat !important;
  }
  .tve-theme-1125 .bottom-section .section-content {
    display: flex;
    flex-direction: column;
    --tve-color: rgb(255, 255, 255);
    min-height: 1px !important;
    padding: 0 20px !important;
  }
  .tve-theme-1125 .bottom-section [data-css="tve-u-17298d7b5c5"] {
    padding: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1125 .bottom-section [data-css="tve-u-17299791844"] {
    margin-left: -4px;
    padding: 0px !important;
  }
  .tve-theme-1125 .bottom-section [data-css="tve-u-17299791c13"] {
    margin: 0px !important;
  }
  .tve-theme-1125
    .bottom-section
    [data-css="tve-u-17299791844"]
    > .tcb-flex-col
    > .tcb-col {
    justify-content: center;
  }
  .tve-theme-1125
    .bottom-section
    [data-css="tve-u-17299791844"]
    > .tcb-flex-col {
    padding-left: 4px;
  }
  .tve-theme-1125 .bottom-section [data-css="tve-u-1729eb915ba"] {
    max-width: 38%;
  }
  .tve-theme-1125 .bottom-section [data-css="tve-u-1729eb91604"] {
    max-width: 18.2%;
  }
  .tve-theme-1125 .bottom-section [data-css="tve-u-1729ebe58a7"] {
    background-image: url(/wp-content/uploads/thrive-theme/images/shapeshift_post_list_image_01-1.jpg) !important;
    background-color: transparent !important;
    background-size: cover !important;
    background-position: 0% 35% !important;
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
  }
  .tve-theme-1125 .bottom-section .section-content p,
  .tve-theme-1125 .bottom-section .section-content li,
  .tve-theme-1125 .bottom-section .section-content label,
  .tve-theme-1125 .bottom-section .section-content .tcb-plain-text {
    color: var(--tve-color, rgb(255, 255, 255));
    --tcb-applied-color: rgb(255, 255, 255);
  }
  :not(#tve) .tve-theme-1125 .bottom-section [data-css="tve-u-1729ed2a2b0"] {
    letter-spacing: 8px;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    text-transform: uppercase !important;
    font-size: 11px !important;
    font-weight: var(--g-bold-weight, bold) !important;
  }
  .tve-theme-1125 .bottom-section [data-css="tve-u-1729ed50302"] {
    max-width: 32.7%;
  }
  .tve-theme-1125 .bottom-section [data-css="tve-u-1729ed942aa"] {
    background-image:
      linear-gradient(var(--tcb-skin-color-8), var(--tcb-skin-color-8)),
      url(/wp-content/uploads/thrive-theme/images/Homepage-Business_gallery3_03.jpg) !important;
    background-size: auto, cover !important;
    background-position:
      50% 50%,
      50% 50% !important;
    background-attachment: scroll, scroll !important;
    background-repeat: no-repeat, no-repeat !important;
  }
  .tve-theme-1125 .bottom-section [data-css="tve-u-1729ed95a7c"] {
    max-width: 11.1%;
  }
  :not(#tve)
    .tve-theme-1125
    .bottom-section
    [data-css="tve-u-1729edd8f24"]:hover
    .tcb-button-link
    span {
    color: var(--tve-color, var(--tcb-local-color-5f9fa)) !important;
    --tcb-applied-color: var$(--tcb-local-color-5f9fa) !important;
  }
  :not(#tve)
    .tve-theme-1125
    .bottom-section
    [data-css="tve-u-1729edd8f24"]:hover {
    --tve-color: var(--tcb-local-color-5f9fa) !important;
  }
  .tve-theme-1125
    .bottom-section
    [data-css="tve-u-1729edd8f24"]
    .tcb-button-link {
    border-top: 1px solid var(--tcb-local-color-5f9fa);
    border-right: 5px solid var(--tcb-local-color-5f9fa);
    border-bottom: 1px solid var(--tcb-local-color-5f9fa);
    border-left: 5px solid var(--tcb-local-color-5f9fa);
    border-image: initial;
    letter-spacing: var(--tve-letter-spacing, 1px);
    background-color: transparent !important;
    padding: 11px !important;
  }
  :not(#tve)
    .tve-theme-1125
    .bottom-section
    [data-css="tve-u-1729edd8f24"]
    .tcb-button-link
    span {
    color: var(--tve-color, var(--tcb-local-color-5f9fa));
    --tcb-applied-color: var$(--tcb-local-color-5f9fa);
    text-transform: var(--tve-text-transform, uppercase);
    font-weight: var(--tve-font-weight, var(--g-bold-weight, bold));
  }
  .tve-theme-1125 .bottom-section [data-css="tve-u-1729edd8f24"] {
    --tve-color: var(--tcb-local-color-5f9fa);
    --tve-text-transform: uppercase;
    --tve-font-size: 11px;
    --tve-letter-spacing: 1px;
    --tve-font-weight: var(--g-bold-weight, bold);
    --tcb-local-color-76ca1: rgba(19, 114, 211, 0.04);
    --tcb-local-color-5f9fa: var(--tcb-skin-color-22);
    --tcb-local-color-89c06: rgba(255, 255, 255, 0.04);
    float: right;
    z-index: 3;
    position: relative;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  :not(#tve)
    .tve-theme-1125
    .bottom-section
    [data-css="tve-u-1729edd8f24"]:hover
    .tcb-button-link {
    background-color: var(--tcb-local-color-89c06) !important;
    border-top: 1px solid var(--tcb-local-color-5f9fa) !important;
    border-bottom: 1px solid var(--tcb-local-color-5f9fa) !important;
    border-left: 5px solid var(--tcb-local-color-5f9fa) !important;
    border-right: 5px solid var(--tcb-local-color-5f9fa) !important;
  }
  .tve-theme-1125
    .bottom-section
    [data-css="tve-u-1729edd8f24"]
    .tcb-button-link::after {
    background-attachment: scroll;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: auto;
    background-color: var(--tcb-local-color-89c06) !important;
  }
  :not(#tve)
    .tve-theme-1125
    .bottom-section
    [data-css="tve-u-1729edd8f24"]
    .tcb-button-link {
    font-size: var(--tve-font-size, 11px) !important;
  }
  .tve-theme-1125 .bottom-section [data-css="tve-u-1729edf9d49"]::after {
    clear: both;
  }
  .tve-theme-1125 .bottom-section [data-css="tve-u-172997a0646"] {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .tve-theme-1125 .bottom-section [data-css="tve-u-1729ee20f38"] {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  :not(#layout) .tve-theme-1125 .main-container {
    --separator-size: 15px;
    --sidebar-size: 27.5%;
  }
  .tve-theme-1125 .sidebar-section .section-background {
    border: medium none;
    background-color: transparent !important;
  }
  .tve-theme-1125 .sidebar-section .section-content {
    padding: 20px 10px !important;
  }
  .tve-theme-1125 .sidebar-section {
    margin: 0px !important;
  }
  .tve-theme-1125 .sidebar-section [data-css="tve-u-1725ba1e54e"] {
    border-radius: 4px;
    overflow: hidden;
    background-color: var(--tcb-skin-color-2) !important;
    background-image: url(/wp-content/uploads/thrive-theme/images/WooCommerce-Sidebar-texture02.jpg) !important;
    border: none !important;
    background-size: cover !important;
    background-position: 50% 50% !important;
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
  }
  .tve-theme-1125 .sidebar-section [data-css="tve-u-1725ba26717"] {
    text-align: center;
    min-height: 185px !important;
  }
  .tve-theme-1125 .sidebar-section [data-css="tve-u-1725bac5eae"] {
    padding: 0 20px 20px !important;
    margin-bottom: 40px !important;
    margin-top: 40px !important;
  }
  .tve-theme-1125 .sidebar-section [data-css="tve-u-17299451e08"] {
    float: none;
    padding: 0px !important;
    background-color: transparent !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 20px !important;
  }
  .tve-theme-1125 .sidebar-section [data-css="tve-u-17299ca265f"] {
    float: none;
    max-width: 99px;
    margin-bottom: 20px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    background-color: rgb(255, 255, 255) !important;
    padding: 8px !important;
    background-image: none !important;
  }
  :not(#tve) .tve-theme-1125 .sidebar-section [data-css="tve-u-17299cd57a8"] {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    font-size: 20px !important;
    line-height: 1.3em !important;
    font-weight: var(--g-bold-weight, bold) !important;
    color: var(--tcb-skin-color-3) !important;
    --tcb-applied-color: var$(--tcb-skin-color-3) !important;
  }
  .tve-theme-1125
    .sidebar-section
    [data-css="tve-u-17299d28974"]
    .tcb-button-link {
    border-radius: 185px;
    overflow: hidden;
    letter-spacing: var(--tve-letter-spacing, 2px);
    box-shadow: 0 4px 16px 0 var(--tcb-local-color-3d2c0);
    padding: 16px !important;
    background-color: var(--tcb-local-color-1d30b) !important;
  }
  :not(#tve)
    .tve-theme-1125
    .sidebar-section
    [data-css="tve-u-17299d28974"]
    .tcb-button-link {
    font-size: var(--tve-font-size, 11px) !important;
  }
  .tve-theme-1125 .sidebar-section [data-css="tve-u-17299d28974"] {
    --tve-font-size: 11px;
    --tve-letter-spacing: 2px;
    --tve-font-weight: var(--g-bold-weight, bold);
    --tcb-local-color-48d06: rgb(19, 114, 211);
    --tcb-local-color-bd5e5: rgba(19, 114, 211, 0.2);
    --tcb-local-color-1d30b: var(--tcb-skin-color-0);
    --tcb-local-color-3d2c0: rgba(20, 115, 210, 0.2);
    float: none;
    --tve-text-transform: uppercase;
    --tve-color: rgb(255, 255, 255);
    --tve-applied---tve-color: rgb(255, 255, 255);
    margin: 0 auto !important;
  }
  :not(#tve)
    .tve-theme-1125
    .sidebar-section
    [data-css="tve-u-17299d28974"]
    .tcb-button-link
    span {
    font-weight: var(--tve-font-weight, var(--g-bold-weight, bold));
    text-transform: var(--tve-text-transform, uppercase);
    color: var(--tve-color, rgb(255, 255, 255));
    --tve-applied-color: var$(--tve-color, rgb(255, 255, 255));
    --tcb-applied-color: rgb(255, 255, 255);
  }
  :not(#tve)
    .tve-theme-1125
    .sidebar-section
    [data-css="tve-u-17299d28974"]:hover
    .tcb-button-link {
    box-shadow: 0 14px 40px 0 var(--tcb-local-color-3d2c0) !important;
    background-color: var(--tcb-local-color-1d30b) !important;
  }
  :not(#tve) .tve-theme-1125 .sidebar-section [data-css="tve-u-17299d3b4c7"] {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    font-size: 29px !important;
    color: var(--tcb-skin-color-13) !important;
    --tcb-applied-color: var$(--tcb-skin-color-13) !important;
    line-height: 1em !important;
    font-style: normal !important;
  }
  :not(#tve) .tve-theme-1125 .sidebar-section [data-css="tve-u-17299dac94f"] {
    letter-spacing: 1px;
    padding-bottom: 4px !important;
    margin-bottom: 0px !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
    color: var(--tcb-skin-color-4) !important;
    --tcb-applied-color: var$(--tcb-skin-color-4) !important;
    font-weight: var(--g-bold-weight, bold) !important;
    line-height: 1.3em !important;
  }
  :not(#tve) .tve-theme-1125 .sidebar-section [data-css="tve-u-17299dac951"] {
    letter-spacing: 1px;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    text-transform: none !important;
    font-size: 11px !important;
    color: rgba(0, 0, 0, 0.65) !important;
    --tcb-applied-color: rgba(0, 0, 0, 0.65) !important;
    font-weight: var(--g-regular-weight, normal) !important;
    line-height: 1.3em !important;
  }
  .tve-theme-1125 .sidebar-section [data-css="tve-u-17299dac952"] {
    margin-left: -12px;
    padding: 1px !important;
  }
  .tve-theme-1125 .sidebar-section [data-css="tve-u-17299dac953"] {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1125
    .sidebar-section
    [data-css="tve-u-17299dac952"]
    > .tcb-flex-col
    > .tcb-col {
    justify-content: center;
  }
  .tve-theme-1125
    .sidebar-section
    [data-css="tve-u-17299dac952"]
    > .tcb-flex-col {
    padding-left: 12px;
  }
  .tve-theme-1125 .sidebar-section [data-css="tve-u-17299dac955"] {
    max-width: 36.8%;
  }
  .tve-theme-1125 .sidebar-section [data-css="tve-u-17299dac956"] {
    max-width: 63.2%;
  }
  .tve-theme-1125 .sidebar-section [data-css="tve-u-17299dac964"] {
    padding: 8px !important;
    margin: 0px !important;
  }
  .tve-theme-1125 .sidebar-section [data-css="tve-u-17299dac966"] {
    font-size: 18px;
    width: 18px;
    height: 18px;
    border-radius: 100px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.16);
    padding: 17px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    background-color: transparent !important;
  }
  :not(#tve)
    .tve-theme-1125
    .sidebar-section
    [data-css="tve-u-17299dac966"]
    > :first-child {
    color: var(--tcb-skin-color-4);
  }
  .tve-theme-1125 .sidebar-section [data-css="tve-u-17299dac967"]::after {
    clear: both;
  }
  .tve-theme-1125 .sidebar-section [data-css="tve-u-17299dc406f"] {
    background-color: var(--tcb-skin-color-2) !important;
  }
  .tve-theme-1125 .sidebar-section [data-css="tve-u-17299dd7209"] {
    padding: 8px !important;
    margin: 0 0 8px !important;
  }
  .tve-theme-1125 .sidebar-section [data-css="tve-u-17299ddf06d"] {
    padding: 8px !important;
    margin: 0 0 8px !important;
  }
  .tve-theme-1125 .sidebar-section [data-css="tve-u-17299deb6e1"] {
    font-size: 18px;
    width: 18px;
    height: 18px;
    border-radius: 100px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.16);
    padding: 17px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    background-color: transparent !important;
  }
  :not(#tve)
    .tve-theme-1125
    .sidebar-section
    [data-css="tve-u-17299deb6e1"]
    > :first-child {
    color: var(--tcb-skin-color-4);
  }
  .tve-theme-1125 .sidebar-section [data-css="tve-u-17299dec597"] {
    font-size: 18px;
    width: 18px;
    height: 18px;
    border-radius: 100px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.16);
    padding: 17px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    background-color: transparent !important;
  }
  :not(#tve)
    .tve-theme-1125
    .sidebar-section
    [data-css="tve-u-17299dec597"]
    > :first-child {
    color: var(--tcb-skin-color-4);
  }
  .tve-theme-1125 .sidebar-section [data-css="tve-u-17299e9512b"] {
    margin-left: -12px;
    padding: 1px !important;
  }
  .tve-theme-1125
    .sidebar-section
    [data-css="tve-u-17299e9512b"]
    > .tcb-flex-col
    > .tcb-col {
    justify-content: center;
  }
  .tve-theme-1125
    .sidebar-section
    [data-css="tve-u-17299e9512b"]
    > .tcb-flex-col {
    padding-left: 12px;
  }
  .tve-theme-1125 .sidebar-section [data-css="tve-u-17299e95f26"] {
    margin-left: -12px;
    padding: 1px !important;
  }
  .tve-theme-1125
    .sidebar-section
    [data-css="tve-u-17299e95f26"]
    > .tcb-flex-col
    > .tcb-col {
    justify-content: center;
  }
  .tve-theme-1125
    .sidebar-section
    [data-css="tve-u-17299e95f26"]
    > .tcb-flex-col {
    padding-left: 12px;
  }
  .tve-theme-1125 .sidebar-section [data-css="tve-u-17299e9725b"] {
    margin-left: -12px;
    padding: 1px !important;
  }
  .tve-theme-1125
    .sidebar-section
    [data-css="tve-u-17299e9725b"]
    > .tcb-flex-col
    > .tcb-col {
    justify-content: center;
  }
  .tve-theme-1125
    .sidebar-section
    [data-css="tve-u-17299e9725b"]
    > .tcb-flex-col {
    padding-left: 12px;
  }
  .tve-theme-1125 .sidebar-section [data-css="tve-u-17299e991f6"] {
    font-size: 18px;
    width: 18px;
    height: 18px;
    border-radius: 100px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.16);
    padding: 17px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    background-color: transparent !important;
  }
  :not(#tve)
    .tve-theme-1125
    .sidebar-section
    [data-css="tve-u-17299e991f6"]
    > :first-child {
    color: var(--tcb-skin-color-4);
  }
  :not(#tve) .tve-theme-1125 .sidebar-section [data-css="tve-u-17299ea959f"] {
    letter-spacing: 1px;
    padding-bottom: 4px !important;
    margin-bottom: 0px !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
    color: var(--tcb-skin-color-4) !important;
    --tcb-applied-color: var$(--tcb-skin-color-4) !important;
    font-weight: var(--g-bold-weight, bold) !important;
    line-height: 1.3em !important;
  }
  :not(#tve) .tve-theme-1125 .sidebar-section [data-css="tve-u-17299eaa4a7"] {
    letter-spacing: 1px;
    padding-bottom: 4px !important;
    margin-bottom: 0px !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
    color: var(--tcb-skin-color-4) !important;
    --tcb-applied-color: var$(--tcb-skin-color-4) !important;
    font-weight: var(--g-bold-weight, bold) !important;
    line-height: 1.3em !important;
  }
  :not(#tve) .tve-theme-1125 .sidebar-section [data-css="tve-u-17299eab053"] {
    letter-spacing: 1px;
    padding-bottom: 4px !important;
    margin-bottom: 0px !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
    color: var(--tcb-skin-color-4) !important;
    --tcb-applied-color: var$(--tcb-skin-color-4) !important;
    font-weight: var(--g-bold-weight, bold) !important;
    line-height: 1.3em !important;
  }
  .tve-theme-1125 .sidebar-section [data-css="tve-u-17299ec002b"] {
    padding: 8px !important;
    margin: 0 0 8px !important;
  }
  :not(#tve) .tve-theme-1125 .sidebar-section [data-css="tve-u-172b8a1f92b"] {
    letter-spacing: 1px;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    text-transform: capitalize !important;
    font-size: 11px !important;
    color: rgba(0, 0, 0, 0.65) !important;
    --tcb-applied-color: rgba(0, 0, 0, 0.65) !important;
    font-weight: var(--g-regular-weight, normal) !important;
    line-height: 1.3em !important;
  }
  .tve-theme-1125 .sidebar-section [data-css="tve-u-1725bac5eae"] > .tve-cb {
    display: block;
  }
  .tve-theme-1125 .sidebar-section [data-css="tve-u-17300cf1d4a"]::after {
    clear: both;
  }
  .tve-theme-1125 .sidebar-section [data-css="tve-u-17300cf2408"]::after {
    clear: both;
  }
  .tve-theme-1125 .sidebar-section [data-css="tve-u-17300cf2b1e"]::after {
    clear: both;
  }
  .tve-theme-1125 .sidebar-section [data-css="tve-u-17300cf515e"] {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1125 .sidebar-section [data-css="tve-u-17300cf6848"] {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1125 .sidebar-section [data-css="tve-u-17300cf8049"] {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1125 .sidebar-section [data-css="tve-u-17304aa32b5"] {
    max-width: 36.8%;
  }
  .tve-theme-1125 .sidebar-section [data-css="tve-u-17304aa32b8"] {
    max-width: 63.2%;
  }
  .tve-theme-1125 .sidebar-section [data-css="tve-u-17304aa49a2"] {
    max-width: 36.8%;
  }
  .tve-theme-1125 .sidebar-section [data-css="tve-u-17304aa49a5"] {
    max-width: 63.2%;
  }
  .tve-theme-1125 .sidebar-section [data-css="tve-u-17304aa5040"] {
    max-width: 36.8%;
  }
  .tve-theme-1125 .sidebar-section [data-css="tve-u-17304aa5042"] {
    max-width: 63.2%;
  }
  .tve-theme-1126 #wrapper {
    --header-background-width: 100%;
    --footer-background-width: 100%;
    --top-background-width: 100%;
    --bottom-background-width: 100%;
  }
  .tve-theme-1126 .main-container {
    padding: 10px !important;
  }
  .tve-theme-1126 .content-section .section-content {
    padding: 20px 10px !important;
    min-height: 490px !important;
  }
  .tve-theme-1126 .content-section .cart-template-wrapper {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1126 .bottom-section .section-background {
    border-top: 1px solid rgb(238, 238, 238);
    background-color: transparent !important;
    background-image: none !important;
  }
  .tve-theme-1126 .bottom-section .section-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    --tve-font-size: 16px;
    --tve-color: rgb(180, 180, 180);
    min-height: 150px !important;
    padding: 40px 20px !important;
  }
  .tve-theme-1126 .bottom-section [data-css="tve-u-172efcf6bbb"] {
    padding: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1126 .bottom-section [data-css="tve-u-172efcfef9d"] {
    padding: 0px !important;
    margin-bottom: 0px !important;
  }
  :not(#tve) .tve-theme-1126 .bottom-section [data-css="tve-u-172efd0243e"] {
    letter-spacing: 2px;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    font-size: 13px !important;
  }
  .tve-theme-1126 .bottom-section [data-css="tve-u-172efd16917"] {
    font-size: 18px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding: 0px !important;
  }
  .tve-theme-1126 .bottom-section .section-content p,
  .tve-theme-1126 .bottom-section .section-content li,
  .tve-theme-1126 .bottom-section .section-content label,
  .tve-theme-1126 .bottom-section .section-content .tcb-plain-text {
    font-size: var(--tve-font-size, 16px);
    color: var(--tve-color, rgb(180, 180, 180));
    --tcb-applied-color: rgb(180, 180, 180);
  }
  .tve-theme-1126 .bottom-section [data-css="tve-u-172efd48fcd"] {
    margin-left: -30px;
    padding: 0px !important;
  }
  .tve-theme-1126 .bottom-section [data-css="tve-u-172efd4931a"] {
    margin: 0px !important;
  }
  .tve-theme-1126
    .bottom-section
    [data-css="tve-u-172efd48fcd"]
    > .tcb-flex-col {
    padding-left: 30px;
  }
  :not(#tve) .tve-theme-1126 .bottom-section [data-css="tve-u-172effbfcc7"] {
    letter-spacing: 1px;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    font-weight: var(--g-bold-weight, bold) !important;
    color: var(--tcb-skin-color-4) !important;
    --tcb-applied-color: var$(--tcb-skin-color-4) !important;
    text-decoration: none !important;
  }
  .tve-theme-1126 .bottom-section [data-css="tve-u-172effc9615"] {
    width: 120px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1126 .bottom-section [data-css="tve-u-172effcd41b"] {
    padding: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1126 .bottom-section [data-css="tve-u-172effd3b15"] {
    max-width: 30.1%;
  }
  .tve-theme-1126 .bottom-section [data-css="tve-u-172effd3b42"] {
    max-width: 45.7%;
  }
  .tve-theme-1126 .bottom-section [data-css="tve-u-172effd3b71"] {
    max-width: 24.2%;
  }
  .tve-theme-1126 .bottom-section [data-css="tve-u-172effd7b3a"] {
    padding: 0px !important;
  }
  .tve-theme-1126 .bottom-section [data-css="tve-u-172effde4b9"] {
    width: 120px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1126 .bottom-section [data-css="tve-u-172effc9615"] img {
    filter: grayscale(100%) blur(0) brightness(100%) sepia(0%) invert(0%)
      saturate(100%) contrast(100%) hue-rotate(0deg);
  }
  .tve-theme-1126 .bottom-section [data-css="tve-u-172effde4b9"] img {
    filter: grayscale(100%) blur(0) brightness(100%) sepia(0%) invert(0%)
      saturate(100%) contrast(100%) hue-rotate(0deg);
  }
  .tve-theme-1126 .bottom-section [data-css="tve-u-172f0040ddd"] {
    padding: 0px !important;
    margin-bottom: 0px !important;
  }
  :not(#tve) .tve-theme-1126 .bottom-section [data-css="tve-u-172f0054e1c"] {
    letter-spacing: 1px;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    font-weight: var(--g-bold-weight, bold) !important;
    color: var(--tcb-skin-color-4) !important;
    --tcb-applied-color: var$(--tcb-skin-color-4) !important;
  }
  :not(#tve) .tve-theme-1126 .bottom-section [data-css="tve-u-172f0055d17"] {
    letter-spacing: 1px;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    font-weight: var(--g-bold-weight, bold) !important;
    color: var(--tcb-skin-color-4) !important;
    --tcb-applied-color: var$(--tcb-skin-color-4) !important;
  }
  .tve-theme-1126 .bottom-section [data-css="tve-u-172f007c6a9"] {
    margin: 0 0 14px !important;
  }
  .tve-theme-1126
    .bottom-section
    [data-css="tve-u-172effd7b3a"]
    > .tcb-flex-col
    > .tcb-col {
    justify-content: center;
  }
  .tve-theme-1126 .bottom-section [data-css="tve-u-172efdd9efd"] {
    padding-left: 40px !important;
    padding-right: 40px !important;
    border-right: none !important;
    border-left: none !important;
  }
  .tve-theme-1126 .bottom-section [data-css="tve-u-172f0ea6432"] {
    font-size: 28px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    background-color: transparent !important;
  }
  .tve-theme-1126
    .bottom-section
    [data-css="tve-u-172f0ea6432"]
    .sr-background {
    fill: var(--tcb-skin-color-8);
  }
  .tve-theme-1126 .bottom-section [data-css="tve-u-172f0ea6432"] .sr-outline {
    fill: var(--tcb-skin-color-18);
  }
  .tve-theme-1126 .bottom-section [data-css="tve-u-172f0ea6432"] .sr-fill {
    fill: var(--tcb-skin-color-0);
  }
  .tve-theme-1126 .bottom-section [data-css="tve-u-172f0ede6ed"] {
    color: var(--tcb-skin-color-0) !important;
  }
  .tve-theme-1126
    .bottom-section
    .thrv-divider[data-css="tve-u-172f0ee9556"]
    .tve_sep {
    border-width: 1px !important;
    border-color: rgb(230, 230, 230) !important;
  }
  .tve-theme-1126 .bottom-section [data-css="tve-u-172f0ee9556"] {
    max-width: 20%;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    margin-bottom: 10px !important;
  }
  .tve-theme-1126 .top-section .section-background {
    background-color: var(--tcb-skin-color-2) !important;
    background-image: none !important;
  }
  .tve-theme-1126 .top-section .section-content {
    display: flex;
    flex-direction: column;
    min-height: 1px !important;
    padding: 0px !important;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c77d3f76"] {
    padding: 12px 20px !important;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c77d3f77"] {
    max-width: 1080px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    background-color: transparent !important;
  }
  :not(#tve) .tve-theme-1126 .top-section [data-css="tve-u-172c77d3f78"] {
    letter-spacing: 2px;
    padding-bottom: 2px !important;
    margin-bottom: 0px !important;
    text-transform: uppercase !important;
    font-size: 11px !important;
    color: var(--tcb-skin-color-4) !important;
    --tcb-applied-color: var$(--tcb-skin-color-4) !important;
    font-weight: var(--g-bold-weight, bold) !important;
    line-height: 1.3em !important;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c77d3f79"] {
    padding: 1px !important;
    margin: 0px !important;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c77d3f7b"] {
    margin-left: -20px;
    padding: 1px !important;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c77d3f7d"] {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1126
    .top-section
    [data-css="tve-u-172c77d3f7b"]
    > .tcb-flex-col
    > .tcb-col {
    justify-content: center;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c77d3f7b"] > .tcb-flex-col {
    padding-left: 20px;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c77d3f7e"] {
    max-width: 28.7%;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c77d3f7f"] {
    max-width: 71.3%;
  }
  :not(#tve) .tve-theme-1126 .top-section [data-css="tve-u-172c77d3f80"] {
    color: inherit !important;
    text-decoration-line: none !important;
    --eff: none !important;
    text-decoration-color: var(--eff-color, currentColor) !important;
  }
  :not(#tve) .tve-theme-1126 .top-section [data-css="tve-u-172c77d3f80"]:hover {
    text-decoration-line: none !important;
    --eff: none !important;
    text-decoration-color: var(--eff-color, currentColor) !important;
    color: rgb(112, 112, 112) !important;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c77d3f82"] {
    padding: 1px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c77d3f83"] {
    padding: 1px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c77d3f84"] {
    max-width: 49.9%;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c77d3f85"] {
    max-width: 50.1%;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c77d3f86"]::after {
    clear: both;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c77d3f87"] {
    margin-left: -21px;
    padding: 1px !important;
  }
  .tve-theme-1126
    .top-section
    [data-css="tve-u-172c77d3f87"]
    > .tcb-flex-col
    > .tcb-col {
    justify-content: center;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c77d3f87"] > .tcb-flex-col {
    padding-left: 21px;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c77d3f88"] {
    max-width: 39.3%;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c77d3f8a"] {
    max-width: 60.7%;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c77d3f8b"]::after {
    clear: both;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c77d3f8c"] {
    margin-left: -20px;
    padding: 1px !important;
  }
  .tve-theme-1126
    .top-section
    [data-css="tve-u-172c77d3f8c"]
    > .tcb-flex-col
    > .tcb-col {
    justify-content: center;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c77d3f8c"] > .tcb-flex-col {
    padding-left: 20px;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c77d3f8d"] {
    float: left;
    z-index: 3;
    position: relative;
    min-width: 251px;
    padding: 1px !important;
    margin: 0px !important;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c77d3f8e"] {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c77d3f8f"] {
    font-size: 20px;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.08);
    float: right;
    z-index: 3;
    position: relative;
    padding: 16px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    background-color: transparent !important;
  }
  :not(#tve)
    .tve-theme-1126
    .top-section
    [data-css="tve-u-172c77d3f8f"]
    > :first-child {
    color: var(--tcb-skin-color-4);
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c77d3f90"]::after {
    clear: both;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c77d3f91"] {
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    width: 16px;
    height: 16px;
    border-radius: 100px;
    overflow: hidden;
    float: right;
    z-index: 3;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 16px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    background-color: transparent !important;
  }
  :not(#tve)
    .tve-theme-1126
    .top-section
    [data-css="tve-u-172c77d3f91"]
    > :first-child {
    color: var(--tcb-skin-color-4);
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c77d3f94"] {
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    width: 16px;
    height: 16px;
    border-radius: 100px;
    overflow: hidden;
    float: right;
    z-index: 3;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 16px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    background-color: transparent !important;
  }
  :not(#tve)
    .tve-theme-1126
    .top-section
    [data-css="tve-u-172c77d3f94"]
    > :first-child {
    color: var(--tcb-skin-color-4);
  }
  :not(#tve) .tve-theme-1126 .top-section [data-css="tve-u-172c77fc740"] {
    letter-spacing: 2px;
    padding-bottom: 2px !important;
    margin-bottom: 0px !important;
    text-transform: uppercase !important;
    font-size: 11px !important;
    color: var(--tcb-skin-color-4) !important;
    --tcb-applied-color: var$(--tcb-skin-color-4) !important;
    font-weight: var(--g-bold-weight, bold) !important;
    line-height: 1.3em !important;
  }
  :not(#tve) .tve-theme-1126 .top-section [data-css="tve-u-172c78228f4"] {
    letter-spacing: 2px;
    padding-bottom: 2px !important;
    margin-bottom: 0px !important;
    text-transform: uppercase !important;
    font-size: 11px !important;
    color: var(--tcb-skin-color-4) !important;
    --tcb-applied-color: var$(--tcb-skin-color-4) !important;
    font-weight: var(--g-bold-weight, bold) !important;
    line-height: 1.3em !important;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c783ce2c"] {
    background-color: rgb(255, 255, 255) !important;
    border-bottom: 1px solid rgb(243, 243, 243) !important;
    border-top: none !important;
  }
  :not(#tve) .tve-theme-1126 .top-section [data-css="tve-u-172c784d60c"] {
    letter-spacing: 4px;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    font-size: 9px !important;
    color: var(--tcb-skin-color-4) !important;
    --tcb-applied-color: var$(--tcb-skin-color-4) !important;
    font-weight: var(--g-regular-weight, normal) !important;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c784f28f"] {
    --tve-text-transform: uppercase;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c785027f"] {
    padding: 0px !important;
    margin: 0px !important;
  }
  :not(#tve) .tve-theme-1126 .top-section [data-css="tve-u-172c784f28f"] p,
  :not(#tve) .tve-theme-1126 .top-section [data-css="tve-u-172c784f28f"] li,
  :not(#tve)
    .tve-theme-1126
    .top-section
    [data-css="tve-u-172c784f28f"]
    blockquote,
  :not(#tve)
    .tve-theme-1126
    .top-section
    [data-css="tve-u-172c784f28f"]
    address,
  :not(#tve)
    .tve-theme-1126
    .top-section
    [data-css="tve-u-172c784f28f"]
    .tcb-plain-text,
  :not(#tve) .tve-theme-1126 .top-section [data-css="tve-u-172c784f28f"] label,
  :not(#tve) .tve-theme-1126 .top-section [data-css="tve-u-172c784f28f"] h1,
  :not(#tve) .tve-theme-1126 .top-section [data-css="tve-u-172c784f28f"] h2,
  :not(#tve) .tve-theme-1126 .top-section [data-css="tve-u-172c784f28f"] h3,
  :not(#tve) .tve-theme-1126 .top-section [data-css="tve-u-172c784f28f"] h4,
  :not(#tve) .tve-theme-1126 .top-section [data-css="tve-u-172c784f28f"] h5,
  :not(#tve) .tve-theme-1126 .top-section [data-css="tve-u-172c784f28f"] h6 {
    text-transform: var(--tve-text-transform, uppercase);
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c79788aa"] {
    padding: 0px !important;
  }
  :not(#tve) .tve-theme-1126 .top-section [data-css="tve-u-172c79b367e"] {
    letter-spacing: 1px;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    text-transform: none !important;
    font-size: 10px !important;
    color: rgba(0, 0, 0, 0.65) !important;
    --tcb-applied-color: rgba(0, 0, 0, 0.65) !important;
    font-weight: var(--g-regular-weight, normal) !important;
    line-height: 1.3em !important;
  }
  :not(#tve) .tve-theme-1126 .top-section [data-css="tve-u-172c79b62ea"] {
    letter-spacing: 1px;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    text-transform: none !important;
    font-size: 10px !important;
    color: rgba(0, 0, 0, 0.65) !important;
    --tcb-applied-color: rgba(0, 0, 0, 0.65) !important;
    font-weight: var(--g-regular-weight, normal) !important;
    line-height: 1.3em !important;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c79ec22c"] {
    color: var(--tcb-skin-color-0) !important;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c7a0f768"] {
    padding: 10px 20px !important;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c7a0fd5e"] {
    float: none;
    margin: 0 auto !important;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c7a25fdd"] {
    margin-left: 0px !important;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c7a2fc1d"] {
    padding: 0px !important;
  }
  :not(#tve) .tve-theme-1126 .top-section [data-css="tve-u-172c7a3cc19"] {
    letter-spacing: 4px;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    font-size: 9px !important;
    color: var(--tcb-skin-color-4) !important;
    --tcb-applied-color: var$(--tcb-skin-color-4) !important;
    font-weight: var(--g-bold-weight, bold) !important;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c7a51825"]::after {
    clear: both;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c7a6d171"] {
    text-align: right;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c7aa3ee4"] {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  :not(#tve) .tve-theme-1126 .top-section [data-css="tve-u-172c7ab049a"] {
    letter-spacing: 1px;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    text-transform: none !important;
    font-size: 10px !important;
    color: rgba(0, 0, 0, 0.65) !important;
    --tcb-applied-color: rgba(0, 0, 0, 0.65) !important;
    font-weight: var(--g-regular-weight, normal) !important;
    line-height: 1.3em !important;
  }
  .tve-theme-1126
    .top-section
    [data-css="tve-u-172c7a0f768"]
    > .tcb-flex-col
    > .tcb-col {
    max-height: 1080px;
  }
  .tve-theme-1126 .sidebar-section .section-background {
    border: medium none;
    background-color: transparent !important;
  }
  .tve-theme-1126 .sidebar-section .section-content {
    text-align: left;
    --tve-color: var(--tcb-skin-color-3);
    padding: 20px 10px !important;
  }
  .tve-theme-1126 .sidebar-section {
    margin: 0px !important;
  }
  .tve-theme-1126 .sidebar-section [data-css="tve-u-172dba0d1d6"] {
    padding: 0px !important;
  }
  .tve-theme-1126 .sidebar-section [data-css="tve-u-172dba3aeee"] {
    font-size: 18px;
    width: 18px;
    height: 18px;
    border-radius: 0;
    overflow: hidden;
    border: none;
    float: left;
    z-index: 3;
    position: relative;
    padding: 6px !important;
    margin: 0 auto 6px !important;
    background-color: transparent !important;
  }
  :not(#tve)
    .tve-theme-1126
    .sidebar-section
    [data-css="tve-u-172dba3aeee"]
    > :first-child {
    color: var(--tcb-skin-color-0);
  }
  .tve-theme-1126 .sidebar-section [data-css="tve-u-172dba3aef2"]::after {
    clear: both;
  }
  :not(#tve) .tve-theme-1126 .sidebar-section [data-css="tve-u-172dba6a799"] {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    font-weight: var(--g-bold-weight, bold) !important;
  }
  .tve-theme-1126 .sidebar-section [data-css="tve-u-172dba6cff2"] {
    padding: 10px 10px 10px 0px !important;
    margin: 0 0 60px !important;
  }
  .tve-theme-1126 .sidebar-section [data-css="tve-u-172dbaca35e"] {
    background-color: rgba(255, 255, 255, 0.7) !important;
    border: none !important;
  }
  .tve-theme-1126 .sidebar-section [data-css="tve-u-172dbaec183"] {
    padding: 10px 10px 10px 0px !important;
    margin: 0 0 8px !important;
  }
  .tve-theme-1126 .sidebar-section [data-css="tve-u-172dbafa3d4"] {
    padding: 10px 10px 10px 0px !important;
    margin: 0px !important;
  }
  .tve-theme-1126 .sidebar-section [data-css="tve-u-172dbc577c3"] {
    font-size: 18px;
    width: 18px;
    height: 18px;
    border-radius: 0;
    overflow: hidden;
    border: none;
    float: left;
    z-index: 3;
    position: relative;
    padding: 6px !important;
    margin: 0 auto 6px !important;
    background-color: transparent !important;
  }
  :not(#tve)
    .tve-theme-1126
    .sidebar-section
    [data-css="tve-u-172dbc577c3"]
    > :first-child {
    color: var(--tcb-skin-color-0);
  }
  .tve-theme-1126 .sidebar-section [data-css="tve-u-172dbc577c7"]::after {
    clear: both;
  }
  .tve-theme-1126 .sidebar-section [data-css="tve-u-172dbc58322"] {
    font-size: 18px;
    width: 18px;
    height: 18px;
    border-radius: 0;
    overflow: hidden;
    border: none;
    float: left;
    z-index: 3;
    position: relative;
    padding: 6px !important;
    margin: 0 auto 6px !important;
    background-color: transparent !important;
  }
  :not(#tve)
    .tve-theme-1126
    .sidebar-section
    [data-css="tve-u-172dbc58322"]
    > :first-child {
    color: var(--tcb-skin-color-0);
  }
  .tve-theme-1126 .sidebar-section [data-css="tve-u-172dbc58325"]::after {
    clear: both;
  }
  .tve-theme-1126 .sidebar-section [data-css="tve-u-172dbc67291"] {
    width: 500px;
    margin-top: 0px !important;
    margin-bottom: 20px !important;
  }
  .tve-theme-1126
    .sidebar-section
    [data-css="tve-u-172dbc67291"]
    .tve_image_frame {
    height: 100%;
  }
  .tve-theme-1126 .sidebar-section [data-css="tve-u-172dbf27d6c"] {
    margin-left: -75px;
    width: 153% !important;
    max-width: none !important;
  }
  .tve-theme-1126 .sidebar-section [data-css="tve-u-172dbf7020d"] {
    background-color: rgba(255, 255, 255, 0.7) !important;
    border: none !important;
  }
  .tve-theme-1126 .sidebar-section [data-css="tve-u-172dbf7277b"] {
    background-color: rgba(255, 255, 255, 0.7) !important;
    border-top: 1px solid var(--tcb-skin-color-8) !important;
    border-right: none !important;
    border-bottom: 1px solid var(--tcb-skin-color-8) !important;
    border-left: none !important;
    border-image: initial !important;
  }
  .tve-theme-1126 .sidebar-section .section-content p,
  .tve-theme-1126 .sidebar-section .section-content li,
  .tve-theme-1126 .sidebar-section .section-content label,
  .tve-theme-1126 .sidebar-section .section-content .tcb-plain-text {
    color: var(--tve-color, var(--tcb-skin-color-3));
    --tcb-applied-color: var$(--tcb-skin-color-3);
  }
  :not(#tve) .tve-theme-1126 .sidebar-section [data-css="tve-u-172dbfdbc6b"] {
    font-weight: var(--g-bold-weight, bold) !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
  }
  :not(#tve) .tve-theme-1126 .sidebar-section [data-css="tve-u-172dbfdcaa3"] {
    font-weight: var(--g-regular-weight, normal) !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    font-size: 14px !important;
  }
  .tve-theme-1126 .sidebar-section [data-css="tve-u-172dbfe8133"] {
    margin-bottom: 20px !important;
  }
  :not(#tve) .tve-theme-1126 .sidebar-section [data-css="tve-u-172dbfef203"] {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    font-weight: var(--g-bold-weight, bold) !important;
  }
  :not(#tve) .tve-theme-1126 .sidebar-section [data-css="tve-u-172dbfefba8"] {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    font-weight: var(--g-bold-weight, bold) !important;
  }
  .tve-theme-1126 .sidebar-section [data-css="tve-u-172dbff6940"] {
    margin-bottom: 10px !important;
  }
  .tve-theme-1126
    .sidebar-section
    [data-css="tve-u-172dc03af13"]
    .tcb-button-link {
    letter-spacing: var(--tve-letter-spacing, 1px);
    border: 1px solid var(--tcb-local-color-f8570);
    background-color: transparent !important;
    padding: 11px !important;
  }
  :not(#tve)
    .tve-theme-1126
    .sidebar-section
    [data-css="tve-u-172dc03af13"]
    .tcb-button-link
    span {
    font-weight: var(--tve-font-weight, var(--g-regular-weight, normal));
    color: var(--tve-color, var(--tcb-local-color-f8570));
    --tcb-applied-color: var$(--tcb-local-color-f8570);
  }
  .tve-theme-1126 .sidebar-section [data-css="tve-u-172dc03af13"] {
    --tve-font-weight: var(--g-regular-weight, normal);
    --tve-letter-spacing: 1px;
    --tve-color: var(--tcb-local-color-f8570);
    --tcb-local-color-ef6da: rgb(19, 114, 211);
    --tve-font-size: 13px;
    float: left;
    z-index: 3;
    position: relative;
    --tcb-local-color-f8570: var(--tcb-skin-color-0) !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  :not(#tve)
    .tve-theme-1126
    .sidebar-section
    [data-css="tve-u-172dc03af13"]:hover
    .tcb-button-link {
    border: 1px solid var(--tcb-local-color-f8570) !important;
    background-color: transparent !important;
    background-image: linear-gradient(
      var(--tcb-local-color-f8570),
      var(--tcb-local-color-f8570)
    ) !important;
    background-size: auto !important;
    background-position: 50% 50% !important;
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
  }
  .tve-theme-1126
    .sidebar-section
    [data-css="tve-u-172dc03af13"]
    .tcb-button-link::after {
    background-color: transparent !important;
    background-image: linear-gradient(
      var(--tcb-local-color-f8570),
      var(--tcb-local-color-f8570)
    ) !important;
    background-size: auto !important;
    background-position: 50% 50% !important;
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
  }
  :not(#tve)
    .tve-theme-1126
    .sidebar-section
    [data-css="tve-u-172dc03af13"]:hover
    .tcb-button-link
    span {
    color: var(--tve-color, rgb(255, 255, 255)) !important;
    --tcb-applied-color: rgb(255, 255, 255) !important;
  }
  :not(#tve)
    .tve-theme-1126
    .sidebar-section
    [data-css="tve-u-172dc03af13"]:hover {
    --tve-color: rgb(255, 255, 255) !important;
  }
  :not(#tve)
    .tve-theme-1126
    .sidebar-section
    [data-css="tve-u-172dc03e2dd"]
    textarea,
  :not(#tve)
    .tve-theme-1126
    .sidebar-section
    [data-css="tve-u-172dc03e2dd"]
    input {
    border: none;
    border-radius: 0;
    overflow: hidden;
    background-color: rgb(248, 249, 250) !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    padding: 14px 8px !important;
  }
  :not(#tve)
    .tve-theme-1126
    .sidebar-section
    [data-css="tve-u-172dc03e2dd"]
    input,
  :not(#tve)
    .tve-theme-1126
    .sidebar-section
    [data-css="tve-u-172dc03e2dd"]
    select,
  :not(#tve)
    .tve-theme-1126
    .sidebar-section
    [data-css="tve-u-172dc03e2dd"]
    textarea,
  :not(#tve)
    .tve-theme-1126
    .sidebar-section
    [data-css="tve-u-172dc03e2dd"]
    ::placeholder {
    --tcb-applied-color: var$(--tcb-skin-color-5);
    font-size: var(--tve-font-size, 11px);
    letter-spacing: var(--tve-letter-spacing, 1px);
    color: var(--tve-color, var(--tcb-skin-color-5)) !important;
  }
  .tve-theme-1126 .sidebar-section [data-css="tve-u-172dc03e2dd"] {
    --tve-color: var(--tcb-skin-color-5);
    --tve-font-size: 11px;
    --tve-letter-spacing: 1px;
  }
  :not(#tve) .tve-theme-1126 .sidebar-section [data-css="tve-u-172dc049543"] {
    font-size: 10px !important;
    font-style: italic !important;
    color: var(--tcb-skin-color-13) !important;
    --tcb-applied-color: var$(--tcb-skin-color-13) !important;
  }
  .tve-theme-1126 .sidebar-section [data-css="tve-u-172dc04955d"] {
    --tcb-applied-color: var$(--tcb-skin-color-13) !important;
  }
  :not(#tve)
    .tve-theme-1126
    .sidebar-section
    [data-css="tve-u-172dc03af13"]
    .tcb-button-link {
    font-size: var(--tve-font-size, 13px) !important;
  }
  .tve-theme-1126 .sidebar-section [data-css="tve-u-172dc0619e9"]::after {
    clear: both;
  }
  :not(#tve) .tve-theme-1126 .sidebar-section [data-css="tve-u-172dc077b56"] {
    letter-spacing: 1px;
    font-weight: var(--g-regular-weight, normal) !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    font-size: 13px !important;
    color: var(--tcb-skin-color-5) !important;
    --tcb-applied-color: var$(--tcb-skin-color-5) !important;
  }
  :not(#tve) .tve-theme-1126 .sidebar-section [data-css="tve-u-172dc081fc8"] {
    font-weight: var(--g-bold-weight, bold) !important;
    padding-bottom: 16px !important;
    margin-bottom: 0px !important;
  }
  :not(#tve)
    .tve-theme-1126
    .sidebar-section
    :not(#tve)
    [data-css="tve-u-172dc03e2dd"]:hover
    input,
  :not(#tve)
    .tve-theme-1126
    .sidebar-section
    :not(#tve)
    [data-css="tve-u-172dc03e2dd"]:hover
    select,
  :not(#tve)
    .tve-theme-1126
    .sidebar-section
    :not(#tve)
    [data-css="tve-u-172dc03e2dd"]:hover
    textarea,
  :not(#tve)
    .tve-theme-1126
    .sidebar-section
    :not(#tve)
    [data-css="tve-u-172dc03e2dd"]:hover
    ::placeholder {
    color: var(--tve-color, var(--tcb-skin-color-3)) !important;
    --tcb-applied-color: var$(--tcb-skin-color-3) !important;
  }
  :not(#tve)
    .tve-theme-1126
    .sidebar-section
    [data-css="tve-u-172dc03e2dd"]:hover {
    --tve-color: var(--tcb-skin-color-3) !important;
  }
  :not(#tve)
    .tve-theme-1126
    .sidebar-section
    :not(#tve)
    [data-css="tve-u-172dc03e2dd"]:hover
    input,
  :not(#tve)
    .tve-theme-1126
    .sidebar-section
    :not(#tve)
    [data-css="tve-u-172dc03e2dd"]:hover
    select,
  :not(#tve)
    .tve-theme-1126
    .sidebar-section
    :not(#tve)
    [data-css="tve-u-172dc03e2dd"]:hover
    textarea {
    background-color: rgb(249, 249, 249) !important;
  }
  :not(#tve)
    .tve-theme-1126
    .sidebar-section
    [data-css="tve-u-172dc03e2dd"]
    input,
  :not(#tve)
    .tve-theme-1126
    .sidebar-section
    [data-css="tve-u-172dc03e2dd"]
    select,
  :not(#tve)
    .tve-theme-1126
    .sidebar-section
    [data-css="tve-u-172dc03e2dd"]
    textarea {
    background-color: rgb(248, 248, 248) !important;
  }
  .tve-theme-1126 .sidebar-section [data-css="tve-u-172dc0acc2e"] {
    margin-bottom: 60px !important;
  }
  .tve-theme-1126 .sidebar-section [data-css="tve-u-172dc0b3b1e"] {
    margin-bottom: 0px !important;
  }
  :not(#tve) .tve-theme-1126 .sidebar-section [data-css="tve-u-172dc0b4589"] {
    font-weight: var(--g-bold-weight, bold) !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1126
    .sidebar-section
    [data-css="tve-u-172dc0bb92c"]
    .tve_social_items {
    font-size: 8px !important;
  }
  .tve-theme-1126 .sidebar-section [data-css="tve-u-17300ac8dc8"] {
    margin-bottom: 10px !important;
  }
  .tve-theme-1126 .sidebar-section [data-css="tve-u-172dc0bb92c"] {
    margin-bottom: 0px !important;
  }
  .tve-theme-1126 .content-section [data-css="tve-u-17309be5366"] {
    padding-left: 27px !important;
  }
  :not(#tve) .tve-theme-1126 .content-section [data-css="tve-u-17309bf6363"] {
    padding-bottom: 7px !important;
    margin-bottom: 0px !important;
  }
}
@media (max-width: 1023px) {
  .tve-theme-1154 .content-section .section-content {
    padding-top: 0px !important;
  }
  .tve-theme-1154 #content {
    padding: 0px !important;
  }
  .tve-theme-1154 .bottom-section [data-css="tve-u-16ecb84bb32"] {
    font-size: 16px;
    width: 16px;
    height: 16px;
  }
  .tve-theme-1154 .bottom-section [data-css="tve-u-16ecb84bb34"] {
    font-size: 16px;
    width: 16px;
    height: 16px;
  }
  .tve-theme-1154 .bottom-section [data-css="tve-u-16ecb84bb35"] {
    font-size: 16px;
    width: 16px;
    height: 16px;
  }
  .tve-theme-1154 .bottom-section [data-css="tve-u-16ecb84bb33"] {
    font-size: 16px;
    width: 16px;
    height: 16px;
  }
  .tve-theme-1154 .bottom-section [data-css="tve-u-16ecb84bb31"] {
    flex-wrap: nowrap !important;
  }
  .tve-theme-1154 .bottom-section [data-css="tve-u-16ecb84bb2b"] {
    flex-flow: row wrap !important;
  }
  .tve-theme-1154 .bottom-section [data-css="tve-u-16ecb84bb2b"] .tcb-flex-col {
    flex-basis: 601px !important;
  }
  .tve-theme-1154 .bottom-section [data-css="tve-u-16ecb84bb2a"] {
    text-align: center;
  }
  .tve-theme-1154 .bottom-section [data-css="tve-u-16ecb8c4f33"] {
    text-align: center;
    padding-bottom: 0px !important;
  }
  .tve-theme-1154 .bottom-section [data-css="tve-u-16ecb85991f"] {
    width: 229px;
  }
  .tve-theme-1154 .bottom-section [data-css="tve-u-16ecb85ac30"] {
    height: 255px !important;
  }
  :not(#tve) .tve-theme-1154 .bottom-section [data-css="tve-u-16ecb8b9f08"] {
    padding-bottom: 15px !important;
    margin-bottom: 0px !important;
    font-size: 61px !important;
  }
  .tve-theme-1154 .bottom-section [data-css="tve-u-16ecb84bb26"] {
    padding-bottom: 50px !important;
  }
  .tve-theme-1154 .top-section [data-css="tve-u-16ef9f87900"] {
    min-height: 290px !important;
  }
  .tve-theme-1154 .top-section [data-css="tve-u-16efa024586"] {
    max-width: 646px;
  }
  .tve-theme-1157 .top-section .section-content {
    min-height: 600px !important;
    padding: 40px !important;
  }
  .tve-theme-1157 .content-section .section-content {
    padding: 20px !important;
    min-height: 828px !important;
  }
  .tve-theme-1157 #content {
    padding: 0px !important;
  }
  .tve-theme-1157 .bottom-section [data-css="tve-u-16ecb84bb32"] {
    font-size: 16px;
    width: 16px;
    height: 16px;
  }
  .tve-theme-1157 .bottom-section [data-css="tve-u-16ecb84bb34"] {
    font-size: 16px;
    width: 16px;
    height: 16px;
  }
  .tve-theme-1157 .bottom-section [data-css="tve-u-16ecb84bb35"] {
    font-size: 16px;
    width: 16px;
    height: 16px;
  }
  .tve-theme-1157 .bottom-section [data-css="tve-u-16ecb84bb33"] {
    font-size: 16px;
    width: 16px;
    height: 16px;
  }
  .tve-theme-1157 .bottom-section [data-css="tve-u-16ecb84bb31"] {
    flex-wrap: nowrap !important;
  }
  .tve-theme-1157 .bottom-section [data-css="tve-u-16ecb84bb2b"] {
    flex-flow: row wrap !important;
  }
  .tve-theme-1157 .bottom-section [data-css="tve-u-16ecb84bb2b"] .tcb-flex-col {
    flex-basis: 601px !important;
  }
  .tve-theme-1157 .bottom-section [data-css="tve-u-16ecb84bb2a"] {
    text-align: center;
  }
  .tve-theme-1157 .bottom-section [data-css="tve-u-16ecb8c4f33"] {
    text-align: center;
    padding-bottom: 0px !important;
  }
  .tve-theme-1157 .bottom-section [data-css="tve-u-16ecb85991f"] {
    width: 229px;
  }
  .tve-theme-1157 .bottom-section [data-css="tve-u-16ecb85ac30"] {
    height: 255px !important;
  }
  :not(#tve) .tve-theme-1157 .bottom-section [data-css="tve-u-16ecb8b9f08"] {
    padding-bottom: 15px !important;
    margin-bottom: 0px !important;
    font-size: 61px !important;
  }
  .tve-theme-1157 .bottom-section [data-css="tve-u-16ecb84bb26"] {
    padding-bottom: 50px !important;
  }
  .tve-theme-1157 .content-section [data-css="tve-u-16eff79dd19"] {
    width: 330px;
  }
  .tve-theme-1157 .content-section [data-css="tve-u-16eff810185"] {
    flex-wrap: wrap !important;
  }
  .tve-theme-1157
    .content-section
    [data-css="tve-u-16eff810185"]
    .tcb-flex-col {
    flex-basis: 519px !important;
  }
  .tve-theme-1157 .content-section [data-css="tve-u-16eff851c70"] {
    padding: 60px !important;
  }
  .tve-theme-1157 .main-container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .tve-theme-1159 .main-container {
    padding: 20px !important;
  }
  :not(#layout) .tve-theme-1159 .main-container {
    flex-wrap: wrap;
  }
  :not(#layout) .tve-theme-1159 .main-container div.main-columns-separator {
    width: 100%;
  }
  .tve-theme-1159 .bottom-section .section-content {
    padding: 40px !important;
  }
  :not(#tve) .tve-theme-1159 .bottom-section [data-css="tve-u-170773f37b8"] {
    max-width: 50%;
    width: 50%;
  }
  .tve-theme-1159 .top-section .section-content {
    min-height: 250px !important;
    padding: 40px !important;
  }
  .tve-theme-1159 .top-section [data-css="tve-u-170876bfa68"] {
    min-width: 70%;
  }
  .tve-theme-1159 .top-section .thrive-breadcrumbs {
    justify-content: center !important;
  }
  .tve-theme-1159 .content-section #main .post-wrapper.thrv_wrapper {
    width: calc((100% - 0px) / 1);
  }
  .tve-theme-1159
    .content-section
    #main
    [data-css="tve-u-17067dadc9a"]
    > .tcb-flex-col {
    padding-left: 20px;
  }
  .tve-theme-1159 .content-section #main [data-css="tve-u-17067dadc9a"] {
    margin-left: -20px;
  }
  .tve-theme-1159 .content-section #main [data-css="tve-u-17067e18185"] {
    --tve-font-size: 14px;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
  }
  .tve-theme-1159
    .content-section
    #main
    .post-wrapper.thrv_wrapper:nth-child(n + 2) {
    margin-top: 60px !important;
  }
  .tve-theme-1159
    .content-section
    #main
    .post-wrapper.thrv_wrapper:not(:nth-child(n + 2)) {
    margin-top: 0px !important;
  }
  .tve-theme-1159
    .content-section
    #main
    .post-wrapper.thrv_wrapper:nth-child(n) {
    margin-right: 0px !important;
  }
  .tve-theme-1159 .content-section .section-content {
    padding: 20px !important;
  }
  .tve-theme-1159 .content-section #main {
    margin-bottom: 30px !important;
  }
  :not(#tve)
    .tve-theme-1159
    .content-section
    #main
    [data-css="tve-u-17067dadca4"]
    .tcb-button-link {
    font-size: var(--tve-font-size, 11px) !important;
  }
  .tve-theme-1159 .content-section #main [data-css="tve-u-17067dadca4"] {
    --tve-font-size: 11px;
    --tve-letter-spacing: 2px;
  }
  .tve-theme-1159
    .content-section
    #main
    [data-css="tve-u-17067dadca4"]
    .tcb-button-link {
    letter-spacing: var(--tve-letter-spacing, 2px);
  }
  :not(#tve)
    .tve-theme-1159
    .content-section
    #main
    [data-css="tve-u-1712fa74dda"] {
    padding-bottom: 8px !important;
    margin-bottom: 0px !important;
    font-size: 24px !important;
  }
  .tve-theme-1159 .content-section #main [data-css="tve-u-171300196c7"] {
    max-width: 49.6%;
  }
  .tve-theme-1159 .content-section #main [data-css="tve-u-1713001975b"] {
    max-width: 50.4%;
  }
  .tve-theme-1159 .content-section #main [data-css="tve-u-17067dadca1"] {
    padding: 0px !important;
  }
  :not(#tve)
    .tve-theme-1159
    .content-section
    #main
    [data-css="tve-u-1713ad48a8f"] {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
  }
  :not(#tve)
    .tve-theme-1159
    .content-section
    #main
    [data-css="tve-u-17067e18185"]
    p,
  :not(#tve)
    .tve-theme-1159
    .content-section
    #main
    [data-css="tve-u-17067e18185"]
    a,
  :not(#tve)
    .tve-theme-1159
    .content-section
    #main
    [data-css="tve-u-17067e18185"]
    ul,
  :not(#tve)
    .tve-theme-1159
    .content-section
    #main
    [data-css="tve-u-17067e18185"]
    ul
    > li,
  :not(#tve)
    .tve-theme-1159
    .content-section
    #main
    [data-css="tve-u-17067e18185"]
    ol,
  :not(#tve)
    .tve-theme-1159
    .content-section
    #main
    [data-css="tve-u-17067e18185"]
    ol
    > li,
  :not(#tve)
    .tve-theme-1159
    .content-section
    #main
    [data-css="tve-u-17067e18185"]
    h1,
  :not(#tve)
    .tve-theme-1159
    .content-section
    #main
    [data-css="tve-u-17067e18185"]
    h2,
  :not(#tve)
    .tve-theme-1159
    .content-section
    #main
    [data-css="tve-u-17067e18185"]
    h3,
  :not(#tve)
    .tve-theme-1159
    .content-section
    #main
    [data-css="tve-u-17067e18185"]
    h4,
  :not(#tve)
    .tve-theme-1159
    .content-section
    #main
    [data-css="tve-u-17067e18185"]
    h5,
  :not(#tve)
    .tve-theme-1159
    .content-section
    #main
    [data-css="tve-u-17067e18185"]
    h6,
  :not(#tve)
    .tve-theme-1159
    .content-section
    #main
    [data-css="tve-u-17067e18185"]
    blockquote
    > p,
  :not(#tve)
    .tve-theme-1159
    .content-section
    #main
    [data-css="tve-u-17067e18185"]
    pre {
    font-size: var(--tve-font-size, 14px);
  }
  .tve-theme-1159 .content-section #main [data-css="tve-u-1713b063dfd"] {
    padding: 8px !important;
  }
  .tve-theme-1159
    .content-section
    #main
    .thrv-content-box
    [data-css="tve-u-1713b066e09"] {
    min-height: 190px !important;
  }
  .tve-theme-1159 .content-section #main [data-css="tve-u-1713b084332"] {
    top: 8px;
    right: 8px;
    margin-left: 8px !important;
  }
  .tve-theme-1159
    .content-section
    [data-css="tve-u-1713b0ed161"]
    .tcb-button-link {
    padding: 16px !important;
  }
  .tve-theme-1159 .sidebar-section .section-content {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .tve-theme-1159 .sidebar-section {
    margin: 0px !important;
  }
  .tve-theme-1159 .sidebar-section [data-css="tve-u-1702012ffdb"] {
    margin-bottom: 0px !important;
  }
  .tve-theme-1127 .content-section .section-content {
    padding: 10px !important;
  }
  .tve-theme-1127 .main-container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .tve-theme-1127 .sidebar-section .section-content {
    padding: 20px 10px !important;
  }
  .tve-theme-1127 .sidebar-section {
    margin: 0px !important;
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-17299e48a73"] {
    padding: 14px !important;
    margin-bottom: 20px !important;
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-17299e35340"] {
    min-height: 214px !important;
  }
  :not(#tve) .tve-theme-1127 .sidebar-section [data-css="tve-u-172b7671fb8"] {
    line-height: 1.4em !important;
    font-size: 13px !important;
  }
  :not(#tve) .tve-theme-1127 .sidebar-section [data-css="tve-u-172b76497d1"] {
    font-size: 18px !important;
  }
  :not(#tve) .tve-theme-1127 .sidebar-section [data-css="tve-u-172b76407f7"] {
    font-size: 13px !important;
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-172b7ca12b5"] {
    font-size: 14px;
    width: 14px;
    height: 14px;
    padding: 1px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-172b80e7163"] {
    font-size: 14px;
    width: 14px;
    height: 14px;
    float: none;
    padding: 1px !important;
    margin: 0 auto !important;
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-172b80e7ca1"] {
    font-size: 14px;
    width: 14px;
    height: 14px;
    padding: 1px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-172b80e88dd"] {
    font-size: 14px;
    width: 14px;
    height: 14px;
    padding: 1px !important;
    margin-bottom: 0px !important;
  }
  :not(#tve) .tve-theme-1127 .sidebar-section [data-css="tve-u-172b7e67c6b"] {
    font-size: 29px !important;
  }
  :not(#tve) .tve-theme-1127 .sidebar-section [data-css="tve-u-172b7e61433"] {
    font-size: 15px !important;
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-17300a709f7"] {
    float: none;
    max-width: 300px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-17300a72740"] {
    float: none;
    max-width: 300px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-172b7f47fad"] {
    float: none;
    max-width: 300px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-172b80eb868"] {
    float: none;
    max-width: 300px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-1725ba26717"] {
    min-height: 236px !important;
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-172b7e77368"] {
    top: 49px;
    left: 93px;
    width: 50px;
  }
  :not(#tve) .tve-theme-1127 .sidebar-section [data-css="tve-u-172b82ea868"] {
    font-size: 18px !important;
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-172b82d4946"] {
    font-size: 14px;
    width: 14px;
    height: 14px;
    padding: 14px !important;
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-172b8587465"] {
    margin-bottom: 20px !important;
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-1725bac5eae"] {
    padding: 14px !important;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
  }
  :not(#tve)
    .tve-theme-1127
    .sidebar-section
    [data-css="tve-u-172b7e89de8"]
    input,
  :not(#tve)
    .tve-theme-1127
    .sidebar-section
    [data-css="tve-u-172b7e89de8"]
    select,
  :not(#tve)
    .tve-theme-1127
    .sidebar-section
    [data-css="tve-u-172b7e89de8"]
    textarea,
  :not(#tve)
    .tve-theme-1127
    .sidebar-section
    [data-css="tve-u-172b7e89de8"]
    ::placeholder {
    font-size: var(--tve-font-size, 9px);
    letter-spacing: var(--tve-letter-spacing, 1px);
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-172b7e89de8"] {
    --tve-font-size: 9px;
    --tve-letter-spacing: 1px;
  }
  :not(#tve)
    .tve-theme-1127
    .sidebar-section
    [data-css="tve-u-172b8598fb7"]
    .tcb-button-link {
    font-size: var(--tve-font-size, 9px) !important;
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-172b8598fb7"] {
    --tve-font-size: 9px;
  }
  :not(#tve)
    .tve-theme-1127
    .sidebar-section
    [data-css="tve-u-172b82c3483"]
    .tcb-button-link {
    font-size: var(--tve-font-size, 12px) !important;
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-172b82c3483"] {
    --tve-font-size: 12px;
  }
  .tve-theme-1127
    .sidebar-section
    [data-css="tve-u-172b82c3483"]
    .tcb-button-link {
    padding: 12px 14px !important;
  }
  .tve-theme-1127 .bottom-section [data-css="tve-u-172f0121a55"] {
    flex-wrap: wrap !important;
  }
  .tve-theme-1127 .bottom-section [data-css="tve-u-172f0121a57"] {
    width: 100%;
  }
  .tve-theme-1127
    .bottom-section
    [data-css="tve-u-172f0121a55"]
    > .tcb-flex-col {
    flex-basis: 250px !important;
  }
  .tve-theme-1127 .bottom-section .section-content {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .tve-theme-1127 .bottom-section [data-css="tve-u-172f0349550"] {
    margin-right: 10px !important;
  }
  :not(#tve) .tve-theme-1127 .bottom-section [data-css="tve-u-172f03d7ad8"] {
    font-size: 12px !important;
  }
  :not(#tve) .tve-theme-1127 .bottom-section [data-css="tve-u-172f03e596c"] {
    font-size: 9px !important;
  }
  .tve-theme-1127 .bottom-section [data-css="tve-u-172f04a8abc"] {
    margin-right: 10px !important;
  }
  .tve-theme-1127 .bottom-section [data-css="tve-u-172f04bd161"] {
    margin-right: 10px !important;
  }
  :not(#tve) .tve-theme-1127 .bottom-section [data-css="tve-u-172f04c2dbf"] {
    font-size: 12px !important;
  }
  :not(#tve) .tve-theme-1127 .bottom-section [data-css="tve-u-172f04c38b5"] {
    font-size: 12px !important;
  }
  .tve-theme-1127 .bottom-section [data-css="tve-u-172f04d4a7b"] {
    margin-bottom: 14px !important;
  }
  .tve-theme-1127
    .bottom-section
    [data-css="tve-u-172f04e38b8"]
    > .tcb-flex-col {
    padding-left: 15px;
  }
  .tve-theme-1127 .bottom-section [data-css="tve-u-172f04e38b8"] {
    margin-left: -15px;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c77d3f76"] {
    flex-wrap: nowrap !important;
    padding: 8px 40px !important;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c77d3f77"] {
    width: 100%;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c7a0fd5e"] {
    max-width: 100%;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c784f28f"] p,
  .tve-theme-1127 .top-section [data-css="tve-u-172c784f28f"] li,
  .tve-theme-1127 .top-section [data-css="tve-u-172c784f28f"] blockquote,
  .tve-theme-1127 .top-section [data-css="tve-u-172c784f28f"] address,
  .tve-theme-1127 .top-section [data-css="tve-u-172c784f28f"] .tcb-plain-text,
  .tve-theme-1127 .top-section [data-css="tve-u-172c784f28f"] label {
    letter-spacing: var(--tve-letter-spacing, 2px);
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c784f28f"] {
    --tve-letter-spacing: 2px;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c77d3f84"] {
    max-width: 105px;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c77d3f85"] {
    max-width: 56.8%;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c7a77494"] {
    max-width: 33.3333%;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c7a774cb"] {
    max-width: 33.5%;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c7a77500"] {
    max-width: 33.2%;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c77d3f8d"] {
    min-width: 240px;
  }
  :not(#tve) .tve-theme-1127 .top-section [data-css="tve-u-172c784d60c"] {
    letter-spacing: 2px;
  }
  :not(#tve) .tve-theme-1127 .top-section [data-css="tve-u-172c7a3cc19"] {
    letter-spacing: 2px;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c77d3f8f"] {
    padding: 14px !important;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c77d3f91"] {
    padding: 14px !important;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c77d3f94"] {
    padding: 14px !important;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c7a0f768"] {
    padding: 8px 40px !important;
  }
  :not(#layout) .tve-theme-1128 .main-container {
    --sidebar-size: 32.23%;
    --separator-size: 20px;
  }
  .tve-theme-1128 .content-section .section-content {
    padding: 10px !important;
  }
  .tve-theme-1128 .main-container {
    padding: 10px !important;
  }
  .tve-theme-1128 .bottom-section .section-content {
    --tve-font-size: 14px;
    padding: 30px 40px !important;
    min-height: 1px !important;
  }
  .tve-theme-1128 .bottom-section .section-background {
    background-position:
      50% 50%,
      0% 50% !important;
  }
  .tve-theme-1128 .bottom-section [data-css="tve-u-172efd48fcd"] {
    margin-left: -30px;
    flex-wrap: nowrap !important;
  }
  .tve-theme-1128
    .bottom-section
    [data-css="tve-u-172efd48fcd"]
    > .tcb-flex-col {
    padding-left: 30px;
  }
  .tve-theme-1128 .bottom-section .section-content p,
  .tve-theme-1128 .bottom-section .section-content li,
  .tve-theme-1128 .bottom-section .section-content label,
  .tve-theme-1128 .bottom-section .section-content .tcb-plain-text {
    font-size: var(--tve-font-size, 14px);
  }
  .tve-theme-1128 .bottom-section [data-css="tve-u-172efd16917"] {
    font-size: 14px;
  }
  .tve-theme-1128 .sidebar-section .section-content {
    padding: 20px 10px !important;
  }
  .tve-theme-1128 .sidebar-section {
    margin: 0px !important;
  }
  .tve-theme-1128
    .sidebar-section
    .tcb-post-list[data-css="tve-u-1725b1dc49c"]
    .post-wrapper.thrv_wrapper {
    width: calc((100% - 0px) / 1);
  }
  .tve-theme-1128 .sidebar-section [data-css="tve-u-1725ba26717"] {
    min-height: 298px !important;
  }
  :not(#tve) .tve-theme-1128 .sidebar-section [data-css="tve-u-1725ba56824"] {
    font-size: 60px !important;
  }
  :not(#tve) .tve-theme-1128 .sidebar-section [data-css="tve-u-1725bbf2198"] {
    font-size: 23px !important;
  }
  .tve-theme-1128 .sidebar-section [data-css="tve-u-1727ec437ba"] {
    max-width: 69.1%;
  }
  .tve-theme-1128 .sidebar-section [data-css="tve-u-1727ec4380b"] {
    max-width: 30.9%;
  }
  .tve-theme-1128 .sidebar-section [data-css="tve-u-1727ec592d8"] {
    padding: 8px !important;
  }
  .tve-theme-1128
    .sidebar-section
    [data-css="tve-u-1725b1dc49c"].tcb-post-list
    [data-css="tve-u-1725b1dc4a1"] {
    max-width: 39%;
  }
  .tve-theme-1128
    .sidebar-section
    [data-css="tve-u-1725b1dc49c"].tcb-post-list
    [data-css="tve-u-1725b1dc4a5"] {
    max-width: 61%;
  }
  .tve-theme-1128
    .sidebar-section
    [data-css="tve-u-1725b1dc49c"].tcb-post-list
    .thrv-content-box
    [data-css="tve-u-1725b1dc4a4"] {
    min-height: 111px !important;
  }
  :not(#tve)
    .tve-theme-1128
    .sidebar-section
    [data-css="tve-u-1725bae44b0"]
    .tcb-button-link {
    line-height: var(--tve-line-height, 2em);
  }
  .tve-theme-1128 .sidebar-section [data-css="tve-u-1725bae44b0"] {
    --tve-line-height: 2em;
  }
  .tve-theme-1128
    .sidebar-section
    .tcb-post-list[data-css="tve-u-1725b1dc49c"]
    .post-wrapper.thrv_wrapper:nth-child(n + 2) {
    margin-top: 30px !important;
  }
  .tve-theme-1128
    .sidebar-section
    .tcb-post-list[data-css="tve-u-1725b1dc49c"]
    .post-wrapper.thrv_wrapper:not(:nth-child(n + 2)) {
    margin-top: 0px !important;
  }
  .tve-theme-1128
    .sidebar-section
    .tcb-post-list[data-css="tve-u-1725b1dc49c"]
    .post-wrapper.thrv_wrapper:nth-child(n) {
    margin-right: 0px !important;
  }
  .tve-theme-1128 .sidebar-section [data-css="tve-u-1727ec55225"] {
    flex-wrap: wrap !important;
  }
  .tve-theme-1128
    .sidebar-section
    [data-css="tve-u-1727ec55225"]
    > .tcb-flex-col {
    flex-basis: 700px !important;
  }
  :not(#tve)
    .tve-theme-1128
    .sidebar-section
    [data-css="tve-u-1727ec39d7e"]
    input,
  :not(#tve)
    .tve-theme-1128
    .sidebar-section
    [data-css="tve-u-1727ec39d7e"]
    select,
  :not(#tve)
    .tve-theme-1128
    .sidebar-section
    [data-css="tve-u-1727ec39d7e"]
    textarea {
    border: none;
    --tve-applied-border: none;
    margin-bottom: 10px !important;
    background-image: linear-gradient(
      rgba(255, 255, 255, 0.4),
      rgba(255, 255, 255, 0.4)
    ) !important;
    --tve-applied-background-image: linear-gradient(
      rgba(255, 255, 255, 0.4),
      rgba(255, 255, 255, 0.4)
    ) !important;
    background-size: auto !important;
    background-position: 50% 50% !important;
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-1725b69447d"] {
    flex-wrap: nowrap !important;
    padding: 0px !important;
  }
  .tve-theme-1128 .top-section .section-content {
    padding: 0px !important;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-17274b0028c"] {
    width: 100%;
    padding-left: 40px !important;
  }
  :not(#tve) .tve-theme-1128 .top-section [data-css="tve-u-1727ff0f457"] {
    font-size: 55px !important;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-1727ff1fc0f"] {
    font-weight: normal !important;
    font-size: 40px !important;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-1727ff1cc59"] {
    text-transform: uppercase !important;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-17274acb46f"] {
    max-width: 46.7%;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-17274acb4b3"] {
    max-width: 53.3%;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-17274a927ac"] {
    height: 250px !important;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-17274b6f348"] {
    height: 250px !important;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-17274b694af"] {
    height: 250px !important;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-17274bcd136"] {
    font-size: 22px;
    width: 22px;
    height: 22px;
    padding: 1px !important;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-17274bd5830"] {
    font-size: 18px;
    width: 18px;
    height: 18px;
    padding: 1px !important;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-17274bd6d19"] {
    font-size: 20px;
    width: 20px;
    height: 20px;
    padding: 1px !important;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-1725b999d4c"] {
    max-width: 101px;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-1725b999d50"] {
    max-width: 58.4%;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-1725b9a1445"] {
    padding-top: 1px !important;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-17274be0bee"] {
    max-width: 100%;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-17274ba846c"] {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  :not(#tve) .tve-theme-1128 .top-section [data-css="tve-u-17274c65d9d"] {
    font-size: 11px !important;
  }
  :not(#tve) .tve-theme-1128 .top-section [data-css="tve-u-17274c6739e"] {
    font-size: 11px !important;
  }
  :not(#tve) .tve-theme-1128 .top-section [data-css="tve-u-17274c62c05"] {
    font-size: 11px !important;
  }
  :not(#tve) .tve-theme-1128 .top-section [data-css="tve-u-172ff5d005b"] {
    font-size: 10px !important;
  }
  :not(#tve) .tve-theme-1128 .top-section [data-css="tve-u-172ff5d1bdf"] {
    font-size: 10px !important;
  }
  :not(#tve) .tve-theme-1128 .top-section [data-css="tve-u-1725b70eff3"] {
    font-size: 10px !important;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-172ff5e0f1c"] {
    margin-left: -14px !important;
  }
  .tve-theme-1130 .main-container {
    padding: 20px !important;
  }
  .tve-theme-1130 .top-section [data-css="tve-u-16f18a1470c"] {
    min-width: 100%;
  }
  .tve-theme-1130 .top-section .section-content {
    padding-left: 40px !important;
    padding-right: 40px !important;
    min-height: 200px !important;
  }
  .tve-theme-1130
    .top-section
    .thrv-divider[data-css="tve-u-16f18a198ec"]
    .tve_sep {
    border-width: 1px !important;
    border-color: rgba(255, 255, 255, 0.75) !important;
  }
  .tve-theme-1130 .top-section [data-css="tve-u-16f18a12c8d"] {
    flex-wrap: nowrap !important;
  }
  :not(#tve) .tve-theme-1130 .top-section [data-css="tve-u-16f189c8a2a"] {
    font-size: 36px !important;
  }
  .tve-theme-1130
    .sidebar-section
    .tcb-post-list[data-css="tve-u-17067be2282"]
    .post-wrapper.thrv_wrapper {
    width: calc((100% - 0px) / 1);
  }
  .tve-theme-1130
    .sidebar-section
    .tcb-post-list[data-css="tve-u-17067be2282"]
    .post-wrapper.thrv_wrapper:nth-child(n + 2) {
    margin-top: 15px !important;
  }
  .tve-theme-1130
    .sidebar-section
    .tcb-post-list[data-css="tve-u-17067be2282"]
    .post-wrapper.thrv_wrapper:not(:nth-child(n + 2)) {
    margin-top: 0px !important;
  }
  .tve-theme-1130
    .sidebar-section
    .tcb-post-list[data-css="tve-u-17067be2282"]
    .post-wrapper.thrv_wrapper:nth-child(n) {
    margin-right: 0px !important;
  }
  .tve-theme-1130 .sidebar-section [data-css="tve-u-17067be2282"] {
    max-width: 100%;
  }
  :not(#layout) .tve-theme-1130 .main-container {
    flex-wrap: wrap;
  }
  :not(#layout) .tve-theme-1130 .main-container div.main-columns-separator {
    width: 100%;
  }
  .tve-theme-1130 .sidebar-section .section-content {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .tve-theme-1130 #content {
    padding: 0px !important;
  }
  .tve-theme-1130 .bottom-section .section-content {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .tve-theme-1130 .content-section #main .post-wrapper.thrv_wrapper {
    width: calc((100% - 30px) / 2);
    padding: 0;
  }
  .tve-theme-1130 .content-section #main {
    padding: 0;
  }
  .tve-theme-1130
    .content-section
    #main
    .post-wrapper.thrv_wrapper:nth-child(n + 3) {
    margin-top: 40px !important;
  }
  .tve-theme-1130
    .content-section
    #main
    .post-wrapper.thrv_wrapper:not(:nth-child(n + 3)) {
    margin-top: 0px !important;
  }
  .tve-theme-1130 .content-section .section-content {
    padding: 20px !important;
  }
  .tve-theme-1130 .content-section [data-css="tve-u-17044071be0"] {
    max-width: 40%;
  }
  .tve-theme-1130
    .content-section
    .tcb-post-list[data-css="tve-u-17182e41744"]
    .post-wrapper.thrv_wrapper {
    width: calc((100% - 0px) / 1);
  }
  .tve-theme-1130
    .content-section
    .tcb-post-list[data-css="tve-u-17182e41744"]
    .post-wrapper.thrv_wrapper:not(:nth-child(n + 2)) {
    margin-top: 0px !important;
  }
  .tve-theme-1130
    .content-section
    .tcb-post-list[data-css="tve-u-17182e41744"]
    .post-wrapper.thrv_wrapper:nth-child(n) {
    margin-right: 0px !important;
  }
  .tve-theme-1130
    .content-section
    [data-css="tve-u-17182e41744"].tcb-post-list
    .thrv-content-box
    [data-css="tve-u-17182e41748"] {
    min-height: 160px !important;
  }
  .tve-theme-1146 .main-container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  :not(#layout) .tve-theme-1146 .main-container {
    flex-wrap: wrap;
  }
  :not(#layout) .tve-theme-1146 .main-container div.main-columns-separator {
    width: 100%;
  }
  .tve-theme-1146 .bottom-section .section-content {
    min-height: 240px !important;
    padding: 40px !important;
  }
  .tve-theme-1146 .sidebar-section .section-content {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .tve-theme-1146 .sidebar-section {
    margin: 0px !important;
  }
  .tve-theme-1146 .sidebar-section [data-css="tve-u-1702012ffdb"] {
    margin-bottom: 0px !important;
  }
  .tve-theme-1146
    .content-section
    .tcb-post-list[data-css="tve-u-16ecb5f152b"]
    .post-wrapper.thrv_wrapper {
    width: calc((100% - 20px) / 2);
  }
  .tve-theme-1146
    .content-section
    .tcb-post-list[data-css="tve-u-16ecb5f152b"]
    .post-wrapper.thrv_wrapper:not(:nth-child(2n)) {
    margin-right: 20px !important;
  }
  .tve-theme-1146
    .content-section
    .tcb-post-list[data-css="tve-u-16ecb5f152b"]
    .post-wrapper.thrv_wrapper:not(:nth-child(n + 3)) {
    margin-top: 0px !important;
  }
  .tve-theme-1146
    .content-section
    .tcb-post-list[data-css="tve-u-16ecb5f152b"]
    .post-wrapper.thrv_wrapper:nth-child(2n) {
    margin-right: 0px !important;
  }
  .tve-theme-1146 .content-section .section-content {
    padding-right: 40px !important;
    padding-left: 70px !important;
  }
  .tve-theme-1146 .content-section {
    margin-left: 0px !important;
  }
  .tve-theme-1146
    .content-section
    [data-css="tve-u-17019ad2ca6"]
    .tve_social_items {
    font-size: 10px !important;
  }
  .tve-theme-1146
    .content-section
    [data-css="tve-u-170199bd58e"]
    .tve_social_items {
    font-size: 8px !important;
  }
  .tve-theme-1146 .content-section [data-css="tve-u-170199f5045"] {
    font-size: 14px;
    width: 14px;
    height: 14px;
  }
  .tve-theme-1146 .content-section .comment-form .comment-form-submit {
    max-width: 33%;
    width: 33%;
  }
  .tve-theme-1146 .content-section [data-css="tve-u-16ec5d248bb"] {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .tve-theme-1146 .top-section .section-content {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  :not(#layout) .tve-theme-1147 .main-container {
    flex-wrap: wrap;
  }
  :not(#layout) .tve-theme-1147 .main-container div.main-columns-separator {
    width: 100%;
  }
  .tve-theme-1147 .bottom-section {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
  }
  .tve-theme-1147 .bottom-section .section-content {
    padding-left: 40px !important;
  }
  .tve-theme-1147
    .content-section
    .tcb-post-list[data-css="tve-u-16ecb5f152b"]
    .post-wrapper.thrv_wrapper {
    width: calc((100% - 20px) / 2);
  }
  .tve-theme-1147
    .content-section
    .tcb-post-list[data-css="tve-u-16ecb5f152b"]
    .post-wrapper.thrv_wrapper:not(:nth-child(2n)) {
    margin-right: 20px !important;
  }
  .tve-theme-1147
    .content-section
    .tcb-post-list[data-css="tve-u-16ecb5f152b"]
    .post-wrapper.thrv_wrapper:not(:nth-child(n + 3)) {
    margin-top: 0px !important;
  }
  .tve-theme-1147
    .content-section
    .tcb-post-list[data-css="tve-u-16ecb5f152b"]
    .post-wrapper.thrv_wrapper:nth-child(2n) {
    margin-right: 0px !important;
  }
  .tve-theme-1147 .content-section .section-content {
    padding-right: 40px !important;
    padding-left: 70px !important;
  }
  .tve-theme-1147 .content-section {
    margin-left: 0px !important;
  }
  .tve-theme-1147
    .content-section
    [data-css="tve-u-17019ad2ca6"]
    .tve_social_items {
    font-size: 10px !important;
  }
  .tve-theme-1147
    .content-section
    [data-css="tve-u-170199bd58e"]
    .tve_social_items {
    font-size: 8px !important;
  }
  .tve-theme-1147 .content-section [data-css="tve-u-170199f5045"] {
    font-size: 14px;
    width: 14px;
    height: 14px;
  }
  .tve-theme-1147 .content-section .comment-form .comment-form-submit {
    max-width: 33%;
    width: 33%;
  }
  .tve-theme-1147 .content-section [data-css="tve-u-16ec5d248bb"] {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .tve-theme-1147 .main-container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .tve-theme-1147
    .sidebar-section
    .tcb-post-list[data-css="tve-u-17067be2282"]
    .post-wrapper.thrv_wrapper {
    width: calc((100% - 0px) / 1);
  }
  .tve-theme-1147
    .sidebar-section
    .tcb-post-list[data-css="tve-u-17067be2282"]
    .post-wrapper.thrv_wrapper:nth-child(n + 2) {
    margin-top: 15px !important;
  }
  .tve-theme-1147
    .sidebar-section
    .tcb-post-list[data-css="tve-u-17067be2282"]
    .post-wrapper.thrv_wrapper:not(:nth-child(n + 2)) {
    margin-top: 0px !important;
  }
  .tve-theme-1147
    .sidebar-section
    .tcb-post-list[data-css="tve-u-17067be2282"]
    .post-wrapper.thrv_wrapper:nth-child(n) {
    margin-right: 0px !important;
  }
  .tve-theme-1147 .sidebar-section [data-css="tve-u-17067be2282"] {
    max-width: 100%;
  }
  .tve-theme-1147 .sidebar-section .section-content {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .tve-theme-1147 .sidebar-section [data-css="tve-u-170679aaa25"] {
    width: 396px;
  }
  .tve-theme-1147 .sidebar-section [data-css="tve-u-170670eee10"] {
    float: none;
    min-width: 0px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .tve-theme-1147 .sidebar-section [data-css="tve-u-17067b5d81d"] {
    max-width: 100%;
  }
  .tve-theme-1147 .top-section .section-content {
    min-height: 460px !important;
    padding-bottom: 40px !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  :not(#tve) .tve-theme-1147 .top-section [data-css="tve-u-16ed080d346"] {
    font-size: 36px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1147 .top-section [data-css="tve-u-16ed0d76361"] {
    padding: 6px !important;
  }
  :not(#layout) .tve-theme-1148 .main-container {
    flex-wrap: wrap;
  }
  :not(#layout) .tve-theme-1148 .main-container div.main-columns-separator {
    width: 100%;
  }
  .tve-theme-1148 .main-container {
    padding: 20px !important;
  }
  .tve-theme-1148
    .content-section
    .tcb-post-list[data-css="tve-u-16ecb5f152b"]
    .post-wrapper.thrv_wrapper {
    width: calc((100% - 20px) / 2);
  }
  .tve-theme-1148
    .content-section
    .tcb-post-list[data-css="tve-u-16ecb5f152b"]
    .post-wrapper.thrv_wrapper:not(:nth-child(2n)) {
    margin-right: 20px !important;
  }
  .tve-theme-1148
    .content-section
    .tcb-post-list[data-css="tve-u-16ecb5f152b"]
    .post-wrapper.thrv_wrapper:not(:nth-child(n + 3)) {
    margin-top: 0px !important;
  }
  .tve-theme-1148
    .content-section
    .tcb-post-list[data-css="tve-u-16ecb5f152b"]
    .post-wrapper.thrv_wrapper:nth-child(2n) {
    margin-right: 0px !important;
  }
  .tve-theme-1148 .content-section .section-content {
    padding-right: 40px !important;
    padding-left: 70px !important;
  }
  .tve-theme-1148 .content-section {
    margin-left: 0px !important;
  }
  .tve-theme-1148
    .content-section
    [data-css="tve-u-17019ad2ca6"]
    .tve_social_items {
    font-size: 10px !important;
  }
  .tve-theme-1148
    .content-section
    [data-css="tve-u-170199bd58e"]
    .tve_social_items {
    font-size: 8px !important;
  }
  .tve-theme-1148 .content-section [data-css="tve-u-170199f5045"] {
    font-size: 14px;
    width: 14px;
    height: 14px;
  }
  .tve-theme-1148 .content-section .comment-form .comment-form-submit {
    max-width: 33%;
    width: 33%;
  }
  .tve-theme-1148 .content-section [data-css="tve-u-16ec5d248bb"] {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .tve-theme-1148
    .sidebar-section
    .tcb-post-list[data-css="tve-u-17067be2282"]
    .post-wrapper.thrv_wrapper {
    width: calc((100% - 0px) / 1);
  }
  .tve-theme-1148
    .sidebar-section
    .tcb-post-list[data-css="tve-u-17067be2282"]
    .post-wrapper.thrv_wrapper:nth-child(n + 2) {
    margin-top: 15px !important;
  }
  .tve-theme-1148
    .sidebar-section
    .tcb-post-list[data-css="tve-u-17067be2282"]
    .post-wrapper.thrv_wrapper:not(:nth-child(n + 2)) {
    margin-top: 0px !important;
  }
  .tve-theme-1148
    .sidebar-section
    .tcb-post-list[data-css="tve-u-17067be2282"]
    .post-wrapper.thrv_wrapper:nth-child(n) {
    margin-right: 0px !important;
  }
  .tve-theme-1148 .sidebar-section [data-css="tve-u-17067be2282"] {
    max-width: 100%;
  }
  .tve-theme-1148 .sidebar-section .section-content {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .tve-theme-1148 .sidebar-section [data-css="tve-u-170679aaa25"] {
    width: 396px;
  }
  .tve-theme-1148 .sidebar-section [data-css="tve-u-170670eee10"] {
    float: none;
    min-width: 0px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .tve-theme-1148 .sidebar-section [data-css="tve-u-17067b5d81d"] {
    max-width: 100%;
  }
  .tve-theme-1148 .bottom-section .section-content {
    padding: 40px !important;
  }
  :not(#tve) .tve-theme-1148 .bottom-section [data-css="tve-u-170773f37b8"] {
    max-width: 40%;
    width: 40%;
  }
  .tve-theme-1148 .bottom-section [data-css="tve-u-16eccd9c6d3"] {
    margin-bottom: 30px !important;
  }
  .tve-theme-1148 .top-section .section-content {
    min-height: 460px !important;
    padding-bottom: 60px !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  :not(#tve) .tve-theme-1148 .top-section [data-css="tve-u-16ed080d346"] {
    font-size: 36px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1148 .top-section [data-css="tve-u-16ed0d76361"] {
    padding: 6px !important;
  }
  .tve-theme-1152 .bottom-section .section-content {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  :not(#layout) .tve-theme-1152 .main-container {
    flex-wrap: wrap;
  }
  :not(#layout) .tve-theme-1152 .main-container div.main-columns-separator {
    width: 100%;
  }
  .tve-theme-1152 .main-container {
    padding: 20px !important;
  }
  .tve-theme-1152 #content {
    padding-bottom: 0px !important;
  }
  .tve-theme-1152 .sidebar-section .section-content {
    padding: 20px !important;
  }
  .tve-theme-1152 .sidebar-section [data-css="tve-u-17062f788e8"] {
    margin-left: 0px !important;
  }
  .tve-theme-1152 .sidebar-section [data-css="tve-u-170675ce806"] {
    margin-bottom: 35px !important;
  }
  .tve-theme-1152 .sidebar-section [data-css="tve-u-170677f198d"] {
    margin-bottom: 35px !important;
  }
  .tve-theme-1152 .content-section .section-content {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .tve-theme-1152 .top-section .section-content {
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding: 40px 40px 80px !important;
    min-height: 280px !important;
  }
  .tve-theme-1152 .top-section [data-css="tve-u-16ffc04d542"] {
    max-width: 90%;
  }
  .tve-theme-1152 .top-section .section-background {
    clip-path: url("#clip-tablet-bottom-855025219fc47");
  }
  .tve-theme-1124 .top-section .section-content {
    padding: 40px !important;
  }
  .tve-theme-1124 .content-section .section-content {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .tve-theme-1124 .main-container {
    padding: 20px !important;
  }
  .tve-theme-1124 .bottom-section [data-css="tve-u-172f0121a55"] {
    flex-wrap: wrap !important;
  }
  .tve-theme-1124 .bottom-section [data-css="tve-u-172f0121a57"] {
    width: 100%;
  }
  .tve-theme-1124
    .bottom-section
    [data-css="tve-u-172f0121a55"]
    > .tcb-flex-col {
    flex-basis: 250px !important;
  }
  .tve-theme-1124 .bottom-section .section-content {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .tve-theme-1124 .bottom-section [data-css="tve-u-172f0349550"] {
    margin-right: 10px !important;
  }
  :not(#tve) .tve-theme-1124 .bottom-section [data-css="tve-u-172f03d7ad8"] {
    font-size: 12px !important;
  }
  :not(#tve) .tve-theme-1124 .bottom-section [data-css="tve-u-172f03e596c"] {
    font-size: 9px !important;
  }
  .tve-theme-1124 .bottom-section [data-css="tve-u-172f04a8abc"] {
    margin-right: 10px !important;
  }
  .tve-theme-1124 .bottom-section [data-css="tve-u-172f04bd161"] {
    margin-right: 10px !important;
  }
  :not(#tve) .tve-theme-1124 .bottom-section [data-css="tve-u-172f04c2dbf"] {
    font-size: 12px !important;
  }
  :not(#tve) .tve-theme-1124 .bottom-section [data-css="tve-u-172f04c38b5"] {
    font-size: 12px !important;
  }
  .tve-theme-1124 .bottom-section [data-css="tve-u-172f04d4a7b"] {
    margin-bottom: 14px !important;
  }
  .tve-theme-1124
    .bottom-section
    [data-css="tve-u-172f04e38b8"]
    > .tcb-flex-col {
    padding-left: 15px;
  }
  .tve-theme-1124 .bottom-section [data-css="tve-u-172f04e38b8"] {
    margin-left: -15px;
  }
  .tve-theme-1124 .bottom-section [data-css="tve-u-17304551d72"] {
    float: right;
    z-index: 3;
    position: relative;
  }
  .tve-theme-1124 .bottom-section [data-css="tve-u-1730457a26b"]::after {
    clear: both;
  }
  .tve-theme-1124 .bottom-section [data-css="tve-u-17304551d6e"] {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1124 .sidebar-section .section-content {
    padding: 20px 10px !important;
  }
  .tve-theme-1124 .sidebar-section {
    margin: 0px !important;
  }
  .tve-theme-1124 .sidebar-section [data-css="tve-u-1725ba26717"] {
    min-height: 164px !important;
  }
  .tve-theme-1124 .sidebar-section [data-css="tve-u-17299dac966"] {
    float: right;
    z-index: 3;
    position: relative;
  }
  .tve-theme-1124 .sidebar-section [data-css="tve-u-17300cf1d4a"]::after {
    clear: both;
  }
  .tve-theme-1124 .sidebar-section [data-css="tve-u-17299dec597"] {
    float: right;
    z-index: 3;
    position: relative;
  }
  .tve-theme-1124 .sidebar-section [data-css="tve-u-17300cf2408"]::after {
    clear: both;
  }
  .tve-theme-1124 .sidebar-section [data-css="tve-u-17299deb6e1"] {
    float: right;
    z-index: 3;
    position: relative;
  }
  .tve-theme-1124 .sidebar-section [data-css="tve-u-17300cf2b1e"]::after {
    clear: both;
  }
  .tve-theme-1124 .sidebar-section [data-css="tve-u-17299e991f6"] {
    float: right;
    z-index: 3;
    position: relative;
  }
  .tve-theme-1124 .sidebar-section [data-css="tve-u-17299dac967"]::after {
    clear: both;
  }
  .tve-theme-1124 .sidebar-section [data-css="tve-u-17300cf515e"] {
    float: none;
    max-width: 300px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .tve-theme-1124 .sidebar-section [data-css="tve-u-17300cf6848"] {
    float: none;
    max-width: 300px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .tve-theme-1124 .sidebar-section [data-css="tve-u-17300cf8049"] {
    float: none;
    max-width: 300px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .tve-theme-1124 .sidebar-section [data-css="tve-u-17299dac953"] {
    float: none;
    max-width: 300px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .tve-theme-1125 .bottom-section [data-css="tve-u-17299791844"] {
    flex-wrap: nowrap !important;
  }
  .tve-theme-1125 .bottom-section .section-content {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  :not(#tve) .tve-theme-1125 .bottom-section [data-css="tve-u-1729ed2a2b0"] {
    letter-spacing: 2px;
  }
  .tve-theme-1125 .content-section .section-content {
    padding: 20px !important;
  }
  .tve-theme-1125 .main-container {
    padding: 20px !important;
  }
  .tve-theme-1125 .top-section .section-content {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  :not(#layout) .tve-theme-1125 .main-container {
    --sidebar-size: 32.22%;
  }
  .tve-theme-1125 .sidebar-section .section-content {
    padding: 20px 10px !important;
  }
  .tve-theme-1125 .sidebar-section {
    margin: 0px !important;
  }
  .tve-theme-1125 .sidebar-section [data-css="tve-u-1725ba26717"] {
    min-height: 164px !important;
  }
  .tve-theme-1125 .sidebar-section [data-css="tve-u-17299dac966"] {
    float: right;
    z-index: 3;
    position: relative;
    padding: 14px !important;
  }
  .tve-theme-1125 .sidebar-section [data-css="tve-u-17300cf1d4a"]::after {
    clear: both;
  }
  .tve-theme-1125 .sidebar-section [data-css="tve-u-17299dec597"] {
    float: right;
    z-index: 3;
    position: relative;
    padding: 14px !important;
  }
  .tve-theme-1125 .sidebar-section [data-css="tve-u-17300cf2408"]::after {
    clear: both;
  }
  .tve-theme-1125 .sidebar-section [data-css="tve-u-17299deb6e1"] {
    float: right;
    z-index: 3;
    position: relative;
    padding: 14px !important;
  }
  .tve-theme-1125 .sidebar-section [data-css="tve-u-17300cf2b1e"]::after {
    clear: both;
  }
  .tve-theme-1125 .sidebar-section [data-css="tve-u-17299e991f6"] {
    float: right;
    z-index: 3;
    position: relative;
    padding: 14px !important;
  }
  .tve-theme-1125 .sidebar-section [data-css="tve-u-17299dac967"]::after {
    clear: both;
  }
  .tve-theme-1125 .sidebar-section [data-css="tve-u-17300cf515e"] {
    float: none;
    max-width: 300px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .tve-theme-1125 .sidebar-section [data-css="tve-u-17300cf6848"] {
    float: none;
    max-width: 300px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .tve-theme-1125 .sidebar-section [data-css="tve-u-17300cf8049"] {
    float: none;
    max-width: 300px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .tve-theme-1125 .sidebar-section [data-css="tve-u-17299dac953"] {
    float: none;
    max-width: 300px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .tve-theme-1126 .main-container {
    padding: 20px !important;
  }
  .tve-theme-1126 .content-section .section-content {
    min-height: 1px !important;
  }
  .tve-theme-1126 .bottom-section .section-content {
    --tve-font-size: 14px;
    padding: 30px 40px !important;
    min-height: 1px !important;
  }
  .tve-theme-1126 .bottom-section .section-background {
    background-position:
      50% 50%,
      0% 50% !important;
  }
  .tve-theme-1126 .bottom-section [data-css="tve-u-172efd48fcd"] {
    margin-left: -30px;
    flex-wrap: wrap !important;
  }
  .tve-theme-1126
    .bottom-section
    [data-css="tve-u-172efd48fcd"]
    > .tcb-flex-col {
    padding-left: 30px;
    flex-basis: 141px !important;
  }
  .tve-theme-1126 .bottom-section .section-content p,
  .tve-theme-1126 .bottom-section .section-content li,
  .tve-theme-1126 .bottom-section .section-content label,
  .tve-theme-1126 .bottom-section .section-content .tcb-plain-text {
    font-size: var(--tve-font-size, 14px);
  }
  .tve-theme-1126 .bottom-section [data-css="tve-u-172efd16917"] {
    font-size: 16px;
  }
  .tve-theme-1126 .bottom-section [data-css="tve-u-172efcfef9d"] {
    margin-bottom: 14px !important;
  }
  .tve-theme-1126 .bottom-section [data-css="tve-u-172efcf6bbb"] {
    margin-bottom: 0px !important;
  }
  .tve-theme-1126 .bottom-section [data-css="tve-u-172f0040ddd"] {
    margin-bottom: 0px !important;
  }
  .tve-theme-1126 .bottom-section [data-css="tve-u-172effcd41b"] {
    margin-bottom: 0px !important;
  }
  .tve-theme-1126 .bottom-section [data-css="tve-u-172effd3b42"] {
    max-width: 28.7%;
  }
  .tve-theme-1126 .bottom-section [data-css="tve-u-172effd3b71"] {
    max-width: 37.6%;
  }
  .tve-theme-1126 .bottom-section [data-css="tve-u-172effc9615"] {
    margin-bottom: 10px !important;
  }
  .tve-theme-1126 .bottom-section [data-css="tve-u-172effde4b9"] {
    margin-bottom: 10px !important;
  }
  .tve-theme-1126 .bottom-section [data-css="tve-u-172effd3b15"] {
    max-width: 33.7%;
  }
  :not(#tve) .tve-theme-1126 .bottom-section [data-css="tve-u-172effbfcc7"] {
    font-size: 12px !important;
  }
  :not(#tve) .tve-theme-1126 .bottom-section [data-css="tve-u-172f0054e1c"] {
    font-size: 12px !important;
  }
  :not(#tve) .tve-theme-1126 .bottom-section [data-css="tve-u-172f0055d17"] {
    font-size: 12px !important;
  }
  .tve-theme-1126 .bottom-section [data-css="tve-u-172efdd9efd"] {
    border-right: none !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .tve-theme-1126 .bottom-section [data-css="tve-u-172effd7b3a"] {
    flex-wrap: wrap !important;
  }
  .tve-theme-1126
    .bottom-section
    [data-css="tve-u-172effd7b3a"]
    > .tcb-flex-col {
    flex-basis: 700px !important;
  }
  .tve-theme-1126 .bottom-section [data-css="tve-u-172f007c6a9"] {
    margin-bottom: 0px !important;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c77d3f76"] {
    flex-wrap: nowrap !important;
    padding: 8px 40px !important;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c77d3f77"] {
    width: 100%;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c7a0fd5e"] {
    max-width: 100%;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c784f28f"] p,
  .tve-theme-1126 .top-section [data-css="tve-u-172c784f28f"] li,
  .tve-theme-1126 .top-section [data-css="tve-u-172c784f28f"] blockquote,
  .tve-theme-1126 .top-section [data-css="tve-u-172c784f28f"] address,
  .tve-theme-1126 .top-section [data-css="tve-u-172c784f28f"] .tcb-plain-text,
  .tve-theme-1126 .top-section [data-css="tve-u-172c784f28f"] label {
    letter-spacing: var(--tve-letter-spacing, 2px);
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c784f28f"] {
    --tve-letter-spacing: 2px;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c77d3f84"] {
    max-width: 105px;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c77d3f85"] {
    max-width: 56.8%;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c7a77494"] {
    max-width: 33.3333%;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c7a774cb"] {
    max-width: 33.5%;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c7a77500"] {
    max-width: 33.2%;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c77d3f8d"] {
    min-width: 240px;
  }
  :not(#tve) .tve-theme-1126 .top-section [data-css="tve-u-172c784d60c"] {
    letter-spacing: 2px;
  }
  :not(#tve) .tve-theme-1126 .top-section [data-css="tve-u-172c7a3cc19"] {
    letter-spacing: 2px;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c77d3f8f"] {
    padding: 14px !important;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c77d3f91"] {
    padding: 14px !important;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c77d3f94"] {
    padding: 14px !important;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c7a0f768"] {
    padding: 8px 40px !important;
  }
  .tve-theme-1126 .sidebar-section .section-content {
    padding: 20px 10px !important;
  }
  .tve-theme-1126 .sidebar-section {
    margin: 0px !important;
  }
  .tve-theme-1126 .sidebar-section [data-css="tve-u-172dbc67291"] {
    width: 320px;
    float: none;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .tve-theme-1126 .sidebar-section [data-css="tve-u-172dbf27d6c"] {
    margin-left: -2px;
  }
  .tve-theme-1126 .sidebar-section [data-css="tve-u-17300ac8dc8"] {
    float: none;
    max-width: 320px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .tve-theme-1126 .sidebar-section [data-css="tve-u-172dbfe8133"] {
    float: none;
    max-width: 320px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .tve-theme-1126 .sidebar-section [data-css="tve-u-172dbaec183"] {
    float: none;
    max-width: 320px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .tve-theme-1126 .sidebar-section [data-css="tve-u-172dbafa3d4"] {
    float: none;
    max-width: 320px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .tve-theme-1126 .sidebar-section [data-css="tve-u-172dba6cff2"] {
    float: none;
    max-width: 320px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .tve-theme-1126 .sidebar-section [data-css="tve-u-172dbff6940"] {
    float: none;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-top: 12px !important;
    border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
  }
  .tve-theme-1126 .sidebar-section [data-css="tve-u-172dc0b3b1e"] {
    float: none;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .tve-theme-1126 .sidebar-section [data-css="tve-u-172dc0bb92c"] {
    float: left;
    z-index: 3;
    position: relative;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .tve-theme-1126 .sidebar-section [data-css="tve-u-172dc0acc2e"] {
    float: none;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .tve-theme-1126 .sidebar-section [data-css="tve-u-17300aec9c9"]::after {
    clear: both;
  }
  .tve-theme-1126 .content-section [data-css="tve-u-17309be5366"] {
    padding-left: 17px !important;
  }
}
@media (max-width: 767px) {
  .tve-theme-1154 .bottom-section [data-css="tve-u-16ecb84bb2a"] {
    text-align: center;
    margin-bottom: 0px !important;
  }
  .tve-theme-1154 .bottom-section [data-css="tve-u-16ecb84bb31"] {
    flex-wrap: nowrap !important;
  }
  .tve-theme-1154 .bottom-section [data-css="tve-u-16ecb84bb2f"] {
    float: none;
    max-width: 190px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 15px !important;
  }
  .tve-theme-1154 .bottom-section [data-css="tve-u-16ecb84bb32"] {
    float: none;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .tve-theme-1154 .bottom-section [data-css="tve-u-16ecb84bb33"] {
    float: none;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .tve-theme-1154 .bottom-section [data-css="tve-u-16ecb84bb34"] {
    float: none;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .tve-theme-1154 .bottom-section [data-css="tve-u-16ecb84bb35"] {
    float: none;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .tve-theme-1154 .bottom-section [data-css="tve-u-16ecb84bb2b"] {
    flex-flow: row wrap !important;
  }
  .tve-theme-1154 .bottom-section [data-css="tve-u-16ecb84bb2b"] .tcb-flex-col {
    flex-basis: 390px !important;
  }
  .tve-theme-1154 .bottom-section [data-css="tve-u-16ecb84bb26"] {
    padding-top: 30px !important;
  }
  .tve-theme-1154 .bottom-section [data-css="tve-u-16e8d0bd13f"] {
    padding-top: 0px !important;
  }
  :not(#tve) .tve-theme-1154 .bottom-section [data-css="tve-u-16ecb8b9f08"] {
    font-size: 50px !important;
    padding-bottom: 19px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1154 .bottom-section [data-css="tve-u-16ecb8c4f33"] {
    padding-bottom: 0px !important;
  }
  .tve-theme-1154 .content-section .section-content {
    min-height: 384px !important;
  }
  .tve-theme-1154 .top-section .section-content {
    padding: 20px 0px !important;
  }
  :not(#tve) .tve-theme-1154 .top-section [data-css="tve-u-16ef9f9350c"] {
    font-size: 26px !important;
  }
  .tve-theme-1154 .top-section [data-css="tve-u-16efa024586"] {
    padding: 20px !important;
  }
  :not(#tve) .tve-theme-1154 .top-section [data-css="tve-u-16ef9f9bbc8"] {
    font-size: 16px !important;
  }
  .tve-theme-1154 .top-section [data-css="tve-u-16ef9f91104"] {
    margin-bottom: 15px !important;
  }
  .tve-theme-1154 .top-section [data-css="tve-u-16ef9f9d128"] {
    margin-bottom: 20px !important;
  }
  .tve-theme-1154 .top-section [data-css="tve-u-16ef9f87900"] {
    min-height: 195px !important;
  }
  .tve-theme-1154 .top-section [data-css="tve-u-16ef9fb90db"] .tcb-button-link {
    padding: 22px !important;
  }
  :not(#tve) .tve-theme-1157 .content-section [data-css="tve-u-16ed08c8eaa"] {
    font-size: 27px !important;
  }
  .tve-theme-1157 .top-section .section-content {
    padding: 20px !important;
    min-height: 450px !important;
  }
  :not(#tve) .tve-theme-1157 .content-section [data-css="tve-u-16ed0ae5266"] {
    font-size: 16px !important;
  }
  .tve-theme-1157 .bottom-section [data-css="tve-u-16ecb84bb2a"] {
    text-align: center;
    margin-bottom: 0px !important;
  }
  .tve-theme-1157 .bottom-section [data-css="tve-u-16ecb84bb31"] {
    flex-wrap: nowrap !important;
  }
  .tve-theme-1157 .bottom-section [data-css="tve-u-16ecb84bb2f"] {
    float: none;
    max-width: 190px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 15px !important;
  }
  .tve-theme-1157 .bottom-section [data-css="tve-u-16ecb84bb32"] {
    float: none;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .tve-theme-1157 .bottom-section [data-css="tve-u-16ecb84bb33"] {
    float: none;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .tve-theme-1157 .bottom-section [data-css="tve-u-16ecb84bb34"] {
    float: none;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .tve-theme-1157 .bottom-section [data-css="tve-u-16ecb84bb35"] {
    float: none;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .tve-theme-1157 .bottom-section [data-css="tve-u-16ecb84bb2b"] {
    flex-flow: row wrap !important;
  }
  .tve-theme-1157 .bottom-section [data-css="tve-u-16ecb84bb2b"] .tcb-flex-col {
    flex-basis: 390px !important;
  }
  .tve-theme-1157 .bottom-section [data-css="tve-u-16ecb84bb26"] {
    padding-top: 30px !important;
  }
  .tve-theme-1157 .bottom-section [data-css="tve-u-16e8d0bd13f"] {
    padding-top: 0px !important;
  }
  :not(#tve) .tve-theme-1157 .bottom-section [data-css="tve-u-16ecb8b9f08"] {
    font-size: 50px !important;
    padding-bottom: 19px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1157 .bottom-section [data-css="tve-u-16ecb8c4f33"] {
    padding-bottom: 0px !important;
  }
  .tve-theme-1157 .content-section .section-content {
    min-height: 492px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .tve-theme-1157 .content-section [data-css="tve-u-16eff83a886"] {
    float: none;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .tve-theme-1157 .content-section [data-css="tve-u-16eff851c70"] {
    padding: 0px !important;
  }
  .tve-theme-1157
    .content-section
    [data-css="tve-u-16eff810185"]
    .tcb-flex-col {
    flex-basis: 460px !important;
  }
  .tve-theme-1157 .content-section [data-css="tve-u-16eff79dd19"] {
    width: 227px;
  }
  .tve-theme-1157 .content-section [data-css="tve-u-16ed08ce675"] {
    margin-bottom: 20px !important;
  }
  .tve-theme-1157 .main-container {
    padding: 10px !important;
  }
  .tve-theme-1157 .content-section [data-css="tve-u-16ea67081c1"] {
    margin-bottom: 30px !important;
  }
  .tve-theme-1159 .main-container {
    padding: 10px !important;
  }
  .tve-theme-1159 .bottom-section [data-css="tve-u-16eccd9c6d3"] {
    max-width: 181px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 30px !important;
  }
  .tve-theme-1159 .bottom-section [data-css="tve-u-170773f37b8"] {
    float: none;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
  :not(#tve) .tve-theme-1159 .bottom-section [data-css="tve-u-170773f37b8"] {
    max-width: 100%;
    width: 100%;
  }
  .tve-theme-1159 .bottom-section .section-content {
    padding: 20px 20px 60px !important;
  }
  .tve-theme-1159 .bottom-section [data-css="tve-u-170773f37a5"] input,
  .tve-theme-1159 .bottom-section [data-css="tve-u-170773f37a5"] textarea {
    margin-bottom: 20px !important;
  }
  .tve-theme-1159 .bottom-section [data-css="tve-u-170773f37ac"] input,
  .tve-theme-1159 .bottom-section [data-css="tve-u-170773f37ac"] textarea {
    margin-bottom: 20px !important;
  }
  .tve-theme-1159 .bottom-section [data-css="tve-u-170773f37b2"] input,
  .tve-theme-1159 .bottom-section [data-css="tve-u-170773f37b2"] textarea {
    margin-bottom: 20px !important;
  }
  .tve-theme-1159 .bottom-section [data-css="tve-u-170773f37a2"] {
    margin-bottom: 4px !important;
  }
  .tve-theme-1159 .bottom-section [data-css="tve-u-170773f37a8"] {
    margin-bottom: 4px !important;
  }
  .tve-theme-1159 .bottom-section [data-css="tve-u-170773f37af"] {
    margin-bottom: 4px !important;
  }
  .tve-theme-1159 .top-section .section-content {
    padding: 40px 20px !important;
    min-height: 186px !important;
  }
  .tve-theme-1159 .top-section .section-background {
    background-position:
      50% 50%,
      50% 50% !important;
  }
  .tve-theme-1159 .top-section .thrive-breadcrumbs {
    justify-content: center !important;
  }
  :not(#tve)
    .tve-theme-1159
    .top-section
    [data-css="tve-u-170876bfa6b"]
    button {
    padding-right: 4px !important;
  }
  .tve-theme-1159 .top-section [data-css="tve-u-170876bfa71"] input {
    padding-left: 4px !important;
  }
  .tve-theme-1159 .top-section [data-css="tve-u-170876bfa68"] {
    min-width: 92%;
    margin-bottom: 30px !important;
  }
  .tve-theme-1159
    .top-section
    [data-css="tve-u-1708772a8a6"]
    .thrive-breadcrumb-path
    a {
    font-size: var(--tve-font-size, 14px) !important;
  }
  .tve-theme-1159
    .top-section
    [data-css="tve-u-1708772a8a6"]
    .thrive-breadcrumb-path {
    --tve-font-size: 14px;
  }
  .tve-theme-1159 .content-section #main .post-wrapper.thrv_wrapper {
    width: calc((100% - 0px) / 1);
  }
  .tve-theme-1159
    .content-section
    #main
    [data-css="tve-u-17067dadc9a"]
    > .tcb-flex-col
    > .tcb-col {
    min-height: 144px;
  }
  .tve-theme-1159 .content-section #main [data-css="tve-u-17067e18185"] {
    margin-bottom: 0px !important;
  }
  .tve-theme-1159
    .content-section
    #main
    .post-wrapper.thrv_wrapper:nth-child(n + 2) {
    margin-top: 40px !important;
  }
  .tve-theme-1159
    .content-section
    #main
    .post-wrapper.thrv_wrapper:not(:nth-child(n + 2)) {
    margin-top: 0px !important;
  }
  .tve-theme-1159
    .content-section
    #main
    .post-wrapper.thrv_wrapper:nth-child(n) {
    margin-right: 0px !important;
  }
  .tve-theme-1159 .content-section .section-content {
    padding: 20px 10px !important;
  }
  :not(#tve)
    .tve-theme-1159
    .content-section
    #main
    [data-css="tve-u-1712fa74dda"] {
    font-size: 20px !important;
  }
  .tve-theme-1159 .content-section #main {
    margin-bottom: 20px !important;
  }
  .tve-theme-1159
    .content-section
    #main
    .thrv-content-box
    [data-css="tve-u-1713b066e09"] {
    min-height: 170px !important;
  }
  .tve-theme-1159 .content-section #main [data-css="tve-u-1713b063dfd"] {
    padding: 6px !important;
    margin-bottom: 15px !important;
  }
  .tve-theme-1159 .content-section #main [data-css="tve-u-1713b084332"] {
    top: 6px;
    right: 6px;
    margin-left: 6px !important;
  }
  .tve-theme-1159
    .content-section
    [data-css="tve-u-1713b0ed161"]
    .tcb-button-link {
    padding: 14px !important;
  }
  .tve-theme-1159 .sidebar-section .section-content {
    padding: 20px 10px !important;
  }
  .tve-theme-1159 .sidebar-section {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1159 .sidebar-section [data-css="tve-u-1702012ffdb"] {
    margin-bottom: 0px !important;
  }
  .tve-theme-1127 .main-container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .tve-theme-1127 .content-section .section-content {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .tve-theme-1127 .sidebar-section .section-content {
    padding: 20px 10px !important;
  }
  .tve-theme-1127 .sidebar-section {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-17299e35340"] {
    min-height: 370px !important;
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-172b7ca12b5"] {
    float: none;
    z-index: 3;
    position: relative;
    font-size: 18px;
    width: 18px;
    height: 18px;
    padding: 1px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-172b80e7163"] {
    float: none;
    z-index: 3;
    position: relative;
    font-size: 18px;
    width: 18px;
    height: 18px;
    padding: 1px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-172b80e7ca1"] {
    float: none;
    z-index: 3;
    position: relative;
    font-size: 18px;
    width: 18px;
    height: 18px;
    padding: 1px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-172b80e88dd"] {
    float: none;
    z-index: 3;
    position: relative;
    font-size: 18px;
    width: 18px;
    height: 18px;
    padding: 1px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  :not(#tve) .tve-theme-1127 .sidebar-section [data-css="tve-u-172b7e67c6b"] {
    font-size: 44px !important;
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-172b811e07d"] {
    flex-wrap: nowrap !important;
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-172b811fbfb"] {
    flex-wrap: nowrap !important;
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-172b8121103"] {
    flex-wrap: nowrap !important;
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-172b7f47c1c"] {
    flex-wrap: nowrap !important;
  }
  .tve-theme-1127 .sidebar-section [data-css="tve-u-172b7e77368"] {
    top: 25px;
    left: 173px;
  }
  :not(#tve) .tve-theme-1127 .sidebar-section [data-css="tve-u-172b82ea868"] {
    font-size: 20px !important;
  }
  .tve-theme-1127
    .sidebar-section
    [data-css="tve-u-172b82c3483"]
    .tcb-button-link {
    padding: 16px 18px !important;
  }
  .tve-theme-1127 .bottom-section [data-css="tve-u-172f0121a55"] {
    margin-left: -15px;
    flex-wrap: wrap !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .tve-theme-1127
    .bottom-section
    [data-css="tve-u-172f0121a55"]
    > .tcb-flex-col {
    padding-left: 15px;
    flex-basis: 121px !important;
  }
  .tve-theme-1127 .bottom-section [data-css="tve-u-172f0121a57"] {
    text-align: left;
  }
  .tve-theme-1127 .bottom-section .section-content {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .tve-theme-1127 .bottom-section [data-css="tve-u-172f0349550"] {
    z-index: 3;
    position: relative;
    font-size: 24px;
    width: 24px;
    height: 24px;
    float: left;
    padding: 2px !important;
    margin-left: auto !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
  }
  :not(#tve) .tve-theme-1127 .bottom-section [data-css="tve-u-172f03d7ad8"] {
    letter-spacing: 1px;
    font-size: 11px !important;
  }
  :not(#tve) .tve-theme-1127 .bottom-section [data-css="tve-u-172f03e596c"] {
    letter-spacing: 1px;
    font-size: 9px !important;
  }
  .tve-theme-1127 .bottom-section [data-css="tve-u-172f04a8abc"] {
    z-index: 3;
    position: relative;
    font-size: 24px;
    width: 24px;
    height: 24px;
    float: left;
    padding: 2px !important;
    margin-left: auto !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1127 .bottom-section [data-css="tve-u-172f04bd161"] {
    z-index: 3;
    position: relative;
    font-size: 24px;
    width: 24px;
    height: 24px;
    float: left;
    padding: 2px !important;
    margin-left: auto !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
  }
  :not(#tve) .tve-theme-1127 .bottom-section [data-css="tve-u-172f04c2dbf"] {
    letter-spacing: 1px;
    font-size: 11px !important;
  }
  :not(#tve) .tve-theme-1127 .bottom-section [data-css="tve-u-172f04c38b5"] {
    letter-spacing: 1px;
    font-size: 11px !important;
  }
  .tve-theme-1127 .bottom-section [data-css="tve-u-172f04c6682"] {
    min-width: 100%;
    margin-bottom: 12px !important;
  }
  .tve-theme-1127 .bottom-section [data-css="tve-u-172f04d338e"] {
    min-width: 100%;
    margin-bottom: 12px !important;
  }
  .tve-theme-1127 .bottom-section [data-css="tve-u-172f04d4a7b"] {
    min-width: 100%;
    margin-bottom: 12px !important;
  }
  .tve-theme-1127 .bottom-section [data-css="tve-u-172f04f7b91"] {
    flex-wrap: wrap !important;
  }
  .tve-theme-1127
    .bottom-section
    [data-css="tve-u-172f04f7b91"]
    > .tcb-flex-col {
    flex-basis: 390px !important;
  }
  .tve-theme-1127 .bottom-section [data-css="tve-u-172f050034d"]::after {
    clear: both;
  }
  .tve-theme-1127 .bottom-section [data-css="tve-u-172f0502711"]::after {
    clear: both;
  }
  .tve-theme-1127 .bottom-section [data-css="tve-u-172f050323b"]::after {
    clear: both;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c77d3f7b"] {
    flex-wrap: wrap !important;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c77d3f8c"] {
    flex-wrap: wrap !important;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c77d3f87"] {
    flex-wrap: wrap !important;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c77d3f86"]::after {
    clear: both;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c77d3f84"] {
    max-width: 102px;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c77d3f85"] {
    max-width: 67.9%;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c77d3f8b"]::after {
    clear: both;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c77d3f83"] {
    width: 100%;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c77d3f7e"] {
    max-width: 101px;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c77d3f7f"] {
    max-width: 68.1%;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c77d3f8d"] {
    min-width: 100%;
    margin-bottom: 0px !important;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c77d3f8e"] {
    margin-bottom: 15px !important;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c77d3f76"] {
    flex-wrap: nowrap !important;
    padding: 8px 20px !important;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c77d3f88"] {
    max-width: 101px;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c77d3f8a"] {
    max-width: 67.9%;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c77d3f8f"] {
    float: none;
    z-index: 3;
    position: relative;
    font-size: 16px;
    width: 16px;
    height: 16px;
    padding: 12px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 8px !important;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c77d3f90"]::after {
    clear: both;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c77d3f91"] {
    float: none;
    z-index: 3;
    position: relative;
    font-size: 14px;
    width: 14px;
    height: 14px;
    padding: 12px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 8px !important;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c77d3f94"] {
    float: none;
    z-index: 3;
    position: relative;
    font-size: 14px;
    width: 14px;
    height: 14px;
    padding: 12px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 8px !important;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c7a0fd5e"] {
    --tve-letter-spacing: 1px;
    text-align: center;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c7a0fd5e"] p,
  .tve-theme-1127 .top-section [data-css="tve-u-172c7a0fd5e"] li,
  .tve-theme-1127 .top-section [data-css="tve-u-172c7a0fd5e"] blockquote,
  .tve-theme-1127 .top-section [data-css="tve-u-172c7a0fd5e"] address,
  .tve-theme-1127 .top-section [data-css="tve-u-172c7a0fd5e"] .tcb-plain-text,
  .tve-theme-1127 .top-section [data-css="tve-u-172c7a0fd5e"] label {
    letter-spacing: var(--tve-letter-spacing, 1px);
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c7a0f768"] {
    flex-wrap: wrap !important;
    padding: 8px 20px !important;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c7a0f768"] > .tcb-flex-col {
    flex-basis: 390px !important;
  }
  :not(#tve) .tve-theme-1127 .top-section [data-css="tve-u-172c784d60c"] {
    letter-spacing: 1px;
  }
  :not(#tve) .tve-theme-1127 .top-section [data-css="tve-u-172c7a3cc19"] {
    letter-spacing: 1px;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c77d3f7b"] > .tcb-flex-col {
    flex-basis: 390px !important;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c77d3f8c"] > .tcb-flex-col {
    flex-basis: 390px !important;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c77d3f87"] > .tcb-flex-col {
    flex-basis: 390px !important;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c7aa3ee4"] {
    text-align: center;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c7aa5270"] {
    text-align: center;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c7aa5edf"] {
    text-align: center;
  }
  :not(#tve) .tve-theme-1127 .top-section [data-css="tve-u-172c77fc740"] {
    letter-spacing: 1px;
    font-size: 9px !important;
  }
  :not(#tve) .tve-theme-1127 .top-section [data-css="tve-u-172c78228f4"] {
    letter-spacing: 1px;
    font-size: 9px !important;
  }
  :not(#tve) .tve-theme-1127 .top-section [data-css="tve-u-172c79b367e"] {
    font-size: 9px !important;
  }
  :not(#tve) .tve-theme-1127 .top-section [data-css="tve-u-172c7ab049a"] {
    font-size: 9px !important;
  }
  :not(#tve) .tve-theme-1127 .top-section [data-css="tve-u-172c77d3f78"] {
    letter-spacing: 1px;
    font-size: 9px !important;
  }
  :not(#tve) .tve-theme-1127 .top-section [data-css="tve-u-172c79b62ea"] {
    font-size: 9px !important;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c7a6d171"] {
    text-align: center;
  }
  .tve-theme-1127 .top-section [data-css="tve-u-172c79788aa"] {
    margin-bottom: 4px !important;
  }
  .tve-theme-1128 .main-container {
    padding: 10px !important;
  }
  .tve-theme-1128 .content-section .section-content {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .tve-theme-1128 .bottom-section .section-content {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .tve-theme-1128 .bottom-section [data-css="tve-u-172efd48fcd"] {
    flex-wrap: wrap !important;
  }
  .tve-theme-1128
    .bottom-section
    [data-css="tve-u-172efd48fcd"]
    > .tcb-flex-col {
    flex-basis: 390px !important;
  }
  .tve-theme-1128 .bottom-section [data-css="tve-u-172efdd4e7b"] {
    padding-bottom: 0px !important;
    margin-bottom: 30px !important;
  }
  .tve-theme-1128 .bottom-section [data-css="tve-u-172efdd6b43"] {
    margin-bottom: 14px !important;
  }
  .tve-theme-1128 .bottom-section [data-css="tve-u-172efdd9efd"] {
    margin-bottom: 30px !important;
  }
  .tve-theme-1128 .bottom-section [data-css="tve-u-172efeece83"] {
    margin-bottom: 14px !important;
  }
  .tve-theme-1128 .bottom-section [data-css="tve-u-172efeedde3"] {
    margin-bottom: 14px !important;
  }
  .tve-theme-1128 .sidebar-section .section-content {
    padding: 20px 10px 10px !important;
  }
  .tve-theme-1128 .sidebar-section {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1128
    .sidebar-section
    [data-css="tve-u-1725b1dc49c"].tcb-post-list
    [data-css="tve-u-1725b1dc4a0"] {
    flex-wrap: nowrap !important;
  }
  .tve-theme-1128
    .sidebar-section
    .tcb-post-list[data-css="tve-u-1725b1dc49c"]
    .post-wrapper.thrv_wrapper {
    width: calc((100% - 0px) / 1);
  }
  .tve-theme-1128
    .sidebar-section
    .tcb-post-list[data-css="tve-u-1725b1dc49c"]
    .post-wrapper.thrv_wrapper:nth-child(n + 2) {
    margin-top: 20px !important;
  }
  .tve-theme-1128
    .sidebar-section
    .tcb-post-list[data-css="tve-u-1725b1dc49c"]
    .post-wrapper.thrv_wrapper:not(:nth-child(n + 2)) {
    margin-top: 0px !important;
  }
  .tve-theme-1128
    .sidebar-section
    .tcb-post-list[data-css="tve-u-1725b1dc49c"]
    .post-wrapper.thrv_wrapper:nth-child(n) {
    margin-right: 0px !important;
  }
  :not(#tve)
    .tve-theme-1128
    .sidebar-section
    [data-css="tve-u-1727ec39d7e"]
    input,
  :not(#tve)
    .tve-theme-1128
    .sidebar-section
    [data-css="tve-u-1727ec39d7e"]
    select,
  :not(#tve)
    .tve-theme-1128
    .sidebar-section
    [data-css="tve-u-1727ec39d7e"]
    textarea {
    border-bottom: none;
    margin-bottom: 0px !important;
    padding: 8px !important;
  }
  .tve-theme-1128 .sidebar-section [data-css="tve-u-1727ec38175"] {
    margin-top: 12px !important;
  }
  .tve-theme-1128
    .sidebar-section
    [data-css="tve-u-1725b1dc49c"].tcb-post-list
    [data-css="tve-u-1725b1dc4a1"] {
    max-width: 43.7%;
  }
  .tve-theme-1128
    .sidebar-section
    [data-css="tve-u-1725b1dc49c"].tcb-post-list
    [data-css="tve-u-1725b1dc4a5"] {
    max-width: 56.3%;
  }
  .tve-theme-1128
    .sidebar-section
    [data-css="tve-u-1725b1dc49c"].tcb-post-list
    .thrv-content-box
    [data-css="tve-u-1725b1dc4a4"] {
    min-height: 111px !important;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-1725b726785"] {
    flex-wrap: wrap !important;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-1725b9b3f84"] {
    flex-wrap: wrap !important;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-1725b9a1445"] {
    flex-wrap: wrap !important;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-1725b99d603"]::after {
    clear: both;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-1725b999d4c"] {
    max-width: 102px;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-1725b999d50"] {
    max-width: 67.9%;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-1725b9aa7af"]::after {
    clear: both;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-1725b92033c"] {
    width: 100%;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-1725bcd2d3f"] {
    margin-bottom: 0px !important;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-1725b69447d"] {
    flex-wrap: nowrap !important;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-1725b9a758b"] {
    max-width: 101px;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-1725b9a758e"] {
    max-width: 67.9%;
  }
  .tve-theme-1128 .top-section .section-content {
    padding: 0px !important;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-17274bcd136"] {
    float: none;
    z-index: 3;
    position: relative;
    font-size: 20px;
    width: 20px;
    height: 20px;
    padding: 1px !important;
    margin-bottom: 8px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-17274bcd13c"]::after {
    clear: both;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-17274bd5830"] {
    float: none;
    z-index: 3;
    position: relative;
    font-size: 18px;
    width: 18px;
    height: 18px;
    padding: 1px !important;
    margin-bottom: 8px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-17274bd6d19"] {
    float: none;
    z-index: 3;
    position: relative;
    font-size: 20px;
    width: 20px;
    height: 20px;
    padding: 1px !important;
    margin-bottom: 8px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-17274be9272"] {
    max-width: 39.7%;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-17274be9276"] {
    max-width: 60.3%;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-17274bef98a"] {
    margin-bottom: 0px !important;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-17274a927ac"] {
    height: 200px !important;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-17274b6f348"] {
    height: 200px !important;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-17274b694af"] {
    height: 200px !important;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-1727ff38e20"] {
    text-align: center;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-17274b0028c"] {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    padding-left: 20px !important;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-172a2dce50f"] .tcb-button-link {
    padding: 18px !important;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-172a2dce50f"] {
    float: none;
    min-width: 0px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-172ff5e0f1c"] {
    margin-left: 0px !important;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-1725b726785"] > .tcb-flex-col {
    flex-basis: 390px !important;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-17274ba846c"] {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-1725b9b3f84"] > .tcb-flex-col {
    flex-basis: 390px !important;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-1725b9a1445"] > .tcb-flex-col {
    flex-basis: 390px !important;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-172ff6007be"] {
    text-align: center;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-172ff602ecc"] {
    text-align: center;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-17274be0bee"] {
    text-align: center;
  }
  :not(#tve) .tve-theme-1128 .top-section [data-css="tve-u-17274c65d9d"] {
    font-size: 9px !important;
  }
  :not(#tve) .tve-theme-1128 .top-section [data-css="tve-u-17274c6739e"] {
    font-size: 9px !important;
  }
  :not(#tve) .tve-theme-1128 .top-section [data-css="tve-u-17274c62c05"] {
    font-size: 9px !important;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-172ff617425"] {
    font-size: 44px !important;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-1727ff1cc59"] {
    font-size: 30px !important;
  }
  .tve-theme-1128 .top-section [data-css="tve-u-17274b0593b"] {
    margin-bottom: 0px !important;
  }
  .tve-theme-1130 #content {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .tve-theme-1130 .main-container {
    padding: 10px !important;
  }
  .tve-theme-1130
    .top-section
    .thrv-divider[data-css="tve-u-16f18a198ec"]
    .tve_sep {
    border-width: 1px !important;
    border-color: rgba(255, 255, 255, 0.75) !important;
  }
  .tve-theme-1130 .top-section .section-content {
    min-height: 200px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .tve-theme-1130
    .top-section
    .thrv-divider[data-css="tve-u-16f18a16842"]
    .tve_sep {
    border-width: 1px !important;
    border-color: rgba(255, 255, 255, 0.75) !important;
  }
  .tve-theme-1130 .top-section [data-css="tve-u-16f18a198ec"] {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .tve-theme-1130 .top-section [data-css="tve-u-16f18a16842"] {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  :not(#tve) .tve-theme-1130 .top-section [data-css="tve-u-16f189c8a2a"] {
    font-size: 30px !important;
  }
  :not(#tve) .tve-theme-1130 .top-section [data-css="tve-u-16f18a2a395"] {
    line-height: 1.4em !important;
  }
  .tve-theme-1130 .sidebar-section [data-css="tve-u-17067b4e566"] {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .tve-theme-1130
    .sidebar-section
    .tcb-post-list[data-css="tve-u-17067be2282"]
    .post-wrapper.thrv_wrapper {
    width: calc((100% - 0px) / 1);
  }
  .tve-theme-1130
    .sidebar-section
    .tcb-post-list[data-css="tve-u-17067be2282"]
    .post-wrapper.thrv_wrapper:nth-child(n + 2) {
    margin-top: 15px !important;
  }
  .tve-theme-1130
    .sidebar-section
    [data-css="tve-u-17067be2282"].tcb-post-list
    [data-css="tve-u-17067be2288"] {
    flex-wrap: nowrap !important;
  }
  .tve-theme-1130
    .sidebar-section
    .tcb-post-list[data-css="tve-u-17067be2282"]
    .post-wrapper.thrv_wrapper:not(:nth-child(n + 2)) {
    margin-top: 0px !important;
  }
  .tve-theme-1130
    .sidebar-section
    .tcb-post-list[data-css="tve-u-17067be2282"]
    .post-wrapper.thrv_wrapper:nth-child(n) {
    margin-right: 0px !important;
  }
  .tve-theme-1130 .sidebar-section .section-content {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .tve-theme-1130 .bottom-section .section-content {
    padding-left: 20px !important;
    padding-right: 20px !important;
    min-height: 1px !important;
  }
  :not(#tve)
    .tve-theme-1130
    .bottom-section
    [data-css="tve-u-1706857716d"]
    button {
    font-size: var(--tve-font-size, 12px);
  }
  .tve-theme-1130 .bottom-section [data-css="tve-u-1706857716d"] {
    --tve-font-size: 12px;
  }
  .tve-theme-1130 .content-section #main .post-wrapper.thrv_wrapper {
    width: calc((100% - 0px) / 1);
  }
  .tve-theme-1130 .content-section #main [data-css="tve-u-16ff1dd190b"] {
    padding: 10px 0 0px !important;
  }
  .tve-theme-1130 .content-section #main {
    padding: 0;
  }
  .tve-theme-1130
    .content-section
    #main
    .post-wrapper.thrv_wrapper:nth-child(n + 2) {
    margin-top: 30px !important;
  }
  .tve-theme-1130
    .content-section
    #main
    .post-wrapper.thrv_wrapper:not(:nth-child(n + 2)) {
    margin-top: 0px !important;
  }
  .tve-theme-1130
    .content-section
    #main
    .post-wrapper.thrv_wrapper:nth-child(n) {
    margin-right: 0px !important;
  }
  .tve-theme-1130 .content-section [data-css="tve-u-17044071be0"] {
    max-width: 100%;
    min-width: 100% !important;
  }
  .tve-theme-1130 .content-section .section-content {
    padding: 20px 10px !important;
  }
  .tve-theme-1130
    .content-section
    [data-css="tve-u-17182e41744"].tcb-post-list
    .post-wrapper {
    min-width: 100%;
  }
  .tve-theme-1130
    .content-section
    [data-css="tve-u-17182e41744"].tcb-post-list
    .thrv-content-box
    [data-css="tve-u-17182e41748"] {
    min-height: 135px !important;
  }
  .tve-theme-1130
    .content-section
    .tcb-post-list[data-css="tve-u-17182e41744"]
    .post-wrapper.thrv_wrapper {
    width: calc((100% - 0px) / 1);
  }
  .tve-theme-1130
    .content-section
    .tcb-post-list[data-css="tve-u-17182e41744"]
    .post-wrapper.thrv_wrapper:not(:nth-child(n + 2)) {
    margin-top: 0px !important;
  }
  .tve-theme-1130
    .content-section
    .tcb-post-list[data-css="tve-u-17182e41744"]
    .post-wrapper.thrv_wrapper:nth-child(n) {
    margin-right: 0px !important;
  }
  .tve-theme-1130
    .content-section
    [data-css="tve-u-17182e41744"].tcb-post-list
    [data-css="tve-u-17182e41746"] {
    padding: 20px !important;
  }
  .tve-theme-1146 .main-container {
    padding: 10px !important;
  }
  .tve-theme-1146 .bottom-section .section-content {
    padding: 20px !important;
  }
  .tve-theme-1146 .bottom-section .section-background {
    clip-path: url("#clip-mobile-bottom-6e0e5c2414734");
    background-image: linear-gradient(
      var(--tcb-skin-color-19),
      var(--tcb-skin-color-19)
    ) !important;
    background-size: auto !important;
    background-position: 50% 50% !important;
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
  }
  .tve-theme-1146 .bottom-section [data-css="tve-u-16fa9b2e6d1"] {
    margin-bottom: 15px !important;
    width: 100% !important;
  }
  :not(#tve) .tve-theme-1146 .bottom-section [data-css="tve-u-16ec6eb74ad"] {
    max-width: 100%;
    width: 100%;
  }
  .tve-theme-1146 .sidebar-section .section-content {
    padding: 20px 10px !important;
  }
  .tve-theme-1146 .sidebar-section {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1146 .sidebar-section [data-css="tve-u-1702012ffdb"] {
    margin-bottom: 0px !important;
  }
  .tve-theme-1146
    .content-section
    .tcb-post-list[data-css="tve-u-16ecb5f152b"]
    .post-wrapper.thrv_wrapper {
    width: calc((100% - 0px) / 1);
  }
  .tve-theme-1146
    .content-section
    .tcb-post-list[data-css="tve-u-16ecb5f152b"]
    .post-wrapper.thrv_wrapper:nth-child(n + 2) {
    margin-top: 20px !important;
  }
  .tve-theme-1146
    .content-section
    [data-css="tve-u-16ecb5f152b"].tcb-post-list
    .post-wrapper {
    min-width: 100%;
  }
  .tve-theme-1146
    .content-section
    .tcb-post-list[data-css="tve-u-16ecb5f152b"]
    .post-wrapper.thrv_wrapper:not(:nth-child(n + 2)) {
    margin-top: 0px !important;
  }
  .tve-theme-1146
    .content-section
    .tcb-post-list[data-css="tve-u-16ecb5f152b"]
    .post-wrapper.thrv_wrapper:nth-child(n) {
    margin-right: 0px !important;
  }
  .tve-theme-1146 .content-section .section-content {
    padding: 20px 10px !important;
  }
  .tve-theme-1146 .content-section [data-css="tve-u-170199f5045"] {
    top: 0;
    left: 0;
    position: relative;
    float: left;
    z-index: 3;
    font-size: 16px;
    width: 16px;
    height: 16px;
    padding-right: 16px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
    padding-top: 7px !important;
  }
  .tve-theme-1146 .content-section [data-css="tve-u-17019a634b0"] {
    float: none;
    top: 0;
    left: 0;
    max-width: 146px;
    position: relative !important;
    padding: 4px !important;
  }
  .tve-theme-1146 .content-section [data-css="tve-u-17019ad2ca6"] {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1146 .content-section [data-css="tve-u-16ec5d248bb"] {
    max-width: 100%;
    margin-top: 10px !important;
  }
  .tve-theme-1146 .content-section [data-css="tve-u-16ecb61f672"] {
    margin-bottom: 15px !important;
  }
  .tve-theme-1146 .content-section [data-css="tve-u-16ecb5f152b"] {
    margin-bottom: 20px !important;
  }
  .tve-theme-1146 .content-section [data-css="tve-u-17063360500"] {
    background-color: rgba(255, 255, 255, 0.85) !important;
  }
  .tve-theme-1146
    .content-section
    [data-css="tve-u-17019ad2ca6"]
    .tve_social_items {
    font-size: 8px !important;
  }
  .tve-theme-1146 .content-section .comment-form .comment-form-submit {
    max-width: 100%;
    width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px !important;
  }
  .tve-theme-1146 .top-section .section-content {
    --tve-font-size: 10px;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .tve-theme-1146 .top-section .section-content p,
  .tve-theme-1146 .top-section .section-content li,
  .tve-theme-1146 .top-section .section-content label,
  .tve-theme-1146 .top-section .section-content .tcb-plain-text {
    font-size: var(--tve-font-size, 10px);
  }
  :not(#tve)
    .tve-theme-1146
    .top-section
    [data-css="tve-u-16efe7da179"]
    .thrive-breadcrumb-separator {
    font-size: 10px !important;
    width: 10px !important;
    height: 10px !important;
  }
  .tve-theme-1146
    .top-section
    [data-css="tve-u-16efe7da179"]
    .thrive-breadcrumb-path
    a {
    font-size: var(--tve-font-size, 14px) !important;
  }
  .tve-theme-1146
    .top-section
    [data-css="tve-u-16efe7da179"]
    .thrive-breadcrumb-path {
    --tve-font-size: 14px;
  }
  .tve-theme-1147 .bottom-section [data-css="tve-u-16efa161c92"] {
    min-width: 100%;
    margin-bottom: 15px !important;
    margin-top: 0px !important;
  }
  .tve-theme-1147 .bottom-section [data-css="tve-u-16efa157f12"] {
    float: none;
    min-width: 0px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .tve-theme-1147 .bottom-section [data-css="tve-u-16efa12ec05"] {
    margin-bottom: 20px !important;
  }
  .tve-theme-1147 .bottom-section .section-content {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .tve-theme-1147
    .content-section
    .tcb-post-list[data-css="tve-u-16ecb5f152b"]
    .post-wrapper.thrv_wrapper {
    width: calc((100% - 0px) / 1);
  }
  .tve-theme-1147
    .content-section
    .tcb-post-list[data-css="tve-u-16ecb5f152b"]
    .post-wrapper.thrv_wrapper:nth-child(n + 2) {
    margin-top: 20px !important;
  }
  .tve-theme-1147
    .content-section
    [data-css="tve-u-16ecb5f152b"].tcb-post-list
    .post-wrapper {
    min-width: 100%;
  }
  .tve-theme-1147
    .content-section
    .tcb-post-list[data-css="tve-u-16ecb5f152b"]
    .post-wrapper.thrv_wrapper:not(:nth-child(n + 2)) {
    margin-top: 0px !important;
  }
  .tve-theme-1147
    .content-section
    .tcb-post-list[data-css="tve-u-16ecb5f152b"]
    .post-wrapper.thrv_wrapper:nth-child(n) {
    margin-right: 0px !important;
  }
  .tve-theme-1147 .content-section .section-content {
    padding: 20px 10px !important;
  }
  .tve-theme-1147 .content-section [data-css="tve-u-170199f5045"] {
    top: 0;
    left: 0;
    position: relative;
    float: left;
    z-index: 3;
    font-size: 16px;
    width: 16px;
    height: 16px;
    padding-right: 16px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
    padding-top: 7px !important;
  }
  .tve-theme-1147 .content-section [data-css="tve-u-17019a634b0"] {
    float: none;
    top: 0;
    left: 0;
    max-width: 146px;
    position: relative !important;
    padding: 4px !important;
  }
  .tve-theme-1147 .content-section [data-css="tve-u-17019ad2ca6"] {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1147 .content-section [data-css="tve-u-16ec5d248bb"] {
    max-width: 100%;
    margin-top: 10px !important;
  }
  .tve-theme-1147 .content-section [data-css="tve-u-16ecb61f672"] {
    margin-bottom: 15px !important;
  }
  .tve-theme-1147 .content-section [data-css="tve-u-16ecb5f152b"] {
    margin-bottom: 20px !important;
  }
  .tve-theme-1147 .content-section [data-css="tve-u-17063360500"] {
    background-color: rgba(255, 255, 255, 0.85) !important;
  }
  .tve-theme-1147
    .content-section
    [data-css="tve-u-17019ad2ca6"]
    .tve_social_items {
    font-size: 8px !important;
  }
  .tve-theme-1147 .content-section .comment-form .comment-form-submit {
    max-width: 100%;
    width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px !important;
  }
  .tve-theme-1147 .main-container {
    padding: 10px !important;
  }
  .tve-theme-1147 .sidebar-section [data-css="tve-u-17067b4e566"] {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .tve-theme-1147
    .sidebar-section
    .tcb-post-list[data-css="tve-u-17067be2282"]
    .post-wrapper.thrv_wrapper {
    width: calc((100% - 0px) / 1);
  }
  .tve-theme-1147
    .sidebar-section
    .tcb-post-list[data-css="tve-u-17067be2282"]
    .post-wrapper.thrv_wrapper:nth-child(n + 2) {
    margin-top: 15px !important;
  }
  .tve-theme-1147
    .sidebar-section
    [data-css="tve-u-17067be2282"].tcb-post-list
    [data-css="tve-u-17067be2288"] {
    flex-wrap: nowrap !important;
  }
  .tve-theme-1147
    .sidebar-section
    .tcb-post-list[data-css="tve-u-17067be2282"]
    .post-wrapper.thrv_wrapper:not(:nth-child(n + 2)) {
    margin-top: 0px !important;
  }
  .tve-theme-1147
    .sidebar-section
    .tcb-post-list[data-css="tve-u-17067be2282"]
    .post-wrapper.thrv_wrapper:nth-child(n) {
    margin-right: 0px !important;
  }
  .tve-theme-1147 .sidebar-section .section-content {
    padding: 20px 10px !important;
  }
  .tve-theme-1147 .sidebar-section [data-css="tve-u-170670eee10"] {
    min-width: 100% !important;
  }
  .tve-theme-1147 .top-section .section-content {
    min-height: 295px !important;
    padding: 20px !important;
  }
  :not(#tve) .tve-theme-1147 .top-section [data-css="tve-u-16ed080d346"] {
    font-size: 28px !important;
    padding-bottom: 15px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1147 .top-section [data-css="tve-u-16ed0d94f7e"] {
    flex-wrap: nowrap !important;
  }
  :not(#tve) .tve-theme-1147 .top-section [data-css="tve-u-16ed0d79075"] {
    font-size: 10px !important;
  }
  :not(#tve) .tve-theme-1147 .top-section [data-css="tve-u-16ed0d8abf4"] {
    font-size: 10px !important;
  }
  .tve-theme-1147 .top-section [data-css="tve-u-16ed0d8e6d3"] {
    text-transform: uppercase !important;
    letter-spacing: 3px !important;
    font-size: 10px !important;
  }
  .tve-theme-1147 .top-section [data-css="tve-u-16ed085b637"] {
    margin-bottom: 0px !important;
  }
  :not(#tve) .tve-theme-1147 .top-section [data-css="tve-u-16ed085f8e0"] {
    font-size: 10px !important;
  }
  .tve-theme-1147 .top-section [data-css="tve-u-16ed082a72d"] {
    margin-bottom: 0px !important;
  }
  .tve-theme-1147 .top-section [data-css="tve-u-16ed0d76361"] {
    padding: 4px !important;
  }
  .tve-theme-1148 .main-container {
    padding: 10px !important;
  }
  .tve-theme-1148
    .content-section
    .tcb-post-list[data-css="tve-u-16ecb5f152b"]
    .post-wrapper.thrv_wrapper {
    width: calc((100% - 0px) / 1);
  }
  .tve-theme-1148
    .content-section
    .tcb-post-list[data-css="tve-u-16ecb5f152b"]
    .post-wrapper.thrv_wrapper:nth-child(n + 2) {
    margin-top: 20px !important;
  }
  .tve-theme-1148
    .content-section
    [data-css="tve-u-16ecb5f152b"].tcb-post-list
    .post-wrapper {
    min-width: 100%;
  }
  .tve-theme-1148
    .content-section
    .tcb-post-list[data-css="tve-u-16ecb5f152b"]
    .post-wrapper.thrv_wrapper:not(:nth-child(n + 2)) {
    margin-top: 0px !important;
  }
  .tve-theme-1148
    .content-section
    .tcb-post-list[data-css="tve-u-16ecb5f152b"]
    .post-wrapper.thrv_wrapper:nth-child(n) {
    margin-right: 0px !important;
  }
  .tve-theme-1148 .content-section .section-content {
    padding: 20px 10px !important;
  }
  .tve-theme-1148 .content-section [data-css="tve-u-170199f5045"] {
    top: 0;
    left: 0;
    position: relative;
    float: left;
    z-index: 3;
    font-size: 16px;
    width: 16px;
    height: 16px;
    padding-right: 16px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
    padding-top: 7px !important;
  }
  .tve-theme-1148 .content-section [data-css="tve-u-17019a634b0"] {
    float: none;
    top: 0;
    left: 0;
    max-width: 146px;
    position: relative !important;
    padding: 4px !important;
  }
  .tve-theme-1148 .content-section [data-css="tve-u-17019ad2ca6"] {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1148 .content-section [data-css="tve-u-16ec5d248bb"] {
    max-width: 100%;
    margin-top: 10px !important;
  }
  .tve-theme-1148 .content-section [data-css="tve-u-16ecb61f672"] {
    margin-bottom: 15px !important;
  }
  .tve-theme-1148 .content-section [data-css="tve-u-16ecb5f152b"] {
    margin-bottom: 20px !important;
  }
  .tve-theme-1148 .content-section [data-css="tve-u-17063360500"] {
    background-color: rgba(255, 255, 255, 0.85) !important;
  }
  .tve-theme-1148
    .content-section
    [data-css="tve-u-17019ad2ca6"]
    .tve_social_items {
    font-size: 8px !important;
  }
  .tve-theme-1148 .content-section .comment-form .comment-form-submit {
    max-width: 100%;
    width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px !important;
  }
  .tve-theme-1148 .sidebar-section [data-css="tve-u-17067b4e566"] {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .tve-theme-1148
    .sidebar-section
    .tcb-post-list[data-css="tve-u-17067be2282"]
    .post-wrapper.thrv_wrapper {
    width: calc((100% - 0px) / 1);
  }
  .tve-theme-1148
    .sidebar-section
    .tcb-post-list[data-css="tve-u-17067be2282"]
    .post-wrapper.thrv_wrapper:nth-child(n + 2) {
    margin-top: 15px !important;
  }
  .tve-theme-1148
    .sidebar-section
    [data-css="tve-u-17067be2282"].tcb-post-list
    [data-css="tve-u-17067be2288"] {
    flex-wrap: nowrap !important;
  }
  .tve-theme-1148
    .sidebar-section
    .tcb-post-list[data-css="tve-u-17067be2282"]
    .post-wrapper.thrv_wrapper:not(:nth-child(n + 2)) {
    margin-top: 0px !important;
  }
  .tve-theme-1148
    .sidebar-section
    .tcb-post-list[data-css="tve-u-17067be2282"]
    .post-wrapper.thrv_wrapper:nth-child(n) {
    margin-right: 0px !important;
  }
  .tve-theme-1148 .sidebar-section .section-content {
    padding: 20px 10px !important;
  }
  .tve-theme-1148 .sidebar-section [data-css="tve-u-170670eee10"] {
    min-width: 100% !important;
  }
  .tve-theme-1148 .bottom-section [data-css="tve-u-16eccd9c6d3"] {
    max-width: 181px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 20px !important;
  }
  .tve-theme-1148 .bottom-section [data-css="tve-u-170773f37b8"] {
    float: none;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
  :not(#tve) .tve-theme-1148 .bottom-section [data-css="tve-u-170773f37b8"] {
    max-width: 100%;
    width: 100%;
  }
  .tve-theme-1148 .bottom-section .section-content {
    padding: 20px 20px 60px !important;
  }
  .tve-theme-1148 .bottom-section [data-css="tve-u-170773f37a5"] input,
  .tve-theme-1148 .bottom-section [data-css="tve-u-170773f37a5"] textarea {
    margin-bottom: 0px !important;
  }
  .tve-theme-1148 .bottom-section [data-css="tve-u-170773f37ac"] input,
  .tve-theme-1148 .bottom-section [data-css="tve-u-170773f37ac"] textarea {
    margin-bottom: 0px !important;
  }
  .tve-theme-1148 .bottom-section [data-css="tve-u-170773f37b2"] input,
  .tve-theme-1148 .bottom-section [data-css="tve-u-170773f37b2"] textarea {
    margin-bottom: 0px !important;
  }
  .tve-theme-1148 .bottom-section [data-css="tve-u-170773f37a2"] {
    margin-bottom: 4px !important;
  }
  .tve-theme-1148 .bottom-section [data-css="tve-u-170773f37a8"] {
    margin-bottom: 4px !important;
  }
  .tve-theme-1148 .bottom-section [data-css="tve-u-170773f37af"] {
    margin-bottom: 4px !important;
  }
  .tve-theme-1148 .top-section .section-content {
    min-height: 295px !important;
    padding: 50px 20px !important;
  }
  :not(#tve) .tve-theme-1148 .top-section [data-css="tve-u-16ed080d346"] {
    font-size: 28px !important;
    padding-bottom: 15px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1148 .top-section [data-css="tve-u-16ed0d94f7e"] {
    flex-wrap: nowrap !important;
  }
  :not(#tve) .tve-theme-1148 .top-section [data-css="tve-u-16ed0d79075"] {
    font-size: 10px !important;
  }
  :not(#tve) .tve-theme-1148 .top-section [data-css="tve-u-16ed0d8abf4"] {
    font-size: 10px !important;
  }
  .tve-theme-1148 .top-section [data-css="tve-u-16ed0d8e6d3"] {
    text-transform: uppercase !important;
    letter-spacing: 3px !important;
    font-size: 10px !important;
  }
  .tve-theme-1148 .top-section [data-css="tve-u-16ed085b637"] {
    margin-bottom: 6px !important;
  }
  :not(#tve) .tve-theme-1148 .top-section [data-css="tve-u-16ed085f8e0"] {
    font-size: 10px !important;
  }
  .tve-theme-1148 .top-section [data-css="tve-u-16ed082a72d"] {
    margin-bottom: 0px !important;
  }
  .tve-theme-1148 .top-section [data-css="tve-u-1707d1f6e73"] {
    max-width: 100% !important;
  }
  .tve-theme-1148 .top-section [data-css="tve-u-16ed0d76361"] {
    padding: 4px !important;
  }
  .tve-theme-1152 .bottom-section .section-content {
    padding: 20px !important;
  }
  .tve-theme-1152 .main-container {
    padding: 10px !important;
  }
  .tve-theme-1152 #content {
    padding: 0px !important;
  }
  .tve-theme-1152 .sidebar-section .section-content {
    padding: 20px 10px !important;
  }
  .tve-theme-1152 .content-section .section-content {
    padding: 20px 10px !important;
  }
  .tve-theme-1152 .top-section .section-content {
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding: 50px 20px 70px !important;
    min-height: 200px !important;
  }
  .tve-theme-1152 .top-section .section-background {
    clip-path: url("#clip-mobile-bottom-855025219fc47");
  }
  .tve-theme-1152 .top-section [data-css="tve-u-16ffc04d542"] {
    max-width: 100%;
  }
  .tve-theme-1124 .top-section .section-content {
    padding: 25px 20px !important;
  }
  .tve-theme-1124 .main-container {
    padding: 10px !important;
  }
  .tve-theme-1124 .content-section .section-content {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .tve-theme-1124 .bottom-section [data-css="tve-u-172f0121a55"] {
    margin-left: -15px;
    flex-wrap: wrap !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .tve-theme-1124
    .bottom-section
    [data-css="tve-u-172f0121a55"]
    > .tcb-flex-col {
    padding-left: 15px;
    flex-basis: 121px !important;
  }
  .tve-theme-1124 .bottom-section [data-css="tve-u-172f0121a57"] {
    text-align: left;
  }
  .tve-theme-1124 .bottom-section .section-content {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .tve-theme-1124 .bottom-section [data-css="tve-u-172f0349550"] {
    z-index: 3;
    position: relative;
    font-size: 24px;
    width: 24px;
    height: 24px;
    float: left;
    padding: 2px !important;
    margin-left: auto !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
  }
  :not(#tve) .tve-theme-1124 .bottom-section [data-css="tve-u-172f03d7ad8"] {
    letter-spacing: 1px;
    font-size: 11px !important;
  }
  :not(#tve) .tve-theme-1124 .bottom-section [data-css="tve-u-172f03e596c"] {
    letter-spacing: 1px;
    font-size: 9px !important;
  }
  .tve-theme-1124 .bottom-section [data-css="tve-u-172f04a8abc"] {
    z-index: 3;
    position: relative;
    font-size: 24px;
    width: 24px;
    height: 24px;
    float: left;
    padding: 2px !important;
    margin-left: auto !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1124 .bottom-section [data-css="tve-u-172f04bd161"] {
    z-index: 3;
    position: relative;
    font-size: 24px;
    width: 24px;
    height: 24px;
    float: left;
    padding: 2px !important;
    margin-left: auto !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
  }
  :not(#tve) .tve-theme-1124 .bottom-section [data-css="tve-u-172f04c2dbf"] {
    letter-spacing: 1px;
    font-size: 11px !important;
  }
  :not(#tve) .tve-theme-1124 .bottom-section [data-css="tve-u-172f04c38b5"] {
    letter-spacing: 1px;
    font-size: 11px !important;
  }
  .tve-theme-1124 .bottom-section [data-css="tve-u-172f04c6682"] {
    min-width: 100%;
    margin-bottom: 12px !important;
  }
  .tve-theme-1124 .bottom-section [data-css="tve-u-172f04d338e"] {
    min-width: 100%;
    margin-bottom: 12px !important;
  }
  .tve-theme-1124 .bottom-section [data-css="tve-u-172f04d4a7b"] {
    min-width: 100%;
    margin-bottom: 12px !important;
  }
  .tve-theme-1124 .bottom-section [data-css="tve-u-172f04f7b91"] {
    flex-wrap: wrap !important;
  }
  .tve-theme-1124
    .bottom-section
    [data-css="tve-u-172f04f7b91"]
    > .tcb-flex-col {
    flex-basis: 390px !important;
  }
  .tve-theme-1124 .bottom-section [data-css="tve-u-172f050034d"]::after {
    clear: both;
  }
  .tve-theme-1124 .bottom-section [data-css="tve-u-172f0502711"]::after {
    clear: both;
  }
  .tve-theme-1124 .bottom-section [data-css="tve-u-172f050323b"]::after {
    clear: both;
  }
  .tve-theme-1124 .bottom-section [data-css="tve-u-17304551d76"] {
    padding: 1px !important;
  }
  .tve-theme-1124 .bottom-section [data-css="tve-u-17304551d74"] {
    padding: 1px !important;
  }
  .tve-theme-1124 .bottom-section [data-css="tve-u-17304551d72"] {
    width: 71px;
    float: right;
    z-index: 3;
    position: relative;
    margin: 0 auto !important;
    padding: 0px !important;
  }
  .tve-theme-1124 .bottom-section [data-css="tve-u-1730457a26b"]::after {
    clear: both;
  }
  .tve-theme-1124
    .bottom-section
    [data-css="tve-u-17304551d6f"]
    > .tcb-flex-col {
    flex-basis: 108px !important;
  }
  .tve-theme-1124 .bottom-section [data-css="tve-u-17304551d78"] {
    margin-bottom: 0px !important;
    padding: 0px !important;
  }
  .tve-theme-1124 .bottom-section [data-css="tve-u-17304551d6b"] {
    min-height: 1px;
  }
  .tve-theme-1124 .bottom-section [data-css="tve-u-17304551d6c"] {
    margin-bottom: 0px !important;
  }
  .tve-theme-1124 .bottom-section [data-css="tve-u-17304551d6e"] {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1124 .sidebar-section .section-content {
    padding: 20px 10px 10px !important;
  }
  .tve-theme-1124 .sidebar-section {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1124 .sidebar-section [data-css="tve-u-17299dac952"] {
    flex-wrap: nowrap !important;
  }
  .tve-theme-1124 .sidebar-section [data-css="tve-u-17299dac955"] {
    max-width: 101px;
  }
  .tve-theme-1124 .sidebar-section [data-css="tve-u-17299dac956"] {
    max-width: 68.1%;
  }
  .tve-theme-1124 .sidebar-section [data-css="tve-u-17299dac964"] {
    margin-bottom: 15px !important;
  }
  .tve-theme-1124 .sidebar-section [data-css="tve-u-17299dac966"] {
    float: right;
    z-index: 3;
    position: relative;
    font-size: 18px;
    width: 18px;
    height: 18px;
    padding: 18px !important;
  }
  .tve-theme-1124 .sidebar-section [data-css="tve-u-17299dac967"]::after {
    clear: both;
  }
  .tve-theme-1124 .sidebar-section [data-css="tve-u-17299dd7209"] {
    margin-bottom: 15px !important;
  }
  .tve-theme-1124 .sidebar-section [data-css="tve-u-17299ddf06d"] {
    margin-bottom: 15px !important;
  }
  .tve-theme-1124 .sidebar-section [data-css="tve-u-17299deb6e1"] {
    float: right;
    z-index: 3;
    position: relative;
    font-size: 18px;
    width: 18px;
    height: 18px;
    padding: 18px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .tve-theme-1124 .sidebar-section [data-css="tve-u-17299dec597"] {
    float: right;
    z-index: 3;
    position: relative;
    font-size: 18px;
    width: 18px;
    height: 18px;
    padding: 18px !important;
  }
  .tve-theme-1124 .sidebar-section [data-css="tve-u-17299e9512b"] {
    flex-wrap: nowrap !important;
  }
  .tve-theme-1124 .sidebar-section [data-css="tve-u-17299e95f26"] {
    flex-wrap: nowrap !important;
  }
  .tve-theme-1124 .sidebar-section [data-css="tve-u-17299e9725b"] {
    flex-wrap: nowrap !important;
  }
  .tve-theme-1124 .sidebar-section [data-css="tve-u-17299e991f6"] {
    float: right;
    z-index: 3;
    position: relative;
    font-size: 18px;
    width: 18px;
    height: 18px;
    padding: 18px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .tve-theme-1124 .sidebar-section [data-css="tve-u-17299ec002b"] {
    margin-bottom: 15px !important;
  }
  .tve-theme-1124 .sidebar-section [data-css="tve-u-17300cf1d4a"]::after {
    clear: both;
  }
  .tve-theme-1124 .sidebar-section [data-css="tve-u-17300cf2408"]::after {
    clear: both;
  }
  .tve-theme-1124 .sidebar-section [data-css="tve-u-17300cf2b1e"]::after {
    clear: both;
  }
  .tve-theme-1124 .sidebar-section [data-css="tve-u-17304aa32b5"] {
    max-width: 33.7%;
  }
  .tve-theme-1124 .sidebar-section [data-css="tve-u-17304aa32b8"] {
    max-width: 66.3%;
  }
  .tve-theme-1124 .sidebar-section [data-css="tve-u-17304aa49a2"] {
    max-width: 33.7%;
  }
  .tve-theme-1124 .sidebar-section [data-css="tve-u-17304aa49a5"] {
    max-width: 66.3%;
  }
  .tve-theme-1124 .sidebar-section [data-css="tve-u-17304aa5040"] {
    max-width: 33.7%;
  }
  .tve-theme-1124 .sidebar-section [data-css="tve-u-17304aa5042"] {
    max-width: 66.3%;
  }
  .tve-theme-1125 .bottom-section [data-css="tve-u-17298d7b5c5"] {
    margin-bottom: 0px !important;
  }
  .tve-theme-1125 .bottom-section [data-css="tve-u-17299791844"] {
    margin-left: -4px;
    flex-wrap: wrap !important;
  }
  .tve-theme-1125
    .bottom-section
    [data-css="tve-u-17299791844"]
    > .tcb-flex-col {
    padding-left: 4px;
    flex-basis: 90px !important;
  }
  .tve-theme-1125 .bottom-section [data-css="tve-u-17299791c13"] {
    text-align: center;
  }
  .tve-theme-1125 .bottom-section [data-css="tve-u-172997a0646"] {
    padding: 10px !important;
  }
  .tve-theme-1125 .bottom-section .section-content {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .tve-theme-1125 .bottom-section [data-css="tve-u-1729ebe58a7"] {
    padding: 20px !important;
  }
  .tve-theme-1125
    .bottom-section
    [data-css="tve-u-1729edd8f24"]
    .tcb-button-link {
    padding: 11px !important;
  }
  :not(#tve) .tve-theme-1125 .bottom-section [data-css="tve-u-1729ed2a2b0"] {
    letter-spacing: 1px;
    font-size: 11px !important;
  }
  .tve-theme-1125 .bottom-section [data-css="tve-u-1729edd8f24"] {
    float: none;
    min-width: 100% !important;
  }
  .tve-theme-1125 .bottom-section [data-css="tve-u-1729ee20f38"] {
    --tve-font-size: 9px;
    padding-left: 10px !important;
    padding-right: 0px !important;
  }
  :not(#tve) .tve-theme-1125 .bottom-section [data-css="tve-u-1729ee20f38"] p,
  :not(#tve) .tve-theme-1125 .bottom-section [data-css="tve-u-1729ee20f38"] li,
  :not(#tve)
    .tve-theme-1125
    .bottom-section
    [data-css="tve-u-1729ee20f38"]
    blockquote,
  :not(#tve)
    .tve-theme-1125
    .bottom-section
    [data-css="tve-u-1729ee20f38"]
    address,
  :not(#tve)
    .tve-theme-1125
    .bottom-section
    [data-css="tve-u-1729ee20f38"]
    .tcb-plain-text,
  :not(#tve)
    .tve-theme-1125
    .bottom-section
    [data-css="tve-u-1729ee20f38"]
    label {
    font-size: var(--tve-font-size, 9px);
  }
  .tve-theme-1125 .top-section .section-content {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .tve-theme-1125 .content-section .section-content {
    padding: 10px !important;
  }
  .tve-theme-1125 .main-container {
    padding: 10px !important;
  }
  .tve-theme-1125 .sidebar-section .section-content {
    padding: 20px 10px 10px !important;
  }
  .tve-theme-1125 .sidebar-section {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1125 .sidebar-section [data-css="tve-u-17299dac952"] {
    flex-wrap: nowrap !important;
  }
  .tve-theme-1125 .sidebar-section [data-css="tve-u-17299dac955"] {
    max-width: 101px;
  }
  .tve-theme-1125 .sidebar-section [data-css="tve-u-17299dac956"] {
    max-width: 68.1%;
  }
  .tve-theme-1125 .sidebar-section [data-css="tve-u-17299dac964"] {
    margin-bottom: 15px !important;
  }
  .tve-theme-1125 .sidebar-section [data-css="tve-u-17299dac966"] {
    float: right;
    z-index: 3;
    position: relative;
    font-size: 18px;
    width: 18px;
    height: 18px;
    padding: 18px !important;
  }
  .tve-theme-1125 .sidebar-section [data-css="tve-u-17299dac967"]::after {
    clear: both;
  }
  .tve-theme-1125 .sidebar-section [data-css="tve-u-17299dd7209"] {
    margin-bottom: 15px !important;
  }
  .tve-theme-1125 .sidebar-section [data-css="tve-u-17299ddf06d"] {
    margin-bottom: 15px !important;
  }
  .tve-theme-1125 .sidebar-section [data-css="tve-u-17299deb6e1"] {
    float: right;
    z-index: 3;
    position: relative;
    font-size: 18px;
    width: 18px;
    height: 18px;
    padding: 18px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .tve-theme-1125 .sidebar-section [data-css="tve-u-17299dec597"] {
    float: right;
    z-index: 3;
    position: relative;
    font-size: 18px;
    width: 18px;
    height: 18px;
    padding: 18px !important;
  }
  .tve-theme-1125 .sidebar-section [data-css="tve-u-17299e9512b"] {
    flex-wrap: nowrap !important;
  }
  .tve-theme-1125 .sidebar-section [data-css="tve-u-17299e95f26"] {
    flex-wrap: nowrap !important;
  }
  .tve-theme-1125 .sidebar-section [data-css="tve-u-17299e9725b"] {
    flex-wrap: nowrap !important;
  }
  .tve-theme-1125 .sidebar-section [data-css="tve-u-17299e991f6"] {
    float: right;
    z-index: 3;
    position: relative;
    font-size: 18px;
    width: 18px;
    height: 18px;
    padding: 18px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .tve-theme-1125 .sidebar-section [data-css="tve-u-17299ec002b"] {
    margin-bottom: 15px !important;
  }
  .tve-theme-1125 .sidebar-section [data-css="tve-u-17300cf1d4a"]::after {
    clear: both;
  }
  .tve-theme-1125 .sidebar-section [data-css="tve-u-17300cf2408"]::after {
    clear: both;
  }
  .tve-theme-1125 .sidebar-section [data-css="tve-u-17300cf2b1e"]::after {
    clear: both;
  }
  .tve-theme-1125 .sidebar-section [data-css="tve-u-17304aa32b5"] {
    max-width: 33.7%;
  }
  .tve-theme-1125 .sidebar-section [data-css="tve-u-17304aa32b8"] {
    max-width: 66.3%;
  }
  .tve-theme-1125 .sidebar-section [data-css="tve-u-17304aa49a2"] {
    max-width: 33.7%;
  }
  .tve-theme-1125 .sidebar-section [data-css="tve-u-17304aa49a5"] {
    max-width: 66.3%;
  }
  .tve-theme-1125 .sidebar-section [data-css="tve-u-17304aa5040"] {
    max-width: 33.7%;
  }
  .tve-theme-1125 .sidebar-section [data-css="tve-u-17304aa5042"] {
    max-width: 66.3%;
  }
  .tve-theme-1126 .main-container {
    padding: 10px !important;
  }
  .tve-theme-1126 .bottom-section .section-content {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .tve-theme-1126 .bottom-section [data-css="tve-u-172efd48fcd"] {
    flex-wrap: wrap !important;
  }
  .tve-theme-1126
    .bottom-section
    [data-css="tve-u-172efd48fcd"]
    > .tcb-flex-col {
    flex-basis: 390px !important;
  }
  .tve-theme-1126 .bottom-section [data-css="tve-u-172efdd4e7b"] {
    padding-bottom: 0px !important;
    margin-bottom: 30px !important;
  }
  .tve-theme-1126 .bottom-section [data-css="tve-u-172efcf6bbb"] {
    margin-bottom: 0px !important;
  }
  .tve-theme-1126 .bottom-section [data-css="tve-u-172efdd9efd"] {
    margin-bottom: 30px !important;
    border-left: none !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .tve-theme-1126 .bottom-section [data-css="tve-u-172effcd41b"] {
    margin-bottom: 0px !important;
  }
  .tve-theme-1126 .bottom-section [data-css="tve-u-172f0040ddd"] {
    margin-bottom: 0px !important;
  }
  .tve-theme-1126 .bottom-section [data-css="tve-u-172f007c6a9"] {
    margin-bottom: 0px !important;
  }
  .tve-theme-1126 .bottom-section [data-css="tve-u-172effd7b3a"] {
    flex-wrap: nowrap !important;
  }
  .tve-theme-1126 .bottom-section [data-css="tve-u-172f0f1e44d"] {
    margin-bottom: 0px !important;
  }
  .tve-theme-1126 .bottom-section [data-css="tve-u-172f0ea6432"] {
    font-size: 26px;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c77d3f7b"] {
    flex-wrap: wrap !important;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c77d3f8c"] {
    flex-wrap: wrap !important;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c77d3f87"] {
    flex-wrap: wrap !important;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c77d3f86"]::after {
    clear: both;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c77d3f84"] {
    max-width: 102px;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c77d3f85"] {
    max-width: 67.9%;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c77d3f8b"]::after {
    clear: both;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c77d3f83"] {
    width: 100%;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c77d3f7e"] {
    max-width: 101px;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c77d3f7f"] {
    max-width: 68.1%;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c77d3f8d"] {
    min-width: 100%;
    margin-bottom: 0px !important;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c77d3f8e"] {
    margin-bottom: 15px !important;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c77d3f76"] {
    flex-wrap: nowrap !important;
    padding: 8px 20px !important;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c77d3f88"] {
    max-width: 101px;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c77d3f8a"] {
    max-width: 67.9%;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c77d3f8f"] {
    float: none;
    z-index: 3;
    position: relative;
    font-size: 16px;
    width: 16px;
    height: 16px;
    padding: 12px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 8px !important;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c77d3f90"]::after {
    clear: both;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c77d3f91"] {
    float: none;
    z-index: 3;
    position: relative;
    font-size: 14px;
    width: 14px;
    height: 14px;
    padding: 12px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 8px !important;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c77d3f94"] {
    float: none;
    z-index: 3;
    position: relative;
    font-size: 14px;
    width: 14px;
    height: 14px;
    padding: 12px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 8px !important;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c7a0fd5e"] {
    --tve-letter-spacing: 1px;
    text-align: center;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c7a0fd5e"] p,
  .tve-theme-1126 .top-section [data-css="tve-u-172c7a0fd5e"] li,
  .tve-theme-1126 .top-section [data-css="tve-u-172c7a0fd5e"] blockquote,
  .tve-theme-1126 .top-section [data-css="tve-u-172c7a0fd5e"] address,
  .tve-theme-1126 .top-section [data-css="tve-u-172c7a0fd5e"] .tcb-plain-text,
  .tve-theme-1126 .top-section [data-css="tve-u-172c7a0fd5e"] label {
    letter-spacing: var(--tve-letter-spacing, 1px);
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c7a0f768"] {
    flex-wrap: wrap !important;
    padding: 8px 20px !important;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c7a0f768"] > .tcb-flex-col {
    flex-basis: 390px !important;
  }
  :not(#tve) .tve-theme-1126 .top-section [data-css="tve-u-172c784d60c"] {
    letter-spacing: 1px;
  }
  :not(#tve) .tve-theme-1126 .top-section [data-css="tve-u-172c7a3cc19"] {
    letter-spacing: 1px;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c77d3f7b"] > .tcb-flex-col {
    flex-basis: 390px !important;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c77d3f8c"] > .tcb-flex-col {
    flex-basis: 390px !important;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c77d3f87"] > .tcb-flex-col {
    flex-basis: 390px !important;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c7aa3ee4"] {
    text-align: center;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c7aa5270"] {
    text-align: center;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c7aa5edf"] {
    text-align: center;
  }
  :not(#tve) .tve-theme-1126 .top-section [data-css="tve-u-172c77fc740"] {
    letter-spacing: 1px;
    font-size: 9px !important;
  }
  :not(#tve) .tve-theme-1126 .top-section [data-css="tve-u-172c78228f4"] {
    letter-spacing: 1px;
    font-size: 9px !important;
  }
  :not(#tve) .tve-theme-1126 .top-section [data-css="tve-u-172c79b367e"] {
    font-size: 9px !important;
  }
  :not(#tve) .tve-theme-1126 .top-section [data-css="tve-u-172c7ab049a"] {
    font-size: 9px !important;
  }
  :not(#tve) .tve-theme-1126 .top-section [data-css="tve-u-172c77d3f78"] {
    letter-spacing: 1px;
    font-size: 9px !important;
  }
  :not(#tve) .tve-theme-1126 .top-section [data-css="tve-u-172c79b62ea"] {
    font-size: 9px !important;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c7a6d171"] {
    text-align: center;
  }
  .tve-theme-1126 .top-section [data-css="tve-u-172c79788aa"] {
    margin-bottom: 4px !important;
  }
  .tve-theme-1126 .sidebar-section .section-content {
    padding: 20px 10px 10px !important;
  }
  .tve-theme-1126 .sidebar-section {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
  }
  .tve-theme-1126 .sidebar-section [data-css="tve-u-172dba3aeee"] {
    float: left;
    z-index: 3;
    position: relative;
    font-size: 18px;
    width: 18px;
    height: 18px;
    padding: 18px !important;
  }
  .tve-theme-1126 .sidebar-section [data-css="tve-u-172dbc577c3"] {
    float: left;
    z-index: 3;
    position: relative;
    font-size: 18px;
    width: 18px;
    height: 18px;
    padding: 18px !important;
  }
  .tve-theme-1126 .sidebar-section [data-css="tve-u-172dbc58322"] {
    float: left;
    z-index: 3;
    position: relative;
    font-size: 18px;
    width: 18px;
    height: 18px;
    padding: 18px !important;
  }
  .tve-theme-1126 .sidebar-section [data-css="tve-u-172dbc577c7"]::after {
    clear: both;
  }
  .tve-theme-1126 .sidebar-section [data-css="tve-u-172dbc58325"]::after {
    clear: both;
  }
  .tve-theme-1126 .sidebar-section [data-css="tve-u-172dba3aef2"]::after {
    clear: both;
  }
}
