body:before{content:"mobile";display:none}@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{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);font-size:var(--ms1);padding:calc(var(--ms1) - 1px) calc(var(--ms1)*1.5);word-break:keep-all;box-sizing:border-box;cursor:pointer;text-align:center;border-radius:2.3125rem;outline:none;align-items:center;min-height:40px;font-weight:700;line-height:20px;text-decoration:none;display:inline-flex}.button>*{pointer-events:none}.button[disabled]{pointer-events:none;-webkit-user-select:none;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]):hover,.button.button--primary:not([disabled]):focus,.button.button--primary:not([disabled]):active{color:var(--white);background:var(--hotmart-primary-darker);border-color:var(--hotmart-primary-darker)}.button.button--primary:not([disabled]):focus,.button.button--primary:not([disabled]):active{box-shadow:0 0 0 3px var(--hotmart-primary-lighter)}}.button.button--primary>span{color:var(--white);align-items:center;display:flex}.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]):hover,.button.button--secondary:not([disabled]):focus,.button.button--secondary:not([disabled]):active{color:var(--hotmart-primary);background:var(--hotmart-primary-lightest);border-color:var(--hotmart-primary-lighter)}.button.button--secondary:not([disabled]):focus,.button.button--secondary:not([disabled]):active{box-shadow:0 0 0 3px var(--hotmart-primary-lighter)}}.button.button--secondary>span{color:var(--gray-900);align-items:center;display:flex}.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]):hover,.button.button--tertiary:not([disabled]):focus,.button.button--tertiary:not([disabled]):active{color:var(--hotmart-primary);background:var(--hotmart-primary-lightest);border-color:var(--hotmart-primary)}.button.button--tertiary:not([disabled]):focus,.button.button--tertiary:not([disabled]):active{box-shadow:0 0 0 3px var(--hotmart-primary)}}.button.button--tertiary>span{color:var(--hotmart-primary);align-items:center;display:flex}.button.button--tertiary .icon{margin-left:.75rem}.button--cookie{color:#343a42;text-align:start;background-color:#0000;border:none;align-items:baseline;min-height:auto;padding:0;font-size:.875rem;font-weight:400;display:flex;position:relative}.button--cookie:after{content:"";background-color:#ef4e23;width:0;height:1px;transition:all .3s ease-in-out;position:absolute;bottom:0;left:0}.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{padding:.9375rem 1.5rem;font-size:1.4375rem}.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{font-size:1rem;font-weight:400;text-decoration:none;position:relative}@media (min-width:1024px){.link{font-size:1rem}}.link.link--primary{color:#343a42}@media (min-width:1024px){.link.link--primary:after{content:"";background-color:#ef4e23;width:0;height:1px;transition:all .3s ease-in-out;position:absolute;bottom:0;left:0}.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:"";background-color:#ef4e23;width:0;height:1px;transition:all .3s ease-in-out;position:absolute;bottom:0;left:0}.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}