/**handles:cta**/
.cta{border-top:1px solid #ebebeb;overflow:hidden}.cta__svg--left{left:0;top:var(--offset-block);stroke:#ebe3e3}@media only screen and (max-width:1024px){.cta__svg--left{display:none}}.cta__svg--right{bottom:-moz-calc(var(--offset-block)*-1);bottom:calc(var(--offset-block)*-1);right:0;stroke:#fff}.cta__inner{display:-moz-box;display:flex;position:relative;z-index:15;-moz-box-pack:justify;gap:var(--offset-columns);justify-content:space-between;-moz-box-align:center;align-items:center}@media only screen and (max-width:992px){.cta__inner{-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}}.cta__image{-moz-box-flex:1;flex:1 1 40%}@media only screen and (max-width:992px){.cta__image{flex-basis:100%}}.cta__image__img{display:block;height:auto;max-width:50vw;width:100%}.cta__content{-moz-box-flex:1;flex:1 1 60%}@media only screen and (max-width:992px){.cta__content{flex-basis:100%;width:100%}}.cta__content__buttons{display:-moz-box;display:flex;gap:.5em 1em;-moz-box-pack:start;justify-content:flex-start;-moz-box-align:center;align-items:center;flex-wrap:wrap;margin-top:calc(var(--offset-block)*1.5)}