.fl-builder-content *,
.fl-builder-content *:before,
.fl-builder-content *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.fl-row:before,
.fl-row:after,
.fl-row-content:before,
.fl-row-content:after,
.fl-col-group:before,
.fl-col-group:after,
.fl-col:before,
.fl-col:after,
.fl-module:not([data-accepts]):before,
.fl-module:not([data-accepts]):after,
.fl-module-content:before,
.fl-module-content:after {
display: table;
content: " ";
}
.fl-row:after,
.fl-row-content:after,
.fl-col-group:after,
.fl-col:after,
.fl-module:not([data-accepts]):after,
.fl-module-content:after {
clear: both;
}
.fl-clear {
clear: both;
} .fl-row,
.fl-row-content {
margin-left: auto;
margin-right: auto;
min-width: 0;
}
.fl-row-content-wrap {
position: relative;
} .fl-builder-mobile .fl-row-bg-photo .fl-row-content-wrap {
background-attachment: scroll;
} .fl-row-bg-video,
.fl-row-bg-video .fl-row-content,
.fl-row-bg-embed,
.fl-row-bg-embed .fl-row-content {
position: relative;
}
.fl-row-bg-video .fl-bg-video,
.fl-row-bg-embed .fl-bg-embed-code {
bottom: 0;
left: 0;
overflow: hidden;
position: absolute;
right: 0;
top: 0;
}
.fl-row-bg-video .fl-bg-video video,
.fl-row-bg-embed .fl-bg-embed-code video {
bottom: 0;
left: 0px;
max-width: none;
position: absolute;
right: 0;
top: 0px;
}
.fl-row-bg-video .fl-bg-video video {
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
}
.fl-row-bg-video .fl-bg-video iframe,
.fl-row-bg-embed .fl-bg-embed-code iframe {
pointer-events: none;
width: 100vw;
height: 56.25vw; max-width: none;
min-height: 100vh;
min-width: 177.77vh; position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
}
.fl-bg-video-fallback {
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
bottom: 0px;
left: 0px;
position: absolute;
right: 0px;
top: 0px;
} .fl-row-bg-slideshow,
.fl-row-bg-slideshow .fl-row-content {
position: relative;
}
.fl-row .fl-bg-slideshow {
bottom: 0;
left: 0;
overflow: hidden;
position: absolute;
right: 0;
top: 0;
z-index: 0;
}
.fl-builder-edit .fl-row .fl-bg-slideshow * {
bottom: 0;
height: auto !important;
left: 0;
position: absolute !important;
right: 0;
top: 0;
} .fl-row-bg-overlay .fl-row-content-wrap:after {
border-radius: inherit;
content: '';
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 0;
}
.fl-row-bg-overlay .fl-row-content {
position: relative;
z-index: 1;
} .fl-row-default-height .fl-row-content-wrap,
.fl-row-custom-height .fl-row-content-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
min-height: 100vh;
}
.fl-row-overlap-top .fl-row-content-wrap {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -moz-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
width: 100%;
}
.fl-row-default-height .fl-row-content-wrap,
.fl-row-custom-height .fl-row-content-wrap {
min-height: 0;
}
.fl-row-default-height .fl-row-content,
.fl-row-full-height .fl-row-content,
.fl-row-custom-height .fl-row-content {
-webkit-box-flex: 1 1 auto;
-moz-box-flex: 1 1 auto;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.fl-row-default-height .fl-row-full-width.fl-row-content,
.fl-row-full-height .fl-row-full-width.fl-row-content,
.fl-row-custom-height .fl-row-full-width.fl-row-content {
max-width: 100%;
width: 100%;
} .fl-row-default-height.fl-row-align-center .fl-row-content-wrap,
.fl-row-full-height.fl-row-align-center .fl-row-content-wrap,
.fl-row-custom-height.fl-row-align-center .fl-row-content-wrap {
-webkit-align-items: center;
-webkit-box-align: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-align: center;
-ms-flex-pack: center;
justify-content: center;
align-items: center;
} .fl-row-default-height.fl-row-align-bottom .fl-row-content-wrap,
.fl-row-full-height.fl-row-align-bottom .fl-row-content-wrap,
.fl-row-custom-height.fl-row-align-bottom .fl-row-content-wrap {
-webkit-align-items: flex-end;
-webkit-justify-content: flex-end;
-webkit-box-align: end;
-webkit-box-pack: end;
-ms-flex-align: end;
-ms-flex-pack: end;
justify-content: flex-end;
align-items: flex-end;
} .fl-col-group-equal-height {
display: flex;
flex-wrap: wrap;
width: 100%;
}
.fl-col-group-equal-height.fl-col-group-has-child-loading {
flex-wrap: nowrap;
}
.fl-col-group-equal-height .fl-col,
.fl-col-group-equal-height .fl-col-content {
display: flex;
flex: 1 1 auto;
}
.fl-col-group-equal-height .fl-col-content {
flex-direction: column;
flex-shrink: 1;
min-width: 1px;
max-width: 100%;
width: 100%;
}
.fl-col-group-equal-height:before,
.fl-col-group-equal-height .fl-col:before,
.fl-col-group-equal-height .fl-col-content:before,
.fl-col-group-equal-height:after,
.fl-col-group-equal-height .fl-col:after,
.fl-col-group-equal-height .fl-col-content:after{
content: none;
} .fl-col-group-nested.fl-col-group-equal-height.fl-col-group-align-top .fl-col-content,
.fl-col-group-equal-height.fl-col-group-align-top .fl-col-content {
justify-content: flex-start;
} .fl-col-group-nested.fl-col-group-equal-height.fl-col-group-align-center .fl-col-content,
.fl-col-group-equal-height.fl-col-group-align-center .fl-col-content {
justify-content: center;
} .fl-col-group-nested.fl-col-group-equal-height.fl-col-group-align-bottom .fl-col-content,
.fl-col-group-equal-height.fl-col-group-align-bottom .fl-col-content {
justify-content: flex-end;
}
.fl-col-group-equal-height.fl-col-group-align-center .fl-col-group {
width: 100%;
} .fl-col {
float: left;
min-height: 1px;
} .fl-col-bg-overlay .fl-col-content {
position: relative;
}
.fl-col-bg-overlay .fl-col-content:after {
border-radius: inherit;
content: '';
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 0;
}
.fl-col-bg-overlay .fl-module {
position: relative;
z-index: 2;
} .single:not(.woocommerce).single-fl-builder-template .fl-content {
width: 100%;
} .fl-builder-layer {
position: absolute;
top:0;
left:0;
right: 0;
bottom: 0;
z-index: 0;
pointer-events: none;
overflow: hidden;
}
.fl-builder-shape-layer {
z-index: 0;
}
.fl-builder-shape-layer.fl-builder-bottom-edge-layer {
z-index: 1;
}
.fl-row-bg-overlay .fl-builder-shape-layer {
z-index: 1;
}
.fl-row-bg-overlay .fl-builder-shape-layer.fl-builder-bottom-edge-layer {
z-index: 2;
}
.fl-row-has-layers .fl-row-content {
z-index: 1;
}
.fl-row-bg-overlay .fl-row-content {
z-index: 2;
}
.fl-builder-layer > * {
display: block;
position: absolute;
top:0;
left:0;
width: 100%;
}
.fl-builder-layer + .fl-row-content {
position: relative;
}
.fl-builder-layer .fl-shape {
fill: #aaa;
stroke: none;
stroke-width: 0;
width:100%;
} @supports (-webkit-touch-callout: inherit) {
.fl-row.fl-row-bg-parallax .fl-row-content-wrap,
.fl-row.fl-row-bg-fixed .fl-row-content-wrap {
background-position: center !important;
background-attachment: scroll !important;
}
}
@supports (-webkit-touch-callout: none) {
.fl-row.fl-row-bg-fixed .fl-row-content-wrap {
background-position: center !important;
background-attachment: scroll !important;
}
}  .fl-clearfix:before,
.fl-clearfix:after {
display: table;
content: " ";
}
.fl-clearfix:after {
clear: both;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
overflow: hidden;
clip: rect(0,0,0,0);
white-space: nowrap;
border: 0;
} .fl-builder-content .fl-button:is(a, button),
.fl-builder-content a.fl-button:visited {
border-radius: 4px;
display: inline-block;
font-size: 16px;
font-weight: normal;
line-height: 18px;
padding: 12px 24px;
text-decoration: none;
text-shadow: none;
}
.fl-builder-content .fl-button:hover {
text-decoration: none;
}
.fl-builder-content .fl-button:active {
position: relative;
top: 1px;
}
.fl-builder-content .fl-button-width-full .fl-button {
width: 100%;
display: block;
text-align: center;
}
.fl-builder-content .fl-button-width-custom .fl-button {
display: inline-block;
text-align: center;
max-width: 100%;
}
.fl-builder-content .fl-button-left {
text-align: left;
}
.fl-builder-content .fl-button-center {
text-align: center;
}
.fl-builder-content .fl-button-right {
text-align: right;
}
.fl-builder-content .fl-button i {
font-size: 1.3em;
height: auto;
margin-right:8px;
vertical-align: middle;
width: auto;
}
.fl-builder-content .fl-button i.fl-button-icon-after {
margin-left: 8px;
margin-right: 0;
}
.fl-builder-content .fl-button-has-icon .fl-button-text {
vertical-align: middle;
} .fl-icon-wrap {
display: inline-block;
}
.fl-icon {
display: table-cell;
vertical-align: middle;
}
.fl-icon a {
text-decoration: none;
}
.fl-icon i {
float: right;
height: auto;
width: auto;
}
.fl-icon i:before {
border: none !important;
height: auto;
width: auto;
}
.fl-icon-text {
display: table-cell;
text-align: left;
padding-left: 15px;
vertical-align: middle;
}
.fl-icon-text-empty {
display: none;
}
.fl-icon-text *:last-child {
margin: 0 !important;
padding: 0 !important;
}
.fl-icon-text a {
text-decoration: none;
}
.fl-icon-text span {
display: block;
}
.fl-icon-text span.mce-edit-focus {
min-width: 1px;
} .fl-module img {
max-width: 100%;
}
.fl-photo {
line-height: 0;
position: relative;
}
.fl-photo-align-left {
text-align: left;
}
.fl-photo-align-center {
text-align: center;
}
.fl-photo-align-right {
text-align: right;
}
.fl-photo-content {
display: inline-block;
line-height: 0;
position: relative;
max-width: 100%;
}
.fl-photo-img-svg {
width: 100%;
}
.fl-photo-content img {
display: inline;
height: auto;
max-width: 100%;
}
.fl-photo-crop-circle img {
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.fl-photo-caption {
font-size: 13px;
line-height: 18px;
overflow: hidden;
text-overflow: ellipsis;
}
.fl-photo-caption-below {
padding-bottom: 20px;
padding-top: 10px;
}
.fl-photo-caption-hover {
background: rgba(0,0,0,0.7);
bottom: 0;
color: #fff;
left: 0;
opacity: 0;
filter: alpha(opacity = 0);
padding: 10px 15px;
position: absolute;
right: 0;
-webkit-transition:opacity 0.3s ease-in;
-moz-transition:opacity 0.3s ease-in;
transition:opacity 0.3s ease-in;
}
.fl-photo-content:hover .fl-photo-caption-hover {
opacity: 100;
filter: alpha(opacity = 100);
} .fl-builder-pagination,
.fl-builder-pagination-load-more {
padding: 40px 0;
}
.fl-builder-pagination ul.page-numbers {
list-style: none;
margin: 0;
padding: 0;
text-align: center;
}
.fl-builder-pagination li {
display: inline-block;
list-style: none;
margin: 0;
padding: 0;
}
.fl-builder-pagination li a.page-numbers,
.fl-builder-pagination li span.page-numbers {
border: 1px solid #e6e6e6;
display: inline-block;
padding: 5px 10px;
margin: 0 0 5px;
}
.fl-builder-pagination li a.page-numbers:hover,
.fl-builder-pagination li span.current {
background: #f5f5f5;
text-decoration: none;
} .fl-slideshow,
.fl-slideshow * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.fl-slideshow .fl-slideshow-image img {
max-width: none !important;
}
.fl-slideshow-social {
line-height: 0 !important;
}
.fl-slideshow-social * {
margin: 0 !important;
} .fl-builder-content .bx-wrapper .bx-viewport {
background: transparent;
border: none;
box-shadow: none;
left: 0;
} .mfp-wrap button.mfp-arrow,
.mfp-wrap button.mfp-arrow:active,
.mfp-wrap button.mfp-arrow:hover,
.mfp-wrap button.mfp-arrow:focus {
background: transparent !important;
border: none !important;
outline: none;
position: absolute;
top: 50%;
box-shadow: none !important;
}
.mfp-wrap .mfp-close,
.mfp-wrap .mfp-close:active,
.mfp-wrap .mfp-close:hover,
.mfp-wrap .mfp-close:focus {
background: transparent !important;
border: none !important;
outline: none;
position: absolute;
top: 0;
box-shadow: none !important;
}
.admin-bar .mfp-wrap .mfp-close,
.admin-bar .mfp-wrap .mfp-close:active,
.admin-bar .mfp-wrap .mfp-close:hover,
.admin-bar .mfp-wrap .mfp-close:focus {
top: 32px!important;
}
img.mfp-img {
padding: 0;
}
.mfp-counter {
display: none;
}
.mfp-wrap .mfp-preloader.fa {
font-size: 30px;
} .fl-form-field {
margin-bottom: 15px;
}
.fl-form-field input.fl-form-error {
border-color: #DD6420;
}
.fl-form-error-message {
clear: both;
color: #DD6420;
display: none;
padding-top: 8px;
font-size: 12px;
font-weight: lighter;
}
.fl-form-button-disabled {
opacity: 0.5;
} .fl-animation {
opacity: 0;
}
body.fl-no-js .fl-animation {
opacity: 1;
}
.fl-builder-preview .fl-animation,
.fl-builder-edit .fl-animation,
.fl-animated {
opacity: 1;
}
.fl-animated {
animation-fill-mode: both;
} .fl-button.fl-button-icon-animation i {
width: 0 !important;
opacity: 0;
transition: all 0.2s ease-out;
}
.fl-button.fl-button-icon-animation:hover i {
opacity: 1 !important;
}
.fl-button.fl-button-icon-animation i.fl-button-icon-after {
margin-left: 0px !important;
}
.fl-button.fl-button-icon-animation:hover i.fl-button-icon-after {
margin-left: 10px !important;
}
.fl-button.fl-button-icon-animation i.fl-button-icon-before {
margin-right: 0 !important;
}
.fl-button.fl-button-icon-animation:hover i.fl-button-icon-before {
margin-right: 20px !important;
margin-left: -10px;
}
@media (max-width: 1400px) { }@media (max-width: 1024px) {  .fl-col-group.fl-col-group-medium-reversed {
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap-reverse;
flex-wrap: wrap-reverse;
flex-direction: row-reverse;
}
}@media (max-width: 991px) { .fl-row-content-wrap {
background-attachment: scroll !important;
}
.fl-row-bg-parallax .fl-row-content-wrap {
background-attachment: scroll !important;
background-position: center center !important;
}  .fl-col-group.fl-col-group-equal-height {
display: block;
}
.fl-col-group.fl-col-group-equal-height.fl-col-group-custom-width {
display: -webkit-box;
display: -webkit-flex;
display: flex;
} .fl-col-group.fl-col-group-responsive-reversed {
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap-reverse;
flex-wrap: wrap-reverse;
flex-direction: row-reverse;
}
.fl-col-group.fl-col-group-responsive-reversed .fl-col:not(.fl-col-small-custom-width) {
flex-basis: 100%;
width: 100% !important;
}
.fl-col-group.fl-col-group-medium-reversed:not(.fl-col-group-responsive-reversed) {
display: unset;
display: unset;
-webkit-flex-wrap: unset;
flex-wrap: unset;
flex-direction: unset;
} .fl-col {
clear: both;
float: none;
margin-left: auto;
margin-right: auto;
width: auto !important;
}
.fl-col-small:not(.fl-col-small-full-width) {
max-width: 400px;
}
.fl-block-col-resize {
display:none;
} .fl-row[data-node] .fl-row-content-wrap {
margin: 0;
padding-left: 0;
padding-right: 0;
}
.fl-row[data-node] .fl-bg-video,
.fl-row[data-node] .fl-bg-slideshow {
left: 0;
right: 0;
} .fl-col[data-node] .fl-col-content {
margin: 0;
padding-left: 0;
padding-right: 0;
}
}@media (min-width: 1401px) {
html .fl-visible-large:not(.fl-visible-desktop),
html .fl-visible-medium:not(.fl-visible-desktop),
html .fl-visible-mobile:not(.fl-visible-desktop) {
display: none;
}
}
@media (min-width: 1025px) and (max-width: 1400px) {
html .fl-visible-desktop:not(.fl-visible-large),
html .fl-visible-medium:not(.fl-visible-large),
html .fl-visible-mobile:not(.fl-visible-large) {
display: none;
}
}
@media (min-width: 992px) and (max-width: 1024px) {
html .fl-visible-desktop:not(.fl-visible-medium),
html .fl-visible-large:not(.fl-visible-medium),
html .fl-visible-mobile:not(.fl-visible-medium) {
display: none;
}
}
@media (max-width: 991px) {
html .fl-visible-desktop:not(.fl-visible-mobile),
html .fl-visible-large:not(.fl-visible-mobile),
html .fl-visible-medium:not(.fl-visible-mobile) {
display: none;
}
}
.fl-col-content {
display: flex;
flex-direction: column;
}
.fl-row-fixed-width {
max-width: 1824px;
}
.fl-builder-content > .fl-module-box {
margin: 0;
}
.fl-row-content-wrap {
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding-top: 0px;
padding-right: 48px;
padding-bottom: 180px;
padding-left: 48px;
}
.fl-module-content, .fl-module:where(.fl-module:not(:has(> .fl-module-content))) {
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
}
@media(max-width: 991px) {
.fl-row[data-node] > .fl-row-content-wrap {
padding-right: 20px;
padding-bottom: 64px;
padding-left: 20px;
}
}
.page .fl-post-header, .single-fl-builder-template .fl-post-header { display:none; }
.fl-node-ki9d2vb731sp > .fl-row-content-wrap {
padding-top:80px;
}
@media ( max-width: 1400px ) {
.fl-node-ki9d2vb731sp.fl-row > .fl-row-content-wrap {
padding-bottom:180px;
}
}
@media ( max-width: 991px ) {
.fl-node-ki9d2vb731sp.fl-row > .fl-row-content-wrap {
padding-top:16px;
padding-bottom:64px;
}
}
@media ( max-width: 991px ) {
.fl-node-k0ifrag2pjyu.fl-row > .fl-row-content-wrap {
padding-right:10px;
padding-left:10px;
}
}
.fl-node-m2zh5ufaj64s .fl-row-content {
max-width: 1560px;
}
.fl-node-m2zh5ufaj64s > .fl-row-content-wrap {
padding-bottom:64px;
}
@media ( max-width: 991px ) {
.fl-node-m2zh5ufaj64s.fl-row > .fl-row-content-wrap {
padding-bottom:32px;
}
}
.fl-node-x48jk7thfuge .fl-row-content {
max-width: 1560px;
}
.fl-node-lrb7u6fvh2z8 .fl-row-content {
max-width: 1200px;
}
.fl-node-ly81gerhbt3n .fl-row-content {
max-width: 1560px;
}
.fl-node-czvdw5s8uijx {
width: 100%;
}
.fl-node-czvdw5s8uijx > .fl-col-content {
border-top-left-radius: 120px;
border-bottom-right-radius: 120px;
}
.fl-node-5pikgef807hm__55e05db96f0470c751d1840228ab3027 {
width: 100%;
}
.fl-node-zy1d607gu4tm {
color: #ffffff;
}
.fl-builder-content .fl-node-zy1d607gu4tm *:not(span):not(input):not(textarea):not(select):not(a):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(.fl-menu-mobile-toggle) {
color: #ffffff;
}
.fl-builder-content .fl-node-zy1d607gu4tm a {
color: #ffffff;
}
.fl-builder-content .fl-node-zy1d607gu4tm a:hover {
color: #ffffff;
}
.fl-builder-content .fl-node-zy1d607gu4tm h1,
.fl-builder-content .fl-node-zy1d607gu4tm h2,
.fl-builder-content .fl-node-zy1d607gu4tm h3,
.fl-builder-content .fl-node-zy1d607gu4tm h4,
.fl-builder-content .fl-node-zy1d607gu4tm h5,
.fl-builder-content .fl-node-zy1d607gu4tm h6,
.fl-builder-content .fl-node-zy1d607gu4tm h1 a,
.fl-builder-content .fl-node-zy1d607gu4tm h2 a,
.fl-builder-content .fl-node-zy1d607gu4tm h3 a,
.fl-builder-content .fl-node-zy1d607gu4tm h4 a,
.fl-builder-content .fl-node-zy1d607gu4tm h5 a,
.fl-builder-content .fl-node-zy1d607gu4tm h6 a {
color: #ffffff;
}
.fl-node-zy1d607gu4tm {
width: 100%;
}
.fl-node-zy1d607gu4tm > .fl-col-content {
background-color: #d23937;
border-top-right-radius: 120px;
border-bottom-left-radius: 120px;
}
@media(max-width: 991px) {
.fl-node-zy1d607gu4tm > .fl-col-content {
border-top-right-radius: 64px;
border-bottom-left-radius: 64px;
}
}
.fl-node-zy1d607gu4tm > .fl-col-content {
padding-top:80px;
padding-right:80px;
padding-bottom:80px;
padding-left:80px;
}
@media ( max-width: 991px ) {
.fl-node-zy1d607gu4tm.fl-col > .fl-col-content {
padding-top:32px;
padding-right:16px;
padding-bottom:16px;
padding-left:16px;
}
}
.fl-node-f6wk7dtbrnlp {
width: 50%;
}
@media(max-width: 991px) {
.fl-builder-content .fl-node-f6wk7dtbrnlp {
width: 100% !important;
max-width: none;
clear: none;
float: left;
}
}
.fl-node-f6wk7dtbrnlp > .fl-col-content {
padding-right:100px;
}
@media ( max-width: 1024px ) {
.fl-node-f6wk7dtbrnlp.fl-col > .fl-col-content {
padding-right:32px;
}
}
.fl-node-dwfuhreops2g {
width: 100%;
}
.fl-node-hcxnqdszvo9y {
width: 100%;
}
.fl-node-d9rt45c67k3e {
width: 100%;
}
.fl-node-d9rt45c67k3e > .fl-col-content {
margin-bottom:80px;
}
@media ( max-width: 991px ) {
.fl-node-d9rt45c67k3e.fl-col > .fl-col-content {
margin-bottom:24px;
}
}
.fl-node-nubocil1jpyr {
width: 100%;
}
.fl-node-3zk4fv6c8bpe {
width: 100%;
}
.fl-node-9lfh72yqdavi {
width: 50%;
}
@media(max-width: 991px) {
.fl-builder-content .fl-node-9lfh72yqdavi {
width: 100% !important;
max-width: none;
clear: none;
float: left;
}
}
.fl-node-9lfh72yqdavi > .fl-col-content {
margin-right:80px;
}
.fl-node-46e82du0l3so {
width: 100%;
}
.fl-node-qiv9h1fom6x8 {
color: #2b2b2b;
}
.fl-builder-content .fl-node-qiv9h1fom6x8 *:not(span):not(input):not(textarea):not(select):not(a):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(.fl-menu-mobile-toggle) {
color: #2b2b2b;
}
.fl-builder-content .fl-node-qiv9h1fom6x8 a {
color: #2b2b2b;
}
.fl-builder-content .fl-node-qiv9h1fom6x8 a:hover {
color: #2b2b2b;
}
.fl-builder-content .fl-node-qiv9h1fom6x8 h1,
.fl-builder-content .fl-node-qiv9h1fom6x8 h2,
.fl-builder-content .fl-node-qiv9h1fom6x8 h3,
.fl-builder-content .fl-node-qiv9h1fom6x8 h4,
.fl-builder-content .fl-node-qiv9h1fom6x8 h5,
.fl-builder-content .fl-node-qiv9h1fom6x8 h6,
.fl-builder-content .fl-node-qiv9h1fom6x8 h1 a,
.fl-builder-content .fl-node-qiv9h1fom6x8 h2 a,
.fl-builder-content .fl-node-qiv9h1fom6x8 h3 a,
.fl-builder-content .fl-node-qiv9h1fom6x8 h4 a,
.fl-builder-content .fl-node-qiv9h1fom6x8 h5 a,
.fl-builder-content .fl-node-qiv9h1fom6x8 h6 a {
color: #2b2b2b;
}
.fl-node-qiv9h1fom6x8 {
width: 50%;
}
.fl-node-qiv9h1fom6x8 > .fl-col-content {
background-color: #ffffff;
border-top-right-radius: 80px;
}
@media(max-width: 991px) {
.fl-builder-content .fl-node-qiv9h1fom6x8 {
width: 100% !important;
max-width: none;
clear: none;
float: left;
}
.fl-node-qiv9h1fom6x8 > .fl-col-content {
border-top-right-radius: 48px;
border-bottom-left-radius: 48px;
}
}
.fl-node-qiv9h1fom6x8 > .fl-col-content {
padding-top:48px;
padding-right:48px;
padding-bottom:48px;
padding-left:48px;
}
@media ( max-width: 991px ) {
.fl-node-qiv9h1fom6x8.fl-col > .fl-col-content {
padding-top:24px;
padding-right:24px;
padding-bottom:24px;
padding-left:24px;
}
}
.fl-node-j7zbf0d9eys2 {
width: 50%;
}
@media(max-width: 991px) {
.fl-builder-content .fl-node-j7zbf0d9eys2 {
width: 100% !important;
max-width: none;
clear: none;
float: left;
}
}
div.fancybox-container {
z-index: 999992;
}
.pp-photo-gallery {
position: relative;
text-align: center;
text-decoration: none;
opacity: 0;
}
.pp-photo-gallery:before,
.pp-photo-gallery:after {
content: " ";
display: table;
}
.pp-photo-gallery:after {
clear: both;
}
.pp-photo-gallery .pp-photo-gallery-item {
float: left;
text-align: center;
}
.pp-photo-gallery .pp-photo-gallery-content {
position: relative;
text-align: center;
overflow: hidden;
}
.pp-photo-gallery .pp-photo-gallery-content > a {
display: block;
padding: unset;
isolation: isolate;
overflow: hidden;
transform: translateZ(0);
} .pp-photo-gallery .pp-gallery-overlay {
position: absolute;
overflow: hidden;
transition: .5s ease;
}
.pp-photo-gallery .pp-gallery-overlay .pp-caption {
margin-bottom: 10px;
}
.pp-photo-gallery .pp-photo-gallery-content .pp-gallery-img {
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
will-change: transform;
width: 100%;
}
.pp-photo-gallery.justified-gallery > a,
.pp-photo-gallery.justified-gallery > div {
opacity: 0;
visibility: hidden !important;
}
.pp-photo-gallery.justified-gallery > .entry-visible {
opacity: 1;
visibility: visible !important;
}
.pp-photo-gallery.justified-gallery .pp-photo-gallery-content {
height: 100%;
}
.pp-gallery-pagination .pp-gallery-load-more {
display: inline-block;
text-align: center;
text-decoration: none;
-webkit-transition: 0.2s all ease-in-out;
-moz-transition: 0.2s all ease-in-out;
transition: 0.2s all ease-in-out;
}
.pp-gallery-pagination .pp-gallery-load-more.disabled {
opacity: 0.5;
pointer-events: none;
}
.pp-gallery-pagination a,
.pp-gallery-pagination a:visited {
text-decoration: none;
}
.pp-gallery-fancybox-axis-x.fancybox-show-thumbs .fancybox-inner {
right: 0;
bottom: 95px;
}
.pp-gallery-fancybox-axis-x .fancybox-thumbs {
top: auto;
width: auto;
bottom: 0;
left: 0;
right : 0;
height: 95px;
padding: 10px 10px 5px 10px;
box-sizing: border-box;
background: rgba(0, 0, 0, 0.3);
}
.fancybox-cl1wixo9gy0a button.fancybox-button {
padding: 10px;
border-radius: 0;
box-shadow: none;
border: none !important;
}
.fancybox-cl1wixo9gy0a .pp-fancybox-desc {
display: none;
}
.fl-node-cl1wixo9gy0a .pp-photo-gallery-item {
width: 32.566666666667%;
margin-bottom: 1%;
}
.fl-node-cl1wixo9gy0a .pp-gallery-masonry-item {
width: calc( 32.566666666667% - 1px );
}
.fl-node-cl1wixo9gy0a .pp-photo-gallery-item:hover {
}
.fl-node-cl1wixo9gy0a .pp-photo-gallery-item:nth-child(3n+1){
clear: left;
}
.fl-node-cl1wixo9gy0a .pp-photo-gallery-item:nth-child(3n+0){
clear: right;
}
.fl-node-cl1wixo9gy0a .pp-photo-gallery-item:nth-child(3n){
margin-right: 0;
}
.fl-node-cl1wixo9gy0a .pp-photo-gallery-item img,
.fl-node-cl1wixo9gy0a .pp-gallery-overlay,
.fl-node-cl1wixo9gy0a .pp-photo-gallery-content,
.fl-node-cl1wixo9gy0a .pp-photo-gallery-content > a {
}
.fl-node-cl1wixo9gy0a .pp-photo-space {
width: 1%;
}
.fl-node-cl1wixo9gy0a .pp-gallery-overlay {
background: rgba(0,0,0,.5);
-webkit-transition: 0.3s ease;
-moz-transition: 0.3s ease;
-ms-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
}
.fl-node-cl1wixo9gy0a .pp-gallery-overlay .pp-overlay-icon span {
width: auto;
height: auto;
color: ;
font-size: 64px;
background-color: ;
}
.fl-node-cl1wixo9gy0a .pp-gallery-overlay .pp-overlay-icon span:before {
font-size: 64px;
width: auto;
height: auto;
}
.fl-node-cl1wixo9gy0a .pp-photo-gallery-caption,
.fl-node-cl1wixo9gy0a .pp-gallery-overlay .pp-caption {
}
.fl-node-cl1wixo9gy0a .pp-gallery-overlay {
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
opacity: 0;
}
.fl-node-cl1wixo9gy0a .pp-gallery-overlay .pp-overlay-inner {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.fl-node-cl1wixo9gy0a .pp-photo-gallery-content:hover .pp-gallery-overlay {
opacity: 1;
}
.fl-node-cl1wixo9gy0a .pp-gallery-pagination.pagination-scroll {
display: none;
}
.fl-node-cl1wixo9gy0a .pp-gallery-pagination .pp-gallery-load-more {
background-color: #eee;
}
.fl-node-cl1wixo9gy0a .pp-gallery-pagination .pp-gallery-load-more:hover {
}
.fancybox-cl1wixo9gy0a-overlay {
background-image: none;
background-color: rgba(0,0,0,0.5);
}
.fancybox-is-open .fancybox-cl1wixo9gy0a-overlay {
opacity: 1;
}
@media only screen and ( max-width: 1400px ) {
.fl-node-cl1wixo9gy0a .pp-photo-gallery-item {
width: 32.566666666667%;
}
}
@media only screen and ( max-width: 1024px ) {
.fl-node-cl1wixo9gy0a .pp-photo-gallery-item {
width: 49.4%;
}
}
@media only screen and ( max-width: 991px ) {
.fl-node-cl1wixo9gy0a .pp-photo-gallery-item {
width: 99.9%;
}
}
.fl-node-cl1wixo9gy0a .pp-photo-gallery-caption {
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}
.fl-node-cl1wixo9gy0a .pp-gallery-pagination {
text-align: left;
}
.fl-node-cl1wixo9gy0a .pp-gallery-pagination .pp-gallery-load-more {
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
}
.fl-node-0u2dt9vpkqbx__55e05db96f0470c751d1840228ab3027 > .fl-module-content {
margin-bottom:48px;
margin-left:169px;
}
@media ( max-width: 1400px ) {
.fl-node-0u2dt9vpkqbx__55e05db96f0470c751d1840228ab3027.fl-module > .fl-module-content {
margin-left:0px;
}
}
@media ( max-width: 1024px ) {
.fl-node-0u2dt9vpkqbx__55e05db96f0470c751d1840228ab3027.fl-module > .fl-module-content {
margin-bottom:32px;
}
}
@media ( max-width: 991px ) {
.fl-node-0u2dt9vpkqbx__55e05db96f0470c751d1840228ab3027.fl-module > .fl-module-content {
margin-bottom:32px;
}
}
.fl-module-box:before,
.fl-module-box:after {
position: absolute;
}
a.fl-module-box {
text-decoration: none;
} .fl-module-box :where( .fl-module ),
.fl-module-box :where( .fl-module-content ),
.fl-module-box.fl-block > * {
margin: 0;
} :where(.fl-module-box) { 
min-width: 0;
min-height: 0;
}.fl-builder-content-3400 .fl-node-j54drcezsw92__55e05db96f0470c751d1840228ab3027 {
display: grid;
grid-template-columns: repeat(2,1fr);
flex-direction: row;
column-gap: 100px;
}
@media(max-width: 1024px) {
.fl-builder-content-3400 .fl-node-j54drcezsw92__55e05db96f0470c751d1840228ab3027 {
grid-template-columns:  repeat(1,1fr);
grid-template-rows: repeat(1,1fr);
}
}
.fl-builder-content-3400 .fl-node-lk9birtehx5f__55e05db96f0470c751d1840228ab3027 {
display: flex;
flex-direction: row;
align-items: start;
gap: 0px;
border-top-right-radius: 120px;
border-bottom-left-radius: 120px;
}
@media(max-width: 1400px) {
.fl-builder-content-3400 .fl-node-lk9birtehx5f__55e05db96f0470c751d1840228ab3027 {
align-items: start;
}
}
@media(max-width: 991px) {
.fl-builder-content-3400 .fl-node-lk9birtehx5f__55e05db96f0470c751d1840228ab3027 {
border-top-right-radius: 64px;
border-bottom-left-radius: 64px;
}
}
@media ( max-width: 991px ) {
.fl-node-lk9birtehx5f__55e05db96f0470c751d1840228ab3027.fl-module-box.fl-module {
margin-bottom:32px;
}
}
.fl-builder-content-3400 .fl-node-1rxbp6lhzknd__55e05db96f0470c751d1840228ab3027 {
display: flex;
flex-direction: row;
padding-top: 80px;
padding-right: 48px;
padding-bottom: -80px;
padding-left: 80px;
background: url(https://www.mutpol.de/wp-content/uploads/2025/04/object.png) repeat, linear-gradient(#d23937, #d23937);
border-top-right-radius: 120px;
border-bottom-left-radius: 120px;
}
@media(max-width: 1400px) {
.fl-builder-content-3400 .fl-node-1rxbp6lhzknd__55e05db96f0470c751d1840228ab3027 {
padding-top: 32px;
padding-right: 32px;
padding-bottom: -32px;
padding-left: 32px;
border-top-right-radius: 64px;
border-bottom-left-radius: 64px;
}
}
@media(max-width: 991px) {
.fl-builder-content-3400 .fl-node-1rxbp6lhzknd__55e05db96f0470c751d1840228ab3027 {
padding-top: 32px;
padding-right: 32px;
padding-bottom: -32px;
padding-left: 32px;
border-top-right-radius: 64px;
border-bottom-left-radius: 64px;
}
}
.fl-node-1rxbp6lhzknd__55e05db96f0470c751d1840228ab3027.fl-module-box {
margin-bottom:80px;
}
@media (max-width: 991px) { .fl-node-1rxbp6lhzknd__55e05db96f0470c751d1840228ab3027.fl-module-box { margin-bottom:0px; } }img.mfp-img {
padding-bottom: 40px !important;
} .fl-builder-edit .fl-fill-container img {
transition: object-position .5s;
}
.fl-fill-container :is(.fl-module-content, .fl-photo, .fl-photo-content, img) {
height: 100% !important;
width: 100% !important;
}
@media (max-width: 991px) { .fl-photo-content,
.fl-photo-img {
max-width: 100%;
} }.fl-builder-content-3400 .fl-node-yp37x8citnma__55e05db96f0470c751d1840228ab3027 img.fl-photo-img {
object-fit: cover;
object-position: center;
}
.fl-node-yp37x8citnma__55e05db96f0470c751d1840228ab3027, .fl-node-yp37x8citnma__55e05db96f0470c751d1840228ab3027 .fl-photo {
text-align: center;
}
.fl-node-yp37x8citnma__55e05db96f0470c751d1840228ab3027 .fl-photo-img {
border-top-right-radius: 80px;
border-bottom-left-radius: 80px;
}
@media(max-width: 991px) {
.fl-node-yp37x8citnma__55e05db96f0470c751d1840228ab3027 .fl-photo-img {
border-top-right-radius: 48px;
border-bottom-left-radius: 48px;
}
}
.fl-node-yp37x8citnma__55e05db96f0470c751d1840228ab3027.fl-module-photo {
margin-bottom:-80px;
}
@media ( max-width: 1400px ) {
.fl-node-yp37x8citnma__55e05db96f0470c751d1840228ab3027.fl-module-photo.fl-module {
margin-bottom:-32px;
}
}
@media ( max-width: 1024px ) {
.fl-node-yp37x8citnma__55e05db96f0470c751d1840228ab3027.fl-module-photo.fl-module {
margin-bottom:-32px;
}
}
@media (max-width: 991px) { .fl-node-yp37x8citnma__55e05db96f0470c751d1840228ab3027.fl-module-photo { margin-bottom:0px; } }.fl-builder-content-3400 .fl-node-iweaouvdfcjs__55e05db96f0470c751d1840228ab3027 {
display: flex;
flex-direction: column;
justify-content: center;
gap: 10px;
}
.fl-module-heading .fl-heading {
padding: 0 !important;
margin: 0 !important;
} .fl-node-gkjy273w4lf9__55e05db96f0470c751d1840228ab3027.fl-module-heading {
margin-bottom:24px;
}
@media ( max-width: 991px ) {
.fl-node-gkjy273w4lf9__55e05db96f0470c751d1840228ab3027.fl-module-heading.fl-module {
margin-top:24px;
margin-bottom:16px;
}
}
.fl-builder-content .fl-rich-text strong {
font-weight: bold;
} .fl-module.fl-rich-text p:last-child {
margin-bottom: 0;
} .fl-builder-edit .fl-module.fl-rich-text p:not(:has(~ *:not(.fl-block-overlay))) {
margin-bottom: 0;
}
.fl-node-8zj3govqaxip.fl-module-heading {
margin-bottom:48px;
}
@media ( max-width: 991px ) {
.fl-node-8zj3govqaxip.fl-module-heading.fl-module {
margin-bottom:12px;
}
}
.fl-node-ftpcnoek870u > .fl-module-content {
margin-bottom:32px;
}
@media ( max-width: 991px ) {
.fl-node-ftpcnoek870u.fl-module > .fl-module-content {
margin-bottom:32px;
}
}
.fl-node-msnwrcb3uqtj.fl-module-heading {
margin-bottom:8px;
}
@media ( max-width: 991px ) {
.fl-node-msnwrcb3uqtj.fl-module-heading.fl-module {
margin-bottom:8px;
}
}
.pp-accordion-button {
display: flex;
align-items: center;
width: 100%;
cursor: pointer;
overflow: hidden;
padding: 10px;
}
.pp-accordion-button-label {
display: inline-flex;
align-items: center;
flex-wrap: wrap;
width: 100%;
margin-top: 0;
margin-bottom: 0;
color: inherit;
}
.pp-accordion-button-label p {
margin-bottom: 0;
}
span.pp-accordion-button-icon {
display: table-cell;
vertical-align: middle;
}
.pp-accordion-content {
display: none;
padding: 15px;
}
.pp-accordion-item .pp-accordion-button,
.pp-accordion-item .pp-accordion-button:hover {
transition: all 0.1s ease-in;
-webkit-transition: all 0.1s ease-in;
-moz-transition: all 0.1s ease-in;
-ms-transition: all 0.1s ease-in;
-o-transition: all 0.1s ease-in;
} .pp-accordion-small .pp-accordion-button {
padding: 10px 15px;
}
.pp-accordion-small .pp-accordion-content {
padding: 0 30px 10px 15px;
} .pp-accordion-medium .pp-accordion-button {
padding: 15px 20px;
}
.pp-accordion-medium .pp-accordion-button-label {
font-size: 20px;
}
.pp-accordion-medium .pp-accordion-content {
padding: 0 40px 15px 20px;
} .pp-accordion-large .pp-accordion-button {
padding: 20px 25px;
}
.pp-accordion-large .pp-accordion-button-label {
font-size: 26px;
}
.pp-accordion-large .pp-accordion-content {
padding: 0 50px 25px 25px;
}
.pp-accordion span.pp-accordion-icon {
padding-right: 10px;
width: 20px;
height: auto;
line-height: 1.4;
display: table-cell;
vertical-align: middle;
text-align: center;
font-size: 16px;
}
.pp-accordion-button-icon.pp-accordion-close {
display: none;
}
.pp-accordion-item.pp-accordion-item-active > .pp-accordion-button .pp-accordion-close {
display: table-cell;
}
.pp-accordion-item.pp-accordion-item-active > .pp-accordion-button .pp-accordion-open {
display: none;
}
.fl-node-801xcfahulyk .pp-accordion-item {
margin-bottom: 32px;
}
.fl-node-801xcfahulyk .pp-accordion-item .pp-accordion-button {
}
.fl-node-801xcfahulyk .pp-accordion-item .pp-accordion-button:hover,
.fl-node-801xcfahulyk .pp-accordion-item.pp-accordion-item-active .pp-accordion-button {
}
.fl-node-801xcfahulyk .pp-accordion-item .pp-accordion-button-icon.pp-accordion-icon-right {
padding-left: 0px;
}
.fl-node-801xcfahulyk .pp-accordion-item .pp-accordion-button-icon.pp-accordion-icon-left {
padding-right: 0px;
}
.fl-node-801xcfahulyk .pp-accordion-item .pp-accordion-content {
}
.fl-node-801xcfahulyk .pp-accordion-item .pp-accordion-button-icon {
color: #d23937;
}
.fl-node-801xcfahulyk .pp-accordion-item .pp-accordion-button-icon,
.fl-node-801xcfahulyk .pp-accordion-item .pp-accordion-button-icon:before {
font-size: 32px;
}
.fl-node-801xcfahulyk .pp-accordion-item .pp-accordion-icon {
font-size: 32px;
width: 40px;
}
.fl-node-801xcfahulyk .pp-accordion-item .pp-accordion-icon:before {
font-size: 32px;
}
.fl-node-801xcfahulyk .pp-accordion-item {
border-style: solid;
border-width: 0;
background-clip: border-box;
border-color: #dbdbdb;
border-bottom-width: 2px;
}
.fl-node-801xcfahulyk .pp-accordion-item .pp-accordion-button {
padding-bottom: 32px;
}
.fl-node-801xcfahulyk .pp-accordion-item .pp-accordion-content {
padding-bottom: 32px;
}
.fl-node-9ob261pqh4sv.fl-module-heading, .fl-node-9ob261pqh4sv.fl-module-heading :where(a, q, p, span) {
text-align: center;
}
.fl-node-9ob261pqh4sv.fl-module-heading {
margin-bottom:16px;
}
@media ( max-width: 991px ) {
.fl-node-9ob261pqh4sv.fl-module-heading.fl-module {
margin-bottom:8px;
}
}
.fl-node-cizuh83dsrn5.fl-module-heading, .fl-node-cizuh83dsrn5.fl-module-heading :where(a, q, p, span) {
text-align: center;
}
.fl-node-cizuh83dsrn5.fl-module-heading {
margin-bottom:24px;
}
@media ( max-width: 991px ) {
.fl-node-cizuh83dsrn5.fl-module-heading.fl-module {
margin-bottom:24px;
}
}
.fl-node-gv8c5k1onpls.fl-module-heading, .fl-node-gv8c5k1onpls.fl-module-heading :where(a, q, p, span) {
text-align: center;
}
.fl-node-gv8c5k1onpls.fl-module-heading {
margin-bottom:48px;
}
@media ( max-width: 991px ) {
.fl-node-gv8c5k1onpls.fl-module-heading.fl-module {
margin-bottom:24px;
}
}
.fl-node-e43tajoxg9um > .fl-module-content {
margin-top:0px;
margin-right:0px;
margin-bottom:0px;
margin-left:0px;
}
.fl-node-xu8vp3tmywz6 > .fl-module-content {
margin-top:0px;
margin-right:0px;
margin-bottom:24px;
margin-left:0px;
}
@media ( max-width: 991px ) {
.fl-node-xu8vp3tmywz6.fl-module > .fl-module-content {
margin-bottom:12px;
}
}
.fl-node-z8py3s1hkc0f.fl-module-rich-text {
margin-bottom:48px;
}
@media ( max-width: 991px ) {
.fl-node-z8py3s1hkc0f.fl-module-rich-text.fl-module {
margin-bottom:32px;
}
}
.mf-teasers {
width: 100%;
display: grid;
grid-template-columns: repeat(3, minmax(300px, 1fr));
gap: 24px;
overflow: hidden;
}
.mf-teasers article {
--mf-teaser-bg-color: #d23937;
--mf-teaser-icon-size: 48px;
--mf-teaser-radius: 120px;
font-family: Manrope;
display: flex;
flex-direction: column;
color: #fff;
position: relative;
overflow: hidden;
}
.mf-teasers article:first-child {
border-radius: var(--mf-teaser-radius) 0 0 0;
}
.mf-teasers article:last-child:not(:first-child) {
border-radius: 0 0 var(--mf-teaser-radius) 0;
}
.mf-teasers article figure {
aspect-ratio: 1.6;
height: auto;
width: 100%;
margin: 0;
padding: 0;
position: relative;
overflow: hidden;
}
.mf-teasers article figure img {
position: absolute;
top: 0;
left: 0;
object-fit: cover;
object-position: center;
width: 100%;
height: 100%;
transition: transform 250ms ease-in-out;
transform: scale(1);
}
.mf-teasers article .mf-teaser-box {
display: flex;
gap: 40px;
padding: 40px;
}
.mf-teasers article .mf-teaser-box .mf-teaser-content {
display: flex;
flex-direction: column;
gap: 16px;
}
.mf-teasers article .mf-teaser-box .mf-teaser-content h3 {
margin: 0;
font-size: 38px;
font-weight: 600;
line-height: 48px;
}
.mf-teasers article .mf-teaser-box .mf-teaser-content h3 a {
color: #fff !important;
text-decoration: none;
}
.mf-teasers article .mf-teaser-box .mf-teaser-content h3 a:after {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 3;
}
.mf-teasers article .mf-teaser-box .mf-teaser-content div {
color: #fff;
font-family: Inter;
font-size: 18px;
font-weight: 400;
line-height: 27px;
}
.mf-teasers article .mf-teaser-box .mf-teaser-icon {
display: grid;
place-items: center;
width: var(--mf-teaser-icon-size);
height: var(--mf-teaser-icon-size);
background: #fff;
border-radius: 50%;
flex-shrink: 0;
}
.mf-teasers article .mf-teaser-box .mf-teaser-icon svg {
width: calc(var(--mf-teaser-icon-size) / 2);
height: calc(var(--mf-teaser-icon-size) / 2);
transition: transform 250ms ease-in-out;
transform-origin: left bottom;
transform: scaleX(0.87) scaleY(0.875);
}
.mf-teasers article:hover figure img {
transform: scale(1.1);
}
.mf-teasers article:hover .mf-teaser-box .mf-teaser-icon svg {
transform: scale(1);
}
@media (max-width: 1400px) {
.mf-teasers {
grid-template-columns: repeat(2, minmax(300px, 1fr));
}
}
@media (max-width: 1024px) {
.mf-teasers {
grid-template-columns: 1fr;
}
.mf-teasers article {
--mf-teaser-radius: 64px;
--mf-teaser-icon-size: 32px;
}
.mf-teasers article .mf-teaser-box {
padding: 32px 24px;
flex-wrap: wrap;
flex-direction: column;
gap: 8px;
}
.mf-teasers article .mf-teaser-box .mf-teaser-content {
gap: 8px;
}
.mf-teasers article .mf-teaser-box .mf-teaser-content h3 {
font-size: 24px;
font-weight: 600;
line-height: 32px;
}
.mf-teasers article .mf-teaser-box .mf-teaser-icon {
margin-left: auto;
}
}
.fl-node-fqcob34ualex.fl-module-heading {
margin-bottom:8px;
}
@media ( max-width: 991px ) {
.fl-node-fqcob34ualex.fl-module-heading.fl-module {
margin-bottom:8px;
}
}
.fl-node-ptfxmbiqzjae.fl-module-rich-text {
margin-bottom:48px;
}
@media ( max-width: 991px ) {
.fl-node-ptfxmbiqzjae.fl-module-rich-text.fl-module {
margin-bottom:32px;
}
}
.fl-node-ihzje1yklcnt.fl-module-heading {
margin-bottom:8px;
}
@media ( max-width: 991px ) {
.fl-node-ihzje1yklcnt.fl-module-heading.fl-module {
margin-bottom:8px;
}
}
.mf-bb-fileboxes {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
gap: 16px;
flex-direction: column;
--mf-bb-filebox-border-color: #C6D4E1;
--mf-bb-filebox-border-color-hover: #D23937;
--mf-bb-filebox-bg: transparent;
--mf-bb-filebox-bg-hover: #FAFCFF;
--mf-bb-filebox-progress-bg: #C6D4E1;
--mf-bb-filebox-progress-active: #D23937;
--mf-bb-filebox-text-mute: #67768E;
--mf-bb-filebox-text-error: #E60003;
--mf-bb-filebox-transition: background-color 250ms ease-in-out, box-shadow 250ms ease-in-out;
--mf-bb-filebox-icon-download: url('data:image/svg+xml,<svg fill="none" viewBox="0 0 17 16" xmlns="http://www.w3.org/2000/svg"><path stroke="%23252237" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8.667 1v10.5M4 8l4.667 3.5L13.333 8M1.667 15h14"/></svg>');
--mf-bb-filebox-icon-download-hover: url('data:image/svg+xml,<svg fill="none" viewBox="0 0 17 16" xmlns="http://www.w3.org/2000/svg"><path stroke="%23D23937" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8.667 1v10.5M4 8l4.667 3.5L13.333 8M1.667 15h14"/></svg>');
--mf-bb-filebox-icon-redirect: url('data:image/svg+xml,<svg fill="none" stroke="%23252237" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path stroke="inherit" stroke-miterlimit="10" stroke-width="1.5" d="M1.333 14.667L14.668 1.333"/><path stroke="inherit" stroke-linecap="square" stroke-miterlimit="10" stroke-width="1.5" d="M5 1h10v10"/></svg>');
--mf-bb-filebox-icon-redirect-hover: url('data:image/svg+xml,<svg fill="none" stroke="%23D23937" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path stroke="inherit" stroke-miterlimit="10" stroke-width="1.5" d="M1.333 14.667L14.668 1.333"/><path stroke="inherit" stroke-linecap="square" stroke-miterlimit="10" stroke-width="1.5" d="M5 1h10v10"/></svg>');
--mf-bb-filebox-icon-cancel: url('data:image/svg+xml,<svg fill="none" viewBox="0 0 15 14" xmlns="http://www.w3.org/2000/svg"><path stroke="%23252237" stroke-width="2" d="M1.667 1l12 12m0-12l-12 12"/></svg>');
--mf-bb-filebox-icon-cancel-hover: url('data:image/svg+xml,<svg fill="none" viewBox="0 0 15 14" xmlns="http://www.w3.org/2000/svg"><path stroke="%23D23937" stroke-width="2" d="M1.667 1l12 12m0-12l-12 12"/></svg>');
--mf-bb-filebox-icon-repeat: url('data:image/svg+xml,<svg fill="none" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path fill="%23252237" d="M15.649 1.941a.5.5 0 00-.371-.354L9.473.263a.488.488 0 00-.458.127.5.5 0 00-.148.452l1.086 5.831a.5.5 0 00.838.269l1.68-1.6a5.5 5.5 0 11-6.5-2.573 1 1 0 00-.616-1.9 7.514 7.514 0 108.6 3.062l1.559-1.488a.5.5 0 00.135-.502z"/></svg>');
--mf-bb-filebox-icon-repeat-hover: url('data:image/svg+xml,<svg fill="none" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path fill="%23D23937" d="M15.649 1.941a.5.5 0 00-.371-.354L9.473.263a.488.488 0 00-.458.127.5.5 0 00-.148.452l1.086 5.831a.5.5 0 00.838.269l1.68-1.6a5.5 5.5 0 11-6.5-2.573 1 1 0 00-.616-1.9 7.514 7.514 0 108.6 3.062l1.559-1.488a.5.5 0 00.135-.502z"/></svg>');
}
.mf-bb-fileboxes .mf-bb-filebox {
position: relative;
flex: 1 1 calc((100% / 3) - 16px);
padding: 20px 16px;
border-radius: 0px;
display: flex;
flex-direction: column;
justify-content: center;
box-shadow: 0 0 0 1px var(--mf-bb-filebox-border-color);
transition: var(--mf-bb-filebox-transition);
}
.mf-bb-fileboxes .mf-bb-filebox:hover {
background-color: var(--mf-bb-filebox-bg-hover);
box-shadow: 0 0 0 2px var(--mf-bb-filebox-border-color-hover);
}
.mf-bb-fileboxes .mf-bb-filebox-wrapper {
display: flex;
gap: 16px;
width: 100%;
} .mf-bb-fileboxes .mf-bb-filebox-info {
display: flex;
flex-direction: column;
gap: 2px;
}
.mf-bb-fileboxes .mf-bb-filebox-info span,
.mf-bb-fileboxes .mf-bb-filebox-info ul {
font-weight: 600;
line-height: 1.2;
font-size: 14px;
}
.mf-bb-fileboxes .mf-bb-filebox-info ul {
display: flex;
flex-wrap: wrap;
gap: 2px 4px;
list-style: none;
padding: 0;
margin: 0;
font-weight: 400;
}
.mf-bb-fileboxes .mf-bb-filebox-info ul li {
font-size: 14px;
color: var(--mf-bb-filebox-text-mute);
flex-shrink: 0;
}
.mf-bb-fileboxes .mf-bb-filebox-info ul li:not(:first-child)::before {
content: '•';
margin-right: 4px;
color: var(--mf-bb-filebox-text-mute);
}
.mf-bb-fileboxes .mf-bb-filebox-info ul li.hidden {
opacity: 0;
height: 0;
}
.mf-bb-fileboxes .mf-bb-filebox-info ul li.mf-bb-error {
color: var(--mf-bb-filebox-text-error);
} .mf-bb-fileboxes .mf-bb-filebox-actions {
--mf-bb-filebox-action-size: 14px;
display: flex;
flex-shrink: 0;
height: auto;
width: var(--mf-bb-filebox-action-size);
margin-left: auto;
align-items: center;
}
.mf-bb-fileboxes .mf-bb-filebox-actions button {
all: unset;
cursor: pointer;
display: flex;
outline: none !important;
width: var(--mf-bb-filebox-action-size);
height: var(--mf-bb-filebox-action-size);
font-size: 0;
align-items: center;
--mf-bb-filebox-icon-size: var(--mf-bb-filebox-action-size);
}
.mf-bb-fileboxes .mf-bb-filebox-actions button::before {
content: '';
display: block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 55;
}
.mf-bb-fileboxes .mf-bb-filebox-actions button.hidden {
display: none;
}
.mf-bb-fileboxes .mf-bb-filebox-icon,
.mf-bb-fileboxes .mf-bb-filebox-actions button {
background-size: contain;
background-position: center;
background-repeat: no-repeat;
width: var(--mf-bb-filebox-icon-size);
height: var(--mf-bb-filebox-icon-size);
display: flex;
flex-shrink: 0;
}
.mf-bb-fileboxes .mf-bb-filebox-actions button.mf-bb-filebox-download {
background-image: var(--mf-bb-filebox-icon-download);
--mf-bb-filebox-action-size: 16px;
}
.mf-bb-fileboxes .mf-bb-filebox:hover button.mf-bb-filebox-download {
background-image: var(--mf-bb-filebox-icon-download-hover);
}
.mf-bb-fileboxes .mf-bb-action-redirect .mf-bb-filebox-actions button.mf-bb-filebox-download {
background-image: var(--mf-bb-filebox-icon-redirect);
--mf-filebox-action-size: 16px;
}
.mf-bb-fileboxes .mf-bb-action-redirect .mf-bb-filebox:hover button.mf-bb-filebox-download {
background-image: var(--mf-bb-filebox-icon-redirect-hover);
}
.mf-bb-fileboxes .mf-bb-filebox-actions button.mf-bb-filebox-repeat {
background-image: var(--mf-bb-filebox-icon-repeat);
}
.mf-bb-fileboxes .mf-bb-filebox:hover button.mf-bb-filebox-repeat {
background-image: var(--mf-bb-filebox-icon-repeat-hover);
}
.mf-bb-fileboxes .mf-bb-filebox-actions button.mf-bb-filebox-cancel {
background-image: var(--mf-bb-filebox-icon-cancel);
}
.mf-bb-fileboxes .mf-bb-filebox:hover button.mf-bb-filebox-cancel {
background-image: var(--mf-bb-filebox-icon-cancel-hover);
}
.mf-bb-fileboxes .mf-bb-filebox-icon {
--mf-bb-filebox-icon-size: 32px;
background-image: var(--mf-bb-filebox-icon-type);
}
.mf-bb-fileboxes .mf-bb-filebox-progress {
position: relative;
width: 100%;
height: 3px;
margin-top: -3px;
display: flex;
background-color: var(--mf-bb-filebox-progress-bg);
top: 8px;
border-radius: 2px;
overflow: hidden;
--mf-bb-progress-percent: -100%;
}
.mf-bb-fileboxes .mf-bb-filebox-progress.hidden {
opacity: 0;
}
.mf-bb-fileboxes .mf-bb-filebox-progress::before {
content: '';
display: block;
width: 100%;
height: 100%;
background-color: var(--mf-bb-filebox-progress-active);
border-radius: 2px;
position: absolute;
top: 0;
left: 0;
transform: translateX(var(--mf-bb-progress-percent));
transition: transform 250ms ease-in-out;
}
@media (max-width: 808px) {
.mf-bb-fileboxes .mf-bb-filebox-wrapper {
align-items: center;
}
}      .fl-builder-row-settings #fl-field-separator_position {
display: none !important;
}
.fl-builder-row-settings #fl-field-separator_position {
display: none !important;
}
.fl-builder-row-settings #fl-field-separator_position {
display: none !important;
}
.fl-builder-row-settings #fl-field-separator_position {
display: none !important;
}
.fl-builder-row-settings #fl-field-separator_position {
display: none !important;
}
.fl-builder-row-settings #fl-field-separator_position {
display: none !important;
}
.fl-builder-row-settings #fl-field-separator_position {
display: none !important;
}
.fl-node-ki9d2vb731sp .fl-row-content {
min-width: 0px;
}
.fl-node-k0ifrag2pjyu .fl-row-content {
min-width: 0px;
}
.fl-node-m2zh5ufaj64s .fl-row-content {
min-width: 0px;
}
.fl-node-x48jk7thfuge .fl-row-content {
min-width: 0px;
}
.fl-node-lrb7u6fvh2z8 .fl-row-content {
min-width: 0px;
}
.fl-node-ly81gerhbt3n .fl-row-content {
min-width: 0px;
}
.fl-node-9s2d0uxvt6kf .fl-row-content {
min-width: 0px;
}