@charset "UTF-8";
/* Themify Ultra 7.2.3 framework 7.1.9 */

/*/css/base.min.css*/
.tf_loader{width:1em;height:1em;overflow:hidden;display:inline-block;vertical-align:middle;position:relative}.tf_loader:before{content:'';width:100%;height:100%;position:absolute;top:0;left:0;text-indent:-9999em;border-radius:50%;box-sizing:border-box;border:.15em solid rgba(149,149,149,.2);border-left-color:rgba(149,149,149,.6);animation:tf_loader 1.1s infinite linear}@keyframes tf_loader{0{transform:rotate(0)}100%{transform:rotate(360deg)}}.tf_clear{clear:both}.tf_left{float:left}.tf_right{float:right}.tf_textl{text-align:left}.tf_textr{text-align:right}.tf_textc{text-align:center}.tf_textj{text-align:justify}.tf_text_dec{text-decoration:none}.tf_hide{display:none}.tf_hidden{visibility:hidden}.tf_block{display:block}.tf_inline_b{display:inline-block}.tf_vmiddle{vertical-align:middle}.tf_mw{max-width:100%}.tf_w{width:100%}.tf_h{height:100%}.tf_overflow{overflow:hidden}.tf_box{box-sizing:border-box}.tf_abs{position:absolute;top:0;right:0;bottom:0;left:0}.tf_abs_t{position:absolute;top:0;left:0}.tf_abs_b{position:absolute;bottom:0;left:0}.tf_abs_c{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tf_rel{position:relative}.tf_opacity{opacity:0}.tf_clearfix:after{content:"";display:table;clear:both}.loops-wrapper>.post,.woocommerce ul.loops-wrapper.products>li.product{float:left;box-sizing:border-box;margin-left:3.2%;margin-right:0;margin-bottom:3.2%;clear:none}.woocommerce .loops-wrapper.no-gutter.products>.product,body .loops-wrapper.no-gutter>.post{margin:0}.woocommerce .loops-wrapper.products.list-post>.product{margin-left:0}.tf_scrollbar{scroll-behavior:smooth;--tf_scroll_color:rgba(137,137,137,.2);--tf_scroll_color_hover:rgba(137,137,137,.4);scrollbar-color:var(--tf_scroll_color) transparent;scrollbar-width:thin}.tf_scrollbar::-webkit-scrollbar{width:var(--tf_scroll_w,10px);height:var(--tf_scroll_h,10px)}.tf_scrollbar::-webkit-scrollbar-thumb{background-color:var(--tf_scroll_color);background-clip:padding-box;border:2px solid transparent;border-radius:5px}.tf_scrollbar:hover{scrollbar-color:var(--tf_scroll_color_hover) transparent}.tf_scrollbar:hover::-webkit-scrollbar-thumb{background-color:var(--tf_scroll_color_hover)}.tf_close{position:relative;transition:transform .3s linear;cursor:pointer}.tf_close:after,.tf_close:before{content:'';height:100%;width:1px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(45deg);background-color:currentColor;transition:transform .25s}.tf_close:after{transform:translate(-50%,-50%) rotate(-45deg)}.tf_close:hover:after{transform:translate(-50%,-50%) rotate(45deg)}.tf_close:hover:before{transform:translate(-50%,-50%) rotate(135deg)}.tf_vd_lazy:fullscreen video{height:100%;object-fit:contain}

/*/css/themify.common.css*/
iframe{
    border:0
}
a{
	cursor:pointer
}
a:focus,input:focus,button:focus,select:focus,textarea:focus,.button:focus{
    outline:1px dotted rgba(150,150,150,.2)
}
.tf_focus_heavy button:focus,
.tf_focus_heavy a:focus,
.tf_focus_heavy input:focus,
.tf_focus_heavy select:focus,
.tf_focus_heavy textarea:focus,
.tf_focus_heavy .button:focus{
    outline:2px solid rgba(0,176,255,.8)
}
.tf_focus_none a,
.tf_focus_none button:focus,
.tf_focus_none a:focus,
.tf_focus_none input:focus,
.tf_focus_none select:focus,
.tf_focus_none textarea:focus,
.tf_focus_none .button:focus{
    outline:none
}
.tf_large_font{
    font-size:1.1em
}
.screen-reader-text{
	border:0;
	clip:rect(1px, 1px, 1px, 1px);
	clip-path:inset(50%);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px;
	word-wrap:normal!important
}
.screen-reader-text:focus{
    background-color:#f1f1f1;
    border-radius:3px;
    box-shadow:0 0 2px 2px rgba(0,0,0,.6);
    clip:auto!important;
    color:#21759b;
    display:block;
    font-size:.875rem;
    font-weight:700;
    height:auto;
    left:5px;
    line-height:normal;
    padding:15px 23px 14px;
    text-decoration:none;
    top:5px;
    width:auto;
    z-index:100000
}
.skip-to-content:focus{
    clip-path:none
}
.post-image .themify_lightbox{
    position:relative;
    display:block;
    max-width:100%
}
.post-image .themify_lightbox .zoom{
    width:35px;
    height:35px;
    background:rgba(0,0,0,.3);
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    border-radius:100%
}
.post-image .themify_lightbox .zoom .tf_fa{
    vertical-align:middle;
    color:#fff;
    stroke-width:1px;
    line-height:100%;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%)
}
.post-image .themify_lightbox:hover .zoom{
    background:rgba(0,0,0,.6)
}
.pswp:not(.pswp--open){display:none}
.ptb_map button,
.themify_map button{
    border-radius:0
}
/*/themify-builder/css/themify-builder-style.css*/
.module_row,
.module_subrow,
.module_column,
.module_row .module{
    position:relative;
    box-sizing:border-box
}
/* Hover Animation */
.module-buttons:hover,
.module_row:hover,
.module_column:hover,
.module-image img:hover,
.module-accordion i,
.module{
    transition:.5s ease;
    transition-property:background,font-size,line-height,color,padding,margin,border,border-radius,box-shadow,text-shadow,filter,transform
}
/* fix gutenberg empty p tag bug */
.entry-content > p:first-of-type:empty,
.entry-content > p:first-of-type+p:empty{
    margin:0;
    padding:0
}
/*GRID*/
.module_row{/* fix Chrome bug */
	display:flex;
	flex-wrap:wrap;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden
}
.themify_builder_slider_wrap{
    transition:none
}
.module_row[data-tbfullwidthvideo],.module_subrow[data-tbfullwidthvideo],.module_column[data-tbfullwidthvideo]{
	background-size:cover
}
/*GRID*/
.row_inner,
.subrow_inner{
    display:grid;
    --gutter:3.2%;
    --narrow:1.6%;
    --none:0;
    --align_start:flex-start;
    --align_center:center;
    --align_end:flex-end;
    --auto_height:stretch;
    --align_items:var(--auto_height);
    --align_content:var(--align_start);
    --colg:var(--gutter);
    --c1:1fr;
    --c2:1fr 1fr;
    --c3:1fr 1fr 1fr;
    --c4:1fr 1fr 1fr 1fr;
    --c5:1fr 1fr 1fr 1fr 1fr;
    --c6:1fr 1fr 1fr 1fr 1fr 1fr;
    --c1_2:1fr 2.1025fr;
    --c2_1:2.1025fr 1fr;
    --c1_3:1fr 3.2831fr;
    --c3_1:3.2831fr 1fr;
    --c1_1_2:1fr 1fr 2.1415fr;
    --c1_2_1:1fr 2.1415fr 1fr;
    --c2_1_1:2.1415fr 1fr 1fr;
    --col:repeat(auto-fit,minmax(1%,1fr));
	grid:var(--row,none)/var(--col);
    grid-template-areas:var(--area);
    grid-auto-columns:1fr;
    gap:var(--rowg,0) var(--colg);
    align-content:var(--align_content);
    align-items:var(--align_items);
    /*css variables for responsive columns(the first letter is the cols count, next the selected grid, e.g 3_2:3 is count ,2 the grid),so users can change it by custom css*/
    --area5_3:"col1 col1 col2 col2 col3 col3"
              "col4 col4 col5 col5 . .";

    --area5_1_2:"col1 col2 col2" "col3 col4 col5";

    --area5_2_1:"col1 col1 col2" "col3 col4 col5";

    --area5_1_3:"col1 col2 col2 col2"
                "col3 col4 col4 col4"
                "col5 col5 col5 col5";

    --area5_3_1:"col1 col1 col1 col2"
                "col3 col4 col4 col5";

    --area5_1_1_2:"col1 col2 col3 col3"
                  "col4 col4 col5 col5";

    --area5_1_2_1:"col1 col2 col2 col3"
                  "col4 col4 col5 col5";

    --area5_2_1_1:"col1 col1 col2 col3"
                  "col4 col4 col5 col5";	
    /*Css  Auto grid*/
    --aream2_auto:"col1" "col2";
    --aream3_auto:"col1" "col2" "col3";
    --aream4_auto:"col1" "col2" "col3" "col4";
    --aream5_auto:"col1" "col2" "col3" "col4" "col5";
    --areat6_auto:"col1 col2 col3" "col4 col5 col6";/*6 cols for tablet*/
    --aream6_auto:"col1 col2" "col3 col4" "col5 col6";/*6 cols for mobiile*/
    --areat7_auto:"col1 col2" "col3 col4" "col5 col6" "col7 col7";
    --aream7_auto:"col1" "col2" "col3" "col4" "col5" "col6" "col7";
    --areat8_auto:"col1 col2" "col3 col4" "col5 col6" "col7 col7" "col8 col8";
    --aream8_auto:"col1" "col2" "col3" "col4" "col5" "col6" "col7" "col8"
}
div.module_column{
    width:auto;
    max-width:none;
    margin-left:0;
    margin-right:0;
    min-width:0;
    float:none;
    align-items:inherit;
    align-content:inherit;
    grid-template-columns:minmax(0,1fr);
    display:grid
}
.col_align_middle,/*deperecated,backward compatibility*/
.fullheight > .tb_col_count_1{
    --align_content:var(--align_center)
}
.gutter-narrow{/*deperecated,backward compatibility*/
   --colg:var(--narrow)
}
.gutter-none{/*deperecated,backward compatibility*/
   --colg:var(--none)
}
.module_column:nth-of-type(1){
    grid-area:col1
}
.module_column:nth-of-type(2){
    grid-area:col2
}
.module_column:nth-of-type(3){
    grid-area:col3
}
.module_column:nth-of-type(4){
    grid-area:col4
}
.module_column:nth-of-type(5){
    grid-area:col5
}
.module_column:nth-of-type(6){
    grid-area:col6
}
.module_column:nth-of-type(7){
    grid-area:col7
}
.module_column:nth-of-type(8){
    grid-area:col8
}
.module_column:nth-of-type(9){
    grid-area:col9
}
.module_column:nth-of-type(10){
    grid-area:col10
}
.module_column:nth-of-type(11){
    grid-area:col11
}
.module_column:nth-of-type(12){
    grid-area:col12
}
.module_column:nth-of-type(13){
    grid-area:col13
}
.module_column:nth-of-type(14){
    grid-area:col14
}
.module_column:nth-of-type(15){
    grid-area:col15
}
.module_column:nth-of-type(16){
    grid-area:col16
}
/*DON'T USE THE CLASS direction_rtl, will be removed in the future, need for backward compatibility*/
.direction_rtl > .module_column:nth-of-type(1){
    z-index:16
}
.direction_rtl > .module_column:nth-of-type(2){
    z-index:15
}
.direction_rtl > .module_column:nth-of-type(3){
    z-index:14
}
.direction_rtl > .module_column:nth-of-type(4){
    z-index:13
}
.direction_rtl > .module_column:nth-of-type(5){
    z-index:12
}
.direction_rtl > .module_column:nth-of-type(6){
    z-index:11
}
.direction_rtl > .module_column:nth-of-type(7){
    z-index:10
}
.direction_rtl > .module_column:nth-of-type(8){
    z-index:9
}
.direction_rtl > .module_column:nth-of-type(9){
    z-index:8
}
.direction_rtl > .module_column:nth-of-type(10){
    z-index:7
}
.direction_rtl > .module_column:nth-of-type(11){
    z-index:6
}
.direction_rtl > .module_column:nth-of-type(12){
    z-index:5
}
.direction_rtl > .module_column:nth-of-type(13){
    z-index:4
}
.direction_rtl > .module_column:nth-of-type(14){
    z-index:3
}
.direction_rtl > .module_column:nth-of-type(15){
    z-index:2
}
.direction_rtl > .module_column:nth-of-type(16){
    z-index:1
}
.tb_col_count_1>.module_column{
	grid-area:auto
}
.tb_col_count_2{
	--area:"col1 col2"
}
.tb_col_count_3{
	--area:"col1 col2 col3"
}
.tb_col_count_4{
	--area:"col1 col2 col3 col4"
}
.tb_col_count_5{
	--area:"col1 col2 col3 col4 col5"
}
.tb_col_count_6{
	--area:"col1 col2 col3 col4 col5 col6"
}
.tb_col_count_7{
	--area:"col1 col2 col3 col4 col5 col6 col7"
}
.tb_col_count_8{
	--area:"col1 col2 col3 col4 col5 col6 col7 col8"
}
/*CLEARFIX*/
.module:after{
    content:"";
    display:table;
    clear:both
}
/*RESETS*/
.module_row ul.loops-wrapper{
    margin:0;
    padding:0;
    list-style:none
}
.module_row .ui{
	background-image:var(--tb_app_gr,none);
	background-color:var(--tb_pr_bg,#F7F7F7);
	box-shadow:var(--tb_app_shadow,none);
	border-radius:var(--tb_app_r,0);
	color:var(--tb_pr_color,#555)
}
.ui.builder_button{
    text-decoration:none;
    position:relative; 
    border:solid 1px rgba(0,0,0,.05);
    display:inline-block;
    line-height:130%;
    transition:color .3s linear;
	transition-property:color,background-color,padding,border,box-shadow;
    padding:.625em 1.25em
}
.builder_button:hover{
	text-decoration:none;
	background-color:var(--tb_pr_hover_bg,#f1f1f1)
}
.module .ui.builder_button{
    text-decoration:none
}
.ui.transparent{
	--tb_pr_bg:transparent;
	--tb_pr_hover_bg:transparent;
	--tb_pr_color:#555;
	--tb_app_r:0;
	--tb_app_gr:none;
	--tb_app_shadow:none;
	border:0;
    /* for transparent style inherit color */
    color:inherit
}
.transparent.gradient{
	--tb_app_gr:linear-gradient(to bottom, rgba(255,255,255,.45) 0%,rgba(255,255,255,0) 100%)
}
/*SIZES*/
.ui.large.builder_button{
    font-size:120%;
    padding:10px 20px
}
.ui.small.builder_button{
    font-size:70%;
    padding:5px 10px
}
.xlarge .ui.builder_button{
    padding:.935em 1.875em
}
/*MODULE*/
.module-title{
    font-size:1.2em;
    margin:0 0 1.2em
}
.module img{
    border:0;
    vertical-align:bottom
}
.module-slider{
    margin-bottom:2.5em
}
/*Widget Module*/
.module-widget .widget{
    margin:0
}
.wp-caption{
    max-width:100%
}
/*Map Module*/
.module-map button{
    border-radius:0
}
.module-map .gm-style-mtc img{
    vertical-align:baseline;
    margin-right:5px
}
.row_inner{
    width:1160px;
    margin:0 auto
}
/* fullwidth row */
.module_row.fullheight .module_subrow,
.module_row.fullwidth > .row_inner{
	max-width:100%;
    width:100%
}
/* iOS doesn't support fixed attachment */
@supports(-webkit-touch-callout:none){
    .module_row,.module_subrow,.module_column{background-attachment:scroll!important}
}
/*FULLHEIGHT ROW*/
.module_row.fullheight{
    min-height:100vh
}
.fullheight > .row_inner > .module_column,
.fullheight > .row_inner{
    min-height:inherit
}
.module-plain-text:after{
    display:contents!important
}
/*MEDIA QUERIES*/
@media (max-width:1260px){
    .row_inner{
        max-width:94%
    }
}
@media (max-width:760px){
    .row_inner{
		max-width:90%
    }
}
.themify_builder .builder-parallax-scrolling{
	transition:background-position-y 0s
}
@supports not(cursor:grab){
	.builder-parallax-scrolling{
		background-attachment:scroll!important
	}
}
/*/wp-includes/css/dist/block-library/common.min.css*/
:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}
/*/themify-builder/css/modules/image.css*/
.module-image .image-title{
    margin:0 0 .3em;
    font-size:1.2em
}
.module-image .image-title a{
    text-decoration:none;
    color:inherit;
    font-family:inherit;
    text-shadow:inherit
}
/*layout*/
.module-image .image-wrap{
    width:auto
}
.module-image .image-wrap img{
    vertical-align:top;
    display:inline-block
}
/*appearance*/
.module-image.rounded .image-wrap img{
   border-radius:10px
}
.module-image.bordered .image-wrap img{
    border:solid 1px rgba(0,0,0,.15);
    background:#fff;
    padding:3px;
    box-sizing:border-box
}
.module-image.drop-shadow .image-wrap img,
.module.drop-shadow .post-image img{
    box-shadow:0 1px 8px 2px rgba(0,0,0,.15)
}
.module-image.circle .image-wrap img{
    border-radius:50em
}
/* auto fullwidth */
.themify_builder .auto_fullwidth .lightbox{
    display:block
}
.themify_builder .auto_fullwidth .image-wrap,
.themify_builder .auto_fullwidth img{
    width:100%;
    display:block; /* required for FF */
}
/* lightbox */
.module-image .image-wrap .lightbox{
    position:relative;
    display:inline-block;
    max-width:100%
}
/*/themify-builder/css/modules/image_styles/left.css*/
.module-image.image-left .image-wrap{
    float:left;
    margin:0 1.2em 1em 0
}
.module-image.image-left .image-content{
    overflow:hidden;
    padding-top:8px;
    min-width:100px;
	text-align:left
}
/*/themify-builder/css/modules/text.css*/
.drop-cap > :first-child:first-letter,
.tb_text_dropcap > .tb_text_wrap:first-child:first-letter,
.tb_text_dropcap > .tb_text_wrap > :first-child:first-letter{
    font-size:2.85em;
    float:left;
    line-height:.4em;
    padding:.425em .375em;
    background-color:var(--theme_accent,#0f70e8);
    color:#fff;
    margin-right:.325em;
    margin-top:.15em;
    margin-bottom:.25em
}
.tb-text-more-link-indicator{
    display:block;
    height:3px; 
    margin:5px 0; 
    background:rgba(55,55,55,.6)
}

/*/themify-builder/css/modules/icon.css*/
.module-icon .tf_fa{
	max-width:1em
}
.module-icon .module-icon-item a,
.module-icon-item{
    display:inline-flex;
	text-decoration:none;
    place-items:center
}
.module-icon-item + .module-icon-item{
    margin-left:.4em
}
.module-icon span{
    margin-left:.6em;
    margin-right:.6em;
	font-size:var(--tb_mi_s,inherit)
}
.module-icon em{
	display:inline-flex;
    place-content:center;
    padding:.5em;
    font-size:var(--tb_mi_f,16px);
	min-width:var(--tb_mi_size,auto);
	min-height:var(--tb_mi_size,auto);
	border-radius:var(--tb_mi_r,100%);
	background-color:var(--tb_pr_bg,transparent);
	color:var(--tb_pr_color,inherit);
    line-height:0;
    align-self:baseline;
    margin-top:calc(var(--tb_mi_size)/9);
    transition:.3s;
	transition-property:box-shadow,border,background-color,color,padding,font-size
}
.module-icon img{
	border-radius:var(--tb_mi_r,100%);
	max-width:var(--tb_mi_i_w,32px);
	padding:var(--tb_mi_p,3px)
}
/* size */
.module-icon.small{
    --tb_mi_size:24px;
    --tb_mi_f:12px;
	--tb_mi_i_w:16px
}
.module-icon.large{
	--tb_mi_size:48px;
	--tb_mi_i_w:48px;
	--tb_mi_s:1.2em;
    --tb_mi_f:24px;
	--tb_mi_p:6px
}
.module-icon.xlarge{
    --tb_mi_size:62px;
	--tb_mi_i_w:64px;
    --tb_mi_f:36px;
    --tb_mi_s:1.4em;
	--tb_mi_p:9px
}
.module-icon.xlarge em{
    padding:12px 0 0 2px
}
.module-icon.rounded{
    --tb_mi_r:8px
}
.module-icon.squared{
    --tb_mi_r:0
}
.module-icon.none em{
    --tb_pr_bg:transparent;
    --tb_mi_r:0;
    padding:.2em;
    color:inherit
}
.module-icon.none{
    --tb_mi_r:0;
    --tb_mi_f:24px
}
.module-icon.none.small{
    --tb_mi_f:18px
}
.module-icon.none.large{
    --tb_mi_f:30px
}
.module-icon.none.xlarge{
    --tb_mi_f:36px
}
.icon_vertical{
	display:flex;
    flex-flow:column wrap
}
.icon_vertical .module-icon-item{
    margin:0 0 .4em
}
.tf_textr .module-icon-item,
.tf_textr.icon_vertical{
    place-content:flex-end
}
.tf_textr .module-icon-item em,
.tf_textr .module-icon-item img{
    order:1
}
.tf_textc.icon_vertical{
    place-content:center
}
.tf_textc.icon_vertical .module-icon-item a,
.tf_textc.icon_vertical .module-icon-item{
    flex-direction:column
}
@media (max-width:680px){
    .module-icon.large{
        --tb_mi_s:1.1em
    }
    .module-icon.xlarge{
        --tb_mi_s:1.2em
    }
}
/*/wp-content/plugins/builder-button/assets/style.min.css*/
.module-button i{margin-right:.3em}.module-button.button-link-modules_reveal:has(.modules-reveal)~:is(.module,.module_subrow){display:none; opacity: 0}.module-button .ui:hover{--tb_pr_color:inherit;--tb_pr_bg:inherit;--tb_pr_hover_bg:inherit}
/*/wp-content/plugins/builder-contact/assets/style.css*/
.module-contact :is(.contact-error,.contact-success){border-radius:12px;margin:1em 0 2em;padding:.7em 1.4em}.module-contact .contact-error{background-color:#f24c3b;color:#fff}.module-contact .contact-success{background-color:#d1e998;color:#293807}.module span.required{color:#f24c3b}.module .builder-contact-field{margin:0 0 .5em}.builder-contact-field-send .tf_loader{display:none;margin-right:10px}.builder-contact-field-send .tf_loader:before{border-color:inherit;border-left-color:hsla(0,0%,58%,.6)}.builder-contact.sending .tf_loader,.module .control-label{display:inline-block}.builder-contact.sending [type=submit]{cursor:wait;opacity:.7}.module .control-label em{margin-inline-end:10px}.module .builder-contact-field-send{margin-top:1em}.builder-contact-field-send .tf_submit_icon{margin-inline-end:5px}.module-contact input[type=checkbox]{color:initial}.module.contact-style1 .control-label{margin-bottom:.3em}.module-contact.contact-style1 input:is([type=number],[type=tel],[type=text],[type=email]){box-sizing:border-box;max-width:100%;width:100%}:is(.module.contact-style3,.module.contact-style2,.module.contact-animated-label) .builder-contact-field :is(input[type=number],input[type=email],input[type=tel],input[type=text],select){box-sizing:border-box;max-width:none;width:100%}.module.contact-style2 :is(.builder-contact-field.builder-contact-field-send,.builder-contact-field.builder-contact-field-captcha){order:1}@media(min-width:681px){.module :is(.builder-contact-radio-field,.builder-contact-checkbox-field){clear:both;width:100%}.module-contact label{display:inline-block;margin-inline-end:10px}.module:is(.contact-animated-label,.contact-style2) .builder-contact-fields{display:flex;flex-wrap:wrap;margin-left:-3.5%}.module:is(.contact-animated-label,.contact-style2) .builder-contact-field{box-sizing:border-box;flex-grow:1;justify-content:space-between;padding-left:3.5%;width:33.33%}.module.contact-style3 input:is([type=text],[type=password],[type=search],[type=email],[type=url],[type=tel]),:is(.module.contact-animated-label,.module.contact-style2) .builder-contact-textarea-field,:is(.module.contact-style3,.module.contact-animated-label,.module.contact-style2) :is(.builder-contact-field-gdpr,.builder-contact-static-field,.builder-contact-upload-field,.builder-contact-field-captcha,.builder-contact-field-optin,.builder-contact-field-sendcopy,.builder-contact-field-send){width:100%}.module.contact-style2 .control-label{margin-right:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.module.contact-style2 .builder-contact-field-gdpr .control-label{overflow:inherit;white-space:normal}.module.contact-style3 :is(.builder-contact-field,.builder-contact-field-message+.builder-contact-field-gdpr){width:35%}.module.contact-style3 .builder-contact-field.builder-contact-field-message{inset-inline-end:0;position:absolute;top:0;width:60%}.module.contact-animated-label .control-label{overflow:hidden;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap;width:90%}.module.contact-animated-label .control-label .field-gdpr{white-space:normal;width:auto}}@media(max-width:680px){.module.contact-style2 .builder-contact-fields{display:grid}}.module-contact #recaptcha_area{display:inline-block}@media(max-width:575px){.module-contact .themify_captcha_field{transform:scale(.77);transform-origin:0 0;width:100%}}.module.contact-animated-label label{padding:0;position:relative;vertical-align:middle}.module.contact-animated-label textarea{resize:none}.contact-animated-label .builder-contact-upload-field label{left:0!important;top:0!important}.form-control:focus+.tb_contact_label,.form-control:not(:placeholder-shown)+.tb_contact_label{left:0;top:0;transform:translateY(-100%)}.contact-animated-label :is(.builder-contact-textarea-field,.builder-contact-text-field) .control-label{visibility:hidden}.tb_contact_label{position:absolute;top:50%;inset-inline:0;padding-inline:10px;pointer-events:none;transform:translateY(calc(-50% - .2em));transition-duration:.3s;transition-property:transform,top,left}.builder-contact-textarea-field .tb_contact_label{top:10px;transform:translateY(0)}
/*/themify-builder/css/modules/image_styles/center.css*/
.module-image.image-center .image-wrap{
    text-align:center
}
.module-image.image-center .image-content{
    text-align:center;
    padding-top:.5em;
    padding-bottom:1em
}
/*/themify-builder/css/modules/divider.css*/
.module-divider{
    border-left:none!important;
    border-right:none!important;
    border-bottom:none!important
}
.module-divider.solid{
    border-style:solid
}
.module-divider.dashed{
    border-style:dashed
}
.module-divider.dotted{
    border-style:dotted
}
.module-divider.double{
    border-style:double
}
.divider-center{
    margin-left:auto;
    margin-right:auto
}
.divider-right{
    margin-left:auto;
    float:right
}
.divider-right + div{
    clear:both; /* require to clear float */
}
/*/themify-builder/css/modules/frames.css*/
.tb_row_frame{
    line-height:0;
    direction:ltr;
    contain:strict;
     /* fix FF bug with repeated backgrounds */
    background-size:100% 100%
}
div.tb_row_frame{
    display:block
}
.tb_row_frame_wrap{
    pointer-events:none;
    top:-1px; /* -1 fix sub-pixel */
    bottom:-1px;
}
div.tb_row_frame_bottom,
div.tb_row_frame_top{
    top:0; 
    height:150px;
    border-top-left-radius:inherit;
    border-top-right-radius:inherit
}
div.tb_row_frame_bottom{
    top:auto;
    bottom:0;
}
div.tb_row_frame_left,
div.tb_row_frame_right{
    width:150px;
    left:-1px;
    border-top-left-radius:inherit;
    border-bottom-left-radius:inherit
}
div.tb_row_frame_right{
    right:-1px;
    left:auto;
}
.tb_row_frame.in_front{
    z-index:1
}
.module_row >.tb_row_frame_wrap > .in_front{
    z-index:2
}

@keyframes tb_frame_horizontal{
	from { translate: -50% 0 }
    to { translate: 0 0 }
}
@keyframes tb_frame_vertical{
	from { translate:0 -50% }
    to { translate:0 0 }
}
/*/themify-builder/css/modules/image_styles/right.css*/
.module-image.image-right .image-wrap{
    float:right;
    margin:0 0 1em 1.5em
}
/*/wp-content/themes/themify-ultra/styles/modules/back-top.css*/
.back-top{
	margin:0 auto .6em;
	width:200px
}
.back-top:not(.back-top-float) .arrow-up a{
	text-decoration:none;
	display:inline-block;
	position:relative;
	outline:0;
	bottom:0;
	padding:.4em;
	line-height:1;
	z-index:10;
	color:inherit;
	transition:bottom .5s
}
.back-top:not(.back-top-float):hover .arrow-up a{
	bottom:20px
}
.footer-block .back-top:not(.back-top-float) .arrow-up a:hover,
.footer-block .back-top:not(.back-top-float) .arrow-up a{
	background:0
}
.back-top a:before{
	content:'';
	display:inline-block;
	width:30px;
	height:30px;
	border:2px solid transparent;
	border-top-color:inherit;
	border-left-color:inherit;
	transform:rotate(45deg);
	margin-top:4px
}
#footer .back-top-float,
#pagewrap .back-top-float{
	background-color:var(--theme_accent_semi);
	border-radius:100%;
	color:#fff;
	cursor:pointer;
	position:fixed;
	right:20px;
	bottom:20px;
	left:auto;
	top:auto;
	width:44px;
	height:44px;
	overflow:hidden;
	text-decoration:none;
	text-align:center;
	font-size:16px;
	opacity:1;
	z-index:101;
	transition:opacity .2s ease-in-out .2s,transform .2s ease-in-out,background-color .5s;
	box-shadow:0 1px 8px rgba(0,0,0,.12)
}
#footer .back-top-hide,
#pagewrap .back-top-hide{
	opacity:0;
	pointer-events:none;
}
.back-top-float .arrow-up a,
#pagewrap .back-top-float .arrow-up a{
	background:0;
	color:inherit
}
.back-top-float .arrow-up,
#pagewrap .back-top-float .arrow-up{
	position:absolute;
	top:5px;
	left:50%
}
#pagewrap .back-top-float:hover,
.back-top:not(.back-top-float) .arrow-up a:hover{
    background-color:var(--theme_accent)
}
.back-top-float:hover .arrow-up,
#pagewrap .back-top-float:hover .arrow-up{
	animation:back-top-arrow-up .25s linear .2s infinite alternate
}
.back-top-float a:before,
#pagewrap .back-top-float a:before{
	width:13px;
	height:13px;
	position:absolute;
	top:14px;
	left:50%;
	margin-left:-7px;
	margin-top:0;
	border-width:1px
}
.footer-horizontal-left .back-top,
.footer-horizontal-right .back-top,
.footer-left-col .back-top,
.footer-right-col .back-top{
	position:absolute;
	top:-35px;
	width:60px;
	margin:0
}
.footer-horizontal-left .back-top .arrow-up a,
.footer-horizontal-right .back-top .arrow-up a,
.footer-left-col .back-top .arrow-up a,
.footer-right-col .back-top .arrow-up a{
	background-color:rgba(171,171,171,.78);
	color:#fff;
	width:60px;
	height:25px;
	line-height:100%;
	padding:10px 0 0;
	text-align:center!important;
	border-radius:8px 8px 0 0
}
.footer-horizontal-left .back-top a:before,
.footer-horizontal-right .back-top a:before,
.footer-left-col .back-top a:before,
.footer-right-col .back-top a:before{
	width:14px;
	height:14px
}
.footer-horizontal-left .back-top:hover .arrow-up a,
.footer-horizontal-right .back-top:hover .arrow-up a,
.footer-left-col .back-top:hover .arrow-up a,
.footer-right-col .back-top:hover .arrow-up a{
	bottom:0
}
.footer-horizontal-left .back-top .arrow-up:hover a,
.footer-horizontal-right .back-top .arrow-up:hover a,
.footer-left-col .back-top .arrow-up:hover a,
.footer-right-col .back-top .arrow-up:hover a{
	background-color:#000
}
@keyframes back-top-arrow-up{
    0%{top:0}
    100%{top:-5px}
}
/*/wp-content/themes/themify-ultra/style.css*/
/*!
Theme Name:Themify Ultra
Theme URI:https://themify.me/themes/ultra/
Version:7.2.3
Description:Use Ultra theme to create professional sites quickly and easily (landing pages, portfolio, blog, corporate, ecommerce, and more). It includes a bunch of header/footer layout options and pre-built demos that you can import to your site. Read <a href="https://themify.me/docs/ultra-documentation">Ultra documentation</a> for more information.
Author:Themify
Author URI:https://www.themify.me
License:GNU General Public License v2.0
License URI:http://www.gnu.org/licenses/gpl-2.0.html
Copyright:(c) Themify.
Tags:themify,featured-images,translation-ready,custom-menu,sidebar
Text Domain:themify
---------
DO NOT EDIT THIS FILE.
If you need to override theme styling,please add custom CSS in Appearance>Customize>Custom CSS or a child theme (https://themify.me/docs/child-theme).
/************************************************************************************
1. RESET
*************************************************************************************/
html,body,address,blockquote,div,dl,form,h1,h2,h3,h4,h5,h6,ol,p,pre,table,ul,
dd,dt,li,tbody,td,tfoot,th,thead,tr,button,del,ins,map,object,
a,abbr,acronym,b,bdo,big,br,cite,code,dfn,em,i,img,kbd,q,samp,small,span,
strong,sub,sup,tt,var,legend,fieldset,figure{
	margin:0;
	padding:0
}
img,fieldset,a{
	border:0
}
/* set html5 elements to block */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	display:block
}
iframe,audio{
	max-width:100%
}
/************************************************************************************
2. GENERAL STYLING
*************************************************************************************/
:root{
	--theme_accent:#ed1e24;
	--theme_accent_semi:rgba(251,9,48,.8);
	--theme_accent_hover:#000
}
html{
  scroll-behavior:smooth
}
body{
	font:1em/1.65em 'Public Sans',"Arial",sans-serif;
	overflow-wrap:break-word;
	background-color:#fff;
	color:#666;
	-webkit-font-smoothing:antialiased;
	-ms-text-size-adjust:100%;
	-moz-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	text-size-adjust:100%
}
a{
	text-decoration:none;
	color:var(--theme_accent);
	transition:color .3s ease-in-out
}
a:hover{
	color:var(--theme_accent_hover)
}
p{
	padding:0;
	margin:0 0 1.3em
}
small{
	font-size:87%
}
blockquote{
	font-size:1.1em;
	line-height:1.4em;
	padding:.8em 1.4em;
	margin:0 5% 1.2em;
	border-left:solid 3px rgba(150,150,150,.3)
}
ins{
	text-decoration:none
}
/* LIST */
ul,ol{
	margin:0 0 1.4em 1.6em;
	padding:0
}
li{
	margin:0 0 1em;
	padding:0
}
/* HEADINGS*/
h1,h2,h3,h4,h5,h6{
	line-height:1.4em;
	margin:0 0 .5em;
	overflow-wrap:normal;
	font-weight:600;
	color:#000
}
h1{
	font-size:2.5em;
	line-height:1.2em;
	font-weight:700;	
	letter-spacing:-.03em
}
h2{
	font-size:2em;
	line-height:1.3em;
	letter-spacing:-.02em
}
h3{
	font-size:1.45em;
	letter-spacing:-.02em
}
h4{
	font-size:1.1em;
	letter-spacing:.05em;
	line-height:1.6em;
	text-transform:uppercase
}
h5{
	font-size:1.2em;
	line-height:1.7em
}
h6{
	font-size:1.1em;
	line-height:1.7em
}
/* FORM*/
/* form input */
input,textarea,select,input[type=search],button{
	font-size:100%;
	font-family:inherit;
	max-width:100%
}
input:read-write,
input:read-only,
input[type=radio],
input[type=checkbox],
select,
textarea{
	background:#fff;
	border:1px solid rgba(0,0,0,.2);
	padding:.6em;
	max-width:100%;
	-webkit-appearance:none;
	appearance:none;
	border-radius:8px
}
input:read-write,
input:read-only{
    margin:0 1em .4em 0;
    width:17em
}
input[type=number]{
    width:7em
}
input[type=checkbox] + label{
	display:inline-block
}
textarea{
	width:100%;
	min-height:13.5em;
	margin:0
}
select{
	padding-right:30px;
	background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke-linecap='round' width='100' height='100' stroke='rgba(40,40,40,.8)' stroke-width='3'%3E%3Cpolyline points='2.7,2.3 49.1,57.2 95.5,2.3 '/%3E%3C/svg%3E");
	background-repeat:no-repeat;
	background-size:12px;
	background-position:calc(100% - 8px) calc(50% + 3px)
}
input[type=radio],
input[type=checkbox]{
	border-radius:6px;
	clear:none;
	cursor:pointer;
	padding:0 2px;
	margin:0 .5em 0 0;
	width:20px;
	height:20px;
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	line-height:1;
	-webkit-appearance:none
}
input[type=radio]{
    padding:0;
    border-radius:100%;
    display:inline-flex;
    justify-content:center;
    align-items:center
}
input[type="checkbox"]:before{
	content:"";
	display:inline-block;
	width:12px;
	height:5px;
	margin-bottom:4px;
	margin-left:1px;
	border-left:1px solid transparent;
	border-bottom:1px solid transparent;
	transform:rotateZ(-45deg) skewY(-10deg)
}
input[type="checkbox"]:checked:before{
	border-left:1px solid;
	border-bottom:1px solid
}
input[type="radio"]:checked:before{
	content:"";
	display:inline-block;
	vertical-align:middle;
	border-radius:100%;
	background-color:#222;
	width:12px;
	height:12px
}
/* form input:focus */
select:focus,
textarea:focus,
input:read-write:focus,
input:read-only:focus{
	border-color:rgba(0,0,0,.5)
}
/* form button */
input[type=reset],input[type=submit],button{
	background-color:var(--theme_accent);
	color:#fff;
	border:0;
	padding:.65em 1.4em;
	cursor:pointer;
	border-radius:30px;
	font-weight:600;
	text-transform:uppercase;
	letter-spacing:.065em;
	-webkit-appearance:none;
	transition:background .3s,color .3s, transform .3s
}
/* form input:hover */
input[type=reset]:hover,
input[type=submit]:hover,
button:hover{
	background-color:var(--theme_accent_hover);
	color:#fff;
	box-shadow:0 5px 10px rgba(0,0,0,.1);
	transform:translateY(-1px)
}
.gm-style-mtc button{
	border-radius:0
}
/*3. STRUCTURE*/
img,textarea,input,#main-nav ul a,.sidemenu,.post,.post-content,.author-box,.widget{
	box-sizing:border-box
}
/*4. GRID*/
.col4-1,
.col4-2,
.col3-1{
	float:left;
	margin-left:3.2%
}
.col4-1{
	width:22.6%
}
.col4-2{
	width:48.4%
}
.col3-1{
	width:31.2%
}
.col4-1.first,
.col4-2.first,
.col3-1.first{
	margin-left:0;
	clear:left
}
/* main page width */
.pagewidth{
	width:1160px;
	max-width:100%;
	margin:0 auto
}
/* content */
#layout{
	display:flex;
	flex-wrap:wrap
}
#content{
	width:71%;
	padding:5.75% 0
}
.sidebar-none #content{
	width:100%
}
.sidebar-none #layout{
	display:block
}
/* sidemenu active */
.sidemenu-active{
	position:relative;
	transition:left .2s ease-in-out
}
.sidemenu-active,
.sidemenu-active #headerwrap{
	left:0
}
.sidemenu-right{
	left:-300px
}
.sidemenu-left,
.sidemenu-left #headerwrap{
	left:300px
}
/* full_width content */
.full_width #layout{
	flex-wrap:wrap;
	width:100%;
	max-width:100%
}
.full_width #content{
	padding:0;
	width:100%;
	max-width:100%
}
/*5. HEADER*/
#headerwrap{
	color:#000;
	position:absolute;
	background-color:#fff;
	border-bottom:1px solid rgba(0,0,0,.05);
	min-height:55px;
	z-index:999;
	top:0;
	left:0;
	transition:background-color .3s ease-in-out,color .3s ease-in-out,box-shadow .3s ease-in-out,left .3s ease-in-out,min-height .3s ease-in-out
}
.fixed-header-enabled #headerwrap{
	position:-webkit-sticky; /*for safari*/
	position:sticky
}
.transparent-header #headerwrap{
	position:fixed
}
.transparent-header.no-fixed-header #headerwrap{
	position:absolute
}
.no-fixed-header #headerwrap{
	position:relative
} 
#header{
	position:relative;
	padding:2em 0;
	overflow:visible; /* required to prevent menu dropdown hidden */
	z-index:1
}
/* Disable background attachment on iOS devices */
@supports (-webkit-touch-callout:none){
	#headerwrap{
		background-attachment:scroll!important;
		background-position:center!important
	}
}
/* header widget */
.header-widget{
	font-size:.92em;
	height:100%
}
.header-widget .widget{
	margin:2em 0
}
.header-widget .widgettitle{
	margin:0 0 .5em;
	font-size:1em;
	color:inherit
}
/* site logo */
/* sticky header logo */
.fixed-header-on .tf_sticky_logo ~ *{
	display:none!important
}
/* Search Form */
.search-button{
	color:inherit;
	padding:9px 10px;
	margin: 0 0 0 3px;
	line-height:1;
	box-sizing:border-box;
	font-size:19px;
	border-radius:100%
}
.search-button:hover{
	background:rgba(200,200,200,.25)	
}
a.search-button{
	text-decoration:none
}
.search-button:focus{
	outline:0
}

