body #fix-area, body #content-area, body #footer-area { width: 1200px; }
body #footer { height: 400px; }
body #fullscreen-area, body .fullscreen-bg { background-color: rgb(255, 255, 255); }
.clickable { display: inline-block; width: 100%; height: 100%; }
.PlaceObject { background-color: rgba(0,0,0,0) !important; }
/*----------------------------------------------------------- Mobile styles -----------------------------------------*/
/* burger = button to show the sidenav */
/* sidenav = menu for the mobile version */
/* mobile = is the div which encloses ALL mobile elements it is also the element which needs to be hidden to hide the */
/* mobile elements from the page (needed for the regular desktop version) */
/* mobile-content = is a child of mobile and contains the content elements */
/* mobile-footer = is a child of mobile and contains the footer elements */
/* mobile-clone = cloned elements which are located in either content or footer */
/* mobile-child = cloned elements which are located in mobile-clones */

/*----------------------------------------------------------- start Burger section -----------------------------------------*/

#sidenav {
    display: none;
}

.burger {
    display: none;
}

/*----------------------------------------------------------- end Burger section -----------------------------------------*/

/*----------------------------------------------------------- start other element section -----------------------------------------*/

#footer {
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 3000;
}

#footer-area {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    height: 100%;
}

#content {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

#content-area {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    height: 100%;
}

#fix {
    width: 100%;
    position: fixed;
    z-index: 4000;
}

#fix-area {
    margin: 0 auto;
    position: relative;
}

/*----------------------------------------------------------- end other element section -----------------------------------------*/

/*----------------------------------------------------------- Dextermedia logo -----------------------------------------*/
.LogoTextObject .dexterlogo::before {
    content: attr(data-before);
}

.LogoTextObject .dexterlogo {
    text-transform: uppercase;
    letter-spacing: 0.3em;
    color: black;
}

/*==========================================================================================================================*/
/*= Mobile version styles start ============================================================================================*/
/*==========================================================================================================================*/

.mobile .root-area,
.mobile .footer,
.mobile .footer-area,
.mobile #content-area,
.mobile #footer,
.mobile #footer-area {
    position: relative !important;
    top: 0 !important;
    height: auto !important;
}

.mobile .positioned,
.mobile .positioned object {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
}

.mobile .ImageObject .one-hundred-percent,
.mobile .HeaderLogoImageObject .one-hundred-percent {
    width: 100% !important;
    height: 100% !important;
}

.mobile .root-area .scroll-margin,
.mobile .footer .scroll-margin,
.mobile .footer-area .scroll-margin,
.mobile #content-area .scroll-margin,
.mobile #footer .scroll-margin,
.mobile #footer-area .scroll-margin {
    margin-top: 25vh !important;
}

.mobile .positioned {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
}

.mobile .ContentModule {
    padding: 10px;
    text-align: center;
}

.mobile .dcmp-mobile-invisible,
.mobile .MenuItemsObject,
.mobile .invisible {
    display: none !important;
}

.mobile .positioned:not(:first-child),
.mobile .footer {
    margin-top: 10px !important;
}

.mobile .root-area,
.mobile .root-area > :first-child,
.mobile .footer > :first-child {
    margin-top: 0 !important;
}

.mobile .mobile-left,
.mobile .mobile-left > p,
.mobile .mobile-left > p span {
    margin-left: 0 !important;
    text-align: left !important;
}

.mobile .mobile-center,
.mobile .mobile-center > p,
.mobile .mobile-center > p span {
    margin: 0 auto !important;
    text-align: center !important;
}

.mobile .mobile-right,
.mobile .mobile-right > p,
.mobile .mobile-right > p span {
    margin-left: auto !important;
    margin-right: 0 !important;
    text-align: right !important;
}

.mobile .gallery .no-margin-left {
    margin-left: 0 !important;
}

.mobile .gallery .no-margin-right {
    margin-right: 0 !important;
}

.mobile .color-black {
    color: black !important;
}

.mobile .color-white {
    color: white !important;
}

.mobile .margin-left {
    margin-left: 10px !important;
}

.mobile .TextObject ul li,
.mobile .TextObject ol li {
    text-align: left !important;
    margin-left: 15px;
}

