#flex-flyout {
    width: 36px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../../../images/2026/home/flex-flyout/back.jpg);
    background-image: -webkit-image-set(url(../../../images/2026/home/flex-flyout/back.jpg) 1x, url(../../../images/2026/home/flex-flyout/back@2x.jpg) 2x);
    background-image: image-set(url(../../../images/2026/home/flex-flyout/back.webp) type("image/webp") 1x, url(../../../images/2026/home/flex-flyout/back@2x.webp) type("image/webp") 2x, url(../../../images/2026/home/flex-flyout/back.jpg) type("image/jpeg") 1x, url(../../../images/2026/home/flex-flyout/back@2x.jpg) type("image/jpeg") 2x);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 99999;
    max-width: 350px;
    border-radius: 20px 0 0 20px;
    overflow: hidden;
    max-height: 276px;
    transition: width 0.5s ease;
}

#flex-flyout.open {
    width: 100%;
}

#flex-flyout .flyout-inner {
    width: 100%;
}

#flex-flyout .flyout-left {
    width: 36px;
    background: #93D500;
    height: -webkit-fill-available;
}

#flex-flyout .animation-wrapper {
    rotate: -90deg;
}

#flex-flyout .flyout-cta {
    padding: 33px 23px 34px 23px;
}

#flex-flyout .flex-title {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    /* 140% */
    width: 268px;
    margin-bottom: 0;
}

#flex-flyout .flex-text {
    color: #000;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    line-height: 30px;
    /* 200% */
    margin-bottom: 0;
}

#flex-flyout .button {
    border-radius: 60px;
    background: #93D500;
    width: 182px;
    height: 38px;
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 28px;
    /* 140% */
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 11px;
}

@media screen and (max-width: 991px) {
    #flex-flyout {
        transform: unset;
        top: 320px;
    }
}