/* Extracted Inline Styles */

img:is([sizes="auto" i], [sizes^="auto," i]) {
  contain-intrinsic-size: 3000px 1500px;
}

:root {
  --ast-post-nav-space: 0;
  --ast-container-default-xlg-padding: 6.67em;
  --ast-container-default-lg-padding: 5.67em;
  --ast-container-default-slg-padding: 4.34em;
  --ast-container-default-md-padding: 3.34em;
  --ast-container-default-sm-padding: 6.67em;
  --ast-container-default-xs-padding: 2.4em;
  --ast-container-default-xxs-padding: 1.4em;
  --ast-code-block-background: #eeeeee;
  --ast-comment-inputs-background: #fafafa;
  --ast-normal-container-width: 1200px;
  --ast-narrow-container-width: 750px;
  --ast-blog-title-font-weight: normal;
  --ast-blog-meta-weight: inherit;
  --ast-global-color-primary: var(--ast-global-color-5);
  --ast-global-color-secondary: var(--ast-global-color-4);
  --ast-global-color-alternate-background: var(--ast-global-color-7);
  --ast-global-color-subtle-background: var(--ast-global-color-6);
  --ast-bg-style-guide: var(
    --ast-global-color-secondary,
    var(--ast-global-color-5)
  );
  --ast-shadow-style-guide: 0px 0px 4px 0 #00000057;
  --ast-global-dark-bg-style: #fff;
  --ast-global-dark-lfs: #fbfbfb;
  --ast-widget-bg-color: #fafafa;
  --ast-wc-container-head-bg-color: #fbfbfb;
  --ast-title-layout-bg: #eeeeee;
  --ast-search-border-color: #e7e7e7;
  --ast-lifter-hover-bg: #e6e6e6;
  --ast-gallery-block-color: #000;
  --srfm-color-input-label: var(--ast-global-color-2);
}
html {
  font-size: 100%;
}
a,
.page-title {
  color: var(--ast-global-color-2);
}
a:hover,
a:focus {
  color: var(--ast-global-color-1);
}
body,
button,
input,
select,
textarea,
.ast-button,
.ast-custom-button {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: var(--ast-body-line-height, 1.65em);
}
blockquote {
  color: var(--ast-global-color-3);
}
p,
.entry-content p {
  margin-bottom: 1em;
}
h1,
h2,
h3,
h4,
h5,
h6,
.entry-content :where(h1, h2, h3, h4, h5, h6),
.site-title,
.site-title a {
  font-family: "Unna", serif;
  font-weight: 400;
  line-height: 1em;
}
.site-title {
  font-size: 30px;
  font-size: 1.875rem;
  display: none;
}
header .custom-logo-link img {
  max-width: 94px;
  width: 94px;
}
.astra-logo-svg {
  width: 94px;
}
.site-header .site-description {
  font-size: 15px;
  font-size: 0.9375rem;
  display: none;
}
.entry-title {
  font-size: 26px;
  font-size: 1.625rem;
}
.archive .ast-article-post .ast-article-inner,
.blog .ast-article-post .ast-article-inner,
.archive .ast-article-post .ast-article-inner:hover,
.blog .ast-article-post .ast-article-inner:hover {
  overflow: hidden;
}
h1,
.entry-content :where(h1) {
  font-size: 72px;
  font-size: 4.5rem;
  font-weight: normal;
  font-family: "Unna", serif;
  line-height: 1.2em;
}
h2,
.entry-content :where(h2) {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 400;
  font-family: "Unna", serif;
  line-height: 1.3em;
}
h3,
.entry-content :where(h3) {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 400;
  font-family: "Unna", serif;
  line-height: 1.3em;
}
h4,
.entry-content :where(h4) {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2em;
  font-weight: 400;
  font-family: "Unna", serif;
}
h5,
.entry-content :where(h5) {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2em;
  font-weight: 400;
  font-family: "Unna", serif;
}
h6,
.entry-content :where(h6) {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.25em;
  font-weight: 400;
  font-family: "Unna", serif;
}
::selection {
  background-color: var(--ast-global-color-0);
  color: #000000;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
.entry-title a,
.entry-content :where(h1, h2, h3, h4, h5, h6) {
  color: var(--ast-global-color-3);
}
.tagcloud a:hover,
.tagcloud a:focus,
.tagcloud a.current-item {
  color: #ffffff;
  border-color: var(--ast-global-color-2);
  background-color: var(--ast-global-color-2);
}
input:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="reset"]:focus,
input[type="search"]:focus,
textarea:focus {
  border-color: var(--ast-global-color-2);
}
input[type="radio"]:checked,
input[type="reset"],
input[type="checkbox"]:checked,
input[type="checkbox"]:hover:checked,
input[type="checkbox"]:focus:checked,
input[type="range"]::-webkit-slider-thumb {
  border-color: var(--ast-global-color-2);
  background-color: var(--ast-global-color-2);
  box-shadow: none;
}
.site-footer a:hover + .post-count,
.site-footer a:focus + .post-count {
  background: var(--ast-global-color-2);
  border-color: var(--ast-global-color-2);
}
.single .nav-links .nav-previous,
.single .nav-links .nav-next {
  color: var(--ast-global-color-2);
}
.entry-meta,
.entry-meta * {
  line-height: 1.45;
  color: var(--ast-global-color-2);
}
.entry-meta a:not(.ast-button):hover,
.entry-meta a:not(.ast-button):hover *,
.entry-meta a:not(.ast-button):focus,
.entry-meta a:not(.ast-button):focus *,
.page-links > .page-link,
.page-links .page-link:hover,
.post-navigation a:hover {
  color: var(--ast-global-color-1);
}
#cat option,
.secondary .calendar_wrap thead a,
.secondary .calendar_wrap thead a:visited {
  color: var(--ast-global-color-2);
}
.secondary .calendar_wrap #today,
.ast-progress-val span {
  background: var(--ast-global-color-2);
}
.secondary a:hover + .post-count,
.secondary a:focus + .post-count {
  background: var(--ast-global-color-2);
  border-color: var(--ast-global-color-2);
}
.calendar_wrap #today > a {
  color: #ffffff;
}
.page-links .page-link,
.single .post-navigation a {
  color: var(--ast-global-color-2);
}
.ast-search-menu-icon .search-form button.search-submit {
  padding: 0 4px;
}
.ast-search-menu-icon form.search-form {
  padding-right: 0;
}
.ast-header-search .ast-search-menu-icon.ast-dropdown-active .search-form,
.ast-header-search
  .ast-search-menu-icon.ast-dropdown-active
  .search-field:focus {
  transition: all 0.2s;
}
.search-form input.search-field:focus {
  outline: none;
}
.ast-mobile-header-content
  .ast-builder-layout-element:not(.ast-builder-menu):not(
    .ast-header-divider-element
  ),
.ast-mobile-popup-content
  .ast-builder-layout-element:not(.ast-builder-menu):not(
    .ast-header-divider-element
  ) {
  padding: 15px 20px;
}
.wp-block-latest-posts > li > a {
  color: var(--ast-global-color-2);
}
.widget-title,
.widget .wp-block-heading {
  font-size: 22px;
  font-size: 1.375rem;
  color: var(--ast-global-color-3);
}
.ast-search-menu-icon.slide-search a:focus-visible:focus-visible,
.astra-search-icon:focus-visible,
#close:focus-visible,
a:focus-visible,
.ast-menu-toggle:focus-visible,
.site .skip-link:focus-visible,
.wp-block-loginout input:focus-visible,
.wp-block-search.wp-block-search__button-inside
  .wp-block-search__inside-wrapper,
.ast-header-navigation-arrow:focus-visible,
.ast-orders-table__row .ast-orders-table__cell:focus-visible,
a#ast-apply-coupon:focus-visible,
#ast-apply-coupon:focus-visible,
#close:focus-visible,
.button.search-submit:focus-visible,
#search_submit:focus,
.normal-search:focus-visible,
.ast-header-account-wrap:focus-visible,
.astra-cart-drawer-close:focus,
.ast-single-variation:focus,
.ast-button:focus,
.ast-builder-button-wrap:has(.ast-custom-button-link:focus),
.ast-builder-button-wrap .ast-custom-button-link:focus {
  outline-style: dotted;
  outline-color: inherit;
  outline-width: thin;
}
input:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="reset"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
textarea:focus,
.wp-block-search__input:focus,
[data-section="section-header-mobile-trigger"]
  .ast-button-wrap
  .ast-mobile-menu-trigger-minimal:focus,
.ast-mobile-popup-drawer.active .menu-toggle-close:focus,
#ast-scroll-top:focus,
#coupon_code:focus,
#ast-coupon-code:focus {
  border-style: dotted;
  border-color: inherit;
  border-width: thin;
}
input {
  outline: none;
}
.ast-logo-title-inline .site-logo-img {
  padding-right: 1em;
}
.site-logo-img img {
  filter: url(index.html#ast-img-color-filter);
  transition: all 0.2s linear;
}
.site-logo-img .transparent-custom-logo img,
.ast-theme-transparent-header .site-logo-img img {
  filter: url(index.html#ast-img-color-filter-2);
}
body .ast-oembed-container * {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
}
body .wp-block-embed-pocket-casts .ast-oembed-container * {
  position: unset;
}
.ast-single-post-featured-section + article {
  margin-top: 2em;
}
.site-content .ast-single-post-featured-section img {
  width: 100%;
  overflow: hidden;
  object-fit: cover;
}
.site > .ast-single-related-posts-container {
  margin-top: 0;
}
@media (min-width: 922px) {
  .ast-desktop .ast-container--narrow {
    max-width: var(--ast-narrow-container-width);
    margin: 0 auto;
  }
}
@media (max-width: 921.9px) {
  #ast-desktop-header {
    display: none;
  }
}
@media (min-width: 922px) {
  #ast-mobile-header {
    display: none;
  }
}
.wp-block-buttons.aligncenter {
  justify-content: center;
}
@media (max-width: 921px) {
  .ast-theme-transparent-header #primary,
  .ast-theme-transparent-header #secondary {
    padding: 0;
  }
}
@media (max-width: 921px) {
  .ast-plain-container.ast-no-sidebar #primary {
    padding: 0;
  }
}
.ast-plain-container.ast-no-sidebar #primary {
  margin-top: 0;
  margin-bottom: 0;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  border-color: var(--ast-global-color-1);
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
}
div.wp-block-button.is-style-outline
  > .wp-block-button__link:not(.has-text-color),
div.wp-block-button.wp-block-button__link.is-style-outline:not(
    .has-text-color
  ) {
  color: var(--ast-global-color-1);
}
.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-buttons
  .wp-block-button.is-style-outline
  .wp-block-button__link:focus,
.wp-block-buttons
  .wp-block-button.is-style-outline
  > .wp-block-button__link:not(.has-text-color):hover,
.wp-block-buttons
  .wp-block-button.wp-block-button__link.is-style-outline:not(
    .has-text-color
  ):hover {
  color: var(--ast-global-color-5);
  background-color: var(--ast-global-color-3);
  border-color: var(--ast-global-color-3);
}
.post-page-numbers.current .page-link,
.ast-pagination .page-numbers.current {
  color: #000000;
  border-color: var(--ast-global-color-0);
  background-color: var(--ast-global-color-0);
}
.wp-block-button.is-style-outline .wp-block-button__link {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
}
.wp-block-buttons
  .wp-block-button.is-style-outline
  .wp-block-button__link.wp-element-button,
