@charset "UTF-8";
@keyframes slider-arrow-right {
  0% {
    text-indent: 0;
  }
  50% {
    text-indent: 10px;
  }
  100% {
    text-indent: 0;
  }
}
@keyframes slider-arrow-left {
  0% {
    text-indent: 0;
  }
  50% {
    text-indent: -10px;
  }
  100% {
    text-indent: 0;
  }
}
@keyframes spin {
  0% {
    -webkit-transform-style: preserve-3d;
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform-style: preserve-3d;
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform-style: preserve-3d;
    transform: rotate(360deg);
  }
}
@keyframes header-slide-in {
  0% {
    transform: translateY(-100%);
  }
  50% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes button-grow-l2-off {
  0% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@keyframes button-grow-l2-on {
  0% {
    left: 0;
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes button-grow-r2-off {
  0% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 100%;
    width: 0;
  }
}
@keyframes button-grow-r2-on {
  0% {
    right: 0;
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes link-line-grow-l2-on {
  0% {
    width: 0;
  }
  100% {
    width: var(--link-line-length);
  }
}
@keyframes link-line-grow-l2-off {
  0% {
    left: calc((100% - var(--link-line-length)) / 2);
    width: var(--link-line-length);
  }
  100% {
    left: calc((100% - var(--link-line-length)) / 2 + var(--link-line-length));
    width: 0;
  }
}
@keyframes link-line-grow-l2-off-left {
  0% {
    width: var(--link-line-length);
  }
  100% {
    left: calc(var(--header-menu-item-spacing) + var(--link-line-length));
    width: 0;
  }
}
@keyframes link-line-grow-l2-off-right {
  0% {
    width: var(--link-line-length);
  }
  100% {
    left: calc(100% - (var(--header-menu-item-spacing) + var(--link-line-length)) + var(--link-line-length));
    width: 0;
  }
}
@keyframes link-line-grow-l2-off-left {
  0% {
    width: var(--link-line-length);
  }
  100% {
    right: calc(var(--header-menu-item-spacing) + var(--link-line-length));
    left: auto;
    width: 0;
  }
}
@keyframes link-line-grow-l2-off-right {
  0% {
    width: var(--link-line-length);
  }
  100% {
    right: calc(100% - (var(--header-menu-item-spacing) + var(--link-line-length)) + var(--link-line-length));
    left: auto;
    width: 0;
  }
}
@keyframes link-text-grow-l2-on {
  0% {
    background-size: 0 100%;
  }
  100% {
    background-size: 100% 100%;
  }
}
@keyframes link-text-grow-l2-off {
  0% {
    background-position: 100% 50%;
    background-size: 100% 100%;
  }
  100% {
    background-position: 100% 50%;
    background-size: 0% 100%;
  }
}
@keyframes link-line-grow-r2-on {
  0% {
    width: 0;
  }
  100% {
    width: var(--link-line-length);
  }
}
@keyframes link-line-grow-r2-off {
  0% {
    width: var(--link-line-length);
  }
  100% {
    right: calc((100% - var(--link-line-length)) / 2 + var(--link-line-length));
    width: 0;
  }
}
@keyframes link-line-grow-r2-off-left {
  0% {
    width: var(--link-line-length);
  }
  100% {
    right: calc(var(--header-menu-item-spacing) + var(--link-line-length));
    width: 0;
  }
}
@keyframes link-line-grow-r2-off-right {
  0% {
    width: var(--link-line-length);
  }
  100% {
    right: calc(100% - (var(--header-menu-item-spacing) + var(--link-line-length)) + var(--link-line-length));
    width: 0;
  }
}
@keyframes link-text-grow-r2-on {
  0% {
    background-size: 0 100%;
  }
  100% {
    background-size: 100% 100%;
  }
}
@keyframes link-text-grow-r2-off {
  0% {
    background-position: 0 50%;
    background-size: 100% 100%;
  }
  100% {
    background-position: 0 50%;
    background-size: 0% 100%;
  }
}
@keyframes image-shine {
  100% {
    left: 125%;
  }
}
.m-icon:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "m", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.m-icon-calendar:before {
  content: "";
}

.m-icon-camera:before {
  content: "";
}

.m-icon-thumb-tack:before {
  content: "";
}

.m-icon-file:before {
  content: "";
}

.m-icon-folder:before {
  content: "";
}

.m-icon-search-plus:before {
  content: "";
}

.m-icon-minus:before {
  content: "";
}

.m-icon-plus:before {
  content: "";
}

.m-icon-quote:before {
  content: "";
}

.m-icon-spinner:before {
  content: "";
}

.m-icon-th-large:before {
  content: "";
}

.m-icon-arrow-circle-right:before {
  content: "";
}

.m-icon-long-arrow-left:before {
  content: "";
}

.m-icon-arrow-med-right:before {
  content: "";
}

.m-icon-arrow-right:before {
  content: "";
}

.m-icon-cart:before {
  content: "";
}

.m-icon-link:before {
  content: "";
}

.m-icon-check:before {
  content: "";
}

.m-icon-chevron-circle-left:before {
  content: "";
}

.m-icon-idea:before {
  content: "";
}

.m-icon-search:before {
  content: "";
}

.m-icon-share:before {
  content: "";
}

.m-icon-comment:before {
  content: "";
}

.m-icon-thumbs-up:before {
  content: "";
}

.m-icon-chevron-up:before {
  content: "";
}

.m-icon-chevron-left:before {
  content: "";
}

.m-icon-chevron-down:before {
  content: "";
}

.m-icon-chevron-right:before {
  content: "";
}

.m-icon-arrow-left:before {
  content: "";
}

.m-icon-arrow-down:before {
  content: "";
}

.m-icon-arrow-up:before {
  content: "";
}

.m-icon-arrow-med-left:before {
  content: "";
}

.m-icon-arrow-med-down:before {
  content: "";
}

.m-icon-arrow-med-up:before {
  content: "";
}

.m-icon-long-arrow-right:before {
  content: "";
}

.m-icon-long-arrow-down:before {
  content: "";
}

.m-icon-long-arrow-up:before {
  content: "";
}

.m-icon-arrow-circle-left:before {
  content: "";
}

.m-icon-arrow-circle-down:before {
  content: "";
}

.m-icon-arrow-circle-up:before {
  content: "";
}

.m-icon-chevron-circle-right:before {
  content: "";
}

.m-icon-chevron-circle-down:before {
  content: "";
}

.m-icon-chevron-circle-up:before {
  content: "";
}

.m-icon-close:before {
  content: "";
}

.m-icon-nav:before {
  content: "";
}

.m-icon-star:before {
  content: "";
}

.m-icon-check3:before {
  content: "";
}

.m-icon-cog:before {
  content: "";
}

.m-icon-check2:before {
  content: "";
}

.m-icon-notice:before {
  content: "";
}

.m-icon-info:before {
  content: "";
}

.m-icon-error:before {
  content: "";
}

.m-icon-tag:before {
  content: "";
}

.m-icon-clock:before {
  content: "";
}

.m-icon-envelope:before {
  content: "";
}

.m-icon-twitter:before {
  content: "";
}

.m-icon-facebook:before {
  content: "";
}

.m-icon-github:before {
  content: "";
}

.m-icon-rss:before {
  content: "";
}

.m-icon-google-plus:before {
  content: "";
}

.m-icon-linkedin:before {
  content: "";
}

.m-icon-youtube:before {
  content: "";
}

.m-icon-instagram:before {
  content: "";
}

.m-icon-flickr:before {
  content: "";
}

.m-icon-tumblr:before {
  content: "";
}

.m-icon-dribbble:before {
  content: "";
}

.m-icon-skype:before {
  content: "";
}

.m-icon-stumbleupon:before {
  content: "";
}

.m-icon-behance:before {
  content: "";
}

.m-icon-lastfm:before {
  content: "";
}

.m-icon-pinterest:before {
  content: "";
}

.m-icon-tripadvisor:before {
  content: "";
}

.m-icon-vimeo:before {
  content: "";
}

.m-icon-snapchat:before {
  content: "";
}

.m-icon-whatsapp:before {
  content: "";
}

.m-icon-tiktok:before {
  content: "";
}

.m-icon-discord:before {
  content: "X";
}

.m-icon-threads:before {
  content: "X";
}

.m-icon-producthunt:before {
  content: "X";
}

html {
  background-color: var(--body-background-color);
  min-height: 100%;
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  overflow: visible;
}
html.no-scroll {
  overflow: hidden;
}
html.custom-scrollbars {
  scrollbar-width: var(--scrollbar-width-name);
  scrollbar-color: var(--scrollbar-handle-color) var(--scrollbar-background-color);
}
html.custom-scrollbars::-webkit-scrollbar {
  width: var(--scrollbar-width);
}
html.custom-scrollbars::-webkit-scrollbar-track {
  background: var(--scrollbar-background-color);
}
html.custom-scrollbars::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-handle-color);
  border-radius: 0;
  border: 0;
}

body {
  position: relative;
  color: var(--text-color-base);
  font: var(--body-font-weight) var(--body-font-size)/var(--body-line-height) var(--primary-font);
  letter-spacing: var(--body-letter-spacing);
  font-display: var(--font-display);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  margin: 0;
  padding: 0;
  transition: background-color 0.5s;
}
body.wide {
  background-color: var(--content-background-color);
}
body.wide.custom-background {
  background-color: var(--content-background-color);
}
body.boxed {
  background-color: var(--body-background-color);
}

strong, b {
  font-weight: 700;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0;
}
dd + dt, dd + dt + dd {
  margin-top: 1.5em;
}

img {
  border: none;
  vertical-align: middle;
}

a {
  color: var(--link-color-base);
  transition: color 0.3s;
  text-decoration: none;
}
a:hover, a:focus {
  color: var(--link-color-hover);
  text-decoration: none;
}
a img, a img.lazy-loaded {
  transition: all 0.3s;
}
a * {
  cursor: pointer;
}

hr {
  clear: both;
  margin: 1.5em 0;
  height: 0;
  border: none;
  border-top: 1px solid var(--border-color);
  overflow: hidden;
}

address {
  font-style: normal;
}

h1 {
  color: var(--text-color-headings);
  font: var(--headings-font-weight) var(--h1-font-size)/1.32em var(--h1-font-family);
  white-space: pre-wrap;
  word-wrap: break-word;
}
h1.page-title, h1.post-title {
  width: 100%;
  margin-top: 30px;
}

h2 {
  margin: 1em 0 0.9em;
  color: var(--text-color-subheadings);
  font: var(--headings-font-weight) var(--h2-font-size)/1.5em var(--h2-font-family);
  white-space: pre-wrap;
  word-wrap: break-word;
}

h3 {
  margin: 1.5em 0 1em;
  color: var(--text-color-subheadings);
  font: var(--headings-font-weight) var(--h3-font-size)/1.5em var(--h3-font-family);
  white-space: pre-wrap;
  word-wrap: break-word;
}

h4 {
  margin: 1.5em 0 1em;
  color: var(--text-color-subheadings);
  font: var(--headings-font-weight) var(--h4-font-size)/1.5em var(--h4-font-family);
  white-space: pre-wrap;
  word-wrap: break-word;
}

h5 {
  margin: 1.5em 0 1em;
  color: var(--text-color-subheadings);
  font: var(--headings-font-weight) var(--h5-font-size)/1.5em var(--h5-font-family);
  white-space: pre-wrap;
  word-wrap: break-word;
}

h6 {
  margin: 1.5em 0 1em;
  color: var(--text-color-subheadings);
  font: var(--headings-font-weight) var(--h6-font-size)/1.5em var(--h6-font-family);
  white-space: pre-wrap;
  word-wrap: break-word;
}

p {
  margin: 1em 0;
}

ul,
ol {
  margin: 1em 0;
  padding: 0;
}

ul {
  list-style-type: square;
}
ul.menu, ul.sub-menu {
  list-style: none;
}

li {
  margin: 0 0 0.5em 2em;
}

figure {
  margin: 0;
}

.flexible-iframe {
  width: 100%;
  overflow: hidden;
}

*::selection {
  background-color: var(--selection-color);
  color: var(--selection-text-color);
}
*::selection a {
  color: var(--selection-text-color);
}

@media (min-width: 1140px) {
  table {
    width: 100%;
  }
}
fieldset {
  overflow: hidden;
  border: 0;
}

legend {
  display: none;
}

option {
  padding: 0 5px;
}

button::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=file] > input[type=button]::-moz-focus-inner {
  border: none;
}

textarea,
input,
select,
option,
optgroup,
form button {
  font-family: inherit;
  font-size: inherit;
  vertical-align: middle;
}

form button,
[type=radio],
[type=checkbox],
[type=submit],
[type=button],
[type=reset],
label,
select {
  cursor: pointer;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
}

input,
textarea,
select {
  box-sizing: border-box;
  width: 100%;
  padding: 9px 15px;
  border-width: var(--form-border-width);
  border-style: solid;
  border-color: var(--form-border-color);
  border-radius: var(--form-border-radius);
  background: var(--form-background-color);
  color: var(--form-text-color);
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  transition: all 0.3s;
  line-height: var(--body-line-height);
}
input:focus,
textarea:focus,
select:focus {
  border-color: var(--form-border-color-focus);
}

input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select:focus,
textarea {
  font-size: 16px;
}

input[type=button] {
  width: auto;
}

input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=reset]):not([type=range]),
select {
  min-height: var(--form-field-height);
  -webkit-appearance: none;
  appearance: none;
}

textarea {
  max-width: 100%;
  min-height: 150px;
}

select {
  padding: 8px 32px 8px 8px;
  background-image: var(--select-arrow);
  background-repeat: no-repeat;
  background-position: right 10px top 50%;
  background-size: 24px 24px;
  -webkit-appearance: none;
  appearance: none;
}
select option {
  padding: 0 10px;
}
select[multiple] {
  height: auto;
  padding: 8px;
  background-image: none;
}
select[multiple] option {
  padding: 5px 10px;
}

input[type=radio], input[type=checkbox] {
  transition: all 0.2s;
  width: 18px;
  height: 18px;
  margin: 0 10px 0 0;
  padding: 0;
  transform: translateY(-2px);
  vertical-align: middle;
  position: relative;
}
input[type=radio]:checked, input[type=checkbox]:checked {
  border-color: var(--selection-color);
}
input[type=radio]:checked:focus, input[type=checkbox]:checked:focus {
  border-color: var(--selection-color);
}
input[type=checkbox] {
  border-radius: 4px;
}
input[type=checkbox]:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  display: block;
  width: 18px;
  height: 18px;
  content: "";
  color: var(--selection-text-color);
  font-family: "m";
  font-size: 10px;
  line-height: 18px;
  text-align: center;
  transition: transform 0.3s;
}
input[type=checkbox]:checked {
  border-width: 9px;
}
input[type=checkbox]:checked:after {
  transition-delay: 0.3s;
  transform: translate(-50%, -50%) scale(1);
}
input[type=radio] {
  border-radius: 50%;
}
input[type=radio]:checked {
  background-color: var(--selection-color);
  box-shadow: inset 0 0 0 2px var(--content-background-color);
}
input[type=submit], input[type=reset] {
  width: auto;
}

::placeholder {
  color: var(--form-placeholder-color);
  opacity: 1;
}

label {
  display: block;
  padding-bottom: 10px;
  color: var(--form-label-color);
  font-weight: bold;
}
label input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):not([type=reset]),
label select,
label textarea {
  margin-top: 5px;
}

input.error,
textarea.error,
select.error {
  border-color: #e65842;
  background-color: #ffe6dc;
  color: #ef4437;
}

.main .select {
  width: 100%;
}

.select select {
  width: 100%;
  opacity: 0;
}

form p {
  clear: both;
  margin: 1.5em 0;
}

.content[class*=label-pos-] ::placeholder {
  opacity: 0;
}
.content[class*=label-pos-] .float-label {
  position: relative;
}
.content[class*=label-pos-] .float-label label {
  position: absolute;
  left: 15px;
  top: 0;
  pointer-events: none;
  transition: all 0.3s;
  line-height: var(--form-field-height);
  padding-bottom: 0;
}
.content[class*=label-pos-] .float-label.active label {
  font-size: var(--form-label-font-size);
  line-height: var(--form-label-line-height);
}

.content.label-pos-over-field .float-label input, .content.label-pos-over-field .float-label textarea, .content.label-pos-over-field .float-label select {
  margin-top: calc(var(--form-label-line-height) + 5px);
}
.content.label-pos-over-field .float-label label {
  top: 0;
  transform: translateY(calc(var(--form-label-line-height) + 5px + var(--form-border-top-width)));
}
.content.label-pos-over-field .float-label.active label {
  transform: none;
}
.content.label-pos-across-field-border .float-label input, .content.label-pos-across-field-border .float-label textarea, .content.label-pos-across-field-border .float-label select {
  margin-top: calc(var(--form-label-line-height) / 2);
}
.content.label-pos-across-field-border .float-label label {
  top: 0;
  transform: translateY(calc(var(--form-label-line-height) / 2));
}
.content.label-pos-across-field-border .float-label.active label {
  transform: none;
  background-color: var(--form-label-background-color);
  padding: 0 0.5em;
}
.content.label-pos-inside-field .float-label input, .content.label-pos-inside-field .float-label textarea, .content.label-pos-inside-field .float-label select {
  padding-top: calc(var(--form-label-line-height) + 8px);
}
.content.label-pos-inside-field .float-label label {
  top: calc(var(--form-border-top-width) + 4px);
  line-height: var(--form-field-height);
}
.content.label-pos-inside-field .float-label.active label {
  transform: none;
  top: 8px;
  line-height: var(--form-label-line-height);
}

.img-border {
  max-width: 100%;
  width: auto;
  transition: all 0.3s;
  overflow: hidden;
}

.tiny-img-placeholder {
  display: block;
  width: 93px;
  height: 93px;
  background: #F2F2F2;
}

.single > article > p > img,
.single > article > p > .img-border img,
.post > p > img,
.post > p > .img-border img,
.post .img-border img {
  max-width: 100%;
  height: auto;
}

* > .img-border > img {
  max-width: 100%;
  height: auto;
  margin: 0;
}

.img-hover-lightup a:not(.logo):hover img:not(.has-hover-filter),
.img-hover-lightup a:not(.logo):focus img:not(.has-hover-filter) {
  opacity: 0.7;
}

.img-hover-zoom a:not(.logo):hover img:not(.has-hover-filter),
.img-hover-zoom a:not(.logo):focus img:not(.has-hover-filter) {
  transform: scale(1.1);
}

.img-hover-zoom-lightup a:not(.logo):hover img:not(.has-hover-filter),
.img-hover-zoom-lightup a:not(.logo):focus img:not(.has-hover-filter) {
  opacity: 0.7;
  transform: scale(1.1);
}

.img-hover-shine figure:not([class*=img-hover-]):not(.has-hover-filter), .img-hover-shine.me-img,
.img-hover-shine .top-slider-item-thumbnail,
.img-hover-shine .postlist .post .img,
.img-hover-shine .post-modern .inside,
.img-hover-shine .post-trendy .inside,
.img-hover-shine .post-fresh .inside {
  position: relative;
  overflow: hidden;
}
.img-hover-shine figure:not([class*=img-hover-]):not(.has-hover-filter) a:before, .img-hover-shine.me-img a:before,
.img-hover-shine .top-slider-item-thumbnail a:before,
.img-hover-shine .postlist .post .img a:before,
.img-hover-shine .post-modern .inside a:before,
.img-hover-shine .post-trendy .inside a:before,
.img-hover-shine .post-fresh .inside a:before {
  position: absolute;
  opacity: 0;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  pointer-events: none;
}
.img-hover-shine figure:not([class*=img-hover-]):not(.has-hover-filter) a:before img:not(.has-hover-filter), .img-hover-shine.me-img a:before img:not(.has-hover-filter),
.img-hover-shine .top-slider-item-thumbnail a:before img:not(.has-hover-filter),
.img-hover-shine .postlist .post .img a:before img:not(.has-hover-filter),
.img-hover-shine .post-modern .inside a:before img:not(.has-hover-filter),
.img-hover-shine .post-trendy .inside a:before img:not(.has-hover-filter),
.img-hover-shine .post-fresh .inside a:before img:not(.has-hover-filter) {
  transform: scale(1);
}
.img-hover-shine figure:not([class*=img-hover-]):not(.has-hover-filter) a:hover:before,
.img-hover-shine figure:not([class*=img-hover-]):not(.has-hover-filter) a:focus:before, .img-hover-shine.me-img a:hover:before,
.img-hover-shine.me-img a:focus:before,
.img-hover-shine .top-slider-item-thumbnail a:hover:before,
.img-hover-shine .top-slider-item-thumbnail a:focus:before,
.img-hover-shine .postlist .post .img a:hover:before,
.img-hover-shine .postlist .post .img a:focus:before,
.img-hover-shine .post-modern .inside a:hover:before,
.img-hover-shine .post-modern .inside a:focus:before,
.img-hover-shine .post-trendy .inside a:hover:before,
.img-hover-shine .post-trendy .inside a:focus:before,
.img-hover-shine .post-fresh .inside a:hover:before,
.img-hover-shine .post-fresh .inside a:focus:before {
  animation: image-shine 0.75s;
  opacity: 1;
}
.img-hover-shine figure:not([class*=img-hover-]):not(.has-hover-filter) a:hover:before img:not(.has-hover-filter),
.img-hover-shine figure:not([class*=img-hover-]):not(.has-hover-filter) a:focus:before img:not(.has-hover-filter), .img-hover-shine.me-img a:hover:before img:not(.has-hover-filter),
.img-hover-shine.me-img a:focus:before img:not(.has-hover-filter),
.img-hover-shine .top-slider-item-thumbnail a:hover:before img:not(.has-hover-filter),
.img-hover-shine .top-slider-item-thumbnail a:focus:before img:not(.has-hover-filter),
.img-hover-shine .postlist .post .img a:hover:before img:not(.has-hover-filter),
.img-hover-shine .postlist .post .img a:focus:before img:not(.has-hover-filter),
.img-hover-shine .post-modern .inside a:hover:before img:not(.has-hover-filter),
.img-hover-shine .post-modern .inside a:focus:before img:not(.has-hover-filter),
.img-hover-shine .post-trendy .inside a:hover:before img:not(.has-hover-filter),
.img-hover-shine .post-trendy .inside a:focus:before img:not(.has-hover-filter),
.img-hover-shine .post-fresh .inside a:hover:before img:not(.has-hover-filter),
.img-hover-shine .post-fresh .inside a:focus:before img:not(.has-hover-filter) {
  transform: scale(1);
  opacity: 1;
  filter: none;
}

table {
  border: none;
  border-collapse: collapse;
  min-width: 100%;
}

th {
  padding: 5px 15px;
  border: none;
  border-bottom: 2px solid var(--border-color);
  text-align: left;
  font-family: var(--secondary-font);
}

td {
  padding: 10px 15px;
  border: none;
  border-bottom: 1px solid var(--border-color);
  text-align: left;
}

table.style-2 th,
.wp-block-table.style-2 table th {
  padding: 10px 25px;
  border-bottom-width: 1px;
  border-left: 1px solid var(--border-color);
  font-size: 15px;
}
table.style-2 th:first-child,
.wp-block-table.style-2 table th:first-child {
  border-left: 0;
}
table.style-2 td,
.wp-block-table.style-2 table td {
  padding: 5px 10px;
  border-left: 1px solid var(--border-color);
}
table.style-2 td:first-child,
.wp-block-table.style-2 table td:first-child {
  border-left: 0;
}
table.style-2 tr:last-child th,
table.style-2 tr:last-child td,
.wp-block-table.style-2 table tr:last-child th,
.wp-block-table.style-2 table tr:last-child td {
  border-bottom: 0;
}

table.style-3 tr:nth-child(2n+1),
.wp-block-table.style-3 table tr:nth-child(2n+1) {
  background: #f5f5f5;
}
table.style-3 thead tr:nth-child(2n+1),
.wp-block-table.style-3 table thead tr:nth-child(2n+1) {
  background: transparent;
}
table.style-3 th,
.wp-block-table.style-3 table th {
  padding: 10px 15px;
  border: 0;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: left;
}
table.style-3 td,
.wp-block-table.style-3 table td {
  padding: 10px 15px;
  border: 0;
}

table.style-4 tr:nth-child(2n+1) td,
.wp-block-table.style-4 table tr:nth-child(2n+1) td {
  background: #fff;
}
table.style-4 th, table.style-4 td,
.wp-block-table.style-4 table th,
.wp-block-table.style-4 table td {
  padding: 10px;
  border-color: var(--border-color);
  border-style: solid;
  border-width: 0 0 0 1px;
  text-align: center;
}
table.style-4 th:first-child, table.style-4 td:first-child,
.wp-block-table.style-4 table th:first-child,
.wp-block-table.style-4 table td:first-child {
  border-left-width: 0;
}
table.style-4 th,
.wp-block-table.style-4 table th {
  color: var(--text-color-headings);
  font-weight: 700;
}
table.style-4 td:first-child,
.wp-block-table.style-4 table td:first-child {
  text-align: left;
}

.table {
  max-width: 100%;
  overflow-x: auto;
}

@media (min-width: 800px) {
  table.style-4 th, table.style-4 td {
    padding: 20px;
  }

  th, td {
    padding: 5px;
  }
}
:root {
  --side-padding: 10px;
}
@media (min-width: 400px) {
  :root {
    --side-padding: 20px;
  }
}
@media (min-width: 1140px) {
  :root {
    --side-padding: 0;
  }
}

.root {
  position: relative;
  margin: 0;
  padding: 0 var(--side-padding);
}