/* Sidenav */
.mobile #content #sidenav .sidemenu-wrapper > div > ul {
    height: auto;
    position: relative;
    text-align: left !important;
}

.mobile #content #sidenav .sidemenu-wrapper > div,
.mobile #content #sidenav .sidemenu-wrapper > div > ul,
.mobile #content #sidenav .sidemenu-wrapper > div > ul > li {
    width: 100%;
}

.mobile #content #sidenav .sidemenu-wrapper > div ul,
.mobile #content #sidenav .sidemenu-wrapper > div li {
    border-width: 0;
}

.mobile #content #sidenav .sidemenu-wrapper > div > ul li {
    overflow: hidden;
    text-align: left !important;
    padding-left: 10px;
}

.mobile #content #sidenav .sidemenu-wrapper > div > ul li {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0;
}

.mobile #content #sidenav .sidemenu-wrapper > div {
    height: auto !important;
}

.mobile .burger {
    display: block;
}

.mobile #content #sidenav .sidemenu-wrapper > div ul ul {
    top: 100%;
    left: 0;
    width: calc(100% - 10px);
    text-align: left !important;
}

.mobile #content #sidenav .sidemenu-wrapper > div ul {
    display: block;
    position: relative;
}

.mobile #content #sidenav .sidemenu-wrapper > div a {
    line-height: 26px;
    padding-left: 0;
}

.mobile #content,
.mobile #content-area,
.mobile #footer,
.mobile #footer-area,
.mobile .published {
    min-width: 0 !important;
    /*min-height: 0 !important;*/
    min-height: 0;
    max-width: 100% !important;
}

.mobile .fullscreen-bg img {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100vw !important;
    max-height: 100%;
    margin: auto;
    overflow: auto;
}

.mobile .a-class {
    cursor: default;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

.mobile #content-area > .TextObject.dcmp-full-width,
.mobile #footer-area > .TextObject.dcmp-full-width,
.mobile #content-area > .TextObject.mobile-full-width,
.mobile #footer-area > .TextObject.mobile-full-width {
    padding: 0 10px;
}

.mobile #content #content-area > *:not(.header-box),
.mobile #footer #footer-area > *:not(.header-box) {
    top: 10px !important;
}

.mobile #footer {
    margin-top: 10px !important;
}

.mobile table:not(.ui-datepicker-calendar) tr td {
    width: 100% !important;
    float: left;
    display: block;
}

.mobile .social-media-icons a img {
    height: auto !important
}

.mobile .LogoTextObject > p .font-black,
.mobile .TextObject .font-black {
    color: black !important;
}

.mobile .LogoTextObject > p .font-white,
.mobile .TextObject .font-white {
    color: white !important;
}

.mobile #footer {
    padding-bottom: 10px;
}

.mobile .LogoTextObject {
    margin-bottom: 10px;
}

@media (max-width: 1365px) {
    .mobile .LogoTextObject {
        margin-bottom: 3rem !important;
    }
}

.mobile .PlaceObject {
    width: 100% !important;
}

.mobile .LanguageChangeObject {
    width: 100% !important;
}

.mobile .LanguageChangeObject ul {
    text-align: right !important;
    /*padding: 20px !important;*/
    padding-left: 10px !important;
    height: auto !important;
    /*width: 330px !important;*/
    /*margin-left: calc(100% - 330px) !important;*/
}

.mobile .LanguageChangeObject ul li {
    height: auto !important;
    width: auto !important;
    margin-right: 10px !important;
}

.mobile .LanguageChangeObject ul li a {
    width: 46px !important;
    height: 46px !important;
}

#mobile-menu ul, #mobile-menu ul:hover {
    animation: none !important;
}

/*==========================================================================================================================*/
/*= Mobile version styles end ==============================================================================================*/
/*==========================================================================================================================*/
.childWrapper{ max-width: 1200px; margin: 0 auto; position: relative; }
.dcmp-common-link-style{font-style: normal; font-weight: normal; text-decoration: none; color: rgb(66, 83, 120) !important; }
.dcmp-common-link-style:hover{font-style: normal; font-weight: normal; text-decoration: none; color: rgb(175, 175, 175) !important; }