.ast-outline-button,
.wp-block-uagb-buttons-child .uagb-buttons-repeater.ast-outline-button {
  border-color: var(--ast-global-color-2);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  font-family: inherit;
  font-weight: 500;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1em;
  padding-top: 15px;
  padding-right: 30px;
  padding-bottom: 15px;
  padding-left: 30px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.wp-block-buttons
  .wp-block-button.is-style-outline
  > .wp-block-button__link:not(.has-text-color),
.wp-block-buttons
  .wp-block-button.wp-block-button__link.is-style-outline:not(.has-text-color),
.ast-outline-button {
  color: var(--ast-global-color-2);
}
.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-buttons
  .wp-block-button.is-style-outline
  .wp-block-button__link:focus,
.wp-block-buttons
  .wp-block-button.is-style-outline
  > .wp-block-button__link:not(.has-text-color):hover,
.wp-block-buttons
  .wp-block-button.wp-block-button__link.is-style-outline:not(
    .has-text-color
  ):hover,
.ast-outline-button:hover,
.ast-outline-button:focus,
.wp-block-uagb-buttons-child .uagb-buttons-repeater.ast-outline-button:hover,
.wp-block-uagb-buttons-child .uagb-buttons-repeater.ast-outline-button:focus {
  color: #ffffff;
  background-color: var(--ast-global-color-1);
  border-color: var(--ast-global-color-1);
}
.wp-block-button
  .wp-block-button__link.wp-element-button.is-style-outline:not(
    .has-background
  ),
.wp-block-button.is-style-outline
  > .wp-block-button__link.wp-element-button:not(.has-background),
.ast-outline-button {
  background-color: transparent;
}
@media (max-width: 921px) {
  .wp-block-buttons
    .wp-block-button.is-style-outline
    .wp-block-button__link.wp-element-button,
  .ast-outline-button,
  .wp-block-uagb-buttons-child .uagb-buttons-repeater.ast-outline-button {
    font-size: 13px;
    font-size: 0.8125rem;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
}
@media (max-width: 544px) {
  .wp-block-buttons
    .wp-block-button.is-style-outline
    .wp-block-button__link.wp-element-button,
  .ast-outline-button,
  .wp-block-uagb-buttons-child .uagb-buttons-repeater.ast-outline-button {
    font-size: 12px;
    font-size: 0.75rem;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
}
.entry-content[data-ast-blocks-layout] > figure {
  margin-bottom: 1em;
}
h1.widget-title {
  font-weight: normal;
}
h2.widget-title {
  font-weight: 400;
}
h3.widget-title {
  font-weight: 400;
}
@media (max-width: 921px) {
  .ast-left-sidebar #content > .ast-container {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }
  .ast-separate-container .ast-article-post,
  .ast-separate-container .ast-article-single {
    padding: 1.5em 2.14em;
  }
  .ast-author-box img.avatar {
    margin: 20px 0 0 0;
  }
}
@media (min-width: 922px) {
  .ast-separate-container.ast-right-sidebar #primary,
  .ast-separate-container.ast-left-sidebar #primary {
    border: 0;
  }
  .search-no-results.ast-separate-container #primary {
    margin-bottom: 4em;
  }
}
.wp-block-button .wp-block-button__link {
  color: #ffffff;
}
.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:focus {
  color: var(--ast-global-color-5);
  background-color: var(--ast-global-color-3);
  border-color: var(--ast-global-color-3);
}
.wp-block-button .wp-block-button__link,
.wp-block-search .wp-block-search__button,
body .wp-block-file .wp-block-file__button {
  border-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-bottom-width: 0px;
  border-color: var(--ast-global-color-1);
  background-color: var(--ast-global-color-1);
  color: #ffffff;
  font-family: inherit;
  font-weight: 500;
  line-height: 1em;
  text-transform: capitalize;
  font-size: 15px;
  font-size: 0.9375rem;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding-top: 15px;
  padding-right: 30px;
  padding-bottom: 15px;
  padding-left: 30px;
}
@media (max-width: 921px) {
  .wp-block-button .wp-block-button__link,
  .wp-block-search .wp-block-search__button,
  body .wp-block-file .wp-block-file__button {
    font-size: 13px;
    font-size: 0.8125rem;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
}
@media (max-width: 544px) {
  .wp-block-button .wp-block-button__link,
  .wp-block-search .wp-block-search__button,
  body .wp-block-file .wp-block-file__button {
    font-size: 12px;
    font-size: 0.75rem;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
}
.menu-toggle,
button,
.ast-button,
.ast-custom-button,
.button,
input#submit,
input[type="button"],
input[type="submit"],
input[type="reset"],
form[CLASS*="wp-block-search__"].wp-block-search
  .wp-block-search__inside-wrapper
  .wp-block-search__button,
body .wp-block-file .wp-block-file__button {
  border-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-bottom-width: 0px;
  color: #ffffff;
  border-color: var(--ast-global-color-1);
  background-color: var(--ast-global-color-1);
  padding-top: 15px;
  padding-right: 30px;
  padding-bottom: 15px;
  padding-left: 30px;
  font-family: inherit;
  font-weight: 500;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1em;
  text-transform: capitalize;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
button:focus,
.menu-toggle:hover,
button:hover,
.ast-button:hover,
.ast-custom-button:hover .button:hover,
.ast-custom-button:hover,
input[type="reset"]:hover,
input[type="reset"]:focus,
input#submit:hover,
input#submit:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
form[CLASS*="wp-block-search__"].wp-block-search
  .wp-block-search__inside-wrapper
  .wp-block-search__button:hover,
form[CLASS*="wp-block-search__"].wp-block-search
  .wp-block-search__inside-wrapper
  .wp-block-search__button:focus,
body .wp-block-file .wp-block-file__button:hover,
body .wp-block-file .wp-block-file__button:focus {
  color: var(--ast-global-color-5);
  background-color: var(--ast-global-color-3);
  border-color: var(--ast-global-color-3);
}
@media (max-width: 921px) {
  .menu-toggle,
  button,
  .ast-button,
  .ast-custom-button,
  .button,
  input#submit,
  input[type="button"],
  input[type="submit"],
  input[type="reset"],
  form[CLASS*="wp-block-search__"].wp-block-search
    .wp-block-search__inside-wrapper
    .wp-block-search__button,
  body .wp-block-file .wp-block-file__button {
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    font-size: 13px;
    font-size: 0.8125rem;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
}
@media (max-width: 544px) {
  .menu-toggle,
  button,
  .ast-button,
  .ast-custom-button,
  .button,
  input#submit,
  input[type="button"],
  input[type="submit"],
  input[type="reset"],
  form[CLASS*="wp-block-search__"].wp-block-search
    .wp-block-search__inside-wrapper
    .wp-block-search__button,
  body .wp-block-file .wp-block-file__button {
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    font-size: 12px;
    font-size: 0.75rem;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
}
@media (max-width: 921px) {
  .menu-toggle,
  button,
  .ast-button,
  .button,
  input#submit,
  input[type="button"],
  input[type="submit"],
  input[type="reset"] {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .ast-mobile-header-stack .main-header-bar .ast-search-menu-icon {
    display: inline-block;
  }
  .ast-header-break-point.ast-header-custom-item-outside
    .ast-mobile-header-stack
    .main-header-bar
    .ast-search-icon {
    margin: 0;
  }
  .ast-comment-avatar-wrap img {
    max-width: 2.5em;
  }
  .ast-comment-meta {
    padding: 0 1.8888em 1.3333em;
  }
  .ast-separate-container .ast-comment-list li.depth-1 {
    padding: 1.5em 2.14em;
  }
  .ast-separate-container .comment-respond {
    padding: 2em 2.14em;
  }
}
@media (min-width: 544px) {
  .ast-container {
    max-width: 100%;
  }
}
@media (max-width: 544px) {
  .ast-separate-container .ast-article-post,
  .ast-separate-container .ast-article-single,
  .ast-separate-container .comments-title,
  .ast-separate-container .ast-archive-description {
    padding: 1.5em 1em;
  }
  .ast-separate-container #content .ast-container {
    padding-left: 0.54em;
    padding-right: 0.54em;
  }
  .ast-separate-container .ast-comment-list .bypostauthor {
    padding: 0.5em;
  }
  .ast-search-menu-icon.ast-dropdown-active .search-field {
    width: 170px;
  }
  .menu-toggle,
  button,
  .ast-button,
  .button,
  input#submit,
  input[type="button"],
  input[type="submit"],
  input[type="reset"] {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
#ast-mobile-header .ast-site-header-cart-li a {
  pointer-events: none;
}
body,
.ast-separate-container {
  background-color: var(--ast-global-color-4);
  background-image: none;
}
@media (max-width: 921px) {
  .widget-title {
    font-size: 21px;
    font-size: 1.4rem;
  }
  body,
  button,
  input,
  select,
  textarea,
  .ast-button,
  .ast-custom-button {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  #secondary,
  #secondary button,
  #secondary input,
  #secondary select,
  #secondary textarea {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .site-title {
    display: none;
  }
  .site-header .site-description {
    display: none;
  }
  h1,
  .entry-content :where(h1) {
    font-size: 48px;
  }
  h2,
  .entry-content :where(h2) {
    font-size: 36px;
  }
  h3,
  .entry-content :where(h3) {
    font-size: 28px;
  }
  h4,
  .entry-content :where(h4) {
    font-size: 22px;
    font-size: 1.375rem;
  }
  h5,
  .entry-content :where(h5) {
    font-size: 18px;
    font-size: 1.125rem;
  }
  h6,
  .entry-content :where(h6) {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .astra-logo-svg {
    width: 120px;
  }
  .astra-logo-svg:not(
    .sticky-custom-logo .astra-logo-svg,
    .transparent-custom-logo .astra-logo-svg,
    .advanced-header-logo .astra-logo-svg
  ) {
    height: 27px;
  }
  header .custom-logo-link img,
  .ast-header-break-point .site-logo-img .custom-mobile-logo-link img {
    max-width: 120px;
    width: 120px;
  }
}
@media (max-width: 544px) {
  .widget-title {
    font-size: 20px;
    font-size: 1.4285714285714rem;
  }
  body,
  button,
  input,
  select,
  textarea,
  .ast-button,
  .ast-custom-button {
    font-size: 14px;
    font-size: 0.875rem;
  }
  #secondary,
  #secondary button,
  #secondary input,
  #secondary select,
  #secondary textarea {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .site-title {
    display: none;
  }
  .site-header .site-description {
    display: none;
  }
  h1,
  .entry-content :where(h1) {
    font-size: 40px;
  }
  h2,
  .entry-content :where(h2) {
    font-size: 32px;
  }
  h3,
  .entry-content :where(h3) {
    font-size: 24px;
  }
  h4,
  .entry-content :where(h4) {
    font-size: 20px;
    font-size: 1.25rem;
  }
  h5,
  .entry-content :where(h5) {
    font-size: 16px;
    font-size: 1rem;
  }
  h6,
  .entry-content :where(h6) {
    font-size: 14px;
    font-size: 0.875rem;
  }
  header .custom-logo-link img,
  .ast-header-break-point .site-branding img,
  .ast-header-break-point .custom-logo-link img {
    max-width: 104px;
    width: 104px;
  }
  .astra-logo-svg {
    width: 104px;
  }
  .ast-header-break-point .site-logo-img .custom-mobile-logo-link img {
    max-width: 104px;
  }
}
@media (max-width: 544px) {
  html {
    font-size: 100%;
  }
}
@media (min-width: 922px) {
  .ast-container {
    max-width: 1240px;
  }
}
@media (min-width: 922px) {
  .site-content .ast-container {
    display: flex;
  }
}
@media (max-width: 921px) {
  .site-content .ast-container {
    flex-direction: column;
  }
}
@media (min-width: 922px) {
  .main-header-menu
    .sub-menu
    .menu-item.ast-left-align-sub-menu:hover
    > .sub-menu,
  .main-header-menu
    .sub-menu
    .menu-item.ast-left-align-sub-menu.focus
    > .sub-menu {
    margin-left: -0px;
  }
}
.ast-theme-transparent-header
  .ast-header-account-wrap
  .ast-header-account-type-icon
  .ahfb-svg-iconset
  svg
  path:not(.ast-hf-account-unfill),
.ast-theme-transparent-header
  .ast-header-account-wrap
  .ast-header-account-type-icon
  .ahfb-svg-iconset
  svg
  circle {
  fill: #ffffff;
}
.ast-theme-transparent-header
  [data-section="section-header-mobile-trigger"]
  .ast-button-wrap
  .mobile-menu-toggle-icon
  .ast-mobile-svg {
  fill: #ffffff;
}
.ast-theme-transparent-header
  [data-section="section-header-mobile-trigger"]
  .ast-button-wrap
  .mobile-menu-wrap
  .mobile-menu {
  color: #ffffff;
}
.ast-theme-transparent-header
  [data-section="section-header-mobile-trigger"]
  .ast-button-wrap
  .ast-mobile-menu-trigger-minimal {
  background: transparent;
}
.site .comments-area {
  padding-bottom: 3em;
}
.wp-block-file {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wp-block-pullquote {
  border: none;
}
.wp-block-pullquote blockquote::before {
  content: "\201D";
  font-family: "Helvetica", sans-serif;
  display: flex;
  transform: rotate(180deg);
  font-size: 6rem;
  font-style: normal;
  line-height: 1;
  font-weight: bold;
  align-items: center;
  justify-content: center;
}
.has-text-align-right > blockquote::before {
  justify-content: flex-start;
}
.has-text-align-left > blockquote::before {
  justify-content: flex-end;
}
figure.wp-block-pullquote.is-style-solid-color blockquote {
  max-width: 100%;
  text-align: inherit;
}
:root {
  --wp--custom--ast-default-block-top-padding: 3em;
  --wp--custom--ast-default-block-right-padding: 3em;
  --wp--custom--ast-default-block-bottom-padding: 3em;
  --wp--custom--ast-default-block-left-padding: 3em;
  --wp--custom--ast-container-width: 1200px;
  --wp--custom--ast-content-width-size: 1200px;
  --wp--custom--ast-wide-width-size: calc(
    1200px + var(--wp--custom--ast-default-block-left-padding) +
      var(--wp--custom--ast-default-block-right-padding)
  );
}
.ast-narrow-container {
  --wp--custom--ast-content-width-size: 750px;
  --wp--custom--ast-wide-width-size: 750px;
}
@media (max-width: 921px) {
  :root {
    --wp--custom--ast-default-block-top-padding: 3em;
    --wp--custom--ast-default-block-right-padding: 2em;
    --wp--custom--ast-default-block-bottom-padding: 3em;
    --wp--custom--ast-default-block-left-padding: 2em;
  }
}
@media (max-width: 544px) {
  :root {
    --wp--custom--ast-default-block-top-padding: 3em;
    --wp--custom--ast-default-block-right-padding: 1.5em;
    --wp--custom--ast-default-block-bottom-padding: 3em;
    --wp--custom--ast-default-block-left-padding: 1.5em;
  }
}
.entry-content > .wp-block-group,
.entry-content > .wp-block-cover,
.entry-content > .wp-block-columns {
  padding-top: var(--wp--custom--ast-default-block-top-padding);
  padding-right: var(--wp--custom--ast-default-block-right-padding);
  padding-bottom: var(--wp--custom--ast-default-block-bottom-padding);
  padding-left: var(--wp--custom--ast-default-block-left-padding);
}
.ast-plain-container.ast-no-sidebar .entry-content > .alignfull,
.ast-page-builder-template .ast-no-sidebar .entry-content > .alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
  width: 100vw;
}
.ast-plain-container.ast-no-sidebar .entry-content .alignfull .alignfull,
.ast-page-builder-template.ast-no-sidebar .entry-content .alignfull .alignfull,
.ast-plain-container.ast-no-sidebar .entry-content .alignfull .alignwide,
.ast-page-builder-template.ast-no-sidebar .entry-content .alignfull .alignwide,
.ast-plain-container.ast-no-sidebar .entry-content .alignwide .alignfull,
.ast-page-builder-template.ast-no-sidebar .entry-content .alignwide .alignfull,
.ast-plain-container.ast-no-sidebar .entry-content .alignwide .alignwide,
.ast-page-builder-template.ast-no-sidebar .entry-content .alignwide .alignwide,
.ast-plain-container.ast-no-sidebar .entry-content .wp-block-column .alignfull,
.ast-page-builder-template.ast-no-sidebar
  .entry-content
  .wp-block-column
  .alignfull,
.ast-plain-container.ast-no-sidebar .entry-content .wp-block-column .alignwide,
.ast-page-builder-template.ast-no-sidebar
  .entry-content
  .wp-block-column
  .alignwide {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
[data-ast-blocks-layout] .wp-block-separator:not(.is-style-dots) {
  height: 0;
}
[data-ast-blocks-layout] .wp-block-separator {
  margin: 20px auto;
}
[data-ast-blocks-layout]
  .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
}
[data-ast-blocks-layout] .wp-block-separator.has-background {
  padding: 0;
}
.entry-content[data-ast-blocks-layout] > * {
  max-width: var(--wp--custom--ast-content-width-size);
  margin-left: auto;
  margin-right: auto;
}
.entry-content[data-ast-blocks-layout] > .alignwide {
  max-width: var(--wp--custom--ast-wide-width-size);
}
.entry-content[data-ast-blocks-layout] .alignfull {
  max-width: none;
}
.entry-content .wp-block-columns {
  margin-bottom: 0;
}
blockquote {
  margin: 1.5em;
  border-color: rgba(0, 0, 0, 0.05);
}
.wp-block-quote:not(.has-text-align-right):not(.has-text-align-center) {
  border-left: 5px solid rgba(0, 0, 0, 0.05);
}
.has-text-align-right > blockquote,
blockquote.has-text-align-right {
  border-right: 5px solid rgba(0, 0, 0, 0.05);
}
.has-text-align-left > blockquote,
blockquote.has-text-align-left {
  border-left: 5px solid rgba(0, 0, 0, 0.05);
}
.wp-block-site-tagline,
.wp-block-latest-posts .read-more {
  margin-top: 15px;
}
.wp-block-loginout p label {
  display: block;
}
.wp-block-loginout p:not(.login-remember):not(.login-submit) input {
  width: 100%;
}
.wp-block-loginout input:focus {
  border-color: transparent;
}
.wp-block-loginout input:focus {
  outline: thin dotted;
}
.entry-content .wp-block-media-text .wp-block-media-text__content {
  padding: 0 0 0 8%;
}
.entry-content
  .wp-block-media-text.has-media-on-the-right
  .wp-block-media-text__content {
  padding: 0 8% 0 0;
}
.entry-content
  .wp-block-media-text.has-background
  .wp-block-media-text__content {
  padding: 8%;
}
.entry-content
  .wp-block-cover:not([class*="background-color"]):not(
    .has-text-color.has-link-color
  )
  .wp-block-cover__inner-container,
.entry-content
  .wp-block-cover:not([class*="background-color"])
  .wp-block-cover-image-text,
.entry-content
  .wp-block-cover:not([class*="background-color"])
  .wp-block-cover-text,
.entry-content
  .wp-block-cover-image:not([class*="background-color"])
  .wp-block-cover__inner-container,
.entry-content
  .wp-block-cover-image:not([class*="background-color"])
  .wp-block-cover-image-text,
.entry-content
  .wp-block-cover-image:not([class*="background-color"])
  .wp-block-cover-text {
  color: var(--ast-global-color-primary, var(--ast-global-color-5));
}
.wp-block-loginout .login-remember input {
  width: 1.1rem;
  height: 1.1rem;
  margin: 0 5px 4px 0;
  vertical-align: middle;
}
.wp-block-latest-posts > li > *:first-child,
.wp-block-latest-posts:not(.is-grid) > li:first-child {
  margin-top: 0;
}
.entry-content > .wp-block-buttons,
.entry-content > .wp-block-uagb-buttons {
  margin-bottom: 1.5em;
}
.wp-block-search__inside-wrapper .wp-block-search__input {
  padding: 0 10px;
  color: var(--ast-global-color-3);
  background: var(--ast-global-color-primary, var(--ast-global-color-5));
  border-color: var(--ast-border-color);
}
.wp-block-latest-posts .read-more {
  margin-bottom: 1.5em;
}
.wp-block-search__no-button
  .wp-block-search__inside-wrapper
  .wp-block-search__input {
  padding-top: 5px;
  padding-bottom: 5px;
}
.wp-block-latest-posts .wp-block-latest-posts__post-date,
.wp-block-latest-posts .wp-block-latest-posts__post-author {
  font-size: 1rem;
}
.wp-block-latest-posts > li > *,
.wp-block-latest-posts:not(.is-grid) > li {
  margin-top: 12px;
  margin-bottom: 12px;
}
.ast-page-builder-template
  .entry-content[data-ast-blocks-layout]
  > .alignwide:where(
    :not(.uagb-is-root-container):not(.spectra-is-root-container)
  )
  > * {
  max-width: var(--wp--custom--ast-wide-width-size);
}
.ast-page-builder-template
  .entry-content[data-ast-blocks-layout]
  > .inherit-container-width
  > *,
.ast-page-builder-template
  .entry-content[data-ast-blocks-layout]
  > *:not(.wp-block-group):where(
    :not(.uagb-is-root-container):not(.spectra-is-root-container)
  )
  > *,
.entry-content[data-ast-blocks-layout]
  > .wp-block-cover
  .wp-block-cover__inner-container {
  max-width: var(--wp--custom--ast-content-width-size);
  margin-left: auto;
  margin-right: auto;
}
.ast-page-builder-template .entry-content[data-ast-blocks-layout] > *,
.ast-page-builder-template
  .entry-content[data-ast-blocks-layout]
  > .alignfull:where(
    :not(.wp-block-group):not(.uagb-is-root-container):not(
        .spectra-is-root-container
      )
  )
  > * {
  max-width: none;
}
.entry-content[data-ast-blocks-layout]
  .wp-block-cover:not(.alignleft):not(.alignright) {
  width: auto;
}
@media (max-width: 1200px) {
  .ast-separate-container .entry-content > .alignfull,
  .ast-separate-container .entry-content[data-ast-blocks-layout] > .alignwide,
  .ast-plain-container .entry-content[data-ast-blocks-layout] > .alignwide,
  .ast-plain-container .entry-content .alignfull {
    margin-left: calc(-1 * min(var(--ast-container-default-xlg-padding), 20px));
    margin-right: calc(
      -1 * min(var(--ast-container-default-xlg-padding), 20px)
    );
  }
}
@media (min-width: 1201px) {
  .ast-separate-container .entry-content > .alignfull {
    margin-left: calc(-1 * var(--ast-container-default-xlg-padding));
    margin-right: calc(-1 * var(--ast-container-default-xlg-padding));
  }
  .ast-separate-container .entry-content[data-ast-blocks-layout] > .alignwide,
  .ast-plain-container .entry-content[data-ast-blocks-layout] > .alignwide {
    margin-left: calc(-1 * var(--wp--custom--ast-default-block-left-padding));
    margin-right: calc(-1 * var(--wp--custom--ast-default-block-right-padding));
  }
}
@media (min-width: 921px) {
  .ast-separate-container
    .entry-content
    .wp-block-group.alignwide:not(.inherit-container-width)
    > :where(:not(.alignleft):not(.alignright)),
  .ast-plain-container
    .entry-content
    .wp-block-group.alignwide:not(.inherit-container-width)
    > :where(:not(.alignleft):not(.alignright)) {
    max-width: calc(var(--wp--custom--ast-content-width-size) + 80px);
  }
  .ast-plain-container.ast-right-sidebar
    .entry-content[data-ast-blocks-layout]
    .alignfull,
  .ast-plain-container.ast-left-sidebar
    .entry-content[data-ast-blocks-layout]
    .alignfull {
    margin-left: -60px;
    margin-right: -60px;
  }
}
@media (min-width: 544px) {
  .entry-content > .alignleft {
    margin-right: 20px;
  }
  .entry-content > .alignright {
    margin-left: 20px;
  }
}
@media (max-width: 544px) {
  .wp-block-columns .wp-block-column:not(:last-child) {
    margin-bottom: 20px;
  }
  .wp-block-latest-posts {
    margin: 0;
  }
}
@media (max-width: 600px) {
  .entry-content .wp-block-media-text .wp-block-media-text__content,
  .entry-content
    .wp-block-media-text.has-media-on-the-right
    .wp-block-media-text__content {
    padding: 8% 0 0;
  }
  .entry-content
    .wp-block-media-text.has-background
    .wp-block-media-text__content {
    padding: 8%;
  }
}
.ast-page-builder-template .entry-header {
  padding-left: 0;
}
.ast-narrow-container
  .site-content
  .wp-block-uagb-image--align-full
  .wp-block-uagb-image__figure {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
:root .has-ast-global-color-0-color {
  color: var(--ast-global-color-0);
}
:root .has-ast-global-color-0-background-color {
  background-color: var(--ast-global-color-0);
}
:root .wp-block-button .has-ast-global-color-0-color {
  color: var(--ast-global-color-0);
}
:root .wp-block-button .has-ast-global-color-0-background-color {
  background-color: var(--ast-global-color-0);
}
:root .has-ast-global-color-1-color {
  color: var(--ast-global-color-1);
}
:root .has-ast-global-color-1-background-color {
  background-color: var(--ast-global-color-1);
}
:root .wp-block-button .has-ast-global-color-1-color {
  color: var(--ast-global-color-1);
}
:root .wp-block-button .has-ast-global-color-1-background-color {
  background-color: var(--ast-global-color-1);
}
:root .has-ast-global-color-2-color {
  color: var(--ast-global-color-2);
}
:root .has-ast-global-color-2-background-color {
  background-color: var(--ast-global-color-2);
}
:root .wp-block-button .has-ast-global-color-2-color {
  color: var(--ast-global-color-2);
}
:root .wp-block-button .has-ast-global-color-2-background-color {
  background-color: var(--ast-global-color-2);
}
:root .has-ast-global-color-3-color {
  color: var(--ast-global-color-3);
}
:root .has-ast-global-color-3-background-color {
  background-color: var(--ast-global-color-3);
}
:root .wp-block-button .has-ast-global-color-3-color {
  color: var(--ast-global-color-3);
}
:root .wp-block-button .has-ast-global-color-3-background-color {
  background-color: var(--ast-global-color-3);
}
:root .has-ast-global-color-4-color {
  color: var(--ast-global-color-4);
}
:root .has-ast-global-color-4-background-color {
  background-color: var(--ast-global-color-4);
}
:root .wp-block-button .has-ast-global-color-4-color {
  color: var(--ast-global-color-4);
}
:root .wp-block-button .has-ast-global-color-4-background-color {
  background-color: var(--ast-global-color-4);
}
:root .has-ast-global-color-5-color {
  color: var(--ast-global-color-5);
}
:root .has-ast-global-color-5-background-color {
  background-color: var(--ast-global-color-5);
}
:root .wp-block-button .has-ast-global-color-5-color {
  color: var(--ast-global-color-5);
}
:root .wp-block-button .has-ast-global-color-5-background-color {
  background-color: var(--ast-global-color-5);
}
:root .has-ast-global-color-6-color {
  color: var(--ast-global-color-6);
}
:root .has-ast-global-color-6-background-color {
  background-color: var(--ast-global-color-6);
}
:root .wp-block-button .has-ast-global-color-6-color {
  color: var(--ast-global-color-6);
}
:root .wp-block-button .has-ast-global-color-6-background-color {
  background-color: var(--ast-global-color-6);
}
:root .has-ast-global-color-7-color {
  color: var(--ast-global-color-7);
}
:root .has-ast-global-color-7-background-color {
  background-color: var(--ast-global-color-7);
}
:root .wp-block-button .has-ast-global-color-7-color {
  color: var(--ast-global-color-7);
}
:root .wp-block-button .has-ast-global-color-7-background-color {
  background-color: var(--ast-global-color-7);
}
:root .has-ast-global-color-8-color {
  color: var(--ast-global-color-8);
}
:root .has-ast-global-color-8-background-color {
  background-color: var(--ast-global-color-8);
}
:root .wp-block-button .has-ast-global-color-8-color {
  color: var(--ast-global-color-8);
}
:root .wp-block-button .has-ast-global-color-8-background-color {
  background-color: var(--ast-global-color-8);
}
:root {
  --ast-global-color-0: #c6d8c0;
  --ast-global-color-1: #886f03;
  --ast-global-color-2: #141a0f;
  --ast-global-color-3: #4d4f48;
  --ast-global-color-4: #f4f6f3;
  --ast-global-color-5: #ffffff;
  --ast-global-color-6: #768471;
  --ast-global-color-7: #141a0f;
  --ast-global-color-8: #f4f6f3;
}
:root {
  --ast-border-color: #dddddd;
}
.ast-single-entry-banner {
  -js-display: flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: relative;
  background: var(--ast-title-layout-bg);
}
.ast-single-entry-banner[data-banner-layout="layout-1"] {
  max-width: 1200px;
  background: inherit;
  padding: 20px 0;
}
.ast-single-entry-banner[data-banner-width-type="custom"] {
  margin: 0 auto;
  width: 100%;
}
.ast-single-entry-banner + .site-content .entry-header {
  margin-bottom: 0;
}
.site .ast-author-avatar {
  --ast-author-avatar-size: ;
}
a.ast-underline-text {
  text-decoration: underline;
}
.ast-container > .ast-terms-link {
  position: relative;
  display: block;
}
a.ast-button.ast-badge-tax {
  padding: 4px 8px;
  border-radius: 3px;
  font-size: inherit;
}
header.entry-header {
  text-align: left;
}
header.entry-header > *:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 921px) {
  header.entry-header {
    text-align: left;
  }
}
@media (max-width: 544px) {
  header.entry-header {
    text-align: left;
  }
}
.ast-archive-entry-banner {
  -js-display: flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: relative;
  background: var(--ast-title-layout-bg);
}
.ast-archive-entry-banner[data-banner-width-type="custom"] {
  margin: 0 auto;
  width: 100%;
}
.ast-archive-entry-banner[data-banner-layout="layout-1"] {
  background: inherit;
  padding: 20px 0;
  text-align: left;
}
body.archive .ast-archive-description {
  max-width: 1200px;
  width: 100%;
  text-align: left;
  padding-top: 3em;
  padding-right: 3em;
  padding-bottom: 3em;
  padding-left: 3em;
}
body.archive .ast-archive-description .ast-archive-title,
body.archive .ast-archive-description .ast-archive-title * {
  font-size: 40px;
  font-size: 2.5rem;
}
body.archive .ast-archive-description > *:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 921px) {
  body.archive .ast-archive-description {
    text-align: left;
  }
}
@media (max-width: 544px) {
  body.archive .ast-archive-description {
    text-align: left;
  }
}
.ast-theme-transparent-header
  #masthead
  .site-logo-img
  .transparent-custom-logo
  .astra-logo-svg {
  width: 150px;
}
.ast-theme-transparent-header
  #masthead
  .site-logo-img
  .transparent-custom-logo
  img {
  max-width: 150px;
  width: 150px;
}
@media (max-width: 921px) {
  .ast-theme-transparent-header
    #masthead
    .site-logo-img
    .transparent-custom-logo
    .astra-logo-svg {
    width: 120px;
  }
  .ast-theme-transparent-header
    #masthead
    .site-logo-img
    .transparent-custom-logo
    img {
    max-width: 120px;
    width: 120px;
  }
}
@media (max-width: 543px) {
  .ast-theme-transparent-header
    #masthead
    .site-logo-img
    .transparent-custom-logo
    .astra-logo-svg {
    width: 100px;
  }
  .ast-theme-transparent-header
    #masthead
    .site-logo-img
    .transparent-custom-logo
    img {
    max-width: 100px;
    width: 100px;
  }
}
@media (min-width: 921px) {
  .ast-theme-transparent-header #masthead {
    position: absolute;
    left: 0;
    right: 0;
  }
  .ast-theme-transparent-header .main-header-bar,
  .ast-theme-transparent-header.ast-header-break-point .main-header-bar {
    background: none;
  }
  body.elementor-editor-active.ast-theme-transparent-header #masthead,
  .fl-builder-edit .ast-theme-transparent-header #masthead,
  body.vc_editor.ast-theme-transparent-header #masthead,
  body.brz-ed.ast-theme-transparent-header #masthead {
    z-index: 0;
  }
  .ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header
    .custom-mobile-logo-link {
    display: none;
  }
  .ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header
    .transparent-custom-logo {
    display: inline-block;
  }
  .ast-theme-transparent-header .ast-above-header,
  .ast-theme-transparent-header .ast-above-header.ast-above-header-bar {
    background-image: none;
    background-color: transparent;
  }
  .ast-theme-transparent-header .ast-below-header,
  .ast-theme-transparent-header .ast-below-header.ast-below-header-bar {
    background-image: none;
    background-color: transparent;
  }
}
.ast-theme-transparent-header .ast-builder-menu .main-header-menu,
.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-link,
.ast-theme-transparent-header
  [CLASS*="ast-builder-menu-"]
  .main-header-menu
  .menu-item
  > .menu-link,
.ast-theme-transparent-header .ast-masthead-custom-menu-items,
.ast-theme-transparent-header .ast-masthead-custom-menu-items a,
.ast-theme-transparent-header
  .ast-builder-menu
  .main-header-menu
  .menu-item
  > .ast-menu-toggle,
.ast-theme-transparent-header
  .ast-builder-menu
  .main-header-menu
  .menu-item
  > .ast-menu-toggle,
.ast-theme-transparent-header .ast-above-header-navigation a,
.ast-header-break-point.ast-theme-transparent-header
  .ast-above-header-navigation
  a,
.ast-header-break-point.ast-theme-transparent-header
  .ast-above-header-navigation
  > ul.ast-above-header-menu
  > .menu-item-has-children:not(.current-menu-item)
  > .ast-menu-toggle,
.ast-theme-transparent-header .ast-below-header-menu,
.ast-theme-transparent-header .ast-below-header-menu a,
.ast-header-break-point.ast-theme-transparent-header .ast-below-header-menu a,
.ast-header-break-point.ast-theme-transparent-header .ast-below-header-menu,
.ast-theme-transparent-header .main-header-menu .menu-link {
  color: #ffffff;
}
.ast-theme-transparent-header
  .ast-builder-menu
  .main-header-menu
  .menu-item:hover
  > .menu-link,
.ast-theme-transparent-header
  .ast-builder-menu
  .main-header-menu
  .menu-item:hover
  > .ast-menu-toggle,
.ast-theme-transparent-header
  .ast-builder-menu
  .main-header-menu
  .ast-masthead-custom-menu-items
  a:hover,
.ast-theme-transparent-header
  .ast-builder-menu
  .main-header-menu
  .focus
  > .menu-link,
.ast-theme-transparent-header
  .ast-builder-menu
  .main-header-menu
  .focus
  > .ast-menu-toggle,
.ast-theme-transparent-header
  .ast-builder-menu
  .main-header-menu
  .current-menu-item
  > .menu-link,
.ast-theme-transparent-header
  .ast-builder-menu
  .main-header-menu
  .current-menu-ancestor
  > .menu-link,
.ast-theme-transparent-header
  .ast-builder-menu
  .main-header-menu
  .current-menu-item
  > .ast-menu-toggle,
.ast-theme-transparent-header
  .ast-builder-menu
  .main-header-menu
  .current-menu-ancestor
  > .ast-menu-toggle,
.ast-theme-transparent-header
  [CLASS*="ast-builder-menu-"]
  .main-header-menu
  .current-menu-item
  > .menu-link,
.ast-theme-transparent-header
  [CLASS*="ast-builder-menu-"]
  .main-header-menu
  .current-menu-ancestor
  > .menu-link,
.ast-theme-transparent-header
  [CLASS*="ast-builder-menu-"]
  .main-header-menu
  .current-menu-item
  > .ast-menu-toggle,
.ast-theme-transparent-header
  [CLASS*="ast-builder-menu-"]
  .main-header-menu
  .current-menu-ancestor
  > .ast-menu-toggle,
.ast-theme-transparent-header .main-header-menu .menu-item:hover > .menu-link,
.ast-theme-transparent-header .main-header-menu .current-menu-item > .menu-link,
.ast-theme-transparent-header
  .main-header-menu
  .current-menu-ancestor
  > .menu-link {
  color: var(--ast-global-color-5);
}
.ast-theme-transparent-header
  .ast-builder-menu
  .main-header-menu
  .menu-item
  .sub-menu
  .menu-link,
.ast-theme-transparent-header
  .main-header-menu
  .menu-item
  .sub-menu
  .menu-link {
  background-color: transparent;
}
@media (max-width: 921px) {
  .ast-theme-transparent-header #masthead {
    position: absolute;
    left: 0;
    right: 0;
  }
  .ast-theme-transparent-header .main-header-bar,
  .ast-theme-transparent-header.ast-header-break-point .main-header-bar {
    background: none;
  }
  body.elementor-editor-active.ast-theme-transparent-header #masthead,
  .fl-builder-edit .ast-theme-transparent-header #masthead,
  body.vc_editor.ast-theme-transparent-header #masthead,
  body.brz-ed.ast-theme-transparent-header #masthead {
    z-index: 0;
  }
  .ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header
    .custom-mobile-logo-link {
    display: none;
  }
  .ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header
    .transparent-custom-logo {
    display: inline-block;
  }
  .ast-theme-transparent-header .ast-above-header,
  .ast-theme-transparent-header .ast-above-header.ast-above-header-bar {
    background-image: none;
    background-color: transparent;
  }
  .ast-theme-transparent-header .ast-below-header,
  .ast-theme-transparent-header .ast-below-header.ast-below-header-bar {
    background-image: none;
    background-color: transparent;
  }
}
@media (max-width: 921px) {
  .ast-theme-transparent-header .ast-builder-menu .main-header-menu,
  .ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-link,
  .ast-theme-transparent-header
    [CLASS*="ast-builder-menu-"]
    .main-header-menu
    .menu-item
    > .menu-link,
  .ast-theme-transparent-header .ast-masthead-custom-menu-items,
  .ast-theme-transparent-header .ast-masthead-custom-menu-items a,
  .ast-theme-transparent-header
    .ast-builder-menu
    .main-header-menu
    .menu-item
    > .ast-menu-toggle,
  .ast-theme-transparent-header
    .ast-builder-menu
    .main-header-menu
    .menu-item
    > .ast-menu-toggle,
  .ast-theme-transparent-header .main-header-menu .menu-link {
    color: #8b8698;
  }
  .ast-theme-transparent-header
    .ast-builder-menu
    .main-header-menu
    .menu-item:hover
    > .menu-link,
  .ast-theme-transparent-header
    .ast-builder-menu
    .main-header-menu
    .menu-item:hover
    > .ast-menu-toggle,
  .ast-theme-transparent-header
    .ast-builder-menu
    .main-header-menu
    .ast-masthead-custom-menu-items
    a:hover,
  .ast-theme-transparent-header
    .ast-builder-menu
    .main-header-menu
    .focus
    > .menu-link,
  .ast-theme-transparent-header
    .ast-builder-menu
    .main-header-menu
    .focus
    > .ast-menu-toggle,
  .ast-theme-transparent-header
    .ast-builder-menu
    .main-header-menu
    .current-menu-item
    > .menu-link,
  .ast-theme-transparent-header
    .ast-builder-menu
    .main-header-menu
    .current-menu-ancestor
    > .menu-link,
  .ast-theme-transparent-header
    .ast-builder-menu
    .main-header-menu
    .current-menu-item
    > .ast-menu-toggle,
  .ast-theme-transparent-header
    .ast-builder-menu
    .main-header-menu
    .current-menu-ancestor
    > .ast-menu-toggle,
  .ast-theme-transparent-header
    [CLASS*="ast-builder-menu-"]
    .main-header-menu
    .current-menu-item
    > .menu-link,
  .ast-theme-transparent-header
    [CLASS*="ast-builder-menu-"]
    .main-header-menu
    .current-menu-ancestor
    > .menu-link,
  .ast-theme-transparent-header
    [CLASS*="ast-builder-menu-"]
    .main-header-menu
    .current-menu-item
    > .ast-menu-toggle,
  .ast-theme-transparent-header
    [CLASS*="ast-builder-menu-"]
    .main-header-menu
    .current-menu-ancestor
    > .ast-menu-toggle,
  .ast-theme-transparent-header .main-header-menu .menu-item:hover > .menu-link,
  .ast-theme-transparent-header
    .main-header-menu
    .current-menu-item
    > .menu-link,
  .ast-theme-transparent-header
    .main-header-menu
    .current-menu-ancestor
    > .menu-link {
    color: var(--ast-global-color-2);
  }
}
.ast-theme-transparent-header
  #ast-desktop-header
  > .ast-main-header-wrap
  > .main-header-bar,
.ast-theme-transparent-header.ast-header-break-point
  #ast-mobile-header
  > .ast-main-header-wrap
  > .main-header-bar {
  border-bottom-width: 0px;
  border-bottom-style: solid;
}
.ast-breadcrumbs .trail-browse,
.ast-breadcrumbs .trail-items,
.ast-breadcrumbs .trail-items li {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
  background: inherit;
  text-indent: 0;
  text-decoration: none;
}
.ast-breadcrumbs .trail-browse {
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: inherit;
}
.ast-breadcrumbs .trail-items {
  list-style: none;
}
.trail-items li::after {
  padding: 0 0.3em;
  content: "\00bb";
}
.trail-items li:last-of-type::after {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.entry-content :where(h1, h2, h3, h4, h5, h6) {
  color: var(--ast-global-color-2);
}
@media (max-width: 921px) {
  .ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-firstrow
    .ast-builder-grid-row
    > *:first-child,
  .ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-lastrow
    .ast-builder-grid-row
    > *:last-child {
    grid-column: 1 / -1;
  }
}
@media (max-width: 544px) {
  .ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-firstrow
    .ast-builder-grid-row
    > *:first-child,
  .ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-lastrow
    .ast-builder-grid-row
    > *:last-child {
    grid-column: 1 / -1;
  }
}
.ast-builder-layout-element[data-section="title_tagline"] {
  display: flex;
}
@media (max-width: 921px) {
  .ast-header-break-point
    .ast-builder-layout-element[data-section="title_tagline"] {
    display: flex;
  }
}
@media (max-width: 544px) {
  .ast-header-break-point
    .ast-builder-layout-element[data-section="title_tagline"] {
    display: flex;
  }
}
[data-section*="section-hb-button-"] .menu-link {
  display: none;
}
.ast-header-button-1 .ast-custom-button {
  background: #c19a6b;
}
.ast-header-button-1[data-section="section-hb-button-1"] {
  display: flex;
}
@media (max-width: 921px) {
  .ast-header-break-point
    .ast-header-button-1[data-section="section-hb-button-1"] {
    display: none;
  }
}
@media (max-width: 544px) {
  .ast-header-break-point
    .ast-header-button-1[data-section="section-hb-button-1"] {
    display: none;
  }
}
.ast-builder-menu-1 {
  font-family: inherit;
  font-weight: normal;
}
.ast-builder-menu-1 .menu-item > .menu-link {
  font-size: 16px;
  font-size: 1rem;
  color: var(--ast-global-color-6);
  padding-left: 20px;
  padding-right: 20px;
}
.ast-builder-menu-1 .menu-item > .ast-menu-toggle {
  color: var(--ast-global-color-6);
}
.ast-builder-menu-1 .menu-link:hover,
.ast-builder-menu-1 .main-header-menu > .menu-item:hover > .menu-link,
.ast-builder-menu-1 .inline-on-mobile .ast-menu-toggle:hover,
.ast-builder-menu-1
  .inline-on-mobile
  .main-header-menu
  > .menu-item:hover
  > .ast-menu-toggle {
  color: var(--ast-global-color-2);
}
.ast-builder-menu-1 .ast-menu-toggle:hover,
.ast-builder-menu-1 .main-header-menu > .menu-item:hover > .ast-menu-toggle {
  color: var(--ast-global-color-2);
}
.ast-builder-menu-1 .menu-item.current-menu-item > .menu-link,
.ast-builder-menu-1
  .inline-on-mobile
  .menu-item.current-menu-item
  > .ast-menu-toggle,
.ast-builder-menu-1 .current-menu-ancestor > .menu-link {
  color: var(--ast-global-color-2);
}
.ast-builder-menu-1 .menu-item.current-menu-item > .ast-menu-toggle {
  color: var(--ast-global-color-2);
}
.ast-builder-menu-1 .sub-menu,
.ast-builder-menu-1 .inline-on-mobile .sub-menu {
  border-top-width: 2px;
  border-bottom-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-color: var(--ast-global-color-0);
  border-style: solid;
}
.ast-builder-menu-1 .sub-menu .sub-menu {
  top: -2px;
}
.ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu,
.ast-builder-menu-1
  .main-header-menu
  > .menu-item
  > .astra-full-megamenu-wrapper {
  margin-top: 0px;
}
.ast-desktop
  .ast-builder-menu-1
  .main-header-menu
  > .menu-item
  > .sub-menu:before,
.ast-desktop
  .ast-builder-menu-1
  .main-header-menu
  > .menu-item
  > .astra-full-megamenu-wrapper:before {
  height: calc(0px + 2px + 5px);
}
.ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle {
  right: calc(20px - 0.907em);
}
.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link {
  border-style: none;
}
@media (max-width: 921px) {
  .ast-header-break-point
    .ast-builder-menu-1
    .menu-item.menu-item-has-children
    > .ast-menu-toggle {
    top: 0;
  }
  .ast-builder-menu-1
    .inline-on-mobile
    .menu-item.menu-item-has-children
    > .ast-menu-toggle {
    right: -15px;
  }
  .ast-builder-menu-1 .menu-item-has-children > .menu-link:after {
    content: unset;
  }
  .ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu,
  .ast-builder-menu-1
    .main-header-menu
    > .menu-item
    > .astra-full-megamenu-wrapper {
    margin-top: 0;
  }
}
@media (max-width: 544px) {
  .ast-header-break-point
    .ast-builder-menu-1
    .menu-item.menu-item-has-children
    > .ast-menu-toggle {
    top: 0;
  }
  .ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu,
  .ast-builder-menu-1
    .main-header-menu
    > .menu-item
    > .astra-full-megamenu-wrapper {
    margin-top: 0;
  }
}
.ast-builder-menu-1 {
  display: flex;
}
@media (max-width: 921px) {
  .ast-header-break-point .ast-builder-menu-1 {
    display: flex;
  }
}
@media (max-width: 544px) {
  .ast-header-break-point .ast-builder-menu-1 {
    display: flex;
  }
}
.site-below-footer-wrap {
  padding-top: 20px;
  padding-bottom: 20px;
}
.site-below-footer-wrap[data-section="section-below-footer-builder"] {
  background-color: var(--ast-global-color-7);
  background-image: none;
  min-height: 80px;
  border-style: solid;
  border-width: 0px;
  border-top-width: 1px;
  border-top-color: rgba(255, 255, 255, 0.1);
}
.site-below-footer-wrap[data-section="section-below-footer-builder"]
  .ast-builder-grid-row {
  max-width: 1200px;
  min-height: 80px;
  margin-left: auto;
  margin-right: auto;
}
.site-below-footer-wrap[data-section="section-below-footer-builder"]
  .ast-builder-grid-row,
.site-below-footer-wrap[data-section="section-below-footer-builder"]
  .site-footer-section {
  align-items: center;
}
.site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-inline
  .site-footer-section {
  display: flex;
  margin-bottom: 0;
}
.ast-builder-grid-row-full .ast-builder-grid-row {
  grid-template-columns: 1fr;
}
@media (max-width: 921px) {
  .site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-tablet-inline
    .site-footer-section {
    display: flex;
    margin-bottom: 0;
  }
  .site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-tablet-stack
    .site-footer-section {
    display: block;
    margin-bottom: 10px;
  }
  .ast-builder-grid-row-container.ast-builder-grid-row-tablet-full
    .ast-builder-grid-row {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 544px) {
  .site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-mobile-inline
    .site-footer-section {
    display: flex;
    margin-bottom: 0;
  }
  .site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-mobile-stack
    .site-footer-section {
    display: block;
    margin-bottom: 10px;
  }
  .ast-builder-grid-row-container.ast-builder-grid-row-mobile-full
    .ast-builder-grid-row {
    grid-template-columns: 1fr;
  }
}
.site-below-footer-wrap[data-section="section-below-footer-builder"] {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 921px) {
  .site-below-footer-wrap[data-section="section-below-footer-builder"] {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 544px) {
  .site-below-footer-wrap[data-section="section-below-footer-builder"] {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 48px;
    padding-right: 48px;
  }
}
.site-below-footer-wrap[data-section="section-below-footer-builder"] {
  display: grid;
}
@media (max-width: 921px) {
  .ast-header-break-point
    .site-below-footer-wrap[data-section="section-below-footer-builder"] {
    display: grid;
  }
}
@media (max-width: 544px) {
  .ast-header-break-point
    .site-below-footer-wrap[data-section="section-below-footer-builder"] {
    display: grid;
  }
}
.ast-footer-copyright {
  text-align: center;
}
.ast-footer-copyright.site-footer-focus-item {
  color: var(--ast-global-color-5);
}
@media (max-width: 921px) {
  .ast-footer-copyright {
    text-align: center;
  }
}
@media (max-width: 544px) {
  .ast-footer-copyright {
    text-align: center;
  }
}
.ast-footer-copyright.site-footer-focus-item {
  font-size: 14px;
  font-size: 0.875rem;
}
.ast-footer-copyright.ast-builder-layout-element {
  display: flex;
}
@media (max-width: 921px) {
  .ast-header-break-point .ast-footer-copyright.ast-builder-layout-element {
    display: flex;
  }
}
@media (max-width: 544px) {
  .ast-header-break-point .ast-footer-copyright.ast-builder-layout-element {
    display: flex;
  }
}
.ast-social-stack-desktop .ast-builder-social-element,
.ast-social-stack-tablet .ast-builder-social-element,
.ast-social-stack-mobile .ast-builder-social-element {
  margin-top: 6px;
  margin-bottom: 6px;
}
.social-show-label-true .ast-builder-social-element {
  width: auto;
  padding: 0 0.4em;
}
[data-section^="section-fb-social-icons-"] .footer-social-inner-wrap {
  text-align: center;
}
.ast-footer-social-wrap {
  width: 100%;
}
.ast-footer-social-wrap .ast-builder-social-element:first-child {
  margin-left: 0;
}
.ast-footer-social-wrap .ast-builder-social-element:last-child {
  margin-right: 0;
}
.ast-header-social-wrap .ast-builder-social-element:first-child {
  margin-left: 0;
}
.ast-header-social-wrap .ast-builder-social-element:last-child {
  margin-right: 0;
}
.ast-builder-social-element {
  line-height: 1;
  color: var(--ast-global-color-2);
  background: transparent;
  vertical-align: middle;
  transition: all 0.01s;
  margin-left: 6px;
  margin-right: 6px;
  justify-content: center;
  align-items: center;
}
.ast-builder-social-element .social-item-label {
  padding-left: 6px;
}
.ast-footer-social-1-wrap .ast-builder-social-element,
.ast-footer-social-1-wrap .social-show-label-true .ast-builder-social-element {
  margin-left: 12px;
  margin-right: 12px;
}
.ast-footer-social-1-wrap .ast-builder-social-element svg {
  width: 18px;
  height: 18px;
}
.ast-footer-social-1-wrap {
  margin-top: 15px;
}
.ast-footer-social-1-wrap .ast-social-color-type-custom svg {
  fill: rgba(255, 255, 255, 0.64);
}
.ast-footer-social-1-wrap
  .ast-social-color-type-custom
  .ast-builder-social-element:hover {
  color: #ffffff;
}
.ast-footer-social-1-wrap
  .ast-social-color-type-custom
  .ast-builder-social-element:hover
  svg {
  fill: #ffffff;
}
.ast-footer-social-1-wrap .ast-social-color-type-custom .social-item-label {
  color: rgba(255, 255, 255, 0.64);
}
.ast-footer-social-1-wrap .ast-builder-social-element:hover .social-item-label {
  color: #ffffff;
}
[data-section="section-fb-social-icons-1"] .footer-social-inner-wrap {
  text-align: center;
}
@media (max-width: 921px) {
  [data-section="section-fb-social-icons-1"] .footer-social-inner-wrap {
    text-align: center;
  }
}
@media (max-width: 544px) {
  [data-section="section-fb-social-icons-1"] .footer-social-inner-wrap {
    text-align: center;
  }
}
.ast-builder-layout-element[data-section="section-fb-social-icons-1"] {
  display: flex;
}
@media (max-width: 921px) {
  .ast-header-break-point
    .ast-builder-layout-element[data-section="section-fb-social-icons-1"] {
    display: flex;
  }
}
@media (max-width: 544px) {
  .ast-header-break-point
    .ast-builder-layout-element[data-section="section-fb-social-icons-1"] {
    display: flex;
  }
}
.site-above-footer-wrap {
  padding-top: 20px;
  padding-bottom: 20px;
}
.site-above-footer-wrap[data-section="section-above-footer-builder"] {
  background-color: var(--ast-global-color-7);
  background-image: none;
  min-height: 60px;
}
.site-above-footer-wrap[data-section="section-above-footer-builder"]
  .ast-builder-grid-row {
  max-width: 1200px;
  min-height: 60px;
  margin-left: auto;
  margin-right: auto;
}
.site-above-footer-wrap[data-section="section-above-footer-builder"]
  .ast-builder-grid-row,
.site-above-footer-wrap[data-section="section-above-footer-builder"]
  .site-footer-section {
  align-items: center;
}
.site-above-footer-wrap[data-section="section-above-footer-builder"].ast-footer-row-inline
  .site-footer-section {
  display: flex;
  margin-bottom: 0;
}
.ast-builder-grid-row-full .ast-builder-grid-row {
  grid-template-columns: 1fr;
}
@media (max-width: 921px) {
  .site-above-footer-wrap[data-section="section-above-footer-builder"].ast-footer-row-tablet-inline
    .site-footer-section {
    display: flex;
    margin-bottom: 0;
  }
  .site-above-footer-wrap[data-section="section-above-footer-builder"].ast-footer-row-tablet-stack
    .site-footer-section {
    display: block;
    margin-bottom: 10px;
  }
  .ast-builder-grid-row-container.ast-builder-grid-row-tablet-full
    .ast-builder-grid-row {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 544px) {
  .site-above-footer-wrap[data-section="section-above-footer-builder"].ast-footer-row-mobile-inline
    .site-footer-section {
    display: flex;
    margin-bottom: 0;
  }
  .site-above-footer-wrap[data-section="section-above-footer-builder"].ast-footer-row-mobile-stack
    .site-footer-section {
    display: block;
    margin-bottom: 10px;
  }
  .ast-builder-grid-row-container.ast-builder-grid-row-mobile-full
    .ast-builder-grid-row {
    grid-template-columns: 1fr;
  }
}
.site-above-footer-wrap[data-section="section-above-footer-builder"] {
  padding-top: 75px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.site-above-footer-wrap[data-section="section-above-footer-builder"] {
  display: grid;
}
@media (max-width: 921px) {
  .ast-header-break-point
    .site-above-footer-wrap[data-section="section-above-footer-builder"] {
    display: grid;
  }
}
@media (max-width: 544px) {
  .ast-header-break-point
    .site-above-footer-wrap[data-section="section-above-footer-builder"] {
    display: grid;
  }
}
.site-footer {
  background-color: var(--ast-global-color-2);
  background-image: none;
}
.site-primary-footer-wrap {
  padding-top: 45px;
  padding-bottom: 45px;
}
.site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
  background-color: var(--ast-global-color-7);
  background-image: none;
}
.site-primary-footer-wrap[data-section="section-primary-footer-builder"]
  .ast-builder-grid-row {
  grid-column-gap: 0px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.site-primary-footer-wrap[data-section="section-primary-footer-builder"]
  .ast-builder-grid-row,
.site-primary-footer-wrap[data-section="section-primary-footer-builder"]
  .site-footer-section {
  align-items: flex-start;
}
.site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-inline
  .site-footer-section {
  display: flex;
  margin-bottom: 0;
}
.ast-builder-grid-row-3-cheavy .ast-builder-grid-row {
  grid-template-columns: 1fr 2fr 1fr;
}
@media (max-width: 921px) {
  .site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-tablet-inline
    .site-footer-section {
    display: flex;
    margin-bottom: 0;
  }
  .site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-tablet-stack
    .site-footer-section {
    display: block;
    margin-bottom: 10px;
  }
  .ast-builder-grid-row-container.ast-builder-grid-row-tablet-full
    .ast-builder-grid-row {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 544px) {
  .site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-mobile-inline
    .site-footer-section {
    display: flex;
    margin-bottom: 0;
  }
  .site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-mobile-stack
    .site-footer-section {
    display: block;
    margin-bottom: 10px;
  }
  .ast-builder-grid-row-container.ast-builder-grid-row-mobile-full
    .ast-builder-grid-row {
    grid-template-columns: 1fr;
  }
}
.site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
  padding-top: 50px;
  padding-bottom: 75px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 921px) {
  .site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
    padding-top: 20px;
    padding-bottom: 50px;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 544px) {
  .site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
    padding-top: 48px;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
  display: grid;
}
@media (max-width: 921px) {
  .ast-header-break-point
    .site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
    display: grid;
  }
}
@media (max-width: 544px) {
  .ast-header-break-point
    .site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
    display: grid;
  }
}
.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"].footer-widget-area-inner {
  text-align: center;
}
@media (max-width: 921px) {
  .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"].footer-widget-area-inner {
    text-align: center;
  }
}
@media (max-width: 544px) {
  .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"].footer-widget-area-inner {
    text-align: center;
  }
}
.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"].footer-widget-area-inner {
  text-align: center;
}
@media (max-width: 921px) {
  .footer-widget-area[data-section="sidebar-widgets-footer-widget-3"].footer-widget-area-inner {
    text-align: center;
  }
}
@media (max-width: 544px) {
  .footer-widget-area[data-section="sidebar-widgets-footer-widget-3"].footer-widget-area-inner {
    text-align: center;
  }
}
.footer-widget-area.widget-area.site-footer-focus-item {
  width: auto;
}
.ast-footer-row-inline .footer-widget-area.widget-area.site-footer-focus-item {
  width: 100%;
}
.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"].footer-widget-area-inner {
  color: var(--ast-global-color-5);
}
.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"]
  .widget-title,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] h1,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"]
  .widget-area
  h1,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] h2,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"]
  .widget-area
  h2,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] h3,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"]
  .widget-area
  h3,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] h4,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"]
  .widget-area
  h4,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] h5,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"]
  .widget-area
  h5,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] h6,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"]
  .widget-area
  h6 {
  color: var(--ast-global-color-5);
}
.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] {
  margin-top: -5px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media (max-width: 544px) {
  .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] {
    margin-bottom: 40px;
  }
}
.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] {
  display: block;
}
@media (max-width: 921px) {
  .ast-header-break-point
    .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] {
    display: block;
  }
}
@media (max-width: 544px) {
  .ast-header-break-point
    .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] {
    display: block;
  }
}
.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"]
  .widget-title,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] h1,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"]
  .widget-area
  h1,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] h2,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"]
  .widget-area
  h2,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] h3,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"]
  .widget-area
  h3,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] h4,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"]
  .widget-area
  h4,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] h5,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"]
  .widget-area
  h5,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] h6,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"]
  .widget-area
  h6 {
  color: #ffffff;
}
.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] {
  display: block;
}
@media (max-width: 921px) {
  .ast-header-break-point
    .footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] {
    display: block;
  }
}
@media (max-width: 544px) {
  .ast-header-break-point
    .footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] {
    display: block;
  }
}
.ast-header-break-point .main-header-bar {
  border-bottom-width: 1px;
}
@media (min-width: 922px) {
  .main-header-bar {
    border-bottom-width: 1px;
  }
}
.main-header-menu .menu-item,
#astra-footer-menu .menu-item,
.main-header-bar .ast-masthead-custom-menu-items {
  -js-display: flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.main-header-menu > .menu-item > .menu-link,
#astra-footer-menu > .menu-item > .menu-link {
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -js-display: flex;
  display: flex;
}
.ast-header-break-point
  .main-navigation
  ul
  .menu-item
  .menu-link
  .icon-arrow:first-of-type
  svg {
  top: 0.2em;
  margin-top: 0px;
  margin-left: 0px;
  width: 0.65em;
  transform: translate(0, -2px) rotateZ(270deg);
}
.ast-mobile-popup-content .ast-submenu-expanded > .ast-menu-toggle {
  transform: rotateX(180deg);
  overflow-y: auto;
}
@media (min-width: 922px) {
  .ast-builder-menu .main-navigation > ul > li:last-child a {
    margin-right: 0;
  }
}
.ast-separate-container .ast-article-inner {
  background-color: transparent;
  background-image: none;
}
.ast-separate-container .ast-article-post {
  background-color: var(--ast-global-color-5);
  background-image: none;
}
@media (max-width: 921px) {
  .ast-separate-container .ast-article-post {
    background-color: var(--ast-global-color-5);
    background-image: none;
  }
}
@media (max-width: 544px) {
  .ast-separate-container .ast-article-post {
    background-color: var(--ast-global-color-5);
    background-image: none;
  }
}
.ast-separate-container .ast-article-single:not(.ast-related-post),
.ast-separate-container .error-404,
.ast-separate-container .no-results,
.single.ast-separate-container .ast-author-meta,
.ast-separate-container .related-posts-title-wrapper,
.ast-separate-container .comments-count-wrapper,
.ast-box-layout.ast-plain-container .site-content,
.ast-padded-layout.ast-plain-container .site-content,
.ast-separate-container .ast-archive-description,
.ast-separate-container .comments-area .comment-respond,
.ast-separate-container .comments-area .ast-comment-list li,
.ast-separate-container .comments-area .comments-title {
  background-color: var(--ast-global-color-5);
  background-image: none;
}
@media (max-width: 921px) {
  .ast-separate-container .ast-article-single:not(.ast-related-post),
  .ast-separate-container .error-404,
  .ast-separate-container .no-results,
  .single.ast-separate-container .ast-author-meta,
  .ast-separate-container .related-posts-title-wrapper,
  .ast-separate-container .comments-count-wrapper,
  .ast-box-layout.ast-plain-container .site-content,
  .ast-padded-layout.ast-plain-container .site-content,
  .ast-separate-container .ast-archive-description {
    background-color: var(--ast-global-color-5);
    background-image: none;
  }
}
@media (max-width: 544px) {
  .ast-separate-container .ast-article-single:not(.ast-related-post),
  .ast-separate-container .error-404,
  .ast-separate-container .no-results,
  .single.ast-separate-container .ast-author-meta,
  .ast-separate-container .related-posts-title-wrapper,
  .ast-separate-container .comments-count-wrapper,
  .ast-box-layout.ast-plain-container .site-content,
  .ast-padded-layout.ast-plain-container .site-content,
  .ast-separate-container .ast-archive-description {
    background-color: var(--ast-global-color-5);
    background-image: none;
  }
}
.ast-separate-container.ast-two-container #secondary .widget {
  background-color: var(--ast-global-color-5);
  background-image: none;
}
@media (max-width: 921px) {
  .ast-separate-container.ast-two-container #secondary .widget {
    background-color: var(--ast-global-color-5);
    background-image: none;
  }
}
@media (max-width: 544px) {
  .ast-separate-container.ast-two-container #secondary .widget {
    background-color: var(--ast-global-color-5);
    background-image: none;
  }
}
.ast-mobile-header-content > *,
.ast-desktop-header-content > * {
  padding: 10px 0;
  height: auto;
}
.ast-mobile-header-content > *:first-child,
.ast-desktop-header-content > *:first-child {
  padding-top: 10px;
}
.ast-mobile-header-content > .ast-builder-menu,
.ast-desktop-header-content > .ast-builder-menu {
  padding-top: 0;
}
.ast-mobile-header-content > *:last-child,
.ast-desktop-header-content > *:last-child {
  padding-bottom: 0;
}
.ast-mobile-header-content .ast-search-menu-icon.ast-inline-search label,
.ast-desktop-header-content .ast-search-menu-icon.ast-inline-search label {
  width: 100%;
}
.ast-desktop-header-content
  .main-header-bar-navigation
  .ast-submenu-expanded
  > .ast-menu-toggle::before {
  transform: rotateX(180deg);
}
#ast-desktop-header .ast-desktop-header-content,
.ast-mobile-header-content .ast-search-icon,
.ast-desktop-header-content .ast-search-icon,
.ast-mobile-header-wrap .ast-mobile-header-content,
.ast-main-header-nav-open.ast-popup-nav-open
  .ast-mobile-header-wrap
  .ast-mobile-header-content,