.boxed .root {
  max-width: var(--layout-width);
  margin: 0 auto;
  background-color: var(--content-background-color);
  background-image: var(--content-background-image);
  background-position: 50% 0;
}
.boxed .root .content {
  padding: 0;
}
.boxed.shadow .root {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

@media (min-width: 1140px) {
  .root .site-header {
    margin: 0;
  }

  .boxed .root .content {
    padding: 0 20px;
    margin-bottom: var(--content-bottom-margin);
  }
}
/* headers
---------------------------------*/
.site-header {
  position: relative;
  z-index: 60;
  margin: 0 -10px;
  transition: all 0.3s ease-in;
}
.site-header.header-shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.14);
}
.site-header.header-shadow.sticky:not(.sticky-header-shadow) {
  box-shadow: none;
}
.site-header.sticky-header-shadow.sticky {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.14);
}
.site-header.header-transparent-mobile {
  position: absolute;
  top: 0;
  width: 100%;
  border: 0;
  margin-bottom: calc(0px - var(--header-height-mobile) - var(--header-border-top-width) - var(--header-border-bottom-width));
}
.site-header.header-transparent-mobile .site-title {
  background: transparent;
}
.site-header.header-transparent-mobile.mobile-sticky {
  position: fixed;
  width: 100%;
}
.site-header.full-width .main-header-content,
.site-header.full-width .single-post-header-content {
  max-width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.site-header.sticky-enabled.mobile-sticky {
  position: sticky;
  top: var(--sticky-header-pos);
}

.main-header {
  padding-top: 1px;
  transition: all 0.3s ease-in;
  border-top: var(--header-border-top-width) solid var(--header-border-color-top);
  border-bottom: var(--header-border-bottom-width) solid var(--header-border-color-bottom);
}

.sticky .main-header {
  background-color: var(--sticky-header-background-color);
}
.sticky .site-title {
  background: transparent;
}

.main-header-content {
  position: relative;
  z-index: 0;
  max-width: var(--layout-width);
  margin: 0 auto;
  transition: all 0.3s ease-in;
}

.pull-down .m-icon {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  margin-top: -0.5em;
  text-align: center;
}

/* Site title/logo */
.menu .no-text > a {
  position: static;
}

.logo.with-hover {
  position: relative;
}
.logo.with-hover .main-logo {
  opacity: 1;
  transition: opacity 0.3s;
}
.logo.with-hover .hover-logo {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.3s;
}
.logo.with-hover:hover .hover-logo {
  opacity: 1;
}
.logo.with-hover:hover .main-logo {
  opacity: 0;
}

/* Main navigation */
.mainmenu-section {
  transition: all 0.3s;
}
.mainmenu-section:empty,
.mainmenu-section .logo {
  display: none;
}

.mainmenu {
  display: none;
  overflow-y: auto;
  margin: 0;
  width: 100%;
  text-align: center;
  background: var(--submenu-background-color);
}
.mainmenu.show {
  display: block;
}
.mainmenu a:not(.button) {
  color: var(--submenu-link-color);
}
.mainmenu a:not(.button):hover {
  color: var(--submenu-link-hover-color);
  background: var(--submenu-link-background-hover-color);
}
.mainmenu ul {
  list-style: none;
  margin: 0;
  text-align: left;
}
.mainmenu li {
  position: relative;
  transition: all 0.3s;
}
.mainmenu .social {
  padding: 5px 20px;
}
.mainmenu .social .social-link:hover {
  background: transparent;
}
.mainmenu .menu {
  margin: 0;
  padding: 0;
}
.mainmenu .menu li {
  display: block;
  margin: 0;
  padding: 0;
}
.mainmenu .menu li > a {
  display: block;
  position: relative;
  transition: all 0.3s;
  background-color: var(--submenu-link-background-color);
}
.mainmenu .menu li:not(.btn) > a {
  padding: 10px;
  font-size: var(--submenu-font-size);
  line-height: 1.5em;
}
.mainmenu .menu li.menu-item-has-children > a {
  padding-right: 50px;
}
.mainmenu .menu li.m-icon:before, .mainmenu .menu li.menu-item-search {
  display: none;
}
.mainmenu .menu li.no-text > a {
  line-height: 16.9px;
}
.mainmenu .menu li:not(.btn):hover > a, .mainmenu .menu li:not(.btn):focus-within > a, .mainmenu .menu li.current-menu-item > a, .mainmenu .menu li.current_page_item > a, .mainmenu .menu li.current-menu-ancestor > a {
  color: var(--submenu-link-hover-color);
  background-color: var(--submenu-link-background-hover-color);
}
.mainmenu .menu > li:not(.btn) > a {
  padding-left: 20px;
  border-top: 1px solid var(--submenu-border-color);
  font: var(--header-menu-font-weight) 20px var(--header-menu-font-family);
}
.mainmenu .menu > li:not(.btn) > a:hover, .mainmenu .menu > li:not(.btn) > a:focus {
  color: var(--submenu-link-hover-color);
  background-color: var(--submenu-link-background-hover-color);
}
.mainmenu .menu > li .sub-menu > li > a {
  padding-left: 40px;
}
.mainmenu .menu > li .sub-menu > li .sub-menu > li > a {
  padding-left: 60px;
}
.mainmenu a.m-icon {
  font-family: var(--primary-font);
}
.mainmenu a.m-icon:before {
  margin-right: 10px;
  font-family: "m";
  font-size: 24px;
}
.mainmenu .sub-menu li > a:not(.button) {
  background-color: var(--submenu-link-background-color);
  color: var(--submenu-link-color);
}
.mainmenu .sub-menu li > a:not(.button):hover, .mainmenu .sub-menu li > a:not(.button):focus {
  background-color: var(--submenu-link-background-hover-color);
  color: var(--submenu-link-hover-color);
}
.mainmenu .sub-menu li.is-new > a .link-text:after {
  content: "New";
  display: inline-block;
  vertical-align: middle;
  font-size: 0.75em;
  font-weight: 400;
  line-height: 1em;
  color: var(--accent-color);
  text-transform: uppercase;
  margin-left: 1em;
}
.mainmenu .sub-menu li[class*=m-icon]:before {
  display: none;
}
.mainmenu .sub-menu li[class*=m-icon] a.m-icon:before {
  font-size: 12px;
}
.mainmenu .sub-menu:not(.btn) > a {
  background-color: var(--submenu-link-background-color);
  color: var(--submenu-link-color);
}
.mainmenu .sub-menu:not(.btn):hover > a, .mainmenu .sub-menu:not(.btn):focus > a {
  background-color: var(--submenu-link-background-hover-color);
  color: var(--submenu-link-hover-color);
}
.mainmenu .sub-menu .current-menu-item > a:not(.button), .mainmenu .sub-menu .current-menu-item:hover > a:not(.button), .mainmenu .sub-menu .current-menu-item > a:not(.button):focus,
.mainmenu .sub-menu .current_page_item > a:not(.button),
.mainmenu .sub-menu .current_page_item:hover > a:not(.button),
.mainmenu .sub-menu .current_page_item > a:not(.button):focus {
  background-color: var(--submenu-link-background-hover-color);
  color: var(--submenu-link-hover-color);
}
.mainmenu .sub-menu li.m-icon:before {
  display: none;
}
.mainmenu .no-text > a {
  font-size: 0;
}
.mainmenu .no-text > a.m-icon:before {
  font-size: 30px;
  margin-right: 0;
}
.mainmenu a .pull-down {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 100%;
  color: var(--mobile-menu-pull-down-color);
  font-size: 24px;
  transition: all 0.3s;
}
.mainmenu a .pull-down:hover, .mainmenu a .pull-down:focus {
  color: var(--header-link-hover-color);
}
.mainmenu .social {
  border-top: 1px solid var(--submenu-border-color);
  margin: 0;
}
.mainmenu.text-align-right ul {
  text-align: right;
}
.mainmenu.text-align-right .social {
  justify-content: flex-end;
}
.mainmenu.text-align-right a .pull-down {
  right: auto;
  left: 0;
}
.mainmenu.text-align-right .menu li.menu-item-has-children > a {
  padding-left: 50px;
  padding-right: 20px;
}
.mainmenu.text-align-center ul {
  text-align: center;
}
.mainmenu.text-align-center .social {
  justify-content: center;
}
.mainmenu.text-align-center a .pull-down {
  right: 0;
  left: auto;
}

.sticky .mainmenu > ul {
  padding-top: 0;
}

.site-header .site-title .logo {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.site-header .site-title .logo,
.site-header .site-title .logo a {
  transition: all 0.3s;
}

/* cart link in main navigation */
.main-header {
  padding: 0;
  background-position: top center;
}

.site-header .cart-link,
.site-header .link-box-link {
  display: block;
  position: relative;
  height: 100%;
  color: var(--header-link-color);
  font-family: var(--header-menu-font-family);
  font-size: var(--header-menu-font-size);
  line-height: var(--header-height-mobile);
  transition: all 0.3s;
}
.site-header .cart-link .cart-link-qty,
.site-header .link-box-link .cart-link-qty {
  font-size: 12px;
  line-height: 1.5em;
  font-weight: 600;
  transform: translateY(-1em);
  color: var(--main-color);
  vertical-align: middle;
  display: inline-block;
}
.site-header .link-box {
  flex-grow: 0;
  display: flex;
  margin: 0;
}
.site-header .link-box .link-box-link:hover,
.site-header .link-box .link-box-link:focus {
  color: var(--header-link-hover-color);
}
.site-header .link-box > li {
  position: relative;
  padding-left: var(--header-menu-item-spacing);
  padding-right: var(--header-menu-item-spacing);
}
.site-header .link-box > li > a {
  padding-left: var(--header-menu-item-padding);
  padding-right: var(--header-menu-item-padding);
}
.site-header .mainmenu .cart-link .cart-link-qty.cart-empty {
  display: none;
}

.sub-menu.hidden {
  display: none;
}

/* screen reader text / navigation skip link  */
.skip-link {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  white-space: nowrap;
  max-width: 250px;
  pointer-events: auto;
}
.skip-link:focus {
  background-color: #f2f2f2;
  border: 2px solid var(--main-color);
  clip: auto;
  color: #3f3f3f;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  left: 5px;
  padding: 15px 30px;
  text-decoration: none;
  top: 5px;
  z-index: 1000000;
  visibility: visible;
}

@media (min-width: 400px) {
  .site-header {
    margin: 0 -20px;
  }

  .mainmenu .social {
    padding: 5px 20px;
  }
}
.site-header.mobile-sticky {
  position: sticky;
  top: var(--sticky-header-pos);
  max-height: 100vh;
  margin-left: -10px;
  margin-right: -10px;
}
.site-header.mobile-sticky .mainmenu {
  max-height: calc(100vh - var(--header-top-height));
}
.site-header.mobile-sticky.sticky .cart-link,
.site-header.mobile-sticky.sticky .link-box-link {
  line-height: var(--sticky-header-height-mobile);
}

@media (min-width: 400px) {
  .site-header.mobile-sticky {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (min-width: 1140px) {
  .site-header.mobile-sticky {
    margin: 0;
  }
}
.site-header a.logo {
  color: var(--link-color-base);
  font-size: 2.267em;
  font-weight: 400;
  line-height: 1.2em;
}
.site-header a.logo:hover, .site-header a.logo:focus {
  color: var(--link-color-hover);
  background: transparent;
}
.site-header a.logo img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: var(--max-logo-height-mobile);
  transition: all 0.3s;
}

.site-title {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  height: var(--header-height-mobile);
  max-height: 100%;
  margin: 0;
  background-color: var(--header-background-color);
  color: #999;
  font-weight: 400;
  font-size: 1.154em;
  transition: all 0.3s;
}
.site-title.desktop {
  display: none;
}
.site-title.logo-pos-center.links-left:after {
  flex-shrink: 0;
  content: "";
  width: var(--header-height-mobile);
  position: static;
}
.site-title.logo-pos-center.links-left.cart-in-menu:after {
  width: calc(var(--header-height-mobile) + 20px + 2 * var(--header-menu-item-padding));
}
.site-title.logo-pos-center.links-right:before {
  flex-shrink: 0;
  content: "";
  width: var(--header-height-mobile);
  position: static;
}
.site-title.logo-pos-center.links-right.cart-in-menu:before {
  width: calc(var(--header-height-mobile) + 20px + 2 * var(--header-menu-item-padding));
}
.site-title.no-logo {
  justify-content: flex-end;
}
.site-title.align-content-left {
  justify-content: flex-start;
}
.site-title.align-content-right {
  justify-content: flex-end;
}
.site-title .logo {
  margin: 0 10px;
}
.site-title .logo.mobile-offset-up {
  margin-top: var(--logo-v-offset-mobile);
}
.site-title .logo.mobile-offset-down {
  margin-bottom: var(--logo-v-offset-mobile);
}
.site-title .menu-toggle {
  display: initial;
  margin: 0;
  padding: 0 20px;
  background: var(--hamburger-icon-background-color);
  border: 0;
  color: var(--hamburger-icon-color);
  font-size: 10px;
  line-height: var(--header-height-mobile);
  text-align: center;
  transition: all 0.3s;
  cursor: pointer;
  outline: none;
}
.site-title .menu-toggle.no-caption {
  font-size: 0;
}
.site-title .menu-toggle .menu-toggle-content {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5em;
}
.site-title .menu-toggle .menu-toggle-content .m-icon {
  display: block;
  margin: 0 auto 5px;
  font-size: 26px;
  text-align: center;
}
.site-title .menu-toggle .menu-toggle-content .m-icon.m-icon-close {
  display: none;
}
.site-title .menu-toggle .menu-icon {
  display: block;
  position: relative;
  width: 28px;
  height: 4px;
  margin: 12px auto;
  background-color: var(--hamburger-icon-color);
  transition: background-color 0.3s;
}
.site-title .menu-toggle .menu-icon:before, .site-title .menu-toggle .menu-icon:after {
  display: block;
  position: absolute;
  left: 0;
  width: 28px;
  height: 4px;
  background-color: var(--hamburger-icon-color);
  content: "";
  transition-property: top, transform, background-color;
  transition-duration: 0.3s, 0.3s, 0.3s;
  transition-delay: 0.3s, 0s, 0s;
  transform-origin: 50% 50%;
}
.site-title .menu-toggle .menu-icon:before {
  top: -9px;
}
.site-title .menu-toggle .menu-icon:after {
  top: 9px;
}
.site-title .menu-toggle:hover, .site-title .menu-toggle:focus {
  background: var(--hamburger-icon-background-hover-color);
  color: var(--hamburger-icon-hover-color);
}
.site-title .menu-toggle:hover .menu-icon, .site-title .menu-toggle:hover .menu-icon:before, .site-title .menu-toggle:hover .menu-icon:after, .site-title .menu-toggle:focus .menu-icon, .site-title .menu-toggle:focus .menu-icon:before, .site-title .menu-toggle:focus .menu-icon:after {
  background-color: var(--hamburger-icon-hover-color);
}
.site-title .menu-toggle.expanded {
  background: var(--hamburger-icon-background-hover-color);
  color: var(--hamburger-icon-hover-color);
}
.site-title .menu-toggle.expanded .menu-icon, .site-title .menu-toggle.expanded .menu-icon:hover .menu-icon, .site-title .menu-toggle.expanded .menu-icon:focus .menu-icon {
  background-color: transparent;
}
.site-title .menu-toggle.expanded .menu-icon:before, .site-title .menu-toggle.expanded .menu-icon:after {
  top: 0;
  transition-delay: 0s, 0.3s;
  background-color: var(--hamburger-icon-hover-color);
}
.site-title .menu-toggle.expanded .menu-icon:before {
  transform: rotate(45deg);
}
.site-title .menu-toggle.expanded .menu-icon:after {
  transform: rotate(-45deg);
}
.site-title .menu-toggle.expanded .menu-toggle-content .m-icon {
  display: none;
}
.site-title .menu-toggle.expanded .menu-toggle-content .m-icon.m-icon-close {
  display: block;
}
.site-title .link-box {
  flex: 0 0 auto;
  margin: 0;
}
.site-title .link-box li {
  margin: 0 auto;
}
.site-title .title-links {
  display: flex;
  height: 100%;
}
.site-title .title-links .logo {
  align-self: center;
}
.site-title .search-item {
  display: none;
}

.mobile-sticky.sticky .site-title {
  height: var(--sticky-header-height-mobile);
}
.mobile-sticky.sticky .site-title .menu-toggle {
  line-height: var(--sticky-header-height-mobile);
}
.mobile-sticky.sticky .site-title .logo img {
  height: var(--max-logo-height-mobile-sticky);
}

@media (min-width: 400px) {
  .site-title {
    margin: 0;
  }
  .site-title.menu-pos-left {
    margin-left: 0;
  }
  .site-title .logo {
    margin: 0 20px;
  }
}
@media (min-width: 800px) {
  .site-title {
    position: relative;
  }
  .site-title:before, .site-title:after {
    display: block;
    width: calc((100vw - var(--layout-width)) / 2);
    height: 100%;
    position: absolute;
    top: 0;
    content: "";
    pointer-events: none;
    background-color: inherit;
  }
  .site-title:before {
    right: 100%;
  }
  .site-title:after {
    left: 100%;
  }
}
.content {
  position: relative;
  z-index: 2;
  clear: both;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 var(--content-bottom-margin) 0;
  background-color: var(--content-background-color);
  transition: background-color 0.5s;
}
.content:after {
  clear: both;
  display: block;
  height: 0;
  content: "";
}
.content .page-content,
.content .post-content {
  overflow: hidden;
}

.single .page {
  margin: 0 -10px;
  padding: 0 10px;
}

.related-content.with-sidebars,
.related-content .content {
  clear: both;
}
.related-content .article-head-title {
  color: var(--text-color-subheadings);
}

.main {
  max-width: var(--layout-width);
}
.main:before {
  display: block;
  height: 1px;
  margin-bottom: -1px;
  content: "";
}

.sidebar {
  margin-top: 30px;
  margin-bottom: 20px;
  width: 100%;
}

.post-content.post {
  font-size: var(--post-content-font-size);
  line-height: var(--post-content-line-height);
}
.post-content p + ul {
  margin-top: -5px;
  margin-bottom: 6px;
}
.post-content p a, .post-content li a, .post-content td a {
  color: var(--content-link-color);
  text-decoration: underline;
}
.post-content p a:hover, .post-content p a:focus, .post-content li a:hover, .post-content li a:focus, .post-content td a:hover, .post-content td a:focus {
  color: var(--content-link-color-hover);
}

.single > .post-content {
  margin: 0 -10px;
  padding: 0 10px;
}

.content-start {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 10px;
}

@media (min-width: 400px) {
  .single > .post-content, .single > .page {
    margin: 0 -20px;
    padding: 0 20px;
  }
}
@media (min-width: 800px) {
  .main {
    width: 100%;
    padding-top: 0;
    overflow: visible;
  }

  .content {
    display: flex;
    align-items: stretch;
    justify-content: center;
  }
  .content.reverse {
    flex-direction: row-reverse;
  }
  .content.has-sidebar .main {
    width: calc(100% - calc(var(--column-gap) * 2) - 1px - var(--sidebar-width));
  }
  .content.no-sidebar .main {
    margin-top: 0;
  }
  .content.no-sidebar .post-title,
.content.no-sidebar .page-title {
    margin-top: 30px;
  }

  .the-post-main {
    width: var(--layout-width);
    max-width: calc(100vw - 40px);
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    justify-content: center;
  }

  .post-header,
.page {
    width: 100%;
    flex-shrink: 0;
  }

  .page-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .has-sidebar .page-wrapper .main {
    max-width: calc(var(--layout-width) - 2 * var(--column-gap) - var(--sidebar-width) - 1px);
  }

  .reverse .page-wrapper {
    flex-direction: row-reverse;
  }

  .breadcrumbs {
    flex-shrink: 0;
  }

  .sidebar {
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: var(--sidebar-width);
    padding-left: var(--column-gap);
    margin-left: var(--column-gap);
    border: 1px solid var(--border-color);
    border-width: 0 0 0 1px;
  }

  .reverse .sidebar {
    padding-left: 0;
    padding-right: var(--column-gap);
    margin-left: 0;
    margin-right: var(--column-gap);
    border-width: 0 1px 0 0;
  }
}
@media (min-width: 1140px) {
  .content {
    max-width: var(--layout-width);
    background-image: var(--content-background-image);
    background-position: 50% 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .content.has-sidebar .page.post-content .page-title, .content.has-sidebar .page.page-content .page-title {
    margin-bottom: 30px;
  }
  .content .page-content,
.content .post-content {
    overflow: revert;
  }

  .content-wrapper {
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 0;
    background-color: var(--content-background-color);
    background-image: var(--content-background-image);
    background-position: 50% 0;
  }

  .page .header-transparent.sticky-enabled:not(.sticky-static) + .content .content-start {
    top: 0;
  }

  .single > .post-content, .single > .page {
    overflow-x: visible;
    margin: 0;
    padding: 0;
    position: relative;
  }

  .page-wrapper {
    max-width: calc(var(--body-width) - 40px);
  }
}
.col {
  position: relative;
  width: 100%;
  margin: 0 0 30px;
  padding: 0 10px;
  box-sizing: border-box;
  transition: all 0.3s;
}
.col img {
  max-width: 100%;
  height: auto;
}

.columns {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -10px;
  width: auto;
}

.img > p {
  display: none;
}

@media (min-width: 400px) {
  .col {
    margin: 0 0 var(--column-gap);
    padding: 0 var(--column-padding);
  }

  .columns {
    margin: 0 -20px;
  }
}
@media (min-width: 600px) {
  .col {
    padding: 0 var(--column-padding);
  }

  .col2, .col3, .col4, .col5, .col6, .col23, .col34, [class*=col-c] {
    width: 50%;
  }

  .page-title + .columns {
    margin-top: var(--column-padding);
    margin-bottom: var(--column-padding);
  }
}
@media (min-width: 800px) {
  .col3, .col6 {
    width: 33.333%;
  }

  .col4 {
    width: 25%;
  }

  .col5 {
    width: 25%;
  }

  .col23 {
    width: 66.667%;
  }

  .col34 {
    width: 75%;
  }
}
@media (min-width: 1140px) {
  .columns {
    margin: 0 var(--column-padding-negative);
  }

  .col5 {
    width: 20%;
  }

  .col6 {
    width: 16.667%;
  }
}
.site-footer {
  margin: 0;
  padding: 0 var(--side-padding) 0;
  box-sizing: border-box;
  background-color: var(--footer-background-color);
  background-image: var(--footer-background-image);
  background-size: var(--footer-background-size);
  background-repeat: var(--footer-background-repeat);
  color: var(--footer-text-color);
  box-sizing: border-box;
  overflow-x: hidden;
  content-visibility: auto;
}
.site-footer.with-shadow {
  box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.2);
}
.site-footer a {
  color: var(--footer-link-color);
}
.site-footer a:hover, .site-footer a:focus {
  color: var(--footer-link-hover-color);
}
.site-footer .widgets {
  padding-top: var(--footer-widgets-padding-top);
  padding-bottom: var(--footer-widgets-padding-bottom);
}
.site-footer .widgets h1, .site-footer .widgets h2, .site-footer .widgets h3, .site-footer .widgets h4, .site-footer .widgets h5, .site-footer .widgets h6 {
  color: var(--footer-headings-color);
}
.site-footer .columns {
  margin-top: 0;
  margin-bottom: 0;
}
.site-footer .columns.border-vertical {
  align-items: stretch;
}
.site-footer .columns.border-vertical .col {
  border-left: 1px solid var(--footer-border-color);
  margin-top: 0;
  margin-right: 0;
  margin-left: -1px;
}
.site-footer .bottom {
  position: relative;
  box-sizing: border-box;
  margin: 0 -10px;
  padding: var(--footer-bottom-padding-top) 10px var(--footer-bottom-padding-bottom);
  background-color: var(--footer-bottom-background-color);
  color: var(--footer-bottom-text-color);
  font-size: 14px;
  font-weight: normal;
}
.site-footer .bottom a {
  text-decoration: underline;
}
.site-footer .bottom a:hover, .site-footer .bottom a:focus {
  text-decoration: none;
}
.site-footer .bottom .social-link {
  text-decoration: none;
}
.site-footer .widgets + .bottom {
  border-top: 0;
}
.site-footer.with-separator .columns {
  border: none;
}
.site-footer.with-separator .widgets + .bottom {
  border-top: 1px solid var(--footer-border-color);
}
.site-footer.with-separator .col {
  border-width: 0;
}
.site-footer .footer-cell {
  padding: 0;
  text-align: center;
}
.site-footer .social {
  margin: 0;
}
.site-footer .social ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding-top: 0;
}
.site-footer .social ul li {
  margin: 0;
}
.site-footer .social .tooltip {
  font-family: var(--primary-font);
}
.site-footer .widget {
  font-size: var(--footer-content-font-size);
}
.site-footer .widget ul {
  list-style: none;
}
.site-footer .widget ul li {
  margin: 0 0 0.5em;
  line-height: 1.3em;
}
.site-footer .widget ul.menu li {
  padding-left: 1.5em;
}
.site-footer .widget ul.menu li:before {
  float: none;
  position: relative;
  left: -1.5em;
  margin-right: -1em;
  content: "—";
  color: var(--footer-text-color);
}
.site-footer .widget ul.tabs .selected a {
  color: var(--footer-link-hover-color);
}
.site-footer .widget .social ul {
  justify-content: flex-start;
}
.site-footer .widget.widget_photos ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: flex-start;
  align-items: flex-start;
}
.site-footer .widget.widget_photos ul li {
  margin: 0;
}
.site-footer .widget.tagcloud a {
  padding: 0 2px;
}
.site-footer .widget input {
  vertical-align: top;
  font-size: 1.167em;
  border-width: var(--form-border-width);
  border-style: solid;
  border-color: var(--form-border-color);
  background: var(--form-background-color);
  color: var(--form-text-color);
}
.site-footer .widget button {
  width: 35px;
  height: 28px;
  padding: 0;
  border-radius: 3px;
  line-height: 17px;
  vertical-align: top;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.18);
  text-align: center;
}
.site-footer .widget th {
  color: #AEAEAE;
}
.site-footer .widget th, .site-footer .widget td {
  padding: 3px 0;
  border-color: #575757;
  text-align: center;
}
.site-footer .widget .tab-content .posts span {
  display: block;
}
.site-footer .widget .tab-content img {
  float: left;
  margin: 0 10px 10px 0;
}
.site-footer .widget .tab-content li {
  clear: left;
}
.site-footer .widget h2, .site-footer .widget h3, .site-footer .widget h4 {
  margin-top: 7px;
  margin-bottom: 20px;
  color: var(--footer-headings-color);
}
.site-footer .widget h2.spec-heading, .site-footer .widget h3.spec-heading, .site-footer .widget h4.spec-heading {
  border-bottom-color: var(--footer-border-color);
}
.site-footer .widget h2.spec-heading.t09 span, .site-footer .widget h3.spec-heading.t09 span, .site-footer .widget h4.spec-heading.t09 span {
  background: var(--footer-border-color);
  border-bottom-color: var(--footer-border-color);
}
.site-footer .widget h2 {
  font: var(--headings-font-weight) var(--h3-font-size)/1.5em var(--h3-font-family);
}

.boxed .site-footer .bottom {
  padding: var(--footer-bottom-padding-top) 0 var(--footer-bottom-padding-bottom);
}

.footer-message {
  margin: 0;
  font-size: var(--footer-content-font-size);
  font-weight: var(--body-font-weight);
}
.footer-message a {
  color: var(--footer-bottom-link-color);
}
.footer-message a:hover, .footer-message a:focus {
  color: var(--footer-bottom-link-hover-color);
}

.footer-menu {
  max-width: var(--layout-width);
  margin: 0;
  padding: 0;
}
.footer-menu .menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  text-align: center;
  gap: 2em;
}
.footer-menu .menu li {
  margin: 0;
}
.footer-menu .menu li:before {
  display: none;
}
.footer-menu .menu a {
  display: block;
  padding: 0 15px;
  color: var(--footer-bottom-link-color);
  font-size: var(--footer-menu-font-size);
  font-weight: 600;
  text-decoration: underline;
}
.footer-menu .menu a:hover, .footer-menu .menu a:focus {
  color: var(--footer-bottom-link-hover-color);
}
.footer-menu .menu a .m-icon {
  position: relative;
  padding-left: 40px;
}
.footer-menu .menu a .m-icon:before {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translate(0, -50%);
}

