.refactor .h-color--text-main{color:var(--text-color--main)}.refactor .h-color--text-muted{color:var(--text-color--muted)}.refactor .h-color--primary{--icon-color:var(--color-primary);color:var(--color-primary)}.refactor .h-color--grey{--icon-color:var(--color-grey);color:var(--color-grey)}.refactor .h-color--blue{--icon-color:var(--color-blue);color:var(--color-blue)}.refactor .h-color--danger,.refactor .h-color--red{--icon-color:var(--color-danger);color:var(--color-danger)}.refactor .h-color--white{color:#fff}.refactor .h-color--black{color:#000}.refactor .h-text--sm{font-size:.875rem}.refactor .h-text--md{font-size:1rem}.refactor .h-text--lg{font-size:1.5rem}.refactor .h-text--xl{font-size:2rem}.refactor .h-text--custom{font-size:var(--font-size,1rem)}.refactor .h-text--very-thin{font-weight:100}.refactor .h-text--thin{font-weight:200}.refactor .h-text--normal{font-weight:400}.refactor .h-text--bold{font-weight:600}.refactor .h-text--center{text-align:center}.refactor .h-text--left{text-align:left}.refactor .h-text--right{text-align:right}.refactor .h-text--no-decorations{text-decoration:none}.refactor .h-text--lh-md{line-height:1em}.refactor .h-line--through{position:relative}.refactor .h-line--through:after{content:"";position:absolute;top:50%;left:-.25em;display:block;width:calc(100% + .5em);height:.075em;color:inherit;font-size:inherit;background-color:currentColor;-webkit-transform:translateY(50%);transform:translateY(50%)}.refactor .h-width--full{max-width:100%;width:100%}.refactor .h-cursor--pointer{cursor:pointer!important}.refactor .h-ignore-pointer{pointer-events:none}.refactor .h-border--around{border:1px solid var(--border-color);border-radius:2px}.refactor .h-padding--xs{padding:.5rem}.refactor .h-padding--sm{padding:.625rem}.refactor .h-padding--md{padding:1rem}.refactor .h-padding--lg{padding:2rem}.refactor .h-padding--custom{padding:var(--padding)}.refactor .h-padding-block--custom{padding-block:var(--padding-block)}.refactor .h-padding-inline--custom{padding-inline:var(--padding-inline)}.refactor .h-padding-inline--sm{padding-inline:.75rem}.refactor .h-padding-inline--md{padding-inline:1rem}.refactor .h-padding-block--sm{padding-block:.625rem}.refactor .h-padding-block--md{padding-block:1rem}.refactor .h-padding-top--md{padding-top:1rem}.refactor .h-margin-top--xs{margin-top:.5rem}.refactor .h-margin-top--sm{margin-top:.625rem}.refactor .h-margin-top--md{margin-top:1rem}.refactor .h-margin-top--lg{margin-top:2rem}.refactor .h-margin-top--custom{margin-top:var(--margin-top)}.refactor .h-margin-bottom--xs{margin-bottom:.5rem}.refactor .h-margin-bottom--sm{margin-bottom:.625rem}.refactor .h-margin-bottom--md{margin-bottom:1rem}.refactor .h-margin-bottom--lg{margin-bottom:2rem}.refactor .h-margin-bottom--custom{margin-bottom:var(--margin-bottom)}.refactor .h-margin-block--xs{margin-block:.5rem}.refactor .h-margin-block--sm{margin-block:.625rem}.refactor .h-margin-block--md{margin-block:1rem}.refactor .h-margin-block--lg{margin-block:2rem}.refactor .h-margin-block--custom{margin-block:var(--margin-block)}.refactor .h-min-height--unset{min-height:unset}.refactor .h-hide{display:none}@media screen and (min-width:992px){.refactor .h-hide--desktop{display:none}}@media screen and (max-width:992px){.refactor .h-hide--mobile{display:none}}.refactor .h-margin--auto{margin:0 auto}.refactor .h-notes--vertical{--notes-margin:2.875rem;position:relative;font-size:0}@media screen and (min-width:992px){.refactor .h-notes--vertical{margin:var(--notes-margin) 0}}.refactor .h-notes--vertical::where(*){font-size:medium}@media screen and (min-width:992px){.refactor .h-notes--vertical:after,.refactor .h-notes--vertical:before{content:""}}.refactor .h-notes--vertical:after,.refactor .h-notes--vertical:before{position:absolute;background-image:url('https://sw.tomplay.com/images/client/backgrounds/notes-vertical.svg');background-size:contain;background-repeat:no-repeat;left:20%;right:20%;aspect-ratio:27/7;pointer-events:none;max-height:4rem;margin:0 auto}.refactor .h-notes--vertical:before{top:0;-webkit-transform:translateY(calc(-100% - .5rem));transform:translateY(calc(-100% - .5rem))}.refactor .h-notes--vertical:after{bottom:0;-webkit-transform:translateY(calc(100% + .5rem)) scaleY(-1);transform:translateY(calc(100% + .5rem)) scaleY(-1)}.refactor .h-position--relative{position:relative}@media (max-width:992px){.refactor .h-flex-grow-0{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}}