img:is([sizes="auto" i], [sizes^="auto," i]) {
  contain-intrinsic-size: 3000px 1500px;
}
:root {
  --ast-post-nav-space: 0;
  --ast-container-default-xlg-padding: 2.5em;
  --ast-container-default-lg-padding: 2.5em;
  --ast-container-default-slg-padding: 2em;
  --ast-container-default-md-padding: 2.5em;
  --ast-container-default-sm-padding: 2.5em;
  --ast-container-default-xs-padding: 2.4em;
  --ast-container-default-xxs-padding: 1.8em;
  --ast-code-block-background: #eceff3;
  --ast-comment-inputs-background: #f9fafb;
  --ast-normal-container-width: 1200px;
  --ast-narrow-container-width: 750px;
  --ast-blog-title-font-weight: 600;
  --ast-blog-meta-weight: 600;
  --ast-global-color-primary: var(--ast-global-color-4);
  --ast-global-color-secondary: var(--ast-global-color-5);
  --ast-global-color-alternate-background: var(--ast-global-color-6);
  --ast-global-color-subtle-background: var(--ast-global-color-7);
  --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: 112.5%;
}

a {
  color: var(--ast-global-color-0);
}

a:hover,
a:focus {
  color: var(--ast-global-color-1);
}

body,
button,
input,
select,
textarea,
.ast-button,
.ast-custom-button {
  font-family: "Inter", sans-serif;
  font-weight: inherit;
  font-size: 18px;
  font-size: 1rem;
  line-height: var(--ast-body-line-height, 1.65);
}

blockquote {
  color: var(--ast-global-color-3);
}

h1,
h2,
h3,
h4,
h5,
h6,
.entry-content :where(h1, h2, h3, h4, h5, h6),
.site-title,
.site-title a {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
}

.site-title {
  font-size: 35px;
  font-size: 1.9444444444444rem;
  display: none;
}

.site-header .site-description {
  font-size: 15px;
  font-size: 0.83333333333333rem;
  display: none;
}

.entry-title {
  font-size: 20px;
  font-size: 1.1111111111111rem;
}

.ast-blog-single-element.ast-taxonomy-container a {
  font-size: 14px;
  font-size: 0.77777777777778rem;
}

.ast-blog-meta-container {
  font-size: 13px;
  font-size: 0.72222222222222rem;
}

.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 {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  overflow: hidden;
}

h1,
.entry-content :where(h1) {
  font-size: 64px;
  font-size: 3.5555555555556rem;
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.4em;
}

h2,
.entry-content :where(h2) {
  font-size: 48px;
  font-size: 2.6666666666667rem;
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.3em;
}

h3,
.entry-content :where(h3) {
  font-size: 24px;
  font-size: 1.3333333333333rem;
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.3em;
}

h4,
.entry-content :where(h4) {
  font-size: 20px;
  font-size: 1.1111111111111rem;
  line-height: 1.2em;
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
}

h5,
.entry-content :where(h5) {
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.2em;
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
}

h6,
.entry-content :where(h6) {
  font-size: 15px;
  font-size: 0.83333333333333rem;
  line-height: 1.25em;
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
}

::selection {
  background-color: var(--ast-global-color-0);
  color: #ffffff;
}

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-0);
  background-color: var(--ast-global-color-0);
}

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-0);
}

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-0);
  background-color: var(--ast-global-color-0);
  box-shadow: none;
}

.site-footer a:hover + .post-count,
.site-footer a:focus + .post-count {
  background: var(--ast-global-color-0);
  border-color: var(--ast-global-color-0);
}

.single .nav-links .nav-previous,
.single .nav-links .nav-next {
  color: var(--ast-global-color-0);
}

.entry-meta,
.entry-meta * {
  line-height: 1.45;
  color: var(--ast-global-color-0);
}

.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-0);
}

.secondary .calendar_wrap #today,
.ast-progress-val span {
  background: var(--ast-global-color-0);
}

.secondary a:hover + .post-count,
.secondary a:focus + .post-count {
  background: var(--ast-global-color-0);
  border-color: var(--ast-global-color-0);
}

.calendar_wrap #today > a {
  color: #ffffff;
}

.page-links .page-link,
.single .post-navigation a {
  color: var(--ast-global-color-3);
}

.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;
}

.ast-search-menu-icon .search-form button.search-submit:focus,
.ast-theme-transparent-header .ast-header-search .ast-dropdown-active .ast-icon,
.ast-theme-transparent-header .ast-inline-search .search-field:focus .ast-icon {
  color: var(--ast-global-color-1);
}

.ast-desktop .ast-header-search .slide-search .search-form {
  border: 2px solid var(--ast-global-color-0);
}

.ast-header-search .slide-search .search-field {
  background-color: var(--ast-global-dark-bg-style);
}

.ast-archive-title {
  color: var(--ast-global-color-2);
}

.widget-title {
  font-size: 25px;
  font-size: 1.3888888888889rem;
  color: var(--ast-global-color-2);
}

.single .ast-author-details .author-title {
  color: var(--ast-global-color-1);
}

.ast-single-post .entry-content a,
.ast-comment-content a:not(.ast-comment-edit-reply-wrap a) {
  text-decoration: underline;
}

.ast-single-post .entry-content .uagb-tab a,
.ast-single-post .entry-content .uagb-ifb-cta a,
.ast-single-post .entry-content .uabb-module-content a,
.ast-single-post .entry-content .uagb-post-grid a,
.ast-single-post .entry-content .uagb-timeline a,
.ast-single-post .entry-content .uagb-toc__wrap a,
.ast-single-post .entry-content .uagb-taxomony-box a,
.entry-content .wp-block-latest-posts > li > a,
.ast-single-post .entry-content .wp-block-file__button,
a.ast-post-filter-single,
.ast-single-post .ast-comment-content .comment-reply-link,
.ast-single-post .ast-comment-content .comment-edit-link {
  text-decoration: none;
}

.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;
}

.site-logo-img img {
  transition: all 0.2s linear;
}

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;
}

.ast-separate-container .site-content .ast-single-post-featured-section + article {
  margin-top: -80px;
  z-index: 9;
  position: relative;
  border-radius: 4px;
}

@media (min-width: 922px) {
  .ast-no-sidebar .site-content .ast-article-image-container--wide {
    margin-left: -120px;
    margin-right: -120px;
    max-width: unset;
    width: unset;
  }

  .ast-left-sidebar .site-content .ast-article-image-container--wide,
  .ast-right-sidebar .site-content .ast-article-image-container--wide {
    margin-left: -10px;
    margin-right: -10px;
  }

  .site-content .ast-article-image-container--full {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    max-width: 100vw;
    width: 100vw;
  }

  .ast-left-sidebar .site-content .ast-article-image-container--full,
  .ast-right-sidebar .site-content .ast-article-image-container--full {
    margin-left: -10px;
    margin-right: -10px;
    max-width: inherit;
    width: auto;
  }
}

.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;
  }
}

.ast-page-builder-template .hentry {
  margin: 0;
}

.ast-page-builder-template .site-content > .ast-container {
  max-width: 100%;
  padding: 0;
}

.ast-page-builder-template .site .site-content #primary {
  padding: 0;
  margin: 0;
}

.ast-page-builder-template .no-results {
  text-align: center;
  margin: 4em auto;
}

.ast-page-builder-template .ast-pagination {
  padding: 2em;
}

.ast-page-builder-template .entry-header.ast-no-title.ast-no-thumbnail {
  margin-top: 0;
}

.ast-page-builder-template .entry-header.ast-header-without-markup {
  margin-top: 0;
  margin-bottom: 0;
}

.ast-page-builder-template .entry-header.ast-no-title.ast-no-meta {
  margin-bottom: 0;
}

.ast-page-builder-template.single .post-navigation {
  padding-bottom: 2em;
}

.ast-page-builder-template.single-post .site-content > .ast-container {
  max-width: 100%;
}

.ast-page-builder-template .entry-header {
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
}

.ast-page-builder-template .ast-archive-description {
  margin: 2em auto 0;
  padding-left: 20px;
  padding-right: 20px;
}

.ast-page-builder-template .ast-row {
  margin-left: 0;
  margin-right: 0;
}

.single.ast-page-builder-template .entry-header + .entry-content,
.single.ast-page-builder-template .ast-single-entry-banner + .site-content article .entry-content {
  margin-bottom: 2em;
}

@media (min-width: 921px) {
  .ast-page-builder-template.archive.ast-right-sidebar .ast-row article,
  .ast-page-builder-template.archive.ast-left-sidebar .ast-row article {
    padding-left: 0;
    padding-right: 0;
  }
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="reset"],
input[type="tel"],
input[type="date"],
select,
textarea {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  width: 100%;
  padding: 12px 16px;
  border-radius: 4px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  color: var(--ast-form-input-text, #475569);
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="reset"],
input[type="tel"],
input[type="date"],
select {
  height: 40px;
}

input[type="date"] {
  border-width: 1px;
  border-style: solid;
  border-color: var(--ast-border-color);
  background: var(--ast-global-color-secondary, var(--ast-global-color-5));
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="reset"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
select:focus,
textarea:focus {
  border-color: #046bd2;
  box-shadow: none;
  outline: none;
  color: var(--ast-form-input-focus-text, #475569);
}

label,
legend {
  color: var(--ast-global-color-2, #111827);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

select {
  padding: 6px 10px;
}

fieldset {
  padding: 30px;
  border-radius: 4px;
}

button,
.ast-button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"],
a:where(.wp-block-button__link) {
  border-radius: 4px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

:root {
  --ast-comment-inputs-background: #fff;
}

::placeholder {
  color: var(--ast-form-field-color, #9ca3af);
}

::-ms-input-placeholder {
  color: var(--ast-form-field-color, #9ca3af);
}

@media (max-width: 921.99px) {
  #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-7);
}

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-7);
}

.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-2);
  background-color: var(--ast-global-color-7);
  border-color: var(--ast-global-color-7);
}

.post-page-numbers.current .page-link,
.ast-pagination .page-numbers.current {
  color: #ffffff;
  border-color: var(--ast-global-color-0);
  background-color: var(--ast-global-color-0);
}

.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-7);
  font-family: inherit;
  font-weight: 600;
  font-size: 20px;
  font-size: 1.1111111111111rem;
  line-height: 1em;
  padding-top: 20px;
  padding-right: 40px;
  padding-bottom: 20px;
  padding-left: 40px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.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: var(--ast-global-color-2);
  background-color: var(--ast-global-color-7);
  border-color: var(--ast-global-color-7);
}

.ast-single-post .entry-content a.ast-outline-button,
.ast-single-post .entry-content .is-style-outline > .wp-block-button__link {
  text-decoration: none;
}

.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: var(--ast-global-color-7);
}

.uagb-buttons-repeater.ast-outline-button {
  border-radius: 9999px;
}

@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 {
    padding-top: 18px;
    padding-right: 32px;
    padding-bottom: 18px;
    padding-left: 32px;
  }
}

@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 {
    padding-top: 15px;
    padding-right: 28px;
    padding-bottom: 15px;
    padding-left: 28px;
  }
}

.entry-content[data-ast-blocks-layout] > figure {
  margin-bottom: 1em;
}

h1.widget-title {
  font-weight: 600;
}

h2.widget-title {
  font-weight: 600;
}

h3.widget-title {
  font-weight: 600;
}

#page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.ast-404-layout-1 h1.page-title {
  color: var(--ast-global-color-2);
}

.single .post-navigation a {
  line-height: 1em;
  height: inherit;
}

.error-404 .page-sub-title {
  font-size: 1.5rem;
  font-weight: inherit;
}

.search .site-content .content-area .search-form {
  margin-bottom: 0;
}

#page .site-content {
  flex-grow: 1;
}

.widget {
  margin-bottom: 1.25em;
}

#secondary li {
  line-height: 1.5em;
}

#secondary .wp-block-group h2 {
  margin-bottom: 0.7em;
}

#secondary h2 {
  font-size: 1.7rem;
}

.ast-separate-container .ast-article-post,
.ast-separate-container .ast-article-single,
.ast-separate-container .comment-respond {
  padding: 3em;
}

.ast-separate-container .ast-article-single .ast-article-single {
  padding: 0;
}

.ast-article-single .wp-block-post-template-is-layout-grid {
  padding-left: 0;
}

.ast-separate-container .comments-title,
.ast-narrow-container .comments-title {
  padding: 1.5em 2em;
}

.ast-page-builder-template .comment-form-textarea,
.ast-comment-formwrap .ast-grid-common-col {
  padding: 0;
}

.ast-comment-formwrap {
  padding: 0;
  display: inline-flex;
  column-gap: 20px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.comments-area textarea#comment:focus,
.comments-area textarea#comment:active,
.comments-area .ast-comment-formwrap input[type="text"]:focus,
.comments-area .ast-comment-formwrap input[type="text"]:active {
  box-shadow: none;
  outline: none;
}

.archive.ast-page-builder-template .entry-header {
  margin-top: 2em;
}

.ast-page-builder-template .ast-comment-formwrap {
  width: 100%;
}

.entry-title {
  margin-bottom: 0.6em;
}

.ast-archive-description p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.ast-separate-container .ast-comment-list li.depth-1,
.hentry {
  margin-bottom: 1.5em;
}

.site-content section.ast-archive-description {
  margin-bottom: 2em;
}

@media (min-width: 921px) {
  .ast-left-sidebar.ast-page-builder-template #secondary,
  .archive.ast-right-sidebar.ast-page-builder-template .site-main {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 544px) {
  .ast-comment-formwrap.ast-row {
    column-gap: 10px;
    display: inline-block;
  }

  #ast-commentform .ast-grid-common-col {
    position: relative;
    width: 100%;
  }
}

@media (min-width: 1201px) {
  .ast-separate-container .ast-article-post,
  .ast-separate-container .ast-article-single,
  .ast-separate-container .ast-author-box,
  .ast-separate-container .ast-404-layout-1,
  .ast-separate-container .no-results {
    padding: 3em;
  }
}

@media (max-width: 921px) {
  .ast-left-sidebar #content > .ast-container {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }
}

@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: var(--ast-global-color-2);
}

.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:focus {
  color: var(--ast-global-color-2);
  background-color: var(--ast-global-color-7);
  border-color: var(--ast-global-color-7);
}

.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-7);
  background-color: var(--ast-global-color-7);
  color: var(--ast-global-color-2);
  font-family: inherit;
  font-weight: 600;
  line-height: 1em;
  font-size: 20px;
  font-size: 1.1111111111111rem;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  padding-top: 20px;
  padding-right: 40px;
  padding-bottom: 20px;
  padding-left: 40px;
}

.ast-single-post .entry-content .wp-block-button .wp-block-button__link,
.ast-single-post .entry-content .wp-block-search .wp-block-search__button,
body .entry-content .wp-block-file .wp-block-file__button {
  text-decoration: none;
}

@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 {
    padding-top: 18px;
    padding-right: 32px;
    padding-bottom: 18px;
    padding-left: 32px;
  }
}

@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 {
    padding-top: 15px;
    padding-right: 28px;
    padding-bottom: 15px;
    padding-left: 28px;
  }
}

.menu-toggle,
button,
.ast-button,
.ast-custom-button,
.button,
input#submit,
input[type="button"],
input[type="submit"],
input[type="reset"],
#comments .submit,
.search .search-submit,
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,
.search .search-submit {
  border-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-bottom-width: 0px;
  color: var(--ast-global-color-2);
  border-color: var(--ast-global-color-7);
  background-color: var(--ast-global-color-7);
  padding-top: 20px;
  padding-right: 40px;
  padding-bottom: 20px;
  padding-left: 40px;
  font-family: inherit;
  font-weight: 600;
  font-size: 20px;
  font-size: 1.1111111111111rem;
  line-height: 1em;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

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-2);
  background-color: var(--ast-global-color-7);
  border-color: var(--ast-global-color-7);
}

form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button.has-icon {
  padding-top: calc(20px - 3px);
  padding-right: calc(40px - 3px);
  padding-bottom: calc(20px - 3px);
  padding-left: calc(40px - 3px);
}

@media (max-width: 921px) {
  .menu-toggle,
  button,
  .ast-button,
  .ast-custom-button,
  .button,
  input#submit,
  input[type="button"],
  input[type="submit"],
  input[type="reset"],
  #comments .submit,
  .search .search-submit,
  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,
  .search .search-submit {
    padding-top: 18px;
    padding-right: 32px;
    padding-bottom: 18px;
    padding-left: 32px;
  }
}

@media (max-width: 544px) {
  .menu-toggle,
  button,
  .ast-button,
  .ast-custom-button,
  .button,
  input#submit,
  input[type="button"],
  input[type="submit"],
  input[type="reset"],
  #comments .submit,
  .search .search-submit,
  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,
  .search .search-submit {
    padding-top: 15px;
    padding-right: 28px;
    padding-bottom: 15px;
    padding-left: 28px;
  }
}

@media (max-width: 921px) {
  .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;
  }
}

@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;
  }
}

#ast-mobile-header .ast-site-header-cart-li a {
  pointer-events: none;
}