.element_1484643189788_8208_none { left: 53px; list-style: outside; overflow-wrap: break-word; position: absolute; }
.element_1484642881632_3254_none { left: 36.5px; list-style: outside; overflow-wrap: break-word; position: absolute; }
.element_1609751100000_383_hover:hover {  }
.element_1484642739927_856_none { background-color: rgb(235, 233, 228); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none; --background-image-url: none; }
.element_1598516944863_3281_hover:hover { background-color: rgb(255, 255, 255); border-color: rgb(51, 51, 51); border-style: solid; border-right: 1px solid rgb(51, 51, 51);  }
.element_1530606504407_847_none { left: 45px; list-style: outside; overflow-wrap: break-word; position: absolute; }
.element_1530607646931_231_none { left: 36.5px; list-style: outside; overflow-wrap: break-word; position: absolute; }
#image-130 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1530700160175_7356_none { --position-height: 400; --position-width: 400; }
.element_1598516944887_6865_hover:hover {  }
#image-138 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1537449256424_9739_none { --position-height: 400; --position-width: 400; }
.element_1598514075341_831_hover:hover {  }
#image-140 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1537449342082_5974_none { --position-height: 400; --position-width: 400; }
.element_1598514075348_0967_hover:hover {  }
.element_1542978147825_3196_none { background-color: rgb(51, 51, 51);  }
.element_1598516944900_5688_hover:hover { background-color: rgb(66, 83, 120);  }
.element_1542978147863_0144_none { left: 36.5px; list-style: outside; overflow-wrap: break-word; position: absolute; }
.element_1598013262955_9604_none { background-color: rgb(51, 51, 51);  }
.element_1598013657948_1868_none { background-color: rgb(65, 81, 118);  }
.element_1598013790723_4944_none { background-color: rgb(152, 149, 147);  }
.element_1598257525636_0103_none { position: absolute; list-style: outside; overflow-wrap: break-word; }
.element_1598263331303_0437_none { background-color: rgb(66, 83, 120);  }
#image-152 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1598271227178_212_none { .element_1739364809516_1172_none { --position-height: 400; --position-width: 400; } }
#image-153 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1598271761617_526_none { .element_1739364809528_054_none { --position-height: 400; --position-width: 400; } }
#image-154 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1598271898007_1033_none { .element_1739364809545_3284_none { --position-height: 400; --position-width: 400; } }
#image-155 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1598271985443_2463_none { .element_1739364809560_1948_none { --position-height: 400; --position-width: 400; } }
.element_1598356205475_6436_none { position: absolute; list-style: outside; overflow-wrap: break-word; }
.element_1598517156710_5588_none { background-color: rgb(111, 111, 111);  }
.element_1598517156710_5588_hover:hover { background-color: rgb(51, 51, 51);  }
.element_1609750926679_0764_none { position: absolute; list-style: outside; overflow-wrap: break-word; }
.element_1609751100211_8113_hover:hover {  }
.element_1609751386126_69_none { background-color: rgb(152, 149, 147); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none; --background-image-url: none; }
.element_1609751386126_69_hover:hover { background-color: rgb(51, 51, 51); border-color: rgb(51, 51, 51); border-style: solid; border-right: 1px solid rgb(51, 51, 51);  }
.element_1484569596702_8372_none { background-color: rgb(68, 68, 68); border-style: solid; border-width: 0px 0px 100px; border-color: rgb(51, 51, 51);  }
ul#menu-m1000024 {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
    text-align: left;
    height: 56px;
     width: 100%
}

ul#menu-m1000024 li {
    line-height: 1;
}

ul#menu-m1000024 li:hover {
    background-color: rgb(255, 255, 255);
    transition: background-color 0.5s;
}

ul#menu-m1000024 li:hover > a {
    color: rgb(51, 51, 51);
    font-style: normal;
    text-decoration: none;
    font-weight: ;
    transition: all 0.5s;
}

ul#menu-m1000024 li:hover > ul {
    display: block;
}

