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

/*----------------------------------------------------------- start Burger section -----------------------------------------*/
.burger {
    display: none;
    /*position: relative;*/
    position: absolute;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 46px;
    height: 46px;
    font-size: 0;
    box-shadow: none;
    border: none;
    cursor: pointer;
    transition: background 0.2s;
    /*	margin-top: 10px;*/
    left: calc(100% - 56px);
    z-index: 9999999;
    /*margin-top: -10px;*/
    top: 10px;
}

.burger:focus {
    outline: none;
}

.burger span {
    display: block;
    position: relative;
    height: 5px;
    margin: 0 auto;
    width: 30px;
    background: white;
}

.burger span::before,
.burger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #fff;
    content: "";
}

.burger span::before {
    top: -13px;
}

.burger span::after {
    bottom: -13px;
}

.burger {
    /*much dark*/
    /*	background-color: #293133;*/
    background-color: #333d3f;
}

.burger span {
    transition: background 0s 0.2s;
}

.burger span::before,
.burger span::after {
    transition-duration: 0.2s, 0.2s;
    transition-delay: 0.2s, 0s;
}

.burger span::before {
    transition-property: top, transform;
}

.burger span::after {
    transition-property: bottom, transform;
}

.burger.open {
    background-color: #000000;
}

.burger.open span {
    background: none;
}

.burger.open span::before {
    top: 0;
    transform: rotate(45deg);
}

.burger.open span::after {
    bottom: 0;
    transform: rotate(-45deg);
}

.burger.open span::before,
.burger.open span::after {
    transition-delay: 0s, 0.2s;
}

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

/*----------------------------------------------------------- start other element section -----------------------------------------*/
#sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999999;
    left: 0;
    /*background-color: #111;*/
    background-color: white;
    overflow-x: auto;
    /*	padding-top: 10px;
        padding-bottom: 10px;*/
    transition: 0.5s;
    border-right: 1px solid black;
}

.sidemenu-wrapper {
    display: block;
    width: 100%;
    height: auto;
    min-height: 100%
}

.sidemenu-element {
    width: 100%;
    height: 100%;
}

#footer {
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 3000;
    /*margin-top: 10px;*/
}

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

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

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

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

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

.childWrapper:not(.mobile-child .childWrapper) {
    height: auto !important;
}

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

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

.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 .root-area > .ImageObject img,
.mobile .footer > .ImageObject img,
.mobile .footer-area > .ImageObject img,
.mobile #content-area > .ImageObject img,
.mobile #footer > .ImageObject img,
.mobile #footer-area > .ImageObject img,
.mobile .root-area .PlaceObject > .childWrapper > .ImageObject img,
.mobile .footer .PlaceObject > .childWrapper > .ImageObject img,
.mobile .footer-area .PlaceObject > .childWrapper > .ImageObject img,
.mobile #content-area .PlaceObject > .childWrapper > .ImageObject img,
.mobile #footer .PlaceObject > .childWrapper > .ImageObject img,
.mobile #footer-area .PlaceObject > .childWrapper > .ImageObject img,
.mobile .root-area .Box > .childWrapper > .ImageObject img,
.mobile .footer .Box > .childWrapper > .ImageObject img,
.mobile .footer-area .Box > .childWrapper > .ImageObject img,
.mobile #content-area .Box > .childWrapper > .ImageObject img,
.mobile #footer .Box > .childWrapper > .ImageObject img,
.mobile #footer-area .Box > .childWrapper > .ImageObject img,
.mobile .root-area > .HeaderLogoImageObject img,
.mobile .footer > .HeaderLogoImageObject img,
.mobile .footer-area > .HeaderLogoImageObject img,
.mobile #content-area > .HeaderLogoImageObject img,
.mobile #footer > .HeaderLogoImageObject img,
.mobile #footer-area > .HeaderLogoImageObject img,
.mobile .root-area .Box > .childWrapper > .HeaderLogoImageObject img,
.mobile .footer .Box > .childWrapper > .HeaderLogoImageObject img,
.mobile .footer-area .Box > .childWrapper > .HeaderLogoImageObject img,
.mobile #content-area .Box > .childWrapper > .HeaderLogoImageObject img,
.mobile #footer .Box > .childWrapper > .HeaderLogoImageObject img,
.mobile #footer-area .Box > .childWrapper > .HeaderLogoImageObject img {
    max-width: 999999% !important;
}