.ast-separate-container {
  background-color: var(--ast-global-color-4);
  background-image: none;
}

@media (max-width: 921px) {
  .site-title {
    display: none;
  }

  .site-header .site-description {
    display: none;
  }
}

@media (max-width: 544px) {
  .site-title {
    display: none;
  }

  .site-header .site-description {
    display: none;
  }
}

@media (max-width: 921px) {
  html {
    font-size: 102.6%;
  }
}

@media (max-width: 544px) {
  html {
    font-size: 102.6%;
  }
}

@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;
  }
}

.entry-content :where(h1, h2, h3, h4, h5, h6) {
  clear: none;
}

@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 [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal {
  background: transparent;
}

.entry-content li > p {
  margin-bottom: 0;
}

.site .comments-area {
  padding-bottom: 2em;
  margin-top: 2em;
}

.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: 100px;
  --wp--custom--ast-default-block-right-padding: 80px;
  --wp--custom--ast-default-block-bottom-padding: 100px;
  --wp--custom--ast-default-block-left-padding: 80px;
  --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: 50px;
    --wp--custom--ast-default-block-right-padding: 50px;
    --wp--custom--ast-default-block-bottom-padding: 50px;
    --wp--custom--ast-default-block-left-padding: 50px;
  }
}

@media (max-width: 544px) {
  :root {
    --wp--custom--ast-default-block-top-padding: 50px;
    --wp--custom--ast-default-block-right-padding: 30px;
    --wp--custom--ast-default-block-bottom-padding: 50px;
    --wp--custom--ast-default-block-left-padding: 30px;
  }
}

.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: none;
  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: auto;
    margin-right: auto;
  }
}

@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-narrow-container .site-content .wp-block-uagb-image--align-full .wp-block-uagb-image__figure {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.entry-content ul,
.entry-content ol {
  padding: revert;
  margin: revert;
  padding-left: 20px;
}

.entry-content ul.wc-block-product-template {
  padding: 0;
}

: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: #060097;
  --ast-global-color-1: #c10fff;
  --ast-global-color-2: #1e293b;
  --ast-global-color-3: #67768e;
  --ast-global-color-4: #f9f6fe;
  --ast-global-color-5: #ffffff;
  --ast-global-color-6: #f2f5f7;
  --ast-global-color-7: #ffcd57;
  --ast-global-color-8: #000000;
}

:root {
  --ast-border-color: var(--ast-global-color-6);
}

.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 .entry-title {
  font-weight: 600;
  font-size: 32px;
  font-size: 1.7777777777778rem;
}

header.entry-header > *:not(:last-child) {
  margin-bottom: 10px;
}

header.entry-header .post-thumb-img-content {
  text-align: center;
}

header.entry-header .post-thumb img,
.ast-single-post-featured-section.post-thumb img {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}

@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-weight: 600;
  font-size: 32px;
  font-size: 1.7777777777778rem;
}

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: 922px) {
  .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 .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: var(--ast-global-color-2);
  }

  .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-0);
  }
}

.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);
}

.entry-title a {
  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: 921.99px) {
  .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;
  }
}

.ast-builder-menu-1 {
  font-family: inherit;
  font-weight: inherit;
}

.ast-builder-menu-1 .menu-item > .menu-link {
  line-height: 1.6em;
  color: rgba(242, 245, 247, 0.76);
}

.ast-builder-menu-1 .menu-item > .ast-menu-toggle {
  color: rgba(242, 245, 247, 0.76);
}

.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-5);
}

.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-5);
}

.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-5);
}

.ast-builder-menu-1 .menu-item.current-menu-item > .ast-menu-toggle {
  color: var(--ast-global-color-5);
}

.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-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: 921.99px) {
  .ast-header-break-point .ast-builder-menu-1 {
    display: flex;
  }
}

@media (max-width: 544px) {
  .ast-header-break-point .ast-builder-menu-1 {
    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-header-social-1-wrap .ast-builder-social-element,
.ast-header-social-1-wrap .social-show-label-true .ast-builder-social-element {
  margin-left: 12.5px;
  margin-right: 12.5px;
}

.ast-header-social-1-wrap .ast-builder-social-element svg {
  width: 18px;
  height: 18px;
}

.ast-header-social-1-wrap .ast-social-color-type-custom svg {
  fill: var(--ast-global-color-4);
}

.ast-header-social-1-wrap .ast-social-color-type-custom .ast-builder-social-element:hover {
  color: var(--ast-global-color-4);
}

.ast-header-social-1-wrap .ast-social-color-type-custom .ast-builder-social-element:hover svg {
  fill: var(--ast-global-color-4);
}

.ast-header-social-1-wrap .ast-social-color-type-custom .social-item-label {
  color: var(--ast-global-color-4);
}

.ast-header-social-1-wrap .ast-builder-social-element:hover .social-item-label {
  color: var(--ast-global-color-4);
}

.ast-builder-layout-element[data-section="section-hb-social-icons-1"] {
  display: flex;
}

@media (max-width: 921.99px) {
  .ast-header-break-point .ast-builder-layout-element[data-section="section-hb-social-icons-1"] {
    display: flex;
  }
}

@media (max-width: 544px) {
  .ast-header-break-point .ast-builder-layout-element[data-section="section-hb-social-icons-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-5);
  min-height: 80px;
  border-style: solid;
  border-width: 0px;
  border-top-width: 1px;
  border-top-color: var(--ast-global-color-subtle-background, var(--ast-global-color-7));
}

.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: flex-start;
}

.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"] {
  display: grid;
}

@media (max-width: 921.99px) {
  .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-3);
}

@media (max-width: 921px) {
  .ast-footer-copyright {
    text-align: center;
  }
}

@media (max-width: 544px) {
  .ast-footer-copyright {
    text-align: center;
  }
}

.ast-footer-copyright.ast-builder-layout-element {
  display: flex;
}

@media (max-width: 921.99px) {
  .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;
  }
}

.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%;
}

.ast-desktop .ast-mega-menu-enabled .ast-builder-menu-1 div:not(.astra-full-megamenu-wrapper) .sub-menu,
.ast-builder-menu-1 .inline-on-mobile .sub-menu,
.ast-desktop .ast-builder-menu-1 .astra-full-megamenu-wrapper,
.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu {
  box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.1);
}

.ast-desktop .ast-mobile-popup-drawer.active .ast-mobile-popup-inner {
  max-width: 35%;
}

@media (max-width: 921px) {
  .ast-mobile-popup-drawer.active .ast-mobile-popup-inner {
    max-width: 90%;
  }
}

@media (max-width: 544px) {
  .ast-mobile-popup-drawer.active .ast-mobile-popup-inner {
    max-width: 90%;
  }
}

.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: var(--ast-global-color-5);
  background-image: none;
}

@media (max-width: 921px) {
  .ast-separate-container .ast-article-inner {
    background-color: var(--ast-global-color-5);
    background-image: none;
  }
}

@media (max-width: 544px) {
  .ast-separate-container .ast-article-inner {
    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 .site-main .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 {
  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 .site-main .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 .site-main .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-plain-container,
.ast-page-builder-template {
  background-color: var(--ast-global-color-5);
  background-image: none;
}

@media (max-width: 921px) {
  .ast-plain-container,
  .ast-page-builder-template {
    background-color: var(--ast-global-color-5);
    background-image: none;
  }
}

@media (max-width: 544px) {
  .ast-plain-container,
  .ast-page-builder-template {
    background-color: var(--ast-global-color-5);
    background-image: none;
  }
}

#ast-scroll-top {
  display: none;
  position: fixed;
  text-align: center;
  cursor: pointer;
  z-index: 99;
  width: 2.1em;
  height: 2.1em;
  line-height: 2.1;
  color: #ffffff;
  border-radius: 2px;
  content: "";
  outline: inherit;
}

@media (min-width: 769px) {
  #ast-scroll-top {
    content: "769";
  }
}

#ast-scroll-top .ast-icon.icon-arrow svg {
  margin-left: 0px;
  vertical-align: middle;
  transform: translate(0, -20%) rotate(180deg);
  width: 1.6em;
}

.ast-scroll-to-top-right {
  right: 30px;
  bottom: 30px;
}

.ast-scroll-to-top-left {
  left: 30px;
  bottom: 30px;
}

#ast-scroll-top {
  background-color: var(--ast-global-color-0);
  font-size: 15px;
}

@media (max-width: 921px) {
  #ast-scroll-top .ast-icon.icon-arrow svg {
    width: 1em;
  }
}

.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-desktop-header-content,
.ast-mobile-header-content {
  position: absolute;
  width: 100%;
}

.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: 110px;
}

.ast-desktop:not(:has(.ast-header-sticked)) .ast-primary-header-bar .main-header-menu > .menu-item {
  line-height: 110px;
}

.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: 0px;
  border-bottom-color: #eaeaea;
  border-bottom-style: solid;
}

@media (min-width: 922px) {
  .ast-primary-header-bar {
    border-bottom-width: 0px;
    border-bottom-color: #eaeaea;
    border-bottom-style: solid;
  }
}

.ast-primary-header-bar {
  background-color: var(--ast-global-color-0);
  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: 100px;
  }
}

@media (max-width: 544px) {
  .ast-mobile-header-wrap .ast-primary-header-bar,
  .ast-primary-header-bar .site-primary-header-wrap {
    min-height: 80px;
  }
}

.ast-primary-header-bar {
  display: block;
}

@media (max-width: 921.99px) {
  .ast-header-break-point .ast-primary-header-bar {
    display: grid;
  }
}

@media (max-width: 544px) {
  .ast-header-break-point .ast-primary-header-bar {
    display: grid;
  }
}

[data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal {
  color: var(--ast-global-color-5);
  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: var(--ast-global-color-5);
}

[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-wrap .mobile-menu {
  color: var(--ast-global-color-5);
}

.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-navigation .main-header-menu,
.ast-hfb-header .ast-builder-menu-mobile .main-navigation .main-header-menu,
.ast-hfb-header .ast-mobile-header-content .ast-builder-menu-mobile .main-navigation .main-header-menu,
.ast-hfb-header .ast-mobile-popup-content .ast-builder-menu-mobile .main-navigation .main-header-menu {
  border-top-width: 1px;
  border-color: #eaeaea;
}

.ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .sub-menu .menu-link,
.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,
.ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .menu-link,
.ast-hfb-header .ast-mobile-header-content .ast-builder-menu-mobile .main-navigation .menu-item .sub-menu .menu-link,
.ast-hfb-header .ast-mobile-header-content .ast-builder-menu-mobile .main-navigation .menu-item .menu-link,
.ast-hfb-header .ast-mobile-popup-content .ast-builder-menu-mobile .main-navigation .menu-item .sub-menu .menu-link,
.ast-hfb-header .ast-mobile-popup-content .ast-builder-menu-mobile .main-navigation .menu-item .menu-link {
  border-bottom-width: 1px;
  border-color: #eaeaea;
  border-style: solid;
}

.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 .main-header-menu .menu-item > .menu-link {
    color: var(--ast-global-color-2);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item > .ast-menu-toggle {
    color: var(--ast-global-color-2);
  }

  .ast-builder-menu-mobile .main-navigation .menu-link:hover,
  .ast-builder-menu-mobile .main-navigation .main-header-menu > .menu-item:hover > .menu-link,
  .ast-builder-menu-mobile .main-navigation .inline-on-mobile .ast-menu-toggle:hover,
  .ast-builder-menu-mobile .main-navigation .inline-on-mobile .main-header-menu > .menu-item:hover > .ast-menu-toggle {
    color: var(--ast-global-color-2);
  }

  .ast-builder-menu-mobile .main-navigation .ast-menu-toggle:hover,
  .ast-builder-menu-mobile .main-navigation .main-header-menu > .menu-item:hover > .ast-menu-toggle {
    color: var(--ast-global-color-2);
  }

  .ast-builder-menu-mobile .main-navigation .menu-item.current-menu-item > .menu-link,
  .ast-builder-menu-mobile .main-navigation .inline-on-mobile .menu-item.current-menu-item > .ast-menu-toggle,
  .ast-builder-menu-mobile .main-navigation .menu-item.current-menu-ancestor > .menu-link,
  .ast-builder-menu-mobile .main-navigation .menu-item.current-menu-ancestor > .ast-menu-toggle {
    color: var(--ast-global-color-0);
  }

  .ast-builder-menu-mobile .main-navigation .menu-item.current-menu-item > .ast-menu-toggle {
    color: var(--ast-global-color-0);
  }

  .ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle {
    top: 10px;
    right: calc(15px - 0.907em);
  }

  .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: 10px;
  }
}

.ast-builder-menu-mobile .main-navigation {
  display: block;
}

@media (max-width: 921.99px) {
  .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;
  }
}
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;
}
:root {
  --wp-block-synced-color: #7a00df;
  --wp-block-synced-color--rgb: 122, 0, 223;
  --wp-bound-block-color: var(--wp-block-synced-color);
  --wp-editor-canvas-background: #ddd;
  --wp-admin-theme-color: #007cba;
  --wp-admin-theme-color--rgb: 0, 124, 186;
  --wp-admin-theme-color-darker-10: #006ba1;
  --wp-admin-theme-color-darker-10--rgb: 0, 107, 160.5;
  --wp-admin-theme-color-darker-20: #005a87;
  --wp-admin-theme-color-darker-20--rgb: 0, 90, 135;
  --wp-admin-border-width-focus: 2px;
}

@media (min-resolution: 192dpi) {
  :root {
    --wp-admin-border-width-focus: 1.5px;
  }
}

.wp-element-button {
  cursor: pointer;
}

:root .has-very-light-gray-background-color {
  background-color: #eee;
}

:root .has-very-dark-gray-background-color {
  background-color: #313131;
}

:root .has-very-light-gray-color {
  color: #eee;
}

:root .has-very-dark-gray-color {
  color: #313131;
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
  background: linear-gradient(135deg, #00d084, #0693e3);
}

:root .has-purple-crush-gradient-background {
  background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe);
}

:root .has-hazy-dawn-gradient-background {
  background: linear-gradient(135deg, #faaca8, #dad0ec);
}

:root .has-subdued-olive-gradient-background {
  background: linear-gradient(135deg, #fafae1, #67a671);
}

:root .has-atomic-cream-gradient-background {
  background: linear-gradient(135deg, #fdd79a, #004a59);
}

:root .has-nightshade-gradient-background {
  background: linear-gradient(135deg, #330968, #31cdcf);
}

:root .has-midnight-gradient-background {
  background: linear-gradient(135deg, #020381, #2874fc);
}

:root {
  --wp--preset--font-size--normal: 16px;
  --wp--preset--font-size--huge: 42px;
}

.has-regular-font-size {
  font-size: 1em;
}

.has-larger-font-size {
  font-size: 2.625em;
}

.has-normal-font-size {
  font-size: var(--wp--preset--font-size--normal);
}

.has-huge-font-size {
  font-size: var(--wp--preset--font-size--huge);
}

.has-text-align-center {
  text-align: center;
}

.has-text-align-left {
  text-align: left;
}

.has-text-align-right {
  text-align: right;
}

.has-fit-text {
  white-space: nowrap !important;
}

#end-resizable-editor-section {
  display: none;
}

.aligncenter {
  clear: both;
}

.items-justified-left {
  justify-content: flex-start;
}

.items-justified-center {
  justify-content: center;
}

.items-justified-right {
  justify-content: flex-end;
}

.items-justified-space-between {
  justify-content: space-between;
}

.screen-reader-text {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #ddd;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

html :where(.has-border-color) {
  border-style: solid;
}

html :where([style*="border-top-color"]) {
  border-top-style: solid;
}

html :where([style*="border-right-color"]) {
  border-right-style: solid;
}

html :where([style*="border-bottom-color"]) {
  border-bottom-style: solid;
}

html :where([style*="border-left-color"]) {
  border-left-style: solid;
}

html :where([style*="border-width"]) {
  border-style: solid;
}

html :where([style*="border-top-width"]) {
  border-top-style: solid;
}

html :where([style*="border-right-width"]) {
  border-right-style: solid;
}

html :where([style*="border-bottom-width"]) {
  border-bottom-style: solid;
}

html :where([style*="border-left-width"]) {
  border-left-style: solid;
}

html :where(img[class*="wp-image-"]) {
  height: auto;
  max-width: 100%;
}

:where(figure) {
  margin: 0 0 1em;
}

html :where(.is-position-sticky) {
  --wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height, 0px);
}

@media screen and (max-width: 600px) {
  html :where(.is-position-sticky) {
    --wp-admin--admin-bar--position-offset: 0px;
  }
}
: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, rgb(6, 147, 227) 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, rgb(252, 185, 0) 0%, rgb(255, 105, 0) 100%);
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgb(255, 105, 0) 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 rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);
  --wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);
}

: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;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  padding-top: calc(0.667em + 2px);
  padding-right: calc(1.333em + 2px);
  padding-bottom: calc(0.667em + 2px);
  padding-left: calc(1.333em + 2px);
  text-decoration: none;
  text-transform: inherit;
}

.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;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 20px;
}

