.gb-box{padding:1.5rem;position:relative;overflow:hidden}@media screen and (min-width:60em){.gb-box{padding:3rem}}.gb-box .box-image{position:absolute;top:0;left:0;bottom:0;right:0;transition:transform .25s ease;transform:scale(1);mix-blend-mode:luminosity;opacity:.5}.gb-box .box-image img{width:100%;height:100%;object-fit:cover}.gb-box .box-grid-nooks{position:absolute;top:0;left:0;bottom:0;right:0;opacity:0;z-index:1;transition:top .25s ease,left .25s ease,bottom .25s ease,right .25s ease,opacity .25s ease}.gb-box .box-grid-nooks svg{fill:var(--recommended-color);fill-opacity:1}.gb-box .box-content{position:relative;z-index:2;padding-top:3rem;padding-top:calc(var(--grid-gutter-height)*2);padding-bottom:3rem;padding-bottom:calc(var(--grid-gutter-height)*2);min-height:100%;display:flex;flex-flow:row wrap;align-content:space-between}@media screen and (min-width:48em){.gb-box .box-content{padding-top:6rem;padding-top:calc(var(--grid-gutter-height)*4);padding-bottom:6rem;padding-bottom:calc(var(--grid-gutter-height)*4)}}.gb-box .box-content:before{background:var(--current-background-color);opacity:.8;content:"";display:block;position:absolute;top:0;bottom:0;left:0;right:0;z-index:0}.gb-box .box-headline{font-size:2.0625rem;font-size:var(--global-h3-font-size);text-align:center}.gb-box .box-headline,.gb-box .box-text{flex:0 0 100%;position:relative;z-index:1;color:#fff;color:var(--recommended-color);transition:color .25s ease,background .25s ease}.gb-box .box-text{padding:0}.gb-box .gb-button{position:relative;z-index:1;background-color:var(--recommended-color);color:var(--current-background-color);transition:color .25s ease,background .25s ease}.gb-box .box-button{flex:0 0 100%;text-align:center}.gb-box:hover .box-grid-nooks{top:.75rem;left:.75rem;bottom:.75rem;right:.75rem;opacity:1}@media screen and (min-width:60em){.gb-box:hover .box-grid-nooks{top:1.5rem;left:1.5rem;bottom:1.5rem;right:1.5rem}}.gb-box:hover .box-content:before{background:var(--recommended-color);opacity:1}.gb-box:hover .box-content .box-headline{color:var(--current-background-color)}.gb-box:hover .box-content .box-text{color:var(--absolute-contrast)}.gb-box:hover .box-content .gb-button{background:var(--current-background-color);color:var(--recommended-color)}.gb-box:hover .box-image{transform:scale(1.05)}.wp-block-acf-gb-boxes{display:flex;flex-flow:row wrap}.wp-block-acf-gb-boxes .gb-box{min-width:100%;max-width:100%;flex:1 0 33.33333%}@media screen and (min-width:48em){.wp-block-acf-gb-boxes .gb-box{min-width:24rem;min-width:calc(var(--bp-sm)/2)}}