.text-columns.theme-white{--section-bg:#fff;--section-text:var(--color-steel-blue)}.text-columns.theme-warm-white{--section-bg:var(--color-warm-white);--section-text:var(--color-steel-blue)}.text-columns.theme-light-grey{--section-bg:var(--color-light-grey);--section-text:var(--color-steel-blue)}.text-columns.theme-steel-blue{--section-bg:var(--color-steel-blue);--section-text:#fff}.text-columns.theme-cobalt-blue{--section-bg:var(--color-cobalt-blue);--section-text:#fff}.text-columns.theme-coral-red{--section-bg:var(--color-coral-red);--section-text:#fff}.text-columns{background:var(--section-bg,var(--color-white))}.text-columns__container{display:flex;flex-direction:column;gap:48px;margin:0 auto;max-width:1408px;padding:0 64px}.text-columns__header{display:flex;flex-direction:column;gap:24px}.text-columns__heading{margin:0}.text-columns__copy,.text-columns__heading{color:var(--section-text,var(--color-steel-blue))}.text-columns__copy{font-family:Onest,sans-serif;font-size:20px;font-weight:400;line-height:1.6;max-width:720px}.text-columns__copy p{margin:0 0 .75em}.text-columns__copy p:last-child{margin-bottom:0}.text-columns__grid{align-items:start;display:grid;gap:48px}.text-columns__grid--cols-2{grid-template-columns:repeat(2,1fr)}.text-columns__grid--cols-3{grid-template-columns:repeat(3,1fr)}.text-columns__grid--cols-4{grid-template-columns:repeat(4,1fr)}.text-columns__item{display:flex;flex-direction:column;gap:32px}.text-columns__item-heading{color:var(--section-text,var(--color-steel-blue));font-family:Barlow Condensed,sans-serif;font-size:32px;font-weight:600;letter-spacing:.01em;line-height:1.2}.text-columns__item-heading h1,.text-columns__item-heading h2,.text-columns__item-heading h3,.text-columns__item-heading h4,.text-columns__item-heading h5,.text-columns__item-heading h6,.text-columns__item-heading p{color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0}.text-columns__item-heading b,.text-columns__item-heading strong{color:var(--color-coral-red);font-weight:600}.text-columns__item-copy{color:var(--section-text,var(--color-steel-blue));font-family:Onest,sans-serif;font-size:18px;font-weight:400;line-height:1.6;opacity:.85}.text-columns__item-copy p{margin:0 0 .75em}.text-columns__item-copy p:last-child{margin-bottom:10px}.text-columns__item-cta{align-items:center;color:var(--section-text,var(--color-steel-blue));display:inline-flex;font-family:Onest,sans-serif;font-size:18px;font-weight:500;gap:6px;line-height:1.6;text-decoration:none;transition:gap .2s ease,color .2s ease}.text-columns__item-cta:hover{color:var(--color-coral-red);gap:10px}.text-columns__item-cta svg{flex-shrink:0;transition:inherit}.text-columns.theme-cobalt-blue .text-columns__item-heading b,.text-columns.theme-cobalt-blue .text-columns__item-heading strong,.text-columns.theme-steel-blue .text-columns__item-heading b,.text-columns.theme-steel-blue .text-columns__item-heading strong{color:var(--color-coral-red)}@media (max-width:1199px){.text-columns__container{padding:0 40px}.text-columns__grid--cols-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.text-columns__container{gap:32px;padding:0 24px}.text-columns__grid{gap:32px}.text-columns__grid--cols-2,.text-columns__grid--cols-3,.text-columns__grid--cols-4{grid-template-columns:1fr}.text-columns__copy{font-size:18px}.text-columns__item-heading{font-size:28px}.text-columns__item{gap:20px}}