@media (min-width: 922px) {
  .ast-hide-display-device-desktop {
    display: none;
  }

  [class^="astra-advanced-hook-"] .wp-block-query .wp-block-post-template .wp-block-post {
    width: 100%;
  }
}

@media (min-width: 545px) and (max-width: 921px) {
  .ast-hide-display-device-tablet {
    display: none;
  }
}

@media (max-width: 544px) {
  .ast-hide-display-device-mobile {
    display: none;
  }
}
body .wp-site-blocks .wp-block-designsetgo-section.has-white-background-color:not(.has-text-color) {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--contrast);
  --dsgo-text-color: var(--wp--preset--color--contrast);
}

body .wp-site-blocks .wp-block-designsetgo-section.has-black-background-color:not(.has-text-color) {
  background-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--contrast);
  --dsgo-text-color: var(--wp--preset--color--contrast);
}

body .wp-site-blocks .wp-block-designsetgo-section:is(.has-white-background-color, .has-black-background-color) h1:not(.has-text-color):where(:not(.elementor *):not([data-elementor-type] *)),
body .wp-site-blocks .wp-block-designsetgo-section:is(.has-white-background-color, .has-black-background-color) h2:not(.has-text-color):where(:not(.elementor *):not([data-elementor-type] *)),
body .wp-site-blocks .wp-block-designsetgo-section:is(.has-white-background-color, .has-black-background-color) h3:not(.has-text-color):where(:not(.elementor *):not([data-elementor-type] *)),
body .wp-site-blocks .wp-block-designsetgo-section:is(.has-white-background-color, .has-black-background-color) h4:not(.has-text-color):where(:not(.elementor *):not([data-elementor-type] *)),
body .wp-site-blocks .wp-block-designsetgo-section:is(.has-white-background-color, .has-black-background-color) h5:not(.has-text-color):where(:not(.elementor *):not([data-elementor-type] *)),
body .wp-site-blocks .wp-block-designsetgo-section:is(.has-white-background-color, .has-black-background-color) h6:not(.has-text-color):where(:not(.elementor *):not([data-elementor-type] *)),
body .wp-site-blocks .wp-block-designsetgo-section:is(.has-white-background-color, .has-black-background-color) p:not(.has-text-color):where(:not(.elementor *):not([data-elementor-type] *)),
body .wp-site-blocks .wp-block-designsetgo-section:is(.has-white-background-color, .has-black-background-color) a:where(:not(.wp-element-button)):not(.has-text-color):where(:not(.elementor *):not([data-elementor-type] *)),
body .wp-site-blocks .wp-block-designsetgo-section:is(.has-white-background-color, .has-black-background-color) .wp-element-caption:not(.has-text-color):where(:not(.elementor *):not([data-elementor-type] *)) {
  color: var(--dsgo-text-color, inherit) !important;
}

body .wp-site-blocks .wp-block-designsetgo-section:is(.has-white-background-color, .has-black-background-color).has-text-color {
  --dsgo-text-color: initial;
}

body .wp-site-blocks .wp-block-group.has-white-background-color:not(.has-text-color) {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--contrast);
  --dsgo-text-color: var(--wp--preset--color--contrast);
}

body .wp-site-blocks .wp-block-group.has-black-background-color:not(.has-text-color) {
  background-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--contrast);
  --dsgo-text-color: var(--wp--preset--color--contrast);
}

body .wp-site-blocks .wp-block-group:is(.has-white-background-color, .has-black-background-color) h1:not(.has-text-color):where(:not(.elementor *):not([data-elementor-type] *)),
body .wp-site-blocks .wp-block-group:is(.has-white-background-color, .has-black-background-color) h2:not(.has-text-color):where(:not(.elementor *):not([data-elementor-type] *)),
body .wp-site-blocks .wp-block-group:is(.has-white-background-color, .has-black-background-color) h3:not(.has-text-color):where(:not(.elementor *):not([data-elementor-type] *)),
body .wp-site-blocks .wp-block-group:is(.has-white-background-color, .has-black-background-color) h4:not(.has-text-color):where(:not(.elementor *):not([data-elementor-type] *)),
body .wp-site-blocks .wp-block-group:is(.has-white-background-color, .has-black-background-color) h5:not(.has-text-color):where(:not(.elementor *):not([data-elementor-type] *)),
body .wp-site-blocks .wp-block-group:is(.has-white-background-color, .has-black-background-color) h6:not(.has-text-color):where(:not(.elementor *):not([data-elementor-type] *)),
body .wp-site-blocks .wp-block-group:is(.has-white-background-color, .has-black-background-color) p:not(.has-text-color):where(:not(.elementor *):not([data-elementor-type] *)),
body .wp-site-blocks .wp-block-group:is(.has-white-background-color, .has-black-background-color) a:where(:not(.wp-element-button)):not(.has-text-color):where(:not(.elementor *):not([data-elementor-type] *)),
body .wp-site-blocks .wp-block-group:is(.has-white-background-color, .has-black-background-color) .wp-element-caption:not(.has-text-color):where(:not(.elementor *):not([data-elementor-type] *)) {
  color: var(--dsgo-text-color, inherit) !important;
}

body .wp-site-blocks .wp-block-group:is(.has-white-background-color, .has-black-background-color).has-text-color {
  --dsgo-text-color: initial;
}

body .wp-site-blocks .wp-block-column.has-white-background-color:not(.has-text-color) {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--contrast);
  --dsgo-text-color: var(--wp--preset--color--contrast);
}

body .wp-site-blocks .wp-block-column.has-black-background-color:not(.has-text-color) {
  background-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--contrast);
  --dsgo-text-color: var(--wp--preset--color--contrast);
}

body .wp-site-blocks .wp-block-column:is(.has-white-background-color, .has-black-background-color) h1:not(.has-text-color):where(:not(.elementor *):not([data-elementor-type] *)),
body .wp-site-blocks .wp-block-column:is(.has-white-background-color, .has-black-background-color) h2:not(.has-text-color):where(:not(.elementor *):not([data-elementor-type] *)),
body .wp-site-blocks .wp-block-column:is(.has-white-background-color, .has-black-background-color) h3:not(.has-text-color):where(:not(.elementor *):not([data-elementor-type] *)),
body .wp-site-blocks .wp-block-column:is(.has-white-background-color, .has-black-background-color) h4:not(.has-text-color):where(:not(.elementor *):not([data-elementor-type] *)),
body .wp-site-blocks .wp-block-column:is(.has-white-background-color, .has-black-background-color) h5:not(.has-text-color):where(:not(.elementor *):not([data-elementor-type] *)),
body .wp-site-blocks .wp-block-column:is(.has-white-background-color, .has-black-background-color) h6:not(.has-text-color):where(:not(.elementor *):not([data-elementor-type] *)),
body .wp-site-blocks .wp-block-column:is(.has-white-background-color, .has-black-background-color) p:not(.has-text-color):where(:not(.elementor *):not([data-elementor-type] *)),
body .wp-site-blocks .wp-block-column:is(.has-white-background-color, .has-black-background-color) a:where(:not(.wp-element-button)):not(.has-text-color):where(:not(.elementor *):not([data-elementor-type] *)),
body .wp-site-blocks .wp-block-column:is(.has-white-background-color, .has-black-background-color) .wp-element-caption:not(.has-text-color):where(:not(.elementor *):not([data-elementor-type] *)) {
  color: var(--dsgo-text-color, inherit) !important;
}

body .wp-site-blocks .wp-block-column:is(.has-white-background-color, .has-black-background-color).has-text-color {
  --dsgo-text-color: initial;
}

.wp-block-group:not(:is(.has-white-background-color, .has-black-background-color)),
.wp-block-column:not(:is(.has-white-background-color, .has-black-background-color)),
.wp-block-columns:not(:is(.has-white-background-color, .has-black-background-color)) {
  --dsgo-text-color: initial;
}

:is(.wp-block-designsetgo-section, .wp-block-group, .wp-block-column).has-background:not(:is(.has-white-background-color, .has-black-background-color)):not(.has-text-color):not(.is-style-footer-section):not(.is-style-header-section),
.wp-block-cover:not(.has-text-color) {
  color: var(--wp--preset--color--contrast-3) !important;
  --dsgo-text-color: var(--wp--preset--color--contrast-3);
}

body
  .wp-site-blocks
  :is(
    :is(.wp-block-designsetgo-section, .wp-block-group, .wp-block-column).has-background:not(:is(.has-white-background-color, .has-black-background-color)):not(.has-text-color):not(.is-style-footer-section):not(.is-style-header-section),
    .wp-block-cover
  )
  h1:not(.has-text-color):where(:not(.elementor *):not([data-elementor-type] *)),
body
  .wp-site-blocks
  :is(
    :is(.wp-block-designsetgo-section, .wp-block-group, .wp-block-column).has-background:not(:is(.has-white-background-color, .has-black-background-color)):not(.has-text-color):not(.is-style-footer-section):not(.is-style-header-section),
    .wp-block-cover
  )
  h2:not(.has-text-color):where(:not(.elementor *):not([data-elementor-type] *)),
body
  .wp-site-blocks
  :is(
    :is(.wp-block-designsetgo-section, .wp-block-group, .wp-block-column).has-background:not(:is(.has-white-background-color, .has-black-background-color)):not(.has-text-color):not(.is-style-footer-section):not(.is-style-header-section),
    .wp-block-cover
  )
  h3:not(.has-text-color):where(:not(.elementor *):not([data-elementor-type] *)),
body
  .wp-site-blocks
  :is(
    :is(.wp-block-designsetgo-section, .wp-block-group, .wp-block-column).has-background:not(:is(.has-white-background-color, .has-black-background-color)):not(.has-text-color):not(.is-style-footer-section):not(.is-style-header-section),
    .wp-block-cover
  )
  h4:not(.has-text-color):where(:not(.elementor *):not([data-elementor-type] *)),
body
  .wp-site-blocks
  :is(
    :is(.wp-block-designsetgo-section, .wp-block-group, .wp-block-column).has-background:not(:is(.has-white-background-color, .has-black-background-color)):not(.has-text-color):not(.is-style-footer-section):not(.is-style-header-section),
    .wp-block-cover
  )
  h5:not(.has-text-color):where(:not(.elementor *):not([data-elementor-type] *)),
body
  .wp-site-blocks
  :is(
    :is(.wp-block-designsetgo-section, .wp-block-group, .wp-block-column).has-background:not(:is(.has-white-background-color, .has-black-background-color)):not(.has-text-color):not(.is-style-footer-section):not(.is-style-header-section),
    .wp-block-cover
  )
  h6:not(.has-text-color):where(:not(.elementor *):not([data-elementor-type] *)),
body
  .wp-site-blocks
  :is(
    :is(.wp-block-designsetgo-section, .wp-block-group, .wp-block-column).has-background:not(:is(.has-white-background-color, .has-black-background-color)):not(.has-text-color):not(.is-style-footer-section):not(.is-style-header-section),
    .wp-block-cover
  )
  p:not(.has-text-color):where(:not(.elementor *):not([data-elementor-type] *)),
body
  .wp-site-blocks
  :is(
    :is(.wp-block-designsetgo-section, .wp-block-group, .wp-block-column).has-background:not(:is(.has-white-background-color, .has-black-background-color)):not(.has-text-color):not(.is-style-footer-section):not(.is-style-header-section),
    .wp-block-cover
  )
  a:where(:not(.wp-element-button)):not(.has-text-color):where(:not(.elementor *):not([data-elementor-type] *)),
body
  .wp-site-blocks
  :is(
    :is(.wp-block-designsetgo-section, .wp-block-group, .wp-block-column).has-background:not(:is(.has-white-background-color, .has-black-background-color)):not(.has-text-color):not(.is-style-footer-section):not(.is-style-header-section),
    .wp-block-cover
  )
  .wp-element-caption:not(.has-text-color):where(:not(.elementor *):not([data-elementor-type] *)) {
  color: var(--dsgo-text-color, inherit) !important;
}

body
  .wp-site-blocks
  :is(.wp-block-designsetgo-section, .wp-block-group, .wp-block-column):is(:is(.has-white-background-color, .has-black-background-color), [data-dsgo-inline-bg])
  .wp-block-button:is([class*="is-style-outline"], [class*="is-style-secondary"])
  .wp-element-button {
  color: var(--dsgo-text-color, inherit) !important;
  border-color: currentColor !important;
}

body
  .wp-site-blocks
  :is(.wp-block-designsetgo-section, .wp-block-group, .wp-block-column):is(:is(.has-white-background-color, .has-black-background-color), [data-dsgo-inline-bg])
  .wp-block-button:is([class*="is-style-outline"], [class*="is-style-secondary"])
  .wp-element-button:hover {
  opacity: 0.75;
}

body .wp-site-blocks [data-dsgo-inline-bg] h1:not(.has-text-color):where(:not(.elementor *):not([data-elementor-type] *)),
body .wp-site-blocks [data-dsgo-inline-bg] h2:not(.has-text-color):where(:not(.elementor *):not([data-elementor-type] *)),
body .wp-site-blocks [data-dsgo-inline-bg] h3:not(.has-text-color):where(:not(.elementor *):not([data-elementor-type] *)),
body .wp-site-blocks [data-dsgo-inline-bg] h4:not(.has-text-color):where(:not(.elementor *):not([data-elementor-type] *)),
body .wp-site-blocks [data-dsgo-inline-bg] h5:not(.has-text-color):where(:not(.elementor *):not([data-elementor-type] *)),
body .wp-site-blocks [data-dsgo-inline-bg] h6:not(.has-text-color):where(:not(.elementor *):not([data-elementor-type] *)),
body .wp-site-blocks [data-dsgo-inline-bg] p:not(.has-text-color):where(:not(.elementor *):not([data-elementor-type] *)),
body .wp-site-blocks [data-dsgo-inline-bg] a:where(:not(.wp-element-button)):not(.has-text-color):where(:not(.elementor *):not([data-elementor-type] *)),
body .wp-site-blocks [data-dsgo-inline-bg] .wp-element-caption:not(.has-text-color):where(:not(.elementor *):not([data-elementor-type] *)) {
  color: var(--dsgo-text-color, inherit) !important;
}

:is(.wp-block-group, .wp-block-column).is-style-section-1:not(:is(.has-white-background-color, .has-black-background-color)),
.has-background:is(.wp-block-group, .wp-block-column).is-style-section-1:not(:is(.has-white-background-color, .has-black-background-color)),
.has-text-color:is(.wp-block-group, .wp-block-column).is-style-section-1:not(:is(.has-white-background-color, .has-black-background-color)) {
  background-color: var(--wp--preset--color--accent-5);
  color: var(--wp--preset--color--contrast);
}

body .wp-site-blocks :is(.wp-block-group, .wp-block-column).is-style-section-1:not(:is(.has-white-background-color, .has-black-background-color)) h1:where(:not(.elementor *):not([data-elementor-type] *)),
body .wp-site-blocks :is(.wp-block-group, .wp-block-column).is-style-section-1:not(:is(.has-white-background-color, .has-black-background-color)) h2:where(:not(.elementor *):not([data-elementor-type] *)),
body .wp-site-blocks :is(.wp-block-group, .wp-block-column).is-style-section-1:not(:is(.has-white-background-color, .has-black-background-color)) h3:where(:not(.elementor *):not([data-elementor-type] *)),
body .wp-site-blocks :is(.wp-block-group, .wp-block-column).is-style-section-1:not(:is(.has-white-background-color, .has-black-background-color)) h4:where(:not(.elementor *):not([data-elementor-type] *)),
body .wp-site-blocks :is(.wp-block-group, .wp-block-column).is-style-section-1:not(:is(.has-white-background-color, .has-black-background-color)) h5:where(:not(.elementor *):not([data-elementor-type] *)),
body .wp-site-blocks :is(.wp-block-group, .wp-block-column).is-style-section-1:not(:is(.has-white-background-color, .has-black-background-color)) h6:where(:not(.elementor *):not([data-elementor-type] *)),
body .wp-site-blocks :is(.wp-block-group, .wp-block-column).is-style-section-1:not(:is(.has-white-background-color, .has-black-background-color)) p:where(:not(.elementor *):not([data-elementor-type] *)),
body .wp-site-blocks :is(.wp-block-group, .wp-block-column).is-style-section-1:not(:is(.has-white-background-color, .has-black-background-color)) a:where(:not(.wp-element-button)):where(:not(.elementor *):not([data-elementor-type] *)),
body .wp-site-blocks :is(.wp-block-group, .wp-block-column).is-style-section-1:not(:is(.has-white-background-color, .has-black-background-color)) .wp-element-caption:where(:not(.elementor *):not([data-elementor-type] *)) {
  color: var(--wp--preset--color--contrast);
}

:is(.wp-block-group, .wp-block-column).is-style-section-2:not(:is(.has-white-background-color, .has-black-background-color)),
.has-background:is(.wp-block-group, .wp-block-column).is-style-section-2:not(:is(.has-white-background-color, .has-black-background-color)),
.has-text-color:is(.wp-block-group, .wp-block-column).is-style-section-2:not(:is(.has-white-background-color, .has-black-background-color)) {
  background-color: var(--wp--preset--color--accent-2);
  color: var(--wp--preset--color--contrast);
}