.mobile .positioned:not(.HeaderLogoImageObject):not(.ImageObject):not(.DecorationLine):not(.BackgroundAreas):not(.GoogleMap):not(.Circle):not(.footer):not(.footer-area):not(.root-area) .childWrapper,
.mobile .positioned:not(.HeaderLogoImageObject):not(.ImageObject):not(.DecorationLine):not(.BackgroundAreas):not(.GoogleMap):not(.Circle):not(.childWrapper):not(.mobile-calc-height),
.mobile #content,
.mobile .ContentModule .positioned:not(.TextObject):not(.ImageObject):not(.childWrapper),
.mobile .auto-height,
.mobile .LanguageChangeObject ul {
    height: auto !important;
}

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

.mobile .root-area .GoogleMap,
.mobile .root-area .PDFViewerObject,
.mobile .footer .GoogleMap,
.mobile .footer .PDFViewerObject,
.mobile .footer-area .GoogleMap,
.mobile .footer-area .PDFViewerObject,
.mobile #content-area .GoogleMap,
.mobile #content-area .PDFViewerObject,
.mobile #footer .GoogleMap,
.mobile #footer .PDFViewerObject,
.mobile #footer-area .GoogleMap,
.mobile #footer-area .PDFViewerObject {
    margin-top: 5vh !important;
    margin-bottom: 5vh !important;
}

.mobile #footer-area .GoogleMap,
.mobile #footer-area .PDFViewerObject,
.mobile #footer-area .PDFViewerObject object {
    min-height: 75vh;
    max-height: 75vh;
}

.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 .childWrapper {
    padding: 10px;
}

.mobile .GoogleMap {
    height: 75vh !important;
}

.mobile .PDFViewerObject,
.mobile .PDFViewerObject object {
    max-height: 75vh;
}

.mobile .SocialMediaObject a,
.mobile .ContentModule .childWrapper > div {
    float: none !important;
    display: inline-block;
}

