/* -------- Import --------- */
body #page h1 {
  font-size: 70px !important;
}
@media (max-width: 769px) {
  body #page h1 {
    font-size: 38px !important;
  }
}
body #page h2 {
  font-size: 40px !important;
}
@media (max-width: 769px) {
  body #page h2 {
    font-size: 27px !important;
  }
}
@media (max-width: 769px) {
  body #page h3 {
    font-size: 24px !important;
  }
}
@media (max-width: 576px) {
  body #page p {
    font-size: 16px !important;
  }
}
body #page p, body #page h1, body #page h2, body #page h3, body #page h4, body #page h5, body #page h6, body #page .menu-link {
  font-family: "quasimoda", sans-serif;
}

body.home #content #primary #main .home-hero::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -40px;
  width: 100%;
  aspect-ratio: 16/2; /* Adjust this to match your SVG */
  background-image: url("/wp-content/uploads/2025/03/Yellow-White-Curve.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  z-index: 0;
}
@media (max-width: 1024px) {
  body.home #content #primary #main .home-hero::after {
    bottom: 0;
    background-position: right -1px bottom;
    background-size: cover;
    height: 100px;
    transform: scaleX(-1);
  }
}
@media (max-width: 1200px) {
  body.home #content #primary #main .home-hero .home-hero-spacer {
    display: none;
  }
  body.home #content #primary #main .home-hero .uagb-container-inner-blocks-wrap {
    flex-direction: column;
  }
  body.home #content #primary #main .home-hero .uagb-container-inner-blocks-wrap .wp-block-uagb-container {
    max-width: 100%;
  }
  body.home #content #primary #main .home-hero::before {
    background-position: 180px 180px;
  }
}
@media (max-width: 576px) {
  body.home #content #primary #main .home-hero::before {
    background-position: -30px 180px;
  }
}
body.home #content #primary #main .home-hero p {
  font-size: 22px;
}
@media (max-width: 576px) {
  body.home #content #primary #main .home-hero p {
    font-size: 20px !important;
  }
}
body.home #content #primary #main .home-hero .wp-block-button__link:hover {
  color: white !important;
}
body.home #content #primary #main .home-hero .wp-block-button__link:focus {
  outline: solid 2px var(--ast-global-color-4) !important;
  outline-offset: 2px;
}
body.home #content #primary #main .home-second {
  position: relative;
}
@media (max-width: 1024px) {
  body.home #content #primary #main .home-second {
    margin-bottom: -220px;
    background-position: -75px calc(100% - 220px) !important;
  }
}
body.home #content #primary #main .home-second .home-second-inner-right {
  position: absolute;
  right: 0;
  bottom: 7vw;
}
@media (max-width: 1024px) {
  body.home #content #primary #main .home-second .home-second-inner-right {
    position: relative;
    bottom: 270px;
  }
}
@media (max-width: 769px) {
  body.home #content #primary #main .home-second .home-second-inner-right {
    bottom: 310px;
  }
}
body.home #content #primary #main .home-second::before {
  top: 100px;
}
@media (max-width: 1024px) {
  body.home #content #primary #main .home-second .home-hero-spacer {
    display: none;
  }
  body.home #content #primary #main .home-second .uagb-container-inner-blocks-wrap {
    flex-direction: column;
  }
  body.home #content #primary #main .home-second .uagb-container-inner-blocks-wrap .wp-block-uagb-container {
    max-width: 100%;
  }
  body.home #content #primary #main .home-second::before {
    background-position: 310px 180px;
  }
}

