body #fix-area, body #content-area, body #footer-area { width: 1200px; }
body #footer { height: 490px; }
body #fullscreen-area, body .fullscreen-bg { background-color: rgba(48, 41, 49, 0.9); }
.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(211, 161, 76) !important; }
.dcmp-common-link-style:hover{font-style: normal; font-weight: normal; text-decoration: none; color: rgb(255, 255, 255) !important; }

.element_1484643189788_8208_none { left: 61.5px; list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_1594745604069_43_hover:hover {  }
.element_1484572905706_7295_none { box-shadow: 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_1484642739927_856_none { background-color: rgb(48, 41, 49); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
.element_1565790662223_2102_hover:hover {  }
.element_1548665940356_0247_none { background-color: rgba(48, 41, 49, 0.9); box-shadow: rgb(0, 0, 0) 5px 5px 15px;  }
#image-120 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1548666049927_3862_none {  }
.element_1548666731242_754_none { background-color: rgb(211, 161, 76); border-radius: 100%;  }
.element_1548666767973_729_none { left: 369px; list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_1548667616337_1648_none { background-color: rgba(72, 102, 246, 0);  }
.element_1548667671925_5554_none { background-color: rgba(72, 102, 246, 0);  }
.element_1548667671937_0889_none { background-color: rgb(211, 161, 76); border-radius: 100%;  }
.element_1548667672059_4026_none { left: 369px; list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_1548667731573_643_none { background-color: rgba(72, 102, 246, 0);  }
.element_1548667731585_5837_none { background-color: rgb(211, 161, 76); border-radius: 100%;  }
.element_1548667731710_4907_none { left: 369px; list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_1548667771110_7222_none { background-color: rgba(72, 102, 246, 0);  }
.element_1548667771119_349_none { background-color: rgb(211, 161, 76); border-radius: 100%;  }
.element_1548667771200_3384_none { left: 369px; list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_1548667819296_582_none { background-color: rgba(72, 102, 246, 0);  }
.element_1677599775515_2922_hover:hover {  }
.element_1548667819305_591_none { background-color: rgb(211, 161, 76); border-radius: 100%;  }
.element_1548667819392_95_none { left: 369px; list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_1548667861033_9429_none { background-color: rgba(72, 102, 246, 0);  }
.element_1677599775521_384_hover:hover {  }
.element_1548667861039_431_none { background-color: rgb(211, 161, 76); border-radius: 100%;  }
.element_1548667861126_7668_none { left: 369px; list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_1548668331740_291_none { background-color: rgb(48, 41, 49); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
.element_1565790662764_468_hover:hover {  }
.element_1548668331856_5283_none { left: 91px; list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_1548668699676_1145_none { background-color: rgb(48, 41, 49); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
.element_1677599775532_3318_hover:hover {  }
.element_1548668712558_9414_none { left: 115.5px; list-style: disc; overflow-wrap: break-word; position: absolute;  }
.map-over {
				background: transparent;
				position: absolute;
				width: 100%;
				height: 100%;
			}
.element_1548668768348_878_none { border-style: solid; border-width: 1px; border-color: rgb(255, 255, 255);  }
.element_1549032417179_7397_none { left: 91px; list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_1575467295409_8513_hover:hover {  }
#image-174 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
#image-175 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1564996100069_4336_none {  }
.element_1565790792439_486_none { left: 0px; list-style: disc; overflow-wrap: break-word; border-color: rgb(252, 197, 99); position: absolute;  }
.element_1565790792439_486_hover:hover { border-color: rgb(252, 197, 99);  }
.element_1575539828092_9365_none { background-color: rgba(128, 128, 128, 0);  }
.element_1575539987951_3848_none { background-color: rgba(128, 128, 128, 0);  }
.element_1582284871463_8643_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
.element_1582284916040_3308_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
.element_1582368442080_2605_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
.element_1594052988691_3625_none { background-color: rgba(128, 128, 128, 0);  }
.element_1615460108786_8008_none { background-color: rgba(128, 128, 128, 0);  }
#gallery-1100 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 253.84px;
height: 150px;
margin-right: 13.21px;
margin-bottom: 13.21px;
}
#gallery-1100 a:nth-child(4n) {
margin-right: 0;
}
.element_1637925792576_9783_none { left: 91px; list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_1637925792576_9783_hover:hover {  }
.element_1650286905470_1619_none { left: 0px; list-style: disc; overflow-wrap: break-word; border-color: rgb(252, 197, 99); position: absolute;  }
.element_1650286905470_1619_hover:hover { border-color: rgb(252, 197, 99);  }
.element_1664471141812_9243_none { left: 91px; list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_1677599775593_9119_hover:hover {  }
.element_1664530874195_4966_none { left: 61.5px; list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_1664530874195_4966_hover:hover {  }
#image-1118 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1664532560818_4663_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
#image-1120 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1664533760575_6348_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
#image-1123 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
#image-1124 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1664535014841_8433_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
.element_1664549082482_6138_none { left: 61.5px; list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_1664549082482_6138_hover:hover {  }
#image-1134 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1675768280643_5535_none { left: 0px; list-style: disc; overflow-wrap: break-word; border-color: rgb(252, 197, 99); position: absolute;  }
.element_1675768280643_5535_hover:hover { border-color: rgb(252, 197, 99);  }
.element_1686742911912_8418_none {  }
#image-1140 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1677595530266_9443_none {  }
.element_1677596817365_6812_none { background-color: rgb(48, 41, 49);  }
.element_1677599775642_961_hover:hover {  }
.element_1677596817378_1504_none { background-color: rgba(0, 0, 0, 0.5); overflow: hidden;  }
#image-1160 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1677596817389_9465_none { background-image: none;  }
.element_1677599775645_0938_hover:hover { filter: opacity(100%) brightness(81%) saturate(100%) contrast(100%) blur(0px);  }
.element_1677596817413_137_none { list-style: disc; overflow-wrap: break-word; border-color: rgb(246, 0, 0);  }
.element_1677599861475_5718_none { background-color: rgb(48, 41, 49);  }
.element_1677599861475_5718_hover:hover {  }
.element_1677599861478_231_none { background-color: rgba(0, 0, 0, 0.5); overflow: hidden;  }
#image-1172 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1677599861481_0955_none { background-image: none;  }
.element_1677599861481_0955_hover:hover { filter: opacity(100%) brightness(56%) saturate(100%) contrast(100%) blur(0px);  }
.element_1677599861486_1375_none { list-style: disc; overflow-wrap: break-word; border-color: rgb(246, 0, 0);  }
.element_1677602883534_6038_none { left: 61.5px; list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_1677602883534_6038_hover:hover {  }
.element_1677603129435_5686_none { left: 91px; list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_1677603129435_5686_hover:hover {  }
.element_1678719473426_463_none {  }
.element_1709664172645_026_none { left: 0px; list-style: disc; overflow-wrap: break-word; border-color: rgb(252, 197, 99); position: absolute;  }
.element_1709664172645_026_hover:hover { border-color: rgb(252, 197, 99);  }
#image-1204 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
#image-1205 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1710929804964_2576_none { left: 0px; list-style: disc; overflow-wrap: break-word; border-color: rgb(252, 197, 99); position: absolute;  }
.element_1710929804964_2576_hover:hover { border-color: rgb(252, 197, 99);  }
#socialmedia-581000093 a {			display: inline-block;			float: left;			width: 90px;			height: auto;opacity: 1;margin-right: 0px;}#socialmedia-581000093 a:last-child {			margin-right: 0;			margin-left: 0;			margin-bottom: 0;			margin-top: 0;		}#socialmedia-581000093 a img {			width: 100%;			height: auto;		}#socialmedia-581000093 a:hover {opacity: 1;}
#socialmedia-581000092 a {			display: inline-block;			float: left;			width: 106px;			height: auto;opacity: 1;margin-right: 10px;}#socialmedia-581000092 a:last-child {			margin-right: 0;			margin-left: 0;			margin-bottom: 0;			margin-top: 0;		}#socialmedia-581000092 a img {			width: 100%;			height: auto;		}#socialmedia-581000092 a:hover {opacity: 1;}
ul#menu-m1000024 {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
    text-align: center;
    height: 35px;
     width: 100%
}

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

ul#menu-m1000024 li:hover, ul#menu-m1000024-mobile li:hover {
    background-color: rgba(72, 102, 246, 0);
    transition: background-color 0.5s;
}

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

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

ul#menu-m1000024 a, ul#menu-m1000024-mobile a {
    white-space: nowrap;
}ul#menu-m1000024 > li, ul#menu-m1000024-mobile > li {
position: relative;
display: inline-block;
margin: 0;
padding: 0 8px;
font-size: 14px;
background-color: rgba(95, 95, 95, 0);
}
ul#menu-m1000024 > li:not(:first-child), ul#menu-m1000024-mobile > li:not(:first-child) {
border-top: none;border-left: none;
}
ul#menu-m1000024 > li.current, ul#menu-m1000024-mobile > li.current {
background-color: rgba(72, 102, 246, 0);
}

ul#menu-m1000024 > li > a, ul#menu-m1000024-mobile > li > a {
margin: 0;
padding: 0;line-height: 35px;color: rgba(255,255,255, 1);
font-family: QuicksandBook;
font-weight: normal;
font-style: normal;
display: inline-block;
padding: 0 15px;
text-decoration: none;}
ul#menu-m1000024 > li.current > a, ul#menu-m1000024-mobile > li.current > a {
color: rgb(211, 161, 76);
font-weight: normal;
font-style: normal;
text-decoration: none;
}ul#menu-m1000024 ul, ul#menu-m1000024-mobile ul {
    display: none;
    position: absolute;
    top: 100%;left: 0; padding: 0;
}

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

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

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

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

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

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

ul#menu-m1000024.mobile ul li a {
    padding: 15px 15px 15px calc(15px + 10px);
    white-space: inherit;
    display: block;
    line-height: 1.5em;
}
.element_1484569252512_9595_none {  }
.element_1484570346988_7268_none { left: 51.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1484568947387_501_none { left: 725px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.dextermedia_logo a span.dexterlogo { text-transform:uppercase;letter-spacing:0.3em;color:rgb(255, 255, 255);font-size:12px;font-family:railway;font-weight:;font-style:;text-decoration:undefined; }
.element_1484733335804_1208_none { left: 1001.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
ul#menu-m1000082 {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
    text-align: center;
    height: 41px;
    center:595.5px; width: 100%
}

ul#menu-m1000082 li, ul#menu-m1000082-mobile li {
    line-height: 1;
}

ul#menu-m1000082 li:hover, ul#menu-m1000082-mobile li:hover {
    background-color: rgba(1, 1, 1, 0.9);
    transition: background-color 0.5s;
}

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

ul#menu-m1000082 li:hover > ul, ul#menu-m1000082-mobile li:hover > ul {
    display: block;
}

ul#menu-m1000082 a, ul#menu-m1000082-mobile a {
    white-space: nowrap;
}ul#menu-m1000082 > li, ul#menu-m1000082-mobile > li {
position: relative;
display: inline-block;
margin: 0;
padding: 0 0px;
font-size: 16px;
background-color: rgba(95, 95, 95, 0);
}
ul#menu-m1000082 > li:not(:first-child), ul#menu-m1000082-mobile > li:not(:first-child) {
border-top: none;border-left: none;
}
ul#menu-m1000082 > li.current, ul#menu-m1000082-mobile > li.current {
background-color: rgba(246, 166, 72, 0);
}

ul#menu-m1000082 > li > a, ul#menu-m1000082-mobile > li > a {
margin: 0;
padding: 0;line-height: 41px;color: rgb(255, 255, 255);
font-family: QuicksandBook;
font-weight: normal;
font-style: normal;
display: inline-block;
padding: 0 15px;
text-decoration: none;}
ul#menu-m1000082 > li.current > a, ul#menu-m1000082-mobile > li.current > a {
color: rgb(211, 161, 76);
font-weight: normal;
font-style: normal;
text-decoration: none;
}ul#menu-m1000082 ul, ul#menu-m1000082-mobile ul {
    display: none;
    position: absolute;
    top: 100%;left: 0; padding: 0;
}