.mobile .SocialMediaObject a {
    margin-right: 0 !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-full-width {
    width: 100% !important;
}

.mobile .HeaderLogoObject,
.mobile .TextObject {
    width: 100% !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 .sbs-wrapper {
    padding-left: 10px;
    padding-right: 10px;
}

.mobile .childWrapper > .sbs-wrapper {
    padding-left: 0;
    padding-right: 0;
}

.mobile .sbs-wrapper:first-child {
    margin-top: 0 !important;
}

.mobile .sbs-wrapper:not(:first-child) {
    margin-top: 10px !important;
}

.mobile .sbs-wrapper :first-child {
    margin-left: 0 !important;
}

.mobile .sbs-wrapper .positioned:not(:first-child) {
    margin-top: auto !important;
    margin-bottom: auto !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;
}

.mobile .sbs-wrapper .side-by-side-2,
.mobile .sbs-wrapper .side-by-side-3,
.mobile .sbs-wrapper .side-by-side-4,
.mobile .sbs-wrapper .side-by-side-5,
.mobile .sbs-wrapper .side-by-side-6,
.mobile .sbs-wrapper .side-by-side-7,
.mobile .sbs-wrapper .side-by-side-8,
.mobile .sbs-wrapper .side-by-side-9,
.mobile .sbs-wrapper .side-by-side-10,
.mobile .sbs-wrapper .side-by-side-11,
.mobile .sbs-wrapper .side-by-side-12,
.mobile .sbs-wrapper .side-by-side-13,
.mobile .sbs-wrapper .side-by-side-14,
.mobile .sbs-wrapper .side-by-side-15,
.mobile .sbs-wrapper .side-by-side-16,
.mobile .sbs-wrapper .side-by-side-17,
.mobile .sbs-wrapper .side-by-side-18,
.mobile .sbs-wrapper .side-by-side-19,
.mobile .sbs-wrapper .side-by-side-20 {
    display: inline-block;
    min-width: 20px;
    margin-top: 0 !important;
}

/* calc((100% - ((x - 1) * 10px)) / x) */
/* => if x = 2 */
/* => calc(50% - 5px) == ((100% - ((2 - 1) * 10px)) / 2) */
.mobile .sbs-wrapper .side-by-side-2 {
    max-width: calc(50% - 5px) !important;
}

.mobile .sbs-wrapper .side-by-side-3 {
    max-width: calc(33.3333% - 7px) !important;
}

.mobile .sbs-wrapper .side-by-side-4 {
    max-width: calc(25% - 8px) !important;
}

.mobile .sbs-wrapper .side-by-side-5 {
    max-width: calc(20% - 8px) !important;
}

.mobile .sbs-wrapper .side-by-side-6 {
    max-width: calc(16.6667% - 8px) !important;
}

.mobile .sbs-wrapper .side-by-side-7 {
    max-width: calc(14.2857% - 9px) !important;
}

.mobile .sbs-wrapper .side-by-side-8 {
    max-width: calc(12.5% - 9px) !important;
}

.mobile .sbs-wrapper .side-by-side-9 {
    max-width: calc(11.1111% - 9px) !important;
}

.mobile .sbs-wrapper .side-by-side-10 {
    max-width: calc(10% - 9px) !important;
}

.mobile .sbs-wrapper .side-by-side-11 {
    max-width: calc(9.0909% - 9px) !important;
}

.mobile .sbs-wrapper .side-by-side-12 {
    max-width: calc(8.3333% - 9px) !important;
}

.mobile .sbs-wrapper .side-by-side-13 {
    max-width: calc(7.6923% - 9px) !important;
}

.mobile .sbs-wrapper .side-by-side-14 {
    max-width: calc(7.1428% - 9px) !important;
}

.mobile .sbs-wrapper .side-by-side-15 {
    max-width: calc(6.6667% - 9px) !important;
}

.mobile .sbs-wrapper .side-by-side-16 {
    max-width: calc(6.25% - 9px) !important;
}

.mobile .sbs-wrapper .side-by-side-17 {
    max-width: calc(5.8823% - 9px) !important;
}

.mobile .sbs-wrapper .side-by-side-18 {
    max-width: calc(5.5556% - 9px) !important;
}

.mobile .sbs-wrapper .side-by-side-19 {
    max-width: calc(5.2631% - 9px) !important;
}

.mobile .sbs-wrapper .side-by-side-20 {
    max-width: calc(5% - 10px) !important;
}

.mobile .sbs-wrapper .side-by-side-2:not(:first-child),
.mobile .sbs-wrapper .side-by-side-3:not(:first-child),
.mobile .sbs-wrapper .side-by-side-4:not(:first-child),
.mobile .sbs-wrapper .side-by-side-5:not(:first-child),
.mobile .sbs-wrapper .side-by-side-6:not(:first-child),
.mobile .sbs-wrapper .side-by-side-7:not(:first-child),
.mobile .sbs-wrapper .side-by-side-8:not(:first-child),
.mobile .sbs-wrapper .side-by-side-9:not(:first-child),
.mobile .sbs-wrapper .side-by-side-10:not(:first-child),
.mobile .sbs-wrapper .side-by-side-11:not(:first-child),
.mobile .sbs-wrapper .side-by-side-12:not(:first-child),
.mobile .sbs-wrapper .side-by-side-13:not(:first-child),
.mobile .sbs-wrapper .side-by-side-14:not(:first-child),
.mobile .sbs-wrapper .side-by-side-15:not(:first-child),
.mobile .sbs-wrapper .side-by-side-16:not(:first-child),
.mobile .sbs-wrapper .side-by-side-17:not(:first-child),
.mobile .sbs-wrapper .side-by-side-18:not(:first-child),
.mobile .sbs-wrapper .side-by-side-19:not(:first-child),
.mobile .sbs-wrapper .side-by-side-20:not(:first-child) {
    margin-left: 10px !important;
}

/* 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: 999999% !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 ==============================================================================================*/
/*==========================================================================================================================*/

.TextObject li {
    margin-left: 15px;
}

/*---------------------iphone tel styles -------------------------------------*/
#footer-area .childWrapper .TextObject a[href^="tel"] {
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}

/*--------------------Cookie Consent Styles minified -------------------------*/
.cc-window {
    opacity: 1;
    transition: opacity 1s ease
}

.cc-window.cc-invisible {
    opacity: 0
}

.cc-animate.cc-revoke {
    transition: transform 1s ease
}

.cc-animate.cc-revoke.cc-top {
    transform: translateY(-2em)
}

.cc-animate.cc-revoke.cc-bottom {
    transform: translateY(2em)
}

.cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top, .cc-revoke:hover {
    transform: translateY(0)
}

.cc-grower {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s
}

.cc-link, .cc-revoke:hover {
    text-decoration: underline
}

.cc-revoke, .cc-window {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-family: Helvetica, Calibri, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    display: flex;
    flex-wrap: nowrap;
    z-index: 9999
}

.cc-window.cc-static {
    position: static
}

.cc-window.cc-floating {
    padding: 2em;
    max-width: 24em;
    flex-direction: column
}

.cc-window.cc-banner {
    padding: 1em 1.8em;
    width: 100%;
    flex-direction: row
}

.cc-revoke {
    padding: .5em
}

.cc-header {
    font-size: 18px;
    font-weight: 700
}

.cc-btn, .cc-close, .cc-link, .cc-revoke {
    cursor: pointer
}

.cc-link {
    opacity: .8;
    display: inline-block;
    padding: .2em
}

.cc-link:hover {
    opacity: 1
}

.cc-link:active, .cc-link:visited {
    color: initial
}

.cc-btn {
    display: block;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border: 2px solid;
    text-align: center;
    white-space: nowrap
}

.cc-banner .cc-btn:last-child {
    min-width: 140px
}

.cc-highlight .cc-btn:first-child {
    background-color: transparent;
    border-color: transparent
}

.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
    background-color: transparent;
    text-decoration: underline
}

