.cc-hero{--block-padding-top:20rem;position:relative;border-radius:var(--layout-border-radius-element-medium);overflow:hidden;padding:var(--block-padding-top) 2rem 5rem 0}.cc-hero .cc-block__title{color:var(--color-secondary-blue-dark)}.cc-hero__content{position:relative;background:var(--color-secondary-white);border-radius:var(--layout-border-radius-element-medium);border-top-left-radius:0;border-bottom-left-radius:0;padding:var(--layout-dynamic-space-y-element) var(--layout-dynamic-space-x-element)}.cc-hero__content:after,.cc-hero__content:before{content:"";width:4rem;height:4rem;position:absolute;left:0;background-repeat:no-repeat;background-size:contain}.cc-hero__content:before{background-image:url(../imgs/corner-curve-top.svg);bottom:100%}.cc-hero__content:after{background-image:url(../imgs/corner-curve-bottom.svg);top:100%}.cc-hero__video-toggler{--toggler-width:16rem;--toggler-height:10rem;--container-height:var(--block-padding-top);--container-width:100%;position:absolute;width:var(--toggler-width);height:var(--toggler-height);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;top:calc(var(--container-height)/2 - var(--toggler-height)/2);right:calc(var(--container-width)/2 - var(--toggler-width)/2);font-size:3rem}@media (min-width:1440px){.cc-hero{padding:10rem 0}.cc-hero__content{max-width:33%}.cc-hero__video-toggler{--container-height:100%;--container-width:66%}}