@media (min-width: 400px) {
  .site-footer {
    padding: 0 var(--side-padding) 0;
  }
  .site-footer .bottom {
    position: relative;
    margin-inline: calc(0px - var(--side-padding));
    padding-left: var(--side-padding);
    padding-right: var(--side-padding);
  }
}
@media (min-width: 800px) {
  .site-footer .footer-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    min-height: 50px;
  }
  .site-footer .footer-row.no-first:before {
    content: "";
    width: 33.333%;
  }
  .site-footer .footer-row.no-last:after {
    content: "";
    width: 33.333%;
  }
  .site-footer .footer-row.no-middle .footer-cell {
    width: 50%;
  }
  .site-footer .footer-row.no-first.no-last .footer-cell {
    width: 100%;
  }
  .site-footer.with-separator .col {
    border-width: 1px;
    border-color: var(--footer-border-color);
    margin-left: 0;
  }
  .site-footer.with-separator.footer-columns-1 .col, .site-footer.with-separator.footer-columns-2 .col:nth-of-type(2n-1), .site-footer.with-separator.footer-columns-3 .col:nth-of-type(3n-2), .site-footer.with-separator.footer-columns-4 .col:nth-of-type(4n-3), .site-footer.with-separator.footer-columns-5 .col:nth-of-type(5n-4), .site-footer.with-separator.footer-columns-6 .col:nth-of-type(6n-5) {
    border: 0;
  }
  .site-footer .columns.border-vertical {
    margin-left: var(--column-padding-negative);
    margin-right: var(--column-padding-negative);
    width: auto;
  }

  .footer-menu {
    margin: 0;
  }
  .footer-menu .menu {
    justify-content: flex-start;
    margin: 0;
  }

  .footer-cell {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex: 1;
    flex-shrink: 0;
  }

  .footer-cell0 {
    justify-content: flex-start;
  }
  .footer-cell0 .footer-message {
    text-align: left;
  }
  .footer-cell0 .footer-menu {
    padding-left: 0;
    margin-left: -10px;
  }

  .footer-cell1 {
    flex: var(--footer-middle-ratio);
    justify-content: center;
  }

  .footer-cell2 {
    justify-content: flex-end;
  }
  .footer-cell2 .footer-message {
    text-align: right;
  }
}
@media (min-width: 1140px) {
  .site-footer {
    margin: 0 auto;
    padding: 0 20px;
  }
  .site-footer.fixed {
    position: sticky;
    bottom: 0;
  }
  .site-footer .widgets {
    max-width: var(--layout-width);
    margin: 0 auto;
  }
  .site-footer .widgets.full-width {
    max-width: none;
  }
  .site-footer .widgets .columns.border-vertical .col2:nth-of-type(2n-1) {
    border-left: 0;
  }
  .site-footer .widgets .columns.border-vertical .col3:nth-of-type(3n-2) {
    border-left: 0;
  }
  .site-footer .widgets .columns.border-vertical .col4:nth-of-type(4n-3) {
    border-left: 0;
  }
  .site-footer .widget {
    margin-bottom: 0;
  }
  .site-footer .footer-message {
    margin: 0;
  }
  .site-footer .bottom-content {
    max-width: var(--layout-width);
    margin: 0 auto;
  }
  .site-footer .bottom {
    max-width: var(--layout-width);
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
  .site-footer .bottom.full-width {
    max-width: none;
    margin: 0 -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .site-footer .bottom.full-width .bottom-content.full-width {
    margin: 0;
    max-width: none;
  }

  .footer-menu {
    position: relative;
    box-sizing: border-box;
    padding: 0 15px;
  }

  .boxed footer.fixed {
    max-width: var(--layout-width);
    box-sizing: border-box;
  }
  .boxed footer.fixed .bottom {
    max-width: var(--layout-width);
    left: 0;
  }
}
/* subheader */
.subheader {
  position: relative;
  z-index: 2;
  height: 199px;
  margin: 0 -10px;
  background-color: var(--subheader-bg-color);
  background-image: var(--subheader-bg-image);
  background-size: var(--subheader-bg-size);
  background-repeat: no-repeat;
  background-position: center top;
  transition: all 0.3s;
}
.subheader.bg-pos-top-left {
  background-position: top left;
}
.subheader.bg-pos-top-center {
  background-position: top center;
}
.subheader.bg-pos-top-right {
  background-position: top right;
}
.subheader.bg-pos-center-left {
  background-position: center left;
}
.subheader.bg-pos-center-center {
  background-position: center center;
}
.subheader.bg-pos-center-right {
  background-position: center right;
}
.subheader.bg-pos-bottom-left {
  background-position: bottom left;
}
.subheader.bg-pos-bottom-center {
  background-position: bottom center;
}
.subheader.bg-pos-bottom-right {
  background-position: bottom right;
}
.subheader.parallax {
  background-attachment: fixed;
  background-position: center var(--subheader-bg-offset);
}
.subheader .breadcrumbs {
  background: none;
  color: var(--subheader-text-color);
}
.subheader .breadcrumbs a {
  color: var(--subheader-link-color);
}
.subheader .breadcrumbs a:hover, .subheader .breadcrumbs a:focus {
  color: var(--subheader-link-hover-color);
}
.subheader .breadcrumbs .breadcrumbs-content {
  padding: 0;
}
.subheader .page-title {
  font: var(--headings-font-weight) var(--h1-font-size)/1.32em var(--h1-font-family);
  white-space: pre-wrap;
  word-wrap: break-word;
  color: var(--subheader-text-color);
  margin: 0;
}

.subheader-content {
  height: 100%;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media (min-width: 400px) {
  .subheader {
    margin: 0 -20px;
  }

  .subheader-content {
    padding: 0 20px;
  }
}
@media (min-width: 1140px) {
  .subheader {
    margin: 0;
  }

  .subheader-content {
    display: flex;
    height: 100%;
    margin: 0 auto;
    width: var(--layout-width);
    max-width: calc(100% - 40px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .subheader-content .page-title {
    width: auto;
  }
  .subheader-content.align-same.align-bottom {
    justify-content: flex-end;
  }
  .subheader-content.align-same.align-bottom .page-title {
    margin-bottom: 30px;
  }
  .subheader-content.bc-left .breadcrumbs {
    text-align: left;
  }
  .subheader-content.bc-right .breadcrumbs {
    text-align: right;
  }
  .subheader-content.title-left .page-title {
    text-align: left;
  }
  .subheader-content.title-right .page-title {
    text-align: right;
  }
  .subheader-content.different-vertical {
    justify-content: space-between;
  }
  .subheader-content.different-vertical:before {
    display: block;
    content: "";
    font-size: inherit;
    line-height: inherit;
  }
  .subheader-content.different-vertical > *:last-child {
    margin-bottom: 30px;
  }
  .subheader-content.different-vertical.reverse {
    flex-direction: column-reverse;
  }
  .subheader-content.different-vertical.reverse:after {
    content: "";
    margin-top: 30px;
  }
  .subheader-content.different-vertical.title-left .page-title {
    align-self: flex-start;
  }
  .subheader-content.different-vertical.title-right .page-title {
    align-self: flex-end;
  }
  .subheader-content.different-vertical.bc-left .breadcrumbs {
    align-self: flex-start;
  }
  .subheader-content.different-vertical.bc-right .breadcrumbs {
    align-self: flex-end;
  }
  .subheader-content.same-vertical {
    flex-direction: row;
    justify-content: space-between;
    gap: var(--column-gap);
  }
  .subheader-content.same-vertical.align-bottom {
    align-items: flex-end;
  }
  .subheader-content.same-vertical:before,
.subheader-content.same-vertical .page-title,
.subheader-content.same-vertical .breadcrumbs {
    width: calc(33.333% - 2 * var(--column-gap) / 3);
  }
  .subheader-content.same-vertical.no-left:before, .subheader-content.same-vertical.no-left:after,
.subheader-content.same-vertical.no-left .page-title,
.subheader-content.same-vertical.no-left .breadcrumbs, .subheader-content.same-vertical.no-right:before, .subheader-content.same-vertical.no-right:after,
.subheader-content.same-vertical.no-right .page-title,
.subheader-content.same-vertical.no-right .breadcrumbs {
    width: calc(33.333% - 2 * var(--column-gap) / 3);
  }
  .subheader-content.same-vertical.no-center .page-title,
.subheader-content.same-vertical.no-center .breadcrumbs {
    width: auto;
  }
  .subheader-content.same-vertical.no-left:before {
    content: "";
    order: 1;
  }
  .subheader-content.same-vertical.no-left.bc-right .breadcrumbs {
    order: 3;
  }
  .subheader-content.same-vertical.no-left.bc-center .breadcrumbs {
    order: 2;
  }
  .subheader-content.same-vertical.no-left.title-center .page-title {
    order: 2;
  }
  .subheader-content.same-vertical.no-left.title-right .page-title {
    order: 3;
  }
  .subheader-content.same-vertical.no-right:before {
    content: "";
    order: 3;
  }
  .subheader-content.same-vertical.no-right.bc-center .breadcrumbs {
    order: 2;
  }
  .subheader-content.same-vertical.no-right.bc-left .breadcrumbs {
    order: 1;
  }
  .subheader-content.same-vertical.no-right.title-left .page-title {
    order: 1;
  }
  .subheader-content.same-vertical.no-right.title-center .page-title {
    order: 2;
  }
  .subheader-content.same-vertical.bc-right.title-left, .subheader-content.same-vertical.bc-right.title-center {
    flex-direction: row-reverse;
  }
  .subheader-content.align-middle {
    align-items: center;
  }
  .subheader-content.align-bottom .page-title,
.subheader-content.align-bottom .breadcrumbs {
    margin-bottom: 30px;
  }
  .subheader-content.align-left {
    align-items: flex-start;
  }
  .subheader-content.align-right {
    align-items: flex-end;
  }
}
/* search form */
.searchform fieldset {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: var(--search-border-radius);
  border-width: var(--form-border-width);
  border-style: solid;
  border-color: var(--form-border-color);
  background-color: var(--form-background-color);
  transition: border-color 0.3s;
}
.searchform fieldset:focus-within {
  border-color: var(--form-border-color-focus);
}
.searchform input {
  padding: 0 20px;
  border-radius: var(--form-border-radius);
  border: 0;
  line-height: var(--form-field-height);
  color: var(--text-color-base);
  font-size: 13px;
}
.searchform button.search-button {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 1px;
  white-space: nowrap;
  width: var(--form-field-height);
  height: var(--form-field-height);
  padding: 0;
  border: none;
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
  color: var(--form-text-color);
  line-height: var(--form-field-height);
  text-shadow: none;
  transform: translateY(-50%);
  box-shadow: none;
}
.searchform button.search-button:hover, .searchform button.search-button:focus {
  background: transparent;
}
.searchform button.search-button i {
  font-size: 14px;
  color: currentcolor;
}

.widget .searchform input {
  border-radius: var(--search-border-radius);
  line-height: var(--form-field-height);
}
.widget .searchform button.search-button {
  width: var(--form-field-height);
  height: var(--form-field-height);
  line-height: var(--form-field-height);
  padding: 0;
  background: var(--form-background-color);
  color: var(--form-text-color);
}
.widget .searchform button.search-button i {
  font-size: 14px;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: var(--search-border-radius);
  border-width: var(--form-border-width);
  border-style: solid;
  border-color: var(--form-border-color);
  background-color: var(--form-background-color);
  transition: border-color 0.3s;
  overflow: hidden;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper:focus-within {
  border-color: var(--form-border-color-focus);
}
.wp-block-search.wp-block-search__button-inside input[type=search] {
  border: 0;
  padding: 0 20px;
  font-size: 13px;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__button {
  flex-shrink: 0;
}
.wp-block-search.wp-block-search__button-inside button {
  border: 0;
  width: var(--form-field-height);
  min-width: 0;
  height: var(--form-field-height);
  line-height: var(--form-field-height);
  padding: 0;
  background: var(--form-background-color);
  color: var(--form-text-color);
  box-shadow: none;
  text-align: center;
  padding: 0;
}
.wp-block-search.wp-block-search__button-inside button .search-icon {
  vertical-align: middle;
}
.wp-block-search.wp-block-search__button-outside .wp-block-search__button {
  flex-shrink: 0;
}
.wp-block-search.wp-block-search__button-outside .wp-block-search__button.has-icon:not([class*=gm-control]):not([class*=splide]):not(.search-button):not(.customize-partial-edit-shortcut-button) {
  text-align: center;
  box-sizing: border-box;
  width: 50px;
  min-width: 0;
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0;
}
.wp-block-search.wp-block-search__button-outside .wp-block-search__button.has-icon:not([class*=gm-control]):not([class*=splide]):not(.search-button):not(.customize-partial-edit-shortcut-button) .search-icon {
  vertical-align: middle;
  width: 40px;
  height: 40px;
  transform: translateY(-2px);
}

/* Search form in header */
.site-header .main-header .mainmenu .searchform {
  margin: 0;
}
.site-header .main-header .mainmenu .searchform fieldset {
  padding: 20px;
  background: var(--mainmenu-searchform-bg);
  border-radius: 0;
  border: 0;
}
.site-header .main-header .mainmenu .searchform input {
  border-radius: var(--search-border-radius);
  height: var(--form-field-height);
  line-height: var(--form-field-height);
  background: var(--mainmenu-searchform-input-bg);
  border-width: var(--form-border-width);
  border-style: solid;
  border-color: var(--form-border-color);
}
.site-header .main-header .mainmenu .searchform button.search-button {
  right: 21px;
  width: var(--form-field-height);
  height: var(--form-field-height);
  line-height: var(--form-field-height);
  background: transparent;
  border-radius: var(--search-border-radius);
}
.site-header .main-header .mainmenu .searchform button.search-button .m-icon {
  font-size: 14px;
}
.site-header .main-header .mainmenu.overlay-menu .searchform {
  max-width: 700px;
  margin: auto auto 0;
  background: transparent;
}

.search-popup-link {
  text-align: center;
}

.show-menus header nav ul .search-popup-link.m-icon:before {
  margin-right: 0;
}

.multi-popup.popup-search .search-button {
  min-width: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.multi-popup.popup-search .search-button .m-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.multi-popup.popup-search .search-button .m-icon:before {
  vertical-align: revert;
}

.blur {
  filter: blur(3px);
}

::backdrop {
  background: #000000b2;
  transition: all 0.5s;
}
@starting-style {
  ::backdrop {
    background: #00000000;
  }
}

.multi-popup {
  top: 250px;
  left: 50%;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 10px 20px 30px;
  box-sizing: border-box;
  background: #fff;
  transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete, opacity 0.5s, transform 0.5s;
}
.multi-popup[open] {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%);
}
@starting-style {
  .multi-popup[open] {
    opacity: 0;
    pointer-events: none;
    transform: translateX(-50%) translateY(-20px);
  }
}
.multi-popup .spec-heading {
  margin-top: 10px;
}
.multi-popup .popup-close {
  display: block;
  position: absolute;
  right: 13px;
  top: 17px;
  width: 30px;
  height: 30px;
  color: #999;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  transition: all 0.3s;
}
.multi-popup .popup-close:hover, .multi-popup .popup-close:focus {
  color: var(--link-color-base);
  transform: rotate(180deg);
  transition: all 0.3s;
}

@media (min-width: 800px) {
  .multi-popup.popup-search {
    max-width: 800px;
    padding: 40px 50px 75px;
  }
}
.spec-heading {
  margin: 30px 0;
  font-family: var(--special-headings-font-family);
  font-size: var(--special-headings-font-size);
  color: var(--text-color-special-headings);
}
.spec-heading span {
  display: inline-block;
  max-width: 100%;
}
.spec-heading.text-align-left {
  text-align: left;
}
.spec-heading.text-align-right {
  text-align: right;
}
.spec-heading.text-align-center {
  text-align: center;
}
.spec-heading.t02 span, .spec-heading.t03 span, .spec-heading.t05 span, .spec-heading.t06 span {
  display: inline;
}
.spec-heading.t01 {
  border-bottom: 1px solid var(--border-color);
  font-weight: 300;
  line-height: 2em;
}
.spec-heading.t01 span {
  margin-bottom: -1px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--main-color);
}
.spec-heading.t02 {
  padding-bottom: 10px;
  border-bottom: 2px solid var(--text-color-special-headings);
  font-weight: 300;
  line-height: 1.667em;
}
.spec-heading.t03 {
  padding: 4px 0;
  border-bottom: 2px solid var(--text-color-special-headings);
  border-top: 2px solid var(--text-color-special-headings);
  font-weight: 300;
}
.spec-heading.t04 {
  background: #e7e7e7;
  font-weight: 300;
  line-height: 1.1em;
  color: var(--text-color-special-headings);
}
.spec-heading.t04 span {
  padding: 8px 10px;
}
.spec-heading.t05 {
  font-weight: 300;
}
.spec-heading.t06 {
  line-height: 1.667em;
  text-transform: uppercase;
}
.spec-heading.t06 span {
  font-weight: 700;
}
.spec-heading.t07 {
  line-height: 1em;
  text-transform: uppercase;
}
.spec-heading.t07:before, .spec-heading.t07:after {
  background: #e7e7e7;
  height: 1em;
}
.spec-heading.t08 {
  line-height: 1.667em;
  text-transform: uppercase;
}
.spec-heading.t08:before, .spec-heading.t08:after {
  height: 1px;
  background: var(--text-color-special-headings);
  content: "";
}
.spec-heading.t09 {
  border-bottom: 2px solid var(--border-color);
  line-height: 1.667em;
  font-weight: 300;
}
.spec-heading.t09 span {
  margin-bottom: -2px;
  border-bottom: 2px solid var(--border-color);
  background: var(--border-color);
  padding: 0 10px;
}
.spec-heading.t10 {
  text-transform: uppercase;
}
.spec-heading.t10 span {
  margin: 0 15px 0 0;
}
.spec-heading.t10:before, .spec-heading.t10:after {
  box-sizing: border-box;
  height: 4px;
  border: 1px solid var(--text-color-special-headings);
  border-width: 1px 0;
  content: "";
}
.spec-heading.t07, .spec-heading.t08, .spec-heading.t10 {
  display: flex;
  align-items: center;
}
.spec-heading.t07 span, .spec-heading.t08 span, .spec-heading.t10 span {
  flex-shrink: 0;
  margin: 0 15px 0 0;
}
.spec-heading.t07:before, .spec-heading.t07:after, .spec-heading.t08:before, .spec-heading.t08:after, .spec-heading.t10:before, .spec-heading.t10:after {
  width: 100%;
  content: "";
}
.spec-heading.t07:before, .spec-heading.t08:before, .spec-heading.t10:before {
  display: none;
}
.spec-heading.t07.text-align-right span, .spec-heading.t08.text-align-right span, .spec-heading.t10.text-align-right span {
  margin: 0 0 0 15px;
}
.spec-heading.t07.text-align-right:before, .spec-heading.t08.text-align-right:before, .spec-heading.t10.text-align-right:before {
  display: block;
}
.spec-heading.t07.text-align-right:after, .spec-heading.t08.text-align-right:after, .spec-heading.t10.text-align-right:after {
  display: none;
}
.spec-heading.t07.text-align-center span, .spec-heading.t08.text-align-center span, .spec-heading.t10.text-align-center span {
  margin: 0 15px;
}
.spec-heading.t07.text-align-center:before, .spec-heading.t07.text-align-center:after, .spec-heading.t08.text-align-center:before, .spec-heading.t08.text-align-center:after, .spec-heading.t10.text-align-center:before, .spec-heading.t10.text-align-center:after {
  display: block;
}

.sidebar h2, .sidebar h3:not(.spec-heading), .sidebar h4,
.site-footer .widgets h2,
.site-footer .widgets h3:not(.spec-heading),
.site-footer .widgets h4 {
  font-size: var(--widget-title-font-size);
  font-family: var(--widget-title-font-family);
}

.sidebar.heading-style-t01 h2, .sidebar.heading-style-t01 h3:not(.spec-heading), .sidebar.heading-style-t01 h4,
.site-footer .heading-style-t01 h2,
.site-footer .heading-style-t01 h3:not(.spec-heading),
.site-footer .heading-style-t01 h4 {
  border-bottom: 1px solid var(--border-color);
  font-weight: 300;
  line-height: 2em;
  padding-bottom: 10px;
}
.sidebar.heading-style-t02 h2, .sidebar.heading-style-t02 h3:not(.spec-heading), .sidebar.heading-style-t02 h4,
.site-footer .heading-style-t02 h2,
.site-footer .heading-style-t02 h3:not(.spec-heading),
.site-footer .heading-style-t02 h4 {
  padding-bottom: 10px;
  border-bottom: 2px solid var(--text-color-special-headings);
  font-weight: 300;
  line-height: 1.667em;
}
.sidebar.heading-style-t03 h2, .sidebar.heading-style-t03 h3:not(.spec-heading), .sidebar.heading-style-t03 h4,
.site-footer .heading-style-t03 h2,
.site-footer .heading-style-t03 h3:not(.spec-heading),
.site-footer .heading-style-t03 h4 {
  padding: 4px 0;
  border-bottom: 2px solid var(--text-color-special-headings);
  border-top: 2px solid var(--text-color-special-headings);
  font-weight: 300;
}
.sidebar.heading-style-t04 h2, .sidebar.heading-style-t04 h3:not(.spec-heading), .sidebar.heading-style-t04 h4,
.site-footer .heading-style-t04 h2,
.site-footer .heading-style-t04 h3:not(.spec-heading),
.site-footer .heading-style-t04 h4 {
  background: #e7e7e7;
  font-weight: 300;
  line-height: 1.1em;
  color: var(--text-color-special-headings);
  padding: 8px 10px;
}
.sidebar.heading-style-t05 h2, .sidebar.heading-style-t05 h3:not(.spec-heading), .sidebar.heading-style-t05 h4,
.site-footer .heading-style-t05 h2,
.site-footer .heading-style-t05 h3:not(.spec-heading),
.site-footer .heading-style-t05 h4 {
  font-weight: 300;
}
.sidebar.heading-style-t06 h2, .sidebar.heading-style-t06 h3:not(.spec-heading), .sidebar.heading-style-t06 h4,
.site-footer .heading-style-t06 h2,
.site-footer .heading-style-t06 h3:not(.spec-heading),
.site-footer .heading-style-t06 h4 {
  line-height: 1.667em;
  text-transform: uppercase;
  font-weight: 700;
}
.sidebar.heading-style-t07 h2, .sidebar.heading-style-t07 h3:not(.spec-heading), .sidebar.heading-style-t07 h4,
.site-footer .heading-style-t07 h2,
.site-footer .heading-style-t07 h3:not(.spec-heading),
.site-footer .heading-style-t07 h4 {
  line-height: 1em;
  text-transform: uppercase;
}
.sidebar.heading-style-t07 h2:before, .sidebar.heading-style-t07 h2:after, .sidebar.heading-style-t07 h3:not(.spec-heading):before, .sidebar.heading-style-t07 h3:not(.spec-heading):after, .sidebar.heading-style-t07 h4:before, .sidebar.heading-style-t07 h4:after,
.site-footer .heading-style-t07 h2:before,
.site-footer .heading-style-t07 h2:after,
.site-footer .heading-style-t07 h3:not(.spec-heading):before,
.site-footer .heading-style-t07 h3:not(.spec-heading):after,
.site-footer .heading-style-t07 h4:before,
.site-footer .heading-style-t07 h4:after {
  background: #e7e7e7;
  height: 1em;
  width: 100%;
  content: "";
}
.sidebar.heading-style-t08 h2, .sidebar.heading-style-t08 h3:not(.spec-heading), .sidebar.heading-style-t08 h4,
.site-footer .heading-style-t08 h2,
.site-footer .heading-style-t08 h3:not(.spec-heading),
.site-footer .heading-style-t08 h4 {
  line-height: 1.667em;
  text-transform: uppercase;
}
.sidebar.heading-style-t08 h2:before, .sidebar.heading-style-t08 h2:after, .sidebar.heading-style-t08 h3:not(.spec-heading):before, .sidebar.heading-style-t08 h3:not(.spec-heading):after, .sidebar.heading-style-t08 h4:before, .sidebar.heading-style-t08 h4:after,
.site-footer .heading-style-t08 h2:before,
.site-footer .heading-style-t08 h2:after,
.site-footer .heading-style-t08 h3:not(.spec-heading):before,
.site-footer .heading-style-t08 h3:not(.spec-heading):after,
.site-footer .heading-style-t08 h4:before,
.site-footer .heading-style-t08 h4:after {
  height: 1px;
  background: var(--text-color-special-headings);
  width: 100%;
  content: "";
}
.sidebar.heading-style-t09 h2, .sidebar.heading-style-t09 h3:not(.spec-heading), .sidebar.heading-style-t09 h4,
.site-footer .heading-style-t09 h2,
.site-footer .heading-style-t09 h3:not(.spec-heading),
.site-footer .heading-style-t09 h4 {
  border-bottom: 2px solid var(--border-color);
  line-height: 1.667em;
  font-weight: 300;
  padding: 0 10px;
  background: var(--border-color);
}
.sidebar.heading-style-t10 h2, .sidebar.heading-style-t10 h3:not(.spec-heading), .sidebar.heading-style-t10 h4,
.site-footer .heading-style-t10 h2,
.site-footer .heading-style-t10 h3:not(.spec-heading),
.site-footer .heading-style-t10 h4 {
  text-transform: uppercase;
}
.sidebar.heading-style-t10 h2:before, .sidebar.heading-style-t10 h2:after, .sidebar.heading-style-t10 h3:not(.spec-heading):before, .sidebar.heading-style-t10 h3:not(.spec-heading):after, .sidebar.heading-style-t10 h4:before, .sidebar.heading-style-t10 h4:after,
.site-footer .heading-style-t10 h2:before,
.site-footer .heading-style-t10 h2:after,
.site-footer .heading-style-t10 h3:not(.spec-heading):before,
.site-footer .heading-style-t10 h3:not(.spec-heading):after,
.site-footer .heading-style-t10 h4:before,
.site-footer .heading-style-t10 h4:after {
  box-sizing: border-box;
  width: 100%;
  height: 4px;
  border: 1px solid var(--text-color-special-headings);
  border-width: 1px 0;
  content: "";
}
.sidebar.heading-style-t10 h2:before, .sidebar.heading-style-t10 h3:not(.spec-heading):before, .sidebar.heading-style-t10 h4:before,
.site-footer .heading-style-t10 h2:before,
.site-footer .heading-style-t10 h3:not(.spec-heading):before,
.site-footer .heading-style-t10 h4:before {
  margin-inline-end: 15px;
}
.sidebar.heading-style-t10 h2:after, .sidebar.heading-style-t10 h3:not(.spec-heading):after, .sidebar.heading-style-t10 h4:after,
.site-footer .heading-style-t10 h2:after,
.site-footer .heading-style-t10 h3:not(.spec-heading):after,
.site-footer .heading-style-t10 h4:after {
  margin-inline-start: 15px;
}
.sidebar.heading-style-t07 h2, .sidebar.heading-style-t07 h3:not(.spec-heading), .sidebar.heading-style-t07 h4, .sidebar.heading-style-t08 h2, .sidebar.heading-style-t08 h3:not(.spec-heading), .sidebar.heading-style-t08 h4, .sidebar.heading-style-t10 h2, .sidebar.heading-style-t10 h3:not(.spec-heading), .sidebar.heading-style-t10 h4,
.site-footer .heading-style-t07 h2,
.site-footer .heading-style-t07 h3:not(.spec-heading),
.site-footer .heading-style-t07 h4,
.site-footer .heading-style-t08 h2,
.site-footer .heading-style-t08 h3:not(.spec-heading),
.site-footer .heading-style-t08 h4,
.site-footer .heading-style-t10 h2,
.site-footer .heading-style-t10 h3:not(.spec-heading),
.site-footer .heading-style-t10 h4 {
  display: flex;
  align-items: center;
}
.sidebar.heading-style-t07 h2:before, .sidebar.heading-style-t07 h3:not(.spec-heading):before, .sidebar.heading-style-t07 h4:before, .sidebar.heading-style-t08 h2:before, .sidebar.heading-style-t08 h3:not(.spec-heading):before, .sidebar.heading-style-t08 h4:before, .sidebar.heading-style-t10 h2:before, .sidebar.heading-style-t10 h3:not(.spec-heading):before, .sidebar.heading-style-t10 h4:before,
.site-footer .heading-style-t07 h2:before,
.site-footer .heading-style-t07 h3:not(.spec-heading):before,
.site-footer .heading-style-t07 h4:before,
.site-footer .heading-style-t08 h2:before,
.site-footer .heading-style-t08 h3:not(.spec-heading):before,
.site-footer .heading-style-t08 h4:before,
.site-footer .heading-style-t10 h2:before,
.site-footer .heading-style-t10 h3:not(.spec-heading):before,
.site-footer .heading-style-t10 h4:before {
  display: none;
}
.sidebar.heading-style-t07 h2:after, .sidebar.heading-style-t07 h3:not(.spec-heading):after, .sidebar.heading-style-t07 h4:after, .sidebar.heading-style-t08 h2:after, .sidebar.heading-style-t08 h3:not(.spec-heading):after, .sidebar.heading-style-t08 h4:after, .sidebar.heading-style-t10 h2:after, .sidebar.heading-style-t10 h3:not(.spec-heading):after, .sidebar.heading-style-t10 h4:after,
.site-footer .heading-style-t07 h2:after,
.site-footer .heading-style-t07 h3:not(.spec-heading):after,
.site-footer .heading-style-t07 h4:after,
.site-footer .heading-style-t08 h2:after,
.site-footer .heading-style-t08 h3:not(.spec-heading):after,
.site-footer .heading-style-t08 h4:after,
.site-footer .heading-style-t10 h2:after,
.site-footer .heading-style-t10 h3:not(.spec-heading):after,
.site-footer .heading-style-t10 h4:after {
  margin-inline-start: 15px;
}
.sidebar.heading-style-t07 h2.has-text-align-right:before, .sidebar.heading-style-t07 h3:not(.spec-heading).has-text-align-right:before, .sidebar.heading-style-t07 h4.has-text-align-right:before, .sidebar.heading-style-t08 h2.has-text-align-right:before, .sidebar.heading-style-t08 h3:not(.spec-heading).has-text-align-right:before, .sidebar.heading-style-t08 h4.has-text-align-right:before, .sidebar.heading-style-t10 h2.has-text-align-right:before, .sidebar.heading-style-t10 h3:not(.spec-heading).has-text-align-right:before, .sidebar.heading-style-t10 h4.has-text-align-right:before,
.site-footer .heading-style-t07 h2.has-text-align-right:before,
.site-footer .heading-style-t07 h3:not(.spec-heading).has-text-align-right:before,
.site-footer .heading-style-t07 h4.has-text-align-right:before,
.site-footer .heading-style-t08 h2.has-text-align-right:before,
.site-footer .heading-style-t08 h3:not(.spec-heading).has-text-align-right:before,
.site-footer .heading-style-t08 h4.has-text-align-right:before,
.site-footer .heading-style-t10 h2.has-text-align-right:before,
.site-footer .heading-style-t10 h3:not(.spec-heading).has-text-align-right:before,
.site-footer .heading-style-t10 h4.has-text-align-right:before {
  display: block;
  margin-inline-end: 15px;
}
.sidebar.heading-style-t07 h2.has-text-align-right:after, .sidebar.heading-style-t07 h3:not(.spec-heading).has-text-align-right:after, .sidebar.heading-style-t07 h4.has-text-align-right:after, .sidebar.heading-style-t08 h2.has-text-align-right:after, .sidebar.heading-style-t08 h3:not(.spec-heading).has-text-align-right:after, .sidebar.heading-style-t08 h4.has-text-align-right:after, .sidebar.heading-style-t10 h2.has-text-align-right:after, .sidebar.heading-style-t10 h3:not(.spec-heading).has-text-align-right:after, .sidebar.heading-style-t10 h4.has-text-align-right:after,
.site-footer .heading-style-t07 h2.has-text-align-right:after,
.site-footer .heading-style-t07 h3:not(.spec-heading).has-text-align-right:after,
.site-footer .heading-style-t07 h4.has-text-align-right:after,
.site-footer .heading-style-t08 h2.has-text-align-right:after,
.site-footer .heading-style-t08 h3:not(.spec-heading).has-text-align-right:after,
.site-footer .heading-style-t08 h4.has-text-align-right:after,
.site-footer .heading-style-t10 h2.has-text-align-right:after,
.site-footer .heading-style-t10 h3:not(.spec-heading).has-text-align-right:after,
.site-footer .heading-style-t10 h4.has-text-align-right:after {
  display: none;
}
.sidebar.heading-style-t07 h2.text-align-center:before, .sidebar.heading-style-t07 h2.text-align-center:after, .sidebar.heading-style-t07 h3:not(.spec-heading).text-align-center:before, .sidebar.heading-style-t07 h3:not(.spec-heading).text-align-center:after, .sidebar.heading-style-t07 h4.text-align-center:before, .sidebar.heading-style-t07 h4.text-align-center:after, .sidebar.heading-style-t08 h2.text-align-center:before, .sidebar.heading-style-t08 h2.text-align-center:after, .sidebar.heading-style-t08 h3:not(.spec-heading).text-align-center:before, .sidebar.heading-style-t08 h3:not(.spec-heading).text-align-center:after, .sidebar.heading-style-t08 h4.text-align-center:before, .sidebar.heading-style-t08 h4.text-align-center:after, .sidebar.heading-style-t10 h2.text-align-center:before, .sidebar.heading-style-t10 h2.text-align-center:after, .sidebar.heading-style-t10 h3:not(.spec-heading).text-align-center:before, .sidebar.heading-style-t10 h3:not(.spec-heading).text-align-center:after, .sidebar.heading-style-t10 h4.text-align-center:before, .sidebar.heading-style-t10 h4.text-align-center:after,
.site-footer .heading-style-t07 h2.text-align-center:before,
.site-footer .heading-style-t07 h2.text-align-center:after,
.site-footer .heading-style-t07 h3:not(.spec-heading).text-align-center:before,
.site-footer .heading-style-t07 h3:not(.spec-heading).text-align-center:after,
.site-footer .heading-style-t07 h4.text-align-center:before,
.site-footer .heading-style-t07 h4.text-align-center:after,
.site-footer .heading-style-t08 h2.text-align-center:before,
.site-footer .heading-style-t08 h2.text-align-center:after,
.site-footer .heading-style-t08 h3:not(.spec-heading).text-align-center:before,
.site-footer .heading-style-t08 h3:not(.spec-heading).text-align-center:after,
.site-footer .heading-style-t08 h4.text-align-center:before,
.site-footer .heading-style-t08 h4.text-align-center:after,
.site-footer .heading-style-t10 h2.text-align-center:before,
.site-footer .heading-style-t10 h2.text-align-center:after,
.site-footer .heading-style-t10 h3:not(.spec-heading).text-align-center:before,
.site-footer .heading-style-t10 h3:not(.spec-heading).text-align-center:after,
.site-footer .heading-style-t10 h4.text-align-center:before,
.site-footer .heading-style-t10 h4.text-align-center:after {
  display: block;
}
.sidebar.heading-style-t07 h2.text-align-center:before, .sidebar.heading-style-t07 h3:not(.spec-heading).text-align-center:before, .sidebar.heading-style-t07 h4.text-align-center:before, .sidebar.heading-style-t08 h2.text-align-center:before, .sidebar.heading-style-t08 h3:not(.spec-heading).text-align-center:before, .sidebar.heading-style-t08 h4.text-align-center:before, .sidebar.heading-style-t10 h2.text-align-center:before, .sidebar.heading-style-t10 h3:not(.spec-heading).text-align-center:before, .sidebar.heading-style-t10 h4.text-align-center:before,
.site-footer .heading-style-t07 h2.text-align-center:before,
.site-footer .heading-style-t07 h3:not(.spec-heading).text-align-center:before,
.site-footer .heading-style-t07 h4.text-align-center:before,
.site-footer .heading-style-t08 h2.text-align-center:before,
.site-footer .heading-style-t08 h3:not(.spec-heading).text-align-center:before,
.site-footer .heading-style-t08 h4.text-align-center:before,
.site-footer .heading-style-t10 h2.text-align-center:before,
.site-footer .heading-style-t10 h3:not(.spec-heading).text-align-center:before,
.site-footer .heading-style-t10 h4.text-align-center:before {
  margin-inline-end: 15px;
}
.sidebar.heading-style-t07 h2.text-align-center:after, .sidebar.heading-style-t07 h3:not(.spec-heading).text-align-center:after, .sidebar.heading-style-t07 h4.text-align-center:after, .sidebar.heading-style-t08 h2.text-align-center:after, .sidebar.heading-style-t08 h3:not(.spec-heading).text-align-center:after, .sidebar.heading-style-t08 h4.text-align-center:after, .sidebar.heading-style-t10 h2.text-align-center:after, .sidebar.heading-style-t10 h3:not(.spec-heading).text-align-center:after, .sidebar.heading-style-t10 h4.text-align-center:after,
.site-footer .heading-style-t07 h2.text-align-center:after,
.site-footer .heading-style-t07 h3:not(.spec-heading).text-align-center:after,
.site-footer .heading-style-t07 h4.text-align-center:after,
.site-footer .heading-style-t08 h2.text-align-center:after,
.site-footer .heading-style-t08 h3:not(.spec-heading).text-align-center:after,
.site-footer .heading-style-t08 h4.text-align-center:after,
.site-footer .heading-style-t10 h2.text-align-center:after,
.site-footer .heading-style-t10 h3:not(.spec-heading).text-align-center:after,
.site-footer .heading-style-t10 h4.text-align-center:after {
  margin-inline-start: 15px;
}

ul.social,
.social ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: var(--social-links-spacing);
  margin: 0 0 10px;
  padding: 0;
}
ul.social li,
.social ul li {
  margin: 0;
  list-style: none;
}
ul.social li:before,
.social ul li:before {
  display: none;
}
ul.social li .social-link,
.social ul li .social-link {
  display: flex;
  align-items: center;
  text-align: center;
  padding-left: 0;
  white-space: nowrap;
  transition: all 0.3s;
  cursor: pointer;
  outline: none;
}

.social.alignleft {
  float: none;
}
.social.alignleft ul {
  justify-content: flex-start;
}
.social.alignright {
  float: none;
}
.social.alignright ul {
  justify-content: flex-end;
}
.social.aligncenter ul {
  justify-content: center;
}

.text-align-center .social ul:not(.alignleft):not(.alignright) {
  justify-content: center;
}

.text-align-right .social ul:not(.alignleft):not(.aligncenter) {
  justify-content: flex-end;
}

.text-align-left .social ul:not(.aligncenter):not(.alignright) {
  justify-content: flex-start;
}

.site-header .social ul {
  margin-bottom: 0;
}

.social .social-link {
  border-radius: var(--social-icon-border-radius);
}
.social i,
.social .social-text {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  transition: all 0.3s;
  overflow: hidden;
  border-radius: var(--social-icon-border-radius);
  border-style: solid;
  border-width: var(--social-icon-border-width);
  border-color: var(--social-icon-border-color);
  line-height: var(--social-icon-line-height);
  background-color: var(--social-icon-background-color);
  color: var(--social-icon-color);
}
.social i {
  width: var(--social-links-box-size);
  height: var(--social-links-box-size);
  font-size: var(--social-links-icon-size);
}
.social i:before {
  line-height: inherit;
  transform: translateY(calc(0 - var(--social-icon-border-width)));
}
.social .has-text i {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-width: 0;
}
.social .has-text .social-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-width: 0;
}
.social .social-text {
  padding: 0 10px;
  font-weight: 700;
  font-size: 13px;
}
.social .social-link:hover,
.social .social-link:focus {
  transform: var(--social-lift);
}
.social .social-link:hover i, .social .social-link:hover .social-text,
.social .social-link:focus i,
.social .social-link:focus .social-text {
  color: var(--social-icon-hover-color);
  background-color: var(--social-icon-background-hover-color);
  border-color: var(--social-icon-border-hover-color);
}
.social.fc .social-link i, .social.fc .social-link .social-text, .social.fc .social-link:hover i, .social.fc .social-link:hover .social-text, .social.fc .social-link:focus i, .social.fc .social-link:focus .social-text, .social.hc .social-link:hover i, .social.hc .social-link:hover .social-text, .social.hc .social-link:focus i, .social.hc .social-link:focus .social-text {
  background: transparent;
}
.social.fc .social-link.social-link-facebook i, .social.fc .social-link.social-link-facebook .social-text, .social.fc .social-link:hover.social-link-facebook i, .social.fc .social-link:hover.social-link-facebook .social-text, .social.fc .social-link:focus.social-link-facebook i, .social.fc .social-link:focus.social-link-facebook .social-text, .social.hc .social-link:hover.social-link-facebook i, .social.hc .social-link:hover.social-link-facebook .social-text, .social.hc .social-link:focus.social-link-facebook i, .social.hc .social-link:focus.social-link-facebook .social-text {
  color: #3460a1;
  border-color: #3460a1;
}
.social.fc .social-link.social-link-twitter i, .social.fc .social-link.social-link-twitter .social-text, .social.fc .social-link:hover.social-link-twitter i, .social.fc .social-link:hover.social-link-twitter .social-text, .social.fc .social-link:focus.social-link-twitter i, .social.fc .social-link:focus.social-link-twitter .social-text, .social.hc .social-link:hover.social-link-twitter i, .social.hc .social-link:hover.social-link-twitter .social-text, .social.hc .social-link:focus.social-link-twitter i, .social.hc .social-link:focus.social-link-twitter .social-text {
  color: #28aae1;
  border-color: #28aae1;
}
.social.fc .social-link.social-link-pinterest i, .social.fc .social-link.social-link-pinterest .social-text, .social.fc .social-link:hover.social-link-pinterest i, .social.fc .social-link:hover.social-link-pinterest .social-text, .social.fc .social-link:focus.social-link-pinterest i, .social.fc .social-link:focus.social-link-pinterest .social-text, .social.hc .social-link:hover.social-link-pinterest i, .social.hc .social-link:hover.social-link-pinterest .social-text, .social.hc .social-link:focus.social-link-pinterest i, .social.hc .social-link:focus.social-link-pinterest .social-text {
  color: #cc2127;
  border-color: #cc2127;
}
.social.fc .social-link.social-link-rss i, .social.fc .social-link.social-link-rss .social-text, .social.fc .social-link:hover.social-link-rss i, .social.fc .social-link:hover.social-link-rss .social-text, .social.fc .social-link:focus.social-link-rss i, .social.fc .social-link:focus.social-link-rss .social-text, .social.hc .social-link:hover.social-link-rss i, .social.hc .social-link:hover.social-link-rss .social-text, .social.hc .social-link:focus.social-link-rss i, .social.hc .social-link:focus.social-link-rss .social-text {
  color: #f58020;
  border-color: #f58020;
}
.social.fc .social-link.social-link-instagram i, .social.fc .social-link.social-link-instagram .social-text, .social.fc .social-link:hover.social-link-instagram i, .social.fc .social-link:hover.social-link-instagram .social-text, .social.fc .social-link:focus.social-link-instagram i, .social.fc .social-link:focus.social-link-instagram .social-text, .social.hc .social-link:hover.social-link-instagram i, .social.hc .social-link:hover.social-link-instagram .social-text, .social.hc .social-link:focus.social-link-instagram i, .social.hc .social-link:focus.social-link-instagram .social-text {
  color: #5180a4;
  border-color: #5180a4;
}
.social.fc .social-link.social-link-skype i, .social.fc .social-link.social-link-skype .social-text, .social.fc .social-link:hover.social-link-skype i, .social.fc .social-link:hover.social-link-skype .social-text, .social.fc .social-link:focus.social-link-skype i, .social.fc .social-link:focus.social-link-skype .social-text, .social.hc .social-link:hover.social-link-skype i, .social.hc .social-link:hover.social-link-skype .social-text, .social.hc .social-link:focus.social-link-skype i, .social.hc .social-link:focus.social-link-skype .social-text {
  color: #00aff0;
  border-color: #00aff0;
}
.social.fc .social-link.social-link-tumblr i, .social.fc .social-link.social-link-tumblr .social-text, .social.fc .social-link:hover.social-link-tumblr i, .social.fc .social-link:hover.social-link-tumblr .social-text, .social.fc .social-link:focus.social-link-tumblr i, .social.fc .social-link:focus.social-link-tumblr .social-text, .social.hc .social-link:hover.social-link-tumblr i, .social.hc .social-link:hover.social-link-tumblr .social-text, .social.hc .social-link:focus.social-link-tumblr i, .social.hc .social-link:focus.social-link-tumblr .social-text {
  color: #395975;
  border-color: #395975;
}
.social.fc .social-link.social-link-linkedin i, .social.fc .social-link.social-link-linkedin .social-text, .social.fc .social-link:hover.social-link-linkedin i, .social.fc .social-link:hover.social-link-linkedin .social-text, .social.fc .social-link:focus.social-link-linkedin i, .social.fc .social-link:focus.social-link-linkedin .social-text, .social.hc .social-link:hover.social-link-linkedin i, .social.hc .social-link:hover.social-link-linkedin .social-text, .social.hc .social-link:focus.social-link-linkedin i, .social.hc .social-link:focus.social-link-linkedin .social-text {
  color: #136d9d;
  border-color: #136d9d;
}
.social.fc .social-link.social-link-flickr i, .social.fc .social-link.social-link-flickr .social-text, .social.fc .social-link:hover.social-link-flickr i, .social.fc .social-link:hover.social-link-flickr .social-text, .social.fc .social-link:focus.social-link-flickr i, .social.fc .social-link:focus.social-link-flickr .social-text, .social.hc .social-link:hover.social-link-flickr i, .social.hc .social-link:hover.social-link-flickr .social-text, .social.hc .social-link:focus.social-link-flickr i, .social.hc .social-link:focus.social-link-flickr .social-text {
  color: #ed2a90;
  border-color: #ed2a90;
}
.social.fc .social-link.social-link-vimeo i, .social.fc .social-link.social-link-vimeo .social-text, .social.fc .social-link:hover.social-link-vimeo i, .social.fc .social-link:hover.social-link-vimeo .social-text, .social.fc .social-link:focus.social-link-vimeo i, .social.fc .social-link:focus.social-link-vimeo .social-text, .social.hc .social-link:hover.social-link-vimeo i, .social.hc .social-link:hover.social-link-vimeo .social-text, .social.hc .social-link:focus.social-link-vimeo i, .social.hc .social-link:focus.social-link-vimeo .social-text {
  color: #16bbed;
  border-color: #16bbed;
}
.social.fc .social-link.social-link-behance i, .social.fc .social-link.social-link-behance .social-text, .social.fc .social-link:hover.social-link-behance i, .social.fc .social-link:hover.social-link-behance .social-text, .social.fc .social-link:focus.social-link-behance i, .social.fc .social-link:focus.social-link-behance .social-text, .social.hc .social-link:hover.social-link-behance i, .social.hc .social-link:hover.social-link-behance .social-text, .social.hc .social-link:focus.social-link-behance i, .social.hc .social-link:focus.social-link-behance .social-text {
  color: #1769ff;
  border-color: #1769ff;
}
.social.fc .social-link.social-link-youtube i, .social.fc .social-link.social-link-youtube .social-text, .social.fc .social-link:hover.social-link-youtube i, .social.fc .social-link:hover.social-link-youtube .social-text, .social.fc .social-link:focus.social-link-youtube i, .social.fc .social-link:focus.social-link-youtube .social-text, .social.hc .social-link:hover.social-link-youtube i, .social.hc .social-link:hover.social-link-youtube .social-text, .social.hc .social-link:focus.social-link-youtube i, .social.hc .social-link:focus.social-link-youtube .social-text {
  color: #ee3138;
  border-color: #ee3138;
}
.social.fc .social-link.social-link-dribbble i, .social.fc .social-link.social-link-dribbble .social-text, .social.fc .social-link:hover.social-link-dribbble i, .social.fc .social-link:hover.social-link-dribbble .social-text, .social.fc .social-link:focus.social-link-dribbble i, .social.fc .social-link:focus.social-link-dribbble .social-text, .social.hc .social-link:hover.social-link-dribbble i, .social.hc .social-link:hover.social-link-dribbble .social-text, .social.hc .social-link:focus.social-link-dribbble i, .social.hc .social-link:focus.social-link-dribbble .social-text {
  color: #ef548f;
  border-color: #ef548f;
}
.social.fc .social-link.social-link-github i, .social.fc .social-link.social-link-github .social-text, .social.fc .social-link:hover.social-link-github i, .social.fc .social-link:hover.social-link-github .social-text, .social.fc .social-link:focus.social-link-github i, .social.fc .social-link:focus.social-link-github .social-text, .social.hc .social-link:hover.social-link-github i, .social.hc .social-link:hover.social-link-github .social-text, .social.hc .social-link:focus.social-link-github i, .social.hc .social-link:focus.social-link-github .social-text {
  color: #272426;
  border-color: #272426;
}
.social.fc .social-link.social-link-stumbleupon i, .social.fc .social-link.social-link-stumbleupon .social-text, .social.fc .social-link:hover.social-link-stumbleupon i, .social.fc .social-link:hover.social-link-stumbleupon .social-text, .social.fc .social-link:focus.social-link-stumbleupon i, .social.fc .social-link:focus.social-link-stumbleupon .social-text, .social.hc .social-link:hover.social-link-stumbleupon i, .social.hc .social-link:hover.social-link-stumbleupon .social-text, .social.hc .social-link:focus.social-link-stumbleupon i, .social.hc .social-link:focus.social-link-stumbleupon .social-text {
  color: #f04e23;
  border-color: #f04e23;
}
.social.fc .social-link.social-link-lastfm i, .social.fc .social-link.social-link-lastfm .social-text, .social.fc .social-link:hover.social-link-lastfm i, .social.fc .social-link:hover.social-link-lastfm .social-text, .social.fc .social-link:focus.social-link-lastfm i, .social.fc .social-link:focus.social-link-lastfm .social-text, .social.hc .social-link:hover.social-link-lastfm i, .social.hc .social-link:hover.social-link-lastfm .social-text, .social.hc .social-link:focus.social-link-lastfm i, .social.hc .social-link:focus.social-link-lastfm .social-text {
  color: #d51007;
  border-color: #d51007;
}
.social.fc .social-link.social-link-envelope i, .social.fc .social-link.social-link-envelope .social-text, .social.fc .social-link:hover.social-link-envelope i, .social.fc .social-link:hover.social-link-envelope .social-text, .social.fc .social-link:focus.social-link-envelope i, .social.fc .social-link:focus.social-link-envelope .social-text, .social.hc .social-link:hover.social-link-envelope i, .social.hc .social-link:hover.social-link-envelope .social-text, .social.hc .social-link:focus.social-link-envelope i, .social.hc .social-link:focus.social-link-envelope .social-text {
  color: #2a2a2c;
  border-color: #2a2a2c;
}
.social.fc .social-link.social-link-tripadvisor i, .social.fc .social-link.social-link-tripadvisor .social-text, .social.fc .social-link:hover.social-link-tripadvisor i, .social.fc .social-link:hover.social-link-tripadvisor .social-text, .social.fc .social-link:focus.social-link-tripadvisor i, .social.fc .social-link:focus.social-link-tripadvisor .social-text, .social.hc .social-link:hover.social-link-tripadvisor i, .social.hc .social-link:hover.social-link-tripadvisor .social-text, .social.hc .social-link:focus.social-link-tripadvisor i, .social.hc .social-link:focus.social-link-tripadvisor .social-text {
  color: #00af87;
  border-color: #00af87;
}
.social.fc .social-link.social-link-snapchat i, .social.fc .social-link.social-link-snapchat .social-text, .social.fc .social-link:hover.social-link-snapchat i, .social.fc .social-link:hover.social-link-snapchat .social-text, .social.fc .social-link:focus.social-link-snapchat i, .social.fc .social-link:focus.social-link-snapchat .social-text, .social.hc .social-link:hover.social-link-snapchat i, .social.hc .social-link:hover.social-link-snapchat .social-text, .social.hc .social-link:focus.social-link-snapchat i, .social.hc .social-link:focus.social-link-snapchat .social-text {
  color: #fffc00;
  border-color: #fffc00;
}
.social.fc .social-link.social-link-whatsapp i, .social.fc .social-link.social-link-whatsapp .social-text, .social.fc .social-link:hover.social-link-whatsapp i, .social.fc .social-link:hover.social-link-whatsapp .social-text, .social.fc .social-link:focus.social-link-whatsapp i, .social.fc .social-link:focus.social-link-whatsapp .social-text, .social.hc .social-link:hover.social-link-whatsapp i, .social.hc .social-link:hover.social-link-whatsapp .social-text, .social.hc .social-link:focus.social-link-whatsapp i, .social.hc .social-link:focus.social-link-whatsapp .social-text {
  color: #00e676;
  border-color: #00e676;
}
.social.fc .social-link.social-link-discord i, .social.fc .social-link.social-link-discord .social-text, .social.fc .social-link:hover.social-link-discord i, .social.fc .social-link:hover.social-link-discord .social-text, .social.fc .social-link:focus.social-link-discord i, .social.fc .social-link:focus.social-link-discord .social-text, .social.hc .social-link:hover.social-link-discord i, .social.hc .social-link:hover.social-link-discord .social-text, .social.hc .social-link:focus.social-link-discord i, .social.hc .social-link:focus.social-link-discord .social-text {
  color: #5964f2;
  border-color: #5964f2;
}
.social.fc .social-link.social-link-threads i, .social.fc .social-link.social-link-threads .social-text, .social.fc .social-link:hover.social-link-threads i, .social.fc .social-link:hover.social-link-threads .social-text, .social.fc .social-link:focus.social-link-threads i, .social.fc .social-link:focus.social-link-threads .social-text, .social.hc .social-link:hover.social-link-threads i, .social.hc .social-link:hover.social-link-threads .social-text, .social.hc .social-link:focus.social-link-threads i, .social.hc .social-link:focus.social-link-threads .social-text {
  color: #000;
  border-color: #000;
}
.social.fc .social-link.social-link-producthunt i, .social.fc .social-link.social-link-producthunt .social-text, .social.fc .social-link:hover.social-link-producthunt i, .social.fc .social-link:hover.social-link-producthunt .social-text, .social.fc .social-link:focus.social-link-producthunt i, .social.fc .social-link:focus.social-link-producthunt .social-text, .social.hc .social-link:hover.social-link-producthunt i, .social.hc .social-link:hover.social-link-producthunt .social-text, .social.hc .social-link:focus.social-link-producthunt i, .social.hc .social-link:focus.social-link-producthunt .social-text {
  color: #ff6154;
  border-color: #ff6154;
}
.social.fc.inverted .social-link i, .social.fc.inverted .social-link .social-text, .social.fc.inverted .social-link:hover i, .social.fc.inverted .social-link:hover .social-text, .social.hc.inverted .social-link:hover i, .social.hc.inverted .social-link:hover .social-text, .social.fc.inverted .social-link:focus i, .social.fc.inverted .social-link:focus .social-text, .social.hc.inverted .social-link:focus i, .social.hc.inverted .social-link:focus .social-text {
  color: #fff;
}
.social.fc.inverted .social-link.social-link-facebook i, .social.fc.inverted .social-link.social-link-facebook .social-text, .social.fc.inverted .social-link:hover.social-link-facebook i, .social.fc.inverted .social-link:hover.social-link-facebook .social-text, .social.hc.inverted .social-link:hover.social-link-facebook i, .social.hc.inverted .social-link:hover.social-link-facebook .social-text, .social.fc.inverted .social-link:focus.social-link-facebook i, .social.fc.inverted .social-link:focus.social-link-facebook .social-text, .social.hc.inverted .social-link:focus.social-link-facebook i, .social.hc.inverted .social-link:focus.social-link-facebook .social-text {
  background: #3460a1;
}
.social.fc.inverted .social-link.social-link-twitter i, .social.fc.inverted .social-link.social-link-twitter .social-text, .social.fc.inverted .social-link:hover.social-link-twitter i, .social.fc.inverted .social-link:hover.social-link-twitter .social-text, .social.hc.inverted .social-link:hover.social-link-twitter i, .social.hc.inverted .social-link:hover.social-link-twitter .social-text, .social.fc.inverted .social-link:focus.social-link-twitter i, .social.fc.inverted .social-link:focus.social-link-twitter .social-text, .social.hc.inverted .social-link:focus.social-link-twitter i, .social.hc.inverted .social-link:focus.social-link-twitter .social-text {
  background: #28aae1;
}
.social.fc.inverted .social-link.social-link-pinterest i, .social.fc.inverted .social-link.social-link-pinterest .social-text, .social.fc.inverted .social-link:hover.social-link-pinterest i, .social.fc.inverted .social-link:hover.social-link-pinterest .social-text, .social.hc.inverted .social-link:hover.social-link-pinterest i, .social.hc.inverted .social-link:hover.social-link-pinterest .social-text, .social.fc.inverted .social-link:focus.social-link-pinterest i, .social.fc.inverted .social-link:focus.social-link-pinterest .social-text, .social.hc.inverted .social-link:focus.social-link-pinterest i, .social.hc.inverted .social-link:focus.social-link-pinterest .social-text {
  background: #cc2127;
}
.social.fc.inverted .social-link.social-link-rss i, .social.fc.inverted .social-link.social-link-rss .social-text, .social.fc.inverted .social-link:hover.social-link-rss i, .social.fc.inverted .social-link:hover.social-link-rss .social-text, .social.hc.inverted .social-link:hover.social-link-rss i, .social.hc.inverted .social-link:hover.social-link-rss .social-text, .social.fc.inverted .social-link:focus.social-link-rss i, .social.fc.inverted .social-link:focus.social-link-rss .social-text, .social.hc.inverted .social-link:focus.social-link-rss i, .social.hc.inverted .social-link:focus.social-link-rss .social-text {
  background: #f58020;
}
.social.fc.inverted .social-link.social-link-instagram i, .social.fc.inverted .social-link.social-link-instagram .social-text, .social.fc.inverted .social-link:hover.social-link-instagram i, .social.fc.inverted .social-link:hover.social-link-instagram .social-text, .social.hc.inverted .social-link:hover.social-link-instagram i, .social.hc.inverted .social-link:hover.social-link-instagram .social-text, .social.fc.inverted .social-link:focus.social-link-instagram i, .social.fc.inverted .social-link:focus.social-link-instagram .social-text, .social.hc.inverted .social-link:focus.social-link-instagram i, .social.hc.inverted .social-link:focus.social-link-instagram .social-text {
  background: #5180a4;
}
.social.fc.inverted .social-link.social-link-skype i, .social.fc.inverted .social-link.social-link-skype .social-text, .social.fc.inverted .social-link:hover.social-link-skype i, .social.fc.inverted .social-link:hover.social-link-skype .social-text, .social.hc.inverted .social-link:hover.social-link-skype i, .social.hc.inverted .social-link:hover.social-link-skype .social-text, .social.fc.inverted .social-link:focus.social-link-skype i, .social.fc.inverted .social-link:focus.social-link-skype .social-text, .social.hc.inverted .social-link:focus.social-link-skype i, .social.hc.inverted .social-link:focus.social-link-skype .social-text {
  background: #00aff0;
}
.social.fc.inverted .social-link.social-link-tumblr i, .social.fc.inverted .social-link.social-link-tumblr .social-text, .social.fc.inverted .social-link:hover.social-link-tumblr i, .social.fc.inverted .social-link:hover.social-link-tumblr .social-text, .social.hc.inverted .social-link:hover.social-link-tumblr i, .social.hc.inverted .social-link:hover.social-link-tumblr .social-text, .social.fc.inverted .social-link:focus.social-link-tumblr i, .social.fc.inverted .social-link:focus.social-link-tumblr .social-text, .social.hc.inverted .social-link:focus.social-link-tumblr i, .social.hc.inverted .social-link:focus.social-link-tumblr .social-text {
  background: #395975;
}
.social.fc.inverted .social-link.social-link-linkedin i, .social.fc.inverted .social-link.social-link-linkedin .social-text, .social.fc.inverted .social-link:hover.social-link-linkedin i, .social.fc.inverted .social-link:hover.social-link-linkedin .social-text, .social.hc.inverted .social-link:hover.social-link-linkedin i, .social.hc.inverted .social-link:hover.social-link-linkedin .social-text, .social.fc.inverted .social-link:focus.social-link-linkedin i, .social.fc.inverted .social-link:focus.social-link-linkedin .social-text, .social.hc.inverted .social-link:focus.social-link-linkedin i, .social.hc.inverted .social-link:focus.social-link-linkedin .social-text {
  background: #136d9d;
}
.social.fc.inverted .social-link.social-link-flickr i, .social.fc.inverted .social-link.social-link-flickr .social-text, .social.fc.inverted .social-link:hover.social-link-flickr i, .social.fc.inverted .social-link:hover.social-link-flickr .social-text, .social.hc.inverted .social-link:hover.social-link-flickr i, .social.hc.inverted .social-link:hover.social-link-flickr .social-text, .social.fc.inverted .social-link:focus.social-link-flickr i, .social.fc.inverted .social-link:focus.social-link-flickr .social-text, .social.hc.inverted .social-link:focus.social-link-flickr i, .social.hc.inverted .social-link:focus.social-link-flickr .social-text {
  background: #ed2a90;
}
.social.fc.inverted .social-link.social-link-vimeo i, .social.fc.inverted .social-link.social-link-vimeo .social-text, .social.fc.inverted .social-link:hover.social-link-vimeo i, .social.fc.inverted .social-link:hover.social-link-vimeo .social-text, .social.hc.inverted .social-link:hover.social-link-vimeo i, .social.hc.inverted .social-link:hover.social-link-vimeo .social-text, .social.fc.inverted .social-link:focus.social-link-vimeo i, .social.fc.inverted .social-link:focus.social-link-vimeo .social-text, .social.hc.inverted .social-link:focus.social-link-vimeo i, .social.hc.inverted .social-link:focus.social-link-vimeo .social-text {
  background: #16bbed;
}
.social.fc.inverted .social-link.social-link-behance i, .social.fc.inverted .social-link.social-link-behance .social-text, .social.fc.inverted .social-link:hover.social-link-behance i, .social.fc.inverted .social-link:hover.social-link-behance .social-text, .social.hc.inverted .social-link:hover.social-link-behance i, .social.hc.inverted .social-link:hover.social-link-behance .social-text, .social.fc.inverted .social-link:focus.social-link-behance i, .social.fc.inverted .social-link:focus.social-link-behance .social-text, .social.hc.inverted .social-link:focus.social-link-behance i, .social.hc.inverted .social-link:focus.social-link-behance .social-text {
  background: #1769ff;
}
.social.fc.inverted .social-link.social-link-youtube i, .social.fc.inverted .social-link.social-link-youtube .social-text, .social.fc.inverted .social-link:hover.social-link-youtube i, .social.fc.inverted .social-link:hover.social-link-youtube .social-text, .social.hc.inverted .social-link:hover.social-link-youtube i, .social.hc.inverted .social-link:hover.social-link-youtube .social-text, .social.fc.inverted .social-link:focus.social-link-youtube i, .social.fc.inverted .social-link:focus.social-link-youtube .social-text, .social.hc.inverted .social-link:focus.social-link-youtube i, .social.hc.inverted .social-link:focus.social-link-youtube .social-text {
  background: #ee3138;
}
.social.fc.inverted .social-link.social-link-dribbble i, .social.fc.inverted .social-link.social-link-dribbble .social-text, .social.fc.inverted .social-link:hover.social-link-dribbble i, .social.fc.inverted .social-link:hover.social-link-dribbble .social-text, .social.hc.inverted .social-link:hover.social-link-dribbble i, .social.hc.inverted .social-link:hover.social-link-dribbble .social-text, .social.fc.inverted .social-link:focus.social-link-dribbble i, .social.fc.inverted .social-link:focus.social-link-dribbble .social-text, .social.hc.inverted .social-link:focus.social-link-dribbble i, .social.hc.inverted .social-link:focus.social-link-dribbble .social-text {
  background: #ef548f;
}
.social.fc.inverted .social-link.social-link-github i, .social.fc.inverted .social-link.social-link-github .social-text, .social.fc.inverted .social-link:hover.social-link-github i, .social.fc.inverted .social-link:hover.social-link-github .social-text, .social.hc.inverted .social-link:hover.social-link-github i, .social.hc.inverted .social-link:hover.social-link-github .social-text, .social.fc.inverted .social-link:focus.social-link-github i, .social.fc.inverted .social-link:focus.social-link-github .social-text, .social.hc.inverted .social-link:focus.social-link-github i, .social.hc.inverted .social-link:focus.social-link-github .social-text {
  background: #272426;
}
.social.fc.inverted .social-link.social-link-stumbleupon i, .social.fc.inverted .social-link.social-link-stumbleupon .social-text, .social.fc.inverted .social-link:hover.social-link-stumbleupon i, .social.fc.inverted .social-link:hover.social-link-stumbleupon .social-text, .social.hc.inverted .social-link:hover.social-link-stumbleupon i, .social.hc.inverted .social-link:hover.social-link-stumbleupon .social-text, .social.fc.inverted .social-link:focus.social-link-stumbleupon i, .social.fc.inverted .social-link:focus.social-link-stumbleupon .social-text, .social.hc.inverted .social-link:focus.social-link-stumbleupon i, .social.hc.inverted .social-link:focus.social-link-stumbleupon .social-text {
  background: #f04e23;
}
.social.fc.inverted .social-link.social-link-lastfm i, .social.fc.inverted .social-link.social-link-lastfm .social-text, .social.fc.inverted .social-link:hover.social-link-lastfm i, .social.fc.inverted .social-link:hover.social-link-lastfm .social-text, .social.hc.inverted .social-link:hover.social-link-lastfm i, .social.hc.inverted .social-link:hover.social-link-lastfm .social-text, .social.fc.inverted .social-link:focus.social-link-lastfm i, .social.fc.inverted .social-link:focus.social-link-lastfm .social-text, .social.hc.inverted .social-link:focus.social-link-lastfm i, .social.hc.inverted .social-link:focus.social-link-lastfm .social-text {
  background: #d51007;
}
.social.fc.inverted .social-link.social-link-envelope i, .social.fc.inverted .social-link.social-link-envelope .social-text, .social.fc.inverted .social-link:hover.social-link-envelope i, .social.fc.inverted .social-link:hover.social-link-envelope .social-text, .social.hc.inverted .social-link:hover.social-link-envelope i, .social.hc.inverted .social-link:hover.social-link-envelope .social-text, .social.fc.inverted .social-link:focus.social-link-envelope i, .social.fc.inverted .social-link:focus.social-link-envelope .social-text, .social.hc.inverted .social-link:focus.social-link-envelope i, .social.hc.inverted .social-link:focus.social-link-envelope .social-text {
  background: #2a2a2c;
}
.social.fc.inverted .social-link.social-link-tripadvisor i, .social.fc.inverted .social-link.social-link-tripadvisor .social-text, .social.fc.inverted .social-link:hover.social-link-tripadvisor i, .social.fc.inverted .social-link:hover.social-link-tripadvisor .social-text, .social.hc.inverted .social-link:hover.social-link-tripadvisor i, .social.hc.inverted .social-link:hover.social-link-tripadvisor .social-text, .social.fc.inverted .social-link:focus.social-link-tripadvisor i, .social.fc.inverted .social-link:focus.social-link-tripadvisor .social-text, .social.hc.inverted .social-link:focus.social-link-tripadvisor i, .social.hc.inverted .social-link:focus.social-link-tripadvisor .social-text {
  background: #00af87;
}
.social.fc.inverted .social-link.social-link-snapchat i, .social.fc.inverted .social-link.social-link-snapchat .social-text, .social.fc.inverted .social-link:hover.social-link-snapchat i, .social.fc.inverted .social-link:hover.social-link-snapchat .social-text, .social.hc.inverted .social-link:hover.social-link-snapchat i, .social.hc.inverted .social-link:hover.social-link-snapchat .social-text, .social.fc.inverted .social-link:focus.social-link-snapchat i, .social.fc.inverted .social-link:focus.social-link-snapchat .social-text, .social.hc.inverted .social-link:focus.social-link-snapchat i, .social.hc.inverted .social-link:focus.social-link-snapchat .social-text {
  background: #fffc00;
}
.social.fc.inverted .social-link.social-link-whatsapp i, .social.fc.inverted .social-link.social-link-whatsapp .social-text, .social.fc.inverted .social-link:hover.social-link-whatsapp i, .social.fc.inverted .social-link:hover.social-link-whatsapp .social-text, .social.hc.inverted .social-link:hover.social-link-whatsapp i, .social.hc.inverted .social-link:hover.social-link-whatsapp .social-text, .social.fc.inverted .social-link:focus.social-link-whatsapp i, .social.fc.inverted .social-link:focus.social-link-whatsapp .social-text, .social.hc.inverted .social-link:focus.social-link-whatsapp i, .social.hc.inverted .social-link:focus.social-link-whatsapp .social-text {
  background: #00e676;
}
.social.fc.inverted .social-link.social-link-discord i, .social.fc.inverted .social-link.social-link-discord .social-text, .social.fc.inverted .social-link:hover.social-link-discord i, .social.fc.inverted .social-link:hover.social-link-discord .social-text, .social.hc.inverted .social-link:hover.social-link-discord i, .social.hc.inverted .social-link:hover.social-link-discord .social-text, .social.fc.inverted .social-link:focus.social-link-discord i, .social.fc.inverted .social-link:focus.social-link-discord .social-text, .social.hc.inverted .social-link:focus.social-link-discord i, .social.hc.inverted .social-link:focus.social-link-discord .social-text {
  background: #5964f2;
}
.social.fc.inverted .social-link.social-link-threads i, .social.fc.inverted .social-link.social-link-threads .social-text, .social.fc.inverted .social-link:hover.social-link-threads i, .social.fc.inverted .social-link:hover.social-link-threads .social-text, .social.hc.inverted .social-link:hover.social-link-threads i, .social.hc.inverted .social-link:hover.social-link-threads .social-text, .social.fc.inverted .social-link:focus.social-link-threads i, .social.fc.inverted .social-link:focus.social-link-threads .social-text, .social.hc.inverted .social-link:focus.social-link-threads i, .social.hc.inverted .social-link:focus.social-link-threads .social-text {
  background: #000;
}
.social.fc.inverted .social-link.social-link-producthunt i, .social.fc.inverted .social-link.social-link-producthunt .social-text, .social.fc.inverted .social-link:hover.social-link-producthunt i, .social.fc.inverted .social-link:hover.social-link-producthunt .social-text, .social.hc.inverted .social-link:hover.social-link-producthunt i, .social.hc.inverted .social-link:hover.social-link-producthunt .social-text, .social.fc.inverted .social-link:focus.social-link-producthunt i, .social.fc.inverted .social-link:focus.social-link-producthunt .social-text, .social.hc.inverted .social-link:focus.social-link-producthunt i, .social.hc.inverted .social-link:focus.social-link-producthunt .social-text {
  background: #ff6154;
}
.social.fc a:hover, .social.fc a:focus {
  opacity: 0.8;
}

.site-header .mainmenu .social:not(.fc) .social-link:not(:hover):not(:focus) i,
.site-header .top-bar .social:not(.fc) .social-link:not(:hover):not(:focus) i {
  color: var(--header-social-icons-color);
  background-color: var(--header-social-icons-background-color);
  border-color: var(--header-social-icons-border-color);
}
.site-header .mainmenu .social:not(.fc):not(.hc) .social-link:hover i,
.site-header .mainmenu .social:not(.fc):not(.hc) .social-link:focus i,
.site-header .top-bar .social:not(.fc):not(.hc) .social-link:hover i,
.site-header .top-bar .social:not(.fc):not(.hc) .social-link:focus i {
  color: var(--header-social-icons-hover-color);
  background-color: var(--header-social-icons-background-hover-color);
  border-color: var(--header-social-icons-border-hover-color);
}

.site-footer .social .social-link i {
  color: var(--footer-social-icons-color);
  background: var(--footer-social-icons-background-color);
  border-color: var(--footer-social-icons-border-color);
}
.site-footer .social .social-link:hover i, .site-footer .social .social-link:focus i {
  color: var(--footer-social-icons-hover-color);
  background: var(--footer-social-icons-background-hover-color);
  border-color: var(--footer-social-icons-border-hover-color);
}

/* shadow */
.social.with-box-shadow .social-link i,
.social.with-box-shadow .social-link span {
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.23);
}

.social.with-text-shadow .social-link {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.23);
}

@media (min-width: 1140px) {
  .site-header .top-bar nav.social ul {
    margin: 0;
    height: var(--topbar-height);
    line-height: var(--topbar-height);
  }
  .site-header .top-bar nav.social ul li {
    line-height: var(--topbar-height);
  }
}
.tabbed {
  overflow: hidden;
}
.tabbed input[type=radio] {
  display: none;
}

.tabs,
.subnav {
  margin: 0;
  padding: 0;
  border-style: solid;
  border-color: var(--border-color);
  border-width: 1px 0;
}
.tabs:empty,
.subnav:empty {
  display: none;
}
.tabs li,
.subnav li {
  margin: 0;
  padding: 0;
  list-style: none;
  border-style: solid;
  border-color: var(--border-color);
  border-width: 0;
}
.tabs a, .tabs label, .tabs span,
.subnav a,
.subnav label,
.subnav span {
  display: block;
  position: relative;
  margin: 0;
  padding: 0 var(--column-padding);
  color: #b9b8b8;
  font-weight: 700;
  line-height: 41px;
  outline: none;
  transition: all 0.3s;
  font-family: var(--secondary-font);
}
.tabs a:hover, .tabs a:focus, .tabs label:hover, .tabs label:focus, .tabs span:hover, .tabs span:focus,
.subnav a:hover,
.subnav a:focus,
.subnav label:hover,
.subnav label:focus,
.subnav span:hover,
.subnav span:focus {
  color: var(--link-color-base);
}
.tabs span,
.subnav span {
  padding: 0;
}
.tabs a.selected,
.tabs .selected a,
.tabs .current a,
.tabs label.selected,
.tabs .selected label,
.tabs .current label,
.subnav a.selected,
.subnav .selected a,
.subnav .current a,
.subnav label.selected,
.subnav .selected label,
.subnav .current label {
  color: var(--link-color-base);
}
.tabs a.selected:before,
.tabs .selected a:before,
.tabs .current a:before,
.tabs label.selected:before,
.tabs .selected label:before,
.tabs .current label:before,
.subnav a.selected:before,
.subnav .selected a:before,
.subnav .current a:before,
.subnav label.selected:before,
.subnav .selected label:before,
.subnav .current label:before {
  display: none;
  position: absolute;
  left: var(--column-padding);
  right: var(--column-padding);
  bottom: 0;
  height: 3px;
  background: var(--main-color);
  content: "";
}

.tabs label span {
  display: inline-block;
  line-height: inherit;
  height: 100%;
  position: relative;
}

.tabbed [type=radio]:nth-of-type(1):checked ~ .tabs li:nth-of-type(1) label, .tabbed [type=radio]:nth-of-type(1):checked ~ .tabs li:nth-of-type(1) label span,
.tabbed [type=radio]:nth-of-type(2):checked ~ .tabs li:nth-of-type(2) label,
.tabbed [type=radio]:nth-of-type(2):checked ~ .tabs li:nth-of-type(2) label span,
.tabbed [type=radio]:nth-of-type(3):checked ~ .tabs li:nth-of-type(3) label,
.tabbed [type=radio]:nth-of-type(3):checked ~ .tabs li:nth-of-type(3) label span,
.tabbed [type=radio]:nth-of-type(4):checked ~ .tabs li:nth-of-type(4) label,
.tabbed [type=radio]:nth-of-type(4):checked ~ .tabs li:nth-of-type(4) label span,
.tabbed [type=radio]:nth-of-type(5):checked ~ .tabs li:nth-of-type(5) label,
.tabbed [type=radio]:nth-of-type(5):checked ~ .tabs li:nth-of-type(5) label span,
.tabbed [type=radio]:nth-of-type(6):checked ~ .tabs li:nth-of-type(6) label,
.tabbed [type=radio]:nth-of-type(6):checked ~ .tabs li:nth-of-type(6) label span,
.tabbed [type=radio]:nth-of-type(7):checked ~ .tabs li:nth-of-type(7) label,
.tabbed [type=radio]:nth-of-type(7):checked ~ .tabs li:nth-of-type(7) label span,
.tabbed [type=radio]:nth-of-type(8):checked ~ .tabs li:nth-of-type(8) label,
.tabbed [type=radio]:nth-of-type(8):checked ~ .tabs li:nth-of-type(8) label span,
.tabbed [type=radio]:nth-of-type(9):checked ~ .tabs li:nth-of-type(9) label,
.tabbed [type=radio]:nth-of-type(9):checked ~ .tabs li:nth-of-type(9) label span,
.tabbed [type=radio]:nth-of-type(10):checked ~ .tabs li:nth-of-type(10) label,
.tabbed [type=radio]:nth-of-type(10):checked ~ .tabs li:nth-of-type(10) label span {
  color: var(--text-color-base);
}

.tabbed:not(.tabs-alt) [type=radio]:nth-of-type(1):checked ~ .tabs li:nth-of-type(1) label:before,
.tabbed:not(.tabs-alt) [type=radio]:nth-of-type(2):checked ~ .tabs li:nth-of-type(2) label:before,
.tabbed:not(.tabs-alt) [type=radio]:nth-of-type(3):checked ~ .tabs li:nth-of-type(3) label:before,
.tabbed:not(.tabs-alt) [type=radio]:nth-of-type(4):checked ~ .tabs li:nth-of-type(4) label:before,
.tabbed:not(.tabs-alt) [type=radio]:nth-of-type(5):checked ~ .tabs li:nth-of-type(5) label:before,
.tabbed:not(.tabs-alt) [type=radio]:nth-of-type(6):checked ~ .tabs li:nth-of-type(6) label:before,
.tabbed:not(.tabs-alt) [type=radio]:nth-of-type(7):checked ~ .tabs li:nth-of-type(7) label:before,
.tabbed:not(.tabs-alt) [type=radio]:nth-of-type(8):checked ~ .tabs li:nth-of-type(8) label:before,
.tabbed:not(.tabs-alt) [type=radio]:nth-of-type(9):checked ~ .tabs li:nth-of-type(9) label:before,
.tabbed:not(.tabs-alt) [type=radio]:nth-of-type(10):checked ~ .tabs li:nth-of-type(10) label:before {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: var(--main-color);
  content: "";
}
.tabbed:not(.tabs-alt) [type=radio]:nth-of-type(1):checked ~ .tabs li:nth-of-type(1) label span:before,
.tabbed:not(.tabs-alt) [type=radio]:nth-of-type(2):checked ~ .tabs li:nth-of-type(2) label span:before,
.tabbed:not(.tabs-alt) [type=radio]:nth-of-type(3):checked ~ .tabs li:nth-of-type(3) label span:before,
.tabbed:not(.tabs-alt) [type=radio]:nth-of-type(4):checked ~ .tabs li:nth-of-type(4) label span:before,
.tabbed:not(.tabs-alt) [type=radio]:nth-of-type(5):checked ~ .tabs li:nth-of-type(5) label span:before,
.tabbed:not(.tabs-alt) [type=radio]:nth-of-type(6):checked ~ .tabs li:nth-of-type(6) label span:before,
.tabbed:not(.tabs-alt) [type=radio]:nth-of-type(7):checked ~ .tabs li:nth-of-type(7) label span:before,
.tabbed:not(.tabs-alt) [type=radio]:nth-of-type(8):checked ~ .tabs li:nth-of-type(8) label span:before,
.tabbed:not(.tabs-alt) [type=radio]:nth-of-type(9):checked ~ .tabs li:nth-of-type(9) label span:before,
.tabbed:not(.tabs-alt) [type=radio]:nth-of-type(10):checked ~ .tabs li:nth-of-type(10) label span:before {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: var(--main-color);
  content: "";
}
@media (min-width: 800px) {
  .tabbed:not(.tabs-alt) [type=radio]:nth-of-type(1):checked ~ .tabs li:nth-of-type(1) label:before,
.tabbed:not(.tabs-alt) [type=radio]:nth-of-type(2):checked ~ .tabs li:nth-of-type(2) label:before,
.tabbed:not(.tabs-alt) [type=radio]:nth-of-type(3):checked ~ .tabs li:nth-of-type(3) label:before,
.tabbed:not(.tabs-alt) [type=radio]:nth-of-type(4):checked ~ .tabs li:nth-of-type(4) label:before,
.tabbed:not(.tabs-alt) [type=radio]:nth-of-type(5):checked ~ .tabs li:nth-of-type(5) label:before,
.tabbed:not(.tabs-alt) [type=radio]:nth-of-type(6):checked ~ .tabs li:nth-of-type(6) label:before,
.tabbed:not(.tabs-alt) [type=radio]:nth-of-type(7):checked ~ .tabs li:nth-of-type(7) label:before,
.tabbed:not(.tabs-alt) [type=radio]:nth-of-type(8):checked ~ .tabs li:nth-of-type(8) label:before,
.tabbed:not(.tabs-alt) [type=radio]:nth-of-type(9):checked ~ .tabs li:nth-of-type(9) label:before,
.tabbed:not(.tabs-alt) [type=radio]:nth-of-type(10):checked ~ .tabs li:nth-of-type(10) label:before {
    left: var(--column-padding);
    right: var(--column-padding);
  }
  .tabbed:not(.tabs-alt) [type=radio]:nth-of-type(1):checked ~ .tabs li:nth-of-type(1) label span:before,
.tabbed:not(.tabs-alt) [type=radio]:nth-of-type(2):checked ~ .tabs li:nth-of-type(2) label span:before,
.tabbed:not(.tabs-alt) [type=radio]:nth-of-type(3):checked ~ .tabs li:nth-of-type(3) label span:before,
.tabbed:not(.tabs-alt) [type=radio]:nth-of-type(4):checked ~ .tabs li:nth-of-type(4) label span:before,
.tabbed:not(.tabs-alt) [type=radio]:nth-of-type(5):checked ~ .tabs li:nth-of-type(5) label span:before,
.tabbed:not(.tabs-alt) [type=radio]:nth-of-type(6):checked ~ .tabs li:nth-of-type(6) label span:before,
.tabbed:not(.tabs-alt) [type=radio]:nth-of-type(7):checked ~ .tabs li:nth-of-type(7) label span:before,
.tabbed:not(.tabs-alt) [type=radio]:nth-of-type(8):checked ~ .tabs li:nth-of-type(8) label span:before,
.tabbed:not(.tabs-alt) [type=radio]:nth-of-type(9):checked ~ .tabs li:nth-of-type(9) label span:before,
.tabbed:not(.tabs-alt) [type=radio]:nth-of-type(10):checked ~ .tabs li:nth-of-type(10) label span:before {
    display: none;
  }
}

.tabbed.tabs-vertical:not(.tabs-alt) [type=radio]:nth-of-type(1):checked ~ .tabs li:nth-of-type(1) label:before,
.tabbed.tabs-vertical:not(.tabs-alt) [type=radio]:nth-of-type(2):checked ~ .tabs li:nth-of-type(2) label:before,
.tabbed.tabs-vertical:not(.tabs-alt) [type=radio]:nth-of-type(3):checked ~ .tabs li:nth-of-type(3) label:before,
.tabbed.tabs-vertical:not(.tabs-alt) [type=radio]:nth-of-type(4):checked ~ .tabs li:nth-of-type(4) label:before,
.tabbed.tabs-vertical:not(.tabs-alt) [type=radio]:nth-of-type(5):checked ~ .tabs li:nth-of-type(5) label:before,
.tabbed.tabs-vertical:not(.tabs-alt) [type=radio]:nth-of-type(6):checked ~ .tabs li:nth-of-type(6) label:before,
.tabbed.tabs-vertical:not(.tabs-alt) [type=radio]:nth-of-type(7):checked ~ .tabs li:nth-of-type(7) label:before,
.tabbed.tabs-vertical:not(.tabs-alt) [type=radio]:nth-of-type(8):checked ~ .tabs li:nth-of-type(8) label:before,
.tabbed.tabs-vertical:not(.tabs-alt) [type=radio]:nth-of-type(9):checked ~ .tabs li:nth-of-type(9) label:before,
.tabbed.tabs-vertical:not(.tabs-alt) [type=radio]:nth-of-type(10):checked ~ .tabs li:nth-of-type(10) label:before {
  display: block;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: var(--main-color);
  content: "";
}
.tabbed.tabs-vertical:not(.tabs-alt) [type=radio]:nth-of-type(1):checked ~ .tabs li:nth-of-type(1) label span:before,
.tabbed.tabs-vertical:not(.tabs-alt) [type=radio]:nth-of-type(2):checked ~ .tabs li:nth-of-type(2) label span:before,
.tabbed.tabs-vertical:not(.tabs-alt) [type=radio]:nth-of-type(3):checked ~ .tabs li:nth-of-type(3) label span:before,
.tabbed.tabs-vertical:not(.tabs-alt) [type=radio]:nth-of-type(4):checked ~ .tabs li:nth-of-type(4) label span:before,
.tabbed.tabs-vertical:not(.tabs-alt) [type=radio]:nth-of-type(5):checked ~ .tabs li:nth-of-type(5) label span:before,
.tabbed.tabs-vertical:not(.tabs-alt) [type=radio]:nth-of-type(6):checked ~ .tabs li:nth-of-type(6) label span:before,
.tabbed.tabs-vertical:not(.tabs-alt) [type=radio]:nth-of-type(7):checked ~ .tabs li:nth-of-type(7) label span:before,
.tabbed.tabs-vertical:not(.tabs-alt) [type=radio]:nth-of-type(8):checked ~ .tabs li:nth-of-type(8) label span:before,
.tabbed.tabs-vertical:not(.tabs-alt) [type=radio]:nth-of-type(9):checked ~ .tabs li:nth-of-type(9) label span:before,
.tabbed.tabs-vertical:not(.tabs-alt) [type=radio]:nth-of-type(10):checked ~ .tabs li:nth-of-type(10) label span:before {
  display: none;
}

.tab-content {
  display: none;
  position: absolute;
  max-width: 100%;
  box-sizing: border-box;
  padding: 17px 0;
  border-style: solid;
  border-color: var(--border-color);
  border-width: 0 0 1px;
}

.tabbed [type=radio]:nth-of-type(1):checked ~ .tab-content:nth-of-type(1),
.tabbed [type=radio]:nth-of-type(2):checked ~ .tab-content:nth-of-type(2),
.tabbed [type=radio]:nth-of-type(3):checked ~ .tab-content:nth-of-type(3),
.tabbed [type=radio]:nth-of-type(4):checked ~ .tab-content:nth-of-type(4),
.tabbed [type=radio]:nth-of-type(5):checked ~ .tab-content:nth-of-type(5),
.tabbed [type=radio]:nth-of-type(6):checked ~ .tab-content:nth-of-type(6),
.tabbed [type=radio]:nth-of-type(7):checked ~ .tab-content:nth-of-type(7),
.tabbed [type=radio]:nth-of-type(8):checked ~ .tab-content:nth-of-type(8),
.tabbed [type=radio]:nth-of-type(9):checked ~ .tab-content:nth-of-type(9),
.tabbed [type=radio]:nth-of-type(10):checked ~ .tab-content:nth-of-type(10) {
  display: block;
  position: static;
}

.tabbed.tabs-vertical .tabs a.selected:before,
.tabbed.tabs-vertical .tabs .selected a:before,
.tabbed.tabs-vertical .tabs .current a:before,
.tabbed.tabs-vertical .tabs label.selected:before,
.tabbed.tabs-vertical .tabs .selected label:before,
.tabbed.tabs-vertical .tabs .current label:before {
  right: 0;
  top: 0;
  left: auto;
  width: 3px;
  height: 100%;
}

.tabbed.tabs-alt .tabs {
  border: 0;
}
.tabbed.tabs-alt .tabs li {
  padding: 0;
  border-color: var(--border-color);
  border-style: solid;
  border-width: 1px 1px 0 1px;
  text-align: center;
}
.tabbed.tabs-alt .tabs li:last-child {
  border-right-width: 1px;
}
.tabbed.tabs-alt .tabs a, .tabbed.tabs-alt .tabs label {
  color: #b9b8b8;
  line-height: 35px;
}
.tabbed.tabs-alt .tabs a:before, .tabbed.tabs-alt .tabs label:before {
  display: none;
}
.tabbed.tabs-alt .tabs a.selected,
.tabbed.tabs-alt .tabs .selected a,
.tabbed.tabs-alt .tabs .current a,
.tabbed.tabs-alt .tabs label.selected,
.tabbed.tabs-alt .tabs .selected label,
.tabbed.tabs-alt .tabs .current label {
  background: #f8f6f6;
  color: #3f3f3f;
}

.tabs-alt .tab-content {
  padding: 17px 30px;
  border-width: 1px;
  border-color: var(--border-color);
}

.tabbed.tabs-vertical {
  display: flex;
}
.tabbed.tabs-vertical .tabs {
  display: block;
  flex-shrink: 0;
  margin: 0;
  border-width: 0;
}
.tabbed.tabs-vertical .tabs li {
  display: block;
  padding: 0;
  border-width: 1px 0 0 0;
}

.tabbed.tabs-vertical.tabs-alt .tabs li {
  border-width: 1px 0 0 1px;
}

.tabbed.tabs-vertical .tabs li:last-child {
  border-right: 0;
  border-bottom-width: 1px;
}

.tabbed.tabs-vertical .tabs li a {
  padding-left: 0;
}

.tabbed.tabs-vertical.tabs-alt .tabs li a, .tabbed.tabs-vertical.tabs-alt .tabs li label {
  padding-left: var(--column-padding);
}

.tabbed.tabs-vertical .tab-content {
  width: 100%;
  overflow: hidden;
  padding: 17px 30px;
  border-width: 1px 0 0 1px;
  font-size: 13px;
}

.tabbed.tabs-vertical.tabs-alt .tab-content {
  border-width: 1px;
}

.tabbed:not(.tabs-alt):not(.tabs-vertical) .tabs li,
.subnav li {
  border-bottom-width: 1px;
}
.tabbed:not(.tabs-alt):not(.tabs-vertical) .tabs li:last-child,
.subnav li:last-child {
  border-bottom-width: 0;
}
.tabbed:not(.tabs-alt):not(.tabs-vertical) .tabs li a, .tabbed:not(.tabs-alt):not(.tabs-vertical) .tabs li label, .tabbed:not(.tabs-alt):not(.tabs-vertical) .tabs li span,
.subnav li a,
.subnav li label,
.subnav li span {
  padding-left: 0;
}

.tabbed:not(.tabs-alt):not(.tabs-vertical) [type=radio]:nth-of-type(1):checked ~ .tabs li:nth-of-type(1) label:before {
  left: 0;
}

@media (min-width: 800px) {
  .tabs,
.subnav {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 0;
  }

  .tabbed.tabs-alt .tabs li {
    border-right-width: 0;
  }

  .tabbed:not(.tabs-alt):not(.tabs-vertical) .tabs li,
.subnav li {
    border-bottom-width: 0;
  }
  .tabbed:not(.tabs-alt):not(.tabs-vertical) .tabs li label span:before,
.subnav li label span:before {
    display: none;
  }
  .tabbed:not(.tabs-alt):not(.tabs-vertical) .tabs li:not(:first-child) a, .tabbed:not(.tabs-alt):not(.tabs-vertical) .tabs li:not(:first-child) label,
.subnav li:not(:first-child) a,
.subnav li:not(:first-child) label {
    padding-left: var(--column-padding);
  }
}
.page-numbers {
  width: 50px;
  margin: 0;
  padding: 0;
  font-size: 20px;
  text-align: center;
  white-space: nowrap;
}
.page-numbers:hover, .page-numbers:focus {
  color: var(--link-color-base);
}
.page-numbers.prev, .page-numbers.next {
  width: auto;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  clear: left;
  max-width: 820px;
  margin: 50px auto 0;
  padding: 0;
  font-size: 13px;
  line-height: 30px;
  text-align: center;
}
.pagination .current {
  color: var(--pagination-current-color);
}
.pagination a {
  color: var(--link-color-base);
  white-space: nowrap;
}
.pagination a:hover, .pagination a:focus {
  color: var(--link-color-hover);
}
.pagination a.next .pagination-icon {
  padding-left: 10px;
}
.pagination a.prev .pagination-icon {
  padding-right: 10px;
}
.pagination .pagination-icon:before {
  display: inline-block;
  vertical-align: middle;
  font: normal 22px "m";
}
.pagination.hide {
  display: none;
}
.pagination.pagination-modern {
  align-items: var(--pagination-dot-align-items);
  gap: 0;
}
.pagination.pagination-modern .page-numbers {
  box-sizing: border-box;
  position: relative;
  width: var(--pagination-dot-width);
  height: var(--pagination-dot-height);
  line-height: var(--pagination-dot-height);
  background-color: var(--pagination-dot-color);
  border: var(--pagination-dot-border);
  border-radius: var(--pagination-dot-border-radius);
  font-size: 0;
  margin: 0 0 0 var(--pagination-dot-spacing);
  padding: 0;
  transition: all 0.3s;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.pagination.pagination-modern .page-numbers:before {
  position: absolute;
  right: calc(var(--pagination-dot-width) - var(--pagination-dot-border-width));
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: var(--pagination-dot-spacing);
  height: var(--pagination-line-width);
  background-color: var(--pagination-line-color);
  content: "";
}
.pagination.pagination-modern .page-numbers:hover, .pagination.pagination-modern .page-numbers:focus {
  background-color: var(--pagination-dot-hover-color);
  border: var(--pagination-dot-hover-border);
}
.pagination.pagination-modern .page-numbers.current {
  width: var(--pagination-dot-active-width);
  height: var(--pagination-dot-active-height);
  background-color: var(--pagination-dot-active-color);
  border: var(--pagination-dot-active-border);
  border-radius: var(--pagination-dot-active-border-radius);
}
.pagination.pagination-modern .page-numbers.current:before {
  position: absolute;
  right: calc(var(--pagination-dot-active-width) - var(--pagination-dot-border-width));
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: var(--pagination-dot-spacing);
  height: var(--pagination-line-width);
  background-color: var(--pagination-line-color);
  content: "";
}
.pagination.pagination-modern .page-numbers.dots {
  display: none;
}
.pagination.pagination-modern .page-numbers.next, .pagination.pagination-modern .page-numbers.prev {
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
  border: none;
}
.pagination.pagination-modern .page-numbers.next:before, .pagination.pagination-modern .page-numbers.prev:before {
  display: none;
}
.pagination.pagination-modern .page-numbers.prev {
  margin-left: 0;
  margin-right: 0;
}
.pagination.pagination-modern .page-numbers.prev + .page-numbers, .pagination.pagination-modern .page-numbers:first-child {
  margin-left: 0;
}
.pagination.pagination-modern .page-numbers.prev + .page-numbers:before, .pagination.pagination-modern .page-numbers:first-child:before {
  display: none;
}
.pagination.pagination-modern.pagination-outside .page-numbers {
  box-sizing: content-box;
}
.pagination.pagination-modern.pagination-outside .page-numbers:before {
  right: calc(var(--pagination-dot-width) + var(--pagination-dot-border-width));
}

.masonry .pagination {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 0;
  margin-bottom: -30px;
}

.masonry + .pagination,
.columns + .pagination {
  margin-top: calc(50px - var(--column-gap));
}

.postlist.trendy + .pagination, .postlist.modern + .pagination, .postlist.fresh + .pagination {
  margin-top: calc(50px - var(--column-padding));
}

.load-button {
  width: 100%;
  text-align: center;
  margin: 0;
}
.load-button .button .loading {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  font-size: 20px;
  line-height: 22px;
  width: 22px;
  position: relative;
}
.load-button .button .loading:before {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 22px;
  height: 22px;
  margin: -11px 0 0 -11px;
}
.load-button + .pagination {
  display: none;
}

.sidebar + .load-button,
.sidebar + .loader + .load-button {
  width: 100%;
  padding-right: 0;
  box-sizing: border-box;
  animation: spin infinite 2s;
}

.reverse .sidebar + .load-button {
  float: right;
  padding-left: 0;
  padding-right: 0;
}

.main .loader,
.columns .loader,
.content .loader {
  width: 100%;
  padding: 50px 0;
  font-size: 30px;
  text-align: center;
}
.main .loader .m-icon,
.columns .loader .m-icon,
.content .loader .m-icon {
  display: block;
}
.main .loader .m-icon:before,
.columns .loader .m-icon:before,
.content .loader .m-icon:before {
  animation: spin infinite 2s;
}

.content .sidebar + .loader {
  padding-right: 340px;
}

.page-marker {
  width: 100%;
  flex-shrink: 0;
}

@media (min-width: 800px) {
  .sidebar + .load-button,
.sidebar + .loader + .load-button {
    float: left;
    padding-right: 340px;
  }

  .content .sidebar + .loader {
    padding-right: 340px;
  }
}
.columns .pagination {
  margin-left: 10px;
  margin-right: 10px;
}

/* pagination within page */
.pages {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  clear: both;
  max-width: 820px;
  margin: 40px auto;
  padding: 40px 0;
  font-size: 20px;
  text-align: center;
  line-height: 30px;
}
.pages strong {
  margin: 0 10px;
  padding: 5px;
  font-weight: 400;
}
.pages a,
.pages .pagination-link {
  width: 50px;
  margin: 0 10px;
  padding: 5px;
  transition: all 0.3s;
}

.intro {
  margin-bottom: 3em;
  font-weight: 700;
}
.intro h1 {
  font-weight: 300;
  font-size: 2.462em;
  line-height: 1.2em;
}
.intro h1 strong {
  color: var(--main-color);
  font-weight: 300;
}

.cat-archive .category-title {
  position: absolute;
  left: var(--column-padding);
  top: 10px;
  z-index: 5;
  margin-top: 0;
  margin-left: -6px;
  padding: 0;
  border: none;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  background: var(--main-color);
  color: #fff;
  font-size: 1.538em;
  font-weight: 400;
  line-height: 40px;
}
.cat-archive .category-title:before {
  position: absolute;
  left: 0;
  top: 40px;
  width: 0;
  height: 0;
  border-width: 3px;
  border-style: solid;
  border-color: var(--main-color) var(--main-color) #fff #fff;
  content: "";
  opacity: 0.75;
}
.cat-archive .category-title a {
  display: block;
  padding: 0 10px;
  line-height: 40px;
  color: #fff;
  transition: all 0.3s;
}
.cat-archive > .col {
  position: relative;
  overflow: visible;
  margin-bottom: 30px;
}
.cat-archive ul {
  list-style: none;
}
.cat-archive ul li {
  margin: 0.75em 0;
  font-family: var(--secondary-font);
}
.cat-archive ul li p {
  margin: 1em 0 2em;
  font-family: var(--primary-font);
}
.cat-archive ul li a:hover, .cat-archive ul li a:focus {
  text-decoration: none;
}
.cat-archive ul li:first-child {
  margin-bottom: 1em;
  border-bottom: 1px solid var(--border-color);
}
.cat-archive ul li:first-child h4 {
  margin: 0.5em 0;
  font-size: 1.25em;
}
.cat-archive .img {
  min-height: 50px;
  margin: 0.5em 0;
  background: #ccc;
}
.cat-archive .img img {
  width: 100%;
  height: auto;
}

.category-description {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5em;
}
.category-description p {
  margin-top: 0;
}

.single .post-content > p,
.single .post-content > ul:not(.mb-ul),
.single .post-content > ol,
.single .post-content > dl,
.single .post-content > pre,
.single .post-content > code,
.single .post-content > address,
.single .post-content > h1,
.single .post-content > h2,
.single .post-content > h3,
.single .post-content > h4,
.single .post-content > h5,
.single .post-content > h6,
.single .mb-button-list,
.wp-block-audio,
.wp-block-file {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.single .post-title {
  margin-bottom: 0;
}
.single h1.page-title {
  max-width: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
.single.page .page-title {
  margin-bottom: 30px;
}
.single p.tags {
  margin: 2em 0;
  font-size: 11px;
}
.single p > .img-border:first-child {
  margin: 10px 0 15px;
}

.has-large-font-size {
  line-height: 1.5em;
}

.main.single .post-featured-image {
  margin-left: -10px;
  margin-right: -10px;
}
.main.single .post-featured-image .thumbnail-caption {
  margin-left: 10px;
  margin-right: 10px;
}
.main.single .post-content .post-intro,
.main.single .post-content .post-meta, .main.single .post-content > .post-title {
  max-width: 100%;
}

body:has(.sticky), body:has(.sticky-enabled), body:has(.sticky-mobile) {
  --anchor-target-offset: var(--header-height-mobile);
}
@media (min-width: 1140px) {
  body:has(.sticky), body:has(.sticky-enabled), body:has(.sticky-mobile) {
    --anchor-target-offset: max(var(--sticky-header-top-height), var(--header-top-height));
  }
}
body:has(.sticky) *:target, body:has(.sticky-enabled) *:target, body:has(.sticky-mobile) *:target {
  padding-top: var(--anchor-target-offset);
  margin-top: calc(-1 * var(--anchor-target-offset));
}

.wide .content.no-sidebar .alignfull {
  position: relative;
  left: 50%;
  width: min(100vw, var(--body-width));
  margin-left: -50vw;
}

@media (min-width: 400px) {
  .main.single .post-featured-image {
    margin-left: -20px;
    margin-right: -20px;
  }
  .main.single .post-featured-image .thumbnail-caption {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 800px) {
  .main.single .post-featured-image {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
  .main.single .post-featured-image .thumbnail-caption {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }
  .main.single .alignwide {
    max-width: 100%;
    margin: 0 auto;
  }
  .main.single .alignfull {
    max-width: none;
  }
  .main.single .alignwide.is-type-video,
.main.single .alignfull.is-type-video {
    text-align: center;
  }
}
.main .filters {
  display: block;
  position: relative;
  flex-shrink: 0;
  box-sizing: border-box;
  width: 100vw;
  margin: 24px -10px;
  border: 1px solid var(--border-color);
  border-width: 1px 0;
  color: #999;
  overflow-x: auto;
  overflow-y: hidden;
}

.top-slider + .filters {
  margin-top: 0;
  border-top: 0;
}

.filter-list {
  display: flex;
  align-items: center;
  margin: 0 -10px;
  padding: 0;
  list-style: none;
}
.filter-list li {
  margin: 0;
  padding: 0 20px;
}
.filter-list a {
  display: block;
  position: relative;
  padding: 0;
  line-height: 30px;
  white-space: nowrap;
  line-height: 50px;
}
.filter-list a.selected:after {
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--main-color);
  content: "";
}

@media (min-width: 400px) {
  .main .filters {
    margin: 24px -20px;
  }

  .filter-list {
    margin: 0;
  }
}
@media (min-width: 800px) {
  .main .filters {
    margin: 30px 0 55px;
    padding: 0 25px;
    width: 100vw;
    max-width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
  }
  .main .filters ~ .content h1.post-title, .main .filters ~ .sidebar {
    margin-top: 0;
  }

  .has-sidebar .main .filters {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    position: static;
    transform: none;
  }
}
@media (min-width: 1140px) {
  .main .filters {
    margin-inline: 0;
  }

  .filter-list {
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: var(--layout-width);
  }
  .filter-list li {
    margin: 0 50px 0 0;
    padding: 0;
  }

  .has-sidebar .filter-list {
    max-width: 100%;
  }

  .top-slider + .filters {
    margin-top: 0;
  }
}
.article-head {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  background: #fff;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  line-height: 1em;
  text-align: center;
  min-height: calc(var(--header-top-height) * 2);
}
.article-head:before {
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  content: " ";
}
.article-head img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
.article-head .thumbnail-caption {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 2;
  width: 100%;
  background: #fff;
  color: #999;
  font-size: 12px;
  line-height: 1.5em;
  text-shadow: none;
}
.article-head .thumbnail-caption p {
  width: auto;
  max-width: var(--layout-width);
  margin: 0 auto;
  padding: 10px 0;
  text-align: left;
}
.article-head a {
  color: #fff;
}
.article-head a:hover, .article-head a:focus {
  text-decoration: underline;
}

.article-head-content {
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 2;
  width: 100%;
  max-width: var(--layout-width);
  margin: 0 auto;
  padding: 20px 10px;
  line-height: 1.5em;
  text-align: left;
  transform: translateX(-50%);
}

.article-head-title {
  margin: 0.25em 0;
  color: #fff;
  font-size: 20px;
}
.article-head-title.post-title {
  margin: 0.25em 0;
}

.article-head-image {
  display: flex;
  align-items: center;
  max-height: 600px;
  overflow: hidden;
}

.article-head-excerpt {
  margin-bottom: 2em;
  font-size: 16px;
}

.article-head-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 0;
  line-height: 24px;
  text-transform: uppercase;
}
.article-head-cats a {
  padding: 0 8px;
  background: var(--link-color-base);
  color: #fff;
  font-size: 10px;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: none;
  transition: all 0.3s;
  white-space: nowrap;
}
.article-head-cats a:hover, .article-head-cats a:focus {
  background: var(--link-color-hover);
  text-decoration: none;
}

.article-head-meta span {
  padding: 0 5px;
}

.article-neck {
  width: auto;
  max-width: var(--layout-width);
  margin: 0 10px;
}

.thumbnail-caption {
  color: #999;
  font-size: 12px;
}

.thumbnail-caption .m-icon {
  margin-right: 5px;
}

@media (min-width: 400px) {
  .article-head-content {
    padding: 20px 20px 30px;
  }

  .article-head-title {
    font-size: 30px;
  }

  .article-neck {
    margin: 0 auto;
  }
}
@media (min-width: 1140px) {
  .article-head-title {
    font-size: 43px;
  }

  .article-head-content {
    max-width: calc(var(--layout-width) + 40px);
  }

  .boxed .article-head-content {
    padding: 20px 20px 30px;
  }
}
.post-header {
  position: static;
  margin: 30px 0;
  box-shadow: none;
}
.post-header.with-image {
  width: 100vw;
  margin: 0 -10px;
}
.post-header.with-image .breadcrumbs {
  margin-left: 0;
  margin-right: 0;
}

.post-intro {
  font-size: 1.2em;
  line-height: 1.6em;
}

.main .post img,
.main .page img {
  max-width: 100%;
  height: auto;
}

.main .post .gm-svpc img,
.main .page .gm-svpc img {
  max-width: none;
}

.gallery {
  margin-left: -10px;
  margin-right: -10px;
  font-size: 0;
}
.gallery:after {
  clear: both;
  content: " ";
  font-size: 0;
}

.gallery-icon img {
  max-width: 100%;
  height: auto;
}

dl.gallery-item {
  display: inline-block;
  width: 33%;
  padding: 10px;
  font-size: 13px;
  box-sizing: border-box;
  vertical-align: top;
}

.gallery-item:first-child,
br + .gallery-item {
  clear: left;
  margin-left: 0;
}

@media (min-width: 400px) {
  .post-header.with-image {
    position: relative;
    top: -1px;
    margin: 0 -20px;
  }
  .post-header.with-image .breadcrumbs {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
  }
  .post-header.with-image .article-neck {
    margin: 0 20px;
  }
}
@media (min-width: 1140px) {
  .post-header.with-image {
    margin: 0 auto 30px;
  }
  .post-header.with-image .breadcrumbs {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
  }
  .post-header.with-image .article-neck {
    margin: 0 auto;
  }
  .post-header ~ .the-post-main .main, .post-header ~ .the-post-main .sidebar {
    margin-top: 0;
  }

  .boxed .post-header.with-image {
    max-width: var(--layout-width);
  }
}
.content .widget {
  font-size: var(--widget-text-font-size);
  margin: 0 0 2em;
  list-style: none;
}
.content .widget.col {
  width: 100%;
}
.content .widget:first-child {
  margin-top: 0;
}
.content .widget:first-child .widget-title {
  margin-top: 0;
}
.content .widget .widget-title {
  margin-bottom: 20px;
}
.content .widget select {
  width: 100%;
}
.content .widget ul {
  list-style: none;
  padding-left: 0;
}
.content .widget ul li {
  margin: 0;
  color: var(--text-color-base);
  word-wrap: anywhere;
  padding-left: 1.5em;
}
.content .widget ul li:before {
  position: relative;
  left: -1.5em;
  margin-right: -1.2em;
  content: "—";
  color: var(--text-color-base);
}
.content .widget ul.tick {
  font-size: 1em;
}
.content .widget ul.tick li {
  margin: 5px 0;
  color: #3f3f3f;
}
.content .widget ul ul {
  margin: 0;
  padding: 3px 0;
  font-size: 1em;
}
.content .widget ul.menu {
  margin-top: 0;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  font-weight: 300;
  font-size: 16px;
  font-family: var(--secondary-font);
}
.content .widget ul.menu li {
  border-top: 1px solid var(--border-color);
  padding-left: 0;
}
.content .widget ul.menu li:before {
  display: none;
}
.content .widget ul.menu li:first-child {
  border-top: none;
}
.content .widget ul.menu li a {
  display: block;
  padding: 10px 20px 10px 10px;
  line-height: 24px;
  color: var(--link-color-base);
}
.content .widget ul.menu li:not(.btn) a:hover, .content .widget ul.menu li:not(.btn) a:focus {
  color: var(--link-color-hover);
}
.content .widget ul.menu li.current-menu-item > a, .content .widget ul.menu li.current_page_item > a {
  background-color: var(--main-color);
  color: #fff;
}
.content .widget ul.menu li.current-menu-item > a:hover, .content .widget ul.menu li.current-menu-item > a:focus, .content .widget ul.menu li.current_page_item > a:hover, .content .widget ul.menu li.current_page_item > a:focus {
  color: #fff;
}
.content .widget ul.menu li.current-menu-item.menu-item-has-children > a span:before, .content .widget ul.menu li.current-menu-item.menu-item-has-children > a:hover span:before, .content .widget ul.menu li.current-menu-item.menu-item-has-children > a:focus span:before, .content .widget ul.menu li.current_page_item.menu-item-has-children > a span:before, .content .widget ul.menu li.current_page_item.menu-item-has-children > a:hover span:before, .content .widget ul.menu li.current_page_item.menu-item-has-children > a:focus span:before {
  color: #fff;
}
.content .widget ul.menu li.m-icon {
  display: block;
}
.content .widget ul.menu li.menu-item-has-children > a {
  position: relative;
}
.content .widget ul.menu li.menu-item-has-children > a .pull-down {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
}
.content .widget ul.menu li.menu-item-has-children > a .pull-down .m-icon {
  font-size: 22px;
  font-weight: 400;
}
.content .widget ul.menu > li.m-icon > a {
  display: block;
  font-weight: 300;
  line-height: 1.25em;
}
.content .widget ul.menu > li.no-text > a {
  font-size: 0;
  line-height: 21px;
}
.content .widget ul.menu > li.no-text > a.m-icon:before {
  font-size: 16px;
}
.content .widget ul.menu ul {
  margin: 0;
  padding: 0 0 0 20px;
  border-top: 1px solid var(--border-color);
  font-weight: 400;
  font-size: 13px;
}
.content .widget ul.menu ul li.no-text > a {
  font-size: 0;
  line-height: 15px;
}
.content .widget ul.menu ul li.no-text > a.m-icon:before {
  font-size: 13px;
}
.content .widget ul.colors {
  list-style: none;
  overflow: hidden;
}
.content .widget ul.colors li {
  float: left;
  width: 27px;
  height: 27px;
  overflow: hidden;
  margin: 0 9px 9px 0;
}
.content .widget ul.colors li:before {
  display: none;
}
.content .widget .social ul {
  margin: 0;
  margin-left: calc(0px - var(--social-links-padding));
  padding: 0;
}
.content .widget .social li {
  padding: var(--social-links-padding);
  padding-top: 0;
}
.content .widget p {
  font-size: 0.923em;
}
.content .widget table {
  width: 100%;
  margin-bottom: 0;
}
.content .widget table th {
  padding: 5px 3px;
  color: #999;
  font-size: 0.923em;
  font-weight: bold;
}
.content .widget table td {
  padding: 5px 0;
  color: #3f3f3f;
}
.content .widget table caption {
  padding: 15px 0;
  font-weight: 700;
  font-size: 1.083em;
  color: #444;
  text-align: left;
  font-family: var(--primary-font);
}
.content .widget table#wp-calendar {
  font-size: 0.923em;
}
.content .widget table#wp-calendar th {
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  color: #3f3f3f;
  font-weight: normal;
  font-size: 0.917em;
  text-align: center;
}
.content .widget table#wp-calendar td {
  border: none;
  border-bottom: 1px solid var(--border-color);
  color: var(--text-color-base);
  text-align: center;
}
.content .widget table#wp-calendar tfoot td {
  border-bottom: none;
}
.content .widget .post-date {
  display: block;
}
.content .widget .wp-block-latest-comments .wp-block-latest-comments__comment {
  margin-left: 0;
  line-height: 1.3em;
}
.content .widget .wp-block-latest-posts__list li {
  padding-left: 0;
}
.content .widget .wp-block-latest-posts__list li:before {
  display: none;
}

.widget .menu li.m-icon:before {
  display: none;
}
.widget .menu a.m-icon:before {
  margin-right: 10px;
}
.widget li:after {
  clear: both;
  display: block;
  content: "";
}
.widget .tagcloud,
.widget .wp-block-tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: flex-start;
}
.widget .tagcloud a,
.widget .wp-block-tag-cloud a {
  font-size: 11px;
  line-height: 25px;
  border: 1px solid var(--border-color);
  margin: 0;
  padding: 0 6px;
  text-transform: capitalize;
  white-space: nowrap;
}
.widget .widget-title {
  font-size: var(--widget-title-font-size);
  font-family: var(--widget-title-font-family);
}