body .wp-site-blocks :is(.wp-block-group, .wp-block-column).is-style-section-2:not(:is(.has-white-background-color, .has-black-background-color)) h1:where(:not(.elementor *):not([data-elementor-type] *)),
body .wp-site-blocks :is(.wp-block-group, .wp-block-column).is-style-section-2:not(:is(.has-white-background-color, .has-black-background-color)) h2:where(:not(.elementor *):not([data-elementor-type] *)),
body .wp-site-blocks :is(.wp-block-group, .wp-block-column).is-style-section-2:not(:is(.has-white-background-color, .has-black-background-color)) h3:where(:not(.elementor *):not([data-elementor-type] *)),
body .wp-site-blocks :is(.wp-block-group, .wp-block-column).is-style-section-2:not(:is(.has-white-background-color, .has-black-background-color)) h4:where(:not(.elementor *):not([data-elementor-type] *)),
body .wp-site-blocks :is(.wp-block-group, .wp-block-column).is-style-section-2:not(:is(.has-white-background-color, .has-black-background-color)) h5:where(:not(.elementor *):not([data-elementor-type] *)),
body .wp-site-blocks :is(.wp-block-group, .wp-block-column).is-style-section-2:not(:is(.has-white-background-color, .has-black-background-color)) h6:where(:not(.elementor *):not([data-elementor-type] *)),
body .wp-site-blocks :is(.wp-block-group, .wp-block-column).is-style-section-2:not(:is(.has-white-background-color, .has-black-background-color)) p:where(:not(.elementor *):not([data-elementor-type] *)),
body .wp-site-blocks :is(.wp-block-group, .wp-block-column).is-style-section-2:not(:is(.has-white-background-color, .has-black-background-color)) a:where(:not(.wp-element-button)):where(:not(.elementor *):not([data-elementor-type] *)),
body .wp-site-blocks :is(.wp-block-group, .wp-block-column).is-style-section-2:not(:is(.has-white-background-color, .has-black-background-color)) .wp-element-caption:where(:not(.elementor *):not([data-elementor-type] *)) {
  color: var(--wp--preset--color--contrast);
}

:is(.wp-block-group, .wp-block-column).is-style-section-3:not(:is(.has-white-background-color, .has-black-background-color)),
.has-background:is(.wp-block-group, .wp-block-column).is-style-section-3:not(:is(.has-white-background-color, .has-black-background-color)),
.has-text-color:is(.wp-block-group, .wp-block-column).is-style-section-3:not(:is(.has-white-background-color, .has-black-background-color)) {
  background-color: var(--wp--preset--color--accent-1);
  color: var(--wp--preset--color--contrast);
}

body .wp-site-blocks :is(.wp-block-group, .wp-block-column).is-style-section-3:not(:is(.has-white-background-color, .has-black-background-color)) h1:where(:not(.elementor *):not([data-elementor-type] *)),
body .wp-site-blocks :is(.wp-block-group, .wp-block-column).is-style-section-3:not(:is(.has-white-background-color, .has-black-background-color)) h2:where(:not(.elementor *):not([data-elementor-type] *)),
body .wp-site-blocks :is(.wp-block-group, .wp-block-column).is-style-section-3:not(:is(.has-white-background-color, .has-black-background-color)) h3:where(:not(.elementor *):not([data-elementor-type] *)),
body .wp-site-blocks :is(.wp-block-group, .wp-block-column).is-style-section-3:not(:is(.has-white-background-color, .has-black-background-color)) h4:where(:not(.elementor *):not([data-elementor-type] *)),
body .wp-site-blocks :is(.wp-block-group, .wp-block-column).is-style-section-3:not(:is(.has-white-background-color, .has-black-background-color)) h5:where(:not(.elementor *):not([data-elementor-type] *)),
body .wp-site-blocks :is(.wp-block-group, .wp-block-column).is-style-section-3:not(:is(.has-white-background-color, .has-black-background-color)) h6:where(:not(.elementor *):not([data-elementor-type] *)),
body .wp-site-blocks :is(.wp-block-group, .wp-block-column).is-style-section-3:not(:is(.has-white-background-color, .has-black-background-color)) p:where(:not(.elementor *):not([data-elementor-type] *)),
body .wp-site-blocks :is(.wp-block-group, .wp-block-column).is-style-section-3:not(:is(.has-white-background-color, .has-black-background-color)) a:where(:not(.wp-element-button)):where(:not(.elementor *):not([data-elementor-type] *)),
body .wp-site-blocks :is(.wp-block-group, .wp-block-column).is-style-section-3:not(:is(.has-white-background-color, .has-black-background-color)) .wp-element-caption:where(:not(.elementor *):not([data-elementor-type] *)) {
  color: var(--wp--preset--color--contrast);
}

:is(.wp-block-group, .wp-block-column).is-style-section-4:not(:is(.has-white-background-color, .has-black-background-color)),
.has-background:is(.wp-block-group, .wp-block-column).is-style-section-4:not(:is(.has-white-background-color, .has-black-background-color)),
.has-text-color:is(.wp-block-group, .wp-block-column).is-style-section-4:not(:is(.has-white-background-color, .has-black-background-color)) {
  background-color: var(--wp--preset--color--accent-3);
  color: var(--wp--preset--color--accent-2);
}

body .wp-site-blocks :is(.wp-block-group, .wp-block-column).is-style-section-4:not(:is(.has-white-background-color, .has-black-background-color)) h1:where(:not(.elementor *):not([data-elementor-type] *)),
body .wp-site-blocks :is(.wp-block-group, .wp-block-column).is-style-section-4:not(:is(.has-white-background-color, .has-black-background-color)) h2:where(:not(.elementor *):not([data-elementor-type] *)),
body .wp-site-blocks :is(.wp-block-group, .wp-block-column).is-style-section-4:not(:is(.has-white-background-color, .has-black-background-color)) h3:where(:not(.elementor *):not([data-elementor-type] *)),
body .wp-site-blocks :is(.wp-block-group, .wp-block-column).is-style-section-4:not(:is(.has-white-background-color, .has-black-background-color)) h4:where(:not(.elementor *):not([data-elementor-type] *)),
body .wp-site-blocks :is(.wp-block-group, .wp-block-column).is-style-section-4:not(:is(.has-white-background-color, .has-black-background-color)) h5:where(:not(.elementor *):not([data-elementor-type] *)),
body .wp-site-blocks :is(.wp-block-group, .wp-block-column).is-style-section-4:not(:is(.has-white-background-color, .has-black-background-color)) h6:where(:not(.elementor *):not([data-elementor-type] *)),
body .wp-site-blocks :is(.wp-block-group, .wp-block-column).is-style-section-4:not(:is(.has-white-background-color, .has-black-background-color)) p:where(:not(.elementor *):not([data-elementor-type] *)),
body .wp-site-blocks :is(.wp-block-group, .wp-block-column).is-style-section-4:not(:is(.has-white-background-color, .has-black-background-color)) a:where(:not(.wp-element-button)):where(:not(.elementor *):not([data-elementor-type] *)),
body .wp-site-blocks :is(.wp-block-group, .wp-block-column).is-style-section-4:not(:is(.has-white-background-color, .has-black-background-color)) .wp-element-caption:where(:not(.elementor *):not([data-elementor-type] *)) {
  color: var(--wp--preset--color--accent-2);
}

:is(.wp-block-group, .wp-block-column).is-style-section-5:not(:is(.has-white-background-color, .has-black-background-color)),
.has-background:is(.wp-block-group, .wp-block-column).is-style-section-5:not(:is(.has-white-background-color, .has-black-background-color)),
.has-text-color:is(.wp-block-group, .wp-block-column).is-style-section-5:not(:is(.has-white-background-color, .has-black-background-color)) {
  background-color: var(--wp--preset--color--contrast);
  color: var(--wp--preset--color--base);
}

body .wp-site-blocks :is(.wp-block-group, .wp-block-column).is-style-section-5:not(:is(.has-white-background-color, .has-black-background-color)) h1:where(:not(.elementor *):not([data-elementor-type] *)),
body .wp-site-blocks :is(.wp-block-group, .wp-block-column).is-style-section-5:not(:is(.has-white-background-color, .has-black-background-color)) h2:where(:not(.elementor *):not([data-elementor-type] *)),
body .wp-site-blocks :is(.wp-block-group, .wp-block-column).is-style-section-5:not(:is(.has-white-background-color, .has-black-background-color)) h3:where(:not(.elementor *):not([data-elementor-type] *)),
body .wp-site-blocks :is(.wp-block-group, .wp-block-column).is-style-section-5:not(:is(.has-white-background-color, .has-black-background-color)) h4:where(:not(.elementor *):not([data-elementor-type] *)),
body .wp-site-blocks :is(.wp-block-group, .wp-block-column).is-style-section-5:not(:is(.has-white-background-color, .has-black-background-color)) h5:where(:not(.elementor *):not([data-elementor-type] *)),
body .wp-site-blocks :is(.wp-block-group, .wp-block-column).is-style-section-5:not(:is(.has-white-background-color, .has-black-background-color)) h6:where(:not(.elementor *):not([data-elementor-type] *)),
body .wp-site-blocks :is(.wp-block-group, .wp-block-column).is-style-section-5:not(:is(.has-white-background-color, .has-black-background-color)) p:where(:not(.elementor *):not([data-elementor-type] *)),
body .wp-site-blocks :is(.wp-block-group, .wp-block-column).is-style-section-5:not(:is(.has-white-background-color, .has-black-background-color)) a:where(:not(.wp-element-button)):where(:not(.elementor *):not([data-elementor-type] *)),
body .wp-site-blocks :is(.wp-block-group, .wp-block-column).is-style-section-5:not(:is(.has-white-background-color, .has-black-background-color)) .wp-element-caption:where(:not(.elementor *):not([data-elementor-type] *)) {
  color: var(--wp--preset--color--base);
}

body .wp-site-blocks input:not([type="submit"]):not([type="button"]):not([type="reset"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="image"]):not([type="hidden"]),
body .wp-site-blocks textarea,
body .wp-site-blocks select {
  background-color: var(--wp--preset--color--base);
  color: var(--wp--preset--color--contrast);
  border: 1px solid color-mix(in srgb, var(--wp--preset--color--contrast) 30%, transparent);
}

.wp-site-blocks input[type="submit"]:not(.wp-element-button),
.wp-site-blocks button[type="submit"]:not(.wp-element-button) {
  background-color: var(--wp--preset--color--accent-2);
  color: var(--wp--preset--color--base);
  border-width: 0;
  padding: 12px 30px;
  font-family: inherit;
  font-size: var(--wp--preset--font-size--medium, 1rem);
  line-height: inherit;
  cursor: pointer;
}
.lgm {
  --bg: #070a12;
  --bg2: #0b1230;
  --card: #0e1636;
  --soft: #0a1026;
  --text: #eaf0ff;
  --muted: rgba(234, 240, 255, 0.72);
  --muted2: rgba(234, 240, 255, 0.55);
  --line: rgba(234, 240, 255, 0.14);

  --primary: #2b7bff;
  --primary2: #6ba7ff;

  --radius: 18px;
  --shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
  --shadow2: 0 10px 30px rgba(0, 0, 0, 0.35);

  background: radial-gradient(1200px 600px at 10% -10%, rgba(43, 123, 255, 0.18), transparent 60%), radial-gradient(900px 520px at 90% 0%, rgba(107, 167, 255, 0.14), transparent 55%), linear-gradient(180deg, var(--bg) 0%, #070a18 45%, #050712 100%);
  color: var(--text);
  font-family:
    Inter,
    system-ui,
    -apple-system,
    Segoe UI,
    Roboto,
    Arial,
    sans-serif;
}

/* Container */
.lgm-container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

/* Buttons */
.lgm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 14px;
  padding: 14px 18px;
  font-weight: 800;
  text-decoration: none;
  border: 1px solid transparent;
  transition:
    transform 0.12s ease,
    filter 0.12s ease,
    background 0.12s ease,
    border-color 0.12s ease;
  cursor: pointer;
}

.lgm-btn:active {
  transform: translateY(1px);
}

.lgm-btn--primary {
  background: linear-gradient(90deg, var(--primary) 0%, var(--primary2) 100%);
  color: #06112e;
  box-shadow: 0 14px 40px rgba(43, 123, 255, 0.25);
}

.lgm-btn--primary:hover {
  filter: brightness(1.06);
}

.lgm-btn--ghost {
  background: rgba(234, 240, 255, 0.06);
  border-color: rgba(234, 240, 255, 0.16);
  color: var(--text);
}

.lgm-btn--ghost:hover {
  background: rgba(234, 240, 255, 0.09);
}

.lgm-btn--full {
  width: 100%;
}

/* HERO */
.lgm-hero {
  position: relative;
  padding: 58px 0 26px;
}

.lgm-hero__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 34px;
  align-items: center;
}

.lgm-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
}

.lgm-brand__logo {
  height: 34px;
  width: auto;
}

.lgm-brand__fallback {
  display: none;
}

.lgm-hero__title {
  font-size: 44px;
  line-height: 1.04;
  margin: 0 0 14px;
  letter-spacing: -0.8px;
}

.lgm-hero__sub {
  margin: 0 0 22px;
  font-size: 16px;
  line-height: 1.6;
  color: var(--muted);
  max-width: 52ch;
}

.lgm-hero__cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.lgm-hero__bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
  color: var(--muted);
  font-weight: 600;
}

.lgm-hero__bullets li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.lgm-hero__bullets li::before {
  content: "✓";
  color: rgba(107, 167, 255, 0.95);
  font-weight: 900;
  margin-top: 1px;
}

/* Hero Card */
.lgm-heroCard {
  background: linear-gradient(180deg, rgba(14, 22, 54, 0.9), rgba(7, 10, 18, 0.55));
  border: 1px solid rgba(234, 240, 255, 0.14);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.lgm-heroCard__imgwrap {
  aspect-ratio: 16/12;
  background:
    radial-gradient(900px 380px at 20% 20%, rgba(43, 123, 255, 0.22), transparent 55%), radial-gradient(800px 420px at 90% 20%, rgba(107, 167, 255, 0.18), transparent 60%), linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  display: grid;
  place-items: center;
}

.lgm-heroCard__imgwrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lgm-heroCard__footer {
  display: flex;
  gap: 10px;
  padding: 14px 14px 16px;
  flex-wrap: wrap;
}

.lgm-pill {
  font-size: 12px;
  font-weight: 900;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(43, 123, 255, 0.22);
  border: 1px solid rgba(43, 123, 255, 0.28);
}

.lgm-pill--muted {
  background: rgba(234, 240, 255, 0.06);
  border-color: rgba(234, 240, 255, 0.14);
  color: rgba(234, 240, 255, 0.82);
}

/* Hero glows */
.lgm-hero__glow {
  position: absolute;
  filter: blur(40px);
  opacity: 0.55;
  pointer-events: none;
}

.lgm-hero__glow--a {
  width: 520px;
  height: 520px;
  left: -140px;
  top: 40px;
  background: radial-gradient(circle, rgba(43, 123, 255, 0.35) 0%, transparent 60%);
}

.lgm-hero__glow--b {
  width: 560px;
  height: 560px;
  right: -220px;
  top: 10px;
  background: radial-gradient(circle, rgba(107, 167, 255, 0.28) 0%, transparent 62%);
}

/* Sections */
.lgm-section {
  padding: 54px 0;
}

.lgm-section--soft {
  background: linear-gradient(180deg, rgba(10, 16, 38, 0.82), rgba(7, 10, 18, 0));
  border-top: 1px solid rgba(234, 240, 255, 0.07);
  border-bottom: 1px solid rgba(234, 240, 255, 0.07);
}

.lgm-section__head {
  margin-bottom: 22px;
}

.lgm-section__title {
  margin: 0 0 8px;
  font-size: 30px;
  letter-spacing: -0.4px;
}

.lgm-section__sub {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

/* Feature cards */
.lgm-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 18px;
}

.lgm-card {
  padding: 18px 18px 16px;
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(14, 22, 54, 0.86), rgba(10, 16, 38, 0.55));
  border: 1px solid rgba(234, 240, 255, 0.14);
  box-shadow: var(--shadow2);
}

.lgm-card__title {
  margin: 0 0 10px;
  font-size: 18px;
}

.lgm-card__text {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
  font-weight: 500;
}

/* Testimonials slider */
.lgm-slider {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 1fr);
  gap: 14px;
  overflow: auto;
  padding-bottom: 6px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.lgm-tcard {
  scroll-snap-align: start;
  padding: 18px;
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(14, 22, 54, 0.85), rgba(7, 10, 18, 0.45));
  border: 1px solid rgba(234, 240, 255, 0.14);
  box-shadow: var(--shadow2);
}

.lgm-stars {
  letter-spacing: 2px;
  color: #ffd166;
  font-weight: 900;
  margin-bottom: 10px;
}

.lgm-tcard__quote {
  margin: 0 0 14px;
  color: rgba(234, 240, 255, 0.88);
  line-height: 1.65;
}

.lgm-tcard__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.lgm-tcard__name {
  color: var(--muted);
  font-weight: 700;
}

