/*!
 * Copyright (c) 2022 WEBLIFE
 *
 * Permission is granted to use this file for the period specified in the contract 
 * between WEBLIFE and the client. Usage of this file beyond the contract period 
 * is strictly prohibited unless an extended license or written permission is obtained.
 *
 * Modifying or editing this file without prior written consent from WEBLIFE 
 * is not permitted.
 *
 * THE FILE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, 
 * INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A 
 * PARTICULAR PURPOSE AND NONINFRINGEMENT.
 */
.wl-collapse{display:block;overflow:hidden}.wl-collapse__header{display:flex;align-items:center;justify-content:space-between;padding:3rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background-color .2s ease}@media screen and (width < 750px){.wl-collapse__header{padding:1.2rem}}.wl-collapse__header-icon{margin-right:1rem}.wl-collapse__header:hover{background-color:#ef7e2b0d}.wl-collapse__inner{display:flex;align-items:center;flex:1}.wl-collapse__icon{position:relative;display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;flex-shrink:0}.wl-collapse__icon:before,.wl-collapse__icon:after{content:"";position:absolute;background-color:#3b3834;transition:opacity .3s cubic-bezier(.4,0,.2,1)}.wl-collapse__icon:before{width:1.6rem;height:.2rem}.wl-collapse__icon:after{width:.2rem;height:1.6rem;opacity:1}.wl-collapse__content{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1)}.wl-collapse__content-inner{color:#333;opacity:0;transition:opacity .4s cubic-bezier(.4,0,.2,1)}@media screen and (width < 750px){.wl-collapse__content-inner{padding:0 1.2rem}}.wl-collapse__content-inner p:last-child{margin-bottom:0}.wl-collapse.is-open:not(.is-closed)>.wl-collapse__header>.wl-collapse__icon:after{opacity:0}.wl-collapse.is-open:not(.is-closed)>.wl-collapse__content>.wl-collapse__content-inner{opacity:1}@media screen and (width < 750px){.wl-collapse.is-open:not(.is-closed)>.wl-collapse__content>.wl-collapse__content-inner{padding:1.2rem}}