/* Moon icon */
.tf_darkmode_toggle{
	color:inherit;
	padding:10px;
	margin: 0 0 0 7px;
	line-height:1;
	box-sizing:border-box;
	font-size:19px;
	border-radius:100%;
}
.tf_darkmode .tf_darkmode_toggle,
.tf_darkmode_toggle:hover{
	background:rgba(200,200,200,.25);	
}
a.tf_darkmode_toggle{
	text-decoration:none
}
.tf_darkmode_toggle:focus{
	outline:0
}

/* main navigation */
#main-nav{
	padding:0;
	margin:0
}
#main-nav li{
	margin:0;
    padding:0;
    list-style:none;
	position:relative;
    display:inline-block
}
#main-nav ul li{
    background:0;
    float:none;
    display:block
}
#main-nav li > .sub-menu{
    padding:.6em 0;
	margin:0;
    position:absolute;
    z-index:100;
    opacity:0;
    left:-.3em;
    top:100%;
    transform:scale(1,0);
    transform-origin:top;
    box-sizing:border-box;
    transition:transform .3s ease-in-out,opacity .3s ease-in-out;
    box-shadow:0 0 0 1px rgba(0,0,0,.1),0 3px 12px rgba(0,0,0,.12);
    border-radius:8px;
	background:#fff;
    contain:style layout;
	width:210px
}
#main-nav small {
	display: block;
}
/* sub-levels dropdown */
#main-nav li .sub-menu .sub-menu{
	left:100%;
	top:-.65em
}
/* Edge Menu */
#main-nav .edge > .sub-menu{
	left:auto;
    right:0
}
#main-nav ul .edge > .sub-menu{
	left:auto;
    right:100%
}
@media (hover:hover){
	#main-nav li:hover > .sub-menu,
	/* tab keyboard menu nav */
	#main-nav li > a:focus + .sub-menu,
	#main-nav li > .sub-menu:focus-within{
		opacity:1;
		transform:scale(1,1)
	}
}
.menu-item .child-arrow{
    display:none;
    cursor:pointer;
    z-index:12;
    width:36px;
    height:36px;
	border-radius:100%;
    position:absolute;
    right:0;
	top:4px;
	transition:transform .3s
}
.child-arrow:before,
.child-arrow:after{
    top:50%;
    left:12px;
    content:'';
    position:absolute;
    transition:transform .3s ease-in-out;
    height:1px;
    width:8px;
    transform:rotate(45deg);
    background:currentColor;
    z-index:9999;
    border-radius:10px
}
.child-arrow:after{
    left:17px;
    transform:rotate(-45deg)
}
.toggle-on > a .child-arrow:after,
.toggle-on > a .child-arrow:before{
	left:10px;
	width:15px
}
.toggle-on > a .child-arrow{
	transform:rotateZ(180deg)
}
@media (hover:none){
	#main-nav .menu-item-has-children > a{
		padding-right:45px
	}
	#footer-nav .menu-item-has-children > a{
		padding-right:30px
	}
	.menu-item .child-arrow{
		margin-left:7px;
		border-radius:100%;
		display:inline-block;
		padding:0;
		right:5px;
		top:50%;
		margin-top:-17px
	}
	#main-nav .toggle-on > a > .child-arrow{
		background:rgba(214,214,214,.4)
	}
	#main-nav li > .sub-menu{
		display:none
	}
	#main-nav li.toggle-on > .sub-menu{
		transform:scale(1,1);
		opacity:1
	}
}
.tf_post_count{
	background:rgba(202,202,202,.3);
	border-radius:100%;
	font-size:.7em;
	line-height:1em;
	padding:.4em;
	margin-left:5px;
	display:none;
	min-width:11px;
	text-align:center;
	vertical-align:middle
}
.has-mega-sub-menu .tf_post_count{
    display:inline-block
}
#main-nav .has-mega-column .widget_product_categories .product-categories a{
	width:auto;
	padding-left:0;
	padding-right:0;	
	display:inline-block
}
#main-nav .has-mega-column .product-categories .count{
	display:inline-block
}
#main-nav a{
    color:inherit;
    display:block;
	position:relative;
    padding:.6em;
    margin:0;
    text-decoration:none;
    transition:color .2s ease-in-out
}
/* highlight link */
#main-nav .highlight-link > a{
	border:0;
	background-color:rgba(200,200,200,.25);	
	color:#000;
	padding:.3em 1em;
    margin-left:.6em;
    margin-right:.6em;    
	border-radius:30px
}
#main-nav .highlight-link:last-child > a{
	margin-right:0
}
/* user menu icon */
#main-nav a > em .tf_fa{
	margin-right:5px
}
#main-nav a .tf_lazy{
	display:none
}
/* dropdown link */
#main-nav ul a{
	padding:.4em 1.4em;
	text-align:left
}
#main-nav ul a,
#main-nav .mega-menu-posts a,
#main-nav .mega-menu-posts span{
	color:#353535
}
#main-nav a:hover,
#main-nav .current_page_item > a,
#main-nav .current-menu-item > a,
#main-nav ul a:hover{
	color:var(--theme_accent)
}
#main-nav .has-mega-column > .sub-menu a{
    background:0;
    padding:.5em 0
}
#main-nav .mega-menu-posts .post-title{
	font-size:.95em;
	letter-spacing:0;
	font-weight:400;
	text-transform:none;
	line-height:1.45em;
	margin:0;
	padding:0
}
#main-nav .mega-menu-posts .post a{
	text-transform:none;
	padding:0
}
#main-nav .mega-menu-posts .post del{
	opacity:.5;
	font-size:.85em; /* for woocommerce */
}
#main-nav .has-mega-column .widget{
	margin:0 0 .5em;
	text-align:left
}
#main-nav .has-mega-column .widget h1,
#main-nav .has-mega-column .widget h2,
#main-nav .has-mega-column .widget h3,
#main-nav .has-mega-column .widget h4,
#main-nav .has-mega-column .widget h5,
#main-nav .has-mega-column .widget h6{
	color:inherit
}
#main-nav .has-mega-column .widgettitle,
#main-nav .has-mega-column > .sub-menu > .columns-sub-item > a{
	font-size:1.05em;
	font-weight:600;
	line-height:1.6em;
	margin:0 0 .5em;
	padding:0;
	text-decoration:none;
	letter-spacing:0;
	text-transform:none
}
#main-nav .has-mega-column .widgettitle:before{ /* hide widget title bottom border */
	display:none;
	margin:0;
	padding:0
}
#main-nav .has-mega-column > .sub-menu > li{
	line-height:1.7em;
	box-sizing:border-box
}
.header-icons a,
.header-icons a:hover{
	color:inherit;
	text-decoration:none
}
#headerwrap .header-icons > *{
	vertical-align:middle
}
.slide-cart .header-icons{
	min-width:75px;
	text-align:right
}
#menu-icon{
	margin:0 0 0 10px;
	padding:10px 9px 11px;
	line-height:1em;
	border-radius:100%
}
#menu-icon:hover{
	background:rgba(200,200,200,.25)	
}
.menu-icon-inner{
	border-bottom:2px solid;
	box-sizing:border-box;
	position:relative;
	width:22px;
	height:18px
}
.menu-icon-inner:before,
.menu-icon-inner:after{
	content:'';
	display:block;
	border-top:2px solid;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	transition:border .7s ease;
	transition-property:transform
}
.menu-icon-inner:after{
	top:50%
}
#menu-icon-close{
	transform:rotateZ(0deg);
	transition:border .3s ease-in-out,transform .3s ease-in-out
}
.body-overlay{
	display:none;
	background-color:rgba(206,206,206,.8);
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	-webkit-backdrop-filter:blur(10px);
	backdrop-filter:blur(10px)
}
.body-overlay-on{
	display:block;
	z-index:998
}
/* fixed-header */
#headerwrap.fixed-header{
	background-color:rgba(255,255,255,.9)
}
#headerwrap.fixed-header:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	pointer-events:none;
	z-index:0;
	-webkit-backdrop-filter:blur(5px);
	backdrop-filter:blur(5px)
}
.slide-cart-visible #headerwrap:before,
.mobile-menu-visible #headerwrap:before,
.fixed-header .tf_darkmode_toggle,
.fixed-header .header-bar,
.fixed-header .search-button,
.fixed-header .header-widget{
	display:none; /* hide unnecessary elements in fixed-header */
}
.fixed-header #header{
	transition:padding .3s ease-in-out;
	padding-top:5px;
	padding-bottom:5px
}
.revealing-header #headerwrap{
	transition:transform .5s ease-in-out,opacity .5s ease-in-out
}
.revealing-header #headerwrap.header_hidden{
	transform:translateY(-100%);
	opacity:0
}
/************************************************************************************
6. PAGE
*************************************************************************************/
/* page title */
.page-title{
	margin:0 0 1em;
	padding:0
}
/*AUTHOR PAGE*/
.author-bio{
	margin:0 0 2em;
	overflow:hidden
}
.author-bio .author-avatar{
	float:left;
	margin:0 1.2em 0 0
}
.author-bio .author-avatar img{
	border-radius:8px;
	width:100px
}
.author-bio .author-name{
	margin:0 0 .5em;
	padding:0;
	font-size:1.6em
}
.author-posts-by{
	margin:0 0 1.5em;
	padding:1em 0 0;
	font-size:1.4em;
	text-transform:uppercase;
	border-top:solid 4px rgba(118,118,118,.1)
}
/*7. POST*/
.post{
	margin-bottom:2em;
	position:relative
}
/* post content */
.post-content{
	min-width:120px
}
/* post title */
.post-title{
	font-size:2.4em;
	line-height:1.4em;
	margin:0 0 .4em;
	padding:0;
	text-transform:none;
	letter-spacing:-.04em
}
.post-title a{
	text-decoration:none;
	color:#000
}
.post-title a:hover{
	color:var(--theme_accent)
}
/* post image */
.post-image{
	margin:0 0 1em
}
.post-image img{
	vertical-align:bottom;
	border-radius:8px
}
.post-image.left{
	float:left;
	margin-right:1em
}
.post-image.right{
	float:right;
	margin-left:1em
}
/* post meta */
.post-meta{
	font-size:.9em;
	line-height:1.6em;
	margin:0 0 .5em;
	padding:0
}
.post-meta .separator{
	opacity:.1
}
.post-meta a{
	text-decoration:none
}
.post-meta .post-comment:before,
.post-meta .post-category:before,
.post-meta .post-tag:before{
	display:inline-block;
	content:'';
	width:1px;
	height:1.3em;
	margin:0 .9em 0 .45em;
	white-space:nowrap;
	vertical-align:middle;
	border-left:1px solid;
	transform:skewX(-15deg);
	opacity:.2
}
.post-meta .post-category:first-child:before{
	display:none
}
.post-meta .post-comment .tf_fa{
	margin-left:8px;
	vertical-align:text-top;
	font-size:.8em;
	opacity:.7
}
/* more link */
.more-link,
.more-link:hover{
	text-decoration:none
}
.more-link:after{
	content:'';
	border:1px solid transparent;
	border-top-color:inherit;
	border-right-color:inherit;
	min-width:.7em;
	min-height:.7em;
	transform:rotateZ(45deg);
	margin-left:.5em;
	text-decoration:none;
	display:inline-block;
	vertical-align:middle
}
/* post date */
.post-date{
	margin:0 0 .4em;
	display:block;
	font-size:.8em;
	text-transform:uppercase;
	letter-spacing:.04em
}
/*GENERAL POST STYLING*/
.loops-wrapper .post{
	text-align:center; /* make archive post view text center */
}
.loops-wrapper .post-image{
	margin-bottom:1em;
	position:relative;
	transition:border .3s ease-in-out,margin .3s ease-in-out,width .3s ease-in-out,transform .3s ease-in-out
}
/*AUTHOR BOX*/
.author-box{
	margin:5.5em 0;
	border:0
}
.author-box .author-avatar{
	float:left;
	margin:0 2em .3em 0
}
.author-box .author-name{
	margin:0 0 .3em
}
/*POST PAGINATION (the <nextpage> tag)*/
.post-pagination{
	text-align:right;
	margin:.5em 0 2em
}
.post-pagination strong{
	margin-right:3px
}
.post-pagination a{
	margin-left:3px;
	margin-right:3px
}
/*INFINITE SCROLL*/
.tf_load_more{
	padding:30px 0
}
a.load-more-button{
	padding:10px 28px;
	text-decoration:none;
	display:none;
	box-sizing:border-box;
	width:auto;
	background:rgba(183,183,183,.16);
	border-radius:30px
}
/*POST VIDEO (css for fluid video)*/
.post-video{
	position:relative;
	padding-bottom:56.25%;
	height:0;
	overflow:hidden;
	margin-bottom:15px
}
.post-video iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%
}
.featured-area img{
	width:100%
}
/*NO-GUTTER POST*/
.loops-wrapper.no-gutter .post-image{
	margin:0
}
.loops-wrapper.no-gutter .post,
ul.products.no-gutter li.product .post-image,
.loops-wrapper.no-gutter .post-image img{
	border-radius:0
}
/************************************************************************************
8. SIDEBAR
*************************************************************************************/
.widget{
	margin:0 0 2.4em
}
.widgettitle{
	margin:0 0 1em;
	padding:0;
	font-size:1em;
	font-weight:600;
	text-transform:uppercase;
	line-height:1.3em;
	letter-spacing:.09em
}
.widget ul{
	margin:0;
	padding:0
}
.widget li{
	margin:0;
	padding:.4em 0;
	list-style:none;
	clear:both
}
.widget ul ul{
	margin:.6em 0 -.6em;
	padding:0
}
.widget ul ul li{
	margin:0;
	padding-left:1em
}
/************************************************************************************
8.1 WIDGET STYLES
*************************************************************************************/
/* add white bg to facebook badge iframe */
iframe[src*="facebook"]{
	background-color:#fff
}
/* reset twitter embed max-width to 100% */
#content .twitter-tweet-rendered{
	max-width:100%!important
}
#content .twt-border{
	max-width:100%!important;
	min-width:180px!important
}
/************************************************************************************
10. BUILDER STYLING
*************************************************************************************/
/* module title */
.module-title{
	font-size:1.2em;
	font-weight:600;
	margin:0 0 .8em
}
/* post module */
.col4-3 .loops-wrapper .post,
.col4-2 .loops-wrapper .post,
.col4-1 .loops-wrapper .post,
.col3-2 .loops-wrapper .post,
.col3-1 .loops-wrapper .post,
.col2-1 .loops-wrapper .post{
	text-align:inherit; /* reset text center */
	margin-bottom:1em
}
.col4-3 .loops-wrapper.list-post .post-title,
.col4-2 .loops-wrapper.list-post .post-title,
.col4-1 .loops-wrapper.list-post .post-title,
.col3-2 .loops-wrapper.list-post .post-title,
.col3-1 .loops-wrapper.list-post .post-title,
.col2-1 .loops-wrapper.list-post .post-title{
	font-size:1.4em; /* reset text center */
	margin:0 0 .5em
}
/* map module */
.module-map{
	margin-bottom:0
}
/* themify-icon shortcode */
.shortcode.themify-icon .themify-icon-icon{
	font-size:1.3em
}
/* shorcode button */
a.shortcode.button{
	border-radius:2px;
	padding:.65em 1em
}
/* general module heading styling */
.module-image .image-title,
.module-tile .tile-title,
.module-feature .module-feature-title,
.module-pro-image .image-pro-title{
	font-size:1.1em;
	font-weight:600
}
.module-service-menu .tb-menu-title{
	text-transform:inherit;
	letter-spacing:inherit
}
/* optin module */
.tb_optin_horizontal form > div[class*="tb_optin_"]{
	width:auto
}
.module-optin.tb_optin_horizontal .tb_optin_submit{
	background:0
}

