.floating-button-wrapper-4656 {
    position: relative;
    width: 0;
    height: 0;
    pointer-events: none;
}

.floating-button-wrapper-4656 .floating-button-4656 {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    pointer-events: auto;
    overflow: hidden;
}

.floating-button-wrapper-4656 .floating-button-4656:hover {
    transform: translateY(-3px);
}

.floating-button-wrapper-4656 .floating-button-4656 img {
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
}

.floating-button-wrapper-4656 .floating-button-4656 i {
    display: flex;
    align-items: center;
    justify-content: center;
}

.floating-button-wrapper-4656 .floating-button-4656 svg {
    display: block;
}