:root{--total-amount:10;--current-amount:10}.site-heading{padding-top:175px}.navbar{top:66px}.fund-banner{position:fixed;top:0;left:0;width:100%;color:#fff;min-height:50px;z-index:1000;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;padding:8px 0}.fund-banner.transparent{background-color:rgba(128,128,128,.44)!important;border:none;color:#fff!important;z-index:1000}.fund-banner .container-sm{height:100%}.fund-banner__row{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px;position:relative}.fund-banner__text{max-width:360px;font-size:16px;font-weight:700;position:relative}.fund-banner.transparent a{color:#fff;text-decoration:underline}.fund-banner__text--light{margin-left:0;flex:1 1 300px;min-width:200px;line-height:1.3}.fund-banner__text--light p{margin:0;font-size:.9em}.fund-banner__text--light a{color:#000;text-decoration:underline}.fund-banner__bar{display:flex;align-items:center;flex:1 1 400px;min-width:250px}.fund-banner__bar-container{width:100%;max-width:470px;flex:1;background-color:#d1d1d1;border-radius:50px;height:33px;position:relative;margin-right:20px}.fund-banner__bar-progress{height:100%;background:#0ba023;box-shadow:inset -4px -6px 6px rgba(0,0,0,.25);border-radius:50px;display:flex;align-items:center;font-weight:700;font-size:17px;line-height:23px;color:#fff;width:calc(var(--current-amount)/var(--total-amount) * 100%);max-width:100%}.fund-banner__bar-current{position:absolute;top:50%;left:50%;transform:translateX(-50%)translateY(-50%);display:flex;align-items:center;text-transform:uppercase;color:#000}.fund-banner__bar-total{font-size:16px;font-weight:700}.fund-banner__bar-current-sum{margin-right:5px;font-size:17px}.fund-banner__bar-current-text{font-size:13px;margin-top:3px}.fund-banner__close-btn button{border:none;width:35px;height:35px;box-shadow:0 4px 4px rgba(0,0,0,.25);background-color:#525252;border-radius:50px;position:relative;cursor:pointer;transition:all .2s ease-in-out}.fund-banner__close-btn button::before,.fund-banner__close-btn button::after{content:'';width:17px;height:2px;background-color:#fff;border-radius:3px;position:absolute;top:50%;left:50%;transform:translateX(-50%)translateY(-50%)rotate(45deg)}.fund-banner__close-btn button::after{transform:translateX(-50%)translateY(-50%)rotate(-45deg)}.fund-banner__close-btn button:hover{background-color:#0385a1}.fund-banner__company{display:none}.fund-banner--light{color:#000}@media(max-width:1200px){.fund-banner__bar-container{max-width:400px}.fund-banner__text{max-width:300px}}@media(max-width:1000px){.fund-banner__bar-container{max-width:300px}.fund-banner__text{font-size:14px}}@media(max-width:767px){.site-heading{padding-top:160px}.navbar{top:auto}.fund-banner{min-height:auto;padding:10px 15px}.fund-banner__row{flex-direction:column;justify-content:center;align-items:center;gap:8px}.fund-banner__close-btn{position:absolute;top:5px;right:5px}.fund-banner__close-btn button{width:25px;height:25px}.fund-banner__close-btn button::before,.fund-banner__close-btn button::after{width:12px}.fund-banner__bar{width:100%;flex-direction:row;justify-content:center;min-width:0;flex:none}.fund-banner__company{display:none}.fund-banner__bar-total{font-size:12px;white-space:nowrap}.fund-banner__text,.fund-banner__text--light{text-align:center;font-size:13px;width:100%;padding-right:30px;min-width:0;flex:none}.fund-banner__bar-container{width:100%;flex:1;margin-right:10px;height:20px}.fund-banner__bar-current{font-size:12px}.fund-banner__bar-current-sum{font-size:12px;margin-right:0}.fund-banner__bar-current-text{display:none}}.fund-ribbon{position:fixed;top:130px;left:20px;z-index:100;pointer-events:auto}.fund-ribbon__link{display:block;position:relative;width:90px;height:200px;text-decoration:none}.fund-ribbon__svg{width:100%;height:100%;filter:drop-shadow(2px 4px 6px rgba(0,0,0,.3))}.fund-ribbon__logo{position:absolute;top:30px;left:50%;transform:translateX(-50%);width:70px;height:70px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(0,0,0,.3)}.fund-ribbon__logo img{max-width:85%;max-height:85%}.fund-ribbon__link:hover .fund-ribbon__logo{transform:translateX(-50%)scale(1.05);transition:transform .2s ease}@media(max-width:767px){.fund-ribbon{display:none}}