.content-banner{background-color:var(--content-banner-background-color,#191919);color:var(--content-banner-foreground-color,#fff);display:grid;grid-template:"contentbanner";margin-bottom:80px;margin-top:80px;position:relative}@media only screen and (min-width:768px){.content-banner{margin-top:120px}}@media only screen and (min-width:1280px){.content-banner{margin-top:120px}}@media only screen and (min-width:768px){.content-banner{margin-bottom:120px}}@media only screen and (min-width:1280px){.content-banner{margin-bottom:120px}}.content-banner--theme-random{--content-banner-background-color:var(--random-highlight-theme-background);--content-banner-foreground-color:var(--random-highlight-theme-foreground)}.content-banner--theme-black{--content-banner-background-color:#191919;--content-banner-foreground-color:#fff}.content-banner--theme-petrol{--content-banner-background-color:#00677d;--content-banner-foreground-color:#fff}.content-banner--theme-wild-sand{--content-banner-background-color:#f1f1f1;--content-banner-foreground-color:#191919}.content-banner--theme-white{--content-banner-background-color:#fff;--content-banner-foreground-color:#191919}.content-banner__background-image{display:grid;grid-area:contentbanner;height:100%;overflow:hidden;position:absolute;width:100%;z-index:0}.content-banner__background-image span{height:100%;position:absolute;top:50%;transform:translateY(-50%);width:100%}.content-banner__background-image:before{background-color:#191919;content:"";display:block;height:100%;left:0;opacity:var(--content-banner-image-overlay-opacity,0);pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.content-banner__background-image--transparency-25{--content-banner-image-overlay-opacity:0.25}.content-banner__background-image--transparency-50{--content-banner-image-overlay-opacity:0.5}.content-banner__background-image--transparency-75{--content-banner-image-overlay-opacity:0.75}.content-banner__inner{display:flex;flex-direction:row;flex-wrap:wrap;grid-area:contentbanner;margin-left:auto;margin-right:auto;padding-bottom:40px;padding-top:40px;position:relative}@media only screen and (min-width:320px){.content-banner__inner{width:89.6vw}}@media only screen and (min-width:768px){.content-banner__inner{width:93.75vw}}@media only screen and (min-width:1280px){.content-banner__inner{width:93.75vw}}@media only screen and (min-width:1920px){.content-banner__inner{width:1800px}}@media print{.content-banner__inner{width:93.75vw}}@media only screen and (min-width:768px){.content-banner__inner{padding-top:64px}}@media only screen and (min-width:1280px){.content-banner__inner{padding-top:80px}}@media only screen and (min-width:768px){.content-banner__inner{padding-bottom:64px}}@media only screen and (min-width:1280px){.content-banner__inner{padding-bottom:80px}}.content-banner__columns{display:flex;flex-basis:89.6vw;flex-direction:column;max-width:89.6vw;padding-left:1.6vw;padding-right:1.6vw;row-gap:32px;width:89.6vw}@media only screen and (min-width:768px){.content-banner__columns{-moz-column-gap:39px;column-gap:39px;display:grid;flex-basis:93.75vw;grid-template-columns:repeat(3,1fr);max-width:93.75vw;padding-left:1.04167vw;padding-right:1.04167vw;width:93.75vw}}@media only screen and (min-width:1280px){.content-banner__columns{flex-basis:85.9375vw;margin-left:3.90625vw;margin-right:3.90625vw;max-width:85.9375vw;padding-left:.54688vw;padding-right:.54688vw;width:85.9375vw}}@media only screen and (min-width:1920px){.content-banner__columns{flex-basis:1650px;margin-left:75px;margin-right:75px;max-width:1650px;padding-left:10.5px;padding-right:10.5px;width:1650px}}@media only screen and (min-width:768px){.content-banner__columns--float-float-float .content-banner__column{grid-column:1/-1}.content-banner__columns--float-float-float .content-banner__column-inner{-moz-column-count:3;column-count:3;-moz-column-gap:39px;column-gap:39px}.content-banner__columns--float-fixed .content-banner__column--1{grid-column:1/3}.content-banner__columns--float-fixed .content-banner__column--1 .content-banner__column-inner{-moz-column-count:2;column-count:2;-moz-column-gap:39px;column-gap:39px}.content-banner__columns--float-fixed .content-banner__column--2{grid-column:3/4}.content-banner__columns--fixed-float .content-banner__column--1{grid-column:1/2}.content-banner__columns--fixed-float .content-banner__column--2{grid-column:2/4}.content-banner__columns--fixed-float .content-banner__column--2 .content-banner__column-inner{-moz-column-count:2;column-count:2}.content-banner__columns--double-fixed .content-banner__column--1{grid-column:1/3}.content-banner__columns--double-fixed .content-banner__column--2{grid-column:3/4}.content-banner__columns--fixed-double .content-banner__column--1{grid-column:1/2}.content-banner__columns--fixed-double .content-banner__column--2{grid-column:2/4}}.content-banner__image{border-radius:4px;overflow:hidden;width:100%}.content-banner__image img{height:auto;width:100%}