.last-widget-sticky .sidebar .widget:last-child {
  position: sticky;
  top: var(--sticky-widget-stop);
}

.newsletter-widget form {
  font-size: 0;
  text-align: center;
}
.newsletter-widget p {
  display: inline-block;
  margin: 0 0 5px;
  vertical-align: top;
}
.newsletter-widget input,
.newsletter-widget p input[type=text],
.newsletter-widget p input[type=email] {
  width: 175px;
  height: 28px;
  max-width: 100%;
  margin-right: 5px;
  padding: 5px 8px;
  font-size: 14px;
  vertical-align: middle;
}
.newsletter-widget button {
  width: 40px;
  height: 28px;
  padding: 0;
  line-height: 15px;
  vertical-align: middle;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 20px;
}
.newsletter-widget input.newsletter-submit {
  height: 28px;
  padding: 0 5px;
  line-height: 15px;
  vertical-align: top;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

input[type=submit],
input[type=button],
input[type=reset],
form button,
.tribe-events-button,
.button,
.post-content .button,
.widget .tnp-widget-minimal .tnp-form input.tnp-submit,
.wp-block-search .wp-block-search__button,
.wp-block-button .wp-block-button__link {
  display: inline-block;
  min-width: 64px;
  box-sizing: border-box;
  padding: var(--button-padding);
  border-style: solid;
  border-color: var(--button-border-color);
  border-width: var(--button-border-width);
  border-radius: var(--button-border-radius);
  background-color: var(--button-color);
  box-shadow: var(--button-shadow);
  color: var(--button-text-color);
  font: 600 var(--button-font-size)/2em var(--button-font-family);
  text-transform: var(--button-text-transform);
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  transform: translateY(0);
}
input[type=submit] i,
input[type=button] i,
input[type=reset] i,
form button i,
.tribe-events-button i,
.button i,
.post-content .button i,
.widget .tnp-widget-minimal .tnp-form input.tnp-submit i,
.wp-block-search .wp-block-search__button i,
.wp-block-button .wp-block-button__link i {
  transition: all 0.3s;
  color: var(--button-text-color);
  font-size: 1em;
}
input[type=submit] i:before,
input[type=button] i:before,
input[type=reset] i:before,
form button i:before,
.tribe-events-button i:before,
.button i:before,
.post-content .button i:before,
.widget .tnp-widget-minimal .tnp-form input.tnp-submit i:before,
.wp-block-search .wp-block-search__button i:before,
.wp-block-button .wp-block-button__link i:before {
  vertical-align: middle;
}
input[type=submit]:hover, input[type=submit]:focus,
input[type=button]:hover,
input[type=button]:focus,
input[type=reset]:hover,
input[type=reset]:focus,
form button:hover,
form button:focus,
.tribe-events-button:hover,
.tribe-events-button:focus,
.button:hover,
.button:focus,
.post-content .button:hover,
.post-content .button:focus,
.widget .tnp-widget-minimal .tnp-form input.tnp-submit:hover,
.widget .tnp-widget-minimal .tnp-form input.tnp-submit:focus,
.wp-block-search .wp-block-search__button:hover,
.wp-block-search .wp-block-search__button:focus,
.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:focus {
  background: var(--button-color-hover);
  border-color: var(--button-border-hover-color);
  color: var(--button-text-hover-color);
  box-shadow: var(--button-shadow-hover);
  z-index: 20;
  transition: all 0.3s;
  transform: translateY(var(--button-lift));
}
input[type=submit]:hover i, input[type=submit]:focus i,
input[type=button]:hover i,
input[type=button]:focus i,
input[type=reset]:hover i,
input[type=reset]:focus i,
form button:hover i,
form button:focus i,
.tribe-events-button:hover i,
.tribe-events-button:focus i,
.button:hover i,
.button:focus i,
.post-content .button:hover i,
.post-content .button:focus i,
.widget .tnp-widget-minimal .tnp-form input.tnp-submit:hover i,
.widget .tnp-widget-minimal .tnp-form input.tnp-submit:focus i,
.wp-block-search .wp-block-search__button:hover i,
.wp-block-search .wp-block-search__button:focus i,
.wp-block-button .wp-block-button__link:hover i,
.wp-block-button .wp-block-button__link:focus i {
  color: var(--button-text-hover-color);
}
input[type=submit].secondary,
input[type=button].secondary,
input[type=reset].secondary,
form button.secondary,
.tribe-events-button.secondary,
.button.secondary,
.post-content .button.secondary,
.widget .tnp-widget-minimal .tnp-form input.tnp-submit.secondary,
.wp-block-search .wp-block-search__button.secondary,
.wp-block-button .wp-block-button__link.secondary {
  background-color: var(--secondary-button-color);
  color: var(--secondary-button-text-color);
  border-color: var(--secondary-button-border-color);
  border-width: var(--secondary-button-border-width);
}
input[type=submit].secondary:hover, input[type=submit].secondary:focus,
input[type=button].secondary:hover,
input[type=button].secondary:focus,
input[type=reset].secondary:hover,
input[type=reset].secondary:focus,
form button.secondary:hover,
form button.secondary:focus,
.tribe-events-button.secondary:hover,
.tribe-events-button.secondary:focus,
.button.secondary:hover,
.button.secondary:focus,
.post-content .button.secondary:hover,
.post-content .button.secondary:focus,
.widget .tnp-widget-minimal .tnp-form input.tnp-submit.secondary:hover,
.widget .tnp-widget-minimal .tnp-form input.tnp-submit.secondary:focus,
.wp-block-search .wp-block-search__button.secondary:hover,
.wp-block-search .wp-block-search__button.secondary:focus,
.wp-block-button .wp-block-button__link.secondary:hover,
.wp-block-button .wp-block-button__link.secondary:focus {
  background: var(--secondary-button-color-hover);
  color: var(--secondary-button-text-hover-color);
  border-color: var(--secondary-button-border-hover-color);
}

/* shadows */
.button:not(.no-shadow):not(.custom-shadow):link,
.wp-block-button .wp-block-button__link {
  box-shadow: var(--button-shadow);
}

.button:not(.no-hover-shadow):not(.custom-hover-shadow):hover,
.button:not(.no-hover-shadow):not(.custom-hover-shadow):focus,
.wp-block-button .wp-block-button__link {
  box-shadow: var(--button-shadow-hover);
}

/* sizes */
.button.small,
form button.small,
.wp-block-button .wp-block-button__link.small {
  padding-top: calc(3px - var(--button-border-top-width));
  padding-right: calc(11px - var(--button-border-right-width));
  padding-bottom: calc(3px - var(--button-border-bottom-width));
  padding-left: calc(11px - var(--button-border-left-width));
  font-size: 12px;
}
.button.small i,
form button.small i,
.wp-block-button .wp-block-button__link.small i {
  font-size: 10px;
}
.button.small i.pos-left,
form button.small i.pos-left,
.wp-block-button .wp-block-button__link.small i.pos-left {
  margin-right: 7px;
}
.button.small i.pos-right,
form button.small i.pos-right,
.wp-block-button .wp-block-button__link.small i.pos-right {
  margin-left: 7px;
}
.button.normal,
form button.normal,
.wp-block-button .wp-block-button__link.normal {
  padding-top: calc(4px - var(--button-border-top-width));
  padding-right: calc(16px - var(--button-border-right-width));
  padding-bottom: calc(4px - var(--button-border-bottom-width));
  padding-left: calc(16px - var(--button-border-left-width));
  font-size: 14px;
}
.button.normal i.pos-left,
form button.normal i.pos-left,
.wp-block-button .wp-block-button__link.normal i.pos-left {
  margin-right: 11px;
}
.button.normal i.pos-right,
form button.normal i.pos-right,
.wp-block-button .wp-block-button__link.normal i.pos-right {
  margin-left: 11px;
}
.button.large,
form button.large,
.wp-block-button .wp-block-button__link.large {
  padding-top: calc(5px - var(--button-border-top-width));
  padding-right: calc(23px - var(--button-border-right-width));
  padding-bottom: calc(5px - var(--button-border-bottom-width));
  padding-left: calc(23px - var(--button-border-left-width));
  font-size: 16px;
}
.button.large i,
form button.large i,
.wp-block-button .wp-block-button__link.large i {
  font-size: 18px;
}
.button.large i.pos-left,
form button.large i.pos-left,
.wp-block-button .wp-block-button__link.large i.pos-left {
  margin-right: 16px;
}
.button.large i.pos-right,
form button.large i.pos-right,
.wp-block-button .wp-block-button__link.large i.pos-right {
  margin-left: 16px;
}
.button.x-large,
form button.x-large,
.wp-block-button .wp-block-button__link.x-large {
  padding-top: calc(6px - var(--button-border-top-width));
  padding-right: calc(30px - var(--button-border-right-width));
  padding-bottom: calc(6px - var(--button-border-bottom-width));
  padding-left: calc(30px - var(--button-border-left-width));
  font-size: 18px;
}
.button.x-large i,
form button.x-large i,
.wp-block-button .wp-block-button__link.x-large i {
  font-size: 24px;
}
.button.x-large i.pos-left,
form button.x-large i.pos-left,
.wp-block-button .wp-block-button__link.x-large i.pos-left {
  margin-right: 20px;
}
.button.x-large i.pos-right,
form button.x-large i.pos-right,
.wp-block-button .wp-block-button__link.x-large i.pos-right {
  margin-left: 20px;
}
.button.xx-large,
form button.xx-large,
.wp-block-button .wp-block-button__link.xx-large {
  padding-top: calc(7px - var(--button-border-top-width));
  padding-right: calc(36px - var(--button-border-right-width));
  padding-bottom: calc(7px - var(--button-border-bottom-width));
  padding-left: calc(36px - var(--button-border-left-width));
  font-size: 20px;
}
.button.xx-large i,
form button.xx-large i,
.wp-block-button .wp-block-button__link.xx-large i {
  font-size: 28px;
}
.button.xx-large i.pos-left,
form button.xx-large i.pos-left,
.wp-block-button .wp-block-button__link.xx-large i.pos-left {
  margin-right: 25px;
}
.button.xx-large i.pos-right,
form button.xx-large i.pos-right,
.wp-block-button .wp-block-button__link.xx-large i.pos-right {
  margin-left: 25px;
}

.button.header-button.small {
  padding-top: calc(3px - var(--header-button-border-top-width));
  padding-right: calc(11px - var(--header-button-border-right-width));
  padding-bottom: calc(3px - var(--header-button-border-bottom-width));
  padding-left: calc(11px - var(--header-button-border-left-width));
}
.button.header-button.normal {
  padding-top: calc(4px - var(--header-button-border-top-width));
  padding-right: calc(16px - var(--header-button-border-right-width));
  padding-bottom: calc(4px - var(--header-button-border-bottom-width));
  padding-left: calc(16px - var(--header-button-border-left-width));
}
.button.header-button.large {
  padding-top: calc(5px - var(--header-button-border-top-width));
  padding-right: calc(23px - var(--header-button-border-right-width));
  padding-bottom: calc(5px - var(--header-button-border-bottom-width));
  padding-left: calc(23px - var(--header-button-border-left-width));
}
.button.header-button.x-large {
  padding-top: calc(6px - var(--header-button-border-top-width));
  padding-right: calc(30px - var(--header-button-border-right-width));
  padding-bottom: calc(6px - var(--header-button-border-bottom-width));
  padding-left: calc(30px - var(--header-button-border-left-width));
}
.button.header-button.xx-large {
  padding-top: calc(7px - var(--header-button-border-top-width));
  padding-right: calc(36px - var(--header-button-border-right-width));
  padding-bottom: calc(7px - var(--header-button-border-bottom-width));
  padding-left: calc(36px - var(--header-button-border-left-width));
}

/* types */
.button.vista {
  position: relative;
  overflow: hidden;
  z-index: 0;
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.25);
}
.button.vista:after {
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  content: "";
  z-index: -1;
  border-radius: 0 0 var(--button-border-radius) var(--button-border-radius);
}
.button.gradient {
  background: var(--button-gradient);
}
.button.gradient:hover, .button.gradient:focus {
  background: var(--button-gradient-hover);
}

