  .contact-slide-btn {
            position: fixed;
            right: -100px;
            top: 50%;
            transform: translateY(-50%);
            width: 40px;
            height: auto;
            color: #FFF;
            text-align: center;
            font-size: 0.75rem;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            letter-spacing: 0.1875rem;
            text-transform: uppercase;
            border: none;
            cursor: pointer;
            z-index: 998;
            writing-mode: sideways-lr;
            text-orientation: mixed;
            padding: 10px 5px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: right 0.6s ease;
        }
        .contact-slide-btn svg {padding-bottom: .62rem;}
        .contact-slide-btn.show {right: 0;}
        .contact-slide-btn:hover {background-color: var(--primary-300);}