/** Shopify CDN: Minification failed

Line 18:11 Unexpected "15s"
Line 23:4 Unexpected "0%"
Line 26:4 Unexpected "100%"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:cv-section-newsletter (INDEX:40) */
.cv-newsletter-klaviyo-wrapper { display: none; }
  .cv-newsletter-klaviyo-wrapper:has(button) { display: block; }
/* END_SECTION:cv-section-newsletter */

/* START_SECTION:cv-section-social-footer (INDEX:41) */
slide-left 15s linear infinite;
/* END_SECTION:cv-section-social-footer */

/* START_SECTION:cv-small-reinssurance (INDEX:44) */
@keyframes slide-left {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
  }

  .lg\:tw-animate-infinite-scroll {
    animation: slide-left 15s linear infinite;
  }
/* END_SECTION:cv-small-reinssurance */