section.cta{position:relative;padding:calc(40 / var(--size) * 100vw) 0;-webkit-transition:background 0.25s ease;transition:background 0.25s ease}@media (min-width:1025px){section.cta:hover{background:#F1F1F1}section.cta:hover.b--off{background:var(--beige)}section.cta:hover.b--light{background:rgba(42,181,234,0.3)}}@media (max-width:767px){section.cta{padding:calc(30 / var(--size) * 100vw) 0 calc(28 / var(--size) * 100vw);margin-top:0}}section.cta a{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}section.cta .title{font-size:calc(46 / var(--size) * 100vw);letter-spacing:-0.03em;font-weight:400;text-transform:uppercase;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:left}section.cta .title svg{width:calc(72 / var(--size) * 100vw);height:auto;height:initial;margin-left:calc(25 / var(--size) * 100vw)}@media (max-width:767px){section.cta .title{font-size:calc(29 / var(--size) * 100vw);line-height:103%;letter-spacing:-0.03em;text-transform:uppercase;font-weight:500;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}