/*
YUI 3.5.1 (build 22)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-widget-hidden{display:none}.yui3-widget-content{overflow:hidden}.yui3-widget-content-expanded{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;height:100%}.yui3-widget-tmp-forcesize{overflow:hidden!important}#yui3-css-stamp.skin-sam-widget-base{display:none}
/**
 * Slideshow CSS Bundle
 *
 * @file        slideshow.css
 * @copyright   (C) FastLine Media (www.fastlinemedia.com)
 * @license     http://cdn.fastlinemedia.com/fastlinejs/license.txt
 */
/**
 * @style slideshow
 */

/* Wrapper
--------------------------------------------------------------*/
 
.fl-slideshow {
	color: #8c8d8e;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 13px;
	letter-spacing: normal;
	position: relative;
	word-spacing: normal;
}
.fl-slideshow-content {
	position: relative;
}
.fl-slideshow .yui3-widget-content-expanded {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-ms-box-sizing: content-box;
}
.fl-slideshow.fl-fullscreen-active {
	background: #1c1d1f !important;
}
.fl-slideshow a {
	outline: none;
}

/* Loading Image
--------------------------------------------------------------*/

.fl-loading-image {
	width: 42px;
	height: 42px;
	background: #000;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

/* Fullscreen
--------------------------------------------------------------*/

.fl-fullscreen-close-message {
	position: absolute;
	z-index: 1000;
	top:200px;
	width: 100%;
	text-align: center;
}
.fl-fullscreen-close-message span {
	display: inline-block;
	padding: 15px 25px;
	background: url('../img/slideshow/transparent-bg-dark.png') repeat;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #fff;
	font-size: 16px;
	line-height: 26px;
}
.fl-fullscreen-active.fl-slideshow {
	margin: 0;
	padding: 0;
}

/* Images
--------------------------------------------------------------*/
 
.fl-slideshow-image {
	overflow: hidden;
	position: relative;
}
.fl-slideshow-image,
.fl-slideshow-image img {
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.fl-slideshow-image img {
	position: absolute;
	z-index: 1;
	-webkit-touch-callout: none;
}
.fl-slideshow-video-button {
	display: block;
	width: 88px;
	height: 60px;
	position: absolute;
	z-index: 2;
	background: url('../img/slideshow/icons-light.png') -120px -80px no-repeat;
}
.fl-slideshow-video-button:hover {
	background-position: -220px -80px;
}
.fl-slideshow-video {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	background: url('../img/slideshow/transparent-bg-dark.png') repeat;
}
.fl-slideshow-video-wrap {
	top: 45px;
	right: 45px;
	bottom: 45px;
	left: 45px;
	position: fixed;
	z-index: 1001;
}
.fl-slideshow-video iframe {
	border: none;
	display: block;
	line-height: 0;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1001;
}
.fl-slideshow-video-close {
	position: absolute;
	z-index: 10000;
	left: 5px;
	top: 5px;
	width: 40px;
	height: 40px;
	background: url('../img/slideshow/icons-light.png') 0 -80px no-repeat;
}
.fl-slideshow-video-close:hover {
	background-position: -40px -80px;
}

/* Image Transtion Slices
--------------------------------------------------------------*/

.fl-slideshow-transition-slice {
	opacity: 0;
	overflow: hidden;
	position: absolute;
}
.fl-slideshow-transition-slice img {
	display: block;
	position: absolute;
}

/* Main Image
--------------------------------------------------------------*/

.fl-slideshow-main-image {
	z-index: 2;
}

/* Frame
--------------------------------------------------------------*/

.fl-slideshow-frame {
	position: relative;
}
.fl-slideshow-frame-content {
	height: 100%;
}
.fl-slideshow-frame.fl-click-action-enabled .fl-slideshow-image-img {
	cursor: pointer;
}

/* Nav
--------------------------------------------------------------*/

.fl-slideshow-main-nav {
	position: relative;
	height: 40px;
}
.fl-slideshow-main-nav.fl-slideshow-overlay {
	left: 0;
	right: 0;
	z-index: 10;
}

/* Nav Buttons
--------------------------------------------------------------*/

.fl-slideshow-nav-buttons {
	text-align: center;
}
.fl-slideshow-nav-buttons-left {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	padding-left: 5px;
}
.fl-slideshow-nav-buttons-right {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	padding-right: 5px;
}
.fl-slideshow-nav a {
	display: inline-block;
	width: 40px;
	height: 40px;
	background-image: url('../img/slideshow/icons-light.png');
	vertical-align: middle;
}
.fl-slideshow-nav-count {
	display: inline-block;
	height: 9px;
	line-height: 12px;
	padding: 14px 14px 0px;
}

.fl-slideshow-nav-thumbs { background-position: 0 0; }  
.fl-slideshow-nav-thumbs:hover { background-position: 0 -40px; }    

.fl-slideshow-nav-buy { background-position: -40px 0; } 
.fl-slideshow-nav-buy:hover { background-position: -40px -40px; }

.fl-slideshow-nav-caption { background-position: -80px 0; } 
.fl-slideshow-nav-caption:hover { background-position: -80px -40px; }   
.fl-slideshow-nav-caption-disabled,
.fl-slideshow-nav-caption-disabled:hover { background-position: -80px 0; opacity: 0.35; cursor: default; }

.fl-slideshow-nav-social { background-position: -120px 0; } 
.fl-slideshow-nav-social:hover { background-position: -120px -40px; }   

.fl-slideshow-nav-prev,
.fl-slideshow-nav-prevPage { background-position: -160px 0; }   
.fl-slideshow-nav-prev:hover,
.fl-slideshow-nav-prevPage:hover { background-position: -160px -40px; } 

.fl-slideshow-nav-pause { background-position: -200px 0; }  
.fl-slideshow-nav-pause:hover { background-position: -200px -40px; }    

.fl-slideshow-nav-play { background-position: -240px 0; }   
.fl-slideshow-nav-play:hover { background-position: -240px -40px; } 

.fl-slideshow-nav-next,
.fl-slideshow-nav-nextPage { background-position: -280px 0; }   
.fl-slideshow-nav-next:hover,
.fl-slideshow-nav-nextPage:hover { background-position: -280px -40px; } 

.fl-slideshow-nav-fullscreen { background-position: -320px 0; } 
.fl-slideshow-nav-fullscreen:hover { background-position: -320px -40px; }   

.fl-fullscreen-active .fl-slideshow-nav-fullscreen { background-position: -360px 0; }   
.fl-fullscreen-active .fl-slideshow-nav-fullscreen:hover { background-position: -360px -40px; } 

.fl-slideshow-nav-close { background-position: -400px 0; }  
.fl-slideshow-nav-close:hover { background-position: -400px -40px; }    

/* Image Nav
--------------------------------------------------------------*/

.fl-slideshow-image-nav-left,
.fl-slideshow-image-nav-left .fl-slideshow-nav-buttons,
.fl-slideshow-image-nav-left a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 7;
	width: 100px;
	height: 55px;
	background: none !important;
}
.fl-slideshow-image-nav-left a {
	background: url('../img/slideshow/arrows-prev.png') left center no-repeat !important;
}
.fl-slideshow-image-nav-left a:hover {
	background-position: -70px center !important;
}
.fl-slideshow-image-nav-right,
.fl-slideshow-image-nav-right .fl-slideshow-nav-buttons,
.fl-slideshow-image-nav-right a {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 7;
	width: 100px;
	height: 55px;
	background: none !important;
}
.fl-slideshow-image-nav-right a {
	background: url('../img/slideshow/arrows-next.png') right center no-repeat !important;
}
.fl-slideshow-image-nav-right a:hover {
	background-position: 30px center !important;
}
.fl-slideshow-image-nav-left .fl-slideshow-nav-buttons,
.fl-slideshow-image-nav-left a,
.fl-slideshow-image-nav-right .fl-slideshow-nav-buttons,
.fl-slideshow-image-nav-right a {
	width: 100%;
}   

/* Mouse Nav
--------------------------------------------------------------*/

.fl-slideshow-mouse-nav-prev,
.fl-slideshow-mouse-nav-prev div, 
.fl-slideshow-mouse-nav-prev img  {
	cursor: url('../img/slideshow/arrow-prev.png'), w-resize !important;
}
.fl-slideshow-mouse-nav-next,
.fl-slideshow-mouse-nav-next div, 
.fl-slideshow-mouse-nav-next img {
	cursor: url('../img/slideshow/arrow-next.png'), e-resize !important;
}

/* Thumbs
--------------------------------------------------------------*/
 
.fl-slideshow-thumbs {
	position: relative;
	z-index: 1;
}
.fl-slideshow-thumbs-content {
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.fl-slideshow-thumbs.fl-slideshow-overlay {
	z-index: 9;
}
.fl-slideshow-thumbs-clip {
	overflow: hidden;
	position: relative;
	-webkit-backface-visibility: hidden;
}
.fl-slideshow-thumbs-pages {
	position: relative;
	-webkit-backface-visibility: hidden;
}
.fl-slideshow-thumbs-page {
	position: absolute;
	-webkit-backface-visibility: hidden;
}
.fl-slideshow-thumbs .fl-slideshow-image {
	background: #2e3033;
	border: 1px solid #7d818a;
	float: left;
}
.fl-slideshow-thumbs .fl-slideshow-image-active,
.fl-slideshow-thumbs .fl-slideshow-image:hover {
	border: 1px solid #fff;
}
.fl-slideshow-thumbs img {
	cursor: pointer !important;
}

/* Thumbs Nav
--------------------------------------------------------------*/
 
.fl-slideshow-thumbs-left-nav .fl-slideshow-nav-buttons {
	padding: 0 15px;
}
.fl-slideshow-thumbs-right-nav .fl-slideshow-nav-buttons {
	padding: 0 15px;
}

/* Vertical Thumbs
--------------------------------------------------------------*/
 
.fl-slideshow-vertical-thumbs {
	position: absolute;
	top: 0;
	z-index: 20;
}

/* Caption
--------------------------------------------------------------*/

.fl-slideshow-caption {
	width: 100%;
	z-index: 8;
	color: #fff;
}
.fl-slideshow-caption a {
	color: #fff;
}
.fl-slideshow-caption-content {
	padding: 20px;
}
.fl-slideshow-caption-toggle {
	display: inline-block;
	padding: 0 20px 20px;
}

/* Social
--------------------------------------------------------------*/

.fl-slideshow-social {
	width: 100%;
	z-index: 8;
}
.fl-slideshow-social-content {
	padding: 20px 25px 15px;
}

/* Overlays
--------------------------------------------------------------*/

.fl-slideshow-overlay {
	background: url('../img/slideshow/transparent-bg-dark.png') repeat;
}
.fl-slideshow-overlay-close {
	position: absolute;
	z-index: 1000;
	right: 0;
	width: 40px;
	height: 40px;
	background: url('../img/slideshow/icons-light.png') 0 -80px no-repeat;
}
.fl-slideshow-overlay-close:hover {
	background-position: -40px -80px;
}
.fl-slideshow-caption .fl-slideshow-overlay-close,
.fl-slideshow-social .fl-slideshow-overlay-close {
	width: 30px;
	height: 30px;
	background: url('../img/slideshow/icons-light.png') -80px -80px no-repeat;
}
.fl-slideshow-caption .fl-slideshow-overlay-close:hover,
.fl-slideshow-social .fl-slideshow-overlay-close:hover {
	background-position: -80px -110px;
}

/* Color - Light
--------------------------------------------------------------*/

/* Wrapper */
.fl-slideshow-light {
	color: #333333;
}
.fl-slideshow-light.fl-fullscreen-active {
	background: #f2f2f2 !important;
}

/* Loading Image */
.fl-slideshow-light .fl-loading-image {
	background: #fff;
}

/* Nav */
.fl-slideshow-light .fl-slideshow-nav a {
	background-image: url('../img/slideshow/icons-dark.png');
}

/* Video */
.fl-slideshow-light .fl-slideshow-video {
	background: url('../img/slideshow/transparent-bg-light.png') repeat;
}
.fl-slideshow-light .fl-slideshow-video-close {
	background: url('../img/slideshow/icons-dark.png') 0 -80px no-repeat;
}
.fl-slideshow-light .fl-slideshow-video-close:hover {
	background-position: -40px -80px;
}

/* Thumbs */
.fl-slideshow-light .fl-slideshow-thumbs .fl-slideshow-frame {
	background: #dadde6;
}
.fl-slideshow-light .fl-slideshow-thumbs .fl-slideshow-image {
	border: 1px solid #737373;
}
.fl-slideshow-light .fl-slideshow-thumbs .fl-slideshow-frame-active .fl-slideshow-image,
.fl-slideshow-light .fl-slideshow-thumbs .fl-slideshow-image:hover {
	border: 1px solid #000;
}

/* Caption */
.fl-slideshow-light .fl-slideshow-caption,
.fl-slideshow-light .fl-slideshow-caption a {
	color: #333;
}

/* Overlays */
.fl-slideshow-light .fl-slideshow-overlay {
	background-image: url('../img/slideshow/transparent-bg-light.png');
}
.fl-slideshow-light .fl-slideshow-overlay-close {
	background-image: url('../img/slideshow/icons-dark.png');
}
.fl-slideshow-light .fl-slideshow-caption .fl-slideshow-overlay-close,
.fl-slideshow-light .fl-slideshow-social .fl-slideshow-overlay-close {
	background-image: url('../img/slideshow/icons-dark.png');
}

/* SM Font Icon Overrides
--------------------------------------------------------------*/

/* Nav Buttons */
.fl-slideshow-nav a.sm-fonticon,
.fl-slideshow-nav a.sm-fonticon:hover {
	background-image: none !important;
	height: 24px;
	line-height: 24px;
	margin: 5px 7px;
	text-decoration: none;
	vertical-align: middle;
	width: 24px;
}
.fl-slideshow-nav-count.fonticons-enabled {
	display: inline-block;
	font-size: 13px;
	height: 24px;
	line-height: 32px;
	margin: 5px 15px;
	padding: 0;
	vertical-align: middle;
}

/* Video */
.fl-slideshow-video-close.sm-fonticon {
	background-image: none !important;
	height: 16px;
	font-size: 32px;
	line-height: 16px;
	text-decoration: none;
	width: 16px;
}

/* Overlays */
.fl-slideshow-overlay-close.sm-fonticon {
	background-image: none !important;
	height: 25px;
	line-height: 25px;
	text-decoration: none;
	width: 25px;
}
/**
 * bxSlider v4.2.5
 * Copyright 2013-2015 Steven Wanderski
 * Written while drinking Belgian ales and listening to jazz

 * Licensed under MIT (http://opensource.org/licenses/MIT)
 */
.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
    *zoom:1;-ms-touch-action: pan-y;
    touch-action: pan-y
}

.bx-wrapper img {
    max-width: 100%;
    display: block
}

.bxslider {
    margin: 0;
    padding: 0
}

ul.bxslider {
    list-style: none
}

.bx-viewport {
    -webkit-transform: translatez(0)
}

.bx-wrapper .bx-controls-auto,.bx-wrapper .bx-pager {
    position: absolute;
    bottom: -30px;
    width: 100%
}

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../img/bxslider/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000
}

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: 700;
    color: #666;
    padding-top: 20px
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.bx-wrapper .bx-pager.bx-default-pager a.active,.bx-wrapper .bx-pager.bx-default-pager a:focus,.bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #000
}