.ast-main-header-nav-open.ast-popup-nav-open .ast-desktop-header-content {
  display: none;
}
.ast-main-header-nav-open.ast-header-break-point
  #ast-desktop-header
  .ast-desktop-header-content,
.ast-main-header-nav-open.ast-header-break-point
  .ast-mobile-header-wrap
  .ast-mobile-header-content {
  display: block;
}
.ast-desktop
  .ast-desktop-header-content
  .astra-menu-animation-slide-up
  > .menu-item
  > .sub-menu,
.ast-desktop
  .ast-desktop-header-content
  .astra-menu-animation-slide-up
  > .menu-item
  .menu-item
  > .sub-menu,
.ast-desktop
  .ast-desktop-header-content
  .astra-menu-animation-slide-down
  > .menu-item
  > .sub-menu,
.ast-desktop
  .ast-desktop-header-content
  .astra-menu-animation-slide-down
  > .menu-item
  .menu-item
  > .sub-menu,
.ast-desktop
  .ast-desktop-header-content
  .astra-menu-animation-fade
  > .menu-item
  > .sub-menu,
.ast-desktop
  .ast-desktop-header-content
  .astra-menu-animation-fade
  > .menu-item
  .menu-item
  > .sub-menu {
  opacity: 1;
  visibility: visible;
}
.ast-hfb-header.ast-default-menu-enable.ast-header-break-point
  .ast-mobile-header-wrap
  .ast-mobile-header-content
  .main-header-bar-navigation {
  width: unset;
  margin: unset;
}
.ast-mobile-header-content.content-align-flex-end
  .main-header-bar-navigation
  .menu-item-has-children
  > .ast-menu-toggle,
