@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@800&display=swap");.hs-truefocus{background-color:#000;overflow:hidden;padding:clamp(16px,4vw,32px)}.hs-truefocus__container{outline:none;position:relative;user-select:none}.hs-truefocus__container,.hs-truefocus__words{align-items:center;display:flex;justify-content:center;max-width:100%;width:100%}.hs-truefocus__words{column-gap:clamp(.35em,2vw,1em);flex-wrap:wrap;row-gap:clamp(.15em,1vw,.35em)}.hs-truefocus__word{color:var(--tf-text-color,#fff);cursor:pointer;display:inline-block;filter:blur(var(--tf-blur,5px));font-family:Raleway,sans-serif;font-size:clamp(28px,8vw,var(--tf-font-size,48px));font-weight:var(--tf-font-weight,800);line-height:.95;max-width:100%;outline:none;overflow-wrap:normal;position:relative;transition:filter .3s ease,color .3s ease;user-select:none;white-space:nowrap;word-break:keep-all}.hs-truefocus__word.is-active{filter:blur(0)}.hs-truefocus__frame{box-sizing:content-box;left:0;opacity:0;pointer-events:none;position:absolute;top:0;transform:translateZ(0);transition:transform var(--tf-duration,.5s) ease,width var(--tf-duration,.5s) ease,height var(--tf-duration,.5s) ease,opacity var(--tf-duration,.5s) ease}.hs-truefocus__corner{border:3px solid var(--tf-border,#0f0);border-radius:3px;filter:drop-shadow(0 0 4px var(--tf-border,#00ff00)) drop-shadow(0 0 10px var(--tf-glow,rgba(0,255,0,.6)));height:clamp(10px,3vw,16px);position:absolute;width:clamp(10px,3vw,16px)}.hs-truefocus__corner.top-left{border-bottom:none;border-right:none;left:clamp(-8px,-1.5vw,-10px);top:clamp(-8px,-1.5vw,-10px)}.hs-truefocus__corner.top-right{border-bottom:none;border-left:none;right:clamp(-8px,-1.5vw,-10px);top:clamp(-8px,-1.5vw,-10px)}.hs-truefocus__corner.bottom-left{border-right:none;border-top:none;bottom:clamp(-8px,-1.5vw,-10px);left:clamp(-8px,-1.5vw,-10px)}.hs-truefocus__corner.bottom-right{border-left:none;border-top:none;bottom:clamp(-8px,-1.5vw,-10px);right:clamp(-8px,-1.5vw,-10px)}@media (max-width:767px){.hs-truefocus{padding:20px 16px}.hs-truefocus__words{column-gap:.35em;row-gap:.1em}.hs-truefocus__word{font-size:clamp(20px,9vw,34px);line-height:.9}.hs-truefocus__corner{border-width:2px}}@media (max-width:420px){.hs-truefocus__word{font-size:clamp(18px,8.5vw,28px)}}@media (prefers-reduced-motion:reduce){.hs-truefocus__frame,.hs-truefocus__word{transition:none}}