ul#menu-m1000024 a {
    white-space: nowrap;
}ul#menu-m1000024 > li {
position: relative;
display: block;
margin: 0;
padding: 4px 8px;
font-size: 12px;
background-color: rgba(95, 95, 95, 0);
}ul#menu-m1000024 > li:not(:first-child) {border-top: none;border-left: none;}ul#menu-m1000024 > li.current {
background-color: rgb(255, 255, 255);
}ul#menu-m1000024 > li > a {
margin: 0;
padding: 0;color: rgba(255,255,255, 1);
font-family: Helvetica Neue, sans-serif;
font-weight: normal;
font-style: normal;
display: inline-block;
padding: 0 15px;
text-decoration: none;}ul#menu-m1000024 > li.current > a {
color: rgb(51, 51, 51);
font-weight: normal;
font-style: normal;
text-decoration: none;
}ul#menu-m1000024 ul {
    display: none;
    position: absolute;
    top: 0; left: 100%; padding: 0;
}

ul#menu-m1000024 ul li {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    background-color: rgba(0, 78, 158, 0);
    padding: 15px 15px;
    border-bottom: none; border-left: none;text-align: center;
}ul#menu-m1000024 ul li:hover > a {
color: rgb(246, 166, 72);
font-style: normal;
text-decoration: none;
font-weight: normal;
}ul#menu-m1000024 ul li:hover {
background-color: rgba(255, 255, 255, 0.9);
}ul#menu-m1000024 ul li:first-child {border-top: none;border-left: none;
}ul#menu-m1000024 ul li.current > a {
color: rgb(246, 166, 72);
font-weight: normal;
font-style: normal;
text-decoration: none;
}ul#menu-m1000024 ul li.current {
background-color: rgba(255, 255, 255, 0.9);
}ul#menu-m1000024 ul a {
display: block;
padding: 0;
line-height: 1;
font-size: 13px;
color: rgba(255,255,255, 1);
font-family: Helvetica Neue, sans-serif;
font-weight: normal;
font-style: normal;
text-decoration: none;
}ul#menu-m1000024 ul ul {
    top: 0;
    left: 100%;
}ul#menu-m1000024.mobile {
    text-align: left;
}

ul#menu-m1000024.mobile > li {
    display: block;
    padding: 0;
}

ul#menu-m1000024.mobile > li > a {
    padding: 15px 15px;
    white-space: inherit;
    display: block;
    line-height: 1.5em;
    min-height: 60px;
}

ul#menu-m1000024.mobile > li.current::before {
    display: none;
}

ul#menu-m1000024.mobile ul {
    display: block;
    position: static;
    padding-left: 15px;
    background-color: rgba(0, 78, 158, 0);
}

ul#menu-m1000024.mobile ul li {
    padding: 0;
}

ul#menu-m1000024.mobile ul li a {
    padding: 15px 15px 15px calc(15px + 10px);
    white-space: inherit;
    display: block;
    line-height: 1.5em;
}ul#menu-m1000024 {
    height: inherit;
}

ul#menu-m1000024 li:hover {
    background-color: transparent;
}

ul#menu-m1000024 li:hover > a {
    background-color: rgb(255, 255, 255);
}

ul#menu-m1000024 a {
    width: 100%;
}ul#menu-m1000024 > li {
    padding: 0;
    background-color: transparent;
}

ul#menu-m1000024 > li:not(:first-child) {
    border-top: none; border-left: none;
}

ul#menu-m1000024 > li > a {
    padding: 4px 8px;
    display: inline-block;
    background-color: rgba(95, 95, 95, 0);
}

ul#menu-m1000024 > li.current {
    background-color: transparent;
}

ul#menu-m1000024 > li.current > a {
    background-color: rgb(255, 255, 255);
}ul#menu-m1000024 ul li {
    padding: 0;
    background-color: transparent;
    border-bottom: none;
    border-bottom: none; border-left: none;
}

ul#menu-m1000024 ul li:first-child {
    border-top: none; border-left: none;
}

ul#menu-m1000024 ul a {
    padding: 15px 15px;
    background-color: rgba(0, 78, 158, 0);
}

ul#menu-m1000024 ul li:first-child {
    border-top: none;
}

ul#menu-m1000024 ul li:hover {
    background-color: transparent;
}

ul#menu-m1000024 ul li:hover > a {
    background-color: rgba(255, 255, 255, 0.9);
}

