.text-blocks__text-column{grid-gap:1.5rem;display:grid;grid-template-columns:1fr;margin-bottom:3rem;margin-top:1.5rem}.text-blocks__text-column .p:not(:nth-last-child(2)){margin-bottom:0}@media(min-width:768px){.text-blocks__text-column{grid-gap:4rem;grid-template-columns:auto auto;margin-bottom:2.5rem}}.text-blocks__table table{border-collapse:collapse;width:100%}.text-blocks__table table.p{font-weight:400}.text-blocks__table table td,.text-blocks__table table th{border:1px solid var(--color-border);padding:6px 12px}.text-blocks .table-rows__toggle{cursor:pointer;display:block;font-size:16px;font-weight:400;line-height:24px;margin-top:16px;text-decoration:underline;text-decoration-color:rgba(0,0,0,.2);width:-moz-fit-content;width:fit-content}.text-blocks .table-rows__toggle:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='7' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.5.5 6 6 .5 11.5' stroke='%23000' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:7px 12px;content:"";display:inline-block;height:12px;margin-left:11px;transform:rotate(90deg);vertical-align:middle;width:7px}.text-blocks .table-rows__toggle.rows-visible:after{transform:rotate(270deg)}.text-blocks .table-rows__toggle:hover{text-decoration-color:var(--color-primary)}.text-blocks .table-rows__toggle:hover:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='7' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.5.5 6 6 .5 11.5' stroke='%23d2232a' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.text-blocks__narrow{margin:auto;max-width:calc(var(--page-width)*.75)}.text-blocks__full-width{margin:auto;padding:0 2rem}