.box-fullwidth{position:relative;display:var(--box_bckg_display);border-radius:var(--box_bckg_border_radius);border:var(--box_bckg_border);-webkit-box-shadow:var(--box_bckg_shadow);box-shadow:var(--box_bckg_shadow);min-height:var(--box_bckg_min_height);-ms-flex-line-pack:var(--box_bckg_content_mobile_position);align-content:var(--box_bckg_content_mobile_position);padding:0!important;max-width:var(--box_custom_width);width:100%}@media only screen and (min-width:600px){.box-fullwidth{-ms-flex-line-pack:var(--box_bckg_content_desktop_position);align-content:var(--box_bckg_content_desktop_position)}}.box-fullwidth.wrap-padding:not(.full_width){content:"test";width:calc(100% - (var(--wrap-padding) * 2))}.box-fullwidth:hover .background{background:var(--box_bckg_color_hover)}.box-fullwidth.sticky{position:sticky;z-index:100}.box-fullwidth.align-center{margin-left:auto;margin-right:auto}.box-fullwidth.align-right{margin-left:auto}.stretch .box-fullwidth,.tm_link .box-fullwidth{height:100%}.stretch .box-fullwidth.preserve-height,.tm_link .box-fullwidth.preserve-height{height:auto!important;-webkit-box-flex:0!important;-ms-flex:0!important;flex:0!important}.stretch.flex .box-fullwidth{height:auto;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.stretch.flex .box-fullwidth .content{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;height:100%}.box-fullwidth .background{border-radius:var(--box_bckg_border_radius);height:100%;width:100%;position:absolute;top:0;left:0;z-index:1;-webkit-transition:all .2s;transition:all .2s;background:var(--box_bckg_color)}.box-fullwidth .background .overlay{position:absolute;inset:0;z-index:2;background:var(--box_bckg_bckg_overlay);border-radius:var(--box_bckg_border_radius)}.box-fullwidth .background img{display:block;-o-object-fit:cover;object-fit:cover;position:relative;z-index:1;height:100%;width:100%;-o-object-position:var(--box_bckg_object_position);object-position:var(--box_bckg_object_position);border-radius:var(--box_bckg_border_radius)}.box-fullwidth .background video{position:relative;z-index:1;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:var(--box_bckg_object_position);object-position:var(--box_bckg_object_position);border-radius:var(--box_bckg_border_radius)}.box-fullwidth .content{display:-ms-grid;display:grid;-ms-grid-columns:100%;grid-template-columns:100%;position:relative;padding:var(--box_bckg_padding_mobile);border-radius:var(--box_bckg_border_radius);overflow:var(--box_overflow_content);-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:2}@media only screen and (min-width:600px){.box-fullwidth .content{padding:var(--box_bckg_padding)}}.box-fullwidth .content.padding-custom .wrap{padding:0!important}.box-fullwidth .content>:first-child{margin-top:0;padding-top:0}.box-fullwidth .content>:first-child .box-text-title,.box-fullwidth .content>:first-child h1,.box-fullwidth .content>:first-child h2{margin-top:0}.box-fullwidth .content>:last-child{margin-bottom:0}.box-fullwidth .box_link{display:block;position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;cursor:pointer}.theme-visualy-impaired .box-fullwidth{-webkit-box-shadow:none;box-shadow:none}.theme-visualy-impaired .box-fullwidth .background{background:var(--background-color)}.theme-visualy-impaired .box-fullwidth .background .overlay{background:rgba(0,0,0,0.5)}