:root{--zero: 0;--xxs: 375px;--xs: 450px;--sm: 769px;--md: 980px;--lg: 1025px;--xl: 1100px;--2xl: 1280px;--3xl: 1440px;--4xl: 1920px}@media screen and (min-width: 980px){.md-max{display:none}}@media screen and (max-width: 979px){.md-min{display:none}}.dropdowns{margin:var(--spacing-xxl) 0}.dropdowns-inner{margin:0 auto}.dropdowns-header{margin:0 0 var(--spacing-lg)}.dropdowns-items{border-top:1px solid var(--grey-400)}.dropdown{border-bottom:1px solid var(--grey-400)}.dropdown-inner{padding:var(--spacing-md) 0}@media screen and (min-width: 769px){.dropdown-inner{padding:var(--spacing-md) 24px}}@media screen and (max-width: 768px){.dropdown-title{min-height:48px;padding-right:72px}}.dropdown-header{display:flex;align-items:center;gap:var(--spacing-sm);cursor:pointer;list-style:none}@media screen and (max-width: 768px){.dropdown-header{position:relative;flex-direction:column}}.dropdown-header:hover .dropdown-icon,.dropdown-header:focus .dropdown-icon{background:var(--violet-700)}@media screen and (min-width: 769px){.dropdown-intro{margin-left:auto}}.dropdown-icon{position:relative;display:block;flex-shrink:0;width:48px;height:48px;background:var(--violet-500);transition:background .3s var(--ease-out-quad)}@media screen and (min-width: 769px){.dropdown-icon{width:64px;height:64px}}@media screen and (max-width: 768px){.dropdown-icon{position:absolute;top:0;right:0}}[open] .dropdown-icon{background:var(--violet-700)}.dropdown-icon:after,.dropdown-icon:before{content:"";position:absolute;top:50%;left:50%;width:14px;height:2px;background:var(--white);transform:translate(-50%,-50%)}.dropdown-icon:after{transform-origin:center;transform:translate(-50%,-50%) rotate(-90deg);transition:transform .3s var(--ease-out-quad)}[open] .dropdown-icon:after{transform:translate(-50%,-50%) rotate(0)}.dropdown-content{padding:var(--spacing-md) 0 0}@media screen and (min-width: 769px){.dropdown-content{display:flex;justify-content:space-between;align-items:center}}@media screen and (max-width: 768px){.dropdown-content{gap:var(--spacing-md)}}.dropdown-content .rich-text{display:flex;flex-direction:column;gap:24px}.dropdown-picture{aspect-ratio:680/497}@media screen and (max-width: 768px){.dropdown-picture{margin:32px 0 0}}.dropdown-picture picture,.dropdown-picture img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}