ul#menu-m1000082 ul li, ul#menu-m1000082-mobile ul li {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    background-color: rgba(48, 41, 49, 0.9);
    padding: 15px 15px;
    border-bottom: none; border-left: none;text-align: left;
}
ul#menu-m1000082 ul li:hover > a, ul#menu-m1000082-mobile ul li:hover > a {
color: rgb(211, 161, 76);
font-style: normal;
text-decoration: none;
font-weight: normal;
}
ul#menu-m1000082 ul li:hover, ul#menu-m1000082-mobile ul li:hover {
background-color: rgba(1, 1, 1, 0.9);
}
ul#menu-m1000082 ul li:first-child, ul#menu-m1000082-mobile ul li:first-child {
border-top: none;border-left: none;
}
ul#menu-m1000082 ul li.current > a, ul#menu-m1000082-mobile ul li.current > a {
color: rgb(211, 161, 76);
font-weight: normal;
font-style: normal;
text-decoration: none;
}
ul#menu-m1000082 ul li.current, ul#menu-m1000082-mobile ul li.current {
background-color: rgba(1, 1, 1, 0.9);
}
ul#menu-m1000082 ul a, ul#menu-m1000082-mobile ul a {
display: block;
padding: 0;
line-height: 1;
font-size: 16px;
color: rgb(255, 255, 255);
font-family: QuicksandBook;
font-weight: normal;
font-style: normal;
text-decoration: none;
}ul#menu-m1000082 ul ul, ul#menu-m1000082-mobile ul ul {
    top: 0;
    left: 100%;
}ul#menu-m1000082.mobile {
    text-align: left;
}

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

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

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

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

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

ul#menu-m1000082.mobile ul li a {
    padding: 15px 15px 15px calc(15px + 10px);
    white-space: inherit;
    display: block;
    line-height: 1.5em;
}ul#menu-m1000082 li:hover > ul {
    display: block;
    animation: fadeInDownSmall .3s ease-in;
}

