.checkmarkSection{padding:2rem 0}.checkmarkSection .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:7%;padding-right:7%}.checkmarkSection .container h3{font-size:1.4rem;text-align:center}.checkmarkSection .container .checkboxes{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.checkmarkSection .container .checkboxes .checkbox{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:20px;width:50%;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.checkmarkSection .container .checkboxes .checkbox img{width:20px}.checkmarkSection .container .checkboxes .checkbox p{margin:0;padding-left:20px;padding-right:20px}.checkmarkSection .container .checkboxes .checkbox.delta{color:var(--yellow);display:list-item;list-style:disc;padding-right:30px}.checkmarkSection .container .checkboxes .checkbox.delta svg{display:none;height:50px;left:-25px;opacity:.5;position:absolute;width:50px;z-index:-1}.checkmarkSection .container .checkboxes .checkbox.delta svg path{fill:var(--yellow)}.checkmarkSection .container .checkboxes .checkbox.delta p{padding:0}.checkmarkSection .container a.btn{margin-top:50px}.checkmarkSection.dark .container h3,.checkmarkSection.dark .container i,.checkmarkSection.dark .container p{color:#000}@media(max-width:700px){.checkmarkSection .container .checkboxes{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.checkmarkSection .container .checkboxes .checkbox{width:80%}}