.ast-desktop-header-content.content-align-flex-end
  .main-header-bar-navigation
  .menu-item-has-children
  > .ast-menu-toggle {
  left: calc(20px - 0.907em);
  right: auto;
}
.ast-mobile-header-content .ast-search-menu-icon,
.ast-mobile-header-content .ast-search-menu-icon.slide-search,
.ast-desktop-header-content .ast-search-menu-icon,
.ast-desktop-header-content .ast-search-menu-icon.slide-search {
  width: 100%;
  position: relative;
  display: block;
  right: auto;
  transform: none;
}
.ast-mobile-header-content .ast-search-menu-icon.slide-search .search-form,
.ast-mobile-header-content .ast-search-menu-icon .search-form,
.ast-desktop-header-content .ast-search-menu-icon.slide-search .search-form,
.ast-desktop-header-content .ast-search-menu-icon .search-form {
  right: 0;
  visibility: visible;
  opacity: 1;
  position: relative;
  top: auto;
  transform: none;
  padding: 0;
  display: block;
  overflow: hidden;
}
.ast-mobile-header-content
  .ast-search-menu-icon.ast-inline-search
  .search-field,
.ast-mobile-header-content .ast-search-menu-icon .search-field,
.ast-desktop-header-content
  .ast-search-menu-icon.ast-inline-search
  .search-field,
