body:before{display:none;content:"mobile"}@media(min-width:375px){body:before{content:"mobile-m"}}@media(min-width:414px){body:before{content:"mobile-l"}}@media(min-width:768px){body:before{content:"tablet"}}@media(min-width:1024px){body:before{content:"desktop"}}@media(min-width:1280px){body:before{content:"desktop-m"}}@media(min-width:1440px){body:before{content:"desktop-l"}}@media(min-width:1920px){body:before{content:"desktop-xl"}}.button{text-decoration:none;will-change:color,background,border-color,box-shadow;transition:color .5s var(--ease-in-out),background .5s var(--ease-in-out),border-color .5s var(--ease-in-out),box-shadow .5s var(--ease-in-out);outline:none;font-size:var(--ms1);font-weight:700;padding:calc(var(--ms1) - 1px) calc(var(--ms1)*1.5);border-radius:2.3125rem;word-break:keep-all;display:inline-flex;box-sizing:border-box;min-height:40px;line-height:20px;cursor:pointer;text-align:center;align-items:center}.button>*,.button[disabled]{pointer-events:none}.button[disabled]{user-select:none;opacity:.5}.button.button--primary{color:var(--white);background:var(--hotmart-primary);border:1px solid var(--hotmart-primary)}@media(hover:hover)and (pointer:fine){.button.button--primary:not([disabled]):active,.button.button--primary:not([disabled]):focus,.button.button--primary:not([disabled]):hover{color:var(--white);background:var(--hotmart-primary-darker);border-color:var(--hotmart-primary-darker)}.button.button--primary:not([disabled]):active,.button.button--primary:not([disabled]):focus{box-shadow:0 0 0 3px var(--hotmart-primary-lighter)}}.button.button--primary>span{color:var(--white);display:flex;align-items:center}.button.button--primary .icon{margin-left:.75rem}.button.button--secondary{color:var(--gray-900);background:var(--white);border:1px solid var(--gray-400)}@media(hover:hover)and (pointer:fine){.button.button--secondary:not([disabled]):active,.button.button--secondary:not([disabled]):focus,.button.button--secondary:not([disabled]):hover{color:var(--hotmart-primary);background:var(--hotmart-primary-lightest);border-color:var(--hotmart-primary-lighter)}.button.button--secondary:not([disabled]):active,.button.button--secondary:not([disabled]):focus{box-shadow:0 0 0 3px var(--hotmart-primary-lighter)}}.button.button--secondary>span{color:var(--gray-900);display:flex;align-items:center}.button.button--secondary .icon{margin-left:.75rem}.button.button--tertiary{color:var(--hotmart-primary);background:var(--black);border:1px solid var(--hotmart-primary)}@media(hover:hover)and (pointer:fine){.button.button--tertiary:not([disabled]):active,.button.button--tertiary:not([disabled]):focus,.button.button--tertiary:not([disabled]):hover{color:var(--hotmart-primary);background:var(--hotmart-primary-lightest);border-color:var(--hotmart-primary)}.button.button--tertiary:not([disabled]):active,.button.button--tertiary:not([disabled]):focus{box-shadow:0 0 0 3px var(--hotmart-primary)}}.button.button--tertiary>span{color:var(--hotmart-primary);display:flex;align-items:center}.button.button--tertiary .icon{margin-left:.75rem}.button--cookie{padding:0;border:none;display:flex;align-items:baseline;font-size:.875rem;color:#343a42;background-color:transparent;font-weight:400;position:relative;text-align:start;min-height:auto}.button--cookie:after{content:"";position:absolute;width:0;height:1px;bottom:0;left:0;background-color:#ef4e23;transition:all .3s ease-in-out}.button--cookie:hover{color:#ef4e23}.button--cookie:hover:after{width:100%}@media(min-width:1024px){.button--cookie{font-size:1rem}}.button.button--small{font-size:var(--ms1)}@media(min-width:768px){.button.button--small{font-size:var(--ms2)}}.button.with--icon{display:flex}.button-size--large{font-size:var(--ms2)}@media(min-width:768px){.button-size--large{font-size:1.4375rem;padding:.9375rem 1.5rem}.button-size--large .icon svg{max-width:1.5rem;max-height:1.5rem;font-size:1.5rem}}.button .button__label{flex:1}.button span:not(.button__label):first-of-type:not(:only-of-type){margin-right:calc(var(--ms1)/2)}.button span:not(.button__label):last-of-type:not(:only-of-type){margin-left:calc(var(--ms1)/2)}.link{position:relative;text-decoration:none;font-weight:400;font-size:1rem}@media(min-width:1024px){.link{font-size:1rem}}.link.link--primary{color:#343a42}@media(min-width:1024px){.link.link--primary:after{content:"";position:absolute;width:0;height:1px;bottom:0;left:0;background-color:#ef4e23;transition:all .3s ease-in-out}.link.link--primary:hover{color:#ef4e23}.link.link--primary:hover:after{width:100%}}.link.link--secondary{color:#ef4e23}@media(min-width:1024px){.link.link--secondary:after{content:"";position:absolute;width:0;height:1px;bottom:0;left:0;background-color:#ef4e23;transition:all .3s ease-in-out}.link.link--secondary:hover{color:#ef4e23}.link.link--secondary:hover:after{width:100%}}.link.link--withoutUnderline:after{content:none}.link.link--withoutHover:hover{color:inherit}