/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .block {
    display: block;
  }
  .list-item {
    display: list-item;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
}
:root {
  --white-hsl: 95.63,21.33%,70.59%;
  --black-hsl: 180,.84%,23.33%;
  --safeLightAccent-hsl: 31.11,36.99%,85.69%;
  --safeDarkAccent-hsl: 0,0%,0%;
  --safeInverseAccent-hsl: 0,0%,0%;
  --safeInverseLightAccent-hsl: 0,0%,0%;
  --safeInverseDarkAccent-hsl: 0,0%,100%;
  --accent-hsl: 31.11,36.99%,85.69%;
  --lightAccent-hsl: 31.11,36.99%,85.69%;
  --darkAccent-hsl: 12,34.48%,77.25%;
}
:root {
  --base-font-size: 24px;
  --heading-font-font-family: "Lato", "Helvetica Neue",Arial,sans-serif;
  --heading-font-font-style: normal;
  --heading-font-font-weight: 400;
  --heading-font-text-transform: none;
  --heading-font-letter-spacing: -.03em;
  --heading-font-line-height: 1.2em;
  --heading-sub-font-size: 2em;
  --body-font-font-family: "Lato", "Helvetica Neue",Arial,sans-serif;
  --body-font-font-style: normal;
  --body-font-font-weight: 300;
  --body-font-text-transform: none;
  --body-font-letter-spacing: 0em;
  --body-font-line-height: 1.3em;
}
:root {
  --main-bg-color: hsl(31.11deg 36.99% 85.69%);
  --siteBackgroundColor: hsla(var(--white-hsl),1);
}
[data-section-theme="light"] {
  --course-item-nav-text-color: hsla(var(--black-hsl),1);
  --tweak-blog-item-pagination-icon-color: hsla(var(--black-hsl),1);
  --tweak-summary-block-read-more-color-on-background: hsla(var(--black-hsl),1);
  --tweak-quote-block-source-color-on-background: hsla(var(--black-hsl),1);
  --paragraphSmallColor: hsla(var(--black-hsl),1);
  --list-section-simple-button-background-color: hsla(var(--lightAccent-hsl),1);
  --gradientHeaderBorderColor: hsla(var(--black-hsl),1);
  --tweak-summary-block-header-text-color-on-background: hsla(var(--black-hsl),1);
  --solidHeaderDropShadowColor: hsla(var(--black-hsl),1);
  --tweak-blog-alternating-side-by-side-list-read-more-color: hsla(var(--safeDarkAccent-hsl),1);
  --tweak-summary-block-background-color: hsla(var(--white-hsl),1);
  --tweak-form-block-survey-title-color: hsla(var(--black-hsl),1);
  --list-section-carousel-card-description-color: hsla(var(--black-hsl),1);
  --image-block-card-inline-link-color: hsla(var(--black-hsl),1);
  --paragraphLargeColor: hsla(var(--black-hsl),1);
  --tweak-summary-block-primary-metadata-color-on-background: hsla(var(--black-hsl),1);
  --tweak-blog-item-comment-text-color: hsla(var(--black-hsl),1);
  --tweak-summary-block-read-more-color: hsla(var(--black-hsl),1);
  --list-section-banner-slideshow-card-description-link-color: hsla(var(--safeDarkAccent-hsl),1);
  --image-block-stack-inline-link-color: hsla(var(--black-hsl),1);
  --tweak-menu-block-title-color: hsla(var(--black-hsl),1);
  --list-section-carousel-card-button-text-color: hsla(var(--black-hsl),1);
  --tweak-paragraph-medium-color-on-background: hsla(var(--black-hsl),1);
  --portfolio-grid-overlay-title-color: hsla(var(--black-hsl),1);
  --tweak-accordion-block-icon-color: hsla(var(--black-hsl),1);
  --tweak-marquee-block-paragraph-color-on-background: hsla(var(--black-hsl),1);
  --tweak-product-quick-view-button-color: hsla(var(--black-hsl),1);
  --product-detail-subscription-price-text-color: hsla(var(--black-hsl),1);
  --paragraphMediumColor: hsla(var(--black-hsl),1);
  --siteTitleColor: hsla(var(--black-hsl),1);
  --tweak-product-basic-item-title-color: hsla(var(--black-hsl),1);
  --tweak-quote-block-text-color-on-background: hsla(var(--black-hsl),1);
  --list-section-carousel-card-title-color: hsla(var(--black-hsl),1);
  --tweak-gallery-icon-color: hsla(var(--black-hsl),1);
  --image-block-overlap-image-title-bg-color: hsla(var(--lightAccent-hsl),1);
  --tweak-newsletter-block-title-color: hsla(var(--black-hsl),1);
  --image-block-collage-inline-link-color: hsla(var(--black-hsl),1);
  --tweak-newsletter-block-button-background-color-on-background: hsla(var(--black-hsl),1);
  --tweak-product-basic-item-breadcumb-nav-color: hsla(var(--black-hsl),1);
  --tweak-product-basic-item-description-color: hsla(var(--black-hsl),1);
  --tertiaryButtonBackgroundColor: hsla(var(--lightAccent-hsl),1);
  --tweak-video-item-pagination-title-color: hsla(var(--black-hsl),1);
  --course-list-grid-layout-course-item-border-color: hsla(var(--accent-hsl),1);
  --portfolio-grid-basic-title-color: hsla(var(--black-hsl),1);
  --tweak-blog-alternating-side-by-side-list-title-color: hsla(var(--black-hsl),1);
  --menuOverlayNavigationLinkColor: hsla(var(--black-hsl),1);
  --product-detail-subscriptions-frequency-text-color: hsla(var(--black-hsl),1);
  --tweak-quote-block-stroke-color: hsla(var(--safeDarkAccent-hsl),1);
  --tweak-portfolio-item-pagination-title-color: hsla(var(--black-hsl),1);
  --tweak-form-block-title-color-on-background: hsla(var(--black-hsl),1);
  --image-block-collage-image-overlay-color: hsla(var(--darkAccent-hsl),1);
  --image-block-stack-image-button-text-color: hsla(var(--safeInverseDarkAccent-hsl),1);
  --tweak-text-block-stroke-color: hsla(var(--safeDarkAccent-hsl),1);
  --tweak-paragraph-small-color-on-background: hsla(var(--black-hsl),1);
  --product-detail-subscriptions-button-text-color: hsla(var(--safeInverseDarkAccent-hsl),1);
  --tweak-accordion-block-icon-color-on-background: hsla(var(--black-hsl),1);
  --announcement-bar-background-color: hsla(var(--darkAccent-hsl),1);
  --headingLinkColor: hsla(var(--safeDarkAccent-hsl),1);
  --headerBorderColor: hsla(var(--black-hsl),1);
  --course-item-nav-border-color: hsla(var(--black-hsl),.25);
  --tweak-quote-block-background-color: hsla(var(--white-hsl),1);
  --tweak-summary-block-header-text-color: hsla(var(--black-hsl),1);
  --list-section-carousel-card-button-background-color: hsla(var(--lightAccent-hsl),1);
  --list-section-carousel-card-color: hsla(var(--white-hsl),1);
  --tweak-blog-masonry-list-read-more-color: hsla(var(--safeDarkAccent-hsl),1);
  --course-list-grid-layout-course-item-background-color: hsla(var(--white-hsl),1);
  --list-section-banner-slideshow-title-color: hsla(var(--black-hsl),1);
  --tweak-product-grid-text-below-list-category-nav-color: hsla(var(--black-hsl),1);
  --tweak-accordion-block-background-color: hsla(var(--white-hsl),1);
  --tweak-menu-block-item-title-color: hsla(var(--black-hsl),1);
  --headingMediumColor: hsla(var(--black-hsl),1);
  --list-section-carousel-button-background-color: hsla(var(--lightAccent-hsl),1);
  --tweak-accordion-block-divider-color-on-background: hsla(var(--black-hsl),1);
  --tweak-gallery-lightbox-icon-color: hsla(var(--black-hsl),1);
  --tweak-form-block-description-color: hsla(var(--black-hsl),1);
  --tweak-summary-block-secondary-metadata-color-on-background: hsla(var(--black-hsl),1);
  --list-section-carousel-description-color: hsla(var(--black-hsl),1);
  --tweak-blog-masonry-list-title-color: hsla(var(--black-hsl),1);
  --tweak-form-block-caption-color-on-background: hsla(var(--black-hsl),1);
  --tweak-form-block-title-color: hsla(var(--black-hsl),1);
  --tweak-video-item-title-color: hsla(var(--black-hsl),1);
  --image-block-collage-image-button-text-color: hsla(var(--safeInverseDarkAccent-hsl),1);
  --list-section-banner-slideshow-description-color: hsla(var(--black-hsl),1);
  --image-block-stack-image-title-color: hsla(var(--black-hsl),1);
  --tweak-form-block-field-input-color-on-background: hsla(var(--black-hsl),1);
  --tweak-form-block-field-input-color-on-background-hsl: var(--black-hsl);
  --tweak-form-block-field-input-color-on-background-a: 1;
  --headingExtraLargeColor: hsla(var(--black-hsl),1);
  --tweak-blog-item-meta-color: hsla(var(--black-hsl),1);
  --toggle-off-color: hsla(var(--darkAccent-hsl),1);
  --image-block-card-image-overlay-color: hsla(var(--darkAccent-hsl),1);
  --image-block-poster-image-overlay-color: hsla(var(--darkAccent-hsl),1);
  --paragraphLinkColor: hsla(var(--safeDarkAccent-hsl),1);
  --tweak-newsletter-block-description-color-on-background: hsla(var(--black-hsl),1);
  --siteBackgroundColor: hsla(var(--lightAccent-hsl),1);
  --list-section-simple-card-description-color: hsla(var(--black-hsl),1);
  --image-block-card-image-button-bg-color: hsla(var(--safeDarkAccent-hsl),1);
  --secondaryButtonBackgroundColor: hsla(var(--lightAccent-hsl),1);
  --tweak-newsletter-block-description-color: hsla(var(--black-hsl),1);
  --tweak-form-block-field-border-color: hsla(var(--black-hsl),1);
  --tweak-form-block-field-border-color-hsl: var(--black-hsl);
  --tweak-form-block-field-border-color-a: 1;
  --course-list-grid-layout-course-item-text-color: hsla(var(--black-hsl),1);
  --image-block-poster-image-button-text-color: hsla(var(--safeInverseDarkAccent-hsl),1);
  --solidHeaderBorderColor: hsla(var(--black-hsl),1);
  --tweak-gallery-lightbox-background-color: hsla(var(--lightAccent-hsl),1);
  --list-section-carousel-arrow-background-color: hsla(var(--lightAccent-hsl),0);
  --tweak-form-block-option-color: hsla(var(--black-hsl),1);
  --image-block-card-image-title-color: hsla(var(--black-hsl),1);
  --tweak-gallery-icon-background-color: hsla(var(--lightAccent-hsl),1);
  --tweak-form-block-button-background-color: hsla(var(--safeDarkAccent-hsl),1);
  --tweak-heading-extra-large-color-on-background: hsla(var(--black-hsl),1);
  --image-block-overlap-image-button-bg-color: hsla(var(--safeDarkAccent-hsl),1);
  --video-grid-category-nav-color: hsla(var(--black-hsl),1);
  --tweak-blog-side-by-side-list-title-color: hsla(var(--black-hsl),1);
  --tweak-video-item-meta-color: hsla(var(--black-hsl),1);
  --tweak-blog-side-by-side-list-meta-color: hsla(var(--black-hsl),1);
  --image-block-overlap-image-overlay-color: hsla(var(--darkAccent-hsl),1);
  --tweak-line-block-line-color: hsla(var(--black-hsl),1);
  --tweak-blog-item-author-profile-color: hsla(var(--black-hsl),1);
  --tweak-form-block-survey-title-color-on-background: hsla(var(--black-hsl),1);
  --tweak-blog-basic-grid-list-excerpt-color: hsla(var(--black-hsl),1);
  --tweak-marquee-block-paragraph-color: hsla(var(--black-hsl),1);
  --headerDropShadowColor: hsla(var(--black-hsl),1);
  --portfolio-hover-static-title-color: hsla(var(--black-hsl),1);
  --tweak-menu-block-nav-color: hsla(var(--black-hsl),1);
  --announcement-bar-text-color: hsla(var(--white-hsl),1);
  --tweak-product-basic-item-sale-price-color: hsla(var(--accent-hsl),1);
  --tweak-newsletter-block-button-text-color: hsla(var(--safeInverseDarkAccent-hsl),1);
  --solidHeaderBackgroundColor: hsla(var(--white-hsl),1);
  --summary-block-limited-availability-label-color: hsla(var(--black-hsl),1);
  --list-section-simple-card-description-link-color: hsla(var(--black-hsl),1);
  --donation-block-background-color: hsla(var(--white-hsl),1);
  --tweak-quote-block-text-color: hsla(var(--black-hsl),1);
  --list-section-simple-card-button-text-color: hsla(var(--black-hsl),1);
  --image-block-collage-image-button-bg-color: hsla(var(--safeDarkAccent-hsl),1);
  --social-links-block-secondary-icon-color: hsla(var(--lightAccent-hsl),1);
  --tweak-blog-alternating-side-by-side-list-meta-color: hsla(var(--black-hsl),1);
  --course-item-nav-background-color: hsla(var(--white-hsl),1);
  --portfolio-index-background-title-color: hsla(var(--black-hsl),1);
  --portfolio-hover-follow-title-color: hsla(var(--black-hsl),1);
  --tweak-blog-basic-grid-list-title-color: hsla(var(--black-hsl),1);
  --tweak-video-item-description-color: hsla(var(--black-hsl),1);
  --tweak-heading-large-color-on-background: hsla(var(--black-hsl),1);
  --tweak-video-item-pagination-icon-color: hsla(var(--black-hsl),1);
  --tweak-blog-side-by-side-list-excerpt-color: hsla(var(--black-hsl),1);
  --image-block-stack-image-overlay-color: hsla(var(--darkAccent-hsl),1);
  --tweak-marquee-block-heading-color: hsla(var(--black-hsl),1);
  --tweak-blog-single-column-list-meta-color: hsla(var(--black-hsl),1);
  --tweak-form-block-field-accessory-color-on-background: hsla(var(--black-hsl),1);
  --donation-block-stroke-color: hsla(var(--safeDarkAccent-hsl),1);
  --tweak-paragraph-large-color-on-background: hsla(var(--black-hsl),1);
  --image-block-collage-image-title-bg-color: hsla(var(--lightAccent-hsl),0);
  --tweak-newsletter-block-background-color: hsla(var(--white-hsl),1);
  --toggle-on-color: hsla(var(--black-hsl),1);
  --list-section-banner-slideshow-arrow-background-color: hsla(var(--lightAccent-hsl),0);
  --tweak-product-basic-item-price-color: hsla(var(--black-hsl),1);
  --image-block-poster-image-button-bg-color: hsla(var(--safeDarkAccent-hsl),1);
  --course-list-grid-layout-course-item-hover-background-color: hsla(var(--white-hsl),.75);
  --list-section-simple-card-title-color: hsla(var(--black-hsl),1);
  --tweak-form-block-option-color-on-background: hsla(var(--black-hsl),1);
  --primaryButtonBackgroundColor: hsla(var(--lightAccent-hsl),1);
  --product-detail-one-time-purchase-price-text-color: hsla(var(--black-hsl),1);
  --list-section-banner-slideshow-card-title-color: hsla(var(--black-hsl),1);
  --tweak-events-item-pagination-icon-color: hsla(var(--black-hsl),1);
  --shape-block-dropshadow-color: hsla(var(--white-hsl),1);
  --navigationLinkColor: hsla(var(--black-hsl),1);
  --tweak-form-block-field-input-color: hsla(var(--black-hsl),1);
  --tweak-form-block-field-input-color-hsl: var(--black-hsl);
  --tweak-form-block-field-input-color-a: 1;
  --image-block-card-image-title-bg-color: hsla(var(--lightAccent-hsl),0);
  --tweak-quote-block-source-color: hsla(var(--black-hsl),1);
  --menuOverlayButtonTextColor: hsla(var(--black-hsl),1);
  --tweak-blog-item-title-color: hsla(var(--black-hsl),1);
  --tweak-newsletter-block-button-background-color: hsla(var(--safeDarkAccent-hsl),1);
  --list-section-banner-slideshow-card-description-color: hsla(var(--black-hsl),1);
  --tweak-blog-masonry-list-excerpt-color: hsla(var(--black-hsl),1);
  --menuOverlayBackgroundColor: hsla(var(--lightAccent-hsl),1);
  --image-block-overlap-image-title-color: hsla(var(--black-hsl),1);
  --tweak-blog-side-by-side-list-read-more-color: hsla(var(--safeDarkAccent-hsl),1);
  --primaryButtonTextColor: hsla(var(--black-hsl),1);
  --tweak-summary-block-secondary-metadata-color: hsla(var(--black-hsl),1);
  --tweak-blog-single-column-list-title-color: hsla(var(--black-hsl),1);
  --headingSmallColor: hsla(var(--black-hsl),1);
  --portfolio-grid-overlay-overlay-color: hsla(var(--lightAccent-hsl),1);
  --course-list-course-chapter-divider-color: hsla(var(--accent-hsl),1);
  --list-section-carousel-button-text-color: hsla(var(--black-hsl),1);
  --gradientHeaderNavigationColor: hsla(var(--black-hsl),1);
  --image-block-overlap-inline-link-color: hsla(var(--black-hsl),1);
  --list-section-simple-card-button-background-color: hsla(var(--lightAccent-hsl),1);
  --tweak-events-item-pagination-date-color: hsla(var(--black-hsl),1);
  --list-section-banner-slideshow-button-text-color: hsla(var(--black-hsl),1);
  --video-preview-badge-background-color: hsla(var(--white-hsl),1);
  --course-list-course-item-background: hsla(var(--white-hsl),1);
  --tweak-product-grid-text-below-list-scarcity-color: hsla(var(--black-hsl),1);
  --tweak-text-block-background-color: hsla(var(--white-hsl),1);
  --video-preview-badge-font-color: hsla(var(--black-hsl),1);
  --image-block-collage-image-title-color: hsla(var(--black-hsl),1);
  --image-block-collage-image-subtitle-color: hsla(var(--black-hsl),1);
  --tweak-form-block-field-fill-color: hsla(var(--white-hsl),1);
  --tweak-form-block-field-fill-color-hsl: var(--white-hsl);
  --tweak-form-block-field-fill-color-a: 1;
  --product-detail-subscriptions-button-background-color: hsla(var(--safeDarkAccent-hsl),1);
  --tweak-newsletter-block-stroke-color: hsla(var(--safeDarkAccent-hsl),1);
  --tweak-newsletter-block-title-color-on-background: hsla(var(--black-hsl),1);
  --tweak-summary-block-excerpt-color-on-background: hsla(var(--black-hsl),1);
  --list-section-simple-button-text-color: hsla(var(--black-hsl),1);
  --tweak-accordion-block-stroke-color: hsla(var(--safeDarkAccent-hsl),1);
  --tweak-blog-item-comment-meta-color: hsla(var(--black-hsl),1);
  --section-inset-border-color: hsla(var(--lightAccent-hsl),1);
  --list-section-simple-card-color: hsla(var(--white-hsl),1);
  --tweak-summary-block-title-color-on-background: hsla(var(--black-hsl),1);
  --video-grid-basic-title-color: hsla(var(--black-hsl),1);
  --course-item-nav-active-lesson-background-color: hsla(var(--darkAccent-hsl),1);
  --tweak-product-basic-item-variant-fields-color: hsla(var(--black-hsl),1);
  --tweak-form-block-description-color-on-background: hsla(var(--black-hsl),1);
  --tweak-product-grid-text-below-list-pagination-color: hsla(var(--black-hsl),1);
  --text-highlight-color-on-background: hsla(var(--safeDarkAccent-hsl),1);
  --image-block-card-image-subtitle-color: hsla(var(--black-hsl),1);
  --tweak-blog-basic-grid-list-read-more-color: hsla(var(--safeDarkAccent-hsl),1);
  --tweak-product-grid-text-below-list-title-color: hsla(var(--black-hsl),1);
  --tweak-form-block-field-accent-color-on-background: hsla(var(--accent-hsl),1);
  --tweak-form-block-field-accent-color-on-background-hsl: var(--accent-hsl);
  --tweak-form-block-field-accent-color-on-background-a: 1;
  --section-divider-stroke-color: hsla(var(--black-hsl),1);
  --list-section-title-color: hsla(var(--black-hsl),1);
  --image-block-collage-background-color: hsla(var(--white-hsl),1);
  --tweak-product-grid-text-below-list-sale-price-color: hsla(var(--accent-hsl),1);
  --text-highlight-color: hsla(var(--safeDarkAccent-hsl),1);
  --tweak-content-link-block-title-color: hsla(var(--black-hsl),1);
  --tweak-summary-block-excerpt-color: hsla(var(--black-hsl),1);
  --tweak-summary-block-stroke-color: hsla(var(--safeDarkAccent-hsl),1);
  --tweak-marquee-block-background-color: hsla(var(--white-hsl),1);
  --tweak-form-block-field-accent-color: hsla(var(--accent-hsl),1);
  --tweak-form-block-field-accent-color-hsl: var(--accent-hsl);
  --tweak-form-block-field-accent-color-a: 1;
  --list-section-carousel-title-color: hsla(var(--black-hsl),1);
  --image-block-poster-image-title-color: hsla(var(--white-hsl),1);
  --tweak-product-grid-text-below-list-status-color: hsla(var(--accent-hsl),1);
  --list-section-banner-slideshow-card-color: hsla(var(--white-hsl),1);
  --tweak-paragraph-link-color-on-background: hsla(var(--safeDarkAccent-hsl),1);
  --image-block-overlay-color: hsla(var(--black-hsl),.5);
  --list-section-carousel-arrow-color: hsla(var(--black-hsl),1);
  --solidHeaderNavigationColor: hsla(var(--black-hsl),1);
  --tertiaryButtonTextColor: hsla(var(--black-hsl),1);
  --tweak-blog-single-column-list-excerpt-color: hsla(var(--black-hsl),1);
  --tweak-blog-basic-grid-list-meta-color: hsla(var(--black-hsl),1);
  --list-section-banner-slideshow-card-button-text-color: hsla(var(--safeInverseDarkAccent-hsl),1);
  --tweak-marquee-block-stroke-color: hsla(var(--safeDarkAccent-hsl),1);
  --tweak-form-block-button-background-color-on-background: hsla(var(--safeDarkAccent-hsl),1);
  --tweak-product-quick-view-lightbox-overlay-color: hsla(var(--white-hsl),1);
  --tweak-blog-masonry-list-meta-color: hsla(var(--black-hsl),1);
  --social-links-block-main-icon-color: hsla(var(--black-hsl),1);
  --image-block-card-image-button-text-color: hsla(var(--safeInverseDarkAccent-hsl),1);
  --list-section-simple-description-color: hsla(var(--black-hsl),1);
  --image-block-poster-image-subtitle-color: hsla(var(--white-hsl),1);
  --tweak-newsletter-block-footnote-color: hsla(var(--black-hsl),1);
  --tweak-newsletter-block-footnote-color-on-background: hsla(var(--black-hsl),1);
  --shape-block-background-color: hsla(var(--white-hsl),1);
  --tweak-heading-medium-color-on-background: hsla(var(--black-hsl),1);
  --tweak-heading-small-color-on-background: hsla(var(--black-hsl),1);
  --tweak-blog-item-pagination-title-color: hsla(var(--black-hsl),1);
  --video-grid-basic-description-color: hsla(var(--black-hsl),1);
  --tweak-menu-block-item-price-color: hsla(var(--black-hsl),1);
  --image-block-overlap-image-button-text-color: hsla(var(--safeInverseDarkAccent-hsl),1);
  --list-section-simple-title-color: hsla(var(--black-hsl),1);
  --tweak-product-quick-view-lightbox-controls-color: hsla(var(--black-hsl),1);
  --list-section-banner-slideshow-arrow-color: hsla(var(--black-hsl),1);
  --course-list-course-progress-bar-color: hsla(var(--accent-hsl),1);
  --tweak-accordion-block-divider-color: hsla(var(--black-hsl),1);
  --tweak-form-block-field-fill-color-on-background: hsla(var(--lightAccent-hsl),1);
  --tweak-form-block-field-fill-color-on-background-hsl: var(--lightAccent-hsl);
  --tweak-form-block-field-fill-color-on-background-a: 1;
  --tweak-summary-block-primary-metadata-color: hsla(var(--black-hsl),1);
  --tweak-form-block-background-color: hsla(var(--white-hsl),1);
  --tweak-form-block-field-accessory-color: hsla(var(--black-hsl),1);
  --tweak-form-block-button-text-color-on-background: hsla(var(--safeInverseDarkAccent-hsl),1);
  --tweak-blog-alternating-side-by-side-list-excerpt-color: hsla(var(--black-hsl),1);
  --tweak-form-block-caption-color: hsla(var(--black-hsl),1);
  --image-block-stack-image-button-bg-color: hsla(var(--safeDarkAccent-hsl),1);
  --shape-block-stroke-color: hsla(var(--safeDarkAccent-hsl),1);
  --list-section-banner-slideshow-card-button-background-color: hsla(var(--safeDarkAccent-hsl),1);
  --tweak-marquee-block-heading-color-on-background: hsla(var(--black-hsl),1);
  --image-block-stack-image-title-bg-color: hsla(var(--lightAccent-hsl),0);
  --product-detail-subscriptions-description-text-color: hsla(var(--black-hsl),1);
  --secondaryButtonTextColor: hsla(var(--black-hsl),1);
  --headingLargeColor: hsla(var(--black-hsl),1);
  --tweak-blog-single-column-list-read-more-color: hsla(var(--safeDarkAccent-hsl),1);
  --tweak-product-grid-text-below-list-price-color: hsla(var(--black-hsl),1);
  --tweak-portfolio-item-pagination-meta-color: hsla(var(--black-hsl),1);
  --list-section-carousel-card-description-link-color: hsla(var(--darkAccent-hsl),1);
  --tweak-summary-block-title-color: hsla(var(--black-hsl),1);
  --tweak-form-block-button-text-color: hsla(var(--safeInverseDarkAccent-hsl),1);
  --backgroundOverlayColor: hsla(var(--lightAccent-hsl),1);
  --tweak-product-basic-item-gallery-controls-color: hsla(var(--safeInverseLightAccent-hsl),1);
  --image-block-poster-image-title-bg-color-v2: hsla(var(--lightAccent-hsl),0);
  --gradientHeaderDropShadowColor: hsla(var(--black-hsl),1);
  --list-section-banner-slideshow-button-background-color: hsla(var(--lightAccent-hsl),1);
  --tweak-events-item-pagination-title-color: hsla(var(--black-hsl),1);
  --gradientHeaderBackgroundColor: hsla(var(--white-hsl),1);
  --menuOverlayButtonBackgroundColor: hsla(var(--lightAccent-hsl),1);
  --image-block-overlap-image-subtitle-color: hsla(var(--black-hsl),1);
  --course-list-course-item-text-color: hsla(var(--black-hsl),1);
  --tweak-blog-item-pagination-meta-color: hsla(var(--black-hsl),1);
  --course-list-grid-layout-chapter-divider-color: hsla(var(--black-hsl),1);
  --tweak-form-block-field-border-color-on-background: hsla(var(--black-hsl),1);
  --tweak-form-block-field-border-color-on-background-hsl: var(--black-hsl);
  --tweak-form-block-field-border-color-on-background-a: 1;
  --tweak-product-basic-item-scarcity-color: hsla(var(--accent-hsl),1);
  --image-block-poster-inline-link-color: hsla(var(--white-hsl),1);
  --tweak-menu-block-item-description-color: hsla(var(--black-hsl),1);
  --tweak-newsletter-block-button-text-color-on-background: hsla(var(--safeInverseDarkAccent-hsl),1);
  --course-item-nav-active-lesson-text-color: hsla(var(--white-hsl),1);
  --image-block-stack-image-subtitle-color: hsla(var(--black-hsl),1);
  --tweak-form-block-stroke-color: hsla(var(--safeDarkAccent-hsl),1);
  --course-list-course-item-hover-background: hsla(var(--white-hsl),.75);
  --video-grid-basic-meta-color: hsla(var(--black-hsl),1);
  --product-detail-subscriptions-title-color: hsla(var(--black-hsl),1);
  --tweak-portfolio-item-pagination-icon-color: hsla(var(--black-hsl),1);
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
html {
  font-family: "Lato", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  background-color: hsla(95.63, 21.33%, 70.59%);
  color: hsla(180,.84%,23.33%,1);
  font-family: var(--body-font-font-family);
  font-optical-sizing: auto;
}
html,body {
  font-size: var(--base-font-size);
}
a {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}
.site-wrapper {
  background-color: hsla(var(--accent-hsl), 1);
}
.wrapper, .site-wrapper {
  font-family: var(--body-font-font-family);
  font-style: var(--body-font-font-style);
  font-weight: var(--body-font-font-weight);
  line-height: var(--body-font-line-height);
  letter-spacing: var(--body-font-letter-spacing);
  text-transform: var(--body-font-text-transform);
  -webkit-font-smoothing: antialiased;
}
.header {
  line-height: 1.3;
  padding-block: 3vw;
  pointer-events: none;
  display: flex;
  flex-direction: column-reverse;
  align-items: left;
  gap: 20px;
}
.header .socials a {
  color: #666666;
  font-size: 0.7rem;
  display: flex;
  flex-direction: row;
  gap: 7px;
  align-items: center;
  padding-left: 3vw;
}
.header-content {
  padding-inline: 3vw;
  padding-block: 1vw;
}
@media screen and (min-width: 870px) {
  .header {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0;
  }
  .header .socials {
    padding-inline-end: 3vw;
  }
  .header .socials a {
    padding-left: 0;
  }
}
.header-content h1 {
  color: rgb(78, 80, 80);
  font-size: 1.7rem;
  letter-spacing: 0.07rem;
  font-weight: 400;
}
.header-content h1 span {
  color: rgb(22, 22, 22);
  font-weight: 300;
  letter-spacing: 0;
}
.main {
  width: 100%;
  max-width: 100%;
  padding-block-end: 13vw;
}
.hero {
  width: 100%;
}
.hero img {
  object-fit: cover;
  object-position: 50% 0%;
  max-height: 780px;
}
.hero-article {
  padding-block: 1vw;
}
.hero-2 img {
  object-position: 50% 0;
}
.article {
  padding-block-start: 3vw;
}
.content-section {
  padding-inline: 3vw;
}
.heading {
  letter-spacing: 0.07rem;
  line-height: 1.3;
  color: hsla(180,.84%,23.33%,1);
  margin-block-end: 1rem;
  margin-block-start: 3rem;
  font-family: "Lato";
  font-size: 1.7rem;
  font-weight: 300;
}
.content-section .heading:first-child {
  margin-block-start: 0;
}
.content-section p {
  max-width: 90%;
  margin-block: 1vw;
  font-weight: 400;
  font-size: 1rem;
}
.quote-holder {
  width: 100%;
  border-top: 10px solid #836e66;
}
.quote-wrap {
  position: relative;
  height: 100%;
}
.quote-wrap .image-container {
  display: none;
}
.quote-wrap .article {
  padding-block: 3vw;
}
.quote-wrap .content-section {
  padding: 3vw;
}
.block {
  display: flex;
  width: 60%;
  flex-direction: column;
}
.block {
  width: 100%;
  background-color: rgb(232 219 205 / 62%);
  padding: 1rem 0.5rem 3rem;
}
.block.block-quote {
  padding-bottom: 3rem;
}
p.quote {
  padding-inline: 3vw;
  line-height: 1.7rem;
  font-family: "Libre Baskerville", serif;
  font-weight: 100;
  font-style: italic;
  font-size: 0.9rem;
}
sub {
  display: block;
  padding-inline: 3vw;
  bottom: -0.75rem;
}
@keyframes fade-in {
  from {
    background-color: rgba(232, 219, 205, 0.0);
  }
  to {
    background-color: rgba(232, 219, 205, 1);
  }
}
.scroll-timeline {
  view-timeline-name: --section;
  view-timeline-axis: block;
}
.scroll-timeline .image-wrap .article.centre-v {
  padding-block-start: 2vw;
  margin: -8vh auto 0;
  margin: -22vh auto 0;
}
.animation-section {
  width: 100%;
  background-color: rgb(232 219 205 / 62%);
  line-height: 1.6;
  border-top: 15px solid #e39bab;
  padding: 1rem;
}
.content-section.coaching h2.heading {
  margin-block-start: 2vw;
}
.scroll-animation {
  animation: fade-in linear both;
  animation-timeline: --section;
  animation-range: entry 10% exit 30%;
}
@media screen and (min-width: 870px) {
  .main {
    padding-bottom: 3vw;
  }
  .animation-section {
    width: 70%;
    padding: 1rem 2rem;
  }
  .scroll-timeline .image-wrap .article.centre-v {
    margin: -8vh auto 0;
  }
}
:root {
  --scale: 0.1;
}
footer {
  width: 100%;
  border-top: 10px solid #836e66;
  height: 170vh;
}
.image-holder {
  width: 100%;
  border-top: 10px solid #836e66;
  height: 170vh;
}
.footer-content, .image-wrap {
  position: relative;
  height: 100%;
}
footer .article, .image-wrap .article {
  width: 100vw;
  max-width: 100vw;
  margin: -20vh auto 0;
  padding: 0;
}
footer .block {
  background-color: rgb(232 219 205 / 82%);
}
footer .socials {
  position: absolute;
  bottom: 30px;
  padding: 3vw;
}
footer .socials a {
  color: white;
  font-size: 0.7rem;
  display: flex;
  flex-direction: row;
  gap: 7px;
  align-items: center;
}
footer .content-section, .image-wrap .content-section {
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  justify-content: end;
  flex-flow: column;
}
.content-section .section-heading.large, footer .content-section .section-heading.large {
  font-size: 1.7rem;
  letter-spacing: 0.07rem;
  font-weight: 300;
}
footer .content-section .section-heading {
  padding-inline: 0;
}
.contact-block p {
  font-size: 1rem;
  color: hsla(180, .84%, 23.33%, 1);
}
@media screen and (min-width: 1000px) {
  .footer-block {
    width: 50%;
    margin-left: 50%;
  }
  footer .content-section .section-heading.large {
    padding-inline: 0;
  }
  footer .socials {
    margin-left: 50%;
    padding: 0;
  }
}
@media screen and (min-width: 1500px) {
  .footer-block {
    background-color: transparent;
    padding: 0;
  }
}
.image-holder {
  width: 100%;
  border-top: 10px solid #836e66;
  height: 170vh;
}
.image-holder .footer-content {
  position: relative;
  height: 100%;
}
.image-holder .article {
  width: 100vw;
  max-width: 100vw;
  position: relative;
  margin: -20vh auto 0;
  padding: 0;
}
.contact-block p {
  font-size: 1rem;
  color: hsla(180, .84%, 23.33%, 1);
}
.image-container {
  position: sticky;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: -2;
  background-color: #b79b8f;
}
.image-container > img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0 0;
}
.image-container > img.centre {
  object-position: 50% 50%;
}
@media screen and (min-width: 1498px) {
  .header, .article {
    max-width: 1500px;
    margin: 0 auto;
  }
  .header {
    padding-block: 1vw;
  }
  .header-content {
    padding-inline: 1.5vw;
  }
  .header-content h1 {
    font-size: 1.7rem;
  }
  .article-carousel {
    max-width: 100%;
  }
  .article-carousel .content-section {
    padding-inline: 0;
  }
  .heading {
    font-size: 2rem;
  }
  .hero {
    border-radius: 30px;
    overflow: hidden;
    max-width: 1500px;
    margin-inline: auto;
  }
  .content-section {
    padding-inline: 1.5vw;
  }
  .content-section p {
    max-width: 80%;
  }
  .content-section .heading {
    font-size: 2.5rem;
    margin-block-end: 0;
  }
  .content-section .section-heading.carousel {
    padding-inline: 1.5vw;
  }
  footer .content-section .section-heading.large {
    font-size: 4rem;
    font-family: "Lato";
    font-weight: 200;
  }
  .content-section .section-heading.large {
    font-size: 4rem;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
    }
  }
}