body #content .secondary-hero-banner::before {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 0px;
  left: 0px;
  width: calc(100% + 0px + 0px);
  height: calc(100% + 0px + 0px);
  border-color: inherit;
  background-repeat: no-repeat;
  background-position: 1000px -1050px;
  background-size: auto;
  background-attachment: scroll;
  mix-blend-mode: normal;
  background-image: url(/wp-content/uploads/2025/03/Blue-Wheel.svg);
  background-clip: padding-box;
  opacity: 1;
}
@media (max-width: 1770px) {
  body #content .secondary-hero-banner::before {
    background-position: 250px -1050px;
  }
}
@media (max-width: 576px) {
  body #content .secondary-hero-banner::before {
    background-position: -100px -1050px;
  }
}
body #content .secondary-hero-banner {
  position: relative;
  min-height: 50vh;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--ast-global-color-0);
  padding: 20px 30px;
  z-index: 1;
  display: flex;
}
@media (max-width: 769px) {
  body #content .secondary-hero-banner {
    min-height: 30vh;
  }
}
body #content .secondary-hero-banner .container {
  max-width: 1500px;
  margin: auto;
  padding-bottom: 5em;
  width: 100%;
}
body #content .secondary-hero-banner .container .content-wrapper {
  max-width: 780px;
  padding: 100px 0;
}
@media (max-width: 769px) {
  body #content .secondary-hero-banner .container .content-wrapper {
    padding: 50px 0;
  }
}
body #content .secondary-hero-banner .container .content-wrapper h1 {
  font-size: 70px;
  font-weight: 800;
}
body #content .secondary-hero-banner .container .content-wrapper p {
  font-size: 22px;
}
body #content .secondary-hero-banner .container .content-wrapper h1,
body #content .secondary-hero-banner .container .content-wrapper p {
  color: white;
}
body #content .secondary-hero-banner .container .content-wrapper a {
  color: var(--ast-global-color-8);
}
body #content .secondary-hero-banner .container .content-wrapper a:hover {
  text-decoration: underline;
}
body #content .secondary-hero-banner::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  aspect-ratio: 16/2; /* Adjust this to match your SVG */
  background-image: url("/wp-content/uploads/2025/03/Yellow-White-Curve.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  z-index: 0;
}
@media (max-width: 1024px) {
  body #content .secondary-hero-banner::after {
    background-position: right -1px bottom;
    background-size: cover;
    height: 100px;
    transform: scaleX(-1);
  }
}
body #content .sun-bottom-left, body #content .sun-bottom-right, body #content .sun-bottom-right-small {
  min-height: 600px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-clip: padding-box;
}
body #content .sun-bottom-left::before, body #content .sun-bottom-right::before, body #content .sun-bottom-right-small::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: calc(100% + 0px + 0px);
  height: calc(100% + 0px + 0px);
  border-color: inherit;
  background: rgba(255, 255, 255, 0.4588235294);
}
body #content .sun-bottom-left {
  background-position: -290px bottom;
  background-size: 1000px;
  background-image: url(/wp-content/uploads/2025/03/Sun-Cut-Out.svg);
}
@media (max-width: 1024px) {
  body #content .sun-bottom-left {
    background-size: 600px;
    background-position: -185px bottom;
  }
}
@media (max-width: 576px) {
  body #content .sun-bottom-left {
    background-size: 230px;
    background-position: -75px bottom;
  }
}
body #content .sun-bottom-right {
  background-position: right -290px bottom;
  background-size: 1000px;
  background-image: url(/wp-content/uploads/2025/03/Sun-Cut-Out.svg);
}
@media (max-width: 1024px) {
  body #content .sun-bottom-right {
    background-size: 600px;
    background-position: right -185px bottom;
  }
}
@media (max-width: 576px) {
  body #content .sun-bottom-right {
    background-size: 230px;
    background-position: right -75px bottom;
  }
}
body #content .sun-bottom-right-small {
  background-position: right -100px bottom;
  background-size: 450px;
  background-image: url(/wp-content/uploads/2025/03/Sun-Cut-Out.svg);
}
@media (max-width: 1024px) {
  body #content .sun-bottom-right-small {
    background-size: 300px;
    background-position: right -100px bottom;
  }
}
@media (max-width: 576px) {
  body #content .sun-bottom-right-small {
    background-size: 200px;
    background-position: right -60px bottom;
  }
}
body #content .sun-bottom-right-small::before {
  border-radius: 30px;
}
body #content .green-wheel-left, body #content .green-wheel-right {
  overflow: hidden;
}
body #content .green-wheel-left::before, body #content .green-wheel-right::before {
  content: "";
  position: absolute;
  pointer-events: none;
  width: calc(100% + 0px + 0px);
  height: calc(100% + 0px + 0px);
  border-color: inherit;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  mix-blend-mode: normal;
  background-clip: padding-box;
  opacity: 1;
}
body #content .green-wheel-left::before {
  background-position: left 300px;
  background-image: url(/wp-content/uploads/2025/05/Green-Wheel.svg);
}
body #content .green-wheel-right::before {
  content: "";
  background-position: right 200px;
  background-image: url(/wp-content/uploads/2025/05/Green-Wheel.svg);
}
body #content .column-row-wrapper {
  font-size: 18px;
}
@media (max-width: 1024px) {
  body #content .column-row-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1200px) {
  body #content .column-row-wrapper.training {
    grid-template-columns: 1fr;
  }
}
body #content .column-row-wrapper.training h3 {
  margin-bottom: 15px;
}
@media (max-width: 1440px) {
  body #content .column-row-wrapper {
    column-gap: 40px;
  }
}

