/* compiled by scssphp 1.6.0 on Fri, 12 Sep 2025 13:02:10 +0000 (0.0283s) */

@charset "UTF-8";
html #root #wrap_all .section.cta_bar{position:relative;width:100%;padding:0;margin:0;display:flex;align-items:center;justify-content:space-between;padding:20px 40px;min-height:80px;width:100%;gap:20px}@media (max-width:900px){html #root #wrap_all .section.cta_bar{padding:20px 10px}}html #root #wrap_all .section.cta_bar .container{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:12px;padding:10px;position:relative}@media (max-width:1138px){html #root #wrap_all .section.cta_bar .container{padding:10px}}html #root #wrap_all .section.cta_bar .decoration-images{position:static}html #root #wrap_all .section.cta_bar .decoration-images .top{position:absolute;top:-23px;left:85%;z-index:-1}html #root #wrap_all .section.cta_bar .decoration-images .bottom{position:absolute;bottom:-15px;left:70%}html #root #wrap_all .section.cta_bar .badge-image img{width:170px;height:auto;object-fit:cover;margin:-67px -30px -60px -30px;animation:medalSwing 3s ease-out;transform-origin:center 20px}@media (max-width:936px){html #root #wrap_all .section.cta_bar .badge-image img{width:120px}}html #root #wrap_all .section.cta_bar .content{flex:1;display:flex;gap:5px;margin-left:20px;align-items:center}html #root #wrap_all .section.cta_bar .content .title-inner{font-weight:600;margin:0}html #root #wrap_all .section.cta_bar .content .content-inner{margin:0;line-height:1.4;flex:1}@media (max-width:857px){html #root #wrap_all .section.cta_bar .content .content-inner{display:none}}html #root #wrap_all .section.cta_bar .button{display:inline-flex;align-items:center;justify-content:center;padding:12px 20px;background-color:var(--accent-color);color:white;text-decoration:none;border-radius:6px;border:1px solid var(--accent-color);font-weight:500;font-size:14px;transition:all 0.3s ease;flex-shrink:0;gap:8px;min-width:44px;min-height:44px}html #root #wrap_all .section.cta_bar .button.circle{width:44px;height:44px;border-radius:50%;padding:0;gap:0;display:flex}html #root #wrap_all .section.cta_bar .button.circle:hover .icon:last-child{margin-left:10px;margin-right:0}@media (max-width:768px){html #root #wrap_all .section.cta_bar .button.circle{width:40px;height:40px}}@media (max-width:768px){html #root #wrap_all .section.cta_bar .button{order:4;padding:10px 16px;font-size:13px}}html #root #wrap_all .section.cta_bar .button span:not(.icon){white-space:nowrap}@media (max-width:480px){html #root #wrap_all .section.cta_bar .button span:not(.icon){display:none}}html #root #wrap_all .section.cta_bar .button .icon{width:18px;height:14px;position:relative;padding-left:3px}html #root #wrap_all .section.cta_bar .button .icon::before{font-family:"Font Awesome 5 Free", "Font Awesome 6 Free";content:"";font-weight:900;display:block;font-size:14px;line-height:1}@media (max-width:768px){html #root #wrap_all .section.cta_bar .button .icon{width:14px;height:14px}html #root #wrap_all .section.cta_bar .button .icon::before{font-size:14px}}@keyframes medalSwing{0%{transform:rotate(-15deg)}8%{transform:rotate(12deg)}16%{transform:rotate(-10deg)}24%{transform:rotate(8deg)}32%{transform:rotate(-6deg)}40%{transform:rotate(4deg)}48%{transform:rotate(-3deg)}56%{transform:rotate(2deg)}64%{transform:rotate(-1deg)}72%{transform:rotate(0.5deg)}80%{transform:rotate(-0.2deg)}88%{transform:rotate(0.1deg)}100%{transform:rotate(0deg)}}