.lgm-tcard__tag {
  font-size: 12px;
  font-weight: 900;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(107, 167, 255, 0.14);
  border: 1px solid rgba(107, 167, 255, 0.22);
  color: rgba(234, 240, 255, 0.9);
}

.lgm-hint {
  margin-top: 10px;
  color: var(--muted2);
  font-size: 12px;
}

/* Logos */
.lgm-logoRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px;
  border-radius: var(--radius);
  border: 1px solid rgba(234, 240, 255, 0.12);
  background: rgba(10, 16, 38, 0.55);
}

.lgm-logoItem {
  opacity: 0.9;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
}

.lgm-logoItem img {
  height: 28px;
  width: auto;
  filter: brightness(1.15);
}

/* CTA */
.lgm-cta {
  padding-top: 70px;
}

.lgm-cta__inner {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 18px;
  align-items: stretch;
}

.lgm-cta__title {
  margin: 0 0 10px;
  font-size: 34px;
  letter-spacing: -0.5px;
}

.lgm-cta__sub {
  margin: 0 0 18px;
  color: var(--muted);
  line-height: 1.65;
}

.lgm-checklist {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
  color: rgba(234, 240, 255, 0.86);
  font-weight: 650;
}

.lgm-checklist li {
  display: flex;
  gap: 10px;
}

.lgm-checklist li::before {
  content: "✓";
  color: rgba(107, 167, 255, 0.95);
  font-weight: 900;
}

.lgm-ctaBox {
  border-radius: var(--radius);
  border: 1px solid rgba(234, 240, 255, 0.14);
  background: linear-gradient(180deg, rgba(14, 22, 54, 0.86), rgba(7, 10, 18, 0.65));
  box-shadow: var(--shadow);
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.lgm-miniTitle {
  font-weight: 900;
  letter-spacing: 0.2px;
}

.lgm-miniSub {
  color: var(--muted);
  font-size: 13px;
}

.lgm-tinyNote {
  color: var(--muted2);
  font-size: 12px;
  line-height: 1.5;
}

.lgm-tinyLink {
  color: rgba(107, 167, 255, 0.95);
  text-decoration: none;
}

.lgm-tinyLink:hover {
  text-decoration: underline;
}

/* Footer */
.lgm-footer {
  margin-top: 50px;
  padding: 26px 0;
  border-top: 1px solid rgba(234, 240, 255, 0.08);
  background: rgba(7, 10, 18, 0.6);
}

.lgm-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.lgm-footer__brand {
  font-weight: 900;
  letter-spacing: 0.2px;
}

.lgm-footer__small {
  color: var(--muted2);
  font-size: 12px;
  margin-top: 6px;
}

.lgm-footer__right {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.lgm-footer__link {
  color: var(--muted);
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
}

.lgm-footer__link:hover {
  color: var(--text);
}

/* Responsive */
@media (max-width: 980px) {
  .lgm-hero__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .lgm-hero {
    padding-top: 32px;
  }

  .lgm-hero__title {
    font-size: 38px;
  }

  .lgm-cards {
    grid-template-columns: 1fr;
  }

  .lgm-cta__inner {
    grid-template-columns: 1fr;
  }

  .lgm-logoRow {
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media (max-width: 520px) {
  .lgm-container {
    width: min(1120px, calc(100% - 28px));
  }

  .lgm-hero__title {
    font-size: 32px;
  }

  .lgm-btn {
    width: 100%;
  }

  .lgm-hero__cta {
    flex-direction: column;
  }
}
.wp-block-site-logo img {
  max-width: 180px;
  max-height: 80px;
  width: auto !important;
  height: auto !important;
  object-fit: contain;
}
:root {
  --bg: #07080d;
  --bg-soft: #0b0e16;
  --panel: rgba(255, 255, 255, 0.055);
  --panel-strong: rgba(255, 255, 255, 0.085);
  --line: rgba(255, 255, 255, 0.1);
  --line-strong: rgba(255, 255, 255, 0.18);
  --text: #ffffff;
  --muted: #ffffff;
  --muted-2: #ffffff;
  --orange: #ff6a00;
  --pink: #ff3b7a;
  --purple: #6b4dff;
  --blue: #00a3ff;
  --green: #54e6a8;
  --danger: #ff7373;
  --shadow: 0 30px 100px rgba(0, 0, 0, 0.45);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 14px;
  --container: 1400px;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family:
    Inter,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body.edgexa-lock {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

img {
  max-width: 100%;
  display: block;
}

.edgexa-page {
  position: relative;
  min-height: 100vh;
  isolation: isolate;
  overflow: hidden;
  background: radial-gradient(1000px 650px at 8% 4%, rgba(255, 106, 0, 0.18), transparent 62%), radial-gradient(1000px 700px at 93% 8%, rgba(0, 163, 255, 0.14), transparent 60%), linear-gradient(180deg, #07080d 0%, #090b12 48%, #07080d 100%);
}

.edgexa-page::before,
.edgexa-page::after {
  content: "";
  position: fixed;
  inset: auto;
  width: 580px;
  height: 580px;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.14;
  z-index: -3;
  pointer-events: none;
  animation: edgexaOrb 18s ease-in-out infinite alternate;
}

.edgexa-page::before {
  left: -200px;
  top: 34%;
  background: var(--orange);
}

.edgexa-page::after {
  right: -220px;
  top: 12%;
  background: var(--blue);
  animation-delay: -8s;
}

@keyframes edgexaOrb {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }

  to {
    transform: translate3d(50px, -35px, 0) scale(1.16);
  }
}

.edgexa-grid {
  position: fixed;
  inset: 0;
  z-index: -2;
  opacity: 0.22;
  pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, black, transparent 80%);
}

.edgexa-glow {
  position: absolute;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  filter: blur(85px);
  opacity: 0.15;
  pointer-events: none;
  z-index: -1;
}

.edgexa-glow.one {
  background: var(--purple);
  right: 6%;
  top: 820px;
}

.edgexa-glow.two {
  background: var(--orange);
  left: 4%;
  top: 1700px;
}

.edgexa-glow.three {
  background: var(--blue);
  right: -5%;
  top: 2750px;
}

.edgexa-container {
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
  position: relative;
}

.edgexa-nav {
  position: sticky;
  top: 0;
  z-index: 80;
  padding: 16px 0;
  transition:
    background 0.25s ease,
    border-color 0.25s ease,
    backdrop-filter 0.25s ease;
}

.edgexa-nav.is-scrolled {
  background: rgba(7, 8, 13, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.edgexa-nav-inner {
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.edgexa-brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.edgexa-brand img {
  height: 42px;
  width: auto;
  object-fit: contain;
}

.edgexa-nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.edgexa-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 9px 15px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.edgexa-live-dot {
  width: 8px;
  height: 8px;
  background: var(--green);
  border-radius: 50%;
  box-shadow:
    0 0 0 6px rgba(84, 230, 168, 0.11),
    0 0 18px rgba(84, 230, 168, 0.65);
}

.edgexa-mini-cta,
.edgexa-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  cursor: pointer;
  text-align: center;
  font-weight: 900;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease,
    background 0.18s ease;
}

.edgexa-mini-cta {
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(135deg, var(--orange), var(--pink) 55%, var(--purple));
  box-shadow: 0 12px 30px rgba(255, 82, 50, 0.19);
}

.edgexa-mini-cta:hover,
.edgexa-btn:hover {
  transform: translateY(-2px);
}

.edgexa-hero {
  padding: 78px 0 90px;
  text-align: center;
}

.edgexa-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 23px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.edgexa-eyebrow::before {
  content: "";
  width: 18px;
  height: 2px;
  background: linear-gradient(90deg, var(--orange), var(--pink), var(--purple));
  border-radius: 999px;
}

.edgexa-hero h1 {
  margin: 0 auto;
  max-width: 1050px;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: clamp(52px, 7.2vw, 96px);
  line-height: 0.96;
  letter-spacing: -0.055em;
  font-weight: 700;
  text-wrap: balance;
}

.edgexa-gradient-text {
  display: inline-block;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 36%, #ffd0b2 58%, #9edcff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.edgexa-hero-copy {
  max-width: 800px;
  margin: 28px auto 0;
  color: var(--muted);
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.65;
  text-wrap: balance;
}

.edgexa-hero-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.edgexa-btn {
  min-height: 58px;
  padding: 15px 24px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 15px;
  letter-spacing: -0.01em;
}

.edgexa-btn-primary {
  background: linear-gradient(135deg, var(--orange), var(--pink) 55%, var(--purple));
  box-shadow:
    0 18px 44px rgba(255, 75, 70, 0.23),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.edgexa-btn-primary:hover {
  box-shadow:
    0 22px 54px rgba(255, 75, 70, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.edgexa-btn-ghost {
  background: rgba(255, 255, 255, 0.055);
  border-color: rgba(255, 255, 255, 0.11);
  color: rgba(255, 255, 255, 0.93);
  backdrop-filter: blur(12px);
}

.edgexa-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.18);
}

.edgexa-video-shell {
  max-width: 1220px;
  margin: 54px auto 0;
  padding: 1px;
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(255, 106, 0, 0.58), rgba(255, 255, 255, 0.12) 38%, rgba(0, 163, 255, 0.48));
  box-shadow:
    0 46px 140px rgba(0, 0, 0, 0.58),
    0 0 90px rgba(85, 76, 255, 0.13);
  position: relative;
}

.edgexa-video-shell::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(110deg, transparent 25%, rgba(255, 255, 255, 0.16) 48%, transparent 72%);
  transform: translateX(-120%);
  animation: edgexaSheen 7s ease-in-out infinite;
  pointer-events: none;
  z-index: 3;
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  padding: 1px;
}

@keyframes edgexaSheen {
  0%,
  62% {
    transform: translateX(-130%);
  }

  82%,
  100% {
    transform: translateX(130%);
  }
}

.edgexa-video-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 31px;
  background: #000;
  aspect-ratio: 16 / 9;
}

.edgexa-video-wrap iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.edgexa-price-card {
  position: absolute;
  right: 32px;
  bottom: -72px;
  width: 352px;
  text-align: left;
  padding: 26px;
  border-radius: 24px;
  background: rgba(12, 14, 22, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.56);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  z-index: 8;
}

.edgexa-price-kicker {
  margin: 0 0 8px;
  color: #ffb688;
  font-weight: 900;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.edgexa-price-card h2 {
  margin: 0;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.edgexa-checks {
  list-style: none;
  padding: 0;
  margin: 18px 0;
  display: grid;
  gap: 11px;
}

.edgexa-checks li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  font-weight: 700;
}

.edgexa-checks li::before {
  content: "✓";
  width: 21px;
  height: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background: rgba(84, 230, 168, 0.12);
  color: var(--green);
  border: 1px solid rgba(84, 230, 168, 0.25);
  font-size: 12px;
  font-weight: 900;
  flex: 0 0 auto;
}

.edgexa-price-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-top: 7px;
}

.edgexa-price {
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: 42px;
  line-height: 0.95;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.edgexa-price-note {
  color: var(--muted-2);
  font-size: 11px;
  line-height: 1.35;
  text-align: right;
}

.edgexa-price-card .edgexa-btn {
  width: 100%;
  margin-top: 18px;
}

.edgexa-secure {
  margin: 12px 0 0;
  text-align: center;
  color: var(--muted-2);
  font-size: 11px;
  font-weight: 700;
}

.edgexa-trust-strip {
  max-width: 860px;
  margin: 118px auto 0;
  padding: 17px 20px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.035);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.edgexa-trust-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-weight: 800;
  min-height: 32px;
}

.edgexa-trust-item span:first-child {
  color: var(--green);
}

.edgexa-section {
  padding: 110px 0;
  position: relative;
}

.edgexa-section-head {
  max-width: 820px;
  margin: 0 auto 52px;
  text-align: center;
}

.edgexa-kicker {
  margin: 0 0 13px;
  color: #ffa26c;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.edgexa-section h2 {
  margin: 0;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.02;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.edgexa-section-sub {
  margin: 19px auto 0;
  max-width: 720px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
  text-wrap: balance;
}

.edgexa-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.edgexa-benefit-card {
  min-height: 285px;
  padding: 26px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.085);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055);
  position: relative;
  overflow: hidden;
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease;
}

.edgexa-benefit-card:hover {
  transform: translateY(-7px);
  border-color: rgba(255, 255, 255, 0.16);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.035));
}

.edgexa-benefit-card::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  filter: blur(55px);
  opacity: 0.13;
  right: -70px;
  bottom: -70px;
  background: var(--card-glow, var(--blue));
}

.edgexa-icon {
  width: 54px;
  height: 54px;
  border-radius: 17px;
  display: grid;
  place-items: center;
  margin-bottom: 48px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.11);
  font-size: 22px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.edgexa-benefit-card h3 {
  margin: 0 0 10px;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.edgexa-benefit-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.edgexa-story {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 70px;
  align-items: center;
}

.edgexa-story-media {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: var(--shadow);
}

.edgexa-story-media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  opacity: 0.9;
  transform: scale(1.01);
}

.edgexa-story-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(7, 8, 13, 0.7));
  pointer-events: none;
}

.edgexa-story-badge {
  position: absolute;
  left: 22px;
  bottom: 22px;
  z-index: 2;
  max-width: 310px;
  padding: 15px 17px;
  border-radius: 16px;
  background: rgba(10, 12, 18, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(16px);
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

.edgexa-story-copy h2 {
  font-size: clamp(40px, 4.9vw, 66px);
}

.edgexa-story-copy p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
  margin: 20px 0 0;
}

.edgexa-inline-list {
  list-style: none;
  padding: 0;
  margin: 27px 0 0;
  display: grid;
  gap: 13px;
}

.edgexa-inline-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: rgba(255, 255, 255, 0.89);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.edgexa-inline-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: 6px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--orange), var(--purple));
  box-shadow: 0 0 0 5px rgba(255, 106, 0, 0.08);
  flex: 0 0 auto;
}

.edgexa-flow {
  max-width: 1050px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  position: relative;
}

.edgexa-step {
  padding: 26px 24px;
  min-height: 245px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
}

.edgexa-step-num {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(255, 106, 0, 0.25), rgba(107, 77, 255, 0.24));
  border: 1px solid rgba(255, 255, 255, 0.13);
  color: #fff;
  font-weight: 900;
  font-size: 13px;
  margin-bottom: 50px;
}

.edgexa-step h3 {
  margin: 0 0 10px;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: 21px;
  letter-spacing: -0.02em;
}

.edgexa-step p {
  margin: 0;
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.6;
}

.edgexa-included-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  max-width: 1080px;
  margin: 0 auto;
}

.edgexa-included {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 22px;
  align-items: center;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.035);
}

.edgexa-included img {
  width: 150px;
  height: 118px;
  border-radius: 15px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.edgexa-included h3 {
  margin: 0 0 7px;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: 20px;
  letter-spacing: -0.02em;
}

.edgexa-included p {
  margin: 0;
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.58;
}

.edgexa-pricing {
  max-width: 940px;
  margin: 0 auto;
  padding: 1px;
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(255, 106, 0, 0.55), rgba(255, 255, 255, 0.1) 45%, rgba(0, 163, 255, 0.45));
  box-shadow: var(--shadow);
}

.edgexa-pricing-inner {
  border-radius: 31px;
  background: linear-gradient(180deg, rgba(16, 18, 27, 0.96), rgba(9, 11, 17, 0.98));
  padding: 42px;
  display: grid;
  grid-template-columns: 1fr 330px;
  gap: 44px;
  align-items: center;
}

.edgexa-pricing-copy h2 {
  font-size: clamp(40px, 5vw, 60px);
}

.edgexa-pricing-copy p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.edgexa-pricing-box {
  padding: 26px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.11);
}

.edgexa-pricing-box .edgexa-price {
  font-size: 52px;
}

.edgexa-pricing-box .edgexa-btn {
  width: 100%;
  margin-top: 20px;
}

.edgexa-faq {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}

.edgexa-faq-item {
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
  overflow: hidden;
}

.edgexa-faq-button {
  width: 100%;
  min-height: 76px;
  padding: 20px 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  color: #fff;
  background: transparent;
  border: 0;
  cursor: pointer;
  text-align: left;
  font-weight: 800;
  font-size: 15px;
}

.edgexa-faq-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  border-radius: 11px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: transform 0.25s ease;
}

.edgexa-faq-item.is-open .edgexa-faq-icon {
  transform: rotate(45deg);
}

.edgexa-faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.28s ease;
}

.edgexa-faq-item.is-open .edgexa-faq-answer {
  grid-template-rows: 1fr;
}

.edgexa-faq-answer > div {
  overflow: hidden;
}

.edgexa-faq-answer p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.edgexa-final {
  text-align: center;
  padding-bottom: 125px;
}

.edgexa-final-card {
  max-width: 1120px;
  margin: 0 auto;
  padding: 72px 30px;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: radial-gradient(700px 320px at 50% 0%, rgba(107, 77, 255, 0.2), transparent 70%), linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025));
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}

.edgexa-final-card h2 {
  font-size: clamp(46px, 7vw, 82px);
}