.cc-close {
    display: block;
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 1.6em;
    opacity: .9;
    line-height: .75
}

.cc-close:focus, .cc-close:hover {
    opacity: 1
}

.cc-revoke.cc-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em
}

.cc-revoke.cc-left {
    left: 3em;
    right: unset
}

.cc-revoke.cc-right {
    right: 3em;
    left: unset
}

.cc-top {
    top: 1em
}

.cc-left {
    left: 1em
}

.cc-right {
    right: 1em
}

.cc-bottom {
    bottom: 1em
}

.cc-floating > .cc-link {
    margin-bottom: 1em
}

.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em
}

.cc-window.cc-floating .cc-compliance {
    flex: 1 0 auto
}

.cc-window.cc-banner {
    align-items: center
}

.cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0
}

.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0
}

.cc-banner .cc-message {
    flex: 1
}

.cc-compliance {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    align-content: space-between
}

.cc-compliance > .cc-btn {
    -ms-flex: 1;
    flex: 1
}

.cc-btn + .cc-btn {
    margin-left: .5em
}

@media print {
    .cc-revoke, .cc-window {
        display: none
    }
}

@media screen and (max-width: 900px) {
    .cc-btn {
        white-space: normal
    }
}

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
    .cc-window.cc-top {
        top: 0
    }

    .cc-window.cc-bottom {
        bottom: 0
    }

    .cc-window.cc-banner, .cc-window.cc-left, .cc-window.cc-right {
        left: 0;
        right: 0
    }

    .cc-window.cc-banner {
        flex-direction: column
    }

    .cc-window.cc-banner .cc-compliance {
        flex: 1
    }

    .cc-window.cc-floating {
        max-width: none
    }

    .cc-window .cc-message {
        margin-bottom: 1em
    }

    .cc-window.cc-banner {
        align-items: unset
    }
}

