/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 64:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
  .eu-fond-fullscreen {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 20px;
    background-color: #ffffff;
    box-sizing: border-box;
  }

  .eu-fond-wrapper {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    max-width: 1400px;
   
   
    background-color: #ffffff;
    margin: 0 auto;
  }

  .eu-fond-image {
    height: 60px;
    width: auto;
    display: block;
    padding-right: 10px;
    
    margin-left: 0;
  }

  .eu-fond-text {
    text-decoration: none;
    max-width: 500px;
    font-size: 14px;
    line-height: 1.4;
    color: #000000;
  }
  .eu-fond-fullscreen a {
    text-decoration: none;
  }

  /* Mobile styles */
  @media (max-width: 600px) {
    .eu-fond-wrapper {
     justify-content: right;
    }

    

   .eu-fond-image {
     margin-left: 0;
   }
  }
</style>