.edgexa-final-card p {
  max-width: 650px;
  margin: 20px auto 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.edgexa-final-card .edgexa-btn {
  margin-top: 30px;
  min-width: 280px;
}

.edgexa-disclaimer {
  max-width: 980px;
  margin: 28px auto 0;
  color: #7f8998;
  font-size: 11px;
  line-height: 1.7;
}

.edgexa-footer {
  padding: 28px 0 42px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.edgexa-footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  color: var(--muted-2);
  font-size: 11px;
}

.edgexa-footer img {
  height: 30px;
  width: auto;
  opacity: 0.78;
}

.edgexa-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.75s ease,
    transform 0.75s ease;
}

.edgexa-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.edgexa-sticky-mobile {
  display: none;
}

.edgexa-exit {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(3, 4, 8, 0.76);
  backdrop-filter: blur(12px);
}

.edgexa-exit.is-open {
  display: flex;
}

.edgexa-exit-card {
  width: min(560px, 100%);
  padding: 30px;
  border-radius: 25px;
  background: linear-gradient(180deg, #11141e, #0a0c12);
  border: 1px solid rgba(255, 255, 255, 0.13);
  box-shadow: 0 35px 120px rgba(0, 0, 0, 0.72);
  position: relative;
}

.edgexa-exit-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.055);
  color: #fff;
  cursor: pointer;
}

.edgexa-exit-card h3 {
  margin: 0 42px 12px 0;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: 34px;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.edgexa-exit-card p {
  color: var(--muted);
  line-height: 1.65;
  margin: 0;
  font-size: 14px;
}

.edgexa-exit-actions {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 10px;
  margin-top: 22px;
}

@media (max-width: 1100px) {
  .edgexa-benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .edgexa-price-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(520px, calc(100% - 28px));
    margin: -38px auto 0;
  }

  .edgexa-trust-strip {
    margin-top: 36px;
  }

  .edgexa-story {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .edgexa-flow {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 820px) {
  .edgexa-container,
  .edgexa-nav-inner {
    width: min(100% - 28px, var(--container));
  }

  .edgexa-nav-actions .edgexa-pill {
    display: none;
  }

  .edgexa-mini-cta {
    display: none;
  }

  .edgexa-hero {
    padding: 52px 0 70px;
  }

  .edgexa-hero h1 {
    font-size: clamp(45px, 12.5vw, 68px);
  }

  .edgexa-hero-copy {
    font-size: 16px;
  }

  .edgexa-video-shell {
    margin-top: 38px;
    border-radius: 24px;
  }

  .edgexa-video-wrap {
    border-radius: 23px;
  }

  .edgexa-trust-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .edgexa-section {
    padding: 80px 0;
  }

  .edgexa-benefit-grid {
    grid-template-columns: 1fr;
  }

  .edgexa-benefit-card {
    min-height: 240px;
  }

  .edgexa-icon {
    margin-bottom: 34px;
  }

  .edgexa-flow {
    grid-template-columns: 1fr;
  }

  .edgexa-step {
    min-height: 210px;
  }

  .edgexa-included-grid {
    grid-template-columns: 1fr;
  }

  .edgexa-pricing-inner {
    grid-template-columns: 1fr;
    padding: 28px;
  }

  .edgexa-sticky-mobile {
    display: block;
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 95;
    padding: 9px;
    border-radius: 18px;
    background: rgba(8, 10, 15, 0.84);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 22px 70px rgba(0, 0, 0, 0.52);
    backdrop-filter: blur(18px);
  }

  .edgexa-sticky-mobile .edgexa-btn {
    width: 100%;
    min-height: 52px;
  }

  .edgexa-footer {
    padding-bottom: 94px;
  }
}

@media (max-width: 560px) {
  .edgexa-brand img {
    height: 35px;
  }

  .edgexa-hero-actions {
    display: grid;
  }

  .edgexa-hero-actions .edgexa-btn {
    width: 100%;
  }

  .edgexa-eyebrow {
    font-size: 10px;
  }

  .edgexa-price-card {
    padding: 21px;
    border-radius: 20px;
  }

  .edgexa-price-card h2 {
    font-size: 24px;
  }

  .edgexa-price {
    font-size: 38px;
  }

  .edgexa-trust-strip {
    grid-template-columns: 1fr;
  }

  .edgexa-trust-item {
    justify-content: flex-start;
  }

  .edgexa-section-head {
    margin-bottom: 36px;
  }

  .edgexa-section h2 {
    font-size: 39px;
  }

  .edgexa-story-badge {
    left: 12px;
    right: 12px;
    bottom: 12px;
    max-width: none;
  }

  .edgexa-included {
    grid-template-columns: 1fr;
  }

  .edgexa-included img {
    width: 100%;
    height: 170px;
  }

  .edgexa-final-card {
    padding: 54px 20px;
    border-radius: 26px;
  }

  .edgexa-final-card .edgexa-btn {
    min-width: 0;
    width: 100%;
  }

  .edgexa-footer-inner {
    flex-direction: column;
    text-align: center;
  }

  .edgexa-exit-actions {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .edgexa-reveal {
    opacity: 1;
    transform: none;
  }
}

/* Readability protection against theme/Beaver Builder inherited colors */
.edgexa-page,
.edgexa-page * {
  opacity: 1 !important;
}

.edgexa-page p,
.edgexa-page li,
.edgexa-page span,
.edgexa-page div {
  text-shadow: none;
}

.edgexa-page .edgexa-hero-copy,
.edgexa-page .edgexa-section-sub,
.edgexa-page .edgexa-benefit-card p,
.edgexa-page .edgexa-step p,
.edgexa-page .edgexa-included p,
.edgexa-page .edgexa-story-copy p,
.edgexa-page .edgexa-pricing-copy p,
.edgexa-page .edgexa-faq-answer p {
  color: #e0e6ef !important;
}

.edgexa-page .edgexa-price-note,
.edgexa-page .edgexa-secure,
.edgexa-page .edgexa-footer-inner,
.edgexa-page .edgexa-disclaimer {
  color: #b9c3d1 !important;
}

/* =========================================================
       BEAVER BUILDER / WORDPRESS OVERRIDE PROTECTION
       Everything is scoped to #edgexa so theme styles cannot win.
       ========================================================= */
#edgexa,
#edgexa *,
#edgexa *::before,
#edgexa *::after {
  box-sizing: border-box !important;
  opacity: 1 !important;
}

#edgexa {
  color: #ffffff !important;
  background-color: #07080d !important;
  font-family:
    Inter,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif !important;
}

#edgexa h1,
#edgexa h2,
#edgexa h3,
#edgexa h4,
#edgexa h5,
#edgexa h6,
#edgexa strong,
#edgexa b {
  color: #ffffff !important;
}

#edgexa p,
#edgexa li,
#edgexa span,
#edgexa div,
#edgexa button,
#edgexa a {
  color: #eef3f8 !important;
}

#edgexa .edgexa-kicker,
#edgexa .edgexa-price-kicker {
  color: #ffb17f !important;
}

#edgexa .edgexa-gradient-text {
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
}

#edgexa .edgexa-btn,
#edgexa .edgexa-mini-cta,
#edgexa .edgexa-btn-primary,
#edgexa .edgexa-btn-ghost {
  color: #ffffff !important;
}

#edgexa .edgexa-live-dot {
  color: transparent !important;
}

#edgexa .edgexa-disclaimer,
#edgexa .edgexa-footer-inner,
#edgexa .edgexa-price-note,
#edgexa .edgexa-secure {
  color: #c6d0dd !important;
}

#edgexa iframe,
#edgexa img {
  opacity: 1 !important;
}

/* Neutralize common Beaver Builder/theme overlays */
#edgexa [class*="overlay"],
#edgexa [class*="Overlay"] {
  opacity: 0 !important;
  background: transparent !important;
}

/* =========================================================
       MAXIMUM WORDPRESS / BEAVER BUILDER COMPATIBILITY
       Forces all page text to full white and resets parent layers.
       ========================================================= */

html,
body,
.fl-page,
.fl-page-content,
.fl-builder-content,
.fl-row,
.fl-row-content-wrap,
.fl-row-content,
.fl-col,
.fl-col-content,
.fl-module,
.fl-module-content,
.fl-html,
.fl-html-text,
.bb-raw-html {
  opacity: 1 !important;
  filter: none !important;
  visibility: visible !important;
  mix-blend-mode: normal !important;
}

.fl-row-overlay,
.fl-row-overlay::before,
.fl-row-overlay::after,
.fl-builder-content .fl-row-content-wrap::before,
.fl-builder-content .fl-row-content-wrap::after {
  opacity: 0 !important;
  background: transparent !important;
  pointer-events: none !important;
}

#edgexa,
#edgexa *,
#edgexa p,
#edgexa li,
#edgexa span,
#edgexa div,
#edgexa a,
#edgexa button,
#edgexa label,
#edgexa small,
#edgexa strong,
#edgexa b,
#edgexa h1,
#edgexa h2,
#edgexa h3,
#edgexa h4,
#edgexa h5,
#edgexa h6 {
  color: #ffffff !important;
  opacity: 1 !important;
  filter: none !important;
  visibility: visible !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35) !important;
  -webkit-text-fill-color: #ffffff !important;
}

#edgexa .edgexa-gradient-text {
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 45%, #ffd7bd 70%, #b9e8ff 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
}

#edgexa .edgexa-kicker,
#edgexa .edgexa-price-kicker {
  color: #ffd0b0 !important;
  -webkit-text-fill-color: #ffd0b0 !important;
}

#edgexa .edgexa-live-dot {
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  text-shadow: none !important;
}

#edgexa iframe,
#edgexa img {
  opacity: 1 !important;
  filter: none !important;
  visibility: visible !important;
}

/* =========================================================
       EDGEXA V5 — VISUAL POLISH
       ========================================================= */

#edgexa {
  --glass-highlight: rgba(255, 255, 255, 0.12);
  --glass-dark: rgba(7, 9, 14, 0.72);
  --ease-premium: cubic-bezier(0.22, 0.61, 0.36, 1);
}

#edgexa .edgexa-nav {
  transition:
    background 0.35s var(--ease-premium),
    border-color 0.35s var(--ease-premium),
    transform 0.35s var(--ease-premium) !important;
}

#edgexa .edgexa-brand img {
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.28)) !important;
}

#edgexa .edgexa-hero {
  position: relative;
}

#edgexa .edgexa-hero::before {
  content: "";
  position: absolute;
  width: min(900px, 82vw);
  height: min(900px, 82vw);
  left: 50%;
  top: -250px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: conic-gradient(from 180deg, rgba(255, 106, 0, 0.18), rgba(255, 59, 122, 0.1), rgba(107, 77, 255, 0.18), rgba(0, 163, 255, 0.13), rgba(255, 106, 0, 0.18));
  filter: blur(90px);
  opacity: 0.44 !important;
  animation: edgexaAurora 18s linear infinite;
  pointer-events: none;
  z-index: -1;
}

@keyframes edgexaAurora {
  to {
    transform: translateX(-50%) rotate(360deg);
  }
}

#edgexa .edgexa-hero h1 {
  text-shadow: 0 18px 55px rgba(0, 0, 0, 0.45) !important;
}

#edgexa .edgexa-video-shell {
  transform-style: preserve-3d;
  transition:
    transform 0.45s var(--ease-premium),
    box-shadow 0.45s var(--ease-premium) !important;
}

#edgexa .edgexa-video-shell:hover {
  transform: translateY(-8px) scale(1.004);
  box-shadow:
    0 56px 160px rgba(0, 0, 0, 0.62),
    0 0 110px rgba(85, 76, 255, 0.18) !important;
}

#edgexa .edgexa-video-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 11%), radial-gradient(600px 120px at 50% 0%, rgba(255, 255, 255, 0.09), transparent 70%);
  pointer-events: none;
  z-index: 2;
  opacity: 0.7 !important;
}

#edgexa .edgexa-price-card {
  overflow: hidden;
  animation: edgexaFloat 5.5s ease-in-out infinite;
  background: linear-gradient(180deg, rgba(22, 25, 36, 0.88), rgba(10, 12, 18, 0.82)) !important;
}

#edgexa .edgexa-price-card::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  right: -90px;
  top: -100px;
  background: radial-gradient(circle, rgba(255, 106, 0, 0.22), transparent 68%);
  pointer-events: none;
}

@keyframes edgexaFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

#edgexa .edgexa-btn-primary {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background-size: 180% 180% !important;
  animation: edgexaButtonGradient 7s ease infinite;
}

#edgexa .edgexa-btn-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 20%, rgba(255, 255, 255, 0.28) 48%, transparent 72%);
  transform: translateX(-140%);
  transition: transform 0.65s var(--ease-premium);
  z-index: -1;
  opacity: 0.8 !important;
}

#edgexa .edgexa-btn-primary:hover::before {
  transform: translateX(140%);
}

@keyframes edgexaButtonGradient {
  0%,
  100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

#edgexa .edgexa-benefit-card,
#edgexa .edgexa-step,
#edgexa .edgexa-included,
#edgexa .edgexa-faq-item {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

#edgexa .edgexa-benefit-card::before,
#edgexa .edgexa-step::before,
#edgexa .edgexa-included::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(130deg, rgba(255, 255, 255, 0.08), transparent 32%, transparent 70%, rgba(255, 255, 255, 0.03));
  pointer-events: none;
  opacity: 0.65 !important;
}

#edgexa .edgexa-benefit-card,
#edgexa .edgexa-step,
#edgexa .edgexa-included {
  position: relative;
  overflow: hidden;
}

#edgexa .edgexa-icon {
  color: #ffffff !important;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.04)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 10px 30px rgba(0, 0, 0, 0.22) !important;
  transition:
    transform 0.35s var(--ease-premium),
    box-shadow 0.35s var(--ease-premium);
}

#edgexa .edgexa-benefit-card:hover .edgexa-icon {
  transform: translateY(-4px) rotate(-2deg) scale(1.04);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 16px 38px rgba(0, 0, 0, 0.28),
    0 0 36px rgba(107, 77, 255, 0.18) !important;
}

#edgexa .edgexa-story-media img,
#edgexa .edgexa-included img {
  transition:
    transform 0.7s var(--ease-premium),
    filter 0.7s var(--ease-premium) !important;
}

#edgexa .edgexa-story-media:hover img,
#edgexa .edgexa-included:hover img {
  transform: scale(1.045);
  filter: saturate(1.08) contrast(1.03) !important;
}

#edgexa .edgexa-story-media,
#edgexa .edgexa-pricing,
#edgexa .edgexa-final-card {
  box-shadow:
    0 36px 120px rgba(0, 0, 0, 0.46),
    inset 0 1px 0 rgba(255, 255, 255, 0.055) !important;
}

#edgexa .edgexa-flow::before {
  content: "";
  position: absolute;
  left: 5%;
  right: 5%;
  top: 46px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 106, 0, 0.45), rgba(107, 77, 255, 0.45), rgba(0, 163, 255, 0.45), transparent);
  opacity: 0.7 !important;
  z-index: -1;
}

#edgexa .edgexa-step-num {
  box-shadow:
    0 10px 25px rgba(0, 0, 0, 0.24),
    0 0 26px rgba(107, 77, 255, 0.1) !important;
}

#edgexa .edgexa-pricing-box {
  background: radial-gradient(260px 180px at 100% 0%, rgba(255, 106, 0, 0.16), transparent 70%), rgba(255, 255, 255, 0.055) !important;
}

#edgexa .edgexa-faq-button {
  transition:
    background 0.25s var(--ease-premium),
    padding 0.25s var(--ease-premium);
}

#edgexa .edgexa-faq-item:hover .edgexa-faq-button,
#edgexa .edgexa-faq-item.is-open .edgexa-faq-button {
  background: rgba(255, 255, 255, 0.035) !important;
  padding-left: 26px;
}

#edgexa .edgexa-final-card::before {
  content: "";
  position: absolute;
  inset: -35%;
  background: conic-gradient(from 0deg, transparent, rgba(255, 106, 0, 0.08), transparent 24%, rgba(0, 163, 255, 0.08), transparent 52%, rgba(107, 77, 255, 0.1), transparent 78%);
  animation: edgexaFinalSpin 22s linear infinite;
  pointer-events: none;
  opacity: 0.8 !important;
}

#edgexa .edgexa-final-card > * {
  position: relative;
  z-index: 2;
}

@keyframes edgexaFinalSpin {
  to {
    transform: rotate(360deg);
  }
}

#edgexa .edgexa-scroll-progress {
  position: fixed;
  left: 0;
  top: 0;
  height: 3px;
  width: 0;
  z-index: 1000;
  background: linear-gradient(90deg, var(--orange), var(--pink), var(--purple), var(--blue));
  box-shadow: 0 0 16px rgba(107, 77, 255, 0.55);
  pointer-events: none;
}

@media (max-width: 1100px) {
  #edgexa .edgexa-price-card {
    animation: none;
  }
}

@media (max-width: 820px) {
  #edgexa .edgexa-flow::before {
    display: none;
  }

  #edgexa .edgexa-video-shell:hover {
    transform: none;
  }
}