ul#menu-m1000024 ul li.current {
    background-color: transparent;
}

ul#menu-m1000024 ul li.current > a {
    background-color: rgba(255, 255, 255, 0.9);
}
.element_1484569252512_9595_none { --top-border-top: none; --top-border-left: none; --border-bottom: none; --border-top: none; --border-left: none; --menu-orientation: vertical; --position-fixed: relative; --text-align: left; --top-line-height: 56px; --hover-background-color: rgb(255, 255, 255); --hover-font-color: rgb(51, 51, 51); --hover-font-style: normal; --hover-text-decoration: none; --hover-font-weight: normal; --hover-style-line-color: rgba(0, 0, 0, 0); --hover-other-level-background-color: rgba(255, 255, 255, 0.9); --hover-other-level-font-color: rgb(246, 166, 72); --hover-other-level-font-style: normal; --hover-other-level-font-decoration: none; --hover-other-level-font-weight: normal; --top-padding-vertical: 4px; --top-padding-horizontal: 8px; --top-font-size: 12px; --top-background-color: rgba(95, 95, 95, 0); --top-font-color: rgba(255,255,255, 1); --top-font-family: Helvetica Neue, sans-serif; --top-font-weight: normal; --top-font-style: normal; --top-text-decoration: none; --current-top-level-background-color: rgb(255, 255, 255); --current-top-level-font-color: rgb(51, 51, 51); --current-top-level-font-weight: normal; --current-top-level-font-style: normal; --current-top-level-text-decoration: none; --current-top-level-style-line-color: rgba(0, 0, 0, 0); --current-other-level-font-color: rgb(246, 166, 72); --current-other-level-font-weight: normal; --current-other-level-font-style: normal; --current-other-level-text-decoration: none; --current-other-level-background-color: rgba(255, 255, 255, 0.9); --current-other-level-style-line-color: rgba(0, 0, 0, 0); --other-background-color: rgba(0, 78, 158, 0); --other-padding-vertical: 15px; --other-padding-horizontal: 15px; --other-level-text-align: center; --other-font-size: 13px; --other-font-color: rgba(255,255,255, 1); --other-font-family: Helvetica Neue, sans-serif; --other-font-weight: normal; --other-font-style: normal; --other-text-decoration: none; --calculated-width: 100%; }
.element_1484570346988_7268_none { left: 54.5px; overflow-wrap: break-word; list-style: outside; position: absolute; }
.element_1484568947387_501_none { left: 450px; overflow-wrap: break-word; list-style: outside; position: absolute; }
#socialmedia-81000022 a {			display: inline-block;			float: left;			width: 43.5px;			height: auto;opacity: 1;margin-bottom: 30px;}#socialmedia-81000022 a:last-child {			margin-right: 0;			margin-left: 0;			margin-bottom: 0;			margin-top: 0;		}#socialmedia-81000022 a img {			width: 100%;			height: auto;		}#socialmedia-81000022 a:hover {opacity: 1;}
.element_14846498106249_9378_none {  }
.dextermedia_logo a span.dexterlogo { text-transform:uppercase;letter-spacing:0.3em;color:rgb(255, 255, 255);font-size:12px;font-family:railway;font-weight:;font-style:;text-decoration:undefined; }
.element_1484733335804_1208_none { left: 1026px; overflow-wrap: break-word; list-style: outside; position: absolute; }
.element_1598342401858_811_none { left: 54.5px; overflow-wrap: break-word; list-style: outside; position: absolute; }
.element_1484646226167_1262_none { left: 61.5px; overflow-wrap: break-word; list-style: outside; position: absolute; }
.element_14846462264126_6709_none { background-color: rgb(255, 255, 255); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none; --background-image-url: none; }
#image-627 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1504508576864_0986_none { background-image: none; --position-height: 400; --position-width: 400; }
.element_1530611906703_3425_none { left: 818px; overflow-wrap: break-word; list-style: outside; position: absolute; }
.element_1598008334629_2312_none { border-color: rgb(235, 233, 228); --position-width: 550px; }
.element_1598354064699_4082_none { background-color: rgb(68, 68, 68);  }
.element_1598354225746_6982_none { background-color: rgb(235, 233, 228);  }
.element_1598354633660_929_none { background-color: rgb(111, 111, 111); border-color: rgb(235, 233, 228);  }
.element_1598354895879_4612_none { background-color: rgb(152, 149, 147);  }
.map-over {
				background: transparent;
				position: absolute;
				width: 100%;
				height: 100%;
			}
