.text-sidebar{--spacing:40px}.text-sidebar__cta-title{font-size:30px}.text-sidebar__wrapper{margin-left:auto;margin-right:auto}.text-sidebar__flex{display:grid;grid-template-columns:55% 41%;grid-template-columns:1fr 315px;gap:50px;width:100%}.text-sidebar__flex--reverse-row{grid-template-columns:315px 1fr}.text-sidebar__flex--reverse-row .text-sidebar__text{order:2}.text-sidebar__flex--reverse-row .text-sidebar__cta{order:1}.text-sidebar__sidebar.align_left{text-align:left}.text-sidebar__sidebar.align_center{text-align:center}.text-sidebar__sidebar.align_right{text-align:right}.text-sidebar__cta{display:block;padding:25px 33px;border-radius:20px;text-decoration:none;color:#fff;transition:all .2s ease-in-out}a.text-sidebar__cta:hover{box-shadow:0 5px 10px rgba(0,0,0,0.3)}.text-sidebar__cta--sticky{position:sticky;top:20px}.text-sidebar__cta-subtitle{font-size:2rem;line-height:1;margin:0 0 4px 0}.text-sidebar__cta-title{font-size:3rem;font-weight:bold;line-height:1.2}.text-sidebar__cta-image{margin:14px 0 0 0;text-align:center}.text-sidebar__cta-btn-wrapper{margin-top:2rem;text-align:center}.text-sidebar__text ul{list-style:none;padding-left:25px}.text-sidebar__text li{position:relative}.text-sidebar__text ul:not([style]) li::before{content:"";width:12px;height:12px;background-color:var(--secondary);position:absolute;margin-right:17px;left:-25px;top:8px}@media only screen and (max-width:750px){.text-sidebar__flex{grid-template-columns:1fr}.text-sidebar__flex--reverse-row{grid-template-columns:1fr}}