/* ------------ Blog ------------ */
body.single-post #primary, body .archive #primary {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 250px;
}
@media (max-width: 1024px) {
  body.single-post #primary, body .archive #primary {
    padding-bottom: 150px;
  }
}
body.single-post #primary #main > article, body .archive #primary #main > article {
  padding-top: 0;
}
body.single-post #primary #main > article .single-layout-1, body .archive #primary #main > article .single-layout-1 {
  padding-top: 50px;
}
body #page .uagb-post-pagination-wrap {
  text-align: center;
  margin-bottom: 20px;
}
body #page .uagb-post-pagination-wrap .page-numbers {
  text-decoration: none;
  background-color: var(--ast-global-color-0);
  color: white;
  padding: 5px 10px;
  margin-bottom: 5px;
}
body #page .uagb-post-pagination-wrap .page-numbers.current {
  background-color: var(--ast-global-color-8);
  color: var(--ast-global-color-2);
}
body #page .uagb-post-pagination-wrap .page-numbers:focus {
  outline: solid 2px #0C5A2E !important;
  outline-offset: 2px;
}
body #page .wp-block-uagb-post-grid, body #page .wp-block-uagb-post-carousel {
  column-gap: 80px;
}
@media (max-width: 1200px) {
  body #page .wp-block-uagb-post-grid, body #page .wp-block-uagb-post-carousel {
    column-gap: 40px;
  }
}
body #page .wp-block-uagb-post-grid article, body #page .wp-block-uagb-post-carousel article {
  box-shadow: 0px 6px 9px rgba(0, 0, 0, 0.031372549);
}
@media (max-width: 976px) {
  body #page .wp-block-uagb-post-grid article, body #page .wp-block-uagb-post-carousel article {
    padding: 0;
    padding-bottom: 20px;
  }
}
body #page .wp-block-uagb-post-grid article > *:not(.uagb-post__image), body #page .wp-block-uagb-post-carousel article > *:not(.uagb-post__image) {
  padding: 10px 20px;
}
body #page .wp-block-uagb-post-grid h3, body #page .wp-block-uagb-post-carousel h3 {
  color: var(--ast-global-color-0);
  margin-bottom: 0;
}
@media (min-width: 576px) {
  body #page .wp-block-uagb-post-grid h3, body #page .wp-block-uagb-post-carousel h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 0;
  }
}
body #page .wp-block-uagb-post-grid h3:hover, body #page .wp-block-uagb-post-carousel h3:hover {
  text-decoration: underline;
}
body #page .wp-block-uagb-post-grid .uagb-post__date, body #page .wp-block-uagb-post-carousel .uagb-post__date {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  body #page .wp-block-uagb-post-grid .uagb-post__date, body #page .wp-block-uagb-post-carousel .uagb-post__date {
    font-size: 16px;
  }
}
body #page .wp-block-uagb-post-grid .uagb-post__excerpt, body #page .wp-block-uagb-post-carousel .uagb-post__excerpt {
  font-size: 18px;
}
body #page .wp-block-uagb-post-grid .wp-block-button:hover .wp-block-button__link, body #page .wp-block-uagb-post-carousel .wp-block-button:hover .wp-block-button__link {
  color: var(--ast-global-color-0);
  background: transparent;
}
body #page .wp-block-uagb-post-grid .wp-block-button .wp-block-button__link, body #page .wp-block-uagb-post-carousel .wp-block-button .wp-block-button__link {
  color: var(--ast-global-color-0);
  background: transparent;
  padding: 0;
  font-size: 18px;
  min-width: 0;
}
body #page .wp-block-uagb-post-grid .wp-block-button .wp-block-button__link:hover, body #page .wp-block-uagb-post-carousel .wp-block-button .wp-block-button__link:hover {
  background-color: transparent;
  color: #0C5A2E !important;
}
body #page .wp-block-uagb-post-grid .wp-block-button .wp-block-button__link:focus, body #page .wp-block-uagb-post-carousel .wp-block-button .wp-block-button__link:focus {
  color: #0C5A2E !important;
}

