/* style_ladi */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
button,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
select,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

a {
    text-decoration: none
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.ladi-loading {
    z-index: 900000000000;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .1)
}

.ladi-loading .loading {
    width: 80px;
    height: 80px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
    position: absolute
}

.ladi-loading .loading div {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    animation: ladi-loading 1.2s linear infinite
}

.ladi-loading .loading div:nth-child(1) {
    animation-delay: 0s;
    top: 37px;
    left: 66px
}

.ladi-loading .loading div:nth-child(2) {
    animation-delay: -.1s;
    top: 22px;
    left: 62px
}

.ladi-loading .loading div:nth-child(3) {
    animation-delay: -.2s;
    top: 11px;
    left: 52px
}

.ladi-loading .loading div:nth-child(4) {
    animation-delay: -.3s;
    top: 7px;
    left: 37px
}

.ladi-loading .loading div:nth-child(5) {
    animation-delay: -.4s;
    top: 11px;
    left: 22px
}

.ladi-loading .loading div:nth-child(6) {
    animation-delay: -.5s;
    top: 22px;
    left: 11px
}

.ladi-loading .loading div:nth-child(7) {
    animation-delay: -.6s;
    top: 37px;
    left: 7px
}

.ladi-loading .loading div:nth-child(8) {
    animation-delay: -.7s;
    top: 52px;
    left: 11px
}

.ladi-loading .loading div:nth-child(9) {
    animation-delay: -.8s;
    top: 62px;
    left: 22px
}

.ladi-loading .loading div:nth-child(10) {
    animation-delay: -.9s;
    top: 66px;
    left: 37px
}

.ladi-loading .loading div:nth-child(11) {
    animation-delay: -1s;
    top: 62px;
    left: 52px
}

.ladi-loading .loading div:nth-child(12) {
    animation-delay: -1.1s;
    top: 52px;
    left: 62px
}

@keyframes ladi-loading {

    0%,
    100%,
    20%,
    80% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.5)
    }
}

.ladipage-message {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10000000000;
    background: rgba(0, 0, 0, .3)
}

.ladipage-message .ladipage-message-box {
    width: 400px;
    max-width: calc(100% - 50px);
    height: 160px;
    border: 1px solid rgba(0, 0, 0, .3);
    background-color: #fff;
    position: fixed;
    top: calc(50% - 155px);
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 10px
}

.ladipage-message .ladipage-message-box span {
    display: block;
    background-color: rgba(6, 21, 40, .05);
    color: #000;
    padding: 12px 15px;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.ladipage-message .ladipage-message-box .ladipage-message-text {
    display: -webkit-box;
    font-size: 14px;
    padding: 0 20px;
    margin-top: 16px;
    line-height: 20px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word
}

.ladipage-message .ladipage-message-box .ladipage-message-close {
    display: block;
    position: absolute;
    right: 15px;
    bottom: 10px;
    margin: 0 auto;
    padding: 10px 0;
    border: none;
    width: 80px;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    background-color: #e6e6e6;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    cursor: pointer;
    outline: 0
}

.lightbox-screen {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 9000000080;
    background: rgba(0, 0, 0, .5)
}

.lightbox-screen .lightbox-close {
    position: absolute;
    z-index: 9000000090;
    cursor: pointer
}

.lightbox-screen .lightbox-hidden {
    display: none
}

.lightbox-screen .lightbox-close {
    width: 16px;
    height: 16px;
    margin: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M23.4144%202.00015L2.00015%2023.4144L0.585938%2022.0002L22.0002%200.585938L23.4144%202.00015Z%22%3E%3C%2Fpath%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%200.585938L23.4144%2022.0002L22.0002%2023.4144L0.585938%202.00015L2.00015%200.585938Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")
}

* {
    -webkit-tap-highlight-color: #fff0
}

body {
    font-size: 12px;
    -ms-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -o-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    background-color: #fff
}

.overflow-hidden {
    overflow: hidden
}

.ladi-transition {
    transition: all 150ms linear 0s
}

.z-index-1 {
    z-index: 1
}

.opacity-0 {
    opacity: 0
}

.height-0 {
    height: 0 !important
}

.pointer-events-none {
    pointer-events: none
}

.transition-parent-collapse-height {
    transition: height 150ms linear 0s
}

.transition-parent-collapse-top {
    transition: top 150ms linear 0s
}

.transition-readmore {
    transition: height 350ms linear 0s
}

.transition-collapse {
    transition: height 150ms linear 0s
}

body.grab {
    cursor: grab
}

.ladi-wraper {
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    touch-action: manipulation
}

.ladi-container {
    position: relative;
    margin: 0 auto;
    height: 100%
}

.ladi-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none
}