.btn-type-vista .tribe-events-button,
.btn-type-vista .wp-block-button .wp-block-button__link,
.btn-type-vista .button:not(.flat):not(.gradient),
.btn-type-vista form button,
.btn-type-vista .widget .tnp-widget-minimal .tnp-form input.tnp-submit {
  position: relative;
  overflow: hidden;
  z-index: 0;
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.25);
}
.btn-type-vista .tribe-events-button:after,
.btn-type-vista .wp-block-button .wp-block-button__link:after,
.btn-type-vista .button:not(.flat):not(.gradient):after,
.btn-type-vista form button:after,
.btn-type-vista .widget .tnp-widget-minimal .tnp-form input.tnp-submit:after {
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  content: "";
  z-index: -1;
  border-radius: 0 0 var(--button-border-radius) var(--button-border-radius);
}

.btn-type-gradient .tribe-events-button,
.btn-type-gradient .wp-block-button .wp-block-button__link,
.btn-type-gradient .button:not(.vista):not(.flat):not(.gradient),
.btn-type-gradient form button,
.btn-type-gradient .widget .tnp-widget-minimal .tnp-form input.tnp-submit {
  background: var(--button-gradient);
}
.btn-type-gradient .tribe-events-button:hover, .btn-type-gradient .tribe-events-button:focus,
.btn-type-gradient .wp-block-button .wp-block-button__link:hover,
.btn-type-gradient .wp-block-button .wp-block-button__link:focus,
.btn-type-gradient .button:not(.vista):not(.flat):not(.gradient):hover,
.btn-type-gradient .button:not(.vista):not(.flat):not(.gradient):focus,
.btn-type-gradient form button:hover,
.btn-type-gradient form button:focus,
.btn-type-gradient .widget .tnp-widget-minimal .tnp-form input.tnp-submit:hover,
.btn-type-gradient .widget .tnp-widget-minimal .tnp-form input.tnp-submit:focus {
  background: var(--button-gradient-hover);
}

