.grid-block__wrapper{color:var(--white);overflow:hidden;position:relative}.grid-block__row{display:grid;gap:2rem;grid-template-columns:1fr;position:relative;z-index:1}@media screen and (min-width:1024px){.grid-block__row{gap:3rem;grid-template-columns:1fr 1fr}}.grid-block__row-col{display:flex;flex-direction:column;gap:1.75rem}@media screen and (min-width:1024px){.grid-block__row-col{gap:2.125rem}}.grid-block__bg{bottom:-10%;pointer-events:none;position:absolute;right:-140%;z-index:0}@media screen and (min-width:430px){.grid-block__bg{right:-85%}}@media screen and (min-width:550px){.grid-block__bg{bottom:-15%;right:-110%}}@media screen and (min-width:728px){.grid-block__bg{bottom:-5%;right:-55%}}@media screen and (min-width:1024px){.grid-block__bg{bottom:-2%;right:-20%}}.grid-block__back{background:var(--Black,#1f1f1f);border-radius:20px;padding:32px}.grid-block__col{display:flex;flex-direction:column}.grid-block__col-right{align-items:center;justify-content:space-between}@media screen and (min-width:1024px){.grid-block__col-right{align-items:flex-end}}.grid-block__title{color:var(--white);margin-bottom:2rem}.grid-block__col-title{color:var(--white);margin-bottom:1.5rem}@media screen and (min-width:1024px){.grid-block__col-title{margin-bottom:2.5rem}}.grid-block__item{display:flex;gap:1rem;margin-bottom:1.5rem}@media screen and (min-width:1024px){.grid-block__item{gap:1.5rem;margin-bottom:2rem}}@media screen and (min-width:1440px){.grid-block__item{margin-bottom:2.625rem}}.grid-block__item:last-child{margin-bottom:0}.grid-block__item-body{display:flex;flex-direction:column;gap:.625rem}.grid-block__item-title{font-size:1.125rem;font-weight:500}@media screen and (min-width:1024px){.grid-block__item-title{font-size:1.375rem}}.grid-block__item-text{color:var(--text-grey);font-size:.875rem;font-weight:300;line-height:1.5}.grid-block__check{background-color:var(--purple);background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOSIgaGVpZ2h0PSIxNyIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE3LjQwMS4wMzZDMTMuOTA1IDEuMTE3IDkuNzQgNi42MTYgNS43NDcgMTIuMjY1IDQuMDUyIDkuNDA5IDIuMjU3IDguNDU2LjQgOS40MzNhLjc1MS43NTEgMCAwIDAtLjM5OS42MS43NjMuNzYzIDAgMCAwIC4zMTIuNjcyYzEuMzQ2Ljk4MyAyLjc0MiAyLjcyNSA0LjQwMiA1LjQ4My4yOTcuNS44MzYuODA2IDEuNDE2LjgwMmguMDI3YTEuNjYgMS42NiAwIDAgMCAxLjQzNy0uODU1IDkxLjU3NiA5MS41NzYgMCAwIDEgNS4zMTYtOC41MDEgNTAuMjI4IDUwLjIyOCAwIDAgMSA1LjI2LTYuMzEuNzcyLjc3MiAwIDAgMCAuMTE0LS45NTkuNzU3Ljc1NyAwIDAgMC0uODg1LS4zMzlaIi8+PC9zdmc+);background-position:50%;background-repeat:no-repeat;background-size:10px;border-radius:5px;flex-shrink:0;height:1.5rem;width:1.5rem}@media screen and (min-width:1024px){.grid-block__check{height:30px;width:30px}}.grid-block__note{color:var(--text-grey);font-weight:300;line-height:1.5}.grid-block__actions{display:flex;flex-direction:row;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:2rem}