﻿.expanding-card{padding:32px 0}
.expanding-card.grey{background-color:var(--color_light-grey)}
.expanding-card .wrapper-sm h2{font-weight:600;font-size:24px;text-align:center;color:var(--color_bg-purple);max-width:878px;margin:0 auto 56px}
.expanding-card .wrapper-sm .cards{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
@media(max-width:576px){.expanding-card .wrapper-sm .cards{grid-template-columns:1fr}
}.expanding-card .wrapper-sm .cards .card figure{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}
.expanding-card .wrapper-sm .cards .card figure picture{width:100%;min-height:200px;max-height:200px}
.expanding-card .wrapper-sm .cards .card figure picture img{-o-object-fit:cover;object-fit:cover;width:100%;min-height:200px;max-height:200px}
.expanding-card .wrapper-sm .cards .card .title-expand{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:12px 0}
.expanding-card .wrapper-sm .cards .card .title-expand h3{font-size:18px;font-weight:400;color:var(--color_bg-purple);line-height:normal}
.expanding-card .wrapper-sm .cards .card .title-expand figure{background-color:var(--color_bg-purple);width:25px;height:25px;border-radius:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer}
.expanding-card .wrapper-sm .cards .card .title-expand figure img{width:15px;height:15px}
.expanding-card .wrapper-sm .cards .card .expanded{color:var(--color_body-text)}
.expanding-card .wrapper-sm .cards .card .expanded ul{padding:0}
.expanding-card .wrapper-sm .cards .card .expanded p a{text-decoration:underline;font-weight:600;color:var(--color_bg-purple)}
.expanding-card .wrapper-sm .cards .card.disable figure picture{width:100%;min-height:300px;max-height:300px}
.expanding-card .wrapper-sm .cards .card.disable figure picture img{-o-object-fit:cover;object-fit:cover;width:100%;min-height:300px;max-height:300px}
.expanding-card .wrapper-sm .cards .card.disable h3{font-size:24px;margin:16px 0;font-weight:300}
.expanding-card .wrapper-sm .cards .card.disable .plus-expand{display:none}
.expanding-card .wrapper-sm .cards .card.disable .expanded{display:block !important}