/**
 * Stylesheet for all elements
 *
 * @author      Khushang Bhavanagarwala
 * @date        8th March 2017
 * @package     Custom CSS
 * @return      CSS
 * @IMPNote: Do not use any color out of "00aeef 1b75bb 404041" this is branding. If needed meet TL/Client first.
*/
/*===============================================================================================*/
/*===============================================================================================*/
/*Element specific CSS starts*/
/*===============================================================================================*/
/*===============================================================================================*/
/* Text Element CSS */
ul.horizontal, ol.horizontal{list-style-type:none;margin:0;padding:0;}/* Bullet List Element CSS */
ul.horizontal li, ol.horizontal li{display:inline !important;}/* Bullet List Element CSS */
.customIcons{list-style-type:none;}

.fontAwesomeLHeight{line-height:inherit !important;}
.fontAwesomeLHeight.fa-li{top:0;}
/* Video Element CSS */
/*#DRA 56 to 56.25 and add class .videoOverlay #1086 padding-bottom:calc((100%*9)/16);*/
.imagemodalelement_cl a:focus{outline:none !important;}
/* Gearbubble Element CSS */
.cl_hide{display:none !important;}
.cl_stickToTop {position: fixed !important;top: 0;z-index: 999 !important;}
.container-fluid.cl_stickToTop{width:100%;}
.container.cl_stickToTop{left:0;right:0;}
.cl_stickToBottom {position: fixed !important;bottom: 0;z-index: 999 !important;}
.container-fluid.cl_stickToBottom{width:100%;}
.container.cl_stickToBottom{left:0;right:0;}
.customPreviewModal .modal-dialog{z-index:9999;}
.customPreviewModal .modal-header{display:none;}
.customPreviewModal .modal-body{text-align:center;padding-left: 15px;padding-right: 15px;}
.customPreviewModal .modal-footer{text-align:center;border-top:none;}
/*CSS for vertical alignment of bootstrap dialog*/
.customPreviewModal.modal{text-align:center;padding:0!important;}
.customPreviewModal.modal:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-4px;}
.customPreviewModal .modal-dialog{display:inline-block;text-align:left;vertical-align:middle;}
.customPreviewModal .bootstrap-dialog-message{word-break:break-word;}
.cl_body_preview .cl_section.container-fluid .cl_row_d.container{padding-left:0;padding-right:0;}
@media (max-width:992px) and (min-width:992px){.cl_body_preview .cl_section.container-fluid{margin-left:-4px;}}
@media (max-width:994px) and (min-width:993px){.cl_body_preview .cl_section.container-fluid{margin-left:-3px;}}
@media (max-width:996px) and (min-width:995px){.cl_body_preview .cl_section.container-fluid{margin-left:-2px;}}
@media (max-width:998px) and (min-width:997px){.cl_body_preview .cl_section.container-fluid{margin-left:-1px;}}
@media (max-width:768px) and (min-width:768px){.cl_body_preview .cl_section.container-fluid{margin-left:-6px;}}
@media (max-width:770px) and (min-width:769px){.cl_body_preview .cl_section.container-fluid{margin-left:-5px;}}
@media (max-width:772px) and (min-width:771px){.cl_body_preview .cl_section.container-fluid{margin-left:-4px;}}
@media (max-width:774px) and (min-width:773px){.cl_body_preview .cl_section.container-fluid{margin-left:-3px;}}
@media (max-width:776px) and (min-width:775px){.cl_body_preview .cl_section.container-fluid{margin-left:-2px;}}
@media (max-width:780px) and (min-width:780px){.cl_body_preview .cl_section.container-fluid{margin-left:-1px;}}
@media (max-width:778px) and (min-width:777px){.cl_body_preview .cl_section.container-fluid{margin-left:-1px;}}
/* Fixes added by Anish for row margin due to row width and alignment settings ends */
/* Styles added by Anish to handle row width in full width section cases starts */
@media (min-width:768px){.cl_body_preview .cl_section.container-fluid .cl_row_d.container{max-width:750px;width:100%;}}
@media (min-width:992px){.cl_body_preview .cl_section.container-fluid .cl_row_d.container{max-width:970px;width:100%;}}
@media (min-width:1200px){.cl_body_preview .cl_section.container-fluid .cl_row_d.container{max-width:1170px;width:100%;}}
/* Hardik:Start - Stylesheet for sticky section and fade effect starts */
.fixed-header-top{position:fixed;top:0;left:0;width:100%;z-index:9;animation:fadeInDown 0.3s ease-out forwards;}
.fixed-header-bottom{position:fixed;bottom:0;left:0;width:100%;z-index:9;animation:fadeInUp 0.3s ease-out forwards;}
.remove-jump{transition:height .5s;backface-visibility:hidden;}
@keyframes fadeInDown{from{opacity:0;transform:translate3d(0, -100px, 0);-webkit-transform:translate3d(0, -100px, 0);}
                      to{opacity:1;transform:translate3d(0, 0, 0);-webkit-transform:translate3d(0, 0, 0);-webkit-font-smoothing:antialiased;}
}
@keyframes fadeInUp{from{opacity:0;transform:translate3d(0, 100px, 0);-webkit-transform:translate3d(0, 100px, 0);}
                    to{opacity:1;transform:translate3d(0, 0, 0);-webkit-transform:translate3d(0, 0, 0);-webkit-font-smoothing:antialiased;}
}
/* Hardik:End - Stylesheet for sticky section and fade effect ends */
/* Hardik:Start - Popup width on mobile be 90% of screen size */

