.image-text-grid__inner{box-sizing:border-box;padding:5rem 0;position:relative}@media(max-width:992px){.image-text-grid__inner{padding:3rem 0}}.image-text-grid__items{display:flex;flex-direction:column;gap:5rem 0}@media(max-width:992px){.image-text-grid__items{gap:3rem 0}}.image-text-grid__heading{margin-bottom:5rem;max-width:50%}@media(max-width:992px){.image-text-grid__heading{margin-bottom:3rem;max-width:100%}}.image-text-grid__item{align-items:center;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}@media only screen and (max-width:1200px)and (min-width:992px){.image-text-grid__item{grid-template-columns:repeat(2,1fr)}}@media(max-width:992px){.image-text-grid__item{align-items:unset;display:flex;flex-direction:column;gap:20px 0}.image-text-grid__item-details{margin:0 auto;max-width:calc(100% - 40px);order:2}}.image-text-grid__item-title{font-weight:700}.image-text-grid__item-image{box-sizing:border-box;clip-path:inset(0 round 50px);height:100%;order:1;overflow:hidden;padding-top:62.5%;position:relative}.image-text-grid__item-image img,.image-text-grid__item-image picture{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.image-text-grid__item-subtitle{font-size:clamp(18px,2vw,21px);font-weight:500;line-height:1.5;margin-top:13px}.image-text-grid__item-text{font-size:16px;margin-top:1.5rem}@media(max-width:992px){.image-text-grid__item-text{margin-top:10px}}.image-text-grid__item-text>:first-child{margin-top:0}.image-text-grid__item-text>:last-child{margin-bottom:0}.image-text-grid__item:nth-child(odd) .image-text-grid__item-image{grid-column:2;grid-row:1}.image-text-grid__item:nth-child(odd) .image-text-grid__item-details{grid-column:1;grid-row:1}.image-text-grid__item:nth-child(2n) .image-text-grid__item-image{grid-column:3;grid-row:1}@media only screen and (max-width:1200px)and (min-width:992px){.image-text-grid__item:nth-child(2n) .image-text-grid__item-image{grid-column:1}}.image-text-grid__item:nth-child(2n) .image-text-grid__item-details{grid-column:2;grid-row:1}.image-text-grid__cta{margin-top:5rem;text-align:center}@media(max-width:992px){.image-text-grid__cta{margin-top:3rem}}.image-text-grid__swirl{height:85%;position:absolute;right:0;top:-5rem;width:46%;z-index:-1}@media only screen and (max-width:1200px){.image-text-grid__swirl{display:none}}.image-text-grid__swirl img,.image-text-grid__swirl picture{clip-path:inset(0 0 100% 0);height:100%;transition:clip-path 3s ease-in-out;width:100%}.image-text-grid__swirl img.animated,.image-text-grid__swirl picture.animated{clip-path:inset(0 0 0 0)}