/* buttons in main menu */
.mainmenu .menu > li.btn {
  padding: 10px;
  padding-left: 20px;
  border-top: 1px solid var(--submenu-border-color);
}
.mainmenu .menu > li.btn, .mainmenu .menu > li.btn:hover, .mainmenu .menu > li.btn:focus, .mainmenu .menu > li.btn.vista:hover, .mainmenu .menu > li.btn.vista:focus {
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.mainmenu .menu > li.btn.vista:hover, .mainmenu .menu > li.btn.vista:focus {
  border: 0;
}
.mainmenu .menu > li.btn:after {
  content: "";
  display: none;
}
.mainmenu .menu > li.btn > a.button {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  height: auto;
  color: var(--header-button-text-color);
  font-weight: 600;
  text-transform: var(--button-text-transform);
  text-align: center;
  text-decoration: none;
  background-color: var(--header-button-color);
  border-width: var(--header-button-border-width);
  border-color: var(--header-button-border-color);
  padding: var(--header-button-padding);
  transition: all 0.3s;
}
.mainmenu .menu > li.btn > a.button:hover, .mainmenu .menu > li.btn > a.button:focus {
  border-color: var(--header-button-border-color-hover);
  background-color: var(--header-button-color-hover);
  color: var(--header-button-text-color-hover);
}
.mainmenu .menu > li.btn > a.button:before, .mainmenu .menu > li.btn > a.button:after {
  position: absolute;
  background-color: var(--header-button-color-hover);
  z-index: -1;
}
.mainmenu .menu > li.btn > a.button.gradient {
  background: var(--header-button-gradient);
}
.mainmenu .menu > li.btn > a.button.gradient:not(.ani-bg):hover, .mainmenu .menu > li.btn > a.button.gradient:not(.ani-bg):focus, .mainmenu .menu > li.btn > a.button.gradient:before, .mainmenu .menu > li.btn > a.button.gradient:after {
  background: var(--header-button-gradient-hover);
}
.mainmenu .menu > li.btn > a.button.vista {
  position: relative;
  z-index: 0;
  box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.25);
}
.mainmenu .menu > li.btn > a.button.vista:after {
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 50%;
  content: "";
  border-radius: 0 0 var(--button-border-radius) var(--button-border-radius);
}
.mainmenu .menu > li.btn > a.button.fullheight {
  display: block;
  border-radius: 0;
  margin: -10px -10px -10px -20px;
  line-height: 2em;
}
.mainmenu .menu > li.btn > a.button.ani-bg.grow-c-circle:hover, .mainmenu .menu > li.btn > a.button.ani-bg.grow-c-circle:focus {
  background-color: var(--header-button-color);
}

/* animations */
.button.ani-bg.flat.grow-l, .button.ani-bg.gradient.grow-l {
  position: relative;
  overflow: hidden;
  z-index: 0;
  box-sizing: content-box;
  transition: none;
}
.button.ani-bg.flat.grow-l:hover, .button.ani-bg.flat.grow-l:focus, .button.ani-bg.gradient.grow-l:hover, .button.ani-bg.gradient.grow-l:focus {
  transition: background-color 0.3s;
  transition-delay: 0.3s;
}
.button.ani-bg.flat.grow-l:before, .button.ani-bg.flat.grow-l:after, .button.ani-bg.gradient.grow-l:before, .button.ani-bg.gradient.grow-l:after {
  position: absolute;
  display: block;
  z-index: -1;
  background-color: var(--button-color-hover);
  transition: all 0.3s;
  content: "";
}
.button.ani-bg.flat.grow-l:hover, .button.ani-bg.flat.grow-l:focus, .button.ani-bg.gradient.grow-l:hover, .button.ani-bg.gradient.grow-l:focus {
  background-color: var(--button-color);
}
.button.ani-bg.flat.grow-l.secondary:before, .button.ani-bg.flat.grow-l.secondary:after, .button.ani-bg.gradient.grow-l.secondary:before, .button.ani-bg.gradient.grow-l.secondary:after {
  background-color: var(--secondary-button-color-hover);
}
.button.ani-bg.flat.grow-l.secondary:hover, .button.ani-bg.flat.grow-l.secondary:focus, .button.ani-bg.gradient.grow-l.secondary:hover, .button.ani-bg.gradient.grow-l.secondary:focus {
  background-color: var(--secondary-button-color);
}
.button.ani-bg.flat.grow-l:before, .button.ani-bg.gradient.grow-l:before {
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
}
.button.ani-bg.flat.grow-l:hover:before, .button.ani-bg.flat.grow-l:focus:before, .button.ani-bg.gradient.grow-l:hover:before, .button.ani-bg.gradient.grow-l:focus:before {
  width: 100%;
}
.button.ani-bg.flat.grow-l2, .button.ani-bg.gradient.grow-l2 {
  position: relative;
  overflow: hidden;
  z-index: 0;
  box-sizing: content-box;
  transition: none;
}
.button.ani-bg.flat.grow-l2:hover, .button.ani-bg.flat.grow-l2:focus, .button.ani-bg.gradient.grow-l2:hover, .button.ani-bg.gradient.grow-l2:focus {
  transition: background-color 0.3s;
  transition-delay: 0.3s;
}
.button.ani-bg.flat.grow-l2:before, .button.ani-bg.flat.grow-l2:after, .button.ani-bg.gradient.grow-l2:before, .button.ani-bg.gradient.grow-l2:after {
  position: absolute;
  display: block;
  z-index: -1;
  background-color: var(--button-color-hover);
  transition: all 0.3s;
  content: "";
}
.button.ani-bg.flat.grow-l2:hover, .button.ani-bg.flat.grow-l2:focus, .button.ani-bg.gradient.grow-l2:hover, .button.ani-bg.gradient.grow-l2:focus {
  background-color: var(--button-color);
}
.button.ani-bg.flat.grow-l2.secondary:before, .button.ani-bg.flat.grow-l2.secondary:after, .button.ani-bg.gradient.grow-l2.secondary:before, .button.ani-bg.gradient.grow-l2.secondary:after {
  background-color: var(--secondary-button-color-hover);
}
.button.ani-bg.flat.grow-l2.secondary:hover, .button.ani-bg.flat.grow-l2.secondary:focus, .button.ani-bg.gradient.grow-l2.secondary:hover, .button.ani-bg.gradient.grow-l2.secondary:focus {
  background-color: var(--secondary-button-color);
}
.button.ani-bg.flat.grow-l2:before, .button.ani-bg.flat.grow-l2:link:before, .button.ani-bg.gradient.grow-l2:before, .button.ani-bg.gradient.grow-l2:link:before {
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  animation: button-grow-l2-off 0.3s;
  transition: none;
}
.button.ani-bg.flat.grow-l2:hover:before, .button.ani-bg.flat.grow-l2:focus:before, .button.ani-bg.gradient.grow-l2:hover:before, .button.ani-bg.gradient.grow-l2:focus:before {
  width: 100%;
  animation: button-grow-l2-on 0.3s;
  transition: none;
}
.button.ani-bg.flat.grow-r, .button.ani-bg.gradient.grow-r {
  position: relative;
  overflow: hidden;
  z-index: 0;
  box-sizing: content-box;
  transition: none;
}
.button.ani-bg.flat.grow-r:hover, .button.ani-bg.flat.grow-r:focus, .button.ani-bg.gradient.grow-r:hover, .button.ani-bg.gradient.grow-r:focus {
  transition: background-color 0.3s;
  transition-delay: 0.3s;
}
.button.ani-bg.flat.grow-r:before, .button.ani-bg.flat.grow-r:after, .button.ani-bg.gradient.grow-r:before, .button.ani-bg.gradient.grow-r:after {
  position: absolute;
  display: block;
  z-index: -1;
  background-color: var(--button-color-hover);
  transition: all 0.3s;
  content: "";
}
.button.ani-bg.flat.grow-r:hover, .button.ani-bg.flat.grow-r:focus, .button.ani-bg.gradient.grow-r:hover, .button.ani-bg.gradient.grow-r:focus {
  background-color: var(--button-color);
}
.button.ani-bg.flat.grow-r.secondary:before, .button.ani-bg.flat.grow-r.secondary:after, .button.ani-bg.gradient.grow-r.secondary:before, .button.ani-bg.gradient.grow-r.secondary:after {
  background-color: var(--secondary-button-color-hover);
}
.button.ani-bg.flat.grow-r.secondary:hover, .button.ani-bg.flat.grow-r.secondary:focus, .button.ani-bg.gradient.grow-r.secondary:hover, .button.ani-bg.gradient.grow-r.secondary:focus {
  background-color: var(--secondary-button-color);
}
.button.ani-bg.flat.grow-r:before, .button.ani-bg.gradient.grow-r:before {
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
}
.button.ani-bg.flat.grow-r:hover:before, .button.ani-bg.flat.grow-r:focus:before, .button.ani-bg.gradient.grow-r:hover:before, .button.ani-bg.gradient.grow-r:focus:before {
  width: 100%;
}
.button.ani-bg.flat.grow-r2, .button.ani-bg.gradient.grow-r2 {
  position: relative;
  overflow: hidden;
  z-index: 0;
  box-sizing: content-box;
  transition: none;
}
.button.ani-bg.flat.grow-r2:hover, .button.ani-bg.flat.grow-r2:focus, .button.ani-bg.gradient.grow-r2:hover, .button.ani-bg.gradient.grow-r2:focus {
  transition: background-color 0.3s;
  transition-delay: 0.3s;
}
.button.ani-bg.flat.grow-r2:before, .button.ani-bg.flat.grow-r2:after, .button.ani-bg.gradient.grow-r2:before, .button.ani-bg.gradient.grow-r2:after {
  position: absolute;
  display: block;
  z-index: -1;
  background-color: var(--button-color-hover);
  transition: all 0.3s;
  content: "";
}
.button.ani-bg.flat.grow-r2:hover, .button.ani-bg.flat.grow-r2:focus, .button.ani-bg.gradient.grow-r2:hover, .button.ani-bg.gradient.grow-r2:focus {
  background-color: var(--button-color);
}
.button.ani-bg.flat.grow-r2.secondary:before, .button.ani-bg.flat.grow-r2.secondary:after, .button.ani-bg.gradient.grow-r2.secondary:before, .button.ani-bg.gradient.grow-r2.secondary:after {
  background-color: var(--secondary-button-color-hover);
}
.button.ani-bg.flat.grow-r2.secondary:hover, .button.ani-bg.flat.grow-r2.secondary:focus, .button.ani-bg.gradient.grow-r2.secondary:hover, .button.ani-bg.gradient.grow-r2.secondary:focus {
  background-color: var(--secondary-button-color);
}
.button.ani-bg.flat.grow-r2:before, .button.ani-bg.flat.grow-r2:link:before, .button.ani-bg.gradient.grow-r2:before, .button.ani-bg.gradient.grow-r2:link:before {
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  animation: button-grow-r2-off 0.3s;
  transition: none;
}
.button.ani-bg.flat.grow-r2:hover:before, .button.ani-bg.flat.grow-r2:focus:before, .button.ani-bg.gradient.grow-r2:hover:before, .button.ani-bg.gradient.grow-r2:focus:before {
  width: 100%;
  animation: button-grow-r2-on 0.3s;
  transition: none;
}
.button.ani-bg.flat.grow-top, .button.ani-bg.gradient.grow-top {
  position: relative;
  overflow: hidden;
  z-index: 0;
  box-sizing: content-box;
  transition: none;
}
.button.ani-bg.flat.grow-top:hover, .button.ani-bg.flat.grow-top:focus, .button.ani-bg.gradient.grow-top:hover, .button.ani-bg.gradient.grow-top:focus {
  transition: background-color 0.3s;
  transition-delay: 0.3s;
}
.button.ani-bg.flat.grow-top:before, .button.ani-bg.flat.grow-top:after, .button.ani-bg.gradient.grow-top:before, .button.ani-bg.gradient.grow-top:after {
  position: absolute;
  display: block;
  z-index: -1;
  background-color: var(--button-color-hover);
  transition: all 0.3s;
  content: "";
}
.button.ani-bg.flat.grow-top:hover, .button.ani-bg.flat.grow-top:focus, .button.ani-bg.gradient.grow-top:hover, .button.ani-bg.gradient.grow-top:focus {
  background-color: var(--button-color);
}
.button.ani-bg.flat.grow-top.secondary:before, .button.ani-bg.flat.grow-top.secondary:after, .button.ani-bg.gradient.grow-top.secondary:before, .button.ani-bg.gradient.grow-top.secondary:after {
  background-color: var(--secondary-button-color-hover);
}
.button.ani-bg.flat.grow-top.secondary:hover, .button.ani-bg.flat.grow-top.secondary:focus, .button.ani-bg.gradient.grow-top.secondary:hover, .button.ani-bg.gradient.grow-top.secondary:focus {
  background-color: var(--secondary-button-color);
}
.button.ani-bg.flat.grow-top:before, .button.ani-bg.gradient.grow-top:before {
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
}
.button.ani-bg.flat.grow-top:hover:before, .button.ani-bg.flat.grow-top:focus:before, .button.ani-bg.gradient.grow-top:hover:before, .button.ani-bg.gradient.grow-top:focus:before {
  height: 100%;
}
.button.ani-bg.flat.grow-bottom, .button.ani-bg.gradient.grow-bottom {
  position: relative;
  overflow: hidden;
  z-index: 0;
  box-sizing: content-box;
  transition: none;
}
.button.ani-bg.flat.grow-bottom:hover, .button.ani-bg.flat.grow-bottom:focus, .button.ani-bg.gradient.grow-bottom:hover, .button.ani-bg.gradient.grow-bottom:focus {
  transition: background-color 0.3s;
  transition-delay: 0.3s;
}
.button.ani-bg.flat.grow-bottom:before, .button.ani-bg.flat.grow-bottom:after, .button.ani-bg.gradient.grow-bottom:before, .button.ani-bg.gradient.grow-bottom:after {
  position: absolute;
  display: block;
  z-index: -1;
  background-color: var(--button-color-hover);
  transition: all 0.3s;
  content: "";
}
.button.ani-bg.flat.grow-bottom:hover, .button.ani-bg.flat.grow-bottom:focus, .button.ani-bg.gradient.grow-bottom:hover, .button.ani-bg.gradient.grow-bottom:focus {
  background-color: var(--button-color);
}
.button.ani-bg.flat.grow-bottom.secondary:before, .button.ani-bg.flat.grow-bottom.secondary:after, .button.ani-bg.gradient.grow-bottom.secondary:before, .button.ani-bg.gradient.grow-bottom.secondary:after {
  background-color: var(--secondary-button-color-hover);
}
.button.ani-bg.flat.grow-bottom.secondary:hover, .button.ani-bg.flat.grow-bottom.secondary:focus, .button.ani-bg.gradient.grow-bottom.secondary:hover, .button.ani-bg.gradient.grow-bottom.secondary:focus {
  background-color: var(--secondary-button-color);
}
.button.ani-bg.flat.grow-bottom:before, .button.ani-bg.gradient.grow-bottom:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
}
.button.ani-bg.flat.grow-bottom:hover:before, .button.ani-bg.flat.grow-bottom:focus:before, .button.ani-bg.gradient.grow-bottom:hover:before, .button.ani-bg.gradient.grow-bottom:focus:before {
  height: 100%;
}
.button.ani-bg.flat.grow-lr, .button.ani-bg.gradient.grow-lr {
  position: relative;
  overflow: hidden;
  z-index: 0;
  box-sizing: content-box;
  transition: none;
}
.button.ani-bg.flat.grow-lr:hover, .button.ani-bg.flat.grow-lr:focus, .button.ani-bg.gradient.grow-lr:hover, .button.ani-bg.gradient.grow-lr:focus {
  transition: background-color 0.3s;
  transition-delay: 0.3s;
}
.button.ani-bg.flat.grow-lr:before, .button.ani-bg.flat.grow-lr:after, .button.ani-bg.gradient.grow-lr:before, .button.ani-bg.gradient.grow-lr:after {
  position: absolute;
  display: block;
  z-index: -1;
  background-color: var(--button-color-hover);
  transition: all 0.3s;
  content: "";
}
.button.ani-bg.flat.grow-lr:hover, .button.ani-bg.flat.grow-lr:focus, .button.ani-bg.gradient.grow-lr:hover, .button.ani-bg.gradient.grow-lr:focus {
  background-color: var(--button-color);
}
.button.ani-bg.flat.grow-lr.secondary:before, .button.ani-bg.flat.grow-lr.secondary:after, .button.ani-bg.gradient.grow-lr.secondary:before, .button.ani-bg.gradient.grow-lr.secondary:after {
  background-color: var(--secondary-button-color-hover);
}
.button.ani-bg.flat.grow-lr.secondary:hover, .button.ani-bg.flat.grow-lr.secondary:focus, .button.ani-bg.gradient.grow-lr.secondary:hover, .button.ani-bg.gradient.grow-lr.secondary:focus {
  background-color: var(--secondary-button-color);
}
.button.ani-bg.flat.grow-lr:before, .button.ani-bg.flat.grow-lr:after, .button.ani-bg.gradient.grow-lr:before, .button.ani-bg.gradient.grow-lr:after {
  top: 0;
  width: 0;
  height: 100%;
}
.button.ani-bg.flat.grow-lr:before, .button.ani-bg.gradient.grow-lr:before {
  right: 0;
}
.button.ani-bg.flat.grow-lr:after, .button.ani-bg.gradient.grow-lr:after {
  left: 0;
}
.button.ani-bg.flat.grow-lr:hover:before, .button.ani-bg.flat.grow-lr:hover:after, .button.ani-bg.flat.grow-lr:focus:before, .button.ani-bg.flat.grow-lr:focus:after, .button.ani-bg.gradient.grow-lr:hover:before, .button.ani-bg.gradient.grow-lr:hover:after, .button.ani-bg.gradient.grow-lr:focus:before, .button.ani-bg.gradient.grow-lr:focus:after {
  width: calc(50% + 1px);
}
.button.ani-bg.flat.grow-m, .button.ani-bg.gradient.grow-m {
  position: relative;
  overflow: hidden;
  z-index: 0;
  box-sizing: content-box;
  transition: none;
}
.button.ani-bg.flat.grow-m:hover, .button.ani-bg.flat.grow-m:focus, .button.ani-bg.gradient.grow-m:hover, .button.ani-bg.gradient.grow-m:focus {
  transition: background-color 0.3s;
  transition-delay: 0.3s;
}
.button.ani-bg.flat.grow-m:before, .button.ani-bg.flat.grow-m:after, .button.ani-bg.gradient.grow-m:before, .button.ani-bg.gradient.grow-m:after {
  position: absolute;
  display: block;
  z-index: -1;
  background-color: var(--button-color-hover);
  transition: all 0.3s;
  content: "";
}
.button.ani-bg.flat.grow-m:hover, .button.ani-bg.flat.grow-m:focus, .button.ani-bg.gradient.grow-m:hover, .button.ani-bg.gradient.grow-m:focus {
  background-color: var(--button-color);
}
.button.ani-bg.flat.grow-m.secondary:before, .button.ani-bg.flat.grow-m.secondary:after, .button.ani-bg.gradient.grow-m.secondary:before, .button.ani-bg.gradient.grow-m.secondary:after {
  background-color: var(--secondary-button-color-hover);
}
.button.ani-bg.flat.grow-m.secondary:hover, .button.ani-bg.flat.grow-m.secondary:focus, .button.ani-bg.gradient.grow-m.secondary:hover, .button.ani-bg.gradient.grow-m.secondary:focus {
  background-color: var(--secondary-button-color);
}
.button.ani-bg.flat.grow-m:before, .button.ani-bg.gradient.grow-m:before {
  left: 50%;
  top: 0;
  width: 0;
  height: 100%;
  transform: translateX(-50%);
}
.button.ani-bg.flat.grow-m:hover:before, .button.ani-bg.flat.grow-m:hover:after, .button.ani-bg.flat.grow-m:focus:before, .button.ani-bg.flat.grow-m:focus:after, .button.ani-bg.gradient.grow-m:hover:before, .button.ani-bg.gradient.grow-m:hover:after, .button.ani-bg.gradient.grow-m:focus:before, .button.ani-bg.gradient.grow-m:focus:after {
  width: 100%;
}
.button.ani-bg.flat.grow-m-circle:before, .button.ani-bg.gradient.grow-m-circle:before {
  left: 50%;
  top: 50%;
  width: 150%;
  height: auto;
  padding-top: 150%;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
}
.button.ani-bg.flat.grow-m-circle:hover:before, .button.ani-bg.flat.grow-m-circle:focus:before, .button.ani-bg.gradient.grow-m-circle:hover:before, .button.ani-bg.gradient.grow-m-circle:focus:before {
  transform: translate(-50%, -50%) scale(1);
}
.button.ani-bg.flat.grow-c-circle, .button.ani-bg.gradient.grow-c-circle {
  position: relative;
  overflow: hidden;
  z-index: 0;
  box-sizing: content-box;
  transition: none;
}
.button.ani-bg.flat.grow-c-circle:hover, .button.ani-bg.flat.grow-c-circle:focus, .button.ani-bg.gradient.grow-c-circle:hover, .button.ani-bg.gradient.grow-c-circle:focus {
  transition: background-color 0.3s;
  transition-delay: 0.3s;
}
.button.ani-bg.flat.grow-c-circle:before, .button.ani-bg.flat.grow-c-circle:after, .button.ani-bg.gradient.grow-c-circle:before, .button.ani-bg.gradient.grow-c-circle:after {
  position: absolute;
  display: block;
  z-index: -1;
  background-color: var(--button-color-hover);
  transition: all 0.3s;
  content: "";
}
.button.ani-bg.flat.grow-c-circle:hover, .button.ani-bg.flat.grow-c-circle:focus, .button.ani-bg.gradient.grow-c-circle:hover, .button.ani-bg.gradient.grow-c-circle:focus {
  background-color: var(--button-color);
}
.button.ani-bg.flat.grow-c-circle.secondary:before, .button.ani-bg.flat.grow-c-circle.secondary:after, .button.ani-bg.gradient.grow-c-circle.secondary:before, .button.ani-bg.gradient.grow-c-circle.secondary:after {
  background-color: var(--secondary-button-color-hover);
}
.button.ani-bg.flat.grow-c-circle.secondary:hover, .button.ani-bg.flat.grow-c-circle.secondary:focus, .button.ani-bg.gradient.grow-c-circle.secondary:hover, .button.ani-bg.gradient.grow-c-circle.secondary:focus {
  background-color: var(--secondary-button-color);
}
.button.ani-bg.flat.grow-c-circle:before, .button.ani-bg.gradient.grow-c-circle:before {
  left: var(--mouse-x);
  top: var(--mouse-y);
  width: 200%;
  height: 200%;
  padding-top: 150%;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
}
.button.ani-bg.flat.grow-c-circle:hover:before, .button.ani-bg.flat.grow-c-circle:focus:before, .button.ani-bg.gradient.grow-c-circle:hover:before, .button.ani-bg.gradient.grow-c-circle:focus:before {
  transform: translate(-50%, -50%) scale(1);
}
.button.ani-bg.gradient:before, .button.ani-bg.gradient:after {
  background: var(--button-gradient-hover);
}
.button.ani-bg.gradient:hover, .button.ani-bg.gradient:focus {
  background: var(--button-gradient);
}