@media (max-width: 1024px) {
  body header #ast-desktop-header {
    display: none;
  }
}
body header #ast-desktop-header .menu-link:hover {
  text-decoration: underline;
}
body header #ast-desktop-header .header-cta-button a {
  height: 40px !important;
  background-color: var(--ast-global-color-0);
  color: white !important;
  border-radius: 13px;
}
body header #ast-desktop-header .header-cta-button a:hover {
  text-decoration: underline;
  background-color: #0C5A2E;
}
body header #ast-desktop-header .header-cta-button a:focus {
  outline: solid 2px #0C5A2E !important;
  outline-offset: 2px;
}
body header #ast-desktop-header .ast-builder-grid-row {
  grid-column-gap: 12em;
}
body header #ast-desktop-header .ast-builder-grid-row .site-header-primary-section-left,
body header #ast-desktop-header .ast-builder-grid-row .site-header-primary-section-right {
  justify-content: flex-start;
}
body header #ast-desktop-header .ast-builder-grid-row .site-header-primary-section-left .ast-builder-layout-element {
  position: absolute;
  background: #fff;
  top: 0;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  max-width: 373px;
  width: 100%;
  justify-content: center;
}
body header #ast-desktop-header .ast-builder-grid-row .site-header-primary-section-left .ast-builder-layout-element .site-logo-img {
  padding: 0;
  max-width: 100%;
  height: auto;
}
@media (max-width: 1440px) {
  body header #ast-desktop-header .ast-builder-grid-row {
    grid-column-gap: 10em;
  }
  body header #ast-desktop-header .ast-builder-grid-row .site-header-primary-section-left .ast-builder-layout-element {
    max-width: 280px;
    left: 10px;
    top: 20px;
  }
  body header #ast-desktop-header .ast-builder-grid-row .site-header-primary-section-left .site-logo-img {
    max-width: 80%;
  }
  body header #ast-desktop-header .ast-builder-grid-row .site-header-primary-section-left .site-logo-img img {
    width: 230px;
  }
  body header #ast-desktop-header .ast-builder-grid-row .site-header-primary-section-right .menu-link {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  body header #ast-desktop-header .ast-builder-grid-row .site-header-primary-section-right .menu-link {
    font-size: 16px;
  }
}
@media (max-width: 769px) {
  body header #ast-desktop-header .ast-builder-grid-row {
    grid-column-gap: 4em;
  }
  body header #ast-desktop-header .ast-builder-grid-row .site-header-primary-section-left .ast-builder-layout-element {
    max-width: 100%;
    left: 0;
    right: 0;
  }
  body header #ast-desktop-header .ast-builder-grid-row .site-header-primary-section-left .site-logo-img {
    max-width: 70%;
  }
  body header #ast-desktop-header .ast-builder-grid-row .site-header-primary-section-left .site-logo-img img {
    width: 200px;
  }
}
@media (max-width: 576px) {
  body header #ast-desktop-header .ast-builder-grid-row {
    grid-column-gap: 2em;
  }
  body header #ast-desktop-header .ast-builder-grid-row .site-header-primary-section-left .ast-builder-layout-element {
    max-width: 100%;
    left: 0;
    right: 0;
  }
  body header #ast-desktop-header .ast-builder-grid-row .site-header-primary-section-left .site-logo-img {
    max-width: 50%;
  }
  body header #ast-desktop-header .ast-builder-grid-row .site-header-primary-section-left .site-logo-img img {
    width: 150px;
  }
}
body header #ast-mobile-header .site-header-primary-section-left {
  align-items: baseline;
}
body header #ast-mobile-header #ast-hf-mobile-menu {
  padding-bottom: 15px;
}
body header #ast-mobile-header .ast-primary-header-bar {
  background-color: var(--ast-global-color-0);
}
body header #ast-mobile-header .ast-primary-header-bar .ast-builder-grid-row {
  height: 117px;
}
body header #ast-mobile-header .ast-primary-header-bar .ast-builder-grid-row .site-header-primary-section-left .ast-builder-layout-element {
  position: absolute;
  background: #fff;
  top: 0;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  max-width: 373px;
  width: 100%;
  justify-content: center;
}
body header #ast-mobile-header .ast-primary-header-bar .ast-builder-grid-row .site-header-primary-section-left .ast-builder-layout-element .ast-site-identity {
  justify-content: center;
}
body header #ast-mobile-header .ast-primary-header-bar .ast-builder-grid-row .site-header-primary-section-left .ast-builder-layout-element .ast-site-identity .site-logo-img {
  padding: 0;
  max-width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  body header #ast-mobile-header .ast-primary-header-bar .ast-builder-grid-row .site-header-primary-section-left .ast-builder-layout-element {
    max-width: 300px;
  }
  body header #ast-mobile-header .ast-primary-header-bar .ast-builder-grid-row .site-header-primary-section-left .ast-builder-layout-element .site-logo-img img {
    width: 220px;
  }
}
@media (max-width: 480px) {
  body header #ast-mobile-header .ast-primary-header-bar .ast-builder-grid-row .site-header-primary-section-left .ast-builder-layout-element {
    max-width: 250px;
    position: relative;
  }
  body header #ast-mobile-header .ast-primary-header-bar .ast-builder-grid-row .site-header-primary-section-left .ast-builder-layout-element .ast-site-identity {
    justify-content: center;
  }
  body header #ast-mobile-header .ast-primary-header-bar .ast-builder-grid-row .site-header-primary-section-left .ast-builder-layout-element .ast-site-identity .site-logo-img img {
    width: 200px;
    padding: 0 10px;
  }
}

