.bn632-hover,
.bn632-hover:hover {
    moz-transition: all .4s ease-in-out
}

.ar-button-82-pushable {
    width: auto;
    position: relative;
    border: none;
    background: 0 0;
    padding: 0;
    cursor: pointer;
    outline-offset: 4px;
    transition: filter 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

@keyframes glowing {
  0% {
    box-shadow: 0 0 5px #4d4d4d;
  }
  50% {
    box-shadow: 0 0 10px #17221b
  }
  100% {
    box-shadow: 0 0 5px #4d4d4d;
  }
}

.ar-button-82-pushable:hover {
    animation: glow 1s infinite alternate;
}

.ar-button-82-front {
    display: inline-block;
    position: relative;
    padding: 12px 27px;
    border-radius: 12px;
    font-size: 1.1rem;
    color: #fff;
    background: hsl(345deg 100% 47%);
    will-change: transform;
    transform: translateY(-4px);
    transition: transform .6s cubic-bezier(.3, .7, .4, 1)
}

.ar-button-82-front.hasGlowing {
    animation: glowing 2000ms infinite;
}

.arbtngreen {
    background: green
}

.arbtnblue {
    background: #00f
}

.arbtnblack {
    background: #555
}

@media (min-width:768px) {
    .ar-button-82-front {
        font-size: 1.25rem;
        padding: 10px 36px
    }
}

.ar-button-82-pushable:hover {
    filter: brightness(110%)
}

.bn632-hover {
    width: 70px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    height: 25px;
    text-align: center;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    -o-transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

#modal-overlay,
.modal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0
}

.bn632-hover:hover {
    background-position: 100% 0;
    -o-transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.bn632-hover:focus {
    outline: 0
}

.bn632-hover.bn21 {
    background-image: linear-gradient(to right, #fc6076, #ff9a44, #ef9d43, #e75516);
    box-shadow: 0 4px 15px 0 rgba(252, 104, 110, .75)
}

.modal {
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999999
}

.modal[open] {
    display: flex
}

.model-inner {
    position: relative;
    background-color: #fff;
    border-radius: .5em;
    max-width: 600px;
    padding: 2em;
    margin: auto
}

.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #000
}

#modal-overlay {
    left: 0;
    z-index: 0;
    background-color: #000;
    opacity: .5
}

.modal-close {
    position: absolute;
    top: 15px;
    right: 18px;
    width: 100px;
    height: 34px;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}