.ladi-element {
    position: absolute
}

@media (hover: hover) {
    .ladi-check-hover {
        opacity: 0;
    }
}

.ladi-section {
    margin: 0 auto;
    position: relative;
}

.ladi-section[data-tab-id] {
    display: none;
}

.ladi-section.selected[data-tab-id] {
    display: block;
}

.ladi-section .ladi-section-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    overflow: hidden;
}

.ladi-image {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ladi-image .ladi-image-background {
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    position: absolute;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.ladi-headline {
    width: 100%;
    display: inline-block;
    word-break: break-word;
    background-size: cover;
    background-position: center center;
}

.ladi-headline a {
    text-decoration: underline;
}

.ladi-paragraph {
    width: 100%;
    display: inline-block;
    word-break: break-word;
}

.ladi-paragraph a {
    text-decoration: underline;
}

.ladi-line {
    position: relative;
}

.ladi-line .ladi-line-container {
    border-bottom: 0 !important;
    border-right: 0 !important;
    width: 100%;
    height: 100%;
}

a[data-action] {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: pointer;
}

a:visited {
    color: inherit;
}

a:link {
    color: inherit;
}

[data-opacity="0"] {
    opacity: 0;
}

[data-hidden="true"] {
    display: none;
}

[data-action="true"] {
    cursor: pointer;
}

.ladi-hidden {
    display: none;
}

.ladi-animation-hidden {
    visibility: hidden !important;
    opacity: 0 !important;
}

.element-click-selected {
    cursor: pointer;
}

.is-2nd-click {
    cursor: pointer;
}

.ladi-button-shape.is-2nd-click,
.ladi-accordion-shape.is-2nd-click {
    z-index: 3;
}

.backdrop-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 90000060;
}

.backdrop-dropbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 90000040;
}

.ladi-lazyload {
    background-image: none !important;
}

.ladi-list-paragraph ul li.ladi-lazyload:before {
    background-image: none !important;
}

@media (min-width: 768px) {}

@media (max-width: 767px) {
    .ladi-element.ladi-auto-scroll {
        overflow-x: auto;
        overflow-y: hidden;
        width: 100% !important;
        left: 0 !important;
        -webkit-overflow-scrolling: touch;
    }

    [data-hint]:not([data-timeout-id-copied]):before,
    [data-hint]:not([data-timeout-id-copied]):after {
        display: none !important;
    }

    .ladi-section.ladi-auto-scroll {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }
}

/* style_page */
body {
    direction: ltr;
}

@media (min-width: 768px) {
    .ladi-section .ladi-container {
        width: 960px;
    }
}

@media (max-width: 767px) {
    .ladi-section .ladi-container {
        width: 420px;
    }
}

body {
    font-family: "Open Sans", sans-serif
}

/* style_element */
#IMAGE2>.ladi-image>.ladi-image-background,
#IMAGE3>.ladi-image>.ladi-image-background,
#IMAGE4>.ladi-image>.ladi-image-background,
#IMAGE5>.ladi-image>.ladi-image-background,
#IMAGE8>.ladi-image>.ladi-image-background,
#IMAGE9>.ladi-image>.ladi-image-background,
#IMAGE10>.ladi-image>.ladi-image-background,
#IMAGE11>.ladi-image>.ladi-image-background,
#IMAGE18>.ladi-image>.ladi-image-background,
#IMAGE19>.ladi-image>.ladi-image-background,
#IMAGE20>.ladi-image>.ladi-image-background,
#IMAGE21>.ladi-image>.ladi-image-background,
#IMAGE22>.ladi-image>.ladi-image-background {
    top: 0px;
    left: 0px;
}

#IMAGE3,
#IMAGE3>.ladi-image>.ladi-image-background {
    width: 214.764px;
    height: 101.828px;
}

#IMAGE3>.ladi-image>.ladi-image-background {
    background-image: url("https://w.ladicdn.com/s550x450/5f27acf04cf2632d9b32bbf6/logo-20250909015851-x6s5n.png");
}