.cc-floating.cc-theme-classic {
    padding: 1.2em;
    border-radius: 5px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    text-align: center;
    display: inline;
    flex: none
}

.cc-theme-classic .cc-btn {
    border-radius: 5px
}

.cc-theme-classic .cc-btn:last-child {
    min-width: 140px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    display: inline-block
}

.cc-theme-edgeless.cc-window {
    padding: 0
}

.cc-floating.cc-theme-edgeless .cc-message {
    margin: 2em 2em 1.5em
}

.cc-banner.cc-theme-edgeless .cc-btn {
    margin: 0;
    padding: .8em 1.8em;
    height: 100%
}

.cc-banner.cc-theme-edgeless .cc-message {
    margin-left: 1em
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
    margin-left: 0
}

.childWrapper{ max-width: 1200px; margin: 0 auto; position: relative; }
.dcmp-full-width:not(.ContentModule > div) { min-width: 1200px; }
.dcmp-common-link-style{font-style: normal; font-weight: normal; text-decoration: none; color: rgb(210, 39, 131) !important; }
.dcmp-common-link-style:hover{font-style: normal; font-weight: normal; text-decoration: none; color: rgb(168, 3, 92) !important; }

.element_1484572905706_7295_none { box-shadow: rgb(133, 133, 133) 0px 0px 15px; opacity: 0; animation-name: fade; animation-duration: 1.3s; animation-delay: 1.1s; animation-fill-mode: forwards; animation-timing-function: ease-in; -webkit-animation-name: fade; -webkit-animation-duration: 1.3s; -webkit-animation-delay: 1.1s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
.element_1484642881632_3254_none { left: 130.625px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1484642739927_856_none { background-color: rgba(156, 156, 156, 0.1); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
.element_1511267391288_4668_none { background-color: rgb(255, 255, 255);  }
.element_1511265903837_7734_none { left: 45.9559px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#image-124 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_1535456849795_621_none { box-shadow: rgb(131, 131, 131) 0px 0px 5px;  }
.element_1536059401437_5156_none { left: 47.481628417969px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#image-126 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
#image-127 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1578640169554_259_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
#image-11000042 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.mobile #content #content-area .element_1511262820596_7742_none.vw66 { width: 66vw !important; height: 18.591549295775vw !important; text-align: left;margin-left: 0px;}
.mobile #content #content-area .element_1511262820596_7742_none.vw60 { width: 60vw !important; height: 16.901408450704vw !important; text-align: left;margin-left: 0px;}
.mobile #content #content-area .element_1511262820596_7742_none.vw50 { width: 50vw !important; height: 14.084507042254vw !important; text-align: left;margin-left: 0px;}
.mobile #content #content-area .element_1511262820596_7742_none.vw40 { width: 40vw !important; height: 11.267605633803vw !important; text-align: left;margin-left: 0px;}
.mobile #content #content-area .element_1511262820596_7742_none.vw30 { width: 30vw !important; height: 8.4507042253521vw !important; text-align: left;margin-left: 0px;}
.mobile #content #content-area .element_1511262820596_7742_none.vw25 { width: 25vw !important; height: 7.0422535211268vw !important; text-align: left;margin-left: 0px;}
.mobile #content #content-area .element_1511262820596_7742_none.vw66 img { width: 100% !important; height: 100% !important; }
.mobile #content #content-area .element_1511262820596_7742_none.vw60 img { width: 100% !important; height: 100% !important; }
.mobile #content #content-area .element_1511262820596_7742_none.vw50 img { width: 100% !important; height: 100% !important; }
.mobile #content #content-area .element_1511262820596_7742_none.vw40 img { width: 100% !important; height: 100% !important; }
.mobile #content #content-area .element_1511262820596_7742_none.vw30 img { width: 100% !important; height: 100% !important; }
.mobile #content #content-area .element_1511262820596_7742_none.vw25 img { width: 100% !important; height: 100% !important; }
#image-11000040 {			width: 100%;			height: 100%;			display: block;			position: relative;			overflow: visible;		}#image-11000040 [class^=layer]{			position: absolute;		}#image-11000040 .layer2 {			width: 100%;			height: 100%;		}#image-11000040 .layer3 {			width: 100%;			height: 100%;			background-size: cover;			background-repeat: no-repeat;		}#image-11000040.a {                width:100%;                height:100%;        }
.element_1484569596702_8372_none { background-color: rgb(210, 39, 131); border-style: solid; border-width: 0px 0px 35px; border-color: rgb(51, 51, 51);  }
ul#menu-m1000038 {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
    text-align: right;
    height: 15px;
     width: 100%
}

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

ul#menu-m1000038 li:hover {
    background-color: rgba(226, 0, 122, 0);
    transition: background-color 0.5s;
}

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

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

ul#menu-m1000038 a {
    white-space: nowrap;
}ul#menu-m1000038 > li {
position: relative;
display: inline-block;
margin: 0;
padding: 0 20px;
font-size: 18px;
background-color: rgba(95, 95, 95, 0);
}ul#menu-m1000038 > li:not(:first-child) {border-top: none;border-left: 1px solid rgb(226, 0, 122);}ul#menu-m1000038 > li.current {
background-color: rgba(246, 166, 72, 0);
}ul#menu-m1000038 > li > a {
margin: 0;
padding: 0;line-height: 15px;color: rgb(226, 0, 122);
font-family: Raleway;
font-weight: normal;
font-style: normal;
display: inline-block;
padding: 0 15px;
text-decoration: none;}ul#menu-m1000038 > li.current > a {
color: rgb(0, 0, 0);
font-weight: normal;
font-style: normal;
text-decoration: none;
}ul#menu-m1000038 ul {
    display: none;
    position: absolute;
    top: 100%; padding: 0;
}

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

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

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

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