.ast-desktop-header-content .ast-search-menu-icon .search-field {
  width: 100%;
  padding-right: 5.5em;
}
.ast-mobile-header-content .ast-search-menu-icon .search-submit,
.ast-desktop-header-content .ast-search-menu-icon .search-submit {
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  padding: 0 1em;
  border-radius: 0;
}
.ast-hfb-header.ast-default-menu-enable.ast-header-break-point
  .ast-mobile-header-wrap
  .ast-mobile-header-content
  .main-header-bar-navigation
  ul
  .sub-menu
  .menu-link {
  padding-left: 30px;
}
.ast-hfb-header.ast-default-menu-enable.ast-header-break-point
  .ast-mobile-header-wrap
  .ast-mobile-header-content
  .main-header-bar-navigation
  .sub-menu
  .menu-item
  .menu-item
  .menu-link {
  padding-left: 40px;
}
.ast-mobile-popup-drawer.active .ast-mobile-popup-inner {
  background-color: #ffffff;
}
.ast-mobile-header-wrap .ast-mobile-header-content,
.ast-desktop-header-content {
  background-color: #ffffff;
}
.ast-mobile-popup-content > *,
.ast-mobile-header-content > *,
.ast-desktop-popup-content > *,
.ast-desktop-header-content > * {
  padding-top: 0px;
  padding-bottom: 0px;
}
.content-align-flex-start .ast-builder-layout-element {
  justify-content: flex-start;
}
.content-align-flex-start .main-header-menu {
  text-align: left;
}
.ast-mobile-popup-drawer.active .menu-toggle-close {
  color: #3a3a3a;
}
.ast-mobile-header-wrap .ast-primary-header-bar,
.ast-primary-header-bar .site-primary-header-wrap {
  min-height: 96px;
}
.ast-desktop:not(:has(.ast-header-sticked))
  .ast-primary-header-bar
  .main-header-menu
  > .menu-item {
  line-height: 96px;
}
#masthead .ast-container,
.site-header-focus-item + .ast-breadcrumbs-wrapper {
  max-width: 100%;
  padding-left: 35px;
  padding-right: 35px;
}
.ast-header-break-point
  #masthead
  .ast-mobile-header-wrap
  .ast-primary-header-bar,
