.downloadables__cols{display:grid;gap:var(--gap)}.downloadables__item{border-radius:0 3rem 0 0;padding:1.5rem}.downloadables__item,.downloadables__item--pink{background-color:#e7e7e2}.downloadables__item--blue{background-color:#f0ece7}.downloadables__item--orange{background-color:#e7e7e2}.downloadables__item--purple{background-color:#f0ece7}.downloadables__text{padding-right:3.6rem}.downloadables__text:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M2 20v1.5A4.5 4.5 0 0 0 6.5 26h15a4.5 4.5 0 0 0 4.5-4.5V20m-6-6-6 6m0 0-6-6m6 6V2'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:24px;position:absolute;right:0;top:8px;width:24px}.downloadables__item .button{margin-top:1.6rem;max-width:500px;width:100%}.downloadables__selected-item{background-color:var(--white);border-radius:5rem;cursor:pointer;font-size:1.6rem;margin:1.6rem auto 0;max-width:500px;min-height:auto;padding:1rem 3.4rem 1.05rem 2.4rem;text-align:left;width:100%}.downloadables__selected-item:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='10' fill='none' viewBox='0 0 15 10'%3E%3Cpath fill='%23000' d='M14.703 1.982 8.054 9.747a.7.7 0 0 1-.257.196A.75.75 0 0 1 7.5 10a.686.686 0 0 1-.554-.253L.277 1.982Q0 1.659 0 1.175q0-.483.297-.83Q.594 0 .989 0q.396 0 .693.346L7.5 7.12 13.318.346A.87.87 0 0 1 14 .023q.406 0 .702.346.297.345.297.806a1.2 1.2 0 0 1-.297.807'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:10px;position:absolute;right:17px;top:50%;transform:translateY(-50%);width:15px}.downloadables__dropdown{background-color:var(--white);border-radius:1rem;box-shadow:var(--box-shadow);gap:2rem;left:0;margin-inline:auto;max-width:500px;padding:2.4rem;position:absolute;right:0;top:calc(100% - 1rem);transition:all .3s ease;width:calc(100% - 3rem);z-index:3}.downloadables__item:not(.open) .downloadables__dropdown{display:none!important}.downloadables__dropdown-item,.downloadables__dropdown-item-header{font-size:1.5rem}.downloadables__dropdown-item-header{font-weight:600}.downloadables__dropdown-item{font-weight:400;line-height:1.6;text-decoration:none}.downloadables__dropdown-item:focus-visible,.downloadables__dropdown-item:hover{color:var(--primary-color-2)}@media (min-width:768px){.downloadables__cols.downloadables__col-three,.downloadables__cols.downloadables__col-two{grid-template-columns:repeat(2,1fr)}.downloadables__item{border-radius:0 4rem 0 0;padding:2rem 3.8rem}.downloadables__dropdown{width:calc(100% - 7.6rem)}}@media (min-width:1024px){.downloadables__cols.downloadables__col-two{grid-template-columns:repeat(2,1fr)}.downloadables__cols.downloadables__col-three{grid-template-columns:repeat(3,1fr)}}