/*Stylesheet for the membership loader*/
#loadingDiv {background-color: #fff;height: 100%;left: 0;position: fixed;top: 0;width: 100%;z-index: 10020;filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;}
.customMem .modal-content{background-color: #ffffff !important;font-family: Open Sans !important;}
.ajax-loader {position: fixed;left: 50%;top: 50%;margin-left: -32px;margin-top: -32px;display: block;z-index: 10020 !important;color: #fff;}
.loader {border: 5px solid #e3e3e3;border-top: 5px solid #3498db;border-radius: 50%;width: 50px;height: 50px;animation: spin 2s linear infinite;position: absolute;top: 50%;margin-left: -25px;margin-top: -25px;left: 50%;}
@keyframes spin {0% { transform: rotate(0deg); }100% { transform: rotate(360deg); }}
/*Stylesheet for the membership loader*/
.cl_icon_inner{display: inline-flex;}
.bootstrap-select,.bootstrap-select:not([class*=span]){width:100%}
.custom-checkbox{position:relative;}
.custom-checkbox .checkboxLabel{display:inline-block;}
#page-wrapper #pageLayoutContent .cl_section{display: flex;flex-flow: column nowrap;}.imageelement_cl a:focus{outline:none !important;} .paragraphelement_cl .styleParagraph *{word-break:normal !important;}
.paragraphelement_cl .styleParagraph{box-shadow:none !important;} .textelement_cl .headlines *{word-break:normal !important;} .bulletlistelement_cl i.fa, .bulletlistelement_cl i.glyphicon{margin-right:5px;}
ul.bulletListImage{padding-left:0;}
.bulletListImage li{background-repeat:no-repeat;background-position:7px 3px;background-position-y:center;padding:0 0 0 45px;background-size:32px;} .buttonelement_cl .elementCustomCSS{white-space:normal;/*font-size:24px;*/}/*#DRA commented to fix #2kgrna*/
.buttonelement_cl .myclass{display: inline-flex; align-items: center;}
.buttonelement_cl .myclass strong, .buttonelement_cl .myclass em, .buttonelement_cl .myclass span{display: initial;}
/*#DRAS - #j166g2 - UI button feedback */
.membershipButtonLoader{display: none;position: absolute;border: 5px solid #f3f3f3;border-top: 5px solid #3498db;border-radius: 50%;width: 40px;height: 40px;animation: spin 2s linear infinite;left:calc(50% - 20px);top:calc(50% - 20px);}
@keyframes spin {0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); }}
.buttonelement_cl a.membershipSubmit{position:relative;}

#page-wrapper{background-position: center center;background-repeat: no-repeat;background-size: inherit;color: #000000;background-attachment: scroll;}#page-wrapper:after{background-image: linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)), url("");background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)), url("");background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)), url("");background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)), url("");background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)), url("");}#page-wrapper .headlines{color: #000000;font-weight: normal;}#page-wrapper .styleParagraph{color: #000000;font-weight: normal;}#page-wrapper .textelement_cl .headlines a , #page-wrapper .paragraphelement_cl .styleParagraph a{color: #428bca;}#page-wrapper #section_340329_1649409930{background-image: url(""), linear-gradient(90deg, rgba(171, 7, 215, 1.00) 0%, rgba(21, 52, 94, 1.00) 100%);background-image: url(""), -webkit-linear-gradient(90deg, rgba(171, 7, 215, 1.00) 0%, rgba(21, 52, 94, 1.00) 100%);background-image: url(""), -moz-linear-gradient(90deg, rgba(171, 7, 215, 1.00) 0%, rgba(21, 52, 94, 1.00) 100%);background-image: url(""), -ms-linear-gradient(90deg, rgba(171, 7, 215, 1.00) 0%, rgba(21, 52, 94, 1.00) 100%);background-image: url(""), -o-linear-gradient(90deg, rgba(171, 7, 215, 1.00) 0%, rgba(21, 52, 94, 1.00) 100%);background-position: center top;background-repeat: no-repeat;background-size: cover;background-attachment: scroll;border-width: 0px;border-style: solid;border-color: transparent;padding: 25px 0px 47px 0px;}#page-wrapper #section_340329_1649409930{ border-top-left-radius: 0px; border-top-right-radius: 0px;border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;;}#page-wrapper #row_b4cd7f_1649409930{background-image: url(""), linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: url(""), -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: url(""), -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: url(""), -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: url(""), -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-position: center center;background-repeat: repeat;background-size: inherit;background-attachment: scroll;border-width: 0px;border-style: solid;border-color: transparent;}#page-wrapper #row_b4cd7f_1649409930:hover{border-width: 0px;border-style: solid;border-color: transparent;}#page-wrapper #row_b4cd7f_1649409930{ margin-top: 0px; margin-bottom: 55px; width: 100%; margin-left: auto !important; margin-right: auto !important;}#page-wrapper #row_b4cd7f_1649409930_container{ margin-top: 0px; margin-bottom: 0px;}#page-wrapper #row_b4cd7f_1649409930 #column_e3396c_1649409930 > .colChild {background-image: url(''), linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-position:center center; background-repeat:repeat; background-size:initial; background-attachment:scroll; }#page-wrapper #row_b4cd7f_1649409930 #column_e3396c_1649409930 > .colChild:hover {}#page-wrapper #row_b4cd7f_1649409930 #column_e3396c_1649409930 > .colChild {padding:0; margin:0; border-width:0; border-style:solid; border-color:transparent; height:calc(100% - 0px); }#page-wrapper #row_b4cd7f_1649409930 #column_e3396c_1649409930 > .colChild:hover {border-color:; }#page-wrapper #row_8cc954_1649409930{background-image: url(""), linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: url(""), -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: url(""), -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: url(""), -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: url(""), -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-position: center center;background-repeat: repeat;background-size: inherit;background-attachment: scroll;border-width: 0px;border-style: solid;border-color: transparent;padding: 4px 0px 6px 0px;}#page-wrapper #row_8cc954_1649409930:hover{border-width: 0px;border-style: solid;border-color: transparent;}#page-wrapper #row_8cc954_1649409930{ margin-top: 0px; margin-bottom: 0px; width: 100%; margin-left: auto !important; margin-right: auto !important;}#page-wrapper #row_8cc954_1649409930_container{ margin-top: 0px; margin-bottom: 0px;}#page-wrapper #row_8cc954_1649409930 #column_c93b16_1649409930 > .colChild {background-image: url(''), linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-position:center center; background-repeat:repeat; background-size:initial; background-attachment:scroll; }#page-wrapper #row_8cc954_1649409930 #column_c93b16_1649409930 > .colChild:hover {}#page-wrapper #row_8cc954_1649409930 #column_c93b16_1649409930 > .colChild {padding:0; margin:0; border-width:0; border-style:solid; border-color:transparent; height:calc(100% - 0px); }#page-wrapper #row_8cc954_1649409930 #column_c93b16_1649409930 > .colChild:hover {border-color:; }#page-wrapper #row_87c6a4_1649409930{background-image: url(""), linear-gradient(90deg, #fede00, #fede00);background-image: url(""), -webkit-linear-gradient(90deg, #fede00, #fede00);background-image: url(""), -moz-linear-gradient(90deg, #fede00, #fede00);background-image: url(""), -ms-linear-gradient(90deg, #fede00, #fede00);background-image: url(""), -o-linear-gradient(90deg, #fede00, #fede00);background-position: center center;background-repeat: repeat;background-size: inherit;background-attachment: scroll;border-width: 0px 0px 0px 0px;border-style: dashed;border-color: rgba(255,255,255,0.78);padding: 10px 13px 10px 13px;}#page-wrapper #row_87c6a4_1649409930:hover{border-width: 0px 0px 0px 0px;border-style: dashed;border-color: rgba(255,255,255,0.78);}#page-wrapper #row_87c6a4_1649409930{ margin-top: 20px; margin-bottom: 0px; border-radius: 50px;width: 90%; margin-left: auto !important; margin-right: auto !important;}#page-wrapper #row_87c6a4_1649409930_container{ margin-top: 0px; margin-bottom: 0px;}#page-wrapper #row_87c6a4_1649409930 #column_4bf223_1649409930 > .colChild {background-image: url(''), linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-position:center center; background-repeat:repeat; background-size:initial; background-attachment:scroll; }#page-wrapper #row_87c6a4_1649409930 #column_4bf223_1649409930 > .colChild:hover {}#page-wrapper #row_87c6a4_1649409930 #column_4bf223_1649409930 > .colChild {padding:0; margin:0; border-width:0; border-style:solid; border-color:transparent; height:calc(100% - 0px); }#page-wrapper #row_87c6a4_1649409930 #column_4bf223_1649409930 > .colChild:hover {border-color:; }#page-wrapper #row_d042e8_1649409930{background-image: url(""), linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: url(""), -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: url(""), -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: url(""), -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: url(""), -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-position: center center;background-repeat: repeat;background-size: inherit;background-attachment: scroll;border-width: 0px;border-style: solid;border-color: transparent;padding: 0px 0px 0px 0px;}#page-wrapper #row_d042e8_1649409930:hover{}#page-wrapper #row_d042e8_1649409930:hover{border-width: 0px;border-style: solid;border-color: transparent;}#page-wrapper #row_d042e8_1649409930{ margin-top: 45px; margin-bottom: 0px; width: 100%; margin-left: auto !important; margin-right: auto !important;}#page-wrapper #row_d042e8_1649409930_container{ margin-top: 0px; margin-bottom: 0px;}#page-wrapper #row_d042e8_1649409930 #column_1131bd_1649409930 > .colChild {background-image: url(''), linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-position:center center; background-repeat:repeat; background-size:initial; background-attachment:scroll; }#page-wrapper #row_d042e8_1649409930 #column_1131bd_1649409930 > .colChild:hover {}#page-wrapper #row_d042e8_1649409930 #column_1131bd_1649409930 > .colChild {padding:0; margin:0px 0px 20px 0px; border-width:0; border-style:solid; border-color:transparent; height:calc(100% - 20px); }#page-wrapper #row_d042e8_1649409930 #column_1131bd_1649409930 > .colChild:hover {border-color:; }#page-wrapper #row_d042e8_1649409930 #column_89578c_1649409930 > .colChild {background-image: url(''), linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,1)); background-image: url(''), -webkit-linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,1)); background-image: url(''), -moz-linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,1)); background-image: url(''), -ms-linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,1)); background-image: url(''), -o-linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,1)); background-position:center center; background-repeat:repeat; background-size:initial; background-attachment:scroll; }#page-wrapper #row_d042e8_1649409930 #column_89578c_1649409930 > .colChild:hover {}#page-wrapper #row_d042e8_1649409930 #column_89578c_1649409930 > .colChild {padding:40px 30px 30px 30px; margin:20px 20px 50px 20px; border-radius: 10px;border-width:0; border-style:solid; border-color:transparent; height:calc(100% - 70px); }#page-wrapper #row_d042e8_1649409930 #column_89578c_1649409930 > .colChild:hover {border-color:; }#page-wrapper #row_a98fff_1649409930{background-image: url(""), linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: url(""), -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: url(""), -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: url(""), -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: url(""), -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-position: center center;background-repeat: repeat;background-size: inherit;background-attachment: scroll;border-width: 0px;border-style: solid;border-color: transparent;padding: 12px 0px 0px 0px;}#page-wrapper #row_a98fff_1649409930:hover{border-width: 0px;border-style: solid;border-color: transparent;}#page-wrapper #row_a98fff_1649409930{ margin-top: 0px; margin-bottom: 0px; width: 100%; margin-left: auto !important; margin-right: auto !important;}#page-wrapper #row_a98fff_1649409930_container{ margin-top: 0px; margin-bottom: 0px;}#page-wrapper #row_a98fff_1649409930 #column_aaa400_1649409930 > .colChild {background-image: url(''), linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-position:center center; background-repeat:repeat; background-size:initial; background-attachment:scroll; }#page-wrapper #row_a98fff_1649409930 #column_aaa400_1649409930 > .colChild:hover {}#page-wrapper #row_a98fff_1649409930 #column_aaa400_1649409930 > .colChild {padding:0; margin:0; border-width:0; border-style:solid; border-color:transparent; height:calc(100% - 0px); }#page-wrapper #row_a98fff_1649409930 #column_aaa400_1649409930 > .colChild:hover {border-color:; }#page-wrapper #section_7cab41_1649410167{background-image: url(""), linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,1));background-image: url(""), -webkit-linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,1));background-image: url(""), -moz-linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,1));background-image: url(""), -ms-linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,1));background-image: url(""), -o-linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,1));background-position: center center;background-repeat: no-repeat;background-size: inherit;background-attachment: scroll;border-width: 0px;border-style: solid;border-color: transparent;padding: 30px 0px 30px 0px;}#page-wrapper #section_7cab41_1649410167{ border-top-left-radius: 0px; border-top-right-radius: 0px;border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;;}#page-wrapper #row_eed1d9_1649410167{background-image: url(""), linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: url(""), -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: url(""), -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: url(""), -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: url(""), -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-position: center center;background-repeat: repeat;background-size: inherit;background-attachment: scroll;border-width: 0px;border-style: solid;border-color: transparent;padding: 0px 0px 0px 0px;}#page-wrapper #row_eed1d9_1649410167:hover{border-width: 0px;border-style: solid;border-color: transparent;}#page-wrapper #row_eed1d9_1649410167{ margin-top: 22px; margin-bottom: 43px; width: 100%; margin-left: auto !important; margin-right: auto !important;}#page-wrapper #row_eed1d9_1649410167_container{ margin-top: 0px; margin-bottom: 0px;}#page-wrapper #row_eed1d9_1649410167 #column_dc56ab_1649410167 > .colChild {background-image: url(''), linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-position:center center; background-repeat:repeat; background-size:initial; background-attachment:scroll; }#page-wrapper #row_eed1d9_1649410167 #column_dc56ab_1649410167 > .colChild:hover {}#page-wrapper #row_eed1d9_1649410167 #column_dc56ab_1649410167 > .colChild {padding:0; margin:0; border-width:0; border-style:solid; border-color:transparent; height:calc(100% - 0px); }#page-wrapper #row_eed1d9_1649410167 #column_dc56ab_1649410167 > .colChild:hover {border-color:; }#page-wrapper #row_633f9f_1649410350{background-image: url(""), linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: url(""), -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: url(""), -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: url(""), -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: url(""), -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-position: center center;background-repeat: repeat;background-size: inherit;background-attachment: scroll;border-width: 0px;border-style: solid;border-color: transparent;padding: 0px 0px 58px 0px;}#page-wrapper #row_633f9f_1649410350{ margin-top: 0px; margin-bottom: 0px; width: 90%; margin-left: auto !important; margin-right: auto !important;}#page-wrapper #row_633f9f_1649410350_container{ margin-top: 0px; margin-bottom: 0px;}#page-wrapper #row_633f9f_1649410350 #column_bbbc44_1649410350 > .colChild {background-image: url(''), linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-position:center center; background-repeat:repeat; background-size:initial; background-attachment:scroll; }#page-wrapper #row_633f9f_1649410350 #column_bbbc44_1649410350 > .colChild:hover {}#page-wrapper #row_633f9f_1649410350 #column_bbbc44_1649410350 > .colChild {padding:0; margin:0; border-width:0; border-style:solid; border-color:transparent; height:calc(100% - 0px); }#page-wrapper #row_633f9f_1649410350 #column_bbbc44_1649410350 > .colChild:hover {border-color:; }#page-wrapper #section_4a1466_1703878052{background-image: url(""), linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: url(""), -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: url(""), -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: url(""), -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: url(""), -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-position: center center;background-repeat: no-repeat;background-size: inherit;background-attachment: scroll;border-width: 0px;border-style: solid;border-color: transparent;padding: 0px 0px 0px 0px;}#page-wrapper #section_4a1466_1703878052{ border-top-left-radius: 0px; border-top-right-radius: 0px;border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;;}#page-wrapper #row_08dbfb_1703878052{background-image: url(""), linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,1));background-image: url(""), -webkit-linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,1));background-image: url(""), -moz-linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,1));background-image: url(""), -ms-linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,1));background-image: url(""), -o-linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,1));background-position: center center;background-repeat: repeat;background-size: inherit;background-attachment: scroll;border-width: 0px;border-style: solid;border-color: transparent;padding: 40px 40px 40px 40px;}#page-wrapper #row_08dbfb_1703878052{ margin-top: 0px; margin-bottom: 0px; box-shadow: 0px 8px 24px 0px rgba(149,157,165,0.2) ;border-radius: 15px;width: 100%; margin-left: auto !important; margin-right: auto !important;}#page-wrapper #row_08dbfb_1703878052_container{ margin-top: 0px; margin-bottom: 0px;}#page-wrapper #row_08dbfb_1703878052 #column_1b4460_1703878052 > .colChild {background-image: url(''), linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-position:center center; background-repeat:repeat; background-size:initial; background-attachment:scroll; }#page-wrapper #row_08dbfb_1703878052 #column_1b4460_1703878052 > .colChild:hover {}#page-wrapper #row_08dbfb_1703878052 #column_1b4460_1703878052 > .colChild {padding:0; margin:0; border-width:0; border-style:solid; border-color:transparent; height:calc(100% - 0px); }#page-wrapper #row_08dbfb_1703878052 #column_1b4460_1703878052 > .colChild:hover {border-color:; }#page-wrapper #row_08dbfb_1703878052 #column_b694fe_1703878052 > .colChild {background-image: url(''), linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-position:center center; background-repeat:repeat; background-size:initial; background-attachment:scroll; }#page-wrapper #row_08dbfb_1703878052 #column_b694fe_1703878052 > .colChild:hover {}#page-wrapper #row_08dbfb_1703878052 #column_b694fe_1703878052 > .colChild {padding:0px 0px 0px 40px; margin:0; border-width:0; border-style:solid; border-color:transparent; height:calc(100% - 0px); }#page-wrapper #row_08dbfb_1703878052 #column_b694fe_1703878052 > .colChild:hover {border-color:; }#page-wrapper #section_c72e9d_1649410256{background-image: url(""), linear-gradient(90deg, #FFFFFF, #FFFFFF);background-image: url(""), -webkit-linear-gradient(90deg, #FFFFFF, #FFFFFF);background-image: url(""), -moz-linear-gradient(90deg, #FFFFFF, #FFFFFF);background-image: url(""), -ms-linear-gradient(90deg, #FFFFFF, #FFFFFF);background-image: url(""), -o-linear-gradient(90deg, #FFFFFF, #FFFFFF);background-position: center center;background-repeat: no-repeat;background-size: inherit;background-attachment: scroll;border-width: 0px;border-style: solid;border-color: transparent;padding: 50px 0px 0px 0px;}#page-wrapper #section_c72e9d_1649410256{ border-top-left-radius: 0px; border-top-right-radius: 0px;border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;;}#page-wrapper #row_d28e7b_1649410256{background-image: url(""), linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: url(""), -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: url(""), -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: url(""), -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: url(""), -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-position: center center;background-repeat: repeat;background-size: inherit;background-attachment: scroll;border-width: 0px;border-style: solid;border-color: transparent;padding: 0px 0px 0px 0px;}#page-wrapper #row_d28e7b_1649410256:hover{border-width: 0px;border-style: solid;border-color: transparent;}#page-wrapper #row_d28e7b_1649410256{ margin-top: 24px; margin-bottom: 24px; width: 100%; margin-left: auto !important; margin-right: auto !important;}#page-wrapper #row_d28e7b_1649410256_container{ margin-top: 0px; margin-bottom: 0px;}#page-wrapper #row_d28e7b_1649410256 #column_97ceb8_1649410256 > .colChild {background-image: url(''), linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-position:center center; background-repeat:repeat; background-size:initial; background-attachment:scroll; }#page-wrapper #row_d28e7b_1649410256 #column_97ceb8_1649410256 > .colChild:hover {}#page-wrapper #row_d28e7b_1649410256 #column_97ceb8_1649410256 > .colChild {padding:0; margin:0; border-width:0; border-style:solid; border-color:transparent; height:calc(100% - 0px); }#page-wrapper #row_d28e7b_1649410256 #column_97ceb8_1649410256 > .colChild:hover {border-color:; }#page-wrapper #section_b87f0f_1703970895{background-image: url(""), linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: url(""), -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: url(""), -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: url(""), -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: url(""), -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-position: center center;background-repeat: no-repeat;background-size: inherit;background-attachment: scroll;border-width: 0px;border-style: solid;border-color: transparent;padding: 30px 0px 80px 0px;}#page-wrapper #section_b87f0f_1703970895{ border-top-left-radius: 0px; border-top-right-radius: 0px;border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;;}#page-wrapper #row_091a40_1703970895{background-image: url(""), linear-gradient(90deg, rgba(255,255,251,1), rgba(255,255,251,1));background-image: url(""), -webkit-linear-gradient(90deg, rgba(255,255,251,1), rgba(255,255,251,1));background-image: url(""), -moz-linear-gradient(90deg, rgba(255,255,251,1), rgba(255,255,251,1));background-image: url(""), -ms-linear-gradient(90deg, rgba(255,255,251,1), rgba(255,255,251,1));background-image: url(""), -o-linear-gradient(90deg, rgba(255,255,251,1), rgba(255,255,251,1));background-position: center top;background-repeat: repeat;background-size: cover;background-attachment: scroll;border-width: 0px;border-style: solid;border-color: transparent;padding: 40px 40px 40px 40px;}#page-wrapper #row_091a40_1703970895{ margin-top: 10px; margin-bottom: 0px; box-shadow: 0px 8px 24px 0px rgba(149,157,165,0.2) ;border-radius: 20px;width: 95%; margin-left: auto !important; margin-right: auto !important;}#page-wrapper #row_091a40_1703970895_container{ margin-top: 0px; margin-bottom: 0px;}#page-wrapper #row_091a40_1703970895 #column_659ea0_1703970895 > .colChild {background-image: url(''), linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-position:center center; background-repeat:repeat; background-size:initial; background-attachment:scroll; }#page-wrapper #row_091a40_1703970895 #column_659ea0_1703970895 > .colChild:hover {}#page-wrapper #row_091a40_1703970895 #column_659ea0_1703970895 > .colChild {padding:0; margin:0; border-width:0; border-style:solid; border-color:transparent; height:calc(100% - 0px); }#page-wrapper #row_091a40_1703970895 #column_659ea0_1703970895 > .colChild:hover {border-color:; }#page-wrapper #row_091a40_1703970895 #column_df1bab_1703970895 > .colChild {background-image: url(''), linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-position:center center; background-repeat:repeat; background-size:initial; background-attachment:scroll; }#page-wrapper #row_091a40_1703970895 #column_df1bab_1703970895 > .colChild:hover {}#page-wrapper #row_091a40_1703970895 #column_df1bab_1703970895 > .colChild {padding:0px 43px 0px 10px; margin:0; border-width:0; border-style:solid; border-color:transparent; height:calc(100% - 0px); }#page-wrapper #row_091a40_1703970895 #column_df1bab_1703970895 > .colChild:hover {border-color:; }#page-wrapper #row_78f2la_1704117185{background-image: url(""), linear-gradient(0deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: url(""), -webkit-linear-gradient(0deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: url(""), -moz-linear-gradient(0deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: url(""), -ms-linear-gradient(0deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: url(""), -o-linear-gradient(0deg, rgba(0,0,0,0), rgba(0,0,0,0));background-position: center center;background-repeat: repeat;background-size: inherit;background-attachment: scroll;border-width: 0px;border-style: solid;border-color: transparent;padding: 0px 0px 70px 0px;}#page-wrapper #row_78f2la_1704117185:hover{}#page-wrapper #row_78f2la_1704117185{ margin-top: 0px; margin-bottom: 0px; width: 100%; margin-left: auto !important; margin-right: auto !important;}#page-wrapper #row_78f2la_1704117185_container{ margin-top: 0px; margin-bottom: 0px;}#page-wrapper #row_78f2la_1704117185 #column_e1s4v5_1704117185 > .colChild {background-image: url(''), linear-gradient(0deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -webkit-linear-gradient(0deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -moz-linear-gradient(0deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -ms-linear-gradient(0deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -o-linear-gradient(0deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-position:center center; background-repeat:repeat; background-size:initial; background-attachment:scroll; }#page-wrapper #row_78f2la_1704117185 #column_e1s4v5_1704117185 > .colChild:hover {}#page-wrapper #row_78f2la_1704117185 #column_e1s4v5_1704117185 > .colChild {padding:0; margin:0; border-width:0; border-style:solid; border-color:transparent; height:calc(100% - 0px); }#page-wrapper #row_78f2la_1704117185 #column_e1s4v5_1704117185 > .colChild:hover {border-color:; }#page-wrapper #row_84475d_1704119145{background-image: url(""), linear-gradient(90deg, rgba(240,251,249,1), rgba(240,251,249,1));background-image: url(""), -webkit-linear-gradient(90deg, rgba(240,251,249,1), rgba(240,251,249,1));background-image: url(""), -moz-linear-gradient(90deg, rgba(240,251,249,1), rgba(240,251,249,1));background-image: url(""), -ms-linear-gradient(90deg, rgba(240,251,249,1), rgba(240,251,249,1));background-image: url(""), -o-linear-gradient(90deg, rgba(240,251,249,1), rgba(240,251,249,1));background-position: center top;background-repeat: repeat;background-size: cover;background-attachment: scroll;border-width: 1px 1px 1px 1px;border-style: solid;border-color: rgba(190,217,210,1);padding: 20px 0px 30px 0px;}#page-wrapper #row_84475d_1704119145{ margin-top: 10px; margin-bottom: 8px; border-radius: 10px;width: 100%; margin-left: auto !important; margin-right: auto !important;}#page-wrapper #row_84475d_1704119145_container{ margin-top: 0px; margin-bottom: 0px;}#page-wrapper #row_84475d_1704119145 #column_765620_1704119145 > .colChild {background-image: url(''), linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-position:center center; background-repeat:repeat; background-size:initial; background-attachment:scroll; }#page-wrapper #row_84475d_1704119145 #column_765620_1704119145 > .colChild:hover {}#page-wrapper #row_84475d_1704119145 #column_765620_1704119145 > .colChild {padding:0; margin:0; border-width:0; border-style:solid; border-color:transparent; height:calc(100% - 0px); }#page-wrapper #row_84475d_1704119145 #column_765620_1704119145 > .colChild:hover {border-color:; }#page-wrapper #section_224c3d_1649411052{background-image: linear-gradient(90deg, #7859F5, #7859F5), url('');background-image: -webkit-linear-gradient(90deg, #7859F5, #7859F5), url('');background-image: -moz-linear-gradient(90deg, #7859F5, #7859F5), url('');background-image: -ms-linear-gradient(90deg, #7859F5, #7859F5), url('');background-image: -o-linear-gradient(90deg, #7859F5, #7859F5), url('');background-position: center center;background-repeat: no-repeat;background-size: inherit;background-attachment: fixed;border-width: 0px;border-style: solid;border-color: transparent;padding: 40px 0px 0px 0px;}#page-wrapper #section_224c3d_1649411052{ border-top-left-radius: 0px; border-top-right-radius: 0px;border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;;}#page-wrapper #row_d8c80c_1649411052{background-image: url(""), linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: url(""), -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: url(""), -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: url(""), -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: url(""), -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-position: center center;background-repeat: repeat;background-size: inherit;background-attachment: scroll;border-width: 0px;border-style: solid;border-color: transparent;padding: 37px 0px 48px 0px;}#page-wrapper #row_d8c80c_1649411052{ margin-top: 0px; margin-bottom: 29px; width: 100%; margin-left: auto !important; margin-right: auto !important;}#page-wrapper #row_d8c80c_1649411052_container{ margin-top: 0px; margin-bottom: 0px;}#page-wrapper #row_d8c80c_1649411052 #column_ade00e_1649411052 > .colChild {background-image: url(''), linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-position:center center; background-repeat:repeat; background-size:initial; background-attachment:scroll; }#page-wrapper #row_d8c80c_1649411052 #column_ade00e_1649411052 > .colChild:hover {}#page-wrapper #row_d8c80c_1649411052 #column_ade00e_1649411052 > .colChild {padding:0; margin:0; border-width:0; border-style:solid; border-color:transparent; height:calc(100% - 0px); }#page-wrapper #row_d8c80c_1649411052 #column_ade00e_1649411052 > .colChild:hover {border-color:; }#page-wrapper #section_f57e73_1649412095{background-image: url(""), linear-gradient(90deg, #1A1A1A, #1A1A1A);background-image: url(""), -webkit-linear-gradient(90deg, #1A1A1A, #1A1A1A);background-image: url(""), -moz-linear-gradient(90deg, #1A1A1A, #1A1A1A);background-image: url(""), -ms-linear-gradient(90deg, #1A1A1A, #1A1A1A);background-image: url(""), -o-linear-gradient(90deg, #1A1A1A, #1A1A1A);background-position: center top;background-repeat: no-repeat;background-size: cover;background-attachment: scroll;border-width: 0px;border-style: solid;border-color: transparent;padding: 70px 0px 60px 0px;}#page-wrapper #section_f57e73_1649412095{ border-top-left-radius: 0px; border-top-right-radius: 0px;border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;;}#page-wrapper #row_e326d9_1649412095{background-image: url(""), linear-gradient(90deg, #1A1A1A, #1A1A1A);background-image: url(""), -webkit-linear-gradient(90deg, #1A1A1A, #1A1A1A);background-image: url(""), -moz-linear-gradient(90deg, #1A1A1A, #1A1A1A);background-image: url(""), -ms-linear-gradient(90deg, #1A1A1A, #1A1A1A);background-image: url(""), -o-linear-gradient(90deg, #1A1A1A, #1A1A1A);background-position: center center;background-repeat: repeat;background-size: inherit;background-attachment: scroll;border-width: 2px 2px 2px 2px;border-style: dashed;border-color: rgba(255,255,255,1);padding: 50px 50px 50px 50px;}#page-wrapper #row_e326d9_1649412095{ margin-top: 71px; margin-bottom: 35px; width: 80%; margin-left: auto !important; margin-right: auto !important;}#page-wrapper #row_e326d9_1649412095_container{ margin-top: 0px; margin-bottom: 0px;}#page-wrapper #row_e326d9_1649412095 #column_d3c42a_1649412095 > .colChild {background-image: url(''), linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-position:center center; background-repeat:repeat; background-size:initial; background-attachment:scroll; }#page-wrapper #row_e326d9_1649412095 #column_d3c42a_1649412095 > .colChild:hover {}#page-wrapper #row_e326d9_1649412095 #column_d3c42a_1649412095 > .colChild {padding:0; margin:0; border-width:0; border-style:solid; border-color:transparent; height:calc(100% - 0px); }#page-wrapper #row_e326d9_1649412095 #column_d3c42a_1649412095 > .colChild:hover {border-color:; }#page-wrapper #section_bc007b_1649412087{background-image: url(""), linear-gradient(90deg, #f8f8f8, #f8f8f8);background-image: url(""), -webkit-linear-gradient(90deg, #f8f8f8, #f8f8f8);background-image: url(""), -moz-linear-gradient(90deg, #f8f8f8, #f8f8f8);background-image: url(""), -ms-linear-gradient(90deg, #f8f8f8, #f8f8f8);background-image: url(""), -o-linear-gradient(90deg, #f8f8f8, #f8f8f8);background-position: center center;background-repeat: no-repeat;background-size: inherit;background-attachment: scroll;border-width: 0px;border-style: solid;border-color: transparent;padding: 40px 0px 60px 0px;}#page-wrapper #section_bc007b_1649412087{ border-top-left-radius: 0px; border-top-right-radius: 0px;border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;;}#page-wrapper #row_3ca03f_1649412087{background-image: url(""), linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: url(""), -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: url(""), -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: url(""), -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: url(""), -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-position: center center;background-repeat: repeat;background-size: inherit;background-attachment: scroll;border-width: 0px;border-style: solid;border-color: transparent;padding: 0px 0px 20px 0px;}#page-wrapper #row_3ca03f_1649412087{ margin-top: 35px; margin-bottom: 25px; width: 100%; margin-left: auto !important; margin-right: auto !important;}#page-wrapper #row_3ca03f_1649412087_container{ margin-top: 0px; margin-bottom: 0px;}#page-wrapper #row_3ca03f_1649412087 #column_d19a81_1649412087 > .colChild {background-image: url(''), linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-position:center center; background-repeat:repeat; background-size:initial; background-attachment:scroll; }#page-wrapper #row_3ca03f_1649412087 #column_d19a81_1649412087 > .colChild:hover {}#page-wrapper #row_3ca03f_1649412087 #column_d19a81_1649412087 > .colChild {padding:0; margin:0; border-width:0; border-style:solid; border-color:transparent; height:calc(100% - 0px); }#page-wrapper #row_3ca03f_1649412087 #column_d19a81_1649412087 > .colChild:hover {border-color:; }#page-wrapper #row_29ae56_1649412087{background-image: url(""), linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: url(""), -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: url(""), -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: url(""), -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: url(""), -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-position: center center;background-repeat: repeat;background-size: inherit;background-attachment: scroll;border-width: 0px;border-style: solid;border-color: transparent;}#page-wrapper #row_29ae56_1649412087{ margin-top: 0px; margin-bottom: 0px; width: 100%; margin-left: auto !important; margin-right: auto !important;}#page-wrapper #row_29ae56_1649412087_container{ margin-top: 0px; margin-bottom: 0px;}#page-wrapper #row_29ae56_1649412087 #column_7d7f7c_1649412087 > .colChild {background-image: url(''), linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,1)); background-image: url(''), -webkit-linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,1)); background-image: url(''), -moz-linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,1)); background-image: url(''), -ms-linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,1)); background-image: url(''), -o-linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,1)); background-position:center center; background-repeat:repeat; background-size:initial; background-attachment:scroll; }#page-wrapper #row_29ae56_1649412087 #column_7d7f7c_1649412087 > .colChild:hover {}#page-wrapper #row_29ae56_1649412087 #column_7d7f7c_1649412087 > .colChild {padding:10px 20px 20px 20px; margin:0px 20px 40px 20px; border-width:0px 0px 0px 0px; border-style:dashed; border-color:#0074FD; height:calc(100% - 40px); }#page-wrapper #row_29ae56_1649412087 #column_7d7f7c_1649412087 > .colChild:hover {border-color:#0074FD; }#page-wrapper #row_29ae56_1649412087 #column_f7c6e7_1649412087 > .colChild {background-image: url(''), linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,1)); background-image: url(''), -webkit-linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,1)); background-image: url(''), -moz-linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,1)); background-image: url(''), -ms-linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,1)); background-image: url(''), -o-linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,1)); background-position:center center; background-repeat:repeat; background-size:initial; background-attachment:scroll; }#page-wrapper #row_29ae56_1649412087 #column_f7c6e7_1649412087 > .colChild:hover {}#page-wrapper #row_29ae56_1649412087 #column_f7c6e7_1649412087 > .colChild {padding:10px 20px 20px 20px; margin:0px 20px 40px 20px; border-width:0px 0px 0px 0px; border-style:dashed; border-color:#0074FD; height:calc(100% - 40px); }#page-wrapper #row_29ae56_1649412087 #column_f7c6e7_1649412087 > .colChild:hover {border-color:#0074FD; }#page-wrapper #row_0a372f_1649412087{background-image: url(""), linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: url(""), -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: url(""), -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: url(""), -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: url(""), -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-position: center center;background-repeat: repeat;background-size: inherit;background-attachment: scroll;border-width: 0px;border-style: solid;border-color: transparent;}#page-wrapper #row_0a372f_1649412087{ margin-top: 0px; margin-bottom: 0px; width: 100%; margin-left: auto !important; margin-right: auto !important;}#page-wrapper #row_0a372f_1649412087_container{ margin-top: 0px; margin-bottom: 0px;}#page-wrapper #row_0a372f_1649412087 #column_80573a_1649412087 > .colChild {background-image: url(''), linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,1)); background-image: url(''), -webkit-linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,1)); background-image: url(''), -moz-linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,1)); background-image: url(''), -ms-linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,1)); background-image: url(''), -o-linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,1)); background-position:center center; background-repeat:repeat; background-size:initial; background-attachment:scroll; }#page-wrapper #row_0a372f_1649412087 #column_80573a_1649412087 > .colChild:hover {}#page-wrapper #row_0a372f_1649412087 #column_80573a_1649412087 > .colChild {padding:10px 20px 20px 20px; margin:0px 20px 40px 20px; border-width:0px 0px 0px 0px; border-style:dashed; border-color:#0074FD; height:calc(100% - 40px); }#page-wrapper #row_0a372f_1649412087 #column_80573a_1649412087 > .colChild:hover {border-color:#0074FD; }#page-wrapper #row_0a372f_1649412087 #column_46eab1_1649412087 > .colChild {background-image: url(''), linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,1)); background-image: url(''), -webkit-linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,1)); background-image: url(''), -moz-linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,1)); background-image: url(''), -ms-linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,1)); background-image: url(''), -o-linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,1)); background-position:center center; background-repeat:repeat; background-size:initial; background-attachment:scroll; }#page-wrapper #row_0a372f_1649412087 #column_46eab1_1649412087 > .colChild:hover {}#page-wrapper #row_0a372f_1649412087 #column_46eab1_1649412087 > .colChild {padding:10px 20px 20px 20px; margin:0px 20px 40px 20px; border-width:0px 0px 0px 0px; border-style:dashed; border-color:#0074FD; height:calc(100% - 40px); }#page-wrapper #row_0a372f_1649412087 #column_46eab1_1649412087 > .colChild:hover {border-color:#0074FD; }#page-wrapper #row_8199ed_1649412087{background-image: url(""), linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: url(""), -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: url(""), -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: url(""), -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: url(""), -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-position: center center;background-repeat: repeat;background-size: inherit;background-attachment: scroll;border-width: 0px;border-style: solid;border-color: transparent;}#page-wrapper #row_8199ed_1649412087{ margin-top: 0px; margin-bottom: 0px; width: 100%; margin-left: auto !important; margin-right: auto !important;}#page-wrapper #row_8199ed_1649412087_container{ margin-top: 0px; margin-bottom: 0px;}#page-wrapper #row_8199ed_1649412087 #column_c8ebd1_1649412087 > .colChild {background-image: url(''), linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,1)); background-image: url(''), -webkit-linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,1)); background-image: url(''), -moz-linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,1)); background-image: url(''), -ms-linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,1)); background-image: url(''), -o-linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,1)); background-position:center center; background-repeat:repeat; background-size:initial; background-attachment:scroll; }#page-wrapper #row_8199ed_1649412087 #column_c8ebd1_1649412087 > .colChild:hover {}#page-wrapper #row_8199ed_1649412087 #column_c8ebd1_1649412087 > .colChild {padding:10px 20px 20px 20px; margin:0px 20px 40px 20px; border-width:0px 0px 0px 0px; border-style:dashed; border-color:#0074FD; height:calc(100% - 40px); }#page-wrapper #row_8199ed_1649412087 #column_c8ebd1_1649412087 > .colChild:hover {border-color:#0074FD; }#page-wrapper #row_8199ed_1649412087 #column_279c62_1649412087 > .colChild {background-image: url(''), linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,1)); background-image: url(''), -webkit-linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,1)); background-image: url(''), -moz-linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,1)); background-image: url(''), -ms-linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,1)); background-image: url(''), -o-linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,1)); background-position:center center; background-repeat:repeat; background-size:initial; background-attachment:scroll; }#page-wrapper #row_8199ed_1649412087 #column_279c62_1649412087 > .colChild:hover {}#page-wrapper #row_8199ed_1649412087 #column_279c62_1649412087 > .colChild {padding:10px 20px 20px 20px; margin:0px 20px 40px 20px; border-width:0px 0px 0px 0px; border-style:dashed; border-color:#0074FD; height:calc(100% - 40px); }#page-wrapper #row_8199ed_1649412087 #column_279c62_1649412087 > .colChild:hover {border-color:#0074FD; }#page-wrapper #section_ca195a_1649411517{background-image: url(""), linear-gradient(90deg, rgba(0,0,0,1), rgba(0,0,0,1));background-image: url(""), -webkit-linear-gradient(90deg, rgba(0,0,0,1), rgba(0,0,0,1));background-image: url(""), -moz-linear-gradient(90deg, rgba(0,0,0,1), rgba(0,0,0,1));background-image: url(""), -ms-linear-gradient(90deg, rgba(0,0,0,1), rgba(0,0,0,1));background-image: url(""), -o-linear-gradient(90deg, rgba(0,0,0,1), rgba(0,0,0,1));background-position: center center;background-repeat: no-repeat;background-size: inherit;background-attachment: scroll;border-width: 0px;border-style: solid;border-color: transparent;padding: 40px 0px 40px 0px;}#page-wrapper #section_ca195a_1649411517{ border-top-left-radius: 0px; border-top-right-radius: 0px;border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;;}#page-wrapper #row_c8772d_1649411517{background-image: url(""), linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: url(""), -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: url(""), -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: url(""), -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: url(""), -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-position: center center;background-repeat: repeat;background-size: inherit;background-attachment: scroll;border-width: 0px;border-style: solid;border-color: transparent;}#page-wrapper #row_c8772d_1649411517{ margin-top: 35px; margin-bottom: 35px; width: 100%; margin-left: auto !important; margin-right: auto !important;}#page-wrapper #row_c8772d_1649411517_container{ margin-top: 0px; margin-bottom: 0px;}#page-wrapper #row_c8772d_1649411517 #column_d74b86_1649411517 > .colChild {background-image: url(''), linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-position:center center; background-repeat:repeat; background-size:initial; background-attachment:scroll; }#page-wrapper #row_c8772d_1649411517 #column_d74b86_1649411517 > .colChild:hover {}#page-wrapper #row_c8772d_1649411517 #column_d74b86_1649411517 > .colChild {padding:0; margin:0; border-width:0; border-style:solid; border-color:transparent; height:calc(100% - 0px); }#page-wrapper #row_c8772d_1649411517 #column_d74b86_1649411517 > .colChild:hover {border-color:; }#page-wrapper #row_c8772d_1649411517 #column_7e47c3_1649411517 > .colChild {background-image: url(''), linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-position:center center; background-repeat:repeat; background-size:initial; background-attachment:scroll; }#page-wrapper #row_c8772d_1649411517 #column_7e47c3_1649411517 > .colChild:hover {}#page-wrapper #row_c8772d_1649411517 #column_7e47c3_1649411517 > .colChild {padding:0; margin:0; border-width:0; border-style:solid; border-color:transparent; height:calc(100% - 0px); }#page-wrapper #row_c8772d_1649411517 #column_7e47c3_1649411517 > .colChild:hover {border-color:; }        
        