#HEADLINE3>.ladi-headline,
#HEADLINE5>.ladi-headline,
#HEADLINE4>.ladi-headline,
#HEADLINE6>.ladi-headline {
    font-weight: bold;
    line-height: 1.6;
    color: rgb(204, 191, 130);
}

#HEADLINE3>.ladi-headline:hover,
#HEADLINE5>.ladi-headline:hover,
#HEADLINE4>.ladi-headline:hover,
#HEADLINE6>.ladi-headline:hover,
#IMAGE11:hover>.ladi-image,
#PARAGRAPH1>.ladi-paragraph:hover {
    opacity: 1;
}

#IMAGE4,
#IMAGE4>.ladi-image>.ladi-image-background,
#IMAGE11,
#IMAGE11>.ladi-image>.ladi-image-background {
    width: 16.1168px;
    height: 16px;
}

#IMAGE4>.ladi-image>.ladi-image-background,
#IMAGE11>.ladi-image>.ladi-image-background {
    background-image: url("https://w.ladicdn.com/s350x350/5f27acf04cf2632d9b32bbf6/icon-checks-20250909021229-s4s-k.png");
}

#IMAGE9,
#IMAGE9>.ladi-image>.ladi-image-background {
    width: 280.347px;
    height: 57.6766px;
}

#IMAGE9>.ladi-image>.ladi-image-background {
    background-image: url("https://w.ladicdn.com/s600x400/5f27acf04cf2632d9b32bbf6/btn-appstore-20250909015851-toxsl.png");
}

#IMAGE10,
#IMAGE10>.ladi-image>.ladi-image-background {
    width: 282.139px;
    height: 57.6766px;
}

#IMAGE10>.ladi-image>.ladi-image-background {
    background-image: url("https://w.ladicdn.com/s600x400/5f27acf04cf2632d9b32bbf6/btn-android-20250909015851-ugnft.png");
}

#LINE1>.ladi-line>.ladi-line-container,
#LINE2>.ladi-line>.ladi-line-container {
    border-top: 1px solid rgb(204, 191, 130);
    border-right: 1px solid rgb(204, 191, 130);
    border-bottom: 1px solid rgb(204, 191, 130);
    border-left: 0px !important;
}

#LINE1>.ladi-line,
#LINE2>.ladi-line {
    width: 100%;
    padding: 8px 0px;
}

#IMAGE18,
#IMAGE18>.ladi-image>.ladi-image-background {
    width: 47.2917px;
    height: 47.9577px;
}

#IMAGE18>.ladi-image>.ladi-image-background {
    background-image: url("https://w.ladicdn.com/s350x350/5f27acf04cf2632d9b32bbf6/icon-chat-20250909025159-juq5b.png");
}

#IMAGE19,
#IMAGE19>.ladi-image>.ladi-image-background {
    width: 46.9677px;
    height: 47.6293px;
}

#IMAGE19>.ladi-image>.ladi-image-background {
    background-image: url("https://w.ladicdn.com/s350x350/5f27acf04cf2632d9b32bbf6/icon-phone-20250909025132-lnrwh.png");
}

#IMAGE20,
#IMAGE20>.ladi-image>.ladi-image-background,
#IMAGE21,
#IMAGE21>.ladi-image>.ladi-image-background {
    width: 46.9678px;
    height: 47.6293px;
}

#IMAGE20>.ladi-image>.ladi-image-background {
    background-image: url("https://w.ladicdn.com/s350x350/5f27acf04cf2632d9b32bbf6/icon-tele-20250909025132-a_l7a.png");
}

#IMAGE21>.ladi-image>.ladi-image-background {
    background-image: url("https://w.ladicdn.com/s350x350/5f27acf04cf2632d9b32bbf6/icon-fb-20250909025132-6pkcj.png");
}

#PARAGRAPH1>.ladi-paragraph {
    font-family: Arima, cursive;
    font-size: 10px;
    line-height: 1.6;
    color: rgb(0, 0, 0);
    letter-spacing: 0px;
}

