.CheckListComponent{background-color:#fff;display:flex;justify-content:center;position:relative}.CheckListComponent.background-green-800{background-color:#1d4444}.CheckListComponent.background-nude-200{background-color:#fff2ee}.CheckListComponent.background-grey-000,.CheckListComponent.background-white{background-color:#fff}.CheckListComponent .wrapper{color:#1d4444;display:grid;gap:0 .5rem;grid-template-columns:repeat(4,1fr);padding:3rem 2rem;position:relative;width:100%}.CheckListComponent .content,.CheckListComponent .header{grid-column:1/-1}.CheckListComponent .header{align-items:center;display:flex;flex-direction:column;flex-direction:row;justify-content:center;justify-content:flex-start;margin-bottom:2.5rem}.CheckListComponent .header__icon{height:2.5rem;width:2.5rem}.CheckListComponent .header__icon-asset{height:auto;max-width:100%;width:100%}.CheckListComponent .header__title{margin-left:1rem}.CheckListComponent .header__title *{font-family:Wonder,Georgia,Times New Roman,Times,serif;font-size:1.5rem;font-weight:500;line-height:2rem;margin:0}@media (min-width:36rem){.CheckListComponent .header__title *{font-size:1.75rem;line-height:2.5rem}}.CheckListComponent .content,.CheckListComponent .list,.CheckListComponent .list-item{align-items:center;align-items:flex-start;display:flex;flex-direction:column;justify-content:center;justify-content:flex-start}.CheckListComponent .list{gap:1.5rem 0}.CheckListComponent .list:not(:last-child){margin-bottom:1.5rem}.CheckListComponent .list-item{flex-direction:row;gap:0 1rem}.CheckListComponent .list-item__icon{height:1.5rem;width:1.5rem}.CheckListComponent .list-item__icon-asset{height:auto;max-width:100%;width:100%}.CheckListComponent .list-item__title{margin:0}.CheckListComponent .list-item__title *{font-family:Rubik,Arial,Helvetica,sans-serif;font-size:1rem;font-weight:600;line-height:1.5rem;margin:0}@media (min-width:36rem){.CheckListComponent .list-item__title *{font-size:1.125rem;line-height:2rem}}.CheckListComponent .list-item__paragraph{margin:0}.CheckListComponent .list-item__paragraph *{color:#476f6f;font-family:Rubik,Arial,Helvetica,sans-serif;font-size:1rem;font-weight:400;line-height:1.5rem;margin:0}@media (min-width:36rem){.CheckListComponent .list-item__paragraph *{font-size:1.125rem;line-height:2rem}.CheckListComponent .wrapper{display:grid;gap:0 1rem;grid-template-columns:repeat(8,1fr);padding:3.5rem 2.5rem}}@media (min-width:67.5rem){.CheckListComponent .wrapper{display:grid;gap:0 2rem;grid-template-columns:repeat(12,1fr);max-width:1440px;padding:5rem 7rem}.CheckListComponent .header{margin-bottom:3rem}.CheckListComponent .content{flex-direction:row;gap:0 2.5rem}.CheckListComponent .list{flex:0 0 50%;gap:1.5rem 1rem}.CheckListComponent .list:not(:last-child){margin-bottom:0}}