.ast-header-break-point #masthead .ast-mobile-header-wrap .ast-below-header-bar,
.ast-header-break-point
  #masthead
  .ast-mobile-header-wrap
  .ast-above-header-bar {
  padding-left: 20px;
  padding-right: 20px;
}
.ast-header-break-point .ast-primary-header-bar {
  border-bottom-width: 1px;
  border-bottom-color: #eaeaea;
  border-bottom-style: solid;
}
@media (min-width: 922px) {
  .ast-primary-header-bar {
    border-bottom-width: 1px;
    border-bottom-color: #eaeaea;
    border-bottom-style: solid;
  }
}
.ast-primary-header-bar {
  background-color: var(--ast-global-color-5);
  background-image: none;
}
@media (max-width: 921px) {
  .ast-mobile-header-wrap .ast-primary-header-bar,
  .ast-primary-header-bar .site-primary-header-wrap {
    min-height: 72px;
  }
}
@media (max-width: 544px) {
  .ast-mobile-header-wrap .ast-primary-header-bar,
  .ast-primary-header-bar .site-primary-header-wrap {
    min-height: 64px;
  }
}
@media (max-width: 921px) {
  .ast-desktop .ast-primary-header-bar.main-header-bar,
  .ast-header-break-point #masthead .ast-primary-header-bar.main-header-bar {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 22px;
    padding-right: 32px;
  }
}
@media (max-width: 544px) {
  .ast-desktop .ast-primary-header-bar.main-header-bar,
  .ast-header-break-point #masthead .ast-primary-header-bar.main-header-bar {
    padding-left: 14px;
    padding-right: 24px;
  }
}
.ast-primary-header-bar {
  display: block;
}
@media (max-width: 921px) {
  .ast-header-break-point .ast-primary-header-bar {
    display: grid;
  }
}
@media (max-width: 544px) {
  .ast-header-break-point .ast-primary-header-bar {
    display: grid;
  }
}
.ast-hfb-header .site-header {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media (max-width: 921px) {
  .ast-hfb-header .site-header {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 544px) {
  .ast-hfb-header .site-header {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
[data-section="section-header-mobile-trigger"]
  .ast-button-wrap
  .ast-mobile-menu-trigger-minimal {
  color: #5c9735;
  border: none;
  background: transparent;
}
[data-section="section-header-mobile-trigger"]
  .ast-button-wrap
  .mobile-menu-toggle-icon
  .ast-mobile-svg {
  width: 20px;
  height: 20px;
  fill: #5c9735;
}
[data-section="section-header-mobile-trigger"]
  .ast-button-wrap
  .mobile-menu-wrap
  .mobile-menu {
  color: #5c9735;
}
.ast-builder-menu-mobile
  .main-navigation
  .menu-item.menu-item-has-children
  > .ast-menu-toggle {
  top: 0;
}
.ast-builder-menu-mobile
  .main-navigation
  .menu-item-has-children
  > .menu-link:after {
  content: unset;
}
.ast-hfb-header .ast-builder-menu-mobile .main-header-menu,
.ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .menu-link,
.ast-hfb-header
  .ast-builder-menu-mobile
  .main-navigation
  .menu-item
  .sub-menu
  .menu-link {
  border-style: none;
}
.ast-builder-menu-mobile
  .main-navigation
  .menu-item.menu-item-has-children
  > .ast-menu-toggle {
  top: 0;
}
@media (max-width: 921px) {
  .ast-builder-menu-mobile
    .main-navigation
    .menu-item.menu-item-has-children
    > .ast-menu-toggle {
    top: 0;
  }
  .ast-builder-menu-mobile
    .main-navigation
    .menu-item-has-children
    > .menu-link:after {
    content: unset;
  }
}
@media (max-width: 544px) {
  .ast-builder-menu-mobile
    .main-navigation
    .menu-item.menu-item-has-children
    > .ast-menu-toggle {
    top: 0;
  }
}
.ast-builder-menu-mobile .main-navigation {
  display: block;
}
@media (max-width: 921px) {
  .ast-header-break-point .ast-builder-menu-mobile .main-navigation {
    display: block;
  }
}
@media (max-width: 544px) {
  .ast-header-break-point .ast-builder-menu-mobile .main-navigation {
    display: block;
  }
}
.footer-nav-wrap .astra-footer-vertical-menu {
  display: grid;
}
@media (min-width: 769px) {
  .footer-nav-wrap .astra-footer-horizontal-menu li {
    margin: 0;
  }
  .footer-nav-wrap .astra-footer-horizontal-menu a {
    padding: 0 0.5em;
  }
}
@media (min-width: 769px) {
  .footer-nav-wrap .astra-footer-horizontal-menu li:first-child a {
    padding-left: 0;
  }
  .footer-nav-wrap .astra-footer-horizontal-menu li:last-child a {
    padding-right: 0;
  }
}
.footer-widget-area[data-section="section-footer-menu"]
  .astra-footer-horizontal-menu {
  justify-content: center;
}
.footer-widget-area[data-section="section-footer-menu"]
  .astra-footer-vertical-menu
  .menu-item {
  align-items: center;
}
#astra-footer-menu .menu-item > a {
  color: #f4f6f3;
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 20px;
  padding-right: 20px;
}
#astra-footer-menu .menu-item:hover > a {
  color: #ffffff;
}
#astra-footer-menu .menu-item.current-menu-item > a {
  color: #ffffff;
}
#astra-footer-menu {
  margin-bottom: 30px;
}
@media (max-width: 921px) {
  .footer-widget-area[data-section="section-footer-menu"]
    .astra-footer-tablet-horizontal-menu {
    justify-content: center;
    display: flex;
  }
  .footer-widget-area[data-section="section-footer-menu"]
    .astra-footer-tablet-vertical-menu {
    display: grid;
    justify-content: center;
  }
  .footer-widget-area[data-section="section-footer-menu"]
    .astra-footer-tablet-vertical-menu
    .menu-item {
    align-items: center;
  }
  #astra-footer-menu .menu-item > a {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 16px;
    padding-right: 16px;
  }
  #astra-footer-menu {
    margin-top: 24px;
  }
}
@media (max-width: 544px) {
  #astra-footer-menu {
    margin-top: 16px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .footer-widget-area[data-section="section-footer-menu"]
    .astra-footer-mobile-horizontal-menu {
    justify-content: center;
    display: flex;
  }
  .footer-widget-area[data-section="section-footer-menu"]
    .astra-footer-mobile-vertical-menu {
    display: grid;
    justify-content: center;
  }
  .footer-widget-area[data-section="section-footer-menu"]
    .astra-footer-mobile-vertical-menu
    .menu-item {
    align-items: center;
  }
  #astra-footer-menu .menu-item > a {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.footer-widget-area[data-section="section-footer-menu"] {
  display: block;
}
@media (max-width: 921px) {
  .ast-header-break-point
    .footer-widget-area[data-section="section-footer-menu"] {
    display: block;
  }
}
@media (max-width: 544px) {
  .ast-header-break-point
    .footer-widget-area[data-section="section-footer-menu"] {
    display: block;
  }
}

