/*!
 * Copyright (c) 2022 WEBLIFE
 *
 * Permission is granted to use this file for the period specified in the contract 
 * between WEBLIFE and the client. Usage of this file beyond the contract period 
 * is strictly prohibited unless an extended license or written permission is obtained.
 *
 * Modifying or editing this file without prior written consent from WEBLIFE 
 * is not permitted.
 *
 * THE FILE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, 
 * INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A 
 * PARTICULAR PURPOSE AND NONINFRINGEMENT.
 */
.wl-cta{display:flex;justify-content:space-between;align-items:stretch;flex-direction:column;gap:2.8rem;max-width:100rem}@media screen and (width >= 750px){.wl-cta{flex-direction:row;gap:4rem}}.wl-cta img{max-width:100%;height:auto;display:block}.wl-cta__right{display:flex;flex-direction:column;justify-content:space-between;width:100%}@media screen and (width >= 750px){.wl-cta__right{flex:0 0 55%}}.wl-cta__left{width:100%}@media screen and (width >= 750px){.wl-cta__left{flex:0 0 calc(45% - 4rem)}}.wl-cta__link{display:flex;align-items:center;justify-content:center;width:100%;border-radius:.3rem;font-size:1.6rem;font-weight:700;text-decoration:none;margin-bottom:2rem;padding:0 2rem;transition:opacity .3s}@media screen and (width >= 750px){.wl-cta__link{height:7.9rem;font-size:1.8rem}}@media screen and (width < 750px){.wl-cta__link{height:6rem;font-size:1.6rem}}.wl-cta__link:hover{opacity:.8}.wl-cta__link:after{content:"";display:block;width:1rem;height:1rem;transform:rotate(45deg);background-color:transparent;border-top:2px solid currentcolor;border-right:2px solid currentcolor;margin-left:1.5rem}.wl-cta__btn--red{background-color:#ed6c3f;color:#fff;border:1px solid #ed6c3f}.wl-cta__btn--white{background-color:#fff;color:#333;border:1px solid #ccc}.wl-cta__btn--white:after{border-top-color:#333;border-right-color:#333}.wl-cta__btn--blue{background-color:#3d85bc;color:#fff;border:1px solid #3d85bc;margin-bottom:0;border-radius:.3rem .3rem 0 0}.wl-cta__satisfaction{overflow:hidden}.wl-cta__satisfaction-container{display:flex;gap:2rem;padding:2.4rem 2rem;background-color:#fff;border:1px solid #3d85bc;border-top:none;border-radius:0 0 .3rem .3rem}@media screen and (width < 750px){.wl-cta__satisfaction-container{flex-direction:column;gap:3rem;padding:2rem 1.5rem}}.wl-cta__satisfaction-item{flex:1;display:flex;flex-direction:column;align-items:center}.wl-cta__satisfaction-title{font-size:1.4rem;font-weight:700;line-height:1.4;text-align:center;margin-bottom:1.5rem;color:#333;min-height:4.4rem;display:flex;align-items:center;justify-content:center}@media screen and (width < 750px){.wl-cta__satisfaction-title{min-height:auto;font-size:1.3rem}}