/* =========================================================
       LGM STUDENT — UPGRADE PAGE COMPONENTS
       ========================================================= */

#edgexa .lgm-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Space Grotesk", Inter, sans-serif !important;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

#edgexa .lgm-brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--orange), var(--pink) 52%, var(--purple));
  box-shadow:
    0 12px 30px rgba(255, 82, 50, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
  font-size: 18px;
  font-weight: 900;
}

#edgexa .lgm-brand-copy {
  display: grid;
  line-height: 1;
  text-align: left;
}

#edgexa .lgm-brand-copy small {
  margin-top: 5px;
  color: #bac5d3 !important;
  -webkit-text-fill-color: #bac5d3 !important;
  font-family: Inter, sans-serif !important;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

#edgexa .lgm-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: #dbe7f4 !important;
  font-size: 12px;
  font-weight: 800;
}

#edgexa .lgm-hero-badge::before {
  content: "✓";
  width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--green) !important;
  -webkit-text-fill-color: var(--green) !important;
  background: rgba(84, 230, 168, 0.11);
  border: 1px solid rgba(84, 230, 168, 0.25);
}

#edgexa .lgm-community-shell {
  max-width: 1220px;
  margin: 52px auto 0;
  padding: 1px;
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(255, 106, 0, 0.58), rgba(255, 255, 255, 0.12) 40%, rgba(0, 163, 255, 0.5));
  box-shadow:
    0 48px 150px rgba(0, 0, 0, 0.6),
    0 0 100px rgba(92, 74, 255, 0.15);
  position: relative;
}

#edgexa .lgm-community-ui {
  min-height: 635px;
  padding: 20px;
  display: grid;
  grid-template-columns: 230px 1fr 255px;
  gap: 15px;
  border-radius: 31px;
  overflow: hidden;
  text-align: left;
  background: radial-gradient(600px 300px at 70% 0%, rgba(107, 77, 255, 0.14), transparent 65%), linear-gradient(180deg, #121520, #090b11);
}

#edgexa .lgm-ui-panel {
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.035);
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

#edgexa .lgm-sidebar {
  padding: 18px 14px;
}

#edgexa .lgm-sidebar-title {
  padding: 0 8px 17px;
  margin-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-family: "Space Grotesk", Inter, sans-serif !important;
  font-size: 16px;
  font-weight: 800;
}

#edgexa .lgm-nav-link {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 43px;
  padding: 10px 11px;
  margin: 4px 0;
  border-radius: 12px;
  color: #c9d3df !important;
  -webkit-text-fill-color: #c9d3df !important;
  font-size: 12px;
  font-weight: 750;
}

#edgexa .lgm-nav-link.is-active {
  background: linear-gradient(135deg, rgba(255, 106, 0, 0.2), rgba(107, 77, 255, 0.15));
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

#edgexa .lgm-nav-icon {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.065);
  font-size: 11px;
}

#edgexa .lgm-feed {
  padding: 18px;
}

#edgexa .lgm-feed-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 15px;
}

#edgexa .lgm-feed-head h3 {
  margin: 0;
  font-size: 21px;
}

#edgexa .lgm-feed-head span {
  color: #aeb9c7 !important;
  -webkit-text-fill-color: #aeb9c7 !important;
  font-size: 11px;
  font-weight: 700;
}

#edgexa .lgm-post {
  padding: 17px;
  margin-top: 12px;
  border-radius: 17px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  background: rgba(255, 255, 255, 0.035);
}

#edgexa .lgm-post-author {
  display: flex;
  align-items: center;
  gap: 10px;
}

#edgexa .lgm-avatar {
  width: 37px;
  height: 37px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(255, 106, 0, 0.95), rgba(107, 77, 255, 0.95));
  font-weight: 900;
  font-size: 12px;
}

#edgexa .lgm-post-author strong {
  display: block;
  font-size: 12px;
}

#edgexa .lgm-post-author small {
  color: #9eabb9 !important;
  -webkit-text-fill-color: #9eabb9 !important;
  font-size: 9px;
}

#edgexa .lgm-post h4 {
  margin: 15px 0 7px;
  font-family: "Space Grotesk", Inter, sans-serif !important;
  font-size: 15px;
  letter-spacing: -0.01em;
}

#edgexa .lgm-post p {
  margin: 0;
  color: #c8d2df !important;
  -webkit-text-fill-color: #c8d2df !important;
  font-size: 11.5px;
  line-height: 1.58;
}

#edgexa .lgm-post-stats {
  display: flex;
  gap: 16px;
  margin-top: 13px;
  color: #9eabb9 !important;
  -webkit-text-fill-color: #9eabb9 !important;
  font-size: 9.5px;
  font-weight: 700;
}

#edgexa .lgm-rightbar {
  padding: 16px;
}

#edgexa .lgm-rightbar h4 {
  margin: 3px 0 13px;
  font-size: 14px;
}

#edgexa .lgm-call-card {
  padding: 14px;
  margin-bottom: 12px;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(145deg, rgba(255, 106, 0, 0.12), rgba(107, 77, 255, 0.09));
}

#edgexa .lgm-call-tag {
  display: inline-flex;
  padding: 5px 8px;
  margin-bottom: 9px;
  border-radius: 999px;
  background: rgba(84, 230, 168, 0.11);
  border: 1px solid rgba(84, 230, 168, 0.22);
  color: var(--green) !important;
  -webkit-text-fill-color: var(--green) !important;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

#edgexa .lgm-call-card strong {
  display: block;
  font-size: 11.5px;
  line-height: 1.35;
}

#edgexa .lgm-call-card small {
  display: block;
  margin-top: 6px;
  color: #abb6c4 !important;
  -webkit-text-fill-color: #abb6c4 !important;
  font-size: 9px;
}

#edgexa .lgm-community-float {
  position: absolute;
  right: 32px;
  bottom: -64px;
  width: 355px;
  padding: 25px;
  border-radius: 24px;
  text-align: left;
  background: rgba(12, 14, 22, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 30px 85px rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(22px);
  z-index: 8;
  animation: edgexaFloat 5.5s ease-in-out infinite;
}

#edgexa .lgm-community-float h2 {
  margin: 0;
  font-size: 28px;
}

#edgexa .lgm-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  max-width: 900px;
  margin: 105px auto 0;
}

#edgexa .lgm-stat {
  padding: 18px;
  text-align: center;
  border-radius: 17px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.035);
}

#edgexa .lgm-stat strong {
  display: block;
  font-family: "Space Grotesk", Inter, sans-serif !important;
  font-size: 23px;
}

#edgexa .lgm-stat span {
  display: block;
  margin-top: 6px;
  color: #b8c3d1 !important;
  -webkit-text-fill-color: #b8c3d1 !important;
  font-size: 11px;
  font-weight: 700;
}

#edgexa .lgm-comparison {
  max-width: 1030px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.035);
  box-shadow: var(--shadow);
}

#edgexa .lgm-compare-row {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

#edgexa .lgm-compare-row:last-child {
  border-bottom: 0;
}

#edgexa .lgm-compare-cell {
  min-height: 72px;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
  font-size: 13px;
  font-weight: 750;
}

#edgexa .lgm-compare-cell:last-child {
  border-right: 0;
}

#edgexa .lgm-compare-head {
  background: rgba(255, 255, 255, 0.045);
}

#edgexa .lgm-compare-head .lgm-compare-cell {
  min-height: 85px;
  font-family: "Space Grotesk", Inter, sans-serif !important;
  font-size: 17px;
  font-weight: 800;
}

#edgexa .lgm-student-col {
  background: linear-gradient(135deg, rgba(255, 106, 0, 0.1), rgba(107, 77, 255, 0.085));
}

#edgexa .lgm-no {
  color: #a8b3c1 !important;
  -webkit-text-fill-color: #a8b3c1 !important;
}

#edgexa .lgm-yes {
  color: #caffea !important;
  -webkit-text-fill-color: #caffea !important;
}

#edgexa .lgm-yes::before {
  content: "✓";
  margin-right: 9px;
  color: var(--green) !important;
  -webkit-text-fill-color: var(--green) !important;
}

#edgexa .lgm-commission-card {
  max-width: 1080px;
  margin: 0 auto;
  padding: 44px;
  display: grid;
  grid-template-columns: 1fr 330px;
  align-items: center;
  gap: 44px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: radial-gradient(500px 260px at 100% 0%, rgba(84, 230, 168, 0.13), transparent 70%), linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025));
  box-shadow: var(--shadow);
}

#edgexa .lgm-money {
  padding: 28px;
  text-align: center;
  border-radius: 24px;
  border: 1px solid rgba(84, 230, 168, 0.2);
  background: rgba(84, 230, 168, 0.075);
}

#edgexa .lgm-money strong {
  display: block;
  font-family: "Space Grotesk", Inter, sans-serif !important;
  font-size: 66px;
  line-height: 1;
  letter-spacing: -0.06em;
}

#edgexa .lgm-money span {
  display: block;
  margin-top: 10px;
  color: #c9d7d0 !important;
  -webkit-text-fill-color: #c9d7d0 !important;
  font-size: 12px;
  font-weight: 800;
}

#edgexa .lgm-disclaimer-box {
  max-width: 1000px;
  margin: 23px auto 0;
  padding: 16px 18px;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.025);
  color: #aeb8c5 !important;
  -webkit-text-fill-color: #aeb8c5 !important;
  font-size: 10.5px;
  line-height: 1.65;
  text-align: center;
}

@media (max-width: 1100px) {
  #edgexa .lgm-community-ui {
    grid-template-columns: 190px 1fr;
  }

  #edgexa .lgm-rightbar {
    display: none;
  }

  #edgexa .lgm-community-float {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(540px, calc(100% - 28px));
    margin: -40px auto 0;
  }
}

@media (max-width: 820px) {
  #edgexa .lgm-community-ui {
    min-height: 0;
    grid-template-columns: 1fr;
    padding: 12px;
  }

  #edgexa .lgm-sidebar {
    display: none;
  }

  #edgexa .lgm-stat-grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  #edgexa .lgm-commission-card {
    grid-template-columns: 1fr;
    padding: 28px;
  }

  #edgexa .lgm-compare-row {
    grid-template-columns: 1.2fr 0.9fr 1fr;
  }

  #edgexa .lgm-compare-cell {
    padding: 15px 12px;
    font-size: 11px;
  }
}

@media (max-width: 560px) {
  #edgexa .lgm-brand-copy {
    display: none;
  }

  #edgexa .lgm-community-float {
    padding: 21px;
  }

  #edgexa .lgm-feed {
    padding: 12px;
  }

  #edgexa .lgm-post {
    padding: 14px;
  }

  #edgexa .lgm-comparison {
    overflow-x: auto;
  }

  #edgexa .lgm-compare-row {
    min-width: 650px;
  }

  #edgexa .lgm-money strong {
    font-size: 54px;
  }
}

/* =========================================================
     LYNKEDUP HOME PAGE
     Premium single-module compatibility layer
     ========================================================= */

#edgexa .lu-logo {
  height: 48px;
  width: auto;
  display: block;
  object-fit: contain;
}

#edgexa .lu-nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
}

#edgexa .lu-nav-links a {
  color: #c3cedb !important;
  -webkit-text-fill-color: #c3cedb !important;
  font-size: 12px;
  font-weight: 750;
}

#edgexa .lu-nav-links a:hover {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

#edgexa .lu-hero {
  min-height: 100vh;
  padding: 150px 0 105px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

#edgexa .lu-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(850px 520px at 76% 26%, rgba(50, 120, 255, 0.18), transparent 65%), radial-gradient(650px 420px at 28% 20%, rgba(255, 106, 0, 0.14), transparent 68%), linear-gradient(180deg, rgba(5, 7, 12, 0.35), rgba(5, 7, 12, 0.95));
  pointer-events: none;
}

#edgexa .lu-hero-grid {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  align-items: center;
  gap: 62px;
  position: relative;
  z-index: 2;
}

#edgexa .lu-hero-copy h1 {
  max-width: 760px;
  margin: 22px 0 20px;
  font-size: clamp(48px, 6.5vw, 91px);
  line-height: 0.96;
  letter-spacing: -0.065em;
}

#edgexa .lu-hero-copy > p {
  max-width: 660px;
  margin: 0;
  color: #c5cfdb !important;
  -webkit-text-fill-color: #c5cfdb !important;
  font-size: clamp(17px, 1.55vw, 21px);
  line-height: 1.72;
}

#edgexa .lu-price-note {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

#edgexa .lu-price-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 9px 13px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.04);
  color: #d9e3ef !important;
  -webkit-text-fill-color: #d9e3ef !important;
  font-size: 11px;
  font-weight: 800;
}

#edgexa .lu-price-pill strong {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

#edgexa .lu-dashboard-shell {
  position: relative;
  padding: 1px;
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(255, 106, 0, 0.62), rgba(255, 255, 255, 0.1) 42%, rgba(0, 163, 255, 0.55));
  box-shadow:
    0 48px 130px rgba(0, 0, 0, 0.62),
    0 0 100px rgba(26, 104, 255, 0.12);
}

#edgexa .lu-dashboard {
  min-height: 570px;
  padding: 19px;
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 14px;
  border-radius: 29px;
  overflow: hidden;
  background: radial-gradient(460px 240px at 90% 0%, rgba(35, 103, 255, 0.15), transparent 70%), linear-gradient(180deg, #141824, #090b11);
}

#edgexa .lu-side {
  padding: 16px 12px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
}

#edgexa .lu-side-logo {
  padding: 3px 8px 18px;
  margin-bottom: 9px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-family: "Space Grotesk", Inter, sans-serif !important;
  font-size: 16px;
  font-weight: 850;
}

#edgexa .lu-side-link {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 41px;
  padding: 9px 10px;
  margin: 4px 0;
  border-radius: 11px;
  color: #b9c5d3 !important;
  -webkit-text-fill-color: #b9c5d3 !important;
  font-size: 10.5px;
  font-weight: 750;
}

#edgexa .lu-side-link.active {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  background: linear-gradient(135deg, rgba(255, 106, 0, 0.18), rgba(0, 163, 255, 0.12));
  border: 1px solid rgba(255, 255, 255, 0.07);
}

#edgexa .lu-side-icon {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.065);
  font-size: 10px;
}

#edgexa .lu-main-panel {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

#edgexa .lu-dash-top {
  padding: 17px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.035);
}

#edgexa .lu-dash-top strong {
  display: block;
  font-family: "Space Grotesk", Inter, sans-serif !important;
  font-size: 17px;
}

#edgexa .lu-dash-top small {
  color: #9eabb9 !important;
  -webkit-text-fill-color: #9eabb9 !important;
  font-size: 9px;
}

#edgexa .lu-live-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(84, 230, 168, 0.2);
  background: rgba(84, 230, 168, 0.08);
  color: #8ff0bf !important;
  -webkit-text-fill-color: #8ff0bf !important;
  font-size: 8.5px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#edgexa .lu-dash-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 13px;
  flex: 1;
}

#edgexa .lu-method-card,
#edgexa .lu-progress-card,
#edgexa .lu-tools-card {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
}

#edgexa .lu-method-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: radial-gradient(330px 210px at 100% 0%, rgba(255, 106, 0, 0.14), transparent 72%), rgba(255, 255, 255, 0.035);
}

#edgexa .lu-card-label {
  color: #aeb9c6 !important;
  -webkit-text-fill-color: #aeb9c6 !important;
  font-size: 8.5px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

#edgexa .lu-method-card h3 {
  margin: 13px 0 8px;
  font-size: 23px;
}

#edgexa .lu-method-card p,
#edgexa .lu-progress-card p,
#edgexa .lu-tools-card p {
  margin: 0;
  color: #b9c5d3 !important;
  -webkit-text-fill-color: #b9c5d3 !important;
  font-size: 10px;
  line-height: 1.6;
}

#edgexa .lu-daily-time {
  margin-top: 20px;
  padding: 18px;
  border-radius: 16px;
  border: 1px solid rgba(255, 106, 0, 0.18);
  background: rgba(255, 106, 0, 0.075);
}

#edgexa .lu-daily-time strong {
  display: block;
  font-family: "Space Grotesk", Inter, sans-serif !important;
  font-size: 35px;
  line-height: 1;
  letter-spacing: -0.05em;
}

#edgexa .lu-daily-time span {
  display: block;
  margin-top: 7px;
  color: #d4dde8 !important;
  -webkit-text-fill-color: #d4dde8 !important;
  font-size: 9px;
  font-weight: 750;
}

#edgexa .lu-progress-list {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

#edgexa .lu-progress-row {
  display: grid;
  grid-template-columns: 27px 1fr auto;
  align-items: center;
  gap: 9px;
  padding: 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.035);
}

#edgexa .lu-progress-row i {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: rgba(84, 230, 168, 0.1);
  color: #7eeab6 !important;
  -webkit-text-fill-color: #7eeab6 !important;
  font-style: normal;
  font-size: 9px;
  font-weight: 900;
}

#edgexa .lu-progress-row strong {
  font-size: 9.5px;
}

