/**handles:acf-cta-style**/
.c-cta{--block-min-height:25rem;--block-hd-txt-color:var(--wp--preset--color--white);--block-txt-color:var(--wp--preset--color--white);--block-subtitle-size:var(--wp--custom--typography--text--sm);--block-title-size:var(--wp--custom--typography--text--3-xl);--block-border-radius:1rem;--block-outer-padding:3rem;--block-txt-size:var(--wp--custom--typography--text--base);--block-inset-offset:1.5rem;--block-inset-margin:calc(var(--block-inset-offset) * -1);--block-inset-width:calc(100% + (var(--block-inset-offset) * 2));color:var(--wp--preset--color--white);color:var(--block-txt-color)}.is-inset .c-cta{--block-border-radius:0}@media(min-width:40em){.c-cta{--block-min-height:31.25rem;--block-inset-offset:2.5rem}}@media(min-width:64em){.c-cta{--block-title-size:var(--wp--custom--typography--text--6-xl);--block-txt-size:var(--wp--custom--typography--text--lg)}}@media(min-width:90em){.c-cta{--block-inset-width:100%;--block-inset-margin:0}.is-inset .c-cta{--block-border-radius:1rem}}.c-cta__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;min-height:var(--block-min-height);padding:var(--block-outer-padding) 0;gap:3rem}.c-cta__content{display:-webkit-box;display:-ms-flexbox;display:flex;z-index:2;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;max-width:var(--wp--style--global--content-size);height:100%;margin:0 auto;gap:1.5rem;padding-right:1.5rem;padding-left:1.5rem;text-align:center}.c-cta__subtitle{font-size:var(--block-subtitle-size);font-weight:var(--wp--custom--typography--weight--normal);line-height:var(--wp--custom--typography--leading--tight);text-transform:uppercase}.c-cta__title{margin:0;color:var(--block-hd-txt-color);font-size:var(--block-title-size);font-weight:var(--wp--custom--typography--weight--normal);letter-spacing:var(--wp--custom--typography--tracking--tight);line-height:var(--wp--custom--typography--leading--tight)}.c-cta__title+.c-button{margin-top:1rem}.c-cta__description{font-size:var(--block-txt-size);line-height:var(--wp--custom--typography--leading--normal)}.c-cta__image{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;overflow:hidden;border-radius:var(--block-border-radius);aspect-ratio:2/1}.c-cta__image img{position:relative;z-index:2;-o-object-fit:cover;object-fit:cover;width:100%;height:100%;border-radius:var(--block-border-radius)}.c-cta__image::after{content:"";position:absolute;z-index:3;top:0;left:0;width:100%;height:100%;background:-webkit-gradient(linear,left top,left bottom,from(rgba(35,45,99,0)),to(rgba(20,25,52,.7))),-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.4)),to(rgba(0,0,0,.4)));background:linear-gradient(180deg,rgba(35,45,99,0) 0,rgba(20,25,52,.7) 100%),linear-gradient(0deg,rgba(0,0,0,.4) 0,rgba(0,0,0,.4) 100%)}.is-inset .c-cta__image{width:var(--block-inset-width);margin-right:var(--block-inset-margin);margin-left:var(--block-inset-margin)}