/* ============================================================
 *  main.css — Artemis Beauty
 *  Consolidated stylesheet (auto-generated)
 *
 *  Sections:
 *  1. Blocksy Theme Override     (blocksy-style)
 *  2. Blocksy Main Theme         (blocksy-main)
 *  3. Blocksy × Stackable        (blocksy-stackable)
 *  4. Stackable Blocks           (frontend_blocks)
 *  5. WordPress Block Library    (block-library)
 *  6. Font Awesome 5 Free        (fontawesome)
 *  7. JoinChat WhatsApp Widget   (joinchat)
 *  8. Blocksy × CF7             (blocksy-cf7)
 *  9. Blocksy × Getwid          (blocksy-getwid)
 * ============================================================ */

/* ============================================================
 *  1. Blocksy Theme Override
 * ============================================================ */
/*!
Theme Name: Blocksy
Theme URI: https://creativethemes.com/blocksy/
Author: CreativeThemes
Author URI: https://creativethemes.com
Description: Blocksy is a fast, modern WordPress theme with advanced WooCommerce support and full compatibility with the block editor.
Version: 2.1.38
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Copyright: (c) 2019 CreativeThemes.
Requires at least: 6.5
Requires PHP: 7.0
Tested up to: 7.0
Text Domain: blocksy
Blocksy Minimum Companion Version: 2.1.36-dev1
Tags: accessibility-ready, blog, block-patterns, e-commerce, wide-blocks, block-styles, grid-layout, one-column, two-columns, three-columns, four-columns, right-sidebar, left-sidebar, translation-ready, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, theme-options, threaded-comments
*/

/* ============================================================
 *  2-4. Blocksy Main Theme + Blocksy×Stackable + Stackable Blocks
 * ============================================================ */
:root {
  --theme-border: none;
  --theme-transition: all 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --theme-list-indent: 2.5em;
  --true: initial;
  --false: "";
  --has-link-decoration: var(--true);
  --has-transparent-header: 0;
  --theme-container-width: min(100%, var(--theme-container-width-base));
  --theme-container-width-base: calc(
    var(--theme-container-edge-spacing, 90vw) - var(--theme-frame-size, 0px) * 2
  );
  --theme-font-stack-default:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial,
    sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
@supports not (aspect-ratio: auto) {
  .ct-media-container img,
  .ct-media-container video,
  .ct-media-container iframe {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .ct-media-container:before {
    display: block;
    content: "";
    width: 100%;
    padding-bottom: 100%;
  }
}
html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
  overflow-wrap: break-word;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
em,
ol,
ul,
li,
tr,
th,
td,
dl,
ins,
sub,
sup,
big,
cite,
form,
small,
label,
table,
figure,
button,
legend,
strike,
address,
caption,
fieldset,
blockquote {
  margin: 0;
  padding: 0;
  border: none;
  font: inherit;
}
input,
select,
textarea {
  margin: 0;
}
b,
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
small {
  font-size: 80%;
}
ins,
mark {
  color: inherit;
  text-decoration: none;
  background: rgba(0, 0, 0, 0);
}
del {
  opacity: 0.5;
}
sup,
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
hr {
  height: 1px;
  border: none;
}
a {
  transition: var(--theme-transition);
}
a:focus,
button:focus {
  transition: none;
  outline-width: 0;
}
a:focus-visible,
button:focus-visible {
  outline-width: 2px;
  outline-offset: var(--outline-offset, 3px);
  outline-color: var(--theme-palette-color-2);
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
figure,
textarea {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
embed,
iframe,
object,
video {
  max-width: 100%;
}
code,
kbd,
samp {
  padding: 3px 6px;
}
pre,
code,
samp,
kbd {
  tab-size: 4;
  border-radius: 3px;
  background: var(--theme-palette-color-6);
}
pre:focus,
code:focus,
samp:focus,
kbd:focus {
  outline: none;
}
pre {
  overflow: auto;
  padding: 15px 20px;
}
pre code {
  padding: 0;
  background: rgba(0, 0, 0, 0);
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  width: 100%;
  max-width: 100%;
}
table,
th,
td {
  font-size: var(--theme-table-font-size);
  border-width: var(--theme-table-border-width, 1px);
  border-style: var(--theme-table-border-style, solid);
  border-color: var(--theme-table-border-color, var(--theme-border-color));
}
th,
td {
  padding: var(--theme-table-padding, 0.7em 1em);
}
th {
  font-weight: 600;
}
caption {
  font-weight: 600;
  padding: 0.7rem;
}
dl {
  --theme-description-list-indent: 1.5em;
  --theme-description-list-spacing: 0.5em;
}
dl > *:last-child {
  margin-bottom: 0;
}
dt {
  font-weight: 600;
}
dd {
  margin-top: calc(var(--theme-description-list-spacing) / 2);
  margin-left: var(--theme-description-list-indent);
  margin-bottom: calc(var(--theme-description-list-spacing) * 2);
}
dd p {
  --theme-content-spacing: var(--theme-description-list-spacing);
}
dd p:last-child {
  margin-bottom: 0;
}
body {
  color: var(--theme-text-color);
}
body ::selection {
  color: var(--theme-selection-text-color);
  background-color: var(--theme-selection-background-color);
}
h1 {
  color: var(
    --theme-heading-color,
    var(--theme-heading-1-color, var(--theme-headings-color))
  );
}
h2 {
  color: var(
    --theme-heading-color,
    var(--theme-heading-2-color, var(--theme-headings-color))
  );
}
h3 {
  color: var(
    --theme-heading-color,
    var(--theme-heading-3-color, var(--theme-headings-color))
  );
}
h4 {
  color: var(
    --theme-heading-color,
    var(--theme-heading-4-color, var(--theme-headings-color))
  );
}
h5 {
  color: var(
    --theme-heading-color,
    var(--theme-heading-5-color, var(--theme-headings-color))
  );
}
h6 {
  color: var(
    --theme-heading-color,
    var(--theme-heading-6-color, var(--theme-headings-color))
  );
}
.ct-module-title:is(p, span),
.related-entry-title:is(p, span),
.woocommerce-loop-product__title:is(p, span),
.woocommerce-loop-category__title:is(p, span) {
  color: var(--theme-heading-color);
}
hr {
  background-color: var(--theme-form-field-border-initial-color);
}
@media (max-width: 689.98px) {
  .ct-hidden-sm {
    display: none !important;
  }
}
@media (min-width: 690px) and (max-width: 999.98px) {
  .ct-hidden-md {
    display: none !important;
  }
}
@media (min-width: 1000px) {
  .ct-hidden-lg {
    display: none !important;
  }
}
.hidden {
  display: none;
}
.aligncenter {
  clear: both;
  display: block;
  text-align: center;
}
.sticky,
.wp-caption,
.bypostauthor,
.wp-caption-text,
.gallery-caption,
.screen-reader-text {
  background: rgba(0, 0, 0, 0);
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-4px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(5px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-7px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(7px, 0, 0);
  }
}
@keyframes bounce-in {
  0% {
    transform: scale(0, 0);
  }
  20% {
    transform: scale(1.4, 1.4);
  }
  50% {
    transform: scale(0.8, 0.8);
  }
  85% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
label,
figcaption,
.wp-block-quote,
.wp-block-pullquote,
.ct-label,
.site-title,
.entry-meta,
.ct-menu-badge,
.entry-excerpt,
.ct-post-title,
.ct-breadcrumbs,
.ct-header-text,
.ct-product-sku,
.ct-product-title,
.ct-woo-card-stock,
.author-box-bio,
.author-box-name,
.ct-contact-info,
.site-description,
.page-description,
.mobile-menu a,
.menu .ct-menu-link,
.comment-reply-title,
.ct-footer-copyright,
.ct-language-switcher,
:where(pre, code, samp, kbd),
.onsale,
.out-of-stock-badge,
[class*="ct-woo-badge-"],
:is(
    .entry-summary,
    [data-products],
    .ct-trending-block,
    .ct-added-to-cart-product
  )
  .price,
.ct-waitlist-message,
.woocommerce-tabs .tabs,
.woocommerce-tabs .ct-accordion-heading,
.woocommerce-result-count,
.ct-header-account-dropdown,
.ct-module-title:is(p, span),
.related-entry-title:is(p, span),
.woocommerce-loop-product__title:is(p, span),
.woocommerce-loop-category__title:is(p, span),
.ct-shortcuts-bar,
.ct-widget > *,
.ct-dynamic-data-layer,
.ct-dynamic-filter,
.ct-search-results,
.tutor-ratings,
.tutor-meta > *,
.tutor-course-details-title,
.tutor-course-details-actions > a,
.ct-language-switcher ul[data-placement] {
  font-family: var(--theme-font-family);
  font-size: var(--theme-font-size);
  font-weight: var(--theme-font-weight);
  font-style: var(--theme-font-style, inherit);
  line-height: var(--theme-line-height);
  letter-spacing: var(--theme-letter-spacing);
  text-transform: var(--theme-text-transform);
  -webkit-text-decoration: var(--theme-text-decoration);
  text-decoration: var(--theme-text-decoration);
}
.screen-reader-text {
  position: absolute !important;
  word-wrap: normal !important;
  overflow-wrap: normal !important;
  width: 1px;
  height: 1px;
  border: 0;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  clip: rect(1px, 1px, 1px, 1px);
}
.screen-reader-text:focus {
  z-index: 100000;
  display: block;
  top: 5px;
  left: 5px;
  width: auto;
  height: auto;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  color: #21759b;
  padding: 15px 23px 14px;
  clip-path: none;
  clip: auto !important;
  border-radius: 3px;
  background-color: #f1f1f1;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}
p {
  margin-block-end: var(--theme-content-spacing);
}
ul,
ol {
  padding-inline-start: var(--theme-list-indent);
  margin-block-end: var(--theme-content-spacing);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-block-end: calc(var(--has-theme-content-spacing, 1) * (0.3em + 10px));
}
h1:where(:last-child),
h2:where(:last-child),
h3:where(:last-child),
h4:where(:last-child),
h5:where(:last-child),
h6:where(:last-child) {
  margin-block-end: 0;
}
:is(.is-layout-flow, .is-layout-constrained)
  > *:where(:not(h1, h2, h3, h4, h5, h6)) {
  margin-block-start: 0;
  margin-block-end: var(--theme-content-spacing);
}
:is(.is-layout-flow, .is-layout-constrained) :where(h1, h2, h3, h4, h5, h6) {
  margin-block-end: calc(var(--has-theme-content-spacing, 1) * (0.3em + 10px));
}
@media screen and (max-width: 600px) {
  .admin-bar {
    --admin-bar: 0px;
  }
}
@media screen and (min-width: 601px) and (max-width: 782px) {
  .admin-bar {
    --admin-bar: 46px;
  }
}
@media screen and (min-width: 783px) {
  .admin-bar {
    --admin-bar: 32px;
  }
}
.menu-container ul,
.entry-meta,
.ct-account-modal > ul,
.ct-language-switcher ul,
[class*="ct-contact-info"] ul,
.products:is(ul),
.woocommerce-Reviews :where(ol, ul),
.ct-comments :where(ol, ul),
.ct-comments ul,
.payment_methods,
.woocommerce-tabs > ul,
.wc-item-meta,
.ct-header-account ul,
.ct-product-additional-info ul,
.woocommerce-pagination .page-numbers,
.wc-block-review-list,
.product_list_widget,
.woocommerce-mini-cart,
.woocommerce-MyAccount-navigation ul,
.wp-block-latest-comments,
.ct-filter-widget,
.ct-compare-bar ul,
.ct-product-hero ul,
.ct-widget ul,
.ct-shortcuts-bar-items,
.ct-added-to-cart-product ul {
  list-style-type: none;
  margin-bottom: 0;
  padding-inline-start: 0;
}
ul:last-child,
ol:last-child,
ul li:last-child,
ol li:last-child,
label:last-child,
.ct-widget p:last-child,
.entry-excerpt *:last-child,
.ct-dynamic-data p:last-child,
.ct-woo-card-stock p:last-child,
[class*="ct-form-notification"] p:last-child,
.ct-product-description p:last-child,
.woocommerce-variation-description p:last-child,
.woocommerce-variation-availability p:last-child {
  margin-bottom: 0;
}
[data-parallax] > figure {
  display: flex;
  align-items: center;
}
@media (prefers-reduced-motion: no-preference) {
  [data-reveal] {
    transition-property: opacity, transform;
    transition-duration: 1.5s;
    transition-timing-function: cubic-bezier(0.2, 1, 0.2, 1);
  }
  [data-reveal][data-reveal*="no"] {
    opacity: 0.01;
  }
  [data-reveal][data-reveal*="yes"] {
    opacity: 1;
  }
  [data-reveal][data-reveal*="bottom"] {
    transform: translateY(100px);
  }
  [class*="entries"] [data-reveal*="2"] {
    transition-delay: 0.3s;
  }
  [class*="entries"] [data-reveal*="3"] {
    transition-delay: 0.6s;
  }
  [class*="entries"] [data-reveal*="4"] {
    transition-delay: 0.9s;
  }
  [class*="entries"] [data-reveal*="5"] {
    transition-delay: 1.2s;
  }
  [class*="entries"] [data-reveal*="6"] {
    transition-delay: 1.5s;
  }
  [class*="entries"] [data-reveal*="7"] {
    transition-delay: 1.8s;
  }
  [class*="entries"] [data-reveal*="8"] {
    transition-delay: 2.1s;
  }
  [class*="entries"] [data-reveal*="9"] {
    transition-delay: 2.4s;
  }
  [class*="entries"] [data-reveal*="10"] {
    transition-delay: 2.7s;
  }
  [class*="entries"] [data-reveal*="11"] {
    transition-delay: 3s;
  }
  [class*="entries"] [data-reveal*="12"] {
    transition-delay: 3.3s;
  }
}
.ct-icon,
.ct-icon-container svg {
  width: var(--theme-icon-size, 15px);
  height: var(--theme-icon-size, 15px);
  fill: var(--theme-icon-color, var(--theme-text-color));
  transition: var(
    --theme-icon-transition,
    fill 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955)
  );
}
.ct-icon,
.ct-icon-container {
  position: relative;
}
.ct-icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ct-icon-container.ct-left {
  margin-inline-end: 0.5em;
}
.ct-icon-container.ct-right {
  margin-inline-start: 0.5em;
}
[data-icons-type*=":"] .ct-icon-container {
  width: calc(var(--theme-icon-size, 15px) * 2.5);
  height: calc(var(--theme-icon-size, 15px) * 2.5);
  transition:
    background 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    border-color 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-icons-type*="square"] .ct-icon-container {
  border-radius: 2px;
}
[data-icons-type*="rounded"] .ct-icon-container {
  border-radius: 100%;
}
[data-icons-type] > * {
  transition: none;
}
[data-icons-type] > *:hover svg {
  fill: var(--theme-icon-hover-color, var(--theme-palette-color-2));
}
[data-icons-type*="solid"] .ct-icon-container {
  background-color: var(--background-color);
}
[data-icons-type*="solid"] > *:hover .ct-icon-container {
  background-color: var(--background-hover-color);
}
[data-icons-type*="outline"] .ct-icon-container {
  border: 1px solid var(--background-color);
}
[data-icons-type*="outline"] > *:hover .ct-icon-container {
  border-color: var(--background-hover-color);
}
[class*="ct-media-container"] {
  display: inline-flex;
  overflow: hidden;
  -webkit-user-select: none;
  user-select: none;
  isolation: isolate;
  vertical-align: middle;
}
.ct-media-container {
  position: relative;
  width: 100%;
}
.ct-media-container img,
.ct-media-container picture {
  width: inherit;
  border-radius: inherit;
  object-fit: var(--theme-object-fit, cover);
}
.ct-media-container picture {
  display: inline-flex;
}
.ct-media-container picture img {
  aspect-ratio: inherit;
}
.ct-media-container-static img {
  aspect-ratio: 1/1;
}
a {
  color: var(--theme-link-initial-color);
  -webkit-text-decoration: var(
    --has-link-decoration,
    var(--theme-text-decoration, none)
  );
  text-decoration: var(
    --has-link-decoration,
    var(--theme-text-decoration, none)
  );
}
a:hover {
  color: var(--theme-link-hover-color);
}
[data-link="type-2"]
  :where(
    .entry-content :where(p, em, strong) > a,
    .entry-content > :where(ul, ol) a,
    .wp-block-table a,
    .ct-link-styles
  ) {
  --theme-text-decoration: underline;
}
:where([data-link="type-3"], [data-link="type-4"], [data-link="type-5"])
  :where(
    .entry-content :where(p, em, strong) > a,
    .entry-content > :where(ul, ol) a,
    .wp-block-table a,
    .ct-link-styles
  ) {
  background-position: var(--has-link-decoration, 0% 100%);
  background-repeat: var(--has-link-decoration, no-repeat);
}
[data-link="type-4"]
  :where(
    .entry-content :where(p, em, strong) > a,
    .entry-content > :where(ul, ol) a,
    .wp-block-table a,
    .ct-link-styles
  ) {
  background-size: var(--has-link-decoration, 100% 1px);
  background-image: var(
    --has-link-decoration,
    linear-gradient(currentColor, currentColor)
  );
}
:where(
  footer.ct-footer [data-link] a,
  [data-link] .ct-posts-shortcode .entry-title a
) {
  --has-link-decoration: var(--false);
}
:where(
  footer.ct-footer [data-link] a,
  [data-link] .ct-posts-shortcode .entry-title a
):hover {
  color: var(--theme-link-hover-color);
}
footer.ct-footer [data-link="underline"] a {
  text-decoration: underline;
}
.ct-ajax-loader {
  position: absolute;
  inset: 0;
  z-index: 0;
  margin: auto;
  display: flex;
  border-radius: 100%;
  width: var(--loader-size, 20px);
  height: var(--loader-size, 20px);
  color: var(--loader-color, #c5cbd0);
}
.ct-ajax-loader[data-type="boxed"] {
  padding: 8px;
  background: #fff;
  box-sizing: content-box;
  --loader-color: var(--theme-text-color);
}
[data-label="bottom"] {
  text-align: center;
  flex-direction: column;
}
[data-label="bottom"] .ct-label {
  order: 2;
  line-height: 1;
}
[data-label="bottom"] .ct-label:not(:only-child) {
  margin-top: 0.5em;
}
:is([data-label="left"], [data-label="right"]) {
  column-gap: 0.5em;
}
[data-label="right"] .ct-label {
  order: 2;
}
.ct-tooltip {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
select,
textarea,
input:is(
  [type="url"],
  [type="tel"],
  [type="text"],
  [type="time"],
  [type="date"],
  [type="datetime"],
  [type="datetime-local"],
  [type="email"],
  [type="number"],
  [type="search"],
  [type="password"]
),
fieldset .wc-stripe-elements-field,
.ff-inherit-theme-style .ff-el-form-control:not([size]):not([multiple]),
span.select2-dropdown,
span.select2-container .select2-selection--single .select2-selection__rendered {
  font-family: var(--theme-form-font-family);
  font-size: var(--theme-form-font-size, 16px);
  font-weight: var(--theme-form-font-weight);
  font-style: var(--theme-form-font-style, inherit);
  line-height: var(--theme-form-line-height);
  letter-spacing: var(--theme-form-letter-spacing);
  text-transform: var(--theme-form-text-transform);
  -webkit-text-decoration: var(--theme-form-text-decoration);
  text-decoration: var(--theme-form-text-decoration);
}
select,
textarea,
input:is(
  [type="url"],
  [type="tel"],
  [type="text"],
  [type="time"],
  [type="date"],
  [type="datetime"],
  [type="datetime-local"],
  [type="email"],
  [type="number"],
  [type="search"],
  [type="password"]
),
.ct-pseudo-input,
fieldset .wc-stripe-elements-field,
.ff-inherit-theme-style .ff-el-form-control:not([size]):not([multiple]) {
  appearance: none;
  width: var(--has-width, var(--theme-form-field-width, 100%));
  height: var(--has-height, var(--theme-form-field-height, 40px));
  color: var(--theme-form-text-initial-color, var(--theme-text-color));
  padding: var(--has-classic-forms, var(--theme-form-field-padding, 0 15px));
  border-width: var(--theme-form-field-border-width, 1px);
  border-style: var(--theme-form-field-border-style, solid);
  border-color: var(--theme-form-field-border-initial-color);
  border-radius: var(
    --has-classic-forms,
    var(--theme-form-field-border-radius, 3px)
  );
  background-color: var(
    --has-classic-forms,
    var(--theme-form-field-background-initial-color)
  );
  transition:
    color 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    border-color 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    background-color 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
select:focus,
textarea:focus,
input:is(
    [type="url"],
    [type="tel"],
    [type="text"],
    [type="time"],
    [type="date"],
    [type="datetime"],
    [type="datetime-local"],
    [type="email"],
    [type="number"],
    [type="search"],
    [type="password"]
  ):focus,
.ct-pseudo-input:focus,
fieldset .wc-stripe-elements-field:focus,
.ff-inherit-theme-style .ff-el-form-control:not([size]):not([multiple]):focus {
  outline: none;
  color: var(--theme-form-text-focus-color, var(--theme-text-color));
  border-color: var(--theme-form-field-border-focus-color);
  background-color: var(
    --has-classic-forms,
    var(--theme-form-field-background-focus-color)
  );
}
select::placeholder,
textarea::placeholder,
input:is(
    [type="url"],
    [type="tel"],
    [type="text"],
    [type="time"],
    [type="date"],
    [type="datetime"],
    [type="datetime-local"],
    [type="email"],
    [type="number"],
    [type="search"],
    [type="password"]
  )::placeholder,
.ct-pseudo-input::placeholder,
fieldset .wc-stripe-elements-field::placeholder,
.ff-inherit-theme-style
  .ff-el-form-control:not([size]):not([multiple])::placeholder {
  opacity: 0.6;
  color: inherit;
}
input[type="date"] {
  min-height: var(--has-height, var(--theme-form-field-height, 40px));
}
input[type="date"]::-webkit-date-and-time-value {
  text-align: inherit;
}
select {
  padding-inline-end: 25px;
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='13' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5.379L20.621 2.5 10.5 12.621.379 2.5 2.5.379l8 8z' fill='%234F5D6D' fill-rule='nonzero'/%3E%3C/svg%3E");
  background-repeat: no-repeat, repeat;
  background-size:
    8px auto,
    100%;
  background-position:
    right 10px top 50%,
    0 0;
}
select option {
  color: initial;
}
textarea {
  line-height: 1.5;
  resize: vertical;
  --theme-form-field-padding: 12px 15px;
}
fieldset {
  padding: 30px;
  border: 1px dashed var(--theme-border-color);
}
legend {
  font-size: 14px;
  font-weight: 600;
  padding: 0 15px;
  margin-left: -15px;
}
.ct-checkbox,
.comment-form input[type="checkbox"],
#ship-to-different-address-checkbox,
.woocommerce-form__input[type="checkbox"],
.woocommerce-form__label-for-checkbox input[type="checkbox"],
.woocommerce-input-wrapper input[type="checkbox"],
#payment .payment_box input[type="checkbox"],
.forminator-ui[data-design="none"] .forminator-checkbox input[type="checkbox"],
.wpforms-container:not(.wpforms-container-full) input[type="checkbox"],
.ff-inherit-theme-style input[type="checkbox"],
.wc_payment_method > input[type="radio"],
.woocommerce-shipping-methods input[type="radio"],
.payment_box input[type="radio"],
.mp-ticket-payments input[type="radio"],
.forminator-ui[data-design="none"] .forminator-radio input[type="radio"],
.wpforms-container:not(.wpforms-container-full) input[type="radio"],
.ff-inherit-theme-style input[type="radio"] {
  display: inline-block;
  vertical-align: baseline;
  position: relative;
  top: var(--top, 3px);
  min-width: 16px;
  width: 16px;
  height: 16px;
  min-height: initial;
  padding: 0 !important;
  margin: 0;
  margin-inline-end: 0.7em;
  border-width: var(
    --form-selection-control-border-width,
    var(--theme-form-field-border-width, 1px)
  );
  border-style: solid;
  cursor: pointer;
  -webkit-appearance: none;
  background: rgba(0, 0, 0, 0);
  border-color: var(--theme-form-selection-field-initial-color);
}
.ct-checkbox:before,
.comment-form input[type="checkbox"]:before,
#ship-to-different-address-checkbox:before,
.woocommerce-form__input[type="checkbox"]:before,
.woocommerce-form__label-for-checkbox input[type="checkbox"]:before,
.woocommerce-input-wrapper input[type="checkbox"]:before,
#payment .payment_box input[type="checkbox"]:before,
.forminator-ui[data-design="none"]
  .forminator-checkbox
  input[type="checkbox"]:before,
.wpforms-container:not(.wpforms-container-full) input[type="checkbox"]:before,
.ff-inherit-theme-style input[type="checkbox"]:before,
.wc_payment_method > input[type="radio"]:before,
.woocommerce-shipping-methods input[type="radio"]:before,
.payment_box input[type="radio"]:before,
.mp-ticket-payments input[type="radio"]:before,
.forminator-ui[data-design="none"] .forminator-radio input[type="radio"]:before,
.wpforms-container:not(.wpforms-container-full) input[type="radio"]:before,
.ff-inherit-theme-style input[type="radio"]:before {
  position: absolute;
  content: "";
  z-index: 2;
  inset: 0;
  opacity: 0;
  margin: auto;
}
.ct-checkbox:checked,
.comment-form input[type="checkbox"]:checked,
#ship-to-different-address-checkbox:checked,
.woocommerce-form__input[type="checkbox"]:checked,
.woocommerce-form__label-for-checkbox input[type="checkbox"]:checked,
.woocommerce-input-wrapper input[type="checkbox"]:checked,
#payment .payment_box input[type="checkbox"]:checked,
.forminator-ui[data-design="none"]
  .forminator-checkbox
  input[type="checkbox"]:checked,
.wpforms-container:not(.wpforms-container-full) input[type="checkbox"]:checked,
.ff-inherit-theme-style input[type="checkbox"]:checked,
.wc_payment_method > input[type="radio"]:checked,
.woocommerce-shipping-methods input[type="radio"]:checked,
.payment_box input[type="radio"]:checked,
.mp-ticket-payments input[type="radio"]:checked,
.forminator-ui[data-design="none"]
  .forminator-radio
  input[type="radio"]:checked,
.wpforms-container:not(.wpforms-container-full) input[type="radio"]:checked,
.ff-inherit-theme-style input[type="radio"]:checked {
  border-color: var(--theme-form-selection-field-active-color);
  background: var(--theme-form-selection-field-active-color);
}
.ct-checkbox:checked:before,
.comment-form input[type="checkbox"]:checked:before,
#ship-to-different-address-checkbox:checked:before,
.woocommerce-form__input[type="checkbox"]:checked:before,
.woocommerce-form__label-for-checkbox input[type="checkbox"]:checked:before,
.woocommerce-input-wrapper input[type="checkbox"]:checked:before,
#payment .payment_box input[type="checkbox"]:checked:before,
.forminator-ui[data-design="none"]
  .forminator-checkbox
  input[type="checkbox"]:checked:before,
.wpforms-container:not(.wpforms-container-full)
  input[type="checkbox"]:checked:before,
.ff-inherit-theme-style input[type="checkbox"]:checked:before,
.wc_payment_method > input[type="radio"]:checked:before,
.woocommerce-shipping-methods input[type="radio"]:checked:before,
.payment_box input[type="radio"]:checked:before,
.mp-ticket-payments input[type="radio"]:checked:before,
.forminator-ui[data-design="none"]
  .forminator-radio
  input[type="radio"]:checked:before,
.wpforms-container:not(.wpforms-container-full)
  input[type="radio"]:checked:before,
.ff-inherit-theme-style input[type="radio"]:checked:before {
  opacity: 1;
}
.ct-checkbox:focus-visible,
.comment-form input[type="checkbox"]:focus-visible,
#ship-to-different-address-checkbox:focus-visible,
.woocommerce-form__input[type="checkbox"]:focus-visible,
.woocommerce-form__label-for-checkbox input[type="checkbox"]:focus-visible,
.woocommerce-input-wrapper input[type="checkbox"]:focus-visible,
#payment .payment_box input[type="checkbox"]:focus-visible,
.forminator-ui[data-design="none"]
  .forminator-checkbox
  input[type="checkbox"]:focus-visible,
.wpforms-container:not(.wpforms-container-full)
  input[type="checkbox"]:focus-visible,
.ff-inherit-theme-style input[type="checkbox"]:focus-visible,
.wc_payment_method > input[type="radio"]:focus-visible,
.woocommerce-shipping-methods input[type="radio"]:focus-visible,
.payment_box input[type="radio"]:focus-visible,
.mp-ticket-payments input[type="radio"]:focus-visible,
.forminator-ui[data-design="none"]
  .forminator-radio
  input[type="radio"]:focus-visible,
.wpforms-container:not(.wpforms-container-full)
  input[type="radio"]:focus-visible,
.ff-inherit-theme-style input[type="radio"]:focus-visible {
  outline: none;
  border-color: var(--theme-form-selection-field-active-color);
}
.ct-checkbox,
.comment-form input[type="checkbox"],
#ship-to-different-address-checkbox,
.woocommerce-form__input[type="checkbox"],
.woocommerce-form__label-for-checkbox input[type="checkbox"],
.woocommerce-input-wrapper input[type="checkbox"],
#payment .payment_box input[type="checkbox"],
.forminator-ui[data-design="none"] .forminator-checkbox input[type="checkbox"],
.wpforms-container:not(.wpforms-container-full) input[type="checkbox"],
.ff-inherit-theme-style input[type="checkbox"] {
  border-radius: var(--theme-form-checkbox-border-radius, 3px);
}
.ct-checkbox:before,
.comment-form input[type="checkbox"]:before,
#ship-to-different-address-checkbox:before,
.woocommerce-form__input[type="checkbox"]:before,
.woocommerce-form__label-for-checkbox input[type="checkbox"]:before,
.woocommerce-input-wrapper input[type="checkbox"]:before,
#payment .payment_box input[type="checkbox"]:before,
.forminator-ui[data-design="none"]
  .forminator-checkbox
  input[type="checkbox"]:before,
.wpforms-container:not(.wpforms-container-full) input[type="checkbox"]:before,
.ff-inherit-theme-style input[type="checkbox"]:before {
  top: -2px;
  width: 8px;
  height: 5px;
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
}
.wc_payment_method > input[type="radio"],
.woocommerce-shipping-methods input[type="radio"],
.payment_box input[type="radio"],
.mp-ticket-payments input[type="radio"],
.forminator-ui[data-design="none"] .forminator-radio input[type="radio"],
.wpforms-container:not(.wpforms-container-full) input[type="radio"],
.ff-inherit-theme-style input[type="radio"] {
  border-radius: 100% !important;
}
.wc_payment_method > input[type="radio"]:before,
.woocommerce-shipping-methods input[type="radio"]:before,
.payment_box input[type="radio"]:before,
.mp-ticket-payments input[type="radio"]:before,
.forminator-ui[data-design="none"] .forminator-radio input[type="radio"]:before,
.wpforms-container:not(.wpforms-container-full) input[type="radio"]:before,
.ff-inherit-theme-style input[type="radio"]:before {
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: inherit;
}
label {
  font-size: 15px;
  line-height: inherit;
  cursor: pointer;
  margin: 0 0 0.5em 0;
}
:is(.gdpr-confirm-policy, .comment-form-cookies-consent) label {
  font-size: 13px;
}
:is(.gdpr-confirm-policy, .comment-form-cookies-consent) label a {
  text-decoration: underline;
}
.entry-meta {
  color: var(--theme-text-color);
  --theme-link-initial-color: var(--theme-text-color);
}
.entry-meta li {
  display: inline-block;
}
.entry-meta li:not(:last-of-type) {
  margin-inline-end: 9px;
}
.entry-meta li:after {
  margin-inline-start: 9px;
}
.entry-meta li svg,
.entry-meta li:after,
.entry-meta li [class*="ct-media-container"] {
  position: relative;
  top: -0.1em;
  vertical-align: var(--vertical-align, middle);
}
.entry-meta li [class*="ct-media-container"] {
  border-radius: 100%;
  margin-inline-end: 0.5em;
}
.entry-meta li [class*="ct-media-container"] + svg {
  display: none;
}
.entry-meta li svg {
  fill: currentColor;
  margin-inline-end: 7px;
}
.entry-meta li > span {
  margin-inline-end: 0.27em;
}
.entry-meta[data-type*="none"] li:not(:last-of-type) {
  margin-inline-end: 20px;
}
.entry-meta[data-type*="slash"] li:not(:last-of-type):after {
  content: "/";
  --vertical-align: baseline;
}
.entry-meta[data-type*="line"] li:not(:last-of-type):after {
  content: "-";
}
.entry-meta[data-type*="circle"] li:not(:last-of-type):after {
  content: "●";
  font-size: 0.35em;
}
.entry-meta[data-type*="icons"] svg {
  width: 13px;
  height: 13px;
}
.entry-meta :is([data-type="pill"], [data-type="underline"]) a {
  display: inline-flex;
  align-items: center;
  margin-top: 2px;
  margin-bottom: 2px;
}
.entry-meta [data-type="pill"] a {
  min-height: 25px;
  padding: 0 8px;
  border-radius: 3px;
  background: var(--theme-button-background-initial-color);
  --theme-link-initial-color: var(--theme-button-text-initial-color);
  --theme-link-hover-color: var(--theme-button-text-hover-color);
}
.entry-meta [data-type="pill"] a:hover {
  background: var(--theme-button-background-hover-color);
}
.entry-meta [data-type="pill"] a:not(:last-of-type) {
  margin-inline-end: 4px;
}
.entry-meta [data-type="underline"] a {
  position: relative;
}
.entry-meta [data-type="underline"] a:before {
  position: absolute;
  bottom: -0.1em;
  content: "";
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  transform: opacity 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.entry-meta [data-type="underline"] a:hover:before {
  opacity: 1;
}
.entry-tags {
  display: flex;
  flex-direction: column;
  align-items: var(--horizontal-alignment);
  margin-top: 40px;
}
.entry-tags-items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.entry-tags-items a {
  font-size: 14px;
  font-weight: 500;
  padding: 0.3em 0.85em;
  border-radius: var(--theme-border-radius);
  --theme-button-text-initial-color: var(--theme-text-color);
  --theme-button-background-initial-color: transparent;
}
.entry-tags-items a:not(:hover) {
  box-shadow: inset 0px 0px 0px 1px var(--theme-border-color);
}
.ct-breadcrumbs {
  color: var(--theme-text-color);
  --has-link-decoration: var(--false);
}
.ct-breadcrumbs[data-source="default"] > span {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}
.ct-breadcrumbs[data-source="default"] > span [class*="ct-separator"] {
  margin: 0 8px;
}
.ct-breadcrumbs[data-source="default"] .ct-home-icon {
  display: flex;
  top: -0.1em;
  fill: currentColor;
}
@font-face {
  font-family: "star";
  src: url("../fonts/stars.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:is(
  .star-rating,
  .wc-block-components-product-rating-stars__stars,
  .wp-block-woocommerce-product-filter-rating
    .wc-block-components-product-rating__stars,
  .wc-block-grid__product-rating .wc-block-grid__product-rating__stars,
  .has-rating
    .wc-block-components-review-list-item__rating
    > .wc-block-components-review-list-item__rating__stars
) {
  overflow: hidden;
  position: relative;
  width: 7em;
  height: 1em;
  font-family: "star";
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0.4em;
  word-break: normal;
  color: var(--star-rating-inactive-color, #f9dfcc);
}
:is(
  .star-rating,
  .wc-block-components-product-rating-stars__stars,
  .wp-block-woocommerce-product-filter-rating
    .wc-block-components-product-rating__stars,
  .wc-block-grid__product-rating .wc-block-grid__product-rating__stars,
  .has-rating
    .wc-block-components-review-list-item__rating
    > .wc-block-components-review-list-item__rating__stars
):before {
  content: "SSSSS";
  top: 0;
  inset-inline-start: 0;
  position: absolute;
  line-height: inherit;
}
:is(
    .star-rating,
    .wc-block-components-product-rating-stars__stars,
    .wp-block-woocommerce-product-filter-rating
      .wc-block-components-product-rating__stars,
    .wc-block-grid__product-rating .wc-block-grid__product-rating__stars,
    .has-rating
      .wc-block-components-review-list-item__rating
      > .wc-block-components-review-list-item__rating__stars
  )
  span {
  overflow: hidden;
  top: 0;
  inset-inline-start: 0;
  position: absolute;
  padding-top: 1em;
  line-height: inherit;
}
:is(
    .star-rating,
    .wc-block-components-product-rating-stars__stars,
    .wp-block-woocommerce-product-filter-rating
      .wc-block-components-product-rating__stars,
    .wc-block-grid__product-rating .wc-block-grid__product-rating__stars,
    .has-rating
      .wc-block-components-review-list-item__rating
      > .wc-block-components-review-list-item__rating__stars
  )
  span:before {
  content: "SSSSS";
  top: 0;
  inset-inline-start: 0;
  position: absolute;
  color: var(--star-rating-initial-color, #fda256);
  line-height: inherit;
}
.has-hover-effect img {
  transition:
    opacity 0.5s ease,
    transform 0.5s ease;
}
@media (hover: hover) {
  [data-hover="zoom-in"] > *:hover .has-hover-effect img {
    transform: scale(1.1);
  }
}
[data-hover="zoom-out"] .has-hover-effect img {
  transform: scale(1.1);
}
@media (hover: hover) {
  [data-hover="zoom-out"] > *:hover .has-hover-effect img {
    transform: scale(1);
  }
}
[data-hover="swap"] .ct-swap {
  position: absolute;
  inset: 0;
  opacity: 0;
}
@media (hover: hover) {
  [data-hover="swap"] .has-hover-effect:hover .ct-swap {
    opacity: 1;
  }
  [data-hover="swap"] .has-hover-effect:hover .ct-swap + img {
    opacity: 0;
  }
}
:target,
.elementor-menu-anchor {
  scroll-margin-top: calc(
    var(--admin-bar, 0px) + var(--theme-frame-size, 0px) +
      var(--scroll-margin-top, 0px) + var(--scroll-margin-top-offset, 0px)
  );
}
[data-header*="sticky"] {
  --scroll-margin-top-offset: calc(
    (
        var(--header-sticky-height, var(--header-height, 0px)) *
          var(--has-transparent-header) * (var(--sticky-shrink, 100) / 100)
      ) +
      var(--header-sticky-height, var(--header-height, 0px)) *
      (1 - var(--has-transparent-header)) * (var(--sticky-shrink, 100) / 100)
  );
}
[data-header*="sticky:shrink"] {
  --scroll-margin-top-offset: calc(
    var(--header-sticky-height, var(--header-height, 0px)) *
      (var(--sticky-shrink, 100) / 100)
  );
}
[data-header*="sticky:auto"] {
  --scroll-margin-top-offset: 0px;
}
.button,
.ct-button,
.added_to_cart,
.ct-button-ghost,
[type="submit"],
.wp-element-button,
.wp-block-button__link,
button.regform-button,
button[class*="ajax"],
.woocommerce button.button,
.woocommerce-message .showlogin,
.woocommerce-message .restore-item,
.forminator-ui[data-design="none"] .forminator-button,
.fluentform .ff-el-group button.ff-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: var(--theme-button-min-height);
  padding: var(--theme-button-padding);
  border: none;
  appearance: none;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  text-align: center;
  border-radius: var(--theme-button-border-radius, 3px);
  transition: all 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --has-link-decoration: var(--false);
}
.button:disabled,
.button.disabled,
.ct-button:disabled,
.ct-button.disabled,
.added_to_cart:disabled,
.added_to_cart.disabled,
.ct-button-ghost:disabled,
.ct-button-ghost.disabled,
[type="submit"]:disabled,
[type="submit"].disabled,
.wp-element-button:disabled,
.wp-element-button.disabled,
.wp-block-button__link:disabled,
.wp-block-button__link.disabled,
button.regform-button:disabled,
button.regform-button.disabled,
button[class*="ajax"]:disabled,
button[class*="ajax"].disabled,
.woocommerce button.button:disabled,
.woocommerce button.button.disabled,
.woocommerce-message .showlogin:disabled,
.woocommerce-message .showlogin.disabled,
.woocommerce-message .restore-item:disabled,
.woocommerce-message .restore-item.disabled,
.forminator-ui[data-design="none"] .forminator-button:disabled,
.forminator-ui[data-design="none"] .forminator-button.disabled,
.fluentform .ff-el-group button.ff-btn:disabled,
.fluentform .ff-el-group button.ff-btn.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  --theme-button-shadow: none;
  --theme-button-transform: none;
}
@media (max-width: 479.98px) {
  .button,
  .ct-button,
  .added_to_cart,
  .ct-button-ghost,
  [type="submit"],
  .wp-element-button,
  .wp-block-button__link,
  button.regform-button,
  button[class*="ajax"],
  .woocommerce button.button,
  .woocommerce-message .showlogin,
  .woocommerce-message .restore-item,
  .forminator-ui[data-design="none"] .forminator-button,
  .fluentform .ff-el-group button.ff-btn {
    --padding: 5px 15px;
  }
}
.button.has-text-align-left,
.ct-button.has-text-align-left,
.added_to_cart.has-text-align-left,
.ct-button-ghost.has-text-align-left,
[type="submit"].has-text-align-left,
.wp-element-button.has-text-align-left,
.wp-block-button__link.has-text-align-left,
button.regform-button.has-text-align-left,
button[class*="ajax"].has-text-align-left,
.woocommerce button.button.has-text-align-left,
.woocommerce-message .showlogin.has-text-align-left,
.woocommerce-message .restore-item.has-text-align-left,
.forminator-ui[data-design="none"] .forminator-button.has-text-align-left,
.fluentform .ff-el-group button.ff-btn.has-text-align-left {
  justify-content: flex-start;
}
.button.has-text-align-right,
.ct-button.has-text-align-right,
.added_to_cart.has-text-align-right,
.ct-button-ghost.has-text-align-right,
[type="submit"].has-text-align-right,
.wp-element-button.has-text-align-right,
.wp-block-button__link.has-text-align-right,
button.regform-button.has-text-align-right,
button[class*="ajax"].has-text-align-right,
.woocommerce button.button.has-text-align-right,
.woocommerce-message .showlogin.has-text-align-right,
.woocommerce-message .restore-item.has-text-align-right,
.forminator-ui[data-design="none"] .forminator-button.has-text-align-right,
.fluentform .ff-el-group button.ff-btn.has-text-align-right {
  justify-content: flex-end;
}
.button,
.ct-button,
.entry-tags a,
.added_to_cart,
[type="submit"],
.wp-element-button,
.wp-block-button__link,
button.regform-button,
button[class*="ajax"],
.woocommerce button.button,
.woocommerce-message .showlogin,
.woocommerce-message .restore-item,
.forminator-ui[data-design="none"] .forminator-button,
.fluentform .ff-el-group button.ff-btn {
  position: relative;
  color: var(--theme-button-text-initial-color);
  border: var(--theme-button-border);
  background-color: var(--theme-button-background-initial-color);
}
.button:hover,
.ct-button:hover,
.entry-tags a:hover,
.added_to_cart:hover,
[type="submit"]:hover,
.wp-element-button:hover,
.wp-block-button__link:hover,
button.regform-button:hover,
button[class*="ajax"]:hover,
.woocommerce button.button:hover,
.woocommerce-message .showlogin:hover,
.woocommerce-message .restore-item:hover,
.forminator-ui[data-design="none"] .forminator-button:hover,
.fluentform .ff-el-group button.ff-btn:hover {
  color: var(--theme-button-text-hover-color);
  border-color: var(--theme-button-border-hover-color);
  background-color: var(--theme-button-background-hover-color);
}
@media (hover: hover) {
  @supports (filter: blur()) {
    .button:before,
    .ct-button:before,
    .entry-tags a:before,
    .added_to_cart:before,
    [type="submit"]:before,
    .wp-element-button:before,
    .wp-block-button__link:before,
    button.regform-button:before,
    button[class*="ajax"]:before,
    .woocommerce button.button:before,
    .woocommerce-message .showlogin:before,
    .woocommerce-message .restore-item:before,
    .forminator-ui[data-design="none"] .forminator-button:before,
    .fluentform .ff-el-group button.ff-btn:before {
      display: var(--theme-button-shadow, block);
      position: absolute;
      z-index: -1;
      content: "";
      inset-inline: 10px;
      inset-block: 12px 0;
      opacity: 0;
      border-radius: inherit;
      background: inherit;
      transition: opacity 0.2s ease;
      filter: blur(11px);
    }
    @media (hover: hover) and (prefers-reduced-motion: no-preference) {
      .button:hover,
      .ct-button:hover,
      .entry-tags a:hover,
      .added_to_cart:hover,
      [type="submit"]:hover,
      .wp-element-button:hover,
      .wp-block-button__link:hover,
      button.regform-button:hover,
      button[class*="ajax"]:hover,
      .woocommerce button.button:hover,
      .woocommerce-message .showlogin:hover,
      .woocommerce-message .restore-item:hover,
      .forminator-ui[data-design="none"] .forminator-button:hover,
      .fluentform .ff-el-group button.ff-btn:hover {
        transform: var(--theme-button-transform, translate3d(0, -3px, 0));
      }
      .button:hover:before,
      .ct-button:hover:before,
      .entry-tags a:hover:before,
      .added_to_cart:hover:before,
      [type="submit"]:hover:before,
      .wp-element-button:hover:before,
      .wp-block-button__link:hover:before,
      button.regform-button:hover:before,
      button[class*="ajax"]:hover:before,
      .woocommerce button.button:hover:before,
      .woocommerce-message .showlogin:hover:before,
      .woocommerce-message .restore-item:hover:before,
      .forminator-ui[data-design="none"] .forminator-button:hover:before,
      .fluentform .ff-el-group button.ff-btn:hover:before {
        opacity: 0.8;
      }
    }
  }
}
.ct-button-ghost,
.wp-block-buttons .wp-block-button .wp-block-button__link.is-style-outline,
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link {
  --theme-button-text-initial-color: var(
    --theme-button-background-initial-color
  );
  border-width: 2px;
  border-style: solid;
  color: var(--theme-button-text-initial-color);
  border-color: var(--theme-button-background-initial-color);
  background-color: rgba(0, 0, 0, 0);
}
.ct-button-ghost:hover,
.wp-block-buttons
  .wp-block-button
  .wp-block-button__link.is-style-outline:hover,
.wp-block-buttons
  .wp-block-button.is-style-outline
  .wp-block-button__link:hover {
  color: var(--theme-button-text-hover-color);
  border-color: var(--theme-button-background-hover-color);
  background-color: var(--theme-button-background-hover-color);
}
.button,
.ct-button,
.added_to_cart,
.ct-button-ghost,
[type="submit"],
.wp-element-button,
.wp-block-button__link,
button.regform-button,
button[class*="ajax"],
.woocommerce button.button,
.woocommerce-message .showlogin,
.woocommerce-message .restore-item,
.forminator-ui[data-design="none"] .forminator-button,
.fluentform .ff-el-group button.ff-btn,
.ct-button-secondary-text {
  font-family: var(--theme-button-font-family, var(--theme-font-family));
  font-size: var(--theme-button-font-size);
  font-weight: var(--theme-button-font-weight);
  font-style: var(--theme-button-font-style);
  line-height: var(--theme-button-line-height);
  letter-spacing: var(--theme-button-letter-spacing);
  text-transform: var(--theme-button-text-transform);
  -webkit-text-decoration: var(--theme-button-text-decoration);
  text-decoration: var(--theme-button-text-decoration);
}
[class*="ct-toggle"] {
  display: flex;
  align-items: center;
  justify-content: center;
  position: var(--toggle-button-position, relative);
  z-index: var(--toggle-button-z-index, initial);
  cursor: pointer;
  appearance: none;
  width: var(--toggle-button-size);
  height: var(--toggle-button-size);
  flex: 0 0 var(--toggle-button-size);
  margin-block: var(--toggle-button-margin-block, initial);
  margin-inline: var(--toggle-button-margin-start, auto)
    var(--toggle-button-margin-end, 0);
  transition:
    color 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    border-color 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    background 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  padding: var(--toggle-button-padding, 0px) !important;
  box-shadow: var(--toggle-button-shadow, none) !important;
  border-radius: var(--toggle-button-radius, 0) !important;
  border-width: var(--toggle-button-border-width, 0px) !important;
  border-style: var(--toggle-button-border-style, solid) !important;
  border-color: var(--toggle-button-border-color, transparent) !important;
  background: var(--toggle-button-background, transparent) !important;
}
[class*="ct-toggle"] svg {
  transform: var(--toggle-icon-transform);
  --theme-icon-transition:
    transform 0.15s ease-out, fill 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[class*="ct-toggle-close"] {
  top: var(--toggle-button-top, initial);
  inset-inline-end: var(--toggle-button-inset-end, 0);
  --theme-icon-size: 12px;
  --theme-icon-color: rgba(255, 255, 255, 0.7);
}
[class*="ct-toggle-close"]:hover {
  --toggle-icon-transform: rotate(90deg);
}
[class*="ct-toggle-close"]:not([data-type="type-1"]) {
  --toggle-button-radius: 5px;
}
[class*="ct-toggle-close"][data-type="type-1"] {
  --outline-offset: 5px;
}
[class*="ct-toggle-close"][data-type="type-2"] {
  --toggle-button-border-width: 1px;
  --toggle-button-border-color: rgba(0, 0, 0, 0.5);
}
[class*="ct-toggle-close"][data-type="type-3"] {
  --toggle-button-background: rgba(0, 0, 0, 0.5);
}
[data-button-state] .ct-button-loader {
  display: none;
}
[data-button-state*="loading"] .ct-button-loader {
  display: block;
}
[data-button-state*="loading"] svg:not(.ct-button-loader) {
  display: none;
}
[data-frame="default"] {
  border: var(--theme-frame-size, 0px) solid var(--theme-frame-color);
}
[data-frame="default"]:before,
[data-frame="default"]:after {
  position: fixed;
  content: "";
  z-index: 99999;
  left: 0;
  width: 100%;
  height: var(--theme-frame-size, 0px);
  background: var(--theme-frame-color);
}
[data-frame="default"]:before {
  top: calc(var(--admin-bar, 0px));
}
[data-frame="default"]:after {
  bottom: 0;
}
.entry-button {
  gap: 0.5em;
  font-size: 15px;
  align-self: var(--horizontal-alignment, flex-start);
}
.entry-button:not([class*="ct-button"]) {
  display: flex;
  align-items: center;
}
.entry-button[class*="ct-button"] {
  min-height: 40px;
  padding: 5px 15px;
}
.ct-module-title:is(p, span):not(:empty) {
  display: flex;
  margin-bottom: 15px;
}
.ct-slider-arrows {
  display: flex;
  -webkit-user-select: none;
  user-select: none;
}
.ct-slider-arrows span {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: var(--slider-arrow-button-size, 26px);
  height: var(--slider-arrow-button-size, 26px);
  color: var(--theme-text-color);
  border: 1px solid var(--theme-border-color);
  transition: all 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.ct-slider-arrows span:hover {
  z-index: 1;
  color: var(--theme-button-text-hover-color);
  background: var(--theme-button-background-hover-color);
  border-color: var(--theme-button-background-hover-color);
}
.ct-slider-arrows .ct-arrow-prev {
  margin-inline-end: -1px;
  border-start-start-radius: 3px;
  border-end-start-radius: 3px;
}
.ct-slider-arrows .ct-arrow-next {
  border-start-end-radius: 3px;
  border-end-end-radius: 3px;
}
[data-cards="cover"] .entry-card > .ct-media-container:after,
.hero-section[data-type="type-2"] > figure > .ct-media-container:after {
  position: absolute;
  content: "";
  inset: 0;
}
form:is(.login, .register, .edit-account, .lost_reset_password)
  [class*="password-input"] {
  position: relative;
  display: block;
}
form:is(.login, .register, .edit-account, .lost_reset_password)
  [class*="password-input"]
  input {
  padding-inline-end: 38px;
}
form:is(.login, .register, .edit-account, .lost_reset_password)
  [class*="password-input"]
  .show-password-input {
  position: absolute;
  inset-inline-end: 12px;
  top: calc(var(--theme-form-field-height, 40px) / 2 - 7px);
  width: 14px;
  height: 14px;
  cursor: pointer;
  padding: initial;
  background-color: var(--theme-text-color);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M23.9,11.6C23.7,11.2,19.5,3,12,3S0.3,11.2,0.1,11.6c-0.1,0.3-0.1,0.6,0,0.9C0.3,12.8,4.5,21,12,21s11.7-8.2,11.9-8.6 C24,12.2,24,11.8,23.9,11.6zM12,19c-5.4,0-8.9-5.4-9.9-7c0.9-1.6,4.5-7,9.9-7c5.4,0,8.9,5.4,9.9,7C20.9,13.6,17.4,19,12,19zM12,8c-2.2,0-4,1.8-4,4c0,2.2,1.8,4,4,4c2.2,0,4-1.8,4-4C16,9.8,14.2,8,12,8zM12,14c-1.1,0-2-0.9-2-2c0-1.1,0.9-2,2-2c1.1,0,2,0.9,2,2C14,13.1,13.1,14,12,14z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M23.9,11.6C23.7,11.2,19.5,3,12,3S0.3,11.2,0.1,11.6c-0.1,0.3-0.1,0.6,0,0.9C0.3,12.8,4.5,21,12,21s11.7-8.2,11.9-8.6 C24,12.2,24,11.8,23.9,11.6zM12,19c-5.4,0-8.9-5.4-9.9-7c0.9-1.6,4.5-7,9.9-7c5.4,0,8.9,5.4,9.9,7C20.9,13.6,17.4,19,12,19zM12,8c-2.2,0-4,1.8-4,4c0,2.2,1.8,4,4,4c2.2,0,4-1.8,4-4C16,9.8,14.2,8,12,8zM12,14c-1.1,0-2-0.9-2-2c0-1.1,0.9-2,2-2c1.1,0,2,0.9,2,2C14,13.1,13.1,14,12,14z'/%3E%3C/svg%3E");
}
form:is(.login, .register, .edit-account, .lost_reset_password)
  [class*="password-input"]
  input[type="text"]
  ~ .show-password-input {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13.9,5.2C13.3,5.1,12.6,5,12,5c-5.4,0-8.9,5.4-9.9,7c0.5,0.9,1.1,1.8,1.8,2.5C4.3,15,4.2,15.6,3.8,16 c-0.2,0.2-0.4,0.2-0.6,0.2c-0.3,0-0.6-0.1-0.8-0.4c-0.9-1-1.6-2.2-2.3-3.4c-0.2-0.3-0.2-0.6,0-0.9C0.3,11.2,4.5,3,12,3c0.8,0,1.6,0.1,2.3,0.3c0.5,0.1,0.9,0.7,0.7,1.2C14.9,5,14.4,5.3,13.9,5.2z M0.3,22.3l22-22c0.4-0.4,1-0.4,1.4,0s0.4,1,0,1.4L19.4,6c1.8,1.6,3.3,3.4,4.5,5.5c0.2,0.3,0.2,0.6,0,0.9C23.7,12.8,19.5,21,12,21c-2.1,0-4.1-0.6-5.8-1.8l-4.5,4.5C1.5,23.9,1.3,24,1,24s-0.5-0.1-0.7-0.3C-0.1,23.3-0.1,22.7,0.3,22.3zM14,11.4L11.4,14c0.2,0.1,0.4,0.1,0.6,0.1c0.5,0,1-0.2,1.4-0.5c0.4-0.4,0.6-0.9,0.6-1.4C14.1,11.9,14,11.7,14,11.4zM12,19c5.4,0,8.9-5.4,9.9-7c-1-1.8-2.3-3.3-3.9-4.6L15.5,10c0.4,0.7,0.6,1.5,0.6,2.3c0,1.1-0.5,2.1-1.3,2.8c-0.7,0.7-1.7,1.1-2.7,1.1c0,0-0.1,0-0.1,0c-0.7,0-1.4-0.3-2-0.6l-2.3,2.3C9,18.6,10.5,19,12,19z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13.9,5.2C13.3,5.1,12.6,5,12,5c-5.4,0-8.9,5.4-9.9,7c0.5,0.9,1.1,1.8,1.8,2.5C4.3,15,4.2,15.6,3.8,16 c-0.2,0.2-0.4,0.2-0.6,0.2c-0.3,0-0.6-0.1-0.8-0.4c-0.9-1-1.6-2.2-2.3-3.4c-0.2-0.3-0.2-0.6,0-0.9C0.3,11.2,4.5,3,12,3c0.8,0,1.6,0.1,2.3,0.3c0.5,0.1,0.9,0.7,0.7,1.2C14.9,5,14.4,5.3,13.9,5.2z M0.3,22.3l22-22c0.4-0.4,1-0.4,1.4,0s0.4,1,0,1.4L19.4,6c1.8,1.6,3.3,3.4,4.5,5.5c0.2,0.3,0.2,0.6,0,0.9C23.7,12.8,19.5,21,12,21c-2.1,0-4.1-0.6-5.8-1.8l-4.5,4.5C1.5,23.9,1.3,24,1,24s-0.5-0.1-0.7-0.3C-0.1,23.3-0.1,22.7,0.3,22.3zM14,11.4L11.4,14c0.2,0.1,0.4,0.1,0.6,0.1c0.5,0,1-0.2,1.4-0.5c0.4-0.4,0.6-0.9,0.6-1.4C14.1,11.9,14,11.7,14,11.4zM12,19c5.4,0,8.9-5.4,9.9-7c-1-1.8-2.3-3.3-3.9-4.6L15.5,10c0.4,0.7,0.6,1.5,0.6,2.3c0,1.1-0.5,2.1-1.3,2.8c-0.7,0.7-1.7,1.1-2.7,1.1c0,0-0.1,0-0.1,0c-0.7,0-1.4-0.3-2-0.6l-2.3,2.3C9,18.6,10.5,19,12,19z'/%3E%3C/svg%3E");
}
.post-edit-link {
  display: flex;
  align-items: center;
  font-size: 15px;
  margin-top: var(--theme-content-spacing);
  --theme-link-initial-color: var(--theme-text-color);
}
.post-edit-link:before {
  font-family: "dashicons";
  content: "";
  margin-inline-end: 5px;
}
.ct-video-indicator {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition:
    opacity 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    visibility 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.ct-video-indicator svg {
  border-radius: 100%;
  transition: transform 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.ct-video-indicator svg:hover {
  transform: scale3d(1.1, 1.1, 1);
}
.ct-video-indicator .ct-video-loader {
  visibility: hidden;
}
.ct-video-indicator.loading svg {
  background: #fff;
}
.ct-video-indicator.loading .ct-video-loader {
  visibility: visible;
}
.ct-dynamic-media:not([data-state="playing"]) .ct-pause-path,
.ct-media-container:not([data-state="playing"]) .ct-pause-path {
  display: none;
}
.ct-expandable-trigger[data-icon="arrow"] {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  --theme-icon-size: 10px;
  --theme-icon-transition: transform 0.1s ease;
}
.ct-expandable-trigger[data-icon="arrow"][aria-expanded="false"] .ct-icon {
  transform: rotate(180deg);
}
[data-behaviour="drop-down"][aria-hidden="true"] {
  height: 0;
  overflow-y: clip;
  visibility: hidden;
}
[data-behaviour="drop-down"].is-animating {
  transition:
    height 0.2s ease,
    opacity 0.2s ease;
  overflow-y: clip;
}
nav[class*="menu"] .ct-menu-link {
  color: var(--theme-link-initial-color);
  --theme-icon-color: var(--theme-link-initial-color);
}
nav[class*="menu"] li:hover > .ct-menu-link,
nav[class*="menu"] li:hover > .ct-sub-menu-parent {
  color: var(--theme-link-hover-color);
}
nav[class*="menu"] li:hover > .ct-menu-link svg,
nav[class*="menu"] li:hover > .ct-sub-menu-parent svg {
  fill: var(--theme-icon-hover-color, var(--theme-link-hover-color));
}
nav[class*="menu"] li[class*="current-menu-"] > .ct-menu-link,
nav[class*="menu"] li[class*="current-menu-"] > .ct-sub-menu-parent {
  color: var(--theme-link-active-color, var(--theme-link-hover-color));
}
nav[class*="menu"] li[class*="current-menu-"] > .ct-menu-link svg,
nav[class*="menu"] li[class*="current-menu-"] > .ct-sub-menu-parent svg {
  fill: var(
    --theme-icon-active-color,
    var(
      --theme-icon-hover-color,
      var(--theme-link-active-color, var(--theme-link-hover-color))
    )
  );
}
.menu {
  display: flex;
  gap: var(--menu-items-gap, 0px);
}
.menu li.menu-item,
.menu li.page_item {
  display: flex;
  align-items: center;
}
.menu > li > .ct-menu-link {
  height: var(--menu-item-height, 100%);
  justify-content: var(--menu-item-alignment, center);
  --menu-item-padding: 0 calc(var(--menu-items-spacing, 25px) / 2);
}
.ct-menu-link {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  border-radius: var(--menu-item-radius, inherit);
}
.ct-menu-link:not(:empty) {
  padding: var(--menu-item-padding, 0px);
}
[data-stretch] {
  width: 100%;
}
[data-stretch] > .menu {
  flex: 1;
  justify-content: space-between;
}
.ct-create-menu {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 14px;
}
[data-menu] > ul > li > a:before,
[data-menu] > ul > li > a:after {
  position: absolute;
  left: var(--menu-indicator-left, 0);
  right: var(--menu-indicator-right, 0);
  margin: var(--menu-indicator-margin, 0);
  height: var(--menu-indicator-height, 2px);
  opacity: var(--menu-indicator-opacity, 0);
  background-color: var(
    --menu-indicator-hover-color,
    var(--theme-palette-color-2)
  );
  transition:
    opacity 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    width 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    height 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    top 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    bottom 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-menu] > ul > li > a:before {
  top: var(--menu-indicator-y-position, 0);
}
[data-menu] > ul > li > a:after {
  bottom: var(--menu-indicator-y-position, 0);
}
[data-menu] > ul > li[class*="current-menu-"] > a:before,
[data-menu] > ul > li[class*="current-menu-"] > a:after {
  background-color: var(
    --menu-indicator-active-color,
    var(--menu-indicator-hover-color, var(--theme-palette-color-2))
  );
}
[data-column="start"]
  [data-items="primary"]
  [data-menu*="type-1"]:first-child
  > ul
  > li:first-child
  > a {
  padding-inline-start: 0;
}
[data-column="end"]
  [data-items="primary"]
  [data-menu*="type-1"]:last-child
  > ul
  > li:last-child
  > a {
  padding-inline-end: 0;
}
[data-column="end"]
  [data-items="primary"]
  [data-menu*="type-1"]:last-child
  > ul
  > li:last-child {
  --toggle-ghost-inset-end: 16px;
}
[data-menu*="type-2"] > ul > li > a:after {
  content: "";
  width: var(--menu-indicator-width, 100%);
}
[data-menu*="type-2"] > ul > li:hover > a,
[data-menu*="type-2"] > ul > li[class*="current-menu-"] > a {
  --menu-indicator-opacity: 1;
}
[data-menu="type-2:center"] > ul > li {
  --menu-indicator-width: 0;
  --menu-indicator-margin: 0 auto;
}
[data-menu="type-2:center"] > ul > li:hover > a,
[data-menu="type-2:center"] > ul > li[class*="current-menu-"] > a {
  --menu-indicator-width: calc(100% - var(--menu-items-spacing, 25px));
}
[data-menu="type-2:left"] > ul > li {
  --menu-indicator-opacity: 1;
  --menu-indicator-left: calc(var(--menu-items-spacing, 25px) / 2);
  --menu-indicator-width: 0;
}
[data-menu="type-2:left"] > ul > li:hover > a,
[data-menu="type-2:left"] > ul > li[class*="current-menu-"] > a {
  --menu-indicator-width: calc(100% - var(--menu-items-spacing, 25px));
}
[data-menu*="type-3"] > ul > li > a {
  background-color: var(--menu-indicator-initial-color);
}
[data-menu*="type-3"] > ul > li:hover > a {
  background-color: var(
    --menu-indicator-hover-color,
    var(--theme-palette-color-2)
  );
}
[data-menu*="type-3"] > ul > li[class*="current-menu-"] > a {
  background-color: var(
    --menu-indicator-active-color,
    var(--menu-indicator-hover-color, var(--theme-palette-color-2))
  );
}
[data-menu*="type-4"] > ul > li > a:before,
[data-menu*="type-4"] > ul > li > a:after {
  content: "";
  --menu-indicator-y-position: 10px;
}
[data-menu*="type-4"] > ul > li:hover > a:before,
[data-menu*="type-4"] > ul > li:hover > a:after,
[data-menu*="type-4"] > ul > li[class*="current-menu-"] > a:before,
[data-menu*="type-4"] > ul > li[class*="current-menu-"] > a:after {
  --menu-indicator-opacity: 1;
  --menu-indicator-y-position: 0px;
}
[data-responsive="no"] {
  overflow: hidden;
}
[data-responsive="no"] .sub-menu {
  display: none;
}
[class*="animated-submenu"][data-submenu] {
  position: relative;
}
[class*="animated-submenu"] > .sub-menu {
  position: var(--dropdown-position, absolute);
  top: 100%;
  z-index: 10;
  min-width: 100px;
  margin-top: var(
    --sticky-state-dropdown-top-offset,
    var(--dropdown-top-offset, 0)
  );
  border-radius: var(--theme-border-radius);
  width: var(--dropdown-width, 200px);
  background-color: var(
    --dropdown-background-color,
    var(--theme-palette-color-4)
  );
  box-shadow: var(--theme-box-shadow);
}
[class*="animated-submenu"] > .sub-menu:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: var(
    --sticky-state-dropdown-top-offset,
    var(--dropdown-top-offset, 0)
  );
  transform: translateY(-100%);
  transition: height 0.2s ease;
}
.animated-submenu-block[data-submenu="right"] > .sub-menu {
  left: var(--theme-submenu-inline-offset, 0);
}
.animated-submenu-block[data-submenu="left"] > .sub-menu {
  right: var(--theme-submenu-inline-offset, 0);
}
.animated-submenu-inline > .sub-menu {
  top: 0;
  margin-top: 0;
}
.animated-submenu-inline > .sub-menu:before {
  width: var(--dropdown-horizontal-offset, 5px);
  height: 100%;
  transform: initial;
}
.animated-submenu-inline[data-submenu="right"] > .sub-menu {
  left: calc(100% + var(--dropdown-horizontal-offset, 5px));
}
.animated-submenu-inline[data-submenu="right"] > .sub-menu:before {
  left: calc(var(--dropdown-horizontal-offset, 5px) * -1);
  right: initial;
}
.animated-submenu-inline[data-submenu="left"] > .sub-menu {
  right: calc(100% + var(--dropdown-horizontal-offset, 5px));
}
.animated-submenu-inline[data-submenu="left"] > .sub-menu:before {
  left: initial;
  right: calc(var(--dropdown-horizontal-offset, 5px) * -1);
}
.ct-toggle-dropdown-desktop {
  --theme-icon-size: 8px;
  --toggle-button-size: 24px;
  --toggle-button-margin-end: -8px;
  --toggle-button-margin-start: var(--dropdown-toggle-margin-start, 0.2em);
}
.animated-submenu-inline [class*="ct-toggle"] {
  --toggle-button-size: 18px;
  --dropdown-toggle-margin-start: auto;
  --toggle-ghost-inset-end: calc(
    var(--dropdown-items-spacing, 13px) * 1.5 + 16px
  );
}
.animated-submenu-inline[data-submenu="left"] > a {
  --toggle-icon-transform: rotate(90deg);
}
.animated-submenu-inline[data-submenu="right"] > a {
  --toggle-icon-transform: rotate(-90deg);
}
.ct-toggle-dropdown-desktop-ghost {
  pointer-events: none;
  inset-inline-end: var(
    --toggle-ghost-inset-end,
    calc(var(--menu-items-spacing, 25px) / 2 + 16px)
  );
  --toggle-button-size: 24px;
  --toggle-button-margin-end: -24px;
}
.sub-menu {
  --menu-item-padding: var(--dropdown-items-spacing, 13px)
    calc(var(--dropdown-items-spacing, 13px) * 1.5);
}
.sub-menu .menu-item {
  border-top: var(--dropdown-divider);
}
[class*="animated-submenu"] > .sub-menu {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.2s ease,
    visibility 0.2s ease,
    transform 0.2s ease,
    margin 0.2s ease,
    height 0.2s ease;
}
[class*="animated-submenu"].ct-active > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
[class*="animated-submenu"]:not(.ct-active):not([class*="ct-mega-menu"])
  > .sub-menu {
  overflow: hidden;
  max-height: calc(
    100vh - var(--header-height) - var(--admin-bar, 0px) -
      var(--theme-frame-size, 0px) - 10px
  );
}
[data-dropdown*="type-1"] [class*="animated-submenu"] > .sub-menu {
  transform: translate3d(0, 10px, 0);
}
[data-dropdown*="type-1"] [class*="animated-submenu"].ct-active > .sub-menu {
  transform: translate3d(0, 0, 0);
}
[data-dropdown*="type-3"] [class*="animated-submenu"] > .sub-menu > li {
  transition:
    opacity 0.5s cubic-bezier(0.35, 0.81, 0.41, 1),
    transform 0.5s cubic-bezier(0.35, 0.81, 0.41, 1);
}
[data-dropdown*="type-3"]
  [class*="animated-submenu"]:not(.ct-active)
  > .sub-menu
  > li {
  opacity: 0;
  transform: translate3d(0, 5px, 0);
}
[data-dropdown*="type-4"] [class*="animated-submenu"] > .sub-menu {
  transition: none;
}
.mobile-menu {
  width: 100%;
}
.mobile-menu li {
  display: flex;
  flex-direction: column;
  align-items: var(--horizontal-alignment);
}
.mobile-menu .ct-menu-link {
  text-align: var(--text-horizontal-alignment);
  justify-content: var(--horizontal-alignment);
  --menu-item-padding: var(--items-vertical-spacing, 5px) 0;
}
.mobile-menu .ct-sub-menu-parent {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.mobile-menu [class*="children"] > ul {
  position: relative;
  width: calc(100% + 10px);
  margin-inline-end: -10px;
  padding-inline-end: 10px;
  overflow: hidden;
}
.mobile-menu [class*="children"] > ul.is-animating {
  transition: height 0.3s ease;
}
.mobile-menu[data-interaction="click"]
  [class*="children"]:not(.dropdown-active)
  > ul {
  display: none;
}
.mobile-menu-inline ul,
.footer-menu-inline ul {
  flex-wrap: wrap;
  justify-content: var(--horizontal-alignment);
  row-gap: calc(var(--menu-items-spacing, 25px) / 2);
  margin: 0 calc(var(--menu-items-spacing, 25px) / 2 * -1);
}
.footer-menu-inline {
  --menu-item-alignment: var(--horizontal-alignment);
}
.footer-menu-inline li {
  width: var(--menu-item-width);
}
#header {
  position: relative;
  z-index: 50;
}
@media (max-width: 999.98px) {
  #header [data-device="desktop"] {
    display: none;
  }
}
@media (min-width: 1000px) {
  #header [data-device="mobile"] {
    display: none;
  }
}
#header [data-row] {
  position: var(--position, relative);
  box-shadow: var(--theme-box-shadow);
  border-top: var(--theme-border-top);
  border-bottom: var(--theme-border-bottom);
  backdrop-filter: blur(var(--theme-backdrop-blur));
}
#header [data-row] > div {
  min-height: var(--shrink-height, var(--height));
  border-top: var(--theme-border-top);
  border-bottom: var(--theme-border-bottom);
}
#header [data-row*="top"] {
  z-index: 3;
}
#header [data-row*="middle"] {
  z-index: 2;
}
#header [data-row*="bottom"] {
  z-index: 1;
}
#header [data-row*="boxed"] {
  box-shadow: none;
  backdrop-filter: none;
}
#header [data-row*="boxed"] > div {
  padding: var(--row-padding, 0 35px);
  box-shadow: var(--theme-box-shadow);
  border-radius: var(--row-border-radius);
  backdrop-filter: blur(var(--theme-backdrop-blur));
}
#header [data-column] {
  min-height: inherit;
}
#header [data-column="middle"] {
  display: flex;
}
#header [data-column="start"],
#header [data-column="end"] {
  min-width: 0;
}
#header [data-items] {
  width: 100%;
}
#header [data-column-set="2"] > div {
  display: grid;
  grid-template-columns: auto auto;
}
#header [data-column-set="3"] > div {
  display: grid;
  grid-template-columns: 1fr var(--middle-column-width, auto) 1fr;
}
[data-placements] {
  display: grid;
}
[data-placements="2"] {
  display: grid;
  grid-template-columns: auto auto;
}
[data-column="middle"] > [data-items] {
  justify-content: center;
}
[data-column="start"] > [data-items="secondary"] {
  justify-content: flex-end;
}
[data-column="end"] > [data-items="primary"] {
  justify-content: flex-end;
}
#header [data-items] {
  display: flex;
  align-items: center;
  min-width: 0;
}
#header [data-items] > * {
  margin: var(--margin, 0 10px);
}
[data-column="start"] [data-items="primary"] > *:first-child {
  --margin: 0 10px 0 0;
}
[data-column="end"] [data-items="primary"] > *:last-child {
  --margin: 0 0 0 10px;
}
.ct-cart-item,
.ct-header-cta,
.ct-header-text,
.ct-account-item,
.ct-header-compare,
.ct-header-wishlist,
.ct-language-switcher [data-label] {
  display: flex;
  align-items: var(--align-items, center);
}
.ct-cart-item,
.ct-social-box,
.ct-account-item,
.ct-header-compare,
.ct-header-wishlist {
  --theme-link-initial-color: var(--theme-text-color);
}
.ct-cart-item:hover svg,
.ct-social-box a:hover svg,
.ct-color-switch:hover svg,
.ct-header-search:hover svg,
.ct-account-item:hover svg,
.ct-header-trigger:hover svg,
.ct-header-compare:hover svg,
.ct-header-wishlist:hover svg,
.ct-language-switcher:hover svg {
  fill: var(--theme-icon-hover-color, var(--theme-palette-color-2));
}
.ct-color-switch,
.ct-header-search,
.ct-header-trigger {
  --theme-link-initial-color: var(--theme-text-color);
}
.ct-color-switch .ct-label,
.ct-header-search .ct-label,
.ct-header-trigger .ct-label {
  transition: inherit;
  color: var(--theme-link-initial-color);
}
.ct-color-switch:hover .ct-label,
.ct-header-search:hover .ct-label,
.ct-header-trigger:hover .ct-label {
  color: var(--theme-link-hover-color);
}
.ct-builder-no-item {
  font-size: 13px;
}
[class*="header-menu"] {
  display: flex;
  align-items: center;
  height: 100%;
  min-width: 0;
}
[class*="header-menu"] .menu {
  height: inherit;
}
[class*="header-menu"] .menu > li > .ct-menu-link {
  white-space: nowrap;
}
#search-modal {
  --vertical-alignment: initial;
}
#search-modal input {
  --has-classic-forms: var(--false);
  --theme-form-field-border-width: 0 0 1px 0;
  --search-input-additional-padding: 10px;
}
@media (max-width: 689.98px) {
  #search-modal input {
    --theme-form-font-size: 22px;
    --theme-form-field-height: 70px;
    --theme-form-field-padding: 0px;
    margin-bottom: 25px;
  }
}
@media (min-width: 690px) {
  #search-modal input {
    --theme-form-font-size: 35px;
    --theme-form-field-height: 90px;
    --theme-form-field-padding: 0 50px 0 0;
    margin-bottom: 35px;
  }
}
#search-modal form {
  display: block;
  margin: auto;
  width: 100%;
  max-width: var(--max-width, 800px);
}
@media (max-width: 999.98px) {
  #search-modal form {
    --max-width: 90%;
    --search-button-size: 40px;
  }
}
@media (min-width: 690px) {
  #search-modal form {
    --search-button-size: 48px;
  }
}
#search-modal form .ct-search-form-controls {
  position: absolute;
  inset-inline-end: 0;
}
@media (max-width: 689.98px) {
  #search-modal form .ct-search-form-controls {
    top: 15px;
  }
}
@media (min-width: 690px) {
  #search-modal form .ct-search-form-controls {
    top: 21px;
  }
}
#search-modal form .ct-search-form-controls button {
  --theme-button-border-radius: 100%;
  --theme-icon-size: calc(100% / 3);
}
.ct-header-text {
  color: var(--theme-text-color);
  text-align: var(--horizontal-alignment);
}
.ct-header-text[data-width="stretch"] {
  width: 100%;
  max-width: var(--max-width);
}
.ct-header-text .entry-content {
  width: 100%;
}
.ct-header-trigger .ct-icon[data-type] {
  transition: none;
}
.ct-header-trigger .ct-icon[data-type] rect {
  transform-origin: 50% 50%;
  transition: all 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.ct-header-trigger .ct-icon[data-type="type-2"] rect:nth-child(1) {
  width: 10px;
}
.ct-header-trigger .ct-icon[data-type="type-2"] rect:nth-child(3) {
  width: 15px;
}
.ct-header-trigger .ct-icon[data-type="type-3"] rect:nth-child(1),
.ct-header-trigger .ct-icon[data-type="type-3"] rect:nth-child(3) {
  width: 12px;
}
.ct-header-trigger .ct-icon[data-type="type-3"] rect:nth-child(1) {
  x: 6px;
}
.ct-header-trigger:hover [data-type="type-2"] rect:nth-child(1),
.ct-header-trigger:hover [data-type="type-2"] rect:nth-child(3),
.ct-header-trigger:hover [data-type="type-3"] rect:nth-child(1),
.ct-header-trigger:hover [data-type="type-3"] rect:nth-child(3) {
  width: 18px;
}
.ct-header-trigger:hover [data-type="type-3"] rect:nth-child(1) {
  x: 0px;
}
.ct-header-trigger[aria-expanded="true"] .ct-icon[data-type] rect:nth-child(1),
.ct-header-trigger[aria-expanded="true"] .ct-icon[data-type] rect:nth-child(3) {
  width: 18px;
  y: 6.15px;
}
.ct-header-trigger[aria-expanded="true"] .ct-icon[data-type] rect:nth-child(1) {
  x: 0px;
  transform: rotate(45deg);
}
.ct-header-trigger[aria-expanded="true"] .ct-icon[data-type] rect:nth-child(2) {
  opacity: 0;
}
.ct-header-trigger[aria-expanded="true"] .ct-icon[data-type] rect:nth-child(3) {
  transform: rotate(-45deg);
}
.ct-header-trigger[data-design*="outline"] {
  --toggle-button-border-width: 1px;
  --toggle-button-border-color: var(--secondColor, rgba(224, 229, 235, 0.9));
}
.ct-header-trigger[data-design*="outline"]:hover {
  --toggle-button-border-color: var(
    --secondColorHover,
    rgba(224, 229, 235, 0.9)
  );
}
.ct-header-trigger[data-design*="solid"] {
  --toggle-button-background: var(--secondColor, rgba(224, 229, 235, 0.9));
}
.ct-header-trigger[data-design*="solid"]:hover {
  --toggle-button-background: var(--secondColorHover, rgba(224, 229, 235, 0.9));
}
.site-branding {
  display: flex;
  text-align: var(--horizontal-alignment);
}
.site-branding:not([data-logo="top"]) {
  align-items: center;
}
.site-title {
  display: block;
  margin-bottom: 0;
}
.site-title:not(:has(> a)) {
  color: var(--theme-link-initial-color);
}
.site-description {
  color: var(--theme-text-color);
  margin-bottom: 0;
}
.site-description:not(:only-child) {
  margin-top: 0.3em;
}
@media (min-width: 1000px) {
  .ct-header .site-description {
    white-space: nowrap;
  }
}
.site-logo-container {
  position: relative;
  line-height: 0;
  height: var(--logo-shrink-height, var(--logo-max-height, 50px));
  transition: none;
}
.site-logo-container img {
  width: auto;
  max-width: initial;
  object-fit: contain;
}
.site-logo-container img,
.site-logo-container svg,
.site-logo-container picture {
  height: inherit;
  vertical-align: initial;
}
.sticky-logo,
.dark-mode-logo {
  display: none;
}
[data-sticky*="yes"] .sticky-logo {
  display: initial;
}
[data-sticky*="yes"] .sticky-logo ~ .default-logo {
  display: none;
}
[data-color-mode*="dark"] .dark-mode-logo {
  display: initial;
}
[data-color-mode*="dark"] .dark-mode-logo ~ .sticky-logo,
[data-color-mode*="dark"] .dark-mode-logo ~ .default-logo {
  display: none;
}
@media (prefers-color-scheme: dark) {
  [data-color-mode*="os-default"] .dark-mode-logo {
    display: initial;
  }
  [data-color-mode*="os-default"] .dark-mode-logo ~ .sticky-logo,
  [data-color-mode*="os-default"] .dark-mode-logo ~ .default-logo {
    display: none;
  }
}
[data-logo="top"] {
  flex-direction: column;
}
[data-logo="top"] .site-description {
  margin-top: 0.3em;
}
[data-logo="left"] .site-title-container {
  margin-inline-start: 1em;
}
[data-logo="right"] {
  flex-direction: row-reverse;
}
[data-logo="right"] .site-title-container {
  margin-inline-end: 1em;
}
.ct-header-cta {
  flex-shrink: 0;
  --theme-button-line-height: 1.3;
  --theme-icon-color: currentColor;
}
.ct-header-cta a {
  gap: var(--theme-button-gap, 0.5em);
}
.ct-header-cta [data-size="small"] {
  --theme-button-min-height: 34px;
  --theme-button-padding: 5px 15px;
  --theme-button-font-size: 13px;
}
.ct-header-cta [data-size="medium"] {
  --theme-button-min-height: 42px;
  --theme-button-padding: 5px 20px;
}
.ct-header-cta [data-size="large"] {
  --theme-button-min-height: 50px;
  --theme-button-padding: 5px 30px;
  --theme-button-font-size: 16px;
}
.ct-header-cta .ct-button-text {
  display: flex;
  flex-direction: column;
  text-align: var(--horizontal-alignment);
}
.ct-header-cta .ct-button-secondary-text {
  color: var(--theme-button-text-initial-color);
  transition: color 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.ct-header-cta a:hover .ct-button-secondary-text {
  color: var(--theme-button-text-hover-color);
}
#offcanvas .ct-panel-content-inner {
  --margin: 0 0 20px 0;
}
#offcanvas .ct-panel-content-inner > * {
  margin: var(--margin);
}
#offcanvas .ct-panel-content-inner > *:first-child {
  margin-top: 0;
}
#offcanvas .ct-panel-content-inner > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 999.98px) {
  #offcanvas [data-device="desktop"] {
    display: none;
  }
}
@media (min-width: 1000px) {
  #offcanvas [data-device="mobile"] {
    display: none;
  }
}
.ct-header-cart,
.ct-header-account,
.ct-language-switcher[data-type="dropdown"] {
  position: relative;
}
.ct-header-cart:hover [data-placement],
.ct-header-cart:focus-within [data-placement],
.ct-header-account:hover [data-placement],
.ct-header-account:focus-within [data-placement],
.ct-language-switcher[data-type="dropdown"]:hover [data-placement],
.ct-language-switcher[data-type="dropdown"]:focus-within [data-placement] {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
.ct-cart-content,
.ct-header-account > ul,
.ct-language-switcher[data-type="dropdown"] > ul {
  position: absolute;
  z-index: 15;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 10px, 0);
  transition:
    opacity 0.2s ease,
    visibility 0.2s ease,
    transform 0.2s ease;
}
.ct-cart-content:not([data-placement]) *,
.ct-header-account > ul:not([data-placement]) *,
.ct-language-switcher[data-type="dropdown"] > ul:not([data-placement]) * {
  transition: none;
}
#offcanvas .ct-cart-content,
#offcanvas .ct-header-account > ul,
#offcanvas .ct-language-switcher[data-type="dropdown"] > ul {
  display: none;
}
[data-sticky*="yes"],
[data-sticky*="fixed"] {
  position: fixed;
  z-index: 5;
  top: calc(
    var(--admin-bar, 0px) + var(--theme-frame-size, 0px) +
      var(--header-sticky-offset, 0px)
  );
  left: var(--theme-frame-size, 0px);
  right: calc(var(--theme-frame-size, 0px) + var(--scrollbar-width, 0px));
}
[data-sticky*="slide"][data-sticky*="yes-start"] {
  transform: translateY(-100%);
}
[data-sticky*="slide"][data-sticky*="yes-end"] {
  transition: transform var(--header-sticky-animation-speed, 0.2s)
    cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-sticky*="slide"][data-sticky*="yes-hide-start"] {
  transform: none;
}
[data-sticky*="slide"][data-sticky*="yes-hide-end"] {
  transform: translateY(-100%);
  transition: transform var(--header-sticky-animation-speed, 0.2s)
    cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-sticky*="fade"][data-sticky*="yes-start"] {
  opacity: 0;
}
[data-sticky*="fade"][data-sticky*="yes-end"] {
  transition: opacity var(--header-sticky-animation-speed, 0.2s)
    cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-sticky*="fade"][data-sticky*="yes-hide-start"] {
  opacity: 1;
}
[data-sticky*="fade"][data-sticky*="yes-hide-end"] {
  opacity: 0;
  transition: opacity var(--header-sticky-animation-speed, 0.2s)
    cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-sticky],
[data-sticky] [data-row],
[data-sticky] [data-row*="boxed"] > div {
  transition:
    box-shadow var(--header-sticky-animation-speed, 0.2s)
      cubic-bezier(0.455, 0.03, 0.515, 0.955),
    backdrop-filter var(--header-sticky-animation-speed, 0.2s)
      cubic-bezier(0.455, 0.03, 0.515, 0.955),
    background-color var(--header-sticky-animation-speed, 0.2s)
      cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-sticky] .ct-header-text,
[data-sticky] .site-description {
  transition: color 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media (max-width: 999.98px) {
  [data-device="mobile"][data-transparent] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}
@media (min-width: 1000px) {
  [data-device="desktop"][data-transparent] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}
.ct-footer {
  padding: var(--footer-container-padding);
}
.ct-footer.ct-container {
  margin-bottom: var(--footer-container-bottom-offset);
  border-radius: var(--footer-container-border-radius);
}
.ct-footer [data-row] > div {
  display: grid;
  grid-template-columns: var(--grid-template-columns);
  grid-column-gap: var(--columns-gap, 50px);
  grid-row-gap: var(--columns-gap, 50px);
  padding-block: var(--container-spacing);
}
.ct-footer [data-column] {
  display: flex;
  flex-direction: column;
  align-items: var(--horizontal-alignment);
  justify-content: var(--vertical-alignment, flex-start);
  min-width: 0;
}
.ct-footer [data-column*="widget"] {
  text-align: var(--text-horizontal-alignment);
}
@media (max-width: 999.98px) {
  .ct-footer [data-column="ghost"] {
    display: none;
  }
}
.ct-footer [data-row] {
  border-top: var(--theme-border-top);
  border-bottom: var(--theme-border-bottom);
}
.ct-footer [data-row] > div {
  border-top: var(--theme-border-top);
  border-bottom: var(--theme-border-bottom);
}
@media (min-width: 1000px) {
  .ct-footer [data-column] {
    position: relative;
  }
  .ct-footer [data-column]:not(:last-child):after {
    position: absolute;
    content: "";
    top: calc(var(--container-spacing) * -1);
    inset-inline-end: calc(var(--columns-gap, 50px) / 2 * -1);
    height: calc(100% + var(--container-spacing) * 2);
    border-inline-end: var(--theme-border);
  }
}
[data-columns-divider] {
  position: relative;
}
[data-columns-divider]:after {
  position: absolute;
  inset: 0;
  width: 0px;
  margin: 0 auto;
  border-inline-end: var(--theme-border);
}
@media (min-width: 690px) and (max-width: 999.98px) {
  [data-columns-divider*="md"]:after {
    content: "";
  }
}
@media (max-width: 689.98px) {
  [data-columns-divider*="sm"]:after {
    content: "";
  }
}
[data-footer*="reveal"] .site-main {
  box-shadow: var(--footer-box-shadow);
}
[data-footer*="reveal"] .site-main,
[data-footer*="reveal"] #main-container {
  background: inherit;
}
[data-footer*="reveal"] .site-main,
[data-footer*="reveal"] .ct-trending-block {
  z-index: 1;
}
[data-footer*="reveal"] #main-container > [data-block] {
  z-index: 2;
}
[data-footer*="reveal"] .ct-footer {
  position: var(--position);
  bottom: var(--theme-frame-size, 0px);
}
.ct-footer [data-column] > [data-id] {
  margin: var(--margin);
}
[data-column*="copyright"] {
  display: flex;
  flex-direction: column;
  justify-content: var(--vertical-alignment);
  text-align: var(--horizontal-alignment);
}
.ct-footer-copyright {
  color: var(--theme-text-color);
  --theme-content-spacing: 0;
  --theme-link-initial-color: var(--theme-text-color);
}
.ct-footer-copyright > *:not(:first-child) {
  margin-top: 0.5em;
}
.ct-footer-socials .ct-social-box {
  justify-content: var(--horizontal-alignment);
}
.ct-footer .ct-widget {
  color: var(--theme-text-color);
  margin: var(--margin);
  --theme-link-initial-color: var(--theme-text-color);
}
.ct-footer .ct-widget:not(:first-child) {
  margin-top: var(--widgets-gap, 40px);
}
.ct-footer .ct-widget:has(.ct-newsletter-subscribe-block, .wp-block-separator) {
  width: 100%;
}
.ct-search-form {
  position: relative;
  display: flex;
  isolation: isolate;
  --theme-link-initial-color: var(--theme-text-color);
}
.ct-search-form input {
  z-index: 2;
}
.ct-search-form input::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.ct-search-form[data-form-controls="inside"] .wp-element-button {
  transform: none;
  box-shadow: none;
  border-radius: var(
    --has-classic-forms,
    var(--theme-form-field-border-radius, 3px)
  );
  border-start-start-radius: 0;
  border-end-start-radius: 0;
  border-width: var(--theme-form-field-border-width, 1px);
  border-style: var(--theme-form-field-border-style, solid);
  border-color: var(--theme-form-field-border-initial-color);
  --theme-icon-size: 13px;
  --theme-button-text-initial-color: var(--theme-text-color);
  --theme-button-text-hover-color: var(--theme-form-field-border-focus-color);
  --theme-button-background-initial-color: var(
    --has-classic-forms,
    var(--theme-form-field-background-initial-color)
  );
  --theme-button-background-hover-color: var(
    --has-classic-forms,
    var(--theme-form-field-background-initial-color)
  );
}
.ct-search-form[data-form-controls="inside"]:not([data-taxonomy-filter="true"])
  [data-button*="icon"] {
  border-inline-start: 0;
}
.ct-search-form[data-form-controls="outside"] .wp-element-button {
  margin-inline-start: 10px;
  border-radius: var(--theme-form-field-border-radius, 3px);
}
.ct-search-form[data-taxonomy-filter="true"] input,
.ct-search-form[data-form-controls="inside"] input,
.ct-search-form[data-form-controls="inside"] select {
  border-inline-end: 0;
  border-start-end-radius: 0;
  border-end-end-radius: 0;
}
.ct-search-form input:focus ~ .ct-search-form-controls select,
.ct-search-form input:focus ~ .ct-search-form-controls [data-button*="inside"] {
  border-color: var(--theme-form-field-border-focus-color);
  background-color: var(
    --has-classic-forms,
    var(--theme-form-field-background-focus-color)
  );
}
.ct-search-form .ct-search-form-controls {
  display: flex;
  z-index: 2;
}
.ct-search-form select {
  font-size: 14px;
  width: var(--search-form-select-width, auto);
  border-start-start-radius: 0;
  border-end-start-radius: 0;
}
.ct-search-form select:focus {
  --theme-form-field-border-focus-color: var(
    --theme-form-field-border-initial-color
  );
  --theme-form-field-background-focus-color: var(
    --theme-form-field-background-initial-color
  );
}
.ct-search-form .wp-element-button {
  white-space: nowrap;
  --theme-button-min-height: var(
    --search-button-size,
    var(--theme-form-field-height, 40px)
  );
}
.ct-search-form .wp-element-button[data-button*="icon"] {
  padding: initial;
  width: var(--search-button-size, var(--theme-form-field-height, 40px));
  --theme-icon-color: currentColor;
}
.ct-search-form .ct-ajax-loader {
  opacity: 0;
  --loader-size: 18px;
}
.ct-search-form.ct-has-dropdown {
  z-index: 2;
}
.widget_media_gallery .gallery {
  display: grid;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.widget_media_gallery .gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.widget_media_gallery .gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.widget_media_gallery .gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.widget_media_gallery .gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.widget_media_gallery .gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.widget_media_gallery .gallery-item a:hover {
  opacity: 0.8;
}
.ct-query-template-grid {
  display: grid;
  gap: var(--grid-columns-gap, 30px);
  grid-template-columns: repeat(var(--grid-columns-width), minmax(0, 1fr));
}
.ct-has-link-overlay :is(.wp-block-post, .wp-block-term) {
  position: relative;
  cursor: pointer;
}
.ct-has-link-overlay :is(.wp-block-post, .wp-block-term) .ct-link-overlay {
  position: absolute;
  inset: 0;
  margin: 0;
  pointer-events: none;
}
[class*="ct-contact-info"] {
  --theme-link-initial-color: var(
    --theme-block-text-color,
    var(--theme-text-color)
  );
}
[class*="ct-contact-info"] ul {
  display: flex;
  flex-direction: var(--items-direction, row);
  flex-wrap: wrap;
  gap: var(--items-spacing, 15px);
  align-items: var(--horizontal-alignment);
  text-align: start;
}
[class*="ct-contact-info"] li {
  display: flex;
  column-gap: 15px;
  align-items: center;
}
[class*="ct-contact-info"] li:hover a {
  color: var(--theme-link-hover-color);
}
[class*="ct-contact-info"] .contact-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  word-break: break-word;
  color: var(--theme-block-text-color, var(--theme-text-color));
}
[class*="ct-contact-info"] .contact-title {
  font-weight: 600;
}
.ct-dynamic-data a {
  --theme-link-initial-color: initial;
}
.ct-dynamic-media {
  display: flex;
}
.ct-dynamic-media .ct-dynamic-media-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  will-change: transform;
}
@media (hover: hover) {
  .ct-dynamic-media .ct-dynamic-media-inner[data-hover] img {
    transition: transform 0.5s ease;
  }
  .ct-dynamic-media .ct-dynamic-media-inner[data-hover="zoom-in"]:hover img {
    transform: scale(1.1);
  }
  .ct-dynamic-media .ct-dynamic-media-inner[data-hover="zoom-out"] img {
    transform: scale(1.1);
  }
  .ct-dynamic-media .ct-dynamic-media-inner[data-hover="zoom-out"]:hover img {
    transform: scale(1);
  }
}
.ct-dynamic-data-layer {
  color: var(--theme-text-color);
  --theme-link-initial-color: var(--theme-text-color);
}
.ct-dynamic-data-layer > span {
  margin-inline-end: 5px;
}
.ct-widget li ul,
.ct-widget li ol {
  padding-inline-start: 25px;
}
[data-panel*="in"] [data-behaviour="modal"].active .ct-panel-content,
[data-panel*="out"] [data-behaviour="modal"] .ct-panel-content {
  animation-duration: 0.25s;
  animation-fill-mode: both;
}
[data-panel*="in"] [data-behaviour="modal"].active .ct-panel-content {
  animation-name: move-in;
}
[data-panel*="out"] [data-behaviour="modal"] .ct-panel-content {
  animation-name: move-out;
}
@keyframes move-in {
  0% {
    opacity: 0;
    transform: translate3d(0, -40px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes move-out {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 40px, 0);
  }
}
[data-behaviour*="side"] .ct-panel-inner {
  position: absolute;
  inset-block: 0px;
  height: calc(100% - var(--side-panel-offset, 0px) * 2);
  width: calc(100% - var(--side-panel-offset, 0px) * 2);
  max-width: var(--side-panel-width, 500px);
  margin: var(--side-panel-offset, 0px);
  box-shadow: var(--theme-box-shadow);
  border-radius: var(--side-panel-border-radius, 0px);
  transition: transform 0.25s ease-in-out;
}
[data-panel*="in"] [data-behaviour*="side"].active .ct-panel-inner {
  transform: translate3d(0, 0, 0);
}
[data-behaviour*="right-side"] .ct-panel-inner {
  align-self: flex-end;
  transform: translate3d(var(--theme-panel-reveal-right, 20%), 0, 0);
}
[data-behaviour*="left-side"] .ct-panel-inner {
  align-self: flex-start;
  transform: translate3d(var(--theme-panel-reveal-left, -20%), 0, 0);
}
body[data-panel] {
  padding-right: var(--scrollbar-width, 0px);
}
body[data-panel] .ct-panel.active {
  display: flex;
}
body[data-panel*="in"] .ct-panel.active {
  opacity: 1;
  pointer-events: auto;
}
.ct-panel {
  flex-direction: column;
  position: fixed;
  z-index: 999999;
  inset: var(--admin-bar, 0px) 0 0 0;
  opacity: 0;
  display: none;
  pointer-events: none;
  transition: opacity 0.25s ease-in-out;
}
.ct-panel .ct-panel-inner {
  display: flex;
  flex-direction: column;
}
@media (max-width: 689.98px) {
  .ct-panel .ct-panel-inner {
    --panel-padding: 25px;
  }
}
.ct-panel-actions {
  display: flex;
  align-items: center;
  padding-inline: var(--panel-padding, 35px);
}
@media (max-width: 689.98px) {
  .ct-panel-actions {
    padding-top: 20px;
  }
}
@media (min-width: 690px) {
  .ct-panel-actions {
    padding-top: 30px;
  }
}
.ct-panel-actions .ct-panel-heading {
  font-size: 15px;
  font-weight: 600;
  color: var(--theme-text-color);
}
.ct-panel-actions .ct-toggle-close {
  --toggle-button-padding: 10px;
  --toggle-button-margin-end: -10px;
  --toggle-button-margin-block: -10px;
}
.ct-panel-content {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: var(--vertical-alignment, flex-start);
}
.ct-panel-content-inner {
  display: flex;
  flex-direction: column;
  align-items: var(--horizontal-alignment, flex-start);
  height: var(--panel-content-height, auto);
  overflow-y: auto;
  padding: var(--panel-padding, 35px);
}
.ct-social-box {
  display: flex;
  flex-direction: var(--items-direction, row);
  flex-wrap: var(--wrap, wrap);
  gap: var(--items-spacing, 15px);
}
.ct-social-box a {
  display: flex;
  align-items: center;
}
.ct-social-box .ct-label {
  margin-inline-start: 0.7em;
  transition: color 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-color="official"] .ct-icon-container {
  --theme-icon-color: var(--official-color);
  --theme-icon-hover-color: var(--official-color);
  transition: opacity 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-color="official"] .ct-icon-container:hover {
  opacity: 0.7;
}
[data-color="official"] .ct-label {
  color: var(--official-color);
}
[data-color="official"][data-icons-type*="solid"] .ct-icon-container {
  --theme-icon-color: #fff;
  --theme-icon-hover-color: #fff;
  background-color: var(--official-color);
}
[data-color="official"][data-icons-type*="outline"] .ct-icon-container {
  border: 1px solid var(--official-color);
}
.ct-drawer-canvas[data-location="end"] {
  height: calc(
    var(--shortcuts-bar-parent-height, var(--shortcuts-bar-height, 0px)) +
      var(--floating-bar-parent-height, var(--floating-bar-height, 0px)) +
      var(--compare-bar-height, 0px)
  );
}
.ct-drawer-canvas[data-location="end"] .ct-drawer-inner {
  position: fixed;
  z-index: 100;
  inset-inline: var(--theme-frame-size, 0px)
    calc(var(--theme-frame-size, 0px) + var(--scrollbar-width, 0px));
  bottom: var(--theme-frame-size, 0px);
  height: calc(
    var(--shortcuts-bar-parent-height, var(--shortcuts-bar-height, 0px)) +
      var(--floating-bar-parent-height, var(--floating-bar-height, 0px)) +
      var(--compare-bar-height, 0px)
  );
  transition: transform 0.2s ease;
}
#main-container {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: calc(
    100vh - var(--admin-bar, 0px) - var(--theme-frame-size, 0px) * 2
  );
  overflow: hidden;
  overflow: clip;
}
#main-container .site-main {
  flex-grow: 1;
}
[class*="ct-container"] {
  margin-inline: auto;
}
.ct-container,
.ct-container-narrow {
  width: var(--theme-container-width);
}
.ct-container {
  max-width: var(--theme-normal-container-max-width);
}
.ct-container-narrow {
  max-width: var(--theme-narrow-container-max-width);
}
.ct-container-fluid {
  width: calc(
    var(--theme-container-edge-spacing) - var(--theme-frame-size, 0px) * 2
  );
}
@media (min-width: 1000px) {
  .ct-container-fluid {
    --theme-container-edge-spacing: calc(100vw - 60px);
  }
}
.is-layout-constrained
  > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  width: var(--theme-block-width);
}
.is-width-constrained {
  margin-inline: auto;
  width: var(--theme-container-width);
  max-width: var(--theme-block-max-width);
}
[data-vertical-spacing*="top"] {
  padding-top: var(--theme-content-vertical-spacing);
}
[data-vertical-spacing*="bottom"] {
  padding-bottom: var(--theme-content-vertical-spacing);
}
article > :is(.ct-comments, .ct-related-posts) {
  margin-top: 60px;
  padding-top: 50px;
  border-top: 1px solid var(--theme-border-color);
}
@media (max-width: 689.98px) {
  .ct-comments-container > div {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
@media (min-width: 690px) {
  .ct-comments-container > div {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
[data-block-structure="custom"] {
  width: 100%;
}
.hero-section .ct-author-name [class*="ct-media-container"] {
  border-radius: 100%;
  margin-bottom: 10px;
}
.author-box-socials {
  --theme-icon-size: 12px;
  --theme-icon-color: #fff;
}
.author-box-socials span {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
}
.author-box-socials span a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: var(--background-color, var(--theme-palette-color-1));
}
.author-box-socials span a:hover {
  background: var(--background-hover-color, var(--theme-palette-color-2));
}
.author-box-socials span a:hover .ct-icon {
  fill: var(--theme-icon-hover-color, #fff);
}
.ct-no-results {
  --alignment: center;
}
.ct-no-results .ct-search-form {
  margin: 0 auto;
  max-width: 400px;
}
[data-content="normal"] > article {
  --theme-block-width: var(--has-wide, var(--theme-container-width));
  --theme-block-max-width: var(
    --has-wide,
    var(--theme-normal-container-max-width)
  );
  --theme-block-wide-max-width: var(
    --has-wide,
    calc(var(--theme-normal-container-max-width) + var(--theme-wide-offset) * 2)
  );
  --theme-boxed-content-max-width: var(--theme-normal-container-max-width);
}
[data-content="narrow"] > article {
  --theme-block-width: var(--has-wide, var(--theme-container-width));
  --theme-block-max-width: var(
    --has-wide,
    var(--theme-narrow-container-max-width)
  );
  --theme-block-wide-max-width: var(
    --has-wide,
    calc(var(--theme-narrow-container-max-width) + var(--theme-wide-offset) * 2)
  );
  --theme-boxed-content-max-width: var(--theme-narrow-container-max-width);
}
[class*="ct-container"] > article {
  --has-background: var(--has-boxed);
  --has-boxed-structure: var(--has-boxed);
  --wp--style--global--content-size: var(--theme-block-max-width);
  --wp--style--global--wide-size: var(--theme-block-wide-max-width);
  border: var(--has-boxed, var(--theme-boxed-content-border));
  padding: var(--has-boxed, var(--theme-boxed-content-spacing));
  box-shadow: var(--has-boxed, var(--theme-boxed-content-box-shadow));
  border-radius: var(--has-boxed, var(--theme-boxed-content-border-radius));
  margin-inline: var(--has-boxed-structure, auto);
  width: var(--has-boxed-structure, var(--theme-container-width));
  max-width: var(--has-boxed-structure, var(--theme-boxed-content-max-width));
}
[data-prefix*="preview-mode"] article[class*="post"] {
  --has-boxed: var(--false);
  --has-wide: var(--true);
}
.alignleft,
.alignright {
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}
.alignleft {
  float: left;
  margin-inline-end: 1.5em;
}
.alignright {
  float: right;
  margin-inline-start: 1.5em;
}
.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.entry-content > .alignleft {
  margin-inline-start: calc(
    (
        100% -
          min(var(--theme-block-max-width), var(--theme-container-width-base))
      ) /
      2
  );
}
.entry-content > .alignright {
  margin-inline-end: calc(
    (
        100% -
          min(var(--theme-block-max-width), var(--theme-container-width-base))
      ) /
      2
  );
}
.entry-content .alignleft {
  margin-inline-end: var(--theme-content-spacing);
}
.entry-content .alignright {
  margin-inline-start: var(--theme-content-spacing);
}
.entry-content:after {
  display: table;
  clear: both;
  content: "";
}
.wp-block-image:last-child {
  margin-bottom: 0;
}
.wp-block-image.wp-lightbox-container {
  isolation: isolate;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.is-style-outline,
.wp-block-buttons .wp-block-button.is-style-outline > .wp-block-button__link {
  padding: var(--theme-button-padding);
}
.wp-block-button[style*="font-weight"] .wp-block-button__link {
  font-weight: inherit;
}
article > .entry-content > :is(istable, iframe) {
  --theme-block-width: var(--theme-container-width);
}
:where(.wp-block-calendar table:not(.has-background) th) {
  background: var(--theme-form-field-border-initial-color);
}
.wp-block-calendar table caption {
  font-weight: 500;
  padding: 0;
  margin-bottom: 0.7rem;
}
.wp-block-calendar table:where(:not(.has-text-color)) td,
.wp-block-calendar table:where(:not(.has-text-color)) th {
  border-color: var(--theme-form-field-border-initial-color);
}
.has-drop-cap:not(:focus):first-letter {
  font-size: 5.55em;
  font-weight: 700;
}
@media (max-width: 689.98px) {
  .instagram-media {
    max-width: 100% !important;
    min-width: initial !important;
  }
}
.entry-content figcaption {
  text-align: center;
  margin-block: 0.5em 0;
}
.entry-content .wp-caption {
  max-width: min(var(--theme-block-width), var(--theme-block-max-width));
}
.wp-block-table table:not(.has-border-color) thead,
.wp-block-table table:not(.has-border-color) tfoot,
.wp-block-table table:not(.has-border-color) td,
.wp-block-table table:not(.has-border-color) th {
  border-color: var(--theme-table-border-color, var(--theme-border-color));
}
.wp-block-table.is-style-stripes {
  border: 0;
}
.wp-block-search .wp-element-button {
  min-height: var(--theme-form-field-height, 40px);
}
.wp-block-search.wp-block-search__icon-button .wp-element-button {
  padding: 5px;
  min-width: var(--theme-form-field-height, 40px);
}
.wp-block-search.wp-block-search__text-button .wp-element-button {
  padding: 5px 20px;
}
.wp-block-search.wp-block-search__button-inside
  .wp-block-search__inside-wrapper {
  border-radius: var(--theme-form-field-border-radius, 3px);
  border-color: var(--theme-form-field-border-initial-color);
}
.wp-block-search.wp-block-search__button-inside
  .wp-block-search__inside-wrapper
  .wp-block-search__input {
  border: none;
}
.wp-block-spacer {
  margin-block: 0;
}
.wp-block-gallery ul {
  width: 100%;
  margin-bottom: -16px;
}
.wp-block-gallery figcaption {
  --theme-block-max-width: 100%;
}
.wp-block-separator {
  border: none;
  color: var(--theme-form-field-border-initial-color);
}
.wp-block-separator:not(
  :where(.is-style-wide, .is-style-dots, .alignfull, .alignwide)
) {
  max-width: 100px;
}
.wp-block-separator:not(.is-style-dots) {
  height: 2px;
}
.wp-block-accordion-heading {
  margin-bottom: 0;
}
.page-links,
.woocommerce-pagination > .page-numbers {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 500;
  border-top: 1px solid var(--theme-border-color);
  padding-top: calc(var(--theme-content-spacing) + 1.5em);
  margin-top: calc(var(--theme-content-spacing) + 1.5em);
}
.page-links a,
.page-links .current,
.page-links .post-pages-label,
.woocommerce-pagination > .page-numbers a,
.woocommerce-pagination > .page-numbers .current,
.woocommerce-pagination > .page-numbers .post-pages-label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  min-width: 38px;
  padding: 0 10px;
  border-radius: 3px;
  border: 1px solid var(--theme-border-color);
}
.page-links .current,
.woocommerce-pagination > .page-numbers .current {
  color: #fff;
  background: var(--theme-palette-color-1);
  --theme-border-color: var(--theme-palette-color-1);
}
.page-links a,
.woocommerce-pagination > .page-numbers a {
  --theme-link-initial-color: var(--theme-text-color);
}
.page-links a:hover,
.woocommerce-pagination > .page-numbers a:hover {
  box-shadow: 0px 0px 0px 1px var(--theme-palette-color-1);
  --theme-border-color: var(--theme-palette-color-1);
}
@media (max-width: 600px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: var(--theme-content-spacing);
  }
}
.wp-block-media-text .wp-block-media-text__content p:last-child {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .wp-block-media-text:not(.has-background) .wp-block-media-text__content {
    padding-inline: 0;
    padding-bottom: 0;
  }
}
.wp-block-post-title a {
  --theme-link-initial-color: initial;
}
.post-password-form > p:last-child {
  display: grid;
  align-items: flex-end;
  gap: 15px;
}
@media (min-width: 690px) {
  .post-password-form > p:last-child {
    grid-template-columns: 1fr 250px;
  }
}
.post-password-form > p:last-child > label {
  margin-bottom: 0;
}
.post-password-form > p:last-child > label input {
  margin-top: 0.5em;
}
.post-password-form > p:last-child > input[type="submit"] {
  height: var(--theme-form-field-height, 40px);
}
blockquote:where(:not(.is-style-plain)):where(
    :not(.has-text-align-center):not(.has-text-align-right)
  ) {
  border-inline-start: 4px solid var(--theme-palette-color-1);
}
blockquote:where(:not(.is-style-plain)).has-text-align-center {
  padding-block: 1.5em;
  border-block: 3px solid var(--theme-palette-color-1);
}
blockquote:where(:not(.is-style-plain)).has-text-align-right {
  border-inline-end: 4px solid var(--theme-palette-color-1);
}
blockquote:where(
  :not(.is-style-plain):not(.has-text-align-center):not(.has-text-align-right)
) {
  padding-inline-start: 1.5em;
}
blockquote.has-text-align-right {
  padding-inline-end: 1.5em;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote cite {
  font-size: 14px;
}
figure.wp-block-pullquote {
  position: relative;
  padding: 70px;
  text-align: initial;
  border-width: 10px;
  border-style: solid;
  border-color: var(--theme-palette-color-1);
}
@media (max-width: 689.98px) {
  figure.wp-block-pullquote {
    padding: 50px;
  }
}
figure.wp-block-pullquote blockquote {
  border: 0;
  padding: 0;
  position: relative;
  isolation: isolate;
}
figure.wp-block-pullquote blockquote:before {
  position: absolute;
  z-index: -1;
  content: "";
  width: var(--quote-icon-size, 70px);
  height: var(--quote-icon-size, 70px);
  top: calc(var(--quote-icon-size, 70px) / -3);
  inset-inline-start: calc(var(--quote-icon-size, 70px) / -3);
  opacity: 0.15;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M0,19.04v-8.62c-0.04-1.24,0.14-2.4,0.54-3.49S1.49,4.88,2.2,4.06C2.92,3.23,3.77,2.55,4.76,2C5.76,1.46,6.84,1.11,8,0.96 v3.72C6.58,5.17,5.6,5.89,5.07,6.85C4.55,7.8,4.29,8.98,4.29,10.37H8v8.67H0zM12,19.04v-8.62c-0.04-1.24,0.14-2.4,0.53-3.49 s0.95-2.05,1.66-2.87c0.71-0.83,1.57-1.51,2.56-2.06c0.99-0.54,2.08-0.89,3.24-1.04v3.72c-1.43,0.49-2.4,1.21-2.93,2.17c-0.53,0.96-0.79,2.13-0.79,3.52H20v8.67H12z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M0,19.04v-8.62c-0.04-1.24,0.14-2.4,0.54-3.49S1.49,4.88,2.2,4.06C2.92,3.23,3.77,2.55,4.76,2C5.76,1.46,6.84,1.11,8,0.96 v3.72C6.58,5.17,5.6,5.89,5.07,6.85C4.55,7.8,4.29,8.98,4.29,10.37H8v8.67H0zM12,19.04v-8.62c-0.04-1.24,0.14-2.4,0.53-3.49 s0.95-2.05,1.66-2.87c0.71-0.83,1.57-1.51,2.56-2.06c0.99-0.54,2.08-0.89,3.24-1.04v3.72c-1.43,0.49-2.4,1.21-2.93,2.17c-0.53,0.96-0.79,2.13-0.79,3.52H20v8.67H12z'/%3E%3C/svg%3E");
}
@media (max-width: 689.98px) {
  figure.wp-block-pullquote blockquote:before {
    --quote-icon-size: 40px;
  }
}
figure.wp-block-pullquote blockquote p {
  margin-bottom: 1em;
}
figure.wp-block-pullquote blockquote p:last-child {
  margin-bottom: 0;
}
figure.wp-block-pullquote blockquote cite {
  font-size: 16px;
  font-weight: 500;
}
.wp-block-group.is-position-sticky {
  top: calc(
    var(--wp-block-top-offset, 0px) + var(--admin-bar, 0px) +
      var(--theme-frame-size, 0px) + var(--header-sticky-height, 0px) *
      var(--sticky-shrink, 100) / 100
  );
}
:root :where(p.has-background, .wp-block-group.has-background) {
  padding: var(--theme-content-spacing);
}
.stk-block-button .stk-button {
  border-radius: var(--theme-button-border-radius, 3px);
}
.stk-block-button {
  --stk-button-text-color: var(--theme-button-text-initial-color);
  --stk-button-background-color: var(--theme-button-background-initial-color);
}
.wp-block-stackable-columns.alignfull > .stk-row:not(.alignfull) {
  width: var(--theme-block-width) !important;
}
#start-resizable-editor-section {
  display: none;
}
.stk-button-group:not(.stk-collapse-on-desktop)
  .block-editor-block-list__layout {
  justify-content: var(--stk-alignment-justify-content);
}
.stk-button-group:is(.stk--collapse-on-desktop)
  > .block-editor-inner-blocks
  > .block-editor-block-list__layout
  > [data-block] {
  margin-inline-end: var(--stk-alignment-margin-right);
  margin-inline-start: var(--stk-alignment-margin-left);
}
.stk--block-orientation-horizontal
  > .block-editor-inner-blocks
  > .block-editor-block-list__layout
  > *
  + * {
  margin-left: var(--stk-block-margin-bottom);
}
.stk--block-orientation-horizontal
  > .block-editor-inner-blocks
  > .block-editor-block-list__layout {
  display: flex !important;
  flex-direction: row;
}
.stk--block-orientation-horizontal
  > .block-editor-inner-blocks
  > .block-editor-block-list__layout
  > * {
  margin-bottom: 0;
  margin-top: 0;
}
.stk--block-orientation-horizontal
  > .block-editor-inner-blocks
  > .block-editor-block-list__layout
  > [data-block] {
  width: auto;
}
.stk-block-accordion {
  box-sizing: border-box;
}
.stk-block-accordion summary {
  --stk-block-margin-bottom: 0;
  --stk-icon-size: 16px;
  cursor: pointer;
  list-style: none;
}
.stk-block-accordion summary::-webkit-details-marker {
  display: none;
}
.stk-block-accordion summary .stk-block-icon:first-child {
  justify-content: flex-start;
}
.stk-block-accordion summary .stk-block-icon:last-child {
  justify-content: flex-end;
}
.stk-block-accordion summary.stk-block-column:focus:not(:focus-visible) {
  outline: none;
}
.stk-block-accordion
  .stk-block-accordion__heading
  .stk-block-icon-label
  .stk-block-heading {
  flex: 1;
}
.stk-block-accordion
  .stk-block-accordion__heading
  .stk-block-icon-label
  .stk-block-icon {
  flex: 0 0 40px;
}
.stk-block-accordion .stk-block-accordion__heading .stk-block-column__content {
  width: unset;
}
.stk-block-accordion .stk-block-accordion__content > .stk-container {
  padding: var(--stk-container-padding);
}
.stk-block-accordion summary .stk--svg-wrapper {
  transition: all 0.7s cubic-bezier(0.2, 0.6, 0.4, 1);
}
.stk-block-accordion[open] > summary .stk--svg-wrapper:not(.stk--has-icon2) {
  transform: rotate(180deg);
}
.stk-block-accordion[open]
  > summary
  .stk--svg-wrapper.stk--has-icon2
  .stk--inner-svg {
  display: none;
}
.stk-block-accordion[open] > summary .stk--icon-2 {
  display: block !important;
}
.stk-block-accordion .stk-block-accordion__content {
  height: 100%;
  opacity: 1;
  overflow: hidden;
  transform: translateY(0);
}
.stk-block-accordion .stk-block-accordion__content > * > * {
  flex-shrink: 0;
}
.stk-block-accordion .stk-block-accordion__content:has(.stk-block-timeline) {
  transform: none;
}
.stk-block-accordion:not([open]) .stk-block-accordion__content {
  max-height: 0;
  opacity: 0;
  transform: translateY(25px);
}
.stk-block-accordion > .stk-block-column {
  order: 0 !important;
}
.stk-inner-blocks > .stk-block-accordion__wrapper:last-child,
.stk-inner-blocks > .stk-block-accordion__wrapper:last-child > * {
  margin-bottom: 0;
}
.stk-block.stk-block-blockquote
  :is(.stk-container.stk-block-blockquote__content, .stk-inner-blocks) {
  flex-direction: row;
}
.stk-block-blockquote__content {
  max-width: none !important;
}
.stk-block-blockquote .stk-block-icon {
  flex: 0;
  margin-inline-end: 16px;
  width: auto;
}
.stk-block-button {
  --stk-block-margin-bottom: 0;
}
.stk-block.stk-block-button {
  min-width: -moz-fit-content;
  min-width: fit-content;
  width: auto;
}
.stk-button,
.stk-button:after,
.stk-button:before {
  box-sizing: border-box;
}
.stk-button-group {
  max-width: none !important;
}
.stk-block-call-to-action__content > .stk-inner-blocks.stk--column-flex {
  justify-content: center;
}
.stk-block-card__image {
  background-size: cover;
  height: 300px;
  width: 100%;
}
.stk-block-card__image + .stk-block-card__content:not(.stk-container-padding) {
  padding-top: var(--stk-block-margin-bottom);
}
.stk-block-card__content {
  display: flex;
  flex-direction: column;
}
.stk-block-carousel {
  --gap: 30px;
  --slides-to-show: 1;
  --button-offset: 12px;
  --button-gap: 12px;
  --button-height: 40px;
  --button-width: 40px;
  --dot-color: #aaa;
  --dot-color-hover: #1b1b1b;
  --dot-size: 8px;
  --dot-gap: 16px;
  --dot-active-width: 30px;
  --dot-active-height: var(--dot-size, 8px);
  --dot-offset: 12px;
  --transition-duration: 0.3s;
  --stk-columns-spacing: 0px !important;
}
.stk-block-carousel .stk-block-carousel__content-wrapper {
  max-width: 100%;
}
.stk-block-carousel.stk--is-slide[data-slides-to-show="1"] {
  --gap: 0px;
}
.stk-block-carousel .stk-block-carousel__slider > .stk-block-column {
  order: 0;
}
.stk-block-carousel__slider {
  background: #0000;
  cursor: grab;
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  scrollbar-width: none;
  width: 100%;
}
.stk-block-carousel__slider-wrapper {
  position: relative;
  z-index: 1;
}
.stk-block-carousel__button,
.stk-block-carousel__dot {
  all: unset !important;
  cursor: pointer !important;
  transition:
    all 0.3s ease-in-out,
    outline-offset 0s,
    outline 0s !important;
}
.stk-block-carousel__button:before,
.stk-block-carousel__dot:before {
  transition: all 0.3s ease-in-out !important;
}
.stk-block-carousel__buttons {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: var(--button-gap, 12px);
  inset: var(--button-offset, 12px);
  justify-content: space-between;
  pointer-events: none;
  position: absolute;
  z-index: 9999;
}
.stk-block-carousel__buttons svg {
  overflow: visible;
}
.stk-block-carousel__button {
  pointer-events: all !important;
  -webkit-user-select: none;
  user-select: none;
}
.stk-block-carousel__dots {
  display: flex;
  flex-direction: row;
  gap: min(var(--dot-gap), var(--dot-gap) - (24px - var(--dot-size)));
  justify-content: center;
  margin-top: max(var(--dot-offset), -24px);
  min-height: 24px;
  position: relative;
  top: min(0px, var(--dot-offset) + 24px);
  z-index: 2;
}
.stk-block-carousel__dots li {
  list-style: none;
}
.stk-block-carousel.stk--is-fade
  .stk-block-carousel__slider
  > .stk-block-column {
  flex: 1 0 100% !important;
  height: auto;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  transition-delay: calc(var(--transition-duration, 0.3s) * 0.3);
  transition-duration: max(var(--transition-duration, 0.3s) * 1.15, 0.01s);
  width: 100%;
}
.stk-block-carousel.stk--is-fade
  .stk-block-carousel__slider
  > .stk-block-column.stk-block-carousel__slide--active {
  transition-delay: 0s;
  transition-duration: var(--transition-duration, 0.3s);
}
.stk-block-carousel.stk--is-fade
  .stk-block-carousel__slider
  > .stk-block-column:not(:first-child) {
  left: 0;
  opacity: 0;
  position: relative;
  visibility: hidden;
}
.stk-block-carousel.stk--is-slide
  .stk-block-carousel__slider:not(.stk--snapping-deactivated) {
  scroll-behavior: smooth;
  scroll-snap-type: inline mandatory;
}
.stk-block-carousel .stk-block-carousel__slider.stk--snapping-deactivated {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
.stk-block-carousel.stk--is-slide .stk-block-carousel__slider {
  -ms-overflow-style: none;
  gap: var(--gap);
  overflow-x: scroll;
  overflow-x: -moz-scrollbars-none;
  overflow-y: hidden;
  overscroll-behavior-inline: contain;
}
.stk-block-carousel.stk--is-slide
  .stk-block-carousel__slider::-webkit-scrollbar {
  display: none !important;
  height: 0 !important;
}
.stk-block-carousel.stk--is-slide .stk-block-carousel__slider > * {
  flex: 1 0
    calc(
      100% / var(--slides-to-show) - var(--gap) / var(--slides-to-show) *
        (var(--slides-to-show) - 1)
    ) !important;
  scroll-snap-align: start;
}
.stk-block-carousel .stk--hidden {
  clip: rect(0 0 0 0);
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.stk-block-carousel__button {
  align-items: center !important;
  background: #fff !important;
  border-radius: 100% !important;
  color: initial !important;
  display: flex !important;
  height: var(--button-height, 40px) !important;
  justify-content: center !important;
  opacity: 0.9 !important;
  padding: initial !important;
  width: var(--button-width, 40px) !important;
}
.stk-block-carousel__button:hover {
  background: #fff;
  opacity: 1;
}
.stk-block-carousel__button svg {
  height: 16px;
  width: 16px;
}
.stk-block-carousel__dot {
  align-items: center !important;
  display: flex !important;
  height: max(24px, var(--dot-size, 8px)) !important;
  justify-content: center !important;
  position: relative !important;
  width: max(24px, var(--dot-size, 8px)) !important;
  will-change: margin, margin-inline, width;
}
.stk-block-carousel__dot,
.stk-block-carousel__dot:hover {
  background: #0000 !important;
}
.stk-block-carousel__dot:before {
  background: var(--dot-color, #aaa);
  border-radius: var(--dot-size, 8px);
  content: "" !important;
  height: var(--dot-size, 8px);
  inset: auto !important;
  opacity: 1 !important;
  position: absolute;
  width: var(--dot-size, 8px);
}
.stk-block-carousel__dot:hover:before {
  background: var(--dot-color-hover, #1b1b1b);
}
.stk-block-carousel__dot.stk-block-carousel__dot--active {
  margin-inline: max(0px, (24px - var(--dot-size))/2) !important;
  width: var(--dot-active-width, 30px) !important;
}
.stk-block-carousel__dot.stk-block-carousel__dot--active:before {
  background: #1b1b1b;
  height: var(--dot-active-height);
  width: var(--dot-active-width, 30px);
}
.stk-block-carousel.stk--dots-outline
  .stk-block-carousel__dot:not(
    .stk-block-carousel__dot--active,
    :hover
  ):before {
  background: #0000;
  box-shadow: inset 0 0 0 1px var(--dot-color, #aaa);
}
.stk-block-carousel.stk--arrows-outside.stk--arrows-justify-space-between.stk--arrows-align-center
  .stk-block-carousel__buttons {
  inset: 0;
}
.stk-block-carousel.stk--arrows-outside.stk--arrows-justify-space-between.stk--arrows-align-center
  .stk-block-carousel__slider {
  width: calc(100% - var(--button-width) * 2 - var(--button-offset) * 2);
}
.stk-block-carousel.stk--arrows-outside:is(
    .stk--arrows-align-flex-end,
    .stk--arrows-align-flex-start
  )
  .stk-block-carousel__slider-wrapper {
  flex-direction: column;
  gap: var(--button-offset, 12px);
}
.stk-block-carousel.stk--arrows-outside:is(
    .stk--arrows-align-flex-end,
    .stk--arrows-align-flex-start
  )
  .stk-block-carousel__buttons {
  position: static;
}
.stk-block-carousel.stk--arrows-outside.stk--arrows-align-flex-start
  .stk-block-carousel__slider-wrapper {
  flex-direction: column-reverse;
}
.stk-block-carousel .stk-img-carousel.lazyload[src*="data:"] {
  height: 1px !important;
}
.stk-block.stk-block-column .stk-column-wrapper {
  width: 100%;
}
.stk-block-column__content {
  box-sizing: border-box;
}
.stk-column-wrapper > .stk-inner-blocks {
  margin-bottom: 0;
}
.stk-block .stk--align-last-block-to-bottom {
  height: 100%;
}
.stk-block .stk--align-last-block-to-bottom > :last-child {
  margin-top: auto;
}
.stk-block:is(.stk-block-column--v3, [data-v]) > .stk-column-wrapper {
  min-width: 0;
}
.stk--fit-content > .stk-block-column,
.stk--flex > .stk-block-column {
  flex: 0 1 auto !important;
  max-width: none;
  min-width: 24px;
  width: -moz-fit-content;
  width: fit-content;
}
.stk-block-columns > .stk-block-content {
  --stk-column-gap: 0px;
  column-gap: var(--stk-column-gap);
  margin-left: auto;
  margin-right: auto;
}
:where(.stk-has-design-system-spacing-and-borders)
  .stk-block-columns
  > .stk-block-content {
  --stk-column-gap: var(--stk-columns-column-gap, 0px);
  row-gap: var(--stk-columns-row-gap, 0);
}
:where(.stk-block-columns) {
  --stk-col-order-1: 1;
  --stk-col-order-2: 2;
  --stk-col-order-3: 3;
  --stk-col-order-4: 4;
  --stk-col-order-5: 5;
  --stk-col-order-6: 6;
  --stk-col-order-7: 7;
  --stk-col-order-8: 8;
  --stk-col-order-9: 9;
  --stk-col-order-10: 10;
  --stk-col-order-11: 11;
  --stk-col-order-12: 12;
  --stk-col-order-13: 13;
  --stk-col-order-14: 14;
  --stk-col-order-15: 15;
  --stk-col-order-16: 16;
  --stk-col-order-17: 17;
  --stk-col-order-18: 18;
  --stk-col-order-19: 19;
  --stk-col-order-20: 20;
  --stk-col-order-21: 21;
  --stk-col-order-22: 22;
  --stk-col-order-23: 23;
  --stk-col-order-24: 24;
  --stk-col-order-25: 25;
  --stk-col-order-26: 26;
  --stk-col-order-27: 27;
  --stk-col-order-28: 28;
  --stk-col-order-29: 29;
  --stk-col-order-30: 30;
  --stk-col-order-31: 31;
  --stk-col-order-32: 32;
  --stk-col-order-33: 33;
  --stk-col-order-34: 34;
  --stk-col-order-35: 35;
  --stk-col-order-36: 36;
  --stk-col-order-37: 37;
  --stk-col-order-38: 38;
  --stk-col-order-39: 39;
  --stk-col-order-40: 40;
}
.stk-block-column:first-child {
  order: var(--stk-col-order-1, initial);
}
.stk-block-column:nth-child(2) {
  order: var(--stk-col-order-2, initial);
}
.stk-block-column:nth-child(3) {
  order: var(--stk-col-order-3, initial);
}
.stk-block-column:nth-child(4) {
  order: var(--stk-col-order-4, initial);
}
.stk-block-column:nth-child(5) {
  order: var(--stk-col-order-5, initial);
}
.stk-block-column:nth-child(6) {
  order: var(--stk-col-order-6, initial);
}
.stk-block-column:nth-child(7) {
  order: var(--stk-col-order-7, initial);
}
.stk-block-column:nth-child(8) {
  order: var(--stk-col-order-8, initial);
}
.stk-block-column:nth-child(9) {
  order: var(--stk-col-order-9, initial);
}
.stk-block-column:nth-child(10) {
  order: var(--stk-col-order-10, initial);
}
.stk-block-column:nth-child(11) {
  order: var(--stk-col-order-11, initial);
}
.stk-block-column:nth-child(12) {
  order: var(--stk-col-order-12, initial);
}
.stk-block-column:nth-child(13) {
  order: var(--stk-col-order-13, initial);
}
.stk-block-column:nth-child(14) {
  order: var(--stk-col-order-14, initial);
}
.stk-block-column:nth-child(15) {
  order: var(--stk-col-order-15, initial);
}
.stk-block-column:nth-child(16) {
  order: var(--stk-col-order-16, initial);
}
.stk-block-column:nth-child(17) {
  order: var(--stk-col-order-17, initial);
}
.stk-block-column:nth-child(18) {
  order: var(--stk-col-order-18, initial);
}
.stk-block-column:nth-child(19) {
  order: var(--stk-col-order-19, initial);
}
.stk-block-column:nth-child(20) {
  order: var(--stk-col-order-20, initial);
}
.stk-block-column:nth-child(21) {
  order: var(--stk-col-order-21, initial);
}
.stk-block-column:nth-child(22) {
  order: var(--stk-col-order-22, initial);
}
.stk-block-column:nth-child(23) {
  order: var(--stk-col-order-23, initial);
}
.stk-block-column:nth-child(24) {
  order: var(--stk-col-order-24, initial);
}
.stk-block-column:nth-child(25) {
  order: var(--stk-col-order-25, initial);
}
.stk-block-column:nth-child(26) {
  order: var(--stk-col-order-26, initial);
}
.stk-block-column:nth-child(27) {
  order: var(--stk-col-order-27, initial);
}
.stk-block-column:nth-child(28) {
  order: var(--stk-col-order-28, initial);
}
.stk-block-column:nth-child(29) {
  order: var(--stk-col-order-29, initial);
}
.stk-block-column:nth-child(30) {
  order: var(--stk-col-order-30, initial);
}
.stk-block-column:nth-child(31) {
  order: var(--stk-col-order-31, initial);
}
.stk-block-column:nth-child(32) {
  order: var(--stk-col-order-32, initial);
}
.stk-block-column:nth-child(33) {
  order: var(--stk-col-order-33, initial);
}
.stk-block-column:nth-child(34) {
  order: var(--stk-col-order-34, initial);
}
.stk-block-column:nth-child(35) {
  order: var(--stk-col-order-35, initial);
}
.stk-block-column:nth-child(36) {
  order: var(--stk-col-order-36, initial);
}
.stk-block-column:nth-child(37) {
  order: var(--stk-col-order-37, initial);
}
.stk-block-column:nth-child(38) {
  order: var(--stk-col-order-38, initial);
}
.stk-block-column:nth-child(39) {
  order: var(--stk-col-order-39, initial);
}
.stk-block-column:nth-child(40) {
  order: var(--stk-col-order-40, initial);
}
.stk-block-count-up__text {
  font-size: 48px;
}
.stk-block-count-up__text:not(.stk--count-up-active) {
  opacity: 0;
}
.stk-block.stk-block-countdown {
  text-align: center;
}
.stk-block.stk-block-countdown.stk-block-countdown--aligned
  .stk-block-countdown__content-container {
  width: unset;
}
.stk-block-countdown__container {
  display: flex;
  flex: 1 0 auto;
  gap: 16px;
}
.stk-block-countdown__content-container {
  word-wrap: break-word;
  box-sizing: initial;
  justify-content: center;
  width: 100%;
}
.stk-block-countdown__label {
  margin: 8px 0 0;
}
.stk-block-countdown__digit {
  font-size: 40px;
  height: 50%;
}
.stk-block-countdown__digit,
.stk-block-countdown__label {
  line-height: 1;
}
.stk-block-countdown__divider-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
}
.stk-block-countdown__divider-wrapper .stk-block-countdown__divider-colon {
  color: #000;
  display: flex;
  font-size: 45px;
  justify-content: center;
  line-height: 1;
  position: relative;
  top: -12px;
}
.stk-block-countdown__divider-wrapper .stk-block-countdown__divider-line {
  background-color: #000;
  height: 50%;
  width: 1px;
}
.stk-block-countdown__message {
  display: none;
  margin: 0;
}
:where(
    [class*="stk--background-scheme"],
    [class*="stk--container-scheme"],
    .stk--has-base-scheme,
    .stk--has-background-scheme .stk-block-background,
    .stk--has-container-scheme .stk-container:not(.stk--no-background)
  )
  .stk-block-countdown__digit {
  color: var(--stk-accent-color);
}
:where(
    [class*="stk--background-scheme"],
    [class*="stk--container-scheme"],
    .stk--has-base-scheme,
    .stk--has-background-scheme .stk-block-background,
    .stk--has-container-scheme .stk-container:not(.stk--no-background)
  )
  .stk-block-countdown__digit:where(:hover) {
  color: var(--stk-accent-color-hover, var(--stk-accent-color));
}
:where(
    [class*="stk--background-scheme"],
    [class*="stk--container-scheme"],
    .stk--has-base-scheme,
    .stk--has-background-scheme .stk-block-background,
    .stk--has-container-scheme .stk-container:not(.stk--no-background)
  )
  .stk-block-countdown__divider-wrapper
  .stk-block-countdown__divider-colon {
  color: var(--stk-accent-color);
}
:where(
    [class*="stk--background-scheme"],
    [class*="stk--container-scheme"],
    .stk--has-base-scheme,
    .stk--has-background-scheme .stk-block-background,
    .stk--has-container-scheme .stk-container:not(.stk--no-background)
  )
  .stk-block-countdown__divider-wrapper
  .stk-block-countdown__divider-colon:where(:hover) {
  color: var(--stk-accent-color-hover, var(--stk-accent-color));
}
:where(
    [class*="stk--background-scheme"],
    [class*="stk--container-scheme"],
    .stk--has-base-scheme,
    .stk--has-background-scheme .stk-block-background,
    .stk--has-container-scheme .stk-container:not(.stk--no-background)
  )
  .stk-block-countdown__divider-wrapper
  .stk-block-countdown__divider-line {
  background-color: var(--stk-accent-color);
}
:where(
    [class*="stk--background-scheme"],
    [class*="stk--container-scheme"],
    .stk--has-base-scheme,
    .stk--has-background-scheme .stk-block-background,
    .stk--has-container-scheme .stk-container:not(.stk--no-background)
  )
  .stk-block-countdown__divider-wrapper
  .stk-block-countdown__divider-line:where(:hover) {
  background-color: var(--stk-accent-color-hover, var(--stk-accent-color));
}
.stk-block.stk-block-divider .stk-block-divider__dot,
.stk-block.stk-block-divider hr.stk-block-divider__hr {
  background: #ddd;
}
:where(
    [class*="stk--background-scheme"],
    [class*="stk--container-scheme"],
    .stk--has-base-scheme,
    .stk--has-background-scheme .stk-block-background,
    .stk--has-container-scheme .stk-container:not(.stk--no-background)
  )
  .stk-block.stk-block-divider
  .stk-block-divider__dot,
:where(
    [class*="stk--background-scheme"],
    [class*="stk--container-scheme"],
    .stk--has-base-scheme,
    .stk--has-background-scheme .stk-block-background,
    .stk--has-container-scheme .stk-container:not(.stk--no-background)
  )
  .stk-block.stk-block-divider
  hr.stk-block-divider__hr {
  background: var(--stk-accent-color, #ddd);
}
:where(
    [class*="stk--background-scheme"],
    [class*="stk--container-scheme"],
    .stk--has-base-scheme,
    .stk--has-background-scheme .stk-block-background,
    .stk--has-container-scheme .stk-container:not(.stk--no-background)
  )
  .stk-block.stk-block-divider
  .stk-block-divider__dot:where(:hover),
:where(
    [class*="stk--background-scheme"],
    [class*="stk--container-scheme"],
    .stk--has-base-scheme,
    .stk--has-background-scheme .stk-block-background,
    .stk--has-container-scheme .stk-container:not(.stk--no-background)
  )
  .stk-block.stk-block-divider
  hr.stk-block-divider__hr:where(:hover) {
  background: var(--stk-accent-color-hover, var(--stk-accent-color, #ddd));
}
.stk-block.stk-block-divider hr.stk-block-divider__hr {
  border: 0;
  height: 1px;
  margin-left: var(--stk-dots-margin-left, auto);
  margin-right: var(--stk-dots-margin-right, auto);
  max-width: none;
  padding: 0;
  width: 50%;
}
.stk-block.stk-block-divider hr.stk-block-divider__hr:after,
.stk-block.stk-block-divider hr.stk-block-divider__hr:before {
  display: none;
}
.stk-block.stk-block-divider:is(.is-style-bar) hr.stk-block-divider__hr {
  border-radius: 3.5px;
  height: 7px;
}
.stk-block.stk-block-divider:is(.is-style-dots, .is-style-asterisks)
  .stk-block-divider__dots {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-left: var(--stk-dots-margin-left, auto);
  margin-right: var(--stk-dots-margin-right, auto);
  overflow: hidden;
  width: 10%;
}
.stk-block.stk-block-divider:is(.is-style-dots, .is-style-asterisks)
  .stk-block-divider__dot {
  border-radius: 100%;
  flex-shrink: 0;
  height: 8px;
  width: 8px;
}
.stk-block.stk-block-divider:is(.is-style-asterisks) .stk-block-divider__dot {
  background: #0000;
  position: relative;
}
.stk-block.stk-block-divider:is(.is-style-asterisks)
  .stk-block-divider__dot:before {
  content: "*";
  font-family:
    Georgia,
    Times,
    Times New Roman,
    serif;
  font-size: 14.4px;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 0;
  vertical-align: middle;
}
.stk-block-expand > .stk-inner-blocks.stk-block-content {
  display: block;
}
.stk-block-expand .stk-block-button {
  display: inline-block;
}
.stk-block-expand [aria-hidden="true"] {
  display: none !important;
}
.stk-block-expand [aria-hidden="true"] + .stk-block-button {
  display: none;
}
.stk-block-feature {
  --stk-column-gap: 0px;
  --stk-row-gap: 0px;
}
.stk-block-feature > * > .stk-block-content {
  column-gap: var(--stk-column-gap);
  row-gap: var(--stk-row-gap);
}
.stk-block-feature > * > .stk-row {
  display: flex;
  flex-direction: row;
  flex-wrap: var(--stk-feature-flex-wrap, wrap);
}
.stk-block-feature-grid.stk--column-wrap-desktop
  .stk--flex
  > *
  > *
  > [data-type="stackable/column"],
.stk-block-feature-grid.stk--column-wrap-desktop
  .stk--flex
  > .stk-block-column {
  flex: var(--stk-flex-grow, 1) 1
    calc(100% - var(--stk-column-gap, 0px) * 0 / 1) !important;
}
.stk-block-heading__bottom-line,
.stk-block-heading__top-line {
  background-color: #000;
  height: 4px;
  width: 100px;
}
.stk-block-heading--v2
  .stk-block-heading__text:not(.stk-block-heading--use-theme-margins) {
  margin: 0 !important;
}
.stk-block-hero__content
  > .stk-inner-blocks.stk--column-flex:not(.stk--block-horizontal-flex) {
  align-items: center;
  justify-content: center;
}
.stk-block-horizontal-scroller:not(.editor) {
  overflow: hidden;
}
.stk-block-horizontal-scroller:not(.editor) > .stk-block-content {
  --stk-column-gap: 0px;
  -ms-overflow-style: none;
  box-sizing: border-box;
  cursor: grab;
  display: grid;
  gap: var(--stk-column-gap);
  grid-auto-columns: var(--stk-column-width, 300px);
  grid-auto-flow: column;
  height: var(--stk-column-height);
  overflow-x: auto;
  overflow-x: -moz-scrollbars-none;
  overscroll-behavior-inline: contain;
  padding-inline-start: var(--stk-left-offset, 0);
}
.stk-block-horizontal-scroller:not(.editor)
  > .stk-block-content
  > .stk-block-column {
  scroll-snap-align: var(--stk-snapping, center);
  width: 100% !important;
}
.stk-block-horizontal-scroller:not(.editor)
  > .stk-block-content.stk--with-scrollbar {
  scrollbar-color: var(--stk-scrollbar-thumb-color, #d3d3d3)
    var(--stk-scrollbar-track-color, #eee);
  scrollbar-width: var(--stk-scrollbar-height-firefox, auto);
}
.stk-block-horizontal-scroller:not(.editor)
  > .stk-block-content.stk--with-scrollbar::-webkit-scrollbar {
  height: var(--stk-scrollbar-height, 10px);
}
.stk-block-horizontal-scroller:not(.editor)
  > .stk-block-content.stk--with-scrollbar::-webkit-scrollbar-track {
  background: var(--stk-scrollbar-track-color, #eee);
  border-radius: var(--stk-scrollbar-thumb-radius, 0);
}
.stk-block-horizontal-scroller:not(.editor)
  > .stk-block-content.stk--with-scrollbar::-webkit-scrollbar-thumb {
  background: var(--stk-scrollbar-thumb-color, #d3d3d3);
  border-radius: var(--stk-scrollbar-thumb-radius, 0);
}
.stk-block-horizontal-scroller:not(.editor)
  > .stk-block-content:not(.stk--with-scrollbar) {
  scrollbar-width: none;
}
.stk-block-horizontal-scroller:not(.editor)
  > .stk-block-content:not(.stk--with-scrollbar)::-webkit-scrollbar {
  height: 0 !important;
}
.stk-block-horizontal-scroller:not(.editor)
  > .stk-block-content:not(.stk--snapping-deactivated) {
  scroll-behavior: smooth;
  scroll-snap-type: inline mandatory;
}
.stk-block-horizontal-scroller:not(.editor)
  > .stk-block-content.stk--snapping-deactivated {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
.stk-block-horizontal-scroller
  .stk-img-horizontal-scroller.lazyload[src*="data:"] {
  height: 1px !important;
}
.stk-block-icon-box__content {
  max-width: none !important;
}
.stk-block-icon-box__content > :not(.stk-block-icon-label) {
  padding-left: 64px;
}
.stk-block-icon-button {
  --stk-block-margin-bottom: 0;
}
.stk-block.stk-block-icon-button {
  width: auto;
}
.stk-block.stk-block-icon-button .stk-button {
  border-radius: 100%;
}
.stk-block-icon-label .stk-inner-blocks {
  gap: 28px;
}
.stk-block-icon-label :is(.stk-block-icon, .stk-block-heading) {
  --stk-block-margin-bottom: 0;
  align-items: center;
  display: flex;
}
.stk-block-icon-label .stk-block-heading__text {
  margin-block: 0;
  text-align: start;
  width: 100%;
}
.stk-block-icon-label .stk-row {
  flex-wrap: nowrap;
}
.stk-block-icon-label .stk-block-heading,
.stk-block-icon-label .wp-block-stackable-heading.stk-block-heading {
  width: inherit;
}
.stk-block-icon-label.stk-block-icon-label--use-flex-basis .stk-block-icon {
  flex: 0 0 64px;
}
.stk-block-icon-label.stk-block-icon-label--use-flex-basis .stk-inner-blocks {
  gap: 0;
}
.stk-block-icon-list .stk-block-icon-list--grid:is(ul, ol) {
  column-gap: var(--stk-icon-list-column-gap, 16px);
  display: grid;
  grid-template-columns: repeat(var(--stk-icon-list-column-count, 1), 1fr);
  row-gap: var(--stk-icon-list-row-gap, 0);
  text-align: start;
  width: 100%;
}
.stk-block-icon-list
  .stk-block-icon-list--column:is(
    .stk-block-icon-list__ul,
    .stk-block-icon-list__ol
  ) {
  column-count: var(--stk-icon-list-column-count, 1);
  column-gap: var(--stk-icon-list-column-gap, 16px);
  display: block;
  text-align: start;
  width: 100%;
}
.stk-block-icon-list
  .stk-block-icon-list--column:is(
    .stk-block-icon-list__ul,
    .stk-block-icon-list__ol
  )
  .stk-block-icon-list__group {
  list-style-type: none !important;
  padding-inline-start: 0;
  width: -moz-fit-content;
  width: fit-content;
}
.stk-block-icon-list
  .stk-block-icon-list--column:is(
    .stk-block-icon-list__ul,
    .stk-block-icon-list__ol
  )
  .wp-block-stackable-icon-list-item {
  margin-bottom: var(--stk-icon-list-row-gap, 0);
}
.stk-block-icon-list
  .stk-block-icon-list--column:is(
    .stk-block-icon-list__ul,
    .stk-block-icon-list__ol
  )
  .wp-block-stackable-icon-list-item:last-child {
  margin-bottom: 0;
}
.stk-block-icon-list
  :is(ul.stk-block-icon-list__ul, ol.stk-block-icon-list__ol) {
  flex: none;
}
.stk-block-icon-list ol {
  list-style-image: none;
}
.stk-block-icon-list ul.stk-block-icon-list__ul {
  list-style-type: none !important;
}
.stk-block-icon-list ol.stk-block-icon-list__ol,
.stk-block-icon-list ul.stk-block-icon-list__ul {
  padding-inline-start: var(--stk-icon-list-indentation, 0);
}
.stk-block-icon-list .stk-block-icon-list__ol {
  counter-reset: stk-icon-list-counter;
  list-style-type: none !important;
}
.stk-block-icon-list li {
  break-inside: avoid;
  page-break-inside: avoid;
}
.stk-block-icon-list.stk-block :is(ol:not(.stk-block-icon-list__ol)),
.stk-block-icon-list.stk-block :is(ul:not(.stk-block-icon-list__ul)) {
  padding-inline-start: 1em;
}
.stk-block-icon-list
  :not(ul.stk-block-icon-list__ul, ol.stk-block-icon-list__ol),
.stk-block-icon-list
  :not(ul.stk-block-icon-list__ul, ol.stk-block-icon-list__ol)
  li:not(.stk-block-icon-list-item) {
  width: -moz-fit-content;
  width: fit-content;
}
.stk-block-icon-list
  :not(ul.stk-block-icon-list__ul, ol.stk-block-icon-list__ol)
  li:not(.stk-block-icon-list-item)::marker {
  line-height: 0;
}
.stk-block-icon-list > svg [id^="stk-icon-list__icon-svg-def"] svg {
  width: auto;
}
.stk-block-icon-list.stk-block :is(ul, ol) {
  margin-bottom: 0;
  margin-left: var(--stk-alignment-margin-left);
  margin-right: var(--stk-alignment-margin-right);
  margin-top: 0;
}
.stk-block-icon-list.stk-block :is(ul, ol) li:last-child {
  margin-bottom: 0;
}
:where(
    [class*="stk--background-scheme"],
    [class*="stk--container-scheme"],
    .stk--has-base-scheme,
    .stk--has-background-scheme .stk-block-background,
    .stk--has-container-scheme .stk-container:not(.stk--no-background)
  )
  .stk-block-icon-list {
  --stk-icon-list-marker-color: var(--stk-accent-color);
}
:where(
    [class*="stk--background-scheme"],
    [class*="stk--container-scheme"],
    .stk--has-base-scheme,
    .stk--has-background-scheme .stk-block-background,
    .stk--has-container-scheme .stk-container:not(.stk--no-background)
  )
  .stk-block-icon-list
  :where(.stk-block-icon-list-item):where(:hover) {
  --stk-icon-list-marker-color: var(
    --stk-accent-color-hover,
    var(--stk-accent-color)
  );
}
.stk-block-icon-list-item {
  list-style-type: none !important;
}
.stk-block-icon-list.stk-block
  .wp-block-stackable-icon-list-item:not(:last-child):after {
  border: 1px #0006;
  bottom: calc(var(--stk-icon-list-row-gap, 0px) / -2) !important;
  content: "" !important;
  display: block;
  left: 0;
  position: absolute;
  width: 100%;
}
.stk-block-icon-list.stk-block:not(.stk__use-custom-icon-color)
  svg:where(.ugb-custom-icon)
  :is(g, path, rect, polygon, ellipse) {
  fill: var(--stk-icon-list-marker-color) !important;
  color: var(--stk-icon-list-marker-color) !important;
}
.stk-block-icon-list-item__content {
  gap: var(--stk-icon-list-icon-gap, 8px);
}
.stk-block-icon-list .stk-block-icon-list__ul .stk-block-icon-list-item {
  flex-direction: column;
  margin-inline: 0 auto;
  width: 100%;
}
.stk-block-icon-list
  .stk-block-icon-list__ul
  .stk-block-icon-list-item
  .stk-block-icon-list-item__content {
  align-items: center;
  display: flex;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.stk-block-icon-list
  .stk-block-icon-list__ul
  .stk-block-icon-list-item
  .stk-block-icon-list-item__content
  .stk--svg-wrapper
  .stk--inner-svg
  svg {
  height: var(--stk-icon-height, var(--stk-icon-list-icon-size, 16px));
  opacity: var(--stk-icon-list-icon-opacity, 1);
  position: relative;
  transform: rotate(var(--stk-icon-list-icon-rotation, 0deg));
  width: var(--stk-icon-height, var(--stk-icon-list-icon-size, 16px));
}
.stk-block-icon-list:not(.stk__use-custom-icon-color)
  .stk-block-icon-list__ul
  .stk-block-icon-list-item
  .stk-block-icon-list-item__content
  .stk--inner-svg
  svg,
.stk-block-icon-list:not(.stk__use-custom-icon-color)
  .stk-block-icon-list__ul
  .stk-block-icon-list-item
  .stk-block-icon-list-item__content
  .stk--inner-svg
  svg
  :is(use, g, path, rect, polygon, ellipse) {
  fill: var(--stk-icon-list-marker-color);
  color: var(--stk-icon-list-marker-color);
}
.stk-block-icon-list
  [data-type^="stackable/"]
  .stk-block-icon-list-item
  .stk--svg-wrapper
  svg {
  cursor: copy;
}
.stk-block-icon-list.stk-block
  [data-block][data-type="stackable/icon-list-item"]:not(:focus):hover:after {
  outline: none;
}
.stk-block-icon-list .stk-block-icon-list__ol li.stk-block-icon-list-item {
  counter-increment: stk-icon-list-counter;
  margin-inline: 0 auto;
  width: 100%;
}
.stk-block-icon-list
  .stk-block-icon-list__ol
  li.stk-block-icon-list-item
  .stk-block-icon-list-item__content {
  align-items: center;
  display: flex;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.stk-block-icon-list
  .stk-block-icon-list__ol
  li.stk-block-icon-list-item
  .stk-block-icon-list-item__content
  .stk-block-icon-list-item__marker:before {
  color: var(--stk-icon-list-marker-color);
  content: counter(stk-icon-list-counter, var(--stk-list-style-type, decimal))
    ". ";
  display: block;
  font-size: var(--stk-icon-height, var(--stk-icon-list-icon-size, 16px));
  opacity: var(--stk-icon-list-icon-opacity, 1);
  transform: rotate(var(--stk-icon-list-icon-rotation, 0deg));
  vertical-align: middle;
  white-space: nowrap;
}
li.wp-block-stackable-icon-list-item.stk-block-icon-list-item {
  margin-bottom: 0;
}
.stk-block-icon-list-item__marker,
.stk-block-icon-list-item__text:is(.has-text-color):not(.stk--is-gradient) {
  -webkit-text-fill-color: initial !important;
  -moz-text-fill-color: initial !important;
  -o-text-fill-color: initial !important;
}
.stk-block-image .stk-img-wrapper {
  margin-left: var(--stk-alignment-margin-left, auto);
  margin-right: var(--stk-alignment-margin-right, auto);
}
.stk-block-image figure {
  margin: 0;
}
.stk--block-horizontal-flex
  > .block-editor-inner-blocks
  > .block-editor-block-list__layout
  [data-type="stackable/image"]:has(.stk-img-placeholder) {
  width: 150px;
}
.stk--block-horizontal-flex
  > .block-editor-inner-blocks
  > .block-editor-block-list__layout
  [data-type="stackable/image"]:has(.stk-img-placeholder)
  .stk-block-image:not(.stk--is-resizing)
  .stk-img-placeholder.stk--never-resized {
  height: 200px !important;
}
.stk--block-horizontal-flex
  > .block-editor-inner-blocks
  > .block-editor-block-list__layout
  [data-type="stackable/image"]:has(.stk-img-placeholder)
  > .stk-block-image {
  width: 100%;
}
.stk-block-image .stk-img-figcaption {
  margin: 0;
  text-align: left;
}
.stk-block-image-box .stk-block-column .stk-block-column__content {
  justify-content: center;
}
.stk-block-image-box .stk-inner-blocks {
  display: grid;
}
.stk-block-image-box .stk-inner-blocks > .stk-block {
  grid-column: 1/2;
  grid-row: 1/2;
}
.stk-block-image-box .stk-img-wrapper {
  height: 100%;
}
.stk-block-image-box .stk-block-heading__text {
  margin-block: 0;
}
.stk-block-image-box .stk-block-image {
  --stk-block-margin-bottom: 0;
}
.stk-block-image-box .stk-block-column {
  margin: 0;
}
.stk-block-image-box.stk-block .stk-block.stk-block,
.stk-block-image-box.stk-block .stk-img-wrapper:after,
.stk-block-image-box.stk-block .stk-img-wrapper:before,
.stk-block-image-box.stk-block .stk-img-wrapper > img.stk-img {
  transition-duration: var(--stk-transition-duration, 0.32s);
}
.stk-block-image-box__content {
  max-width: none !important;
}
.stk-block-map .stk-block-map__canvas {
  height: 350px;
}
.stk-block-map iframe {
  height: 350px !important;
}
.stk-block-map .stk-map-wrapper {
  margin-left: var(--stk-alignment-margin-left, auto);
  margin-right: var(--stk-alignment-margin-right, auto);
}
.stk-block-map.stk--uses-api-key.stk--missing-api-key .stk-block-map__canvas {
  align-items: center;
  background: #ddd;
  color: #000;
  display: flex;
  justify-content: center;
  text-align: center;
}
.wp-block-group > .stk-block-map {
  width: 400px;
}
.stk-block-notification {
  --stk-container-background-color: #40ba7b;
  --stk-container-color: #fff;
}
.stk-block-notification.stk--is-error {
  --stk-container-background-color: #d9534f;
}
.stk-block-notification.stk--is-warning {
  --stk-container-background-color: #ffdd57;
}
.stk-block-notification.stk--is-info {
  --stk-container-background-color: #2091e1;
}
.stk-block-notification.stk--is-dismissible .stk-container {
  padding-inline-end: var(--stk-notification-padding-end, 60px);
}
.stk-block-notification__content {
  position: relative;
}
.stk-block-notification__close-button {
  all: unset;
  background: unset !important;
  cursor: pointer;
  inset-inline-end: 32px;
  margin-top: -4px;
  margin-inline-end: -4px;
  padding: 4px;
  position: absolute;
  right: 32px;
  top: 32px;
  z-index: 2;
}
.stk-block-notification__close-button svg {
  fill: var(--stk-container-color);
  display: block;
}
.stk-block-notification__close-button:focus {
  outline-offset: 0;
}
.stk-block-number-box__container,
div.stk-block-number-box__text {
  align-items: center;
  display: inline-flex;
  flex: 0 1 auto;
  font-size: 56px;
  font-weight: 700;
  justify-content: var(--stk-alignment-justify-content, center);
}
.stk-block-number-box.stk--has-shape .stk-block-number-box__container,
.stk-block-number-box.stk--has-shape div.stk-block-number-box__text {
  background: var(--stk-button-background-color);
  border-radius: 100%;
  color: #fff;
  height: 96px;
  width: 96px;
}
:where(
    [class*="stk--background-scheme"],
    [class*="stk--container-scheme"],
    .stk--has-base-scheme,
    .stk--has-background-scheme .stk-block-background,
    .stk--has-container-scheme .stk-container:not(.stk--no-background)
  )
  .stk-block-number-box.stk--has-shape
  .stk-block-number-box__container,
:where(
    [class*="stk--background-scheme"],
    [class*="stk--container-scheme"],
    .stk--has-base-scheme,
    .stk--has-background-scheme .stk-block-background,
    .stk--has-container-scheme .stk-container:not(.stk--no-background)
  )
  .stk-block-number-box.stk--has-shape
  div.stk-block-number-box__text {
  color: var(--stk-button-text-color, #fff);
}
:where(
    [class*="stk--background-scheme"],
    [class*="stk--container-scheme"],
    .stk--has-base-scheme,
    .stk--has-background-scheme .stk-block-background,
    .stk--has-container-scheme .stk-container:not(.stk--no-background)
  )
  .stk-block-number-box.stk--has-shape
  .stk-block-number-box__container:where(:hover),
:where(
    [class*="stk--background-scheme"],
    [class*="stk--container-scheme"],
    .stk--has-base-scheme,
    .stk--has-background-scheme .stk-block-background,
    .stk--has-container-scheme .stk-container:not(.stk--no-background)
  )
  .stk-block-number-box.stk--has-shape
  div.stk-block-number-box__text:where(:hover) {
  background: var(
    --stk-button-background-color-hover,
    var(--stk-button-background-color)
  );
  color: var(--stk-button-text-color-hover, var(--stk-button-text-color, #fff));
}
.stk-block-posts:not(.stk--has-container) .stk-block-posts__items {
  row-gap: 32px;
}
.stk-block-posts__items {
  column-gap: var(--stk-column-gap, 0);
  display: flex;
  flex-wrap: wrap;
  row-gap: 0;
}
.stk-block-posts__items
  :is([class*="stk-block-posts__"], .stk-img-wrapper):not(
    .stk-block-posts__item
  ) {
  margin-bottom: var(--stk-block-margin-bottom);
}
.stk-block-posts__items
  :is([class*="stk-block-posts__"], .stk-img-wrapper):not(
    .stk-block-posts__item
  ):last-child {
  margin-bottom: 0;
}
.stk-block-posts__items .stk-container {
  flex: 1;
  margin: 6px;
}
.stk-block-posts__items .stk-container:not(.stk--no-padding) {
  margin: var(--stk-column-margin);
}
.stk-block-posts__item .stk-block-posts__category > a.stk-button {
  border-radius: 4px;
  display: inline-flex;
  padding: 4px 8px;
}
.stk-block-posts__item {
  display: flex;
  flex-basis: calc(
    100% / var(--stk-columns, 2) - var(--stk-column-gap, 16px) +
      var(--stk-column-gap, 16px) / var(--stk-columns, 2)
  );
  overflow: hidden;
  position: relative;
  width: calc(
    100% / var(--stk-columns, 2) - var(--stk-column-gap, 16px) +
      var(--stk-column-gap, 16px) / var(--stk-columns, 2)
  );
}
.stk-block-posts__title {
  margin-top: 0 !important;
}
.stk-block-posts__meta-sep {
  margin-inline: 1ch;
}
.stk-block-posts__image-link,
.stk-block-posts__readmore {
  display: block;
}
.stk-block-posts__category a,
.stk-block-posts__title a {
  display: inline-block;
  text-decoration: none;
}
.stk-block-posts__excerpt,
.stk-block-posts__title {
  hyphens: auto;
  word-break: break-word;
}
.stk-block-posts:is(.is-style-list) .stk-container {
  display: flex;
}
.stk-block-posts:is(.is-style-list) .stk-img-wrapper {
  height: 100%;
  width: 100%;
}
.stk-block-posts:is(.is-style-list) .stk-block-posts__image-link:not(:empty),
.stk-block-posts:is(.is-style-list)
  .stk-block-posts__image-link:not(:empty)
  ~ .stk-container-padding {
  flex-basis: 50%;
}
.stk-block-posts:is(.is-style-list) .stk-container-padding {
  padding-block: 0;
  padding-inline-end: 0;
}
.stk-block-posts .stk-container-padding {
  box-sizing: border-box;
  flex: 1;
}
.stk-block-price {
  line-height: 1;
}
.stk-block-price .stk-block-text {
  --stk-block-margin-bottom: 0;
}
.stk-block-price .stk-block-text:first-child {
  vertical-align: top;
}
.stk-block-price__price {
  font-size: 56px;
  line-height: 0.7;
}
:where(
    [class*="stk--background-scheme"],
    [class*="stk--container-scheme"],
    .stk--has-base-scheme,
    .stk--has-background-scheme .stk-block-background,
    .stk--has-container-scheme .stk-container:not(.stk--no-background)
  )
  :where(.stk-block-price)
  .stk-block-text {
  color: var(--stk-text-color);
}
.stk-block-progress-bar:not(.alignfull) {
  width: 100%;
}
.stk-progress-bar {
  background-color: var(--progress-background, #f0f0f0);
  border-radius: var(--progress-border-radius, 0);
  height: var(--progress-size, 32px);
  overflow: hidden;
  position: relative;
  width: var(--progress-bar-width, 100%);
}
.stk-progress-bar .stk-progress-bar__bar {
  --progress-percent: calc(
    (var(--progress-value, 50%)/var(--progress-max, 100)) * 100
  );
  align-items: center;
  background-color: var(--progress-color-1, #3498db);
  border-radius: var(--progress-bar-border-radius, 0);
  display: flex;
  height: 100%;
  justify-content: space-between;
  width: 0;
}
.stk-progress-bar .stk-progress-bar__bar .stk-progress-bar__inner-text {
  overflow: hidden;
  white-space: nowrap !important;
}
.stk-progress-bar
  .stk-progress-bar__bar
  .stk-progress-bar__inner-text.stk-progress-bar__text {
  padding-inline-start: 12px;
  text-overflow: ellipsis;
}
.stk-progress-bar
  .stk-progress-bar__bar
  .stk-progress-bar__inner-text.stk-progress-bar__progress-value-text {
  padding-inline-end: 12px;
}
.stk-progress-bar.stk--with-animation .stk-progress-bar__bar {
  transition: width 0.7s cubic-bezier(0.2, 0.6, 0.4, 1);
  will-change: width;
}
.stk-progress-bar.stk-animate .stk-progress-bar__bar {
  width: var(--progress-percent);
}
:where(
    [class*="stk--background-scheme"],
    [class*="stk--container-scheme"],
    .stk--has-base-scheme,
    .stk--has-background-scheme .stk-block-background,
    .stk--has-container-scheme .stk-container:not(.stk--no-background)
  )
  .stk-block-progress-bar {
  --progress-color-1: var(--stk-accent-color);
}
.stk-block .stk-block-progress-bar__container {
  display: flex;
  justify-content: var(--stk-alignment-justify-content, flex-start);
  width: 100%;
}
.stk-progress-circle {
  position: relative;
}
.stk-progress-circle,
.stk-progress-circle svg {
  height: var(--progress-size, 150px);
  width: var(--progress-size, 150px);
}
.stk-progress-circle svg {
  --progress-percent: calc(
    (var(--progress-value, 50)/var(--progress-max, 100)) * 100
  );
  --progress-dash-array: calc(
    var(--progress-size, 150px)/2 * 2 * 3.1415 -
      var(--progress-thickness, 8px)/2 * 2 * 3.1415
  );
  --progress-dash-offset: calc(
    (100 - var(--progress-percent)) / 100 * 3.1415 *
      (var(--progress-size, 150px)/2 * 2 - var(--progress-thickness, 8px)/2 * 2)
  );
  transform: rotate(-90deg);
}
.stk-progress-circle svg circle {
  fill: none;
  stroke: var(--progress-background, #f0f0f0);
  stroke-width: var(--progress-thickness, 8px);
  stroke-linecap: var(--progress-rounded, butt);
  cy: calc(var(--progress-size, 150px) / 2);
  cx: calc(var(--progress-size, 150px) / 2);
  r: calc(50% - var(--progress-thickness, 8px) / 2);
  height: 100%;
  width: 100%;
}
.stk-progress-circle .stk-progress-circle__bar {
  stroke-dasharray: var(--progress-dash-array);
  stroke-dashoffset: var(--progress-dash-array);
  stroke: var(--progress-color-1, #3498db);
}
.stk-progress-circle .stk-number {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.stk-progress-circle.stk--with-animation .stk-progress-circle__bar {
  transition: stroke-dashoffset 0.7s cubic-bezier(0.2, 0.6, 0.4, 1);
  will-change: stroke-dashoffset;
}
.stk-progress-circle.stk-animate .stk-progress-circle__bar {
  stroke-dashoffset: var(--progress-dash-offset);
}
:where(
    [class*="stk--background-scheme"],
    [class*="stk--container-scheme"],
    .stk--has-base-scheme,
    .stk--has-background-scheme .stk-block-background,
    .stk--has-container-scheme .stk-container:not(.stk--no-background)
  )
  .stk-block-progress-circle {
  --progress-color-1: var(--stk-accent-color);
}
.stk-block .stk-block-progress-circle__container {
  display: flex;
  justify-content: var(--stk-alignment-justify-content, center);
  width: 100%;
}
.stk-block-separator {
  overflow-x: hidden;
}
.stk-block-separator .stk-block-separator__inner {
  height: 248px;
  overflow: hidden;
  position: relative;
}
.stk-block-separator .stk-block-separator__inner svg {
  filter: drop-shadow(0 2px 20px rgba(153, 153, 153, 0.2));
  padding-top: 48px;
}
.stk-block-separator__inner svg,
.stk-separator__wrapper svg {
  fill: #fff;
}
.stk-block.stk-block-spacer {
  height: 50px;
  margin-bottom: 0 !important;
}
.stk-block-tab-content {
  display: flex;
  margin-bottom: 0;
}
.stk-block-tab-content > .stk-inner-blocks {
  display: grid;
}
.stk-block-tab-content > .stk-inner-blocks > .stk-block {
  grid-column: 1/1;
  grid-row: 1/1;
  z-index: 1;
}
.stk-block-tab-content > .stk-inner-blocks > .stk-block[hidden] {
  visibility: hidden;
}
.stk-block-tabs
  > .stk-block-tabs--fade
  > .stk-block-tab-content
  [role="tabpanel"] {
  opacity: 1;
  transition:
    opacity 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95),
    visibility 0s;
  transition-delay: 0.01s, 0s;
}
.stk-block-tabs
  > .stk-block-tabs--fade
  > .stk-block-tab-content
  [role="tabpanel"][hidden] {
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95),
    visibility 0s;
  transition-delay: 0s, 0.3s;
}
.stk-block-tabs--vertical > .stk-block-tab-content > .stk-inner-blocks {
  height: 100%;
}
.stk-block-tab-labels {
  --stk-block-margin-bottom: 0;
  --tabs-flex: none;
  --tabs-column-gap: 12px;
  --tabs-row-gap: 8px;
}
.stk-block-tabs__tab {
  all: unset;
  background-color: initial !important;
  cursor: pointer;
  flex: var(--tabs-flex, none);
  outline: revert;
  padding: 12px;
}
.stk-block-tab-labels__wrapper {
  column-gap: var(--tabs-column-gap, 12px);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  row-gap: var(--tabs-row-gap, 8px);
}
.stk-block-tabs--horizontal .stk-block-tab-labels__wrapper {
  flex-direction: row;
}
.stk-block-tabs--vertical .stk-block-tab-labels__wrapper {
  flex-direction: column;
}
.stk-block-tabs__tab {
  --stk-icon-size: 16px;
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: flex-start;
}
.stk-block-tab-labels__text {
  flex: 0 1 auto;
}
.stk-block-tabs__tab .stk-block-tab-labels__text {
  transition: none !important;
}
.stk-block-table-of-contents .stk-table-of-contents__table {
  column-gap: 32px;
  margin: 0;
}
.stk-block-table-of-contents li {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
}
.stk-block-table-of-contents :is(ul, ol) {
  padding-inline-start: 1em;
}
.stk-block-table-of-contents:is(.stk--is-gradient) li {
  -webkit-text-fill-color: initial;
  -moz-text-fill-color: initial;
  -o-text-fill-color: initial;
}
.stk-block-table-of-contents:is(.stk--has-background-overlay) {
  background-clip: initial !important;
}
.stk-block-table-of-contents .stk-table-of-contents__title {
  margin-block-end: 0;
  margin-block-start: 0;
}
:where(
    [class*="stk--background-scheme"],
    [class*="stk--container-scheme"],
    .stk--has-base-scheme,
    .stk--has-background-scheme .stk-block-background,
    .stk--has-container-scheme .stk-container:not(.stk--no-background)
  )
  .stk-block-table-of-contents
  ::marker {
  color: var(--stk-accent-color);
}
:where(
    [class*="stk--background-scheme"],
    [class*="stk--container-scheme"],
    .stk--has-base-scheme,
    .stk--has-background-scheme .stk-block-background,
    .stk--has-container-scheme .stk-container:not(.stk--no-background)
  )
  .stk-block-table-of-contents
  ::marker:where(:hover) {
  --stk-accent-color: var(--stk-accent-color-hover);
}
.stk-block-tabs {
  --tabs-gap: 16px;
}
.stk-block-tabs > .stk-inner-blocks {
  display: grid;
  gap: var(--tabs-gap, 16px);
}
.stk-block-tabs[data-initial-tab="1"]
  > *
  > .stk-block-tab-content
  > *
  > .stk-column:not([aria-labelledby]):not(:first-child),
.stk-block-tabs[data-initial-tab="10"]
  > *
  > .stk-block-tab-content
  > *
  > .stk-column:not([aria-labelledby]):not(:nth-child(10)),
.stk-block-tabs[data-initial-tab="2"]
  > *
  > .stk-block-tab-content
  > *
  > .stk-column:not([aria-labelledby]):not(:nth-child(2)),
.stk-block-tabs[data-initial-tab="3"]
  > *
  > .stk-block-tab-content
  > *
  > .stk-column:not([aria-labelledby]):not(:nth-child(3)),
.stk-block-tabs[data-initial-tab="4"]
  > *
  > .stk-block-tab-content
  > *
  > .stk-column:not([aria-labelledby]):not(:nth-child(4)),
.stk-block-tabs[data-initial-tab="5"]
  > *
  > .stk-block-tab-content
  > *
  > .stk-column:not([aria-labelledby]):not(:nth-child(5)),
.stk-block-tabs[data-initial-tab="6"]
  > *
  > .stk-block-tab-content
  > *
  > .stk-column:not([aria-labelledby]):not(:nth-child(6)),
.stk-block-tabs[data-initial-tab="7"]
  > *
  > .stk-block-tab-content
  > *
  > .stk-column:not([aria-labelledby]):not(:nth-child(7)),
.stk-block-tabs[data-initial-tab="8"]
  > *
  > .stk-block-tab-content
  > *
  > .stk-column:not([aria-labelledby]):not(:nth-child(8)),
.stk-block-tabs[data-initial-tab="9"]
  > *
  > .stk-block-tab-content
  > *
  > .stk-column:not([aria-labelledby]):not(:nth-child(9)) {
  display: none;
}
.ct-widget.widget_block:not(:first-child):has(.stk-block-timeline) {
  margin-top: 0;
}
.stk-block-timeline {
  --gap: 16px;
  --line-dot-size: 11px;
  --line-dot-border-radius: 100%;
  --line-accent-bg-color: #000;
  --line-accent-bg-color-2: var(--line-accent-bg-color, #000);
  --line-accent-bg-location: 50%;
  --line-bg-color: #eee;
  --line-bg-width: 3px;
  --content-line: 40px;
  --fixed-bg: linear-gradient(
    to bottom,
    var(--line-accent-bg-color, #000) 0,
    var(--line-accent-bg-color-2, #000) var(--line-accent-bg-location, 50%),
    var(--line-bg-color, #eee) var(--line-accent-bg-location, 50%)
  );
  margin-block-start: 0 !important;
  padding: 16px 0;
  position: relative;
}
:where(
    [class*="stk--background-scheme"],
    [class*="stk--container-scheme"],
    .stk--has-base-scheme,
    .stk--has-background-scheme .stk-block-background,
    .stk--has-container-scheme .stk-container:not(.stk--no-background)
  )
  .stk-block-timeline {
  --line-accent-bg-color: var(--stk-accent-color, #000);
}
.wp-block-stackable-timeline.stk-block.stk-block-timeline {
  margin-bottom: 0;
}
.stk-block-timeline > .stk-inner-blocks {
  align-items: center;
  column-gap: var(--gap, 16px);
  display: grid;
  grid-template-columns: 1fr var(--line-dot-size, 16px) 1fr;
  grid-template-rows: auto;
  position: static;
}
.stk-block-timeline--right .stk-block-timeline__date {
  text-align: end;
}
.stk-block-timeline--left > .stk-inner-blocks > * {
  grid-row: 1/2;
}
.stk-block-timeline--left .stk-block-timeline__content {
  grid-column: 1/2;
  text-align: end;
}
.stk-block-timeline--left .stk-block-timeline__middle {
  grid-column: 2/3;
}
.stk-block-timeline--left .stk-block-timeline__date {
  grid-column: 3/4;
}
.stk-block-timeline > .stk-inner-blocks > * {
  z-index: 2;
}
.stk-block-timeline > .stk-inner-blocks:after {
  background: var(--fixed-bg);
  background-attachment: fixed;
  bottom: 0;
  content: "";
  inset-inline-start: calc(50% - var(--line-bg-width, 3px) / 2);
  position: absolute;
  top: 0;
  width: var(--line-bg-width, 3px);
  z-index: 2;
}
.stk-block-timeline__middle {
  background: var(--fixed-bg);
  background-attachment: fixed;
  border-radius: var(--line-dot-border-radius, 100%);
  height: var(--line-dot-size, 16px);
  position: relative;
  width: var(--line-dot-size, 16px);
  z-index: 2;
}
.stk-block-timeline > .stk-inner-blocks:after {
  bottom: 50%;
  top: 50%;
}
.stk-block-timeline + .stk-block-timeline > .stk-inner-blocks:after,
.widget_block:where(:has(.stk-block-timeline))
  + .widget_block
  .stk-block-timeline
  > .stk-inner-blocks:after {
  top: 0 !important;
}
.stk-block-timeline:not(.stk-is-last) > .stk-inner-blocks:after {
  bottom: 0;
}
.stk-block-timeline__middle:after {
  background: var(--fixed-bg);
  background-attachment: fixed;
  border-radius: var(--line-bg-width, 3px);
  content: "";
  height: var(--line-bg-width, 3px);
  inset-inline-start: 50%;
  position: absolute;
  top: calc(50% - var(--line-bg-width, 3px) / 2);
  width: var(--content-line, 0);
}
.stk-block-timeline--left .stk-block-timeline__middle:after {
  inset-inline-end: 50%;
  inset-inline-start: auto;
}
.stk-block-timeline--right .stk-block-timeline__content {
  margin-inline-start: max(
    var(--content-line, 0) - var(--line-dot-size, 0) * 0.5,
    0px
  );
}
.stk-block-timeline--left .stk-block-timeline__content {
  margin-inline-end: max(
    var(--content-line, 0) - var(--line-dot-size, 0) * 0.5,
    0px
  );
}
.stk-block-video-popup .stk-inner-blocks {
  display: grid;
  max-width: none !important;
}
.stk-block-video-popup .stk-inner-blocks .stk-block {
  grid-column: 1/2;
  grid-row: 1/2;
  margin: 0;
}
.stk-block-video-popup .stk-block-icon {
  align-self: center;
  justify-self: center;
  width: auto;
  z-index: 2;
}
.stk-block-video-popup .stk-img-wrapper {
  height: 100%;
}
.stk-block-video-popup :is(.stk-block-icon, .stk-block-image) {
  --stk-block-margin-bottom: 0;
}
.stk-block-video-popup__overlay {
  all: unset;
  background-color: initial !important;
  cursor: pointer;
  display: grid;
  margin: 0 auto;
  width: 100% !important;
}
.stk--column-flex,
:is(.stk-block-content, .stk-inner-blocks):not(.stk--column-flex):has(
    > :is(.stk--block-margin-top-auto, .stk--block-margin-bottom-auto)
  ) {
  height: 100%;
}
.stk-container:has(> .stk--column-flex) {
  display: flex;
  flex-direction: column;
}
:is(.stk-block-content, .stk-inner-blocks):not(
    .stk--column-flex
  ).stk--height-100-polyfill {
  height: 100%;
}
.stk-container.stk-container--has-child-column-flex-polyfill {
  display: flex;
  flex-direction: column;
}
.stk-block
  > :where(
    :not(
      .stk-row,
      .stk-inner-blocks,
      .stk--svg-wrapper,
      .stk-block-number-box__text
    )
  ) {
  flex: 1;
}
.stk-block-link ~ * {
  z-index: 1;
}
.stk-block:is(.is-style-link) .stk-button[class*="stk--hover-effect-"] {
  display: block;
}
.stk-block .stk-button {
  transform-origin: center;
}
.stk-block .stk-button.stk--hover-effect-darken:hover {
  filter: brightness(0.9) contrast(1.2);
}
.stk-block .stk-button.stk--hover-effect-lift:hover {
  box-shadow: 0 4px 10px -2px #0003;
  transform: translateY(-4px);
}
.stk-block .stk-button.stk--hover-effect-scale:hover {
  transform: scale(1.05);
}
.stk-block .stk-button.stk--hover-effect-lift-scale:hover {
  box-shadow: 0 4px 10px -2px #0003;
  transform: translateY(-4px) scale(1.05);
}
.stk-block .stk-button.stk--hover-effect-lift-more:hover {
  box-shadow: 0 8px 16px -8px #0003;
  transform: translateY(-8px);
}
.stk-block .stk-button.stk--hover-effect-scale-more:hover {
  transform: scale(1.1);
}
.stk-block .stk-button.stk--hover-effect-lift-scale-more:hover {
  box-shadow: 0 4px 10px -2px #0003;
  transform: translateY(-8px) scale(1.1);
}
.stk--svg-wrapper {
  display: inline-block;
  position: relative;
}
.stk--svg-wrapper > .stk--inner-svg {
  display: flex;
  z-index: 1;
}
.stk--svg-wrapper .stk--shape-icon {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  z-index: -1;
}
.stk-block-icon {
  font-size: 0;
}
.stk-block .stk--inner-svg svg:last-child .fa-secondary {
  fill: var(--fa-secondary-color, currentColor);
  opacity: 0.4;
  opacity: var(--fa-secondary-opacity, 0.4);
}
.stk-block .stk--inner-svg svg:last-child .fa-primary {
  fill: var(--fa-primary-color, currentColor);
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1);
}
.stk-img-wrapper {
  display: block;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  will-change: filter;
}
.stk-img-wrapper.stk-img--gradient-overlay:before,
.stk-img-wrapper:after,
.stk-img-wrapper:before {
  content: "";
  inset: 0;
  opacity: var(--stk-gradient-overlay, 0.3);
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
.stk-img-wrapper.stk-img--gradient-overlay:hover:after,
.stk-img-wrapper.stk-img--gradient-overlay:not(:hover):before {
  opacity: 0 !important;
}
.stk-img-wrapper img {
  display: block !important;
  height: 100% !important;
  margin: 0 !important;
  object-fit: cover;
  width: 100% !important;
}
.stk-img-wrapper.stk-img--shape img,
.stk-img-wrapper.stk-img--shape:after,
.stk-img-wrapper.stk-img--shape:before {
  border-radius: 0;
  mask-mode: alpha;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.stk-img-wrapper.stk-image--shape-stretch,
.stk-img-wrapper.stk-image--shape-stretch:after,
.stk-img-wrapper.stk-image--shape-stretch:before {
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.stk-img-wrapper.stk-image--shape-stretch img {
  -webkit-mask-size: inherit !important;
  mask-size: inherit !important;
}
:root {
  --stk-block-margin-bottom: 24px;
  --stk-column-margin: 12px;
  --stk-columns-column-gap: 0px;
  --stk-columns-row-gap: 0px;
  --stk-container-padding: 32px;
  --stk-container-padding-large: 64px 80px;
  --stk-container-padding-small: 16px 32px;
  --stk-container-border-style: none;
  --stk-container-border-width: 1px;
  --stk-container-border-radius: 0px;
  --stk-container-box-shadow: 0px 4px 24px #0000000a;
  --stk-container-background-color: #fff;
  --stk-default-container-background-color: #fff;
  --stk-container-color: #1e1e1e;
  --stk-block-background-padding: 24px;
  --stk-block-background-border-style: none;
  --stk-block-background-border-width: 1px;
  --stk-block-background-border-radius: 0px;
  --stk-block-background-box-shadow: none;
  --stk-block-background-color: #f1f1f1;
  --stk-image-border-radius: 0px;
  --stk-image-drop-shadow: none;
  --stk-button-min-height: 0px;
  --stk-button-padding: 12px 16px;
  --stk-button-border-style: none;
  --stk-button-border-width: 1px;
  --stk-button-ghost-border-width: 2px;
  --stk-button-border-radius: 0px;
  --stk-button-box-shadow: none;
  --stk-button-icon-size: 24px;
  --stk-button-icon-gap: 8px;
  --stk-button-column-gap: 12px;
  --stk-button-row-gap: 12px;
  --stk-button-background-color: #008de4;
  --stk-button-text-color: #fff;
  --stk-default-button-background-color: #008de4;
  --stk-default-button-text-color: #fff;
  --stk-icon-button-padding: 12px;
  --stk-icon-list-row-gap: 0px;
  --stk-icon-list-icon-gap: 8px;
  --stk-icon-list-indentation: 0px;
  --stk-icon-size: 36px;
  --stk-icon-color: #a6a6a6;
  --stk-icon-shape-color: #ddd;
  --stk-subtitle-size: 16px;
  --stk-subtitle-color: #39414d;
  --stk-tab-accent-color: #008de4;
}
.entry-content .stk-block,
.stk-block,
.stk-block-column__content > * {
  margin-bottom: var(--stk-block-margin-bottom);
}
.stk-button-group {
  column-gap: var(--stk-button-column-gap);
  justify-content: var(--stk-alignment-justify-content);
  row-gap: var(--stk-button-row-gap);
}
.stk-block:is(
    .stk-block-button,
    .stk-block-icon-button,
    .stk-block-pagination
  ):not(.is-style-link)
  .stk-button {
  --stk-icon-color: var(--stk-button-text-color);
  background: var(--stk-button-background-color);
  padding: var(--stk-button-padding);
}
.stk-block:is(
    .stk-block-button,
    .stk-block-icon-button,
    .stk-block-pagination
  ):not(.is-style-link)
  .stk-button
  .stk--inner-svg,
.stk-block:is(
    .stk-block-button,
    .stk-block-icon-button,
    .stk-block-pagination
  ):not(.is-style-link)
  .stk-button
  > .stk-button__inner-text,
.stk-block:is(
    .stk-block-button,
    .stk-block-icon-button,
    .stk-block-pagination
  ):not(.is-style-link)
  .stk-button
  > .stk-button__inner-text:hover {
  color: var(--stk-button-text-color);
}
.stk-block:is(.stk-block-button, .stk-block-icon-button, .stk-block-pagination)
  .stk-button {
  --stk-icon-size: 1em;
}
.stk-block:is(
    .stk-block-button,
    .stk-block-icon-button,
    .stk-block-pagination
  ).is-style-ghost {
  --stk-button-text-color: var(--stk-button-background-color);
}
.stk-block:is(
    .stk-block-button,
    .stk-block-icon-button,
    .stk-block-pagination
  ).is-style-ghost
  .stk-button:before {
  border-color: var(--stk-button-background-color);
  border-width: var(--stk-button-ghost-border-width);
}
.stk-block:is(
    .stk-block-button,
    .stk-block-icon-button,
    .stk-block-pagination
  ).is-style-plain {
  --stk-button-text-color: var(--stk-button-background-color);
}
.stk-block-icon-button .stk-button {
  --stk-button-padding: var(--stk-icon-button-padding);
}
.stk--block-horizontal-flex {
  column-gap: var(--stk-block-margin-bottom);
}
.stk-container:not(.stk--no-padding) {
  padding: var(--stk-container-padding);
}
.stk--container-small .stk-container:not(.stk--no-padding) {
  --stk-container-padding: var(--stk-container-padding-small);
}
.stk-container:not(.stk--no-background) {
  background-color: var(--stk-container-background-color);
  border-radius: var(--stk-container-border-radius);
  box-shadow: var(--stk-container-box-shadow);
  color: var(--stk-container-color);
}
.stk-container-padding {
  padding: var(--stk-container-padding);
}
.stk-block:not(.stk-block-column) {
  --stk-columns-spacing: var(--stk-column-margin);
}
.stk-block-columns.stk-block-columns--has-single-block-polyfill,
body:not(.wp-admin)
  .stk-block-columns:has(
    > .stk-block-content > .stk-block-column:first-child:last-child
  ) {
  --stk-columns-spacing: 0;
}
.stk-block-background {
  background-color: var(--stk-block-background-color);
}
.stk-block-background:not(.stk--no-padding) {
  padding: var(--stk-block-background-padding);
}
.stk--inner-svg {
  border-color: var(--stk-icon-color);
}
.stk--inner-svg svg:last-child:not(.ugb-custom-icon):not(.stk-custom-icon) {
  height: var(--stk-icon-size);
  width: var(--stk-icon-size);
}
.stk--inner-svg svg:last-child:not(.ugb-custom-icon):not(.stk-custom-icon),
.stk--inner-svg
  svg:last-child:not(.ugb-custom-icon):not(.stk-custom-icon)
  :is(g, path, rect, polygon, ellipse) {
  fill: var(--stk-icon-color);
}
.stk-subtitle {
  font-size: var(--stk-subtitle-size);
}
.stk-block-posts__meta,
.stk-subtitle {
  color: var(--stk-subtitle-color);
}
:where(
    .stk-has-design-system-spacing-and-borders,
    .stk-has-design-system-buttons-and-icons
  )
  .stk-container:not(.stk--no-background) {
  border-style: var(--stk-container-border-style);
  border-width: var(--stk-container-border-width);
}
:where(
    .stk-has-design-system-spacing-and-borders,
    .stk-has-design-system-buttons-and-icons
  )
  .stk-container:not(.stk--no-background):hover {
  border-width: var(
    --stk-container-border-width-hover,
    var(--stk-container-border-width)
  );
  box-shadow: var(
    --stk-container-box-shadow-hover,
    var(--stk-container-box-shadow)
  );
}
:where(
    .stk-has-design-system-spacing-and-borders,
    .stk-has-design-system-buttons-and-icons
  )
  :where(.stk-hover-parent:hover)
  .stk-container:not(.stk--no-background) {
  border-width: var(
    --stk-container-border-width-parent-hover,
    var(--stk-container-border-width)
  );
  box-shadow: var(
    --stk-container-box-shadow-parent-hover,
    var(--stk-container-box-shadow)
  );
}
:where(
    .stk-has-design-system-spacing-and-borders,
    .stk-has-design-system-buttons-and-icons
  )
  :where(.stk-hover-parent:hover)
  .stk-container:not(.stk--no-background):hover {
  border-width: var(
    --stk-container-border-width-hover,
    var(
      --stk-container-border-width-parent-hover,
      var(--stk-container-border-width)
    )
  );
  box-shadow: var(
    --stk-container-box-shadow-hover,
    var(
      --stk-container-box-shadow-parent-hover,
      var(--stk-container-box-shadow)
    )
  );
}
:where(
    .stk-has-design-system-spacing-and-borders,
    .stk-has-design-system-buttons-and-icons
  )
  .stk-block-background {
  border-radius: var(--stk-block-background-border-radius);
  box-shadow: var(--stk-block-background-box-shadow);
}
:where(
    .stk-has-design-system-spacing-and-borders,
    .stk-has-design-system-buttons-and-icons
  )
  .stk-block.stk-block-background {
  border-style: var(--stk-block-background-border-style);
  border-width: var(--stk-block-background-border-width);
}
:where(
    .stk-has-design-system-spacing-and-borders,
    .stk-has-design-system-buttons-and-icons
  )
  .stk-block.stk-block-background:hover {
  border-width: var(
    --stk-block-background-border-width-hover,
    var(--stk-block-background-border-width)
  );
  box-shadow: var(
    --stk-block-background-box-shadow-hover,
    var(--stk-block-background-box-shadow)
  );
}
:where(
    .stk-has-design-system-spacing-and-borders,
    .stk-has-design-system-buttons-and-icons
  )
  :where(.stk-hover-parent:hover)
  .stk-block.stk-block-background {
  border-width: var(
    --stk-block-background-border-width-parent-hover,
    var(--stk-block-background-border-width)
  );
  box-shadow: var(
    --stk-block-background-box-shadow-parent-hover,
    var(--stk-block-background-box-shadow)
  );
}
:where(
    .stk-has-design-system-spacing-and-borders,
    .stk-has-design-system-buttons-and-icons
  )
  :where(.stk-hover-parent:hover)
  .stk-block.stk-block-background:hover {
  border-width: var(
    --stk-block-background-border-width-hover,
    var(
      --stk-block-background-border-width-parent-hover,
      var(--stk-block-background-border-width)
    )
  );
  box-shadow: var(
    --stk-block-background-box-shadow-hover,
    var(
      --stk-block-background-box-shadow-parent-hover,
      var(--stk-block-background-box-shadow)
    )
  );
}
:where(
    .stk-has-design-system-spacing-and-borders,
    .stk-has-design-system-buttons-and-icons
  )
  .stk-img-wrapper {
  filter: drop-shadow(var(--stk-image-drop-shadow));
}
:where(
    .stk-has-design-system-spacing-and-borders,
    .stk-has-design-system-buttons-and-icons
  )
  .stk-img-wrapper:hover {
  filter: drop-shadow(
    var(--stk-image-drop-shadow-hover, var(--stk-image-drop-shadow))
  );
}
:where(
    .stk-has-design-system-spacing-and-borders,
    .stk-has-design-system-buttons-and-icons
  )
  .stk-img-wrapper
  img {
  border-radius: var(--stk-image-border-radius);
}
:where(
    .stk-has-design-system-spacing-and-borders,
    .stk-has-design-system-buttons-and-icons
  )
  :where(.stk-hover-parent:hover)
  .stk-img-wrapper {
  filter: drop-shadow(
    var(--stk-image-drop-shadow-parent-hover, var(--stk-image-drop-shadow))
  );
}
:where(
    .stk-has-design-system-spacing-and-borders,
    .stk-has-design-system-buttons-and-icons
  )
  :where(.stk-hover-parent:hover)
  .stk-img-wrapper:hover {
  filter: drop-shadow(
    var(
      --stk-image-drop-shadow-hover,
      var(--stk-image-drop-shadow-parent-hover, var(--stk-image-drop-shadow))
    )
  );
}
:where(
    .stk-has-design-system-spacing-and-borders,
    .stk-has-design-system-buttons-and-icons
  )
  .stk--inner-svg
  svg:last-child:is(.ugb-custom-icon, .stk-custom-icon) {
  height: var(--stk-custom-icon-size);
  width: var(--stk-custom-icon-size);
}
:where(
    .stk-has-design-system-spacing-and-borders,
    .stk-has-design-system-buttons-and-icons
  )
  .stk--inner-svg
  svg:last-child:not(.ugb-custom-icon):not(.stk-custom-icon) {
  height: var(--stk-icon-size);
  width: var(--stk-icon-size);
}
:where(.stk-has-design-system-buttons-and-icons)
  .stk-block:is(
    .stk-block-button,
    .stk-block-icon-button,
    .stk-block-pagination
  ):not(.is-style-link)
  .stk-button:before {
  border-style: var(--stk-button-border-style);
  box-shadow: var(--stk-button-box-shadow);
}
:where(.stk-has-design-system-buttons-and-icons)
  .stk-block:is(
    .stk-block-button,
    .stk-block-icon-button,
    .stk-block-pagination
  ):not(.is-style-link)
  .stk-button:hover:before {
  box-shadow: var(--stk-button-box-shadow-hover, var(--stk-button-box-shadow));
}
:where(.stk-has-design-system-buttons-and-icons)
  .stk-block:is(
    .stk-block-button,
    .stk-block-icon-button,
    .stk-block-pagination
  ):not(.is-style-link, .is-style-ghost)
  .stk-button:before {
  border-width: var(--stk-button-border-width);
}
:where(.stk-has-design-system-buttons-and-icons)
  .stk-block:is(
    .stk-block-button,
    .stk-block-icon-button,
    .stk-block-pagination
  ):not(.is-style-link, .is-style-ghost)
  .stk-button:hover:before {
  border-width: var(
    --stk-button-border-width-hover,
    var(--stk-button-border-width)
  );
}
:where(.stk-has-design-system-buttons-and-icons)
  .stk-block:is(
    .stk-block-button,
    .stk-block-icon-button,
    .stk-block-pagination
  )
  .stk-button {
  --stk-icon-size: var(--stk-button-icon-size);
  --stk-custom-icon-size: var(--stk-custom-button-icon-size);
  min-height: var(--stk-button-min-height);
}
:where(.stk-has-design-system-buttons-and-icons)
  .stk-block:is(
    .stk-block-button,
    .stk-block-icon-button,
    .stk-block-pagination
  ).is-style-ghost
  .stk-button:hover:before {
  border-width: var(
    --stk-button-ghost-border-width-hover,
    var(--stk-button-ghost-border-width)
  );
}
:where(.stk-has-design-system-buttons-and-icons)
  :is(.stk-block-button, .stk-block-pagination)
  .stk-button {
  border-radius: var(--stk-button-border-radius);
}
:where(.stk-has-design-system-buttons-and-icons)
  :where(.stk-hover-parent:hover)
  .stk-block:is(
    .stk-block-button,
    .stk-block-icon-button,
    .stk-block-pagination
  ):not(.is-style-link, .is-style-ghost)
  .stk-button:before {
  border-width: var(
    --stk-button-border-width-parent-hover,
    var(--stk-button-border-width)
  );
  box-shadow: var(
    --stk-button-box-shadow-parent-hover,
    var(--stk-button-box-shadow)
  );
}
:where(.stk-has-design-system-buttons-and-icons)
  :where(.stk-hover-parent:hover)
  .stk-block:is(
    .stk-block-button,
    .stk-block-icon-button,
    .stk-block-pagination
  ):not(.is-style-link, .is-style-ghost)
  .stk-button:hover:before {
  border-width: var(
    --stk-button-border-width-hover,
    var(--stk-button-border-width-parent-hover, var(--stk-button-border-width))
  );
  box-shadow: var(
    --stk-button-box-shadow-hover,
    var(--stk-button-box-shadow-parent-hover, var(--stk-button-box-shadow))
  );
}
:where(.stk-has-design-system-buttons-and-icons)
  :where(.stk-hover-parent:hover)
  .stk-block:is(
    .stk-block-button,
    .stk-block-icon-button,
    .stk-block-pagination
  ).is-style-ghost
  .stk-button:before {
  border-width: var(
    --stk-button-ghost-border-width-parent-hover,
    var(--stk-button-ghost-border-width)
  );
  box-shadow: var(
    --stk-button-box-shadow-parent-hover,
    var(--stk-button-box-shadow)
  );
}
:where(.stk-has-design-system-buttons-and-icons)
  :where(.stk-hover-parent:hover)
  .stk-block:is(
    .stk-block-button,
    .stk-block-icon-button,
    .stk-block-pagination
  ).is-style-ghost
  .stk-button:hover:before {
  border-width: var(
    --stk-button-ghost-border-width-hover,
    var(
      --stk-button-ghost-border-width-parent-hover,
      var(--stk-button-ghost-border-width)
    )
  );
  box-shadow: var(
    --stk-button-box-shadow-hover,
    var(--stk-button-box-shadow-parent-hover, var(--stk-button-box-shadow))
  );
}
:where(
    [class*="stk--background-scheme"],
    [class*="stk--container-scheme"],
    .stk--has-base-scheme,
    .stk--has-background-scheme .stk-block-background,
    .stk--has-container-scheme .stk-container:not(.stk--no-background)
  )
  :where(.stk-block)
  > :is(p, div) {
  color: var(--stk-text-color);
}
:where(
    [class*="stk--background-scheme"],
    [class*="stk--container-scheme"],
    .stk--has-base-scheme,
    .stk--has-background-scheme .stk-block-background,
    .stk--has-container-scheme .stk-container:not(.stk--no-background)
  )
  .stk-block
  > :is(h1, h2, h3, h4, h5, h6) {
  color: var(--stk-heading-color);
}
:where(
    [class*="stk--background-scheme"],
    [class*="stk--container-scheme"],
    .stk--has-base-scheme,
    .stk--has-background-scheme .stk-block-background,
    .stk--has-container-scheme .stk-container:not(.stk--no-background)
  )
  :is(
    .stk-block-text__text,
    .stk-block-heading__text,
    .is-style-link,
    .stk-table-of-contents__table
  )
  a {
  color: var(--stk-link-color, var(--theme-link-initial-color, unset));
}
:where(
    [class*="stk--background-scheme"],
    [class*="stk--container-scheme"],
    .stk--has-base-scheme,
    .stk--has-background-scheme .stk-block-background,
    .stk--has-container-scheme .stk-container:not(.stk--no-background)
  )
  :is(
    .stk-block-text__text,
    .stk-block-heading__text,
    .is-style-link,
    .stk-table-of-contents__table
  )
  a:hover {
  color: var(
    --stk-link-color-hover,
    var(--stk-link-color, var(--theme-link-hover-color, unset))
  );
}
:where(
    [class*="stk--background-scheme"],
    [class*="stk--container-scheme"],
    .stk--has-base-scheme,
    .stk--has-background-scheme .stk-block-background,
    .stk--has-container-scheme .stk-container:not(.stk--no-background)
  )
  .stk-block:is(
    .stk-block-button,
    .stk-block-icon-button,
    .stk-block-pagination
  ) {
  --stk-accent-color: var(--stk-button-text-color);
}
:where(
    [class*="stk--background-scheme"],
    [class*="stk--container-scheme"],
    .stk--has-base-scheme,
    .stk--has-background-scheme .stk-block-background,
    .stk--has-container-scheme .stk-container:not(.stk--no-background)
  )
  .stk-block:is(
    .stk-block-button,
    .stk-block-icon-button,
    .stk-block-pagination
  ):not(.is-style-link)
  .stk-button:where(:hover) {
  --stk-icon-color: var(
    --stk-button-text-color-hover,
    var(--stk-button-text-color)
  );
  --stk-accent-color-hover: var(
    --stk-button-text-color-hover,
    var(--stk-button-text-color)
  );
  --stk-accent-color: var(
    --stk-button-text-color-hover,
    var(--stk-button-text-color)
  );
  background: var(
    --stk-button-background-color-hover,
    var(--stk-button-background-color)
  );
}
:where(
    [class*="stk--background-scheme"],
    [class*="stk--container-scheme"],
    .stk--has-base-scheme,
    .stk--has-background-scheme .stk-block-background,
    .stk--has-container-scheme .stk-container:not(.stk--no-background)
  )
  .stk-block:is(
    .stk-block-button,
    .stk-block-icon-button,
    .stk-block-pagination
  ):not(.is-style-link)
  .stk-button:where(:hover)
  .stk--inner-svg {
  color: var(--stk-button-text-color-hover, var(--stk-button-text-color));
}
:where(
    [class*="stk--background-scheme"],
    [class*="stk--container-scheme"],
    .stk--has-base-scheme,
    .stk--has-background-scheme .stk-block-background,
    .stk--has-container-scheme .stk-container:not(.stk--no-background)
  )
  .stk-block:is(
    .stk-block-button,
    .stk-block-icon-button,
    .stk-block-pagination
  ):not(.is-style-link)
  .stk-button:where(:hover)
  > .stk-button__inner-text {
  color: var(--stk-button-text-color-hover, var(--stk-button-text-color));
}
:where(
    [class*="stk--background-scheme"],
    [class*="stk--container-scheme"],
    .stk--has-base-scheme,
    .stk--has-background-scheme .stk-block-background,
    .stk--has-container-scheme .stk-container:not(.stk--no-background)
  )
  .stk-block:is(
    .stk-block-button,
    .stk-block-icon-button,
    .stk-block-pagination
  ):not(.is-style-link)
  .stk-button:where(:hover)
  > .stk-button__inner-text:hover {
  color: var(--stk-button-text-color-hover, var(--stk-button-text-color));
}
:where(
    [class*="stk--background-scheme"],
    [class*="stk--container-scheme"],
    .stk--has-base-scheme,
    .stk--has-background-scheme .stk-block-background,
    .stk--has-container-scheme .stk-container:not(.stk--no-background)
  )
  .stk-block:is(
    .stk-block-button,
    .stk-block-icon-button,
    .stk-block-pagination
  ).is-style-ghost {
  --stk-button-text-color: var(
    --stk-button-outline-color,
    var(--stk-button-background-color)
  );
}
:where(
    [class*="stk--background-scheme"],
    [class*="stk--container-scheme"],
    .stk--has-base-scheme,
    .stk--has-background-scheme .stk-block-background,
    .stk--has-container-scheme .stk-container:not(.stk--no-background)
  )
  .stk-block:is(
    .stk-block-button,
    .stk-block-icon-button,
    .stk-block-pagination
  ).is-style-ghost
  .stk-button:before {
  border-color: var(
    --stk-button-outline-color,
    var(--stk-button-background-color)
  );
}
:where(
    [class*="stk--background-scheme"],
    [class*="stk--container-scheme"],
    .stk--has-base-scheme,
    .stk--has-background-scheme .stk-block-background,
    .stk--has-container-scheme .stk-container:not(.stk--no-background)
  )
  .stk-block:is(
    .stk-block-button,
    .stk-block-icon-button,
    .stk-block-pagination
  ).is-style-ghost:where(:hover) {
  --stk-button-text-color-hover: var(
    --stk-button-outline-color-hover,
    var(
      --stk-button-outline-color,
      var(
        --stk-button-background-color-hover,
        var(--stk-button-background-color)
      )
    )
  );
  --stk-accent-color-hover: var(
    --stk-button-outline-color-hover,
    var(
      --stk-button-outline-color,
      var(
        --stk-button-background-color-hover,
        var(--stk-button-background-color)
      )
    )
  );
}
:where(
    [class*="stk--background-scheme"],
    [class*="stk--container-scheme"],
    .stk--has-base-scheme,
    .stk--has-background-scheme .stk-block-background,
    .stk--has-container-scheme .stk-container:not(.stk--no-background)
  )
  .stk-block:is(
    .stk-block-button,
    .stk-block-icon-button,
    .stk-block-pagination
  ).is-style-ghost:where(:hover)
  .stk-button:before {
  border-color: var(
    --stk-button-outline-color-hover,
    var(
      --stk-button-outline-color,
      var(
        --stk-button-background-color-hover,
        var(--stk-button-background-color)
      )
    )
  );
}
:where(
    [class*="stk--background-scheme"],
    [class*="stk--container-scheme"],
    .stk--has-base-scheme,
    .stk--has-background-scheme .stk-block-background,
    .stk--has-container-scheme .stk-container:not(.stk--no-background)
  )
  .stk-block:is(
    .stk-block-button,
    .stk-block-icon-button,
    .stk-block-pagination
  ).is-style-plain {
  --stk-button-text-color: var(
    --stk-button-plain-text-color,
    var(--stk-button-background-color)
  );
}
:where(
    [class*="stk--background-scheme"],
    [class*="stk--container-scheme"],
    .stk--has-base-scheme,
    .stk--has-background-scheme .stk-block-background,
    .stk--has-container-scheme .stk-container:not(.stk--no-background)
  )
  .stk-block:is(
    .stk-block-button,
    .stk-block-icon-button,
    .stk-block-pagination
  ).is-style-plain
  .stk-button:hover {
  --stk-button-text-color-hover: var(
    --stk-button-plain-text-color-hover,
    var(
      --stk-button-plain-text-color,
      var(
        --stk-button-background-color-hover,
        var(--stk-button-background-color)
      )
    )
  );
  --stk-accent-color-hover: var(
    --stk-button-plain-text-color-hover,
    var(
      --stk-button-plain-text-color,
      var(
        --stk-button-background-color-hover,
        var(--stk-button-background-color)
      )
    )
  );
  --stk-accent-color: var(
    --stk-button-plain-text-color-hover,
    var(
      --stk-button-plain-text-color,
      var(
        --stk-button-background-color-hover,
        var(--stk-button-background-color)
      )
    )
  );
}
:where(
    [class*="stk--background-scheme"],
    [class*="stk--container-scheme"],
    .stk--has-base-scheme,
    .stk--has-background-scheme .stk-block-background,
    .stk--has-container-scheme .stk-container:not(.stk--no-background)
  )
  .stk-block:is(
    .stk-block-button,
    .stk-block-icon-button,
    .stk-block-pagination
  ).is-style-link {
  --stk-button-text-color: var(--stk-link-color);
}
:where(
    [class*="stk--background-scheme"],
    [class*="stk--container-scheme"],
    .stk--has-base-scheme,
    .stk--has-background-scheme .stk-block-background,
    .stk--has-container-scheme .stk-container:not(.stk--no-background)
  )
  .stk-block:is(
    .stk-block-button,
    .stk-block-icon-button,
    .stk-block-pagination
  ).is-style-link
  :where(.stk-button:hover) {
  --stk-accent-color-hover: var(--stk-link-color-hover);
  --stk-accent-color: var(--stk-link-color-hover);
}
:where(
    [class*="stk--background-scheme"],
    [class*="stk--container-scheme"],
    .stk--has-base-scheme,
    .stk--has-background-scheme .stk-block-background,
    .stk--has-container-scheme .stk-container:not(.stk--no-background)
  )
  .stk--inner-svg {
  border-color: var(
    --stk-default-icon-color,
    var(--stk-accent-color, var(--stk-icon-color))
  );
}
:where(
    [class*="stk--background-scheme"],
    [class*="stk--container-scheme"],
    .stk--has-base-scheme,
    .stk--has-background-scheme .stk-block-background,
    .stk--has-container-scheme .stk-container:not(.stk--no-background)
  )
  .stk--inner-svg
  svg:last-child:not(.ugb-custom-icon):not(.stk-custom-icon),
:where(
    [class*="stk--background-scheme"],
    [class*="stk--container-scheme"],
    .stk--has-base-scheme,
    .stk--has-background-scheme .stk-block-background,
    .stk--has-container-scheme .stk-container:not(.stk--no-background)
  )
  .stk--inner-svg
  svg:last-child:not(.ugb-custom-icon):not(.stk-custom-icon)
  :is(g, path, rect, polygon, ellipse) {
  fill: var(--stk-accent-color, var(--stk-icon-color));
}
:where(
    [class*="stk--background-scheme"],
    [class*="stk--container-scheme"],
    .stk--has-base-scheme,
    .stk--has-background-scheme .stk-block-background,
    .stk--has-container-scheme .stk-container:not(.stk--no-background)
  )
  .stk--inner-svg:where(:hover) {
  border-color: var(
    --stk-accent-color-hover,
    var(--stk-accent-color, var(--stk-icon-color))
  );
}
:where(
    [class*="stk--background-scheme"],
    [class*="stk--container-scheme"],
    .stk--has-base-scheme,
    .stk--has-background-scheme .stk-block-background,
    .stk--has-container-scheme .stk-container:not(.stk--no-background)
  )
  .stk--inner-svg:where(:hover)
  svg:last-child:not(.ugb-custom-icon):not(.stk-custom-icon),
:where(
    [class*="stk--background-scheme"],
    [class*="stk--container-scheme"],
    .stk--has-base-scheme,
    .stk--has-background-scheme .stk-block-background,
    .stk--has-container-scheme .stk-container:not(.stk--no-background)
  )
  .stk--inner-svg:where(:hover)
  svg:last-child:not(.ugb-custom-icon):not(.stk-custom-icon)
  :is(g, path, rect, polygon, ellipse) {
  fill: var(
    --stk-accent-color-hover,
    var(--stk-accent-color, var(--stk-icon-color))
  );
}
:where(
    [class*="stk--background-scheme"],
    [class*="stk--container-scheme"],
    .stk--has-base-scheme,
    .stk--has-background-scheme .stk-block-background,
    .stk--has-container-scheme .stk-container:not(.stk--no-background)
  )
  .stk-subtitle:where(:hover) {
  color: var(--stk-subtitle-color-hover, var(--stk-subtitle-color));
}
:where(
    [class*="stk--background-scheme"],
    [class*="stk--container-scheme"],
    .stk--has-base-scheme,
    .stk--has-background-scheme .stk-block-background,
    .stk--has-container-scheme .stk-container:not(.stk--no-background)
  )
  .stk-block-posts__meta:where(:hover) {
  color: var(--stk-subtitle-color-hover, var(--stk-subtitle-color));
}
.stk-container:not(.stk--no-background):where([class*="stk--container-scheme"]),
:where(.stk--has-container-scheme) .stk-container:not(.stk--no-background) {
  background-image: var(--stk-container-background-color, none);
}
.stk-container:not(.stk--no-background):where(
    [class*="stk--container-scheme"]
  ):hover,
:where(.stk--has-container-scheme)
  .stk-container:not(.stk--no-background):hover {
  background-color: var(
    --stk-container-background-color-hover,
    var(--stk-container-background-color)
  );
  background-image: var(
    --stk-container-background-color-hover,
    var(--stk-container-background-color, none)
  );
}
.stk-block-background:where([class*="stk--background-scheme"]),
:where(.stk--has-background-scheme) .stk-block-background {
  background-image: var(--stk-block-background-color, none);
}
.stk-block-background:where([class*="stk--background-scheme"]):hover,
:where(.stk--has-background-scheme) .stk-block-background:hover {
  background-color: var(
    --stk-block-background-color-hover,
    var(--stk-block-background-color)
  );
  background-image: var(
    --stk-block-background-color-hover,
    var(--stk-block-background-color, none)
  );
}
:where(.stk-has-block-style-inheritance):where(
    [class*="stk--background-scheme"],
    [class*="stk--container-scheme"],
    .stk--has-base-scheme,
    .stk--has-background-scheme .stk-block-background,
    .stk--has-container-scheme .stk-container:not(.stk--no-background)
  )
  .stk-block:is(
    .stk-block-button,
    .stk-block-icon-button,
    .stk-block-pagination
  ):not(.is-style-link)
  .stk-button {
  color: var(--stk-button-text-color-hover, var(--stk-button-text-color));
}
body.stk--anim-init .stk--has-background-overlay:before,
body.stk--anim-init .stk-block .stk-button:after,
body.stk--anim-init .stk-block .stk-button:before,
body.stk--anim-init .stk-block li::marker,
body.stk--anim-init .stk-block-tabs__tab,
body.stk--anim-init .stk-img-wrapper:after,
body.stk--anim-init .stk-img-wrapper:before,
body.stk--anim-init
  :is(
    .stk-block,
    .stk-container,
    .stk-container-padding,
    .stk-img-wrapper,
    .stk-img-wrapper img,
    .stk-block-heading__top-line,
    .stk-block-heading__bottom-line,
    .stk-block-posts__item-hide,
    .stk-block-posts__title > a,
    .stk-button,
    .stk-button__inner-text,
    .stk-block li,
    .stk-block p,
    .stk-block h1,
    .stk-block h2,
    .stk-block h3,
    .stk-block h4,
    .stk-block h5,
    .stk-block h6,
    .stk-block [class*="__text"]
  ) {
  transition: var(
    --stk-transition-default,
    all var(--stk-transition-duration, 0.12s)
      cubic-bezier(0.45, 0.05, 0.55, 0.95),
    flex 0s,
    max-width 0s,
    visibility 0s
  );
}
body.stk--anim-init .stk-block .has-fit-text {
  transition: font-size 0s;
}
body.stk--anim-init .stk--has-background-overlay:before,
body.stk--anim-init .stk-block .stk-button:after,
body.stk--anim-init .stk-block .stk-button:before,
body.stk--anim-init .stk-block li::marker,
body.stk--anim-init .stk-block-tabs__tab,
body.stk--anim-init .stk-img-wrapper:after,
body.stk--anim-init .stk-img-wrapper:before,
body.stk--anim-init
  :where(
    .stk-block,
    .stk-container,
    .stk-container-padding,
    .stk-img-wrapper,
    .stk-img-wrapper img,
    .stk-block-heading__top-line,
    .stk-block-heading__bottom-line,
    .stk-block-posts__item-hide,
    .stk-block-posts__title > a,
    .stk-button,
    .stk-button__inner-text,
    .stk-block li,
    .stk-block p,
    .stk-block h1,
    .stk-block h2,
    .stk-block h3,
    .stk-block h4,
    .stk-block h5,
    .stk-block h6,
    .stk-block [class*="__text"]
  ) {
  border-style: none;
  border-width: 1px;
}
body.stk--anim-init
  .stk--svg-wrapper
  :is(.stk--shape-icon, .stk--inner-svg, .stk--inner-svg *) {
  transition: var(
    --stk-transition-default,
    all var(--stk-transition-duration, 0.12s)
      cubic-bezier(0.45, 0.05, 0.55, 0.95)
  );
}
body.stk--anim-init .stk--svg-wrapper .stk--inner-svg svg:last-child {
  transition: var(
    --stk-transition-default,
    all var(--stk-transition-duration, 0.12s)
      cubic-bezier(0.45, 0.05, 0.55, 0.95),
    fill 0s
  );
}
.stk-block,
.stk-container,
.stk-container-padding {
  min-height: 0;
}
body.stk--is-blocksy-theme .stk-block {
  --stk-block-width-default-detected: var(
    --theme-block-max-width,
    var(--block-max-width)
  );
  --stk-block-width-wide-detected: var(
    --theme-block-wide-max-width,
    var(--block-wide-max-width)
  );
}
body.stk--is-astra-theme {
  --stk-block-width-wide-detected: calc(
    var(--stk-block-width-default-detected) + 200px
  );
}
body.stk--is-astra-theme
  .entry-content
  :is(.alignfull, .alignwide)
  > .alignwide {
  margin-left: auto;
  margin-right: auto;
}
body.stk--is-neve-theme {
  --stk-block-width-wide-detected: 70vw;
}
body.stk--is-kadence-theme
  :is(.entry-content, .site-content)
  .stk-block
  > .stk-inner-blocks.alignwide,
body.stk--is-kadence-theme
  :is(.entry-content, .site-content)
  .stk-block
  > .stk-inner-blocks:not(.alignwide) {
  margin-left: auto;
  margin-right: auto;
}
body.stk--is-storefront-theme
  :is(.entry-content, .site-content)
  .stk-block.alignwide:not(.stk-block-background) {
  padding-left: 0;
  padding-right: 0;
}
body.stk--is-storefront-theme
  :is(.entry-content, .site-content)
  .stk-block
  > .stk-inner-blocks:is(.alignwide, .alignfull) {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
body.stk--is-twentytwentyone-theme {
  --stk-block-width-default-detected: var(--responsive--aligndefault-width);
  --stk-block-width-wide-detected: var(--responsive--alignwide-width);
}
.stk-block {
  box-sizing: border-box;
  position: relative;
}
.stk--block-horizontal-flex .stk-block {
  width: auto;
}
.stk-block,
:is(.entry-content, .site-content) .stk-block {
  margin-top: 0;
}
:is(.entry-content, .site-content) .stk-block > .stk-content-align {
  margin-left: auto;
  margin-right: auto;
  margin-block: 0;
  width: auto;
}
.stk-block.stk-column,
.stk-column {
  margin-bottom: 0;
  margin-top: 0;
  min-width: 1px;
}
.stk-block.stk-block-column.stk-column > .stk-column-wrapper {
  margin: var(--stk-columns-spacing);
}
:root {
  --stk-block-width-default-detected: 900px;
  --stk-block-width-wide-detected: 80vw;
}
.stk-block .stk-block.alignfull {
  width: 100%;
}
.stk-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.stk-column {
  align-items: stretch;
  box-sizing: border-box;
  display: flex;
  flex: 1 1 0;
  margin-left: 0;
  margin-right: 0;
}
.stk-block-content {
  position: relative;
  width: 100%;
}
.stk-block-content:not(.stk-row) {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.stk-inner-blocks {
  flex: 1;
}
.stk-inner-blocks:not(.stk-row) {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.stk-inner-blocks:not(.stk-row).stk--block-horizontal-flex {
  flex-direction: row;
  justify-content: space-evenly;
}
.stk-inner-blocks:not(.stk-row).stk--block-horizontal-flex > * {
  margin-bottom: 0;
  margin-top: 0;
}
.stk-inner-blocks > :first-child {
  margin-top: 0;
}
.stk-inner-blocks > :last-child {
  margin-bottom: 0;
}
.stk-block-background.stk-column > .stk-block-content {
  margin: 0;
}
.stk-image--fit {
  height: 100% !important;
  object-fit: cover;
  width: 100% !important;
}
:is(.stk-block.alignleft, .stk-block.alignright)
  .stk-inner-blocks:first-of-type
  > .stk-block {
  max-width: 350px;
  width: auto;
}
.stk-block .stk-block-heading__text,
.stk-block .stk-block-subtitle__text,
.stk-block .stk-block-text__text {
  margin-bottom: 0;
}
.stk-block .stk-block-subtitle__text,
.stk-block .stk-block-text__text,
.stk-block-heading,
.stk-block-subtitle,
.stk-block-text {
  margin-top: 0;
}
.stk-block-heading,
.stk-block-subtitle,
.stk-block-text {
  word-break: break-word;
}
:where(.stk-block-heading:not(:first-child)) .stk-block-heading__text {
  margin-top: 1.5em;
}
.stk-block-heading:first-child .stk-block-heading__text:not([contenteditable]) {
  margin-top: 0;
}
.stk-block-heading__text:after,
.stk-block-heading__text:before,
.stk-block-subtitle__text:after,
.stk-block-subtitle__text:before,
.stk-block-text__text:after,
.stk-block-text__text:before {
  content: unset;
}
:is(
  .stk--is-gradient,
  .stk--is-gradient li,
  .stk--is-gradient span,
  .stk--is-gradient a
) {
  -webkit-text-fill-color: #0000;
  -moz-text-fill-color: #0000;
  -o-text-fill-color: #0000;
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -o-background-clip: text;
}
.stk-block .stk-button-group:not(.stk-collapse-on-desktop) {
  justify-content: var(--stk-alignment-justify-content);
}
.stk-block
  .stk-button-group:is(.stk--collapse-on-desktop)
  .stk-block:is(.stk-block-button, .stk-block-icon-button) {
  margin-inline-end: var(--stk-alignment-margin-right);
  margin-inline-start: var(--stk-alignment-margin-left);
}
.stk--block-orientation-horizontal > * + * {
  margin-left: var(--stk-block-margin-bottom);
}
.stk--block-orientation-horizontal .stk-block {
  width: auto;
}
.stk-inner-blocks:not(.stk-row).stk--block-orientation-horizontal {
  flex-direction: row;
}
.stk-inner-blocks:not(.stk-row).stk--block-orientation-horizontal > * {
  margin-bottom: 0;
  margin-top: 0;
}
.stk-block .stk-button-group {
  align-items: center;
  flex-direction: row;
}
.stk-button-group .stk-block {
  margin-inline: revert;
}
:where(body:not(.stk-has-block-style-inheritance))
  :is(
    .stk-block-button,
    .stk-block-icon-button,
    .stk-block-pagination,
    .stk-block-load-more,
    .stk-block-posts
  ):not(.is-style-link)
  .stk-button {
  text-decoration: none !important;
}
:is(
    .stk-block-button,
    .stk-block-icon-button,
    .stk-block-pagination,
    .stk-block-load-more,
    .stk-block-posts
  ):not(.is-style-link)
  .stk-button {
  align-items: center;
  column-gap: 8px;
  display: flex;
  justify-content: center;
  position: relative;
  text-decoration: none;
}
:is(
    .stk-block-button,
    .stk-block-icon-button,
    .stk-block-pagination,
    .stk-block-load-more,
    .stk-block-posts
  ):not(.is-style-link)
  .stk-button
  .stk--svg-wrapper:not(:only-child):first-child
  .stk--inner-svg
  svg:last-child {
  margin-inline-end: var(--stk-button-icon-gap);
}
:is(
    .stk-block-button,
    .stk-block-icon-button,
    .stk-block-pagination,
    .stk-block-load-more,
    .stk-block-posts
  ):not(.is-style-link)
  .stk-button
  .stk--svg-wrapper:not(:only-child):last-child
  .stk--inner-svg
  svg:last-child {
  margin-inline-start: var(--stk-button-icon-gap);
}
:is(
    .stk-block-button,
    .stk-block-icon-button,
    .stk-block-pagination,
    .stk-block-load-more,
    .stk-block-posts
  ):not(.is-style-link)
  .stk-button:after,
:is(
    .stk-block-button,
    .stk-block-icon-button,
    .stk-block-pagination,
    .stk-block-load-more,
    .stk-block-posts
  ):not(.is-style-link)
  .stk-button:before {
  border-radius: inherit;
  content: "";
  height: 100%;
  inset: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
}
:is(
    .stk-block-button,
    .stk-block-icon-button,
    .stk-block-pagination,
    .stk-block-load-more,
    .stk-block-posts
  ):not(.is-style-link)
  .stk-button:before {
  z-index: 2;
}
:is(
    .stk-block-button,
    .stk-block-icon-button,
    .stk-block-pagination,
    .stk-block-load-more,
    .stk-block-posts
  ):not(.is-style-link)
  .stk-button:after {
  opacity: 0;
  z-index: 1;
}
:is(
    .stk-block-button,
    .stk-block-icon-button,
    .stk-block-pagination,
    .stk-block-load-more,
    .stk-block-posts
  ):not(.is-style-link)
  .stk-button
  > * {
  z-index: 2;
}
:is(
    .stk-block-button,
    .stk-block-icon-button,
    .stk-block-pagination,
    .stk-block-load-more,
    .stk-block-posts
  ).is-style-pill
  .stk-button {
  border-radius: 100px;
  width: 4em;
}
.stk-block {
  text-align: start;
}
.stk-block [class*="has-text-align-"],
.stk-block[class*="has-text-align-"] {
  text-align: var(--stk-alignment-text-align, start);
}
.has-text-align-center {
  --stk-alignment-padding-left: 0;
  --stk-alignment-justify-content: center;
  --stk-alignment-text-align: center;
  --stk-alignment-margin-left: auto;
  --stk-alignment-margin-right: auto;
}
.has-text-align-center,
.has-text-align-left {
  text-align: var(--stk-alignment-text-align, start);
}
.has-text-align-left {
  --stk-alignment-justify-content: flex-start;
  --stk-alignment-text-align: start;
  --stk-alignment-margin-left: 0;
  --stk-alignment-margin-right: auto;
}
.has-text-align-right {
  --stk-alignment-justify-content: flex-end;
  --stk-alignment-text-align: end;
  --stk-alignment-margin-left: auto;
  --stk-alignment-margin-right: 0;
  text-align: var(--stk-alignment-text-align, start);
}
.has-text-align-justify {
  --stk-alignment-text-align: justify;
}
.has-text-align-space-between {
  --stk-alignment-justify-content: space-between;
}
.has-text-align-space-around {
  --stk-alignment-justify-content: space-around;
}
.has-text-align-space-evenly {
  --stk-alignment-justify-content: space-evenly;
}
.stk-block {
  justify-content: var(--stk-alignment-justify-content);
  text-align: var(--stk-alignment-text-align, start);
  z-index: 1;
}
@supports (-webkit-touch-callout: inherit) {
  .stk-block.stk-block,
  .stk-container.stk-container {
    background-attachment: scroll !important;
  }
}
.stk-block:after,
.stk-block:not(.stk--has-background-overlay):before {
  content: none !important;
}
.stk--transparent-overlay {
  all: unset !important;
  background: #0000 !important;
  cursor: pointer !important;
  inset: 0 !important;
  position: absolute !important;
  width: 100% !important;
  z-index: 3 !important;
}
.stk-block:is(.stk-has-top-separator, .stk-has-bottom-separator)
  > :not(.stk-video-background) {
  z-index: 2;
}
.stk-block.stk-has-bottom-separator:not(.stk-has-top-separator)
  > :not(.stk-separator, .stk-video-background),
.stk-block:is(.stk-has-top-separator, .stk-has-bottom-separator)
  .stk-separator
  ~ :not(.stk-separator, .stk-video-background) {
  position: relative;
  z-index: 3;
}
.stk-block .stk-separator__top {
  transform: scaleY(-1);
}
.stk-block .stk-separator__bottom .stk-separator__wrapper {
  bottom: 0;
  top: auto;
}
.stk-block .stk-separator__bottom .stk-separator__layer-1 {
  transform: none;
}
.stk-block .stk-separator__wrapper {
  height: 200px;
  inset: auto 0 0 0;
}
.stk-block .stk-separator__layer-1 {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 4;
}
.stk-block .stk-separator,
.stk-block .stk-separator__wrapper {
  margin: 0;
  max-width: none !important;
  position: absolute !important;
}
.stk-block .stk-separator {
  inset: -1px 0;
  overflow: hidden;
  pointer-events: none;
}
.stk-block .stk-separator svg {
  filter: drop-shadow(0 2px 20px rgba(153, 153, 153, 0.2));
  left: 0;
  right: 0;
}
.entry-content .stk-block.stk-has-top-separator {
  padding-top: 200px;
}
.entry-content .stk-block.stk-has-bottom-separator {
  padding-bottom: 200px;
}
.stk--has-background-overlay {
  background-position: 50%;
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.stk--has-background-overlay:before {
  bottom: 0;
  content: "" !important;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.stk--has-background-overlay > :not(.stk-video-background) {
  position: relative;
  z-index: 3;
}
.stk--has-background-overlay > .stk-container:has(> .stk-block-link) {
  position: static;
}
.stk--has-background-overlay:has(> .stk-container > .stk-block-link):before {
  z-index: -1;
}
.stk-video-background {
  height: 100%;
  left: 50%;
  margin: 0;
  max-width: none !important;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  z-index: 1;
}
:is(.ugb-highlight, .stk-highlight)[style*="background"] {
  display: inline;
  padding: 0.1em 0.4em;
}
.stk-cimo-notice {
  background: #fff;
  border: 2px solid #16a249;
  border-radius: 4px;
  box-shadow: 0 1px 4px #33533f70;
  clear: both;
  margin: 12px 0;
  padding: 16px;
  position: relative;
}
.stk-cimo-notice button {
  background: none;
  border: none;
  cursor: pointer;
  height: 14px;
  position: absolute;
  right: 4px;
  top: 4px;
}
.stk-cimo-notice .dashicon {
  font-size: 14px;
  height: 14px;
  width: 14px;
}
.stk-cimo-notice .dashicon:hover {
  color: var(--stk-skin-error, #f15449);
}
.stk-cimo-notice p {
  font-size: 12px;
  margin: 0;
}
.stk-cimo-notice p a {
  color: inherit;
  font-weight: 700;
}
.stk-cimo-notice p a:hover {
  color: #16a249;
}
.stk-cimo-notice p span {
  font-weight: 700;
}
:where(.stk--is-blocksy-theme.stk--has-default-container-scheme) {
  --stk-default-link-color: var(--theme-link-initial-color);
  --stk-default-heading-color: var(
    --theme-heading-color,
    var(--theme-headings-color)
  );
  --stk-default-button-background-color: var(
    --theme-button-background-initial-color
  );
}
:where(.stk--is-blocksy-theme.stk--has-default-container-scheme)
  :where(.stk-block-heading)
  :where(h1) {
  --stk-heading-color: var(
    --theme-heading-color,
    var(--theme-heading-1-color, var(--theme-headings-color))
  );
}
:where(.stk--is-blocksy-theme.stk--has-default-container-scheme)
  :where(.stk-block-heading)
  :where(h2) {
  --stk-heading-color: var(
    --theme-heading-color,
    var(--theme-heading-2-color, var(--theme-headings-color))
  );
}
:where(.stk--is-blocksy-theme.stk--has-default-container-scheme)
  :where(.stk-block-heading)
  :where(h3) {
  --stk-heading-color: var(
    --theme-heading-color,
    var(--theme-heading-3-color, var(--theme-headings-color))
  );
}
:where(.stk--is-blocksy-theme.stk--has-default-container-scheme)
  :where(.stk-block-heading)
  :where(h4) {
  --stk-heading-color: var(
    --theme-heading-color,
    var(--theme-heading-4-color, var(--theme-headings-color))
  );
}
:where(.stk--is-blocksy-theme.stk--has-default-container-scheme)
  :where(.stk-block-heading)
  :where(h5) {
  --stk-heading-color: var(
    --theme-heading-color,
    var(--theme-heading-5-color, var(--theme-headings-color))
  );
}
:where(.stk--is-blocksy-theme.stk--has-default-container-scheme)
  :where(.stk-block-heading)
  :where(h6) {
  --stk-heading-color: var(
    --theme-heading-color,
    var(--theme-heading-6-color, var(--theme-headings-color))
  );
}
.stk--is-helloelementor-theme .stk-block-carousel__slider-wrapper.alignwide {
  margin-left: unset;
  margin-right: unset;
}
:where(.stk-has-block-style-inheritance.stk--is-tove-theme)
  :is(.stk-block-button, .stk-block-icon-button, .stk-block-pagination):is(
    .is-style-plain
  )
  .stk-button {
  border-width: 0;
  box-shadow: none;
}
:where(.stk-has-block-style-inheritance.stk--is-twentytwentyfive-theme)
  :where(.stk-block-button .stk-button) {
  border-radius: 9999px;
}
.stk--has-column-order .stk-block-column:first-child {
  order: var(--stk-col-order-1, initial);
}
.stk--has-column-order .stk-block-column:nth-child(2) {
  order: var(--stk-col-order-2, initial);
}
.stk--has-column-order .stk-block-column:nth-child(3) {
  order: var(--stk-col-order-3, initial);
}
.stk--has-column-order .stk-block-column:nth-child(4) {
  order: var(--stk-col-order-4, initial);
}
.stk--has-column-order .stk-block-column:nth-child(5) {
  order: var(--stk-col-order-5, initial);
}
.stk--has-column-order .stk-block-column:nth-child(6) {
  order: var(--stk-col-order-6, initial);
}
.stk--has-column-order .stk-block-column:nth-child(7) {
  order: var(--stk-col-order-7, initial);
}
.stk--has-column-order .stk-block-column:nth-child(8) {
  order: var(--stk-col-order-8, initial);
}
.stk--has-column-order .stk-block-column:nth-child(9) {
  order: var(--stk-col-order-9, initial);
}
.stk--has-column-order .stk-block-column:nth-child(10) {
  order: var(--stk-col-order-10, initial);
}
.stk--has-column-order .stk-block-column:nth-child(11) {
  order: var(--stk-col-order-11, initial);
}
.stk--has-column-order .stk-block-column:nth-child(12) {
  order: var(--stk-col-order-12, initial);
}
.stk--has-column-order .stk-block-column:nth-child(13) {
  order: var(--stk-col-order-13, initial);
}
.stk--has-column-order .stk-block-column:nth-child(14) {
  order: var(--stk-col-order-14, initial);
}
.stk--has-column-order .stk-block-column:nth-child(15) {
  order: var(--stk-col-order-15, initial);
}
.stk--has-column-order .stk-block-column:nth-child(16) {
  order: var(--stk-col-order-16, initial);
}
.stk--has-column-order .stk-block-column:nth-child(17) {
  order: var(--stk-col-order-17, initial);
}
.stk--has-column-order .stk-block-column:nth-child(18) {
  order: var(--stk-col-order-18, initial);
}
.stk--has-column-order .stk-block-column:nth-child(19) {
  order: var(--stk-col-order-19, initial);
}
.stk--has-column-order .stk-block-column:nth-child(20) {
  order: var(--stk-col-order-20, initial);
}
@media (prefers-reduced-motion) {
  .stk-progress-bar.stk--with-animation .stk-progress-bar__bar,
  .stk-progress-circle.stk--with-animation .stk-progress-circle__bar {
    transition: none;
  }
}
@media (-ms-high-contrast: none) {
  .stk-img-wrapper.stk-img--shape,
  ::-ms-backdrop {
    border-radius: 9999px !important;
  }
}
#end-resizable-editor-section {
  display: none;
}
@charset "UTF-8";
.wp-block-archives {
  box-sizing: border-box;
}
.wp-block-archives-dropdown label {
  display: block;
}
.wp-block-avatar {
  line-height: 0;
}
.wp-block-avatar,
.wp-block-avatar img {
  box-sizing: border-box;
}
.wp-block-avatar.aligncenter {
  text-align: center;
}
.wp-block-audio {
  box-sizing: border-box;
}
.wp-block-audio :where(figcaption) {
  margin-bottom: 1em;
  margin-top: 0.5em;
}
.wp-block-audio audio {
  min-width: 300px;
  width: 100%;
}
.wp-block-button__link {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  word-break: break-word;
}
.wp-block-button__link.aligncenter {
  text-align: center;
}
.wp-block-button__link.alignright {
  text-align: right;
}
:where(.wp-block-button__link) {
  border-radius: 9999px;
  box-shadow: none;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  text-decoration: none;
}
.wp-block-button[style*="text-decoration"] .wp-block-button__link {
  text-decoration: inherit;
}
.wp-block-buttons > .wp-block-button.has-custom-width {
  max-width: none;
}
.wp-block-buttons > .wp-block-button.has-custom-width .wp-block-button__link {
  width: 100%;
}
.wp-block-buttons
  > .wp-block-button.has-custom-font-size
  .wp-block-button__link {
  font-size: inherit;
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
  width: calc(25% - var(--wp--style--block-gap, 0.5em) * 0.75);
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
  width: calc(50% - var(--wp--style--block-gap, 0.5em) * 0.5);
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-75 {
  width: calc(75% - var(--wp--style--block-gap, 0.5em) * 0.25);
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-100 {
  flex-basis: 100%;
  width: 100%;
}
.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-25 {
  width: 25%;
}
.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-50 {
  width: 50%;
}
.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-75 {
  width: 75%;
}
.wp-block-button.is-style-squared,
.wp-block-button__link.wp-block-button.is-style-squared {
  border-radius: 0;
}
.wp-block-button.no-border-radius,
.wp-block-button__link.no-border-radius {
  border-radius: 0 !important;
}
:root :where(.wp-block-button .wp-block-button__link.is-style-outline),
:root :where(.wp-block-button.is-style-outline > .wp-block-button__link) {
  border: 2px solid;
  padding: 0.667em 1.333em;
}
:root
  :where(
    .wp-block-button
      .wp-block-button__link.is-style-outline:not(.has-text-color)
  ),
:root
  :where(
    .wp-block-button.is-style-outline
      > .wp-block-button__link:not(.has-text-color)
  ) {
  color: currentColor;
}
:root
  :where(
    .wp-block-button
      .wp-block-button__link.is-style-outline:not(.has-background)
  ),
:root
  :where(
    .wp-block-button.is-style-outline
      > .wp-block-button__link:not(.has-background)
  ) {
  background-color: initial;
  background-image: none;
}
.wp-block-buttons.is-vertical {
  flex-direction: column;
}
.wp-block-buttons.is-vertical > .wp-block-button:last-child {
  margin-bottom: 0;
}
.wp-block-buttons > .wp-block-button {
  display: inline-block;
  margin: 0;
}
.wp-block-buttons.is-content-justification-left {
  justify-content: flex-start;
}
.wp-block-buttons.is-content-justification-left.is-vertical {
  align-items: flex-start;
}
.wp-block-buttons.is-content-justification-center {
  justify-content: center;
}
.wp-block-buttons.is-content-justification-center.is-vertical {
  align-items: center;
}
.wp-block-buttons.is-content-justification-right {
  justify-content: flex-end;
}
.wp-block-buttons.is-content-justification-right.is-vertical {
  align-items: flex-end;
}
.wp-block-buttons.is-content-justification-space-between {
  justify-content: space-between;
}
.wp-block-buttons.aligncenter {
  text-align: center;
}
.wp-block-buttons:not(
    .is-content-justification-space-between,
    .is-content-justification-right,
    .is-content-justification-left,
    .is-content-justification-center
  )
  .wp-block-button.aligncenter {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.wp-block-buttons[style*="text-decoration"] .wp-block-button,
.wp-block-buttons[style*="text-decoration"] .wp-block-button__link {
  text-decoration: inherit;
}
.wp-block-buttons.has-custom-font-size .wp-block-button__link {
  font-size: inherit;
}
.wp-block-button.aligncenter,
.wp-block-calendar {
  text-align: center;
}
.wp-block-calendar td,
.wp-block-calendar th {
  border: 1px solid;
  padding: 0.25em;
}
.wp-block-calendar th {
  font-weight: 400;
}
.wp-block-calendar caption {
  background-color: inherit;
}
.wp-block-calendar table {
  border-collapse: collapse;
  width: 100%;
}
.wp-block-calendar table:where(:not(.has-text-color)) {
  color: #40464d;
}
.wp-block-calendar table:where(:not(.has-text-color)) td,
.wp-block-calendar table:where(:not(.has-text-color)) th {
  border-color: #ddd;
}
.wp-block-calendar table.has-background th {
  background-color: inherit;
}
.wp-block-calendar table.has-text-color th {
  color: inherit;
}
:where(.wp-block-calendar table:not(.has-background) th) {
  background: #ddd;
}
.wp-block-categories {
  box-sizing: border-box;
}
.wp-block-categories.alignleft {
  margin-right: 2em;
}
.wp-block-categories.alignright {
  margin-left: 2em;
}
.wp-block-categories.wp-block-categories-dropdown.aligncenter {
  text-align: center;
}
.wp-block-categories .wp-block-categories__label {
  display: block;
  width: 100%;
}
.wp-block-code {
  box-sizing: border-box;
}
.wp-block-code code {
  display: block;
  font-family: inherit;
  overflow-wrap: break-word;
  white-space: pre-wrap;
}
.wp-block-columns {
  align-items: normal !important;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap !important;
}
@media (min-width: 782px) {
  .wp-block-columns {
    flex-wrap: nowrap !important;
  }
}
.wp-block-columns.are-vertically-aligned-top {
  align-items: flex-start;
}
.wp-block-columns.are-vertically-aligned-center {
  align-items: center;
}
.wp-block-columns.are-vertically-aligned-bottom {
  align-items: flex-end;
}
@media (max-width: 781px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
  }
}
@media (min-width: 782px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 0;
    flex-grow: 1;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile)
    > .wp-block-column[style*="flex-basis"] {
    flex-grow: 0;
  }
}
.wp-block-columns.is-not-stacked-on-mobile {
  flex-wrap: nowrap !important;
}
.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column {
  flex-basis: 0;
  flex-grow: 1;
}
.wp-block-columns.is-not-stacked-on-mobile
  > .wp-block-column[style*="flex-basis"] {
  flex-grow: 0;
}
:where(.wp-block-columns) {
  margin-bottom: 1.75em;
}
:where(.wp-block-columns.has-background) {
  padding: 1.25em 2.375em;
}
.wp-block-column {
  flex-grow: 1;
  min-width: 0;
  overflow-wrap: break-word;
  word-break: break-word;
}
.wp-block-column.is-vertically-aligned-top {
  align-self: flex-start;
}
.wp-block-column.is-vertically-aligned-center {
  align-self: center;
}
.wp-block-column.is-vertically-aligned-bottom {
  align-self: flex-end;
}
.wp-block-column.is-vertically-aligned-stretch {
  align-self: stretch;
}
.wp-block-column.is-vertically-aligned-bottom,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
  width: 100%;
}
.wp-block-post-comments {
  box-sizing: border-box;
}
.wp-block-post-comments .alignleft {
  float: left;
}
.wp-block-post-comments .alignright {
  float: right;
}
.wp-block-post-comments .navigation:after {
  clear: both;
  content: "";
  display: table;
}
.wp-block-post-comments .commentlist {
  clear: both;
  list-style: none;
  margin: 0;
  padding: 0;
}
.wp-block-post-comments .commentlist .comment {
  min-height: 2.25em;
  padding-left: 3.25em;
}
.wp-block-post-comments .commentlist .comment p {
  font-size: 1em;
  line-height: 1.8;
  margin: 1em 0;
}
.wp-block-post-comments .commentlist .children {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wp-block-post-comments .comment-author {
  line-height: 1.5;
}
.wp-block-post-comments .comment-author .avatar {
  border-radius: 1.5em;
  display: block;
  float: left;
  height: 2.5em;
  margin-right: 0.75em;
  margin-top: 0.5em;
  width: 2.5em;
}
.wp-block-post-comments .comment-author cite {
  font-style: normal;
}
.wp-block-post-comments .comment-meta {
  font-size: 0.875em;
  line-height: 1.5;
}
.wp-block-post-comments .comment-meta b {
  font-weight: 400;
}
.wp-block-post-comments .comment-meta .comment-awaiting-moderation {
  display: block;
  margin-bottom: 1em;
  margin-top: 1em;
}
.wp-block-post-comments .comment-body .commentmetadata {
  font-size: 0.875em;
}
.wp-block-post-comments .comment-form-author label,
.wp-block-post-comments .comment-form-comment label,
.wp-block-post-comments .comment-form-email label,
.wp-block-post-comments .comment-form-url label {
  display: block;
  margin-bottom: 0.25em;
}
.wp-block-post-comments
  .comment-form
  input:not([type="submit"]):not([type="checkbox"]),
.wp-block-post-comments .comment-form textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
}
.wp-block-post-comments .comment-form-cookies-consent {
  display: flex;
  gap: 0.25em;
}
.wp-block-post-comments
  .comment-form-cookies-consent
  #wp-comment-cookies-consent {
  margin-top: 0.35em;
}
.wp-block-post-comments .comment-reply-title {
  margin-bottom: 0;
}
.wp-block-post-comments .comment-reply-title :where(small) {
  font-size: var(--wp--preset--font-size--medium, smaller);
  margin-left: 0.5em;
}
.wp-block-post-comments .reply {
  font-size: 0.875em;
  margin-bottom: 1.4em;
}
.wp-block-post-comments input:not([type="submit"]),
.wp-block-post-comments textarea {
  border: 1px solid #949494;
  font-family: inherit;
  font-size: 1em;
}
.wp-block-post-comments input:not([type="submit"]):not([type="checkbox"]),
.wp-block-post-comments textarea {
  padding: calc(0.667em + 2px);
}
:where(.wp-block-post-comments input[type="submit"]) {
  border: none;
}
.wp-block-comments-pagination > .wp-block-comments-pagination-next,
.wp-block-comments-pagination > .wp-block-comments-pagination-numbers,
.wp-block-comments-pagination > .wp-block-comments-pagination-previous {
  margin-bottom: 0.5em;
  margin-right: 0.5em;
}
.wp-block-comments-pagination > .wp-block-comments-pagination-next:last-child,
.wp-block-comments-pagination
  > .wp-block-comments-pagination-numbers:last-child,
.wp-block-comments-pagination
  > .wp-block-comments-pagination-previous:last-child {
  margin-right: 0;
}
.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow {
  display: inline-block;
  margin-right: 1ch;
}
.wp-block-comments-pagination
  .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1);
}
.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow {
  display: inline-block;
  margin-left: 1ch;
}
.wp-block-comments-pagination
  .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1);
}
.wp-block-comments-pagination.aligncenter {
  justify-content: center;
}
.wp-block-comment-template {
  box-sizing: border-box;
  list-style: none;
  margin-bottom: 0;
  max-width: 100%;
  padding: 0;
}
.wp-block-comment-template li {
  clear: both;
}
.wp-block-comment-template ol {
  list-style: none;
  margin-bottom: 0;
  max-width: 100%;
  padding-left: 2rem;
}
.wp-block-comment-template.alignleft {
  float: left;
}
.wp-block-comment-template.aligncenter {
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.wp-block-comment-template.alignright {
  float: right;
}
.wp-block-comment-date {
  box-sizing: border-box;
}
.comment-awaiting-moderation {
  display: block;
  font-size: 0.875em;
  line-height: 1.5;
}
.wp-block-comment-author-name,
.wp-block-comment-content,
.wp-block-comment-edit-link,
.wp-block-comment-reply-link {
  box-sizing: border-box;
}
.wp-block-cover,
.wp-block-cover-image {
  align-items: center;
  background-position: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  min-height: 430px;
  overflow: hidden;
  overflow: clip;
  padding: 1em;
  position: relative;
}
.wp-block-cover .has-background-dim:not([class*="-background-color"]),
.wp-block-cover-image .has-background-dim:not([class*="-background-color"]),
.wp-block-cover-image.has-background-dim:not([class*="-background-color"]),
.wp-block-cover.has-background-dim:not([class*="-background-color"]) {
  background-color: #000;
}
.wp-block-cover .has-background-dim.has-background-gradient,
.wp-block-cover-image .has-background-dim.has-background-gradient {
  background-color: initial;
}
.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
  background-color: inherit;
  content: "";
}
.wp-block-cover .wp-block-cover__background,
.wp-block-cover .wp-block-cover__gradient-background,
.wp-block-cover-image .wp-block-cover__background,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before {
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.wp-block-cover-image.has-background-dim.has-background-dim-10
  .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-10
  .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-10:not(
    .has-background-gradient
  ):before,
.wp-block-cover.has-background-dim.has-background-dim-10
  .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-10
  .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-10:not(
    .has-background-gradient
  ):before {
  opacity: 0.1;
}
.wp-block-cover-image.has-background-dim.has-background-dim-20
  .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-20
  .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-20:not(
    .has-background-gradient
  ):before,
.wp-block-cover.has-background-dim.has-background-dim-20
  .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-20
  .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-20:not(
    .has-background-gradient
  ):before {
  opacity: 0.2;
}
.wp-block-cover-image.has-background-dim.has-background-dim-30
  .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-30
  .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-30:not(
    .has-background-gradient
  ):before,
.wp-block-cover.has-background-dim.has-background-dim-30
  .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-30
  .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-30:not(
    .has-background-gradient
  ):before {
  opacity: 0.3;
}
.wp-block-cover-image.has-background-dim.has-background-dim-40
  .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-40
  .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-40:not(
    .has-background-gradient
  ):before,
.wp-block-cover.has-background-dim.has-background-dim-40
  .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-40
  .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-40:not(
    .has-background-gradient
  ):before {
  opacity: 0.4;
}
.wp-block-cover-image.has-background-dim.has-background-dim-50
  .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-50
  .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-50:not(
    .has-background-gradient
  ):before,
.wp-block-cover.has-background-dim.has-background-dim-50
  .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-50
  .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-50:not(
    .has-background-gradient
  ):before {
  opacity: 0.5;
}
.wp-block-cover-image.has-background-dim.has-background-dim-60
  .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-60
  .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-60:not(
    .has-background-gradient
  ):before,
.wp-block-cover.has-background-dim.has-background-dim-60
  .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-60
  .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-60:not(
    .has-background-gradient
  ):before {
  opacity: 0.6;
}
.wp-block-cover-image.has-background-dim.has-background-dim-70
  .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-70
  .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-70:not(
    .has-background-gradient
  ):before,
.wp-block-cover.has-background-dim.has-background-dim-70
  .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-70
  .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-70:not(
    .has-background-gradient
  ):before {
  opacity: 0.7;
}
.wp-block-cover-image.has-background-dim.has-background-dim-80
  .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-80
  .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-80:not(
    .has-background-gradient
  ):before,
.wp-block-cover.has-background-dim.has-background-dim-80
  .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-80
  .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-80:not(
    .has-background-gradient
  ):before {
  opacity: 0.8;
}
.wp-block-cover-image.has-background-dim.has-background-dim-90
  .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-90
  .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-90:not(
    .has-background-gradient
  ):before,
.wp-block-cover.has-background-dim.has-background-dim-90
  .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-90
  .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-90:not(
    .has-background-gradient
  ):before {
  opacity: 0.9;
}
.wp-block-cover-image.has-background-dim.has-background-dim-100
  .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-100
  .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-100:not(
    .has-background-gradient
  ):before,
.wp-block-cover.has-background-dim.has-background-dim-100
  .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-100
  .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-100:not(
    .has-background-gradient
  ):before {
  opacity: 1;
}
.wp-block-cover
  .wp-block-cover__background.has-background-dim.has-background-dim-0,
.wp-block-cover
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,
.wp-block-cover-image
  .wp-block-cover__background.has-background-dim.has-background-dim-0,
.wp-block-cover-image
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0 {
  opacity: 0;
}
.wp-block-cover
  .wp-block-cover__background.has-background-dim.has-background-dim-10,
.wp-block-cover
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,
.wp-block-cover-image
  .wp-block-cover__background.has-background-dim.has-background-dim-10,
.wp-block-cover-image
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10 {
  opacity: 0.1;
}
.wp-block-cover
  .wp-block-cover__background.has-background-dim.has-background-dim-20,
.wp-block-cover
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,
.wp-block-cover-image
  .wp-block-cover__background.has-background-dim.has-background-dim-20,
.wp-block-cover-image
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20 {
  opacity: 0.2;
}
.wp-block-cover
  .wp-block-cover__background.has-background-dim.has-background-dim-30,
.wp-block-cover
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,
.wp-block-cover-image
  .wp-block-cover__background.has-background-dim.has-background-dim-30,
.wp-block-cover-image
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30 {
  opacity: 0.3;
}
.wp-block-cover
  .wp-block-cover__background.has-background-dim.has-background-dim-40,
.wp-block-cover
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,
.wp-block-cover-image
  .wp-block-cover__background.has-background-dim.has-background-dim-40,
.wp-block-cover-image
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40 {
  opacity: 0.4;
}
.wp-block-cover
  .wp-block-cover__background.has-background-dim.has-background-dim-50,
.wp-block-cover
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,
.wp-block-cover-image
  .wp-block-cover__background.has-background-dim.has-background-dim-50,
.wp-block-cover-image
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50 {
  opacity: 0.5;
}
.wp-block-cover
  .wp-block-cover__background.has-background-dim.has-background-dim-60,
.wp-block-cover
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,
.wp-block-cover-image
  .wp-block-cover__background.has-background-dim.has-background-dim-60,
.wp-block-cover-image
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60 {
  opacity: 0.6;
}
.wp-block-cover
  .wp-block-cover__background.has-background-dim.has-background-dim-70,
.wp-block-cover
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,
.wp-block-cover-image
  .wp-block-cover__background.has-background-dim.has-background-dim-70,
.wp-block-cover-image
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70 {
  opacity: 0.7;
}
.wp-block-cover
  .wp-block-cover__background.has-background-dim.has-background-dim-80,
.wp-block-cover
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,
.wp-block-cover-image
  .wp-block-cover__background.has-background-dim.has-background-dim-80,
.wp-block-cover-image
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80 {
  opacity: 0.8;
}
.wp-block-cover
  .wp-block-cover__background.has-background-dim.has-background-dim-90,
.wp-block-cover
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,
.wp-block-cover-image
  .wp-block-cover__background.has-background-dim.has-background-dim-90,
.wp-block-cover-image
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90 {
  opacity: 0.9;
}
.wp-block-cover
  .wp-block-cover__background.has-background-dim.has-background-dim-100,
.wp-block-cover
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,
.wp-block-cover-image
  .wp-block-cover__background.has-background-dim.has-background-dim-100,
.wp-block-cover-image
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100 {
  opacity: 1;
}
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  max-width: 420px;
  width: 100%;
}
.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  display: flex;
}
.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover__inner-container {
  color: inherit;
  width: 100%;
  z-index: 1;
}
.has-modal-open .wp-block-cover .wp-block-cover__inner-container,
.has-modal-open .wp-block-cover-image .wp-block-cover__inner-container {
  z-index: auto;
}
.wp-block-cover-image.is-position-top-left,
.wp-block-cover.is-position-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}
.wp-block-cover-image.is-position-top-center,
.wp-block-cover.is-position-top-center {
  align-items: flex-start;
  justify-content: center;
}
.wp-block-cover-image.is-position-top-right,
.wp-block-cover.is-position-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}
.wp-block-cover-image.is-position-center-left,
.wp-block-cover.is-position-center-left {
  align-items: center;
  justify-content: flex-start;
}
.wp-block-cover-image.is-position-center-center,
.wp-block-cover.is-position-center-center {
  align-items: center;
  justify-content: center;
}
.wp-block-cover-image.is-position-center-right,
.wp-block-cover.is-position-center-right {
  align-items: center;
  justify-content: flex-end;
}
.wp-block-cover-image.is-position-bottom-left,
.wp-block-cover.is-position-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}
.wp-block-cover-image.is-position-bottom-center,
.wp-block-cover.is-position-bottom-center {
  align-items: flex-end;
  justify-content: center;
}
.wp-block-cover-image.is-position-bottom-right,
.wp-block-cover.is-position-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}
.wp-block-cover-image.has-custom-content-position.has-custom-content-position
  .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position
  .wp-block-cover__inner-container {
  margin: 0;
}
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left
  .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right
  .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left
  .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right
  .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left
  .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right
  .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left
  .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right
  .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left
  .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right
  .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left
  .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right
  .wp-block-cover__inner-container {
  margin: 0;
  width: auto;
}
.wp-block-cover .wp-block-cover__image-background,
.wp-block-cover video.wp-block-cover__video-background,
.wp-block-cover-image .wp-block-cover__image-background,
.wp-block-cover-image video.wp-block-cover__video-background {
  border: none;
  bottom: 0;
  box-shadow: none;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  object-fit: cover;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax,
.wp-block-cover__image-background.has-parallax,
video.wp-block-cover__video-background.has-parallax {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
@supports (-webkit-touch-callout: inherit) {
  .wp-block-cover-image.has-parallax,
  .wp-block-cover.has-parallax,
  .wp-block-cover__image-background.has-parallax,
  video.wp-block-cover__video-background.has-parallax {
    background-attachment: scroll;
  }
}
@media (prefers-reduced-motion: reduce) {
  .wp-block-cover-image.has-parallax,
  .wp-block-cover.has-parallax,
  .wp-block-cover__image-background.has-parallax,
  video.wp-block-cover__video-background.has-parallax {
    background-attachment: scroll;
  }
}
.wp-block-cover-image.is-repeated,
.wp-block-cover.is-repeated,
.wp-block-cover__image-background.is-repeated,
video.wp-block-cover__video-background.is-repeated {
  background-repeat: repeat;
  background-size: auto;
}
.wp-block-cover__image-background,
.wp-block-cover__video-background {
  z-index: 0;
}
.wp-block-cover-image-text,
.wp-block-cover-image-text a,
.wp-block-cover-image-text a:active,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:hover,
.wp-block-cover-text,
.wp-block-cover-text a,
.wp-block-cover-text a:active,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:hover,
section.wp-block-cover-image h2,
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a:active,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:hover {
  color: #fff;
}
.wp-block-cover-image .wp-block-cover.has-left-content {
  justify-content: flex-start;
}
.wp-block-cover-image .wp-block-cover.has-right-content {
  justify-content: flex-end;
}
.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
section.wp-block-cover-image.has-left-content > h2 {
  margin-left: 0;
  text-align: left;
}
.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
section.wp-block-cover-image.has-right-content > h2 {
  margin-right: 0;
  text-align: right;
}
.wp-block-cover .wp-block-cover-text,
.wp-block-cover-image .wp-block-cover-image-text,
section.wp-block-cover-image > h2 {
  font-size: 2em;
  line-height: 1.25;
  margin-bottom: 0;
  max-width: 840px;
  padding: 0.44em;
  text-align: center;
  z-index: 1;
}
:where(.wp-block-cover-image:not(.has-text-color)),
:where(.wp-block-cover:not(.has-text-color)) {
  color: #fff;
}
:where(.wp-block-cover-image.is-light:not(.has-text-color)),
:where(.wp-block-cover.is-light:not(.has-text-color)) {
  color: #000;
}
:root :where(.wp-block-cover h1:not(.has-text-color)),
:root :where(.wp-block-cover h2:not(.has-text-color)),
:root :where(.wp-block-cover h3:not(.has-text-color)),
:root :where(.wp-block-cover h4:not(.has-text-color)),
:root :where(.wp-block-cover h5:not(.has-text-color)),
:root :where(.wp-block-cover h6:not(.has-text-color)),
:root :where(.wp-block-cover p:not(.has-text-color)) {
  color: inherit;
}
.wp-block-details {
  box-sizing: border-box;
}
.wp-block-details summary {
  cursor: pointer;
}
.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block[data-align="left"] > [data-type="core/embed"],
.wp-block[data-align="right"] > [data-type="core/embed"] {
  max-width: 360px;
  width: 100%;
}
.wp-block-embed.alignleft .wp-block-embed__wrapper,
.wp-block-embed.alignright .wp-block-embed__wrapper,
.wp-block[data-align="left"]
  > [data-type="core/embed"]
  .wp-block-embed__wrapper,
.wp-block[data-align="right"]
  > [data-type="core/embed"]
  .wp-block-embed__wrapper {
  min-width: 280px;
}
.wp-block-cover .wp-block-embed {
  min-height: 240px;
  min-width: 320px;
}
.wp-block-embed {
  overflow-wrap: break-word;
}
.wp-block-embed :where(figcaption) {
  margin-bottom: 1em;
  margin-top: 0.5em;
}
.wp-block-embed iframe {
  max-width: 100%;
}
.wp-block-embed__wrapper {
  position: relative;
}
.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 50%;
}
.wp-embed-responsive .wp-has-aspect-ratio iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
  padding-top: 42.85%;
}
.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
  padding-top: 50%;
}
.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-top: 56.25%;
}
.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
  padding-top: 75%;
}
.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
  padding-top: 100%;
}
.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
  padding-top: 177.77%;
}
.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
  padding-top: 200%;
}
.wp-block-file {
  box-sizing: border-box;
}
.wp-block-file:not(.wp-element-button) {
  font-size: 0.8em;
}
.wp-block-file.aligncenter {
  text-align: center;
}
.wp-block-file.alignright {
  text-align: right;
}
.wp-block-file * + .wp-block-file__button {
  margin-left: 0.75em;
}
:where(.wp-block-file) {
  margin-bottom: 1.5em;
}
.wp-block-file__embed {
  margin-bottom: 1em;
}
:where(.wp-block-file__button) {
  border-radius: 2em;
  display: inline-block;
  padding: 0.5em 1em;
}
:where(.wp-block-file__button):is(a):active,
:where(.wp-block-file__button):is(a):focus,
:where(.wp-block-file__button):is(a):hover,
:where(.wp-block-file__button):is(a):visited {
  box-shadow: none;
  color: #fff;
  opacity: 0.85;
  text-decoration: none;
}
.wp-block-form-input__label {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
  margin-bottom: 0.5em;
  width: 100%;
}
.wp-block-form-input__label.is-label-inline {
  align-items: center;
  flex-direction: row;
  gap: 0.5em;
}
.wp-block-form-input__label.is-label-inline
  .wp-block-form-input__label-content {
  margin-bottom: 0.5em;
}
.wp-block-form-input__label:has(input[type="checkbox"]) {
  flex-direction: row;
  width: -moz-fit-content;
  width: fit-content;
}
.wp-block-form-input__label:has(input[type="checkbox"])
  .wp-block-form-input__label-content {
  margin: 0;
}
.wp-block-form-input__label:has(
  .wp-block-form-input__label-content + input[type="checkbox"]
) {
  flex-direction: row-reverse;
}
.wp-block-form-input__label-content {
  width: -moz-fit-content;
  width: fit-content;
}
.wp-block-form-input__input {
  font-size: 1em;
  margin-bottom: 0.5em;
  padding: 0 0.5em;
}
.wp-block-form-input__input[type="date"],
.wp-block-form-input__input[type="datetime-local"],
.wp-block-form-input__input[type="datetime"],
.wp-block-form-input__input[type="email"],
.wp-block-form-input__input[type="month"],
.wp-block-form-input__input[type="number"],
.wp-block-form-input__input[type="password"],
.wp-block-form-input__input[type="search"],
.wp-block-form-input__input[type="tel"],
.wp-block-form-input__input[type="text"],
.wp-block-form-input__input[type="time"],
.wp-block-form-input__input[type="url"],
.wp-block-form-input__input[type="week"] {
  border: 1px solid;
  line-height: 2;
  min-height: 2em;
}
textarea.wp-block-form-input__input {
  min-height: 10em;
}
.blocks-gallery-grid:not(.has-nested-images),
.wp-block-gallery:not(.has-nested-images) {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  margin: 0 1em 1em 0;
  position: relative;
  width: calc(50% - 1em);
}
.blocks-gallery-grid:not(.has-nested-images)
  .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid:not(.has-nested-images)
  .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n) {
  margin-right: 0;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure {
  align-items: flex-end;
  display: flex;
  height: 100%;
  justify-content: flex-start;
  margin: 0;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img {
  display: block;
  height: auto;
  max-width: 100%;
  width: auto;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption {
  background: linear-gradient(0deg, #000000b3, #0000004d 70%, #0000);
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  font-size: 0.8em;
  margin: 0;
  max-height: 100%;
  overflow: auto;
  padding: 3em 0.77em 0.7em;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.blocks-gallery-grid:not(.has-nested-images)
  .blocks-gallery-image
  figcaption
  img,
.blocks-gallery-grid:not(.has-nested-images)
  .blocks-gallery-item
  figcaption
  img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img {
  display: inline;
}
.blocks-gallery-grid:not(.has-nested-images) figcaption,
.wp-block-gallery:not(.has-nested-images) figcaption {
  flex-grow: 1;
}
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,
.blocks-gallery-grid:not(.has-nested-images).is-cropped
  .blocks-gallery-image
  img,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,
.blocks-gallery-grid:not(.has-nested-images).is-cropped
  .blocks-gallery-item
  img,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img {
  flex: 1;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,
.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,
.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,
.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item {
  margin-right: 0;
  width: 100%;
}
@media (min-width: 600px) {
  .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item {
    margin-right: 1em;
    width: calc(33.33333% - 0.66667em);
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item {
    margin-right: 1em;
    width: calc(25% - 0.75em);
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item {
    margin-right: 1em;
    width: calc(20% - 0.8em);
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item {
    margin-right: 1em;
    width: calc(16.66667% - 0.83333em);
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item {
    margin-right: 1em;
    width: calc(14.28571% - 0.85714em);
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item {
    margin-right: 1em;
    width: calc(12.5% - 0.875em);
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-1
    .blocks-gallery-image:nth-of-type(1n),
  .blocks-gallery-grid:not(.has-nested-images).columns-1
    .blocks-gallery-item:nth-of-type(1n),
  .blocks-gallery-grid:not(.has-nested-images).columns-2
    .blocks-gallery-image:nth-of-type(2n),
  .blocks-gallery-grid:not(.has-nested-images).columns-2
    .blocks-gallery-item:nth-of-type(2n),
  .blocks-gallery-grid:not(.has-nested-images).columns-3
    .blocks-gallery-image:nth-of-type(3n),
  .blocks-gallery-grid:not(.has-nested-images).columns-3
    .blocks-gallery-item:nth-of-type(3n),
  .blocks-gallery-grid:not(.has-nested-images).columns-4
    .blocks-gallery-image:nth-of-type(4n),
  .blocks-gallery-grid:not(.has-nested-images).columns-4
    .blocks-gallery-item:nth-of-type(4n),
  .blocks-gallery-grid:not(.has-nested-images).columns-5
    .blocks-gallery-image:nth-of-type(5n),
  .blocks-gallery-grid:not(.has-nested-images).columns-5
    .blocks-gallery-item:nth-of-type(5n),
  .blocks-gallery-grid:not(.has-nested-images).columns-6
    .blocks-gallery-image:nth-of-type(6n),
  .blocks-gallery-grid:not(.has-nested-images).columns-6
    .blocks-gallery-item:nth-of-type(6n),
  .blocks-gallery-grid:not(.has-nested-images).columns-7
    .blocks-gallery-image:nth-of-type(7n),
  .blocks-gallery-grid:not(.has-nested-images).columns-7
    .blocks-gallery-item:nth-of-type(7n),
  .blocks-gallery-grid:not(.has-nested-images).columns-8
    .blocks-gallery-image:nth-of-type(8n),
  .blocks-gallery-grid:not(.has-nested-images).columns-8
    .blocks-gallery-item:nth-of-type(8n),
  .wp-block-gallery:not(.has-nested-images).columns-1
    .blocks-gallery-image:nth-of-type(1n),
  .wp-block-gallery:not(.has-nested-images).columns-1
    .blocks-gallery-item:nth-of-type(1n),
  .wp-block-gallery:not(.has-nested-images).columns-2
    .blocks-gallery-image:nth-of-type(2n),
  .wp-block-gallery:not(.has-nested-images).columns-2
    .blocks-gallery-item:nth-of-type(2n),
  .wp-block-gallery:not(.has-nested-images).columns-3
    .blocks-gallery-image:nth-of-type(3n),
  .wp-block-gallery:not(.has-nested-images).columns-3
    .blocks-gallery-item:nth-of-type(3n),
  .wp-block-gallery:not(.has-nested-images).columns-4
    .blocks-gallery-image:nth-of-type(4n),
  .wp-block-gallery:not(.has-nested-images).columns-4
    .blocks-gallery-item:nth-of-type(4n),
  .wp-block-gallery:not(.has-nested-images).columns-5
    .blocks-gallery-image:nth-of-type(5n),
  .wp-block-gallery:not(.has-nested-images).columns-5
    .blocks-gallery-item:nth-of-type(5n),
  .wp-block-gallery:not(.has-nested-images).columns-6
    .blocks-gallery-image:nth-of-type(6n),
  .wp-block-gallery:not(.has-nested-images).columns-6
    .blocks-gallery-item:nth-of-type(6n),
  .wp-block-gallery:not(.has-nested-images).columns-7
    .blocks-gallery-image:nth-of-type(7n),
  .wp-block-gallery:not(.has-nested-images).columns-7
    .blocks-gallery-item:nth-of-type(7n),
  .wp-block-gallery:not(.has-nested-images).columns-8
    .blocks-gallery-image:nth-of-type(8n),
  .wp-block-gallery:not(.has-nested-images).columns-8
    .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0;
  }
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child {
  margin-right: 0;
}
.blocks-gallery-grid:not(.has-nested-images).alignleft,
.blocks-gallery-grid:not(.has-nested-images).alignright,
.wp-block-gallery:not(.has-nested-images).alignleft,
.wp-block-gallery:not(.has-nested-images).alignright {
  max-width: 420px;
  width: 100%;
}
.blocks-gallery-grid:not(.has-nested-images).aligncenter
  .blocks-gallery-item
  figure,
.wp-block-gallery:not(.has-nested-images).aligncenter
  .blocks-gallery-item
  figure {
  justify-content: center;
}
.wp-block-gallery:not(.is-cropped) .blocks-gallery-item {
  align-self: flex-start;
}
figure.wp-block-gallery.has-nested-images {
  align-items: normal;
}
.wp-block-gallery.has-nested-images
  figure.wp-block-image:not(#individual-image) {
  margin: 0;
  width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) / 2);
}
.wp-block-gallery.has-nested-images figure.wp-block-image {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  max-width: 100%;
  position: relative;
}
.wp-block-gallery.has-nested-images figure.wp-block-image > a,
.wp-block-gallery.has-nested-images figure.wp-block-image > div {
  flex-direction: column;
  flex-grow: 1;
  margin: 0;
}
.wp-block-gallery.has-nested-images figure.wp-block-image img {
  display: block;
  height: auto;
  max-width: 100% !important;
  width: auto;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption,
.wp-block-gallery.has-nested-images
  figure.wp-block-image:has(figcaption):before {
  bottom: 0;
  left: 0;
  max-height: 100%;
  position: absolute;
  right: 0;
}
.wp-block-gallery.has-nested-images
  figure.wp-block-image:has(figcaption):before {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  content: "";
  height: 100%;
  -webkit-mask-image: linear-gradient(0deg, #000 20%, #0000);
  mask-image: linear-gradient(0deg, #000 20%, #0000);
  max-height: 40%;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: linear-gradient(0deg, #0006, #0000);
  box-sizing: border-box;
  color: #fff;
  font-size: 13px;
  margin: 0;
  overflow: auto;
  padding: 1em;
  scrollbar-color: #0000 #0000;
  scrollbar-gutter: stable both-edges;
  scrollbar-width: thin;
  text-align: center;
  text-shadow: 0 0 1.5px #000;
  will-change: transform;
}
.wp-block-gallery.has-nested-images
  figure.wp-block-image
  figcaption::-webkit-scrollbar {
  height: 12px;
  width: 12px;
}
.wp-block-gallery.has-nested-images
  figure.wp-block-image
  figcaption::-webkit-scrollbar-track {
  background-color: initial;
}
.wp-block-gallery.has-nested-images
  figure.wp-block-image
  figcaption::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  background-color: initial;
  border: 3px solid #0000;
  border-radius: 8px;
}
.wp-block-gallery.has-nested-images
  figure.wp-block-image
  figcaption:focus-within::-webkit-scrollbar-thumb,
.wp-block-gallery.has-nested-images
  figure.wp-block-image
  figcaption:focus::-webkit-scrollbar-thumb,
.wp-block-gallery.has-nested-images
  figure.wp-block-image
  figcaption:hover::-webkit-scrollbar-thumb {
  background-color: #fffc;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus,
.wp-block-gallery.has-nested-images
  figure.wp-block-image
  figcaption:focus-within,
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover {
  scrollbar-color: #fffc #0000;
}
@media (hover: none) {
  .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    scrollbar-color: #fffc #0000;
  }
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img {
  display: inline;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a {
  color: inherit;
}
.wp-block-gallery.has-nested-images
  figure.wp-block-image.has-custom-border
  img {
  box-sizing: border-box;
}
.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border > a,
.wp-block-gallery.has-nested-images
  figure.wp-block-image.has-custom-border
  > div,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > a,
.wp-block-gallery.has-nested-images
  figure.wp-block-image.is-style-rounded
  > div {
  flex: 1 1 auto;
}
.wp-block-gallery.has-nested-images
  figure.wp-block-image.has-custom-border
  figcaption,
.wp-block-gallery.has-nested-images
  figure.wp-block-image.is-style-rounded
  figcaption {
  background: none;
  color: inherit;
  flex: initial;
  margin: 0;
  padding: 10px 10px 9px;
  position: relative;
  text-shadow: none;
}
.wp-block-gallery.has-nested-images
  figure.wp-block-image.has-custom-border:before,
.wp-block-gallery.has-nested-images
  figure.wp-block-image.is-style-rounded:before {
  content: none;
}
.wp-block-gallery.has-nested-images figcaption {
  flex-basis: 100%;
  flex-grow: 1;
  text-align: center;
}
.wp-block-gallery.has-nested-images:not(.is-cropped)
  figure.wp-block-image:not(#individual-image) {
  margin-bottom: auto;
  margin-top: 0;
}
.wp-block-gallery.has-nested-images.is-cropped
  figure.wp-block-image:not(#individual-image) {
  align-self: inherit;
}
.wp-block-gallery.has-nested-images.is-cropped
  figure.wp-block-image:not(#individual-image)
  > a,
.wp-block-gallery.has-nested-images.is-cropped
  figure.wp-block-image:not(#individual-image)
  > div:not(.components-drop-zone) {
  display: flex;
}
.wp-block-gallery.has-nested-images.is-cropped
  figure.wp-block-image:not(#individual-image)
  a,
.wp-block-gallery.has-nested-images.is-cropped
  figure.wp-block-image:not(#individual-image)
  img {
  flex: 1 0 0%;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.wp-block-gallery.has-nested-images.columns-1
  figure.wp-block-image:not(#individual-image) {
  width: 100%;
}
@media (min-width: 600px) {
  .wp-block-gallery.has-nested-images.columns-3
    figure.wp-block-image:not(#individual-image) {
    width: calc(
      33.33333% - var(--wp--style--unstable-gallery-gap, 16px) * 0.66667
    );
  }
  .wp-block-gallery.has-nested-images.columns-4
    figure.wp-block-image:not(#individual-image) {
    width: calc(25% - var(--wp--style--unstable-gallery-gap, 16px) * 0.75);
  }
  .wp-block-gallery.has-nested-images.columns-5
    figure.wp-block-image:not(#individual-image) {
    width: calc(20% - var(--wp--style--unstable-gallery-gap, 16px) * 0.8);
  }
  .wp-block-gallery.has-nested-images.columns-6
    figure.wp-block-image:not(#individual-image) {
    width: calc(
      16.66667% - var(--wp--style--unstable-gallery-gap, 16px) * 0.83333
    );
  }
  .wp-block-gallery.has-nested-images.columns-7
    figure.wp-block-image:not(#individual-image) {
    width: calc(
      14.28571% - var(--wp--style--unstable-gallery-gap, 16px) * 0.85714
    );
  }
  .wp-block-gallery.has-nested-images.columns-8
    figure.wp-block-image:not(#individual-image) {
    width: calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px) * 0.875);
  }
  .wp-block-gallery.has-nested-images.columns-default
    figure.wp-block-image:not(#individual-image) {
    width: calc(
      33.33% - var(--wp--style--unstable-gallery-gap, 16px) * 0.66667
    );
  }
  .wp-block-gallery.has-nested-images.columns-default
    figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),
  .wp-block-gallery.has-nested-images.columns-default
    figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)
    ~ figure.wp-block-image:not(#individual-image) {
    width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) * 0.5);
  }
  .wp-block-gallery.has-nested-images.columns-default
    figure.wp-block-image:not(#individual-image):first-child:last-child {
    width: 100%;
  }
}
.wp-block-gallery.has-nested-images.alignleft,
.wp-block-gallery.has-nested-images.alignright {
  max-width: 420px;
  width: 100%;
}
.wp-block-gallery.has-nested-images.aligncenter {
  justify-content: center;
}
.wp-block-group {
  box-sizing: border-box;
}
:where(.wp-block-group.wp-block-group-is-layout-constrained) {
  position: relative;
}
h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
  padding: 1.25em 2.375em;
}
h1.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]),
h1.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]),
h2.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]),
h2.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]),
h3.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]),
h3.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]),
h4.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]),
h4.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]),
h5.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]),
h5.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]),
h6.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]),
h6.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]) {
  rotate: 180deg;
}
.wp-block-image a {
  display: inline-block;
}
.wp-block-image img {
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
@media (prefers-reduced-motion: no-preference) {
  .wp-block-image img.hide {
    visibility: hidden;
  }
  .wp-block-image img.show {
    animation: show-content-image 0.4s;
  }
}
.wp-block-image[style*="border-radius"] img,
.wp-block-image[style*="border-radius"] > a {
  border-radius: inherit;
}
.wp-block-image.has-custom-border img {
  box-sizing: border-box;
}
.wp-block-image.aligncenter {
  text-align: center;
}
.wp-block-image.alignfull a,
.wp-block-image.alignwide a {
  width: 100%;
}
.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
  height: auto;
  width: 100%;
}
.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.aligncenter,
.wp-block-image.alignleft,
.wp-block-image.alignright {
  display: table;
}
.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image.aligncenter > figcaption,
.wp-block-image.alignleft > figcaption,
.wp-block-image.alignright > figcaption {
  caption-side: bottom;
  display: table-caption;
}
.wp-block-image .alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
.wp-block-image .alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
.wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-image :where(figcaption) {
  margin-bottom: 1em;
  margin-top: 0.5em;
}
.wp-block-image.is-style-circle-mask img {
  border-radius: 9999px;
}
@supports ((-webkit-mask-image: none) or (mask-image: none)) or
  (-webkit-mask-image: none) {
  .wp-block-image.is-style-circle-mask img {
    border-radius: 0;
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-mode: alpha;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
  }
}
:root
  :where(
    .wp-block-image.is-style-rounded img,
    .wp-block-image .is-style-rounded img
  ) {
  border-radius: 9999px;
}
.wp-block-image figure {
  margin: 0;
}
.wp-lightbox-container {
  display: flex;
  flex-direction: column;
  position: relative;
}
.wp-lightbox-container img {
  cursor: zoom-in;
}
.wp-lightbox-container img:hover + button {
  opacity: 1;
}
.wp-lightbox-container button {
  align-items: center;
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  backdrop-filter: blur(16px) saturate(180%);
  background-color: #5a5a5a40;
  border: none;
  border-radius: 4px;
  cursor: zoom-in;
  display: flex;
  height: 20px;
  justify-content: center;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 16px;
  text-align: center;
  top: 16px;
  transition: opacity 0.2s ease;
  width: 20px;
  z-index: 100;
}
.wp-lightbox-container button:focus-visible {
  outline: 3px auto #5a5a5a40;
  outline: 3px auto -webkit-focus-ring-color;
  outline-offset: 3px;
}
.wp-lightbox-container button:hover {
  cursor: pointer;
  opacity: 1;
}
.wp-lightbox-container button:focus {
  opacity: 1;
}
.wp-lightbox-container button:focus,
.wp-lightbox-container button:hover,
.wp-lightbox-container button:not(:hover):not(:active):not(.has-background) {
  background-color: #5a5a5a40;
  border: none;
}
.wp-lightbox-overlay {
  box-sizing: border-box;
  cursor: zoom-out;
  height: 100vh;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 100000;
}
.wp-lightbox-overlay .close-button {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  min-height: 40px;
  min-width: 40px;
  padding: 0;
  position: absolute;
  right: calc(env(safe-area-inset-right) + 16px);
  top: calc(env(safe-area-inset-top) + 16px);
  z-index: 5000000;
}
.wp-lightbox-overlay .close-button:focus,
.wp-lightbox-overlay .close-button:hover,
.wp-lightbox-overlay
  .close-button:not(:hover):not(:active):not(.has-background) {
  background: none;
  border: none;
}
.wp-lightbox-overlay .lightbox-image-container {
  height: var(--wp--lightbox-container-height);
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: top left;
  width: var(--wp--lightbox-container-width);
  z-index: 9999999999;
}
.wp-lightbox-overlay .wp-block-image {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  height: 100%;
  justify-content: center;
  margin: 0;
  position: relative;
  transform-origin: 0 0;
  width: 100%;
  z-index: 3000000;
}
.wp-lightbox-overlay .wp-block-image img {
  height: var(--wp--lightbox-image-height);
  min-height: var(--wp--lightbox-image-height);
  min-width: var(--wp--lightbox-image-width);
  width: var(--wp--lightbox-image-width);
}
.wp-lightbox-overlay .wp-block-image figcaption {
  display: none;
}
.wp-lightbox-overlay button {
  background: none;
  border: none;
}
.wp-lightbox-overlay .scrim {
  background-color: #fff;
  height: 100%;
  opacity: 0.9;
  position: absolute;
  width: 100%;
  z-index: 2000000;
}
.wp-lightbox-overlay.active {
  animation: turn-on-visibility 0.25s both;
  visibility: visible;
}
.wp-lightbox-overlay.active img {
  animation: turn-on-visibility 0.35s both;
}
.wp-lightbox-overlay.show-closing-animation:not(.active) {
  animation: turn-off-visibility 0.35s both;
}
.wp-lightbox-overlay.show-closing-animation:not(.active) img {
  animation: turn-off-visibility 0.25s both;
}
@media (prefers-reduced-motion: no-preference) {
  .wp-lightbox-overlay.zoom.active {
    animation: none;
    opacity: 1;
    visibility: visible;
  }
  .wp-lightbox-overlay.zoom.active .lightbox-image-container {
    animation: lightbox-zoom-in 0.4s;
  }
  .wp-lightbox-overlay.zoom.active .lightbox-image-container img {
    animation: none;
  }
  .wp-lightbox-overlay.zoom.active .scrim {
    animation: turn-on-visibility 0.4s forwards;
  }
  .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) {
    animation: none;
  }
  .wp-lightbox-overlay.zoom.show-closing-animation:not(.active)
    .lightbox-image-container {
    animation: lightbox-zoom-out 0.4s;
  }
  .wp-lightbox-overlay.zoom.show-closing-animation:not(.active)
    .lightbox-image-container
    img {
    animation: none;
  }
  .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim {
    animation: turn-off-visibility 0.4s forwards;
  }
}
@keyframes show-content-image {
  0% {
    visibility: hidden;
  }
  99% {
    visibility: hidden;
  }
  to {
    visibility: visible;
  }
}
@keyframes turn-on-visibility {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes turn-off-visibility {
  0% {
    opacity: 1;
    visibility: visible;
  }
  99% {
    opacity: 0;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes lightbox-zoom-in {
  0% {
    transform: translate(
        calc(
          (-100vw + var(--wp--lightbox-scrollbar-width)) / 2 +
            var(--wp--lightbox-initial-left-position)
        ),
        calc(-50vh + var(--wp--lightbox-initial-top-position))
      )
      scale(var(--wp--lightbox-scale));
  }
  to {
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes lightbox-zoom-out {
  0% {
    transform: translate(-50%, -50%) scale(1);
    visibility: visible;
  }
  99% {
    visibility: visible;
  }
  to {
    transform: translate(
        calc(
          (-100vw + var(--wp--lightbox-scrollbar-width)) / 2 +
            var(--wp--lightbox-initial-left-position)
        ),
        calc(-50vh + var(--wp--lightbox-initial-top-position))
      )
      scale(var(--wp--lightbox-scale));
    visibility: hidden;
  }
}
ol.wp-block-latest-comments {
  box-sizing: border-box;
  margin-left: 0;
}
:where(
  .wp-block-latest-comments:not(
    [style*="line-height"] .wp-block-latest-comments__comment
  )
) {
  line-height: 1.1;
}
:where(
  .wp-block-latest-comments:not(
    [style*="line-height"] .wp-block-latest-comments__comment-excerpt p
  )
) {
  line-height: 1.8;
}
.has-dates :where(.wp-block-latest-comments:not([style*="line-height"])),
.has-excerpts :where(.wp-block-latest-comments:not([style*="line-height"])) {
  line-height: 1.5;
}
.wp-block-latest-comments .wp-block-latest-comments {
  padding-left: 0;
}
.wp-block-latest-comments__comment {
  list-style: none;
  margin-bottom: 1em;
}
.has-avatars .wp-block-latest-comments__comment {
  list-style: none;
  min-height: 2.25em;
}
.has-avatars
  .wp-block-latest-comments__comment
  .wp-block-latest-comments__comment-excerpt,
.has-avatars
  .wp-block-latest-comments__comment
  .wp-block-latest-comments__comment-meta {
  margin-left: 3.25em;
}
.wp-block-latest-comments__comment-excerpt p {
  font-size: 0.875em;
  margin: 0.36em 0 1.4em;
}
.wp-block-latest-comments__comment-date {
  display: block;
  font-size: 0.75em;
}
.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
  border-radius: 1.5em;
  display: block;
  float: left;
  height: 2.5em;
  margin-right: 0.75em;
  width: 2.5em;
}
.wp-block-latest-comments[class*="-font-size"] a,
.wp-block-latest-comments[style*="font-size"] a {
  font-size: inherit;
}
.wp-block-latest-posts {
  box-sizing: border-box;
}
.wp-block-latest-posts.alignleft {
  margin-right: 2em;
}
.wp-block-latest-posts.alignright {
  margin-left: 2em;
}
.wp-block-latest-posts.wp-block-latest-posts__list {
  list-style: none;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
  clear: both;
  overflow-wrap: break-word;
}
.wp-block-latest-posts.is-grid {
  display: flex;
  flex-wrap: wrap;
}
.wp-block-latest-posts.is-grid li {
  margin: 0 1.25em 1.25em 0;
  width: 100%;
}
@media (min-width: 600px) {
  .wp-block-latest-posts.columns-2 li {
    width: calc(50% - 0.625em);
  }
  .wp-block-latest-posts.columns-2 li:nth-child(2n) {
    margin-right: 0;
  }
  .wp-block-latest-posts.columns-3 li {
    width: calc(33.33333% - 0.83333em);
  }
  .wp-block-latest-posts.columns-3 li:nth-child(3n) {
    margin-right: 0;
  }
  .wp-block-latest-posts.columns-4 li {
    width: calc(25% - 0.9375em);
  }
  .wp-block-latest-posts.columns-4 li:nth-child(4n) {
    margin-right: 0;
  }
  .wp-block-latest-posts.columns-5 li {
    width: calc(20% - 1em);
  }
  .wp-block-latest-posts.columns-5 li:nth-child(5n) {
    margin-right: 0;
  }
  .wp-block-latest-posts.columns-6 li {
    width: calc(16.66667% - 1.04167em);
  }
  .wp-block-latest-posts.columns-6 li:nth-child(6n) {
    margin-right: 0;
  }
}
:root :where(.wp-block-latest-posts.is-grid) {
  padding: 0;
}
:root :where(.wp-block-latest-posts.wp-block-latest-posts__list) {
  padding-left: 0;
}
.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
  display: block;
  font-size: 0.8125em;
}
.wp-block-latest-posts__post-excerpt {
  margin-bottom: 1em;
  margin-top: 0.5em;
}
.wp-block-latest-posts__featured-image a {
  display: inline-block;
}
.wp-block-latest-posts__featured-image img {
  height: auto;
  max-width: 100%;
  width: auto;
}
.wp-block-latest-posts__featured-image.alignleft {
  float: left;
  margin-right: 1em;
}
.wp-block-latest-posts__featured-image.alignright {
  float: right;
  margin-left: 1em;
}
.wp-block-latest-posts__featured-image.aligncenter {
  margin-bottom: 1em;
  text-align: center;
}
ol,
ul {
  box-sizing: border-box;
}
:root :where(.wp-block-list.has-background) {
  padding: 1.25em 2.375em;
}
.wp-block-loginout,
.wp-block-media-text {
  box-sizing: border-box;
}
.wp-block-media-text {
  /* ============================================================
 *  5. WordPress Block Library
 * ============================================================ */
  /*!rtl:begin:ignore*/
  direction: ltr;
  /*!rtl:end:ignore*/
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-template-rows: auto;
}
.wp-block-media-text.has-media-on-the-right {
  grid-template-columns: 1fr 50%;
}
.wp-block-media-text.is-vertically-aligned-top > .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top > .wp-block-media-text__media {
  align-self: start;
}
.wp-block-media-text.is-vertically-aligned-center
  > .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center > .wp-block-media-text__media,
.wp-block-media-text > .wp-block-media-text__content,
.wp-block-media-text > .wp-block-media-text__media {
  align-self: center;
}
.wp-block-media-text.is-vertically-aligned-bottom
  > .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom
  > .wp-block-media-text__media {
  align-self: end;
}
.wp-block-media-text > .wp-block-media-text__media {
  /*!rtl:begin:ignore*/
  grid-column: 1;
  grid-row: 1;
  /*!rtl:end:ignore*/
  margin: 0;
}
.wp-block-media-text > .wp-block-media-text__content {
  direction: ltr;
  /*!rtl:begin:ignore*/
  grid-column: 2;
  grid-row: 1;
  /*!rtl:end:ignore*/
  padding: 0 8%;
  word-break: break-word;
}
.wp-block-media-text.has-media-on-the-right > .wp-block-media-text__media {
  /*!rtl:begin:ignore*/
  grid-column: 2;
  grid-row: 1;
  /*!rtl:end:ignore*/
}
.wp-block-media-text.has-media-on-the-right > .wp-block-media-text__content {
  /*!rtl:begin:ignore*/
  grid-column: 1;
  grid-row: 1;
  /*!rtl:end:ignore*/
}
.wp-block-media-text__media a {
  display: inline-block;
}
.wp-block-media-text__media img,
.wp-block-media-text__media video {
  height: auto;
  max-width: unset;
  vertical-align: middle;
  width: 100%;
}
.wp-block-media-text.is-image-fill > .wp-block-media-text__media {
  background-size: cover;
  height: 100%;
  min-height: 250px;
}
.wp-block-media-text.is-image-fill > .wp-block-media-text__media > a {
  display: block;
  height: 100%;
}
.wp-block-media-text.is-image-fill > .wp-block-media-text__media img {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.wp-block-media-text.is-image-fill-element > .wp-block-media-text__media {
  height: 100%;
  min-height: 250px;
  position: relative;
}
.wp-block-media-text.is-image-fill-element > .wp-block-media-text__media > a {
  display: block;
  height: 100%;
}
.wp-block-media-text.is-image-fill-element > .wp-block-media-text__media img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
}
@media (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
  }
  .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
  }
  .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
  }
}
.wp-block-navigation {
  position: relative;
  --navigation-layout-justification-setting: flex-start;
  --navigation-layout-direction: row;
  --navigation-layout-wrap: wrap;
  --navigation-layout-justify: flex-start;
  --navigation-layout-align: center;
}
.wp-block-navigation ul {
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 0;
  padding-left: 0;
}
.wp-block-navigation ul,
.wp-block-navigation ul li {
  list-style: none;
  padding: 0;
}
.wp-block-navigation .wp-block-navigation-item {
  align-items: center;
  display: flex;
  position: relative;
}
.wp-block-navigation
  .wp-block-navigation-item
  .wp-block-navigation__submenu-container:empty {
  display: none;
}
.wp-block-navigation .wp-block-navigation-item__content {
  display: block;
}
.wp-block-navigation
  .wp-block-navigation-item__content.wp-block-navigation-item__content {
  color: inherit;
}
.wp-block-navigation.has-text-decoration-underline
  .wp-block-navigation-item__content,
.wp-block-navigation.has-text-decoration-underline
  .wp-block-navigation-item__content:active,
.wp-block-navigation.has-text-decoration-underline
  .wp-block-navigation-item__content:focus {
  text-decoration: underline;
}
.wp-block-navigation.has-text-decoration-line-through
  .wp-block-navigation-item__content,
.wp-block-navigation.has-text-decoration-line-through
  .wp-block-navigation-item__content:active,
.wp-block-navigation.has-text-decoration-line-through
  .wp-block-navigation-item__content:focus {
  text-decoration: line-through;
}
.wp-block-navigation :where(a),
.wp-block-navigation :where(a:active),
.wp-block-navigation :where(a:focus) {
  text-decoration: none;
}
.wp-block-navigation .wp-block-navigation__submenu-icon {
  align-self: center;
  background-color: inherit;
  border: none;
  color: currentColor;
  display: inline-block;
  font-size: inherit;
  height: 0.6em;
  line-height: 0;
  margin-left: 0.25em;
  padding: 0;
  width: 0.6em;
}
.wp-block-navigation .wp-block-navigation__submenu-icon svg {
  display: inline-block;
  stroke: currentColor;
  height: inherit;
  margin-top: 0.075em;
  width: inherit;
}
.wp-block-navigation.is-vertical {
  --navigation-layout-direction: column;
  --navigation-layout-justify: initial;
  --navigation-layout-align: flex-start;
}
.wp-block-navigation.no-wrap {
  --navigation-layout-wrap: nowrap;
}
.wp-block-navigation.items-justified-center {
  --navigation-layout-justification-setting: center;
  --navigation-layout-justify: center;
}
.wp-block-navigation.items-justified-center.is-vertical {
  --navigation-layout-align: center;
}
.wp-block-navigation.items-justified-right {
  --navigation-layout-justification-setting: flex-end;
  --navigation-layout-justify: flex-end;
}
.wp-block-navigation.items-justified-right.is-vertical {
  --navigation-layout-align: flex-end;
}
.wp-block-navigation.items-justified-space-between {
  --navigation-layout-justification-setting: space-between;
  --navigation-layout-justify: space-between;
}
.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
  align-items: normal;
  background-color: inherit;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 0;
  left: -1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  transition: opacity 0.1s linear;
  visibility: hidden;
  width: 0;
  z-index: 2;
}
.wp-block-navigation
  .has-child
  .wp-block-navigation__submenu-container
  > .wp-block-navigation-item
  > .wp-block-navigation-item__content {
  display: flex;
  flex-grow: 1;
}
.wp-block-navigation
  .has-child
  .wp-block-navigation__submenu-container
  > .wp-block-navigation-item
  > .wp-block-navigation-item__content
  .wp-block-navigation__submenu-icon {
  margin-left: auto;
  margin-right: 0;
}
.wp-block-navigation
  .has-child
  .wp-block-navigation__submenu-container
  .wp-block-navigation-item__content {
  margin: 0;
}
@media (min-width: 782px) {
  .wp-block-navigation
    .has-child
    .wp-block-navigation__submenu-container
    .wp-block-navigation__submenu-container {
    left: 100%;
    top: -1px;
  }
  .wp-block-navigation
    .has-child
    .wp-block-navigation__submenu-container
    .wp-block-navigation__submenu-container:before {
    background: #0000;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 100%;
    width: 0.5em;
  }
  .wp-block-navigation
    .has-child
    .wp-block-navigation__submenu-container
    .wp-block-navigation__submenu-icon {
    margin-right: 0.25em;
  }
  .wp-block-navigation
    .has-child
    .wp-block-navigation__submenu-container
    .wp-block-navigation__submenu-icon
    svg {
    transform: rotate(-90deg);
  }
}
.wp-block-navigation
  .has-child
  .wp-block-navigation-submenu__toggle[aria-expanded="true"]
  ~ .wp-block-navigation__submenu-container,
.wp-block-navigation
  .has-child:not(.open-on-click):hover
  > .wp-block-navigation__submenu-container,
.wp-block-navigation
  .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within
  > .wp-block-navigation__submenu-container {
  height: auto;
  min-width: 200px;
  opacity: 1;
  overflow: visible;
  visibility: visible;
  width: auto;
}
.wp-block-navigation.has-background
  .has-child
  .wp-block-navigation__submenu-container {
  left: 0;
  top: 100%;
}
@media (min-width: 782px) {
  .wp-block-navigation.has-background
    .has-child
    .wp-block-navigation__submenu-container
    .wp-block-navigation__submenu-container {
    left: 100%;
    top: 0;
  }
}
.wp-block-navigation-submenu {
  display: flex;
  position: relative;
}
.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
  stroke: currentColor;
}
button.wp-block-navigation-item__content {
  background-color: initial;
  border: none;
  color: currentColor;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: left;
  text-transform: inherit;
}
.wp-block-navigation-submenu__toggle {
  cursor: pointer;
}
.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle {
  padding-left: 0;
  padding-right: 0.85em;
}
.wp-block-navigation-item.open-on-click
  .wp-block-navigation-submenu__toggle
  + .wp-block-navigation__submenu-icon {
  margin-left: -0.6em;
  pointer-events: none;
}
.wp-block-navigation-item.open-on-click
  button.wp-block-navigation-item__content:not(
    .wp-block-navigation-submenu__toggle
  ) {
  padding: 0;
}
.wp-block-navigation .wp-block-page-list,
.wp-block-navigation__container,
.wp-block-navigation__responsive-close,
.wp-block-navigation__responsive-container,
.wp-block-navigation__responsive-container-content,
.wp-block-navigation__responsive-dialog {
  gap: inherit;
}
:where(
  .wp-block-navigation.has-background
    .wp-block-navigation-item
    a:not(.wp-element-button)
),
:where(
  .wp-block-navigation.has-background
    .wp-block-navigation-submenu
    a:not(.wp-element-button)
) {
  padding: 0.5em 1em;
}
:where(
  .wp-block-navigation
    .wp-block-navigation__submenu-container
    .wp-block-navigation-item
    a:not(.wp-element-button)
),
:where(
  .wp-block-navigation
    .wp-block-navigation__submenu-container
    .wp-block-navigation-submenu
    a:not(.wp-element-button)
),
:where(
  .wp-block-navigation
    .wp-block-navigation__submenu-container
    .wp-block-navigation-submenu
    button.wp-block-navigation-item__content
),
:where(
  .wp-block-navigation
    .wp-block-navigation__submenu-container
    .wp-block-pages-list__item
    button.wp-block-navigation-item__content
) {
  padding: 0.5em 1em;
}
.wp-block-navigation.items-justified-right
  .wp-block-navigation__container
  .has-child
  .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-right
  .wp-block-page-list
  > .has-child
  .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between
  .wp-block-page-list
  > .has-child:last-child
  .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between
  > .wp-block-navigation__container
  > .has-child:last-child
  .wp-block-navigation__submenu-container {
  left: auto;
  right: 0;
}
.wp-block-navigation.items-justified-right
  .wp-block-navigation__container
  .has-child
  .wp-block-navigation__submenu-container
  .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-right
  .wp-block-page-list
  > .has-child
  .wp-block-navigation__submenu-container
  .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between
  .wp-block-page-list
  > .has-child:last-child
  .wp-block-navigation__submenu-container
  .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between
  > .wp-block-navigation__container
  > .has-child:last-child
  .wp-block-navigation__submenu-container
  .wp-block-navigation__submenu-container {
  left: -1px;
  right: -1px;
}
@media (min-width: 782px) {
  .wp-block-navigation.items-justified-right
    .wp-block-navigation__container
    .has-child
    .wp-block-navigation__submenu-container
    .wp-block-navigation__submenu-container,
  .wp-block-navigation.items-justified-right
    .wp-block-page-list
    > .has-child
    .wp-block-navigation__submenu-container
    .wp-block-navigation__submenu-container,
  .wp-block-navigation.items-justified-space-between
    .wp-block-page-list
    > .has-child:last-child
    .wp-block-navigation__submenu-container
    .wp-block-navigation__submenu-container,
  .wp-block-navigation.items-justified-space-between
    > .wp-block-navigation__container
    > .has-child:last-child
    .wp-block-navigation__submenu-container
    .wp-block-navigation__submenu-container {
    left: auto;
    right: 100%;
  }
}
.wp-block-navigation:not(.has-background)
  .wp-block-navigation__submenu-container {
  background-color: #fff;
  border: 1px solid #00000026;
}
.wp-block-navigation.has-background .wp-block-navigation__submenu-container {
  background-color: inherit;
}
.wp-block-navigation:not(.has-text-color)
  .wp-block-navigation__submenu-container {
  color: #000;
}
.wp-block-navigation__container {
  align-items: var(--navigation-layout-align, initial);
  display: flex;
  flex-direction: var(--navigation-layout-direction, initial);
  flex-wrap: var(--navigation-layout-wrap, wrap);
  justify-content: var(--navigation-layout-justify, initial);
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.wp-block-navigation__container .is-responsive {
  display: none;
}
.wp-block-navigation__container:only-child,
.wp-block-page-list:only-child {
  flex-grow: 1;
}
@keyframes overlay-menu__fade-in-animation {
  0% {
    opacity: 0;
    transform: translateY(0.5em);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.wp-block-navigation__responsive-container {
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wp-block-navigation__responsive-container :where(.wp-block-navigation-item a) {
  color: inherit;
}
.wp-block-navigation__responsive-container
  .wp-block-navigation__responsive-container-content {
  align-items: var(--navigation-layout-align, initial);
  display: flex;
  flex-direction: var(--navigation-layout-direction, initial);
  flex-wrap: var(--navigation-layout-wrap, wrap);
  justify-content: var(--navigation-layout-justify, initial);
}
.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open) {
  background-color: inherit !important;
  color: inherit !important;
}
.wp-block-navigation__responsive-container.is-menu-open {
  animation: overlay-menu__fade-in-animation 0.1s ease-out;
  animation-fill-mode: forwards;
  background-color: inherit;
  display: flex;
  flex-direction: column;
  overflow: auto;
  padding: clamp(1rem, var(--wp--style--root--padding-top), 20rem)
    clamp(1rem, var(--wp--style--root--padding-right), 20rem)
    clamp(1rem, var(--wp--style--root--padding-bottom), 20rem)
    clamp(1rem, var(--wp--style--root--padding-left), 20em);
  z-index: 100000;
}
@media (prefers-reduced-motion: reduce) {
  .wp-block-navigation__responsive-container.is-menu-open {
    animation-delay: 0s;
    animation-duration: 1ms;
  }
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content {
  align-items: var(--navigation-layout-justification-setting, inherit);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  overflow: visible;
  padding-top: calc(2rem + 24px);
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content,
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-page-list {
  justify-content: flex-start;
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-navigation__submenu-icon {
  display: none;
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .has-child
  .wp-block-navigation__submenu-container {
  border: none;
  height: auto;
  min-width: 200px;
  opacity: 1;
  overflow: initial;
  padding-left: 2rem;
  padding-right: 2rem;
  position: static;
  visibility: visible;
  width: auto;
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-navigation__submenu-container {
  gap: inherit;
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-navigation__submenu-container {
  padding-top: var(--wp--style--block-gap, 2em);
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-navigation-item__content {
  padding: 0;
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-navigation-item,
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-page-list {
  align-items: var(--navigation-layout-justification-setting, initial);
  display: flex;
  flex-direction: column;
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation-item,
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation-item
  .wp-block-navigation__submenu-container,
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list {
  background: #0000 !important;
  color: inherit !important;
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
  left: auto;
  right: auto;
}
@media (min-width: 600px) {
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(
      .is-menu-open
    ) {
    background-color: inherit;
    display: block;
    position: relative;
    width: 100%;
    z-index: auto;
  }
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(
      .is-menu-open
    )
    .wp-block-navigation__responsive-container-close {
    display: none;
  }
  .wp-block-navigation__responsive-container.is-menu-open
    .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
    left: 0;
  }
}
.wp-block-navigation:not(.has-background)
  .wp-block-navigation__responsive-container.is-menu-open {
  background-color: #fff;
}
.wp-block-navigation:not(.has-text-color)
  .wp-block-navigation__responsive-container.is-menu-open {
  color: #000;
}
.wp-block-navigation__toggle_button_label {
  font-size: 1rem;
  font-weight: 700;
}
.wp-block-navigation__responsive-container-close,
.wp-block-navigation__responsive-container-open {
  background: #0000;
  border: none;
  color: currentColor;
  cursor: pointer;
  margin: 0;
  padding: 0;
  text-transform: inherit;
  vertical-align: middle;
}
.wp-block-navigation__responsive-container-close svg,
.wp-block-navigation__responsive-container-open svg {
  fill: currentColor;
  display: block;
  height: 24px;
  pointer-events: none;
  width: 24px;
}
.wp-block-navigation__responsive-container-open {
  display: flex;
}
.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
@media (min-width: 600px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: none;
  }
}
.wp-block-navigation__responsive-container-close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.wp-block-navigation__responsive-close {
  width: 100%;
}
.has-modal-open .wp-block-navigation__responsive-close {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wp--style--global--wide-size, 100%);
}
.wp-block-navigation__responsive-close:focus {
  outline: none;
}
.is-menu-open .wp-block-navigation__responsive-close,
.is-menu-open .wp-block-navigation__responsive-container-content,
.is-menu-open .wp-block-navigation__responsive-dialog {
  box-sizing: border-box;
}
.wp-block-navigation__responsive-dialog {
  position: relative;
}
.has-modal-open
  .admin-bar
  .is-menu-open
  .wp-block-navigation__responsive-dialog {
  margin-top: 46px;
}
@media (min-width: 782px) {
  .has-modal-open
    .admin-bar
    .is-menu-open
    .wp-block-navigation__responsive-dialog {
    margin-top: 32px;
  }
}
html.has-modal-open {
  overflow: hidden;
}
.wp-block-navigation .wp-block-navigation-item__label {
  overflow-wrap: break-word;
}
.wp-block-navigation .wp-block-navigation-item__description {
  display: none;
}
.link-ui-tools {
  border-top: 1px solid #f0f0f0;
  padding: 8px;
}
.link-ui-block-inserter {
  padding-top: 8px;
}
.link-ui-block-inserter__back {
  margin-left: 8px;
  text-transform: uppercase;
}
.wp-block-navigation .wp-block-page-list {
  align-items: var(--navigation-layout-align, initial);
  background-color: inherit;
  display: flex;
  flex-direction: var(--navigation-layout-direction, initial);
  flex-wrap: var(--navigation-layout-wrap, wrap);
  justify-content: var(--navigation-layout-justify, initial);
}
.wp-block-navigation .wp-block-navigation-item {
  background-color: inherit;
}
.is-small-text {
  font-size: 0.875em;
}
.is-regular-text {
  font-size: 1em;
}
.is-large-text {
  font-size: 2.25em;
}
.is-larger-text {
  font-size: 3em;
}
.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 8.4em;
  font-style: normal;
  font-weight: 100;
  line-height: 0.68;
  margin: 0.05em 0.1em 0 0;
  text-transform: uppercase;
}
body.rtl .has-drop-cap:not(:focus):first-letter {
  float: none;
  margin-left: 0.1em;
}
p.has-drop-cap.has-background {
  overflow: hidden;
}
:root :where(p.has-background) {
  padding: 1.25em 2.375em;
}
:where(p.has-text-color:not(.has-link-color)) a {
  color: inherit;
}
p.has-text-align-left[style*="writing-mode:vertical-lr"],
p.has-text-align-right[style*="writing-mode:vertical-rl"] {
  rotate: 180deg;
}
.wp-block-post-author {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.wp-block-post-author__byline {
  font-size: 0.5em;
  margin-bottom: 0;
  margin-top: 0;
  width: 100%;
}
.wp-block-post-author__avatar {
  margin-right: 1em;
}
.wp-block-post-author__bio {
  font-size: 0.7em;
  margin-bottom: 0.7em;
}
.wp-block-post-author__content {
  flex-basis: 0;
  flex-grow: 1;
}
.wp-block-post-author__name {
  margin: 0;
}
.wp-block-post-author-biography {
  box-sizing: border-box;
}
:where(.wp-block-post-comments-form) input:not([type="submit"]),
:where(.wp-block-post-comments-form) textarea {
  border: 1px solid #949494;
  font-family: inherit;
  font-size: 1em;
}
:where(.wp-block-post-comments-form)
  input:where(:not([type="submit"]):not([type="checkbox"])),
:where(.wp-block-post-comments-form) textarea {
  padding: calc(0.667em + 2px);
}
.wp-block-post-comments-form {
  box-sizing: border-box;
}
.wp-block-post-comments-form[style*="font-weight"]
  :where(.comment-reply-title) {
  font-weight: inherit;
}
.wp-block-post-comments-form[style*="font-family"]
  :where(.comment-reply-title) {
  font-family: inherit;
}
.wp-block-post-comments-form[class*="-font-size"] :where(.comment-reply-title),
.wp-block-post-comments-form[style*="font-size"] :where(.comment-reply-title) {
  font-size: inherit;
}
.wp-block-post-comments-form[style*="line-height"]
  :where(.comment-reply-title) {
  line-height: inherit;
}
.wp-block-post-comments-form[style*="font-style"] :where(.comment-reply-title) {
  font-style: inherit;
}
.wp-block-post-comments-form[style*="letter-spacing"]
  :where(.comment-reply-title) {
  letter-spacing: inherit;
}
.wp-block-post-comments-form :where(input[type="submit"]) {
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  overflow-wrap: break-word;
  text-align: center;
}
.wp-block-post-comments-form
  .comment-form
  input:not([type="submit"]):not([type="checkbox"]):not([type="hidden"]),
.wp-block-post-comments-form .comment-form textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
}
.wp-block-post-comments-form .comment-form-author label,
.wp-block-post-comments-form .comment-form-email label,
.wp-block-post-comments-form .comment-form-url label {
  display: block;
  margin-bottom: 0.25em;
}
.wp-block-post-comments-form .comment-form-cookies-consent {
  display: flex;
  gap: 0.25em;
}
.wp-block-post-comments-form
  .comment-form-cookies-consent
  #wp-comment-cookies-consent {
  margin-top: 0.35em;
}
.wp-block-post-comments-form .comment-reply-title {
  margin-bottom: 0;
}
.wp-block-post-comments-form .comment-reply-title :where(small) {
  font-size: var(--wp--preset--font-size--medium, smaller);
  margin-left: 0.5em;
}
.wp-block-post-content {
  display: flow-root;
}
.wp-block-post-date {
  box-sizing: border-box;
}
:where(.wp-block-post-excerpt) {
  box-sizing: border-box;
  margin-bottom: var(--wp--style--block-gap);
  margin-top: var(--wp--style--block-gap);
}
.wp-block-post-excerpt__excerpt {
  margin-bottom: 0;
  margin-top: 0;
}
.wp-block-post-excerpt__more-text {
  margin-bottom: 0;
  margin-top: var(--wp--style--block-gap);
}
.wp-block-post-excerpt__more-link {
  display: inline-block;
}
.wp-block-post-featured-image {
  margin-left: 0;
  margin-right: 0;
}
.wp-block-post-featured-image a {
  display: block;
  height: 100%;
}
.wp-block-post-featured-image :where(img) {
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  width: 100%;
}
.wp-block-post-featured-image.alignfull img,
.wp-block-post-featured-image.alignwide img {
  width: 100%;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim {
  background-color: #000;
  inset: 0;
  position: absolute;
}
.wp-block-post-featured-image {
  position: relative;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-gradient {
  background-color: initial;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim-0 {
  opacity: 0;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim-10 {
  opacity: 0.1;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim-20 {
  opacity: 0.2;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim-30 {
  opacity: 0.3;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim-40 {
  opacity: 0.4;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim-50 {
  opacity: 0.5;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim-60 {
  opacity: 0.6;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim-70 {
  opacity: 0.7;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim-80 {
  opacity: 0.8;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim-90 {
  opacity: 0.9;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim-100 {
  opacity: 1;
}
.wp-block-post-featured-image:where(.alignleft, .alignright) {
  width: 100%;
}
.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous {
  display: inline-block;
  margin-right: 1ch;
}
.wp-block-post-navigation-link
  .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron) {
  transform: scaleX(1);
}
.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next {
  display: inline-block;
  margin-left: 1ch;
}
.wp-block-post-navigation-link
  .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron) {
  transform: scaleX(1);
}
.wp-block-post-navigation-link.has-text-align-left[style*="writing-mode: vertical-lr"],
.wp-block-post-navigation-link.has-text-align-right[style*="writing-mode: vertical-rl"] {
  rotate: 180deg;
}
.wp-block-post-terms {
  box-sizing: border-box;
}
.wp-block-post-terms .wp-block-post-terms__separator {
  white-space: pre-wrap;
}
.wp-block-post-time-to-read,
.wp-block-post-title {
  box-sizing: border-box;
}
.wp-block-post-title {
  word-break: break-word;
}
.wp-block-post-title :where(a) {
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-decoration: inherit;
}
.wp-block-post-author-name {
  box-sizing: border-box;
}
.wp-block-preformatted {
  box-sizing: border-box;
  white-space: pre-wrap;
}
:where(.wp-block-preformatted.has-background) {
  padding: 1.25em 2.375em;
}
.wp-block-pullquote {
  box-sizing: border-box;
  margin: 0 0 1em;
  overflow-wrap: break-word;
  padding: 4em 0;
  text-align: center;
}
.wp-block-pullquote blockquote,
.wp-block-pullquote cite,
.wp-block-pullquote p {
  color: inherit;
}
.wp-block-pullquote blockquote {
  margin: 0;
}
.wp-block-pullquote p {
  margin-top: 0;
}
.wp-block-pullquote p:last-child {
  margin-bottom: 0;
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
  max-width: 420px;
}
.wp-block-pullquote cite,
.wp-block-pullquote footer {
  position: relative;
}
.wp-block-pullquote .has-text-color a {
  color: inherit;
}
.wp-block-pullquote.has-text-align-left blockquote {
  text-align: left;
}
.wp-block-pullquote.has-text-align-right blockquote {
  text-align: right;
}
.wp-block-pullquote.is-style-solid-color {
  border: none;
}
.wp-block-pullquote.is-style-solid-color blockquote {
  margin-left: auto;
  margin-right: auto;
  max-width: 60%;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
  font-size: 2em;
  margin-bottom: 0;
  margin-top: 0;
}
.wp-block-pullquote.is-style-solid-color blockquote cite {
  font-style: normal;
  text-transform: none;
}
.wp-block-pullquote cite {
  color: inherit;
}
.wp-block-post-template {
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  max-width: 100%;
  padding: 0;
}
.wp-block-post-template.is-flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.25em;
}
.wp-block-post-template.is-flex-container > li {
  margin: 0;
  width: 100%;
}
@media (min-width: 600px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-2 > li {
    width: calc(50% - 0.625em);
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li {
    width: calc(33.33333% - 0.83333em);
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li {
    width: calc(25% - 0.9375em);
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-5 > li {
    width: calc(20% - 1em);
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-6 > li {
    width: calc(16.66667% - 1.04167em);
  }
}
@media (max-width: 600px) {
  .wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid {
    grid-template-columns: 1fr;
  }
}
.wp-block-post-template-is-layout-constrained > li > .alignright,
.wp-block-post-template-is-layout-flow > li > .alignright {
  float: right;
  margin-inline-end: 0;
  margin-inline-start: 2em;
}
.wp-block-post-template-is-layout-constrained > li > .alignleft,
.wp-block-post-template-is-layout-flow > li > .alignleft {
  float: left;
  margin-inline-end: 2em;
  margin-inline-start: 0;
}
.wp-block-post-template-is-layout-constrained > li > .aligncenter,
.wp-block-post-template-is-layout-flow > li > .aligncenter {
  margin-inline-end: auto;
  margin-inline-start: auto;
}
.wp-block-query-pagination.is-content-justification-space-between
  > .wp-block-query-pagination-next:last-of-type {
  margin-inline-start: auto;
}
.wp-block-query-pagination.is-content-justification-space-between
  > .wp-block-query-pagination-previous:first-child {
  margin-inline-end: auto;
}
.wp-block-query-pagination .wp-block-query-pagination-previous-arrow {
  display: inline-block;
  margin-right: 1ch;
}
.wp-block-query-pagination
  .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1);
}
.wp-block-query-pagination .wp-block-query-pagination-next-arrow {
  display: inline-block;
  margin-left: 1ch;
}
.wp-block-query-pagination
  .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1);
}
.wp-block-query-pagination.aligncenter {
  justify-content: center;
}
.wp-block-query-title,
.wp-block-quote {
  box-sizing: border-box;
}
.wp-block-quote {
  overflow-wrap: break-word;
}
.wp-block-quote.is-large:where(:not(.is-style-plain)),
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) {
  margin-bottom: 1em;
  padding: 0 1em;
}
.wp-block-quote.is-large:where(:not(.is-style-plain)) p,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p {
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.6;
}
.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,
.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer {
  font-size: 1.125em;
  text-align: right;
}
.wp-block-quote > cite {
  display: block;
}
.wp-block-read-more {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.wp-block-read-more:where(:not([style*="text-decoration"])) {
  text-decoration: none;
}
.wp-block-read-more:where(:not([style*="text-decoration"])):active,
.wp-block-read-more:where(:not([style*="text-decoration"])):focus {
  text-decoration: none;
}
ul.wp-block-rss {
  list-style: none;
  padding: 0;
}
ul.wp-block-rss.wp-block-rss {
  box-sizing: border-box;
}
ul.wp-block-rss.alignleft {
  margin-right: 2em;
}
ul.wp-block-rss.alignright {
  margin-left: 2em;
}
ul.wp-block-rss.is-grid {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
ul.wp-block-rss.is-grid li {
  margin: 0 1em 1em 0;
  width: 100%;
}
@media (min-width: 600px) {
  ul.wp-block-rss.columns-2 li {
    width: calc(50% - 1em);
  }
  ul.wp-block-rss.columns-3 li {
    width: calc(33.33333% - 1em);
  }
  ul.wp-block-rss.columns-4 li {
    width: calc(25% - 1em);
  }
  ul.wp-block-rss.columns-5 li {
    width: calc(20% - 1em);
  }
  ul.wp-block-rss.columns-6 li {
    width: calc(16.66667% - 1em);
  }
}
.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
  display: block;
  font-size: 0.8125em;
}
.wp-block-search__button {
  margin-left: 10px;
  word-break: normal;
}
.wp-block-search__button.has-icon {
  line-height: 0;
}
.wp-block-search__button svg {
  height: 1.25em;
  min-height: 24px;
  min-width: 24px;
  width: 1.25em;
  fill: currentColor;
  vertical-align: text-bottom;
}
:where(.wp-block-search__button) {
  border: 1px solid #ccc;
  padding: 6px 10px;
}
.wp-block-search__inside-wrapper {
  display: flex;
  flex: auto;
  flex-wrap: nowrap;
  max-width: 100%;
}
.wp-block-search__label {
  width: 100%;
}
.wp-block-search__input {
  appearance: none;
  border: 1px solid #949494;
  flex-grow: 1;
  margin-left: 0;
  margin-right: 0;
  min-width: 3rem;
  padding: 8px;
  text-decoration: unset !important;
}
.wp-block-search.wp-block-search__button-only .wp-block-search__button {
  flex-shrink: 0;
  margin-left: 0;
  max-width: 100%;
}
.wp-block-search.wp-block-search__button-only
  .wp-block-search__button[aria-expanded="true"] {
  max-width: calc(100% - 100px);
}
.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper {
  min-width: 0 !important;
  transition-property: width;
}
.wp-block-search.wp-block-search__button-only .wp-block-search__input {
  flex-basis: 100%;
  transition-duration: 0.3s;
}
.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden,
.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden
  .wp-block-search__inside-wrapper {
  overflow: hidden;
}
.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden
  .wp-block-search__input {
  border-left-width: 0 !important;
  border-right-width: 0 !important;
  flex-basis: 0;
  flex-grow: 0;
  margin: 0;
  min-width: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 0 !important;
}
:where(.wp-block-search__input) {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-transform: inherit;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
  border: 1px solid #949494;
  box-sizing: border-box;
  padding: 4px;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper)
  .wp-block-search__input {
  border: none;
  border-radius: 0;
  padding: 0 4px;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper)
  .wp-block-search__input:focus {
  outline: none;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper)
  :where(.wp-block-search__button) {
  padding: 4px 8px;
}
.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
  margin: auto;
}
.wp-block[data-align="right"]
  .wp-block-search.wp-block-search__button-only
  .wp-block-search__inside-wrapper {
  float: right;
}
.wp-block-separator {
  border: none;
  border-top: 2px solid;
}
:root :where(.wp-block-separator.is-style-dots) {
  height: auto;
  line-height: 1;
  text-align: center;
}
:root :where(.wp-block-separator.is-style-dots):before {
  color: currentColor;
  content: "···";
  font-family: serif;
  font-size: 1.5em;
  letter-spacing: 2em;
  padding-left: 2em;
}
.wp-block-separator.is-style-dots {
  background: none !important;
  border: none !important;
}
.wp-block-site-logo {
  box-sizing: border-box;
  line-height: 0;
}
.wp-block-site-logo a {
  display: inline-block;
  line-height: 0;
}
.wp-block-site-logo.is-default-size img {
  height: auto;
  width: 120px;
}
.wp-block-site-logo img {
  height: auto;
  max-width: 100%;
}
.wp-block-site-logo a,
.wp-block-site-logo img {
  border-radius: inherit;
}
.wp-block-site-logo.aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
:root :where(.wp-block-site-logo.is-style-rounded) {
  border-radius: 9999px;
}
.wp-block-site-tagline,
.wp-block-site-title {
  box-sizing: border-box;
}
.wp-block-site-title :where(a) {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-decoration: inherit;
}
.wp-block-social-links {
  background: none;
  box-sizing: border-box;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  text-indent: 0;
}
.wp-block-social-links .wp-social-link a,
.wp-block-social-links .wp-social-link a:hover {
  border-bottom: 0;
  box-shadow: none;
  text-decoration: none;
}
.wp-block-social-links .wp-social-link svg {
  height: 1em;
  width: 1em;
}
.wp-block-social-links .wp-social-link span:not(.screen-reader-text) {
  font-size: 0.65em;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.wp-block-social-links.has-small-icon-size {
  font-size: 16px;
}
.wp-block-social-links,
.wp-block-social-links.has-normal-icon-size {
  font-size: 24px;
}
.wp-block-social-links.has-large-icon-size {
  font-size: 36px;
}
.wp-block-social-links.has-huge-icon-size {
  font-size: 48px;
}
.wp-block-social-links.aligncenter {
  display: flex;
  justify-content: center;
}
.wp-block-social-links.alignright {
  justify-content: flex-end;
}
.wp-block-social-link {
  border-radius: 9999px;
  display: block;
  height: auto;
  transition: transform 0.1s ease;
}
@media (prefers-reduced-motion: reduce) {
  .wp-block-social-link {
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
.wp-block-social-link a {
  align-items: center;
  display: flex;
  line-height: 0;
  transition: transform 0.1s ease;
}
.wp-block-social-link:hover {
  transform: scale(1.1);
}
.wp-block-social-links .wp-block-social-link.wp-social-link {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.wp-block-social-links
  .wp-block-social-link.wp-social-link
  .wp-block-social-link-anchor,
.wp-block-social-links
  .wp-block-social-link.wp-social-link
  .wp-block-social-link-anchor
  svg,
.wp-block-social-links
  .wp-block-social-link.wp-social-link
  .wp-block-social-link-anchor:active,
.wp-block-social-links
  .wp-block-social-link.wp-social-link
  .wp-block-social-link-anchor:hover,
.wp-block-social-links
  .wp-block-social-link.wp-social-link
  .wp-block-social-link-anchor:visited {
  color: currentColor;
  fill: currentColor;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link {
  background-color: #f0f0f0;
  color: #444;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-amazon {
  background-color: #f90;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-bandcamp {
  background-color: #1ea0c3;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-behance {
  background-color: #0757fe;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-bluesky {
  background-color: #0a7aff;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-codepen {
  background-color: #1e1f26;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-deviantart {
  background-color: #02e49b;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-dribbble {
  background-color: #e94c89;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-dropbox {
  background-color: #4280ff;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy {
  background-color: #f45800;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-facebook {
  background-color: #0866ff;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-fivehundredpx {
  background-color: #000;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-flickr {
  background-color: #0461dd;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-foursquare {
  background-color: #e65678;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-github {
  background-color: #24292d;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-goodreads {
  background-color: #eceadd;
  color: #382110;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-google {
  background-color: #ea4434;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-gravatar {
  background-color: #1d4fc4;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-instagram {
  background-color: #f00075;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-lastfm {
  background-color: #e21b24;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-linkedin {
  background-color: #0d66c2;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-mastodon {
  background-color: #3288d4;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-medium {
  background-color: #000;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-meetup {
  background-color: #f6405f;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-patreon {
  background-color: #000;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-pinterest {
  background-color: #e60122;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-pocket {
  background-color: #ef4155;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-reddit {
  background-color: #ff4500;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype {
  background-color: #0478d7;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-snapchat {
  background-color: #fefc00;
  color: #fff;
  stroke: #000;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-soundcloud {
  background-color: #ff5600;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-spotify {
  background-color: #1bd760;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-telegram {
  background-color: #2aabee;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-threads {
  background-color: #000;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-tiktok {
  background-color: #000;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-tumblr {
  background-color: #011835;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-twitch {
  background-color: #6440a4;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-twitter {
  background-color: #1da1f2;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo {
  background-color: #1eb7ea;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk {
  background-color: #4680c2;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-wordpress {
  background-color: #3499cd;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-whatsapp {
  background-color: #25d366;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x {
  background-color: #000;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp {
  background-color: #d32422;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-youtube {
  background-color: red;
  color: #fff;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link {
  background: none;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg {
  height: 1.25em;
  width: 1.25em;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon {
  color: #f90;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp {
  color: #1ea0c3;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance {
  color: #0757fe;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky {
  color: #0a7aff;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen {
  color: #1e1f26;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart {
  color: #02e49b;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble {
  color: #e94c89;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox {
  color: #4280ff;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy {
  color: #f45800;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook {
  color: #0866ff;
}
:where(.wp-block-social-links.is-style-logos-only)
  .wp-social-link-fivehundredpx {
  color: #000;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr {
  color: #0461dd;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare {
  color: #e65678;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github {
  color: #24292d;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads {
  color: #382110;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google {
  color: #ea4434;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar {
  color: #1d4fc4;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram {
  color: #f00075;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm {
  color: #e21b24;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin {
  color: #0d66c2;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon {
  color: #3288d4;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium {
  color: #000;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup {
  color: #f6405f;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon {
  color: #000;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest {
  color: #e60122;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket {
  color: #ef4155;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit {
  color: #ff4500;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype {
  color: #0478d7;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat {
  color: #fff;
  stroke: #000;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud {
  color: #ff5600;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify {
  color: #1bd760;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram {
  color: #2aabee;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads {
  color: #000;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok {
  color: #000;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr {
  color: #011835;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch {
  color: #6440a4;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter {
  color: #1da1f2;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo {
  color: #1eb7ea;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk {
  color: #4680c2;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp {
  color: #25d366;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress {
  color: #3499cd;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x {
  color: #000;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp {
  color: #d32422;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube {
  color: red;
}
.wp-block-social-links.is-style-pill-shape .wp-social-link {
  width: auto;
}
:root :where(.wp-block-social-links .wp-social-link a) {
  padding: 0.25em;
}
:root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a) {
  padding: 0;
}
:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a) {
  padding-left: 0.66667em;
  padding-right: 0.66667em;
}
.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color)
  .wp-social-link-snapchat
  .wp-block-social-link-label {
  color: #000;
}
.wp-block-spacer {
  clear: both;
}
.wp-block-tag-cloud {
  box-sizing: border-box;
}
.wp-block-tag-cloud.aligncenter {
  justify-content: center;
  text-align: center;
}
.wp-block-tag-cloud.alignfull {
  padding-left: 1em;
  padding-right: 1em;
}
.wp-block-tag-cloud a {
  display: inline-block;
  margin-right: 5px;
}
.wp-block-tag-cloud span {
  display: inline-block;
  margin-left: 5px;
  text-decoration: none;
}
:root :where(.wp-block-tag-cloud.is-style-outline) {
  display: flex;
  flex-wrap: wrap;
  gap: 1ch;
}
:root :where(.wp-block-tag-cloud.is-style-outline a) {
  border: 1px solid;
  font-size: unset !important;
  margin-right: 0;
  padding: 1ch 2ch;
  text-decoration: none !important;
}
.wp-block-table {
  overflow-x: auto;
}
.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}
.wp-block-table thead {
  border-bottom: 3px solid;
}
.wp-block-table tfoot {
  border-top: 3px solid;
}
.wp-block-table td,
.wp-block-table th {
  border: 1px solid;
  padding: 0.5em;
}
.wp-block-table .has-fixed-layout {
  table-layout: fixed;
  width: 100%;
}
.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
  word-break: break-word;
}
.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
  display: table;
  width: auto;
}
.wp-block-table.aligncenter td,
.wp-block-table.aligncenter th,
.wp-block-table.alignleft td,
.wp-block-table.alignleft th,
.wp-block-table.alignright td,
.wp-block-table.alignright th {
  word-break: break-word;
}
.wp-block-table .has-subtle-light-gray-background-color {
  background-color: #f3f4f5;
}
.wp-block-table .has-subtle-pale-green-background-color {
  background-color: #e9fbe5;
}
.wp-block-table .has-subtle-pale-blue-background-color {
  background-color: #e7f5fe;
}
.wp-block-table .has-subtle-pale-pink-background-color {
  background-color: #fcf0ef;
}
.wp-block-table.is-style-stripes {
  background-color: initial;
  border-bottom: 1px solid #f0f0f0;
  border-collapse: inherit;
  border-spacing: 0;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f0f0f0;
}
.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color
  tbody
  tr:nth-child(odd) {
  background-color: #f3f4f5;
}
.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color
  tbody
  tr:nth-child(odd) {
  background-color: #e9fbe5;
}
.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color
  tbody
  tr:nth-child(odd) {
  background-color: #e7f5fe;
}
.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color
  tbody
  tr:nth-child(odd) {
  background-color: #fcf0ef;
}
.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
  border-color: #0000;
}
.wp-block-table .has-border-color td,
.wp-block-table .has-border-color th,
.wp-block-table .has-border-color tr,
.wp-block-table .has-border-color > * {
  border-color: inherit;
}
.wp-block-table table[style*="border-top-color"] tr:first-child,
.wp-block-table table[style*="border-top-color"] tr:first-child td,
.wp-block-table table[style*="border-top-color"] tr:first-child th,
.wp-block-table table[style*="border-top-color"] > *,
.wp-block-table table[style*="border-top-color"] > * td,
.wp-block-table table[style*="border-top-color"] > * th {
  border-top-color: inherit;
}
.wp-block-table table[style*="border-top-color"] tr:not(:first-child) {
  border-top-color: initial;
}
.wp-block-table table[style*="border-right-color"] td:last-child,
.wp-block-table table[style*="border-right-color"] th,
.wp-block-table table[style*="border-right-color"] tr,
.wp-block-table table[style*="border-right-color"] > * {
  border-right-color: inherit;
}
.wp-block-table table[style*="border-bottom-color"] tr:last-child,
.wp-block-table table[style*="border-bottom-color"] tr:last-child td,
.wp-block-table table[style*="border-bottom-color"] tr:last-child th,
.wp-block-table table[style*="border-bottom-color"] > *,
.wp-block-table table[style*="border-bottom-color"] > * td,
.wp-block-table table[style*="border-bottom-color"] > * th {
  border-bottom-color: inherit;
}
.wp-block-table table[style*="border-bottom-color"] tr:not(:last-child) {
  border-bottom-color: initial;
}
.wp-block-table table[style*="border-left-color"] td:first-child,
.wp-block-table table[style*="border-left-color"] th,
.wp-block-table table[style*="border-left-color"] tr,
.wp-block-table table[style*="border-left-color"] > * {
  border-left-color: inherit;
}
.wp-block-table table[style*="border-style"] td,
.wp-block-table table[style*="border-style"] th,
.wp-block-table table[style*="border-style"] tr,
.wp-block-table table[style*="border-style"] > * {
  border-style: inherit;
}
.wp-block-table table[style*="border-width"] td,
.wp-block-table table[style*="border-width"] th,
.wp-block-table table[style*="border-width"] tr,
.wp-block-table table[style*="border-width"] > * {
  border-style: inherit;
  border-width: inherit;
}
:root :where(.wp-block-table-of-contents) {
  box-sizing: border-box;
}
:where(.wp-block-term-description) {
  box-sizing: border-box;
  margin-bottom: var(--wp--style--block-gap);
  margin-top: var(--wp--style--block-gap);
}
.wp-block-term-description p {
  margin-bottom: 0;
  margin-top: 0;
}
.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
  display: flex;
}
.wp-block-text-columns .wp-block-column {
  margin: 0 1em;
  padding: 0;
}
.wp-block-text-columns .wp-block-column:first-child {
  margin-left: 0;
}
.wp-block-text-columns .wp-block-column:last-child {
  margin-right: 0;
}
.wp-block-text-columns.columns-2 .wp-block-column {
  width: 50%;
}
.wp-block-text-columns.columns-3 .wp-block-column {
  width: 33.33333%;
}
.wp-block-text-columns.columns-4 .wp-block-column {
  width: 25%;
}
pre.wp-block-verse {
  overflow: auto;
  white-space: pre-wrap;
}
:where(pre.wp-block-verse) {
  font-family: inherit;
}
.wp-block-video {
  box-sizing: border-box;
}
.wp-block-video video {
  vertical-align: middle;
  width: 100%;
}
@supports (position: sticky) {
  .wp-block-video [poster] {
    object-fit: cover;
  }
}
.wp-block-video.aligncenter {
  text-align: center;
}
.wp-block-video :where(figcaption) {
  margin-bottom: 1em;
  margin-top: 0.5em;
}
.editor-styles-wrapper,
.entry-content {
  counter-reset: footnotes;
}
a[data-fn].fn {
  counter-increment: footnotes;
  display: inline-flex;
  font-size: smaller;
  text-decoration: none;
  text-indent: -9999999px;
  vertical-align: super;
}
a[data-fn].fn:after {
  content: "[" counter(footnotes) "]";
  float: left;
  text-indent: 0;
}
.wp-element-button {
  cursor: pointer;
}
:root {
  --wp--preset--font-size--normal: 16px;
  --wp--preset--font-size--huge: 42px;
}
:root .has-very-light-gray-background-color {
  background-color: #eee;
}
:root .has-very-dark-gray-background-color {
  background-color: #313131;
}
:root .has-very-light-gray-color {
  color: #eee;
}
:root .has-very-dark-gray-color {
  color: #313131;
}
:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
  background: linear-gradient(135deg, #00d084, #0693e3);
}
:root .has-purple-crush-gradient-background {
  background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe);
}
:root .has-hazy-dawn-gradient-background {
  background: linear-gradient(135deg, #faaca8, #dad0ec);
}
:root .has-subdued-olive-gradient-background {
  background: linear-gradient(135deg, #fafae1, #67a671);
}
:root .has-atomic-cream-gradient-background {
  background: linear-gradient(135deg, #fdd79a, #004a59);
}
:root .has-nightshade-gradient-background {
  background: linear-gradient(135deg, #330968, #31cdcf);
}
:root .has-midnight-gradient-background {
  background: linear-gradient(135deg, #020381, #2874fc);
}
.has-regular-font-size {
  font-size: 1em;
}
.has-larger-font-size {
  font-size: 2.625em;
}
.has-normal-font-size {
  font-size: var(--wp--preset--font-size--normal);
}
.has-huge-font-size {
  font-size: var(--wp--preset--font-size--huge);
}
.has-text-align-center {
  text-align: center;
}
.has-text-align-left {
  text-align: left;
}
.has-text-align-right {
  text-align: right;
}
#end-resizable-editor-section {
  display: none;
}
.aligncenter {
  clear: both;
}
.items-justified-left {
  justify-content: flex-start;
}
.items-justified-center {
  justify-content: center;
}
.items-justified-right {
  justify-content: flex-end;
}
.items-justified-space-between {
  justify-content: space-between;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #ddd;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
html :where(.has-border-color) {
  border-style: solid;
}
html :where([style*="border-top-color"]) {
  border-top-style: solid;
}
html :where([style*="border-right-color"]) {
  border-right-style: solid;
}
html :where([style*="border-bottom-color"]) {
  border-bottom-style: solid;
}
html :where([style*="border-left-color"]) {
  border-left-style: solid;
}
html :where([style*="border-width"]) {
  border-style: solid;
}
html :where([style*="border-top-width"]) {
  border-top-style: solid;
}
html :where([style*="border-right-width"]) {
  border-right-style: solid;
}
html :where([style*="border-bottom-width"]) {
  border-bottom-style: solid;
}
html :where([style*="border-left-width"]) {
  border-left-style: solid;
}
html :where(img[class*="wp-image-"]) {
  height: auto;
  max-width: 100%;
}
:where(figure) {
  margin: 0 0 1em;
}
html :where(.is-position-sticky) {
  --wp-admin--admin-bar--position-offset: var(
    --wp-admin--admin-bar--height,
    0px
  );
}
@media screen and (max-width: 600px) {
  html :where(.is-position-sticky) {
    --wp-admin--admin-bar--position-offset: 0px;
  }
} /*!

/* ============================================================
 *  6. Font Awesome 5 Free
 * ============================================================ */
* Font Awesome Free 5.5.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fal,.far,.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.fa-xs {
  font-size: 0.75em;
}
.fa-sm {
  font-size: 0.875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border: 0.08em solid #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scaleX(-1);
}
.fa-flip-vertical {
  transform: scaleY(-1);
}
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1);
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-500px:before {
  content: "\f26e";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}
.fa-ad:before {
  content: "\f641";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-card:before {
  content: "\f2bb";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-adn:before {
  content: "\f170";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-air-freshener:before {
  content: "\f5d0";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-alipay:before {
  content: "\f642";
}
.fa-allergies:before {
  content: "\f461";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-android:before {
  content: "\f17b";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angry:before {
  content: "\f556";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-angular:before {
  content: "\f420";
}
.fa-ankh:before {
  content: "\f644";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-apper:before {
  content: "\f371";
}
.fa-apple:before {
  content: "\f179";
}
.fa-apple-alt:before {
  content: "\f5d1";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-archive:before {
  content: "\f187";
}
.fa-archway:before {
  content: "\f557";
}
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-arrows-alt-h:before {
  content: "\f337";
}
.fa-arrows-alt-v:before {
  content: "\f338";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-atlas:before {
  content: "\f558";
}
.fa-atom:before {
  content: "\f5d2";
}
.fa-audible:before {
  content: "\f373";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-award:before {
  content: "\f559";
}
.fa-aws:before {
  content: "\f375";
}
.fa-backspace:before {
  content: "\f55a";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-band-aid:before {
  content: "\f462";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-baseball-ball:before {
  content: "\f433";
}
.fa-basketball-ball:before {
  content: "\f434";
}
.fa-bath:before {
  content: "\f2cd";
}
.fa-battery-empty:before {
  content: "\f244";
}
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-bed:before {
  content: "\f236";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bezier-curve:before {
  content: "\f55b";
}
.fa-bible:before {
  content: "\f647";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-blender:before {
  content: "\f517";
}
.fa-blender-phone:before {
  content: "\f6b6";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-bold:before {
  content: "\f032";
}
.fa-bolt:before {
  content: "\f0e7";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-bone:before {
  content: "\f5d7";
}
.fa-bong:before {
  content: "\f55c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-book-dead:before {
  content: "\f6b7";
}
.fa-book-open:before {
  content: "\f518";
}
.fa-book-reader:before {
  content: "\f5da";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-box:before {
  content: "\f466";
}
.fa-box-open:before {
  content: "\f49e";
}
.fa-boxes:before {
  content: "\f468";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-brain:before {
  content: "\f5dc";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-briefcase-medical:before {
  content: "\f469";
}
.fa-broadcast-tower:before {
  content: "\f519";
}
.fa-broom:before {
  content: "\f51a";
}
.fa-brush:before {
  content: "\f55d";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-bug:before {
  content: "\f188";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-burn:before {
  content: "\f46a";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-bus:before {
  content: "\f207";
}
.fa-bus-alt:before {
  content: "\f55e";
}
.fa-business-time:before {
  content: "\f64a";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-calendar-alt:before {
  content: "\f073";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-calendar-minus:before {
  content: "\f272";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-calendar-times:before {
  content: "\f273";
}
.fa-camera:before {
  content: "\f030";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-campground:before {
  content: "\f6bb";
}
.fa-cannabis:before {
  content: "\f55f";
}
.fa-capsules:before {
  content: "\f46b";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-car-alt:before {
  content: "\f5de";
}
.fa-car-battery:before {
  content: "\f5df";
}
.fa-car-crash:before {
  content: "\f5e1";
}
.fa-car-side:before {
  content: "\f5e4";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-caret-square-down:before {
  content: "\f150";
}
.fa-caret-square-left:before {
  content: "\f191";
}
.fa-caret-square-right:before {
  content: "\f152";
}
.fa-caret-square-up:before {
  content: "\f151";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cat:before {
  content: "\f6be";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-chair:before {
  content: "\f6c0";
}
.fa-chalkboard:before {
  content: "\f51b";
}
.fa-chalkboard-teacher:before {
  content: "\f51c";
}
.fa-charging-station:before {
  content: "\f5e7";
}
.fa-chart-area:before {
  content: "\f1fe";
}
.fa-chart-bar:before {
  content: "\f080";
}
.fa-chart-line:before {
  content: "\f201";
}
.fa-chart-pie:before {
  content: "\f200";
}
.fa-check:before {
  content: "\f00c";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-check-double:before {
  content: "\f560";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-chess:before {
  content: "\f439";
}
.fa-chess-bishop:before {
  content: "\f43a";
}
.fa-chess-board:before {
  content: "\f43c";
}
.fa-chess-king:before {
  content: "\f43f";
}
.fa-chess-knight:before {
  content: "\f441";
}
.fa-chess-pawn:before {
  content: "\f443";
}
.fa-chess-queen:before {
  content: "\f445";
}
.fa-chess-rook:before {
  content: "\f447";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-church:before {
  content: "\f51d";
}
.fa-circle:before {
  content: "\f111";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-city:before {
  content: "\f64f";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-clipboard-check:before {
  content: "\f46c";
}
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-clock:before {
  content: "\f017";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-closed-captioning:before {
  content: "\f20a";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-cloud-download-alt:before {
  content: "\f381";
}
.fa-cloud-meatball:before {
  content: "\f73b";
}
.fa-cloud-moon:before {
  content: "\f6c3";
}
.fa-cloud-moon-rain:before {
  content: "\f73c";
}
.fa-cloud-rain:before {
  content: "\f73d";
}
.fa-cloud-showers-heavy:before {
  content: "\f740";
}
.fa-cloud-sun:before {
  content: "\f6c4";
}
.fa-cloud-sun-rain:before {
  content: "\f743";
}
.fa-cloud-upload-alt:before {
  content: "\f382";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-cocktail:before {
  content: "\f561";
}
.fa-code:before {
  content: "\f121";
}
.fa-code-branch:before {
  content: "\f126";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cog:before {
  content: "\f013";
}
.fa-cogs:before {
  content: "\f085";
}
.fa-coins:before {
  content: "\f51e";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-comment:before {
  content: "\f075";
}
.fa-comment-alt:before {
  content: "\f27a";
}
.fa-comment-dollar:before {
  content: "\f651";
}
.fa-comment-dots:before {
  content: "\f4ad";
}
.fa-comment-slash:before {
  content: "\f4b3";
}
.fa-comments:before {
  content: "\f086";
}
.fa-comments-dollar:before {
  content: "\f653";
}
.fa-compact-disc:before {
  content: "\f51f";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-compress:before {
  content: "\f066";
}
.fa-concierge-bell:before {
  content: "\f562";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-cookie:before {
  content: "\f563";
}
.fa-cookie-bite:before {
  content: "\f564";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-couch:before {
  content: "\f4b8";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-creative-commons-by:before {
  content: "\f4e7";
}
.fa-creative-commons-nc:before {
  content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.fa-creative-commons-nd:before {
  content: "\f4eb";
}
.fa-creative-commons-pd:before {
  content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.fa-creative-commons-remix:before {
  content: "\f4ee";
}
.fa-creative-commons-sa:before {
  content: "\f4ef";
}
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.fa-creative-commons-share:before {
  content: "\f4f2";
}
.fa-creative-commons-zero:before {
  content: "\f4f3";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-critical-role:before {
  content: "\f6c9";
}
.fa-crop:before {
  content: "\f125";
}
.fa-crop-alt:before {
  content: "\f565";
}
.fa-cross:before {
  content: "\f654";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-crow:before {
  content: "\f520";
}
.fa-crown:before {
  content: "\f521";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-cut:before {
  content: "\f0c4";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-deaf:before {
  content: "\f2a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-democrat:before {
  content: "\f747";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-dev:before {
  content: "\f6cc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-dharmachakra:before {
  content: "\f655";
}
.fa-diagnoses:before {
  content: "\f470";
}
.fa-dice:before {
  content: "\f522";
}
.fa-dice-d20:before {
  content: "\f6cf";
}
.fa-dice-d6:before {
  content: "\f6d1";
}
.fa-dice-five:before {
  content: "\f523";
}
.fa-dice-four:before {
  content: "\f524";
}
.fa-dice-one:before {
  content: "\f525";
}
.fa-dice-six:before {
  content: "\f526";
}
.fa-dice-three:before {
  content: "\f527";
}
.fa-dice-two:before {
  content: "\f528";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-digital-tachograph:before {
  content: "\f566";
}
.fa-directions:before {
  content: "\f5eb";
}
.fa-discord:before {
  content: "\f392";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-divide:before {
  content: "\f529";
}
.fa-dizzy:before {
  content: "\f567";
}
.fa-dna:before {
  content: "\f471";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-docker:before {
  content: "\f395";
}
.fa-dog:before {
  content: "\f6d3";
}
.fa-dollar-sign:before {
  content: "\f155";
}
.fa-dolly:before {
  content: "\f472";
}
.fa-dolly-flatbed:before {
  content: "\f474";
}
.fa-donate:before {
  content: "\f4b9";
}
.fa-door-closed:before {
  content: "\f52a";
}
.fa-door-open:before {
  content: "\f52b";
}
.fa-dot-circle:before {
  content: "\f192";
}
.fa-dove:before {
  content: "\f4ba";
}
.fa-download:before {
  content: "\f019";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-drafting-compass:before {
  content: "\f568";
}
.fa-dragon:before {
  content: "\f6d5";
}
.fa-draw-polygon:before {
  content: "\f5ee";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-dribbble-square:before {
  content: "\f397";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-drum:before {
  content: "\f569";
}
.fa-drum-steelpan:before {
  content: "\f56a";
}
.fa-drumstick-bite:before {
  content: "\f6d7";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-dumbbell:before {
  content: "\f44b";
}
.fa-dungeon:before {
  content: "\f6d9";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-ebay:before {
  content: "\f4f4";
}
.fa-edge:before {
  content: "\f282";
}
.fa-edit:before {
  content: "\f044";
}
.fa-eject:before {
  content: "\f052";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-ello:before {
  content: "\f5f1";
}
.fa-ember:before {
  content: "\f423";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-text:before {
  content: "\f658";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-envira:before {
  content: "\f299";
}
.fa-equals:before {
  content: "\f52c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-euro-sign:before {
  content: "\f153";
}
.fa-exchange-alt:before {
  content: "\f362";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-expand:before {
  content: "\f065";
}
.fa-expand-arrows-alt:before {
  content: "\f31e";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-external-link-alt:before {
  content: "\f35d";
}
.fa-external-link-square-alt:before {
  content: "\f360";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-dropper:before {
  content: "\f1fb";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-feather:before {
  content: "\f52d";
}
.fa-feather-alt:before {
  content: "\f56b";
}
.fa-female:before {
  content: "\f182";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-alt:before {
  content: "\f15c";
}
.fa-file-archive:before {
  content: "\f1c6";
}
.fa-file-audio:before {
  content: "\f1c7";
}
.fa-file-code:before {
  content: "\f1c9";
}
.fa-file-contract:before {
  content: "\f56c";
}
.fa-file-csv:before {
  content: "\f6dd";
}
.fa-file-download:before {
  content: "\f56d";
}
.fa-file-excel:before {
  content: "\f1c3";
}
.fa-file-export:before {
  content: "\f56e";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-file-import:before {
  content: "\f56f";
}
.fa-file-invoice:before {
  content: "\f570";
}
.fa-file-invoice-dollar:before {
  content: "\f571";
}
.fa-file-medical:before {
  content: "\f477";
}
.fa-file-medical-alt:before {
  content: "\f478";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-file-powerpoint:before {
  content: "\f1c4";
}
.fa-file-prescription:before {
  content: "\f572";
}
.fa-file-signature:before {
  content: "\f573";
}
.fa-file-upload:before {
  content: "\f574";
}
.fa-file-video:before {
  content: "\f1c8";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-fill:before {
  content: "\f575";
}
.fa-fill-drip:before {
  content: "\f576";
}
.fa-film:before {
  content: "\f008";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-fingerprint:before {
  content: "\f577";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-first-aid:before {
  content: "\f479";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-first-order-alt:before {
  content: "\f50a";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-fish:before {
  content: "\f578";
}
.fa-fist-raised:before {
  content: "\f6de";
}
.fa-flag:before {
  content: "\f024";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-flag-usa:before {
  content: "\f74d";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-flushed:before {
  content: "\f579";
}
.fa-fly:before {
  content: "\f417";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-minus:before {
  content: "\f65d";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-folder-plus:before {
  content: "\f65e";
}
.fa-font:before {
  content: "\f031";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-font-awesome-alt:before {
  content: "\f35c";
}
.fa-font-awesome-flag:before {
  content: "\f425";
}
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-football-ball:before {
  content: "\f44e";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-frog:before {
  content: "\f52e";
}
.fa-frown:before {
  content: "\f119";
}
.fa-frown-open:before {
  content: "\f57a";
}
.fa-fulcrum:before {
  content: "\f50b";
}
.fa-funnel-dollar:before {
  content: "\f662";
}
.fa-futbol:before {
  content: "\f1e3";
}
.fa-galactic-republic:before {
  content: "\f50c";
}
.fa-galactic-senate:before {
  content: "\f50d";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-gas-pump:before {
  content: "\f52f";
}
.fa-gavel:before {
  content: "\f0e3";
}
.fa-gem:before {
  content: "\f3a5";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-ghost:before {
  content: "\f6e2";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-github:before {
  content: "\f09b";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-glass-martini:before {
  content: "\f000";
}
.fa-glass-martini-alt:before {
  content: "\f57b";
}
.fa-glasses:before {
  content: "\f530";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-globe-africa:before {
  content: "\f57c";
}
.fa-globe-americas:before {
  content: "\f57d";
}
.fa-globe-asia:before {
  content: "\f57e";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-golf-ball:before {
  content: "\f450";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-gopuram:before {
  content: "\f664";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-greater-than:before {
  content: "\f531";
}
.fa-greater-than-equal:before {
  content: "\f532";
}
.fa-grimace:before {
  content: "\f57f";
}
.fa-grin:before {
  content: "\f580";
}
.fa-grin-alt:before {
  content: "\f581";
}
.fa-grin-beam:before {
  content: "\f582";
}
.fa-grin-beam-sweat:before {
  content: "\f583";
}
.fa-grin-hearts:before {
  content: "\f584";
}
.fa-grin-squint:before {
  content: "\f585";
}
.fa-grin-squint-tears:before {
  content: "\f586";
}
.fa-grin-stars:before {
  content: "\f587";
}
.fa-grin-tears:before {
  content: "\f588";
}
.fa-grin-tongue:before {
  content: "\f589";
}
.fa-grin-tongue-squint:before {
  content: "\f58a";
}
.fa-grin-tongue-wink:before {
  content: "\f58b";
}
.fa-grin-wink:before {
  content: "\f58c";
}
.fa-grip-horizontal:before {
  content: "\f58d";
}
.fa-grip-vertical:before {
  content: "\f58e";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-hacker-news-square:before {
  content: "\f3af";
}
.fa-hackerrank:before {
  content: "\f5f7";
}
.fa-hammer:before {
  content: "\f6e3";
}
.fa-hamsa:before {
  content: "\f665";
}
.fa-hand-holding:before {
  content: "\f4bd";
}
.fa-hand-holding-heart:before {
  content: "\f4be";
}
.fa-hand-holding-usd:before {
  content: "\f4c0";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-hand-paper:before {
  content: "\f256";
}
.fa-hand-peace:before {
  content: "\f25b";
}
.fa-hand-point-down:before {
  content: "\f0a7";
}
.fa-hand-point-left:before {
  content: "\f0a5";
}
.fa-hand-point-right:before {
  content: "\f0a4";
}
.fa-hand-point-up:before {
  content: "\f0a6";
}
.fa-hand-pointer:before {
  content: "\f25a";
}
.fa-hand-rock:before {
  content: "\f255";
}
.fa-hand-scissors:before {
  content: "\f257";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-hands:before {
  content: "\f4c2";
}
.fa-hands-helping:before {
  content: "\f4c4";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-hanukiah:before {
  content: "\f6e6";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-hat-wizard:before {
  content: "\f6e8";
}
.fa-haykal:before {
  content: "\f666";
}
.fa-hdd:before {
  content: "\f0a0";
}
.fa-heading:before {
  content: "\f1dc";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-headphones-alt:before {
  content: "\f58f";
}
.fa-headset:before {
  content: "\f590";
}
.fa-heart:before {
  content: "\f004";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-helicopter:before {
  content: "\f533";
}
.fa-highlighter:before {
  content: "\f591";
}
.fa-hiking:before {
  content: "\f6ec";
}
.fa-hippo:before {
  content: "\f6ed";
}
.fa-hips:before {
  content: "\f452";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-history:before {
  content: "\f1da";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-home:before {
  content: "\f015";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-hornbill:before {
  content: "\f592";
}
.fa-horse:before {
  content: "\f6f0";
}
.fa-hospital:before {
  content: "\f0f8";
}
.fa-hospital-alt:before {
  content: "\f47d";
}
.fa-hospital-symbol:before {
  content: "\f47e";
}
.fa-hot-tub:before {
  content: "\f593";
}
.fa-hotel:before {
  content: "\f594";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-house-damage:before {
  content: "\f6f1";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-hryvnia:before {
  content: "\f6f2";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-id-card:before {
  content: "\f2c2";
}
.fa-id-card-alt:before {
  content: "\f47f";
}
.fa-image:before {
  content: "\f03e";
}
.fa-images:before {
  content: "\f302";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-industry:before {
  content: "\f275";
}
.fa-infinity:before {
  content: "\f534";
}
.fa-info:before {
  content: "\f129";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-italic:before {
  content: "\f033";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-java:before {
  content: "\f4e4";
}
.fa-jedi:before {
  content: "\f669";
}
.fa-jedi-order:before {
  content: "\f50e";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-joint:before {
  content: "\f595";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-journal-whills:before {
  content: "\f66a";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-js-square:before {
  content: "\f3b9";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-kaaba:before {
  content: "\f66b";
}
.fa-kaggle:before {
  content: "\f5fa";
}
.fa-key:before {
  content: "\f084";
}
.fa-keybase:before {
  content: "\f4f5";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-khanda:before {
  content: "\f66d";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-kiss:before {
  content: "\f596";
}
.fa-kiss-beam:before {
  content: "\f597";
}
.fa-kiss-wink-heart:before {
  content: "\f598";
}
.fa-kiwi-bird:before {
  content: "\f535";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-landmark:before {
  content: "\f66f";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-laptop-code:before {
  content: "\f5fc";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-laugh:before {
  content: "\f599";
}
.fa-laugh-beam:before {
  content: "\f59a";
}
.fa-laugh-squint:before {
  content: "\f59b";
}
.fa-laugh-wink:before {
  content: "\f59c";
}
.fa-layer-group:before {
  content: "\f5fd";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-less:before {
  content: "\f41d";
}
.fa-less-than:before {
  content: "\f536";
}
.fa-less-than-equal:before {
  content: "\f537";
}
.fa-level-down-alt:before {
  content: "\f3be";
}
.fa-level-up-alt:before {
  content: "\f3bf";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-lira-sign:before {
  content: "\f195";
}
.fa-list:before {
  content: "\f03a";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-lock:before {
  content: "\f023";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-luggage-cart:before {
  content: "\f59d";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-mail-bulk:before {
  content: "\f674";
}
.fa-mailchimp:before {
  content: "\f59e";
}
.fa-male:before {
  content: "\f183";
}
.fa-mandalorian:before {
  content: "\f50f";
}
.fa-map:before {
  content: "\f279";
}
.fa-map-marked:before {
  content: "\f59f";
}
.fa-map-marked-alt:before {
  content: "\f5a0";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-markdown:before {
  content: "\f60f";
}
.fa-marker:before {
  content: "\f5a1";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mask:before {
  content: "\f6fa";
}
.fa-mastodon:before {
  content: "\f4f6";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-medal:before {
  content: "\f5a2";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-medium-m:before {
  content: "\f3c7";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-megaport:before {
  content: "\f5a3";
}
.fa-meh:before {
  content: "\f11a";
}
.fa-meh-blank:before {
  content: "\f5a4";
}
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.fa-memory:before {
  content: "\f538";
}
.fa-menorah:before {
  content: "\f676";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-meteor:before {
  content: "\f753";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-alt:before {
  content: "\f3c9";
}
.fa-microphone-alt-slash:before {
  content: "\f539";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-microscope:before {
  content: "\f610";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-minus:before {
  content: "\f068";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-mobile-alt:before {
  content: "\f3cd";
}
.fa-modx:before {
  content: "\f285";
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-money-bill:before {
  content: "\f0d6";
}
.fa-money-bill-alt:before {
  content: "\f3d1";
}
.fa-money-bill-wave:before {
  content: "\f53a";
}
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.fa-money-check:before {
  content: "\f53c";
}
.fa-money-check-alt:before {
  content: "\f53d";
}
.fa-monument:before {
  content: "\f5a6";
}
.fa-moon:before {
  content: "\f186";
}
.fa-mortar-pestle:before {
  content: "\f5a7";
}
.fa-mosque:before {
  content: "\f678";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-mountain:before {
  content: "\f6fc";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-music:before {
  content: "\f001";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-neos:before {
  content: "\f612";
}
.fa-network-wired:before {
  content: "\f6ff";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-nimblr:before {
  content: "\f5a8";
}
.fa-nintendo-switch:before {
  content: "\f418";
}
.fa-node:before {
  content: "\f419";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-not-equal:before {
  content: "\f53e";
}
.fa-notes-medical:before {
  content: "\f481";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-oil-can:before {
  content: "\f613";
}
.fa-old-republic:before {
  content: "\f510";
}
.fa-om:before {
  content: "\f679";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-otter:before {
  content: "\f700";
}
.fa-outdent:before {
  content: "\f03b";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-paint-roller:before {
  content: "\f5aa";
}
.fa-palette:before {
  content: "\f53f";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-pallet:before {
  content: "\f482";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-parachute-box:before {
  content: "\f4cd";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-parking:before {
  content: "\f540";
}
.fa-passport:before {
  content: "\f5ab";
}
.fa-pastafarianism:before {
  content: "\f67b";
}
.fa-paste:before {
  content: "\f0ea";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-peace:before {
  content: "\f67c";
}
.fa-pen:before {
  content: "\f304";
}
.fa-pen-alt:before {
  content: "\f305";
}
.fa-pen-fancy:before {
  content: "\f5ac";
}
.fa-pen-nib:before {
  content: "\f5ad";
}
.fa-pen-square:before {
  content: "\f14b";
}
.fa-pencil-alt:before {
  content: "\f303";
}
.fa-pencil-ruler:before {
  content: "\f5ae";
}
.fa-penny-arcade:before {
  content: "\f704";
}
.fa-people-carry:before {
  content: "\f4ce";
}
.fa-percent:before {
  content: "\f295";
}
.fa-percentage:before {
  content: "\f541";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-person-booth:before {
  content: "\f756";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-phoenix-squadron:before {
  content: "\f511";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone-slash:before {
  content: "\f3dd";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-phone-volume:before {
  content: "\f2a0";
}
.fa-php:before {
  content: "\f457";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-pied-piper-hat:before {
  content: "\f4e5";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-piggy-bank:before {
  content: "\f4d3";
}
.fa-pills:before {
  content: "\f484";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-place-of-worship:before {
  content: "\f67f";
}
.fa-plane:before {
  content: "\f072";
}
.fa-plane-arrival:before {
  content: "\f5af";
}
.fa-plane-departure:before {
  content: "\f5b0";
}
.fa-play:before {
  content: "\f04b";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-plus:before {
  content: "\f067";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-poll:before {
  content: "\f681";
}
.fa-poll-h:before {
  content: "\f682";
}
.fa-poo:before {
  content: "\f2fe";
}
.fa-poo-storm:before {
  content: "\f75a";
}
.fa-poop:before {
  content: "\f619";
}
.fa-portrait:before {
  content: "\f3e0";
}
.fa-pound-sign:before {
  content: "\f154";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-pray:before {
  content: "\f683";
}
.fa-praying-hands:before {
  content: "\f684";
}
.fa-prescription:before {
  content: "\f5b1";
}
.fa-prescription-bottle:before {
  content: "\f485";
}
.fa-prescription-bottle-alt:before {
  content: "\f486";
}
.fa-print:before {
  content: "\f02f";
}
.fa-procedures:before {
  content: "\f487";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-project-diagram:before {
  content: "\f542";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-question:before {
  content: "\f128";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-quidditch:before {
  content: "\f458";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-quran:before {
  content: "\f687";
}
.fa-r-project:before {
  content: "\f4f7";
}
.fa-rainbow:before {
  content: "\f75b";
}
.fa-random:before {
  content: "\f074";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-react:before {
  content: "\f41b";
}
.fa-reacteurope:before {
  content: "\f75d";
}
.fa-readme:before {
  content: "\f4d5";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-receipt:before {
  content: "\f543";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-redo:before {
  content: "\f01e";
}
.fa-redo-alt:before {
  content: "\f2f9";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-reply:before {
  content: "\f3e5";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-republican:before {
  content: "\f75e";
}
.fa-researchgate:before {
  content: "\f4f8";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-rev:before {
  content: "\f5b2";
}
.fa-ribbon:before {
  content: "\f4d6";
}
.fa-ring:before {
  content: "\f70b";
}
.fa-road:before {
  content: "\f018";
}
.fa-robot:before {
  content: "\f544";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-route:before {
  content: "\f4d7";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-ruble-sign:before {
  content: "\f158";
}
.fa-ruler:before {
  content: "\f545";
}
.fa-ruler-combined:before {
  content: "\f546";
}
.fa-ruler-horizontal:before {
  content: "\f547";
}
.fa-ruler-vertical:before {
  content: "\f548";
}
.fa-running:before {
  content: "\f70c";
}
.fa-rupee-sign:before {
  content: "\f156";
}
.fa-sad-cry:before {
  content: "\f5b3";
}
.fa-sad-tear:before {
  content: "\f5b4";
}
.fa-safari:before {
  content: "\f267";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-school:before {
  content: "\f549";
}
.fa-screwdriver:before {
  content: "\f54a";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-scroll:before {
  content: "\f70e";
}
.fa-search:before {
  content: "\f002";
}
.fa-search-dollar:before {
  content: "\f688";
}
.fa-search-location:before {
  content: "\f689";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-seedling:before {
  content: "\f4d8";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-server:before {
  content: "\f233";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-shapes:before {
  content: "\f61f";
}
.fa-share:before {
  content: "\f064";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-shekel-sign:before {
  content: "\f20b";
}
.fa-shield-alt:before {
  content: "\f3ed";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-shipping-fast:before {
  content: "\f48b";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-shoe-prints:before {
  content: "\f54b";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-shopware:before {
  content: "\f5b5";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-shuttle-van:before {
  content: "\f5b6";
}
.fa-sign:before {
  content: "\f4d9";
}
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-signal:before {
  content: "\f012";
}
.fa-signature:before {
  content: "\f5b7";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-sith:before {
  content: "\f512";
}
.fa-skull:before {
  content: "\f54c";
}
.fa-skull-crossbones:before {
  content: "\f714";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-slack:before {
  content: "\f198";
}
.fa-slack-hash:before {
  content: "\f3ef";
}
.fa-slash:before {
  content: "\f715";
}
.fa-sliders-h:before {
  content: "\f1de";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-smile:before {
  content: "\f118";
}
.fa-smile-beam:before {
  content: "\f5b8";
}
.fa-smile-wink:before {
  content: "\f4da";
}
.fa-smog:before {
  content: "\f75f";
}
.fa-smoking:before {
  content: "\f48d";
}
.fa-smoking-ban:before {
  content: "\f54d";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-snowflake:before {
  content: "\f2dc";
}
.fa-socks:before {
  content: "\f696";
}
.fa-solar-panel:before {
  content: "\f5ba";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-alpha-down:before {
  content: "\f15d";
}
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-sort-up:before {
  content: "\f0de";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-spa:before {
  content: "\f5bb";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-spider:before {
  content: "\f717";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-splotch:before {
  content: "\f5bc";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-spray-can:before {
  content: "\f5bd";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-square-root-alt:before {
  content: "\f698";
}
.fa-squarespace:before {
  content: "\f5be";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-stamp:before {
  content: "\f5bf";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-and-crescent:before {
  content: "\f699";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-star-half-alt:before {
  content: "\f5c0";
}
.fa-star-of-david:before {
  content: "\f69a";
}
.fa-star-of-life:before {
  content: "\f621";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stopwatch:before {
  content: "\f2f2";
}
.fa-store:before {
  content: "\f54e";
}
.fa-store-alt:before {
  content: "\f54f";
}
.fa-strava:before {
  content: "\f428";
}
.fa-stream:before {
  content: "\f550";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-stroopwafel:before {
  content: "\f551";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-subway:before {
  content: "\f239";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-suitcase-rolling:before {
  content: "\f5c1";
}
.fa-sun:before {
  content: "\f185";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-surprise:before {
  content: "\f5c2";
}
.fa-swatchbook:before {
  content: "\f5c3";
}
.fa-swimmer:before {
  content: "\f5c4";
}
.fa-swimming-pool:before {
  content: "\f5c5";
}
.fa-synagogue:before {
  content: "\f69b";
}
.fa-sync:before {
  content: "\f021";
}
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-syringe:before {
  content: "\f48e";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-table-tennis:before {
  content: "\f45d";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-tablet-alt:before {
  content: "\f3fa";
}
.fa-tablets:before {
  content: "\f490";
}
.fa-tachometer-alt:before {
  content: "\f3fd";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-tape:before {
  content: "\f4db";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-taxi:before {
  content: "\f1ba";
}
.fa-teamspeak:before {
  content: "\f4f9";
}
.fa-teeth:before {
  content: "\f62e";
}
.fa-teeth-open:before {
  content: "\f62f";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-telegram-plane:before {
  content: "\f3fe";
}
.fa-temperature-high:before {
  content: "\f769";
}
.fa-temperature-low:before {
  content: "\f76b";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-the-red-yeti:before {
  content: "\f69d";
}
.fa-theater-masks:before {
  content: "\f630";
}
.fa-themeco:before {
  content: "\f5c6";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-thermometer:before {
  content: "\f491";
}
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-think-peaks:before {
  content: "\f731";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-ticket-alt:before {
  content: "\f3ff";
}
.fa-times:before {
  content: "\f00d";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-tint:before {
  content: "\f043";
}
.fa-tint-slash:before {
  content: "\f5c7";
}
.fa-tired:before {
  content: "\f5c8";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-toilet-paper:before {
  content: "\f71e";
}
.fa-toolbox:before {
  content: "\f552";
}
.fa-tooth:before {
  content: "\f5c9";
}
.fa-torah:before {
  content: "\f6a0";
}
.fa-torii-gate:before {
  content: "\f6a1";
}
.fa-tractor:before {
  content: "\f722";
}
.fa-trade-federation:before {
  content: "\f513";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-traffic-light:before {
  content: "\f637";
}
.fa-train:before {
  content: "\f238";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-trash-alt:before {
  content: "\f2ed";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-trello:before {
  content: "\f181";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-truck-loading:before {
  content: "\f4de";
}
.fa-truck-monster:before {
  content: "\f63b";
}
.fa-truck-moving:before {
  content: "\f4df";
}
.fa-truck-pickup:before {
  content: "\f63c";
}
.fa-tshirt:before {
  content: "\f553";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-tv:before {
  content: "\f26c";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-uber:before {
  content: "\f402";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-umbrella-beach:before {
  content: "\f5ca";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-undo:before {
  content: "\f0e2";
}
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-university:before {
  content: "\f19c";
}
.fa-unlink:before {
  content: "\f127";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-upload:before {
  content: "\f093";
}
.fa-usb:before {
  content: "\f287";
}
.fa-user:before {
  content: "\f007";
}
.fa-user-alt:before {
  content: "\f406";
}
.fa-user-alt-slash:before {
  content: "\f4fa";
}
.fa-user-astronaut:before {
  content: "\f4fb";
}
.fa-user-check:before {
  content: "\f4fc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-clock:before {
  content: "\f4fd";
}
.fa-user-cog:before {
  content: "\f4fe";
}
.fa-user-edit:before {
  content: "\f4ff";
}
.fa-user-friends:before {
  content: "\f500";
}
.fa-user-graduate:before {
  content: "\f501";
}
.fa-user-injured:before {
  content: "\f728";
}
.fa-user-lock:before {
  content: "\f502";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-user-minus:before {
  content: "\f503";
}
.fa-user-ninja:before {
  content: "\f504";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-user-shield:before {
  content: "\f505";
}
.fa-user-slash:before {
  content: "\f506";
}
.fa-user-tag:before {
  content: "\f507";
}
.fa-user-tie:before {
  content: "\f508";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-users-cog:before {
  content: "\f509";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-utensils:before {
  content: "\f2e7";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-vector-square:before {
  content: "\f5cb";
}
.fa-venus:before {
  content: "\f221";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-vial:before {
  content: "\f492";
}
.fa-vials:before {
  content: "\f493";
}
.fa-viber:before {
  content: "\f409";
}
.fa-video:before {
  content: "\f03d";
}
.fa-video-slash:before {
  content: "\f4e2";
}
.fa-vihara:before {
  content: "\f6a7";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-vk:before {
  content: "\f189";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-volleyball-ball:before {
  content: "\f45f";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-mute:before {
  content: "\f6a9";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-vote-yea:before {
  content: "\f772";
}
.fa-vr-cardboard:before {
  content: "\f729";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-walking:before {
  content: "\f554";
}
.fa-wallet:before {
  content: "\f555";
}
.fa-warehouse:before {
  content: "\f494";
}
.fa-water:before {
  content: "\f773";
}
.fa-weebly:before {
  content: "\f5cc";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-weight:before {
  content: "\f496";
}
.fa-weight-hanging:before {
  content: "\f5cd";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-wind:before {
  content: "\f72e";
}
.fa-window-close:before {
  content: "\f410";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-wine-bottle:before {
  content: "\f72f";
}
.fa-wine-glass:before {
  content: "\f4e3";
}
.fa-wine-glass-alt:before {
  content: "\f5ce";
}
.fa-wix:before {
  content: "\f5cf";
}
.fa-wizards-of-the-coast:before {
  content: "\f730";
}
.fa-wolf-pack-battalion:before {
  content: "\f514";
}
.fa-won-sign:before {
  content: "\f159";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-wpressr:before {
  content: "\f3e4";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-x-ray:before {
  content: "\f497";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-yen-sign:before {
  content: "\f157";
}
.fa-yin-yang:before {
  content: "\f6ad";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-youtube-square:before {
  content: "\f431";
}
.fa-zhihu:before {
  content: "\f63f";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(../webfonts/fa-brands-400.eot);
  src:
    url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),
    url(../webfonts/fa-brands-400.woff2) format("woff2"),
    url(../webfonts/fa-brands-400.woff) format("woff"),
    url(../webfonts/fa-brands-400.ttf) format("truetype"),
    url(../webfonts/fa-brands-400.svg#fontawesome) format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  src: url(../webfonts/fa-regular-400.eot);
  src:
    url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),
    url(../webfonts/fa-regular-400.woff2) format("woff2"),
    url(../webfonts/fa-regular-400.woff) format("woff"),
    url(../webfonts/fa-regular-400.ttf) format("truetype"),
    url(../webfonts/fa-regular-400.svg#fontawesome) format("svg");
}
.far {
  font-weight: 400;
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  src: url(../webfonts/fa-solid-900.eot);
  src:
    url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),
    url(../webfonts/fa-solid-900.woff2) format("woff2"),
    url(../webfonts/fa-solid-900.woff) format("woff"),
    url(../webfonts/fa-solid-900.ttf) format("truetype"),
    url(../webfonts/fa-solid-900.svg#fontawesome) format("svg");
}
.fa,
.far,
.fas {
  font-family: "Font Awesome 5 Free";
}
.fa,
.fas {
  font-weight: 900;
}
.wp-block {
}

/* ============================================================
 *  7-9. JoinChat WhatsApp Widget + Blocksy×CF7 + Blocksy×Getwid
 * ============================================================ */
:root {
  --joinchat-ico: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M3.516 3.516c4.686-4.686 12.284-4.686 16.97 0s4.686 12.283 0 16.97a12 12 0 0 1-13.754 2.299l-5.814.735a.392.392 0 0 1-.438-.44l.748-5.788A12 12 0 0 1 3.517 3.517zm3.61 17.043.3.158a9.85 9.85 0 0 0 11.534-1.758c3.843-3.843 3.843-10.074 0-13.918s-10.075-3.843-13.918 0a9.85 9.85 0 0 0-1.747 11.554l.16.303-.51 3.942a.196.196 0 0 0 .219.22zm6.534-7.003-.933 1.164a9.84 9.84 0 0 1-3.497-3.495l1.166-.933a.79.79 0 0 0 .23-.94L9.561 6.96a.79.79 0 0 0-.924-.445l-2.023.524a.797.797 0 0 0-.588.88 11.754 11.754 0 0 0 10.005 10.005.797.797 0 0 0 .88-.587l.525-2.023a.79.79 0 0 0-.445-.923L14.6 13.327a.79.79 0 0 0-.94.23z'/%3E%3C/svg%3E");
  --joinchat-font:
    -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu,
    cantarell, "Helvetica Neue", sans-serif;
}
.joinchat {
  --sep: 20px;
  --bottom: var(--sep);
  --s: 60px;
  --h: calc(var(--s)/2);
  --header: max(50px, var(--s) * 1.166667);
  --vh: 100vh;
  --ch: 142;
  --cs: 70%;
  --cl: 49%;
  --bw: 1;
  --text: hsl(
    0deg 0%
      clamp(0%, var(--bw) * 1000%, 100%)/clamp(70%, var(--bw) * 1000%, 100%)
  );
  --hover: hsl(var(--ch) var(--cs) calc(var(--cl) + 20%));
  --hsl: var(--ch) var(--cs) var(--cl);
  --color: hsl(var(--hsl));
  --dark: hsl(var(--ch) var(--cs) calc(var(--cl) - 10%));
  --bg: hsl(var(--hsl)/4%);
  --msg: var(--color);
  color: var(--text);
  display: none;
  position: fixed;
  z-index: 9000;
  right: var(--sep);
  bottom: var(--bottom);
  font: normal normal normal 16px/1.625em var(--joinchat-font);
  letter-spacing: 0;
  animation: joinchat_show 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28) 10ms both;
  transform: scale3d(0, 0, 0);
  transform-origin: calc(var(--s) / -2) calc(var(--s) / -4);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: manipulation;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgb(0 0 0/0);
  contain: style;
}
.joinchat *,
.joinchat :after,
.joinchat :before {
  box-sizing: border-box;
}
.joinchat--show {
  display: block;
  transform: scaleX(1);
}
.joinchat--left {
  right: auto;
  left: var(--sep);
}
.joinchat--dark {
  --msg: var(--dark);
}
.joinchat--noanim {
  animation: none;
}
.joinchat--chatbox:not(.joinchat--noanim) {
  transform-origin: 0 0;
  animation-timing-function: ease-in-out;
}
.joinchat--hidden {
  display: none !important;
}
@supports not (width: clamp(1px, 1%, 10px)) {
  .joinchat {
    --text: hsl(0deg 0% calc(var(--bw) * 1%)/90%);
  }
}
.joinchat__button {
  position: absolute;
  z-index: 2;
  bottom: 8px;
  right: 8px;
  height: var(--s);
  width: var(--s);
  background: #25d366 var(--joinchat-ico) 50%/60% no-repeat;
  color: inherit;
  border-radius: 50%;
  box-shadow: 1px 6px 24px 0 rgba(7, 94, 84, 0.24);
  cursor: pointer;
  transition: background-color 0.2s linear;
}
.joinchat__button:hover {
  background-color: #128c7e;
}
.joinchat:has(.joinchat__chatbox) .joinchat__button:hover {
  transition-duration: 1.5s;
}
.joinchat__button:active {
  background-color: #128c7e;
  transition: none;
}
.joinchat--left .joinchat__button {
  right: auto;
  left: 8px;
}
.joinchat--chatbox .joinchat__button {
  display: none;
}
.joinchat__button__ico {
  position: absolute;
  inset: 0;
  display: flex;
  border-radius: 50%;
  overflow: hidden;
  color: var(--text) !important;
}
.joinchat__button__ico svg {
  width: var(--ico-size, 100%);
  height: var(--ico-size, 100%);
  margin: calc((100% - var(--ico-size, 1)) / 2);
}
.joinchat__button:has(.joinchat__button__ico) {
  background: var(--color);
  box-shadow: 1px 6px 24px 0
    hsl(var(--ch) var(--cs) calc(var(--cl) - 10%) / 24%);
}
.joinchat__button:has(.joinchat__button__ico):active,
.joinchat__button:has(.joinchat__button__ico):hover {
  background: var(--hover);
}
.joinchat__button__image {
  position: absolute;
  inset: 1px;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0;
}
.joinchat__button__image img,
.joinchat__button__image video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.joinchat--show .joinchat__button__image {
  animation: joinchat_image_loop 20s linear 5s infinite normal both;
}
.joinchat--img .joinchat__button__image {
  opacity: 1;
  animation: none;
}
.joinchat__badge {
  position: absolute;
  z-index: 2;
  bottom: calc(var(--s) - 8px);
  right: 4px;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 50%;
  background: #e82c0c;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  box-shadow: none;
  opacity: 0;
  pointer-events: none;
}
.joinchat--left .joinchat__badge {
  right: auto;
  left: calc(var(--s) - 8px);
}
.joinchat__badge.joinchat__badge--in {
  animation: joinchat_badge_in 0.5s cubic-bezier(0.27, 0.9, 0.41, 1.28) 1 both;
}
.joinchat__badge.joinchat__badge--out {
  animation: joinchat_badge_out 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 1 both;
}
.joinchat__tooltip {
  position: absolute;
  top: calc(var(--h) - 16px);
  right: calc(var(--s) + 16px);
  max-width: calc(100vw - var(--s) - 45px);
  height: 32px;
  padding: 0 14px;
  border: none;
  border-radius: 16px;
  background: #fff;
  color: rgba(0, 0, 0, 0.8);
  line-height: 31px;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s ease-out 0.4s;
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.4));
  pointer-events: none;
}
.joinchat__tooltip:after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: -6px;
  border: 8px solid transparent;
  border-width: 6px 0 6px 8px;
  border-left-color: #fff;
}
.joinchat__tooltip div {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.joinchat--tooltip .joinchat__tooltip {
  animation: joinchat_tootlip 20s linear 5s 1 normal both;
}
.joinchat--chatbox .joinchat__tooltip {
  display: none;
}
.joinchat--left .joinchat__tooltip {
  right: auto;
  left: calc(var(--s) + 16px);
}
.joinchat--left .joinchat__tooltip:after {
  left: -6px;
  right: auto;
  border-color: transparent;
  border-width: 6px 8px 6px 0;
  border-right-color: #fff;
}
.joinchat__qr {
  position: absolute;
  z-index: 2;
  bottom: calc(var(--s) + 24px);
  right: 8px;
  display: none;
  flex-direction: column-reverse;
  width: 228px;
  min-height: 200px;
  padding: 14px 14px 10px;
  border: none;
  border-radius: 16px;
  background: #fff;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  white-space: nowrap;
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.4));
  animation: joinchat_badge_in 0.4s cubic-bezier(0.11, 0.84, 0.83, 1.01) 0.5s
    both;
  pointer-events: none;
}
.joinchat__qr:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -6px;
  right: calc(var(--h) - 6px);
  border: 8px solid transparent;
  border-width: 8px 6px 0;
  border-top-color: #fff;
}
.joinchat--left .joinchat__qr {
  left: 8px;
  right: auto;
}
.joinchat--left .joinchat__qr:after {
  left: calc(var(--h) - 6px);
  right: auto;
}
.joinchat__qr div {
  font-size: 14px;
  color: #4a4a4a;
  overflow: hidden;
  text-overflow: ellipsis;
}
.joinchat__qr canvas {
  display: block;
  width: 200px;
  height: 200px;
  margin: 0;
  image-rendering: pixelated;
}
.joinchat__chatbox {
  content-visibility: hidden;
  contain-intrinsic-size: auto 400px auto 240px;
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: calc(100vw - var(--sep) * 2);
  max-width: 400px;
  max-height: calc(var(--vh) - var(--bottom) - var(--sep));
  border-radius: calc(var(--h) + 2px);
  background: #fff
    linear-gradient(
      180deg,
      var(--color),
      var(--color) var(--header),
      var(--bg) var(--header),
      var(--bg)
    );
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
  text-align: left;
  overflow: hidden;
  transform: scale3d(0, 0, 0);
  opacity: 0;
  transition:
    opacity 80ms,
    transform 0s linear 81ms;
}
[dir="rtl"] .joinchat__chatbox {
  text-align: right;
}
.joinchat--chatbox .joinchat__chatbox {
  content-visibility: visible;
  opacity: 1;
  transform: scaleX(1);
  transition:
    opacity 0.2s ease-out,
    transform 0s linear;
}
.joinchat--left .joinchat__chatbox {
  right: auto;
  left: 0;
}
.joinchat--dark .joinchat__chatbox {
  background: #1a1a1a
    linear-gradient(
      180deg,
      var(--dark),
      var(--dark) var(--header),
      var(--bg) var(--header),
      var(--bg)
    );
}
.joinchat__header {
  display: flex;
  flex-flow: row;
  align-items: center;
  position: relative;
  flex-shrink: 0;
  height: var(--header);
  padding: 0 70px 0 26px;
  margin: 0;
}
[dir="rtl"] .joinchat__header {
  padding: 0 26px 0 70px;
}
.joinchat__header span {
  font-size: 19px;
  font-weight: 600;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0.8;
}
.joinchat__header a {
  font-size: 11px;
  line-height: 18px;
  color: inherit !important;
  text-decoration: none !important;
  fill: currentcolor;
  opacity: 0.8;
}
.joinchat__header a svg {
  display: inline-block;
  width: auto;
  height: 18px;
  vertical-align: -30%;
}
.joinchat__header a:active,
.joinchat__header a:hover {
  color: inherit !important;
  text-decoration: none !important;
  opacity: 0.9;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.3));
}
.joinchat__wa {
  display: block;
  fill: currentcolor;
  opacity: 0.8;
}
.joinchat__close {
  --size: 34px;
  position: absolute;
  top: calc(50% - var(--size) / 2);
  right: 24px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4)
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 24 24'%3E%3Cpath d='M24 2.4 21.6 0 12 9.6 2.4 0 0 2.4 9.6 12 0 21.6 2.4 24l9.6-9.6 9.6 9.6 2.4-2.4-9.6-9.6z'/%3E%3C/svg%3E")
    50%/12px no-repeat;
  cursor: pointer;
  transition: background-color 0.3s ease-out;
}
.joinchat__close:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.joinchat__close:active {
  background-color: rgba(0, 0, 0, 0.7);
}
[dir="rtl"] .joinchat__close {
  right: auto;
  left: 24px;
}
.joinchat__scroll {
  overflow: hidden scroll;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
}
.joinchat__scroll::-webkit-scrollbar {
  width: 4px;
  background: rgb(0 0 0/0);
}
.joinchat__scroll::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgb(0 0 0/0);
}
.joinchat--blur .joinchat__scroll {
  background: hsl(var(--hsl) / 2%);
  backdrop-filter: blur(10px);
}
.joinchat__scroll:hover::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
}
.joinchat__content {
  display: flex;
  flex-direction: column;
  width: calc(100% + 4px);
  padding: 20px 0 8px;
}
.joinchat__content:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 4px;
  height: calc(var(--s) + 20px);
  background: #fff linear-gradient(180deg, var(--bg), var(--bg));
  -webkit-mask-image: linear-gradient(
    rgb(0 0 0/0),
    rgb(0 0 0/60%) 25%,
    rgb(0 0 0/92%) 70%,
    rgb(0 0 0/100%) 95%,
    rgb(0 0 0/100%)
  );
  mask-image: linear-gradient(
    rgb(0 0 0/0),
    rgb(0 0 0/60%) 25%,
    rgb(0 0 0/92%) 70%,
    rgb(0 0 0/100%) 95%,
    rgb(0 0 0/100%)
  );
  pointer-events: none;
}
.joinchat--dark .joinchat__content:after {
  background-color: #1a1a1a;
}
.joinchat__open {
  position: sticky;
  z-index: 2;
  bottom: 8px;
  align-self: flex-end;
  display: flex;
  flex-direction: row;
  min-width: var(--s);
  height: var(--s);
  margin: 0 8px;
  background: var(--color);
  color: inherit;
  border-radius: var(--h);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  overflow: hidden;
  cursor: pointer;
  transition: background-color 0.2s linear;
}
[dir="rtl"] .joinchat__open {
  align-self: flex-start;
}
.joinchat__open:active,
.joinchat__open:hover {
  background: var(--hover);
}
.joinchat--left .joinchat__open {
  align-self: flex-start;
}
[dir="rtl"] .joinchat--left .joinchat__open {
  align-self: flex-end;
}
.joinchat--optout .joinchat__open {
  background-color: #999;
  pointer-events: none;
}
.joinchat__open__icon {
  flex-shrink: 0;
  width: var(--s);
  height: var(--s);
  max-width: var(--s);
  padding: calc(var(--s) * 0.18);
  margin: 0;
  overflow: hidden;
}
[dir="rtl"] .joinchat__open__icon {
  transform: rotateY(180deg);
}
.joinchat__open__icon path {
  fill: none !important;
  stroke: var(--text) !important;
  stroke-linecap: round;
  stroke-width: 33px;
  animation: none;
}
.joinchat__open__icon .joinchat__pa {
  --stroke: 1097;
}
.joinchat__open__icon .joinchat__pb {
  --stroke: 1020;
}
.joinchat--chatbox .joinchat__open__icon path {
  stroke-dasharray: var(--stroke);
  stroke-dashoffset: var(--stroke);
  animation: joinchat_send_svg 6s 0.2s ease-in-out infinite;
}
.joinchat--chatbox .joinchat__open__icon .joinchat__pb {
  animation-delay: 3.2s;
}
.joinchat--optout .joinchat__open__icon path {
  animation: none;
}
.joinchat--optout .joinchat__open__icon .joinchat__pa {
  stroke-dasharray: 0;
}
.joinchat__open__text {
  --mw: 0;
  max-width: var(--mw);
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  font-weight: 600;
  line-height: var(--s);
  white-space: nowrap;
  opacity: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.joinchat--chatbox .joinchat__open__text {
  --mw: min(400px - 16px - var(--s), 100vw - 16px - var(--s) - 2 * var(--sep));
  padding: 0 4px 0 24px;
  opacity: 1;
}
[dir="rtl"] .joinchat__open__text {
  padding: 0 24px 0 4px;
}
.joinchat--chatbox.joinchat--opening .joinchat__open__text {
  animation: joinchat_open_text 0.45s ease-out both;
}
@keyframes joinchat_open_text {
  0% {
    max-width: 0;
    opacity: 0;
  }
  60% {
    max-width: var(--mw);
    opacity: 0;
  }
  to {
    max-width: var(--mw);
    opacity: 1;
  }
}
.joinchat__optin {
  padding: 0 16px;
  margin-bottom: 16px;
  color: #4a4a4a;
  font-size: 13px;
  line-height: 1.33;
}
.joinchat__optin a {
  display: inline;
  padding: 0;
  color: inherit !important;
  text-decoration: underline;
}
.joinchat__optin a:hover {
  text-decoration-thickness: 2px;
}
.joinchat__optin input {
  position: absolute;
  visibility: hidden;
}
.joinchat__optin label {
  position: relative;
  display: block;
  margin: 0;
  padding: 0 0 0 30px;
  color: inherit;
  font: inherit;
  cursor: pointer;
}
.joinchat__optin label:before {
  content: "";
  display: block;
  position: absolute;
  top: min(50% - 11px, 5px);
  left: 0;
  width: 22px;
  height: 22px;
  border: 3px solid var(--color);
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 0 0 1px var(--text);
  transition: box-shadow 0.3s ease-in-out;
}
.joinchat--dark .joinchat__optin label:before {
  background: #000;
}
.joinchat__optin label:after {
  content: "";
  display: none;
  position: absolute;
  top: min(50% - 8px, 8px);
  left: 8px;
  width: 6px;
  height: 14px;
  border: solid var(--text);
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
[dir="rtl"] .joinchat__optin label {
  padding: 0 30px 0 0;
}
[dir="rtl"] .joinchat__optin label:before {
  left: auto;
  right: 0;
}
[dir="rtl"] .joinchat__optin label:after {
  left: auto;
  right: 8px;
}
.joinchat__optin input:checked + label:before {
  box-shadow:
    0 0 0 1px var(--text),
    inset 0 0 0 10px var(--color);
}
.joinchat__optin input:checked + label:after {
  display: block;
}
.joinchat--dark .joinchat__optin {
  color: #d8d8d8;
}
.joinchat__chat {
  --peak_l: path(
    "M17 25V0C17 12.877 6.082 14.9 1.031 15.91c-1.559.31-1.179 2.272.004 2.272C9.609 18.182 17 18.088 17 25z"
  );
  --peak_r: path(
    "M0 25.68V0c0 13.23 10.92 15.3 15.97 16.34 1.56.32 1.18 2.34 0 2.34-8.58 0-15.97-.1-15.97 7Z"
  );
  --peak: var(--peak_l);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 10px;
  transition: height 0.2s ease-out;
}
[dir="rtl"] .joinchat__chat {
  --peak: var(--peak_r);
}
.joinchat__bubble {
  flex-shrink: 0;
  position: relative;
  min-width: 60px;
  max-width: calc(100% - 52px);
  min-height: 56px;
  padding: 15px 20px;
  margin: 0 26px 16px;
  border-radius: 26px;
  background: #fff;
  color: #4a4a4a;
  word-break: break-word;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
  transform-origin: 0 50%;
  animation: joinchat_show 0.22s cubic-bezier(0, 0, 0.58, 1.19) 10ms both;
}
[dir="rtl"] .joinchat__bubble {
  transform-origin: 100% 50%;
}
.joinchat__bubble:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 18px;
  left: -15px;
  width: 17px;
  height: 25px;
  background: inherit;
  clip-path: var(--peak);
}
[dir="rtl"] .joinchat__bubble:before {
  left: auto;
  right: -15px;
}
.joinchat--dark .joinchat__bubble {
  background: #505050;
  color: #d8d8d8;
}
.joinchat__bubble.joinchat__bubble--loading {
  width: 70px;
  border: none;
  background: transparent
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Ccircle cx='4' cy='12' r='3'%3E%3Canimate id='c' attributeName='cy' begin='0;a.end+0.1s' calcMode='spline' dur='0.4s' keySplines='.33,.66,.66,1;.33,0,.66,.33' values='12;6;12'/%3E%3C/circle%3E%3Ccircle cx='12' cy='12' r='3'%3E%3Canimate attributeName='cy' begin='c.begin+0.1s' calcMode='spline' dur='0.4s' keySplines='.33,.66,.66,1;.33,0,.66,.33' values='12;6;12'/%3E%3C/circle%3E%3Ccircle cx='20' cy='12' r='3'%3E%3Canimate id='a' attributeName='cy' begin='c.begin+0.2s' calcMode='spline' dur='0.4s' keySplines='.33,.66,.66,1;.33,0,.66,.33' values='12;6;12'/%3E%3C/circle%3E%3C/svg%3E")
    20px 20px no-repeat !important;
  transform-origin: 50% !important;
  animation: joinchat_show 0.1s ease-out 10ms both;
}
.joinchat--dark .joinchat__bubble.joinchat__bubble--loading {
  filter: invert(0.5);
}
.joinchat__bubble.joinchat__bubble--note {
  min-height: 0;
  padding: 0;
  background: none !important;
  font-size: 13px;
  line-height: 1.33;
  filter: none;
  animation: none;
}
.joinchat__bubble.joinchat__bubble--media {
  padding: 5px;
}
.joinchat__bubble.joinchat__bubble--loading:before,
.joinchat__bubble.joinchat__bubble--note:before {
  content: none;
}
.joinchat__bubble a {
  color: var(--msg) !important;
  font-size: 1em;
  text-decoration: underline;
}
.joinchat__bubble a:active,
.joinchat__bubble a:hover {
  color: var(--hover) !important;
  border-color: var(--hover);
}
.joinchat__bubble a.joinchat__btn {
  display: inline-block;
  min-height: 46px;
  max-width: 100%;
  padding: 10px 20px;
  margin: 5px 0;
  border: 3px solid var(--msg);
  border-radius: 23px;
  line-height: 20px;
  text-align: center;
  text-decoration: none !important;
  overflow: hidden;
  text-overflow: ellipsis;
}
.joinchat__bubble a.joinchat__btn + .joinchat__bubble a.joinchat__btn {
  margin-top: -5px;
}
.joinchat__bubble img,
.joinchat__bubble video {
  max-width: 100%;
  height: auto;
  margin: 0.2em 0;
  border-radius: 4px;
  box-shadow: 0 1px 5px rgb(0 0 0/10%);
}
.joinchat__bubble .joinchat--inline {
  display: inline-block;
  margin: -10px 0;
  border-radius: 0;
  box-shadow: none;
  vertical-align: middle;
}
.joinchat__bubble--media .joinchat--inline,
.joinchat__bubble--media img,
.joinchat__bubble--media video {
  display: block;
  margin: 0;
  border-radius: 21px;
  box-shadow: none;
}
.joinchat__bubble code {
  padding: 2px 5px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
.joinchat__bubble hr {
  width: 100% !important;
  height: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-top: 2px solid var(--msg) !important;
  margin: 10px 0 !important;
}
@keyframes joinchat_show {
  0% {
    transform: scale3d(0, 0, 0);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes joinchat_badge_in {
  0% {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes joinchat_badge_out {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
}
@keyframes joinchat_send_svg {
  0%,
  50%,
  to {
    stroke-dashoffset: var(--stroke);
  }
  5%,
  45% {
    stroke-dashoffset: 0;
  }
}
@keyframes joinchat_image_loop {
  0% {
    opacity: 0;
  }
  3%,
  20% {
    opacity: 1;
  }
  25%,
  to {
    opacity: 0;
  }
}
@keyframes joinchat_tootlip {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }
  1%,
  20% {
    opacity: 1;
    transform: scaleX(1);
  }
  25%,
  to {
    opacity: 0;
    transform: scaleX(1);
  }
}
.joinchat__woo-btn__wrapper {
  clear: both;
}
.joinchat__woo-btn {
  --s: 40px;
  display: inline-block;
  box-sizing: border-box;
  height: var(--s);
  max-width: 100%;
  padding: 0 calc(var(--s) / 2) 0 var(--s);
  background: #25d366 var(--joinchat-ico) calc(var(--s) * 0.2) 50% no-repeat;
  background-size: calc(var(--s) * 0.6);
  color: #fff;
  border-radius: calc(var(--s) / 2);
  font: 700 normal calc(var(--s) * 0.35)/var(--s) var(--joinchat-font);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  transition: background-color 0.2s;
}
.joinchat__woo-btn:empty {
  padding-right: 0;
}
.joinchat__woo-btn:hover {
  background-color: #128c7e;
}
@media (orientation: landscape) and (height >= 481px),
  (orientation: portrait) and (width >= 481px) {
  .joinchat--mobile {
    display: none !important;
  }
}
@media (width <= 767px) {
  .joinchat--footer-bar {
    --bottom: 76px !important;
  }
}
@media (orientation: landscape) and (height <= 480px), (width <= 480px) {
  .joinchat {
    --sep: 6px;
    --header: max(50px, var(--s) * 0.9166667);
  }
  .joinchat__header__text {
    font-size: 17px;
  }
  .joinchat__close {
    --size: 28px;
  }
  .joinchat__bubble {
    max-width: calc(100% - 40px);
    padding: 16px;
    margin: 0 20px 10px;
    line-height: 24px;
  }
}
@media (hover: hover) {
  .joinchat__button:hover .joinchat__tooltip {
    opacity: 1;
    animation: none;
    transition: opacity 0.2s;
  }
  .joinchat--btn .joinchat__button:hover ~ .joinchat__qr,
  .joinchat--chatbox:has(.joinchat__open:hover) .joinchat__qr {
    display: flex;
  }
}
@media (prefers-color-scheme: dark) {
  .joinchat--dark-auto {
    --msg: var(--dark);
  }
  .joinchat--dark-auto .joinchat__chatbox {
    background: #1a1a1a
      linear-gradient(
        180deg,
        var(--dark),
        var(--dark) var(--header),
        var(--bg) var(--header),
        var(--bg)
      );
  }
  .joinchat--dark-auto .joinchat__content:after {
    background-color: #1a1a1a;
  }
  .joinchat--dark-auto .joinchat__optin label:before {
    background: #000;
  }
  .joinchat--dark-auto .joinchat__optin {
    color: #d8d8d8;
  }
  .joinchat--dark-auto .joinchat__bubble {
    background: #505050;
    color: #d8d8d8;
  }
  .joinchat--dark-auto .joinchat__bubble.joinchat__bubble--loading {
    filter: invert(0.5);
  }
}
@media (prefers-reduced-motion) {
  .joinchat,
  .joinchat__open__icon path {
    animation: none;
  }
  .joinchat__open__icon .joinchat__pa {
    stroke-dasharray: 0;
  }
  .joinchat--chatbox.joinchat--opening .joinchat__open__text {
    animation: none;
  }
  .joinchat__bubble {
    animation: none !important;
  }
}
.wpcf7 p:after {
  content: "";
  clear: both;
  display: table;
}
.wpcf7 p:last-of-type {
  --theme-content-spacing: 0;
}
.wpcf7 label:not(.wpcf7-form-control-wrap) {
  display: block;
  font-size: 15px;
  font-weight: 600;
}
.wpcf7 .wpcf7-submit {
  float: left;
}
.wpcf7 .wpcf7-submit + .ajax-loader {
  float: left;
  margin-left: 20px;
}
.wpcf7 .wpcf7-not-valid-tip {
  font-size: 0.9em;
  font-style: italic;
  margin-top: 5px;
}
.wpcf7 .wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  font-style: italic;
}
.wpcf7 .wpcf7-list-item:first-child {
  margin-left: 0;
}
.wp-block-getwid-section.alignwide:not([class*="full-width"])
  > .wp-block-getwid-section__wrapper,
.wp-block-getwid-section.alignfull:not([class*="full-width"])
  > .wp-block-getwid-section__wrapper {
  padding-left: 0;
  padding-right: 0;
}
.wp-block-getwid-section.alignwide:not([class*="full-width"])
  > .wp-block-getwid-section__wrapper
  > .wp-block-getwid-section__inner-wrapper,
.wp-block-getwid-section.alignfull:not([class*="full-width"])
  > .wp-block-getwid-section__wrapper
  > .wp-block-getwid-section__inner-wrapper {
  width: var(--theme-block-width);
  max-width: var(
    --theme-block-max-width,
    var(--theme-normal-container-max-width)
  );
}
.wp-block-getwid-price-box {
  border-radius: 5px;
}
.wp-block-getwid-price-box .wp-block-getwid-price-box__amount {
  font-size: 3em;
  font-weight: bold;
}
.wp-block-getwid-price-box .wp-block-getwid-price-box__period {
  vertical-align: initial;
}
.wp-block-getwid-price-box .wp-block-button__link {
  --theme-button-padding: 5px 55px;
  --theme-button-min-height: 55px;
  --theme-button-shadow: none;
  --theme-button-transform: none;
}
.wp-block-getwid-progress-bar__bar {
  height: 8px;
  border-radius: 10px;
}
.wp-block-getwid-progress-bar__bar > * {
  border-radius: 10px;
}
.wp-block-getwid-button-group {
  overflow: initial;
}
.wp-block-getwid-advanced-spacer {
  margin-bottom: 0;
}
.wp-block-getwid-counter__number {
  font-weight: bold;
}
