

.green-play-btn {
    width: 80px;
    height: 80px;
    background-color: #3ec46b;
    display: block;
    position: absolute;
    z-index: 100;
    left: 50%;
    top: 25%;
    transform: translateX(-50%);
    border-radius: 50%;
    box-shadow: 0px 0px 12px 0 rgb(0 0 0 / 10%);
    -webkit-transition: all 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: all 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.green-play-btn:hover {
    background-color: #053c44;
    cursor: pointer;
    box-shadow: 
    0px 1.1px 2.2px rgb(0 0 0 / 2%), 
    0px 2.7px 5.3px rgb(0 0 0 / 3%), 
    0px 5px 10px rgb(0 0 0 / 4%), 
    0px 8.9px 17.9px rgb(0 0 0 / 4%), 
    0px 16.7px 33.4px rgb(0 0 0 / 5%), 
    0px 40px 80px rgb(0 0 0 / 7%);
}

a.green-play-btn:after {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    width: 15px;
    height: 20px;
    border-style: solid;
    border-width: 10px 0px 10px 18px;
    border-color: transparent transparent transparent #FFF;
    /* left: 38px; */
    /* top: 35px; */
    left: calc(50% + 3px);
    top: 50%;
    z-index: 120;
    transform: translate(-50%, -50%);
}

.download-the-app-button.btn-left {
    margin: 0;
}

.fl-col.fl-node-61eedc66b54ad.fl-col-small.fl-col-small-full-width {
    position: relative;
}

a.green-play-btn.centered {
    top: 50%;
    transform: translateY(-50%);
}

.fl-col.fl-node-61e6f5649f2d5.solution-panel ul.social_main_menu.round.light-version {
    position: absolute;
    bottom: 20px;
    right: 25px;
}