.expandable-section:not(:last-child){padding-bottom:20px}.expandable-section.theme-light{--content-color:var(--main-dark);--accent-inactive:var(--main-dark);--accent-active:var(--main-dark)}.expandable-section.theme-dark{--content-color:var(--white);--accent-inactive:var(--white);--accent-active:var(--white)}.expandable-section.size-standard{--header-height:42px;--header-padding:20px 0}.expandable-section.size-standard .title{font-family:Manrope,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-weight:300;line-height:1.22;font-size:calc(18px*var(--font-scale));color:var(--content-color)}@media(min-width:992px){.expandable-section.size-standard .title{font-size:calc(32px*var(--font-scale));line-height:1.24}}.expandable-section.size-xl{--header-height:64px;--header-padding:0 0}.expandable-section.size-xl .title{font-family:Manrope,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-weight:300;line-height:2;font-size:calc(24px*var(--font-scale));color:var(--content-color)}@media(min-width:992px){.expandable-section.size-xl .title{font-size:calc(48px*var(--font-scale));line-height:64px}}.expandable-section>header{display:grid;grid-template-columns:1fr max-content;align-items:center;width:100%;box-sizing:border-box;min-height:var(--header-height);padding:var(--header-padding);border-bottom:1px solid var(--accent-inactive);cursor:pointer}.expandable-section>header,.expandable-section>header .title{-webkit-user-select:none;-moz-user-select:none;user-select:none}.expandable-section>header .icon-container{display:flex;flex-flow:row;align-items:center;justify-content:center;overflow:hidden;height:24px;width:24px}@media(min-width:992px){.expandable-section>header .icon-container{height:42px;width:42px}}.expandable-section>header .icon-container svg{height:100%;width:100%;transform:rotate(0deg);transition-timing-function:ease-in-out;transition-duration:.2s;transition-property:transform}.expandable-section>header .icon-container svg path{fill:var(--accent-inactive);transition-timing-function:ease-in-out;transition-duration:.2s;transition-property:fill}.expandable-section.open>header .title{text-align:left}.expandable-section.open>header .icon-container svg{transform:rotate(90deg);fill:var(--accent-active)}.expandable-section>.expandable{display:grid;box-sizing:border-box;width:100%;grid-template-rows:0fr;opacity:0;transition-timing-function:ease-in-out;transition-duration:.2s;transition-property:grid-template-rows,opacity}.expandable-section>.expandable>div{overflow:hidden}.expandable-section>.expandable.open{grid-template-rows:1fr;opacity:1}.expandable-section>.expandable .content-wrapper{width:100%;box-sizing:border-box;padding-top:20px}.expandable-section>.expandable .content-wrapper a,.expandable-section>.expandable .content-wrapper li,.expandable-section>.expandable .content-wrapper p,.expandable-section>.expandable .content-wrapper span,.expandable-section>.expandable .content-wrapper ul{color:var(--content-color)}.expandable-section>.expandable .content-wrapper>p{font-family:Manrope,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-weight:300;line-height:22px;font-size:calc(18px*var(--font-scale));line-height:2}@media(min-width:992px){.expandable-section>.expandable .content-wrapper>p{font-size:calc(20px*var(--font-scale));line-height:40px}}.expandable-section>.expandable .content-wrapper>ul{list-style:none;margin:none;padding:none}.expandable-section>.expandable .content-wrapper>ul li{box-sizing:border-box;padding-left:40px;position:relative}.expandable-section>.expandable .content-wrapper>ul li a,.expandable-section>.expandable .content-wrapper>ul li p,.expandable-section>.expandable .content-wrapper>ul li span{font-family:Manrope,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-weight:300;font-size:calc(18px*var(--font-scale));line-height:40px}@media(min-width:992px){.expandable-section>.expandable .content-wrapper>ul li a,.expandable-section>.expandable .content-wrapper>ul li p,.expandable-section>.expandable .content-wrapper>ul li span{font-size:calc(20px*var(--font-scale));line-height:40px}}.expandable-section>.expandable .content-wrapper>ul li:before{position:absolute;content:"•";display:block;top:10px;left:18px}.expandable-section.size-xl>.expandable .content-wrapper>p:first-of-type{font-family:Manrope,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-weight:300;line-height:1.22;font-size:calc(18px*var(--font-scale));line-height:31px}@media(min-width:992px){.expandable-section.size-xl>.expandable .content-wrapper>p:first-of-type{font-size:calc(32px*var(--font-scale));line-height:1.24}}