ul#menu-m1000038.mobile ul {
    display: block;
    position: static;
    padding-left: 15px;
    background-color: rgba(226, 0, 122, 0.71);
}

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

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

ul#menu-m1000038 ul li:hover > ul {
    display: block;
    animation: fadeInLeftSmall .3s ease-in;
}
.element_1484568887314_9143_none { background-image: none; opacity: 0; animation-name: fadeInRightSmall; animation-duration: 1s; animation-delay: 0.3s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1;  }
ul#menu-m1000024 {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
    text-align: left;
    height: 10px;
     width: 100%
}

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

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

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

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

ul#menu-m1000024 a {
    white-space: nowrap;
}ul#menu-m1000024 > li {
position: relative;
display: inline-block;
margin: 0;
padding: 0 8px;
font-size: 13px;
background-color: rgba(95, 95, 95, 0);
}ul#menu-m1000024 > li:not(:first-child) {border-top: none;border-left: 1px solid rgb(255, 255, 255);}ul#menu-m1000024 > li.current {
background-color: rgba(156, 156, 156, 0);
}ul#menu-m1000024 > li > a {
margin: 0;
padding: 0;line-height: 10px;color: rgba(255,255,255, 1);
font-family: Raleway;
font-weight: normal;
font-style: normal;
display: inline-block;
padding: 0 15px;
text-decoration: none;}ul#menu-m1000024 > li.current > a {
color: rgb(210, 39, 131);
font-weight: normal;
font-style: normal;
text-decoration: none;
}ul#menu-m1000024 ul {
    display: none;
    position: absolute;
    top: 100%;left: 0; padding: 0;
}

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

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

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

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

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

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