/************************************************************************************
11. WORDPRESS POST FORMATTING
*************************************************************************************/
img.alignleft,img.aligncenter,img.alignright,img.alignnone{
	margin-bottom:1em
}
.alignleft{
	float:left;
	margin-right:1em
}
.alignright{
	float:right;
	margin-left:1em
}
.aligncenter{
	text-align:center;
	display:block;
	margin-left:auto;
	margin-right:auto
}
.wp-caption{
	text-align:center;
	margin-bottom:1em;
	max-width:100%
}
.wp-caption-text{
	margin:.5em 0
}
/* attachment page */
body.attachment{
	width:auto;
	float:none;
	position:static
}
.single .attachment.post{
	width:auto;
	float:none
}
/* clearfix */
.widget li:after,.menu:after{
	content:"";
	display:table;
	clear:both
}
.post-image,
.post-img,
.module-feature-image,
.slide-image{
    transition:.3s ease-in-out;
    transition-property:border,padding,width
}
.mobile-menu-visible{
	overflow-y:hidden
}
/*BASE MEDIA QUERIES*/
@media(max-width:1260px){
	h1{
		font-size:2.4em
	}
	h2{
		font-size:2em
	}
	.pagewidth{
		max-width:94%
	}
	#pagewrap,
	.default_width #layout .row_inner{
		max-width:100%
	}
}
@media(max-width:1024px){
	.header-widget .col4-1{
		width:48.4%
	}
	.header-widget .col4-1:nth-child(2n+1){
		margin-left:0;
		clear:left
	}
}
@media(max-width:760px){
	body .pagewidth{
		max-width:90%
	}
	/* sidebar */
	#layout{
		flex-wrap:wrap
	}
	#sidebar,
	#content{
		width:100%;
		max-width:100%;
		clear:both;
		padding-top:10%
	}
}
@media(max-width:680px){
	h1{
		font-size:1.9em
	}
	h2,
	.post-title,
	.loops-wrapper.tf_clear .post-title{
		font-size:1.6em
	}
	h3{
		font-size:1.35em
	}
	.col4-1{
		font-size:.95em
	}
	.col4-2,
	.col3-1{
		margin-left:0;
		width:100%;
		max-width:100%
	}
	/*HEADER*/	
	/* prevent logo img extend the fixed header on mobile */
	.fixed-header #site-logo img:not(.tf_sticky_logo){
		width:auto;
		max-height:40px
	}
	#headerwrap .header-icons{ 
		right:5%
	}
	/* all post image */
	.loops-wrapper.list-post .post-image,
	.loops-wrapper.grid4 .post-image,
	.loops-wrapper.grid3 .post-image,
	.loops-wrapper.grid2 .post-image,
	.loops-wrapper.list-large-image .post-image{
		float:none;
		width:auto;
		max-width:none;
		overflow:visible
	}
}

