.content-legend{position:relative}.content-legend__wrapper{padding-bottom:102px;padding-top:130px}@media only screen and (width <= 767px){.content-legend__wrapper{padding-bottom:50px;padding-top:0}}.content-legend:before{content:"";display:block;height:170px;left:0;position:absolute;top:0;width:100%;z-index:-1}@media only screen and (width <= 767px){.content-legend:before{height:130px;position:sticky}}.content-legend__title{margin-bottom:102px}@media only screen and (width <= 767px){.content-legend__title{margin-bottom:64px}}.content-legend__row{align-items:flex-start;display:flex;flex-wrap:wrap;gap:29px;justify-content:space-between;position:relative;z-index:2}.content-legend__legend{position:sticky;top:20px;transition:translate .3s ease-in-out;width:22%}.is-scolling-top .content-legend__legend{translate:0 60px}@media only screen and (width <= 767px){.content-legend__legend{height:40px;width:100%}}.content-legend__content{width:66.5%}@media only screen and (width <= 767px){.content-legend__content{width:100%}}.content-legend__content a{color:var(--cobalt);text-decoration:none!important;transition:all .4s ease-in-out}.content-legend__content a:hover{color:rgba(79,88,247,.8)}.content-legend__select__btn{align-items:center;background-color:var(--white);border:1px solid var(--black);border-radius:50px;display:flex;justify-content:space-between;padding:6px 15px;position:relative;width:100%;z-index:1}.content-legend__select__btn svg{transition:rotate .3s ease-in-out}.is-open .content-legend__select__btn svg{rotate:180deg}.content-legend__select__list{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease-in-out}.is-open .content-legend__select__list{grid-template-rows:1fr;transition:all .3s ease}.content-legend__list{background-color:#f4f4f4;border:1px solid var(--black);border-radius:0 0 15px 15px;display:flex;flex-direction:column;gap:11px;max-height:392px;opacity:0;overflow:hidden;pointer-events:none;transition:all .3s ease-in-out;translate:0 -19px}@media only screen and (width <= 767px){.content-legend__list{position:absolute;width:100%}}.is-open .content-legend__list{display:flex;opacity:1;overflow:auto;padding-bottom:18px;padding-top:37px;pointer-events:auto}.content-legend__list li{padding-left:15px;padding-right:56px}.content-legend__list li a{transition:color .3s ease-in-out}.content-legend__list li a:hover{text-decoration:underline}.content-legend__list li a strong{font-weight:400}