img.wp-smiley,
img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 0.07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}

.wp-block-joinchat-button {
  border: none !important;
  text-align: center;
}
.wp-block-joinchat-button figure {
  display: table;
  margin: 0 auto;
  padding: 0;
}
.wp-block-joinchat-button figcaption {
  font: normal normal 400 0.6em/2em
    var(--wp--preset--font-family--system-font, sans-serif);
  margin: 0;
  padding: 0;
}
.wp-block-joinchat-button .joinchat-button__qr {
  background-color: #fff;
  border: 6px solid #25d366;
  border-radius: 30px;
  box-sizing: content-box;
  display: block;
  height: 200px;
  margin: auto;
  overflow: hidden;
  padding: 10px;
  width: 200px;
}
.wp-block-joinchat-button .joinchat-button__qr canvas,
.wp-block-joinchat-button .joinchat-button__qr img {
  display: block;
  margin: auto;
}
.wp-block-joinchat-button .joinchat-button__link {
  align-items: center;
  background-color: #25d366;
  border: 6px solid #25d366;
  border-radius: 30px;
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: center;
  line-height: 1.25em;
  margin: 0 auto;
  text-decoration: none;
}
.wp-block-joinchat-button .joinchat-button__link:before {
  background: transparent var(--joinchat-ico) no-repeat center;
  background-size: 100%;
  content: "";
  display: block;
  height: 1.5em;
  margin: -0.75em 0.75em -0.75em 0;
  width: 1.5em;
}
.wp-block-joinchat-button figure + .joinchat-button__link {
  margin-top: 10px;
}
@media (orientation: landscape) and (min-height: 481px),
  (orientation: portrait) and (min-width: 481px) {
  .wp-block-joinchat-button.joinchat-button--qr-only
    figure
    + .joinchat-button__link {
    display: none;
  }
}
@media (max-width: 480px), (orientation: landscape) and (max-height: 480px) {
  .wp-block-joinchat-button figure {
    display: none;
  }
}

:root {
  --wp--preset--aspect-ratio--square: 1;
  --wp--preset--aspect-ratio--4-3: 4/3;
  --wp--preset--aspect-ratio--3-4: 3/4;
  --wp--preset--aspect-ratio--3-2: 3/2;
  --wp--preset--aspect-ratio--2-3: 2/3;
  --wp--preset--aspect-ratio--16-9: 16/9;
  --wp--preset--aspect-ratio--9-16: 9/16;
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--color--ast-global-color-0: var(--ast-global-color-0);
  --wp--preset--color--ast-global-color-1: var(--ast-global-color-1);
  --wp--preset--color--ast-global-color-2: var(--ast-global-color-2);
  --wp--preset--color--ast-global-color-3: var(--ast-global-color-3);
  --wp--preset--color--ast-global-color-4: var(--ast-global-color-4);
  --wp--preset--color--ast-global-color-5: var(--ast-global-color-5);
  --wp--preset--color--ast-global-color-6: var(--ast-global-color-6);
  --wp--preset--color--ast-global-color-7: var(--ast-global-color-7);
  --wp--preset--color--ast-global-color-8: var(--ast-global-color-8);
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
    135deg,
    rgba(6, 147, 227, 1) 0%,
    rgb(155, 81, 224) 100%
  );
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
    135deg,
    rgb(122, 220, 180) 0%,
    rgb(0, 208, 130) 100%
  );
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
    135deg,
    rgba(252, 185, 0, 1) 0%,
    rgba(255, 105, 0, 1) 100%
  );
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
    135deg,
    rgba(255, 105, 0, 1) 0%,
    rgb(207, 46, 46) 100%
  );
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
    135deg,
    rgb(238, 238, 238) 0%,
    rgb(169, 184, 195) 100%
  );
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
    135deg,
    rgb(74, 234, 220) 0%,
    rgb(151, 120, 209) 20%,
    rgb(207, 42, 186) 40%,
    rgb(238, 44, 130) 60%,
    rgb(251, 105, 98) 80%,
    rgb(254, 248, 76) 100%
  );
  --wp--preset--gradient--blush-light-purple: linear-gradient(
    135deg,
    rgb(255, 206, 236) 0%,
    rgb(152, 150, 240) 100%
  );
  --wp--preset--gradient--blush-bordeaux: linear-gradient(
    135deg,
    rgb(254, 205, 165) 0%,
    rgb(254, 45, 45) 50%,
    rgb(107, 0, 62) 100%
  );
  --wp--preset--gradient--luminous-dusk: linear-gradient(
    135deg,
    rgb(255, 203, 112) 0%,
    rgb(199, 81, 192) 50%,
    rgb(65, 88, 208) 100%
  );
  --wp--preset--gradient--pale-ocean: linear-gradient(
    135deg,
    rgb(255, 245, 203) 0%,
    rgb(182, 227, 212) 50%,
    rgb(51, 167, 181) 100%
  );
  --wp--preset--gradient--electric-grass: linear-gradient(
    135deg,
    rgb(202, 248, 128) 0%,
    rgb(113, 206, 126) 100%
  );
  --wp--preset--gradient--midnight: linear-gradient(
    135deg,
    rgb(2, 3, 129) 0%,
    rgb(40, 116, 252) 100%
  );
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined:
    6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}
:root {
  --wp--style--global--content-size: var(--wp--custom--ast-content-width-size);
  --wp--style--global--wide-size: var(--wp--custom--ast-wide-width-size);
}
:where(body) {
  margin: 0;
}
.wp-site-blocks > .alignleft {
  float: left;
  margin-right: 2em;
}
.wp-site-blocks > .alignright {
  float: right;
  margin-left: 2em;
}
.wp-site-blocks > .aligncenter {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
:where(.wp-site-blocks) > * {
  margin-block-start: 24px;
  margin-block-end: 0;
}
:where(.wp-site-blocks) > :first-child {
  margin-block-start: 0;
}
:where(.wp-site-blocks) > :last-child {
  margin-block-end: 0;
}
:root {
  --wp--style--block-gap: 24px;
}
:root :where(.is-layout-flow) > :first-child {
  margin-block-start: 0;
}
:root :where(.is-layout-flow) > :last-child {
  margin-block-end: 0;
}
:root :where(.is-layout-flow) > * {
  margin-block-start: 24px;
  margin-block-end: 0;
}
:root :where(.is-layout-constrained) > :first-child {
  margin-block-start: 0;
}
:root :where(.is-layout-constrained) > :last-child {
  margin-block-end: 0;
}
:root :where(.is-layout-constrained) > * {
  margin-block-start: 24px;
  margin-block-end: 0;
}
:root :where(.is-layout-flex) {
  gap: 24px;
}
:root :where(.is-layout-grid) {
  gap: 24px;
}
.is-layout-flow > .alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
.is-layout-flow > .alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
.is-layout-flow > .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}
.is-layout-constrained > .alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
.is-layout-constrained > .alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
.is-layout-constrained > .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}
.is-layout-constrained
  > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
