.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:before,
.fl-module: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:after,
.fl-module-content:after {
clear: both;
}
.fl-clear {
clear: both;
} .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-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%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%); -webkit-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 {
align-items: center;
justify-content: center;
-webkit-align-items: center;
-webkit-box-align: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-align: center;
-ms-flex-pack: 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 {
align-items: flex-end;
justify-content: flex-end;
-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;
} .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 {
align-items: center;
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-module,
.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;
} .fl-module img {
max-width: 100%;
} .fl-builder-module-template {
margin: 0 auto;
max-width: 1100px;
padding: 20px;
} .fl-builder-content a.fl-button,
.fl-builder-content a.fl-button:visited {
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-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 {
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-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;
-moz-box-shadow: none;
-webkit-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;
-moz-box-shadow: none !important;
-webkit-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;
-moz-box-shadow: none !important;
-webkit-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;
}
.fl-builder-preview .fl-animation,
.fl-builder-edit .fl-animation,
.fl-animated {
opacity: 1;
}
.fl-animated {
animation-fill-mode: both;
-webkit-animation-fill-mode: both;
} .fl-button.fl-button-icon-animation i {
width: 0 !important;
opacity: 0;
-ms-filter: "alpha(opacity=0)";
transition: all 0.2s ease-out;
-webkit-transition: all 0.2s ease-out;
}
.fl-button.fl-button-icon-animation:hover i {
opacity: 1! important;
-ms-filter: "alpha(opacity=100)";
}
.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;
} .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-builder-content a.fl-button,
.fl-builder-content a.fl-button:visited {
background: #fafafa;
border: 1px solid #ccc;
color: #333;
}
.fl-builder-content a.fl-button *,
.fl-builder-content a.fl-button:visited * {
color: #333;
}@media (max-width: 1200px) { }@media (max-width: 992px) {  .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: 768px) { .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: 1201px) {
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: 993px) and (max-width: 1200px) {
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: 769px) and (max-width: 992px) {
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: 768px) {
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-row-fixed-width {
max-width: 1100px;
}
.fl-row-content-wrap {
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding-top: 20px;
padding-right: 20px;
padding-bottom: 20px;
padding-left: 20px;
}
.fl-col-content {
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}
.fl-module-content, :where(.fl-module:not(:has(> .fl-module-content))) {
margin-top: 20px;
margin-right: 20px;
margin-bottom: 20px;
margin-left: 20px;
}
.page .fl-post-header, .single-fl-builder-template .fl-post-header { display:none; } .fl-node-5f7d765c14acf.fl-row-full-height > .fl-row-content-wrap,
.fl-node-5f7d765c14acf.fl-row-custom-height > .fl-row-content-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.fl-node-5f7d765c14acf.fl-row-full-height > .fl-row-content-wrap {
min-height: 100vh;
}
.fl-node-5f7d765c14acf.fl-row-custom-height > .fl-row-content-wrap {
min-height: 0;
}
.fl-builder-edit .fl-node-5f7d765c14acf.fl-row-full-height > .fl-row-content-wrap {
min-height: calc( 100vh - 48px );
} @media all and (width: 768px) and (height: 1024px) and (orientation:portrait){
.fl-node-5f7d765c14acf.fl-row-full-height > .fl-row-content-wrap {
min-height: 1024px;
}
} @media all and (width: 1024px) and (height: 768px) and (orientation:landscape){
.fl-node-5f7d765c14acf.fl-row-full-height > .fl-row-content-wrap {
min-height: 768px;
}
} @media screen and (aspect-ratio: 40/71) {
.fl-node-5f7d765c14acf.fl-row-full-height > .fl-row-content-wrap {
min-height: 500px;
}
}
.fl-node-5f7d765c14acf > .fl-row-content-wrap {
background-image: url(https://anysbergbiltong.com/wp-content/uploads/2020/10/main_header.jpg);
background-repeat: no-repeat;
background-position: center center;
background-attachment: scroll;
background-size: cover;
}
.fl-node-5f7d765c14acf.fl-row-custom-height > .fl-row-content-wrap {
min-height: 500px;
}
.fl-node-608bcb38ed10f > .fl-row-content-wrap:after {
background-color: rgba(0,0,0,0.90);
}
.fl-node-608bcb38ed10f > .fl-row-content-wrap {
background-image: url(https://anysbergbiltong.com/wp-content/uploads/2020/10/Anysbergbiltongendeli-1-3.jpg);
background-repeat: no-repeat;
background-position: center center;
background-attachment: scroll;
background-size: cover;
}
.fl-node-608bcb38ed10f > .fl-row-content-wrap {
padding-top:60px;
}
.fl-node-5f7d76681c7f3 > .fl-row-content-wrap:after {
background-color: rgba(0,0,0,0.90);
}
.fl-node-5f7d76681c7f3 > .fl-row-content-wrap {
background-image: url(https://anysbergbiltong.com/wp-content/uploads/2020/10/Anysbergbiltongendeli-1-3.jpg);
background-repeat: no-repeat;
background-position: center center;
background-attachment: scroll;
background-size: cover;
}
.fl-node-5f7d76681c7f3 > .fl-row-content-wrap {
padding-bottom:50px;
}
.fl-node-60ae4470c9def > .fl-row-content-wrap:after {
background-color: rgba(0,0,0,0.90);
}
.fl-node-60ae4470c9def > .fl-row-content-wrap {
background-image: url(https://anysbergbiltong.com/wp-content/uploads/2020/10/Anysbergbiltongendeli-1-3.jpg);
background-repeat: no-repeat;
background-position: center center;
background-attachment: scroll;
background-size: cover;
}
.fl-node-60ae4470c9def > .fl-row-content-wrap {
padding-bottom:50px;
}
.fl-node-60ae45f28f4a1 > .fl-row-content-wrap:after {
background-color: rgba(0,0,0,0.90);
}
.fl-node-60ae45f28f4a1 > .fl-row-content-wrap {
background-image: url(https://anysbergbiltong.com/wp-content/uploads/2020/10/Anysbergbiltongendeli-1-3.jpg);
background-repeat: no-repeat;
background-position: center center;
background-attachment: scroll;
background-size: cover;
}
.fl-node-60ae45f28f4a1 > .fl-row-content-wrap {
padding-bottom:50px;
}
.fl-node-60af6b814eefa > .fl-row-content-wrap:after {
background-color: rgba(0,0,0,0.90);
}
.fl-node-60af6b814eefa > .fl-row-content-wrap {
background-image: url(https://anysbergbiltong.com/wp-content/uploads/2020/10/Anysbergbiltongendeli-1-3.jpg);
background-repeat: no-repeat;
background-position: center center;
background-attachment: scroll;
background-size: cover;
}
.fl-node-60af6b814eefa > .fl-row-content-wrap {
padding-bottom:50px;
}
.fl-node-5f7d765c0a943 {
width: 100%;
}
.fl-node-60892df6def95 {
width: 100%;
}
.fl-node-608bcb38ed107 {
width: 50%;
}
.fl-node-608bcb38ed107 > .fl-col-content {
background-repeat: no-repeat;
background-position: center center;
background-attachment: scroll;
background-size: cover;
}
.fl-node-60ae4334bd5f8 {
width: 25%;
}
.fl-node-60ae4334bd5f8 > .fl-col-content {
border-style: solid;
border-width: 0;
background-clip: border-box;
border-color: #c9650a;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
}
.fl-node-60ae46e46e183 {
width: 25%;
}
.fl-node-60ae46e46e183 > .fl-col-content {
border-style: solid;
border-width: 0;
background-clip: border-box;
border-color: #c9650a;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
}
.fl-node-60ae471cd9824 {
width: 25%;
}
.fl-node-60ae471cd9824 > .fl-col-content {
border-style: solid;
border-width: 0;
background-clip: border-box;
border-color: #c9650a;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
}
.fl-node-60af6b814f118 {
width: 25%;
}
.fl-node-60af6b814f118 > .fl-col-content {
border-style: solid;
border-width: 0;
background-clip: border-box;
border-color: #c9650a;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
}
.fl-node-608bcb38ed108 {
width: 50%;
}
.fl-node-60ae4334bd5fb {
width: 25%;
}
.fl-node-60ae4334bd5fb > .fl-col-content {
border-style: solid;
border-width: 0;
background-clip: border-box;
border-color: #c9650a;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
}
.fl-node-60ae46e46e189 {
width: 25%;
}
.fl-node-60ae46e46e189 > .fl-col-content {
border-style: solid;
border-width: 0;
background-clip: border-box;
border-color: #c9650a;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
}
.fl-node-60ae471cd9829 {
width: 25%;
}
.fl-node-60ae471cd9829 > .fl-col-content {
border-style: solid;
border-width: 0;
background-clip: border-box;
border-color: #c9650a;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
}
.fl-node-dg9yrnhvmsc2 {
width: 25%;
}
.fl-node-dg9yrnhvmsc2 > .fl-col-content {
border-style: solid;
border-width: 0;
background-clip: border-box;
border-color: #c9650a;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
}
.fl-node-60ae4334bd5fd {
width: 25%;
}
.fl-node-60ae4334bd5fd > .fl-col-content {
border-style: solid;
border-width: 0;
background-clip: border-box;
border-color: #c9650a;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
}
.fl-node-60ae46e46e18c {
width: 25%;
}
.fl-node-60ae46e46e18c > .fl-col-content {
border-style: solid;
border-width: 0;
background-clip: border-box;
border-color: #c9650a;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
}
.fl-node-60ae471cd982c {
width: 25%;
}
.fl-node-60ae471cd982c > .fl-col-content {
border-style: solid;
border-width: 0;
background-clip: border-box;
border-color: #c9650a;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
}
.fl-node-60af6b814f120 {
width: 25%;
}
.fl-node-60af6b814f120 > .fl-col-content {
border-style: none;
border-width: 0;
background-clip: border-box;
}
.fl-node-60ae4334bd5fe {
width: 25%;
}
.fl-node-60ae4334bd5fe > .fl-col-content {
border-style: solid;
border-width: 0;
background-clip: border-box;
border-color: #c9650a;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
}
.fl-node-60ae46e46e18f {
width: 25%;
}
.fl-node-60ae46e46e18f > .fl-col-content {
border-style: solid;
border-width: 0;
background-clip: border-box;
border-color: #c9650a;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
}
.fl-node-60ae471cd982e {
width: 25%;
}
.fl-node-60ae471cd982e > .fl-col-content {
border-style: solid;
border-width: 0;
background-clip: border-box;
border-color: #c9650a;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
}
.fl-node-60af6b814f125 {
width: 25%;
}
.fl-node-60af6b814f125 > .fl-col-content {
border-style: none;
border-width: 0;
background-clip: border-box;
}
.fl-module-heading .fl-heading {
padding: 0 !important;
margin: 0 !important;
}.fl-row .fl-col .fl-node-60892d1063874 h2.fl-heading a,
.fl-row .fl-col .fl-node-60892d1063874 h2.fl-heading .fl-heading-text,
.fl-row .fl-col .fl-node-60892d1063874 h2.fl-heading .fl-heading-text *,
.fl-node-60892d1063874 h2.fl-heading .fl-heading-text {
color: #c9650a;
}
.fl-row .fl-col .fl-node-60892d9e923eb h2.fl-heading a,
.fl-row .fl-col .fl-node-60892d9e923eb h2.fl-heading .fl-heading-text,
.fl-row .fl-col .fl-node-60892d9e923eb h2.fl-heading .fl-heading-text *,
.fl-node-60892d9e923eb h2.fl-heading .fl-heading-text {
color: #c9650a;
}
.fl-row .fl-col .fl-node-60892df6dee1e h2.fl-heading a,
.fl-row .fl-col .fl-node-60892df6dee1e h2.fl-heading .fl-heading-text,
.fl-row .fl-col .fl-node-60892df6dee1e h2.fl-heading .fl-heading-text *,
.fl-node-60892df6dee1e h2.fl-heading .fl-heading-text {
color: #c9650a;
}
.fl-node-60892df6dee1e.fl-module-heading .fl-heading {
font-family: "Noto Sans", sans-serif;
font-weight: 700;
text-transform: uppercase;
}
.fl-node-60892df6dee1e > .fl-module-content {
margin-bottom:20px;
}
.fl-row .fl-col .fl-node-60892e65512fb h2.fl-heading a,
.fl-row .fl-col .fl-node-60892e65512fb h2.fl-heading .fl-heading-text,
.fl-row .fl-col .fl-node-60892e65512fb h2.fl-heading .fl-heading-text *,
.fl-node-60892e65512fb h2.fl-heading .fl-heading-text {
color: #c9650a;
}
.fl-row .fl-col .fl-node-60892efe19e15 h2.fl-heading a,
.fl-row .fl-col .fl-node-60892efe19e15 h2.fl-heading .fl-heading-text,
.fl-row .fl-col .fl-node-60892efe19e15 h2.fl-heading .fl-heading-text *,
.fl-node-60892efe19e15 h2.fl-heading .fl-heading-text {
color: #c9650a;
}
.fl-row .fl-col .fl-node-60ae4004214af h2.fl-heading a,
.fl-row .fl-col .fl-node-60ae4004214af h2.fl-heading .fl-heading-text,
.fl-row .fl-col .fl-node-60ae4004214af h2.fl-heading .fl-heading-text *,
.fl-node-60ae4004214af h2.fl-heading .fl-heading-text {
color: #c9650a;
}
.fl-node-60ae4004214af.fl-module-heading .fl-heading {
font-family: "Noto Sans", sans-serif;
font-weight: 700;
text-transform: uppercase;
}
.fl-node-60ae4004214af > .fl-module-content {
margin-bottom:0px;
}
.fl-row .fl-col .fl-node-60ae401a6391a h2.fl-heading a,
.fl-row .fl-col .fl-node-60ae401a6391a h2.fl-heading .fl-heading-text,
.fl-row .fl-col .fl-node-60ae401a6391a h2.fl-heading .fl-heading-text *,
.fl-node-60ae401a6391a h2.fl-heading .fl-heading-text {
color: #c9650a;
}
.fl-node-60ae401a6391a.fl-module-heading .fl-heading {
font-family: "Noto Sans", sans-serif;
font-weight: 700;
text-transform: uppercase;
}
.fl-node-60ae401a6391a > .fl-module-content {
margin-bottom:0px;
}
.fl-row .fl-col .fl-node-60ae4470cb610 h2.fl-heading a,
.fl-row .fl-col .fl-node-60ae4470cb610 h2.fl-heading .fl-heading-text,
.fl-row .fl-col .fl-node-60ae4470cb610 h2.fl-heading .fl-heading-text *,
.fl-node-60ae4470cb610 h2.fl-heading .fl-heading-text {
color: #c9650a;
}
.fl-row .fl-col .fl-node-60ae4470cb612 h2.fl-heading a,
.fl-row .fl-col .fl-node-60ae4470cb612 h2.fl-heading .fl-heading-text,
.fl-row .fl-col .fl-node-60ae4470cb612 h2.fl-heading .fl-heading-text *,
.fl-node-60ae4470cb612 h2.fl-heading .fl-heading-text {
color: #c9650a;
}
.fl-row .fl-col .fl-node-60ae4470cb614 h2.fl-heading a,
.fl-row .fl-col .fl-node-60ae4470cb614 h2.fl-heading .fl-heading-text,
.fl-row .fl-col .fl-node-60ae4470cb614 h2.fl-heading .fl-heading-text *,
.fl-node-60ae4470cb614 h2.fl-heading .fl-heading-text {
color: #c9650a;
}
.fl-row .fl-col .fl-node-60ae4470cb616 h2.fl-heading a,
.fl-row .fl-col .fl-node-60ae4470cb616 h2.fl-heading .fl-heading-text,
.fl-row .fl-col .fl-node-60ae4470cb616 h2.fl-heading .fl-heading-text *,
.fl-node-60ae4470cb616 h2.fl-heading .fl-heading-text {
color: #c9650a;
}
.fl-node-60ae4470cb616.fl-module-heading .fl-heading {
text-transform: none;
}
.fl-row .fl-col .fl-node-60ae45f28fbcd h2.fl-heading a,
.fl-row .fl-col .fl-node-60ae45f28fbcd h2.fl-heading .fl-heading-text,
.fl-row .fl-col .fl-node-60ae45f28fbcd h2.fl-heading .fl-heading-text *,
.fl-node-60ae45f28fbcd h2.fl-heading .fl-heading-text {
color: #c9650a;
}
.fl-row .fl-col .fl-node-60ae45f28fbcf h2.fl-heading a,
.fl-row .fl-col .fl-node-60ae45f28fbcf h2.fl-heading .fl-heading-text,
.fl-row .fl-col .fl-node-60ae45f28fbcf h2.fl-heading .fl-heading-text *,
.fl-node-60ae45f28fbcf h2.fl-heading .fl-heading-text {
color: #c9650a;
}
.fl-row .fl-col .fl-node-60ae45f28fbd1 h2.fl-heading a,
.fl-row .fl-col .fl-node-60ae45f28fbd1 h2.fl-heading .fl-heading-text,
.fl-row .fl-col .fl-node-60ae45f28fbd1 h2.fl-heading .fl-heading-text *,
.fl-node-60ae45f28fbd1 h2.fl-heading .fl-heading-text {
color: #c9650a;
}
.fl-node-60ae45f28fbd1.fl-module-heading .fl-heading {
text-transform: none;
}
.fl-row .fl-col .fl-node-60ae45f28fbd3 h2.fl-heading a,
.fl-row .fl-col .fl-node-60ae45f28fbd3 h2.fl-heading .fl-heading-text,
.fl-row .fl-col .fl-node-60ae45f28fbd3 h2.fl-heading .fl-heading-text *,
.fl-node-60ae45f28fbd3 h2.fl-heading .fl-heading-text {
color: #c9650a;
}
.fl-row .fl-col .fl-node-60af6b814f119 h2.fl-heading a,
.fl-row .fl-col .fl-node-60af6b814f119 h2.fl-heading .fl-heading-text,
.fl-row .fl-col .fl-node-60af6b814f119 h2.fl-heading .fl-heading-text *,
.fl-node-60af6b814f119 h2.fl-heading .fl-heading-text {
color: #c9650a;
}
@media (max-width: 768px) { .fl-module-icon {
text-align: center;
}
}
.fl-node-608bcb38ed10a .fl-icon i, .fl-node-608bcb38ed10a .fl-icon i:before {
font-size: 30px;
}
.fl-node-608bcb38ed10a .fl-icon-wrap .fl-icon-text {
height: 52.5px;
}
.fl-node-608bcb38ed10a.fl-module-icon {
text-align: center;
}
@media(max-width: 1200px) {
.fl-node-608bcb38ed10a .fl-icon-wrap .fl-icon-text {
height: 52.5px;
}
}
@media(max-width: 992px) {
.fl-node-608bcb38ed10a .fl-icon-wrap .fl-icon-text {
height: 52.5px;
}
}
@media(max-width: 768px) {
.fl-node-608bcb38ed10a .fl-icon-wrap .fl-icon-text {
height: 52.5px;
}
}
.fl-node-608bcb38ed10a > .fl-module-content {
margin-bottom:0px;
}
.fl-node-608bcf1d67707 .fl-icon i,
.fl-node-608bcf1d67707 .fl-icon i:before {
color: #ffffff;
}
.fl-node-608bcf1d67707 .fl-icon i, .fl-node-608bcf1d67707 .fl-icon i:before {
font-size: 19px;
}
.fl-node-608bcf1d67707 .fl-icon-wrap .fl-icon-text {
height: 33.25px;
}
.fl-node-608bcf1d67707.fl-module-icon {
text-align: left;
}
@media(max-width: 1200px) {
.fl-node-608bcf1d67707 .fl-icon-wrap .fl-icon-text {
height: 33.25px;
}
}
@media(max-width: 992px) {
.fl-node-608bcf1d67707 .fl-icon-wrap .fl-icon-text {
height: 33.25px;
}
}
@media(max-width: 768px) {
.fl-node-608bcf1d67707 .fl-icon-wrap .fl-icon-text {
height: 33.25px;
}
}
.fl-node-608bcfcd6a101 .fl-icon i,
.fl-node-608bcfcd6a101 .fl-icon i:before {
color: #ffffff;
}
.fl-node-608bcfcd6a101 .fl-icon i, .fl-node-608bcfcd6a101 .fl-icon i:before {
font-size: 19px;
}
.fl-node-608bcfcd6a101 .fl-icon-wrap .fl-icon-text {
height: 33.25px;
}
.fl-node-608bcfcd6a101.fl-module-icon {
text-align: left;
}
@media(max-width: 1200px) {
.fl-node-608bcfcd6a101 .fl-icon-wrap .fl-icon-text {
height: 33.25px;
}
}
@media(max-width: 992px) {
.fl-node-608bcfcd6a101 .fl-icon-wrap .fl-icon-text {
height: 33.25px;
}
}
@media(max-width: 768px) {
.fl-node-608bcfcd6a101 .fl-icon-wrap .fl-icon-text {
height: 33.25px;
}
}
.fl-node-608bcfd79fe03 .fl-icon i,
.fl-node-608bcfd79fe03 .fl-icon i:before {
color: #ffffff;
}
.fl-node-608bcfd79fe03 .fl-icon i, .fl-node-608bcfd79fe03 .fl-icon i:before {
font-size: 19px;
}
.fl-node-608bcfd79fe03 .fl-icon-wrap .fl-icon-text {
height: 33.25px;
}
.fl-node-608bcfd79fe03.fl-module-icon {
text-align: left;
}
@media(max-width: 1200px) {
.fl-node-608bcfd79fe03 .fl-icon-wrap .fl-icon-text {
height: 33.25px;
}
}
@media(max-width: 992px) {
.fl-node-608bcfd79fe03 .fl-icon-wrap .fl-icon-text {
height: 33.25px;
}
}
@media(max-width: 768px) {
.fl-node-608bcfd79fe03 .fl-icon-wrap .fl-icon-text {
height: 33.25px;
}
}
.fl-node-60ae440cebebb .fl-icon i,
.fl-node-60ae440cebebb .fl-icon i:before {
color: #ffffff;
}
.fl-node-60ae440cebebb .fl-icon i, .fl-node-60ae440cebebb .fl-icon i:before {
font-size: 19px;
}
.fl-node-60ae440cebebb .fl-icon-wrap .fl-icon-text {
height: 33.25px;
}
.fl-node-60ae440cebebb.fl-module-icon {
text-align: left;
}
@media(max-width: 1200px) {
.fl-node-60ae440cebebb .fl-icon-wrap .fl-icon-text {
height: 33.25px;
}
}
@media(max-width: 992px) {
.fl-node-60ae440cebebb .fl-icon-wrap .fl-icon-text {
height: 33.25px;
}
}
@media(max-width: 768px) {
.fl-node-60ae440cebebb .fl-icon-wrap .fl-icon-text {
height: 33.25px;
}
}
.fl-node-60ae4470cb619 .fl-icon i,
.fl-node-60ae4470cb619 .fl-icon i:before {
color: #ffffff;
}
.fl-node-60ae4470cb619 .fl-icon i, .fl-node-60ae4470cb619 .fl-icon i:before {
font-size: 19px;
}
.fl-node-60ae4470cb619 .fl-icon-wrap .fl-icon-text {
height: 33.25px;
}
.fl-node-60ae4470cb619.fl-module-icon {
text-align: left;
}
@media(max-width: 1200px) {
.fl-node-60ae4470cb619 .fl-icon-wrap .fl-icon-text {
height: 33.25px;
}
}
@media(max-width: 992px) {
.fl-node-60ae4470cb619 .fl-icon-wrap .fl-icon-text {
height: 33.25px;
}
}
@media(max-width: 768px) {
.fl-node-60ae4470cb619 .fl-icon-wrap .fl-icon-text {
height: 33.25px;
}
}
.fl-node-60ae4470cb61b .fl-icon i,
.fl-node-60ae4470cb61b .fl-icon i:before {
color: #ffffff;
}
.fl-node-60ae4470cb61b .fl-icon i, .fl-node-60ae4470cb61b .fl-icon i:before {
font-size: 19px;
}
.fl-node-60ae4470cb61b .fl-icon-wrap .fl-icon-text {
height: 33.25px;
}
.fl-node-60ae4470cb61b.fl-module-icon {
text-align: left;
}
@media(max-width: 1200px) {
.fl-node-60ae4470cb61b .fl-icon-wrap .fl-icon-text {
height: 33.25px;
}
}
@media(max-width: 992px) {
.fl-node-60ae4470cb61b .fl-icon-wrap .fl-icon-text {
height: 33.25px;
}
}
@media(max-width: 768px) {
.fl-node-60ae4470cb61b .fl-icon-wrap .fl-icon-text {
height: 33.25px;
}
}
.fl-node-60ae4470cb61d .fl-icon i,
.fl-node-60ae4470cb61d .fl-icon i:before {
color: #ffffff;
}
.fl-node-60ae4470cb61d .fl-icon i, .fl-node-60ae4470cb61d .fl-icon i:before {
font-size: 19px;
}
.fl-node-60ae4470cb61d .fl-icon-wrap .fl-icon-text {
height: 33.25px;
}
.fl-node-60ae4470cb61d.fl-module-icon {
text-align: left;
}
@media(max-width: 1200px) {
.fl-node-60ae4470cb61d .fl-icon-wrap .fl-icon-text {
height: 33.25px;
}
}
@media(max-width: 992px) {
.fl-node-60ae4470cb61d .fl-icon-wrap .fl-icon-text {
height: 33.25px;
}
}
@media(max-width: 768px) {
.fl-node-60ae4470cb61d .fl-icon-wrap .fl-icon-text {
height: 33.25px;
}
}
.fl-node-60ae4470cb61f .fl-icon i,
.fl-node-60ae4470cb61f .fl-icon i:before {
color: #ffffff;
}
.fl-node-60ae4470cb61f .fl-icon i, .fl-node-60ae4470cb61f .fl-icon i:before {
font-size: 19px;
}
.fl-node-60ae4470cb61f .fl-icon-wrap .fl-icon-text {
height: 33.25px;
}
.fl-node-60ae4470cb61f.fl-module-icon {
text-align: left;
}
@media(max-width: 1200px) {
.fl-node-60ae4470cb61f .fl-icon-wrap .fl-icon-text {
height: 33.25px;
}
}
@media(max-width: 992px) {
.fl-node-60ae4470cb61f .fl-icon-wrap .fl-icon-text {
height: 33.25px;
}
}
@media(max-width: 768px) {
.fl-node-60ae4470cb61f .fl-icon-wrap .fl-icon-text {
height: 33.25px;
}
}
.fl-node-60ae45f28fbd6 .fl-icon i,
.fl-node-60ae45f28fbd6 .fl-icon i:before {
color: #ffffff;
}
.fl-node-60ae45f28fbd6 .fl-icon i, .fl-node-60ae45f28fbd6 .fl-icon i:before {
font-size: 19px;
}
.fl-node-60ae45f28fbd6 .fl-icon-wrap .fl-icon-text {
height: 33.25px;
}
.fl-node-60ae45f28fbd6.fl-module-icon {
text-align: left;
}
@media(max-width: 1200px) {
.fl-node-60ae45f28fbd6 .fl-icon-wrap .fl-icon-text {
height: 33.25px;
}
}
@media(max-width: 992px) {
.fl-node-60ae45f28fbd6 .fl-icon-wrap .fl-icon-text {
height: 33.25px;
}
}
@media(max-width: 768px) {
.fl-node-60ae45f28fbd6 .fl-icon-wrap .fl-icon-text {
height: 33.25px;
}
}
.fl-node-60ae45f28fbd8 .fl-icon i,
.fl-node-60ae45f28fbd8 .fl-icon i:before {
color: #ffffff;
}
.fl-node-60ae45f28fbd8 .fl-icon i, .fl-node-60ae45f28fbd8 .fl-icon i:before {
font-size: 19px;
}
.fl-node-60ae45f28fbd8 .fl-icon-wrap .fl-icon-text {
height: 33.25px;
}
.fl-node-60ae45f28fbd8.fl-module-icon {
text-align: left;
}
@media(max-width: 1200px) {
.fl-node-60ae45f28fbd8 .fl-icon-wrap .fl-icon-text {
height: 33.25px;
}
}
@media(max-width: 992px) {
.fl-node-60ae45f28fbd8 .fl-icon-wrap .fl-icon-text {
height: 33.25px;
}
}
@media(max-width: 768px) {
.fl-node-60ae45f28fbd8 .fl-icon-wrap .fl-icon-text {
height: 33.25px;
}
}
.fl-node-60ae45f28fbda .fl-icon i,
.fl-node-60ae45f28fbda .fl-icon i:before {
color: #ffffff;
}
.fl-node-60ae45f28fbda .fl-icon i, .fl-node-60ae45f28fbda .fl-icon i:before {
font-size: 19px;
}
.fl-node-60ae45f28fbda .fl-icon-wrap .fl-icon-text {
height: 33.25px;
}
.fl-node-60ae45f28fbda.fl-module-icon {
text-align: left;
}
@media(max-width: 1200px) {
.fl-node-60ae45f28fbda .fl-icon-wrap .fl-icon-text {
height: 33.25px;
}
}
@media(max-width: 992px) {
.fl-node-60ae45f28fbda .fl-icon-wrap .fl-icon-text {
height: 33.25px;
}
}
@media(max-width: 768px) {
.fl-node-60ae45f28fbda .fl-icon-wrap .fl-icon-text {
height: 33.25px;
}
}
.fl-node-60ae45f28fbdc .fl-icon i,
.fl-node-60ae45f28fbdc .fl-icon i:before {
color: #ffffff;
}
.fl-node-60ae45f28fbdc .fl-icon i, .fl-node-60ae45f28fbdc .fl-icon i:before {
font-size: 19px;
}
.fl-node-60ae45f28fbdc .fl-icon-wrap .fl-icon-text {
height: 33.25px;
}
.fl-node-60ae45f28fbdc.fl-module-icon {
text-align: left;
}
@media(max-width: 1200px) {
.fl-node-60ae45f28fbdc .fl-icon-wrap .fl-icon-text {
height: 33.25px;
}
}
@media(max-width: 992px) {
.fl-node-60ae45f28fbdc .fl-icon-wrap .fl-icon-text {
height: 33.25px;
}
}
@media(max-width: 768px) {
.fl-node-60ae45f28fbdc .fl-icon-wrap .fl-icon-text {
height: 33.25px;
}
}
.fl-node-60af6b814f11a .fl-icon i,
.fl-node-60af6b814f11a .fl-icon i:before {
color: #ffffff;
}
.fl-node-60af6b814f11a .fl-icon i, .fl-node-60af6b814f11a .fl-icon i:before {
font-size: 19px;
}
.fl-node-60af6b814f11a .fl-icon-wrap .fl-icon-text {
height: 33.25px;
}
.fl-node-60af6b814f11a.fl-module-icon {
text-align: left;
}
@media(max-width: 1200px) {
.fl-node-60af6b814f11a .fl-icon-wrap .fl-icon-text {
height: 33.25px;
}
}
@media(max-width: 992px) {
.fl-node-60af6b814f11a .fl-icon-wrap .fl-icon-text {
height: 33.25px;
}
}
@media(max-width: 768px) {
.fl-node-60af6b814f11a .fl-icon-wrap .fl-icon-text {
height: 33.25px;
}
}
.fl-row .fl-col .fl-node-wb5djcqxi9hs h2.fl-heading a,
.fl-row .fl-col .fl-node-wb5djcqxi9hs h2.fl-heading .fl-heading-text,
.fl-row .fl-col .fl-node-wb5djcqxi9hs h2.fl-heading .fl-heading-text *,
.fl-node-wb5djcqxi9hs h2.fl-heading .fl-heading-text {
color: #c9650a;
}
.fl-node-60892d291316a > .fl-module-content {
margin-top:0px;
}
.fl-node-60892da445a8e > .fl-module-content {
margin-top:0px;
}
.fl-node-60892e7605c55 > .fl-module-content {
margin-top:0px;
}
.fl-node-60894b5b76767 > .fl-module-content {
margin-top:0px;
}
.fl-builder-content .fl-rich-text strong {
font-weight: bold;
}
.fl-builder-content .fl-node-608bcb38ed109 .fl-module-content .fl-rich-text,
.fl-builder-content .fl-node-608bcb38ed109 .fl-module-content .fl-rich-text * {
color: #c9650a;
}
.fl-builder-content .fl-node-608bcb38ed109 .fl-rich-text, .fl-builder-content .fl-node-608bcb38ed109 .fl-rich-text *:not(b, strong) {
font-size: 17px;
text-align: center;
}
.fl-node-608bcb38ed109 > .fl-module-content {
margin-top:0px;
margin-bottom:0px;
}
.fl-node-60ae4470cb622 > .fl-module-content {
margin-top:0px;
}
.fl-node-60ae4470cb624 > .fl-module-content {
margin-top:0px;
}
.fl-node-60ae4470cb626 > .fl-module-content {
margin-top:0px;
}
.fl-node-60ae4470cb628 > .fl-module-content {
margin-top:0px;
}
.fl-node-60ae45f28fbdf > .fl-module-content {
margin-top:0px;
}
.fl-node-60ae45f28fbe1 > .fl-module-content {
margin-top:0px;
}
.fl-node-60ae45f28fbe3 > .fl-module-content {
margin-top:0px;
}
.fl-node-60ae45f28fbe5 > .fl-module-content {
margin-top:0px;
}
.fl-node-60af6b814f11b > .fl-module-content {
margin-top:0px;
}
.fl-node-rbzi8do7csk5 .fl-icon i,
.fl-node-rbzi8do7csk5 .fl-icon i:before {
color: #ffffff;
}
.fl-node-rbzi8do7csk5 .fl-icon i, .fl-node-rbzi8do7csk5 .fl-icon i:before {
font-size: 19px;
}
.fl-node-rbzi8do7csk5 .fl-icon-wrap .fl-icon-text {
height: 33.25px;
}
.fl-node-rbzi8do7csk5.fl-module-icon {
text-align: left;
}
@media(max-width: 1200px) {
.fl-node-rbzi8do7csk5 .fl-icon-wrap .fl-icon-text {
height: 33.25px;
}
}
@media(max-width: 992px) {
.fl-node-rbzi8do7csk5 .fl-icon-wrap .fl-icon-text {
height: 33.25px;
}
}
@media(max-width: 768px) {
.fl-node-rbzi8do7csk5 .fl-icon-wrap .fl-icon-text {
height: 33.25px;
}
}
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: 768px) { .fl-photo-content,
.fl-photo-img {
max-width: 100%;
} }.fl-node-60af75ba4d81c .fl-photo {
text-align: center;
}
.fl-node-60af75ba4d81c > .fl-module-content {
margin-top:0px;
}
.fl-node-h9gufjynsdbo > .fl-module-content {
margin-top:0px;
}.ast-header-sticky-active{position:fixed!important;right:0;left:0;margin:0 auto;z-index:99}.ast-footer-sticky-active .ast-custom-footer{position:fixed!important;right:0;left:0;bottom:0;margin:0 auto;z-index:99}.ast-custom-header{position:relative;z-index:99}.ast-custom-header.ast-header-sticky-active .fl-row-content-wrap{transition:padding .3s linear}.ast-custom-header.ast-header-sticky-active .fl-module-content{transition:all .3s linear}.ast-custom-header.ast-header-sticky-active .elementor-section-wrap{transition:padding .3s linear}.ast-custom-header.ast-header-sticky-active .elementor-row>.elementor-column>.elementor-element-populated{transition:all .3s linear}.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .fl-row-content-wrap{transition:padding .3s linear;padding-top:5px;padding-bottom:5px;box-sizing:border-box}.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .fl-module-content{margin-top:5px;margin-bottom:5px;transition:all .3s linear}.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .fl-module-content.fl-node-content img{max-height:50px;width:auto}.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .elementor-section-wrap{transition:padding .3s linear;box-sizing:border-box}.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .elementor-section-wrap img{max-height:50px;width:auto}.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .elementor-row>.elementor-column>.elementor-element-populated{max-height:60px;transition:all .3s linear}.ast-custom-header.ast-header-sticky-active{top:0;width:100%;transition:ease-out}.single-advanced-hook .ast-no-title,.single-advanced-hook .hentry{margin:0}.js_active .ast-plain-container.single-advanced-hook .entry-header{margin:0}.summary.entry-summary+[CLASS*=astra-advanced-hook]{clear:both}.single-astra-advanced-hook .wp-block-buttons,.single-astra-advanced-hook .wp-block-uagb-buttons{margin-bottom:1.5em}.single-astra-advanced-hook .ast-container{flex-wrap:wrap}.single-astra-advanced-hook .ast-container>*{width:100%}.ast-header-break-point .ast-header-sections-navigation{border-top:1px solid var(--ast-border-color);background-color:#f9f9f9}.ast-header-break-point .ast-header-sections-navigation .ast-swap-above-header-sections .ast-above-header-section-1{order:2;justify-content:flex-end}.ast-header-break-point .ast-header-sections-navigation .ast-swap-above-header-sections .ast-above-header-section-2{order:1;justify-content:flex-start}.ast-header-break-point .ast-header-sections-navigation .ast-swap-below-header-sections .below-header-section-1{order:2;justify-content:flex-end}.ast-header-break-point .ast-header-sections-navigation .ast-swap-below-header-sections .below-header-section-2{order:1;justify-content:flex-start}.ast-fullscreen-menu-enable.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-link{padding-left:0}.ast-fullscreen-menu-enable.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-link{padding-left:0}.ast-fullscreen-menu-enable.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-link{padding-left:0}.ast-fullscreen-menu-enable.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-item .menu-link{padding-left:0}body.ast-padded-layout::after,body.ast-padded-layout::before{background:inherit;content:"";display:block;height:0;left:0;position:fixed;width:100%;z-index:999}body.ast-padded-layout::after{bottom:0}body.ast-padded-layout{background-attachment:fixed}body.ast-padded-layout::before{top:0}@media (min-width:44.375em){body.ast-padded-layout.admin-bar::before{top:46px}}@media (min-width:48.9375em){body.ast-padded-layout.admin-bar::before{top:32px}}.elementor-page.ast-box-layout #page,.elementor-page.ast-padded-layout #page{overflow:hidden}.siteorigin-panels.ast-box-layout #page,.siteorigin-panels.ast-padded-layout #page{overflow:hidden}.ast-separate-container.ast-box-layout #content .ast-container{padding-left:0;padding-right:0}@media (max-width:768px){.ast-separate-container.ast-box-layout #content .ast-container{padding-left:20px;padding-right:20px}}@media (max-width:544px){.ast-separate-container.ast-box-layout #content .ast-container{padding-left:.54em;padding-right:.54em}}.js_active .ast-box-layout #page,.js_active .ast-padded-layout #page{overflow:hidden}.js_active .ast-box-layout.ast-page-builder-template .vc_row[data-vc-full-width],.js_active .ast-padded-layout.ast-page-builder-template .vc_row[data-vc-full-width]{max-width:100%;left:0!important}.astra-full-megamenu-wrapper{z-index:99999}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.sub-menu>.menu-item{display:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li.ast-mm-has-desc>.menu-link{vertical-align:middle;text-align:center}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .menu-item:hover>.menu-link{background-color:transparent}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu{opacity:0;visibility:hidden}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu-focus .menu-item>.menu-link{background-color:transparent}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus{opacity:1;visibility:visible;-js-display:flex;display:flex;padding:15px}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu>.menu-item{padding-left:15px;padding-right:15px;display:block;flex:1;opacity:1}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu>.menu-item:first-child{padding-left:0}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu>.menu-item:last-child{padding-right:0}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu.col-2 .menu-item{width:50%}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu.col-3 .menu-item{width:33.33%}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu.col-4 .menu-item{width:25%}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu .menu-item:last-child{border-right:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus .sub-menu{background-color:transparent;display:block;opacity:1;visibility:visible;transform:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus .astra-nested-sub-menu .menu-item .menu-link{padding-left:24px}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus .astra-nested-sub-menu .astra-nested-sub-menu .menu-item .menu-link{padding-left:48px}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu .sub-menu{border:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu>.menu-item .sub-menu{position:static;width:100%;margin:auto}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu>.menu-item .sub-menu .menu-item{width:100%}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus>.menu-item{padding-left:15px;padding-right:15px}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus>.menu-item:first-child{padding-left:0}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus>.menu-item:last-child{padding-right:0}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu .ast-header-navigation-arrow{display:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-full-megamenu-wrapper.astra-megamenu-wrapper-focus{opacity:1;visibility:visible}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-full-megamenu-wrapper.astra-megamenu-wrapper-focus .astra-megamenu.astra-megamenu-focus{-js-display:flex;display:flex}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-full-megamenu-wrapper .astra-mega-menu-width-full-stretched{width:100%}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-full-megamenu-wrapper .astra-mega-menu-width-full-stretched .ast-mm-template-content{padding:0}.ast-desktop .ast-mega-menu-enabled .menu-item-has-children.astra-megamenu-li.menu-item .astra-megamenu.sub-menu .menu-item>.menu-link::after{content:''}.ast-desktop .ast-mega-menu-enabled .menu-item-has-children.astra-megamenu-li.menu-item .astra-megamenu.sub-menu .menu-item>.menu-link .ast-icon.icon-arrow{display:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .sub-menu .menu-link,.ast-desktop .ast-mega-menu-enabled.submenu-with-border .astra-megamenu-li .sub-menu .menu-link{border:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu{opacity:1;visibility:visible;-js-display:flex;display:flex;padding:15px}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item{padding-left:15px;padding-right:15px}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item:first-child{padding-left:0}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item:last-child{padding-right:0}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item{padding-left:15px;padding-right:15px}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item:first-child{padding-left:0}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item:last-child{padding-right:0}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.col-2 .menu-item{width:50%}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.col-3 .menu-item{width:33.33%}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.col-4 .menu-item{width:25%}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item{display:block;flex:1;opacity:1}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu .sub-menu{background-color:transparent;display:block;opacity:1;visibility:visible;transform:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu .astra-nested-sub-menu .menu-item .menu-link{padding-left:24px}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu .astra-nested-sub-menu .astra-nested-sub-menu .menu-item .menu-link{padding-left:48px}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.sub-menu .sub-menu{border:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.sub-menu>.menu-item .sub-menu{position:static;width:100%;margin:auto}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.sub-menu>.menu-item .sub-menu .menu-item{width:100%}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.sub-menu .menu-item:last-child{border-right:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-full-megamenu-wrapper{opacity:1;visibility:visible}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-full-megamenu-wrapper .astra-megamenu{-js-display:flex;display:flex}.ast-desktop .ast-mega-menu-enabled :not(.menu-container-width-mega).astra-megamenu-li:hover .astra-megamenu .sub-menu .menu-item{width:100%}.ast-desktop .ast-mega-menu-enabled :not(.menu-container-width-mega).astra-megamenu-li:hover .astra-megamenu.sub-menu .menu-item .sub-menu{min-width:100%}.ast-desktop .ast-mega-menu-enabled :not(.menu-container-width-mega).astra-megamenu-li .astra-megamenu.astra-megamenu-focus .sub-menu .menu-item{width:100%}.ast-desktop .ast-mega-menu-enabled :not(.menu-container-width-mega).astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu .menu-item .sub-menu{min-width:100%}.ast-desktop .ast-mega-menu-enabled .astra-full-megamenu-wrapper{background:#fff;position:absolute;opacity:0;visibility:hidden;top:100%}.ast-desktop .ast-mega-menu-enabled .astra-full-megamenu-wrapper .astra-megamenu.sub-menu{display:none;position:relative;left:0;top:0;margin:0 auto;padding-left:0;padding-right:0;border-width:0}.ast-desktop .ast-mega-menu-enabled .astra-full-megamenu-wrapper .astra-mega-menu-width-full-stretched.sub-menu{padding:15px}.ast-desktop .ast-mega-menu-enabled .ast-hide-menu-item+.ast-mm-custom-content{margin-top:.9em}.ast-desktop .ast-mega-menu-enabled .menu-item-heading:not(.menu-item-has-children)>a{margin-bottom:.9em}.ast-desktop .ast-above-header-menu .astra-megamenu-li .sub-menu .menu-item.current-menu-ancestor>.menu-link,.ast-desktop .ast-below-header-menu .astra-megamenu-li .sub-menu .menu-item.current-menu-ancestor>.menu-link,.ast-desktop .main-header-menu .astra-megamenu-li .sub-menu .menu-item.current-menu-ancestor>.menu-link{background-color:transparent;color:inherit}.ast-desktop .ast-above-header-menu .astra-megamenu-li .sub-menu .menu-item-heading .menu-text,.ast-desktop .ast-below-header-menu .astra-megamenu-li .sub-menu .menu-item-heading .menu-text,.ast-desktop .main-header-menu .astra-megamenu-li .sub-menu .menu-item-heading .menu-text{vertical-align:text-top}.ast-desktop .ast-mm-custom-text-content,.ast-desktop .ast-mm-template-content{padding:0 1em}.ast-desktop .ast-mm-custom-text-content{margin-bottom:.9em}.ast-desktop .ast-below-header .ast-mm-custom-text-content,.ast-desktop .ast-below-header .ast-mm-template-content{padding:.9em 1em}.ast-desktop .submenu-with-border .astra-full-megamenu-wrapper{border-width:1px;border-style:solid}.ast-desktop .ast-mm-widget-content a{display:initial}.ast-desktop .ast-mm-widget-content .ast-mm-widget-item{padding:1.5em;margin-bottom:.9em}.ast-desktop .ast-mm-widget-content .ast-search-submit{display:none}.ast-desktop .submenu-with-border .astra-megamenu{border-width:1px}.ast-menu-description{line-height:1.6;display:block;font-size:.8em;padding:2px 0}.site-header a .ast-menu-description,.site-header a .sub-arrow{transition:none}.site-header .menu-text{transition:none}.ast-header-break-point .ast-menu-description{line-height:inherit}.astra-mm-highlight-label{font-size:.7em;margin-left:5px;line-height:normal;padding:3px 6px;border-radius:2px}.ast-desktop .ast-hide-menu-item{display:none}.ast-desktop .ast-mega-menu-enabled .ast-hide-menu-item{display:none}.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu>.menu-item-has-children>.menu-link::after,.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu>.menu-item-has-children>.menu-link::after,.ast-desktop .ast-mega-menu-enabled.main-header-menu>.menu-item-has-children>.menu-link::after{content:'';margin:0}.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .sub-arrow:after,.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .sub-arrow:after,.ast-desktop .ast-mega-menu-enabled.main-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .sub-arrow:after{transform:rotate(-90deg)}.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .sub-arrow,.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .sub-arrow,.ast-desktop .ast-mega-menu-enabled.main-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .sub-arrow{position:absolute;right:5%;top:50%;transform:translateY(-50%)}.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .ast-masthead-custom-menu-items a:focus,.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .ast-masthead-custom-menu-items a:hover,.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .ast-masthead-custom-menu-items a:focus,.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .ast-masthead-custom-menu-items a:hover,.ast-desktop .ast-mega-menu-enabled.main-header-menu .ast-masthead-custom-menu-items a:focus,.ast-desktop .ast-mega-menu-enabled.main-header-menu .ast-masthead-custom-menu-items a:hover{background:0 0}.ast-builder-menu-mobile .ast-mega-menu-enabled.main-header-menu .menu-item-has-children.astra-megamenu-li>.menu-link .sub-arrow:after,.ast-builder-menu-mobile .ast-mega-menu-enabled.main-header-menu .menu-item-has-children>.menu-link .sub-arrow:after,.ast-header-break-point .ast-mega-menu-enabled.main-header-menu .menu-item-has-children.astra-megamenu-li>.menu-link .sub-arrow:after,.ast-header-break-point .ast-mega-menu-enabled.main-header-menu .menu-item-has-children>.menu-link .sub-arrow:after{display:none}.ast-disable-link{cursor:default}.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .sub-menu .menu-item.menu-item-heading:focus>.menu-link,.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .sub-menu .menu-item.menu-item-heading:hover>.menu-link,.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .sub-menu .menu-item.menu-item-heading>.menu-link:hover{background:0 0}.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .sub-menu .menu-item.menu-item-heading:focus>.menu-link,.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .sub-menu .menu-item.menu-item-heading:hover>.menu-link,.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .sub-menu .menu-item.menu-item-heading>.menu-link:hover{background:0 0}.ast-desktop .ast-mega-menu-enabled.main-header-menu .sub-menu .menu-item.menu-item-heading>.menu-link{background:0 0}.ast-desktop .ast-above-header-menu .astra-mega-menu-width-full,.ast-desktop .ast-above-header-menu .astra-mega-menu-width-full-stretched,.ast-desktop .ast-below-header-menu .astra-mega-menu-width-full,.ast-desktop .ast-below-header-menu .astra-mega-menu-width-full-stretched,.ast-desktop .astra-mega-menu-width-full,.ast-desktop .astra-mega-menu-width-full-stretched{background:0 0}.ast-desktop .main-header-menu>.menu-item .astra-full-megamenu-wrapper:before{position:absolute;content:'';top:0;left:0;width:100%;transform:translateY(-100%)}.ast-desktop .main-header-menu.ast-menu-shadow .astra-full-megamenu-wrapper .sub-menu{box-shadow:none}.ast-desktop .main-header-menu.ast-menu-shadow .astra-megamenu .sub-menu{box-shadow:none}.ast-desktop .main-header-menu.ast-menu-shadow .astra-full-megamenu-wrapper{box-shadow:0 4px 10px -2px rgba(0,0,0,.1)}.ast-header-break-point .ast-above-header .sub-menu .menu-item .ast-hide-menu-item,.ast-header-break-point .ast-below-header .sub-menu .menu-item .ast-hide-menu-item,.ast-header-break-point .main-navigation .sub-menu .menu-item .ast-hide-menu-item{display:none}.ast-header-break-point .ast-above-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle,.ast-header-break-point .ast-below-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle,.ast-header-break-point .main-navigation .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle{display:none}.ast-header-break-point .ast-above-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.sub-menu,.ast-header-break-point .ast-below-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.sub-menu,.ast-header-break-point .main-navigation .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.sub-menu{display:block!important}.ast-header-break-point .ast-above-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.ast-mm-custom-content+.sub-menu,.ast-header-break-point .ast-below-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.ast-mm-custom-content+.sub-menu,.ast-header-break-point .main-navigation .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.ast-mm-custom-content+.sub-menu{display:block!important}.ast-hidden{display:none!important}.rtl.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-full-megamenu-wrapper .astra-megamenu{right:0}.main-header-bar-wrap .ast-search-box.header-cover{z-index:7}.ast-below-header-wrap .ast-search-box.header-cover #close,.ast-below-header-wrap .ast-search-box.header-cover .search-field{font-size:1.8em}.ast-below-header-wrap .ast-search-box.header-cover .search-submit{font-size:1.5em}.ast-search-box.full-screen,.ast-search-box.header-cover{display:none;opacity:0;transition:opacity .3s ease-in-out,display .3s ease-in-out;width:100%;height:100%}.ast-search-box.full-screen .search-field,.ast-search-box.header-cover .search-field{background:0 0;border:0;color:#fafafa;box-shadow:none;text-align:left;padding:0}.ast-search-box.full-screen .search-submit,.ast-search-box.header-cover .search-submit{background:var(--ast-fs-search-submit-background,0 0);padding:0;border-radius:50%;box-shadow:none;color:var(--ast-fs-search-text-color,#9e9e9e);transition:all .7s ease-In;outline:0;border:0;vertical-align:middle}.ast-search-box.full-screen .ast-search-wrapper,.ast-search-box.header-cover .ast-search-wrapper{position:absolute;width:100%;left:50%;top:50%;transform:translate(-50%,-50%)}.ast-search-box.full-screen .ast-search-wrapper .search-form,.ast-search-box.header-cover .ast-search-wrapper .search-form{line-height:normal}.ast-search-box.full-screen #close,.ast-search-box.header-cover #close{color:#fafafa;transform:rotate(0);font-size:2em;cursor:pointer;z-index:9;font-weight:400}.ast-search-box.full-screen .search-field::-webkit-input-placeholder,.ast-search-box.header-cover .search-field::-webkit-input-placeholder{color:#fafafa}.ast-search-box.full-screen .search-field:-moz-placeholder,.ast-search-box.header-cover .search-field:-moz-placeholder{color:#fafafa}.ast-search-box.full-screen .search-field::-moz-placeholder,.ast-search-box.header-cover .search-field::-moz-placeholder{color:#fafafa}.ast-search-box.full-screen .search-field:-ms-input-placeholder,.ast-search-box.header-cover .search-field:-ms-input-placeholder{color:#fafafa}.ast-search-box.header-cover{position:absolute;background:rgba(25,25,25,.96);top:0;z-index:10}.ast-search-box.header-cover .search-field{font-size:2em;line-height:2;width:100%}.ast-search-box.header-cover .ast-container{position:relative}.ast-search-box.header-cover .close,.ast-search-box.header-cover .search-submit,.ast-search-box.header-cover .search-text-wrap{display:inline-block}.ast-search-box.header-cover .search-text-wrap{width:calc(100% - 2.5em);vertical-align:middle}.ast-search-box.header-cover .search-submit{font-size:1.7em;margin-right:2em}.ast-search-box.header-cover #close{vertical-align:middle;backface-visibility:hidden}.ast-search-box.full-screen{position:fixed;background:rgba(25,25,25,.96);top:0;left:0;z-index:999}.ast-search-box.full-screen .ast-search-wrapper .large-search-text{text-align:center;color:#e2e2e2;font-size:1.5em;font-weight:400;transition-delay:50ms;transition:all .3s ease-in-out}.ast-search-box.full-screen .ast-search-wrapper fieldset{border:0;padding:2.5em 0 1em;border-bottom:2px solid var(--ast-border-color)}.ast-search-box.full-screen .ast-search-wrapper .search-field{font-size:2em;padding-left:20px;line-height:1.7;width:92%;vertical-align:middle}.ast-search-box.full-screen .ast-search-wrapper .search-form{width:70%;margin:20px auto}.ast-search-box.full-screen .ast-search-wrapper .search-submit{font-size:var(--ast-fs-search-font-size, 1.7em)}.ast-search-box.full-screen #close{position:absolute;color:#fafafa;right:1em;line-height:1;cursor:pointer;z-index:9;font-weight:400;font-size:2em;top:1.5em;backface-visibility:hidden}.ast-search-box.full-screen ::-webkit-input-placeholder{opacity:0}.ast-search-box.full-screen ::-moz-placeholder{opacity:0}.ast-search-box.full-screen :-ms-input-placeholder{opacity:0}.ast-search-box.full-screen :-moz-placeholder{opacity:0}@media (max-width:420px){.ast-search-box.full-screen ::-webkit-input-placeholder{opacity:1}.ast-search-box.full-screen ::-moz-placeholder{opacity:1}.ast-search-box.full-screen :-ms-input-placeholder{opacity:1}.ast-search-box.full-screen :-moz-placeholder{opacity:1}}.ast-hfb-header .ast-search-box.full-screen.full-screen ::-webkit-input-placeholder{opacity:.5}.ast-hfb-header .ast-search-box.full-screen.full-screen ::-moz-placeholder{opacity:.5}.ast-hfb-header .ast-search-box.full-screen.full-screen :-ms-input-placeholder{opacity:.5}.ast-hfb-header .ast-search-box.full-screen.full-screen :-moz-placeholder{opacity:.5}.site-header .ast-inline-search.ast-search-menu-icon .search-form{padding-left:0;padding-right:0}.site-header .ast-inline-search.ast-search-menu-icon .search-field{padding-left:1em;padding-right:2em}.ast-inline-search.ast-search-menu-icon{position:relative;transform:none;left:0;right:0}.ast-inline-search.ast-search-menu-icon .search-submit{display:block;background:0 0;border:none;position:absolute;height:100%;right:.25em;padding:0;top:0;font-size:1.3em;color:#757575}.ast-header-break-point .ast-inline-search.ast-search-menu-icon .search-form{padding:0}.ast-header-break-point .site-header .ast-inline-search.ast-search-menu-icon .search-field{padding-right:2em}.ast-header-break-point .ast-search-box.full-screen .ast-search-wrapper .search-field{width:80%}.ast-header-custom-item-inside.ast-desktop .main-header-menu .ast-search-menu-icon.full-screen,.ast-header-custom-item-inside.ast-desktop .main-header-menu .ast-search-menu-icon.header-cover{display:none}.ast-header-break-point .ast-swap-above-header-sections .ast-above-header-section-1 .ast-search-menu-icon .search-form{right:-1em;left:auto;padding-left:0;padding-right:3em}.ast-header-break-point .ast-swap-above-header-sections .ast-above-header-section-1 .search-field{padding-right:0;padding-left:1em}.ast-header-break-point .ast-swap-above-header-sections .ast-above-header-section-2 .ast-search-menu-icon .search-form{left:-1em;right:auto;padding-right:0;padding-left:3em}.ast-header-break-point .ast-swap-above-header-sections .ast-above-header-section-2 .search-field{padding-left:0;padding-right:1em}.ast-header-break-point .ast-above-header .ast-above-header-section-1 .ast-inline-search.ast-search-menu-icon .search-field{padding-right:0}.ast-header-break-point .ast-swap-above-header-sections.ast-mobile-header-stack .ast-above-header .ast-above-header-section-2 .ast-search-menu-icon .search-form{padding-left:0;left:auto;padding-right:2em}.ast-header-break-point .ast-swap-above-header-sections.ast-mobile-header-stack .ast-above-header .ast-above-header-section-2 .ast-search-menu-icon.slide-search .search-form{left:-1em;padding-left:2em}.ast-header-break-point .ast-swap-above-header-sections.ast-mobile-header-stack .ast-above-header .ast-above-header-section-1 .search-field{padding-right:0}.ast-header-break-point .ast-swap-above-header-sections.ast-mobile-header-stack .ast-above-header .search-field{padding-right:0;padding-left:1em}.ast-header-break-point .ast-above-header-mobile-stack .ast-above-header .ast-above-header-section-1 .ast-search-menu-icon.ast-inline-search .search-form{right:auto;padding-right:2em}.ast-header-break-point .ast-swap-below-header-sections .ast-below-header .below-header-section-2 .ast-search-menu-icon.ast-inline-search .search-form{left:0;padding-left:0;padding-right:2em}.ast-header-break-point .ast-swap-below-header-sections .below-header-section-1 .ast-search-menu-icon .search-form{right:-1em;left:auto;padding-left:0;padding-right:3em}.ast-header-break-point .ast-swap-below-header-sections .below-header-section-1 .search-field{padding-right:0;padding-left:1em}.ast-header-break-point .ast-swap-below-header-sections .below-header-section-2 .ast-search-menu-icon .search-form{left:-1em;right:auto;padding-right:0;padding-left:3em}.ast-header-break-point .ast-swap-below-header-sections .below-header-section-2 .search-field{padding-left:0;padding-right:1em}.ast-header-break-point .ast-below-header .below-header-section-1 .ast-inline-search.ast-search-menu-icon .search-field{padding-right:0}.ast-header-break-point .ast-swap-below-header-sections.site-header .ast-below-header .ast-inline-search.ast-search-menu-icon .search-field{padding-left:1em;padding-right:0}.ast-header-break-point .ast-swap-below-header-sections .ast-below-header .below-header-section-2 .ast-search-menu-icon .search-form{left:-1em;padding-left:3em;padding-right:1em}.ast-below-header-mobile-stack .ast-below-header .below-header-section-1 .ast-search-menu-icon.ast-inline-search .search-form{right:auto;padding-right:2em}.iphone.full-screen,.ipod.full-screen{position:fixed!important}@media (max-width:992px){.ast-above-header-mobile-stack .ast-above-header-section-1 .ast-search-menu-icon.ast-inline-search .search-form{left:auto}.ast-below-header-mobile-stack .below-header-section-1 .ast-search-menu-icon.ast-inline-search .search-form{left:auto}}@media (max-width:544px){.ast-search-box.full-screen .ast-search-wrapper .large-search-text{display:none}.ast-search-box.full-screen .ast-search-wrapper .search-field,.ast-search-box.full-screen .ast-search-wrapper .search-submit{font-size:1.6em}}