/** block eyeable widget when in admin mode **/
body.admin #eyeAble_container_ID{
    display: none!important;
}

body { margin-top:0px}

.list-black-bullets ul li{
     list-style-type: disc !important;
}
.list-black-bullets ul li:before{
    content: ""!important;
    display: none!important;
}
.video-module .btn.btn-play {opacity:0}
.video-module .video-iframe {background-size:cover}
                                
@media (max-width:479px){
    .table-show-all-on-mobi {width:auto}
}
                                
.persywidget-module .cs-widget__container {
    max-width: 100%;
}
                                
                                @media (max-width: 640px)
                                .image-module {
                                    margin: 0px 0!important;
                                }
                                
                                .menuitem-module.module-wrapper>a>span {
                                text-decoration:none!important
                                }
                                
                                .externalcontact-module .externalselect-wrapper .label { color: #e90068}
                        
                        .agencysearch-module .results-container .agency-item {
                            width: 100%;
                            padding: 15px 20px;
                            background: #ffffff;
                        }
                        
                        .externalcontact-module .externalselect-wrapper .label {
                            display: none;
                            color: #e90068;
                        }
                        
                        .externalcontact-module .btn-wrapper {
                            display: none;
                            text-align: right;
                        }

.search-container-parent .persy-widget.secretary-scheme .widget-search {
    background: #8D151E;
}

.secretary .btn.btn-search {
    position: relative;
    font-family: ARSMaquettePro, sans-serif;
    margin: 0 0 0 3px;
    width: 100%;
    background-color: #8D151E!important;
    font-size: 16px;
    color: #fff;
    line-height: 44px;
    text-decoration: none;
    text-transform: uppercase;
    height: 44px;
    padding: 0 10px;
    border: 0;
    cursor: pointer;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.secretary .btn.btn-search:hover {
    background-color: #e0452d!important;
}

.secretary .btn.btn-search:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    vertical-align: top;
    width: 55px;
    height: 44px;
    background: #8d151e url(/bundles/uniquecommon/dist/img/search_magnifier_white.png) no-repeat center center;
}
.button-effect-shake:hover {
/* Start the shake animation and make the animation last for 0.5 seconds */
  animation: shake 1s;

  /* When the animation is finished, start again */
  animation-iteration-count: infinite;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

.effect-hover-zoom{
    transition: transform .2s; /* Animation */
}
.effect-hover-zoom:hover{
    transform: scale(1.1);
}

.accordionitem-module {
    padding: 0;
    /* margin-bottom: 0px!important; */
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.uniqueblogdetails-module .btn-back-to-list {
    background: #8d151e;
    color: #fff!important;
    margin: 0;
    width: 50%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.uniqueblogdetails-module .similar-articles-container .article-item:hover {
    background: #f1f1f1;
    text-decoration: none;
}

.djOFvk.djOFvk.djOFvk {
    display: flex;
    color: white;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    outline: 0px;
    text-decoration: none;
    box-shadow: none;
    font-size: 18px;
    line-height: 24px;
    height: 40px;
    font-weight: 500;
    text-align: center;
    padding: 0px 30px;
    border-radius: 0px;
    cursor: pointer;
    transition: all 0.2s ease-in 0s;
    background: rgb(141, 21, 30);
    border: none;
}

.privacy-preference-container.pp-mode-simple .pp-popup .pp-content {
    max-width: 475px;
    overflow: auto;
}

.privacy-preference-container .pp-popup .pp-content .pp-categories-list .form-group.form-group-checkbox .form-control+.label {
    display: block;
    position: relative;
    color: #555;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    padding: 0 7px 0 25px;
    margin: 0;
    text-align: left;
    cursor: pointer;
}

.professional .image-module picture {
    position: static;
} 

ul.bf-custom-ul.bf-custom-ul-disc li:before {
    color: #8e1820;
    content: "\f111";
    font-family: FontAwesome;
    position: absolute;
    left: -22px;
    height: 100%;
    font-size: 70%;
    display: flex;
    align-items: flex-start !important;
}

.professional .accordionitem-module.module-wrapper {
    margin-bottom: 10px !important;
    border-radius: 30px;
}

.professional .uniquejobs-module .jobs-container .gJxSoW.gJxSoW input,
.professional .uniquejobs-module .jobs-container .gJxSoW.gJxSoW .dropdown-container-wrapper .value-wrapper{
    border-radius: 30px !important;
}

.secretary .menuextend-module .navbar-nav>.menuitem-module {
margin-left: 0;
}

@media (max-width: 991px) {
    .secretary .menuextend-module .navbar-nav .menuitem-module {
        margin-left: 0;
        margin-bottom: 0px;
    }
}
.professional .uniquejobs-module {
    z-index: 2;
};

 body
                {
            margin: 0 !important;}
.text-module .edit
                    ,
                            .text-module .editp
                {
            font: normal 400 16px ARSMaquettePro, sans-serif; 
            color: rgb(86, 86, 86); 
            line-height: 20px;}
.text-module .edit p
                {
            font: normal 400 16px ARSMaquettePro, sans-serif; 
            color: rgb(86, 86, 86); 
            line-height: 20px;}
.text-module .edit h1
                {
            font: normal 800 32px ARSMaquettePro, sans-serif; 
            color: rgb(0, 0, 0); 
            line-height: 38px;}
.text-module
                {
            padding: 0px 40px 0px 40px;}
[data-moduleid="root"] p
                {
            font: normal 400 16px ARSMaquettePro, sans-serif; 
            color: rgb(86, 86, 86); 
            line-height: 20px; 
            margin: 0px 0px 0px 0px; 
            padding: 0px 0px 0px 0px;}
[data-moduleid="root"] a
                {
            font: normal 400 16px ARSMaquettePro, sans-serif; 
            color: rgb(141, 21, 30); 
            line-height: 24px;}
[data-moduleid="root"] a:hover
                {
            font: normal 400 16px ARSMaquettePro, sans-serif; 
            color: rgb(141, 21, 30); 
            line-height: 24px;}
[data-moduleid="root"] h1
                {
            font: normal 800 28px ARSMaquettePro, sans-serif; 
            color: rgb(0, 0, 0); 
            line-height: 38px;}
[data-moduleid="root"] h2
                {
            font: normal 700 24px ARSMaquettePro, sans-serif; 
            color: rgb(0, 0, 0); 
            line-height: 26px;}
[data-moduleid="root"] h3
                {
            font: normal 700 20px ARSMaquettePro, sans-serif; 
            color: rgb(0, 0, 0); 
            line-height: 24px;}
[data-moduleid="root"] h4
                {
            font: normal 600 18px ARSMaquettePro, sans-serif; 
            color: rgb(0, 0, 0); 
            line-height: 22px; 
            margin: 0px 0px 5px 0px;}
[data-moduleid="root"] ul
                {
            font: normal 400 16px ARSMaquettePro, sans-serif; 
            font-size: 1em; 
            color: rgb(89, 89, 89); 
            line-height: 20px; 
            padding: 0px 0px 0px 30px;}
#main-container
                    ,
                            #editor-main-container
                {
            font-family: Arial, sans-serif; 
            font: normal 400 16px Arial, sans-serif;}
.container-module.module-wrapper[data-moduleid="container68f07f22bf653"] > .bluetrix-container
                            {
            display: flex; 
            flex-wrap: wrap;}
.fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68f07f376abf1"] >.bluetrix-container
                            {
            display: flex; 
            flex-wrap: wrap; 
            align-items: center; 
            align-content: center; 
            padding: 60px 40px 60px 40px; 
            min-height: 520px; 
            background: rgb(86, 86, 86) url() left top repeat;}
@media (max-width: 1199px) {
                                                    .fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68f07f376abf1"] >.bluetrix-container
                            {
            display: flex; 
            flex-wrap: wrap; 
            align-items: center; 
            align-content: center; 
            padding: 60px 40px 60px 40px; 
            min-height: 500px; 
                }}
@media (max-width: 991px) {
                                                    .fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68f07f376abf1"] >.bluetrix-container
                            {
            min-height: 480px; 
                }}
@media (max-width: 767px) {
                                                    .fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68f07f376abf1"] >.bluetrix-container
                            {
            padding: 10px 20px 10px 20px; 
            min-height: 1px; 
                }}
@media (max-width: 479px) {
                                                    .fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68f07f376abf1"] >.bluetrix-container
                            {
            justify-content: center; 
                }}
.fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68f07f376abf1"]
                            {
            padding: 0px 0px 0px 0px;}
@media (max-width: 767px) {
                                                    .fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68f07f376abf1"]
                            {
            width: 100%;

                }}
@media (max-width: 1199px) {
                                                    .image-module.module-wrapper[data-moduleid="image68f07f377085d"] a img
                                ,
                                            .image-module.module-wrapper[data-moduleid="image68f07f377085d"] .unify-img
                            {
            width: 100px; 
            height: 100px; 
                }}
@media (max-width: 479px) {
                                                    .image-module.module-wrapper[data-moduleid="image68f07f377085d"] a img
                                ,
                                            .image-module.module-wrapper[data-moduleid="image68f07f377085d"] .unify-img
                            {
            width: 80px; 
            height: 80px; 
                }}
.image-module.module-wrapper[data-moduleid="image68f07f377085d"]
                            {
            padding: 0px 0px 0px 0px;}
@media (max-width: 1199px) {
                                                    .image-module.module-wrapper[data-moduleid="image68f07f377085d"]
                            {
            margin: 0px 0px 0px 0px; 
                }}
@media (max-width: 767px) {
                                                    .image-module.module-wrapper[data-moduleid="image68f07f377085d"]
                            {
            padding: 0px 0px 0px 0px; 
            margin: 0px 0px 0px 0px; 
            width: 100px;
                }}
@media (max-width: 479px) {
                                                    .image-module.module-wrapper[data-moduleid="image68f07f377085d"]
                            {
            width: 80px;
                }}
@media (max-width: 767px) {
                                                    .fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68f07f37708e0"]
                            {
            width: calc(100% - 100px);
                }}
@media (max-width: 479px) {
                                                    .fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68f07f37708e0"]
                            {
            width: calc(100% - 80px);
                }}
.text-module.module-wrapper[data-moduleid="text68f07f377097d"] .edit p
                            {
            font: normal 400 16px ARSMaquettePro, sans-serif; 
            color: rgb(164, 164, 164); 
            line-height: 18px; 
            margin: 0px 0px 0px 0px;}
.text-module.module-wrapper[data-moduleid="text68f07f377097d"] .edit h1
                            {
            font: normal 800 24px ARSMaquettePro, sans-serif; 
            color: rgb(255, 255, 255); 
            line-height: 26px; 
            margin: 0px 0px 0px 0px; 
            padding: 0px 0px 0px 0px;}
.text-module.module-wrapper[data-moduleid="text68f07f377097d"]
                            {
            padding: 0px 0px 0px 0px; 
            margin: 0px 0px 0px 0px;}
@media (max-width: 767px) {
                                                    .text-module.module-wrapper[data-moduleid="text68f07f377097d"]
                            {
            padding: 0px 0px 0px 20px; 
                }}
@media (max-width: 479px) {
                                                    .text-module.module-wrapper[data-moduleid="text68f07f377097d"]
                            {
            padding: 0px 0px 0px 10px; 
                }}
.text-module.module-wrapper[data-moduleid="text68f07f37709dd"] .edit p
                            {
            font: normal 800 24px ARSMaquettePro, sans-serif; 
            color: rgb(255, 255, 255); 
            line-height: 26px; 
            margin: 0px 0px 0px 0px;}
.text-module.module-wrapper[data-moduleid="text68f07f37709dd"] .edit h1
                            {
            font: normal 800 24px ARSMaquettePro, sans-serif; 
            color: rgb(255, 255, 255); 
            line-height: 26px; 
            margin: 0px 0px 0px 0px; 
            padding: 0px 0px 0px 0px;}
.text-module.module-wrapper[data-moduleid="text68f07f37709dd"]
                            {
            padding: 0px 0px 0px 0px; 
            margin: 0px 0px 0px 0px;}
@media (max-width: 767px) {
                                                    .text-module.module-wrapper[data-moduleid="text68f07f37709dd"]
                            {
            padding: 0px 0px 0px 20px; 
                }}
@media (max-width: 479px) {
                                                    .text-module.module-wrapper[data-moduleid="text68f07f37709dd"]
                            {
            padding: 0px 0px 0px 10px; 
                }}
.image-module.module-wrapper[data-moduleid="image68f07f40e4d66"] .image-separator-container
                            {
            height: 570px; 
            left: 690px; 
            top: -10px;}
@media (max-width: 1399px) {
                                                    .image-module.module-wrapper[data-moduleid="image68f07f40e4d66"] .image-separator-container
                            {
            left: 630px; 
                }}
@media (max-width: 1199px) {
                                                    .image-module.module-wrapper[data-moduleid="image68f07f40e4d66"] .image-separator-container
                            {
            height: 550px; 
            left: 460px; 
                }}
@media (max-width: 991px) {
                                                    .image-module.module-wrapper[data-moduleid="image68f07f40e4d66"] .image-separator-container
                            {
            height: 530px; 
            left: 420px; 
                }}
@media (max-width: 767px) {
                                                    .image-module.module-wrapper[data-moduleid="image68f07f40e4d66"] .image-separator-container
                            {
            height: 0px; 
            left: 0px; 
                }}
@media (max-width: 479px) {
                                                    .image-module.module-wrapper[data-moduleid="image68f07f40e4d66"] .image-separator-container
                            {
            height: 0px; 
                }}
@media (max-width: 379px) {
                                                    .image-module.module-wrapper[data-moduleid="image68f07f40e4d66"] .image-separator-container
                            {
            height: 0px; 
                }}
.image-module.module-wrapper[data-moduleid="image68f07f40e4d66"] .upper-separator
                            {
            background-color: rgb(255, 255, 255);}
@media (max-width: 767px) {
                                                    .image-module.module-wrapper[data-moduleid="image68f07f40e4d66"] .upper-separator
                            {
            background-color: rgb(255, 255, 255); 
                }}
.image-module.module-wrapper[data-moduleid="image68f07f40e4d66"] .lower-separator
                            {
            background-color: rgb(142, 24, 32);}
@media (max-width: 1199px) {
                                                    .image-module.module-wrapper[data-moduleid="image68f07f40e4d66"] .lower-separator
                            {
            background-color: rgb(142, 24, 32); 
                }}
@media (max-width: 767px) {
                                                    .image-module.module-wrapper[data-moduleid="image68f07f40e4d66"] .lower-separator
                            {
            background-color: rgb(142, 24, 32); 
                }}
.image-module.module-wrapper[data-moduleid="image68f07f40e4d66"]
                            {
            padding: 0px 0px 0px 14px; 
            margin: 0px 0px 0px 0px; 
            z-index: 1;}
@media (max-width: 767px) {
                                                    .image-module.module-wrapper[data-moduleid="image68f07f40e4d66"]
                            {
            padding: 0px 0px 0px 0px; 
                }}
.fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68f07f90ecfbc"] >.bluetrix-container
                            {
            display: flex; 
            flex-wrap: wrap;}
.fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68f07f90ecfbc"]
                            {
            padding: 0px 40px 0px 40px;}
@media (max-width: 767px) {
                                                    .fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68f07f90ecfbc"]
                            {
            padding: 0px 0px 0px 0px; 
                }}
.text-module.module-wrapper[data-moduleid="text68f07f90f09fc"] .edit p
                            {
            font: normal 400 16px ARSMaquettePro, sans-serif; 
            color: rgb(0, 0, 0); 
            line-height: 18px; 
            margin: 0px 0px 0px 0px;}
.text-module.module-wrapper[data-moduleid="text68f07f90f09fc"] .edit h1
                            {
            margin: 0px 0px 0px 0px;}
@media (max-width: 479px) {
                                                    .text-module.module-wrapper[data-moduleid="text68f07f90f09fc"] .edit h1
                            {
            font-size: 29px; 
            line-height: 33px; 
                }}
@media (max-width: 379px) {
                                                    .text-module.module-wrapper[data-moduleid="text68f07f90f09fc"] .edit h1
                            {
            font-size: 27px; 
            line-height: 31px; 
                }}
.text-module.module-wrapper[data-moduleid="text68f07f90f09fc"] .edit h2
                            {
            font: normal 700 24px ARSMaquettePro, sans-serif; 
            color: rgb(0, 0, 0); 
            line-height: 28px; 
            margin: 0px 0px 0px 0px;}
.text-module.module-wrapper[data-moduleid="text68f07f90f09fc"]
                            {
            padding: 0px 0px 0px 0px; 
            margin: 0px 0px 10px 0px;}
.text-module.module-wrapper[data-moduleid="text68f07f90f0a65"] .edit p
                            {
            font: normal 400 16px ARSMaquettePro, sans-serif; 
            color: rgb(86, 86, 86); 
            line-height: 20px; 
            margin: 0px 0px 10px 0px;}
.text-module.module-wrapper[data-moduleid="text68f07f90f0a65"] .edit h1
                            {
            font: normal 700 22px ARSMaquettePro, sans-serif; 
            color: rgb(255, 255, 255); 
            line-height: 26px; 
            margin: 0px 0px 0px 0px; 
            padding: 0px 0px 0px 0px;}
.text-module.module-wrapper[data-moduleid="text68f07f90f0a65"] .edit h2
                            {
            font: normal 800 24px ARSMaquettePro, sans-serif; 
            color: rgb(0, 0, 0); 
            margin: 20px 0px 10px 0px;}
.text-module.module-wrapper[data-moduleid="text68f07f90f0a65"] .edit h3
                            {
            margin: 20px 0px 10px 0px;}
.text-module.module-wrapper[data-moduleid="text68f07f90f0a65"]
                            {
            padding: 0px 0px 0px 0px; 
            margin: 0px 0px 40px 0px;}
.fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68f0802587ff7"]
                            {
            padding: 60px 40px 0px 40px;}
@media (max-width: 767px) {
                                                    .fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68f0802587ff7"]
                            {
            padding: 60px 0px 0px 0px; 
                }}
.personalinquiry-module.module-wrapper[data-moduleid="personalinquiry68f08092aba98"]
                            {
            margin: 40px 0px 0px 0px;}
.fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68f644674aa95"] >.bluetrix-container
                            {
            display: flex; 
            flex-wrap: wrap; 
            align-items: center; 
            align-content: center;}
.fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68f644674aa95"]
                            {
            padding: 80px 0px 0px 0px;}
.image-module.module-wrapper[data-moduleid="image68f6446752cb2"] .image-separator-container
                            {
            height: 340px; 
            left: 335.5px; 
            top: 0px;}
@media (max-width: 1399px) {
                                                    .image-module.module-wrapper[data-moduleid="image68f6446752cb2"] .image-separator-container
                            {
            height: 369px; 
            left: 292px; 
                }}
@media (max-width: 1199px) {
                                                    .image-module.module-wrapper[data-moduleid="image68f6446752cb2"] .image-separator-container
                            {
            height: 409px; 
            left: 242px; 
                }}
@media (max-width: 991px) {
                                                    .image-module.module-wrapper[data-moduleid="image68f6446752cb2"] .image-separator-container
                            {
            height: 320px; 
            left: 750px; 
                }}
@media (max-width: 767px) {
                                                    .image-module.module-wrapper[data-moduleid="image68f6446752cb2"] .image-separator-container
                            {
            height: 0px; 
                }}
.image-module.module-wrapper[data-moduleid="image68f6446752cb2"] .upper-separator
                            {
            background-color: rgba(0, 0, 0, 0);}
.image-module.module-wrapper[data-moduleid="image68f6446752cb2"] .lower-separator
                            {
            background-color: rgb(0, 0, 0);}
@media (max-width: 767px) {
                                                    .image-module.module-wrapper[data-moduleid="image68f6446752cb2"] .lower-separator
                            {
            background-color: rgba(0, 0, 0, 0); 
                }}
.image-module.module-wrapper[data-moduleid="image68f6446752cb2"]
                            {
            padding: 0px 0px 0px 0px; 
            margin: 0px 0px 0px 0px; 
            z-index: 1;}
@media (max-width: 991px) {
                                                    .image-module.module-wrapper[data-moduleid="image68f6446752cb2"]
                            {
            order: 2;
                }}
@media (max-width: 991px) {
                                                    .fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68f6446752d33"] >.bluetrix-container
                            {
            order: 1;
                }}
.fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68f6446752d33"]
                            {
            padding: 0px 0px 0px 50px;}
@media (max-width: 991px) {
                                                    .fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68f6446752d33"]
                            {
            padding: 0px 0px 60px 0px; 
            order: 1;
                }}
.text-module.module-wrapper[data-moduleid="text68f6446752df4"] .edit p
                            {
            font: normal 400 16px ARSMaquettePro, sans-serif; 
            color: rgb(0, 0, 0); 
            line-height: 18px; 
            margin: 0px 0px 0px 0px;}
.text-module.module-wrapper[data-moduleid="text68f6446752df4"] .edit h1
                            {
            margin: 0px 0px 0px 0px; 
            padding: 0px 0px 0px 0px;}
.text-module.module-wrapper[data-moduleid="text68f6446752df4"] .edit h2
                            {
            font: normal 800 24px ARSMaquettePro, sans-serif; 
            color: rgb(0, 0, 0); 
            margin: 0px 0px 0px 0px;}
.text-module.module-wrapper[data-moduleid="text68f6446752df4"]
                            {
            padding: 0px 0px 0px 0px; 
            margin: 0px 0px 10px 0px;}
.text-module.module-wrapper[data-moduleid="text68f6446752e52"] .edit p
                            {
            font: normal 400 16px ARSMaquettePro, sans-serif; 
            color: rgb(86, 86, 86); 
            line-height: 20px; 
            margin: 0px 0px 10px 0px;}
.text-module.module-wrapper[data-moduleid="text68f6446752e52"] .edit h1
                            {
            font: normal 700 22px ARSMaquettePro, sans-serif; 
            color: rgb(255, 255, 255); 
            line-height: 26px; 
            margin: 0px 0px 0px 0px; 
            padding: 0px 0px 0px 0px;}
.text-module.module-wrapper[data-moduleid="text68f6446752e52"] .edit h2
                            {
            font: normal 800 24px ARSMaquettePro, sans-serif; 
            color: rgb(0, 0, 0); 
            margin: 0px 0px 0px 0px;}
.text-module.module-wrapper[data-moduleid="text68f6446752e52"]
                            {
            padding: 0px 0px 0px 0px; 
            margin: 0px 0px 0px 0px;}
.fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68f727a4acc7f"]
                            {
            padding: 0px 10px 0px 0px; 
            margin: 0px 0px 20px 0px;}
@media (max-width: 991px) {
                                                    .fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68f727a4acc7f"]
                            {
            padding: 0px 0px 0px 0px; 
                }}
.image-module.module-wrapper[data-moduleid="image68f727a4acd81"] a img
                                ,
                                            .image-module.module-wrapper[data-moduleid="image68f727a4acd81"] .unify-img
                            {
            width: 130px; 
            height: 130px;}
.image-module.module-wrapper[data-moduleid="image68f727a4acd81"]
                            {
            padding: 0px 0px 0px 40px; 
            margin: 0px 0px -25px 0px; 
            z-index: 1;}
.fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68f727a4acddb"]
                            {
            padding: 60px 40px 50px 40px; 
            min-height: 245px; 
            background: rgb(244, 244, 244) url() left top repeat;}
@media (max-width: 1399px) {
                                                    .fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68f727a4acddb"]
                            {
            min-height: 305px; 
                }}
@media (max-width: 1199px) {
                                                    .fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68f727a4acddb"]
                            {
            min-height: 325px; 
                }}
@media (max-width: 991px) {
                                                    .fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68f727a4acddb"]
                            {
            min-height: 1px; 
                }}
.text-module.module-wrapper[data-moduleid="text68f727a4ace71"] .edit p
                            {
            font: normal 400 16px ARSMaquettePro, sans-serif; 
            color: rgb(0, 0, 0); 
            line-height: 18px; 
            margin: 0px 0px 0px 0px;}
.text-module.module-wrapper[data-moduleid="text68f727a4ace71"] .edit h2
                            {
            font: normal 700 24px ARSMaquettePro, sans-serif; 
            color: rgb(0, 0, 0); 
            line-height: 100%; 
            margin: 0px 0px 0px 0px;}
.text-module.module-wrapper[data-moduleid="text68f727a4ace71"] .edit h3
                            {
            margin: 0px 0px 0px 0px;}
.text-module.module-wrapper[data-moduleid="text68f727a4ace71"]
                            {
            padding: 0px 0px 0px 0px; 
            margin: 0px 0px 10px 0px;}
.text-module.module-wrapper[data-moduleid="text68f727a4acf20"] .edit p
                            {
            font: normal 400 16px ARSMaquettePro, sans-serif; 
            color: rgb(86, 86, 86); 
            line-height: 20px; 
            margin: 0px 0px 0px 0px;}
.text-module.module-wrapper[data-moduleid="text68f727a4acf20"] .edit ul
                            {
            font: normal 400 16px ARSMaquettePro, sans-serif; 
            color: rgb(86, 86, 86); 
            line-height: 20px; 
            margin: 0px 0px 0px 0px; 
            padding: 0px 0px 0px 30px;}
.text-module.module-wrapper[data-moduleid="text68f727a4acf20"]
                            {
            padding: 0px 0px 0px 0px; 
            margin: 0px 0px 0px 0px;}
.button-module.module-wrapper[data-moduleid="button68f727a4acf83"] > a.btn-u
                            {
            border-radius: 30px; 
            width: 180px;}
.button-module.module-wrapper[data-moduleid="button68f727a4acf83"] > a.btn-u:hover
                                ,
                                            .button-module.module-wrapper[data-moduleid="button68f727a4acf83"] > a.btn-u:focus
                            {
            background-color: rgb(86, 86, 86);}
.button-module.module-wrapper[data-moduleid="button68f727a4acf83"] > a.btn-u
                            {
            font: normal 600 20px ARSMaquettePro, sans-serif; 
            color: rgb(255, 255, 255); 
            background: rgb(0, 0, 0) url() left top repeat;}
.button-module.module-wrapper[data-moduleid="button68f727a4acf83"]
                            {
            padding: 0px 0px 0px 40px; 
            margin: -16px 0px 0px 0px; 
            width: auto;}
@media (max-width: 991px) {
                                                    .fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68f727a4acfe9"] .separator-container
                            {
            left: 750px; 
                }}
.fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68f727a4acfe9"]
                            {
            padding: 0px 0px 0px 10px; 
            margin: 0px 0px 20px 0px;}
@media (max-width: 991px) {
                                                    .fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68f727a4acfe9"]
                            {
            padding: 0px 0px 0px 0px; 
            margin: 20px 0px 20px 0px; 
                }}
.image-module.module-wrapper[data-moduleid="image68f727a4ad0d1"] a img
                                ,
                                            .image-module.module-wrapper[data-moduleid="image68f727a4ad0d1"] .unify-img
                            {
            width: 130px; 
            height: 130px;}
.image-module.module-wrapper[data-moduleid="image68f727a4ad0d1"]
                            {
            padding: 0px 0px 0px 40px; 
            margin: 0px 0px -25px 0px; 
            z-index: 1;}
.fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68f727a4ad126"]
                            {
            padding: 60px 40px 50px 40px; 
            min-height: 245px; 
            background: rgb(165, 165, 165) url() left top repeat;}
@media (max-width: 1399px) {
                                                    .fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68f727a4ad126"]
                            {
            min-height: 305px; 
                }}
@media (max-width: 1199px) {
                                                    .fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68f727a4ad126"]
                            {
            min-height: 325px; 
                }}
@media (max-width: 991px) {
                                                    .fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68f727a4ad126"]
                            {
            min-height: 1px; 
                }}
.text-module.module-wrapper[data-moduleid="text68f727a4ad1cc"] .edit p
                            {
            font: normal 400 16px ARSMaquettePro, sans-serif; 
            color: rgb(0, 0, 0); 
            line-height: 18px; 
            margin: 0px 0px 0px 0px;}
.text-module.module-wrapper[data-moduleid="text68f727a4ad1cc"] .edit h2
                            {
            font: normal 700 24px ARSMaquettePro, sans-serif; 
            color: rgb(0, 0, 0); 
            line-height: 100%; 
            margin: 0px 0px 0px 0px;}
.text-module.module-wrapper[data-moduleid="text68f727a4ad1cc"] .edit h3
                            {
            margin: 0px 0px 0px 0px;}
.text-module.module-wrapper[data-moduleid="text68f727a4ad1cc"]
                            {
            padding: 0px 0px 0px 0px; 
            margin: 0px 0px 10px 0px;}
.text-module.module-wrapper[data-moduleid="text68f727a4ad279"] .edit p
                            {
            font: normal 400 16px ARSMaquettePro, sans-serif; 
            color: rgb(86, 86, 86); 
            line-height: 20px; 
            margin: 0px 0px 0px 0px;}
.text-module.module-wrapper[data-moduleid="text68f727a4ad279"] .edit ul
                            {
            font: normal 400 16px ARSMaquettePro, sans-serif; 
            color: rgb(86, 86, 86); 
            line-height: 20px; 
            margin: 0px 0px 0px 0px; 
            padding: 0px 0px 0px 30px;}
.text-module.module-wrapper[data-moduleid="text68f727a4ad279"]
                            {
            padding: 0px 0px 0px 0px; 
            margin: 0px 0px 0px 0px;}
.button-module.module-wrapper[data-moduleid="button68f727a4ad2d9"] > a.btn-u
                            {
            border-radius: 30px; 
            width: 180px;}
.button-module.module-wrapper[data-moduleid="button68f727a4ad2d9"] > a.btn-u:hover
                                ,
                                            .button-module.module-wrapper[data-moduleid="button68f727a4ad2d9"] > a.btn-u:focus
                            {
            background-color: rgb(86, 86, 86);}
.button-module.module-wrapper[data-moduleid="button68f727a4ad2d9"] > a.btn-u
                            {
            font: normal 600 20px ARSMaquettePro, sans-serif; 
            color: rgb(255, 255, 255); 
            background: rgb(0, 0, 0) url() left top repeat;}
.button-module.module-wrapper[data-moduleid="button68f727a4ad2d9"]
                            {
            padding: 0px 0px 0px 40px; 
            margin: -16px 0px 0px 0px; 
            width: auto;}
.fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68f728fc5b5dc"]
                            {
            padding: 0px 10px 0px 0px; 
            margin: 20px 0px 0px 0px;}
@media (max-width: 991px) {
                                                    .fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68f728fc5b5dc"]
                            {
            padding: 0px 0px 0px 0px; 
            margin: 20px 0px 20px 0px; 
                }}
.image-module.module-wrapper[data-moduleid="image68f728fc5bb48"] a img
                                ,
                                            .image-module.module-wrapper[data-moduleid="image68f728fc5bb48"] .unify-img
                            {
            width: 130px; 
            height: 130px;}
.image-module.module-wrapper[data-moduleid="image68f728fc5bb48"]
                            {
            padding: 0px 0px 0px 40px; 
            margin: 0px 0px -25px 0px; 
            z-index: 1;}
.fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68f728fc5bb86"]
                            {
            padding: 60px 40px 50px 40px; 
            min-height: 245px; 
            background: rgb(248, 248, 248) url() left top repeat;}
@media (max-width: 1399px) {
                                                    .fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68f728fc5bb86"]
                            {
            min-height: 305px; 
                }}
@media (max-width: 1199px) {
                                                    .fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68f728fc5bb86"]
                            {
            min-height: 325px; 
                }}
.text-module.module-wrapper[data-moduleid="text68f728fc5bbc4"] .edit p
                            {
            font: normal 400 16px ARSMaquettePro, sans-serif; 
            color: rgb(0, 0, 0); 
            line-height: 18px; 
            margin: 0px 0px 0px 0px;}
.text-module.module-wrapper[data-moduleid="text68f728fc5bbc4"] .edit h2
                            {
            font: normal 700 24px ARSMaquettePro, sans-serif; 
            color: rgb(0, 0, 0); 
            line-height: 100%; 
            margin: 0px 0px 0px 0px;}
.text-module.module-wrapper[data-moduleid="text68f728fc5bbc4"] .edit h3
                            {
            margin: 0px 0px 0px 0px;}
.text-module.module-wrapper[data-moduleid="text68f728fc5bbc4"]
                            {
            padding: 0px 0px 0px 0px; 
            margin: 0px 0px 10px 0px;}
.text-module.module-wrapper[data-moduleid="text68f728fc5bc00"] .edit p
                            {
            font: normal 400 16px ARSMaquettePro, sans-serif; 
            color: rgb(86, 86, 86); 
            line-height: 20px; 
            margin: 0px 0px 0px 0px;}
.text-module.module-wrapper[data-moduleid="text68f728fc5bc00"] .edit ul
                            {
            font: normal 400 16px ARSMaquettePro, sans-serif; 
            color: rgb(86, 86, 86); 
            line-height: 20px; 
            margin: 0px 0px 0px 0px; 
            padding: 0px 0px 0px 30px;}
.text-module.module-wrapper[data-moduleid="text68f728fc5bc00"]
                            {
            padding: 0px 0px 0px 0px; 
            margin: 0px 0px 0px 0px;}
.button-module.module-wrapper[data-moduleid="button68f728fc5bc3c"] > a.btn-u
                            {
            border-radius: 30px; 
            width: 180px;}
.button-module.module-wrapper[data-moduleid="button68f728fc5bc3c"] > a.btn-u:hover
                                ,
                                            .button-module.module-wrapper[data-moduleid="button68f728fc5bc3c"] > a.btn-u:focus
                            {
            background-color: rgb(86, 86, 86);}
.button-module.module-wrapper[data-moduleid="button68f728fc5bc3c"] > a.btn-u
                            {
            font: normal 600 20px ARSMaquettePro, sans-serif; 
            color: rgb(255, 255, 255); 
            background: rgb(0, 0, 0) url() left top repeat;}
.button-module.module-wrapper[data-moduleid="button68f728fc5bc3c"]
                            {
            padding: 0px 0px 0px 40px; 
            margin: -16px 0px 0px 0px; 
            width: auto;}
@media (max-width: 991px) {
                                                    .fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68f7295fdb0fa"] .separator-container
                            {
            left: 750px; 
                }}
.fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68f7295fdb0fa"]
                            {
            padding: 0px 0px 0px 10px; 
            margin: 20px 0px 0px 0px;}
@media (max-width: 991px) {
                                                    .fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68f7295fdb0fa"]
                            {
            padding: 0px 0px 0px 0px; 
            margin: 40px 0px 0px 0px; 
                }}
.image-module.module-wrapper[data-moduleid="image68f7295fdb6b0"] a img
                                ,
                                            .image-module.module-wrapper[data-moduleid="image68f7295fdb6b0"] .unify-img
                            {
            width: 130px; 
            height: 130px;}
.image-module.module-wrapper[data-moduleid="image68f7295fdb6b0"]
                            {
            padding: 0px 0px 0px 40px; 
            margin: 0px 0px -25px 0px; 
            z-index: 1;}
.fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68f7295fdb6ed"]
                            {
            padding: 60px 40px 50px 40px; 
            min-height: 245px; 
            background: rgb(223, 223, 223) url() left top repeat;}
@media (max-width: 1399px) {
                                                    .fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68f7295fdb6ed"]
                            {
            min-height: 305px; 
                }}
@media (max-width: 1199px) {
                                                    .fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68f7295fdb6ed"]
                            {
            min-height: 325px; 
                }}
@media (max-width: 991px) {
                                                    .fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68f7295fdb6ed"]
                            {
            min-height: 1px; 
                }}
.text-module.module-wrapper[data-moduleid="text68f7295fdb729"] .edit p
                            {
            font: normal 400 16px ARSMaquettePro, sans-serif; 
            color: rgb(0, 0, 0); 
            line-height: 18px; 
            margin: 0px 0px 0px 0px;}
.text-module.module-wrapper[data-moduleid="text68f7295fdb729"] .edit h2
                            {
            font: normal 700 24px ARSMaquettePro, sans-serif; 
            color: rgb(0, 0, 0); 
            line-height: 100%; 
            margin: 0px 0px 0px 0px;}
.text-module.module-wrapper[data-moduleid="text68f7295fdb729"] .edit h3
                            {
            margin: 0px 0px 0px 0px;}
.text-module.module-wrapper[data-moduleid="text68f7295fdb729"]
                            {
            padding: 0px 0px 0px 0px; 
            margin: 0px 0px 10px 0px;}
.text-module.module-wrapper[data-moduleid="text68f7295fdb764"] .edit p
                            {
            font: normal 400 16px ARSMaquettePro, sans-serif; 
            color: rgb(86, 86, 86); 
            line-height: 20px; 
            margin: 0px 0px 0px 0px;}
.text-module.module-wrapper[data-moduleid="text68f7295fdb764"] .edit ul
                            {
            font: normal 400 16px ARSMaquettePro, sans-serif; 
            color: rgb(86, 86, 86); 
            line-height: 20px; 
            margin: 0px 0px 0px 0px; 
            padding: 0px 0px 0px 30px;}
.text-module.module-wrapper[data-moduleid="text68f7295fdb764"]
                            {
            padding: 0px 0px 0px 0px; 
            margin: 0px 0px 0px 0px;}
.button-module.module-wrapper[data-moduleid="button68f7295fdb7a0"] > a.btn-u
                            {
            border-radius: 30px; 
            width: 230px;}
.button-module.module-wrapper[data-moduleid="button68f7295fdb7a0"] > a.btn-u:hover
                                ,
                                            .button-module.module-wrapper[data-moduleid="button68f7295fdb7a0"] > a.btn-u:focus
                            {
            background-color: rgb(86, 86, 86);}
.button-module.module-wrapper[data-moduleid="button68f7295fdb7a0"] > a.btn-u
                            {
            font: normal 600 20px ARSMaquettePro, sans-serif; 
            color: rgb(255, 255, 255); 
            background: rgb(0, 0, 0) url() left top repeat;}
.button-module.module-wrapper[data-moduleid="button68f7295fdb7a0"]
                            {
            padding: 0px 0px 0px 40px; 
            margin: -16px 0px 0px 0px; 
            width: auto;}
.fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68f72bce16bc4"]
                            {
            padding: 60px 40px 0px 40px;}
@media (max-width: 767px) {
                                                    .fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68f72bce16bc4"]
                            {
            padding: 60px 0px 0px 0px; 
                }}
.text-module.module-wrapper[data-moduleid="text68f72bce34f9f"] .edit p
                            {
            font: normal 400 16px ARSMaquettePro, sans-serif; 
            color: rgb(0, 0, 0); 
            line-height: 18px; 
            margin: 0px 0px 0px 0px;}
.text-module.module-wrapper[data-moduleid="text68f72bce34f9f"] .edit h2
                            {
            margin: 0px 0px 0px 0px;}
.text-module.module-wrapper[data-moduleid="text68f72bce34f9f"]
                            {
            padding: 0px 0px 0px 0px; 
            margin: 0px 0px 20px 0px;}
.fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68f72bce3501d"] >.bluetrix-container
                            {
            display: flex; 
            flex-wrap: wrap; 
            align-items: center; 
            align-content: center;}
.fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68f72bce3501d"]
                            {
            padding: 0px 0px 20px 0px;}
.image-module.module-wrapper[data-moduleid="image68f72bce350c1"] a img
                                ,
                                            .image-module.module-wrapper[data-moduleid="image68f72bce350c1"] .unify-img
                            {
            width: 120px; 
            height: 120px;}
@media (max-width: 479px) {
                                                    .image-module.module-wrapper[data-moduleid="image68f72bce350c1"] a img
                                ,
                                            .image-module.module-wrapper[data-moduleid="image68f72bce350c1"] .unify-img
                            {
            width: 80px; 
            height: 80px; 
                }}
.image-module.module-wrapper[data-moduleid="image68f72bce350c1"]
                            {
            padding: 0px 0px 0px 0px; 
            margin: 0px 0px 0px 0px; 
            width: 120px;}
@media (max-width: 479px) {
                                                    .image-module.module-wrapper[data-moduleid="image68f72bce350c1"]
                            {
            width: 80px;
                }}
.text-module.module-wrapper[data-moduleid="text68f72bce35137"] .edit p
                            {
            font: normal 400 16px ARSMaquettePro, sans-serif; 
            color: rgb(86, 86, 86); 
            line-height: 20px;}
.text-module.module-wrapper[data-moduleid="text68f72bce35137"] .edit h3
                            {
            font: normal 700 20px ARSMaquettePro, sans-serif; 
            color: rgb(165, 165, 165); 
            line-height: 24px; 
            margin: 0px 0px 10px 0px;}
.text-module.module-wrapper[data-moduleid="text68f72bce35137"]
                            {
            padding: 0px 0px 0px 30px; 
            margin: 0px 0px 0px 0px; 
            width: calc(100% - 120px);}
@media (max-width: 479px) {
                                                    .text-module.module-wrapper[data-moduleid="text68f72bce35137"]
                            {
            padding: 0px 0px 0px 20px; 
            width: calc(100% - 80px);
                }}
@media (max-width: 379px) {
                                                    .text-module.module-wrapper[data-moduleid="text68f72bce35137"]
                            {
            padding: 0px 0px 0px 10px; 
                }}
.fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68f72bce351ca"] >.bluetrix-container
                            {
            display: flex; 
            flex-wrap: wrap; 
            align-items: center; 
            align-content: center;}
.fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68f72bce351ca"]
                            {
            padding: 20px 0px 20px 0px;}
.image-module.module-wrapper[data-moduleid="image68f72bce35270"] a img
                                ,
                                            .image-module.module-wrapper[data-moduleid="image68f72bce35270"] .unify-img
                            {
            width: 120px; 
            height: 120px;}
@media (max-width: 479px) {
                                                    .image-module.module-wrapper[data-moduleid="image68f72bce35270"] a img
                                ,
                                            .image-module.module-wrapper[data-moduleid="image68f72bce35270"] .unify-img
                            {
            width: 80px; 
            height: 80px; 
                }}
.image-module.module-wrapper[data-moduleid="image68f72bce35270"]
                            {
            padding: 0px 0px 0px 0px; 
            margin: 0px 0px 0px 0px; 
            width: 120px;}
@media (max-width: 479px) {
                                                    .image-module.module-wrapper[data-moduleid="image68f72bce35270"]
                            {
            width: 80px;
                }}
.text-module.module-wrapper[data-moduleid="text68f72bce352e4"] .edit p
                            {
            font: normal 400 16px ARSMaquettePro, sans-serif; 
            color: rgb(86, 86, 86); 
            line-height: 20px;}
.text-module.module-wrapper[data-moduleid="text68f72bce352e4"] .edit h3
                            {
            font: normal 700 20px ARSMaquettePro, sans-serif; 
            color: rgb(165, 165, 165); 
            line-height: 24px; 
            margin: 0px 0px 10px 0px;}
.text-module.module-wrapper[data-moduleid="text68f72bce352e4"]
                            {
            padding: 0px 0px 0px 30px; 
            margin: 0px 0px 0px 0px; 
            width: calc(100% - 120px);}
@media (max-width: 479px) {
                                                    .text-module.module-wrapper[data-moduleid="text68f72bce352e4"]
                            {
            padding: 0px 0px 0px 20px; 
            width: calc(100% - 80px);
                }}
@media (max-width: 379px) {
                                                    .text-module.module-wrapper[data-moduleid="text68f72bce352e4"]
                            {
            padding: 0px 0px 0px 10px; 
                }}
.fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68f72bce35356"] >.bluetrix-container
                            {
            display: flex; 
            flex-wrap: wrap; 
            align-items: center; 
            align-content: center;}
.fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68f72bce35356"]
                            {
            padding: 20px 0px 20px 0px;}
.image-module.module-wrapper[data-moduleid="image68f72bce353e0"] a img
                                ,
                                            .image-module.module-wrapper[data-moduleid="image68f72bce353e0"] .unify-img
                            {
            width: 120px; 
            height: 120px;}
@media (max-width: 479px) {
                                                    .image-module.module-wrapper[data-moduleid="image68f72bce353e0"] a img
                                ,
                                            .image-module.module-wrapper[data-moduleid="image68f72bce353e0"] .unify-img
                            {
            width: 80px; 
            height: 80px; 
                }}
.image-module.module-wrapper[data-moduleid="image68f72bce353e0"]
                            {
            padding: 0px 0px 0px 0px; 
            margin: 0px 0px 0px 0px; 
            width: 120px;}
@media (max-width: 479px) {
                                                    .image-module.module-wrapper[data-moduleid="image68f72bce353e0"]
                            {
            width: 80px;
                }}
.text-module.module-wrapper[data-moduleid="text68f72bce35439"] .edit p
                            {
            font: normal 400 16px ARSMaquettePro, sans-serif; 
            color: rgb(86, 86, 86); 
            line-height: 20px;}
.text-module.module-wrapper[data-moduleid="text68f72bce35439"] .edit h3
                            {
            font: normal 700 20px ARSMaquettePro, sans-serif; 
            color: rgb(165, 165, 165); 
            line-height: 24px; 
            margin: 0px 0px 10px 0px;}
.text-module.module-wrapper[data-moduleid="text68f72bce35439"]
                            {
            padding: 0px 0px 0px 30px; 
            margin: 0px 0px 0px 0px; 
            width: calc(100% - 120px);}
@media (max-width: 479px) {
                                                    .text-module.module-wrapper[data-moduleid="text68f72bce35439"]
                            {
            padding: 0px 0px 0px 20px; 
            width: calc(100% - 80px);
                }}
@media (max-width: 379px) {
                                                    .text-module.module-wrapper[data-moduleid="text68f72bce35439"]
                            {
            padding: 0px 0px 0px 10px; 
                }}
.fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68f72bce354a1"] >.bluetrix-container
                            {
            display: flex; 
            flex-wrap: wrap; 
            align-items: center; 
            align-content: center;}
.fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68f72bce354a1"]
                            {
            padding: 20px 0px 20px 0px;}
.image-module.module-wrapper[data-moduleid="image68f72bce3554f"] a img
                                ,
                                            .image-module.module-wrapper[data-moduleid="image68f72bce3554f"] .unify-img
                            {
            width: 120px; 
            height: 120px;}
@media (max-width: 479px) {
                                                    .image-module.module-wrapper[data-moduleid="image68f72bce3554f"] a img
                                ,
                                            .image-module.module-wrapper[data-moduleid="image68f72bce3554f"] .unify-img
                            {
            width: 80px; 
            height: 80px; 
                }}
.image-module.module-wrapper[data-moduleid="image68f72bce3554f"]
                            {
            padding: 0px 0px 0px 0px; 
            margin: 0px 0px 0px 0px; 
            width: 120px;}
@media (max-width: 479px) {
                                                    .image-module.module-wrapper[data-moduleid="image68f72bce3554f"]
                            {
            width: 80px;
                }}
.text-module.module-wrapper[data-moduleid="text68f72bce355ae"] .edit p
                            {
            font: normal 400 16px ARSMaquettePro, sans-serif; 
            color: rgb(86, 86, 86); 
            line-height: 20px;}
.text-module.module-wrapper[data-moduleid="text68f72bce355ae"] .edit h3
                            {
            font: normal 700 20px ARSMaquettePro, sans-serif; 
            color: rgb(165, 165, 165); 
            line-height: 24px; 
            margin: 0px 0px 10px 0px;}
.text-module.module-wrapper[data-moduleid="text68f72bce355ae"]
                            {
            padding: 0px 0px 0px 30px; 
            margin: 0px 0px 0px 0px; 
            width: calc(100% - 120px);}
@media (max-width: 479px) {
                                                    .text-module.module-wrapper[data-moduleid="text68f72bce355ae"]
                            {
            padding: 0px 0px 0px 20px; 
            width: calc(100% - 80px);
                }}
@media (max-width: 379px) {
                                                    .text-module.module-wrapper[data-moduleid="text68f72bce355ae"]
                            {
            padding: 0px 0px 0px 10px; 
                }}
.fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68f72bce3564e"] >.bluetrix-container
                            {
            display: flex; 
            flex-wrap: wrap; 
            align-items: center; 
            align-content: center;}
.fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68f72bce3564e"]
                            {
            padding: 20px 0px 20px 0px;}
.image-module.module-wrapper[data-moduleid="image68f72bce3571e"] a img
                                ,
                                            .image-module.module-wrapper[data-moduleid="image68f72bce3571e"] .unify-img
                            {
            width: 120px; 
            height: 120px;}
@media (max-width: 479px) {
                                                    .image-module.module-wrapper[data-moduleid="image68f72bce3571e"] a img
                                ,
                                            .image-module.module-wrapper[data-moduleid="image68f72bce3571e"] .unify-img
                            {
            width: 80px; 
            height: 80px; 
                }}
.image-module.module-wrapper[data-moduleid="image68f72bce3571e"]
                            {
            padding: 0px 0px 0px 0px; 
            margin: 0px 0px 0px 0px; 
            width: 120px;}
@media (max-width: 479px) {
                                                    .image-module.module-wrapper[data-moduleid="image68f72bce3571e"]
                            {
            width: 80px;
                }}
.text-module.module-wrapper[data-moduleid="text68f72bce35783"] .edit p
                            {
            font: normal 400 16px ARSMaquettePro, sans-serif; 
            color: rgb(86, 86, 86); 
            line-height: 20px;}
.text-module.module-wrapper[data-moduleid="text68f72bce35783"] .edit h3
                            {
            font: normal 700 20px ARSMaquettePro, sans-serif; 
            color: rgb(165, 165, 165); 
            line-height: 24px; 
            margin: 0px 0px 10px 0px;}
.text-module.module-wrapper[data-moduleid="text68f72bce35783"]
                            {
            padding: 0px 0px 0px 30px; 
            margin: 0px 0px 0px 0px; 
            width: calc(100% - 120px);}
@media (max-width: 479px) {
                                                    .text-module.module-wrapper[data-moduleid="text68f72bce35783"]
                            {
            padding: 0px 0px 0px 20px; 
            width: calc(100% - 80px);
                }}
@media (max-width: 379px) {
                                                    .text-module.module-wrapper[data-moduleid="text68f72bce35783"]
                            {
            padding: 0px 0px 0px 10px; 
                }}
.button-module.module-wrapper[data-moduleid="button68f72bce357f2"] > a.btn-u
                            {
            border-radius: 30px; 
            width: 270px;}
.button-module.module-wrapper[data-moduleid="button68f72bce357f2"] > a.btn-u:hover
                                ,
                                            .button-module.module-wrapper[data-moduleid="button68f72bce357f2"] > a.btn-u:focus
                            {
            background-color: rgb(86, 86, 86);}
.button-module.module-wrapper[data-moduleid="button68f72bce357f2"] > a.btn-u
                            {
            font: normal 600 20px ARSMaquettePro, sans-serif; 
            color: rgb(255, 255, 255); 
            background: rgb(142, 24, 32) url() left top repeat;}
.button-module.module-wrapper[data-moduleid="button68f72bce357f2"]
                            {
            padding: 0px 0px 0px 0px; 
            margin: 20px 0px 0px 0px; 
            width: auto;}
.fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68f72c47e4d40"] >.bluetrix-container
                            {
            display: flex; 
            flex-wrap: wrap; 
            align-items: center; 
            align-content: center;}
.fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68f72c47e4d40"]
                            {
            padding: 20px 0px 20px 0px;}
.image-module.module-wrapper[data-moduleid="image68f72c47e530a"] a img
                                ,
                                            .image-module.module-wrapper[data-moduleid="image68f72c47e530a"] .unify-img
                            {
            width: 120px; 
            height: 120px;}
@media (max-width: 479px) {
                                                    .image-module.module-wrapper[data-moduleid="image68f72c47e530a"] a img
                                ,
                                            .image-module.module-wrapper[data-moduleid="image68f72c47e530a"] .unify-img
                            {
            width: 80px; 
            height: 80px; 
                }}
.image-module.module-wrapper[data-moduleid="image68f72c47e530a"]
                            {
            padding: 0px 0px 0px 0px; 
            margin: 0px 0px 0px 0px; 
            width: 120px;}
@media (max-width: 479px) {
                                                    .image-module.module-wrapper[data-moduleid="image68f72c47e530a"]
                            {
            width: 80px;
                }}
.text-module.module-wrapper[data-moduleid="text68f72c47e5348"] .edit p
                            {
            font: normal 400 16px ARSMaquettePro, sans-serif; 
            color: rgb(86, 86, 86); 
            line-height: 20px;}
.text-module.module-wrapper[data-moduleid="text68f72c47e5348"] .edit h3
                            {
            font: normal 700 20px ARSMaquettePro, sans-serif; 
            color: rgb(165, 165, 165); 
            line-height: 24px; 
            margin: 0px 0px 10px 0px;}
.text-module.module-wrapper[data-moduleid="text68f72c47e5348"]
                            {
            padding: 0px 0px 0px 30px; 
            margin: 0px 0px 0px 0px; 
            width: calc(100% - 120px);}
@media (max-width: 479px) {
                                                    .text-module.module-wrapper[data-moduleid="text68f72c47e5348"]
                            {
            padding: 0px 0px 0px 20px; 
            width: calc(100% - 80px);
                }}
@media (max-width: 379px) {
                                                    .text-module.module-wrapper[data-moduleid="text68f72c47e5348"]
                            {
            padding: 0px 0px 0px 10px; 
                }}
.fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68f72ccf9273e"]
                            {
            padding: 60px 40px 60px 40px;}
@media (max-width: 767px) {
                                                    .fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68f72ccf9273e"]
                            {
            padding: 60px 0px 60px 0px; 
                }}
.text-module.module-wrapper[data-moduleid="text68f72ccfa3d6f"] .edit p
                            {
            font: normal 400 16px ARSMaquettePro, sans-serif; 
            color: rgb(0, 0, 0); 
            line-height: 18px; 
            margin: 0px 0px 0px 0px;}
.text-module.module-wrapper[data-moduleid="text68f72ccfa3d6f"] .edit h2
                            {
            margin: 0px 0px 0px 0px;}
.text-module.module-wrapper[data-moduleid="text68f72ccfa3d6f"]
                            {
            padding: 0px 0px 0px 0px; 
            margin: 0px 0px 10px 0px;}
.fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68f72ccfa3de2"] >.bluetrix-container
                            {
            padding: 20px 30px 20px 30px; 
            min-height: 1px; 
            background: rgb(244, 244, 244) url() left top repeat; 
            border-radius: 30px;}
.fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68f72ccfa3de2"]
                            {
            padding: 0px 0px 10px 0px;}
@media (max-width: 767px) {
                                                    .fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68f72ccfa3de2"]
                            {
            padding: 0px 0px 10px 0px; 
                }}
.text-module.module-wrapper[data-moduleid="text68f72ccfa3e7a"] .edit p
                            {
            font: normal 400 14px ARSMaquettePro, sans-serif; 
            color: rgb(0, 0, 0); 
            line-height: 20px; 
            margin: 0px 0px 0px 0px;}
.text-module.module-wrapper[data-moduleid="text68f72ccfa3e7a"] .edit h3
                            {
            font-size: 18px; 
            margin: 0px 0px 10px 0px;}
.text-module.module-wrapper[data-moduleid="text68f72ccfa3e7a"]
                            {
            padding: 0px 0px 0px 0px; 
            margin: 0px 0px 0px 0px;}
.image-module.module-wrapper[data-moduleid="image68f72ccfa3ed8"] .content-wrapper
                            {
            display: flex; 
            justify-content: flex-end;}
.image-module.module-wrapper[data-moduleid="image68f72ccfa3ed8"]
                            {
            padding: 0px 0px 0px 0px; 
            margin: 0px 0px 0px 0px; 
            position: absolute;
bottom: 30px;
right: 30px;
width: auto;}
@media (max-width: 767px) {
                                                    .image-module.module-wrapper[data-moduleid="image68f72ccfa3ed8"]
                            {
            position: absolute;
bottom: 30px;
right: 30px;
width: auto;
                }}
.fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68f72ccfa3f37"] >.bluetrix-container
                            {
            padding: 20px 30px 20px 30px; 
            min-height: 1px; 
            background: rgb(244, 244, 244) url() left top repeat; 
            border-radius: 30px;}
.fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68f72ccfa3f37"]
                            {
            padding: 10px 0px 10px 0px;}
@media (max-width: 767px) {
                                                    .fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68f72ccfa3f37"]
                            {
            padding: 0px 0px 10px 0px; 
                }}
.text-module.module-wrapper[data-moduleid="text68f72ccfa3fdb"] .edit p
                            {
            font: normal 400 14px ARSMaquettePro, sans-serif; 
            color: rgb(0, 0, 0); 
            line-height: 20px; 
            margin: 0px 0px 0px 0px;}
.text-module.module-wrapper[data-moduleid="text68f72ccfa3fdb"] .edit h3
                            {
            font-size: 18px; 
            margin: 0px 0px 10px 0px;}
.text-module.module-wrapper[data-moduleid="text68f72ccfa3fdb"]
                            {
            padding: 0px 0px 0px 0px; 
            margin: 0px 0px 0px 0px;}
.image-module.module-wrapper[data-moduleid="image68f72ccfa4047"] .content-wrapper
                            {
            display: flex; 
            justify-content: flex-end;}
.image-module.module-wrapper[data-moduleid="image68f72ccfa4047"]
                            {
            padding: 0px 0px 0px 0px; 
            margin: 0px 0px 0px 0px; 
            position: absolute;
bottom: 30px;
right: 30px;
width: auto;}
@media (max-width: 767px) {
                                                    .image-module.module-wrapper[data-moduleid="image68f72ccfa4047"]
                            {
            position: absolute;
bottom: 30px;
right: 30px;
width: auto;
                }}
.fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68f72ccfa40a7"] >.bluetrix-container
                            {
            padding: 20px 30px 20px 30px; 
            min-height: 1px; 
            background: rgb(244, 244, 244) url() left top repeat; 
            border-radius: 30px;}
.fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68f72ccfa40a7"]
                            {
            padding: 10px 0px 10px 0px;}
@media (max-width: 767px) {
                                                    .fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68f72ccfa40a7"]
                            {
            padding: 0px 0px 10px 0px; 
                }}
.text-module.module-wrapper[data-moduleid="text68f72ccfa4127"] .edit p
                            {
            font: normal 400 14px ARSMaquettePro, sans-serif; 
            color: rgb(0, 0, 0); 
            line-height: 20px; 
            margin: 0px 0px 0px 0px;}
.text-module.module-wrapper[data-moduleid="text68f72ccfa4127"] .edit h3
                            {
            font-size: 18px; 
            margin: 0px 0px 10px 0px;}
.text-module.module-wrapper[data-moduleid="text68f72ccfa4127"]
                            {
            padding: 0px 0px 0px 0px; 
            margin: 0px 0px 0px 0px;}
.image-module.module-wrapper[data-moduleid="image68f72ccfa417f"] .content-wrapper
                            {
            display: flex; 
            justify-content: flex-end;}
.image-module.module-wrapper[data-moduleid="image68f72ccfa417f"]
                            {
            padding: 0px 0px 0px 0px; 
            margin: 0px 0px 0px 0px; 
            position: absolute;
bottom: 30px;
right: 30px;
width: auto;}
@media (max-width: 767px) {
                                                    .image-module.module-wrapper[data-moduleid="image68f72ccfa417f"]
                            {
            position: absolute;
bottom: 30px;
right: 30px;
width: auto;
                }}
.fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68f72d5cbd1bb"] >.bluetrix-container
                            {
            padding: 20px 30px 20px 30px; 
            min-height: 1px; 
            background: rgb(244, 244, 244) url() left top repeat; 
            border-radius: 30px;}
.fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68f72d5cbd1bb"]
                            {
            padding: 10px 0px 10px 0px;}
@media (max-width: 767px) {
                                                    .fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68f72d5cbd1bb"]
                            {
            padding: 0px 0px 10px 0px; 
                }}
.text-module.module-wrapper[data-moduleid="text68f72d5cbd7f1"] .edit p
                            {
            font: normal 400 14px ARSMaquettePro, sans-serif; 
            color: rgb(0, 0, 0); 
            line-height: 20px; 
            margin: 0px 0px 0px 0px;}
.text-module.module-wrapper[data-moduleid="text68f72d5cbd7f1"] .edit h3
                            {
            font-size: 18px; 
            margin: 0px 0px 10px 0px;}
.text-module.module-wrapper[data-moduleid="text68f72d5cbd7f1"]
                            {
            padding: 0px 0px 0px 0px; 
            margin: 0px 0px 0px 0px;}
.image-module.module-wrapper[data-moduleid="image68f72d5cbd82f"] .content-wrapper
                            {
            display: flex; 
            justify-content: flex-end;}
.image-module.module-wrapper[data-moduleid="image68f72d5cbd82f"]
                            {
            padding: 0px 0px 0px 0px; 
            margin: 0px 0px 0px 0px; 
            position: absolute;
bottom: 30px;
right: 30px;
width: auto;}
@media (max-width: 767px) {
                                                    .image-module.module-wrapper[data-moduleid="image68f72d5cbd82f"]
                            {
            position: absolute;
bottom: 30px;
right: 30px;
width: auto;
                }}
.button-module.module-wrapper[data-moduleid="button68f72ccfa41dd"] > a.btn-u
                            {
            border-radius: 30px; 
            width: 180px;}
.button-module.module-wrapper[data-moduleid="button68f72ccfa41dd"] > a.btn-u:hover
                                ,
                                            .button-module.module-wrapper[data-moduleid="button68f72ccfa41dd"] > a.btn-u:focus
                            {
            background-color: rgb(86, 86, 86);}
.button-module.module-wrapper[data-moduleid="button68f72ccfa41dd"] > a.btn-u
                            {
            font: normal 600 20px ARSMaquettePro, sans-serif; 
            color: rgb(255, 255, 255); 
            background: rgb(142, 24, 32) url() left top repeat;}
.button-module.module-wrapper[data-moduleid="button68f72ccfa41dd"]
                            {
            padding: 0px 0px 0px 0px; 
            margin: 20px 0px 0px 0px; 
            width: auto;}
.text-module.module-wrapper[data-moduleid="text68f72d9cd5c6f"] .edit p
                            {
            font: normal 400 16px ARSMaquettePro, sans-serif; 
            color: rgb(0, 0, 0); 
            line-height: 18px; 
            margin: 0px 0px 0px 0px;}
.text-module.module-wrapper[data-moduleid="text68f72d9cd5c6f"] .edit h2
                            {
            font: normal 700 24px ARSMaquettePro, sans-serif; 
            color: rgb(0, 0, 0); 
            line-height: 100%; 
            margin: 0px 0px 0px 0px;}
.text-module.module-wrapper[data-moduleid="text68f72d9cd5c6f"]
                            {
            padding: 0px 0px 0px 0px; 
            margin: 0px 0px 10px 0px;}
.text-module.module-wrapper[data-moduleid="text68f72e2e53f62"] .edit p
                            {
            font: normal 400 16px ARSMaquettePro, sans-serif; 
            color: rgb(86, 86, 86); 
            line-height: 20px; 
            margin: 0px 0px 10px 0px;}
.text-module.module-wrapper[data-moduleid="text68f72e2e53f62"] .edit h1
                            {
            font: normal 700 22px ARSMaquettePro, sans-serif; 
            color: rgb(255, 255, 255); 
            line-height: 26px; 
            margin: 0px 0px 0px 0px; 
            padding: 0px 0px 0px 0px;}
.text-module.module-wrapper[data-moduleid="text68f72e2e53f62"] .edit h2
                            {
            font: normal 800 24px ARSMaquettePro, sans-serif; 
            color: rgb(0, 0, 0); 
            margin: 20px 0px 10px 0px;}
.text-module.module-wrapper[data-moduleid="text68f72e2e53f62"] .edit h3
                            {
            margin: 20px 0px 10px 0px;}
.text-module.module-wrapper[data-moduleid="text68f72e2e53f62"]
                            {
            padding: 0px 0px 0px 0px; 
            margin: 0px 0px 0px 0px;}
.text-module.module-wrapper[data-moduleid="text68cd32fc0bc0e"] .edit
                                ,
                                            .text-module.module-wrapper[data-moduleid="text68cd32fc0bc0e"] .editp
                            {
            margin: 0px 0px 0px 0px; 
            padding: 0px 0px 0px 0px;}
.text-module.module-wrapper[data-moduleid="text68cd32fc0bc0e"] .edit p
                            {
            font: normal 400 18px ARSMaquettePro, sans-serif; 
            color: rgb(255, 255, 255); 
            line-height: 100%; 
            margin: 2px 0px 0px 0px; 
            padding: 0px 0px 0px 0px;}
.text-module.module-wrapper[data-moduleid="text68cd32fc0bc0e"] .edit a
                            {
            color: rgb(255, 255, 255);}
.text-module.module-wrapper[data-moduleid="text68cd32fc0bc0e"]
                            {
            padding: 0px 0px 0px 10px; 
            margin: 0px 0px 0px 0px; 
            width: auto;}
.image-module.module-wrapper[data-moduleid="image68cd32fc0bc78"]
                            {
            padding: 0px 0px 0px 40px; 
            margin: 0px 0px 0px 0px; 
            width: auto;}
.container-module.module-wrapper[data-moduleid="container68f07f1da0e50"] > .bluetrix-container
                            {
            display: flex; 
            flex-wrap: wrap; 
            justify-content: flex-end; 
            align-items: center; 
            align-content: center; 
            padding: 15px 25px 15px 25px; 
            background: rgb(86, 86, 86) url() left top repeat;}
.container-module.module-wrapper[data-moduleid="container68f07f1da0e50"]
                            {
            padding: 0px 0px 0px 0px;}
.menuextend-module.module-wrapper[data-moduleid="menuextend68f07f28e30d9"] .navbar .container-fluid .navbar-header .navbar-brand img
                            {
            padding: 20px 0px 20px 0px;}
@media (max-width: 1199px) {
                                                    .menuextend-module.module-wrapper[data-moduleid="menuextend68f07f28e30d9"] .navbar .container-fluid .navbar-header .navbar-brand img
                            {
            margin: 0px 0px 0px 0px; 
                }}
.menuextend-module.module-wrapper[data-moduleid="menuextend68f07f28e30d9"] .navbar .container-fluid .navbar-collapse .navbar-nav
                            {
            padding: 0px 0px 0px 0px;}
.menuextend-module.module-wrapper[data-moduleid="menuextend68f07f28e30d9"] .navbar .container-fluid .navbar-collapse .navbar-nav > .menuitem-module > a
                            {
            font: normal 400 16px ARSMaquettePro, sans-serif; 
            color: rgb(86, 86, 86); 
            padding: 30px 10px 30px 10px; 
            border-bottom: 0px solid rgba(0, 0, 0, 0);}
@media (max-width: 991px) {
                                                    .menuextend-module.module-wrapper[data-moduleid="menuextend68f07f28e30d9"] .navbar .container-fluid .navbar-collapse .navbar-nav > .menuitem-module > a
                            {
            font-size: 24px; 
            padding: 10px 0px 10px 0px; 
                }}
.menuextend-module.module-wrapper[data-moduleid="menuextend68f07f28e30d9"] .navbar .container-fluid .navbar-collapse .navbar-nav > .menuitem-module > a:hover
                            {
            color: rgb(255, 255, 255); 
            background: rgb(142, 24, 32) url() left top repeat; 
            border-bottom: 0px solid rgba(0, 0, 0, 0);}
@media (max-width: 991px) {
                                                    .menuextend-module.module-wrapper[data-moduleid="menuextend68f07f28e30d9"] .navbar .container-fluid .navbar-collapse .navbar-nav > .menuitem-module > a:hover
                            {
            color: rgb(142, 24, 32); 
            background: rgba(0, 0, 0, 0) url() left top repeat; 
                }}
.menuextend-module.module-wrapper[data-moduleid="menuextend68f07f28e30d9"] .navbar .container-fluid .navbar-collapse .navbar-nav > .menuitem-module.active > a
                            {
            color: rgb(142, 24, 32); 
            background: rgba(0, 0, 0, 0) url() left top repeat; 
            border-bottom: 0px solid rgba(0, 0, 0, 0);}
@media (max-width: 991px) {
                                                    .menuextend-module.module-wrapper[data-moduleid="menuextend68f07f28e30d9"] .navbar .container-fluid .navbar-collapse .navbar-nav > .menuitem-module.active > a
                            {
            color: rgb(142, 24, 32); 
            background: rgba(0, 0, 0, 0) url() left top repeat; 
                }}
.menuextend-module.module-wrapper[data-moduleid="menuextend68f07f28e30d9"] .navbar .container-fluid .navbar-collapse .navbar-nav > .menuitem-module .dropdown-menu
                            {
            padding: 0px 0px 0px 0px;}
.menuextend-module.module-wrapper[data-moduleid="menuextend68f07f28e30d9"] .navbar .container-fluid .navbar-collapse .navbar-nav > .menuitem-module .dropdown-menu > .menuitem-module > a
                            {
            font: normal 400 16px ARSMaquettePro, sans-serif; 
            color: rgb(86, 86, 86); 
            padding: 15px 15px 15px 15px; 
            border-bottom: 0px solid rgba(0, 0, 0, 0);}
@media (max-width: 991px) {
                                                    .menuextend-module.module-wrapper[data-moduleid="menuextend68f07f28e30d9"] .navbar .container-fluid .navbar-collapse .navbar-nav > .menuitem-module .dropdown-menu > .menuitem-module > a
                            {
            font-size: 24px; 
            padding: 10px 15px 10px 15px; 
                }}
.menuextend-module.module-wrapper[data-moduleid="menuextend68f07f28e30d9"] .navbar .container-fluid .navbar-collapse .navbar-nav > .menuitem-module .dropdown-menu > .menuitem-module > a:hover
                            {
            color: rgb(255, 255, 255); 
            background: rgb(142, 24, 32) url() left top repeat;}
@media (max-width: 991px) {
                                                    .menuextend-module.module-wrapper[data-moduleid="menuextend68f07f28e30d9"] .navbar .container-fluid .navbar-collapse .navbar-nav > .menuitem-module .dropdown-menu > .menuitem-module > a:hover
                            {
            color: rgb(142, 24, 32); 
            background: rgba(0, 0, 0, 0) url() left top repeat; 
                }}
.menuextend-module.module-wrapper[data-moduleid="menuextend68f07f28e30d9"] .navbar .container-fluid .navbar-collapse .navbar-nav > .menuitem-module .dropdown-menu > .menuitem-module.active > a
                            {
            color: rgb(255, 255, 255); 
            background: rgb(142, 24, 32) url() left top repeat;}
@media (max-width: 991px) {
                                                    .menuextend-module.module-wrapper[data-moduleid="menuextend68f07f28e30d9"] .navbar .container-fluid .navbar-collapse .navbar-nav > .menuitem-module .dropdown-menu > .menuitem-module.active > a
                            {
            color: rgb(142, 24, 32); 
            background: rgba(0, 0, 0, 0) url() left top repeat; 
                }}
.menuextend-module.module-wrapper[data-moduleid="menuextend68f07f28e30d9"] .navbar .container-fluid .navbar-header .navbar-toggle
                            {
            color: rgb(142, 24, 32); 
            font-size: 26px; 
            margin: 18px 15px 8px 0px; 
            padding: 8px 10px 8px 10px;}
@media (max-width: 991px) {
                                                    .menuextend-module.module-wrapper[data-moduleid="menuextend68f07f28e30d9"] .navbar .container-fluid .navbar-header .navbar-toggle
                            {
            margin: 18px 0px 8px 0px; 
                }}
.menuextend-module.module-wrapper[data-moduleid="menuextend68f07f28e30d9"] .navbar .container-fluid .navbar-header .navbar-toggle:hover
                                ,
                                            .menuextend-module.module-wrapper[data-moduleid="menuextend68f07f28e30d9"].navbar .container-fluid .navbar-header .navbar-toggle:focus
                            {
            color: rgb(86, 86, 86);}
.menuextend-module.module-wrapper[data-moduleid="menuextend68f07f28e30d9"]
                            {
            padding: 0px 0px 0px 40px;}
@media (max-width: 1199px) {
                                                    .menuextend-module.module-wrapper[data-moduleid="menuextend68f07f28e30d9"]
                            {
            padding: 0px 0px 0px 0px; 
                }}
@media (max-width: 479px) {
                                                    .menuextend-module.module-wrapper[data-moduleid="menuextend68f07f28e30d9"]
                            {
            padding: 0px 0px 0px 0px; 
                }}
.module-wrapper[data-moduleid="menuitem68d244c80a7a3"]body
                            {
            margin: 0px 0px 0px 0px;}
@media (max-width: 991px) {
                                                    .module-wrapper[data-moduleid="menuitem68d244c80a7a3"]body
                            {
            margin: 0px 0px 25px 0px; 
                }}
@media (max-width: 991px) {
                                                    .menuitem-module.module-wrapper[data-moduleid="menuitem68d2a5a099543"] > a .edit
                                ,
                                            .menuitem-module.module-wrapper[data-moduleid="menuitem68d2a5a099543"].dropdown.dropdown-on-right > a > .edit
                            {
            margin: 0px 0px 0px 15px; 
                }}
@media (max-width: 991px) {
                                                    .menuitem-module.module-wrapper[data-moduleid="menuitem68d2adc4e5204"] > a .edit
                                ,
                                            .menuitem-module.module-wrapper[data-moduleid="menuitem68d2adc4e5204"].dropdown.dropdown-on-right > a > .edit
                            {
            margin: 0px 0px 0px 15px; 
                }}
@media (max-width: 991px) {
                                                    .menuitem-module.module-wrapper[data-moduleid="menuitem68d2b34b1e33d"] > a .edit
                                ,
                                            .menuitem-module.module-wrapper[data-moduleid="menuitem68d2b34b1e33d"].dropdown.dropdown-on-right > a > .edit
                            {
            margin: 0px 0px 0px 15px; 
                }}
@media (max-width: 991px) {
                                                    .menuitem-module.module-wrapper[data-moduleid="menuitem68d2b622ab400"] > a .edit
                                ,
                                            .menuitem-module.module-wrapper[data-moduleid="menuitem68d2b622ab400"].dropdown.dropdown-on-right > a > .edit
                            {
            margin: 0px 0px 0px 15px; 
                }}
.menuitem-module.module-wrapper[data-moduleid="menuitem68d38eb39e511"] > a .edit
                                ,
                                            .menuitem-module.module-wrapper[data-moduleid="menuitem68d38eb39e511"].dropdown.dropdown-on-right > a > .edit
                            {
            margin: 0px 0px 0px 0px;}
@media (max-width: 991px) {
                                                    .menuitem-module.module-wrapper[data-moduleid="menuitem68d38eb39e511"] > a .edit
                                ,
                                            .menuitem-module.module-wrapper[data-moduleid="menuitem68d38eb39e511"].dropdown.dropdown-on-right > a > .edit
                            {
            margin: 0px 0px 0px 15px; 
                }}
@media (max-width: 991px) {
                                                    .menuitem-module.module-wrapper[data-moduleid="menuitem68d3e68926517"] > a .edit
                                ,
                                            .menuitem-module.module-wrapper[data-moduleid="menuitem68d3e68926517"].dropdown.dropdown-on-right > a > .edit
                            {
            margin: 0px 0px 0px 15px; 
                }}
@media (max-width: 991px) {
                                                    .menuitem-module.module-wrapper[data-moduleid="menuitem68d4f6d73898a"] > a .edit
                                ,
                                            .menuitem-module.module-wrapper[data-moduleid="menuitem68d4f6d73898a"].dropdown.dropdown-on-right > a > .edit
                            {
            margin: 0px 0px 0px 15px; 
                }}
@media (max-width: 991px) {
                                                    .menuitem-module.module-wrapper[data-moduleid="menuitem68d4fbffd316e"] > a .edit
                                ,
                                            .menuitem-module.module-wrapper[data-moduleid="menuitem68d4fbffd316e"].dropdown.dropdown-on-right > a > .edit
                            {
            margin: 0px 0px 0px 15px; 
                }}
@media (max-width: 991px) {
                                                    .menuitem-module.module-wrapper[data-moduleid="menuitem68d5004a236cb"] > a .edit
                                ,
                                            .menuitem-module.module-wrapper[data-moduleid="menuitem68d5004a236cb"].dropdown.dropdown-on-right > a > .edit
                            {
            margin: 0px 0px 0px 15px; 
                }}
@media (max-width: 991px) {
                                                    .menuitem-module.module-wrapper[data-moduleid="menuitem68d50fb22a057"] > a .edit
                                ,
                                            .menuitem-module.module-wrapper[data-moduleid="menuitem68d50fb22a057"].dropdown.dropdown-on-right > a > .edit
                            {
            margin: 0px 0px 0px 15px; 
                }}
@media (max-width: 991px) {
                                                    .menuitem-module.module-wrapper[data-moduleid="menuitem68d53807d8a76"] > a .edit
                                ,
                                            .menuitem-module.module-wrapper[data-moduleid="menuitem68d53807d8a76"].dropdown.dropdown-on-right > a > .edit
                            {
            margin: 0px 0px 0px 15px; 
                }}
@media (max-width: 991px) {
                                                    .menuitem-module.module-wrapper[data-moduleid="menuitem68d657b2ec0ba"] > a .edit
                                ,
                                            .menuitem-module.module-wrapper[data-moduleid="menuitem68d657b2ec0ba"].dropdown.dropdown-on-right > a > .edit
                            {
            margin: 0px 0px 0px 15px; 
                }}
@media (max-width: 991px) {
                                                    .menuitem-module.module-wrapper[data-moduleid="menuitem68d661d86862e"] > a .edit
                                ,
                                            .menuitem-module.module-wrapper[data-moduleid="menuitem68d661d86862e"].dropdown.dropdown-on-right > a > .edit
                            {
            margin: 0px 0px 0px 15px; 
                }}
@media (max-width: 991px) {
                                                    .menuitem-module.module-wrapper[data-moduleid="menuitem68da3afd1f33d"] > a .edit
                                ,
                                            .menuitem-module.module-wrapper[data-moduleid="menuitem68da3afd1f33d"].dropdown.dropdown-on-right > a > .edit
                            {
            margin: 0px 0px 0px 15px; 
                }}
.footersearch-module.module-wrapper[data-moduleid="footersearch68e792efaadae"]
                            {
            padding: 0px 0px 0px 25px; 
            margin: 22px 0px 0px 0px;}
@media (max-width: 991px) {
                                                    .menuitem-module.module-wrapper[data-moduleid="menuitem68fb4a703d418"] > a .edit
                                ,
                                            .menuitem-module.module-wrapper[data-moduleid="menuitem68fb4a703d418"].dropdown.dropdown-on-right > a > .edit
                            {
            margin: 0px 0px 0px 15px; 
                }}
@media (max-width: 991px) {
                                                    .menuitem-module.module-wrapper[data-moduleid="menuitem68fb5684e8c16"] > a .edit
                                ,
                                            .menuitem-module.module-wrapper[data-moduleid="menuitem68fb5684e8c16"].dropdown.dropdown-on-right > a > .edit
                            {
            margin: 0px 0px 0px 15px; 
                }}
.menuitem-module.module-wrapper[data-moduleid="menuitem68fb5e2413bd6"] > a .edit
                                ,
                                            .menuitem-module.module-wrapper[data-moduleid="menuitem68fb5e2413bd6"].dropdown.dropdown-on-right > a > .edit
                            {
            margin: 0px 0px 0px 0px;}
@media (max-width: 991px) {
                                                    .menuitem-module.module-wrapper[data-moduleid="menuitem68fb5e2413bd6"] > a .edit
                                ,
                                            .menuitem-module.module-wrapper[data-moduleid="menuitem68fb5e2413bd6"].dropdown.dropdown-on-right > a > .edit
                            {
            margin: 0px 0px 0px 15px; 
                }}
.text-module.module-wrapper[data-moduleid="text68d239bd1ac4c"] .edit p
                            {
            font: normal 400 16px ARSMaquettePro, sans-serif; 
            color: rgb(255, 255, 255); 
            line-height: 20px; 
            margin: 0px 0px 0px 0px;}
.text-module.module-wrapper[data-moduleid="text68d239bd1ac4c"] .edit a
                            {
            font: normal 400 16px ARSMaquettePro, sans-serif; 
            color: rgb(255, 255, 255); 
            line-height: 20px;}
.text-module.module-wrapper[data-moduleid="text68d239bd1ac4c"] .edit a:hover
                            {
            font: normal 400 16px ARSMaquettePro, sans-serif; 
            color: rgb(86, 86, 86); 
            line-height: 20px;}
.text-module.module-wrapper[data-moduleid="text68d239bd1ac4c"] .edit h2
                            {
            font: normal 600 20px ARSMaquettePro, sans-serif; 
            color: rgb(255, 255, 255); 
            line-height: 24px; 
            margin: 0px 0px 10px 0px;}
.text-module.module-wrapper[data-moduleid="text68d239bd1ac4c"]
                            {
            padding: 60px 40px 20px 40px; 
            margin: 0px 0px 0px 0px;}
@media (max-width: 991px) {
                                                    .text-module.module-wrapper[data-moduleid="text68d239bd1ac4c"]
                            {
            padding: 60px 40px 0px 40px; 
                }}
@media (max-width: 479px) {
                                                    .text-module.module-wrapper[data-moduleid="text68d239bd1ac4c"]
                            {
            width: 100%;
                }}
.text-module.module-wrapper[data-moduleid="text68d23ab96c9cc"] .edit p
                            {
            font: normal 400 16px ARSMaquettePro, sans-serif; 
            color: rgb(255, 255, 255); 
            line-height: 20px; 
            margin: 0px 0px 0px 0px;}
.text-module.module-wrapper[data-moduleid="text68d23ab96c9cc"] .edit a
                            {
            font: normal 400 16px ARSMaquettePro, sans-serif; 
            color: rgb(255, 255, 255); 
            line-height: 20px;}
.text-module.module-wrapper[data-moduleid="text68d23ab96c9cc"] .edit a:hover
                            {
            font: normal 400 16px Arial, sans-serif; 
            color: rgb(86, 86, 86); 
            line-height: 20px;}
.text-module.module-wrapper[data-moduleid="text68d23ab96c9cc"] .edit h2
                            {
            font: normal 600 20px ARSMaquettePro, sans-serif; 
            color: rgb(255, 255, 255); 
            line-height: 24px; 
            margin: 0px 0px 10px 0px;}
.text-module.module-wrapper[data-moduleid="text68d23ab96c9cc"]
                            {
            padding: 60px 40px 20px 40px; 
            margin: 0px 0px 0px 0px;}
@media (max-width: 991px) {
                                                    .text-module.module-wrapper[data-moduleid="text68d23ab96c9cc"]
                            {
            padding: 60px 40px 0px 40px; 
                }}
@media (max-width: 479px) {
                                                    .text-module.module-wrapper[data-moduleid="text68d23ab96c9cc"]
                            {
            padding: 20px 40px 20px 40px; 
            width: 100%;
                }}
.text-module.module-wrapper[data-moduleid="text68d23abad738e"] .edit p
                            {
            font: normal 400 16px ARSMaquettePro, sans-serif; 
            color: rgb(255, 255, 255); 
            line-height: 20px; 
            margin: 0px 0px 0px 0px;}
.text-module.module-wrapper[data-moduleid="text68d23abad738e"] .edit a
                            {
            font: normal 400 16px ARSMaquettePro, sans-serif; 
            color: rgb(255, 255, 255); 
            line-height: 20px;}
.text-module.module-wrapper[data-moduleid="text68d23abad738e"] .edit a:hover
                            {
            font: normal 400 16px ARSMaquettePro, sans-serif; 
            color: rgb(86, 86, 86); 
            line-height: 20px;}
.text-module.module-wrapper[data-moduleid="text68d23abad738e"] .edit h2
                            {
            font: normal 600 20px ARSMaquettePro, sans-serif; 
            color: rgb(255, 255, 255); 
            line-height: 24px; 
            margin: 0px 0px 10px 0px;}
.text-module.module-wrapper[data-moduleid="text68d23abad738e"]
                            {
            padding: 60px 40px 20px 40px; 
            margin: 0px 0px 0px 0px;}
@media (max-width: 479px) {
                                                    .text-module.module-wrapper[data-moduleid="text68d23abad738e"]
                            {
            padding: 20px 40px 20px 40px; 
            width: 100%;
                }}
.text-module.module-wrapper[data-moduleid="text68d23c5578bd0"] .edit p
                            {
            font: normal 300 14px ARSMaquettePro, sans-serif; 
            color: rgb(255, 255, 255); 
            line-height: 18px; 
            margin: 0px 0px 0px 0px; 
            text-align: center;}
.text-module.module-wrapper[data-moduleid="text68d23c5578bd0"]
                            {
            margin: 10px 0px 10px 0px;}
.container-module.module-wrapper[data-moduleid="container68f0814bc7e9e"] > .bluetrix-container
                            {
            display: flex; 
            flex-wrap: wrap; 
            background: rgb(0, 0, 0) url() left top repeat;}
.fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68e8a43fce721"] >.bluetrix-container
                            {
            padding: 20px 0px 20px 0px;}
@media (max-width: 479px) {
                                                    .fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68e8a43fce721"] >.bluetrix-container
                            {
            padding: 20px 40px 20px 40px; 
                }}
.fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68e8a43fce721"]
                            {
            padding: 0px 250px 0px 250px; 
            background: rgb(86, 86, 86) url() left top repeat;}
@media (max-width: 1199px) {
                                                    .fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68e8a43fce721"]
                            {
            padding: 0px 50px 0px 50px; 
                }}
@media (max-width: 767px) {
                                                    .fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68e8a43fce721"]
                            {
            padding: 0px 0px 0px 0px; 
                }}
@media (max-width: 479px) {
                                                    .fullcontainer-module.module-wrapper[data-moduleid="fullcontainer68e8a43fce721"]
                            {
            width: 100%;
                }}
.image-module.module-wrapper[data-moduleid="image68e8a47daa1a4"] .content-wrapper
                            {
            display: flex; 
            justify-content: flex-end;}
@media (max-width: 479px) {
                                                    .image-module.module-wrapper[data-moduleid="image68e8a47daa1a4"] .content-wrapper
                            {
            display: flex; 
            justify-content: center; 
                }}
.image-module.module-wrapper[data-moduleid="image68e8a47daa1a4"] a img
                                ,
                                            .image-module.module-wrapper[data-moduleid="image68e8a47daa1a4"] .unify-img
                            {
            height: 130px;}
.image-module.module-wrapper[data-moduleid="image68e8a47daa1a4"]
                            {
            margin: 0px 0px 0px 0px;}
@media (max-width: 767px) {
                                                    .image-module.module-wrapper[data-moduleid="image68e8a47daa1a4"]
                            {
            padding: 0px 0px 0px 0px; 
                }}
@media (max-width: 479px) {
                                                    .image-module.module-wrapper[data-moduleid="image68e8a47daa1a4"]
                            {
            width: 100%;
                }}
.image-module.module-wrapper[data-moduleid="image68e8a4e648510"] .content-wrapper
                            {
            display: flex; 
            justify-content: flex-start;}
@media (max-width: 479px) {
                                                    .image-module.module-wrapper[data-moduleid="image68e8a4e648510"] .content-wrapper
                            {
            display: flex; 
            justify-content: center; 
                }}
.image-module.module-wrapper[data-moduleid="image68e8a4e648510"] a img
                                ,
                                            .image-module.module-wrapper[data-moduleid="image68e8a4e648510"] .unify-img
                            {
            height: 130px;}
.image-module.module-wrapper[data-moduleid="image68e8a4e648510"]
                            {
            margin: 0px 0px 0px 0px;}
@media (max-width: 767px) {
                                                    .image-module.module-wrapper[data-moduleid="image68e8a4e648510"]
                            {
            padding: 0px 0px 0px 0px; 
                }}
@media (max-width: 479px) {
                                                    .image-module.module-wrapper[data-moduleid="image68e8a4e648510"]
                            {
            width: 100%;
                }}
.image-module.module-wrapper[data-moduleid="image68e8a516e962f"] .content-wrapper
                            {
            display: flex; 
            justify-content: center;}
@media (max-width: 479px) {
                                                    .image-module.module-wrapper[data-moduleid="image68e8a516e962f"] .content-wrapper
                            {
            display: flex; 
            justify-content: center; 
                }}
.image-module.module-wrapper[data-moduleid="image68e8a516e962f"] a img
                                ,
                                            .image-module.module-wrapper[data-moduleid="image68e8a516e962f"] .unify-img
                            {
            height: 130px;}
.image-module.module-wrapper[data-moduleid="image68e8a516e962f"]
                            {
            margin: 0px 0px 0px 0px;}
@media (max-width: 479px) {
                                                    .image-module.module-wrapper[data-moduleid="image68e8a516e962f"]
                            {
            padding: 0px 0px 0px 0px; 
            margin: 20px 0px 20px 0px; 
            width: 100%;
                }}
.text-module.module-wrapper[data-moduleid="text69007db7879e7"] .edit p
                            {
            font: normal 400 10px ARSMaquettePro, sans-serif; 
            color: rgb(86, 86, 86); 
            line-height: 12px; 
            margin: 0px 0px 0px 0px;}
.text-module.module-wrapper[data-moduleid="text69007db7879e7"]
                            {
            padding: 0px 0px 0px 0px; 
            margin: 0px 0px 0px 0px;}