/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 07 2025 | 04:33:42 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

/* From Uiverse.io by doniaskima */
.buttonstyle,
.buttonstyle *,
.buttonstyle :after,
.buttonstyle :before,
.buttonstyle:after,
.buttonstyle:before {
  border: 0 solid;
  box-sizing: border-box;
}

.buttonstyle {
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: button;
  background-color: #84DAD6;
  background-image: none;
  color: #000372;
  cursor: pointer;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
  -webkit-mask-image: -webkit-radial-gradient(#000, #fff);
  padding: 0;
}

.buttonstyle:disabled {
  cursor: default;
}

.buttonstyle:-moz-focusring {
  outline: auto;
}

.buttonstyle svg {
  display: block;
  vertical-align: middle;
}

.buttonstyle [hidden] {
  display: none;
}

.buttonstyle {
  border: 1px solid #000372;
  border-radius: 999px;
  box-sizing: border-box;
  display: block;
  font-weight: 900;
  overflow: hidden;
  padding: 12px 30px;
  position: relative;
  text-transform: uppercase;
}

.buttonstyle .original {
  background: #000372;
  color: #84DAD6;
  display: grid;
  inset: 0;
  place-content: center;
  position: absolute;
  transition: transform 0.2s cubic-bezier(0.87, 0, 0.13, 1);
}

.buttonstyle:hover .original {
  transform: translateY(100%)!important;
}

.buttonstyle .letters {
  display: inline-flex!important;
}

.buttonstyle span {
  opacity: 0;
  transform: translateY(-15px)!important;
  transition: transform 0.2s cubic-bezier(0.87, 0, 0.13, 1), opacity 0.2s!important;
}

.buttonstyle span:nth-child(2n) {
  transform: translateY(15px)!important;
}

.buttonstyle:hover span {
  opacity: 1;
  transform: translateY(0)!important;
}

.buttonstyle:hover span:nth-child(2) {
  transition-delay: 0.1s!important;
}

.buttonstyle:hover span:nth-child(3) {
  transition-delay: 0.2s!important;
}

.buttonstyle:hover span:nth-child(4) {
  transition-delay: 0.3s!important;
}

.buttonstyle:hover span:nth-child(5) {
  transition-delay: 0.4s!important;
}

.buttonstyle:hover span:nth-child(6) {
  transition-delay: 0.5s!important;
}
