body #fix-area, body #content-area, body #footer-area { width: 1200px; }
body #footer { height: 659px; }
body #fullscreen-area, body .fullscreen-bg { background-color: rgb(245, 245, 245); }
.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(233, 180, 0) !important; }
.dcmp-common-link-style:hover{font-style: normal; font-weight: normal; text-decoration: none; color: rgb(85, 85, 85) !important; }

.element_1498564871700_763_none { left: 99px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-z: 2018 !important; --position-x: 99px !important; --position-y: 1892px !important; }
.element_1498564871700_763_hover:hover {  }
.element_1498565433645_049_none { left: 472px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-z: 2019 !important; --position-x: 472px !important; --position-y: 1890px !important; }
.element_1498565433645_049_hover:hover {  }
.element_1484643189788_8208_none { left: 86px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-z: 2007 !important; --position-x: 86px !important; --position-y: 1122px !important; }
.element_1517857986559_0798_hover:hover {  }
#image-121 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1498563738240_8171_none { --position-height: 112 !important; --position-width: 150 !important; --position-z: 2008 !important; --position-x: 82px      !important; --position-y: 1224px      !important; }
.element_1484572905706_7295_none { box-shadow: rgb(133, 133, 133) 0px 0px 15px; opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 0s; animation-fill-mode: forwards; animation-timing-function: ease-in; --position-height: 856 !important; --position-width: 100% !important; --position-z: 2001 !important; }
.element_1587489084904_8972_hover:hover {  }
.element_1498572659502_0005_none { background-color: rgba(0, 0, 0, 0); --position-z: 1 !important; --background-color: rgba(0, 0, 0, 0)        !important; }
.element_1574188388415_2136_hover:hover {  }
.element_1499065624612_2786_none { background-color: rgba(233, 180, 0, 0.8); border-radius: 100%; border-color: rgb(105, 105, 105); border-style: solid; border-width: 4px; --position-z: 2002 !important; --background-color: rgba(233, 180, 0, 0.8)        !important; }
.element_1499065635424_237_none { left: 16px; overflow-wrap: break-word; border-color: rgba(109, 109, 109, 0.8); list-style: outside; position: absolute; --position-z: 2003 !important; --position-x: 16px !important; --position-y: 774px !important; }
.element_1574188388427_0012_hover:hover {  }
.element_1499065770162_2832_none { background-color: rgba(233, 180, 0, 0.8); border-radius: 100%; border-color: rgba(109, 109, 109, 0.8); border-style: solid; border-width: 4px; --position-z: 2004 !important; --background-color: rgba(233, 180, 0, 0.8)        !important; }
.element_1499065784258_3367_none { left: 29px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-z: 2005 !important; --position-x: 29px !important; --position-y: 936px !important; }
.element_1484642881632_3254_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-z: 2009 !important; --position-x: 82px !important; --position-y: 1673px !important; --position-width: 784px      !important; }
.element_1484642739927_856_none { background-color: rgba(72, 102, 246, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none; --background-image-url: none; --position-y: 1082px      !important; --position-height: 1806px      !important; --position-z: 2006 !important; --background-color: rgba(72, 102, 246, 0)        !important; }
.element_1498563989130_9468_hover:hover {  }
.element_1498565892043_9514_none { background-color: rgb(215, 215, 215); background-image: none; --background-image-url: none; --position-z: 2010 !important; --background-color: rgb(215, 215, 215)        !important; --position-x: 81px      !important; --position-y: 1828px      !important; }
.element_1498565892043_9514_hover:hover { background-color: rgb(215, 215, 215);  }
.element_1498564817986_8289_none { background-color: rgb(231, 231, 231); background-image: none; background-repeat: no-repeat; background-size: cover; background-position: center center; --background-image-url: none; --position-y: 1856px      !important; --position-x: 84px      !important; --position-width: 327px      !important; --position-height: 543px      !important; --position-z: 2011 !important; --background-color: rgb(231, 231, 231)        !important; }
.element_1498564817986_8289_hover:hover { background-color: rgb(233, 180, 0); background-image: none;  }
.element_1498565433601_1055_none { background-color: rgb(231, 231, 231); background-image: none; --background-image-url: none; --position-y: 1856px      !important; --position-x: 440px      !important; --position-width: 327px      !important; --position-height: 540px      !important; --position-z: 2012 !important; --background-color: rgb(231, 231, 231)        !important; }
.element_1498565433601_1055_hover:hover { background-color: rgb(233, 180, 0); background-image: none;  }
.element_1498565475713_0298_none { background-color: rgb(231, 231, 231); background-image: none; --background-image-url: none; --position-y: 1857px      !important; --position-x: 800px      !important; --position-width: 327px      !important; --position-height: 543px      !important; --position-z: 2013 !important; --background-color: rgb(231, 231, 231)        !important; }
.element_1498565475713_0298_hover:hover { background-color: rgb(233, 180, 0); background-image: none;  }
.element_1502189307529_3496_none { left: 764px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-z: 2014 !important; --position-x: 764px !important; --position-y: 1227px !important; }
.element_1508758561406_4792_none { left: 73px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-z: 2015 !important; --position-x: 73px !important; --position-y: 2929px !important; --position-width: 918px      !important; }
#image-167 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1508758616251_9065_none { background-image: none; --position-height: 100 !important; --position-width: 150 !important; --position-z: 2016 !important; --position-x: 84px      !important; --position-y: 2476px      !important; }
.element_1542127276312_2766_none { background-color: rgba(233, 180, 0, 0.8); border-radius: 100%; border-color: rgba(109, 109, 109, 0.8); border-style: solid; border-width: 4px; --position-z: 2021 !important; --background-color: rgba(233, 180, 0, 0.8)        !important; }
.element_1542127292515_1108_none { left: 836px; list-style: outside; overflow-wrap: break-word; position: absolute; --position-z: 2017 !important; --position-x: 836px !important; --position-y: 1097px !important; }
.element_1586504875150_9666_none { left: 820px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-z: 2022 !important; --position-x: 820px !important; --position-y: 1891px !important; }
.element_1586504875150_9666_hover:hover {  }
.element_1637861291947_4866_none { left: 204px; overflow-wrap: break-word; border-color: rgba(109, 109, 109, 0.8); list-style: outside; position: absolute; --position-z: 2023 !important; --position-x: 204px !important; --position-y: 870px !important; }
.element_1637861291947_4866_hover:hover {  }
.element_1498564694291_3682_none { left: 764px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-z: 2024 !important; --position-x: 764px !important; --position-y: 1464px !important; }
.element_1574188388572_1177_hover:hover {  }
.element_1725469338587_4773_none { position: absolute; list-style: outside; overflow-wrap: break-word; left: 85px; --position-z: 2025 !important; --position-x: 85px !important; --position-y: 1169px !important; }
#socialmedia-181000421 a {			display: inline-block;			float: left;			width: 56px;			height: auto;opacity: 1;margin-right: 5px;}#socialmedia-181000421 a:last-child {			margin-right: 0;			margin-left: 0;			margin-bottom: 0;			margin-top: 0;		}#socialmedia-181000421 a img {			width: 100%;			height: auto;		}#socialmedia-181000421 a:hover {opacity: 1;}
.element_1740252867975_0598_none { --position-y: 1506px      !important; --position-x: 771px      !important; --position-width: 108px; --position-height: 107px; --position-z: 2026 !important; }
.element_1758647486004_863_none { background-color: rgb(215, 215, 215); background-image: none; --background-image-url: none; --position-z: 2028 !important; --background-color: rgb(215, 215, 215)         !important; --position-x: 73px      !important; --position-y: 2419px      !important; --position-width: 1074px      !important; --position-height: 123px      !important; }
.element_1758647486004_863_hover:hover { background-color: rgb(215, 215, 215);  }
.element_1758711253108_3613_none { --position-width: 133px !important; --position-height: 122px !important; --position-x: 1346px !important; --position-y: 26px !important; --position-z: 2029 !important; }
.element_1727886188786_82_none { --position-width: 12px !important; --position-height: 20px !important; --position-x: 1163px !important; --position-y: 1096px !important; --position-z: 2020 !important; }
.element_1498566376558_8113_none { --position-width: 284px !important; --position-height: 218px !important; --position-x: 492px !important; --position-y: 35px !important; --position-z: 10 !important; }
.element_1560281891851_552_hover:hover {  }
#image-11000446 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1697309279111_3296_none { --position-height: 111 !important; --position-width: 150 !important; --position-z: 11 !important; --position-y: 39.5px        !important; --position-x: 848px        !important; }
.element_1484569252512_9595_none { --hover-style-line-height: 4px; --current-top-level-style-line-height: 4px; --current-top-level-style-line-vertical-position: 0px; --current-other-level-style-line-height: 4px; --current-other-level-style-line-vertical-position: 0px; --position-z-index: 3; --top-border-top: none !important; --top-border-left: none !important; --border-bottom: none !important; --border-top: none !important; --border-left: none !important; --menu-orientation: horizontal !important; --position-fixed: relative !important; --text-align: left !important; --top-line-height: 20px !important; --hover-background-color: rgba(0, 0, 0, 0) !important; --hover-font-color: rgb(233, 180, 0) !important; --hover-font-style: normal !important; --hover-text-decoration: none !important; --hover-font-weight: normal !important; --hover-style-line-color: rgba(0, 0, 0, 0) !important; --hover-other-level-background-color: rgba(255, 255, 255, 0.9) !important; --hover-other-level-font-color: rgb(246, 166, 72) !important; --hover-other-level-font-style: normal !important; --hover-other-level-font-decoration: none !important; --hover-other-level-font-weight: normal !important; --top-padding-vertical: 8px !important; --top-padding-horizontal: 8px !important; --top-font-size: 14px !important; --top-background-color: rgba(95, 95, 95, 0) !important; --top-font-color: rgb(85, 85, 85) !important; --top-font-family: Raleway !important; --top-font-weight: normal !important; --top-font-style: normal !important; --top-text-decoration: none !important; --current-top-level-background-color: rgba(0, 0, 0, 0) !important; --current-top-level-font-color: rgb(233, 180, 0) !important; --current-top-level-font-weight: normal !important; --current-top-level-font-style: normal !important; --current-top-level-text-decoration: none !important; --current-top-level-style-line-color: rgba(0, 0, 0, 0) !important; --current-other-level-font-color: rgb(246, 166, 72) !important; --current-other-level-font-weight: normal !important; --current-other-level-font-style: normal !important; --current-other-level-text-decoration: none !important; --current-other-level-background-color: rgba(255, 255, 255, 0.9) !important; --current-other-level-style-line-color: rgba(0, 0, 0, 0) !important; --other-background-color: rgba(0, 78, 158, 0) !important; --other-padding-vertical: 15px !important; --other-padding-horizontal: 15px !important; --other-level-text-align: center !important; --other-font-size: 18px !important; --other-font-color: rgba(255,255,255, 1) !important; --other-font-family: Raleway !important; --other-font-weight: normal !important; --other-font-style: normal !important; --other-text-decoration: none !important; --calculated-width: 100% !important; --position-width: 381px !important; --position-y: 606px !important; --position-x: 25px !important; --position-z: 3 !important; --position-height: 20px                    !important; }
.element_1560281891787_0427_hover:hover {  }
.element_1512388528076_347_none { left: 73px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-z: 9 !important; --position-x: 73px !important; --position-y: 271px !important; }
.element_1560281891831_2412_hover:hover {  }
.element_1498564113541_0046_none { left: 51px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-z: 4 !important; --position-x: 51px !important; --position-y: 35px !important; }
.element_1560281891840_7388_hover:hover {  }
.element_1510837238588_1492_none { --position-width: 308px !important; --position-height: 231px !important; --position-x: 818px !important; --position-y: 282px !important; --position-z: 5 !important; }
.element_1560281891916_33_hover:hover {  }
.element_1498569122357_6204_none { left: 51px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-z: 6 !important; --position-x: 51px !important; --position-y: 332px !important; }
.element_1560281891820_6055_hover:hover {  }
.element_1498653278469_438_none { --position-y: 282px                    !important; --position-x: 467px                    !important; --position-width: 303px                    !important; --position-height: 56px                    !important; --position-z: 7 !important; }
.element_1498569890669_6558_none { background-color: rgb(233, 180, 0); border-radius: 5px; opacity: 0; transition: 1s ease-in-out; animation-name: zoomIn; animation-duration: 2s; animation-delay: 1s; animation-fill-mode: forwards; animation-timing-function: ease-in; --position-z: 8 !important; --position-y: 264px                    !important; --position-x: 58px                    !important; --position-width: 198px                    !important; --position-height: 45px                    !important; --background-color: rgb(233, 180, 0)                    !important; }
.element_1560281891910_1821_hover:hover {  }
.element_1748504496578_2747_none { --position-width: 175px !important; --position-height: 160px !important; --position-x: 1285px !important; --position-y: 1208px !important; --position-z: 2037 !important; }
.dextermedia_logo a span.dexterlogo { text-transform:uppercase;letter-spacing:0.3em;color:rgb(85, 85, 85);font-size:12px;font-family:railway;font-weight:;font-style:;text-decoration:undefined; }
.element_1484733335804_1208_none { left: 1006px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-z: 5001 !important; --position-x: 1006px !important; --position-y: 626px !important; --font-color: rgb(85, 85, 85) !important; --font-size: 12px !important; --font-family: railway !important; --font-weight: normal !important; --font-style: normal !important; --text-decoration: none !important; }
.element_1484569596702_8372_none { background-color: rgb(231, 231, 231); border-style: solid; border-top-width: 8px; border-color: rgb(233, 180, 0); --position-z: 2 !important; --position-y: 0px                    !important; --position-height: 659px                    !important; --background-color: rgb(231, 231, 231)                    !important; }
.element_1560281891756_647_hover:hover {  }
.element_1484646226167_1262_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1484647052204_5596_none { background-image: url(https://cms.dextermedia.de/images/25518341902/Telefonhoerer_2500.jpg); background-repeat: no-repeat; background-size: cover; background-position: center center; background-attachment: inherit; background-color: rgba(0, 0, 0, 0); opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 0s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1;  }
.element_1498654400748_6125_none { left: 846px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_14846462264126_6709_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
.element_1599477603985_3174_none { border-color: rgb(85, 85, 85);  }
.element_1484649810579_9081_none { left: 82px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1484649810637_322_none { background-color:rgba(0, 0, 0, 0);border-color: rgb(139, 156, 207);border-style: solid;border-width: 0px;background-image: none; }
#image-729 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_1511787539891_1353_none { background-image: none;  }
#image-737 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1678273984270_8064_none { background-color: rgb(217, 41, 41); border-radius: 100%;  }
.element_14846525228628_448_none { left: 82px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1484652936830_556_none { left: 82px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_14846525226104_2916_none { background-image: url("https://cms.dextermedia.de/images/09324005248/Handy_Laptop_2500.jpg"); background-repeat: no-repeat; background-size: cover; background-position: center center; background-attachment: fixed; background-color: rgba(0, 0, 0, 0); opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 0s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1;  }
.element_14846525221627_2915_none { background-color:rgba(0, 0, 0, 0);border-color: rgb(139, 156, 207);border-style: solid;border-width: 0px;background-image: none; }
.element_1524824844118_4004_none { left: 82px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1524824864580_2673_none { left: 82px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1524824890579_8953_none { left: 82px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1524824908815_8477_none { left: 82px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1524824928018_3892_none { left: 82px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1527667850622_9194_none { left: 82px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_14846536485351_1640_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_1484653648955_4709_none { background-image: url("https://cms.dextermedia.de/images/30303031600/Handy_Laptop_2500.jpg"); background-repeat: no-repeat; background-size: cover; background-position: center center; background-attachment: fixed; background-color: rgba(0, 0, 0, 0); opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 0s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1;  }
.element_14846536482442_832_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_14846536488071_5792_none { background-color:rgba(0, 0, 0, 0);border-color: rgb(139, 156, 207);border-style: solid;border-width: 0px;background-image: none; }
.element_15383967606937_5649_none { left: 82px; overflow-wrap: break-word; list-style: disc;  }
.element_15383967605236_3485_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
#image-2727 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_1538396760884_1478_none { background-image: none; opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 0s; animation-fill-mode: forwards; animation-timing-function: ease-in; -webkit-animation-name: fade; -webkit-animation-duration: 1s; -webkit-animation-delay: 0s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
.element_15383967601944_335_none { left: 82px; overflow-wrap: break-word; list-style: disc;  }
.element_15383967608657_3852_none { left: 82px; overflow-wrap: break-word; list-style: disc;  }
.element_15383967609049_7868_none { left: 82px; overflow-wrap: break-word; list-style: disc;  }
.element_15115167612811_2284_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 82px !important; --position-y: 737px !important; --position-z: 2003 !important; }
.element_15115167611727_7575_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none; --background-image-url: none !important; --background-color: rgba(0, 0, 0, 0) !important; --position-z: 2002 !important; }
#gallery-1121 a {				display: inline-block;				background-repeat: no-repeat;				background-size: cover;				background-position: center center;				width: 244.94px;				height: 150px;				margin-right: 12.75px;				margin-bottom: 12.75px;			}			#gallery-1121 a:nth-child(4n) {				margin-right: 0;			}
.element_15115167617990_4319_none { --real-image-width: 244.94px !important; --image-height: 150px !important; --image-gap: 12.75px !important; --position-z: 2004 !important; }
.element_15115167614571_7991_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 82px !important; --position-y: 801px !important; --position-z: 2005 !important; }
#image-1127 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_15115167616751_8255_none { background-image: none; opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 1s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1; --position-z: 2001 !important; --position-height: 436 !important; --position-width: 100% !important; }
.element_1511517569268_0947_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 82px !important; --position-y: 1402px !important; --position-z: 2006 !important; }
#gallery-1129 a {				display: inline-block;				background-repeat: no-repeat;				background-size: cover;				background-position: center center;				width: 244.94px;				height: 150px;				margin-right: 12.75px;				margin-bottom: 12.75px;			}			#gallery-1129 a:nth-child(4n) {				margin-right: 0;			}
.element_1758740839917_6113_none { --real-image-width: 244.94px !important; --image-height: 150px !important; --image-gap: 12.75px !important; --position-z: 2007 !important; }
.element_1511518175847_3127_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 82px !important; --position-y: 1797px !important; --position-z: 2008 !important; }
.element_1511518540616_2769_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 82px !important; --position-y: 1883px !important; --position-z: 2009 !important; }
#gallery-1136 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 210.7px;
height: 150px;
margin-right: 11px;
margin-bottom: 11px;
}
#gallery-1136 a:nth-child(5n) {
margin-right: 0;
}
.element_1620121890705_8125_none { --real-image-width: 210.7px !important; --image-height: 150px !important; --image-gap: 11px !important; --position-z: 2010 !important; }
.element_1725471003805_8254_none { position: absolute; list-style: outside; overflow-wrap: break-word; left: 81px; --position-x: 81px !important; --position-y: 2123px !important; --position-z: 2011 !important; }
.element_15115189206179_6582_none { left: 82px; overflow-wrap: break-word; list-style: disc;  }
.element_15115189206927_7762_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
#image-1227 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_15115189209272_7057_none { background-image: none; opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 0s; animation-fill-mode: forwards; animation-timing-function: ease-in; -webkit-animation-name: fade; -webkit-animation-duration: 1s; -webkit-animation-delay: 0s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
.element_1511519290453_2712_none { left: 82px; overflow-wrap: break-word; list-style: disc;  }
.element_1511519421002_0742_none { left: 82px; overflow-wrap: break-word; list-style: disc;  }
.element_1511519440982_8716_none { left: 82px; overflow-wrap: break-word; list-style: disc;  }
.element_1511519502223_7544_none { left: 82px; overflow-wrap: break-word; list-style: disc;  }
.element_1511519529245_441_none { left: 82px; overflow-wrap: break-word; list-style: disc;  }
.element_1511519650709_7869_none { left: 82px; overflow-wrap: break-word; list-style: disc;  }
.element_1511519726946_0576_none { left: 82px; overflow-wrap: break-word; list-style: disc;  }
.element_1511519763153_2764_none { left: 82px; overflow-wrap: break-word; list-style: disc;  }
.element_1511519830157_111_none { left: 82px; overflow-wrap: break-word; list-style: disc;  }
.element_1511519866567_1702_none { left: 82px; overflow-wrap: break-word; list-style: disc;  }
.element_1511519908030_9062_none { left: 82px; overflow-wrap: break-word; list-style: disc;  }
.element_1511519938482_877_none { left: 82px; overflow-wrap: break-word; list-style: disc;  }
.element_1511519985953_4258_none { left: 590.5px; overflow-wrap: break-word; list-style: disc;  }
.element_1511520054135_9084_none { left: 590.5px; overflow-wrap: break-word; list-style: disc;  }
.element_1511520106861_623_none { left: 590.5px; overflow-wrap: break-word; list-style: disc;  }
.element_1511520140808_4033_none { left: 590.5px; overflow-wrap: break-word; list-style: disc;  }
.element_1511520185019_713_none { left: 590.5px; overflow-wrap: break-word; list-style: disc;  }
.element_1511520220124_0554_none { left: 590.5px; overflow-wrap: break-word; list-style: disc;  }
.element_1511520245082_8647_none { left: 590.5px; overflow-wrap: break-word; list-style: disc;  }
.element_1511520269236_464_none { left: 590.5px; overflow-wrap: break-word; list-style: disc;  }
.element_1511520287889_1985_none { left: 590.5px; overflow-wrap: break-word; list-style: disc;  }
.element_1511520310552_9128_none { left: 590.5px; overflow-wrap: break-word; list-style: disc;  }
.element_1511520332543_283_none { left: 590.5px; overflow-wrap: break-word; list-style: disc;  }
.element_1511520338763_4028_none { left: 590.5px; overflow-wrap: break-word; list-style: disc;  }
.element_1511520621411_6946_none { left: 82px; overflow-wrap: break-word; list-style: disc;  }
.element_1511522570974_9336_none { left: 82px; overflow-wrap: break-word; list-style: disc;  }
.element_1511522726679_1882_none { background-color: rgb(215, 215, 215);  }
.element_1511523006912_7612_none { background-color: rgb(215, 215, 215);  }
.element_1511523221039_4146_none { left: 82px; overflow-wrap: break-word; list-style: disc;  }
.element_1511523250948_8345_none { left: 485.5px; overflow-wrap: break-word; list-style: disc;  }
.element_1511523266048_12_none { left: 815px; overflow-wrap: break-word; list-style: disc;  }
.element_1511523313715_0151_none { background-color: grey;  }
.element_1511523905581_901_none { left: 82px; overflow-wrap: break-word; list-style: disc;  }
.element_1511524024700_9026_none { left: 485.5px; overflow-wrap: break-word; list-style: disc;  }
.element_1511524079219_0667_none { left: 815px; overflow-wrap: break-word; list-style: disc;  }
.element_1511524134606_1577_none { left: 82px; overflow-wrap: break-word; list-style: disc;  }
.element_1511524215754_4343_none { left: 485.5px; overflow-wrap: break-word; list-style: disc;  }
.element_1511524276151_5227_none { left: 815px; overflow-wrap: break-word; list-style: disc;  }
.element_1511524507856_2124_none { left: 82px; overflow-wrap: break-word; list-style: disc;  }
.element_1511524621141_9243_none { left: 485.5px; overflow-wrap: break-word; list-style: disc;  }
.element_1511524669140_8682_none { left: 815px; overflow-wrap: break-word; list-style: disc;  }
.element_1511524742688_445_none { left: 82px; overflow-wrap: break-word; list-style: disc;  }
.element_1511524763455_1401_none { left: 485.5px; overflow-wrap: break-word; list-style: disc;  }
.element_1511524805760_9817_none { left: 815px; overflow-wrap: break-word; list-style: disc;  }
.element_1511524839539_9197_none { left: 82px; overflow-wrap: break-word; list-style: disc;  }
.element_1511524873904_156_none { left: 485.5px; overflow-wrap: break-word; list-style: disc;  }
.element_1511524900927_3296_none { left: 815px; overflow-wrap: break-word; list-style: disc;  }
.element_1511524972842_7402_none { left: 82px; overflow-wrap: break-word; list-style: disc;  }
.element_1511524993911_1345_none { left: 485.5px; overflow-wrap: break-word; list-style: disc;  }
.element_1511525283825_9583_none { left: 82px; overflow-wrap: break-word; list-style: disc;  }
.element_1511525315018_0527_none { left: 485.5px; overflow-wrap: break-word; list-style: disc;  }
.element_1511525350891_1055_none { left: 82px; overflow-wrap: break-word; list-style: disc;  }
.element_1511525380117_631_none { left: 485.5px; overflow-wrap: break-word; list-style: disc;  }
.element_1511525426066_0366_none { left: 82px; overflow-wrap: break-word; list-style: disc;  }
.element_1511525471326_9155_none { left: 485.5px; overflow-wrap: break-word; list-style: disc;  }
.element_1511525514922_7961_none { left: 485.5px; overflow-wrap: break-word; list-style: disc;  }
.element_1511525604986_7676_none { background-color: rgba(128, 128, 128, 0);  }
.element_1511525724887_9473_none { background-color: rgba(128, 128, 128, 0);  }
.element_1511525822126_8264_none { background-color: rgba(128, 128, 128, 0);  }
.element_1511525976060_2126_none { background-color: rgb(215, 215, 215);  }
.element_1511526007738_712_none { left: 82px; overflow-wrap: break-word; list-style: disc;  }
.element_15115263924597_8437_none { left: 82px; overflow-wrap: break-word; list-style: outside; --position-x: 82px !important; --position-y: 738px !important; position: absolute; --position-z: 2003 !important; }
.element_15115263927615_4210_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none; --background-image-url: none !important; --background-color: rgba(0, 0, 0, 0) !important; --position-z: 2002 !important; }
#gallery-1321 a {				display: inline-block;				background-repeat: no-repeat;				background-size: cover;				background-position: center center;				width: 240.81px;				height: 150px;				margin-right: 12.38px;				margin-bottom: 12.38px;			}			#gallery-1321 a:nth-child(2n) {				margin-right: 0;			}
.element_15115263923996_4137_none { --real-image-width: 240.81px !important; --image-height: 150px !important; --image-gap: 12.38px !important; --position-z: 2004 !important; }
.element_15115263925861_4120_none { left: 82px; overflow-wrap: break-word; list-style: outside; --position-x: 82px !important; --position-y: 819px !important; position: absolute; --position-z: 2005 !important; }
#image-1327 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_15115263928740_31_none { background-image: none; opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 1s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1; --position-z: 2001 !important; --position-height: 480 !important; --position-width: 100% !important; }
.element_15115276823934_8450_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; }
.element_1511527682767_3805_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none; --background-image-url: none; }
.element_15115276827326_7180_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; }
#image-1427 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_15115276829609_7902_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; --position-height: 480; --position-width: 1280; }
.element_151152802858_6342_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15115280283698_1160_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
.element_15115280282222_2156_none { left: 497.383px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
#image-1527 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_15115280287764_9239_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;  }
#image-1528 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_1511528362713_745_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1511528399597_2295_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1511528934097_811_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1511529038528_0903_none { left: 534.05px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1511529086068_1519_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1511529121431_78_none { left: 638px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1511529354950_6106_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1511529770438_6643_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
#gallery-1541 a {				display: inline-block;				background-repeat: no-repeat;				background-size: cover;				background-position: center center;				width: 249.03px;				height: 150px;				margin-right: 12.96px;				margin-bottom: 12.96px;			}			#gallery-1541 a:nth-child(4n) {				margin-right: 0;			}
.element_15115301589426_2043_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15115301586407_9799_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
#image-1627 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_15115301586468_7305_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;  }
.element_15115301586205_2356_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15115301589885_6697_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15115301583669_5356_none { left: 85px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15115301586281_3147_none { left: 652px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1511530158341_3446_none { left: 85px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15115301587031_2261_none { left: 641px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1511530158948_8913_none { left: 85px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15115301588537_9247_none { left: 641px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15115301584346_4482_none { left: 81.5px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
#gallery-1639 a {				display: inline-block;				background-repeat: no-repeat;				background-size: cover;				background-position: center center;				width: 249.03px;				height: 150px;				margin-right: 12.96px;				margin-bottom: 12.96px;			}			#gallery-1639 a:nth-child(4n) {				margin-right: 0;			}
.element_15115301586042_5327_none { left: 81.5px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1511530455503_1235_none { background-color: rgba(128, 128, 128, 0);  }
.element_1511531325606_4104_none { left: 85px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1511531385250_2334_none { left: 641px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1511531427625_372_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1511531471458_367_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15115320002647_9078_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15115320005877_4033_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
#image-1727 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_15115320003447_1673_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;  }
.element_15115320003721_3044_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1511532000937_6864_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15115320004995_9103_none { left: 483px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15115320006801_9175_none { background-color: rgba(128, 128, 128, 0);  }
.element_1511532337046_0525_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1511532360687_093_none { left: 483px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1511532414504_8887_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1511532511427_486_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1511532511515_7761_none { left: 483px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1511532511589_9402_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1511532511662_2217_none { left: 483px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1511532628543_2668_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1583855640311_1294_none { position: absolute; list-style: outside none disc; overflow-wrap: break-word;  }
.element_1583857361181_29_none { position: absolute; list-style: outside none disc; overflow-wrap: break-word;  }
.element_1583857369844_0728_none { position: absolute; list-style: outside none disc; overflow-wrap: break-word;  }
#image-1758 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_15115330567881_6326_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-z: 2003; --position-y: 933px; --position-x: 82px; }
.element_15115330566571_6819_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none; --background-image-url: none; --position-z: 2002; }
#image-1827 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_15115330561562_7564_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; --position-z: 2001; --position-height: 480; --position-width: 1920; }
.element_15115330567954_6904_none { left: 482px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-z: 2004; --position-y: 1417px; --position-x: 80px; }
#image-1855 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1511533195577_8174_none { --position-z: 2005; --position-height: 65; --position-width: 150; --position-y: 992px; --position-x: 82px; }
.element_1511533706643_9937_none { background-color: rgba(128, 128, 128, 0); --position-z: 2006; }
.element_1511533706657_0918_none { left: 80px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-z: 2007; --position-y: 1672px; --position-x: 80px; }
.element_1511533706684_739_none { left: 620px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-z: 2008; --position-y: 1672px; --position-x: 611px; }
.element_1511533706709_1973_none { left: 80px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-z: 2009; --position-y: 1745px; --position-x: 80px; }
.element_1511533706729_2852_none { left: 620px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-z: 2010; --position-y: 1745px; --position-x: 631px; }
.element_1511533706771_428_none { left: 80px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-z: 2011; --position-y: 1787px; --position-x: 80px; }
.element_1511533706789_7803_none { left: 620px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-z: 2012; --position-y: 1787px; --position-x: 626px; }
.element_1511533866369_5583_none { left: 72px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-z: 2013; --position-y: 2055px; --position-x: 80px; }
.element_1517851702398_4243_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-z: 2014; --position-y: 700px; --position-x: 82px; }
.element_1517852152545_637_none { left: 72px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-z: 2015; --position-y: 1832px; --position-x: 80px; }
.element_1620121649516_0618_none { position: absolute; list-style: outside; overflow-wrap: break-word; --position-z: 2016; --position-y: 2104px; --position-x: 80px; }
.element_15115343331881_6933_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15115343338677_2688_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
#image-1927 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_15115343337244_9415_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;  }
.element_15115343332617_3941_none { left: 482px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15115343334332_7385_none { left: 83px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15115343339288_903_none { left: 623px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15115343335784_4633_none { background-color: rgba(128, 128, 128, 0);  }
.element_15115343337049_2970_none { left: 83px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15115343336544_2144_none { left: 623px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
#image-1955 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_15115343331515_7340_none { left: 83px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15115343337458_549_none { left: 83px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15115343332561_3419_none { left: 623px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15115343335109_9166_none { background-color: rgba(128, 128, 128, 0);  }
.element_15115343337051_3457_none { left: 83px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15115343335778_8232_none { left: 623px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15115343338299_7309_none { left: 83px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15115343338087_1893_none { left: 623px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15115343339875_644_none { left: 83px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15115343339523_6928_none { left: 83px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15115343335652_4862_none { left: 623px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1511534333114_8305_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1559040876806_2095_none { list-style: outside none disc; overflow-wrap: break-word; position: absolute;  }
.element_1599142110738_6545_none { left: 83px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1599142119264_5498_none { left: 83px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1599142222921_4517_none { left: 623px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1599142304977_211_none { left: 83px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1599142320206_748_none { left: 623px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15115348359555_9916_none { left: 82px; overflow-wrap: break-word; list-style: disc; position: absolute; }
.element_15115348351382_4114_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
#image-2027 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_15115348358821_9748_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; }
.element_15115348358880_9749_none { left: 482px; overflow-wrap: break-word; list-style: disc; position: absolute; }
.element_15115348356299_4791_none { left: 83px; overflow-wrap: break-word; list-style: disc; position: absolute; }
.element_15115348355396_302_none { left: 623px; overflow-wrap: break-word; list-style: disc; position: absolute; }
.element_15115348355868_3337_none { background-color: rgba(128, 128, 128, 0);  }
.element_15115348356388_7400_none { left: 83px; overflow-wrap: break-word; list-style: disc; position: absolute; }
.element_15115348351088_3729_none { left: 623px; overflow-wrap: break-word; list-style: disc; position: absolute; }
#image-2055 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_15115348356508_2567_none { left: 83px; overflow-wrap: break-word; list-style: disc; position: absolute; }
.element_15115348354116_8465_none { left: 83px; overflow-wrap: break-word; list-style: disc; position: absolute; }
.element_15115348357949_6236_none { left: 623px; overflow-wrap: break-word; list-style: disc; position: absolute; }
.element_15115348354019_5278_none { left: 83px; overflow-wrap: break-word; list-style: disc; position: absolute; }
.element_15115348357198_2957_none { left: 623px; overflow-wrap: break-word; list-style: disc; position: absolute; }
.element_15115348351567_1538_none { left: 83px; overflow-wrap: break-word; list-style: disc; position: absolute; }
.element_15115348357650_411_none { left: 623px; overflow-wrap: break-word; list-style: disc; position: absolute; }
.element_15115348352430_109_none { left: 83px; overflow-wrap: break-word; list-style: disc; position: absolute; }
.element_1511534835983_9513_none { left: 83px; overflow-wrap: break-word; list-style: disc; position: absolute; }
.element_15115348352800_9098_none { left: 623px; overflow-wrap: break-word; list-style: disc; position: absolute; }
.element_15115348356018_6779_none { left: 82px; overflow-wrap: break-word; list-style: disc; position: absolute; }
.element_1559041286841_4458_none { list-style: disc; overflow-wrap: break-word; position: absolute; }
.element_1583854471079_3962_none { position: absolute; list-style: disc; overflow-wrap: break-word; }
.element_1583854892888_1912_none { position: absolute; list-style: disc; overflow-wrap: break-word; }
.element_1599143595918_3809_none { left: 83px; overflow-wrap: break-word; list-style: disc; position: absolute; }
.element_1599143605990_1467_none { left: 83px; overflow-wrap: break-word; list-style: disc; position: absolute; }
.element_1599143638532_7659_none { left: 83px; overflow-wrap: break-word; list-style: disc; position: absolute; }
.element_1599143652109_0808_none { left: 623px; overflow-wrap: break-word; list-style: disc; position: absolute; }
.element_1599143667709_2969_none { left: 623px; overflow-wrap: break-word; list-style: disc; position: absolute; }
.element_15115357565451_7302_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15115357568395_3229_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
#image-2127 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_15115357569067_4713_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;  }
.element_15115357567489_136_none { left: 482px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
#image-2155 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_15115357565646_5296_none { background-color: rgba(128, 128, 128, 0);  }
.element_15115357568663_6658_none { left: 83px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15115357565652_526_none { left: 623px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15115357568420_8831_none { left: 83px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15115357568578_6188_none { left: 623px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1511535756780_1233_none { left: 83px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15115357568050_4364_none { left: 83px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15115357569315_1751_none { left: 623px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15115357567393_205_none { left: 83px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1511536264701_7283_none { left: 83px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1511536301852_2795_none { left: 83px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1511536337700_4153_none { left: 623px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1511536387750_2827_none { left: 83px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1511536395771_4277_none { left: 623px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1511536405530_1206_none { left: 623px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1511536414278_623_none { left: 83px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1598351949299_512_none { position: absolute; list-style: outside none disc; overflow-wrap: break-word;  }
.element_1688922663491_5679_none { position: absolute; list-style: outside; overflow-wrap: break-word;  }
.element_15115372249857_1462_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15115372242319_4827_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
#image-2227 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_15115372243542_1419_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;  }
.element_15115372246532_6304_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15115372246082_9138_none { background-color: rgba(128, 128, 128, 0);  }
.element_15115372241114_9202_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15115372245992_8697_none { left: 625px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15115372244813_300_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15115372244889_7945_none { left: 625px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15115372244839_6081_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1511537611876_3184_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1511537652526_3396_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1511537659929_681_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1511537668282_427_none { left: 625px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1511537676471_4827_none { left: 625px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1511537719547_942_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
#gallery-2290 a {				display: inline-block;				background-repeat: no-repeat;				background-size: cover;				background-position: center center;				width: 249.03px;				height: 150px;				margin-right: 12.96px;				margin-bottom: 12.96px;			}			#gallery-2290 a:nth-child(4n) {				margin-right: 0;			}
.element_15117838471712_5526_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; }
.element_15117838472596_1654_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
#image-2427 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_15117838474274_5051_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; }
.element_15117838476244_5421_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; }
.element_1511784045349_2778_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; }
.element_1511784071445_203_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; }
.element_1511784110807_0933_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; }
.element_1511784165712_6018_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; }
.element_1511784219399_8853_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; }
.element_1511784283982_6953_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; }
.element_1511784317325_469_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; }
.element_1511784361541_7556_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; }
.element_1511784403308_3142_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; }
.element_1511784501209_025_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; }
.element_1511784566785_8975_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; }
.element_1511784685613_0232_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; }
.element_1511784741141_8584_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; }
.element_1511784785605_214_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; }
.element_1511784827654_9187_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; }
.element_1511784858616_6724_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; }
.element_1511784909474_2012_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; }
.element_1511784959251_1753_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; }
.element_1511785176699_3508_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; }
.element_1522609970830_6128_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; }
.element_1553858642631_536_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; }
.element_1553859576675_8157_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; }
.element_1553861715642_373_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; }
.element_1577274429005_9883_none { position: absolute; list-style: outside; overflow-wrap: break-word; }
.element_1577274473548_15_none { position: absolute; list-style: outside; overflow-wrap: break-word; }
.element_1577280357886_32_none { position: absolute; list-style: outside; overflow-wrap: break-word; }
.element_1577280398839_5571_none { position: absolute; list-style: outside; overflow-wrap: break-word; }
.element_1588600556669_65_none { position: absolute; list-style: outside; overflow-wrap: break-word; }
.element_1647369866094_89_none { position: absolute; list-style: outside; overflow-wrap: break-word; }
.element_1664876229898_7144_none { position: absolute; list-style: outside; overflow-wrap: break-word; }
.element_1700859141203_5757_none { position: absolute; list-style: outside; overflow-wrap: break-word; }
.element_15117839232919_7830_none { left: 82px; overflow-wrap: break-word; list-style: outside; --position-x: 82px !important; --position-y: 738px !important; position: absolute; --position-z: 2003 !important; }
.element_15117839235390_5500_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none; --background-image-url: none   !important; --position-z: 2002 !important; }
#image-2527 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_15117839238938_8376_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; --position-z: 2001 !important; --position-height: 480 !important; --position-width: 100% !important; }
.element_1512392649127_0188_none { left: 82px; overflow-wrap: break-word; list-style: outside; --position-x: 82px !important; --position-y: 800px !important; position: absolute; --position-z: 2004 !important; }
.element_15117855467435_5494_none { left: 71px; overflow-wrap: break-word; list-style: outside; position: absolute; }
.element_1511785546751_2223_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
#image-2627 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_15117855466132_6325_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; }
.element_15117855469459_7856_none { left: 71px; overflow-wrap: break-word; list-style: outside; position: absolute; }
#gallery-2631 a {				display: inline-block;				background-repeat: no-repeat;				background-size: cover;				background-position: center center;				width: 249.03px;				height: 150px;				margin-right: 12.96px;				margin-bottom: 12.96px;			}			#gallery-2631 a:nth-child(4n) {				margin-right: 0;			}
.element_1511786596732_579_none { left: 70.5px; overflow-wrap: break-word; list-style: outside; position: absolute; }
.element_1511786743422_64_none { left: 70.5px; overflow-wrap: break-word; list-style: outside; position: absolute; }
.element_1603552213424_784_none { position: absolute; list-style: outside; overflow-wrap: break-word; left: 0px; }
.element_15117881265440_8829_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1511788126256_2632_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
#image-2727 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_15117881266427_1909_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;  }
.element_15117881267613_2553_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1511788349456_9553_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1511788395046_5596_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15117885479656_4708_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 82px !important; --position-y: 732px !important; --position-z: 2003 !important; }
.element_1511788547510_3320_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none; --background-image-url: none !important; --position-z: 2002 !important; }
#image-2827 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_15117885479364_3786_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; --position-z: 2001 !important; --position-height: 377 !important; --position-width: 100% !important; }
.element_15117885476216_167_none { left: 65px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 80px !important; --position-y: 1655px !important; --position-z: 2004 !important; }
.element_1608276566605_3242_none { border-color: rgb(85, 85, 85); --position-width: 994px !important; --position-z: 2005 !important; }
.element_15117886663257_7786_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_15117886666680_994_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
.element_15117886662144_6700_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;  }
.element_15117886664349_1413_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_1671537071737_2825_none { border-color: rgb(105, 105, 105);  }
.element_15117888201441_5100_none { left: 82px; overflow-wrap: break-word; list-style: disc;  }
.element_15117888208845_3523_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
#image-3027 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_15117888201890_9743_none { background-image: none; opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 0s; animation-fill-mode: forwards; animation-timing-function: ease-in; -webkit-animation-name: fade; -webkit-animation-duration: 1s; -webkit-animation-delay: 0s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
.element_15117888204847_7353_none { left: 82px; overflow-wrap: break-word; list-style: disc;  }
#image-3031 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_15117892204118_6618_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1511789220337_4865_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
#image-3127 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_15117892201615_6908_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;  }
.element_15117892201750_3488_none { left: 482px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
#image-3155 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1511789487883_1287_none { left: 482px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15117899816791_3384_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15117899818446_4196_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
#image-3227 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_15117899816224_5014_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;  }
.element_15117899811632_116_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
#gallery-3231 a {				display: inline-block;				background-repeat: no-repeat;				background-size: cover;				background-position: center center;				width: 250.47px;				height: 150px;				margin-right: 13.04px;				margin-bottom: 13.04px;			}			#gallery-3231 a:nth-child(4n) {				margin-right: 0;			}
.element_1511790355912_4268_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1511790371852_4692_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1511790435262_6794_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1511790461179_2314_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1511790505621_6184_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1511790632018_4736_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
#image-3240 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_1511790758993_1248_none { left: 625px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1511790886481_4622_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
#image-3243 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_15117912907293_880_none { left: 82px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_15117912909935_5202_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
#image-3327 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15117912905450_727_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;  }
.element_15117912904280_806_none { left: 82px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1608276360426_65_none { border-color: rgb(85, 85, 85);  }
.element_15117916531339_5477_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15117916538221_9721_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
#image-3427 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1511791653251_9099_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;  }
.element_15117916535556_932_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1511791792932_4119_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1511791856232_5715_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1511792043298_4456_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_15117920437142_1373_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
#image-3527 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_15117920434537_8855_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;  }
#gallery-3531 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: NaNpx;
height: undefinedpx;
margin-right: NaNpx;
margin-bottom: NaNpx;
}
#gallery-3531 a:nth-child(NaNn) {
margin-right: 0;
}
.element_15117920439642_7426_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_15117920439150_3630_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_1511792294216_2554_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_1511792344992_2646_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_1511792377299_549_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_1511792417110_9138_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
#gallery-3547 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 210.7px;
height: 150px;
margin-right: 11px;
margin-bottom: 11px;
}
#gallery-3547 a:nth-child(5n) {
margin-right: 0;
}
.element_15117925934253_4605_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-z: 2003; }
.element_15117925932351_8000_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none; --background-image-url: none; --position-z: 2001; }
#image-3627 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_15117925933275_5800_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; --position-z: 2002; --position-height: 480; --position-width: 1903; }
.element_1511792593690_7875_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-z: 2004; }
#gallery-3635 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 247.58px;
height: 150px;
margin-right: 12.89px;
margin-bottom: 12.89px;
}
#gallery-3635 a:nth-child(4n) {
margin-right: 0;
}
.element_1562580527463_141_none { --real-image-width: 247.58px; --image-height: 150px; --image-gap: 12.89px; --position-z: 2005; }
.element_15118596678889_6877_none { left: 82px; overflow-wrap: break-word; list-style: disc;  }
.element_15118596679880_9637_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
#image-3722 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_1511860167312_7256_none { background-image: none;  }
.element_15118608366053_7109_none { left: 82px; overflow-wrap: break-word; list-style: disc;  }
.element_15118608367973_7203_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
#image-3822 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_15118608365092_4983_none { background-image: none;  }
.element_15118619531024_9600_none { left: 82px; overflow-wrap: break-word; list-style: disc;  }
.element_15118619539897_2126_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
#image-3924 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_15118623872322_8928_none { left: 82px; overflow-wrap: break-word; list-style: disc;  }
.element_15118623874041_6857_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
#image-4022 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_15118623877767_6831_none { background-image: none;  }
.element_15118641353080_6665_none { left: 82px; overflow-wrap: break-word; list-style: disc;  }
.element_15118641359029_2731_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
#image-4127 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_15118641357865_4828_none { background-image: none; opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 0s; animation-fill-mode: forwards; animation-timing-function: ease-in; -webkit-animation-name: fade; -webkit-animation-duration: 1s; -webkit-animation-delay: 0s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
.element_15118641356637_8652_none { left: 82px; overflow-wrap: break-word; list-style: disc;  }
.element_1511864327856_2256_none { left: 82px; overflow-wrap: break-word; list-style: disc;  }
.element_1511864369790_4065_none { left: 82px; overflow-wrap: break-word; list-style: disc;  }
.element_15118649749259_9663_none { left: 82px; overflow-wrap: break-word; list-style: disc;  }
.element_15118649749415_8744_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
#image-4227 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_15118649748003_9922_none { background-image: none; opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 0s; animation-fill-mode: forwards; animation-timing-function: ease-in; -webkit-animation-name: fade; -webkit-animation-duration: 1s; -webkit-animation-delay: 0s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
.element_15118649749501_2236_none { left: 319px; overflow-wrap: break-word; list-style: disc;  }
.element_1511864974517_6169_none { left: 82px; overflow-wrap: break-word; list-style: disc;  }
#image-4236 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_1511865161676_4097_none { left: 82px; overflow-wrap: break-word; list-style: disc;  }
.element_1511865196012_3972_none { left: 82px; overflow-wrap: break-word; list-style: disc;  }
.element_15118655891451_5888_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_15118655897820_6068_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
#image-4327 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_15118655898166_8573_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;  }
.element_15118655892500_3900_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_15127361415551_2176_none { left: 74px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15127361412965_2564_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
#image-4427 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_15127361412428_6173_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;  }
.element_15127361412108_3686_none { left: 74px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15127361419562_7872_none { left: 71px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15127361415279_51_none { left: 71px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15127361414384_4881_none { left: 71px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1518197514194_6208_none { left: 82px; list-style: outside none disc; overflow-wrap: break-word; position: absolute;  }
.element_1518197693940_3955_none { left: 78.5px; list-style: outside none disc; overflow-wrap: break-word; position: absolute;  }
.element_1518198406130_1853_none { left: 71px; list-style: outside none disc; overflow-wrap: break-word; position: absolute;  }
.element_1516113359203_5204_none { left: 81px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 81px !important; --position-y: 961px !important; --position-z: 2008 !important; }
.element_1516113359203_5204_hover:hover {  }
.element_15161133592351_5914_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 82px !important; --position-y: 788px !important; --position-z: 2003 !important; }
.element_1516113359373_608_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 82px !important; --position-y: 849px !important; --position-z: 2004 !important; }
.element_15161133595810_3296_none { background-color: rgba(0, 0, 0, 0); --background-color: rgba(0, 0, 0, 0) !important; --position-z: 1 !important; }
.element_15161133593922_1533_none { background-color: rgba(72, 102, 246, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none; --background-image-url: none !important; --background-color: rgba(72, 102, 246, 0) !important; --position-z: 2002 !important; }
.element_15161133595768_2005_hover:hover {  }
.element_15161133599369_1907_none { background-color: rgb(215, 215, 215); --background-color: rgb(215, 215, 215) !important; --position-z: 2005 !important; }
.element_15161133599369_1907_hover:hover { background-color: rgb(215, 215, 215);  }
.element_15161133593455_3779_none { background-color: rgb(231, 231, 231); --background-color: rgb(231, 231, 231) !important; --position-z: 2006 !important; }
.element_15161133593455_3779_hover:hover { background-color: rgb(233, 180, 0); background-image: none;  }
.element_15161133594801_4295_none { background-color: rgb(231, 231, 231); --background-color: rgb(231, 231, 231) !important; --position-z: 2007 !important; }
.element_15161133594801_4295_hover:hover { background-color: rgb(233, 180, 0); background-image: none;  }
.element_15161133596186_8511_none { left: 74px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 74px !important; --position-y: 2933px !important; --position-z: 2009 !important; }
#image-4567 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1516115156781_5083_none { --position-z: 2001 !important; --position-height: 480 !important; --position-width: 100% !important; }
.element_1516115396566_97_none { left: 443px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 443px !important; --position-y: 960px !important; --position-z: 2010 !important; }
.element_1516115396566_97_hover:hover {  }
.element_1516118455622_449_none { background-color: rgb(233, 180, 0); border-radius: 5px; --background-color: rgb(233, 180, 0) !important; --position-z: 2011 !important; }
.element_1516119889800_8345_hover:hover {  }
.element_1516118651697_408_none { background-color: rgb(233, 180, 0); border-radius: 5px; --background-color: rgb(233, 180, 0) !important; --position-z: 2013 !important; }
.element_1516118455632_3403_none { left: 514px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 514px !important; --position-y: 1424px !important; --position-z: 2012 !important; }
.element_1516119889998_2546_hover:hover {  }
.element_1516120290092_2302_none { background-color: rgb(131, 131, 131); background-image: none; --background-image-url: none !important; --background-color: rgb(131, 131, 131) !important; --position-z: 2015 !important; }
.element_1516120331305_6428_none { background-color: rgb(231, 231, 231); --background-color: rgb(231, 231, 231) !important; --position-z: 2016 !important; }
.element_1516120331305_6428_hover:hover { background-color: rgb(233, 180, 0); background-image: none;  }
.element_1516120331320_573_none { left: 98px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 98px !important; --position-y: 1650px !important; --position-z: 2017 !important; }
.element_1516120331320_573_hover:hover {  }
.element_1516120331345_0347_none { background-color: rgb(233, 180, 0); border-radius: 5px; --background-color: rgb(233, 180, 0) !important; --position-z: 2018 !important; }
.element_1516120331352_1758_none { left: 157px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 157px !important; --position-y: 2089px !important; --position-z: 2019 !important; }
.element_1516123760921_3538_none { background-color: rgb(231, 231, 231); --background-color: rgb(231, 231, 231) !important; --position-z: 2020 !important; }
.element_1516123760921_3538_hover:hover { background-color: rgb(233, 180, 0); background-image: none;  }
.element_1516123915083_1394_none { left: 467px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 467px !important; --position-y: 1646px !important; --position-z: 2021 !important; }
.element_1516123915083_1394_hover:hover {  }
.element_1516124338967_544_none { background-color: rgb(233, 180, 0); border-radius: 5px; --background-color: rgb(233, 180, 0) !important; --position-z: 2022 !important; }
.element_1516124354738_296_none { left: 505px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 505px !important; --position-y: 2089px !important; --position-z: 2023 !important; }
.element_1516124480005_6409_none { background-color: rgb(231, 231, 231); --background-color: rgb(231, 231, 231) !important; --position-z: 2024 !important; }
.element_1516124480005_6409_hover:hover { background-color: rgb(233, 180, 0); background-image: none;  }
.element_1516124480025_946_none { left: 831px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 831px !important; --position-y: 1650px !important; --position-z: 2025 !important; }
.element_1516124480025_946_hover:hover {  }
.element_1516124480080_1416_none { background-color: rgb(233, 180, 0); border-radius: 5px; --background-color: rgb(233, 180, 0) !important; --position-z: 2026 !important; }
.element_1516124480088_1548_none { left: 893px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 893px !important; --position-y: 2089px !important; --position-z: 2027 !important; }
.element_1516125067110_7712_none { background-color: rgb(231, 231, 231); --background-color: rgb(231, 231, 231) !important; --position-z: 2028 !important; }
.element_1516125067110_7712_hover:hover { background-color: rgb(233, 180, 0); background-image: none;  }
.element_1516125067125_9558_none { left: 81px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 81px !important; --position-y: 2347px !important; --position-z: 2029 !important; }
.element_1516125067125_9558_hover:hover {  }
.element_1516125067184_8982_none { background-color: rgb(233, 180, 0); border-radius: 5px; --background-color: rgb(233, 180, 0) !important; --position-z: 2030 !important; }
.element_1516125067190_3843_none { left: 146px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 146px !important; --position-y: 2810px !important; --position-z: 2031 !important; }
.element_1516125245101_497_none { background-color: rgb(231, 231, 231); --background-color: rgb(231, 231, 231) !important; --position-z: 2032 !important; }
.element_1516125245101_497_hover:hover { background-color: rgb(233, 180, 0); background-image: none;  }
.element_1516125245122_1384_none { left: 447px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 447px !important; --position-y: 2349px !important; --position-z: 2033 !important; }
.element_1516125245122_1384_hover:hover {  }
.element_1516125245194_1685_none { background-color: rgb(233, 180, 0); border-radius: 5px; --background-color: rgb(233, 180, 0) !important; --position-z: 2034 !important; }
.element_1516125245200_7234_none { left: 523px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 523px !important; --position-y: 2812px !important; --position-z: 2035 !important; }
.element_1516125707706_0154_none { left: 75px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 75px !important; --position-y: 2177px !important; --position-z: 2036 !important; }
.element_1758741353043_2915_none { left: 514px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 155px !important; --position-y: 1422.5px !important; --position-z: 2038 !important; }
.element_1758741353043_2915_hover:hover {  }
.element_15178562823942_508_none { left: 82px; overflow-wrap: break-word; list-style: disc;  }
.element_15178562825397_8456_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
.element_15178562824090_3176_none { left: 82px; overflow-wrap: break-word; list-style: disc;  }
#image-1427 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_15178562829494_377_none { background-image: none; opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 0s; animation-fill-mode: forwards; animation-timing-function: ease-in; -webkit-animation-name: fade; -webkit-animation-duration: 1s; -webkit-animation-delay: 0s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
#image-4628 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15179357784758_4252_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_15179357783314_7615_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
#image-4727 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_15179357784010_3698_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;  }
.element_15179357788810_3800_none { left: 622px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_1517936063451_9248_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_1541669912180_4998_none { background-color: grey; box-shadow: none; background-image: url("https://cms.dextermedia.de/images/05328039180/IMG_0431.jpeg"); background-repeat: no-repeat; background-size: cover; background-position: center center;  }
.element_1541673112232_2625_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
#image-47145 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1541676613386_4292_none { background-image: none;  }
.element_1541680072600_2964_none { left: 92px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
#image-47147 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_15179399317608_5043_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-z: 2002; }
.element_15179399318563_5878_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none; --background-image-url: none; --position-z: 2001; }
#image-4827 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_15179399315482_9348_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; --position-z: 2003; --position-height: 377; --position-width: 1431; }
.element_15179399319739_4971_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-z: 2004; }
.element_15179399319651_7729_none { background-color: rgba(128, 128, 128, 0); --position-z: 2005; }
.element_1517940154681_1973_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-z: 2007; }
.element_1517940841553_591_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-z: 2008; }
.element_1517941092269_8887_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-z: 2009; }
#image-4892 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1552148526106_7244_none { --position-z: 2006; --position-height: 112; --position-width: 150; }
#image-4893 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1740834179472_869_none { --position-z: 2010; --position-height: 261px; --position-width: 348px; --position-y: 849.5px; --position-x: 443.5px; }
.element_15179975583361_3320_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 82px !important; --position-y: 733px !important; --position-z: 2004 !important; }
.element_15179975582595_864_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none; --background-image-url: none !important; --background-color: rgba(0, 0, 0, 0) !important; --position-z: 2003 !important; }
#image-77727 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_15179975585991_4931_none { background-image: none; opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 1s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1; --position-z: 2002 !important; --position-height: 480 !important; --position-width: 100% !important; }
.element_15179975588560_522_none { left: 83px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 83px !important; --position-y: 1071px !important; --position-z: 2005 !important; }
.element_15179975581558_4530_none { left: 83px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 83px !important; --position-y: 1661px !important; --position-z: 2006 !important; }
.element_15179975582449_1507_none { left: 828px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 828px !important; --position-y: 1661px !important; --position-z: 2017 !important; }
.element_1517997558858_6174_none { left: 83px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 83px !important; --position-y: 1698px !important; --position-z: 2007 !important; }
.element_15179975585167_726_none { left: 83px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 83px !important; --position-y: 1805px !important; --position-z: 2008 !important; }
.element_15179975589229_1328_none { left: 83px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 83px !important; --position-y: 1931px !important; --position-z: 2009 !important; }
.element_1517997558671_4641_none { left: 843px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 843px !important; --position-y: 1931px !important; --position-z: 2010 !important; }
.element_1517997558931_5678_none { left: 83px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 83px !important; --position-y: 1964px !important; --position-z: 2011 !important; }
.element_1517997558824_2782_none { left: 843px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 843px !important; --position-y: 1964px !important; --position-z: 2012 !important; }
.element_15179975585842_2212_none { left: 83px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 83px !important; --position-y: 2016px !important; --position-z: 2013 !important; }
.element_1535193719472_4656_none { left: 83px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 83px !important; --position-y: 1462px !important; --position-z: 2014 !important; }
.element_1535195303964_9763_none { left: 828px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 828px !important; --position-y: 1698px !important; --position-z: 2001 !important; }
#image-77758 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1535196070583_5425_none { --position-z: 2015 !important; --position-height: 100 !important; --position-width: 150 !important; }
#image-77759 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1535196911253_6926_none { --position-z: 2016 !important; --position-height: 112 !important; --position-width: 150 !important; }
.element_1525457490155_5256_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; }
.element_15254574901640_7304_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
.element_1552147072139_785_hover:hover {  }
#image-78827 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_15254574906590_24_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; }
.element_15254574902539_3932_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; }
.element_15254574906702_1631_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; }
.element_15254574902344_3661_none { left: 85px; overflow-wrap: break-word; list-style: outside; position: absolute; }
.element_15254574903410_5779_none { left: 641px; overflow-wrap: break-word; list-style: outside; position: absolute; }
.element_15254574908884_6637_none { left: 85px; overflow-wrap: break-word; list-style: outside; position: absolute; }
.element_1552147072200_5815_hover:hover {  }
.element_15254574905753_182_none { left: 641px; overflow-wrap: break-word; list-style: outside; position: absolute; }
.element_1552147072209_9822_hover:hover {  }
.element_15254574902200_4659_none { left: 81.5px; overflow-wrap: break-word; list-style: outside; position: absolute; }
.element_15254574902950_1852_none { left: 81.5px; overflow-wrap: break-word; list-style: outside; position: absolute; }
.element_1552147072234_0107_hover:hover {  }
.element_15254574906023_7990_none { background-color: rgba(128, 128, 128, 0);  }
.element_15254574904142_2789_none { left: 85px; overflow-wrap: break-word; list-style: outside; position: absolute; }
.element_1552147072250_5686_hover:hover {  }
.element_15254574905613_449_none { left: 641px; overflow-wrap: break-word; list-style: outside; position: absolute; }
.element_1552147072260_4377_hover:hover {  }
.element_15254574902940_8108_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; }
.element_1552147072270_8862_hover:hover {  }
.element_15254574909533_4410_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; }
.element_1552147072280_8706_hover:hover {  }
.element_1552147599641_857_none { background-color: rgb(233, 180, 0); }
.element_1552147665710_382_none { background-color: rgb(233, 180, 0); }
.element_1679573961889_656_none { position: absolute; list-style: outside; overflow-wrap: break-word; }
.element_15353727463181_7683_none { left: 82px; overflow-wrap: break-word; list-style: disc; position: absolute; }
.element_15353727466732_6074_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
#image-79127 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1535372746759_3785_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; }
.element_15353727463724_5703_none { left: 82px; overflow-wrap: break-word; list-style: disc; position: absolute; }
.element_15353727465732_958_none { background-color: rgba(128, 128, 128, 0);  }
.element_15353727467070_4299_none { left: 86px; overflow-wrap: break-word; list-style: disc; position: absolute; }
.element_1535372746951_419_none { left: 626px; overflow-wrap: break-word; list-style: disc; position: absolute; }
.element_15353727469092_2859_none { left: 86px; overflow-wrap: break-word; list-style: disc; position: absolute; }
.element_15353727469646_7739_none { left: 626px; overflow-wrap: break-word; list-style: disc; position: absolute; }
.element_15353727464214_7037_none { left: 86px; overflow-wrap: break-word; list-style: disc; position: absolute; }
.element_15353727465545_3245_none { left: 86px; overflow-wrap: break-word; list-style: disc; position: absolute; }
.element_15353727464046_8480_none { left: 626px; overflow-wrap: break-word; list-style: disc; position: absolute; }
.element_15353727466040_8040_none { left: 87px; overflow-wrap: break-word; list-style: disc; position: absolute; }
.element_15353727465403_7452_none { left: 74px; overflow-wrap: break-word; list-style: disc; position: absolute; }
.element_1535394350802_0518_none { left: 87px; overflow-wrap: break-word; list-style: disc; position: absolute; }
#image-79179 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
#image-79180 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
#image-79181 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1629374238081_5032_none { left: 87px; overflow-wrap: break-word; list-style: disc; position: absolute; }
.element_1736694700409_274_none { position: absolute; list-style: disc; overflow-wrap: break-word; }
.element_15365142311191_7398_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1536514231857_666_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
#image-79227 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15365142319059_4985_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;  }
.element_15365142314103_7442_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15365142319003_7350_none { left: 137px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15365142317520_4971_none { left: 538px; overflow-wrap: break-word; list-style: outside none disc; transition: all 1s ease-in-out 0s; border-style: solid; border-width: 0px; position: absolute;  }
.element_15365142319053_317_none { left: 137px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1536514231564_8836_none { left: 538px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15365142314566_6044_none { left: 90px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1536514704943_1504_none { left: 86px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1536514905859_9824_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
#gallery-79260 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 230.02px;
height: 150px;
margin-right: 11.98px;
margin-bottom: 11.98px;
}
#gallery-79260 a:nth-child(4n) {
margin-right: 0;
}
.element_1536515264750_311_none { transition: all 1s ease-in-out 0s;  }
.element_1536515264750_311_hover:hover { transform: scale(1.1); transition-delay: 0s;  }
.element_15371846897209_4484_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
#image-79327 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_15371846895529_2218_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;  }
.element_15371846899056_4766_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15371846894003_7165_none { background-color: rgba(128, 128, 128, 0);  }
.element_15371846899685_2660_none { left: 117px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15371846895243_699_none { left: 117px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15371846894954_7934_none { left: 642px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1537184689945_1923_none { left: 117px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15371846895431_3394_none { left: 117px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15371846897579_8283_none { left: 84px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
#image-79378 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
#image-79380 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
#image-79381 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_15371846896349_724_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1725450159197_634_none { position: absolute; list-style: outside; overflow-wrap: break-word;  }
.element_15416687185498_654_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15416687181840_9423_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
#image-2327 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_15416687186350_9608_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;  }
.element_15416687188851_8996_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15416687181427_1978_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
#image-79592 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15416998515172_4731_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15416998519886_8826_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
#image-79827 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_15416998518339_7653_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;  }
.element_15416998516358_6825_none { left: 593px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
#image-79855 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_15416998519980_3196_none { background-color: rgba(128, 128, 128, 0);  }
.element_15416998515423_3687_none { left: 80px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15416998519260_9453_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15417072448560_9649_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; }
.element_15417072445521_1030_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
#image-79927 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_15417072445265_5872_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; }
.element_15417072448766_9603_none { left: 595px; overflow-wrap: break-word; list-style: outside; position: absolute; }
#image-79955 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_15417072448115_9852_none { left: 80px; overflow-wrap: break-word; list-style: outside; position: absolute; }
.element_15417072447841_5202_none { left: 620px; overflow-wrap: break-word; list-style: outside; position: absolute; }
.element_15417072441877_7749_none { left: 80px; overflow-wrap: break-word; list-style: outside; position: absolute; }
.element_15417072445183_258_none { left: 620px; overflow-wrap: break-word; list-style: outside; position: absolute; }
.element_15417072446121_3368_none { left: 72px; overflow-wrap: break-word; list-style: outside; position: absolute; }
.element_15417072443004_8485_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; }
.element_15417072443295_2200_none { left: 72px; overflow-wrap: break-word; list-style: outside; position: absolute; }
.element_1541708431422_8323_none { left: 80px; overflow-wrap: break-word; list-style: outside; position: absolute; }
.element_1541708460235_4824_none { left: 620px; overflow-wrap: break-word; list-style: outside; position: absolute; }
.element_1541708519403_4014_none { left: 80px; overflow-wrap: break-word; list-style: outside; position: absolute; }
.element_154212223148_6503_none { left: 82px; overflow-wrap: break-word; list-style: disc;  }
.element_15421222314470_8228_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
#image-79227 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_15421222312903_763_none { background-image: none; opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 0s; animation-fill-mode: forwards; animation-timing-function: ease-in; -webkit-animation-name: fade; -webkit-animation-duration: 1s; -webkit-animation-delay: 0s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
.element_15421222311232_4061_none { left: 82px; overflow-wrap: break-word; list-style: disc;  }
.element_15421222315227_7910_none { left: 137px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_15421222311517_3525_none { left: 538px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_15421222311609_279_none { background-color: rgba(128, 128, 128, 0);  }
.element_1542122231408_8653_none { left: 137px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_15421222311692_8650_none { left: 538px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_15421222314458_6649_none { background-color: rgba(128, 128, 128, 0);  }
.element_15421222313715_5530_none { left: 90px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_15421222313274_8429_none { left: 86px; list-style: outside none disc; overflow-wrap: break-word;  }
.element_15421222316777_106_none { left: 82px; list-style: outside none disc; overflow-wrap: break-word;  }
#gallery-79260 a {				display: inline-block;				background-repeat: no-repeat;				background-size: cover;				background-position: center center;				width: 230.02px;				height: 150px;				margin-right: 11.98px;				margin-bottom: 11.98px;			}			#gallery-79260 a:nth-child(4n) {				margin-right: 0;			}
.element_15421222312383_4288_none { transition: all 1s ease-in-out 0s;  }
.element_15421222312383_4288_hover:hover { transform: scale(1.1); transition-delay: 0s;  }
.element_15422171129130_8504_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15422171125071_5931_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
.element_15422171124373_4855_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;  }
.element_15422171126011_1153_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15422171127185_8253_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15422171129629_9008_none { left: 85px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15422171121012_2573_none { left: 652px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15422171123907_3462_none { left: 85px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15422171124450_3406_none { left: 641px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15422171124159_5666_none { left: 81.5px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15422171126904_511_none { left: 81.5px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15422171126914_2654_none { background-color: rgba(128, 128, 128, 0);  }
.element_15422171122796_9839_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15422171128235_8113_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15470578697996_9217_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15470578698369_8164_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
#image-123927 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1547057869400_700_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;  }
.element_15470578696077_6335_none { left: 85px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15470578695153_1769_none { background-color: rgba(128, 128, 128, 0);  }
.element_15470578698056_7944_none { left: 99px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15470578697086_160_none { left: 99px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15470578694688_4724_none { left: 683px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1547057869206_3049_none { left: 99px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15470578696215_4743_none { left: 92px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15470578694108_4960_none { left: 99px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
#image-123978 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
#image-123980 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
#image-123981 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1547058337023_875_none { left: 86px; list-style: outside none disc; overflow-wrap: break-word; position: absolute;  }
.element_1547058756845_9875_none { left: 99px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15521391178049_3453_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_15521391179438_8011_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
#image-124027 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15521391179762_4859_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;  }
.element_15521391172664_7823_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_15521391172441_8657_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_15521391172364_8496_none { left: 85px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_15521391176507_4782_none { left: 641px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_1552139117163_637_none { left: 85px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_15521391171877_3651_none { left: 641px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_15521391172616_8504_none { left: 81.5px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_15521391171559_6029_none { left: 81.5px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_15521391171685_5213_none { background-color: rgba(128, 128, 128, 0);  }
.element_1552139117146_6639_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_15521391175941_1262_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_15521553817682_5962_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15521553814600_3622_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
#image-124127 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1552155381539_5573_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;  }
.element_15521553818470_3241_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15521553816124_3884_none { left: 137px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15521553812446_4230_none { left: 538px; overflow-wrap: break-word; list-style: outside none disc; transition: all 1s ease-in-out 0s; border-style: solid; border-width: 0px; position: absolute;  }
.element_1552155381442_2547_none { left: 137px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15521553819137_635_none { left: 538px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15521553819982_7098_none { left: 90px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15521553814852_526_none { left: 86px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15521553819161_1974_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
#gallery-124160 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: NaNpx;
height: undefinedpx;
margin-right: NaNpx;
margin-bottom: NaNpx;
}
#gallery-124160 a:nth-child(NaNn) {
margin-right: 0;
}
.element_15521553812291_6218_none { transition: all 1s ease-in-out 0s;  }
.element_15521553812291_6218_hover:hover { transform: scale(1.1); transition-delay: 0s;  }
.element_1552155811355_233_none { background-color: rgb(233, 180, 0);  }
.element_1552155904791_2373_none { background-color: rgb(233, 180, 0);  }
#image-124163 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_15525619334071_5144_none { left: 82px; overflow-wrap: break-word; list-style: disc;  }
.element_1552561933958_4441_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
.element_15525619339176_7303_none { background-image: none; opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 0s; animation-fill-mode: forwards; animation-timing-function: ease-in; -webkit-animation-name: fade; -webkit-animation-duration: 1s; -webkit-animation-delay: 0s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
.element_1552561933434_4628_none { left: 82px; overflow-wrap: break-word; list-style: disc;  }
.element_15525619337645_1650_none { left: 82px; overflow-wrap: break-word; list-style: disc;  }
#gallery-124291 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 210.7px;
height: 150px;
margin-right: 11px;
margin-bottom: 11px;
}
#gallery-124291 a:nth-child(5n) {
margin-right: 0;
}
#image-124292 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15562164937763_8525_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-z: 2002; }
.element_15562164939385_290_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none; --background-image-url: none; --position-z: 2001; }
#image-124327 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_15562164937545_4246_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; --position-z: 2003; --position-height: 377; --position-width: 1431; }
.element_1556216493521_3197_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-z: 2004; }
#image-124392 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_15562164936071_6390_none { --position-z: 2005; --position-height: 112; --position-width: 150; }
.element_15566099461213_9417_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
#image-137327 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_15566099466173_8317_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;  }
.element_1556610821986_3_none { list-style: outside none disc; overflow-wrap: break-word; position: absolute;  }
.element_1556610875137_8164_none { list-style: outside none disc; overflow-wrap: break-word; position: absolute;  }
.element_1556610972272_3115_none { list-style: outside none disc; overflow-wrap: break-word; position: absolute;  }
#gallery-137395 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 210.7px;
height: 150px;
margin-right: 11px;
margin-bottom: 11px;
}
#gallery-137395 a:nth-child(5n) {
margin-right: 0;
}
.element_1556611121281_7795_none { list-style: outside none disc; overflow-wrap: break-word; position: absolute;  }
.element_1556611143509_6067_none { list-style: outside none disc; overflow-wrap: break-word; position: absolute;  }
.element_1556611188487_6628_none { list-style: outside none disc; overflow-wrap: break-word; position: absolute;  }
.element_1620119413611_7856_none { position: absolute; list-style: outside none disc; overflow-wrap: break-word;  }
.element_15566114903107_2779_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
#image-137427 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15566114907147_9859_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;  }
.element_15566114902161_2552_none { list-style: outside none disc; overflow-wrap: break-word; position: absolute;  }
.element_15566114906924_2374_none { list-style: outside none disc; overflow-wrap: break-word; position: absolute;  }
.element_15566114901061_7651_none { list-style: outside none disc; overflow-wrap: break-word; position: absolute;  }
#gallery-137495 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 210.7px;
height: 150px;
margin-right: 11px;
margin-bottom: 11px;
}
#gallery-137495 a:nth-child(5n) {
margin-right: 0;
}
.element_15566114903530_4767_none { list-style: outside none disc; overflow-wrap: break-word; position: absolute;  }
.element_15566114905842_8198_none { list-style: outside none disc; overflow-wrap: break-word; position: absolute;  }
.element_15566114906639_1611_none { list-style: outside none disc; overflow-wrap: break-word; position: absolute;  }
.element_1557517002718_5833_none { list-style: outside none disc; overflow-wrap: break-word; position: absolute;  }
.element_1620120313859_7712_none { position: absolute; list-style: outside none disc; overflow-wrap: break-word;  }
.element_15602784321204_5357_none { left: 74px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15602784323576_5550_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
#image-137527 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1560278432718_7275_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;  }
.element_15602784326755_3468_none { left: 74px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15602784321301_1426_none { left: 71px; overflow-wrap: break-word; list-style: outside none disc; position: absolute; border-color: rgb(24, 34, 209);  }
.element_15602784321459_7649_none { left: 71px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15602784323464_5446_none { left: 71px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15602784324651_8108_none { left: 82px; list-style: outside none disc; overflow-wrap: break-word; position: absolute;  }
.element_15602784326226_4046_none { left: 78.5px; list-style: outside none disc; overflow-wrap: break-word; position: absolute;  }
.element_15602784322073_7605_none { left: 71px; list-style: outside none disc; overflow-wrap: break-word; position: absolute;  }
.element_15685559928891_236_none { left: 82px; overflow-wrap: break-word; list-style: disc;  }
.element_15685559927348_4734_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
.element_15685559926796_1125_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;  }
.element_15685559924183_4143_none { background-color: rgba(128, 128, 128, 0);  }
.element_15685559923165_3544_none { left: 82px; overflow-wrap: break-word; list-style: disc;  }
#image-137691 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
#image-137692 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1568556693941_7708_none { list-style: outside none disc; overflow-wrap: break-word;  }
.element_1568556859509_2898_none { list-style: outside none disc; overflow-wrap: break-word;  }
.element_15685593484405_5600_none { left: 82px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_15685593487582_4330_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
.element_15685593487116_4013_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;  }
.element_15685593487709_4239_none { left: 82px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1568559348540_8984_none { left: 82px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_15685593488866_4939_none { left: 82px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#image-137791 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
#image-137792 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1568559877327_7314_none { left: 82px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_15875771452384_389_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1587577145565_8350_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
.element_1587577598182_5425_hover:hover {  }
#image-137827 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_15875771454841_8955_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;  }
.element_15875771457230_7318_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute; transition: all 1s ease-in-out 0s; opacity: 1;  }
.element_1587577598193_214_hover:hover {  }
.element_1587577700964_9207_none { position: absolute; list-style: outside none disc; overflow-wrap: break-word;  }
.element_1587578129106_1802_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1587578197608_6636_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1587578197608_6636_hover:hover {  }
.element_1587578786743_0198_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1587578938510_98_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1587581011820_9067_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1587581644457_196_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1587582290640_4146_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1588663484339_865_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1588663808185_0908_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1596557525889_6475_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1637846271517_459_none { position: absolute; list-style: outside none disc; overflow-wrap: break-word;  }
.element_16055243336399_8382_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_16055243336232_5226_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_16055243339869_7149_none { background-color: rgba(0, 0, 0, 0);  }
.element_1605524333614_8357_none { background-color: rgba(72, 102, 246, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
.element_16055243334022_5223_hover:hover {  }
.element_16055243338998_8110_none { background-color: rgb(215, 215, 215);  }
.element_16055243338998_8110_hover:hover { background-color: rgb(215, 215, 215);  }
#image-4567 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_16055243339529_7725_none { background-color: rgb(131, 131, 131); background-image: none;  }
.element_1605524733957_1648_none { position: absolute; list-style: outside none disc; overflow-wrap: break-word;  }
.element_16293106215997_9826_none { left: 97px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 97px !important; --position-y: 713px !important; --position-z: 2003 !important; }
.element_16293106216637_4628_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none; --background-image-url: none !important; --background-color: rgba(0, 0, 0, 0) !important; --position-z: 2002 !important; }
#image-138027 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_16293106216168_5904_none { background-image: none; opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 1s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1; --position-z: 2001 !important; --position-height: 480 !important; --position-width: 100% !important; }
.element_16293106219289_2465_none { left: 93px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 93px !important; --position-y: 1059px !important; --position-z: 2004 !important; }
.element_16293106215062_4845_none { left: 92px; overflow-wrap: break-word; list-style: outside; position: absolute; border-color: rgb(24, 34, 209); --position-x: 89px !important; --position-y: 1355px !important; --position-z: 2005 !important; }
.element_16293106212316_4978_none { left: 89px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 89px !important; --position-y: 1396px !important; --position-z: 2006 !important; }
.element_16293106219264_4426_none { left: 89px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 89px !important; --position-y: 1187px !important; --position-z: 2007 !important; }
.element_16293106215605_4716_none { left: 86px; list-style: outside; overflow-wrap: break-word; position: absolute; --position-x: 86px !important; --position-y: 1458px !important; --position-z: 2008 !important; }
.element_1629310621351_4212_none { left: 97px; list-style: outside; overflow-wrap: break-word; position: absolute; --position-x: 97px !important; --position-y: 836px !important; --position-z: 2009 !important; }
.element_16293106218613_2928_none { left: 74px; list-style: outside; overflow-wrap: break-word; position: absolute; --position-x: 74px !important; --position-y: 1663px !important; --position-z: 2010 !important; }
.element_1725472860474_143_none { position: absolute; list-style: outside; overflow-wrap: break-word; left: 74px; --position-x: 74px !important; --position-y: 2062px !important; --position-z: 2011 !important; }
.element_1725473209158_875_none { position: absolute; list-style: outside; overflow-wrap: break-word; left: 74px; --position-x: 74px !important; --position-y: 2251px !important; --position-z: 2012 !important; }
.element_16549725819326_6553_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 82px !important; --position-y: 738px !important; --position-z: 2003 !important; }
.element_1654972581484_2803_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none; --background-image-url: none !important; --background-color: rgba(0, 0, 0, 0) !important; --position-z: 2002 !important; }
.element_16549725817179_7569_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 82px !important; --position-y: 795px !important; --position-z: 2004 !important; }
#image-138327 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1654972581191_4241_none { background-image: none; opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 1s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1; --position-z: 2001 !important; --position-height: 480 !important; --position-width: 100% !important; }
.element_16796493088707_3120_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-z: 2003; --position-y: 731px; --position-x: 95px; }
.element_16796493085379_7810_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none; --background-image-url: none; --position-z: 2002; --position-y: 659px; --position-height: 1019px; }
#image-138527 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_16796493088380_5871_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; --position-z: 2001; --position-height: 480; --position-width: 1280; }
.element_16796493084649_7027_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-z: 2004; --position-y: 1130px; --position-x: 114px; }
.element_16796493083498_2611_none { background-color: rgba(128, 128, 128, 0); --position-z: 2005; }
.element_16796493088795_5234_none { left: 117px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-z: 2006; --position-y: 1995px; --position-x: 114px; }
.element_16796493082590_9768_none { left: 117px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-z: 2007; --position-y: 2062px; --position-x: 114px; }
.element_16796493081675_9058_none { left: 642px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-z: 2008; --position-y: 2062px; --position-x: 626px; }
.element_16796493082192_4614_none { left: 117px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-z: 2009; --position-y: 2158px; --position-x: 114px; }
.element_16796493082790_1638_none { left: 117px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-z: 2010; --position-y: 1848px; --position-x: 114px; }
.element_16796493087489_4453_none { left: 84px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-z: 2011; --position-y: 2405px; --position-x: 114px; }
#image-138578 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_16796493088092_961_none { --position-z: 2012; --position-height: 189px; --position-width: 284px; --position-y: 1639.5px; --position-x: 458px; }
#image-138580 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1679649308436_9246_none { --position-z: 2013; --position-height: 191px; --position-width: 286px; --position-y: 1639px; --position-x: 758px; }
#image-138581 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_16796493087789_8794_none { --position-z: 2014; --position-height: 184px; --position-width: 328px; --position-y: 1642px; --position-x: 114px; }
.element_1679649981845_6272_none { left: 117px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-z: 2015; --position-y: 2113px; --position-x: 114px; }
.element_1679650058977_2754_none { left: 117px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-z: 2016; --position-y: 2113px; --position-x: 792px; }
.element_1740851671799_7131_none { position: absolute; list-style: outside; overflow-wrap: break-word; --position-z: 2017; --position-y: 794px; --position-x: 114px; }
.element_1690972000517_9416_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 82px !important; --position-y: 738px !important; --position-z: 2003 !important; }
.element_16909720009005_170_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none; --background-image-url: none !important; --background-color: rgba(0, 0, 0, 0) !important; --position-z: 2002 !important; }
#gallery-138621 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 207.44px;
height: 150px;
margin-right: 10.83px;
margin-bottom: 10.83px;
}
#gallery-138621 a:nth-child(5n) {
margin-right: 0;
}
.element_16909720008540_4273_none { --real-image-width: 207.44px !important; --image-height: 150px !important; --image-gap: 10.83px !important; --position-z: 2004 !important; }
.element_16909720009255_1142_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 82px !important; --position-y: 819px !important; --position-z: 2005 !important; }
#image-138627 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1690972000494_4523_none { background-image: none; opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 1s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1; --position-z: 2001 !important; --position-height: 480 !important; --position-width: 100% !important; }
.element_1690973608261_239_none { border-color: rgb(228, 197, 197); --position-width: 600px !important; --position-z: 2006 !important; }
.element_17254753589488_6311_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_17254753587301_4638_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
#image-4327 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_1725475358923_7819_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;  }
.element_17254753584066_1840_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_17254753581676_8625_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_17254775689783_1577_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_17254775682447_2585_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
#image-139027 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_17254775685732_4008_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;  }
.element_17254775685976_3529_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_17278628306865_2173_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
#image-139127 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_17278628304713_8680_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;  }
.element_17278628304514_1314_none { left: 593px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
#image-139155 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_17278628309401_1794_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_17278845965264_1171_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 82px !important; --position-y: 1006px !important; --position-z: 2003 !important; }
.element_17278845966415_9571_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none; --background-image-url: none !important; --position-z: 2002 !important; --position-y: 1005px !important; }
#image-139227 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_17278845964507_2510_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; --position-z: 2001 !important; --position-height: 480 !important; --position-width: 1920 !important; }
.element_17278845961084_7906_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 82px !important; --position-y: 1093px !important; --position-z: 2004 !important; }
.element_17279469451472_7356_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_17279469453972_7993_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
.element_17279469452740_7144_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_172794694543_710_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;  }
.element_1732701404281_8663_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-z: 2003 !important; --position-x: 82px !important; --position-y: 1103px !important; }
.element_17327014042201_6410_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none; --background-image-url: none; --position-z: 2002 !important; --background-color: rgba(0, 0, 0, 0)  !important; --position-y: 681px  !important; --position-height: 1607px  !important; }
#image-139427 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_17327014044539_6360_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; --position-z: 2001 !important; --position-height: 480 !important; --position-width: 100% !important; }
.element_17327014047416_4488_none { left: 595px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-z: 2004 !important; --position-x: 595px !important; --position-y: 1162px !important; }
#image-139455 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_17327014044832_1295_none { --position-z: 2005 !important; --position-height: 112 !important; --position-width: 150 !important; --position-x: 80px  !important; --position-y: 1161px  !important; }
.element_17327014048390_7785_none { left: 80px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-z: 2006 !important; --position-x: 80px !important; --position-y: 1628px !important; }
.element_17327014045919_1080_none { left: 620px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-z: 2007 !important; --position-x: 620px !important; --position-y: 1628px !important; }
.element_17327014048433_3002_none { left: 80px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-z: 2008 !important; --position-x: 80px !important; --position-y: 1674px !important; }
.element_17327014048452_9291_none { left: 620px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-z: 2009 !important; --position-x: 620px !important; --position-y: 1671px !important; }
.element_17327014041108_6564_none { left: 72px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-z: 2010 !important; --position-x: 72px !important; --position-y: 2306px !important; }
.element_1732701404388_3744_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-z: 2011 !important; --position-x: 82px !important; --position-y: 744px !important; }
.element_17327014049993_5153_none { left: 72px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-z: 2012 !important; --position-x: 72px !important; --position-y: 1976px !important; }
.element_17327014045441_1273_none { left: 80px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-z: 2013 !important; --position-x: 80px !important; --position-y: 1582px !important; }
.element_1732701404177_2087_none { left: 620px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-z: 2014 !important; --position-x: 620px !important; --position-y: 1582px !important; }
.element_1732701404570_9003_none { left: 80px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-z: 2015 !important; --position-x: 80px !important; --position-y: 1720px !important; --position-width: 536px !important; }
.element_17416283985_2436_none { left: 90px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 90px !important; --position-y: 977px !important; --position-z: 2003 !important; }
.element_17416283984655_688_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none; --background-image-url: none       !important; --position-z: 2002 !important; --position-y: 1072px   !important; }
.element_17416283982750_8067_none { left: 85px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 85px !important; --position-y: 1439px !important; --position-z: 2004 !important; }
#image-139527 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_17416283983031_2444_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; --position-z: 2001 !important; --position-height: 824 !important; --position-width: 100% !important; --position-y: 179px   !important; }
#image-139528 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1741629524834_471_none { --position-z: 2005 !important; --position-height: 100 !important; --position-width: 150 !important; --position-y: 1133px   !important; --position-x: 87px   !important; }
.element_17416311167972_8936_none { left: 87px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 81px !important; --position-y: 968px !important; --position-z: 2003 !important; }
.element_17416311162270_3858_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none; --background-image-url: none    !important; --position-z: 2002 !important; }
.element_17416311169424_7733_none { left: 86px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 87px !important; --position-y: 1117px !important; --position-z: 2004 !important; }
#image-139627 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_17416311164050_6418_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; --position-z: 2001 !important; --position-height: 95 !important; --position-width: 100% !important; }
.element_17416325489947_2543_none { left: 51px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 51px !important; --position-y: 268px !important; --position-z: 2003 !important; }
.element_17416325488899_7816_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none; --background-image-url: none     !important; --position-z: 2002 !important; }
.element_17416325482636_3241_none { left: 87px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 87px !important; --position-y: 1175px !important; --position-z: 2004 !important; }
#image-139727 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_17416325487227_4678_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; --position-z: 2001 !important; --position-height: 938 !important; --position-width: 100% !important; --position-y: 282px     !important; }
.element_17416341887480_1739_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 39px !important; --position-y: 283px !important; --position-z: 2003 !important; }
.element_17416341882736_8288_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none; --background-image-url: none    !important; --position-z: 2002 !important; }
.element_17416341882931_2780_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 82px !important; --position-y: 1278px !important; --position-z: 2004 !important; }
#image-139827 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_17416341888999_9223_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; --position-z: 2001 !important; --position-height: 591 !important; --position-width: 100% !important; --position-y: 289px   !important; }
.element_17429334711320_7630_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: -81px !important; --position-y: 710px !important; --position-z: 2003 !important; }
.element_174293347191_1766_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none; --background-image-url: none  !important; --position-z: 2002 !important; --position-y: 659px !important; --position-height: 1379px !important; }
#image-139927 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_17429334719734_8603_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; --position-z: 2001 !important; --position-height: 377 !important; --position-width: 100% !important; }
.element_1742933722106_2756_none { --position-z: 2006 !important; --position-y: 773px !important; --position-x: -81px !important; --position-width: 1350px !important; --position-height: 1238px !important; }
.element_17450877654044_5625_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none; --background-image-url: none  !important; --position-z: 2001 !important; --position-y: 1068px  !important; --position-height: 2541px  !important; }
#image-140027 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_17450877658381_6111_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; --position-z: 2002 !important; --position-height: 885 !important; --position-width: 100% !important; --position-y: 183px  !important; }
.element_1745089395953_158_none { --position-width: 1553px !important; --position-height: 2300px !important; --position-x: -169px !important; --position-y: 1191px !important; --position-z: 2003 !important; }
.element_1749467286512_818_none { left: 90px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 90px !important; --position-y: 1257px !important; --position-z: 2003 !important; }
.element_17494672862531_6351_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none; --background-image-url: none  !important; --background-color: rgba(0, 0, 0, 0)  !important; --position-z: 2002 !important; }
.element_17494672868401_8075_none { left: 93px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 93px !important; --position-y: 1326px !important; --position-z: 2004 !important; }
#image-140127 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_17494672864203_6339_none { background-image: none; opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 1s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1; --position-z: 2001 !important; --position-height: 576 !important; --position-width: 100% !important; --position-y: 179px  !important; }
.element_17587144062386_8942_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 82px !important; --position-y: 732px !important; --position-z: 2003 !important; }
.element_17587144065520_9148_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none; --background-image-url: none !important; --background-color: rgba(0, 0, 0, 0) !important; --position-z: 2002 !important; --position-y: 657px !important; --position-height: 961px !important; }
#image-140227 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_17587144064834_9274_none { background-image: none; opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 1s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1; --position-z: 2001 !important; --position-height: 480 !important; --position-width: 100% !important; }
.element_17587144062639_9033_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 82px !important; --position-y: 1173px !important; --position-z: 2005 !important; --position-width: 903px !important; }
.element_1758714406508_2905_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 87px !important; --position-y: 1528px !important; --position-z: 2006 !important; }
#image-140292 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_17587144069110_8048_none { --position-z: 2008 !important; --position-height: 311px !important; --position-width: 553px !important; --position-y: 822px !important; --position-x: 82px !important; }
.element_1758715030420_5476_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 82px !important; --position-y: 774px !important; --position-z: 2010 !important; --position-width: 403px !important; }
header {
    position: absolute;
    top: 0;
    left: 0;
    height: 223px;
    width: 100%;
    background-color: rgba(255, 255, 255, 1); 
    z-index: 4000;
}
.element_1504682025531_025_none { opacity: 0; animation-name: fade; animation-duration: 1s; animation-iteration-count: 1; animation-delay: 0s; animation-fill-mode: forwards; animation-timing-function: ease-in; --position-height: 186 !important; --position-width: 242 !important; --position-z: 4002 !important; --position-x: 1px        !important; --position-y: -3px        !important; }#image-453000000 {
width: 100%;
height: 100%;
display: block;
position: relative;
overflow: visible;
}#image-453000000 [class^=layer]{
position: absolute;
}#image-453000000 .layer2 {
width: 100%;
height: 100%;
}#image-453000000 .layer3 {
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
}#image-453000000.a {width:100%;height:100%;}
.element_1499424213293_8206_none { left: 967px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-z: 4003 !important; --position-x: 967px !important; --position-y: 26px !important; }
.element_1676654393750_6035_none { left: 750px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-z: 4001 !important; --position-x: 750px !important; --position-y: 102px !important; }
.element_1498563342383_9858_none { background-color: rgb(233, 180, 0); border-radius: 5px; --position-z: 4004 !important; --background-color: rgb(233, 180, 0)                    !important; }
.element_1498563430981_5059_none { left: 989px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-z: 4005 !important; --position-x: 989px !important; --position-y: 109px !important; }
.element_1498562969511_3364_none { background-color: rgb(233, 180, 0); opacity: 0; box-shadow: rgb(131, 131, 131) 0px 5px 5px; animation-name: fade; animation-duration: 1s; animation-delay: 0s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1; --position-y: 178px; --position-height: 44px; --position-z: 4006 !important; --background-color: rgb(233, 180, 0)                    !important; }
.element_1484568887314_9143_none { background-image: none; background-color: rgb(233, 180, 0); opacity: 0; animation-name: fade; animation-duration: 1s; animation-iteration-count: 1; animation-delay: 0s; animation-fill-mode: forwards; animation-timing-function: ease-in; --hover-style-line-height: 4px; --current-top-level-style-line-height: 2px; --current-top-level-style-line-vertical-position: 40px; --current-other-level-style-line-height: 4px; --current-other-level-style-line-vertical-position: 0px; --position-z-index: 4007; --position-height: 35px; --top-border-top: none !important; --top-border-left: none !important; --border-bottom: none !important; --border-top: none !important; --border-left: none !important; --menu-orientation: horizontal !important; --position-fixed: relative !important; --text-align: left !important; --top-line-height: 35px !important; --hover-background-color: rgba(233, 180, 0, 0.9) !important; --hover-font-color: rgb(0, 0, 0) !important; --hover-font-style: normal !important; --hover-text-decoration: none !important; --hover-font-weight: normal !important; --hover-style-line-color: rgba(0, 0, 0, 0) !important; --hover-other-level-background-color: rgba(233, 180, 0, 0.9) !important; --hover-other-level-font-color: rgb(0, 0, 0) !important; --hover-other-level-font-style: normal !important; --hover-other-level-font-decoration: none !important; --hover-other-level-font-weight: normal !important; --top-padding-vertical: 45px !important; --top-padding-horizontal: 5px !important; --top-font-size: 18px !important; --top-background-color: rgba(95, 95, 95, 0) !important; --top-font-color: rgb(255, 255, 255) !important; --top-font-family: Raleway !important; --top-font-weight: normal !important; --top-font-style: normal !important; --top-text-decoration: none !important; --current-top-level-background-color: rgba(246, 166, 72, 0) !important; --current-top-level-font-color: rgb(0, 0, 0) !important; --current-top-level-font-weight: normal !important; --current-top-level-font-style: normal !important; --current-top-level-text-decoration: none !important; --current-top-level-style-line-color: rgba(0, 0, 0, 0) !important; --current-other-level-font-color: rgb(0, 0, 0) !important; --current-other-level-font-weight: normal !important; --current-other-level-font-style: normal !important; --current-other-level-text-decoration: none !important; --current-other-level-background-color: rgba(233, 180, 0, 0.9) !important; --current-other-level-style-line-color: rgba(0, 0, 0, 0) !important; --other-background-color: rgba(233, 180, 0, 0.9) !important; --other-padding-vertical: 15px !important; --other-padding-horizontal: 20px !important; --other-level-text-align: left !important; --other-font-size: 18px !important; --other-font-color: rgb(255, 250, 250) !important; --other-font-family: Raleway !important; --other-font-weight: normal !important; --other-font-style: normal !important; --other-text-decoration: none !important; --calculated-width: 100% !important; --submenu-animation: fadeInDownSmall !important; --other-submenu-animation: fadeInLeftSmall !important; --position-width: 1235px !important; --position-y: 183px !important; --position-x: 1px !important; --position-z: 4007 !important; }
.element_1758711228150_7876_none { --position-width: 164px !important; --position-height: 150px !important; --position-x: -190px !important; --position-y: 0px !important; --position-z: 4008 !important; }