<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@700&amp;display=swap");.goals,.goals__title{position:relative}.goals__title{color:var(--text-color);font-family:Montserrat,Serif;font-size:33px;font-style:normal;line-height:normal;padding-bottom:15px;text-align:center}.goals__title:after{background:var(--primary-color);border-radius:15px 0 0 15px;bottom:0;content:"";height:5px;left:50%;position:absolute;transform:translateX(-50%);width:44px}.goals__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(400px,100%),1fr));margin-top:45px;place-items:center;row-gap:35px;width:100%}.goals__item{flex:1 0 400px;margin-block:32px;position:relative}.goals__item .number{color:#ff8743;font-family:Oswald,Serif;font-size:131px;font-weight:700;left:0;line-height:1;opacity:.2;position:absolute;top:50%;transform:translateY(-50%)}.goals__item .text{color:var(--text-color);font-family:Montserrat,Serif;font-size:16px;font-weight:700;line-height:normal;margin-left:43px;max-width:184px;position:relative}.goals__item:nth-child(3n+1) .number{color:var(--gradient-color-2)}.goals__item:nth-child(3n+2) .number{color:var(--gradient-color-1)}.goals__item:nth-child(3n) .number{color:var(--text-color)}.goals__cta{display:flex;justify-content:center;margin-top:23px}</pre></body></html>