.element_1678890700420_2556_none { border-style: solid; border-width: 1px; border-color: rgb(111, 111, 111);  }
.element_1484649810579_9081_none { left: 32px; list-style: outside; overflow-wrap: break-word; position: absolute;  }
.element_1484649810637_322_none { background-color: rgb(255, 255, 255); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
#image-728 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_1504509496896_775_none { opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 0.3s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1;  }
.element_1678890590772_4712_none { border-style: solid; border-width: 1px; border-color: rgb(111, 111, 111);  }
.element_14846525228628_448_none { left: 32px; list-style: outside none disc; overflow-wrap: break-word; position: absolute;  }
.element_1484652936830_556_none { left: 32px; list-style: outside none disc; overflow-wrap: break-word; position: absolute;  }
.element_14846525221627_2915_none { background-color: rgb(255, 255, 255); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
#image-829 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_1504510017528_3884_none {  }
.element_1527686737411_356_none { left: 32px; list-style: outside none disc; overflow-wrap: break-word; position: absolute;  }
.element_1527686756277_7551_none { left: 32px; list-style: outside none disc; overflow-wrap: break-word; position: absolute;  }
.element_1527686778745_1719_none { left: 32px; list-style: outside none disc; overflow-wrap: break-word; position: absolute;  }
.element_1527686797250_324_none { left: 32px; list-style: outside none disc; overflow-wrap: break-word; position: absolute;  }
.element_1598430291908_3423_none { left: 32px; list-style: outside none disc; overflow-wrap: break-word; position: absolute;  }
.element_14846536485351_1640_none { left: 32px; list-style: outside none disc; overflow-wrap: break-word; position: absolute;  }
.element_14846536482442_832_none { left: 32px; list-style: outside none disc; overflow-wrap: break-word; position: absolute;  }
.element_14846536488071_5792_none { background-color: rgb(255, 255, 255); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
#image-937 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_1504509705886_6106_none { opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 0.3s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1;  }
.element_15307007133083_5883_none { left: 61.5px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15307007138004_2297_none { background-color: rgb(255, 255, 255); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
.element_15307007134375_9114_none { left: 182.7px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
#image-1031 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1598355569166_0037_none { background-color: rgb(111, 111, 111);  }
.element_1598355680404_4548_none { background-color: rgb(170, 170, 170);  }
.element_1598357361831_9028_none { left: 182.7px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1598357491876_387_none { left: 182.7px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1598357661148_045_none { background-color: rgb(51, 51, 51);  }
#image-1038 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1598358235771_299_none { background-color: rgb(235, 233, 228);  }
#image-1040 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1598358657093_1929_none { background-color: rgb(215, 215, 215);  }
.element_15307011372785_4878_none { left: 61.5px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15307011371029_2652_none { background-color: rgb(255, 255, 255); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
#image-1127 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_15307011373822_8070_none { background-image: none;  }
.element_15307011373560_4035_none { left: 72.5px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1598356433193_8743_none { background-color: rgb(235, 233, 228);  }
.element_1598356479366_5718_none { background-color: grey;  }
#image-1132 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1598357023869_242_none { background-color: rgb(68, 68, 68);  }
.element_15307017331899_7599_none { left: 32px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15307017337754_5143_none { background-color: rgb(255, 255, 255); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
.element_1530703040784_973_none { left: 32px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1530703643768_956_none { left: 32px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1530703806368_136_none { left: 32px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
#image-1240 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
#image-1241 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1537449995336_962_none {  }
#image-1242 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1537450093827_8074_none {  }
#image-1243 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1537450099306_7395_none {  }
#image-1246 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1537450587662_0032_none {  }
#image-1247 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1537450617880_8872_none {  }
#image-1250 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1537450859486_4536_none {  }
#image-1254 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1537451076591_6802_none {  }
#image-1255 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1537451092759_911_none {  }
#image-1259 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1537451227825_2563_none {  }
#image-1260 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1537451299705_2617_none {  }
#image-1264 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1537451458240_9563_none {  }
#image-1265 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1537451542221_655_none {  }
#image-1267 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1537451618115_9937_none {  }
#image-1270 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1537451698420_3394_none {  }
.element_1598344065235_3494_none { background-color: rgb(68, 68, 68);  }
.element_1598344979381_9163_none { background-color: rgb(235, 233, 228);  }
.element_1598347063504_906_none { background-color: rgb(170, 170, 170);  }
.element_1598347462408_7983_none { background-color: rgb(68, 68, 68);  }
.element_1598347561502_7021_none { background-color: grey;  }
.element_1598347929976_782_none { background-color: rgb(235, 233, 228);  }
.element_1598351794833_6904_none { background-color: rgb(108, 108, 108);  }
.element_1598352006315_1235_none { background-color: rgb(235, 233, 228);  }
.element_1598352760240_234_none { background-color: rgb(65, 81, 118);  }
.element_1598353032005_5984_none { background-color: grey;  }
.element_1598353144106_2903_none { background-color: rgb(68, 68, 68);  }
.element_1598353251496_9983_none { background-color: rgb(170, 170, 170);  }
.element_1598428525135_4475_none { background-color: rgb(51, 51, 51);  }
.element_1598428580470_0557_none { background-color: rgb(235, 233, 228);  }
.element_1598428631310_5818_none { position: absolute; list-style: outside none disc; overflow-wrap: break-word;  }
.element_1598428757491_4_none { position: absolute; list-style: outside none disc; overflow-wrap: break-word;  }
.element_1598428791459_0913_none { position: absolute; list-style: outside none disc; overflow-wrap: break-word;  }
header {
    position: absolute;
    top: 0;
    left: 0;
    height: 100px;
    width: 100%;
    background-color: rgba(255, 255, 255, 1); 
    z-index: 4000;
}
.element_1511769954806_1062_none { --position-height: 73; --position-width: 247; }#image-63000000 {
width: 100%;
height: 100%;
display: block;
position: relative;
overflow: visible;
}#image-63000000 [class^=layer]{
position: absolute;
}#image-63000000 .layer2 {
width: 100%;
height: 100%;
}#image-63000000 .layer3 {
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
}#image-63000000.a {width:100%;height:100%;}
.element_1511769957457_3845_none { background-image: none; opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 0s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1; --top-border-top: none; --top-border-left: none; --border-bottom: none; --border-top: none; --border-left: none; --menu-orientation: horizontal; --position-fixed: relative; --text-align: center; --top-line-height: 100px; --hover-background-color: rgb(175, 175, 175); --hover-font-color: rgba(255, 255, 255, 0.9); --hover-font-style: normal; --hover-text-decoration: none; --hover-font-weight: normal; --hover-style-line-color: rgba(0, 0, 0, 0); --hover-other-level-background-color: rgb(175, 175, 175); --hover-other-level-font-color: rgba(255, 255, 255, 0.9); --hover-other-level-font-style: normal; --hover-other-level-font-decoration: none; --hover-other-level-font-weight: normal; --top-padding-vertical: 45px; --top-padding-horizontal: 10px; --top-font-size: 15px; --top-background-color: rgba(95, 95, 95, 0); --top-font-color: rgb(66, 83, 120); --top-font-family: Helvetica Neue, sans-serif; --top-font-weight: normal; --top-font-style: normal; --top-text-decoration: none; --current-top-level-background-color: rgb(255, 255, 255); --current-top-level-font-color: rgb(175, 175, 175); --current-top-level-font-weight: normal; --current-top-level-font-style: normal; --current-top-level-text-decoration: none; --current-top-level-style-line-color: rgba(0, 0, 0, 0); --current-other-level-font-color: rgb(175, 175, 175); --current-other-level-font-weight: normal; --current-other-level-font-style: normal; --current-other-level-text-decoration: none; --current-other-level-background-color: rgba(255, 255, 255, 0.9); --current-other-level-style-line-color: rgba(0, 0, 0, 0); --other-background-color: rgba(255, 255, 255, 0.9); --other-padding-vertical: 15px; --other-padding-horizontal: 15px; --other-level-text-align: center; --other-font-size: 15px; --other-font-color: rgb(66, 83, 120); --other-font-family: Helvetica Neue, sans-serif; --other-font-weight: normal; --other-font-style: normal; --other-text-decoration: none; --calculated-width: 100%; --submenu-animation: fadeIn; --other-submenu-animation: fadeIn; }ul#menu-83000001 {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
    text-align: center;
    height: 100px;
     width: 100%
}

ul#menu-83000001 li {
    line-height: 1;
}

ul#menu-83000001 li:hover {
    background-color: rgb(175, 175, 175);
    transition: background-color 0.5s;
}

ul#menu-83000001 li:hover > a {
    color: rgba(255, 255, 255, 0.9);
    font-style: normal;
    text-decoration: none;
    font-weight: ;
    transition: all 0.5s;
}

ul#menu-83000001 li:hover > ul {
    display: block;
}

ul#menu-83000001 a {
    white-space: nowrap;
}ul#menu-83000001 > li {
position: relative;
display: inline-block;
margin: 0;
padding: 0 10px;
font-size: 15px;
background-color: rgba(95, 95, 95, 0);
}ul#menu-83000001 > li:not(:first-child) {border-top: none;border-left: none;}ul#menu-83000001 > li.current {
background-color: rgb(255, 255, 255);
}ul#menu-83000001 > li > a {
margin: 0;
padding: 0;line-height: 100px;color: rgb(66, 83, 120);
font-family: Helvetica Neue, sans-serif;
font-weight: normal;
font-style: normal;
display: inline-block;
padding: 0 15px;
text-decoration: none;}ul#menu-83000001 > li.current > a {
color: rgb(175, 175, 175);
font-weight: normal;
font-style: normal;
text-decoration: none;
}ul#menu-83000001 ul {
    display: none;
    position: absolute;
    top: 100%;left: 0; padding: 0;
}

ul#menu-83000001 ul li {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 15px 15px;
    border-bottom: none; border-left: none;text-align: center;
}ul#menu-83000001 ul li:hover > a {
color: rgba(255, 255, 255, 0.9);
font-style: normal;
text-decoration: none;
font-weight: normal;
}ul#menu-83000001 ul li:hover {
background-color: rgb(175, 175, 175);
}ul#menu-83000001 ul li:first-child {border-top: none;border-left: none;
}ul#menu-83000001 ul li.current > a {
color: rgb(175, 175, 175);
font-weight: normal;
font-style: normal;
text-decoration: none;
}ul#menu-83000001 ul li.current {
background-color: rgba(255, 255, 255, 0.9);
}ul#menu-83000001 ul a {
display: block;
padding: 0;
line-height: 1;
font-size: 15px;
color: rgb(66, 83, 120);
font-family: Helvetica Neue, sans-serif;
font-weight: normal;
font-style: normal;
text-decoration: none;
}ul#menu-83000001 ul ul {
    top: 0;
    left: 100%;
}ul#menu-83000001.mobile {
    text-align: left;
}

ul#menu-83000001.mobile > li {
    display: block;
    padding: 0;
}

ul#menu-83000001.mobile > li > a {
    padding: 15px 15px;
    white-space: inherit;
    display: block;
    line-height: 1.5em;
    min-height: 60px;
}

ul#menu-83000001.mobile > li.current::before {
    display: none;
}

ul#menu-83000001.mobile ul {
    display: block;
    position: static;
    padding-left: 15px;
    background-color: rgba(255, 255, 255, 0.9);
}

ul#menu-83000001.mobile ul li {
    padding: 0;
}

ul#menu-83000001.mobile ul li a {
    padding: 15px 15px 15px calc(15px + 10px);
    white-space: inherit;
    display: block;
    line-height: 1.5em;
}ul#menu-83000001 li:hover > ul {
    display:block;
    animation: fadeIn .3s ease-in;
}ul#menu-83000001 ul li:hover > ul {
display:block;
    animation: fadeIn .3s ease-in;
}
.element_1598007468310_2727_none { position: absolute; list-style: outside; overflow-wrap: break-word; }