#edgexa .lu-progress-row span {
  color: #8fa0b2 !important;
  -webkit-text-fill-color: #8fa0b2 !important;
  font-size: 8px;
}

#edgexa .lu-progress-row b {
  color: #8ff0bf !important;
  -webkit-text-fill-color: #8ff0bf !important;
  font-size: 8px;
}

#edgexa .lu-tools-card {
  grid-column: 1 / -1;
}

#edgexa .lu-tools-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 9px;
  margin-top: 14px;
}

#edgexa .lu-tool {
  min-height: 67px;
  padding: 11px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.025);
}

#edgexa .lu-tool strong {
  display: block;
  font-size: 9px;
}

#edgexa .lu-tool small {
  display: block;
  margin-top: 5px;
  color: #8998a9 !important;
  -webkit-text-fill-color: #8998a9 !important;
  font-size: 7.5px;
  line-height: 1.35;
}

#edgexa .lu-float-offer {
  position: absolute;
  right: -24px;
  bottom: -45px;
  width: 270px;
  padding: 21px;
  border-radius: 21px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(10, 13, 20, 0.88);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.58);
  backdrop-filter: blur(22px);
  animation: edgexaFloat 5s ease-in-out infinite;
}

#edgexa .lu-float-offer strong {
  display: block;
  font-family: "Space Grotesk", Inter, sans-serif !important;
  font-size: 23px;
}

#edgexa .lu-float-offer span {
  display: block;
  margin-top: 7px;
  color: #b7c3d0 !important;
  -webkit-text-fill-color: #b7c3d0 !important;
  font-size: 10px;
  line-height: 1.5;
}

#edgexa .lu-proof-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
  margin-top: 64px;
}

#edgexa .lu-proof {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.035);
}

#edgexa .lu-proof strong {
  display: block;
  font-family: "Space Grotesk", Inter, sans-serif !important;
  font-size: 17px;
}

#edgexa .lu-proof span {
  display: block;
  margin-top: 6px;
  color: #aeb9c6 !important;
  -webkit-text-fill-color: #aeb9c6 !important;
  font-size: 10px;
  line-height: 1.5;
}

#edgexa .lu-method-showcase {
  max-width: 1100px;
  margin: 0 auto;
  padding: 44px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 30px;
  background: radial-gradient(520px 290px at 0% 0%, rgba(255, 106, 0, 0.12), transparent 70%), linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.022));
  box-shadow: var(--shadow);
}

#edgexa .lu-method-visual {
  min-height: 430px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 24px;
  background: linear-gradient(145deg, #181d2a, #0a0c12);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

#edgexa .lu-routine-step {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 13px;
  align-items: center;
  padding: 14px;
  margin: 7px 0;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.065);
  background: rgba(255, 255, 255, 0.035);
}

#edgexa .lu-routine-step b {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: linear-gradient(135deg, rgba(255, 106, 0, 0.2), rgba(0, 163, 255, 0.14));
  font-family: "Space Grotesk", Inter, sans-serif !important;
  font-size: 13px;
}

#edgexa .lu-routine-step strong {
  display: block;
  font-size: 12px;
}

#edgexa .lu-routine-step span {
  display: block;
  margin-top: 4px;
  color: #9eabb9 !important;
  -webkit-text-fill-color: #9eabb9 !important;
  font-size: 9px;
  line-height: 1.45;
}

#edgexa .lu-value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

#edgexa .lu-value-card {
  min-height: 240px;
  padding: 27px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: radial-gradient(260px 170px at 100% 0%, color-mix(in srgb, var(--glow) 17%, transparent), transparent 72%), rgba(255, 255, 255, 0.035);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease;
}

#edgexa .lu-value-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.16);
}

#edgexa .lu-value-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 15px;
  background: color-mix(in srgb, var(--glow) 16%, transparent);
  border: 1px solid color-mix(in srgb, var(--glow) 24%, transparent);
  font-family: "Space Grotesk", Inter, sans-serif !important;
  font-weight: 900;
}

#edgexa .lu-value-card h3 {
  margin: 0 0 10px;
  font-size: 19px;
}

#edgexa .lu-value-card p {
  margin: 0;
  color: #b6c1ce !important;
  -webkit-text-fill-color: #b6c1ce !important;
  font-size: 12.5px;
  line-height: 1.7;
}

#edgexa .lu-pricing {
  max-width: 1040px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 22px;
}

#edgexa .lu-price-card {
  padding: 35px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 27px;
  background: rgba(255, 255, 255, 0.035);
  box-shadow: var(--shadow);
}

#edgexa .lu-price-card.featured {
  background: radial-gradient(430px 250px at 100% 0%, rgba(0, 163, 255, 0.14), transparent 70%), linear-gradient(135deg, rgba(255, 106, 0, 0.09), rgba(255, 255, 255, 0.035));
  border-color: rgba(255, 255, 255, 0.14);
}

#edgexa .lu-price {
  margin: 18px 0;
  font-family: "Space Grotesk", Inter, sans-serif !important;
  font-size: 62px;
  line-height: 1;
  letter-spacing: -0.06em;
}

#edgexa .lu-price small {
  font-family: Inter, sans-serif !important;
  font-size: 13px;
  letter-spacing: 0;
  color: #9fabb9 !important;
  -webkit-text-fill-color: #9fabb9 !important;
}

#edgexa .lu-form-section {
  padding: 105px 0;
  position: relative;
}

#edgexa .lu-register {
  max-width: 1140px;
  margin: 0 auto;
  padding: 48px;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 48px;
  align-items: start;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 31px;
  background: radial-gradient(600px 360px at 0% 0%, rgba(255, 106, 0, 0.14), transparent 70%), radial-gradient(540px 330px at 100% 100%, rgba(0, 163, 255, 0.12), transparent 70%), rgba(255, 255, 255, 0.035);
  box-shadow: var(--shadow);
}

#edgexa .lu-register-copy h2 {
  margin: 14px 0 17px;
  font-size: clamp(38px, 5vw, 61px);
  line-height: 1;
  letter-spacing: -0.055em;
}

#edgexa .lu-register-copy p {
  color: #bdc8d5 !important;
  -webkit-text-fill-color: #bdc8d5 !important;
  font-size: 14px;
  line-height: 1.75;
}

#edgexa .lu-form {
  padding: 28px;
  border-radius: 23px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(8, 10, 16, 0.72);
}

#edgexa .lu-form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

#edgexa .lu-field {
  display: grid;
  gap: 7px;
}

#edgexa .lu-field.full {
  grid-column: 1 / -1;
}

#edgexa .lu-field label {
  color: #c9d3df !important;
  -webkit-text-fill-color: #c9d3df !important;
  font-size: 10px;
  font-weight: 800;
}

#edgexa .lu-field input {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  outline: none;
  background: rgba(255, 255, 255, 0.045);
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font:
    600 13px Inter,
    sans-serif !important;
}

#edgexa .lu-field input:focus {
  border-color: rgba(0, 163, 255, 0.55);
  box-shadow: 0 0 0 3px rgba(0, 163, 255, 0.1);
}

#edgexa .lu-password {
  display: flex;
  align-items: center;
  gap: 8px;
}

#edgexa .lu-password input {
  flex: 1;
}

#edgexa .lu-password i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
}

#edgexa .lu-legal-check {
  display: grid;
  grid-template-columns: 19px 1fr;
  gap: 10px;
  align-items: start;
  color: #9eabb9 !important;
  -webkit-text-fill-color: #9eabb9 !important;
  font-size: 9.5px;
  line-height: 1.55;
}

#edgexa .lu-legal-check input {
  min-height: 0;
  margin-top: 3px;
}

#edgexa .lu-form-note {
  margin-top: 12px;
  color: #8290a1 !important;
  -webkit-text-fill-color: #8290a1 !important;
  font-size: 9px;
  line-height: 1.55;
  text-align: center;
}

#edgexa .lu-legal {
  max-width: 1040px;
  margin: 25px auto 0;
  padding: 17px 19px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.025);
  color: #98a5b4 !important;
  -webkit-text-fill-color: #98a5b4 !important;
  font-size: 9.5px;
  line-height: 1.7;
  text-align: center;
}

@media (max-width: 1120px) {
  #edgexa .lu-nav-links {
    display: none;
  }

  #edgexa .lu-hero-grid,
  #edgexa .lu-method-showcase,
  #edgexa .lu-pricing,
  #edgexa .lu-register {
    grid-template-columns: 1fr;
  }

  #edgexa .lu-hero-copy {
    text-align: center;
  }

  #edgexa .lu-hero-copy > p {
    margin-inline: auto;
  }

  #edgexa .lu-hero-actions,
  #edgexa .lu-price-note {
    justify-content: center;
  }

  #edgexa .lu-dashboard-shell {
    max-width: 760px;
    margin: 25px auto 0;
  }

  #edgexa .lu-float-offer {
    right: 18px;
  }
}

@media (max-width: 820px) {
  #edgexa .lu-hero {
    padding-top: 125px;
  }

  #edgexa .lu-dashboard {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  #edgexa .lu-side {
    display: none;
  }

  #edgexa .lu-value-grid,
  #edgexa .lu-proof-row {
    grid-template-columns: 1fr;
  }

  #edgexa .lu-register,
  #edgexa .lu-method-showcase {
    padding: 29px;
  }

  #edgexa .lu-float-offer {
    position: relative;
    right: auto;
    bottom: auto;
    width: calc(100% - 28px);
    margin: -30px auto 0;
  }
}

@media (max-width: 580px) {
  #edgexa .lu-logo {
    height: 38px;
    max-width: 160px;
  }

  #edgexa .lu-dashboard {
    padding: 11px;
  }

  #edgexa .lu-dash-grid {
    grid-template-columns: 1fr;
  }

  #edgexa .lu-tools-card {
    grid-column: auto;
  }

  #edgexa .lu-tools-row {
    grid-template-columns: repeat(2, 1fr);
  }

  #edgexa .lu-form-grid {
    grid-template-columns: 1fr;
  }

  #edgexa .lu-field.full {
    grid-column: auto;
  }

  #edgexa .lu-register,
  #edgexa .lu-method-showcase,
  #edgexa .lu-price-card {
    padding: 23px;
  }
}
#edgexa .lu-separate-tools {
  max-width: 1040px;
  margin: 24px auto 0;
  padding: 20px 22px;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 15px;
  align-items: start;
  border: 1px solid rgba(255, 177, 66, 0.22);
  border-radius: 17px;
  background: rgba(255, 177, 66, 0.055);
}

#edgexa .lu-separate-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: rgba(255, 177, 66, 0.13);
  color: #ffc46b !important;
  -webkit-text-fill-color: #ffc46b !important;
  font-family: "Space Grotesk", Inter, sans-serif !important;
  font-size: 18px;
  font-weight: 900;
}

#edgexa .lu-separate-tools strong {
  display: block;
  margin-bottom: 7px;
  font-family: "Space Grotesk", Inter, sans-serif !important;
  font-size: 16px;
}

#edgexa .lu-separate-tools p {
  margin: 0;
  color: #b7c2cf !important;
  -webkit-text-fill-color: #b7c2cf !important;
  font-size: 11px;
  line-height: 1.7;
}

#edgexa .lu-exit-overlay {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
  place-items: center;
  opacity: 0;
  pointer-events: none;
  padding: 20px;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(6px);
}

#edgexa .lu-exit-overlay.is-open {
  display: grid;
  opacity: 1;
  pointer-events: auto;
}

#edgexa .lu-exit-card {
  width: min(100%, 400px);
  padding: 28px 22px 24px;
  border: 1px solid rgba(238, 164, 54, 0.72);
  border-radius: 20px;
  background: radial-gradient(300px 180px at 50% 0%, rgba(37, 84, 155, 0.14), transparent 72%), linear-gradient(180deg, #162235 0%, #111b2b 100%);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.62);
  text-align: center;
}

#edgexa .lu-exit-card h3 {
  margin: 0 10px 12px;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.035em;
}

#edgexa .lu-exit-card p {
  margin: 0 auto 18px;
  max-width: 330px;
  color: #e4e9f0 !important;
  -webkit-text-fill-color: #e4e9f0 !important;
  font-size: 15px;
  line-height: 1.6;
}

#edgexa .lu-exit-primary {
  width: 100%;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
  border-radius: 13px;
  background: linear-gradient(180deg, #f6b34f, #e89b2f);
  box-shadow: 0 14px 30px rgba(238, 157, 44, 0.3);
  color: #07101d !important;
  -webkit-text-fill-color: #07101d !important;
  font-size: 12px;
  font-weight: 900;
  text-decoration: underline !important;
}

#edgexa .lu-exit-secondary {
  width: 100%;
  margin-top: 13px;
  padding: 10px;
  border: 0;
  background: transparent;
  color: #e6eaf0 !important;
  -webkit-text-fill-color: #e6eaf0 !important;
  font:
    800 15px Inter,
    sans-serif !important;
  cursor: pointer;
}

html.lu-popup-lock,
body.lu-popup-lock {
  overflow: hidden !important;
}
#edgexa .lu-hero {
  padding-bottom: 82px;
}

#edgexa .lu-hero-grid {
  grid-template-columns: 1fr;
  gap: 52px;
}

#edgexa .lu-hero-copy {
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
}

#edgexa .lu-hero-copy > p {
  margin-inline: auto;
  max-width: 780px;
}

#edgexa .lu-hero-actions,
#edgexa .lu-price-note {
  justify-content: center;
}

#edgexa .lu-video-hero {
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
}

#edgexa .lu-video-frame {
  position: relative;
  padding: 1px;
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(255, 177, 66, 0.74), rgba(255, 255, 255, 0.1) 36%, rgba(0, 163, 255, 0.62));
  box-shadow:
    0 42px 120px rgba(0, 0, 0, 0.62),
    0 0 110px rgba(20, 108, 255, 0.16);
}

#edgexa .lu-video-glow {
  position: absolute;
  inset: 8% 8% -10%;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(circle at 25% 50%, rgba(255, 132, 33, 0.22), transparent 52%), radial-gradient(circle at 75% 50%, rgba(27, 116, 255, 0.22), transparent 52%);
  filter: blur(46px);
}

#edgexa .lu-video-ratio {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  border-radius: 29px;
  background: #080b11;
}

#edgexa .lu-video-ratio::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.07);
}

#edgexa .lu-video-ratio iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#edgexa .lu-video-caption {
  max-width: 560px;
  margin: -1px auto 0;
  padding: 20px 24px 19px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-top: 0;
  border-radius: 0 0 19px 19px;
  background: rgba(11, 15, 23, 0.88);
  box-shadow: 0 26px 65px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(20px);
  text-align: center;
}

#edgexa .lu-video-caption strong {
  display: block;
  margin-top: 10px;
  font-family: "Space Grotesk", Inter, sans-serif !important;
  font-size: 18px;
}

#edgexa .lu-video-caption p {
  margin: 6px 0 0;
  color: #aeb9c6 !important;
  -webkit-text-fill-color: #aeb9c6 !important;
  font-size: 10.5px;
  line-height: 1.6;
}

#edgexa .lu-offer-clarity {
  max-width: 1120px;
  margin: 52px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

#edgexa .lu-clarity-card {
  min-height: 132px;
  padding: 20px;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: start;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.048), rgba(255, 255, 255, 0.025));
}

#edgexa .lu-clarity-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  border: 1px solid rgba(255, 177, 66, 0.24);
  background: rgba(255, 177, 66, 0.1);
  color: #ffc46b !important;
  -webkit-text-fill-color: #ffc46b !important;
  font-size: 10px;
  font-weight: 900;
}

#edgexa .lu-clarity-card strong {
  display: block;
  font-family: "Space Grotesk", Inter, sans-serif !important;
  font-size: 14px;
  line-height: 1.3;
}

#edgexa .lu-clarity-card p {
  margin: 7px 0 0;
  color: #aeb9c6 !important;
  -webkit-text-fill-color: #aeb9c6 !important;
  font-size: 10px;
  line-height: 1.6;
}

@media (max-width: 860px) {
  #edgexa .lu-offer-clarity {
    grid-template-columns: 1fr;
  }

  #edgexa .lu-video-caption {
    max-width: calc(100% - 28px);
  }
}

@media (max-width: 580px) {
  #edgexa .lu-video-frame {
    border-radius: 20px;
  }

  #edgexa .lu-video-ratio {
    border-radius: 19px;
  }

  #edgexa .lu-video-caption {
    padding: 17px 18px;
  }

  #edgexa .lu-clarity-card {
    min-height: 0;
  }
}
.row{display: flex;flex-direction: revert;width: 100%;gap: 24px;}
  .row .form-field{flex:1}
  .form-field{margin-bottom:20px}
  .wmt-alertback {
	width: 100%;
	background-color: rgba(0,0,0,.5);
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999;
}
.wmt-alert {
	width: 50%;
	max-height: 60%;
	position: fixed;
	top: 25%;
	z-index: 99999999;
	margin: 0 auto;
	overflow: auto;
	left: 25%;
}
.alert-danger {
	color: #842029;
	background-color: #f8d7da;
	border-color: #f5c2c7;
}
.alert {
	position: relative;
	padding: 1rem 1rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;
 left:0
}