.gradient-hero{max-width:var(--max-content-width);width:100%;margin-inline:auto;position:relative}.gradient-hero__texts{margin:.75em}@media screen and (width>=900px){.gradient-hero__texts{background:-webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-background)), color-stop(80%, #fff0));background:linear-gradient(90deg, var(--primary-background) 50%, #fff0 80%);color:var(--primary-text);margin:0;padding:2.5rem 0}.gradient-hero__texts--inverse{background:-webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-background)), color-stop(80%, #0000));background:linear-gradient(90deg, var(--secondary-background) 50%, #0000 80%);color:var(--secondary-text);padding:2.5rem 0 2.5rem 2.5rem}}.gradient-hero__title{font:var(--h1);max-width:640px;margin:0}.gradient-hero__text{max-width:640px;font:var(--h4);font-weight:var(--font-regular);margin-bottom:0}@media screen and (width>=900px){.gradient-hero__image{z-index:-1;object-fit:cover;width:70%;max-height:100%;position:absolute;top:0;bottom:0;right:0}}.gradient-hero__image img{width:100%;height:auto}.gradient-hero__editing{background:#fff;height:100px;padding:5px;display:block;position:absolute;top:10px;right:10px}.gradient-hero__editing__col{height:100%;display:inline-block;position:relative}.gradient-hero__editing__col__text{font-size:25px;font-weight:var(--font-bold);-webkit-text-stroke:1px black;-webkit-text-fill-color:white;position:absolute;top:5px;left:5px}.gradient-hero__editing__col__image,.gradient-hero__editing__col img{width:auto!important;height:100%!important}.gradient-hero__editing__col+.gradient-hero__editing__col{margin-left:5px}