[class*=animated-buttons].btn-type-flat .tribe-events-button,
[class*=animated-buttons].btn-type-flat .wp-block-button .wp-block-button__link,
[class*=animated-buttons].btn-type-flat .button:not(.vista):not(.ani-bg):not(.fade), [class*=animated-buttons].btn-type-gradient .tribe-events-button,
[class*=animated-buttons].btn-type-gradient .wp-block-button .wp-block-button__link,
[class*=animated-buttons].btn-type-gradient .button:not(.vista):not(.ani-bg):not(.fade) {
  position: relative;
  overflow: hidden;
  z-index: 0;
  box-sizing: content-box;
  transition: none;
}
[class*=animated-buttons].btn-type-flat .tribe-events-button:hover, [class*=animated-buttons].btn-type-flat .tribe-events-button:focus,
[class*=animated-buttons].btn-type-flat .wp-block-button .wp-block-button__link:hover,
[class*=animated-buttons].btn-type-flat .wp-block-button .wp-block-button__link:focus,
[class*=animated-buttons].btn-type-flat .button:not(.vista):not(.ani-bg):not(.fade):hover,
[class*=animated-buttons].btn-type-flat .button:not(.vista):not(.ani-bg):not(.fade):focus, [class*=animated-buttons].btn-type-gradient .tribe-events-button:hover, [class*=animated-buttons].btn-type-gradient .tribe-events-button:focus,
[class*=animated-buttons].btn-type-gradient .wp-block-button .wp-block-button__link:hover,
[class*=animated-buttons].btn-type-gradient .wp-block-button .wp-block-button__link:focus,
[class*=animated-buttons].btn-type-gradient .button:not(.vista):not(.ani-bg):not(.fade):hover,
[class*=animated-buttons].btn-type-gradient .button:not(.vista):not(.ani-bg):not(.fade):focus {
  transition: background-color 0.3s;
  transition-delay: 0.3s;
}
[class*=animated-buttons].btn-type-flat .tribe-events-button:before, [class*=animated-buttons].btn-type-flat .tribe-events-button:after,
[class*=animated-buttons].btn-type-flat .wp-block-button .wp-block-button__link:before,
[class*=animated-buttons].btn-type-flat .wp-block-button .wp-block-button__link:after,
[class*=animated-buttons].btn-type-flat .button:not(.vista):not(.ani-bg):not(.fade):before,
[class*=animated-buttons].btn-type-flat .button:not(.vista):not(.ani-bg):not(.fade):after, [class*=animated-buttons].btn-type-gradient .tribe-events-button:before, [class*=animated-buttons].btn-type-gradient .tribe-events-button:after,
[class*=animated-buttons].btn-type-gradient .wp-block-button .wp-block-button__link:before,
[class*=animated-buttons].btn-type-gradient .wp-block-button .wp-block-button__link:after,
[class*=animated-buttons].btn-type-gradient .button:not(.vista):not(.ani-bg):not(.fade):before,
[class*=animated-buttons].btn-type-gradient .button:not(.vista):not(.ani-bg):not(.fade):after {
  position: absolute;
  display: block;
  z-index: -1;
  background-color: var(--button-color-hover);
  transition: all 0.3s;
  content: "";
}
[class*=animated-buttons].btn-type-flat .tribe-events-button:hover, [class*=animated-buttons].btn-type-flat .tribe-events-button:focus,
[class*=animated-buttons].btn-type-flat .wp-block-button .wp-block-button__link:hover,
[class*=animated-buttons].btn-type-flat .wp-block-button .wp-block-button__link:focus,
[class*=animated-buttons].btn-type-flat .button:not(.vista):not(.ani-bg):not(.fade):hover,
[class*=animated-buttons].btn-type-flat .button:not(.vista):not(.ani-bg):not(.fade):focus, [class*=animated-buttons].btn-type-gradient .tribe-events-button:hover, [class*=animated-buttons].btn-type-gradient .tribe-events-button:focus,
[class*=animated-buttons].btn-type-gradient .wp-block-button .wp-block-button__link:hover,
[class*=animated-buttons].btn-type-gradient .wp-block-button .wp-block-button__link:focus,
[class*=animated-buttons].btn-type-gradient .button:not(.vista):not(.ani-bg):not(.fade):hover,
[class*=animated-buttons].btn-type-gradient .button:not(.vista):not(.ani-bg):not(.fade):focus {
  background-color: var(--button-color);
}
[class*=animated-buttons].btn-type-flat .tribe-events-button.secondary:before, [class*=animated-buttons].btn-type-flat .tribe-events-button.secondary:after,
[class*=animated-buttons].btn-type-flat .wp-block-button .wp-block-button__link.secondary:before,
[class*=animated-buttons].btn-type-flat .wp-block-button .wp-block-button__link.secondary:after,
[class*=animated-buttons].btn-type-flat .button:not(.vista):not(.ani-bg):not(.fade).secondary:before,
[class*=animated-buttons].btn-type-flat .button:not(.vista):not(.ani-bg):not(.fade).secondary:after, [class*=animated-buttons].btn-type-gradient .tribe-events-button.secondary:before, [class*=animated-buttons].btn-type-gradient .tribe-events-button.secondary:after,
[class*=animated-buttons].btn-type-gradient .wp-block-button .wp-block-button__link.secondary:before,
[class*=animated-buttons].btn-type-gradient .wp-block-button .wp-block-button__link.secondary:after,
[class*=animated-buttons].btn-type-gradient .button:not(.vista):not(.ani-bg):not(.fade).secondary:before,
[class*=animated-buttons].btn-type-gradient .button:not(.vista):not(.ani-bg):not(.fade).secondary:after {
  background-color: var(--secondary-button-color-hover);
}
[class*=animated-buttons].btn-type-flat .tribe-events-button.secondary:hover, [class*=animated-buttons].btn-type-flat .tribe-events-button.secondary:focus,
[class*=animated-buttons].btn-type-flat .wp-block-button .wp-block-button__link.secondary:hover,
[class*=animated-buttons].btn-type-flat .wp-block-button .wp-block-button__link.secondary:focus,
[class*=animated-buttons].btn-type-flat .button:not(.vista):not(.ani-bg):not(.fade).secondary:hover,
[class*=animated-buttons].btn-type-flat .button:not(.vista):not(.ani-bg):not(.fade).secondary:focus, [class*=animated-buttons].btn-type-gradient .tribe-events-button.secondary:hover, [class*=animated-buttons].btn-type-gradient .tribe-events-button.secondary:focus,
[class*=animated-buttons].btn-type-gradient .wp-block-button .wp-block-button__link.secondary:hover,
[class*=animated-buttons].btn-type-gradient .wp-block-button .wp-block-button__link.secondary:focus,
[class*=animated-buttons].btn-type-gradient .button:not(.vista):not(.ani-bg):not(.fade).secondary:hover,
[class*=animated-buttons].btn-type-gradient .button:not(.vista):not(.ani-bg):not(.fade).secondary:focus {
  background-color: var(--secondary-button-color);
}
[class*=animated-buttons].btn-type-flat .tribe-events-button.gradient:before, [class*=animated-buttons].btn-type-flat .tribe-events-button.gradient:after,
[class*=animated-buttons].btn-type-flat .wp-block-button .wp-block-button__link.gradient:before,
[class*=animated-buttons].btn-type-flat .wp-block-button .wp-block-button__link.gradient:after,
[class*=animated-buttons].btn-type-flat .button:not(.vista):not(.ani-bg):not(.fade).gradient:before,
[class*=animated-buttons].btn-type-flat .button:not(.vista):not(.ani-bg):not(.fade).gradient:after, [class*=animated-buttons].btn-type-gradient .tribe-events-button.gradient:before, [class*=animated-buttons].btn-type-gradient .tribe-events-button.gradient:after,
[class*=animated-buttons].btn-type-gradient .wp-block-button .wp-block-button__link.gradient:before,
[class*=animated-buttons].btn-type-gradient .wp-block-button .wp-block-button__link.gradient:after,
[class*=animated-buttons].btn-type-gradient .button:not(.vista):not(.ani-bg):not(.fade).gradient:before,
[class*=animated-buttons].btn-type-gradient .button:not(.vista):not(.ani-bg):not(.fade).gradient:after {
  background: var(--button-gradient-hover);
}
[class*=animated-buttons].btn-type-flat .tribe-events-button.gradient:hover, [class*=animated-buttons].btn-type-flat .tribe-events-button.gradient:focus,
[class*=animated-buttons].btn-type-flat .wp-block-button .wp-block-button__link.gradient:hover,
[class*=animated-buttons].btn-type-flat .wp-block-button .wp-block-button__link.gradient:focus,
[class*=animated-buttons].btn-type-flat .button:not(.vista):not(.ani-bg):not(.fade).gradient:hover,
[class*=animated-buttons].btn-type-flat .button:not(.vista):not(.ani-bg):not(.fade).gradient:focus, [class*=animated-buttons].btn-type-gradient .tribe-events-button.gradient:hover, [class*=animated-buttons].btn-type-gradient .tribe-events-button.gradient:focus,
[class*=animated-buttons].btn-type-gradient .wp-block-button .wp-block-button__link.gradient:hover,
[class*=animated-buttons].btn-type-gradient .wp-block-button .wp-block-button__link.gradient:focus,
[class*=animated-buttons].btn-type-gradient .button:not(.vista):not(.ani-bg):not(.fade).gradient:hover,
[class*=animated-buttons].btn-type-gradient .button:not(.vista):not(.ani-bg):not(.fade).gradient:focus {
  background: var(--button-gradient);
}
[class*=animated-buttons].btn-type-flat .tribe-events-button.gradient.secondary:before, [class*=animated-buttons].btn-type-flat .tribe-events-button.gradient.secondary:after,
[class*=animated-buttons].btn-type-flat .wp-block-button .wp-block-button__link.gradient.secondary:before,
[class*=animated-buttons].btn-type-flat .wp-block-button .wp-block-button__link.gradient.secondary:after,
[class*=animated-buttons].btn-type-flat .button:not(.vista):not(.ani-bg):not(.fade).gradient.secondary:before,
[class*=animated-buttons].btn-type-flat .button:not(.vista):not(.ani-bg):not(.fade).gradient.secondary:after, [class*=animated-buttons].btn-type-gradient .tribe-events-button.gradient.secondary:before, [class*=animated-buttons].btn-type-gradient .tribe-events-button.gradient.secondary:after,
[class*=animated-buttons].btn-type-gradient .wp-block-button .wp-block-button__link.gradient.secondary:before,
[class*=animated-buttons].btn-type-gradient .wp-block-button .wp-block-button__link.gradient.secondary:after,
[class*=animated-buttons].btn-type-gradient .button:not(.vista):not(.ani-bg):not(.fade).gradient.secondary:before,
[class*=animated-buttons].btn-type-gradient .button:not(.vista):not(.ani-bg):not(.fade).gradient.secondary:after {
  background: var(--secondary-button-gradient-hover);
}
[class*=animated-buttons].btn-type-flat .tribe-events-button.gradient.secondary:hover, [class*=animated-buttons].btn-type-flat .tribe-events-button.gradient.secondary:focus,
[class*=animated-buttons].btn-type-flat .wp-block-button .wp-block-button__link.gradient.secondary:hover,
[class*=animated-buttons].btn-type-flat .wp-block-button .wp-block-button__link.gradient.secondary:focus,
[class*=animated-buttons].btn-type-flat .button:not(.vista):not(.ani-bg):not(.fade).gradient.secondary:hover,
[class*=animated-buttons].btn-type-flat .button:not(.vista):not(.ani-bg):not(.fade).gradient.secondary:focus, [class*=animated-buttons].btn-type-gradient .tribe-events-button.gradient.secondary:hover, [class*=animated-buttons].btn-type-gradient .tribe-events-button.gradient.secondary:focus,
[class*=animated-buttons].btn-type-gradient .wp-block-button .wp-block-button__link.gradient.secondary:hover,
[class*=animated-buttons].btn-type-gradient .wp-block-button .wp-block-button__link.gradient.secondary:focus,
[class*=animated-buttons].btn-type-gradient .button:not(.vista):not(.ani-bg):not(.fade).gradient.secondary:hover,
[class*=animated-buttons].btn-type-gradient .button:not(.vista):not(.ani-bg):not(.fade).gradient.secondary:focus {
  background: var(--secondary-button-gradient);
}
[class*=animated-buttons].btn-type-gradient .tribe-events-button:before, [class*=animated-buttons].btn-type-gradient .tribe-events-button:after,
[class*=animated-buttons].btn-type-gradient .wp-block-button .wp-block-button__link:before,
[class*=animated-buttons].btn-type-gradient .wp-block-button .wp-block-button__link:after,
[class*=animated-buttons].btn-type-gradient .button:not(.vista):not(.ani-bg):not(.fade):before,
[class*=animated-buttons].btn-type-gradient .button:not(.vista):not(.ani-bg):not(.fade):after {
  background: var(--button-gradient-hover);
}
[class*=animated-buttons].btn-type-gradient .tribe-events-button:hover, [class*=animated-buttons].btn-type-gradient .tribe-events-button:focus,
[class*=animated-buttons].btn-type-gradient .wp-block-button .wp-block-button__link:hover,
[class*=animated-buttons].btn-type-gradient .wp-block-button .wp-block-button__link:focus,
[class*=animated-buttons].btn-type-gradient .button:not(.vista):not(.ani-bg):not(.fade):hover,
[class*=animated-buttons].btn-type-gradient .button:not(.vista):not(.ani-bg):not(.fade):focus {
  background: var(--button-gradient);
}
[class*=animated-buttons].btn-type-gradient .tribe-events-button.secondary:before, [class*=animated-buttons].btn-type-gradient .tribe-events-button.secondary:after,
[class*=animated-buttons].btn-type-gradient .wp-block-button .wp-block-button__link.secondary:before,
[class*=animated-buttons].btn-type-gradient .wp-block-button .wp-block-button__link.secondary:after,
[class*=animated-buttons].btn-type-gradient .button:not(.vista):not(.ani-bg):not(.fade).secondary:before,
[class*=animated-buttons].btn-type-gradient .button:not(.vista):not(.ani-bg):not(.fade).secondary:after {
  background: var(--secondary-button-gradient-hover);
}
[class*=animated-buttons].btn-type-gradient .tribe-events-button.secondary:hover, [class*=animated-buttons].btn-type-gradient .tribe-events-button.secondary:focus,
[class*=animated-buttons].btn-type-gradient .wp-block-button .wp-block-button__link.secondary:hover,
[class*=animated-buttons].btn-type-gradient .wp-block-button .wp-block-button__link.secondary:focus,
[class*=animated-buttons].btn-type-gradient .button:not(.vista):not(.ani-bg):not(.fade).secondary:hover,
[class*=animated-buttons].btn-type-gradient .button:not(.vista):not(.ani-bg):not(.fade).secondary:focus {
  background: var(--secondary-button-gradient);
}
[class*=animated-buttons].btn-type-gradient input[type=submit]:hover, [class*=animated-buttons].btn-type-gradient input[type=submit]:focus,
[class*=animated-buttons].btn-type-gradient input[type=reset]:hover,
[class*=animated-buttons].btn-type-gradient input[type=reset]:focus {
  background: var(--button-gradient-hover);
}

.animated-buttons-grow-l .tribe-events-button:before,
.animated-buttons-grow-l .wp-block-button .wp-block-button__link:before,
.animated-buttons-grow-l .button:not(.vista):not(.ani-bg):not(.fade):before {
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
}
.animated-buttons-grow-l .tribe-events-button:hover:before, .animated-buttons-grow-l .tribe-events-button:focus:before,
.animated-buttons-grow-l .wp-block-button .wp-block-button__link:hover:before,
.animated-buttons-grow-l .wp-block-button .wp-block-button__link:focus:before,
.animated-buttons-grow-l .button:not(.vista):not(.ani-bg):not(.fade):hover:before,
.animated-buttons-grow-l .button:not(.vista):not(.ani-bg):not(.fade):focus:before {
  width: 100%;
}

.animated-buttons-grow-l2 .tribe-events-button:before, .animated-buttons-grow-l2 .tribe-events-button:link:before,
.animated-buttons-grow-l2 .wp-block-button .wp-block-button__link:before,
.animated-buttons-grow-l2 .wp-block-button .wp-block-button__link:link:before,
.animated-buttons-grow-l2 .button:not(.vista):not(.ani-bg):not(.fade):before,
.animated-buttons-grow-l2 .button:not(.vista):not(.ani-bg):not(.fade):link:before {
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  animation: button-grow-l2-off 0.3s;
  transition: none;
}
.animated-buttons-grow-l2 .tribe-events-button:hover:before, .animated-buttons-grow-l2 .tribe-events-button:focus:before,
.animated-buttons-grow-l2 .wp-block-button .wp-block-button__link:hover:before,
.animated-buttons-grow-l2 .wp-block-button .wp-block-button__link:focus:before,
.animated-buttons-grow-l2 .button:not(.vista):not(.ani-bg):not(.fade):hover:before,
.animated-buttons-grow-l2 .button:not(.vista):not(.ani-bg):not(.fade):focus:before {
  width: 100%;
  animation: button-grow-l2-on 0.3s;
  transition: none;
}

.animated-buttons-grow-r .tribe-events-button:before,
.animated-buttons-grow-r .button:not(.vista):not(.ani-bg):not(.fade):before {
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
}
.animated-buttons-grow-r .tribe-events-button:hover:before, .animated-buttons-grow-r .tribe-events-button:focus:before,
.animated-buttons-grow-r .button:not(.vista):not(.ani-bg):not(.fade):hover:before,
.animated-buttons-grow-r .button:not(.vista):not(.ani-bg):not(.fade):focus:before {
  width: 100%;
}

.animated-buttons-grow-r2 .tribe-events-button:before, .animated-buttons-grow-r2 .tribe-events-button:link:before,
.animated-buttons-grow-r2 .wp-block-button .wp-block-button__link:before,
.animated-buttons-grow-r2 .wp-block-button .wp-block-button__link:link:before,
.animated-buttons-grow-r2 .button:not(.vista):not(.ani-bg):not(.fade):before,
.animated-buttons-grow-r2 .button:not(.vista):not(.ani-bg):not(.fade):link:before {
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  animation: button-grow-r2-off 0.3s;
  transition: none;
}
.animated-buttons-grow-r2 .tribe-events-button:hover:before, .animated-buttons-grow-r2 .tribe-events-button:focus:before,
.animated-buttons-grow-r2 .wp-block-button .wp-block-button__link:hover:before,
.animated-buttons-grow-r2 .wp-block-button .wp-block-button__link:focus:before,
.animated-buttons-grow-r2 .button:not(.vista):not(.ani-bg):not(.fade):hover:before,
.animated-buttons-grow-r2 .button:not(.vista):not(.ani-bg):not(.fade):focus:before {
  width: 100%;
  animation: button-grow-r2-on 0.3s;
  transition: none;
}

.animated-buttons-grow-top .tribe-events-button:before,
.animated-buttons-grow-top .button:not(.vista):not(.ani-bg):not(.fade):before {
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
}
.animated-buttons-grow-top .tribe-events-button:hover:before, .animated-buttons-grow-top .tribe-events-button:focus:before,
.animated-buttons-grow-top .button:not(.vista):not(.ani-bg):not(.fade):hover:before,
.animated-buttons-grow-top .button:not(.vista):not(.ani-bg):not(.fade):focus:before {
  height: 100%;
}

.animated-buttons-grow-bottom .tribe-events-button:before,
.animated-buttons-grow-bottom .wp-block-button .wp-block-button__link:before,
.animated-buttons-grow-bottom .button:not(.vista):not(.ani-bg):not(.fade):before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
}
.animated-buttons-grow-bottom .tribe-events-button:hover:before, .animated-buttons-grow-bottom .tribe-events-button:focus:before,
.animated-buttons-grow-bottom .wp-block-button .wp-block-button__link:hover:before,
.animated-buttons-grow-bottom .wp-block-button .wp-block-button__link:focus:before,
.animated-buttons-grow-bottom .button:not(.vista):not(.ani-bg):not(.fade):hover:before,
.animated-buttons-grow-bottom .button:not(.vista):not(.ani-bg):not(.fade):focus:before {
  height: 100%;
}

.animated-buttons-grow-lr .tribe-events-button:before, .animated-buttons-grow-lr .tribe-events-button:after,
.animated-buttons-grow-lr .wp-block-button .wp-block-button__link:before,
.animated-buttons-grow-lr .wp-block-button .wp-block-button__link:after,
.animated-buttons-grow-lr .button:not(.vista):not(.ani-bg):not(.fade):before,
.animated-buttons-grow-lr .button:not(.vista):not(.ani-bg):not(.fade):after {
  top: 0;
  width: 0;
  height: 100%;
}
.animated-buttons-grow-lr .tribe-events-button:before,
.animated-buttons-grow-lr .wp-block-button .wp-block-button__link:before,
.animated-buttons-grow-lr .button:not(.vista):not(.ani-bg):not(.fade):before {
  right: 0;
}
.animated-buttons-grow-lr .tribe-events-button:after,
.animated-buttons-grow-lr .wp-block-button .wp-block-button__link:after,
.animated-buttons-grow-lr .button:not(.vista):not(.ani-bg):not(.fade):after {
  left: 0;
}
.animated-buttons-grow-lr .tribe-events-button:hover:before, .animated-buttons-grow-lr .tribe-events-button:hover:after, .animated-buttons-grow-lr .tribe-events-button:focus:before, .animated-buttons-grow-lr .tribe-events-button:focus:after,
.animated-buttons-grow-lr .wp-block-button .wp-block-button__link:hover:before,
.animated-buttons-grow-lr .wp-block-button .wp-block-button__link:hover:after,
.animated-buttons-grow-lr .wp-block-button .wp-block-button__link:focus:before,
.animated-buttons-grow-lr .wp-block-button .wp-block-button__link:focus:after,
.animated-buttons-grow-lr .button:not(.vista):not(.ani-bg):not(.fade):hover:before,
.animated-buttons-grow-lr .button:not(.vista):not(.ani-bg):not(.fade):hover:after,
.animated-buttons-grow-lr .button:not(.vista):not(.ani-bg):not(.fade):focus:before,
.animated-buttons-grow-lr .button:not(.vista):not(.ani-bg):not(.fade):focus:after {
  width: calc(50% + 1px);
}

.animated-buttons-grow-m .tribe-events-button:before,
.animated-buttons-grow-m .wp-block-button .wp-block-button__link:before,
.animated-buttons-grow-m .button:not(.vista):not(.ani-bg):not(.fade):before {
  left: 50%;
  top: 0;
  width: 0;
  height: 100%;
  transform: translateX(-50%);
}
.animated-buttons-grow-m .tribe-events-button:hover:before, .animated-buttons-grow-m .tribe-events-button:hover:after, .animated-buttons-grow-m .tribe-events-button:focus:before, .animated-buttons-grow-m .tribe-events-button:focus:after,
.animated-buttons-grow-m .wp-block-button .wp-block-button__link:hover:before,
.animated-buttons-grow-m .wp-block-button .wp-block-button__link:hover:after,
.animated-buttons-grow-m .wp-block-button .wp-block-button__link:focus:before,
.animated-buttons-grow-m .wp-block-button .wp-block-button__link:focus:after,
.animated-buttons-grow-m .button:not(.vista):not(.ani-bg):not(.fade):hover:before,
.animated-buttons-grow-m .button:not(.vista):not(.ani-bg):not(.fade):hover:after,
.animated-buttons-grow-m .button:not(.vista):not(.ani-bg):not(.fade):focus:before,
.animated-buttons-grow-m .button:not(.vista):not(.ani-bg):not(.fade):focus:after {
  width: 100%;
}

.animated-buttons-grow-m-circle .tribe-events-button:before,
.animated-buttons-grow-m-circle .wp-block-button .wp-block-button__link:before,
.animated-buttons-grow-m-circle .button:not(.vista):not(.ani-bg):not(.fade):before {
  left: 50%;
  top: 50%;
  width: 150%;
  height: auto;
  padding-top: 150%;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
}
.animated-buttons-grow-m-circle .tribe-events-button:hover:before, .animated-buttons-grow-m-circle .tribe-events-button:focus:before,
.animated-buttons-grow-m-circle .wp-block-button .wp-block-button__link:hover:before,
.animated-buttons-grow-m-circle .wp-block-button .wp-block-button__link:focus:before,
.animated-buttons-grow-m-circle .button:not(.vista):not(.ani-bg):not(.fade):hover:before,
.animated-buttons-grow-m-circle .button:not(.vista):not(.ani-bg):not(.fade):focus:before {
  transform: translate(-50%, -50%) scale(1);
}

.animated-buttons-grow-c-circle .tribe-events-button:before,
.animated-buttons-grow-c-circle .wp-block-button .wp-block-button__link:before,
.animated-buttons-grow-c-circle .button:not(.vista):not(.ani-bg):not(.fade):before {
  left: var(--mouse-x);
  top: var(--mouse-y);
  width: 200%;
  height: 200%;
  padding-top: 150%;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
}
.animated-buttons-grow-c-circle .tribe-events-button:hover:before, .animated-buttons-grow-c-circle .tribe-events-button:focus:before,
.animated-buttons-grow-c-circle .wp-block-button .wp-block-button__link:hover:before,
.animated-buttons-grow-c-circle .wp-block-button .wp-block-button__link:focus:before,
.animated-buttons-grow-c-circle .button:not(.vista):not(.ani-bg):not(.fade):hover:before,
.animated-buttons-grow-c-circle .button:not(.vista):not(.ani-bg):not(.fade):focus:before {
  transform: translate(-50%, -50%) scale(1);
}

.msg a.button:hover, .msg a.button:focus {
  color: inherit;
}

blockquote,
.wp-block-pullquote blockquote,
blockquote.wp-block-quote {
  position: relative;
  box-sizing: border-box;
  max-width: 580px;
  margin: 40px auto;
  padding: 20px 30px;
  font: italic 400 var(--blockquote-font-size)/1.444em var(--blockquote-font);
  border: 0;
  background-color: #f5f5f5;
  color: var(--text-color-quote);
  text-align: left;
  quotes: "“" "”";
}
blockquote:before,
.wp-block-pullquote blockquote:before,
blockquote.wp-block-quote:before {
  display: block;
  position: absolute;
  left: 0;
  top: 20px;
  height: 1em;
  content: open-quote;
  font-size: 3em;
  font-weight: 700;
  font-style: normal;
  transform: translate(-25%, 0.2em);
}
blockquote *:first-child,
.wp-block-pullquote blockquote *:first-child,
blockquote.wp-block-quote *:first-child {
  margin-top: 0;
}
blockquote *:last-child,
.wp-block-pullquote blockquote *:last-child,
blockquote.wp-block-quote *:last-child {
  margin-bottom: 0;
}
blockquote p,
.wp-block-pullquote blockquote p,
blockquote.wp-block-quote p {
  font-size: inherit;
  line-height: inherit;
  text-align: inherit;
}
blockquote cite,
.wp-block-pullquote blockquote cite,
blockquote.wp-block-quote cite {
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
}

.wp-block-pullquote {
  margin: 40px auto;
}
.wp-block-pullquote blockquote {
  margin: 0 auto;
}

@media (min-width: 600px) {
  .main .columns blockquote,
.sidebar blockquote,
.above-footer blockquote {
    padding: 35px 0;
  }

  blockquote:before,
.wp-block-pullquote blockquote:before {
    font-size: 4em;
    transform: translate(-50%, 0.2em);
  }
}
blockquote.quote {
  position: relative;
  padding: 0 0 0 55px;
}
blockquote.quote:before {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #dfdfdf;
  color: #fff;
  font-family: "m";
  font-size: 20px;
  line-height: 40px;
  content: "";
  text-align: center;
}

aside blockquote.quote {
  margin: 0;
}

.columns blockquote.quote {
  margin: 25px auto 0;
}

.col2 blockquote.quote, .col3 blockquote.quote, .col4 blockquote.quote, .col23 blockquote.quote, .col34 blockquote.quote {
  max-width: 100%;
}

blockquote.quote p {
  margin: 0.5em 0 20px;
  font-weight: 300;
  font-size: 1.846em;
  line-height: 1.1em;
  font-family: var(--secondary-font);
}

.col23 blockquote.quote p {
  font-size: 1.692em;
}

.col3 blockquote.quote p, aside blockquote.quote p {
  font-size: 1.385em;
}

aside blockquote.quote p.signature,
blockquote.quote p.signature {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 1em;
  text-align: right;
}
aside blockquote.quote p.signature span,
blockquote.quote p.signature span {
  color: #3f3f3f;
}

.msg,
.bbp-template-notice,
.bp-feedback,
.wpcf7-response-output {
  position: relative;
  margin: 34px 0;
  padding: 27px 20px 22px 77px;
  transition: all 0.3s;
  overflow: hidden;
  box-sizing: border-box;
  box-shadow: var(--msg-box-shadow);
  border-style: solid;
  border-width: var(--msg-border-width);
  border-radius: var(--msg-border-radius);
  border-color: var(--msg-border-color);
  background-color: var(--msg-bg-color);
  color: var(--msg-text-color);
}

.msg .msg-main-icon,
.msg:before,
.bp-feedback:before,
.wpcf7-response-output:before,
.bbp-template-notice:before {
  display: block;
  position: absolute;
  left: 23px;
  top: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 28px;
  color: var(--msg-icon-color);
}

.msg:before,
.bp-feedback:before,
.wpcf7-response-output:before,
.bbp-template-notice:before {
  font-family: "m";
}

.wpcf7-response-output:before {
  top: 50%;
  transform: translateY(-40%);
}

.wpcf7-response-output:empty {
  display: none;
}

.msg.info, .msg.help,
.bbp-template-notice.info,
.bbp-template-notice.help,
.bp-feedback.info,
.bp-feedback.help {
  border-color: var(--msg-info-border-color);
  background-color: var(--msg-info-bg-color);
  color: var(--msg-info-text-color);
}
.msg.info:before, .msg.help:before,
.bbp-template-notice.info:before,
.bbp-template-notice.help:before,
.bp-feedback.info:before,
.bp-feedback.help:before {
  color: var(--msg-info-icon-color);
}
.msg.info h2, .msg.info h3, .msg.info h4, .msg.info h5, .msg.info h6, .msg.info p a, .msg.help h2, .msg.help h3, .msg.help h4, .msg.help h5, .msg.help h6, .msg.help p a,
.bbp-template-notice.info h2,
.bbp-template-notice.info h3,
.bbp-template-notice.info h4,
.bbp-template-notice.info h5,
.bbp-template-notice.info h6,
.bbp-template-notice.info p a,
.bbp-template-notice.help h2,
.bbp-template-notice.help h3,
.bbp-template-notice.help h4,
.bbp-template-notice.help h5,
.bbp-template-notice.help h6,
.bbp-template-notice.help p a,
.bp-feedback.info h2,
.bp-feedback.info h3,
.bp-feedback.info h4,
.bp-feedback.info h5,
.bp-feedback.info h6,
.bp-feedback.info p a,
.bp-feedback.help h2,
.bp-feedback.help h3,
.bp-feedback.help h4,
.bp-feedback.help h5,
.bp-feedback.help h6,
.bp-feedback.help p a {
  color: var(--msg-info-text-color);
}
.msg.notice, .msg.warning,
.bbp-template-notice.notice,
.bbp-template-notice.warning,
.bp-feedback.notice,
.bp-feedback.warning {
  border-color: var(--msg-notice-border-color);
  background-color: var(--msg-notice-bg-color);
  color: var(--msg-notice-text-color);
}
.msg.notice:before, .msg.warning:before,
.bbp-template-notice.notice:before,
.bbp-template-notice.warning:before,
.bp-feedback.notice:before,
.bp-feedback.warning:before {
  color: var(--msg-notice-icon-color);
}
.msg.notice h2, .msg.notice h3, .msg.notice h4, .msg.notice h5, .msg.notice h6, .msg.notice p a, .msg.warning h2, .msg.warning h3, .msg.warning h4, .msg.warning h5, .msg.warning h6, .msg.warning p a,
.bbp-template-notice.notice h2,
.bbp-template-notice.notice h3,
.bbp-template-notice.notice h4,
.bbp-template-notice.notice h5,
.bbp-template-notice.notice h6,
.bbp-template-notice.notice p a,
.bbp-template-notice.warning h2,
.bbp-template-notice.warning h3,
.bbp-template-notice.warning h4,
.bbp-template-notice.warning h5,
.bbp-template-notice.warning h6,
.bbp-template-notice.warning p a,
.bp-feedback.notice h2,
.bp-feedback.notice h3,
.bp-feedback.notice h4,
.bp-feedback.notice h5,
.bp-feedback.notice h6,
.bp-feedback.notice p a,
.bp-feedback.warning h2,
.bp-feedback.warning h3,
.bp-feedback.warning h4,
.bp-feedback.warning h5,
.bp-feedback.warning h6,
.bp-feedback.warning p a {
  color: var(--msg-notice-text-color);
}
.msg.success,
.bbp-template-notice.success,
.bp-feedback.success {
  border-color: var(--msg-success-border-color);
  background-color: var(--msg-success-bg-color);
  color: var(--msg-success-text-color);
}
.msg.success:before,
.bbp-template-notice.success:before,
.bp-feedback.success:before {
  color: var(--msg-success-icon-color);
}
.msg.success h2, .msg.success h3, .msg.success h4, .msg.success h5, .msg.success h6, .msg.success p a,
.bbp-template-notice.success h2,
.bbp-template-notice.success h3,
.bbp-template-notice.success h4,
.bbp-template-notice.success h5,
.bbp-template-notice.success h6,
.bbp-template-notice.success p a,
.bp-feedback.success h2,
.bp-feedback.success h3,
.bp-feedback.success h4,
.bp-feedback.success h5,
.bp-feedback.success h6,
.bp-feedback.success p a {
  color: var(--msg-success-text-color);
}
.msg.error,
.bbp-template-notice.error,
.bp-feedback.error {
  border-color: var(--msg-error-border-color);
  background-color: var(--msg-error-bg-color);
  color: var(--msg-error-text-color);
}
.msg.error:before,
.bbp-template-notice.error:before,
.bp-feedback.error:before {
  color: var(--msg-error-icon-color);
}
.msg.error h2, .msg.error h3, .msg.error h4, .msg.error h5, .msg.error h6, .msg.error p a,
.bbp-template-notice.error h2,
.bbp-template-notice.error h3,
.bbp-template-notice.error h4,
.bbp-template-notice.error h5,
.bbp-template-notice.error h6,
.bbp-template-notice.error p a,
.bp-feedback.error h2,
.bp-feedback.error h3,
.bp-feedback.error h4,
.bp-feedback.error h5,
.bp-feedback.error h6,
.bp-feedback.error p a {
  color: var(--msg-error-text-color);
}
.msg h2, .msg h3, .msg h4, .msg h5, .msg h6, .msg p a,
.bbp-template-notice h2,
.bbp-template-notice h3,
.bbp-template-notice h4,
.bbp-template-notice h5,
.bbp-template-notice h6,
.bbp-template-notice p a,
.bp-feedback h2,
.bp-feedback h3,
.bp-feedback h4,
.bp-feedback h5,
.bp-feedback h6,
.bp-feedback p a {
  color: var(--msg-info-text-color);
}

