/** Shopify CDN: Minification failed

Line 23:5 Expected identifier but found "{"
Line 23:6 Unexpected "{"
Line 23:14 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:html-video (INDEX:17) */
.wrapper-max video, wrapper-x video {
        width: 100%;
    }

    .video-buttons {
        display: flex;
        gap: 10px;
        padding: 2.5%;
    }

    .{{section.settings.video_id}}.button-play {
        border-color: rgb(var(--scheme-primary-button-text));
        background-color: rgb(var(--scheme-primary-button));
        color: rgb(var(--scheme-primary-button-text));
    }

    #mute, #unmute {
        width: 36px;
        height: 36px;
        padding: .25rem;
        border-width: 2px;
        border-style: solid;
        border-color: rgb(var(--scheme-primary-button-text));
        background-color: rgb(var(--scheme-primary-button));
        border-radius: var(--rounding-form-elements);
    }

    #mute.hidden, #unmute.hidden  {
        display: none;
    }

    @media (min-width: 960px) {
        .md\:-translate-x-1\/2 {
            --tw-translate-x: -50%;
            transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        }

         .md\:left-1\/2 {
            left: 50%;
        }

        #mute, #unmute {
            width: 60px;
            height: 60px;
            padding: 1rem;
        }
    }
/* END_SECTION:html-video */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:article-tile-search (INDEX:72) */
.article-tags {
    position: relative;
  }

  .article-tags ul {
    position: absolute;
    bottom: 15px;
    left: 15px;
  }
/* END_SNIPPET:article-tile-search */

