.StickyBar{position:fixed;background-color:#ecefd8;padding:0 3rem 0 3rem;width:100%;bottom:0;left:0;z-index:3;justify-content:space-between;transform:translateY(100%);transition:transform .5s ease-in-out;display:flex;flex-direction:column;gap:1.7rem}@media (min-width:768px){.StickyBar{padding:1.2rem 8rem;flex-direction:row;gap:0;background-color:#f9fce8}}.StickyBar.active{transform:translateY(0)}.StickyBar button.product-form__submit{height:4.7rem}@media (min-width:768px){.StickyBar button.product-form__submit{height:6.3rem}}.StickyBar_content{display:grid;gap:.8rem}.StickyBar_header{display:none;gap:.8rem;align-items:center}@media (min-width:768px){.StickyBar_header{display:flex}}.StickyBar_title{color:#034525;font-family:Gooper;font-size:3.2rem;font-weight:500;line-height:110%;margin:0}.StickyBar_info{color:#034525;font-family:Gooper;font-size:1.6rem;font-weight:400;line-height:140%;margin:0;display:none}.StickyBar_info.active{display:none}@media (min-width:768px){.StickyBar_info.active{display:block}}.StickyBar_badge{padding:.1rem 1rem .2rem 1rem;border-radius:3.6rem;background:#eb2e4f;color:#f9fce8;font-family:"National 2 Condensed";font-size:1.4rem;font-weight:500;line-height:normal;width:fit-content;display:none}.StickyBar_badge.active{display:block}.StickyBar_promoDesktop{color:#fff;text-align:center;font-family:"National 2 Condensed";font-size:1.8rem;font-weight:500;line-height:normal;background:#ff7017;display:none;align-self:center;padding:.5rem 1rem}@media (min-width:768px){.StickyBar_promoDesktop{display:block}}.StickyBar_promoMobile{color:#fff;text-align:center;font-family:"National 2 Condensed";font-size:1.8rem;font-weight:500;line-height:normal;background:#ff7017;padding:.5rem 1rem;position:relative;left:-3rem;width:calc(100% + 60px)}@media (min-width:768px){.StickyBar_promoMobile{display:none}}.StickyBar_btnWrapper{margin:0!important;width:100%!important;max-width:40.2rem}.StickyBar_switchPlan{color:#034525;font-family:Gooper;font-size:1.6rem;font-weight:600;line-height:140%;text-decoration:underline;border:0 solid transparent;background:0 0;padding:0;cursor:pointer;display:none;width:100%;text-align:center;margin-top:1.6rem}@media (min-width:768px){.StickyBar_switchPlan{text-align:left;width:fit-content;margin-top:0}}@media (min-width:768px){.StickyBar_switchPlan.active{display:block}}