.wpcf7-form.failed .wpcf7-response-output, .wpcf7-form.aborted .wpcf7-response-output {
  border-color: var(--msg-error-border-color);
  background-color: var(--msg-error-bg-color);
  color: var(--msg-error-text-color);
}
.wpcf7-form.failed .wpcf7-response-output:before, .wpcf7-form.aborted .wpcf7-response-output:before {
  color: var(--msg-error-icon-color);
}
.wpcf7-form.invalid .wpcf7-response-output, .wpcf7-form.unaccepted .wpcf7-response-output, .wpcf7-form.spam .wpcf7-response-output {
  border-color: var(--msg-notice-border-color);
  background-color: var(--msg-notice-bg-color);
  color: var(--msg-notice-text-color);
}
.wpcf7-form.invalid .wpcf7-response-output:before, .wpcf7-form.unaccepted .wpcf7-response-output:before, .wpcf7-form.spam .wpcf7-response-output:before {
  color: var(--msg-notice-icon-color);
}
.wpcf7-form.sent .wpcf7-response-output {
  border-color: var(--msg-success-border-color);
  background-color: var(--msg-success-bg-color);
  color: var(--msg-success-text-color);
}
.wpcf7-form.sent .wpcf7-response-output:before {
  color: var(--msg-success-icon-color);
}

.bbp-template-notice:before {
  content: "";
}

.msg.info:before,
.bp-feedback.info:before,
.bp-feedback.help:before,
.bbp-template-notice.info:before,
.tribe-events-c-messages__message.tribe-events-c-messages__message--notice:before {
  content: "";
}

.msg.success:before,
.bp-feedback.success:before,
.wpcf7-form.sent .wpcf7-response-output:before,
.bbp-template-notice.success:before {
  content: "";
}

.msg.notice:before,
.bp-feedback.notice:before,
.bp-feedback.warning:before,
.bbp-template-notice.notice:before,
.bbp-template-notice.warning:before,
.wpcf7-form.invalid .wpcf7-response-output:before,
.wpcf7-form.unaccepted .wpcf7-response-output:before,
.wpcf7-form.spam .wpcf7-response-output:before {
  content: "";
}

.msg.error:before,
.bp-feedback.error:before,
.wpcf7-form.failed .wpcf7-response-output:before,
.wpcf7-form.aborted .wpcf7-response-output:before,
.bbp-template-notice.error:before {
  content: "";
}

.msg a.hide {
  overflow: hidden;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  text-decoration: none;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 10px;
}
.msg a.hide i {
  display: block;
  width: 15px;
  height: 15px;
  line-height: 18px;
  text-align: center;
}

.msg a,
.bp-feedback a {
  text-decoration: underline;
  color: inherit;
}
.msg a:hover, .msg a:focus,
.bp-feedback a:hover,
.bp-feedback a:focus {
  text-decoration: none;
}
.msg a.btn,
.bp-feedback a.btn {
  text-decoration: none;
}

.msg h3,
.bbp-template-notice h3 {
  margin: -9px 0 0 0;
  font-size: 15px;
  line-height: 26px;
}
.msg ul, .msg p,
.bbp-template-notice ul,
.bbp-template-notice p {
  margin: 1em 0 0;
}
.msg ul,
.bbp-template-notice ul {
  list-style: none;
}
.msg ul li,
.bbp-template-notice ul li {
  margin-left: 0;
}
.msg ul li:before,
.bbp-template-notice ul li:before {
  float: left;
  clear: left;
  overflow: hidden;
  width: 8px;
  height: 20px;
  margin-right: 5px;
  content: "—";
}
.msg ul:first-child,
.msg p:first-of-type,
.bbp-template-notice ul:first-child,
.bbp-template-notice p:first-of-type {
  margin: 4px 0 12px 0;
}
.msg h3 + p:first-of-type,
.bbp-template-notice h3 + p:first-of-type {
  margin: 0;
}
.msg h2, .msg h3, .msg h4, .msg h5, .msg h6,
.bbp-template-notice h2,
.bbp-template-notice h3,
.bbp-template-notice h4,
.bbp-template-notice h5,
.bbp-template-notice h6 {
  color: var(--msg-text-color);
}

.msg.no-shadow {
  box-shadow: none;
}
.msg.with-shadow {
  box-shadow: 4px 4px 0 0 #d2dcdf;
}

.has-tooltip {
  position: relative;
  cursor: pointer;
}

.tooltip {
  box-sizing: border-box;
  position: absolute;
  z-index: 20;
  display: block;
  pointer-events: none;
  animation-fill-mode: forwards;
  will-change: opacity;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  padding: 10px 20px;
  color: #6b7a85;
  font-weight: 400;
  text-transform: none;
  text-align: left;
  white-space: nowrap;
  -webkit-backface-visibility: none;
  backface-visibility: none;
}
.tooltip:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  box-sizing: border-box;
}
.tooltip.tooltip-wrap {
  white-space: pre-wrap;
}
.tooltip.tooltip-pos-top {
  bottom: calc(100% + 20px);
  left: 0;
}
.tooltip.tooltip-pos-top:before {
  left: 30px;
  top: 100%;
  transform: translate(-50%, -50%) rotate(225deg);
}
.tooltip.tooltip-pos-bottom {
  top: calc(100% + 20px);
  left: 0;
}
.tooltip.tooltip-pos-bottom:before {
  left: 30px;
  bottom: 100%;
  transform: translate(-50%, 50%) rotate(45deg);
}
.tooltip.tooltip-pos-left {
  right: calc(100% + 20px);
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.tooltip-pos-left:before {
  left: 100%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(135deg);
}
.tooltip.tooltip-pos-right {
  left: calc(100% + 20px);
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.tooltip-pos-right:before {
  right: 100%;
  top: 50%;
  transform: translate(50%, -50%) rotate(-45deg);
}
.tooltip.tooltip-style-1 {
  padding: 5px 10px;
  background: #444;
  border: 1px solid #444;
  color: #fff;
}
.tooltip.tooltip-style-1:before {
  background: #444;
  border: 1px solid #444;
}
.tooltip.tooltip-style-1.tooltip-pos-top {
  left: 50%;
  bottom: calc(100% + 9px);
  transform-origin: 50% 50% 50%;
  transform: translate3d(0, 0, 0) translateX(-50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tooltip.tooltip-style-1.tooltip-pos-top:before {
  left: 50%;
}
.tooltip.tooltip-style-1.tooltip-pos-bottom {
  left: 50%;
  top: calc(100% + 9px);
  transform-origin: 50% 50% 50%;
  transform: translate3d(0, 0, 0) translateX(-50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tooltip.tooltip-style-1.tooltip-pos-bottom:before {
  left: 50%;
}
.tooltip.tooltip-style-1.tooltip-pos-left {
  right: calc(100% + 9px);
}
.tooltip.tooltip-style-1.tooltip-pos-right {
  left: calc(100% + 9px);
}
.tooltip.tooltip-style-2 {
  background: #fff;
  border: 1px solid var(--border-color);
  border-radius: 18px;
}
.tooltip.tooltip-style-2:before {
  background: #fff;
  border-color: var(--border-color);
  border-style: solid;
  border-width: 1px 0 0 1px;
}
.tooltip.tooltip.tooltip-style-3 {
  background: #f3efef;
}
.tooltip.tooltip.tooltip-style-3:before {
  background: #f3efef;
  border: 1px solid #f3efef;
}

body > .tooltip {
  transition: opacity 0.3s;
}
body > .tooltip.tooltip-pos-top {
  transform: translateY(calc(-100% - 10px));
}
body > .tooltip.tooltip-pos-top.tooltip-style-1 {
  transform: translate(-50%, calc(-100% - 10px));
}
body > .tooltip.tooltip-pos-bottom {
  transform: translateY(10px);
}
body > .tooltip.tooltip-pos-bottom.tooltip-style-1 {
  transform: translate(-50%, 10px);
}
body > .tooltip.tooltip-pos-left {
  transform: translate3d(0, 0, 0) translate(calc(-100% - 10px), -50%);
}
body > .tooltip.tooltip-pos-right {
  transform: translate3d(0, 0, 0) translateY(-50%);
}

.has-tooltip:not(.button):hover .tooltip,
.has-tooltip:not(.button):focus .tooltip {
  opacity: 1;
}

.social .has-tooltip .tooltip.tooltip-style-2.tooltip-pos-top, .social .has-tooltip .tooltip.tooltip-style-2.tooltip-pos-bottom, .social .has-tooltip .tooltip.tooltip-style-3.tooltip-pos-top, .social .has-tooltip .tooltip.tooltip-style-3.tooltip-pos-bottom {
  left: 50%;
  transform: translateX(-20px);
}
.social .has-tooltip .tooltip.tooltip-style-2.tooltip-pos-top:before, .social .has-tooltip .tooltip.tooltip-style-2.tooltip-pos-bottom:before, .social .has-tooltip .tooltip.tooltip-style-3.tooltip-pos-top:before, .social .has-tooltip .tooltip.tooltip-style-3.tooltip-pos-bottom:before {
  left: 20px;
}

.img {
  overflow: hidden;
}
.img .img-border {
  display: block;
}

.cf:after {
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  font-size: 0;
  content: "";
}

.clickable {
  cursor: pointer;
}

.more a {
  color: var(--link-color-base);
}
.more a:hover, .more a:focus {
  color: var(--link-color-hover);
}

.hidden {
  display: none;
}

.m-spin {
  animation: spin 1.5s infinite linear;
}

iframe {
  max-width: 100%;
  max-height: 100%;
  border: none;
}

.video {
  position: relative;
  padding-bottom: 56%;
  padding-top: 25px;
  height: 0;
}

.video iframe {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.lightbox-video {
  position: relative;
  max-width: 960px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.video-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 25px 0 56.25%;
  overflow: hidden;
}
.video-wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.img-border {
  display: inline-block;
  position: relative;
}
.img-border:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  content: "";
}

.fancy-borders .img-border:before {
  box-shadow: inset 0 0 0 4px rgba(0, 0, 0, 0.1);
}

.posts .img-border {
  width: auto;
}

.table {
  clear: both;
  width: 100%;
  overflow-x: auto;
  margin-bottom: 1.5em;
}

.wp-block-file a {
  margin-right: 10px;
}

.wp-block-verse {
  box-sizing: border-box;
  margin: 1.5em auto;
  padding: 1.5em 0;
  font-family: inherit;
  background: #fff;
  border-width: 1px 0;
}

pre {
  overflow-x: auto;
  padding: 20px 25px;
  border: 1px solid var(--border-color);
  line-height: 2em;
}

.alignleft {
  float: left;
  margin: 0 20px 0 0;
  padding: 0;
}

.alignright {
  float: right;
  margin: 0 0 0 20px;
  padding: 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.img-border.alignleft, .single p > .img-border.alignleft:first-child {
  margin: 0 20px 0 0;
}

.img-border.alignright, .single p > .img-border.alignright:first-child {
  margin: 0 0 0 20px;
}

.single p > .img-border.aligncenter:first-child {
  margin: 1em auto;
}

.img-border.th {
  margin: 5px;
}

.wp-caption-text {
  margin: 0.5em 0;
  color: var(--text-color-base);
  font-size: 0.923em;
}

.nocomments {
  clear: both;
}

iframe {
  max-width: 100%;
}

* a.post-edit-link {
  font-size: 12px;
}

embed {
  width: 100%;
  height: auto;
  max-width: 680px;
}

.wp-caption img, .wp-caption embed {
  width: 100%;
  max-width: 680px;
}

label + .required {
  margin-left: -17px;
}

.main input[type=submit] {
  width: auto;
}

.required {
  color: var(--main-color);
}

.gallery {
  overflow: hidden;
  padding: 1.5em 0;
}

.gallery dl {
  text-align: center;
}

.gallery dl dt {
  float: none;
  width: auto;
}

.gallery dl dd {
  width: auto;
  margin: 0;
  text-align: center;
}

.gallery a img, .gallery a img[class] {
  margin: 0;
  padding: 0;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption, .gallery-caption {
  padding: 0;
  color: var(--text-color-base);
  text-align: center;
}

.gallery-caption {
  margin: 5px;
}

[id*=gallery] img {
  border: none !important;
}

.contact-form p label {
  display: block;
}

p.comment-form-comment label {
  display: block;
}

p[class*=comment-form] {
  margin: 0;
}

.gallery-caption {
  position: static;
}

.bypostauthor {
  position: static;
}

.text-align-left {
  text-align: left;
}

.text-align-right {
  text-align: right;
}

.text-align-center {
  text-align: center;
}

.blocks-gallery-grid {
  align-items: flex-start;
}
.blocks-gallery-grid .img-border {
  display: block;
}

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  box-sizing: border-box;
}

.wp-audio-shortcode.mejs-container.mejs-audio .mejs-inner .mejs-controls .mejs-button button {
  padding: 0;
  background-color: transparent;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  visibility: hidden;
  pointer-events: none;
}

.screen-reader-text:focus {
  background-color: #3f3f3f;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #fff;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.as {
  overflow: hidden;
}
.as .as-content {
  margin: 0 auto;
  max-width: 728px;
}
.as .as-content img {
  max-width: 100%;
}
.as .as-info {
  display: block;
  font-size: 10px;
  line-height: 1.5em;
}

.sidebar .widget .a-info {
  display: block;
  font-size: 10px;
  line-height: 1.5em;
  margin: 0;
}

.top-bar .as {
  padding-bottom: 25px;
}
.top-bar .as p {
  margin: 0 auto;
  text-align: left;
}
.top-bar .as .as-info {
  display: none;
}

.post-featured-image + .as {
  padding-top: 15px;
}

.as + .share {
  margin-top: 30px;
}

@media (min-width: 400px) {
  .main-header .as {
    padding: 0 20px;
  }
}
@media (min-width: 800px) {
  .top-bar .as {
    padding-top: 10px;
  }
  .top-bar .as .as-info {
    display: block;
    font-size: 10px;
    line-height: 1.5em;
  }
}
@media (min-width: 1140px) {
  .show-menus .main-header .as {
    float: right;
    padding: 10px 0;
  }
}
.go-top {
  display: none;
  opacity: 0;
  width: var(--gotop-box-size);
  height: var(--gotop-box-size);
  position: fixed;
  z-index: 100;
  bottom: 0;
  overflow: hidden;
  border-width: var(--gotop-border-width);
  border-style: solid;
  border-radius: var(--gotop-border-radius);
  background-color: var(--gotop-background-color);
  border-color: var(--gotop-border-color);
  color: var(--gotop-color);
  font-size: var(--gotop-icon-size);
  transition: all 0.5s ease-in-out;
  text-decoration: none;
  text-align: center;
  pointer-events: none;
}
.go-top .m-icon {
  display: block;
  line-height: calc(var(--gotop-icon-size) + 1px);
}
.go-top.show {
  pointer-events: auto;
}
.go-top.position-right {
  right: 0;
  transform: translate(calc(0px - var(--gotop-offset-x)), 100%);
}
.go-top.position-left {
  left: 0;
  transform: translate(var(--gotop-offset-x), 100%);
}
.go-top.show-mobile {
  display: block;
}
.go-top.animation-slide.show {
  opacity: 1;
}
.go-top.animation-slide.show.position-right {
  transform: translate(calc(0px - var(--gotop-offset-x)), calc(0px - var(--gotop-offset-y)));
}
.go-top.animation-slide.show.position-left {
  transform: translate(var(--gotop-offset-x), calc(0px - var(--gotop-offset-y)));
}
.go-top.animation-fade {
  bottom: 0;
}
.go-top.animation-fade.position-right {
  transform: translate(calc(0px - var(--gotop-offset-x)), calc(0px - var(--gotop-offset-y)));
}
.go-top.animation-fade.position-left {
  transform: translate(var(--gotop-offset-x), calc(0px - var(--gotop-offset-y)));
}
.go-top.animation-fade.show {
  opacity: 1;
}
.go-top:hover, .go-top:focus {
  color: var(--gotop-hover-color);
  background-color: var(--gotop-background-hover-color);
  border-color: var(--gotop-border-hover-color);
}

.go-top-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  display: block;
}

.go-top-label {
  display: block;
  font-size: 12px;
  line-height: 14px;
}

@media (min-width: 800px) {
  .go-top.show-mobile {
    display: none;
  }
  .go-top.show-tablet {
    display: block;
  }
}
@media (min-width: 1140px) {
  .go-top.show-mobile {
    display: none;
  }
  .go-top.show-tablet {
    display: none;
  }
  .go-top.show-desktop {
    display: block;
  }
}
.above-footer {
  width: var(--layout-width);
  margin: 0 auto;
  position: relative;
  max-width: 100%;
  flex-shrink: 0;
  box-sizing: border-box;
}
.above-footer .alignfull {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
}

.share.social .share-links {
  padding: 0;
  margin: 0;
}
.share.social .social-link {
  display: flex;
  align-items: center;
  text-align: center;
  padding-left: 0;
  white-space: nowrap;
  transition: all 0.3s;
  cursor: pointer;
  text-decoration: none;
}
.share.social .share-title {
  margin-top: 0;
  font: 700 13px/1.5em var(--secondary-font);
}

.post-content .share {
  max-width: 640px;
  margin: 30px auto;
}

.main .share {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.single-post-header .share.social .share-title {
  display: none;
}
.single-post-header .share.social .share-links {
  flex-wrap: nowrap;
  justify-content: flex-end;
  padding: 0;
}

.brick .share-popup-link,
.mb-postlist > .brick .share-popup-link,
.post-medium-image .share-popup-link {
  float: right;
  color: var(--main-color);
  font-size: 14px;
}
.brick .share-popup-link:before,
.mb-postlist > .brick .share-popup-link:before,
.post-medium-image .share-popup-link:before {
  vertical-align: middle;
}
.brick .share-popup-link:hover, .brick .share-popup-link:focus,
.mb-postlist > .brick .share-popup-link:hover,
.mb-postlist > .brick .share-popup-link:focus,
.post-medium-image .share-popup-link:hover,
.post-medium-image .share-popup-link:focus {
  color: var(--text-color-base);
}

.post-medium-image .share-popup-link {
  margin: 0.5em 0;
}

.post-fresh .post-social .share-popup-link {
  color: var(--main-color);
}
.post-fresh .post-social .share-popup-link:hover, .post-fresh .post-social .share-popup-link:focus {
  color: var(--text-color);
}

.single p.share {
  padding: 1em 0;
  border-top: 1px solid var(--border-color);
}

.multi-popup.popup-share {
  max-width: 500px;
  font-size: 13px;
}
.multi-popup.popup-share h4 {
  margin-top: 0;
  color: var(--text-color-subheadings);
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}
.multi-popup.popup-share .share-links {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.multi-popup.popup-share .share-links li {
  margin: 0 16px 16px 0;
}
.multi-popup.popup-share .share-links a {
  display: block;
  width: 35px;
  height: 35px;
  background: #f0f0f0;
  color: #fff;
  font-size: 22px;
  line-height: 38px;
  text-align: center;
  transition: all 0.3s;
}
.multi-popup.popup-share .share-links a:hover, .multi-popup.popup-share .share-links a:focus {
  transform: scale(1.1);
}
.multi-popup.popup-share .share-links .share-link-facebook {
  background: #3460a1;
}
.multi-popup.popup-share .share-links .share-link-twitter {
  background: #28aae1;
}
.multi-popup.popup-share .share-links .share-link-linkedin {
  background: #136d9d;
}
.multi-popup.popup-share .link-copy {
  display: flex;
}
.multi-popup.popup-share .link-copy-link {
  width: 100%;
  margin-right: 15px;
  padding: 12px 20px;
  border-radius: 0;
  border: 0;
  background: #f0f0f0;
  color: var(--link-color-base);
  font-size: 13px;
  line-height: 24px;
}
.multi-popup.popup-share .link-copy-button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 5px 25px;
  border-radius: 0;
  background: var(--accent-color);
  color: #fff;
  line-height: 24px;
  text-transform: none;
}
.multi-popup.popup-share .link-copy-button-caption {
  font-weight: 700;
  font-size: 13px;
}
.multi-popup.popup-share .link-copy-icon-ok,
.multi-popup.popup-share .link-copy-confirmation {
  display: none;
}
.multi-popup.popup-share.copied .link-copy-button-caption {
  display: none;
}
.multi-popup.popup-share.copied .link-copy-icon-ok {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}
.multi-popup.popup-share.copied .link-copy-confirmation {
  display: block;
  margin: 0;
  color: var(--accent-color);
  font-weight: 700;
  line-height: 22px;
  text-align: right;
}

.postlist.fresh article.mb-col .share-popup-link,
.mb-slider .mb-postlist.fresh article .share-popup-link {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f3f3f3;
  color: var(--main-color);
  line-height: 32px;
  text-align: center;
  transition: all 0.3s;
}

@media (min-width: 600px) {
  .multi-popup.popup-share {
    padding: 50px 60px 60px;
  }
}
@media (min-width: 800px) {
  .single-post-header .share.social {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 0;
    white-space: nowrap;
  }
  .single-post-header .share.social .tooltip {
    display: none;
  }
  .single-post-header .share.social .share-links li {
    margin-bottom: 0;
  }
}
@media (min-width: 1140px) {
  .single-post-header {
    display: block;
    height: var(--sticky-header-top-height);
  }
  .single-post-header.sticky-enabled + header.sticky-static, .single-post-header.sticky-enabled + header.sticky-animate-scroll-up, .single-post-header.sticky-enabled + header.sticky-animate-scroll-down {
    position: relative;
  }
  .single-post-header .share.social .share-links {
    justify-content: flex-end;
  }
}
@media (min-width: 1680px) {
  .sticky-share {
    position: absolute;
    box-sizing: border-box;
    max-width: calc((var(--body-width) - var(--layout-width)) / 2);
    height: 100%;
  }
  .sticky-share .share-links {
    flex-direction: column;
  }
  .sticky-share .sticky-share-content {
    position: sticky;
    top: var(--sticky-widget-stop);
    padding: 0 15px 15px;
  }
  .sticky-share .sticky-share-content .share-links {
    padding-right: 20px;
  }
  .sticky-share.sticky-share-l {
    left: 0;
    transform: translateX(-100%);
  }
  .sticky-share.sticky-share-r {
    right: 0;
    transform: translateX(100%);
  }
  .sticky-share.sticky-share-h .share-links {
    flex-direction: row;
  }
  .sticky-share .share.social {
    margin: 0;
    border: 0;
    padding: 0;
  }

  .has-sidebar .sticky-share.sticky-share-r {
    transform: translateX(calc(100% + var(--sidebar-width) + var(--column-gap) * 2));
  }
}
.widget.widget_recent_entries ul li, .widget.widget_multi-builder-popular-posts ul li, .widget.widget_multi-builder-recent-posts ul li {
  margin: 0 0 20px;
  line-height: 1.3em;
}
.widget.widget_recent_entries ul li .wp-block-latest-posts__post-author,
.widget.widget_recent_entries ul li .wp-block-latest-posts__post-date, .widget.widget_multi-builder-popular-posts ul li .wp-block-latest-posts__post-author,
.widget.widget_multi-builder-popular-posts ul li .wp-block-latest-posts__post-date, .widget.widget_multi-builder-recent-posts ul li .wp-block-latest-posts__post-author,
.widget.widget_multi-builder-recent-posts ul li .wp-block-latest-posts__post-date {
  display: block;
  font-size: 0.917em;
  line-height: 1.3em;
  color: var(--text-color-base);
  opacity: 0.7;
}
.widget.widget_recent_entries ul li a, .widget.widget_multi-builder-popular-posts ul li a, .widget.widget_multi-builder-recent-posts ul li a {
  color: var(--link-color-base);
}
.widget.widget_recent_entries ul li a:hover, .widget.widget_recent_entries ul li a:focus, .widget.widget_multi-builder-popular-posts ul li a:hover, .widget.widget_multi-builder-popular-posts ul li a:focus, .widget.widget_multi-builder-recent-posts ul li a:hover, .widget.widget_multi-builder-recent-posts ul li a:focus {
  color: var(--link-color-hover);
}
.widget.widget_recent_entries ul li .wp-block-latest-posts__featured-image, .widget.widget_multi-builder-popular-posts ul li .wp-block-latest-posts__featured-image, .widget.widget_multi-builder-recent-posts ul li .wp-block-latest-posts__featured-image {
  float: left;
  margin: 0 20px 0 0;
  max-width: 100px;
  height: auto;
}
.widget.widget_recent_entries ul li .img-border.th, .widget.widget_multi-builder-popular-posts ul li .img-border.th, .widget.widget_multi-builder-recent-posts ul li .img-border.th {
  margin: 0;
}
.widget.widget_text a {
  text-decoration: underline;
}
.widget.widget_text a:hover, .widget.widget_text a:focus {
  text-decoration: none;
}

.site-footer .widget.widget_recent_entries ul li .wp-block-latest-posts__post-author,
.site-footer .widget.widget_recent_entries ul li .wp-block-latest-posts__post-date, .site-footer .widget.widget_multi-builder-popular-posts ul li .wp-block-latest-posts__post-author,
.site-footer .widget.widget_multi-builder-popular-posts ul li .wp-block-latest-posts__post-date, .site-footer .widget.widget_multi-builder-recent-posts ul li .wp-block-latest-posts__post-author,
.site-footer .widget.widget_multi-builder-recent-posts ul li .wp-block-latest-posts__post-date {
  color: var(--footer-text-color);
}
.site-footer .widget.widget_recent_entries ul li a, .site-footer .widget.widget_multi-builder-popular-posts ul li a, .site-footer .widget.widget_multi-builder-recent-posts ul li a {
  color: var(--footer-link-color);
}
.site-footer .widget.widget_recent_entries ul li a:hover, .site-footer .widget.widget_recent_entries ul li a:focus, .site-footer .widget.widget_multi-builder-popular-posts ul li a:hover, .site-footer .widget.widget_multi-builder-popular-posts ul li a:focus, .site-footer .widget.widget_multi-builder-recent-posts ul li a:hover, .site-footer .widget.widget_multi-builder-recent-posts ul li a:focus {
  color: var(--footer-link-hover-color);
}

.scrollable-fade.is-fading {
  mask-image: linear-gradient(to right, black 0%, black calc(100% - 150px), transparent 100%);
}

.e404 p {
  color: #3f3f3f;
  text-align: center;
  font-family: var(--secondary-font);
}
.e404 article:first-child p:first-child {
  margin: 25px 0 0;
  font-weight: 700;
  font-size: 7.692em;
  line-height: 1em;
  font-family: var(--primary-font);
}
.e404 article:first-child p + p {
  margin: 0;
  font-size: 2em;
  line-height: 1.3em;
}
.e404 article + article p:first-child {
  margin-top: 3em;
  font-weight: 300;
  font-size: 1.538em;
  line-height: 1.3em;
}
.e404 article form + p {
  width: 120px;
  margin: 1.3em auto;
  border-bottom: 1px solid var(--border-color);
  color: #999;
  font: 300 1.231em/0.231em var(--secondary-font);
}
.e404 article form + p span {
  margin-top: 10px;
  padding: 0 10px;
  background: #fff;
  text-transform: uppercase;
}
.e404 fieldset {
  overflow: hidden;
  display: block;
  width: auto;
  border: 0;
  border-radius: var(--search-border-radius);
  white-space: nowrap;
}
.e404 input {
  border: none;
  font-size: 1.077em;
}

@media (min-width: 600px) {
  .e404 article:first-child p:first-child {
    font-size: 11.538em;
  }
}
@media (min-width: 800px) {
  .e404 article:first-child p:first-child {
    font-size: 15.385em;
  }
}
/* Contact Form 7 form styles */
.wpcf7-display-none {
  display: none;
}

.wpcf7-not-valid-tip {
  color: #EF4437;
}

.wpcf7 .screen-reader-response {
  display: none;
}

.wpcf7-form .wpcf7-spinner {
  display: none;
  vertical-align: middle;
  opacity: 0;
  width: 20px;
  height: 20px;
  border-width: 2px;
  border-style: solid;
  border-color: #ccc transparent #ccc transparent;
  border-radius: 50%;
  margin-left: 13px;
}
.wpcf7-form.submitting .wpcf7-spinner {
  display: inline-block;
  opacity: 1;
  animation: clockwise 1s infinite;
}
.wpcf7-form .form-select {
  display: block;
  position: relative;
}

.wpcf7-not-valid-tip {
  display: block;
  margin-top: 10px;
}

.wpcf7-form-control-wrap {
  display: block;
}

.gform_body li {
  margin-left: 0;
}

.gform_body label.checkbox, .gform_body label.radio {
  display: inline-block;
  clear: left;
  width: 18px;
  margin-right: 5px;
  vertical-align: top;
}

label.radio + label, label.checkbox + label {
  display: inline-block;
}

.widget .tnp-widget-minimal .tnp-form {
  text-align: center;
}
.widget .tnp-widget-minimal .tnp-form input:not([type=submit]) {
  margin-bottom: 10px;
}
.widget .tnp-widget-minimal .tnp-form input.tnp-submit {
  width: auto;
}

.topmenu .wpml-ls-menu-item .wpml-ls-flag {
  vertical-align: middle;
}
.topmenu .wpml-ls-flag + .wpml-ls-native,
.topmenu .wpml-ls-flag + .wpml-ls-display {
  margin-left: 5px;
}

.mainmenu .wpml-ls-flag + .wpml-ls-native,
.mainmenu .wpml-ls-flag + .wpml-ls-display,
.footer-menu .wpml-ls-flag + .wpml-ls-native,
.footer-menu .wpml-ls-flag + .wpml-ls-display {
  margin-left: 10px;
}

.topmenu a:hover .wpml-ls-flag, .topmenu a:focus .wpml-ls-flag,
.mainmenu a:hover .wpml-ls-flag,
.mainmenu a:focus .wpml-ls-flag,
.footer-menu a:hover .wpml-ls-flag,
.footer-menu a:focus .wpml-ls-flag {
  opacity: 1;
  transform: none;
}

body .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
  background-color: var(--footer-background-color);
  background-image: var(--footer-background-image);
  font-size: 14px;
  font-weight: normal;
  border-top: 1px solid var(--footer-border-color);
  margin-bottom: 0;
  padding: 15px 20px;
}
body .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer a {
  padding: 10px 20px;
  background: transparent;
  color: var(--footer-link-color);
}
body .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer a:hover, body .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer a:focus {
  color: var(--footer-link-hover-color);
}
body .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer a .wpml-ls-flag {
  opacity: 1;
  transform: none;
}
body .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer .wpml-ls-current-language:hover > a,
body .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer .wpml-ls-current-language:focus-within > a {
  background: transparent;
}

html body .wpml-ls-item-legacy-dropdown {
  border-width: var(--form-border-width);
  border-style: solid;
  border-color: var(--form-border-color);
  border-radius: 0;
  background-color: var(--form-background-color);
  color: var(--form-text-color);
  font-size: 13px;
}
html body .wpml-ls-item-legacy-dropdown:before {
  display: none;
}
html body .wpml-ls-item-legacy-dropdown li {
  margin: 0;
}
html body .wpml-ls-item-legacy-dropdown a {
  padding: 9px 15px;
  background: var(--form-background-color);
  border: 0;
  color: var(--form-text-color);
}
html body .wpml-ls-item-legacy-dropdown a:hover, html body .wpml-ls-item-legacy-dropdown a:focus {
  background: var(--form-background-color);
}
html body .wpml-ls-item-legacy-dropdown a:hover .wpml-ls-flag, html body .wpml-ls-item-legacy-dropdown a:focus .wpml-ls-flag {
  opacity: 1;
  transform: none;
}
html body .wpml-ls-item-legacy-dropdown a span {
  vertical-align: initial;
}
html body .wpml-ls-item-legacy-dropdown .wpml-ls-sub-menu {
  transition: all 0.3s;
  padding: 0;
  border-width: var(--form-border-width);
  border-style: solid;
  border-color: var(--form-border-color);
  background: var(--form-background-color);
}
html body .wpml-ls-item-legacy-dropdown .wpml-ls-sub-menu li:before {
  display: none;
}

html body .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a,
html body .wpml-ls-legacy-dropdown .wpml-ls-current-language:focus-within > a {
  background: var(--form-background-color);
  color: var(--form-text-color);
}

.site-footer .widget .wpml-ls-legacy-dropdown ul.wpml-ls-sub-menu li {
  margin: 0;
}

.widget .wpml-ls-legacy-list-horizontal {
  padding: 0;
}
.widget .wpml-ls-legacy-list-horizontal ul {
  display: flex;
  flex-wrap: wrap;
}
.widget .wpml-ls-legacy-list-horizontal li {
  padding: 0;
}
.widget .wpml-ls-legacy-list-horizontal li a {
  padding: 5px 15px 5px 0;
}
.widget .wpml-ls-legacy-list-horizontal li a:hover .wpml-ls-flag, .widget .wpml-ls-legacy-list-horizontal li a:focus .wpml-ls-flag {
  opacity: 1;
  transform: none;
}
.widget .wpml-ls-legacy-list-horizontal li:before {
  display: none;
}
