.section__card-profile .container{column-gap:var(--space-3);display:grid;grid-template-columns:repeat(4,1fr);row-gap:var(--space-5)}.section__card-profile .card .image{border-radius:15px;border-style:solid;border-width:1px;border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;transition:.15s}.section__card-profile .card .image img{border-radius:15px;border-bottom-left-radius:0;border-bottom-right-radius:0;max-height:245px}.section__card-profile .card .image.image-cover img{height:245px;object-fit:cover}.section__card-profile .content-body,.section__card-profile .content-header{border-radius:15px;border-style:solid;border-top-left-radius:0;border-top-right-radius:0;border-width:1px}.section__card-profile .content-header{align-items:center;cursor:pointer;display:flex;gap:var(--space-2);justify-content:space-between;padding:var(--space-3);position:relative;transition:.15s}.section__card-profile .content-header .title{font-weight:700}.section__card-profile .content-header .subtitle{font-size:16px!important;text-transform:none!important}.section__card-profile .content-header .icon{height:15px;width:15px}.section__card-profile .content-header .icon:after,.section__card-profile .content-header .icon:before{border-radius:10px;content:"";display:block;height:2px;position:absolute;right:var(--space-3);top:50%;transition:.15s;translate:0 -50%;width:15px}.section__card-profile .content-header .icon:after{rotate:90deg}.section__card-profile .content-body{border-top:none;max-height:0;opacity:0;overflow:hidden;padding-left:var(--space-3);padding-right:var(--space-3);transition:.4s}.section__card-profile .content-body .ctas{display:flex;flex-direction:column;gap:var(--space-3);margin-top:var(--space-4)}.section__card-profile .content-body .ctas a{align-items:center;display:flex;gap:var(--space-2)}.section__card-profile .content-body .ctas a:hover img{scale:1.08}.section__card-profile .content-body .ctas a img{height:24px;transition:.15s;width:24px}.section__card-profile .card.active .content-header{border-bottom:none!important;border-radius:0}.section__card-profile .card.active .content-header .icon:before{rotate:180deg}.section__card-profile .card.active .content-header .icon:after{opacity:0;rotate:180deg}.section__card-profile .card.active .content-body{opacity:1;padding-bottom:var(--space-3);padding-top:var(--space-3)}@media (max-width:992px){.section__card-profile .container{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.section__card-profile .container{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.section__card-profile .container{grid-template-columns:1fr}.section__card-profile .content-body .ctas a span,.section__card-profile .content-header .subtitle{font-size:14px!important}}