.sectionLabel{justify-content:end;align-items:center;width:20rem;height:3rem;padding-right:2rem;font-size:1.3rem;font-weight:700;display:flex;position:absolute;top:3rem;left:0}.sectionLabel.green{color:#fff;background-color:#00bf63}.sectionLabel.orange{color:#fff;background-color:#ff9820}.sectionLabel .triangle{color:#fff;clip-path:polygon(0 0,0% 100%,80% 50%);width:2rem;height:3rem;position:absolute;top:0;right:-2rem}.sectionLabel .triangle.green{background-color:#00bf63}.sectionLabel .triangle.orange{background-color:#ff9820}.sectionTitle{color:#00bf63;text-align:center}.actionButton{color:#fff;text-wrap:nowrap;border:2px solid #fff;border-radius:.5rem;justify-content:center;align-items:center;gap:1rem;padding:1rem;font-size:1.2rem;font-weight:700;transition:all .1s ease-in;display:flex}.actionButton:hover{transform:translateY(-.1rem);box-shadow:0 .5rem 1rem #0003}.actionButton:active{transform:translateY(0);box-shadow:0 .25rem .5rem #0003}.actionButton.green{background-color:#03b660}.actionButton.green:hover{background-color:#03a758}.actionButton.green:active{background-color:#039d53}.actionButton.orange{background-color:#ff9820}.actionButton.orange:hover{background-color:#f68400}.actionButton.orange:active{background-color:#e27a00}@media only screen and (width<=800px){.actionButton{font-size:1rem}}.actionButton .icon{width:1.5rem;height:1.5rem;margin-bottom:1px}button.accordionBtn{color:#00bf63;justify-content:end;align-items:center;gap:.5rem;width:-moz-fit-content;width:fit-content;padding-top:1rem;font-size:.9rem;font-weight:700;display:flex}button.accordionBtn:hover{color:#00a656}button.accordionBtn:active{color:#008c49}@media only screen and (width<=800px){button.accordionBtn{padding-top:.5rem;font-size:.8rem}}button.accordionBtn img{width:1rem;transition:all .4s}button.accordionBtn img.up{transform:rotate(-180deg)}