/* --------- Footer --------- */
@media (max-width: 921px) {
  body.single-post footer .site-primary-footer-wrap::before {
    bottom: 209px;
  }
}
body footer {
  position: relative;
}
body footer .site-primary-footer-wrap::before {
  background-image: url(/wp-content/uploads/2025/03/Blue-Blue-Curve.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 0;
  content: "";
  position: absolute;
  bottom: 189px;
  aspect-ratio: 16/2;
  left: 0;
  width: 100%;
}
@media (min-width: 2560px) {
  body footer .site-primary-footer-wrap::before {
    bottom: 160px;
  }
}
@media (max-width: 1024px) {
  body footer .site-primary-footer-wrap::before {
    height: 170px;
    transform: scaleX(-1);
  }
}
@media (max-width: 921px) {
  body footer .site-primary-footer-wrap::before {
    top: -100px;
    background-position: cover;
  }
}
body footer a {
  color: white;
  text-decoration: underline;
}
body footer a:hover, body footer a:focus {
  color: var(--ast-global-color-8) !important;
  text-decoration: underline;
}

body #page .wp-block-button__link {
  border-width: 0;
  font-family: "quasimoda", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 1200px) {
  body #page .wp-block-button__link {
    padding: 19px 20px;
  }
}
body #page .uagb-buttons-repeater:focus {
  color: white !important;
}
@media (max-width: 576px) {
  body #page .wp-block-button__link {
    font-size: 18px !important;
  }
}
body #page .wp-block-button__link:hover, body #page .wp-block-button__link:focus {
  background-color: #0C5A2E;
  color: white !important;
}
body #page .wp-block-button__link:hover .uagb-button__link, body #page .wp-block-button__link:focus .uagb-button__link {
  color: white !important;
}
body #page .wp-block-button__link:focus {
  outline: solid 2px #0C5A2E !important;
  outline-offset: 2px;
}

body #page .youtube-embed .ast-oembed-container {
  border-radius: 24px;
}
body #page .video-grid {
  display: grid;
  row-gap: 40px;
  column-gap: 80px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  body #page .video-grid {
    column-gap: 40px;
  }
}
@media (max-width: 1200px) {
  body #page .video-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 576px) {
  body #page .video-grid {
    grid-template-columns: 1fr;
  }
}
body #page .video-grid .video-column iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin-bottom: 10px;
  border-radius: 24px;
}
body #page .video-grid .video-column .video-content-wrapper {
  padding: 0 10px;
}
body #page .video-grid .video-column h3 {
  margin-top: 10px;
  color: var(--ast-global-color-0);
  font-size: 26px;
}
body #page .more-videos {
  max-width: 240px;
}
body #page .more-videos .wp-block-button__link {
  background-color: var(--ast-global-color-8) !important;
  color: var(--ast-global-color-2) !important;
}
body #page .more-videos .wp-block-button__link:hover {
  background-color: #0C5A2E !important;
  color: white !important;
}

/* --------- Media Queries --------- *//*# sourceMappingURL=main.css.map */