ul#menu-m1000082 ul li:hover > ul {
    display: block;
    animation: fadeInLeftSmall .3s ease-in;
}
.element_1511769957457_3845_none { background-image: none; background-color: rgba(0, 0, 0, 0.25);  }
.element_1548664148260_158_none { left: 933.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1565789088495_2688_none { left: 933.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1548662933772_716_none { background-color: rgba(48, 41, 49, 0.9); opacity: 0; animation-name: fadeInDown; animation-duration: 1s; animation-delay: 0.3s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1; -webkit-animation-name: fadeInDown; -webkit-animation-duration: 1s; -webkit-animation-delay: 0.3s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in; -webkit-animation-iteration-count: 1;  }
#image-11000079 {
width: 100%;
height: 100%;
display: block;
position: relative;
overflow: visible;
}#image-11000079 [class^=layer]{
position: absolute;
}#image-11000079 .layer2 {
width: 100%;
height: 100%;
}#image-11000079 .layer3 {
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
}#image-11000079.a {width:100%;height:100%;}
.element_1511769954806_1062_none {  }
.element_1548664356305_062_none { background-color: rgb(0, 0, 0);  }
.element_1548664356305_062_hover:hover {  }
.element_1548669745030_6746_none { left: 803.5px; list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_1664278359103_0063_none { left: 51.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1675765436404_1975_none { left: 51.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1548670210950_774_none { border-style: solid; border-width: 1px; border-color: rgb(255, 255, 255);  }
.element_14846525228628_448_none { left: 82px; list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_1484652936830_556_none { left: 82px; list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_14846525221627_2915_none { background-color: rgb(48, 41, 49); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
#image-829 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1504510017528_3884_none {  }
.element_1534842832497_8516_none { left: 82px; list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_1534842877239_4429_none { left: 82px; list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_1534842903477_0122_none { left: 82px; list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_1534842925747_1653_none { left: 82px; list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_14846536485351_1640_none { left: 82px; list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_14846536482442_832_none { left: 82px; list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_14846536488071_5792_none { background-color: rgb(48, 41, 49); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
#image-937 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1504509705886_6106_none { opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 0.3s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1;  }
.element_15492797452517_3790_none { left: 61.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_15492797451476_5743_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_15492797458336_7692_none { background-color: rgb(48, 41, 49); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
#image-1027 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_15492797454356_2338_none { background-image: none; opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 0.3s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1; -webkit-animation-name: fade; -webkit-animation-duration: 1s; -webkit-animation-delay: 0.3s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in; -webkit-animation-iteration-count: 1;  }
.element_1549280262769_6182_none { background-color: rgb(48, 41, 49); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
.element_1549280262779_1565_none { left: 61.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1549280737614_3333_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#image-1034 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_15492877626738_6538_none { left: 61.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_15492877623154_7271_none { background-color: rgb(48, 41, 49); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
#image-1227 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15492877629817_7076_none { background-image: none; opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 0.3s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1; -webkit-animation-name: fade; -webkit-animation-duration: 1s; -webkit-animation-delay: 0.3s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in; -webkit-animation-iteration-count: 1;  }
#gallery-1239 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-1239 a:nth-child(5n) {
margin-right: 0;
}
.element_1575474346527_3577_none { opacity: 0; animation-name: fadeInLeftSmall; animation-duration: 1s; animation-delay: 0s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1;  }
#image-1241 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_15492918968558_9957_none { left: 61.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_15492918963649_4814_none { background-color: rgb(48, 41, 49); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
#image-1327 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1549291896558_4147_none { background-image: none; opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 0.3s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1; -webkit-animation-name: fade; -webkit-animation-duration: 1s; -webkit-animation-delay: 0.3s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in; -webkit-animation-iteration-count: 1;  }
#gallery-1340 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-1340 a:nth-child(5n) {
margin-right: 0;
}
.element_15492930449131_8093_none { left: 61.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_15492930443976_937_none { background-color: rgb(48, 41, 49); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
#image-1427 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15492930447070_3853_none { background-image: none; opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 0.3s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1; -webkit-animation-name: fade; -webkit-animation-duration: 1s; -webkit-animation-delay: 0.3s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in; -webkit-animation-iteration-count: 1;  }
#image-1439 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1549293187925_403_none { list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_1549293237883_264_none { background-color: rgba(128, 128, 128, 0);  }
.element_1549293280250_0466_none { background-color: rgba(128, 128, 128, 0);  }
.element_1549293322931_5044_none { background-color: rgba(128, 128, 128, 0);  }
#image-1446 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1549293322945_9778_none {  }
.element_1549293323046_3242_none { list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_1549293454142_2515_none { background-color: rgba(128, 128, 128, 0);  }
#image-1449 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1549293454158_561_none {  }
.element_1549293454248_0664_none { list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_1549293468056_601_none { background-color: rgba(128, 128, 128, 0);  }
#image-1452 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1549293468065_169_none {  }
.element_1549293468128_7834_none { list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_1549293480727_8564_none { background-color: rgba(128, 128, 128, 0);  }
.element_1549293679307_257_none { background-color: rgba(128, 128, 128, 0);  }
#image-1458 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1710772631464_066_none {  }
.element_15493554482740_111_none { left: 61.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_15493554487160_8583_none { background-color: rgb(48, 41, 49); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
#image-1527 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_15493554484436_8477_none { background-image: none; opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 0.3s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1; -webkit-animation-name: fade; -webkit-animation-duration: 1s; -webkit-animation-delay: 0.3s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in; -webkit-animation-iteration-count: 1;  }
#gallery-1539 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 206.28px;
height: 150px;
margin-right: 10.77px;
margin-bottom: 10.77px;
}
#gallery-1539 a:nth-child(5n) {
margin-right: 0;
}
.element_1549356299460_2244_none { background-color: rgb(48, 41, 49); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
.element_1549356299472_7258_none { left: 61.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#gallery-1544 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 206.67px;
height: 150px;
margin-right: 10.79px;
margin-bottom: 10.79px;
}
#gallery-1544 a:nth-child(5n) {
margin-right: 0;
}
.element_1549356657512_8608_none { background-color: rgb(48, 41, 49); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
.element_1549356657524_8618_none { left: 61.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#gallery-1549 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-1549 a:nth-child(5n) {
margin-right: 0;
}
.element_15493602012730_9781_none { left: 61.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_15493602012570_8947_none { background-color: rgb(48, 41, 49); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
#image-1627 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1549360201668_1596_none { background-image: none; opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 0.3s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1; -webkit-animation-name: fade; -webkit-animation-duration: 1s; -webkit-animation-delay: 0.3s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in; -webkit-animation-iteration-count: 1;  }
#gallery-1640 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-1640 a:nth-child(5n) {
margin-right: 0;
}
#gallery-1641 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-1641 a:nth-child(5n) {
margin-right: 0;
}
.element_1594131322315_274_none { left: 61.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1594131358026_8857_none { left: 61.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1594131833298_61_none { background-color: rgba(48, 41, 49, 0.9);  }
.element_15493610954469_5052_none { left: 61.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_15493610953322_8820_none { background-color: rgb(48, 41, 49); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; 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-1727 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1549361095481_8385_none { background-image: none; opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 0.3s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1; -webkit-animation-name: fade; -webkit-animation-duration: 1s; -webkit-animation-delay: 0.3s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in; -webkit-animation-iteration-count: 1;  }
.element_1549361460127_568_none { list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_1549361492521_5747_none { list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_1549361506189_963_none { list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_1549361779051_5923_none { list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_1549362159410_6116_none { background-color: rgb(48, 41, 49);  }
.element_1549362209070_6074_none { list-style: disc; overflow-wrap: break-word; position: absolute;  }
#gallery-1771 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-1771 a:nth-child(5n) {
margin-right: 0;
}
.element_1549367034905_6555_none { background-color: rgb(48, 41, 49);  }
.element_1549367034914_416_none { list-style: disc; overflow-wrap: break-word; position: absolute;  }
#gallery-1775 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-1775 a:nth-child(5n) {
margin-right: 0;
}
.element_1549367461792_4407_none { background-color: rgb(48, 41, 49);  }
.element_1549367461806_569_none { list-style: disc; overflow-wrap: break-word; position: absolute;  }
#gallery-1778 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-1778 a:nth-child(5n) {
margin-right: 0;
}
.element_1549367851004_0198_none { background-color: rgb(48, 41, 49);  }
.element_1549367851018_9841_none { list-style: disc; overflow-wrap: break-word; position: absolute;  }
#gallery-1781 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 207.05px;
height: 150px;
margin-right: 10.81px;
margin-bottom: 10.81px;
}
#gallery-1781 a:nth-child(5n) {
margin-right: 0;
}
.element_1549369294592_5098_none { background-color: rgb(48, 41, 49);  }
.element_1549369294614_009_none { list-style: disc; overflow-wrap: break-word; position: absolute;  }
#gallery-1784 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 208.2px;
height: 150px;
margin-right: 10.87px;
margin-bottom: 10.87px;
}
#gallery-1784 a:nth-child(5n) {
margin-right: 0;
}
.element_1549369417543_5046_none { background-color: rgb(48, 41, 49);  }
.element_1549369417559_1287_none { list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_1549369468812_9448_none { list-style: disc; overflow-wrap: break-word; position: absolute;  }
#image-1789 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1549369766907_8853_none { background-color: rgba(128, 128, 128, 0);  }
.element_1549369809068_9236_none { background-color: rgba(128, 128, 128, 0);  }
#image-1792 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1549369809077_4011_none {  }
.element_1549369809153_6643_none { list-style: disc; overflow-wrap: break-word; position: absolute;  }
#image-1794 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_15493706324901_2312_none { left: 61.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_15493706324644_4045_none { background-color: rgb(48, 41, 49); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
#image-1827 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_15493706325987_1290_none { background-image: none; opacity: 0; animation-name: zoomIn; animation-duration: 1s; animation-delay: 0.3s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1;  }
#image-1840 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1554719767087_8704_none { list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_1554720008630_4202_none { background-color: rgba(128, 128, 128, 0);  }
.element_1554720249026_5469_none { background-color: rgba(128, 128, 128, 0);  }
#image-1844 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1554720249056_0784_none {  }
.element_1554722533722_6184_none { background-color: rgba(128, 128, 128, 0);  }
.element_1554722533740_6836_none { list-style: disc; overflow-wrap: break-word; position: absolute;  }
#image-1850 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1554722538003_0317_none {  }
.element_1554722673841_3232_none { background-color: rgba(128, 128, 128, 0);  }
#image-1853 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1554722673963_906_none {  }
.element_1554722818203_1775_none { background-color: rgba(128, 128, 128, 0);  }
#image-1855 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1554722818228_8066_none {  }
.element_1554722818326_1484_none { list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_1554723111929_521_none { background-color: rgba(128, 128, 128, 0);  }
#image-1858 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1554723111958_0234_none {  }
.element_1554723176087_2542_none { background-color: rgba(128, 128, 128, 0);  }
.element_1554723176115_246_none { list-style: disc; overflow-wrap: break-word; position: absolute;  }
#image-1862 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1554723176182_3267_none {  }
.element_1554723186974_5864_none { background-color: rgba(128, 128, 128, 0);  }
#image-1865 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1554723187130_2075_none {  }
.element_15493716704165_3549_none { left: 61.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_15493716708419_8512_none { background-color: rgb(48, 41, 49); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
#image-1927 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15493716702058_9256_none { background-image: none; opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 0.3s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1; -webkit-animation-name: fade; -webkit-animation-duration: 1s; -webkit-animation-delay: 0.3s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in; -webkit-animation-iteration-count: 1;  }
.element_15493716705976_8108_none { background-color: rgba(128, 128, 128, 0);  }
#image-1949 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15493716706054_8194_none {  }
.element_15493716708154_617_none { list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_1549371962489_8127_none { background-color: rgba(128, 128, 128, 0);  }
#image-1961 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1549371962502_8079_none {  }
.element_1549371962519_0017_none { list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_1549372050045_7146_none { background-color: rgba(128, 128, 128, 0);  }
#image-1964 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1549372050059_5962_none {  }
.element_1549372050074_2395_none { list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_1549372065456_5156_none { background-color: rgba(128, 128, 128, 0);  }
#image-1967 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1549372065466_2842_none {  }
.element_1549372065479_8198_none { list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_1549372194823_2285_none { background-color: rgba(128, 128, 128, 0);  }
#image-1970 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1549372194840_4585_none {  }
.element_1549372194856_775_none { list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_1549372225671_8853_none { background-color: rgba(128, 128, 128, 0);  }
#image-1973 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1549372225680_9626_none {  }
.element_1549372225697_284_none { list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_1549372655879_2874_none { background-color: rgba(128, 128, 128, 0);  }
#image-1976 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1549372655896_661_none {  }
.element_1549372655916_9219_none { list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_1549372680867_5344_none { background-color: rgba(128, 128, 128, 0);  }
#image-1979 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1549372680881_0947_none {  }
.element_1549372680893_9744_none { list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_1549372980907_8408_none { background-color: rgba(128, 128, 128, 0);  }
#image-1982 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1549372980924_3635_none {  }
.element_1549372980938_0173_none { list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_1549372993032_4436_none { background-color: rgba(128, 128, 128, 0);  }
#image-1985 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1549372993041_387_none {  }
.element_1549372993054_9592_none { list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_1549373713484_973_none { background-color: rgba(128, 128, 128, 0);  }
#image-1988 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1549373713498_0664_none {  }
.element_1549373713519_8499_none { list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_1549373724161_0327_none { background-color: rgba(128, 128, 128, 0);  }
#image-1991 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1549373724173_6567_none {  }
.element_1549373724187_0823_none { list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_15493739625181_1649_none { left: 61.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_15493739626246_7264_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_15493739622688_813_none { background-color: rgb(48, 41, 49); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
#image-2127 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15493739624911_6015_none { background-image: none; opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 0.3s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1; -webkit-animation-name: fade; -webkit-animation-duration: 1s; -webkit-animation-delay: 0.3s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in; -webkit-animation-iteration-count: 1;  }
.element_15493741779467_4308_none { left: 61.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1549374177485_1285_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_15493741777713_9984_none { background-color: rgb(48, 41, 49); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
#image-2227 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15493741779973_3084_none { background-image: none; opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 0.3s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1; -webkit-animation-name: fade; -webkit-animation-duration: 1s; -webkit-animation-delay: 0.3s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in; -webkit-animation-iteration-count: 1;  }
.element_15493749177354_6404_none { left: 61.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_15493749172651_698_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_15493749173995_2206_none { background-color: rgb(48, 41, 49); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
#image-2327 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15493749173034_9327_none { background-image: none; opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 0.3s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1; -webkit-animation-name: fade; -webkit-animation-duration: 1s; -webkit-animation-delay: 0.3s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in; -webkit-animation-iteration-count: 1;  }
#image-2328 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1549375305460_951_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#image-2330 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1549375378177_2354_none {  }
#image-2331 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1549375743523_2007_none {  }
.element_1703340313127_1997_hover:hover {  }
.element_1549375770437_632_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_15493759204471_4415_none { left: 61.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_15493759208983_7739_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_15493759207651_7046_none { background-color: rgb(48, 41, 49); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
#image-2427 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15493759205783_3064_none { background-image: none; opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 0.3s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1; -webkit-animation-name: fade; -webkit-animation-duration: 1s; -webkit-animation-delay: 0.3s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in; -webkit-animation-iteration-count: 1;  }
#image-2428 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15493761139268_1222_none { left: 61.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_15493761136431_5410_none { background-color: rgb(48, 41, 49); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
#image-2527 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_15493761132693_7021_none { background-image: none; opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 0.3s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1; -webkit-animation-name: fade; -webkit-animation-duration: 1s; -webkit-animation-delay: 0.3s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in; -webkit-animation-iteration-count: 1;  }
#image-2528 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1549376176643_409_none { list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_1696251462885_669_none { background-color: rgba(0, 0, 0, 0); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
#image-2534 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1696251462902_0698_none {  }
.element_1696252681953_988_none { list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_1696252983639_368_none { background-color: rgb(48, 41, 49); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
#image-2535 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1696252983651_1968_none {  }
.element_1696252983658_1628_none { left: 61.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1696252983672_6304_none { list-style: disc; overflow-wrap: break-word; position: absolute;  }
#image-2627 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_15493771867842_4318_none { background-image: none; opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 0.3s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1; -webkit-animation-name: fade; -webkit-animation-duration: 1s; -webkit-animation-delay: 0.3s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in; -webkit-animation-iteration-count: 1;  }
.element_1549377871765_3843_none { background-color: rgb(48, 41, 49); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
.element_1549377871836_7883_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#image-2633 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1549377871890_128_none {  }
.element_1549378028433_8088_none { background-color: rgb(48, 41, 49); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
.element_1549378028445_9282_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#image-2638 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1549378028512_2285_none {  }
.element_1549378123812_4731_none { background-color: rgb(48, 41, 49); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
.element_1549378123833_8923_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#image-2641 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1549378123894_4673_none {  }
.element_1549379380628_685_none { background-color: rgb(48, 41, 49); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
.element_1549379380643_2202_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#image-2644 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1549379380717_6626_none {  }
.element_1549379778501_5608_none { background-color: rgb(48, 41, 49); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
.element_1549379778518_69_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#image-2648 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1549379778607_8174_none {  }
.element_1549379889566_0676_none { background-color: rgb(48, 41, 49); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
.element_1549379889579_753_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#image-2652 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1549379889653_2446_none {  }
.element_1549380020824_3013_none { background-color: rgb(48, 41, 49); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
.element_1549380020842_3672_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1549380085100_1824_none { background-color: rgb(48, 41, 49); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
.element_1549380085118_2844_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#image-2658 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1549380116152_0547_none {  }
#image-2659 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1549380520132_335_none {  }
.element_1549380555602_4739_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1549380627552_492_none { background-color: rgb(48, 41, 49); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
.element_1549380627573_8481_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#image-2665 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1549380663909_4478_none {  }
#image-2666 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1549380727631_2954_none {  }
#image-2667 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1549380774276_1477_none {  }
.element_1549380846621_9868_none { background-color: rgb(48, 41, 49); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
.element_1549380846632_6028_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#image-2670 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1549380846702_057_none {  }
.element_1549381005177_2407_none { background-color: rgb(48, 41, 49); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
.element_1549381005221_4543_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1549381091277_6108_none { background-color: rgb(48, 41, 49); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
.element_1549381091289_9558_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#image-2676 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1549381091362_037_none {  }
.element_1549381241108_7515_none { background-color: rgb(48, 41, 49); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
.element_1549381241121_8674_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#image-2679 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1549381241194_1326_none {  }
.element_1549381388227_3599_none { background-color: rgb(48, 41, 49); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
.element_1549381388240_43_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#image-2682 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1549381388309_0732_none {  }
.element_1549381483631_737_none { background-color: rgb(48, 41, 49); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
.element_1549381483644_196_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#image-2685 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1549381483727_7144_none {  }
#image-2686 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1549381564595_7869_none {  }
.element_1575471510968_2654_none { background-color: rgb(48, 41, 49); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
.element_1575471511115_517_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#image-2628 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1575471511210_7566_none {  }
.element_1575471530113_8027_none { background-color: rgb(48, 41, 49); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
.element_1575471530155_1958_none { left: 61.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1575471530252_735_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#image-2696 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1575471530298_9875_none {  }
.element_1575472983358_3975_hover:hover {  }
.element_1602693699883_3203_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#image-26101 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1602693995237_735_none {  }
.element_1602693995237_735_hover:hover {  }
.element_1602694115393_9543_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1602694355907_3806_none { background-color: rgb(48, 41, 49); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
.element_1664957450975_0933_none { background-color: rgb(48, 41, 49); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
.element_1664957591849_491_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#image-26106 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1664957643860_5068_none {  }
.element_1664957643860_5068_hover:hover {  }
.element_1664957986158_2998_none { background-color: rgb(48, 41, 49); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
.element_1664957986171_5256_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1668781072538_6492_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1668781087800_2407_none { background-color: rgb(48, 41, 49); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
.element_1668781087809_9634_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#image-26109 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1668781087831_6123_none {  }
.element_1668781087831_6123_hover:hover {  }
#image-26115 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1668781087845_7983_none {  }
.element_1668781087845_7983_hover:hover {  }
.element_1668781087859_47_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1668784165993_2083_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1704750858775_7861_none { background-color: rgb(48, 41, 49); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
#image-26129 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1704750858821_742_none {  }
.element_1704750858821_742_hover:hover {  }
#image-26132 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1704750918663_0088_none {  }
.element_1704750918663_0088_hover:hover {  }
.element_1704750962721_4216_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1704750981543_9167_none { left: 776.5px; overflow-wrap: break-word; list-style: outside; position: absolute; opacity: 0; animation-name: fadeInRightSmall; animation-duration: 1s; animation-iteration-count: 1; animation-delay: 0.3s; animation-fill-mode: forwards; animation-timing-function: ease-in;  }
.element_15494394491229_2118_none { left: 61.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1549439449841_2765_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_15494394493488_2726_none { background-color: rgb(48, 41, 49); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
#image-2727 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_15494394491358_7806_none { background-image: none; opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 0.3s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1; -webkit-animation-name: fade; -webkit-animation-duration: 1s; -webkit-animation-delay: 0.3s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in; -webkit-animation-iteration-count: 1;  }
.element_1549439781791_8545_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_15494401903222_4757_none { left: 61.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_15494401904005_6426_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1549440190889_9003_none { background-color: rgb(48, 41, 49); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
#image-2827 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15494401904499_2321_none { background-image: none; opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 0.3s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1; -webkit-animation-name: fade; -webkit-animation-duration: 1s; -webkit-animation-delay: 0.3s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in; -webkit-animation-iteration-count: 1;  }
#image-2836 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_15494469769947_1244_none { left: 61.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_15494469769596_8967_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_15494469765089_6604_none { background-color: rgb(48, 41, 49); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
#image-3027 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15494469764097_4305_none { background-image: none; opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 0.3s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1;  }
.element_15494469762396_2156_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1549447403875_8267_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#image-3036 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
#image-3037 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1549447682571_5781_none {  }
.element_15494500258550_7400_none { left: 61.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_15494500252549_8188_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_15494500255893_1676_none { background-color: rgb(48, 41, 49); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
.element_1575476512750_1438_hover:hover {  }
#image-3127 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15494500253064_5009_none { background-image: none; opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 0.3s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1; -webkit-animation-name: fade; -webkit-animation-duration: 1s; -webkit-animation-delay: 0.3s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in; -webkit-animation-iteration-count: 1;  }
.element_1549450494397_0771_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1549450562065_578_hover:hover { border-style: solid; border-width: 2px;  }
.element_1549450634319_0664_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1575476512902_079_hover:hover {  }
.element_15494517003304_4683_none { left: 61.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_15494517005101_1889_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_15494517002291_4222_none { background-color: rgb(48, 41, 49); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
#image-3227 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15494517005108_9886_none { background-image: none; opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 0.3s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1; -webkit-animation-name: fade; -webkit-animation-duration: 1s; -webkit-animation-delay: 0.3s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in; -webkit-animation-iteration-count: 1;  }
.element_1549453812716_5278_none { background-color: rgb(48, 41, 49);  }
.element_1549453917083_3684_none { left: 61.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#image-3247 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1549454018577_3381_none { left: 61.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1549454125002_9792_none { background-color: rgb(48, 41, 49);  }
.element_1549454125013_5977_none { left: 61.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1549460688408_0688_none { background-color: rgb(48, 41, 49);  }
.element_1549460688421_0703_none { left: 61.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#gallery-3255 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-3255 a:nth-child(5n) {
margin-right: 0;
}
.element_1549462245180_522_none { background-color: rgb(48, 41, 49);  }
.element_1549462245191_7502_none { left: 61.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1549463979041_4219_none { background-color: rgb(48, 41, 49);  }
.element_1549463979056_2544_none { left: 61.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1549464725223_9937_none { background-color: rgb(48, 41, 49);  }
.element_1549531197753_778_none { background-color: rgb(48, 41, 49);  }
.element_1549531197773_2266_none { left: 61.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1549531555929_5598_none { background-color: rgb(48, 41, 49);  }
.element_1549531555943_0054_none { left: 61.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#gallery-3280 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-3280 a:nth-child(5n) {
margin-right: 0;
}
.element_1568199870689_7566_none { left: 61.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#gallery-3282 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-3282 a:nth-child(5n) {
margin-right: 0;
}
#gallery-3283 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-3283 a:nth-child(5n) {
margin-right: 0;
}
#gallery-3284 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 210.89px;
height: 150px;
margin-right: 11.01px;
margin-bottom: 11.01px;
}
#gallery-3284 a:nth-child(5n) {
margin-right: 0;
}
.element_1575478211539_1216_none { background-color: rgb(48, 41, 49);  }
.element_1575478211571_1487_none { left: 61.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#image-3287 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1575478211676_552_none {  }
#gallery-3289 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-3289 a:nth-child(5n) {
margin-right: 0;
}
.element_1575479463991_653_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
#gallery-3291 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-3291 a:nth-child(5n) {
margin-right: 0;
}
.element_1575481624227_476_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
#gallery-3293 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-3293 a:nth-child(5n) {
margin-right: 0;
}
.element_15495385592232_2936_none { left: 61.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_15495385595688_773_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_15495385594587_3264_none { background-color: rgb(48, 41, 49); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
#image-3427 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15495385591204_3376_none { background-image: none; opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 0.3s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1; -webkit-animation-name: fade; -webkit-animation-duration: 1s; -webkit-animation-delay: 0.3s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in; -webkit-animation-iteration-count: 1;  }
#image-3437 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15495385596452_5767_none {  }
#image-3443 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1549538988531_0198_none {  }
#gallery-3444 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-3444 a:nth-child(5n) {
margin-right: 0;
}
#image-3445 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1549539325323_7742_none {  }
#image-3446 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1549539344718_8613_none {  }
.element_15495395442692_7750_none { left: 61.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_15495395446217_3482_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_15495395447550_4699_none { background-color: rgb(48, 41, 49); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
#image-3527 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15495395441684_6724_none { background-image: none; opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 0.3s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1; -webkit-animation-name: fade; -webkit-animation-duration: 1s; -webkit-animation-delay: 0.3s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in; -webkit-animation-iteration-count: 1;  }
.element_1549539896981_3389_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1549539921047_5637_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1549539953845_8933_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1549539973892_8567_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_15495403839048_2363_none { left: 61.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_15495403836540_2252_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_15495403838507_2245_none { background-color: rgb(48, 41, 49); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
#image-3627 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_15495403833611_4718_none { background-image: none; opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 0.3s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1; -webkit-animation-name: fade; -webkit-animation-duration: 1s; -webkit-animation-delay: 0.3s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in; -webkit-animation-iteration-count: 1;  }
#image-3637 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15495403832047_4937_none {  }
#image-3643 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1549540383103_2197_none {  }
.element_1549540610535_667_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1549540918590_8727_none { left: 61.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_15495409183169_7527_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_15495409188350_388_none { background-color: rgb(48, 41, 49); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
#image-3727 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15495409183965_9017_none { background-image: none; opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 0.3s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1; -webkit-animation-name: fade; -webkit-animation-duration: 1s; -webkit-animation-delay: 0.3s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in; -webkit-animation-iteration-count: 1;  }
#image-3748 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1549542416320_6172_none { background-color: rgba(128, 128, 128, 0);  }
.element_1549542508959_7969_none { background-color: rgba(128, 128, 128, 0);  }
#image-3751 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1549542508969_689_none {  }
.element_1549542509031_4883_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1549542583254_6208_none { background-color: rgba(128, 128, 128, 0);  }
#image-3754 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1549542583262_3215_none {  }
.element_1549542583319_8813_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1549542625363_0596_none { background-color: rgba(128, 128, 128, 0);  }
#image-3757 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1549542625371_119_none {  }
.element_1549542625422_2917_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1549542702561_8323_none { background-color: rgba(128, 128, 128, 0);  }
#image-3760 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1549542702574_1665_none {  }
.element_1549542702662_2817_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1549542713172_1057_none { background-color: rgba(128, 128, 128, 0);  }
#image-3763 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1549542713182_5518_none {  }
.element_1549542713239_5444_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1549542726354_616_none { background-color: rgba(128, 128, 128, 0);  }
#image-3766 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1549542726363_3171_none {  }
.element_1549542726418_176_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1549542742296_6528_none { background-color: rgba(128, 128, 128, 0);  }
#image-3769 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1549542742305_4993_none {  }
.element_1549542742360_2866_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1549542899202_7974_none { background-color: rgba(128, 128, 128, 0);  }
#image-3772 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1549542899219_877_none {  }
.element_1549542899312_5227_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1549542919835_835_none { background-color: rgba(128, 128, 128, 0);  }
#image-3775 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1549542919845_9155_none {  }
.element_1549542919905_3057_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1549542936901_2974_none { background-color: rgba(128, 128, 128, 0);  }
#image-3778 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1549542936909_0354_none {  }
.element_1549542936964_9966_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1549542947623_2312_none { background-color: rgba(128, 128, 128, 0);  }
#image-3781 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1549542947632_7148_none {  }
.element_1549542947688_831_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1549543091127_209_none { background-color: rgba(128, 128, 128, 0);  }
#image-3784 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1549543091145_7717_none {  }
.element_1549543091234_874_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1549543106171_826_none { background-color: rgba(128, 128, 128, 0);  }
#image-3787 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1549543106183_2659_none {  }
.element_1549543106246_7478_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1549543117668_469_none { background-color: rgba(128, 128, 128, 0);  }
#image-3790 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1549543117677_0776_none {  }
.element_1549543117733_857_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1549543130617_3115_none { background-color: rgba(128, 128, 128, 0);  }
#image-3793 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1549543130625_5818_none {  }
.element_1549543130680_6592_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1549543251542_9358_none { background-color: rgba(128, 128, 128, 0);  }
#image-3796 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1549543251553_2854_none {  }
.element_1549543251628_1843_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1549543264888_3428_none { background-color: rgba(128, 128, 128, 0);  }
#image-3799 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1549543264898_4172_none {  }
.element_1549543264955_5894_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1549543274370_4875_none { background-color: rgba(128, 128, 128, 0);  }
#image-37102 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1549543274379_931_none {  }
.element_1549543274437_571_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1549543356463_8628_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_15495435155174_8367_none { left: 61.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_15495435151630_7128_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1549543515919_2081_none { background-color: rgb(48, 41, 49); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
#image-3827 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15495435159150_4850_none { background-image: none; opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 0.3s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1; -webkit-animation-name: fade; -webkit-animation-duration: 1s; -webkit-animation-delay: 0.3s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in; -webkit-animation-iteration-count: 1;  }
#image-3837 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15495435153577_2270_none {  }
#image-3843 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15495435155025_1017_none {  }
.element_15495435154075_3749_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1549543685855_5698_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1549543782156_9636_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1549544125418_851_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_15495445733993_5896_none { left: 61.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_15495445738474_11_none { background-color: rgb(48, 41, 49); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
#image-3927 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1549544573506_496_none { background-image: none; opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 0.3s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1; -webkit-animation-name: fade; -webkit-animation-duration: 1s; -webkit-animation-delay: 0.3s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in; -webkit-animation-iteration-count: 1;  }
#image-3937 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1549544573911_9278_none {  }
.element_15495445733482_7727_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#image-3948 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1549544912228_2053_none { background-color: rgba(255, 255, 255, 0.9);  }
.element_1549544918681_833_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#image-3950 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1549545119550_3474_none {  }
.element_1549545126595_263_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1549545462705_678_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#image-3955 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1549545510633_4866_none {  }
.element_1549545545943_2383_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#image-1527 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15495456869666_4023_none { background-image: none; opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 0.3s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1; -webkit-animation-name: fade; -webkit-animation-duration: 1s; -webkit-animation-delay: 0.3s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in; -webkit-animation-iteration-count: 1;  }
.element_15495456864512_1564_none { background-color: rgb(48, 41, 49); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
.element_15495456868815_6962_none { left: 61.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_15495456864706_4507_none { background-color: rgb(48, 41, 49); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
.element_1549545686394_4722_none { left: 61.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_15495456869916_8994_none { background-color: rgb(48, 41, 49); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
.element_15495456861465_6317_none { left: 61.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#gallery-1553 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 207.63px;
height: 150px;
margin-right: 10.84px;
margin-bottom: 10.84px;
}
#gallery-1553 a:nth-child(5n) {
margin-right: 0;
}
.element_15495456866224_1366_none { background-color: rgb(48, 41, 49); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
.element_1549545686717_8306_none { left: 61.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#gallery-1557 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 205.9px;
height: 150px;
margin-right: 10.75px;
margin-bottom: 10.75px;
}
#gallery-1557 a:nth-child(5n) {
margin-right: 0;
}
.element_15495456868765_7586_none { background-color: rgb(48, 41, 49); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
.element_15495456869998_6381_none { left: 61.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#gallery-1561 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 205.71px;
height: 150px;
margin-right: 10.74px;
margin-bottom: 10.74px;
}
#gallery-1561 a:nth-child(5n) {
margin-right: 0;
}
.element_1703337909018_801_none { left: 61.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1703337913603_402_none { left: 61.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_15495460112273_264_none { left: 61.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_15495460117760_3096_none { background-color: rgb(48, 41, 49); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
#image-4127 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15495460114234_1033_none { background-image: none; opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 0.3s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1; -webkit-animation-name: fade; -webkit-animation-duration: 1s; -webkit-animation-delay: 0.3s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in; -webkit-animation-iteration-count: 1;  }
.element_15495460116486_6701_none { background-color: rgb(48, 41, 49); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
.element_15495460114440_6875_none { left: 61.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#gallery-4164 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-4164 a:nth-child(NaNn) {
margin-right: 0;
}
.element_1549547108376_957_none { background-color: rgb(48, 41, 49); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
.element_1549547108387_5417_none { left: 61.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#gallery-4168 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-4168 a:nth-child(NaNn) {
margin-right: 0;
}
.element_1549548030193_2158_none { background-color: rgb(48, 41, 49); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
.element_1549548030204_9292_none { left: 61.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#gallery-4171 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-4171 a:nth-child(NaNn) {
margin-right: 0;
}
#gallery-4172 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-4172 a:nth-child(5n) {
margin-right: 0;
}
.element_1595678313789_2786_none { opacity: 0; animation-name: zoomIn; animation-duration: 1s; animation-delay: 0s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1;  }
#gallery-4173 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-4173 a:nth-child(5n) {
margin-right: 0;
}
#gallery-4174 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-4174 a:nth-child(5n) {
margin-right: 0;
}
#gallery-4175 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-4175 a:nth-child(5n) {
margin-right: 0;
}
.element_15495482888917_8873_none { left: 61.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_15495482888282_7943_none { background-color: rgb(48, 41, 49); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
#image-4227 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15495482889129_5997_none { background-image: none; opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 0.3s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1; -webkit-animation-name: fade; -webkit-animation-duration: 1s; -webkit-animation-delay: 0.3s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in; -webkit-animation-iteration-count: 1;  }
#gallery-4259 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-4259 a:nth-child(5n) {
margin-right: 0;
}
.element_15547068078499_8345_none { left: 61.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_15547068073910_623_none { background-color: rgb(48, 41, 49); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
#image-4327 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15547068073812_9165_none { background-image: none; opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 0.3s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1; -webkit-animation-name: fade; -webkit-animation-duration: 1s; -webkit-animation-delay: 0.3s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in; -webkit-animation-iteration-count: 1;  }
.element_15547068074817_3344_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1554731331024_38_none { background-color: rgba(251, 246, 246, 0.87);  }
.element_1565628251144_3584_none { list-style: disc; overflow-wrap: break-word; left: 0px; position: absolute;  }
.element_1565628443390_1843_none { list-style: disc; overflow-wrap: break-word; left: 0px; position: absolute;  }
#image-4412 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
#image-4536 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
#image-4539 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_156562740655_2593_none { background-color: rgba(255, 255, 255, 0);  }
#image-4543 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_15656274065286_5211_none { background-color: rgba(255, 255, 255, 0);  }
#image-4551 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1571988164668_8293_none {  }
.element_1571988319761_462_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
.element_1571988479516_4036_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
.element_1571988544147_8096_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
.element_1594046113775_5017_none { background-color: grey;  }
.element_1602691371210_3914_none { background-color: rgba(48, 41, 49, 0.9);  }
.element_1602691371222_4878_none { left: 61.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#image-4566 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1602691576760_3608_none { background-color: rgba(255, 255, 255, 0);  }
#image-4567 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1635260378985_2605_none { background-color: rgba(255, 255, 255, 0);  }
.element_1635260679346_501_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
#image-4569 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1646129986024_5125_none { background-color: rgba(255, 255, 255, 0);  }
.element_1646137968928_5322_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
.element_15887538443549_3894_none { left: 61.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1588753844256_6099_none { background-color: rgb(48, 41, 49); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
#image-4627 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15887538448600_707_none { background-image: none; opacity: 0; animation-name: zoomIn; animation-duration: 1s; animation-delay: 0.3s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1;  }
#image-4640 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15887538442390_2658_none { list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_15887538443015_3839_none { background-color: rgba(128, 128, 128, 0);  }
.element_15887538441233_1890_none { list-style: disc; overflow-wrap: break-word; position: absolute;  }
#image-4650 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15887538448257_2194_none {  }
.element_15887538446506_9231_none { background-color: rgba(128, 128, 128, 0);  }
.element_15887538444141_7932_none { background-color: rgba(128, 128, 128, 0);  }
#image-4658 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15887538446938_4556_none {  }
.element_1588755449061_4758_none { list-style: disc; overflow-wrap: break-word; position: absolute;  }
#image-4667 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1588756570042_2283_none {  }
.element_1588756646891_814_none { list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_1588756734479_2886_none { background-color: rgba(128, 128, 128, 0);  }
.element_1588756746357_3464_none { list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_1588758068952_6394_none { background-color: rgba(128, 128, 128, 0);  }
.element_1588758343913_6746_none { background-color: rgba(128, 128, 128, 0);  }
.element_15889256127250_7457_none { left: 61.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_15889256121461_6571_none { background-color: rgb(48, 41, 49); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
#image-1127 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15889256123581_5013_none { background-image: none; opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 0.3s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1; -webkit-animation-name: fade; -webkit-animation-duration: 1s; -webkit-animation-delay: 0.3s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in; -webkit-animation-iteration-count: 1;  }
.element_15889256123968_8037_none { background-color: rgb(48, 41, 49); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
.element_15889256126747_4893_none { left: 61.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_15889256121412_590_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
#gallery-4737 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-4737 a:nth-child(5n) {
margin-right: 0;
}
#gallery-4738 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-4738 a:nth-child(5n) {
margin-right: 0;
}
.element_1608129874215_3557_none { left: 61.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#gallery-4740 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-4740 a:nth-child(5n) {
margin-right: 0;
}
.element_15936197151432_7649_none { left: 61.5px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
#image-4843 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_15936197159219_7166_none { background-color: rgba(255, 255, 255, 0);  }
.element_15936197158095_8215_none { background-color: rgba(48, 41, 49, 0.9);  }
#gallery-2949 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-2949 a:nth-child(5n) {
margin-right: 0;
}
#image-4851 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1646066621238_2173_none { background-color: rgba(255, 255, 255, 0);  }
#image-4852 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1646066840314_9941_none { background-color: rgba(255, 255, 255, 0);  }
.element_1646066853600_6626_none { left: 61.5px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_16454655465724_6333_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_16454655467076_3634_none { background-color: rgb(48, 41, 49); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
#image-4527 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_16454655462973_2835_none { background-image: none; opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 0.3s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1; -webkit-animation-name: fade; -webkit-animation-duration: 1s; -webkit-animation-delay: 0.3s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in; -webkit-animation-iteration-count: 1;  }
#image-4536 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_16454655462034_1782_none { background-color: rgba(48, 41, 49, 0.9);  }
#image-2939 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_16454655464162_9619_none { background-color: rgba(255, 255, 255, 0);  }
.element_16454655469252_1374_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_16454655469774_3213_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_16454655464017_8566_none { background-color: rgba(48, 41, 49, 0.9);  }
#image-2943 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_16454655465959_7684_none { background-color: rgba(255, 255, 255, 0);  }
#image-2944 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_16454655468724_7483_none { background-color: rgba(255, 255, 255, 0);  }
#image-2945 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_16454655466115_4383_none { background-color: rgba(255, 255, 255, 0);  }
.element_16454655466359_1452_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_16454655466173_8738_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#image-4551 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_16454655464519_6398_none {  }
.element_16454655468059_9825_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
.element_16454655466976_4786_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
.element_16454655468299_7263_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
.element_16454655464173_7991_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
.element_16454655466481_5007_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_164546554641_1851_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#image-4558 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_16454655463145_7020_none { background-color: rgba(255, 255, 255, 0);  }
.element_16454655463411_9336_none { background-color: grey;  }
.element_16454655468153_5831_none { background-color: rgba(48, 41, 49, 0.9);  }
.element_16454655464113_3459_none { background-color: rgba(48, 41, 49, 0.9);  }
.element_16454655461374_348_none { left: 61.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_16454655462874_9980_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_16454655463101_8304_none { background-color: rgba(255, 255, 255, 0);  }
.element_16454655464367_9334_none { background-color: rgba(255, 255, 255, 0);  }
.element_16454655465249_2140_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
#image-5227 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_16460684171480_7594_none { background-image: none; opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 0.3s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1; -webkit-animation-name: fade; -webkit-animation-duration: 1s; -webkit-animation-delay: 0.3s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in; -webkit-animation-iteration-count: 1;  }
.element_16460684174287_2799_none { background-color: grey;  }
.element_16460684176375_9303_none { background-color: rgba(48, 41, 49, 0.9);  }
.element_16460684179296_1705_none { left: 61.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_16460684172420_4485_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#image-5266 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_16460684176294_6739_none { background-color: rgba(255, 255, 255, 0);  }
.element_16460686998187_7162_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1646068699319_9533_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_16460686998413_6346_none { background-color: rgba(255, 255, 255, 0);  }
.element_16460686992086_3148_none { background-color: rgba(48, 41, 49, 0.9);  }
.element_1646068823994_1204_none { position: absolute; list-style: outside; overflow-wrap: break-word;  }
.element_1650285933181_819_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_16502840441180_7636_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_16502840443322_7092_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#image-5458 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_16502840447325_648_none { background-color: rgba(255, 255, 255, 0);  }
.element_16502840447866_9503_none { background-color: rgba(48, 41, 49, 0.9);  }
.element_16502840449306_2973_none { position: absolute; list-style: outside; overflow-wrap: break-word;  }
.element_1650284940152_224_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1650285637565_0103_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1665141477066_541_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
#image-571 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1703331748795_331_none { position: absolute; list-style: outside; overflow-wrap: break-word;  }
.element_1703331893231_7153_none { position: absolute; list-style: outside; overflow-wrap: break-word;  }
#image-574 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1703331897248_697_none {  }
.element_1703332452573_994_none { position: absolute; list-style: outside; overflow-wrap: break-word;  }
#image-576 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1703332455050_3472_none {  }
.element_1703332542128_1606_none { position: absolute; list-style: outside; overflow-wrap: break-word;  }
#image-578 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1703332544989_0425_none {  }
.element_17109301755913_331_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_17109301753104_7767_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#image-5858 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_17109301758783_7153_none { background-color: rgba(255, 255, 255, 0);  }
.element_17109301753518_3609_none { background-color: rgba(48, 41, 49, 0.9);  }
.element_17109301757661_3443_none { position: absolute; list-style: outside; overflow-wrap: break-word;  }
.element_17109301759698_3961_none { left: 776.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#image-5874 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1710932873752_9778_none { background-color: rgba(255, 255, 255, 0);  }