.code1751534060 *{
 font-family:'Note' !important;
}
.code1751534060 .fancy {
 background-color: transparent;
 border: 2px solid #FFD700;
 border-radius: 0;
 box-sizing: border-box;
 color: #fff;
 cursor: pointer;
 display: inline-block;
 float: right;
 font-weight: 700;
 letter-spacing: 0.05em;
 margin: 0;
 outline: none;
 overflow: visible;
 padding: 10px 1.25em;
 position: relative;
 text-align: center;
 text-decoration: none;
 text-transform: none;
 transition: all 0.3s ease-in-out;
 user-select: none;
 font-size: 18px;
 box-shadow: 0 0 7px 0;
}

.code1751534060 .fancy::before {
 content: " ";
 width: 1.3rem;
 height: 2px;
 background: #FFD700;
 top: 50%;
 left: 0.6em;
 position: absolute;
 transform: translateY(-50%);
 transform-origin: center;
 transition: background 0.3s linear, width 0.3s linear;
 
}

.code1751534060 .fancy .text {
 font-size: 0.8em;
 line-height: 1.33333em;
 padding-left: 2em;
 display: block;
 text-align: left;
 transition: all 0.3s ease-in-out;
 text-transform: uppercase;
 text-decoration: none;
 font-weight: bold !important;
 color: #FFD700;
}

.code1751534060 .fancy .top-key {
 height: 2px;
 width: 1.5625rem;
 top: -2px;
 left: 0.625rem;
 position: absolute;
 background: #f5f5f5;
 transition: width 0.5s ease-out, left 0.3s ease-out;
}

.code1751534060 .fancy .bottom-key-1 {
 height: 2px;
 width: 1.5625rem;
 right: 1.875rem;
 bottom: -2px;
 position: absolute;
 background: #f5f5f5;
 transition: width 0.5s ease-out, right 0.3s ease-out;
}

.code1751534060 .fancy .bottom-key-2 {
 height: 2px;
 width: 0.625rem;
 right: 0.625rem;
 bottom: -2px;
 position: absolute;
 background: #f5f5f5;
 transition: width 0.5s ease-out, right 0.3s ease-out;
}

.code1751534060 .fancy:hover {
 color: white;
 background: #FFD700;
}

.code1751534060 .fancy:hover::before {
 width: 0.9375rem;
 background: white;
}

.code1751534060 .fancy:hover .text {
 color: white;
 padding-left: 1.5em;
}

.code1751534060 .fancy:hover .top-key {
 left: -2px;
 width: 0px;
}

.code1751534060 .fancy:hover .bottom-key-1,
.code1751534060  .fancy:hover .bottom-key-2 {
 right: 0;
 width: 0;
}