@media (min-width: 768px) {

    #SECTION1,
    #SECTION2,
    #SECTION3,
    #SECTION4,
    #SECTION5,
    #SECTION6 {
        height: 694.4px;
    }

    #IMAGE2,
    #IMAGE2>.ladi-image>.ladi-image-background {
        width: 1908.94px;
        height: 939.443px;
    }

    #IMAGE2 {
        top: -4px;
        left: -479px;
    }

    #IMAGE2>.ladi-image>.ladi-image-background {
        background-image: url("https://w.ladicdn.com/s2250x1250/5f27acf04cf2632d9b32bbf6/bg-20250909015851-rvlm5.jpg");
    }

    #IMAGE3 {
        top: 18.5862px;
        left: 393px;
    }

    #HEADLINE3 {
        width: 482px;
        top: 127.5px;
        left: 259.382px;
    }

    #HEADLINE3>.ladi-headline {
        font-size: 16.88px;
        text-align: center;
    }

    #IMAGE4 {
        top: 128.5px;
        left: 667.569px;
    }

    #IMAGE5,
    #IMAGE5>.ladi-image>.ladi-image-background {
        width: 556.468px;
        height: 316.895px;
    }

    #IMAGE5 {
        top: 180.052px;
        left: 222.148px;
    }

    #IMAGE5>.ladi-image>.ladi-image-background {
        background-image: url("https://w.ladicdn.com/s900x650/5f27acf04cf2632d9b32bbf6/photo_2025-09-09_09-16-17-20250909021631-ihfqo.jpg");
    }

    #IMAGE8,
    #IMAGE8>.ladi-image>.ladi-image-background {
        width: 310px;
        height: 59.625px;
    }

    #IMAGE8 {
        top: 567.448px;
        left: 345px;
    }

    #IMAGE8>.ladi-image>.ladi-image-background {
        background-image: url("https://w.ladicdn.com/s650x400/5f27acf04cf2632d9b32bbf6/btn_quick_play_pc-20250909015851-uuqcj.png");
    }

    #IMAGE9 {
        top: 636.723px;
        left: 98px;
    }

    #IMAGE10 {
        top: 636.723px;
        left: 607.764px;
    }

    #HEADLINE5 {
        width: 300px;
        top: 528.448px;
        left: 344px;
    }

    #HEADLINE5>.ladi-headline,
    #HEADLINE4>.ladi-headline,
    #HEADLINE6>.ladi-headline {
        font-size: 13.75px;
        text-align: center;
    }

    #HEADLINE4,
    #HEADLINE6 {
        width: 524px;
    }

    #HEADLINE4 {
        top: 327.5px;
        left: -896.883px;
    }

    #LINE1,
    #LINE2 {
        width: 400px;
    }

    #LINE1 {
        top: 154.5px;
        left: 294px;
    }

    #HEADLINE6 {
        top: 502.448px;
        left: 232px;
    }

    #LINE2 {
        top: 550.448px;
        left: 300.382px;
    }

    #IMAGE11 {
        top: 498.947px;
        left: 680.686px;
    }

    #IMAGE18 {
        top: 90px;
        left: 877px;
    }

    #IMAGE19 {
        top: 18.5862px;
        left: 877px;
    }

    #IMAGE20 {
        top: 90px;
        left: 42.0322px;
    }

    #IMAGE21 {
        top: 28px;
        left: 42.0322px;
    }

    #IMAGE22,
    #IMAGE22>.ladi-image>.ladi-image-background {
        width: 1949.55px;
        height: 959.425px;
    }

    #IMAGE22 {
        top: 241.043px;
        left: -507.97px;
    }

    #IMAGE22>.ladi-image>.ladi-image-background {
        background-image: url("https://w.ladicdn.com/s2250x1300/5f27acf04cf2632d9b32bbf6/bg-20250909015851-rvlm5.jpg");
    }

    #PARAGRAPH1 {
        width: 918px;
        top: 6.3px;
        left: 0px;
    }
}

