
  

  
  

  
  
  
  
    


@layer base {
  
  body, :host {
    /* Color */
    
    /* Fonts */
    --font-sans: 'Inter',sans-serif;

    /* Font size */
    
    /* Font weight */
    
    /* Shadows */
    
    /* Border radius */
    
    /* Spacing */
    
    /* Z-index */
    
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}


    .jkDNy {
      color:inherit;
      width:100%;
      height:100vh;
      display:flex;
      overflow:hidden;
      position:relative;
      font-size:inherit;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      justify-content:center;
    }

    .cYzvsN {
      top:0px;
      left:0px;
      color:inherit;
      width:100%;
      height:100%;
      display:flex;
      opacity:var(--slide-opacity);
      position:absolute;
      flex-wrap:wrap;
      font-size:inherit;
      transition:opacity 2s ease-in-out;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      padding-top:40px;
      flex-direction:column;
      padding-bottom:40px;
      background-size:cover;
      justify-content:flex-start;
      background-image:var(--slide-bg);
      background-repeat:no-repeat;
      background-position:center;
    }

    .cBIhrC {
      top:0px;
      left:0px;
      color:inherit;
      width:100%;
      height:100%;
      display:block;
      z-index:1;
      position:absolute;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .boZaKz {
      color:#140b0b;
      display:inline;
      font-size:50px;
      font-family:inherit;
      font-weight:inherit;
    }

    .dmceNd {
      color:#8f7938;
      display:inline;
      font-size:30px;
      font-family:inherit;
      font-weight:inherit;
    }