/* START_SNIPPET:cookie-consent-banner (INDEX:80) */
#cookie-banner {
        width: 100%;
        height: 100%;
        position: fixed;
        background: #00000044;
        z-index: 9001;
    }

    #cookie-banner .shopify-pc__banner__wrapper {
        padding: 32px;
        margin: 8px;
        position: fixed;
        bottom: 0;
        background: #fff;
    }

    #cookie-banner h2 {
        margin-bottom: 8px;
    }

    #cookie-banner #shopify-pc__banner__body-policy-link {
        text-decoration: underline;
    }

    #cookie-banner .shopify-pc__banner__btn-accept {
        background: rgb(var(--scheme-primary-button));
        color: rgb(var(--scheme-primary-button-text));
        margin-top: 24px;
        width: 100%;
        height: var(--button-height);
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        text-align: center;
        font-family: var(--font-family-body);
        font-size: var(--font-size-body);
        line-height: 1.5;
        font-weight: var(--font-weight-body-bold);
        border-radius: var(--rounding-form-elements);
    }

    #cookie-banner .shopify-pc__banner__btn-accept:hover {
        background: rgb(var(--scheme-primary-button-hover));
    }

    #cookie-banner .shopify-pc__banner__btn-decline {
        background: transparent;
        color: rgb(var(--scheme-secondary-button-text));
        margin-top: 16px;
        width: 100%;
        height: var(--button-height);
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        text-align: center;
        font-family: var(--font-family-body);
        font-size: var(--font-size-body);
        line-height: 1.5;
        font-weight: var(--font-weight-body-bold);
        border-width: 2px;
        border-style: solid;
        border-color: rgb(var(--scheme-secondary-button));
        border-radius: var(--rounding-form-elements);
    }

    #cookie-banner .shopify-pc__banner__btn-decline:hover {
        background: rgb(var(--scheme-secondary-button-hover));
        color: rgb(var(--scheme-secondary-button-text-hover));
    }

    #cookie-banner .shopify-pc__banner__btn-manage-prefs {
        background: transparent;
        color: rgb(var(--scheme-secondary-button-text));
        margin-top: 16px;
        width: 100%;
        height: var(--button-height);
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        text-align: center;
        font-family: var(--font-family-body);
        font-size: var(--font-size-body);
        line-height: 1.5;
        font-weight: var(--font-weight-body-bold);
        border-width: 2px;
        border-style: solid;
        border-color: rgb(var(--scheme-secondary-button));
        border-radius: var(--rounding-form-elements);
    }

    #cookie-banner .shopify-pc__banner__btn-manage-prefs:hover {
        background: rgb(var(--scheme-secondary-button-hover));
        color: rgb(var(--scheme-secondary-button-text-hover));
    }

    @media screen and (min-width: 810px) {
        #cookie-banner .shopify-pc__banner__btn-accept, #cookie-banner .shopify-pc__banner__btn-decline, #cookie-banner .shopify-pc__banner__btn-manage-prefs {
            width: fit-content;
        }
    }

    @media screen and (min-width: 1440px) {
        .shopify-pc__banner__wrapper {
            display: flex;
        }

        #cookie-banner .shopify-pc__banner__body p {
        padding-right: 16px;
    }

        #cookie-banner .shopify-pc__banner__btns {
            min-width: fit-content;
        }
    }

    #cookie-preferences {
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 9002;
        background: #00000044;
    }

    #cookie-preferences .shopify-pc__prefs__dialog {
        padding: 32px;
        margin: 8px;
        position: fixed;
        background: #fff;
        width: calc(100vw - 16px);
        height: calc(100vh - 16px);
        overflow: scroll;
    }

     @media screen and (min-width: 810px) {
        #cookie-preferences .shopify-pc__prefs__dialog {
            height: fit-content;
            top: 50%;
            transform: translateY(-50%);
        }
    }

    @media screen and (min-width: 1024px) {
        #cookie-preferences .shopify-pc__prefs__dialog {
            left: 50%;
            transform: translate(-50%, -50%);
            width: fit-content;
            height: fit-content;
        }
    }

    #cookie-preferences .shopify-pc__prefs__header-close {
        float: right;
    }

    #cookie-preferences .shopify-pc__prefs__header-accept {
        background: rgb(var(--scheme-primary-button));
        color: rgb(var(--scheme-primary-button-text));
        margin-top: 24px;
        width: 100%;
        height: var(--button-height);
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        text-align: center;
        font-family: var(--font-family-body);
        font-size: var(--font-size-body);
        line-height: 1.5;
        font-weight: var(--font-weight-body-bold);
        border-radius: var(--rounding-form-elements);
    }

    #cookie-preferences .shopify-pc__prefs__header-accept:hover {
        background: rgb(var(--scheme-primary-button-hover));
    }

    #cookie-preferences .shopify-pc__prefs__header-decline {
        background: transparent;
        color: rgb(var(--scheme-secondary-button-text));
        margin-top: 16px;
        width: 100%;
        height: var(--button-height);
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        text-align: center;
        font-family: var(--font-family-body);
        font-size: var(--font-size-body);
        line-height: 1.5;
        font-weight: var(--font-weight-body-bold);
        border-width: 2px;
        border-style: solid;
        border-color: rgb(var(--scheme-secondary-button));
        border-radius: var(--rounding-form-elements);
    }

    #cookie-preferences .shopify-pc__prefs__header-decline:hover {
        background: rgb(var(--scheme-secondary-button-hover));
        color: rgb(var(--scheme-secondary-button-text-hover));
    }

    #cookie-preferences .shopify-pc__prefs__header-save {
        background: transparent;
        color: rgb(var(--scheme-secondary-button-text));
        margin-top: 16px;
        width: 100%;
        height: var(--button-height);
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        text-align: center;
        font-family: var(--font-family-body);
        font-size: var(--font-size-body);
        line-height: 1.5;
        font-weight: var(--font-weight-body-bold);
        border-width: 2px;
        border-style: solid;
        border-color: rgb(var(--scheme-secondary-button));
        border-radius: var(--rounding-form-elements);
    }

    #cookie-preferences .shopify-pc__prefs__header-save:hover {
        background: rgb(var(--scheme-secondary-button-hover));
        color: rgb(var(--scheme-secondary-button-text-hover));
    }

    #cookie-preferences .shopify-pc__prefs__intro-main {
        margin: 16px 0;
    }

    #cookie-preferences #shopify-pc__prefs__preferences, #cookie-preferences #shopify-pc__prefs__marketing, #cookie-preferences #shopify-pc__prefs__analytics {
        margin-top: 16px;
    }
    
    #cookie-preferences .shopify-pc__prefs__option label {
        display: flex;
        gap: 20px;
        cursor: pointer;
        font-family: inherit;
        margin: 0 0 5px 0;
        padding: 0;
        font-weight: 600;
        font-size: 110%;
        line-height: 1.2;
    }

    #cookie-preferences .shopify-pc__prefs__option label.required  {
        cursor: default;
    }

    #cookie-preferences .shopify-pc__prefs__option label input {
        position: absolute;
        clip: rect(1px, 1px, 1px, 1px);
        padding: 0;
        border: 0;
        height: 1px;
        width: 1px;
        overflow: hidden;
    }

    #cookie-preferences .shopify-pc__prefs__option label span.check-svg {
        order: -1;
        display: inline-block;
        width: 24px;
        height: 24px;
        margin: 0;
    }

    #cookie-preferences .shopify-pc__prefs__option p {
       margin-left: 45px;
    }

     @media screen and (min-width: 810px) {
        #cookie-preferences .shopify-pc__prefs__header-accept, #cookie-preferences .shopify-pc__prefs__header-decline, #cookie-preferences .shopify-pc__prefs__header-save {
            width: fit-content;
        }
    }
/* END_SNIPPET:cookie-consent-banner */

/* START_SNIPPET:page-tile-search (INDEX:121) */
article.tile a.button {
    max-height: 3rem;
    align-self: end;
  }
/* END_SNIPPET:page-tile-search */