.is-layout-constrained > .alignwide {
  max-width: var(--wp--style--global--wide-size);
}
body .is-layout-flex {
  display: flex;
}
.is-layout-flex {
  flex-wrap: wrap;
  align-items: center;
}
.is-layout-flex > :is(*, div) {
  margin: 0;
}
body .is-layout-grid {
  display: grid;
}
.is-layout-grid > :is(*, div) {
  margin: 0;
}
body {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
a:where(:not(.wp-element-button)) {
  text-decoration: none;
}
:root :where(.wp-element-button, .wp-block-button__link) {
  background-color: #32373c;
  border-width: 0;
  color: #fff;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  text-decoration: none;
}
.has-black-color {
  color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-color {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-color {
  color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-color {
  color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-color {
  color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-color {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-color {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-color {
  color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-color {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-color {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-color {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-color {
  color: var(--wp--preset--color--vivid-purple) !important;
}
.has-ast-global-color-0-color {
  color: var(--wp--preset--color--ast-global-color-0) !important;
}
.has-ast-global-color-1-color {
  color: var(--wp--preset--color--ast-global-color-1) !important;
}
.has-ast-global-color-2-color {
  color: var(--wp--preset--color--ast-global-color-2) !important;
}
.has-ast-global-color-3-color {
  color: var(--wp--preset--color--ast-global-color-3) !important;
}
.has-ast-global-color-4-color {
  color: var(--wp--preset--color--ast-global-color-4) !important;
}
.has-ast-global-color-5-color {
  color: var(--wp--preset--color--ast-global-color-5) !important;
}
.has-ast-global-color-6-color {
  color: var(--wp--preset--color--ast-global-color-6) !important;
}
.has-ast-global-color-7-color {
  color: var(--wp--preset--color--ast-global-color-7) !important;
}
.has-ast-global-color-8-color {
  color: var(--wp--preset--color--ast-global-color-8) !important;
}
.has-black-background-color {
  background-color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-background-color {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-background-color {
  background-color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-background-color {
  background-color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-background-color {
  background-color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-background-color {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-background-color {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-background-color {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-background-color {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-background-color {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}
.has-ast-global-color-0-background-color {
  background-color: var(--wp--preset--color--ast-global-color-0) !important;
}
.has-ast-global-color-1-background-color {
  background-color: var(--wp--preset--color--ast-global-color-1) !important;
}
.has-ast-global-color-2-background-color {
  background-color: var(--wp--preset--color--ast-global-color-2) !important;
}
.has-ast-global-color-3-background-color {
  background-color: var(--wp--preset--color--ast-global-color-3) !important;
}
.has-ast-global-color-4-background-color {
  background-color: var(--wp--preset--color--ast-global-color-4) !important;
}
.has-ast-global-color-5-background-color {
  background-color: var(--wp--preset--color--ast-global-color-5) !important;
}
.has-ast-global-color-6-background-color {
  background-color: var(--wp--preset--color--ast-global-color-6) !important;
}
.has-ast-global-color-7-background-color {
  background-color: var(--wp--preset--color--ast-global-color-7) !important;
}
.has-ast-global-color-8-background-color {
  background-color: var(--wp--preset--color--ast-global-color-8) !important;
}
.has-black-border-color {
  border-color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-border-color {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-border-color {
  border-color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-border-color {
  border-color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-border-color {
  border-color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-border-color {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-border-color {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-border-color {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-border-color {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-border-color {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}
.has-ast-global-color-0-border-color {
  border-color: var(--wp--preset--color--ast-global-color-0) !important;
}
.has-ast-global-color-1-border-color {
  border-color: var(--wp--preset--color--ast-global-color-1) !important;
}
.has-ast-global-color-2-border-color {
  border-color: var(--wp--preset--color--ast-global-color-2) !important;
}
.has-ast-global-color-3-border-color {
  border-color: var(--wp--preset--color--ast-global-color-3) !important;
}
.has-ast-global-color-4-border-color {
  border-color: var(--wp--preset--color--ast-global-color-4) !important;
}
.has-ast-global-color-5-border-color {
  border-color: var(--wp--preset--color--ast-global-color-5) !important;
}
.has-ast-global-color-6-border-color {
  border-color: var(--wp--preset--color--ast-global-color-6) !important;
}
.has-ast-global-color-7-border-color {
  border-color: var(--wp--preset--color--ast-global-color-7) !important;
}
.has-ast-global-color-8-border-color {
  border-color: var(--wp--preset--color--ast-global-color-8) !important;
}
.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}
.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}
.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}
.has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}
.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}
.has-cool-to-warm-spectrum-gradient-background {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.has-blush-light-purple-gradient-background {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.has-blush-bordeaux-gradient-background {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.has-luminous-dusk-gradient-background {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.has-pale-ocean-gradient-background {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}
.has-electric-grass-gradient-background {
  background: var(--wp--preset--gradient--electric-grass) !important;
}
.has-midnight-gradient-background {
  background: var(--wp--preset--gradient--midnight) !important;
}
.has-small-font-size {
  font-size: var(--wp--preset--font-size--small) !important;
}
.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important;
}
.has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important;
}
:root :where(.wp-block-pullquote) {
  font-size: 1.5em;
  line-height: 1.6;
}

: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 {
  --sep: 20px;
  --bottom: var(--sep);
  --s: 60px;
  --h: calc(var(--s)/2);
  display: block;
  transform: scale3d(1, 1, 1);
  position: fixed;
  z-index: 9000;
  right: var(--sep);
  bottom: var(--bottom);
}
.joinchat * {
  box-sizing: border-box;
}
.joinchat__qr,
.joinchat__chatbox {
  display: none;
}
.joinchat__tooltip {
  opacity: 0;
}
.joinchat__button {
  position: absolute;
  z-index: 2;
  bottom: 8px;
  right: 8px;
  height: var(--s);
  width: var(--s);
  background: #25d366 var(--joinchat-ico, none) center / 60% no-repeat;
  color: inherit;
  border-radius: 50%;
  box-shadow: 1px 6px 24px 0 rgba(7, 94, 84, 0.24);
}
.joinchat--left {
  right: auto;
  left: var(--sep);
}
.joinchat--left .joinchat__button {
  right: auto;
  left: 8px;
}
.joinchat__button__ico {
  position: absolute;
  inset: 0;
  display: flex;
  border-radius: 50%;
  overflow: hidden;
  color: hsl(
    0deg 0% clamp(0%, var(--bw) * 1000%, 100%) /
      clamp(70%, var(--bw) * 1000%, 100%)
  ) !important;
}
.joinchat__button__ico svg {
  width: var(--ico-size, 100%);
  height: var(--ico-size, 100%);
  margin: calc((100% - var(--ico-size, 100%)) / 2);
}
.joinchat__button:has(.joinchat__button__ico) {
  background: hsl(var(--ch) var(--cs) var(--cl));
  box-shadow: 1px 6px 24px 0
    hsl(var(--ch) var(--cs) calc(var(--cl) - 10%) / 24%);
}
.joinchat__button:has(.joinchat__button__ico):hover,
.joinchat__button:has(.joinchat__button__ico):active {
  background: hsl(var(--ch) var(--cs) calc(var(--cl) + 20%));
}
.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--img .joinchat__button__image {
  opacity: 1;
  animation: none;
}
@media (orientation: portrait) and(width>=481px),
  (orientation: landscape) and(height>=481px) {
  .joinchat--mobile {
    display: none !important;
  }
}
@media (width <=480px), (orientation: landscape) and(height <=480px) {
  .joinchat {
    --sep: 6px;
  }
}

@media (min-width: 1025px) {
  body .uag-hide-desktop.uagb-google-map__wrap,
  body .uag-hide-desktop {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  body .uag-hide-tab.uagb-google-map__wrap,
  body .uag-hide-tab {
    display: none !important;
  }
}
@media (max-width: 767px) {
  body .uag-hide-mob.uagb-google-map__wrap,
  body .uag-hide-mob {
    display: none !important;
  }
}

/* Modern Navbar and Footer Styles */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");

/* Global Font */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
div,
button,
input,
select,
textarea,
.entry-content :where(h1, h2, h3, h4, h5, h6),
.site-title,
.site-title a,
.ast-button,
.ast-custom-button,
.entry-title {
  font-family: "Poppins", sans-serif !important;
}

.main-header-menu .menu-link,
.footer-navigation .menu-link {
  font-family: "Poppins", sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px;
  transition: all 0.3s ease;
  text-transform: capitalize;
}
.main-header-menu .menu-link:hover,
.footer-navigation .menu-link:hover {
  color: var(--ast-global-color-1) !important;
  opacity: 0.9;
}
.ast-header-button-1 .ast-custom-button-link .ast-custom-button {
  font-family: "Poppins", sans-serif !important;
  background-color: #2596be !important;
  color: #ffffff !important;
  border-radius: 50px !important;
  padding: 12px 28px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
  letter-spacing: 0.5px;
}
.ast-header-button-1 .ast-custom-button-link:hover .ast-custom-button {
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15) !important;
  background-color: #00465b !important;
}

/* Footer Layout Adjustments */
.site-above-footer-wrap {
  padding-bottom: 20px !important;
}
.site-primary-footer-wrap {
  padding-top: 0px !important;
}
.footer-social-inner-wrap {
  justify-content: center !important;
  margin-top: 10px;
}
.footer-nav-wrap {
  display: flex;
  justify-content: center;
}
.footer-social-inner-wrap .ast-builder-social-element svg {
  width: 32px !important;
  height: 32px !important;
}
.footer-social-inner-wrap .ast-builder-social-element {
  margin: 0 15px !important;
}

/* Navbar Background */
#masthead {
  background-color: rgba(0, 0, 0, 0.4) !important;
  transition: background-color 0.3s ease;
}

.ast-custom-button,
.ast-custom-button-link,
.ast-custom-button .button,
.ast-builder-button-wrap .ast-custom-button,
.ast-builder-button-wrap .ast-custom-button-link,
.ast-builder-button-wrap .button {
  background-color: #2596be !important;
  border-color: #2596be !important;
  color: #ffffff !important;
  background-image: none !important;
}
.ast-custom-button:hover,
.ast-custom-button-link:hover,
.ast-custom-button:hover .button,
.ast-builder-button-wrap .ast-custom-button:hover,
.ast-builder-button-wrap .ast-custom-button-link:hover,
.ast-builder-button-wrap .button:hover {
  background-color: #1d7b9c !important;
  border-color: #1d7b9c !important;
  color: #ffffff !important;
  background-image: none !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  font-family: Arial, sans-serif;
}

.hero {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: transparent;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: transparent;
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  color: #ffffff;
  padding: 0 20px;
}

/* Animation classes */
.fade-in-up {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 1s ease-out forwards;
}

.delay-1 {
  animation-delay: 0.2s;
}
.delay-2 {
  animation-delay: 0.4s;
}
.delay-3 {
  animation-delay: 0.6s;
}
.delay-4 {
  animation-delay: 0.8s;
}

.hero-logo {
  width: 170px;
  margin-bottom: 25px;
  display: block;
}

.hero h1 {
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 15px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}

.hero-line {
  width: 60px;
  height: 5px;
  background-color: #e4525b;
  margin: 0 auto 20px auto;
}

.hero-subtitle {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  margin-bottom: 0;
}

.hero-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
}

.hero-btn {
  padding: 12px 30px;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  font-family: "Poppins", sans-serif;
}

.hero-btn-primary {
  background-color: #e4525b;
  color: #ffffff !important;
  border: 2px solid #e4525b;
}

.hero-btn-primary:hover {
  background-color: transparent;
  color: #e4525b !important;
}

.hero-btn-outline {
  background-color: transparent;
  color: #ffffff !important;
  border: 2px solid #ffffff;
}

.hero-btn-outline:hover {
  background-color: #ffffff;
  color: #333333 !important;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .hero {
    padding: 0 5%;
  }
  .hero h1 {
    font-size: 2.5rem;
  }
  .hero-logo {
    width: 130px;
  }
  .hero-subtitle {
    font-size: 1rem;
  }
  .hero-buttons {
    flex-direction: column;
    gap: 10px;
  }
}

/* About Us Section Styles */
.about-us {
  padding: 80px 5%;
  background-color: #fcfcfc;
}
.about-us-container {
  max-width: 1200px;
  margin: 0 auto;
}
.about-header {
  text-align: center;
  margin-bottom: 50px;
}
.about-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333333;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.about-line {
  width: 60px;
  height: 5px;
  background-color: #e4525b;
  margin: 0 auto;
}
.about-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
.about-image {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.about-image img {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}
.about-divider {
  width: 2px;
  height: 350px;
  background: linear-gradient(to bottom, transparent, #e4525b, transparent);
  border-radius: 2px;
}
.about-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-text h3 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #e4525b;
  margin-bottom: 15px;
  line-height: 1.4;
}
.about-text p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #555555;
  margin-bottom: 25px;
}
.about-text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .about-content {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }
  .about-image {
    justify-content: center;
  }
  .about-divider {
    width: 200px;
    height: 2px;
    background: linear-gradient(to right, transparent, #e4525b, transparent);
  }
}

/* Reviews Section Styles */
.reviews-section {
  padding: 80px 5%;
  background-color: #f9f9f9;
  text-align: center;
}
.mobile-break {
  display: none;
}
@media (max-width: 768px) {
  .mobile-break {
    display: block;
  }
}
.reviews-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333333;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .mobile-break {
    display: none;
  }
  @media (max-width: 768px) {
    .mobile-break {
      display: block;
    }
  }
  .reviews-header h2 {
    font-size: 1.8rem;
    hyphens: none;
  }
}
.reviews-line {
  width: 60px;
  height: 5px;
  background-color: #e4525b;
  margin: 0 auto 50px auto;
}
.reviews-wrapper {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
.my-reviews-swiper {
  padding-top: 20px;
  padding-bottom: 40px;
  overflow: hidden;
}
.modern-nav-btn {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  color: #333333;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border: 1px solid #eeeeee;
}
.modern-nav-btn:after {
  font-size: 1.2rem;
  font-weight: bold;
}
.modern-nav-btn:hover {
  background-color: #e4525b;
  color: #ffffff;
  border-color: #e4525b;
}
.modern-nav-btn.swiper-button-prev {
  left: -15px;
}
.modern-nav-btn.swiper-button-next {
  right: -15px;
}
@media (max-width: 768px) {
  .reviews-wrapper {
    padding: 0 20px;
  }
  .modern-nav-btn {
    width: 40px;
    height: 40px;
    display: flex !important;
  }
  .modern-nav-btn:after {
    font-size: 1rem;
  }
  .modern-nav-btn.swiper-button-prev {
    left: -10px;
  }
  .modern-nav-btn.swiper-button-next {
    right: -10px;
  }
}
.review-card {
  height: 100%;
  box-sizing: border-box;
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
  position: relative;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border: 1px solid #eeeeee;
}

.review-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(228, 82, 91, 0.15);
  border-color: #e4525b;
}
.review-card::before {
  content: "“";
  font-size: 8rem;
  color: rgba(228, 82, 91, 0.05);
  position: absolute;
  top: -20px;
  right: 10px;
  line-height: 1;
  font-family: serif;
  z-index: 0;
}
.review-card > * {
  position: relative;
  z-index: 1;
}
.review-stars {
  color: #ffd700;
  font-size: 1.4rem;
  margin-bottom: 15px;
  letter-spacing: 2px;
}
.review-text {
  font-size: 1.05rem;
  color: #555555;
  line-height: 1.7;
  margin-bottom: 30px;
  font-style: italic;
}
.review-author {
  font-weight: 600;
  color: #333333;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  gap: 15px;
  border-top: 1px solid #eeeeee;
  padding-top: 15px;
}
.review-author span {
  display: inline-block;
  width: 45px;
  height: 45px;
  background-color: #e4525b;
  color: white;
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
  font-weight: bold;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .review-card {
    text-align: center;
  }
  .review-author {
    justify-content: center;
  }
}

/* Features Section Styles */
.features-section {
  padding: 80px 5%;
  background-color: #ffffff;
  text-align: center;
}
.features-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333333;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.features-line {
  width: 60px;
  height: 5px;
  background-color: #e4525b;
  margin: 0 auto 50px auto;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}
.feature-card {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
  border: 1px solid #f0f0f0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.feature-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #e4525b;
  transition: height 0.4s ease;
  z-index: -1;
}
.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(228, 82, 91, 0.2);
  border-color: #e4525b;
}
.feature-card:hover::before {
  height: 100%;
}
.feature-card:hover .feature-icon,
.feature-card:hover h3,
.feature-card:hover p {
  color: #ffffff;
}
.feature-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px auto;
  color: #e4525b;
  transition: color 0.4s ease;
}
.feature-icon svg {
  width: 100%;
  height: 100%;
}
.feature-card h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333333;
  margin-bottom: 15px;
  transition: color 0.4s ease;
}
.feature-card p {
  font-size: 1.05rem;
  color: #666666;
  line-height: 1.6;
  transition: color 0.4s ease;
}

/* Portfolio Section Styles */
.portfolio-section {
  padding: 80px 5%;
  background-color: #f9f9f9;
  text-align: center;
}
.portfolio-container {
  max-width: 1200px;
  margin: 0 auto;
}
.portfolio-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333333;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.portfolio-line {
  width: 60px;
  height: 5px;
  background-color: #e4525b;
  margin: 0 auto 50px auto;
}
.portfolio-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 40px;
  justify-content: center;
}
.filter-btn {
  padding: 10px 25px;
  background-color: #ffffff;
  border: 2px solid #e0e0e0;
  border-radius: 30px;
  font-size: 1rem;
  font-weight: 600;
  color: #555555;
  cursor: pointer;
  transition: all 0.3s ease;
}
.filter-btn:hover {
  border-color: #e4525b;
  color: #e4525b;
}
.filter-btn.active {
  background-color: #e4525b;
  border-color: #e4525b;
  color: #ffffff;
}
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
}
.portfolio-item {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
  aspect-ratio: 3/4;
}
.portfolio-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    filter 0.6s ease;
}
.portfolio-item:hover img {
  transform: scale(1.1);
  filter: brightness(0.6);
}

.portfolio-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}
.portfolio-item:hover::before {
  opacity: 1;
}

/* Premium Contact Section Styles */
.contact-section-premium {
  padding: 100px 5%;
  background-color: #fafafa;
  text-align: center;
}
.contact-premium-container {
  max-width: 1300px;
  margin: 0 auto;
}
.contact-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333333;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.contact-line {
  width: 60px;
  height: 5px;
  background-color: #e4525b;
  margin: 0 auto 60px auto;
}
.contact-split {
  display: flex;
  gap: 60px;
  align-items: center;
  text-align: left;
}
.contact-info-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.info-card {
  display: flex;
  align-items: center;
  gap: 25px;
  background: #ffffff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  transition: all 0.4s ease;
  border-left: 5px solid transparent;
}
.info-card:hover {
  transform: translateX(10px);
  box-shadow: 0 15px 40px rgba(228, 82, 91, 0.1);
  border-left: 5px solid #e4525b;
}
.icon-wrapper {
  width: 60px;
  height: 60px;
  background: #fcfcfc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e4525b;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  flex-shrink: 0;
  transition: transform 0.4s ease;
}
.info-card:hover .icon-wrapper {
  transform: scale(1.1) rotate(5deg);
  background: #e4525b;
  color: #ffffff;
}
.icon-wrapper svg {
  width: 28px;
  height: 28px;
}
.info-text h4 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #222222;
  margin-bottom: 8px;
}
.info-text p {
  font-size: 1.05rem;
  color: #666666;
  line-height: 1.6;
}
.contact-map-col {
  flex: 1.2;
}
.map-frame {
  width: 100%;
  height: 450px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
  border: 6px solid #ffffff;
}
.map-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .contact-split {
    flex-direction: column;
  }
  .contact-map-col {
    width: 100%;
  }
  .map-frame {
    height: 350px;
  }
}

.googlesitekit-sign-in-with-google__frontend-output-button {
  max-width: 320px;
}
.interim-login
  #login
  > .googlesitekit-sign-in-with-google__frontend-output-button {
  margin-bottom: 16px;
}

/* Corporate Global Typography Standards */
body {
  font-family: "DM Sans", sans-serif !important;
}

/* Global Paragraph Standardization */
p, .service-desc, .about-text p, .feature-card p, .review-text, .info-text p {
  font-family: "DM Sans", sans-serif !important;
  font-size: 1.1rem !important;
  line-height: 1.7 !important;
}

/* Global Component Title Standardization */
h3.corporate-title, .service-title, .about-text h3, .feature-card h3, .info-text h4 {
  font-family: "DM Sans", sans-serif !important;
  font-size: 1.4rem !important;
  font-weight: 600 !important;
}

/* Custom Footer and Menu Background */
.site-footer,
.site-above-footer-wrap,
.site-primary-footer-wrap,
.site-below-footer-wrap {
  background-color: #00465b !important;
}

/* If alt menü meant dropdown submenus */
.main-header-menu .sub-menu,
.main-header-menu .sub-menu > li > a {
  background-color: #00465b !important;
}

/* Ensure Ebrar Yavuz footer link is highly visible */
.ast-footer-copyright a {
  color: #fff !important;
  text-decoration: underline !important;
  font-weight: bold !important;
  opacity: 1 !important;
  visibility: visible !important;
  display: inline-block !important;
}

.ast-footer-copyright {
  color: #e0e0e0 !important;
}