.bx-wrapper .bx-controls-auto .bx-controls-auto-item,.bx-wrapper .bx-pager-item {
    display: inline-block;
    *zoom:1;*display: inline
}

.bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0
}

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(../img/bxslider/controls.png) no-repeat 0 -32px
}

.bx-wrapper .bx-prev:focus,.bx-wrapper .bx-prev:hover {
    background-position: 0 0
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(../img/bxslider/controls.png) no-repeat -43px -32px
}

.bx-wrapper .bx-next:focus,.bx-wrapper .bx-next:hover {
    background-position: -43px 0
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none
}

.bx-wrapper .bx-controls-auto {
    text-align: center
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(../img/bxslider/controls.png) -86px -11px no-repeat;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-start.active,.bx-wrapper .bx-controls-auto .bx-start:focus,.bx-wrapper .bx-controls-auto .bx-start:hover {
    background-position: -86px 0
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(../img/bxslider/controls.png) -86px -44px no-repeat;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-stop.active,.bx-wrapper .bx-controls-auto .bx-stop:focus,.bx-wrapper .bx-controls-auto .bx-stop:hover {
    background-position: -86px -33px
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px
}

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666;
    background: rgba(80,80,80,.75);
    width: 100%
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px
}

.fl-builder-content *,.fl-builder-content *:before,.fl-builder-content *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fl-row:before,.fl-row:after,.fl-row-content:before,.fl-row-content:after,.fl-col-group:before,.fl-col-group:after,.fl-col:before,.fl-col:after,.fl-module:before,.fl-module:after,.fl-module-content:before,.fl-module-content:after {
    display: table;
    content: " ";
}

.fl-row:after,.fl-row-content:after,.fl-col-group:after,.fl-col:after,.fl-module:after,.fl-module-content:after {
    clear: both;
}

.fl-row,.fl-row-content,.fl-col-group,.fl-col,.fl-module,.fl-module-content {
    zoom:1;}

.fl-clear {
    clear: both;
}

.fl-clearfix:before,.fl-clearfix:after {
    display: table;
    content: " ";
}

.fl-clearfix:after {
    clear: both;
}

.fl-clearfix {
    zoom:1;}

.fl-visible-medium,.fl-visible-medium-mobile,.fl-visible-mobile,.fl-col-group .fl-visible-medium.fl-col,.fl-col-group .fl-visible-medium-mobile.fl-col,.fl-col-group .fl-visible-mobile.fl-col {
    display: none;
}

.fl-row,.fl-row-content {
    margin-left: auto;
    margin-right: auto;
}

.fl-row-content-wrap {
    position: relative;
}

.fl-builder-mobile .fl-row-bg-photo .fl-row-content-wrap {
    background-attachment: scroll;
}

.fl-row-bg-video,.fl-row-bg-video .fl-row-content {
    position: relative;
}

.fl-row-bg-video .fl-bg-video {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}

.fl-row-bg-video .fl-bg-video video {
    bottom: 0;
    left: 0px;
    position: absolute;
    right: 0;
    top: 0px;
}

.fl-row-bg-video .fl-bg-video iframe {
    pointer-events: none;
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fl-bg-video-fallback {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0px;
    left: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.fl-row-bg-slideshow,.fl-row-bg-slideshow .fl-row-content {
    position: relative;
}

.fl-row .fl-bg-slideshow {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.fl-builder-edit .fl-row .fl-bg-slideshow * {
    bottom: 0;
    height: auto !important;
    left: 0;
    position: absolute !important;
    right: 0;
    top: 0;
}

.fl-row-bg-overlay .fl-row-content-wrap:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.fl-row-bg-overlay .fl-row-content {
    position: relative;
    z-index: 1;
}

.fl-row-full-height .fl-row-content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
}

.fl-row-full-height .fl-row-content {
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.fl-row-full-height .fl-row-full-width.fl-row-content {
    max-width: 100%;
    width: 100%;
}

.fl-builder-ie-11 .fl-row-full-height .fl-row-content-wrap {
    height: 1px;
}

.fl-builder-ie-11 .fl-row-full-height .fl-row-content {
    flex: 0 0 auto;
    flex-basis: 100%;
    margin: 0;
}

.fl-row-full-height.fl-row-align-center .fl-row-content-wrap {
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    .fl-row-full-height .fl-row-content-wrap {
        min-height: 1024px;
    }
}

@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
    .fl-row-full-height .fl-row-content-wrap {
        min-height: 768px;
    }
}

@media screen and (device-aspect-ratio: 40/71) {
    .fl-row-full-height .fl-row-content-wrap {
        min-height: 500px;
    }
}

.fl-col-group-equal-height,.fl-col-group-equal-height .fl-col,.fl-col-group-equal-height .fl-col-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.fl-col-group-equal-height {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fl-col-group-equal-height .fl-col,.fl-col-group-equal-height .fl-col-content {
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.fl-col-group-equal-height .fl-col-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-shrink: 1;
    min-width: 1px;
    max-width: 100%;
    width: 100%;
}

.fl-col-group-equal-height:before,.fl-col-group-equal-height .fl-col:before,.fl-col-group-equal-height .fl-col-content:before,.fl-col-group-equal-height:after,.fl-col-group-equal-height .fl-col:after,.fl-col-group-equal-height .fl-col-content:after {
    content: none;
}

.fl-col-group-equal-height.fl-col-group-align-center .fl-col-content {
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}

.fl-col-group-equal-height.fl-col-group-align-bottom .fl-col-content {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
}

.fl-col-group-equal-height.fl-col-group-align-center .fl-module,.fl-col-group-equal-height.fl-col-group-align-center .fl-col-group {
    width: 100%;
}

.fl-builder-ie-11 .fl-col-group-equal-height .fl-module,.fl-col-group-equal-height.fl-col-group-align-center .fl-col-group {
    min-height: 1px;
}

.fl-col {
    float: left;
    min-height: 1px;
}

.fl-col-bg-overlay .fl-col-content {
    position: relative;
}

.fl-col-bg-overlay .fl-col-content:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.fl-col-bg-overlay .fl-module {
    position: relative;
    z-index: 2;
}

.fl-module img {
    max-width: 100%;
}

.fl-builder-module-template {
    margin: 0 auto;
    max-width: 1100px;
    padding: 20px;
}

.fl-builder-content a.fl-button,.fl-builder-content a.fl-button:visited {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    padding: 12px 24px;
    text-decoration: none;
    text-shadow: none;
}

.fl-builder-content .fl-button:hover {
    text-decoration: none;
}

.fl-builder-content .fl-button:active {
    position: relative;
    top: 1px;
}

.fl-builder-content .fl-button-width-full .fl-button {
    display: block;
    text-align: center;
}

.fl-builder-content .fl-button-width-custom .fl-button {
    display: inline-block;
    text-align: center;
    max-width: 100%;
}

.fl-builder-content .fl-button-left {
    text-align: left;
}

.fl-builder-content .fl-button-center {
    text-align: center;
}

.fl-builder-content .fl-button-right {
    text-align: right;
}

.fl-builder-content .fl-button i {
    font-size: 1.3em;
    height: auto;
    margin-right: 8px;
    vertical-align: middle;
    width: auto;
}

.fl-builder-content .fl-button i.fl-button-icon-after {
    margin-left: 8px;
    margin-right: 0;
}

.fl-builder-content .fl-button-has-icon .fl-button-text {
    vertical-align: middle;
}

.fl-icon-wrap {
    display: inline-block;
}

.fl-icon {
    display: table-cell;
    vertical-align: middle;
}

.fl-icon a {
    text-decoration: none;
}

.fl-icon i {
    float: left;
}

.fl-icon i:before {
    border: none !important;
}

.fl-icon-text {
    display: table-cell;
    text-align: left;
    padding-left: 15px;
    vertical-align: middle;
}

.fl-icon-text *:last-child {
    margin: 0 !important;
    padding: 0 !important;
}

.fl-icon-text a {
    text-decoration: none;
}

.fl-photo {
    line-height: 0;
    position: relative;
}

.fl-photo-align-left {
    text-align: left;
}

.fl-photo-align-center {
    text-align: center;
}

.fl-photo-align-right {
    text-align: right;
}

.fl-photo-content {
    display: inline-block;
    line-height: 0;
    position: relative;
    max-width: 100%;
}

.fl-photo-img-svg {
    width: 100%;
}

.fl-photo-content img {
    display: inline;
    height: auto !important;
    max-width: 100%;
    width: auto !important;
}

.fl-photo-crop-circle img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.fl-photo-caption {
    font-size: 13px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fl-photo-caption-below {
    padding-bottom: 20px;
    padding-top: 10px;
}

.fl-photo-caption-hover {
    background: rgba(0,0,0,0.7);
    bottom: 0;
    color: #fff;
    left: 0;
    opacity: 0;
    filter: alpha(opacity = 0);
    padding: 10px 15px;
    position: absolute;
    right: 0;
    -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
}

.fl-photo-content:hover .fl-photo-caption-hover {
    opacity: 100;
    filter: alpha(opacity = 100);
}

.fl-builder-pagination {
    padding: 40px 0;
}

.fl-builder-pagination ul.page-numbers {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.fl-builder-pagination li {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.fl-builder-pagination li a.page-numbers,.fl-builder-pagination li span.page-numbers {
    border: 1px solid #e6e6e6;
    display: inline-block;
    padding: 5px 10px;
    margin: 0 0 5px;
}

.fl-builder-pagination li a.page-numbers:hover,.fl-builder-pagination li span.current {
    background: #f5f5f5;
    text-decoration: none;
}

.fl-slideshow,.fl-slideshow * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.fl-slideshow .fl-slideshow-image img {
    max-width: none !important;
}

.fl-slideshow-social {
    line-height: 0 !important;
}

.fl-slideshow-social * {
    margin: 0 !important;
}

.fl-builder-content .bx-wrapper .bx-viewport {
    background: transparent;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    left: 0;
}

.mfp-wrap button.mfp-arrow,.mfp-wrap button.mfp-arrow:active, .mfp-wrap button.mfp-arrow:hover, .mfp-wrap button.mfp-arrow:focus {
    background: transparent !important;
    border: none !important;
    outline: none;
    position: absolute;
    top: 50%;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.mfp-wrap .mfp-close,.mfp-wrap .mfp-close:active,.mfp-wrap .mfp-close:hover,.mfp-wrap .mfp-close:focus {
    background: transparent !important;
    border: none !important;
    outline: none;
    position: absolute;
    top: 0;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.admin-bar .mfp-wrap .mfp-close,.admin-bar .mfp-wrap .mfp-close:active,.admin-bar .mfp-wrap .mfp-close:hover,.admin-bar .mfp-wrap .mfp-close:focus {
    top: 32px!important;
}

img.mfp-img {
    padding: 0;
}

.mfp-counter {
    display: none;
}

.mfp-wrap .mfp-preloader.fa {
    font-size: 30px;
}

.fl-form-field {
    margin-bottom: 15px;
}

.fl-form-field input.fl-form-error {
    border-color: #DD6420;
}

.fl-form-error-message {
    clear: both;
    color: #DD6420;
    display: none;
    padding-top: 8px;
    font-size: 12px;
    font-weight: lighter;
}

.fl-form-button-disabled {
    opacity: 0.5;
}

.fl-animation {
    opacity: 0;
}

.fl-builder-mobile .fl-animation,.fl-builder-edit .fl-animation,.fl-animated {
    opacity: 1;
}

.fl-animated.fl-fade-in {
    animation: fl-fade-in 1s ease-out;
    -webkit-animation: fl-fade-in 1s ease-out;
    -moz-animation: fl-fade-in 1s ease-out;
}

@keyframes fl-fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fl-fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fl-fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fl-animated.fl-slide-left {
    animation: fl-slide-left 1s ease-out;
    -webkit-animation: fl-slide-left 1s ease-out;
    -moz-animation: fl-slide-left 1s ease-out;
}

@keyframes fl-slide-left {
    0% {
        opacity: 0;
        transform: translateX(10%);
    }

    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}

@-webkit-keyframes fl-slide-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes fl-slide-left {
    0% {
        opacity: 0;
        -moz-transform: translateX(10%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}

.fl-animated.fl-slide-right {
    animation: fl-slide-right 1s ease-out;
    -webkit-animation: fl-slide-right 1s ease-out;
    -moz-animation: fl-slide-right 1s ease-out;
}

@keyframes fl-slide-right {
    0% {
        opacity: 0;
        transform: translateX(-10%);
    }

    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}

@-webkit-keyframes fl-slide-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-10%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes fl-slide-right {
    0% {
        opacity: 0;
        -moz-transform: translateX(-10%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}

.fl-animated.fl-slide-up {
    animation: fl-slide-up 1s ease-out;
    -webkit-animation: fl-slide-up 1s ease-out;
    -moz-animation: fl-slide-up 1s ease-out;
}

@keyframes fl-slide-up {
    0% {
        opacity: 0;
        transform: translateY(10%);
    }

    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

@-webkit-keyframes fl-slide-up {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

@-moz-keyframes fl-slide-up {
    0% {
        opacity: 0;
        -moz-transform: translateY(10%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0%);
    }
}

.fl-animated.fl-slide-down {
    animation: fl-slide-down 1s ease-out;
    -webkit-animation: fl-slide-down 1s ease-out;
    -moz-animation: fl-slide-down 1s ease-out;
}

@keyframes fl-slide-down {
    0% {
        opacity: 0;
        transform: translateY(-10%);
    }

    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

@-webkit-keyframes fl-slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

@-moz-keyframes fl-slide-down {
    0% {
        opacity: 0;
        -moz-transform: translateY(-10%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0%);
    }
}

.fl-button.fl-button-icon-animation i {
    width: 0 !important;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
}

.fl-button.fl-button-icon-animation:hover i {
    opacity: 1! important;
    -ms-filter: "alpha(opacity=100)";
}

.fl-button.fl-button-icon-animation i.fl-button-icon-after {
    margin-left: 0px !important;
}

.fl-button.fl-button-icon-animation:hover i.fl-button-icon-after {
    margin-left: 10px !important;
}

.fl-button.fl-button-icon-animation i.fl-button-icon-before {
    margin-right: 0 !important;
}

.fl-button.fl-button-icon-animation:hover i.fl-button-icon-before {
    margin-right: 20px !important;
    margin-left: -10px;
}

.fl-builder-content a.fl-button,.fl-builder-content a.fl-button:visited {
    background: #fafafa;
    border: 1px solid #ccc;
    color: #333;
}

.fl-builder-content a.fl-button *,.fl-builder-content a.fl-button:visited * {
    color: #333;
}

.fl-row-content-wrap {
    margin: 0px;
}

.fl-row-content-wrap {
    padding: 20px;
}

.fl-row-fixed-width {
    max-width: 1100px;
}

.fl-module-content {
    margin: 10px;
}

@media (max-width: 992px) {
    .fl-visible-desktop,.fl-visible-mobile,.fl-col-group .fl-visible-desktop.fl-col,.fl-col-group .fl-visible-mobile.fl-col {
        display: none;
    }

    .fl-visible-desktop-medium,.fl-visible-medium,.fl-visible-medium-mobile,.fl-col-group .fl-visible-desktop-medium.fl-col,.fl-col-group .fl-visible-medium.fl-col,.fl-col-group .fl-visible-medium-mobile.fl-col {
        display: block;
    }
}

@media (max-width: 768px) {
    .fl-visible-desktop,.fl-visible-desktop-medium,.fl-visible-medium,.fl-col-group .fl-visible-desktop.fl-col,.fl-col-group .fl-visible-desktop-medium.fl-col,.fl-col-group .fl-visible-medium.fl-col {
        display: none;
    }

    .fl-visible-medium-mobile,.fl-visible-mobile,.fl-col-group .fl-visible-medium-mobile.fl-col,.fl-col-group .fl-visible-mobile.fl-col {
        display: block;
    }

    .fl-row-content-wrap {
        background-attachment: scroll !important;
    }

    .fl-row-bg-parallax .fl-row-content-wrap {
        background-attachment: scroll !important;
        background-position: center center !important;
    }

    .fl-col-group.fl-col-group-equal-height {
        display: block;
    }

    .fl-col-group.fl-col-group-equal-height.fl-col-group-custom-width {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .fl-col-group.fl-col-group-responsive-reversed {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        flex-flow: row wrap;
        -ms-box-orient: horizontal;
        -webkit-flex-flow: row wrap;
    }

    .fl-col-group-responsive-reversed .fl-col:nth-of-type(1) {
        -webkit-box-ordinal-group: 12;
        -moz-box-ordinal-group: 12;
        -ms-flex-order: 12;
        -webkit-order: 12;
        order: 12;
    }

    .fl-col-group-responsive-reversed .fl-col:nth-of-type(2) {
        -webkit-box-ordinal-group: 11;
        -moz-box-ordinal-group: 11;
        -ms-flex-order: 11;
        -webkit-order: 11;
        order: 11;
    }

    .fl-col-group-responsive-reversed .fl-col:nth-of-type(3) {
        -webkit-box-ordinal-group: 10;
        -moz-box-ordinal-group: 10;
        -ms-flex-order: 10;
        -webkit-order: 10;
        order: 10;
    }

    .fl-col-group-responsive-reversed .fl-col:nth-of-type(4) {
        -webkit-box-ordinal-group: 9;
        -moz-box-ordinal-group: 9;
        -ms-flex-order: 9;
        -webkit-order: 9;
        order: 9;
    }

    .fl-col-group-responsive-reversed .fl-col:nth-of-type(5) {
        -webkit-box-ordinal-group: 8;
        -moz-box-ordinal-group: 8;
        -ms-flex-order: 8;
        -webkit-order: 8;
        order: 8;
    }

    .fl-col-group-responsive-reversed .fl-col:nth-of-type(6) {
        -webkit-box-ordinal-group: 7;
        -moz-box-ordinal-group: 7;
        -ms-flex-order: 7;
        -webkit-order: 7;
        order: 7;
    }

    .fl-col-group-responsive-reversed .fl-col:nth-of-type(7) {
        -webkit-box-ordinal-group: 6;
        -moz-box-ordinal-group: 6;
        -ms-flex-order: 6;
        -webkit-order: 6;
        order: 6;
    }

    .fl-col-group-responsive-reversed .fl-col:nth-of-type(8) {
        -webkit-box-ordinal-group: 5;
        -moz-box-ordinal-group: 5;
        -ms-flex-order: 5;
        -webkit-order: 5;
        order: 5;
    }

    .fl-col-group-responsive-reversed .fl-col:nth-of-type(9) {
        -webkit-box-ordinal-group: 4;
        -moz-box-ordinal-group: 4;
        -ms-flex-order: 4;
        -webkit-order: 4;
        order: 4;
    }

    .fl-col-group-responsive-reversed .fl-col:nth-of-type(10) {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3;
    }

    .fl-col-group-responsive-reversed .fl-col:nth-of-type(11) {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }

    .fl-col-group-responsive-reversed .fl-col:nth-of-type(12) {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }

    .fl-col {
        clear: both;
        float: none;
        margin-left: auto;
        margin-right: auto;
        width: auto !important;
    }

    .fl-col-small {
        max-width: 400px;
    }

    .fl-block-col-resize {
        display: none;
    }

    .fl-row[data-node] .fl-row-content-wrap {
        border-left: none;
        border-right: none;
        margin: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .fl-row[data-node] .fl-bg-video,.fl-row[data-node] .fl-bg-slideshow {
        left: 0;
        right: 0;
    }

    .fl-col[data-node] .fl-col-content {
        border-left: none;
        border-right: none;
        margin: 0;
        padding-left: 0;
        padding-right: 0;
    }
}

.page .fl-post-header, .single-fl-builder-template .fl-post-header {
    display: none;
}

.fl-node-63872625d9acb > .fl-row-content-wrap {
    background-color: #f0f0f0;
    background-color: rgba(240,240,240, 1);
}

.fl-node-63872625d9acb > .fl-row-content-wrap {
    padding-top: 40px;
    padding-bottom: 50px;
}

.fl-node-63872625d96a5 > .fl-row-content-wrap {
    padding-top: 40px;
    padding-bottom: 50px;
}

.fl-node-638720c97e251 > .fl-row-content-wrap:after {
    background-color: #161616;
    background-color: rgba(22,22,22, 0.8);
}

.fl-node-638720c97e251 > .fl-row-content-wrap {
    padding-top: 150px;
    padding-bottom: 150px;
}

.fl-node-638727b88c7db {
    width: 100%;
}

.fl-node-63872625d9b48 {
    width: 50%;
}

.fl-node-63872625d9b85 {
    width: 50%;
}

.fl-node-63872625d9724 {
    width: 100%;
}

.fl-node-63872625d981d {
    width: 33.33%;
}

.fl-node-63872625d985a {
    width: 33.33%;
}

.fl-node-63872625d9899 {
    width: 33.33%;
}

.fl-node-638720c97e2d1 {
    width: 100%;
}

body.rtl .fl-module-content-slider .bx-viewport {
    direction: ltr;
}

.fl-module-content-slider .bx-wrapper {
    margin: 0 auto 40px;
}

.fl-content-slider {
    position: relative;
}

.fl-content-slider .fl-slide {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    position: absolute;
    top: 0;
    visibility: hidden;
}

.fl-content-slider-wrapper .fl-slide:first-child,.fl-content-slider-loaded .fl-slide {
    position: relative;
    visibility: visible;
}

.bx-wrapper .bx-controls-direction a {
    z-index: 99;
}

.fl-content-slider .fl-slide-bg-photo {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.fl-content-slider .fl-slide-bg-photo-img {
    display: none;
}

.fl-content-slider .fl-slide-bg-link {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.fl-slide-photo {
    position: relative;
    text-align: center;
    z-index: 2;
}

.fl-slide-text-left .fl-slide-photo-wrap {
    float: right;
}

.fl-slide-text-center .fl-slide-photo-wrap {
    text-align: center;
}

.fl-slide-text-center .fl-slide-photo-wrap img {
    margin: 0 auto;
}

.fl-slide-text-right .fl-slide-photo-wrap {
    float: left;
}

.fl-slide-mobile-photo {
    display: none;
}

.fl-slide-content {
    position: relative;
    z-index: 2;
}

.fl-slide-text-left .fl-slide-content-wrap {
    float: left;
    text-align: left;
}

.fl-slide-text-center .fl-slide-content-wrap {
    margin: 0 auto;
    text-align: center;
}

.fl-slide-text-right .fl-slide-content-wrap {
    float: right;
    text-align: left;
}

.fl-slide-title,.fl-slide-text > * {
    line-height: 1.4;
    margin: 0 0 20px !important;
    padding: 0 !important;
}

.fl-slide-text > *:last-child {
    margin: 0 !important;
}

.fl-slide-cta-button {
    padding-top: 24px;
}

.fl-content-slider-navigation {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 20;
    margin-top: -16px;
}

.fl-content-slider-navigation a {
    position: absolute;
    display: inline-block;
    opacity: .7;
}

.fl-content-slider-navigation a:hover {
    opacity: 1;
}

.fl-content-slider-navigation .slider-prev {
    left: 5px;
}

.fl-content-slider-navigation .slider-next {
    right: 5px;
}

.fl-content-slider-navigation .fl-content-slider-svg-container {
    position: relative;
    width: 32px;
    height: 32px;
}

.fl-content-slider-navigation svg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.fl-content-slider-navigation path {
    fill: #fff;
}

.fl-content-slider-navigation a.disabled,.bx-controls a.disabled {
    pointer-events: none;
}

.fl-builder-ie-11 .fl-content-slider-navigation {
    z-index: 55;
}

@media (max-width: 768px) {
    .fl-content-slider,.fl-content-slider .fl-slide {
        min-height: 0 !important;
    }

    .fl-content-slider .fl-slide-bg-photo {
        background-image: none;
        position: static;
    }

    .fl-content-slider .fl-slide-bg-photo a {
        position: static;
    }

    .fl-content-slider .fl-slide-bg-photo-img {
        border: none;
        display: block;
        padding: 0;
    }

    .fl-slide-photo-wrap {
        display: none;
    }

    .fl-slide-mobile-photo {
        display: block;
    }

    .fl-slide-text-left .fl-slide-content-wrap,.fl-slide-text-right .fl-slide-content-wrap {
        float: none;
        text-align: center;
    }

    .fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-content-wrap,.fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-content {
        min-height: 0;
        width: auto;
    }

    .fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-content {
        margin: 0 !important;
        padding: 30px;
    }

    .fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-title {
        font-size: 26px !important;
        line-height: 38px !important;
    }

    .fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-text,.fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-text * {
        font-size: 14px !important;
        line-height: 22px !important;
    }

    .fl-builder-content .fl-module-content-slider .fl-slide a.fl-button {
        padding: 10px 20px !important;
    }
}

.fl-node-638727a58839b .fl-content-slider,.fl-node-638727a58839b .fl-slide {
    min-height: 400px;
}

.fl-node-638727a58839b .fl-slide-foreground {
    margin: 0 auto;
    max-width: 1100px;
}

.fl-node-638727a58839b .fl-slide-0 .fl-slide-content-wrap {
    width: 30%;
}

.fl-node-638727a58839b .fl-slide-0 .fl-slide-content {
    margin-right: 0px;
    margin-left: 0px;
    min-height: 400px;
}

.fl-node-638727a58839b .fl-slide-0 .fl-slide-content-wrap {
    min-height: 400px;
}

.fl-node-638727a58839b .fl-slide-0 .fl-slide-title, .fl-node-638727a58839b .fl-slide-0 .fl-slide-text, .fl-node-638727a58839b .fl-slide-0 .fl-slide-text * {
    color: #ffffff;
}

.fl-node-638727a58839b .fl-slide-0 .fl-slide-text strong {
    color: inherit;
}

.fl-node-638727a58839b .fl-slide-0 .fl-slide-content {
    background-color: rgba(41,41,41,0.7);
    padding: 30px;
}

@media (max-width: 768px) {
    .fl-node-638727a58839b .fl-slide-0 .fl-slide-title, .fl-node-638727a58839b .fl-slide-0 .fl-slide-text, .fl-node-638727a58839b .fl-slide-0 .fl-slide-text * {
        color: #ffffff;
    }

    .fl-node-638727a58839b .fl-slide-0 .fl-slide-text strong {
        color: inherit;
    }

    .fl-node-638727a58839b .fl-slide-0 .fl-slide-content {
        background-color: #333333;
    }

    .fl-node-638727a58839b .fl-slide-0 .fl-slide-title, .fl-node-638727a58839b .fl-slide-0 .fl-slide-text {
        text-shadow: none;
    }
}

.fl-builder-content .fl-node-638727a58839b .fl-slide-0 a.fl-button,.fl-builder-content .fl-node-638727a58839b .fl-slide-0 a.fl-button:visited {
    font-size: 16px;
    line-height: 18px;
    padding: 14px 28px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.fl-node-638727a58839b .fl-slide-1 .fl-slide-content-wrap {
    width: 30%;
}

.fl-node-638727a58839b .fl-slide-1 .fl-slide-content {
    margin-right: 0px;
    margin-left: 0px;
    min-height: 400px;
}

.fl-node-638727a58839b .fl-slide-1 .fl-slide-content-wrap {
    min-height: 400px;
}

.fl-node-638727a58839b .fl-slide-1 .fl-slide-title, .fl-node-638727a58839b .fl-slide-1 .fl-slide-text, .fl-node-638727a58839b .fl-slide-1 .fl-slide-text * {
    color: #ffffff;
}

.fl-node-638727a58839b .fl-slide-1 .fl-slide-text strong {
    color: inherit;
}

.fl-node-638727a58839b .fl-slide-1 .fl-slide-content {
    background-color: rgba(41,41,41,0.7);
    padding: 30px;
}

@media (max-width: 768px) {
    .fl-node-638727a58839b .fl-slide-1 .fl-slide-title, .fl-node-638727a58839b .fl-slide-1 .fl-slide-text, .fl-node-638727a58839b .fl-slide-1 .fl-slide-text * {
        color: #ffffff;
    }

    .fl-node-638727a58839b .fl-slide-1 .fl-slide-text strong {
        color: inherit;
    }

    .fl-node-638727a58839b .fl-slide-1 .fl-slide-content {
        background-color: #333333;
    }

    .fl-node-638727a58839b .fl-slide-1 .fl-slide-title, .fl-node-638727a58839b .fl-slide-1 .fl-slide-text {
        text-shadow: none;
    }
}

.fl-builder-content .fl-node-638727a58839b .fl-slide-1 a.fl-button,.fl-builder-content .fl-node-638727a58839b .fl-slide-1 a.fl-button:visited {
    font-size: 16px;
    line-height: 18px;
    padding: 14px 28px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.fl-node-638727a58839b > .fl-module-content {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: -5px;
    margin-left: 0px;
}

@media (max-width: 768px) {
    .fl-node-638727a58839b > .fl-module-content {
        margin-bottom:10px;
    }
}

.fl-module-heading .fl-heading {
    padding: 0 !important;
    margin: 0 !important;
}

.fl-node-63872625d9bc4.fl-module-heading .fl-heading {
    text-align: left;
    font-size: 34px;
}

.fl-node-63872625d9bc4 h2.fl-heading a,.fl-node-63872625d9bc4 h2.fl-heading .fl-heading-text,.fl-node-63872625d9bc4 h2.fl-heading .fl-heading-text *,.fl-row .fl-col .fl-node-63872625d9bc4 h2.fl-heading .fl-heading-text {
    color: #202020;
}

.fl-node-63872625d9bc4 .fl-heading .fl-heading-text {
    font-family: Raleway;
    font-weight: 700;
}

.fl-node-63872625d9bc4 > .fl-module-content {
    margin-bottom: 10px;
}

.fl-node-63872625d9cfd .fl-separator {
    border-top: 0px solid #f0f0f0;
    filter: alpha(opacity = 0);
    opacity: 0;
    margin: auto;
}

.fl-node-63872625d9cfd > .fl-module-content {
    margin-bottom: 55px;
}

@media (max-width: 768px) {
    .fl-node-63872625d9cfd > .fl-module-content {
        margin-bottom:10px;
    }
}

.fl-number,.fl-number .fl-number-circle-container {
    margin: 0 auto;
}

.fl-number-before-text,.fl-number-after-text {
    display: block;
}

.fl-number-before-text {
    margin-bottom: 10px;
}

.fl-number-after-text {
    margin-top: 10px;
}

.fl-number-string {
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
}

.fl-number .fl-number-text,.fl-number .fl-number-circle-container {
    position: relative;
    z-index: 10;
    text-align: center;
}

.fl-number.fl-number-bars .fl-number-text {
    text-align: left;
}

.fl-number .fl-number-bar {
    text-align: right;
    padding: 5px;
}

.fl-number .fl-number-position-above .fl-number-bar {
    margin-top: 5px;
}

.fl-number .fl-number-position-below .fl-number-bar {
    margin-bottom: 5px;
}

.fl-number .svg-container {
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    padding-bottom: 100%;
}

.fl-number .svg-container .svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fl-node-63872625d9c41 .fl-number-string {
    font-size: 12px;
    color: #ffffff;
}

.fl-node-63872625d9c41 .fl-module-content .fl-number-before-text,.fl-node-63872625d9c41 .fl-module-content .fl-number-after-text {
    color: #202020;
}

.fl-node-63872625d9c41 .fl-number-bars-container {
    width: 100%;
    background-color: #ffffff;
}

.fl-node-63872625d9c41 .fl-number-bar {
    width: 0;
    background-color: #21c2f8;
}

.fl-node-63872625d9cbe .fl-number-string {
    font-size: 12px;
    color: #ffffff;
}

.fl-node-63872625d9cbe .fl-module-content .fl-number-before-text,.fl-node-63872625d9cbe .fl-module-content .fl-number-after-text {
    color: #202020;
}

.fl-node-63872625d9cbe .fl-number-bars-container {
    width: 100%;
    background-color: #ffffff;
}

.fl-node-63872625d9cbe .fl-number-bar {
    width: 0;
    background-color: #21c2f8;
}

.fl-node-63872625d9cbe > .fl-module-content {
    margin-top: 0px;
}

.fl-node-63872625d9c80 .fl-number-string {
    font-size: 12px;
    color: #ffffff;
}

.fl-node-63872625d9c80 .fl-module-content .fl-number-before-text,.fl-node-63872625d9c80 .fl-module-content .fl-number-after-text {
    color: #202020;
}

.fl-node-63872625d9c80 .fl-number-bars-container {
    width: 100%;
    background-color: #ffffff;
}

.fl-node-63872625d9c80 .fl-number-bar {
    width: 0;
    background-color: #21c2f8;
}

.fl-node-63872625d9c80 > .fl-module-content {
    margin-top: 3px;
}

.fl-node-63872625da260.fl-module-heading .fl-heading {
    text-align: center;
    font-size: 34px;
}

.fl-node-63872625da260 h2.fl-heading a,.fl-node-63872625da260 h2.fl-heading .fl-heading-text,.fl-node-63872625da260 h2.fl-heading .fl-heading-text *,.fl-row .fl-col .fl-node-63872625da260 h2.fl-heading .fl-heading-text {
    color: #202020;
}

.fl-node-63872625da260 .fl-heading .fl-heading-text {
    font-family: Raleway;
    font-weight: 700;
}

.fl-node-63872625da260 > .fl-module-content {
    margin-bottom: 10px;
}

.fl-node-63872625d979f.fl-module-heading .fl-heading {
    text-align: center;
    font-size: 18px;
}

.fl-node-63872625d979f h3.fl-heading a,.fl-node-63872625d979f h3.fl-heading .fl-heading-text,.fl-node-63872625d979f h3.fl-heading .fl-heading-text *,.fl-row .fl-col .fl-node-63872625d979f h3.fl-heading .fl-heading-text {
    color: #797979;
}

.fl-node-63872625d979f .fl-heading .fl-heading-text {
    font-family: Raleway;
    font-weight: 500;
}

.fl-node-63872625d979f > .fl-module-content {
    margin-top: 0px;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .fl-node-63872625d979f > .fl-module-content {
        margin-bottom:10px;
    }
}

.fl-node-63872625d9a11.fl-module-heading .fl-heading {
    text-align: center;
    font-size: 19px;
}

.fl-node-63872625d9a11 h3.fl-heading a,.fl-node-63872625d9a11 h3.fl-heading .fl-heading-text,.fl-node-63872625d9a11 h3.fl-heading .fl-heading-text *,.fl-row .fl-col .fl-node-63872625d9a11 h3.fl-heading .fl-heading-text {
    color: #202020;
}

.fl-node-63872625d9a11 .fl-heading .fl-heading-text {
    font-family: Raleway;
    font-weight: 600;
}

.fl-node-63872625d9a11 > .fl-module-content {
    margin-bottom: 0px;
}

.fl-node-63872625d9a8d.fl-module-heading .fl-heading {
    text-align: center;
    font-size: 19px;
}

.fl-node-63872625d9a8d h3.fl-heading a,.fl-node-63872625d9a8d h3.fl-heading .fl-heading-text,.fl-node-63872625d9a8d h3.fl-heading .fl-heading-text *,.fl-row .fl-col .fl-node-63872625d9a8d h3.fl-heading .fl-heading-text {
    color: #202020;
}

.fl-node-63872625d9a8d .fl-heading .fl-heading-text {
    font-family: Raleway;
    font-weight: 600;
}

.fl-node-63872625d9a8d > .fl-module-content {
    margin-bottom: 0px;
}

.fl-node-63872625d9a4f.fl-module-heading .fl-heading {
    text-align: center;
    font-size: 19px;
}

.fl-node-63872625d9a4f h3.fl-heading a,.fl-node-63872625d9a4f h3.fl-heading .fl-heading-text,.fl-node-63872625d9a4f h3.fl-heading .fl-heading-text *,.fl-row .fl-col .fl-node-63872625d9a4f h3.fl-heading .fl-heading-text {
    color: #202020;
}

.fl-node-63872625d9a4f .fl-heading .fl-heading-text {
    font-family: Raleway;
    font-weight: 600;
}

.fl-node-63872625d9a4f > .fl-module-content {
    margin-bottom: 0px;
}

.fl-node-638720c97f1e7.fl-module-heading .fl-heading {
    text-align: center;
    font-size: 24px;
}

.fl-node-638720c97f1e7 h4.fl-heading a,.fl-node-638720c97f1e7 h4.fl-heading .fl-heading-text,.fl-node-638720c97f1e7 h4.fl-heading .fl-heading-text *,.fl-row .fl-col .fl-node-638720c97f1e7 h4.fl-heading .fl-heading-text {
    color: #ffffff;
}

.fl-node-638720c97f1e7 .fl-heading .fl-heading-text {
    font-family: Poppins;
    font-weight: 300;
}

.fl-node-638720c97f1e7 > .fl-module-content {
    margin-bottom: 10px;
}

.fl-node-638720c97e312.fl-module-heading .fl-heading {
    text-align: center;
    font-size: 13px;
    letter-spacing: 2px;
}

.fl-node-638720c97e312 h3.fl-heading a,.fl-node-638720c97e312 h3.fl-heading .fl-heading-text,.fl-node-638720c97e312 h3.fl-heading .fl-heading-text *,.fl-row .fl-col .fl-node-638720c97e312 h3.fl-heading .fl-heading-text {
    color: #ededed;
}

.fl-node-638720c97e312 .fl-heading .fl-heading-text {
    font-family: Poppins;
    font-weight: normal;
}

.fl-node-638720c97e312 > .fl-module-content {
    margin-top: 40px;
}

@media (max-width: 768px) {
    .fl-node-638720c97e312 > .fl-module-content {
        margin-top:10px;
    }
}
