:root{--unit: 20px;--page-frame-big: calc( var( --unit ) * 5 );--page-frame: var( --unit );--grid-width: calc( 100% - calc( var( --page-frame ) * 2 ) );--alignment: "left";--stroke: 2px;--background-color: White;--background-color-alpha: #ffffff00;--primary-color: Black;--secondary-color: Gray;--tertiary-color: #eee;--highlight-color: Red;--lowlight-color: #FFF59D;--link-color: CornflowerBlue;--positive-color: Aquamarine;--hero-text-color: var( --primary-color );--min-width: 320px;--item-big-width: calc( var( --item-width ) * 1.5 );--item-max-height: 80vh;--indent-gap: 2rem;--freedom: var( --page-frame-big );--button-height: 40px;--button-space: var( --font-style-body-default-size );--bouncer-size: 60px;--logo-width: 62vw;--logo-height: 40px;--header-height: calc( calc( var( --page-frame ) * 2 ) + var( --logo-height ) );--header-space: calc( var( --header-height ) * 2 );--footer-height: calc( var( --font-style-body-default-size ) + var( --font-style-body-default-line-height ) + var( --unit ) );--max-content-width: 568px}@media screen and (min-width: 1112px){:root{--page-frame: var( --page-frame-big );--header-space: var( --header-height )}}@media screen and (max-width: 460px){:root{--item-big-width: var( --item-width )}}@media screen and (min-width: 1366px){:root{--item-width: 400px}}@media screen and (max-height: 414px){:root{--logo-width: 38vw}}@media screen and (max-width: 812px){:root{--bouncer-size: 40px;--logo-width: 62vw}}.button{display:contents;color:#000}.button button{cursor:pointer;-webkit-transition:all .15s ease-out;-moz-transition:all .15s ease-out;-ms-transition:all .15s ease-out;-o-transition:all .15s ease-out;transition:all .15s ease-out;background:transparent;text-transform:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit}.button button picture source.hover{visibility:hidden;display:none}.button button picture source.show{background:pink}.button.default{height:var(--button-height)}.button.inline{display:inline-block}.button.inline button{width:fit-content;height:fit-content}.button.inline button:hover span{border-bottom:.5px solid black}.button.primary button,.button.secondary button{width:fit-content;height:48px;border:1px solid black;padding:0 16px}.button.primary button:hover,.button.secondary button:hover{color:#fff;background:#000}.button.hidden{visibility:hidden}.button:disabled{cursor:not-allowed;pointer-events:none}