@media (max-width: 767px) {
    #SECTION1 {
        height: 1215.25px;
    }

    #IMAGE2,
    #IMAGE2>.ladi-image>.ladi-image-background {
        width: 1897.58px;
        height: 938.851px;
    }

    #IMAGE2 {
        top: -3px;
        left: -748px;
    }

    #IMAGE2>.ladi-image>.ladi-image-background {
        background-image: url("https://w.ladicdn.com/s2200x1250/5f27acf04cf2632d9b32bbf6/bg-20250909015851-rvlm5.jpg");
    }

    #IMAGE3 {
        top: 6.851px;
        left: 111.618px;
    }

    #HEADLINE3 {
        width: 225px;
        top: 119.679px;
        left: 106.5px;
    }

    #HEADLINE3>.ladi-headline {
        font-size: 11.25px;
        text-align: left;
    }

    #IMAGE4 {
        top: 114.679px;
        left: 331.5px;
    }

    #IMAGE5,
    #IMAGE5>.ladi-image>.ladi-image-background {
        width: 400px;
        height: 227.79px;
    }

    #IMAGE5 {
        top: 150.679px;
        left: 10px;
    }

    #IMAGE5>.ladi-image>.ladi-image-background {
        background-image: url("https://w.ladicdn.com/s750x550/5f27acf04cf2632d9b32bbf6/photo_2025-09-09_09-16-17-20250909021631-ihfqo.jpg");
    }

    #IMAGE8,
    #IMAGE8>.ladi-image>.ladi-image-background {
        width: 277.909px;
        height: 53.4527px;
    }

    #IMAGE8 {
        top: 445.47px;
        left: 68.3265px;
    }

    #IMAGE8>.ladi-image>.ladi-image-background {
        background-image: url("https://w.ladicdn.com/s600x400/5f27acf04cf2632d9b32bbf6/btn_quick_play_pc-20250909015851-uuqcj.png");
    }

    #IMAGE9 {
        top: 531.786px;
        left: 67.1075px;
    }

    #IMAGE10 {
        top: 603.771px;
        left: 62.4678px;
    }

    #HEADLINE5 {
        width: 259px;
        top: 696.248px;
        left: 77.781px;
    }

    #HEADLINE5>.ladi-headline {
        font-size: 11.92px;
        text-align: left;
    }

    #HEADLINE4,
    #HEADLINE6 {
        width: 303px;
    }

    #HEADLINE4 {
        top: 413.5px;
        left: 57.281px;
    }

    #HEADLINE4>.ladi-headline,
    #HEADLINE6>.ladi-headline {
        font-size: 10.54px;
        text-align: left;
    }

    #LINE1,
    #LINE2 {
        width: 300px;
    }

    #LINE1 {
        top: 388.5px;
        left: 57.281px;
    }

    #HEADLINE6 {
        top: 673.248px;
        left: 58.5px;
    }

    #LINE2 {
        top: 505.5px;
        left: 57.281px;
    }

    #IMAGE11 {
        top: 409.679px;
        left: 350.351px;
    }

    #IMAGE18 {
        top: 83.0497px;
        left: 357.281px;
    }

    #IMAGE19 {
        top: 22.0497px;
        left: 357.281px;
    }

    #IMAGE20 {
        top: 22.0497px;
        left: 21.3587px;
    }

    #IMAGE21 {
        top: 83.0497px;
        left: 21.3587px;
    }

    #SECTION2 {
        height: 690.651px;
    }

    #IMAGE22,
    #IMAGE22>.ladi-image>.ladi-image-background {
        width: 1924px;
        height: 946.851px;
    }

    #IMAGE22 {
        top: -279.397px;
        left: -748px;
    }

    #IMAGE22>.ladi-image>.ladi-image-background {
        background-image: url("https://w.ladicdn.com/s2250x1250/5f27acf04cf2632d9b32bbf6/bg-20250909015851-rvlm5.jpg");
    }

    #SECTION3,
    #SECTION5,
    #SECTION6 {
        height: 303.8px;
    }

    #SECTION4 {
        height: 2681.8px;
    }

    #PARAGRAPH1 {
        width: 400px;
        top: -298px;
        left: 10px;
    }
}

/* style_lazyload */
body.lazyload .ladi-overlay,
body.lazyload .ladi-box,
body.lazyload .ladi-button-background,
body.lazyload .ladi-collection-item:before,
body.lazyload .ladi-countdown-background,
body.lazyload .ladi-form-item-background,
body.lazyload .ladi-form-label-container .ladi-form-label-item.image,
body.lazyload .ladi-frame-background,
body.lazyload .ladi-gallery-view-item,
body.lazyload .ladi-gallery-control-item,
body.lazyload .ladi-headline,
body.lazyload .ladi-image-background,
body.lazyload .ladi-image-compare,
body.lazyload .ladi-list-paragraph ul li:before,
body.lazyload .ladi-section-background,
body.lazyload .ladi-survey-option-background,
body.lazyload .ladi-survey-option-image,
body.lazyload .ladi-tabs-background,
body.lazyload .ladi-video-background,
body.lazyload .ladi-banner,
body.lazyload .ladi-spin-lucky-screen,
body.lazyload .ladi-spin-lucky-start {
    background-image: none !important;
}