/*/wp-content/uploads/themify-css/themify-builder-3568-generated.css*/
/* Generated from tbuilder_layout_part: contatto */
.themify_builder_content-3568 .tb_i1n0450.module-contact .contact-success{background-color:#b6db86;font-size:1.5em}
.themify_builder_content-3568 .tb_i1n0450.module-contact .builder-contact-field-send button{background-color:#073e48;color:#fff}
.themify_builder_content-3568 .tb_i1n0450.module-contact{font-family:"Raleway";font-weight:500;font-size:1.2em}
.themify_builder_content-3568 .tb_i1n0450.module-contact label{background-clip:border-box;background-image:none;color:#000}

/*/wp-content/uploads/themify-css/themify-builder-3572-generated.css*/
/* Generated from tbuilder_layout_part:  */
.themify_builder_content-3572 .tb_nw3g508.module_row{text-align:center;font-size:1.3em;background-color:rgba(7, 62, 72, 1);padding-bottom:10%;padding-top:10%;}
.themify_builder_content-3572 .tb_nw3g508.module_row,.themify_builder_content-3572 .tb_nw3g508.module_row p,.themify_builder_content-3572 .tb_nw3g508.module_row h1,.themify_builder_content-3572 .tb_nw3g508.module_row h2,.themify_builder_content-3572 .tb_nw3g508.module_row h3:not(.module-title),.themify_builder_content-3572 .tb_nw3g508.module_row h4,.themify_builder_content-3572 .tb_nw3g508.module_row h5,.themify_builder_content-3572 .tb_nw3g508.module_row h6{color:rgba(255, 255, 255, 1);font-weight:500;font-family:"Raleway";}
.themify_builder_content-3572 .tb_n7bx690.module-text{text-align:center;font-size:1.3em;}
.themify_builder_content-3572 .tb_n7bx690.module-text .tb_text_wrap,.themify_builder_content-3572 .tb_n7bx690.module-text .tb_text_wrap p,.themify_builder_content-3572 .tb_n7bx690.module-text .tb_text_wrap blockquote,.themify_builder_content-3572 .tb_n7bx690.module-text .tb_text_wrap h1,.themify_builder_content-3572 .tb_n7bx690.module-text .tb_text_wrap h2,.themify_builder_content-3572 .tb_n7bx690.module-text .tb_text_wrap h3,.themify_builder_content-3572 .tb_n7bx690.module-text .tb_text_wrap h4,.themify_builder_content-3572 .tb_n7bx690.module-text .tb_text_wrap h5,.themify_builder_content-3572 .tb_n7bx690.module-text .tb_text_wrap h6,.themify_builder_content-3572 .tb_n7bx690.module-text .tb_text_wrap li,.themify_builder_content-3572 .tb_n7bx690.module-text .tb_text_wrap span{color:rgba(255, 255, 255, 1);-webkit-background-clip:border-box;background-clip:border-box;background-image:none;font-weight:500;font-family:"Raleway";}
.themify_builder_content-3572 .tb_xzr5626.module-button a{border-radius:40px;}
.themify_builder_content-3572 .tb_xzr5626.module-button.module-button a{color:rgba(7, 62, 72, 1);-webkit-background-clip:border-box;background-clip:border-box;background-image:none;background-color:rgba(255, 255, 255, 1);}
.themify_builder_content-3572 .tb_xzr5626.module-button{text-align:center;font-size:1.3em;color:rgba(7, 62, 72, 1);-webkit-background-clip:border-box;background-clip:border-box;background-image:none;font-family:"Raleway";}

/*/wp-content/uploads/themify-css/themify-builder-3562-generated.css*/
/* Generated from page: rimodellamento-corpo */
.themify_builder_content-3562 .tb_rrwg497.module_row{background-color:#eaeaea;background-image:url(https://www.salottodilory.it/wp-content/uploads/2023/03/atf-2.png);border:0 solid;padding-top:0;padding-bottom:0;background-size:contain;background-repeat:no-repeat;background-attachment:scroll;background-position:50% 50%}
.themify_builder_content-3562 .tb_8524498.module_column,.themify_builder_content-3562 .tb_57ux525.module_column{border:0 solid}
.themify_builder_content-3562 .tb_4doq505.module_subrow,.themify_builder_content-3562 .tb_vkms525.module_subrow{padding-top:3%;padding-bottom:3%;margin-top:0}
.themify_builder_content-3562 .tb_gexa505.module_column,.themify_builder_content-3562 .tb_6d0k525.module_column{margin-top:0}
.themify_builder_content-3562 .tb_5kmg268.module-image,.themify_builder_content-3562 .tb_k85h525.module-image{padding-top:0;margin-top:0}
.themify_builder_content-3562 .tb_esy3569.module-text,.themify_builder_content-3562 .tb_zmkf525.module-text{line-height:1.1em;font-size:3em;text-align:left;text-transform:uppercase}
.themify_builder_content-3562 .tb_esy3569.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_esy3569.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_esy3569.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_esy3569.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_esy3569.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_esy3569.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_esy3569.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_esy3569.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_esy3569.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_esy3569.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_esy3569.module-text .tb_text_wrap span,.themify_builder_content-3562 .tb_zmkf525.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_zmkf525.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_zmkf525.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_zmkf525.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_zmkf525.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_zmkf525.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_zmkf525.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_zmkf525.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_zmkf525.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_zmkf525.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_zmkf525.module-text .tb_text_wrap span,.themify_builder_content-3562 .tb_veu9800.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_veu9800.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_veu9800.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_veu9800.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_veu9800.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_veu9800.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_veu9800.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_veu9800.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_veu9800.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_veu9800.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_veu9800.module-text .tb_text_wrap span,.themify_builder_content-3562 .tb_nj9n75.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_nj9n75.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_nj9n75.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_nj9n75.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_nj9n75.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_nj9n75.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_nj9n75.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_nj9n75.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_nj9n75.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_nj9n75.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_nj9n75.module-text .tb_text_wrap span,.themify_builder_content-3562 .tb_t2pd237.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_t2pd237.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_t2pd237.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_t2pd237.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_t2pd237.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_t2pd237.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_t2pd237.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_t2pd237.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_t2pd237.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_t2pd237.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_t2pd237.module-text .tb_text_wrap span,.themify_builder_content-3562 .tb_evub430.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_evub430.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_evub430.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_evub430.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_evub430.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_evub430.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_evub430.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_evub430.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_evub430.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_evub430.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_evub430.module-text .tb_text_wrap span,.themify_builder_content-3562 .tb_9ve1530.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_9ve1530.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_9ve1530.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_9ve1530.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_9ve1530.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_9ve1530.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_9ve1530.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_9ve1530.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_9ve1530.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_9ve1530.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_9ve1530.module-text .tb_text_wrap span{font-family:"EB Garamond";font-weight:700;background-clip:border-box;background-image:none;color:#073e48}
.themify_builder_content-3562 .tb_esy3569.module-text p,.themify_builder_content-3562 .tb_7k4017.module-text p,.themify_builder_content-3562 .tb_zmkf525.module-text p,.themify_builder_content-3562 .tb_tbt3525.module-text p,.themify_builder_content-3562 .tb_veu9800.module-text p,.themify_builder_content-3562 .tb_3agq208.module-text p,.themify_builder_content-3562 .tb_jav0208.module-text p,.themify_builder_content-3562 .tb_4i24208.module-text p,.themify_builder_content-3562 .tb_i3wc439.module-text p,.themify_builder_content-3562 .tb_fwef955.module-text p,.themify_builder_content-3562 .tb_k0wh396.module-text p,.themify_builder_content-3562 .tb_m5cj200.module-text p,.themify_builder_content-3562 .tb_umfp520.module-text p,.themify_builder_content-3562 .tb_rcha825.module-text p,.themify_builder_content-3562 .tb_eh3p947.module-text p,.themify_builder_content-3562 .tb_c0my947.module-text p,.themify_builder_content-3562 .tb_z2kk947.module-text p,.themify_builder_content-3562 .tb_49mt563.module-text p,.themify_builder_content-3562 .tb_gmat657.module-text p,.themify_builder_content-3562 .tb_nj9n75.module-text p,.themify_builder_content-3562 .tb_v9qu75.module-text p,.themify_builder_content-3562 .tb_pwbn116.module-text p,.themify_builder_content-3562 .tb_j4g0610.module-text p,.themify_builder_content-3562 .tb_2498501.module-text p,.themify_builder_content-3562 .tb_lj0y501.module-text p,.themify_builder_content-3562 .tb_9em0501.module-text p,.themify_builder_content-3562 .tb_ctqr73.module-text p,.themify_builder_content-3562 .tb_j8oc73.module-text p,.themify_builder_content-3562 .tb_aant74.module-text p,.themify_builder_content-3562 .tb_q2cu192.module-text p,.themify_builder_content-3562 .tb_czi5192.module-text p,.themify_builder_content-3562 .tb_9yu5192.module-text p,.themify_builder_content-3562 .tb_n6ge193.module-text p,.themify_builder_content-3562 .tb_fdxb193.module-text p,.themify_builder_content-3562 .tb_wagp193.module-text p,.themify_builder_content-3562 .tb_2pl0193.module-text p,.themify_builder_content-3562 .tb_akf1194.module-text p,.themify_builder_content-3562 .tb_mavj194.module-text p,.themify_builder_content-3562 .tb_geyp562.module-text p,.themify_builder_content-3562 .tb_ece2562.module-text p,.themify_builder_content-3562 .tb_jyye358.module-text p,.themify_builder_content-3562 .tb_bsct358.module-text p,.themify_builder_content-3562 .tb_dilr358.module-text p,.themify_builder_content-3562 .tb_t2pd237.module-text p,.themify_builder_content-3562 .tb_1oko237.module-text p,.themify_builder_content-3562 .tb_oc3m238.module-text p,.themify_builder_content-3562 .tb_agfj238.module-text p,.themify_builder_content-3562 .tb_5swl238.module-text p,.themify_builder_content-3562 .tb_ce68238.module-text p,.themify_builder_content-3562 .tb_bjzm238.module-text p,.themify_builder_content-3562 .tb_krb7238.module-text p,.themify_builder_content-3562 .tb_e3m8238.module-text p,.themify_builder_content-3562 .tb_f1ib239.module-text p,.themify_builder_content-3562 .tb_cpnh239.module-text p,.themify_builder_content-3562 .tb_eh7p239.module-text p,.themify_builder_content-3562 .tb_lq42239.module-text p,.themify_builder_content-3562 .tb_vnqc239.module-text p,.themify_builder_content-3562 .tb_0w0p239.module-text p,.themify_builder_content-3562 .tb_0lv8240.module-text p,.themify_builder_content-3562 .tb_jd6c241.module-text p,.themify_builder_content-3562 .tb_75b3249.module-text p,.themify_builder_content-3562 .tb_ybou250.module-text p,.themify_builder_content-3562 .tb_9amb250.module-text p,.themify_builder_content-3562 .tb_oo00197.module-text p,.themify_builder_content-3562 .tb_ssde502.module-text p,.themify_builder_content-3562 .tb_avn7359.module-text p,.themify_builder_content-3562 .tb_3mau851.module-text p,.themify_builder_content-3562 .tb_vvc8468.module-text p,.themify_builder_content-3562 .tb_gkbg188.module-text p,.themify_builder_content-3562 .tb_n3r5388.module-text p,.themify_builder_content-3562 .tb_0upr491.module-text p,.themify_builder_content-3562 .tb_2e0b492.module-text p,.themify_builder_content-3562 .tb_evub430.module-text p,.themify_builder_content-3562 .tb_9ve1530.module-text p,.themify_builder_content-3562 .tb_18tu135.module-text p,.themify_builder_content-3562 .tb_c9xu886.module-text p,.themify_builder_content-3562 .tb_xafr887.module-text p,.themify_builder_content-3562 .tb_v8u1696.module-text p,.themify_builder_content-3562 .tb_dp1i696.module-text p,.themify_builder_content-3562 .tb_pqww696.module-text p{margin-top:0;margin-bottom:0}
.themify_builder_content-3562 .tb_7k4017.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_7k4017.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_7k4017.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_7k4017.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_7k4017.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_7k4017.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_7k4017.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_7k4017.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_7k4017.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_7k4017.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_7k4017.module-text .tb_text_wrap span,.themify_builder_content-3562 .tb_tbt3525.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_tbt3525.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_tbt3525.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_tbt3525.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_tbt3525.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_tbt3525.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_tbt3525.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_tbt3525.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_tbt3525.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_tbt3525.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_tbt3525.module-text .tb_text_wrap span{font-family:"Raleway";font-weight:700;background-clip:border-box;background-image:none;color:#3e7973;text-decoration:underline}
.themify_builder_content-3562 .tb_7k4017.module-text,.themify_builder_content-3562 .tb_tbt3525.module-text{margin-left:0;margin-top:1%;font-size:1.5em;text-align:left}
.themify_builder_content-3562 .tb_m78i129.module-icon,.themify_builder_content-3562 .tb_bsnx525.module-icon{margin-left:4%;margin-top:3%;font-family:"EB Garamond";font-weight:600;text-align:left}
.themify_builder_content-3562 .tb_m78i129.module-icon i,.themify_builder_content-3562 .tb_m78i129.module-icon a,.themify_builder_content-3562 .tb_m78i129.module-icon span,.themify_builder_content-3562 .tb_5cth375.module-icon i,.themify_builder_content-3562 .tb_5cth375.module-icon a,.themify_builder_content-3562 .tb_5cth375.module-icon span,.themify_builder_content-3562 .tb_hmx0457.module-icon i,.themify_builder_content-3562 .tb_hmx0457.module-icon a,.themify_builder_content-3562 .tb_hmx0457.module-icon span,.themify_builder_content-3562 .tb_4jhw235.module-icon i,.themify_builder_content-3562 .tb_4jhw235.module-icon a,.themify_builder_content-3562 .tb_4jhw235.module-icon span,.themify_builder_content-3562 .tb_2tub750.module-icon i,.themify_builder_content-3562 .tb_2tub750.module-icon a,.themify_builder_content-3562 .tb_2tub750.module-icon span,.themify_builder_content-3562 .tb_bsnx525.module-icon i,.themify_builder_content-3562 .tb_bsnx525.module-icon a,.themify_builder_content-3562 .tb_bsnx525.module-icon span,.themify_builder_content-3562 .tb_47wl525.module-icon i,.themify_builder_content-3562 .tb_47wl525.module-icon a,.themify_builder_content-3562 .tb_47wl525.module-icon span,.themify_builder_content-3562 .tb_r1lf525.module-icon i,.themify_builder_content-3562 .tb_r1lf525.module-icon a,.themify_builder_content-3562 .tb_r1lf525.module-icon span,.themify_builder_content-3562 .tb_3clb525.module-icon i,.themify_builder_content-3562 .tb_3clb525.module-icon a,.themify_builder_content-3562 .tb_3clb525.module-icon span,.themify_builder_content-3562 .tb_e056525.module-icon i,.themify_builder_content-3562 .tb_e056525.module-icon a,.themify_builder_content-3562 .tb_e056525.module-icon span{font-size:1.5em}
.themify_builder_content-3562 .tb_m78i129.module-icon span,.themify_builder_content-3562 .tb_5cth375.module-icon span,.themify_builder_content-3562 .tb_hmx0457.module-icon span,.themify_builder_content-3562 .tb_4jhw235.module-icon span,.themify_builder_content-3562 .tb_2tub750.module-icon span,.themify_builder_content-3562 .tb_bsnx525.module-icon span,.themify_builder_content-3562 .tb_47wl525.module-icon span,.themify_builder_content-3562 .tb_r1lf525.module-icon span,.themify_builder_content-3562 .tb_3clb525.module-icon span,.themify_builder_content-3562 .tb_e056525.module-icon span{background-clip:border-box;background-image:none;color:#000}
.themify_builder_content-3562 .tb_5cth375.module-icon,.themify_builder_content-3562 .tb_hmx0457.module-icon,.themify_builder_content-3562 .tb_4jhw235.module-icon,.themify_builder_content-3562 .tb_2tub750.module-icon,.themify_builder_content-3562 .tb_47wl525.module-icon,.themify_builder_content-3562 .tb_r1lf525.module-icon,.themify_builder_content-3562 .tb_3clb525.module-icon,.themify_builder_content-3562 .tb_e056525.module-icon{margin-left:4%;margin-top:1%;font-family:"EB Garamond";font-weight:600;text-align:left}
.themify_builder_content-3562 .tb_d17u402.module-button a,.themify_builder_content-3562 .tb_67h4525.module-button a{border-radius:40px}
.themify_builder_content-3562 .tb_d17u402.module-button.module-button a span,.themify_builder_content-3562 .tb_67h4525.module-button.module-button a span,.themify_builder_content-3562 .tb_5koc208.module-button.module-button a span,.themify_builder_content-3562 .tb_yhob208.module-button.module-button a span,.themify_builder_content-3562 .tb_96d9947.module-button.module-button a span,.themify_builder_content-3562 .tb_p090947.module-button.module-button a span,.themify_builder_content-3562 .tb_ubpx267.module-button.module-button a span,.themify_builder_content-3562 .tb_wpcu443.module-button.module-button a span,.themify_builder_content-3562 .tb_7khp562.module-button.module-button a span,.themify_builder_content-3562 .tb_dxq8562.module-button.module-button a span,.themify_builder_content-3562 .tb_vlux358.module-button.module-button a span,.themify_builder_content-3562 .tb_3ld4358.module-button.module-button a span,.themify_builder_content-3562 .tb_qq3i250.module-button.module-button a span,.themify_builder_content-3562 .tb_ncg4250.module-button.module-button a span,.themify_builder_content-3562 .tb_x6fr492.module-button.module-button a span,.themify_builder_content-3562 .tb_exkd492.module-button.module-button a span,.themify_builder_content-3562 .tb_wo01888.module-button.module-button a span,.themify_builder_content-3562 .tb_g8vg889.module-button.module-button a span,.themify_builder_content-3562 .tb_zvak696.module-button.module-button a span,.themify_builder_content-3562 .tb_oflw696.module-button.module-button a span{background-clip:border-box;background-image:none;color:#fff}
.themify_builder_content-3562 .tb_d17u402.module-button.module-button a:hover,.themify_builder_content-3562 .tb_67h4525.module-button.module-button a:hover,.themify_builder_content-3562 .tb_5koc208.module-button.module-button a:hover,.themify_builder_content-3562 .tb_yhob208.module-button.module-button a:hover,.themify_builder_content-3562 .tb_96d9947.module-button.module-button a:hover,.themify_builder_content-3562 .tb_p090947.module-button.module-button a:hover,.themify_builder_content-3562 .tb_ubpx267.module-button.module-button a:hover,.themify_builder_content-3562 .tb_wpcu443.module-button.module-button a:hover,.themify_builder_content-3562 .tb_7khp562.module-button.module-button a:hover,.themify_builder_content-3562 .tb_dxq8562.module-button.module-button a:hover,.themify_builder_content-3562 .tb_vlux358.module-button.module-button a:hover,.themify_builder_content-3562 .tb_3ld4358.module-button.module-button a:hover,.themify_builder_content-3562 .tb_qq3i250.module-button.module-button a:hover,.themify_builder_content-3562 .tb_ncg4250.module-button.module-button a:hover,.themify_builder_content-3562 .tb_x6fr492.module-button.module-button a:hover,.themify_builder_content-3562 .tb_exkd492.module-button.module-button a:hover,.themify_builder_content-3562 .tb_wo01888.module-button.module-button a:hover,.themify_builder_content-3562 .tb_g8vg889.module-button.module-button a:hover,.themify_builder_content-3562 .tb_zvak696.module-button.module-button a:hover,.themify_builder_content-3562 .tb_oflw696.module-button.module-button a:hover{background-color:#3e7973}
.themify_builder_content-3562 .tb_d17u402.module-button.module-button a,.themify_builder_content-3562 .tb_67h4525.module-button.module-button a,.themify_builder_content-3562 .tb_5koc208.module-button.module-button a,.themify_builder_content-3562 .tb_yhob208.module-button.module-button a,.themify_builder_content-3562 .tb_96d9947.module-button.module-button a,.themify_builder_content-3562 .tb_p090947.module-button.module-button a,.themify_builder_content-3562 .tb_ubpx267.module-button.module-button a,.themify_builder_content-3562 .tb_wpcu443.module-button.module-button a,.themify_builder_content-3562 .tb_7khp562.module-button.module-button a,.themify_builder_content-3562 .tb_dxq8562.module-button.module-button a,.themify_builder_content-3562 .tb_vlux358.module-button.module-button a,.themify_builder_content-3562 .tb_3ld4358.module-button.module-button a,.themify_builder_content-3562 .tb_qq3i250.module-button.module-button a,.themify_builder_content-3562 .tb_ncg4250.module-button.module-button a,.themify_builder_content-3562 .tb_x6fr492.module-button.module-button a,.themify_builder_content-3562 .tb_exkd492.module-button.module-button a,.themify_builder_content-3562 .tb_wo01888.module-button.module-button a,.themify_builder_content-3562 .tb_g8vg889.module-button.module-button a,.themify_builder_content-3562 .tb_zvak696.module-button.module-button a,.themify_builder_content-3562 .tb_oflw696.module-button.module-button a{background-color:#073e48}
.themify_builder_content-3562 .tb_d17u402.module-button,.themify_builder_content-3562 .tb_67h4525.module-button{margin-left:4%;margin-top:3%;font-family:"Raleway";font-weight:500;background-clip:border-box;background-image:none;color:#fff;font-size:1.1em;text-align:left}
.themify_builder_content-3562 .tb_d17u402.module-button.module a,.themify_builder_content-3562 .tb_67h4525.module-button.module a{box-shadow:1px 1px 1px 1px #808080}
.themify_builder_content-3562 .tb_2mk4525.module_row{background-color:#eaeaea;background-image:url(https://www.salottodilory.it/wp-content/uploads/2023/03/atf-mobile.png);border:0 solid;padding-top:0;padding-bottom:0;background-size:contain;background-repeat:no-repeat;background-attachment:scroll;background-position:50% 50%}
.themify_builder_content-3562 .tb_rx06549.module_row,.themify_builder_content-3562 .tb_oktp74.module_row{padding-bottom:5%;padding-top:5%}
.themify_builder_content-3562 .tb_8tn1333.module_subrow>.subrow_inner,.themify_builder_content-3562 .tb_yuiv438.module_subrow>.subrow_inner,.themify_builder_content-3562 .tb_bw7v75.module_subrow>.subrow_inner,.themify_builder_content-3562 .tb_4bkx237.module_subrow>.subrow_inner,.themify_builder_content-3562 .tb_mpnr194.module_subrow>.subrow_inner,.themify_builder_content-3562 .tb_pnim428.module_subrow>.subrow_inner,.themify_builder_content-3562 .tb_bubk528.module_subrow>.subrow_inner{--colg:var(--none)}
.themify_builder_content-3562 .tb_veu9800.module-text,.themify_builder_content-3562 .tb_3agq208.module-text,.themify_builder_content-3562 .tb_jav0208.module-text,.themify_builder_content-3562 .tb_i3wc439.module-text,.themify_builder_content-3562 .tb_eh3p947.module-text,.themify_builder_content-3562 .tb_c0my947.module-text,.themify_builder_content-3562 .tb_49mt563.module-text,.themify_builder_content-3562 .tb_nj9n75.module-text,.themify_builder_content-3562 .tb_geyp562.module-text,.themify_builder_content-3562 .tb_jyye358.module-text,.themify_builder_content-3562 .tb_bsct358.module-text,.themify_builder_content-3562 .tb_t2pd237.module-text,.themify_builder_content-3562 .tb_75b3249.module-text,.themify_builder_content-3562 .tb_ybou250.module-text,.themify_builder_content-3562 .tb_oo00197.module-text,.themify_builder_content-3562 .tb_0upr491.module-text,.themify_builder_content-3562 .tb_evub430.module-text,.themify_builder_content-3562 .tb_9ve1530.module-text,.themify_builder_content-3562 .tb_c9xu886.module-text,.themify_builder_content-3562 .tb_v8u1696.module-text,.themify_builder_content-3562 .tb_dp1i696.module-text{line-height:1.1em;font-size:2.2em;text-align:center;text-transform:none}
.themify_builder_content-3562 .tb_v3qp502.module_subrow,.themify_builder_content-3562 .tb_sehg75.module_subrow,.themify_builder_content-3562 .tb_7jse191.module_subrow,.themify_builder_content-3562 .tb_blym238.module_subrow,.themify_builder_content-3562 .tb_ko7h432.module_subrow,.themify_builder_content-3562 .tb_ipgw35.module-image{margin-top:3%}
.themify_builder_content-3562 .tb_iwlk796.module-text{font-size:1.2em}
.themify_builder_content-3562 .tb_iwlk796.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_iwlk796.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_iwlk796.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_iwlk796.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_iwlk796.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_iwlk796.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_iwlk796.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_iwlk796.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_iwlk796.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_iwlk796.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_iwlk796.module-text .tb_text_wrap span,.themify_builder_content-3562 .tb_j4g0610.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_j4g0610.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_j4g0610.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_j4g0610.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_j4g0610.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_j4g0610.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_j4g0610.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_j4g0610.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_j4g0610.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_j4g0610.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_j4g0610.module-text .tb_text_wrap span,.themify_builder_content-3562 .tb_9em0501.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_9em0501.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_9em0501.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_9em0501.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_9em0501.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_9em0501.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_9em0501.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_9em0501.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_9em0501.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_9em0501.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_9em0501.module-text .tb_text_wrap span,.themify_builder_content-3562 .tb_aant74.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_aant74.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_aant74.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_aant74.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_aant74.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_aant74.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_aant74.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_aant74.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_aant74.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_aant74.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_aant74.module-text .tb_text_wrap span,.themify_builder_content-3562 .tb_9yu5192.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_9yu5192.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_9yu5192.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_9yu5192.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_9yu5192.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_9yu5192.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_9yu5192.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_9yu5192.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_9yu5192.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_9yu5192.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_9yu5192.module-text .tb_text_wrap span,.themify_builder_content-3562 .tb_wagp193.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_wagp193.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_wagp193.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_wagp193.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_wagp193.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_wagp193.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_wagp193.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_wagp193.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_wagp193.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_wagp193.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_wagp193.module-text .tb_text_wrap span,.themify_builder_content-3562 .tb_mavj194.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_mavj194.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_mavj194.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_mavj194.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_mavj194.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_mavj194.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_mavj194.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_mavj194.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_mavj194.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_mavj194.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_mavj194.module-text .tb_text_wrap span,.themify_builder_content-3562 .tb_oc3m238.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_oc3m238.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_oc3m238.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_oc3m238.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_oc3m238.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_oc3m238.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_oc3m238.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_oc3m238.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_oc3m238.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_oc3m238.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_oc3m238.module-text .tb_text_wrap span,.themify_builder_content-3562 .tb_5swl238.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_5swl238.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_5swl238.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_5swl238.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_5swl238.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_5swl238.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_5swl238.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_5swl238.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_5swl238.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_5swl238.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_5swl238.module-text .tb_text_wrap span,.themify_builder_content-3562 .tb_bjzm238.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_bjzm238.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_bjzm238.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_bjzm238.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_bjzm238.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_bjzm238.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_bjzm238.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_bjzm238.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_bjzm238.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_bjzm238.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_bjzm238.module-text .tb_text_wrap span,.themify_builder_content-3562 .tb_e3m8238.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_e3m8238.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_e3m8238.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_e3m8238.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_e3m8238.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_e3m8238.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_e3m8238.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_e3m8238.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_e3m8238.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_e3m8238.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_e3m8238.module-text .tb_text_wrap span,.themify_builder_content-3562 .tb_cpnh239.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_cpnh239.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_cpnh239.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_cpnh239.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_cpnh239.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_cpnh239.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_cpnh239.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_cpnh239.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_cpnh239.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_cpnh239.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_cpnh239.module-text .tb_text_wrap span,.themify_builder_content-3562 .tb_lq42239.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_lq42239.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_lq42239.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_lq42239.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_lq42239.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_lq42239.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_lq42239.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_lq42239.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_lq42239.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_lq42239.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_lq42239.module-text .tb_text_wrap span,.themify_builder_content-3562 .tb_0w0p239.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_0w0p239.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_0w0p239.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_0w0p239.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_0w0p239.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_0w0p239.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_0w0p239.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_0w0p239.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_0w0p239.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_0w0p239.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_0w0p239.module-text .tb_text_wrap span,.themify_builder_content-3562 .tb_jd6c241.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_jd6c241.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_jd6c241.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_jd6c241.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_jd6c241.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_jd6c241.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_jd6c241.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_jd6c241.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_jd6c241.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_jd6c241.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_jd6c241.module-text .tb_text_wrap span,.themify_builder_content-3562 .tb_bmzy434.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_bmzy434.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_bmzy434.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_bmzy434.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_bmzy434.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_bmzy434.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_bmzy434.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_bmzy434.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_bmzy434.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_bmzy434.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_bmzy434.module-text .tb_text_wrap span,.themify_builder_content-3562 .tb_8jak427.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_8jak427.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_8jak427.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_8jak427.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_8jak427.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_8jak427.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_8jak427.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_8jak427.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_8jak427.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_8jak427.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_8jak427.module-text .tb_text_wrap span{font-family:"Raleway";font-weight:400;background-clip:border-box;background-image:none;color:#000}
.themify_builder_content-3562 .tb_3agq208.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_3agq208.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_3agq208.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_3agq208.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_3agq208.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_3agq208.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_3agq208.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_3agq208.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_3agq208.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_3agq208.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_3agq208.module-text .tb_text_wrap span,.themify_builder_content-3562 .tb_jav0208.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_jav0208.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_jav0208.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_jav0208.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_jav0208.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_jav0208.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_jav0208.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_jav0208.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_jav0208.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_jav0208.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_jav0208.module-text .tb_text_wrap span,.themify_builder_content-3562 .tb_i3wc439.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_i3wc439.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_i3wc439.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_i3wc439.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_i3wc439.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_i3wc439.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_i3wc439.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_i3wc439.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_i3wc439.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_i3wc439.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_i3wc439.module-text .tb_text_wrap span,.themify_builder_content-3562 .tb_eh3p947.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_eh3p947.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_eh3p947.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_eh3p947.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_eh3p947.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_eh3p947.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_eh3p947.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_eh3p947.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_eh3p947.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_eh3p947.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_eh3p947.module-text .tb_text_wrap span,.themify_builder_content-3562 .tb_c0my947.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_c0my947.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_c0my947.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_c0my947.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_c0my947.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_c0my947.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_c0my947.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_c0my947.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_c0my947.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_c0my947.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_c0my947.module-text .tb_text_wrap span,.themify_builder_content-3562 .tb_49mt563.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_49mt563.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_49mt563.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_49mt563.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_49mt563.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_49mt563.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_49mt563.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_49mt563.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_49mt563.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_49mt563.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_49mt563.module-text .tb_text_wrap span,.themify_builder_content-3562 .tb_geyp562.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_geyp562.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_geyp562.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_geyp562.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_geyp562.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_geyp562.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_geyp562.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_geyp562.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_geyp562.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_geyp562.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_geyp562.module-text .tb_text_wrap span,.themify_builder_content-3562 .tb_jyye358.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_jyye358.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_jyye358.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_jyye358.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_jyye358.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_jyye358.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_jyye358.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_jyye358.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_jyye358.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_jyye358.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_jyye358.module-text .tb_text_wrap span,.themify_builder_content-3562 .tb_bsct358.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_bsct358.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_bsct358.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_bsct358.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_bsct358.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_bsct358.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_bsct358.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_bsct358.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_bsct358.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_bsct358.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_bsct358.module-text .tb_text_wrap span,.themify_builder_content-3562 .tb_75b3249.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_75b3249.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_75b3249.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_75b3249.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_75b3249.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_75b3249.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_75b3249.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_75b3249.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_75b3249.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_75b3249.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_75b3249.module-text .tb_text_wrap span,.themify_builder_content-3562 .tb_ybou250.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_ybou250.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_ybou250.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_ybou250.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_ybou250.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_ybou250.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_ybou250.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_ybou250.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_ybou250.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_ybou250.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_ybou250.module-text .tb_text_wrap span,.themify_builder_content-3562 .tb_oo00197.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_oo00197.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_oo00197.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_oo00197.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_oo00197.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_oo00197.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_oo00197.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_oo00197.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_oo00197.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_oo00197.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_oo00197.module-text .tb_text_wrap span,.themify_builder_content-3562 .tb_0upr491.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_0upr491.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_0upr491.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_0upr491.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_0upr491.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_0upr491.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_0upr491.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_0upr491.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_0upr491.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_0upr491.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_0upr491.module-text .tb_text_wrap span,.themify_builder_content-3562 .tb_c9xu886.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_c9xu886.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_c9xu886.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_c9xu886.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_c9xu886.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_c9xu886.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_c9xu886.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_c9xu886.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_c9xu886.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_c9xu886.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_c9xu886.module-text .tb_text_wrap span,.themify_builder_content-3562 .tb_v8u1696.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_v8u1696.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_v8u1696.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_v8u1696.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_v8u1696.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_v8u1696.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_v8u1696.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_v8u1696.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_v8u1696.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_v8u1696.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_v8u1696.module-text .tb_text_wrap span,.themify_builder_content-3562 .tb_dp1i696.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_dp1i696.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_dp1i696.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_dp1i696.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_dp1i696.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_dp1i696.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_dp1i696.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_dp1i696.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_dp1i696.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_dp1i696.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_dp1i696.module-text .tb_text_wrap span{font-family:"EB Garamond";font-weight:700;background-clip:border-box;background-image:none;color:#fff}
.themify_builder_content-3562 .tb_4i24208.module-text,.themify_builder_content-3562 .tb_z2kk947.module-text,.themify_builder_content-3562 .tb_gmat657.module-text,.themify_builder_content-3562 .tb_ece2562.module-text,.themify_builder_content-3562 .tb_dilr358.module-text,.themify_builder_content-3562 .tb_9amb250.module-text,.themify_builder_content-3562 .tb_2e0b492.module-text,.themify_builder_content-3562 .tb_xafr887.module-text,.themify_builder_content-3562 .tb_pqww696.module-text{line-height:1.1em;font-size:1.6em;text-align:center;text-transform:none}
.themify_builder_content-3562 .tb_4i24208.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_4i24208.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_4i24208.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_4i24208.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_4i24208.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_4i24208.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_4i24208.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_4i24208.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_4i24208.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_4i24208.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_4i24208.module-text .tb_text_wrap span,.themify_builder_content-3562 .tb_z2kk947.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_z2kk947.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_z2kk947.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_z2kk947.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_z2kk947.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_z2kk947.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_z2kk947.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_z2kk947.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_z2kk947.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_z2kk947.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_z2kk947.module-text .tb_text_wrap span,.themify_builder_content-3562 .tb_gmat657.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_gmat657.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_gmat657.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_gmat657.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_gmat657.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_gmat657.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_gmat657.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_gmat657.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_gmat657.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_gmat657.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_gmat657.module-text .tb_text_wrap span,.themify_builder_content-3562 .tb_ece2562.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_ece2562.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_ece2562.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_ece2562.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_ece2562.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_ece2562.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_ece2562.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_ece2562.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_ece2562.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_ece2562.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_ece2562.module-text .tb_text_wrap span,.themify_builder_content-3562 .tb_dilr358.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_dilr358.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_dilr358.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_dilr358.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_dilr358.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_dilr358.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_dilr358.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_dilr358.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_dilr358.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_dilr358.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_dilr358.module-text .tb_text_wrap span,.themify_builder_content-3562 .tb_9amb250.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_9amb250.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_9amb250.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_9amb250.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_9amb250.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_9amb250.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_9amb250.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_9amb250.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_9amb250.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_9amb250.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_9amb250.module-text .tb_text_wrap span,.themify_builder_content-3562 .tb_2e0b492.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_2e0b492.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_2e0b492.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_2e0b492.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_2e0b492.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_2e0b492.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_2e0b492.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_2e0b492.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_2e0b492.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_2e0b492.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_2e0b492.module-text .tb_text_wrap span,.themify_builder_content-3562 .tb_xafr887.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_xafr887.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_xafr887.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_xafr887.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_xafr887.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_xafr887.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_xafr887.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_xafr887.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_xafr887.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_xafr887.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_xafr887.module-text .tb_text_wrap span,.themify_builder_content-3562 .tb_pqww696.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_pqww696.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_pqww696.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_pqww696.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_pqww696.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_pqww696.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_pqww696.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_pqww696.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_pqww696.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_pqww696.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_pqww696.module-text .tb_text_wrap span{text-decoration:underline;font-family:"EB Garamond";font-weight:700;background-clip:border-box;background-image:none;color:#fff}
.themify_builder_content-3562 .tb_5koc208.module-button a,.themify_builder_content-3562 .tb_96d9947.module-button a,.themify_builder_content-3562 .tb_vlux358.module-button a,.themify_builder_content-3562 .tb_qq3i250.module-button a,.themify_builder_content-3562 .tb_zvak696.module-button a{padding-left:65px;padding-right:65px;border:2px solid #fff;border-radius:40px}
.themify_builder_content-3562 .tb_5koc208.module-button,.themify_builder_content-3562 .tb_96d9947.module-button,.themify_builder_content-3562 .tb_ubpx267.module-button,.themify_builder_content-3562 .tb_7khp562.module-button,.themify_builder_content-3562 .tb_vlux358.module-button,.themify_builder_content-3562 .tb_qq3i250.module-button,.themify_builder_content-3562 .tb_x6fr492.module-button,.themify_builder_content-3562 .tb_wo01888.module-button,.themify_builder_content-3562 .tb_zvak696.module-button{margin-left:4%;margin-top:3%;font-family:"Raleway";font-weight:500;background-clip:border-box;background-image:none;color:#fff;font-size:1.1em;text-align:center}
.themify_builder_content-3562 .tb_5koc208.module-button.module a,.themify_builder_content-3562 .tb_96d9947.module-button.module a,.themify_builder_content-3562 .tb_ubpx267.module-button.module a,.themify_builder_content-3562 .tb_7khp562.module-button.module a,.themify_builder_content-3562 .tb_vlux358.module-button.module a,.themify_builder_content-3562 .tb_qq3i250.module-button.module a,.themify_builder_content-3562 .tb_x6fr492.module-button.module a,.themify_builder_content-3562 .tb_wo01888.module-button.module a,.themify_builder_content-3562 .tb_zvak696.module-button.module a{box-shadow:0 0 0 0 }
.themify_builder_content-3562 .tb_yhob208.module-button a,.themify_builder_content-3562 .tb_p090947.module-button a,.themify_builder_content-3562 .tb_3ld4358.module-button a,.themify_builder_content-3562 .tb_ncg4250.module-button a,.themify_builder_content-3562 .tb_oflw696.module-button a{padding-left:50px;padding-right:50px;border:1px solid #fff;border-radius:40px}
.themify_builder_content-3562 .tb_yhob208.module-button,.themify_builder_content-3562 .tb_p090947.module-button,.themify_builder_content-3562 .tb_wpcu443.module-button,.themify_builder_content-3562 .tb_dxq8562.module-button,.themify_builder_content-3562 .tb_3ld4358.module-button,.themify_builder_content-3562 .tb_ncg4250.module-button,.themify_builder_content-3562 .tb_exkd492.module-button,.themify_builder_content-3562 .tb_g8vg889.module-button,.themify_builder_content-3562 .tb_oflw696.module-button{border:0 solid;margin-left:4%;margin-top:3%;font-family:"Raleway";font-weight:500;background-clip:border-box;background-image:none;color:#fff;font-size:1.1em;text-align:center}
.themify_builder_content-3562 .tb_yhob208.module-button.module a,.themify_builder_content-3562 .tb_p090947.module-button.module a,.themify_builder_content-3562 .tb_wpcu443.module-button.module a,.themify_builder_content-3562 .tb_dxq8562.module-button.module a,.themify_builder_content-3562 .tb_3ld4358.module-button.module a,.themify_builder_content-3562 .tb_ncg4250.module-button.module a,.themify_builder_content-3562 .tb_exkd492.module-button.module a,.themify_builder_content-3562 .tb_g8vg889.module-button.module a,.themify_builder_content-3562 .tb_oflw696.module-button.module a{box-shadow:0 0 0 1px }
.themify_builder_content-3562 .tb_m5i4437.module_row{background-color:#073e48;padding-bottom:15%;padding-top:5%}
.themify_builder_content-3562 .tb_m5i4437.module_row>.tb_row_frame_wrap .tb_row_frame_bottom,.themify_builder_content-3562 .tb_mtcq193.module_row>.tb_row_frame_wrap .tb_row_frame_bottom{transform: rotate(180deg);background-image:url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22rgba(255%2C%20255%2C%20255%2C%201)%22%20preserveAspectRatio%3D%22none%22%20viewBox%3D%220%200%201500%20150%22%3E%3Cpath%20d%3D%22M672.6%2066.5%20800.8%2088%20565.7%2036.7c-106-23.1-276.1-16-378.2%2015.8l-69%2021.5%2090.8-15.2c115-19.2%20323.6-15.8%20463.3%207.7z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M0%2093.8v17.1l118.5-37L0%2093.9z%22%20opacity%3D%22.6%22%2F%3E%3Cpath%20d%3D%22M0%200v93.8L118.5%2074l69-21.5c102-31.8%20272.3-39%20378.2-15.8l235%2051.3%2085.7%2014.4c139.7%2023.5%20335%2031.2%20433.9%2017L1500%2093.9V0H0z%22%2F%3E%3Cpath%20d%3D%22M886.4%20102.4%20800.8%2088l147.1%2032.2c106%2023.1%20273.5%2030.5%20372.4%2016.4l179.7-25.7V93.8l-179.8%2025.7c-98.8%2014-294%206.4-433.8-17z%22%20opacity%3D%22.5%22%2F%3E%3C%2Fsvg%3E")}
.themify_builder_content-3562 .tb_0wb1438.module_column,.themify_builder_content-3562 .tb_4h1u194.module_column{padding-left:0;padding-right:0}
.themify_builder_content-3562 .tb_92ap385.module_subrow{margin-top:2%;padding-right:10%}
.themify_builder_content-3562 .tb_92ap385.module_subrow>.subrow_inner,.themify_builder_content-3562 .tb_zhgw395.module_subrow>.subrow_inner,.themify_builder_content-3562 .tb_n7gm199.module_subrow>.subrow_inner,.themify_builder_content-3562 .tb_xld8519.module_subrow>.subrow_inner,.themify_builder_content-3562 .tb_cu1l823.module_subrow>.subrow_inner{--col:1fr 3fr;--colg:var(--none)}
.themify_builder_content-3562 .tb_fwef955.module-text,.themify_builder_content-3562 .tb_m5cj200.module-text{padding-top:5%;font-size:1.2em}
.themify_builder_content-3562 .tb_fwef955.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_fwef955.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_fwef955.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_fwef955.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_fwef955.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_fwef955.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_fwef955.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_fwef955.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_fwef955.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_fwef955.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_fwef955.module-text .tb_text_wrap span,.themify_builder_content-3562 .tb_k0wh396.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_k0wh396.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_k0wh396.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_k0wh396.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_k0wh396.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_k0wh396.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_k0wh396.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_k0wh396.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_k0wh396.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_k0wh396.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_k0wh396.module-text .tb_text_wrap span,.themify_builder_content-3562 .tb_m5cj200.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_m5cj200.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_m5cj200.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_m5cj200.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_m5cj200.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_m5cj200.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_m5cj200.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_m5cj200.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_m5cj200.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_m5cj200.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_m5cj200.module-text .tb_text_wrap span,.themify_builder_content-3562 .tb_umfp520.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_umfp520.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_umfp520.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_umfp520.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_umfp520.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_umfp520.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_umfp520.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_umfp520.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_umfp520.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_umfp520.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_umfp520.module-text .tb_text_wrap span,.themify_builder_content-3562 .tb_rcha825.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_rcha825.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_rcha825.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_rcha825.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_rcha825.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_rcha825.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_rcha825.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_rcha825.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_rcha825.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_rcha825.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_rcha825.module-text .tb_text_wrap span,.themify_builder_content-3562 .tb_avn7359.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_avn7359.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_avn7359.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_avn7359.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_avn7359.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_avn7359.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_avn7359.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_avn7359.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_avn7359.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_avn7359.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_avn7359.module-text .tb_text_wrap span,.themify_builder_content-3562 .tb_vvc8468.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_vvc8468.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_vvc8468.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_vvc8468.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_vvc8468.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_vvc8468.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_vvc8468.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_vvc8468.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_vvc8468.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_vvc8468.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_vvc8468.module-text .tb_text_wrap span,.themify_builder_content-3562 .tb_n3r5388.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_n3r5388.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_n3r5388.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_n3r5388.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_n3r5388.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_n3r5388.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_n3r5388.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_n3r5388.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_n3r5388.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_n3r5388.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_n3r5388.module-text .tb_text_wrap span{font-family:"Raleway";font-weight:400;background-clip:border-box;background-image:none;color:#fff}
.themify_builder_content-3562 .tb_zhgw395.module_subrow,.themify_builder_content-3562 .tb_n7gm199.module_subrow,.themify_builder_content-3562 .tb_xld8519.module_subrow,.themify_builder_content-3562 .tb_cu1l823.module_subrow{padding-right:10%}
.themify_builder_content-3562 .tb_k0wh396.module-text{padding-top:2%;font-size:1.2em}
.themify_builder_content-3562 .tb_umfp520.module-text{padding-top:4%;font-size:1.2em}
.themify_builder_content-3562 .tb_rcha825.module-text,.themify_builder_content-3562 .tb_oc3m238.module-text,.themify_builder_content-3562 .tb_5swl238.module-text,.themify_builder_content-3562 .tb_bjzm238.module-text,.themify_builder_content-3562 .tb_e3m8238.module-text,.themify_builder_content-3562 .tb_cpnh239.module-text,.themify_builder_content-3562 .tb_lq42239.module-text,.themify_builder_content-3562 .tb_0w0p239.module-text,.themify_builder_content-3562 .tb_jd6c241.module-text{padding-top:3%;font-size:1.2em}
.themify_builder_content-3562 .tb_poij2.module_row,.themify_builder_content-3562 .tb_hs6u491.module_row{height:350px;padding-top:0;padding-bottom:0;background-image:url(https://www.salottodilory.it/wp-content/uploads/2023/03/CTA4-100.jpg);background-size:contain;background-repeat:no-repeat;background-attachment:scroll;background-position:50% 50%}
.themify_builder_content-3562 .tb_x9fw2.module_column,.themify_builder_content-3562 .tb_d4hc491.module_column{padding-right:4%;padding-top:13%}
.themify_builder_content-3562 .tb_anf719.module_subrow,.themify_builder_content-3562 .tb_n05u562.module_subrow,.themify_builder_content-3562 .tb_5va3492.module_subrow,.themify_builder_content-3562 .tb_xdyy887.module_subrow{margin-top:2%}
.themify_builder_content-3562 .tb_anf719.module_subrow>.subrow_inner,.themify_builder_content-3562 .tb_n05u562.module_subrow>.subrow_inner,.themify_builder_content-3562 .tb_5va3492.module_subrow>.subrow_inner,.themify_builder_content-3562 .tb_xdyy887.module_subrow>.subrow_inner{--col:1fr 1.1311fr 1.1311fr 1fr}
.themify_builder_content-3562 .tb_ubpx267.module-button a,.themify_builder_content-3562 .tb_7khp562.module-button a,.themify_builder_content-3562 .tb_x6fr492.module-button a,.themify_builder_content-3562 .tb_wo01888.module-button a{padding-left:60px;padding-right:60px;border:2px solid #fff;border-radius:40px}
.themify_builder_content-3562 .tb_wpcu443.module-button a,.themify_builder_content-3562 .tb_dxq8562.module-button a,.themify_builder_content-3562 .tb_exkd492.module-button a,.themify_builder_content-3562 .tb_g8vg889.module-button a{padding-left:45px;padding-right:45px;border:1px solid #fff;border-radius:40px}
.themify_builder_content-3562 .tb_sehg75.module_subrow>.subrow_inner,.themify_builder_content-3562 .tb_7jse191.module_subrow>.subrow_inner,.themify_builder_content-3562 .tb_8usz237.module_subrow>.subrow_inner,.themify_builder_content-3562 .tb_blym238.module_subrow>.subrow_inner,.themify_builder_content-3562 .tb_ko7h432.module_subrow>.subrow_inner{--colg:var(--narrow)}
.themify_builder_content-3562 .tb_6amn75.module_column,.themify_builder_content-3562 .tb_ls90500.module_column,.themify_builder_content-3562 .tb_puw173.module_column,.themify_builder_content-3562 .tb_byqa191.module_column,.themify_builder_content-3562 .tb_ljo7192.module_column,.themify_builder_content-3562 .tb_b2vj193.module_column{padding:9.3%;border:1px solid #000;background-color:#eaeaea}
.themify_builder_content-3562 .tb_v9qu75.module-text,.themify_builder_content-3562 .tb_2498501.module-text,.themify_builder_content-3562 .tb_ctqr73.module-text,.themify_builder_content-3562 .tb_q2cu192.module-text,.themify_builder_content-3562 .tb_2pl0193.module-text{text-align:center;font-size:1.4em}
.themify_builder_content-3562 .tb_v9qu75.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_v9qu75.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_v9qu75.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_v9qu75.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_v9qu75.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_v9qu75.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_v9qu75.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_v9qu75.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_v9qu75.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_v9qu75.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_v9qu75.module-text .tb_text_wrap span,.themify_builder_content-3562 .tb_pwbn116.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_pwbn116.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_pwbn116.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_pwbn116.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_pwbn116.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_pwbn116.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_pwbn116.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_pwbn116.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_pwbn116.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_pwbn116.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_pwbn116.module-text .tb_text_wrap span,.themify_builder_content-3562 .tb_2498501.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_2498501.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_2498501.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_2498501.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_2498501.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_2498501.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_2498501.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_2498501.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_2498501.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_2498501.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_2498501.module-text .tb_text_wrap span,.themify_builder_content-3562 .tb_lj0y501.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_lj0y501.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_lj0y501.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_lj0y501.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_lj0y501.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_lj0y501.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_lj0y501.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_lj0y501.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_lj0y501.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_lj0y501.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_lj0y501.module-text .tb_text_wrap span,.themify_builder_content-3562 .tb_ctqr73.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_ctqr73.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_ctqr73.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_ctqr73.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_ctqr73.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_ctqr73.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_ctqr73.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_ctqr73.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_ctqr73.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_ctqr73.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_ctqr73.module-text .tb_text_wrap span,.themify_builder_content-3562 .tb_j8oc73.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_j8oc73.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_j8oc73.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_j8oc73.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_j8oc73.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_j8oc73.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_j8oc73.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_j8oc73.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_j8oc73.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_j8oc73.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_j8oc73.module-text .tb_text_wrap span,.themify_builder_content-3562 .tb_q2cu192.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_q2cu192.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_q2cu192.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_q2cu192.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_q2cu192.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_q2cu192.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_q2cu192.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_q2cu192.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_q2cu192.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_q2cu192.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_q2cu192.module-text .tb_text_wrap span,.themify_builder_content-3562 .tb_czi5192.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_czi5192.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_czi5192.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_czi5192.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_czi5192.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_czi5192.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_czi5192.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_czi5192.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_czi5192.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_czi5192.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_czi5192.module-text .tb_text_wrap span,.themify_builder_content-3562 .tb_n6ge193.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_n6ge193.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_n6ge193.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_n6ge193.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_n6ge193.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_n6ge193.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_n6ge193.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_n6ge193.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_n6ge193.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_n6ge193.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_n6ge193.module-text .tb_text_wrap span,.themify_builder_content-3562 .tb_fdxb193.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_fdxb193.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_fdxb193.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_fdxb193.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_fdxb193.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_fdxb193.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_fdxb193.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_fdxb193.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_fdxb193.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_fdxb193.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_fdxb193.module-text .tb_text_wrap span,.themify_builder_content-3562 .tb_2pl0193.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_2pl0193.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_2pl0193.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_2pl0193.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_2pl0193.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_2pl0193.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_2pl0193.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_2pl0193.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_2pl0193.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_2pl0193.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_2pl0193.module-text .tb_text_wrap span,.themify_builder_content-3562 .tb_akf1194.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_akf1194.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_akf1194.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_akf1194.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_akf1194.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_akf1194.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_akf1194.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_akf1194.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_akf1194.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_akf1194.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_akf1194.module-text .tb_text_wrap span{font-family:"Raleway";font-weight:800;background-clip:border-box;background-image:none;color:#000}
.themify_builder_content-3562 .tb_pwbn116.module-text,.themify_builder_content-3562 .tb_lj0y501.module-text,.themify_builder_content-3562 .tb_j8oc73.module-text,.themify_builder_content-3562 .tb_czi5192.module-text,.themify_builder_content-3562 .tb_fdxb193.module-text,.themify_builder_content-3562 .tb_akf1194.module-text{text-align:center;font-size:1.2em}
.themify_builder_content-3562 .tb_j4g0610.module-text,.themify_builder_content-3562 .tb_9em0501.module-text,.themify_builder_content-3562 .tb_aant74.module-text,.themify_builder_content-3562 .tb_9yu5192.module-text,.themify_builder_content-3562 .tb_wagp193.module-text,.themify_builder_content-3562 .tb_mavj194.module-text{padding-top:3%;font-size:1em}
.themify_builder_content-3562 .tb_n6ge193.module-text{line-height:1em;text-align:center;font-size:1.4em}
.themify_builder_content-3562 .tb_i9m4561.module_row,.themify_builder_content-3562 .tb_ch3q885.module_row{height:350px;padding-top:0;padding-bottom:0;background-image:url(https://www.salottodilory.it/wp-content/uploads/2023/03/CTA5-100.jpg);background-size:contain;background-repeat:no-repeat;background-attachment:scroll;background-position:50% 50%}
.themify_builder_content-3562 .tb_raqn562.module_column,.themify_builder_content-3562 .tb_bmxj886.module_column{padding-left:4%;padding-top:13%}
.themify_builder_content-3562 .tb_44j7236.module_row{margin-top:0;padding-bottom:1%;padding-top:3%}
.themify_builder_content-3562 .tb_8usz237.module_subrow{margin-top:6%}
.themify_builder_content-3562 .tb_1oko237.module-text,.themify_builder_content-3562 .tb_agfj238.module-text,.themify_builder_content-3562 .tb_ce68238.module-text,.themify_builder_content-3562 .tb_krb7238.module-text,.themify_builder_content-3562 .tb_f1ib239.module-text,.themify_builder_content-3562 .tb_eh7p239.module-text,.themify_builder_content-3562 .tb_vnqc239.module-text,.themify_builder_content-3562 .tb_0lv8240.module-text{padding-top:3%;font-size:1.8em}
.themify_builder_content-3562 .tb_1oko237.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_1oko237.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_1oko237.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_1oko237.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_1oko237.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_1oko237.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_1oko237.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_1oko237.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_1oko237.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_1oko237.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_1oko237.module-text .tb_text_wrap span,.themify_builder_content-3562 .tb_agfj238.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_agfj238.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_agfj238.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_agfj238.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_agfj238.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_agfj238.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_agfj238.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_agfj238.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_agfj238.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_agfj238.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_agfj238.module-text .tb_text_wrap span,.themify_builder_content-3562 .tb_ce68238.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_ce68238.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_ce68238.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_ce68238.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_ce68238.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_ce68238.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_ce68238.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_ce68238.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_ce68238.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_ce68238.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_ce68238.module-text .tb_text_wrap span,.themify_builder_content-3562 .tb_krb7238.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_krb7238.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_krb7238.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_krb7238.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_krb7238.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_krb7238.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_krb7238.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_krb7238.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_krb7238.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_krb7238.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_krb7238.module-text .tb_text_wrap span,.themify_builder_content-3562 .tb_f1ib239.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_f1ib239.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_f1ib239.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_f1ib239.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_f1ib239.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_f1ib239.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_f1ib239.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_f1ib239.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_f1ib239.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_f1ib239.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_f1ib239.module-text .tb_text_wrap span,.themify_builder_content-3562 .tb_eh7p239.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_eh7p239.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_eh7p239.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_eh7p239.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_eh7p239.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_eh7p239.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_eh7p239.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_eh7p239.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_eh7p239.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_eh7p239.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_eh7p239.module-text .tb_text_wrap span,.themify_builder_content-3562 .tb_vnqc239.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_vnqc239.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_vnqc239.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_vnqc239.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_vnqc239.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_vnqc239.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_vnqc239.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_vnqc239.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_vnqc239.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_vnqc239.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_vnqc239.module-text .tb_text_wrap span,.themify_builder_content-3562 .tb_0lv8240.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_0lv8240.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_0lv8240.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_0lv8240.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_0lv8240.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_0lv8240.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_0lv8240.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_0lv8240.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_0lv8240.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_0lv8240.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_0lv8240.module-text .tb_text_wrap span{font-family:"Raleway";font-weight:900;background-clip:border-box;background-image:none;color:#3e7973}
.themify_builder_content-3562 .tb_mtcq193.module_row{margin-top:3%;background-color:#073e48;padding-bottom:18%;padding-top:5%}
.themify_builder_content-3562 .tb_ssde502.module-text{margin-top:5%;padding-top:0;font-size:1.3em}
.themify_builder_content-3562 .tb_ssde502.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_ssde502.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_ssde502.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_ssde502.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_ssde502.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_ssde502.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_ssde502.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_ssde502.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_ssde502.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_ssde502.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_ssde502.module-text .tb_text_wrap span,.themify_builder_content-3562 .tb_3mau851.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_3mau851.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_3mau851.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_3mau851.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_3mau851.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_3mau851.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_3mau851.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_3mau851.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_3mau851.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_3mau851.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_3mau851.module-text .tb_text_wrap span,.themify_builder_content-3562 .tb_gkbg188.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_gkbg188.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_gkbg188.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_gkbg188.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_gkbg188.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_gkbg188.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_gkbg188.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_gkbg188.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_gkbg188.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_gkbg188.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_gkbg188.module-text .tb_text_wrap span{font-family:"Raleway";font-weight:700;background-clip:border-box;background-image:none;color:#fff}
.themify_builder_content-3562 .tb_avn7359.module-text,.themify_builder_content-3562 .tb_vvc8468.module-text,.themify_builder_content-3562 .tb_n3r5388.module-text{margin-top:1%;border:4px solid #3e7973;padding:1%;font-size:1.2em}
.themify_builder_content-3562 .tb_3mau851.module-text,.themify_builder_content-3562 .tb_gkbg188.module-text{margin-top:3%;padding-top:0;font-size:1.3em}
.themify_builder_content-3562 .tb_fhjh426.module_row{background-color:#eaeaea;padding-bottom:5%;padding-top:5%}
.themify_builder_content-3562 .tb_bmzy434.module-text{margin-top:4%;font-size:1.2em}
.themify_builder_content-3562 .tb_uk0s526.module_row{padding-bottom:2%;padding-top:5%}
.themify_builder_content-3562 .tb_18tu135.module-text{padding-bottom:3%;padding-top:3%;background-image:none;background-color:#073e48;margin-top:0;font-size:1.4em}
.themify_builder_content-3562 .tb_18tu135.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_18tu135.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_18tu135.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_18tu135.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_18tu135.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_18tu135.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_18tu135.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_18tu135.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_18tu135.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_18tu135.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_18tu135.module-text .tb_text_wrap span{font-family:"Raleway";font-weight:500;background-clip:border-box;background-image:none;color:#fff}
.themify_builder_content-3562 .tb_w9iq239.module_row{margin-top:4%;padding-top:4%;padding-bottom:4%;background-color:#eaeaea}
.themify_builder_content-3562 .tb_8jak427.module-text{line-height:1em;margin-top:1%;font-size:1em}

@media(max-width:1280px){
.themify_builder_content-3562 .tb_6amn75.module_column,.themify_builder_content-3562 .tb_ls90500.module_column,.themify_builder_content-3562 .tb_puw173.module_column,.themify_builder_content-3562 .tb_byqa191.module_column,.themify_builder_content-3562 .tb_ljo7192.module_column,.themify_builder_content-3562 .tb_b2vj193.module_column{padding:3%}
}
@media(max-width:680px){
.themify_builder_content-3562 .tb_rrwg497.module_row{background-image:url(https://www.salottodilory.it/wp-content/uploads/2023/02/atf_prova3-scaled.jpg)}
.themify_builder_content-3562 .tb_2mk4525.module_row{padding-bottom:8%;background-image:url(https://www.salottodilory.it/wp-content/uploads/2023/03/atf-mobile2.png);background-size:cover}
.themify_builder_content-3562 .tb_k85h525.module-image,.themify_builder_content-3562 .tb_47wl525.module-icon,.themify_builder_content-3562 .tb_r1lf525.module-icon,.themify_builder_content-3562 .tb_3clb525.module-icon,.themify_builder_content-3562 .tb_e056525.module-icon{margin-top:3%}
.themify_builder_content-3562 .tb_zmkf525.module-text{margin-top:2%;font-size:2em}
.themify_builder_content-3562 .tb_tbt3525.module-text{font-size:1.3em;text-align:center}
.themify_builder_content-3562 .tb_bsnx525.module-icon,.themify_builder_content-3562 .tb_57ey75.module-image{margin-top:4%}
.themify_builder_content-3562 .tb_bsnx525.module-icon i,.themify_builder_content-3562 .tb_bsnx525.module-icon a,.themify_builder_content-3562 .tb_bsnx525.module-icon span,.themify_builder_content-3562 .tb_47wl525.module-icon i,.themify_builder_content-3562 .tb_47wl525.module-icon a,.themify_builder_content-3562 .tb_47wl525.module-icon span,.themify_builder_content-3562 .tb_r1lf525.module-icon i,.themify_builder_content-3562 .tb_r1lf525.module-icon a,.themify_builder_content-3562 .tb_r1lf525.module-icon span,.themify_builder_content-3562 .tb_3clb525.module-icon i,.themify_builder_content-3562 .tb_3clb525.module-icon a,.themify_builder_content-3562 .tb_3clb525.module-icon span,.themify_builder_content-3562 .tb_e056525.module-icon i,.themify_builder_content-3562 .tb_e056525.module-icon a,.themify_builder_content-3562 .tb_e056525.module-icon span,.themify_builder_content-3562 .tb_4i24208.module-text,.themify_builder_content-3562 .tb_z2kk947.module-text,.themify_builder_content-3562 .tb_dilr358.module-text,.themify_builder_content-3562 .tb_9amb250.module-text,.themify_builder_content-3562 .tb_pqww696.module-text{font-size:1.3em}
.themify_builder_content-3562 .tb_67h4525.module-button{margin-top:6%;font-size:1em;text-align:center}
.themify_builder_content-3562 .tb_rx06549.module_row{padding-top:10%}
.themify_builder_content-3562 .tb_8tn1333.module_subrow>.subrow_inner,.themify_builder_content-3562 .tb_yuiv438.module_subrow>.subrow_inner,.themify_builder_content-3562 .tb_bw7v75.module_subrow>.subrow_inner,.themify_builder_content-3562 .tb_sehg75.module_subrow>.subrow_inner,.themify_builder_content-3562 .tb_7jse191.module_subrow>.subrow_inner,.themify_builder_content-3562 .tb_4bkx237.module_subrow>.subrow_inner,.themify_builder_content-3562 .tb_mpnr194.module_subrow>.subrow_inner,.themify_builder_content-3562 .tb_pnim428.module_subrow>.subrow_inner,.themify_builder_content-3562 .tb_bubk528.module_subrow>.subrow_inner{--area:var(--aream3_auto)}
.themify_builder_content-3562 .tb_2k7o208.module_row,.themify_builder_content-3562 .tb_fa83946.module_row,.themify_builder_content-3562 .tb_pzk7357.module_row,.themify_builder_content-3562 .tb_q72v249.module_row,.themify_builder_content-3562 .tb_037t696.module_row{padding-top:10%;padding-bottom:10%;background-image:url(https://www.salottodilory.it/wp-content/uploads/2023/03/CTA-mob.png);background-size:cover;--tbBg:0;background-repeat:no-repeat;background-attachment:scroll;background-position:50% 50%}
.themify_builder_content-3562 .tb_3agq208.module-text,.themify_builder_content-3562 .tb_eh3p947.module-text,.themify_builder_content-3562 .tb_jyye358.module-text,.themify_builder_content-3562 .tb_75b3249.module-text,.themify_builder_content-3562 .tb_v8u1696.module-text{font-size:1.8em}
.themify_builder_content-3562 .tb_jav0208.module-text,.themify_builder_content-3562 .tb_c0my947.module-text,.themify_builder_content-3562 .tb_bsct358.module-text,.themify_builder_content-3562 .tb_ybou250.module-text,.themify_builder_content-3562 .tb_dp1i696.module-text{font-size:1.5em}
.themify_builder_content-3562 .tb_4i24208.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_4i24208.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_4i24208.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_4i24208.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_4i24208.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_4i24208.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_4i24208.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_4i24208.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_4i24208.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_4i24208.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_4i24208.module-text .tb_text_wrap span,.themify_builder_content-3562 .tb_z2kk947.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_z2kk947.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_z2kk947.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_z2kk947.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_z2kk947.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_z2kk947.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_z2kk947.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_z2kk947.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_z2kk947.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_z2kk947.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_z2kk947.module-text .tb_text_wrap span,.themify_builder_content-3562 .tb_dilr358.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_dilr358.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_dilr358.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_dilr358.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_dilr358.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_dilr358.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_dilr358.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_dilr358.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_dilr358.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_dilr358.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_dilr358.module-text .tb_text_wrap span,.themify_builder_content-3562 .tb_9amb250.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_9amb250.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_9amb250.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_9amb250.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_9amb250.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_9amb250.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_9amb250.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_9amb250.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_9amb250.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_9amb250.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_9amb250.module-text .tb_text_wrap span,.themify_builder_content-3562 .tb_pqww696.module-text .tb_text_wrap,.themify_builder_content-3562 .tb_pqww696.module-text .tb_text_wrap p,.themify_builder_content-3562 .tb_pqww696.module-text .tb_text_wrap blockquote,.themify_builder_content-3562 .tb_pqww696.module-text .tb_text_wrap h1,.themify_builder_content-3562 .tb_pqww696.module-text .tb_text_wrap h2,.themify_builder_content-3562 .tb_pqww696.module-text .tb_text_wrap h3,.themify_builder_content-3562 .tb_pqww696.module-text .tb_text_wrap h4,.themify_builder_content-3562 .tb_pqww696.module-text .tb_text_wrap h5,.themify_builder_content-3562 .tb_pqww696.module-text .tb_text_wrap h6,.themify_builder_content-3562 .tb_pqww696.module-text .tb_text_wrap li,.themify_builder_content-3562 .tb_pqww696.module-text .tb_text_wrap span{font-weight:500}
.themify_builder_content-3562 .tb_5koc208.module-button,.themify_builder_content-3562 .tb_96d9947.module-button,.themify_builder_content-3562 .tb_vlux358.module-button,.themify_builder_content-3562 .tb_qq3i250.module-button,.themify_builder_content-3562 .tb_zvak696.module-button{margin-top:6%;margin-left:0}
.themify_builder_content-3562 .tb_yhob208.module-button,.themify_builder_content-3562 .tb_p090947.module-button,.themify_builder_content-3562 .tb_3ld4358.module-button,.themify_builder_content-3562 .tb_ncg4250.module-button,.themify_builder_content-3562 .tb_oflw696.module-button{margin-left:0}
.themify_builder_content-3562 .tb_m5i4437.module_row{margin-top:4%;padding-top:10%;padding-bottom:40%}
.themify_builder_content-3562 .tb_92ap385.module_subrow>.subrow_inner,.themify_builder_content-3562 .tb_zhgw395.module_subrow>.subrow_inner,.themify_builder_content-3562 .tb_n7gm199.module_subrow>.subrow_inner,.themify_builder_content-3562 .tb_xld8519.module_subrow>.subrow_inner,.themify_builder_content-3562 .tb_cu1l823.module_subrow>.subrow_inner{--col:none;--area:var(--aream2_auto)}
.themify_builder_content-3562 .tb_homn703.module-image,.themify_builder_content-3562 .tb_lhck877.module-image,.themify_builder_content-3562 .tb_fh7x657.module-image,.themify_builder_content-3562 .tb_zuuq92.module-image,.themify_builder_content-3562 .tb_t2xx471.module-image,.themify_builder_content-3562 .tb_ls90500.module_column,.themify_builder_content-3562 .tb_puw173.module_column,.themify_builder_content-3562 .tb_byqa191.module_column,.themify_builder_content-3562 .tb_ljo7192.module_column,.themify_builder_content-3562 .tb_b2vj193.module_column{margin-top:5%}
.themify_builder_content-3562 .tb_poij2.module_row,.themify_builder_content-3562 .tb_i9m4561.module_row,.themify_builder_content-3562 .tb_hs6u491.module_row,.themify_builder_content-3562 .tb_ch3q885.module_row{background-image:url(https://www.salottodilory.it/wp-content/uploads/2023/02/Call-to-Action-Completa.png)}
.themify_builder_content-3562 .tb_oktp74.module_row{padding-top:15%;padding-bottom:10%}
.themify_builder_content-3562 .tb_sehg75.module_subrow,.themify_builder_content-3562 .tb_7jse191.module_subrow,.themify_builder_content-3562 .tb_blym238.module_subrow{margin-top:0}
.themify_builder_content-3562 .tb_6amn75.module_column{margin-top:4%;padding-top:6%}
.themify_builder_content-3562 .tb_44j7236.module_row,.themify_builder_content-3562 .tb_uk0s526.module_row,.themify_builder_content-3562 .tb_w9iq239.module_row{padding-top:10%;padding-bottom:10%}
.themify_builder_content-3562 .tb_8usz237.module_subrow>.subrow_inner,.themify_builder_content-3562 .tb_blym238.module_subrow>.subrow_inner{--area:var(--aream4_auto)}
.themify_builder_content-3562 .tb_1oko237.module-text,.themify_builder_content-3562 .tb_agfj238.module-text,.themify_builder_content-3562 .tb_ce68238.module-text,.themify_builder_content-3562 .tb_krb7238.module-text,.themify_builder_content-3562 .tb_f1ib239.module-text,.themify_builder_content-3562 .tb_eh7p239.module-text,.themify_builder_content-3562 .tb_vnqc239.module-text,.themify_builder_content-3562 .tb_0lv8240.module-text{padding-top:1%}
.themify_builder_content-3562 .tb_oc3m238.module-text,.themify_builder_content-3562 .tb_5swl238.module-text,.themify_builder_content-3562 .tb_bjzm238.module-text,.themify_builder_content-3562 .tb_e3m8238.module-text,.themify_builder_content-3562 .tb_cpnh239.module-text,.themify_builder_content-3562 .tb_lq42239.module-text,.themify_builder_content-3562 .tb_0w0p239.module-text,.themify_builder_content-3562 .tb_jd6c241.module-text{padding-top:0}
.themify_builder_content-3562 .tb_xepg238.module_column,.themify_builder_content-3562 .tb_ed81238.module_column,.themify_builder_content-3562 .tb_7cj6238.module_column,.themify_builder_content-3562 .tb_lcxj238.module_column,.themify_builder_content-3562 .tb_bbt9239.module_column,.themify_builder_content-3562 .tb_lf7o239.module_column,.themify_builder_content-3562 .tb_vrs0239.module_column{margin-top:6%}
.themify_builder_content-3562 .tb_mtcq193.module_row{padding-top:15%;padding-bottom:45%}
.themify_builder_content-3562 .tb_ssde502.module-text,.themify_builder_content-3562 .tb_3mau851.module-text,.themify_builder_content-3562 .tb_gkbg188.module-text{margin-top:10%}
.themify_builder_content-3562 .tb_avn7359.module-text{margin-top:2%;padding:5%}
.themify_builder_content-3562 .tb_vvc8468.module-text,.themify_builder_content-3562 .tb_n3r5388.module-text{padding:5%;margin-top:2%}
.themify_builder_content-3562 .tb_ko7h432.module_subrow>.subrow_inner{--area:var(--aream2_auto)}
.themify_builder_content-3562 .tb_18tu135.module-text{font-size:1.2em}
.themify_builder_content-3562 .tb_x9fw2.module_column,.themify_builder_content-3562 .tb_d4hc491.module_column{padding-top:NaN%;padding-right:NaN%}
.themify_builder_content-3562 .tb_raqn562.module_column,.themify_builder_content-3562 .tb_bmxj886.module_column{padding-top:NaN%;padding-left:NaN%}
}/*Builder Custom CSS START*/
/* MODIFICATA LA POSIZIONE DEL CONTROLLO SLIDER DEL DICONO DI NOI */

.module-testimonial-slider.image-bubble .carousel-nav-wrap {
 text-align: center;
 box-sizing: border-box;
 padding: 5px 15px;
 position: inherit;
 bottom: 50px;
 z-index: 3;
 margin-top: -8em;
 right: 0;
}
/*Builder Custom CSS END*/
/*/wp-content/uploads/themify-css/themify-builder-2354-generated.css*/
/* Generated from themify_popup: contatti-depilazione-uomo */
.themify_builder_content-2354 .tb_e25afe2.module_row{padding:10px; border-top:5px solid rgba(68, 22, 95, 1);}
.themify_builder_content-2354 .tb_bba9f4c.module_column{background-color:rgba(255, 255, 255, 1);}

/*/wp-content/uploads/themify-css/themify-builder-2279-generated.css*/
/* Generated from themify_popup: contatti-epilazione-laser-new */
.themify_builder_content-2279 .tb_e25afe2.module_row{padding:10px; border-top:10px solid rgba(253, 1, 254, 1);}
.themify_builder_content-2279 .tb_bba9f4c.module_column{background-color:rgba(255, 255, 255, 1);}

/*/wp-content/uploads/themify-css/themify-builder-2124-generated.css*/
/* Generated from themify_popup: prenota-consulenza-gratuita-trucco-permanente */
.themify_builder_content-2124 .tb_a1c6e8a.module_row{padding:10px;}
.themify_builder_content-2124 .tb_5660e12.module_column{background-color:rgba(255, 255, 255, 1);}

/*/wp-content/uploads/themify-css/themify-builder-2012-generated.css*/
/* Generated from themify_popup: contatti-epilazione-laser-copy */
.themify_builder_content-2012 .tb_942o444.module_row{padding:10px; border-top:10px solid rgba(253, 1, 254, 1);}
.themify_builder_content-2012 .tb_v4g0640.module_column{background-color:rgba(255, 255, 255, 1);}

/*/wp-content/uploads/themify-css/themify-builder-1686-generated.css*/
/* Generated from themify_popup: contatti-epilazione-laser */
.themify_builder_content-1686 .tb_bd7k090.module_row{padding:10px; border-top:10px solid rgba(253, 1, 254, 1);}
.themify_builder_content-1686 .tb_9pe4790.module_column{background-color:rgba(255, 255, 255, 1);}

/*/wp-content/uploads/themify-customizer-7.1.9-7.2.3.css*/
/* Themify Customize Styling */
#pagewrap #headerwrap.fixed-header, .transparent-header #pagewrap #headerwrap.fixed-header {	background: none;
	background-color: rgba(255,255,255,0.83); 
}
#main-nav a {		text-transform:uppercase; 
}
#main-nav-wrap #main-nav a:hover, #main-nav-wrap #main-nav > li > a:hover {	
	color: #ca6bf2; 
}
#main-nav-wrap #main-nav > .current_page_item > a, #main-nav-wrap #main-nav > .current-menu-item > a {	
	color: #ca6bf2; 
}
#main-nav ul a:hover, #main-nav .current_page_item ul a:hover, #main-nav ul .current_page_item a:hover, #main-nav .current-menu-item ul a:hover, #main-nav ul .current-menu-item a:hover, .fixed-header #main-nav ul a:hover {	
	color: #ca6bf2; 
}
#main-nav-wrap #main-nav .sub-menu > .current_page_item > a, #main-nav-wrap #main-nav .sub-menu > .current-menu-item > a {	
	color: #ca6bf2; 
}
.post-title {	
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;	font-weight:300;
 
}
.post-title, .post-title a, .loops-wrapper .post-image + .post-content .post-title a {	
	color: #44165f; 
}
.post-title a:hover, .loops-wrapper .post-image + .post-content .post-title a:hover {	
	color: #ca6bf2; 
}
.post-meta, .loops-wrapper.list-post .post-meta, .single-post .post-meta, .loops-wrapper.grid6 .post-meta, .loops-wrapper.grid5 .post-meta, .loops-wrapper.grid4 .post-meta, .loops-wrapper.grid3 .post-meta, .loops-wrapper.grid2 .post-meta {	
	font-family: "Great Vibes";	font-size:1.2em;
 
}
.post-meta a {	
	color: #ca6bf2; 
}
.more-link {	
	color: #ca6bf2; 
}
.more-link:hover {	
	color: #44165f; 
}
.page-title {	
	color: #44165f;
	font-family: "Great Vibes";	font-weight:normal;
 
}
#sidebar a, #sidebar-alt a {	
	color: #ca6bf2; 
}
#sidebar a:hover, #sidebar-alt a:hover {	
	color: #7a30b3; 
}
#footerwrap {	background: none;
	background-color: #44165f; 
}
#footer-logo a {	display: none; 
}
#footer {	
	color: #ffffff; 
}
#footer a {	
	color: #ffffff; 
}
#footer a:hover {	
	color: #ca6bf2; 
}
#footer-nav a {		font-size:0.9em;
	text-transform:uppercase; 
}
#footer-nav a:hover, #footer-nav li:hover > a {	
	color: #ca6bf2; 
}
#footer-nav .current_page_item a, #footer-nav .current-menu-item a {	
	color: #ca6bf2; 
}
#pagewrap .back-top.back-top-float, .full-section-scrolling #footerwrap .back-top .arrow-up a, .footer-horizontal-left #footerwrap .back-top .arrow-up a, .footer-horizontal-right #footerwrap .back-top .arrow-up a, .footer-left-col #footerwrap .back-top .arrow-up a, .footer-right-col #footerwrap .back-top .arrow-up a, #footer .back-top .arrow-up a {	background: none;
	background-color: #7a30b3; 
}
#footerwrap .back-top a:before, #pagewrap .back-top.back-top-float {	
	color: #ffffff; 
}
.mobile_menu_active #headerwrap .sidemenu-on a, .mobile_menu_active #headerwrap #main-nav a, .mobile_menu_active #headerwrap #main-nav ul a { 
	color: #44165f; }.mobile_menu_active #headerwrap .sidemenu-on a:hover, .mobile_menu_active #headerwrap #main-nav a:hover, .mobile_menu_active #headerwrap #main-nav ul a:hover { 
	color: #ca6bf2; }.mobile_menu_active #headerwrap #main-nav .current_page_item > a, .mobile_menu_active #headerwrap #main-nav .current-menu-item > a { 
	color: #ca6bf2; }
/* Themify Custom CSS */
.loops-wrapper.boxed .post-content{
    padding: 0 5%;
   
}
.loops-wrapper .post {
    text-align: left;
}
#headerwrap .header-icons>*{
	color:#44165F;
}
#headerwrap a {
   
    color: #44165f;
}
/*nascondi pulsante aggiungi servizio bookly.postid-2124*/
.page-id-2098 .bookly-service-step .bookly-box .bookly-js-add-chain {
    display: none;
}
.page-id-2287 .bookly-service-step .bookly-box .bookly-js-add-chain {
    display: none;
}
.page-id-2000 .bookly-service-step .bookly-box .bookly-js-add-chain {
    display: none;
}
.page-id-2305 .bookly-service-step .bookly-box .bookly-js-add-chain {
    display: none;
}

/*form login scritta registrazione*/
.log-form-group.extra-links {
    margin-top: 5%;
    margin-bottom: 5%;
    text-align: center;
    padding: 5%;
}
/*nasconde link google recensioni*/
.iTulOZ .ga-dxVg a:nth-child(4){
	display:none !important;
	
}

/* START MOBILE MENU CSS */
@media screen and (max-width:1200px){
/*/wp-content/themes/themify-ultra/mobile-menu.css*/
#header{
	height:auto;
	padding:10px 0 5px;
	text-align:inherit
}
.fixed-header #header{
	text-align:inherit; /* make left text align on sticky header */
}
/* reset absolute elements to static */
#site-logo,
#site-description{
	position:static;
	float:none;
	clear:both;
	margin:0 0 .5em;
	padding:0
}
#site-logo{
	font-size:24px;
	margin:5px 10px 5px 0
}
.header-widget{
	position:static;
	float:none;
	clear:both;
	margin:0;
	text-align:inherit
}
.header-widget .widget{
	margin:0 0 1.8em
}
.header-widget .widgettitle{
	margin:0 0 .3em
}
.header-icons{
	position:absolute;
	display:block;
	top:27px;
	right:4%;
	z-index:1999;
	transform:translateY(-50%)
}
.header-icons a{
	text-decoration:none!important;
	font-size:1em
}
.slide-cart .header-icons{
	display:flex;
	align-items:center;
	flex-direction:row-reverse
}
/* mobil menu panel */
.mobile-menu-visible .header-icons,
.slide-cart-visible .header-icons{
	z-index:1!important; /* prevent the overlap of header buttons with the sidemenu */
}
/* Mobile Menu Styles */
.sidemenu{
	transition-property:left,right,top,bottom,width,transform,opacity;
	transition-duration:.2s;
	transition-timing-function:ease-in-out;
	height:100%;
	width:300px;
	padding:60px 25px 25px;
	background-color:#fff;
	color:#000;
	display:none;
	overflow-y:auto;
	position:fixed;
	top:0;
	z-index:11111;
	text-align:left
}
#mobile-menu{
    contain:paint;
    right:-300px
}
#mobile-menu.sidemenu-on{
	right:0;
	box-shadow:-6px 0 20px 5px rgba(0,0,0,.1)
}
.sidemenu-left,
.sidemenu-left .fixed-header{
	left:300px
}
.sidemenu-left #mobile-menu.sidemenu-on{
	left:0
}
/* mobile menu panel link */
#headerwrap #mobile-menu-panel a{
	color:#fff;
	text-decoration:none
}
#headerwrap #menu-icon-close{
	display:block;
	position:absolute;
	text-decoration:none;
	top:10px;
	right:10px;
	min-width:1em;
	min-height:1em;
	transform-origin:center;
	transition-property:transform;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	font-size:20px;
	color:inherit;
	padding:9px;
	border-radius:100%
}
#menu-icon-close:hover{
	background:rgba(200,200,200,.25)
}
#menu-icon-close:before,
#menu-icon-close:after{
	height:56%
}
.transparent-header #menu-icon-close{
	color:inherit; /* require for transparent-header */
}
/* main nav */
#main-nav-wrap{
	display:block;
	padding:0;	
	margin:1em 0 1.5em
}
#main-nav{
	float:none;
	background-color:transparent
}
#main-nav li{
	display:block;
	clear:both;
	padding:0;
	width:100%
}
/* sub level */
#main-nav li > .sub-menu{
	position:static;
	width:auto;
	height:auto;
	border:0;
	margin:0 0 0 1em;
	background:0;
	padding:0;
	display:none;
	opacity:1;
	transform:none;
	color:inherit;
	box-shadow:none
}
#main-nav li.toggle-on > .sub-menu{
	display:block
}
#main-nav .child-arrow{
	display:inline-block
}
#main-nav .child-arrow:hover{
	background:rgba(200,200,200,.25)
}
.transparent-header #headerwrap .themify-widget-menu{
	color:inherit
}
#main-nav .has-mega-column > .sub-menu,
#main-nav .has-mega > .sub-menu{
	padding:0;
	width:auto;
	margin:0
}
#main-nav .has-mega-column > .sub-menu,
#main-nav .has-mega-column > .sub-menu ul,
#main-nav .has-mega-sub-menu .mega-sub-menu ul{
	float:none;
	margin:0 0 0 1em
}
#main-nav .has-mega-column > .sub-menu,
#main-nav .has-mega-column > .sub-menu ul,
#main-nav li:not(.themify-widget-menu) > ul,
#main-nav .has-mega-sub-menu .mega-sub-menu ul{
	background:0
}
/* menu link */
#headerwrap #main-nav a{
	width:auto;
	display:block;
	border:0;
	padding:.6em 0;
	margin:0;
	color:inherit;
	line-height:1.5em;
	background:0;
	font-weight:400;
	text-decoration:none;
	box-shadow:none
}
#headerwrap #main-nav .has-sub-menu > a{
	padding-right:40px; /* for arrow spacing */
}
#main-nav > li:last-child a{
	border:0
}
/* current link */
#headerwrap #main-nav a:hover,
#main-nav .current_page_item > a,
#main-nav .current-menu-item > a{
	color:var(--theme_accent)
}
.slide-cart-visible #menu-icon,
#main-nav .mega-menu-posts{
	display:none
}
#header .social-widget a{
	color:inherit
}
#header .social-widget{
	position:static;
	float:none;
	margin:0
}
#headerwrap .widget .twitter-list .twitter-timestamp{
	opacity:1
}
.header-widget .col4-1,
.header-widget .col4-2,
.header-widget .col3-1{
	margin-left:0;
	width:100%;
	max-width:100%
}
.sidemenu .header-widget{
	height:auto
}
.fixed-header .cart-wrap,
.fixed-header .header-bar,
.fixed-header .header-widget{
	display:block
}
.fixed-header-on #headerwrap .tf_darkmode_toggle,
.fixed-header-on #headerwrap .social-widget,
.fixed-header .search-button{
	display:inline-block
}
#headerwrap .sidemenu .search-button{
	margin:0
}
#headerwrap #searchform #s,
#headerwrap #searchform #s:focus,
#headerwrap #searchform #s:hover,
#headerwrap #searchform .tf_fa:hover + #s,
#headerwrap #searchform{
	width:100%
}
.fixed-header-on #headerwrap #searchform-wrap,
#headerwrap #searchform-wrap{
	display:block;
	margin:1em 0 0
}
#headerwrap #searchform{
	position:relative;
	left:auto;
	right:auto;
	top:auto;
	bottom:auto;
	float:none;
	clear:both;
	margin:0 0 1em;
	padding:0;
	width:auto
}
#headerwrap #searchform #s{
	width:100%;
	float:none;
	transition:none;
	margin:auto;
	color:#000;
	padding:11px 15px 10px 35px;
	background-color:#eee;
	position:static;
	height:auto
}
#headerwrap #searchform .tf_fa:hover + #s{
	background-color:#eee
}
#headerwrap #searchform .tf_fa{
	left:9px;
	top:9px;
	position:absolute;
	background:0;
	color:#000;
	width:16px;
	height:16px;
	font-size:18px;
	padding:3px;
	margin:0;
	transform:none
}
}
/* END MOBILE MENU CSS */