<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">section .btn, .btn-outline {
    padding: 12px 25px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #ffffff;
    background: #4E91F9;
    border: 2px solid transparent;
    border-radius: 0;
    box-shadow: inset 0 0 0 50px #4E91F9;
    transition: ease-out 0.3s;
    -webkit-transition: ease-out 0.3s;
    -moz-transition: ease-out 0.3s;
  }
  
section  .btn:hover,.btn-outline:hover {
    color: #4E91F9;
    background: transparent;
    box-shadow: inset 0 0 0 0 #4E91F9;
    border-color: #4E91F9;
  }

  .hero .btn a{
    /* padding: 12px 25px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px; */
    color: #ffffff;
    /* background: trasparants-transparent;
    border: 2px solid transparent;
    border-radius: 0;
    box-shadow: inset 0 0 0 50px #4E91F9;
    transition: ease-out 0.3s;
    -webkit-transition: ease-out 0.3s;
    -moz-transition: ease-out 0.3s; */
  }

  .hero .btn a:hover{
    color: #4E91F9;
    /* background: transparent;
    box-shadow: inset 0 0 0 0 #4E91F9;
    border-color: #4E91F9;
    text-decoration: none; */
  }
  .hero .btn:hover a{
    color: #4E91F9;
    /* background: transparent;
    box-shadow: inset 0 0 0 0 #4E91F9;
    border-color: #4E91F9;
    text-decoration: none; */
  }

  .hero .btn{
    /* padding: 12px 25px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px; */
    color: #ffffff;
    background: #4E91F9;
    border: 2px solid transparent;
    /* border-radius: 0; */
    box-shadow: inset 0 0 0 50px #4E91F9;
    transition: ease-out 0.3s;
    -webkit-transition: ease-out 0.3s;
    -moz-transition: ease-out 0.3s;
  }

  .hero .btn:hover{
    color: #4E91F9;
    background: transparent;
    box-shadow: inset 0 0 0 0 #4E91F9;
    border-color: #4E91F9;
  }</pre></body></html>