@import url(https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;700;900&display=swap);.variable-block{min-height:168px;display:block;padding:24px;position:relative;margin-top:1rem;transition:.2s cubic-bezier(.175,.885,.32,1.275);width:100%}.variable-block:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;object-fit:cover;background:linear-gradient(180deg,rgba(0,21,43,.9),rgba(0,21,43,.2))}.variable-block__bg{background-size:cover;background-position:50%;position:absolute;left:0;top:0;bottom:0;right:0}.variable-block__bg--background{background:#003b79}.variable-block__title{font-family:Work Sans,sans-serif;color:#fff;font-size:1.5rem;z-index:2;text-transform:none}.variable-block__content{z-index:2;position:relative}.variable-block__arrow{position:absolute;right:0;bottom:0;border-top-left-radius:16px 16px;background:#b3071b;width:2.75rem;height:2.75rem;z-index:2}.variable-block__arrow svg{width:.75rem;height:.75rem;position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%)}.variable-block:focus,.variable-block:hover{transform:scale(1.03)}