ul#menu-m1000024.mobile ul li a {
    padding: 15px 15px 15px calc(15px + 10px);
    white-space: inherit;
    display: block;
    line-height: 1.5em;
}
.element_1484569252512_9595_none {  }
.dextermedia_logo a span.dexterlogo { text-transform:uppercase;letter-spacing:0.3em;color:rgb(255, 255, 255);font-size:12px;font-family:railway;font-weight:;font-style:;text-decoration:undefined; }
.element_1484733335804_1208_none { left: 992.867px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1520581901941_7983_none { left: 82.9833px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1520581988909_5093_none { left: 800.9px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1520582379685_8547_none { left: 967.867px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1501852349212_7832_none { background-color: rgba(255, 255, 255, 0.701961); 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_1484646226167_1262_none { left: 828.00006103516px; overflow-wrap: break-word; list-style: disc;  }
form.submit01403818 label, form.submit01403818 input, form.submit01403818 textarea, form.submit01403818 div.notification {
    font-family: Raleway,sans-serif;
    font-size: 14px;
    color: rgb(51, 51, 51);
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    background-color: rgb(243, 243, 243);
    border: 1px solid rgb(210, 39, 131);
    border-radius: 0px;
    padding: 0px 10px;
    box-shadow:  0px 0px 0px transparent;
}

form.submit01403818 div.notification {
    background-color: rgba(0, 0, 0, 0);
}

form.submit01403818 input, form.submit01403818 textarea, form.submit01403818 div.notification {
    padding: 11px 10px;
}

form.submit01403818 div.notification {
    border-width: 0px;
}

form.submit01403818 label {
    display: inline-block;
    border: none;
    margin-bottom: 0px;
}

form.submit01403818 input, form.submit01403818 textarea {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 17px;
}

form.submit01403818 textarea {
    resize: none;
}

@media only screen and (max-width: 800px) {
    form.submit01403818 input[type=checkbox] {
        transform: scale(6);
        margin-left: 4% !important;
    }
}
input::-webkit-input-placeholder {
    color: rgb(51, 51, 51);
}

input::-ms-input-placeholder {
    color: rgb(51, 51, 51);
}

textarea::-webkit-input-placeholder {
    color: rgb(51, 51, 51);
}

textarea::-ms-input-placeholder {
    color: rgb(51, 51, 51);
}
.element_1484646401260_9016_none { border-style: solid; background-image: none; border-color: rgb(210, 39, 131);  }
.element_14846462264126_6709_none { background-color: rgba(156, 156, 156, 0.1); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
.element_1546010355858_0972_hover:hover {  }
.element_1501852910029_0303_none { left: 81px; overflow-wrap: break-word; list-style: disc;  }
#image-622 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1535547177788_84_none { filter: opacity(100%) brightness(100%) saturate(88%) contrast(85%) blur(0px); -webkit-filter: opacity(100%) brightness(100%) saturate(88%) contrast(85%) blur(0px);  }
.mobile #content #content-area .element_1546010902773_5225_none.vw66 { width: 66vw !important; height: 22vw !important; text-align: left;margin-left: 0px;}
.mobile #content #content-area .element_1546010902773_5225_none.vw60 { width: 60vw !important; height: 20vw !important; text-align: left;margin-left: 0px;}
.mobile #content #content-area .element_1546010902773_5225_none.vw50 { width: 50vw !important; height: 16.666666666667vw !important; text-align: left;margin-left: 0px;}
.mobile #content #content-area .element_1546010902773_5225_none.vw40 { width: 40vw !important; height: 13.333333333333vw !important; text-align: left;margin-left: 0px;}
.mobile #content #content-area .element_1546010902773_5225_none.vw30 { width: 30vw !important; height: 10vw !important; text-align: left;margin-left: 0px;}
.mobile #content #content-area .element_1546010902773_5225_none.vw25 { width: 25vw !important; height: 8.3333333333333vw !important; text-align: left;margin-left: 0px;}
.mobile #content #content-area .element_1546010902773_5225_none.vw66 img { width: 100% !important; height: 100% !important; }
.mobile #content #content-area .element_1546010902773_5225_none.vw60 img { width: 100% !important; height: 100% !important; }
.mobile #content #content-area .element_1546010902773_5225_none.vw50 img { width: 100% !important; height: 100% !important; }
.mobile #content #content-area .element_1546010902773_5225_none.vw40 img { width: 100% !important; height: 100% !important; }
.mobile #content #content-area .element_1546010902773_5225_none.vw30 img { width: 100% !important; height: 100% !important; }
.mobile #content #content-area .element_1546010902773_5225_none.vw25 img { width: 100% !important; height: 100% !important; }
#image-626 {
width: 100%;
height: 100%;
display: block;
position: relative;
overflow: visible;
}#image-626 [class^=layer]{
position: absolute;
}#image-626 .layer2 {
width: 100%;
height: 100%;
}#image-626 .layer3 {
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
}#image-626.a {width:100%;height:100%;}
.element_1484649810637_322_none { background-color:rgba(156, 156, 156, 0.1);border-color: rgb(139, 156, 207);border-style: solid;border-width: 0px;background-image: none; }
.map-over {				background: transparent;				position: absolute;				width: 100%;				height: 100%;			}
.element_1520583118793_9968_none { left: 47px; overflow-wrap: break-word; list-style: disc;  }
#image-731 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_14846525228628_448_none { left: 81px; overflow-wrap: break-word; list-style: disc;  }
.element_1484652936830_556_none { left: 41px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_14846525226104_2916_none { background-image: url(https://cms.dextermedia.de/images/09324005248/Handy_Laptop_2500.jpg); background-repeat: no-repeat; background-size: cover; background-position: center center; background-attachment: fixed; background-color: rgba(156, 156, 156, 0.1); 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_14846525221627_2915_none { background-color:rgba(156, 156, 156, 0.1);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_1532942167912_029_none { left: 41px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_1532947745049_8418_none { left: 41px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_1532947817979_7869_none { left: 41px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_1532948111733_1233_none { left: 41px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_14846536485351_1640_none { left: 82px; overflow-wrap: break-word; list-style: disc;  }
.element_14846536482442_832_none { left: 82px; overflow-wrap: break-word; list-style: disc;  }
.element_14846536488071_5792_none { background-color:rgba(156, 156, 156, 0.1);border-color: rgb(139, 156, 207);border-style: solid;border-width: 0px;background-image: none; }
#image-930 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_15356189912731_3715_none { background-color:rgba(156, 156, 156, 0.1);border-color: rgb(139, 156, 207);border-style: solid;border-width: 0px;background-image: none; }
.element_15356189912891_481_none { left: 32.996276855469px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1535976340428_0598_none { left: 121.98529052734px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1535976621908_8538_none { box-shadow: rgb(131, 131, 131) 0px 0px 15px;  }
#image-1035 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1536053687376_556_none { box-shadow: none;  }
.element_1536054147448_2666_none { left: 125.49627685547px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1536054227955_7375_none { left: 415.90069580078px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1536059798739_6123_none { left: 122.99627685547px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#image-1042 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
#image-1045 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
#image-1046 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
#image-1049 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
#image-1050 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
#image-1052 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
#image-1055 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
#image-1056 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
#image-1057 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
#image-1061 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
#image-1062 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
#image-1063 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
#image-1064 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
#image-1065 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
#image-1066 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_15356191984349_817_none { background-color:rgba(156, 156, 156, 0.1);border-color: rgb(139, 156, 207);border-style: solid;border-width: 0px;background-image: none; }
.element_15356191989063_8785_none { left: 46.966918945312px; overflow-wrap: break-word; list-style: disc;  }
.element_1535620194904_8967_none { left: 46.966918945312px; overflow-wrap: break-word; list-style: disc;  }
.element_1535620339213_775_none { left: 50.9375px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_1535620990562_2603_none { left: 646.96691894531px; overflow-wrap: break-word; list-style: disc;  }
.element_1536140000926_3987_hover:hover {  }
.element_1535624240527_7717_none { background-color: rgb(210, 39, 131);  }
.element_1535624308389_733_none { left: 114.98162841797px; overflow-wrap: break-word; list-style: disc;  }
.element_1535976018653_8315_none { box-shadow: rgb(131, 131, 131) 0px 0px 15px;  }
.element_1535977184028_8582_none { left: 30.9559px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_1535977573794_364_none { left: 646.96691894531px; overflow-wrap: break-word; list-style: disc;  }
#image-1141 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
#image-1143 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
#image-1144 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}