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-html strong {
    font-weight: 700
}

.ladi-html em {
    font-style: italic
}

.ladi-html a {
    text-decoration: underline
}

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: #fff
}

.ladi-loading {
    width: 80px;
    height: 80px;
    z-index: 900000000000;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    overflow: hidden
}

    .ladi-loading div {
        position: absolute;
        width: 6px;
        height: 6px;
        background: #fff;
        border-radius: 50%;
        animation: ladi-loading 1.2s linear infinite
    }

        .ladi-loading div:nth-child(1) {
            animation-delay: 0s;
            top: 37px;
            left: 66px
        }

        .ladi-loading div:nth-child(2) {
            animation-delay: -.1s;
            top: 22px;
            left: 62px
        }

        .ladi-loading div:nth-child(3) {
            animation-delay: -.2s;
            top: 11px;
            left: 52px
        }

        .ladi-loading div:nth-child(4) {
            animation-delay: -.3s;
            top: 7px;
            left: 37px
        }

        .ladi-loading div:nth-child(5) {
            animation-delay: -.4s;
            top: 11px;
            left: 22px
        }

        .ladi-loading div:nth-child(6) {
            animation-delay: -.5s;
            top: 22px;
            left: 11px
        }

        .ladi-loading div:nth-child(7) {
            animation-delay: -.6s;
            top: 37px;
            left: 7px
        }

        .ladi-loading div:nth-child(8) {
            animation-delay: -.7s;
            top: 52px;
            left: 11px
        }

        .ladi-loading div:nth-child(9) {
            animation-delay: -.8s;
            top: 62px;
            left: 22px
        }

        .ladi-loading div:nth-child(10) {
            animation-delay: -.9s;
            top: 66px;
            left: 37px
        }

        .ladi-loading div:nth-child(11) {
            animation-delay: -1s;
            top: 62px;
            left: 52px
        }

        .ladi-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)
    }
}

.overflow-hidden {
    overflow: hidden
}

.ladi-transition {
    transition: all 150ms linear 0s
}

.opacity-0 {
    opacity: 0
}

.height-0 {
    height: 0 !important
}

.transition-readmore {
    transition: height 350ms linear 0s
}

.transition-collapse {
    transition: height 150ms linear 0s
}

.transition-parent-collapse-height {
    transition: height 150ms linear 0s
}

.transition-parent-collapse-top {
    transition: top 150ms linear 0s
}

.pointer-events-none {
    pointer-events: none
}

.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: 10px;
            line-height: 18px;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis
        }

        .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
        }

.ladi-wraper {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    overflow: hidden
}

.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-arrow-down {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        cursor: pointer;
        z-index: 90000040
    }

    .ladi-section .ladi-section-close {
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
        z-index: 90000040
    }

    .ladi-section .ladi-section-background {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        pointer-events: none;
        overflow: hidden
    }

.ladi-container {
    position: relative;
    margin: 0 auto;
    height: 100%
}

.ladi-element {
    position: absolute
}

.ladi-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none
}

.ladi-survey {
    width: 100%;
    display: inline-block
}

    .ladi-survey .ladi-survey-option {
        cursor: pointer;
        position: relative;
        display: inline-block;
        text-decoration-line: inherit;
        -webkit-text-decoration-line: inherit;
        transition: inherit;
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none
    }

    .ladi-survey .ladi-survey-option-background {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        pointer-events: none;
        transition: inherit
    }

    .ladi-survey .ladi-survey-option-label {
        display: block;
        text-decoration-line: inherit;
        -webkit-text-decoration-line: inherit;
        position: relative
    }

    .ladi-survey .ladi-survey-option-image {
        background-size: cover;
        background-position: center center;
        pointer-events: none;
        vertical-align: middle;
        border-radius: inherit;
        position: relative
    }

    .ladi-survey .ladi-survey-button-next {
        display: block
    }

        .ladi-survey .ladi-survey-button-next.empty {
            display: none
        }

        .ladi-survey .ladi-survey-button-next.no-select {
            display: none
        }

        .ladi-survey .ladi-survey-button-next button {
            background-color: #fff;
            border: 1px solid #eee;
            padding: 5px 10px;
            cursor: pointer;
            border-radius: 2px
        }

            .ladi-survey .ladi-survey-button-next button:active {
                transform: translateY(2px);
                transition: transform .2s linear
            }

.ladi-carousel {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    touch-action: pan-y
}

    .ladi-carousel .ladi-carousel-content {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        transition: left 350ms ease-in-out
    }

    .ladi-carousel .ladi-carousel-arrow {
        position: absolute;
        top: calc(50% - (33px)/ 2);
        cursor: pointer;
        z-index: 90000040
    }

    .ladi-carousel .ladi-carousel-arrow-left {
        left: 5px;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg)
    }

    .ladi-carousel .ladi-carousel-arrow-right {
        right: 5px
    }

.ladi-gallery {
    position: absolute;
    width: 100%;
    height: 100%
}

    .ladi-gallery .ladi-gallery-view {
        position: absolute;
        overflow: hidden;
        touch-action: pan-y
    }

        .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item {
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center;
            width: 100%;
            height: 100%;
            position: relative;
            display: none;
            transition: transform .5s ease-in-out;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-perspective: 1000px;
            perspective: 1000px
        }

            .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.play-video {
                cursor: pointer
            }

                .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.play-video:after {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    margin: auto;
                    width: 60px;
                    height: 60px;
                    background: url(https://w.ladicdn.com/source/ladipage-play.svg) no-repeat center center;
                    background-size: contain;
                    pointer-events: none;
                    cursor: pointer
                }

            .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.next, .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.selected.right {
                left: 0;
                transform: translate3d(100%,0,0)
            }

            .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.prev, .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.selected.left {
                left: 0;
                transform: translate3d(-100%,0,0)
            }

                .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.next.left, .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.prev.right, .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.selected {
                    left: 0;
                    transform: translate3d(0,0,0)
                }

        .ladi-gallery .ladi-gallery-view > .next, .ladi-gallery .ladi-gallery-view > .prev, .ladi-gallery .ladi-gallery-view > .selected {
            display: block
        }

        .ladi-gallery .ladi-gallery-view > .selected {
            left: 0
        }

        .ladi-gallery .ladi-gallery-view > .next, .ladi-gallery .ladi-gallery-view > .prev {
            position: absolute;
            top: 0;
            width: 100%
        }

        .ladi-gallery .ladi-gallery-view > .next {
            left: 100%
        }

        .ladi-gallery .ladi-gallery-view > .prev {
            left: -100%
        }

            .ladi-gallery .ladi-gallery-view > .next.left, .ladi-gallery .ladi-gallery-view > .prev.right {
                left: 0
            }

        .ladi-gallery .ladi-gallery-view > .selected.left {
            left: -100%
        }

        .ladi-gallery .ladi-gallery-view > .selected.right {
            left: 100%
        }

    .ladi-gallery .ladi-gallery-control {
        position: absolute;
        overflow: hidden;
        touch-action: pan-y
    }

    .ladi-gallery.ladi-gallery-top .ladi-gallery-view {
        width: 100%
    }

    .ladi-gallery.ladi-gallery-top .ladi-gallery-control {
        top: 0;
        width: 100%
    }

    .ladi-gallery.ladi-gallery-bottom .ladi-gallery-view {
        top: 0;
        width: 100%
    }

    .ladi-gallery.ladi-gallery-bottom .ladi-gallery-control {
        width: 100%;
        bottom: 0
    }

    .ladi-gallery.ladi-gallery-left .ladi-gallery-view {
        height: 100%
    }

    .ladi-gallery.ladi-gallery-left .ladi-gallery-control {
        height: 100%
    }

    .ladi-gallery.ladi-gallery-right .ladi-gallery-view {
        height: 100%
    }

    .ladi-gallery.ladi-gallery-right .ladi-gallery-control {
        height: 100%;
        right: 0
    }

    .ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow {
        position: absolute;
        top: calc(50% - (33px)/ 2);
        cursor: pointer;
        z-index: 90000040
    }

    .ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow-left {
        left: 5px;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg)
    }

    .ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow-right {
        right: 5px
    }

    .ladi-gallery .ladi-gallery-control .ladi-gallery-control-arrow {
        position: absolute;
        cursor: pointer;
        z-index: 90000040
    }

    .ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-arrow, .ladi-gallery.ladi-gallery-top .ladi-gallery-control .ladi-gallery-control-arrow {
        top: calc(50% - (33px)/ 2)
    }

    .ladi-gallery.ladi-gallery-top .ladi-gallery-control .ladi-gallery-control-arrow-left {
        left: 0;
        transform: rotate(180deg) scale(.6);
        -webkit-transform: rotate(180deg) scale(.6)
    }

    .ladi-gallery.ladi-gallery-top .ladi-gallery-control .ladi-gallery-control-arrow-right {
        right: 0;
        transform: scale(.6);
        -webkit-transform: scale(.6)
    }

    .ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-arrow-left {
        left: 0;
        transform: rotate(180deg) scale(.6);
        -webkit-transform: rotate(180deg) scale(.6)
    }

    .ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-arrow-right {
        right: 0;
        transform: scale(.6);
        -webkit-transform: scale(.6)
    }

    .ladi-gallery.ladi-gallery-left .ladi-gallery-control .ladi-gallery-control-arrow, .ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-arrow {
        left: calc(50% - (33px)/ 2)
    }

    .ladi-gallery.ladi-gallery-left .ladi-gallery-control .ladi-gallery-control-arrow-left {
        top: 0;
        transform: scale(.6) rotate(270deg);
        -webkit-transform: scale(.6) rotate(270deg)
    }

    .ladi-gallery.ladi-gallery-left .ladi-gallery-control .ladi-gallery-control-arrow-right {
        bottom: 0;
        transform: scale(.6) rotate(90deg);
        -webkit-transform: scale(.6) rotate(90deg)
    }

    .ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-arrow-left {
        top: 0;
        transform: scale(.6) rotate(270deg);
        -webkit-transform: scale(.6) rotate(270deg)
    }

    .ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-arrow-right {
        bottom: 0;
        transform: scale(.6) rotate(90deg);
        -webkit-transform: scale(.6) rotate(90deg)
    }

    .ladi-gallery .ladi-gallery-control .ladi-gallery-control-box {
        position: relative
    }

    .ladi-gallery.ladi-gallery-top .ladi-gallery-control .ladi-gallery-control-box {
        display: -webkit-inline-flex;
        display: inline-flex;
        left: 0;
        transition: left 150ms ease-in-out
    }

    .ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-box {
        display: -webkit-inline-flex;
        display: inline-flex;
        left: 0;
        transition: left 150ms ease-in-out
    }

    .ladi-gallery.ladi-gallery-left .ladi-gallery-control .ladi-gallery-control-box {
        display: inline-grid;
        top: 0;
        transition: top 150ms ease-in-out
    }

    .ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-box {
        display: inline-grid;
        top: 0;
        transition: top 150ms ease-in-out
    }

    .ladi-gallery .ladi-gallery-control .ladi-gallery-control-box .ladi-gallery-control-item {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        float: left;
        position: relative;
        cursor: pointer;
        filter: invert(15%)
    }

        .ladi-gallery .ladi-gallery-control .ladi-gallery-control-box .ladi-gallery-control-item.play-video:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            width: 30px;
            height: 30px;
            background: url(https://w.ladicdn.com/source/ladipage-play.svg) no-repeat center center;
            background-size: contain;
            pointer-events: none;
            cursor: pointer
        }

        .ladi-gallery .ladi-gallery-control .ladi-gallery-control-box .ladi-gallery-control-item:hover {
            filter: none
        }

        .ladi-gallery .ladi-gallery-control .ladi-gallery-control-box .ladi-gallery-control-item.selected {
            filter: none
        }

        .ladi-gallery .ladi-gallery-control .ladi-gallery-control-box .ladi-gallery-control-item:last-child {
            margin-right: 0 !important;
            margin-bottom: 0 !important
        }

.ladi-table {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: auto
}

    .ladi-table table {
        width: 100%
    }

        .ladi-table table td {
            vertical-align: middle
        }

    .ladi-table tbody td {
        word-break: break-word
    }

    .ladi-table table td img {
        cursor: pointer;
        width: 100%
    }

.ladi-box {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.ladi-tabs {
    position: absolute;
    width: 100%;
    height: 100%
}

    .ladi-tabs .ladi-tabs-background {
        height: 100%;
        width: 100%;
        pointer-events: none
    }

    .ladi-tabs > .ladi-element[data-index] {
        display: none
    }

    .ladi-tabs > .ladi-element.selected[data-index] {
        display: block
    }

.ladi-frame {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}

    .ladi-frame .ladi-frame-background {
        height: 100%;
        width: 100%;
        pointer-events: none;
        transition: inherit
    }

.ladi-banner {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}

    .ladi-banner .ladi-banner-background {
        height: 100%;
        width: 100%;
        pointer-events: none
    }

#SECTION_POPUP .ladi-container {
    z-index: 90000070
}

    #SECTION_POPUP .ladi-container > .ladi-element {
        z-index: 90000070;
        position: fixed;
        display: none
    }

        #SECTION_POPUP .ladi-container > .ladi-element[data-fixed-close=true] {
            position: relative !important
        }

        #SECTION_POPUP .ladi-container > .ladi-element.hide-visibility {
            display: block !important;
            visibility: hidden !important
        }

#SECTION_POPUP .popup-close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9000000080;
    cursor: pointer
}

.ladi-popup {
    position: absolute;
    width: 100%;
    height: 100%
}

    .ladi-popup .ladi-popup-background {
        height: 100%;
        width: 100%;
        pointer-events: none
    }

.ladi-countdown {
    position: absolute;
    width: 100%;
    height: 100%
}

    .ladi-countdown .ladi-countdown-background {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-size: inherit;
        background-attachment: inherit;
        background-origin: inherit;
        display: table;
        pointer-events: none
    }

    .ladi-countdown .ladi-countdown-text {
        position: absolute;
        width: 100%;
        height: 100%;
        text-decoration: inherit;
        display: table;
        pointer-events: none
    }

        .ladi-countdown .ladi-countdown-text span {
            display: table-cell;
            vertical-align: middle
        }

    .ladi-countdown > .ladi-element {
        text-decoration: inherit;
        background-size: inherit;
        background-attachment: inherit;
        background-origin: inherit;
        position: relative;
        display: inline-block
    }

        .ladi-countdown > .ladi-element:last-child {
            margin-right: 0 !important
        }

.ladi-button {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}

    .ladi-button:active {
        transform: translateY(2px);
        transition: transform .2s linear
    }

    .ladi-button .ladi-button-background {
        height: 100%;
        width: 100%;
        pointer-events: none;
        transition: inherit
    }

    .ladi-button > .ladi-element {
        width: 100% !important;
        height: 100% !important;
        top: 0 !important;
        left: 0 !important;
        display: table;
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none
    }

        .ladi-button > .ladi-element .ladi-headline {
            display: table-cell;
            vertical-align: middle
        }

.ladi-collection {
    position: absolute;
    width: 100%;
    height: 100%
}

    .ladi-collection.carousel {
        overflow: hidden
    }

    .ladi-collection .ladi-collection-content {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        transition: left 350ms ease-in-out
    }

        .ladi-collection .ladi-collection-content .ladi-collection-item {
            display: block;
            position: relative;
            float: left
        }

        .ladi-collection .ladi-collection-content .ladi-collection-page {
            float: left
        }

    .ladi-collection .ladi-collection-arrow {
        position: absolute;
        top: calc(50% - (33px)/ 2);
        cursor: pointer;
        z-index: 90000040
    }

    .ladi-collection .ladi-collection-arrow-left {
        left: 5px;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg)
    }

    .ladi-collection .ladi-collection-arrow-right {
        right: 5px
    }

    .ladi-collection .ladi-collection-button-next {
        position: absolute;
        bottom: -40px;
        right: 0;
        left: 0;
        margin: auto;
        cursor: pointer;
        z-index: 90000040;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg)
    }

.ladi-form {
    position: absolute;
    width: 100%;
    height: 100%
}

    .ladi-form > .ladi-element {
        text-transform: inherit;
        text-decoration: inherit;
        text-align: inherit;
        letter-spacing: inherit;
        color: inherit;
        background-size: inherit;
        background-attachment: inherit;
        background-origin: inherit
    }

    .ladi-form .ladi-button > .ladi-element {
        color: initial;
        font-size: initial;
        font-weight: initial;
        text-transform: initial;
        text-decoration: initial;
        font-style: initial;
        text-align: initial;
        letter-spacing: initial;
        line-height: initial
    }

    .ladi-form > .ladi-element .ladi-form-item-container {
        text-transform: inherit;
        text-decoration: inherit;
        text-align: inherit;
        letter-spacing: inherit;
        color: inherit;
        background-size: inherit;
        background-attachment: inherit;
        background-origin: inherit
    }

    .ladi-form > [data-quantity=true] .ladi-form-item-container {
        overflow: hidden
    }

    .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item {
        text-transform: inherit;
        text-decoration: inherit;
        text-align: inherit;
        letter-spacing: inherit;
        color: inherit
    }

    .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item-background {
        background-size: inherit;
        background-attachment: inherit;
        background-origin: inherit
    }

    .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-size: 9px 6px !important;
        background-position: right .5rem center;
        background-repeat: no-repeat
    }

    .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-2 {
        width: calc(100% / 2 - 5px);
        max-width: calc(100% / 2 - 5px);
        min-width: calc(100% / 2 - 5px)
    }

        .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-2:nth-child(3) {
            margin-left: 7.5px
        }

    .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-3 {
        width: calc(100% / 3 - 5px);
        max-width: calc(100% / 3 - 5px);
        min-width: calc(100% / 3 - 5px)
    }

        .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-3:nth-child(3) {
            margin-left: 7.5px
        }

        .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-3:nth-child(4) {
            margin-left: 7.5px
        }

    .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select option {
        color: initial
    }

    .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control:not(.ladi-form-control-select) {
        text-transform: inherit;
        text-decoration: inherit;
        text-align: inherit;
        letter-spacing: inherit;
        color: inherit;
        background-size: inherit;
        background-attachment: inherit;
        background-origin: inherit
    }

    .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
        text-transform: inherit;
        text-align: inherit;
        letter-spacing: inherit;
        color: inherit;
        background-size: inherit;
        background-attachment: inherit;
        background-origin: inherit
    }

        .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select:not([data-selected=""]) {
            text-decoration: inherit
        }

    .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item {
        text-transform: inherit;
        text-decoration: inherit;
        text-align: inherit;
        letter-spacing: inherit;
        color: inherit;
        background-size: inherit;
        background-attachment: inherit;
        background-origin: inherit;
        vertical-align: middle
    }

        .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item span {
            user-select: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none
        }

            .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item span[data-checked=true] {
                text-transform: inherit;
                text-decoration: inherit;
                text-align: inherit;
                letter-spacing: inherit;
                color: inherit;
                background-size: inherit;
                background-attachment: inherit;
                background-origin: inherit
            }

            .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item span[data-checked=false] {
                text-transform: inherit;
                text-align: inherit;
                letter-spacing: inherit;
                color: inherit;
                background-size: inherit;
                background-attachment: inherit;
                background-origin: inherit
            }

    .ladi-form .ladi-form-item-container {
        position: absolute;
        width: 100%;
        height: 100%
    }

    .ladi-form .ladi-form-item-title-value {
        font-weight: 700;
        word-break: break-word
    }

    .ladi-form .ladi-form-label-container {
        position: relative;
        width: 100%
    }

        .ladi-form .ladi-form-label-container .ladi-form-label-item {
            display: inline-block;
            cursor: pointer;
            position: relative;
            border-radius: 0 !important;
            user-select: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none
        }

            .ladi-form .ladi-form-label-container .ladi-form-label-item.image {
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center
            }

            .ladi-form .ladi-form-label-container .ladi-form-label-item.no-value {
                display: none !important
            }

            .ladi-form .ladi-form-label-container .ladi-form-label-item.text.disabled {
                opacity: .35
            }

            .ladi-form .ladi-form-label-container .ladi-form-label-item.image.disabled {
                opacity: .2
            }

            .ladi-form .ladi-form-label-container .ladi-form-label-item.color.disabled {
                opacity: .15
            }

            .ladi-form .ladi-form-label-container .ladi-form-label-item.selected:before {
                content: '';
                width: 0;
                height: 0;
                bottom: -1px;
                right: -1px;
                position: absolute;
                border-width: 0 0 15px 15px;
                border-color: transparent;
                border-style: solid
            }

            .ladi-form .ladi-form-label-container .ladi-form-label-item.selected:after {
                content: '';
                background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' enable-background='new 0 0 12 12' viewBox='0 0 12 12' x='0' fill='%23fff' y='0'%3E%3Cg%3E%3Cpath d='m5.2 10.9c-.2 0-.5-.1-.7-.2l-4.2-3.7c-.4-.4-.5-1-.1-1.4s1-.5 1.4-.1l3.4 3 5.1-7c .3-.4 1-.5 1.4-.2s.5 1 .2 1.4l-5.7 7.9c-.2.2-.4.4-.7.4 0-.1 0-.1-.1-.1z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
                background-repeat: no-repeat;
                background-position: bottom right;
                width: 7px;
                height: 7px;
                bottom: 0;
                right: 0;
                position: absolute
            }

    .ladi-form .ladi-form-item {
        width: 100%;
        height: 100%;
        position: absolute
    }

    .ladi-form .ladi-form-item-background {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        pointer-events: none
    }

    .ladi-form .ladi-form-item.ladi-form-checkbox {
        height: auto
    }

    .ladi-form .ladi-form-item .ladi-form-control {
        background-color: transparent;
        min-width: 100%;
        min-height: 100%;
        max-width: 100%;
        max-height: 100%;
        width: 100%;
        height: 100%;
        padding: 0 5px;
        color: inherit;
        font-size: inherit;
        border: none
    }

    .ladi-form .ladi-form-item.ladi-form-checkbox {
        padding: 10px 5px
    }

        .ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-vertical .ladi-form-checkbox-item {
            margin-top: 0 !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            display: table;
            border: none
        }

        .ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-horizontal .ladi-form-checkbox-item {
            margin-top: 0 !important;
            margin-left: 0 !important;
            margin-right: 10px !important;
            display: inline-block;
            border: none;
            position: relative
        }

        .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item input {
            vertical-align: middle;
            width: 13px;
            height: 13px;
            display: table-cell;
            margin-right: 5px
        }

        .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span {
            display: table-cell;
            cursor: default;
            vertical-align: middle;
            word-break: break-word
        }

        .ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-horizontal .ladi-form-checkbox-item input {
            position: absolute;
            top: 4px
        }

        .ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-horizontal .ladi-form-checkbox-item span {
            padding-left: 18px
        }

    .ladi-form .ladi-form-item textarea.ladi-form-control {
        resize: none;
        padding: 5px
    }

    .ladi-form .ladi-button {
        cursor: pointer
    }

        .ladi-form .ladi-button .ladi-headline {
            cursor: pointer;
            user-select: none
        }

.ladi-combobox {
    position: absolute;
    width: 100%;
    height: 100%
}

    .ladi-combobox .ladi-combobox-item-container {
        position: absolute;
        width: 100%;
        height: 100%;
        text-transform: inherit;
        text-decoration: inherit;
        text-align: inherit;
        letter-spacing: inherit;
        color: inherit;
        background-size: inherit;
        background-attachment: inherit;
        background-origin: inherit
    }

        .ladi-combobox .ladi-combobox-item-container .ladi-combobox-item-background {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            pointer-events: none;
            background-size: inherit;
            background-attachment: inherit;
            background-origin: inherit
        }

        .ladi-combobox .ladi-combobox-item-container .ladi-combobox-item {
            width: 100%;
            height: 100%;
            position: absolute;
            text-transform: inherit;
            text-decoration: inherit;
            text-align: inherit;
            letter-spacing: inherit;
            color: inherit
        }

            .ladi-combobox .ladi-combobox-item-container .ladi-combobox-item .ladi-combobox-control option {
                color: initial
            }

            .ladi-combobox .ladi-combobox-item-container .ladi-combobox-item .ladi-combobox-control {
                background-color: transparent;
                min-width: 100%;
                min-height: 100%;
                max-width: 100%;
                max-height: 100%;
                width: 100%;
                height: 100%;
                padding: 0 5px;
                font-size: inherit;
                border: none;
                text-transform: inherit;
                text-align: inherit;
                letter-spacing: inherit;
                color: inherit;
                background-size: inherit;
                background-attachment: inherit;
                background-origin: inherit;
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                background-size: 9px 6px !important;
                background-position: right .5rem center;
                background-repeat: no-repeat
            }

                .ladi-combobox .ladi-combobox-item-container .ladi-combobox-item .ladi-combobox-control:not([data-selected=""]) {
                    text-decoration: inherit
                }

.ladi-cart {
    position: absolute;
    width: 100%;
    font-size: 12px
}

    .ladi-cart .ladi-cart-row {
        position: relative;
        display: inline-table;
        width: 100%
    }

        .ladi-cart .ladi-cart-row:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            height: 1px;
            width: 100%;
            background: #dcdcdc
        }

    .ladi-cart .ladi-cart-no-product {
        text-align: center;
        font-size: 16px;
        vertical-align: middle
    }

    .ladi-cart .ladi-cart-image {
        width: 16%;
        vertical-align: middle;
        position: relative;
        text-align: center
    }

        .ladi-cart .ladi-cart-image img {
            max-width: 100%
        }

    .ladi-cart .ladi-cart-title {
        vertical-align: middle;
        padding: 0 5px;
        word-break: break-all
    }

        .ladi-cart .ladi-cart-title .ladi-cart-title-name {
            display: block;
            margin-bottom: 5px;
            word-break: break-word
        }

        .ladi-cart .ladi-cart-title .ladi-cart-title-variant {
            font-weight: 700;
            display: block;
            word-break: break-word
        }

    .ladi-cart .ladi-cart-image .ladi-cart-image-quantity {
        position: absolute;
        top: -3px;
        right: -5px;
        background: rgba(150,149,149,.9);
        width: 20px;
        height: 20px;
        border-radius: 50%;
        text-align: center;
        color: #fff;
        line-height: 20px
    }

    .ladi-cart .ladi-cart-quantity {
        width: 70px;
        vertical-align: middle;
        text-align: center
    }

    .ladi-cart .ladi-cart-quantity-content {
        display: -webkit-inline-flex;
        display: inline-flex
    }

    .ladi-cart .ladi-cart-quantity input {
        width: 24px;
        text-align: center;
        height: 22px;
        -moz-appearance: textfield;
        border-top: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc
    }

        .ladi-cart .ladi-cart-quantity input::-webkit-inner-spin-button, .ladi-cart .ladi-cart-quantity input::-webkit-outer-spin-button {
            -webkit-appearance: none;
            margin: 0
        }

    .ladi-cart .ladi-cart-quantity button {
        border: 1px solid #dcdcdc;
        cursor: pointer;
        text-align: center;
        width: 21px;
        height: 22px;
        position: relative;
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none
    }

        .ladi-cart .ladi-cart-quantity button:active {
            transform: translateY(2px);
            transition: transform .2s linear
        }

        .ladi-cart .ladi-cart-quantity button span {
            font-size: 18px;
            position: relative;
            left: .5px
        }

        .ladi-cart .ladi-cart-quantity button:first-child span {
            top: -1.2px
        }

    .ladi-cart .ladi-cart-price {
        width: 100px;
        vertical-align: middle;
        text-align: right;
        padding: 0 10px 0 5px
    }

    .ladi-cart .ladi-cart-row.has-promotion .ladi-cart-price span {
        text-decoration: line-through;
        display: block;
        margin-bottom: 3px
    }

        .ladi-cart .ladi-cart-row.has-promotion .ladi-cart-price span.price-compare {
            text-decoration: none;
            color: #e85d04;
            font-weight: 700;
            margin-bottom: 0
        }

    .ladi-cart .ladi-cart-row.has-promotion .ladi-cart-title span.promotion-name {
        margin-top: 5px;
        display: block;
        word-break: break-word
    }

    .ladi-cart .ladi-cart-action {
        width: 28px;
        vertical-align: middle;
        text-align: center
    }

        .ladi-cart .ladi-cart-action button {
            border: 1px solid #dcdcdc;
            cursor: pointer;
            text-align: center;
            width: 25px;
            height: 22px;
            user-select: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none
        }

            .ladi-cart .ladi-cart-action button:active {
                transform: translateY(2px);
                transition: transform .2s linear
            }

            .ladi-cart .ladi-cart-action button span {
                font-size: 13px;
                position: relative;
                top: .5px
            }

.ladi-video {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    overflow: hidden
}

    .ladi-video .ladi-video-background {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        pointer-events: none
    }

.ladi-group {
    position: absolute;
    width: 100%;
    height: 100%
}

.ladi-button-group {
    position: absolute;
    width: 100%;
    height: 100%
}

    .ladi-button-group > .ladi-element {
        transition: inherit
    }

        .ladi-button-group > .ladi-element > .ladi-button {
            transition: inherit
        }

.ladi-shape {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.ladi-html-code {
    position: absolute;
    width: 100%;
    height: 100%
}

.ladi-image {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none
}

    .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;
    background-size: cover;
    background-position: center center
}

    .ladi-headline a {
        text-decoration: underline
    }

.ladi-paragraph {
    width: 100%;
    display: inline-block
}

    .ladi-paragraph a {
        text-decoration: underline
    }

.ladi-list-paragraph {
    width: 100%;
    display: inline-block
}

    .ladi-list-paragraph a {
        text-decoration: underline
    }

    .ladi-list-paragraph ul li {
        position: relative;
        counter-increment: linum
    }

        .ladi-list-paragraph ul li:before {
            position: absolute;
            background-repeat: no-repeat;
            background-size: 100% 100%;
            left: 0
        }

        .ladi-list-paragraph ul li:last-child {
            padding-bottom: 0 !important
        }

.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
}

.button-unmute {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

    .button-unmute div {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2036%2036%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m%2021.48%2C17.98%20c%200%2C-1.77%20-1.02%2C-3.29%20-2.5%2C-4.03%20v%202.21%20l%202.45%2C2.45%20c%20.03%2C-0.2%20.05%2C-0.41%20.05%2C-0.63%20z%20m%202.5%2C0%20c%200%2C.94%20-0.2%2C1.82%20-0.54%2C2.64%20l%201.51%2C1.51%20c%20.66%2C-1.24%201.03%2C-2.65%201.03%2C-4.15%200%2C-4.28%20-2.99%2C-7.86%20-7%2C-8.76%20v%202.05%20c%202.89%2C.86%205%2C3.54%205%2C6.71%20z%20M%209.25%2C8.98%20l%20-1.27%2C1.26%204.72%2C4.73%20H%207.98%20v%206%20H%2011.98%20l%205%2C5%20v%20-6.73%20l%204.25%2C4.25%20c%20-0.67%2C.52%20-1.42%2C.93%20-2.25%2C1.18%20v%202.06%20c%201.38%2C-0.31%202.63%2C-0.95%203.69%2C-1.81%20l%202.04%2C2.05%201.27%2C-1.27%20-9%2C-9%20-7.72%2C-7.72%20z%20m%207.72%2C.99%20-2.09%2C2.08%202.09%2C2.09%20V%209.98%20z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        width: 60px;
        height: 60px;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        background-color: rgba(0,0,0,.5);
        border-radius: 100%;
        background-size: 90%;
        background-repeat: no-repeat;
        background-position: center center
    }

[data-opacity="0"] {
    opacity: 0
}

[data-hidden=true] {
    display: none
}

[data-action=true] {
    cursor: pointer
}

.ladi-hidden {
    display: none
}

.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: 90000080
}

.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
    }

.ladi-animation-hidden {
    visibility: hidden !important
}

.ladi-lazyload {
    background-image: none !important
}

.ladi-list-paragraph ul li.ladi-lazyload:before {
    background-image: none !important
}

.ladi-cart-number {
    position: absolute;
    top: -2px;
    right: -7px;
    background: #f36e36;
    text-align: center;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    border-radius: 100%
}

.ladi-form-quantity {
    display: -webkit-inline-flex;
    display: inline-flex;
    border-color: inherit
}

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item.ladi-form-quantity .ladi-form-control {
    text-align: center;
    pointer-events: none;
    -moz-appearance: textfield;
    width: calc(100% - 45px);
    padding: 0;
    min-width: 24px;
    border-top: 1px hidden;
    border-bottom: 1px hidden;
    border-color: inherit
}

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item.ladi-form-quantity input::-webkit-inner-spin-button, .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item.ladi-form-quantity input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.ladi-form-quantity button {
    border: 1px hidden;
    border-color: inherit;
    cursor: pointer;
    text-align: center;
    width: 30px;
    height: 100%;
    position: relative;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

    .ladi-form-quantity button span {
        font-size: 18px;
        position: relative;
        left: .5px
    }

    .ladi-form-quantity button:first-child span {
        top: -1.2px
    }

.ladi-form [data-variant=true] select option[disabled] {
    background: #fff;
    color: #b8b8b8 !important
}

.ladi-story-page-progress-bar {
    width: 100%;
    height: 25px;
    position: fixed;
    top: 0;
    left: 0
}

.ladi-story-page-progress-bar-item {
    height: 100%;
    width: 100%;
    display: block;
    float: left;
    margin: 0 5px;
    position: relative;
    cursor: pointer
}

    .ladi-story-page-progress-bar-item:before {
        content: '';
        position: absolute;
        background: rgba(255,255,255,.4);
        border-radius: 10px;
        width: 100%;
        height: 4px;
        margin: auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0
    }

    .ladi-story-page-progress-bar-item.active:before {
        background: #fff
    }

    .ladi-story-page-progress-bar-item span {
        background: #fff;
        border-radius: 10px;
        height: 4px;
        display: block;
        margin: auto 0;
        top: 0;
        bottom: 0;
        position: absolute;
        transition: width .3s linear;
        width: 0%
    }

.ladi-carousel .ladi-carousel-arrow, .ladi-collection .ladi-collection-arrow, .ladi-collection .ladi-collection-button-next, .ladi-gallery .ladi-gallery-control .ladi-gallery-control-arrow, .ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow, .ladi-section .ladi-section-arrow-down {
    width: 33px;
    height: 33px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")
}

#SECTION_POPUP .popup-close, .ladi-section .ladi-section-close, .lightbox-screen .lightbox-close {
    width: 18px;
    height: 18px;
    margin: 6px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20148.1%20148.1%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M83.4%2C74l54.1-54.1c2.6-2.6%2C2.6-6.8%2C0-9.3c-2.6-2.6-6.8-2.6-9.3%2C0L74%2C64.7L20%2C10.5c-2.6-2.6-6.8-2.6-9.3%2C0c-2.6%2C2.6-2.6%2C6.8%2C0%2C9.3l54%2C54.1l-54.1%2C54.1c-2.6%2C2.6-2.6%2C6.8%2C0%2C9.3c2.6%2C2.6%2C6.8%2C2.6%2C9.3%2C0l54.1-54l54.1%2C54.1c1.3%2C1.3%2C3%2C1.9%2C4.7%2C1.9s3.4-0.6%2C4.7-1.9c1.3-1.3%2C2-3.1%2C2-4.9c0-1.7-0.8-3.4-2-4.6L83.4%2C74z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")
}

#BODY_BACKGROUND {
    position: fixed;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100vh !important
}

#POPUP_BLOG .ladi-headline img, #POPUP_BLOG .ladi-paragraph img {
    max-width: 100%
}

@media (min-width:768px) {
    .ladi-fullwidth {
        width: 100vw !important;
        left: calc(-50vw + 50%) !important;
        box-sizing: border-box !important;
        transform: none !important
    }

        .ladi-fullwidth .ladi-gallery-view-item {
            transition-duration: 1.5s
        }
}

@media (max-width:767px) {
    .ladi-element.ladi-auto-scroll {
        overflow-x: scroll;
        overflow-y: hidden;
        width: 100% !important;
        left: 0 !important;
        -webkit-overflow-scrolling: touch
    }

    .ladi-section.ladi-auto-scroll {
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch
    }

    .ladi-carousel .ladi-carousel-content {
        transition: left .3s ease-in-out
    }

    .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item {
        transition: transform .3s ease-in-out
    }

    #POPUP_BLOG .ladi-headline img, #POPUP_BLOG .ladi-paragraph img {
        height: auto !important
    }
}

.ladi-notify-transition {
    transition: top .5s ease-in-out,bottom .5s ease-in-out,opacity .5s ease-in-out
}

.ladi-notify {
    padding: 5px;
    box-shadow: 0 0 1px rgba(64,64,64,.3),0 8px 50px rgba(64,64,64,.05);
    border-radius: 40px;
    line-height: 1.6;
    width: 100%;
    height: 100%;
    font-size: 13px
}

    .ladi-notify .ladi-notify-image img {
        float: left;
        margin-right: 13px;
        border-radius: 50%;
        width: 53px;
        height: 53px;
        pointer-events: none
    }

    .ladi-notify .ladi-notify-title {
        font-size: 100%;
        height: 17px;
        overflow: hidden;
        font-weight: 700;
        overflow-wrap: break-word;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 1
    }

    .ladi-notify .ladi-notify-content {
        font-size: 92.308%;
        height: 17px;
        overflow: hidden;
        overflow-wrap: break-word;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 1;
        padding-top: 2px
    }

    .ladi-notify .ladi-notify-time {
        line-height: 1.6;
        font-size: 84.615%;
        display: inline-block;
        overflow-wrap: break-word;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: calc(100% - 155px);
        overflow: hidden
    }

    .ladi-notify .ladi-notify-copyright {
        font-size: 76.9231%;
        margin-left: 2px;
        position: relative;
        padding: 0 5px;
        cursor: pointer;
        opacity: .6;
        display: inline-block;
        top: -4px
    }

        .ladi-notify .ladi-notify-copyright svg {
            vertical-align: middle
        }

            .ladi-notify .ladi-notify-copyright svg:not(:root) {
                overflow: hidden
            }

        .ladi-notify .ladi-notify-copyright div {
            text-decoration: none;
            color: rgba(64,64,64,1);
            display: inline
        }

        .ladi-notify .ladi-notify-copyright strong {
            font-weight: 700
        }

.builder-container .ladi-notify {
    transition: unset
}

.ladi-spin-lucky {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    box-shadow: 0 0 7px 0 rgba(64,64,64,.6),0 8px 50px rgba(64,64,64,.3);
    background-repeat: no-repeat;
    background-size: cover
}

    .ladi-spin-lucky .ladi-spin-lucky-start {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 20%;
        height: 20%;
        cursor: pointer;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        transition: transform .3s ease-in-out;
        -webkit-transition: transform .3s ease-in-out
    }

        .ladi-spin-lucky .ladi-spin-lucky-start:hover {
            transform: scale(1.1)
        }

    .ladi-spin-lucky .ladi-spin-lucky-screen {
        width: 100%;
        height: 100%;
        border-radius: 100%;
        transition: transform 7s cubic-bezier(.25,.1,0,1);
        -webkit-transition: transform 7s cubic-bezier(.25,.1,0,1);
        text-decoration-line: inherit;
        -webkit-text-decoration-line: inherit;
        text-transform: inherit
    }

        .ladi-spin-lucky .ladi-spin-lucky-screen:before {
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            pointer-events: none
        }

    .ladi-spin-lucky .ladi-spin-lucky-label {
        position: absolute;
        top: 50%;
        left: 50%;
        overflow: hidden;
        width: 42%;
        padding-left: 12%;
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        text-decoration-line: inherit;
        -webkit-text-decoration-line: inherit;
        text-transform: inherit;
        line-height: 1.6;
        text-shadow: rgba(0,0,0,.5) 1px 0 2px
    }

@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
}

@media (min-width: 768px) {
    #SECTION_POPUP {
        height: 0px;
    }

        #SECTION_POPUP .ladi-section-arrow-down {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        }

    #SECTION1 {
        height: 663.333px;
    }

        #SECTION1 > .ladi-section-background {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s1440x663/5cd53c3230dba94fe2f37973/392369b8e96e984f4b8edf05735511ad-20191221033407.png");
            background-position: center top;
            background-repeat: repeat;
        }

        #SECTION1 .ladi-section-arrow-down {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        }

    #HEADLINE2 {
        width: 960px;
        top: 24.333px;
        left: 0px;
    }

        #HEADLINE2 > .ladi-headline {
            color: rgb(255, 209, 99);
            font-size: 63px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
            -webkit-text-stroke-color: rgb(255, 15, 1);
        }

    #SECTION79 {
        height: 4325px;
    }

        #SECTION79 > .ladi-overlay {
            background-color: rgb(254, 247, 227);
        }

        #SECTION79 > .ladi-section-background {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-position: left top;
            background-repeat: no-repeat;
        }

        #SECTION79 .ladi-section-arrow-down {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        }

    #SHAPE85 {
        width: 84px;
        height: 84px;
        top: 193px;
        left: 432.5px;
    }

        #SHAPE85 svg:last-child {
            fill: #5dc13c;
        }

    #HEADLINE86 {
        width: 960px;
        top: 292.003px;
        left: 0px;
    }

        #HEADLINE86 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 15, 1);
            font-size: 42px;
            font-weight: bold;
            text-align: center;
            line-height: 1.4;
        }

    #SECTION163 {
        height: 908px;
    }

        #SECTION163 > .ladi-section-background {
            background-color: rgb(255, 243, 213);
        }

        #SECTION163 .ladi-section-arrow-down {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        }

    #HEADLINE164 {
        width: 960px;
        top: 20px;
        left: 0px;
    }

        #HEADLINE164 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgb(189, 98, 1);
            font-size: 37px;
            font-weight: bold;
            text-align: center;
            line-height: 1.4;
        }

    #LINE165 {
        width: 183px;
        top: 132px;
        left: 393.5px;
    }

        #LINE165 > .ladi-line > .ladi-line-container {
            border-top: 2px solid rgb(255, 87, 34);
            border-right: 2px solid rgb(255, 87, 34);
            border-bottom: 2px solid rgb(255, 87, 34);
            border-left: 0px !important;
        }

        #LINE165 > .ladi-line {
            width: 100%;
            padding: 8px 0px;
        }

    #GROUP166 {
        width: 241px;
        height: 292px;
        top: 184px;
        left: 44.5px;
    }

    #HEADLINE167 {
        width: 241px;
        top: 248px;
        left: 0px;
    }

        #HEADLINE167 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 16px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX169 {
        width: 220px;
        height: 220px;
        top: 0px;
        left: 10.5px;
    }

        #BOX169 > .ladi-box {
            box-shadow: 0px 0px 0px 0px rgba(66,66,66,0);
            -webkit-box-shadow: 0px 0px 0px 0px rgba(66,66,66,0);
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s550x550/5cd53c3230dba94fe2f37973/dsc_7740-20191213044230.jpg");
            background-position: center top;
            background-repeat: repeat;
            border-style: solid;
            border-color: rgb(255, 182, 8);
            border-width: 5px;
            border-radius: 550px;
        }

    #GROUP170 {
        width: 241px;
        height: 382px;
        top: 185px;
        left: 367.5px;
    }

    #HEADLINE171 {
        width: 241px;
        top: 250px;
        left: 0px;
    }

        #HEADLINE171 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 16px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX173 {
        width: 220px;
        height: 220px;
        top: 0px;
        left: 10.5px;
    }

        #BOX173 > .ladi-box {
            box-shadow: 0px 0px 0px 0px rgba(66,66,66,0);
            -webkit-box-shadow: 0px 0px 0px 0px rgba(66,66,66,0);
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s550x550/5cd53c3230dba94fe2f37973/khong-gian-spa-20191211044723.jpg");
            background-position: center top;
            background-repeat: repeat;
            border-style: solid;
            border-color: rgb(255, 182, 8);
            border-width: 5px;
            border-radius: 550px;
        }

    #GROUP174 {
        width: 241px;
        height: 360px;
        top: 186px;
        left: 681.5px;
    }

    #HEADLINE175 {
        width: 241px;
        top: 250px;
        left: 0px;
    }

        #HEADLINE175 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 16px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX177 {
        width: 220px;
        height: 220px;
        top: 0px;
        left: 10.5px;
    }

        #BOX177 > .ladi-box {
            box-shadow: 0px 0px 0px 0px rgba(66,66,66,0);
            -webkit-box-shadow: 0px 0px 0px 0px rgba(66,66,66,0);
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s550x550/5cd53c3230dba94fe2f37973/5090bd201a07fc59a516-20191019083730.jpg");
            background-position: center top;
            background-repeat: repeat;
            border-style: solid;
            border-color: rgb(255, 182, 8);
            border-width: 5px;
            border-radius: 550px;
        }

    #HEADLINE180 {
        width: 241px;
        top: 248px;
        left: 0px;
    }

        #HEADLINE180 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 16px;
            text-align: center;
            line-height: 1.4;
        }

    #BOX181 {
        width: 220px;
        height: 220px;
        top: 0px;
        left: 10.5px;
    }

        #BOX181 > .ladi-box {
            box-shadow: 0px 0px 0px 0px rgba(66,66,66,0);
            -webkit-box-shadow: 0px 0px 0px 0px rgba(66,66,66,0);
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s550x550/5cd53c3230dba94fe2f37973/dsc_7753-20191213044121.jpg");
            background-position: center top;
            background-repeat: repeat;
            border-style: solid;
            border-color: rgb(255, 181, 7);
            border-width: 5px;
            border-radius: 550px;
        }

    #GROUP179 {
        width: 241px;
        height: 270px;
        top: 598px;
        left: 202.5px;
    }

    #HEADLINE183 {
        width: 259px;
        top: 243px;
        left: 0px;
    }

        #HEADLINE183 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 16px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX184 {
        width: 220px;
        height: 220px;
        top: 0px;
        left: 10.5px;
    }

        #BOX184 > .ladi-box {
            box-shadow: 0px 0px 0px 0px rgba(66,66,66,0);
            -webkit-box-shadow: 0px 0px 0px 0px rgba(66,66,66,0);
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s550x550/5cd53c3230dba94fe2f37973/a6dac0c7a63943671a28-1561778605.jpg");
            background-position: center top;
            background-repeat: repeat;
            border-style: solid;
            border-color: rgb(255, 181, 7);
            border-width: 5px;
            border-radius: 550px;
        }

    #GROUP182 {
        width: 259px;
        height: 287px;
        top: 598px;
        left: 556.5px;
    }

    #SECTION224 {
        height: 1247px;
    }

        #SECTION224 > .ladi-overlay {
            background-color: rgb(8, 52, 86);
        }

        #SECTION224 > .ladi-section-background {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-position: left top;
            background-repeat: no-repeat;
        }

        #SECTION224 .ladi-section-arrow-down {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        }

    #HEADLINE226 {
        width: 960px;
        top: 30.734px;
        left: 0px;
    }

        #HEADLINE226 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 35px;
            font-weight: bold;
            text-align: center;
            line-height: 1.4;
        }

    #HEADLINE228 {
        width: 911px;
        top: 324px;
        left: 25px;
    }

        #HEADLINE228 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 19px;
            font-style: italic;
            text-align: center;
            line-height: 1.4;
        }

    #HEADLINE263 {
        width: 431px;
        top: 604.5px;
        left: 264.5px;
    }

        #HEADLINE263 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 41px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

    #SECTION287 {
        height: 487px;
    }

        #SECTION287 > .ladi-section-background {
            background-color: rgb(35, 40, 69);
        }

        #SECTION287 .ladi-section-arrow-down {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        }

    #LINE288 {
        width: 963px;
        top: 431px;
        left: 6px;
    }

        #LINE288 > .ladi-line > .ladi-line-container {
            border-top: 1px solid rgba(255, 255, 255, 0.26);
            border-right: 1px solid rgba(255, 255, 255, 0.26);
            border-bottom: 1px solid rgba(255, 255, 255, 0.26);
            border-left: 0px !important;
        }

        #LINE288 > .ladi-line {
            width: 100%;
            padding: 8px 0px;
        }

    #HEADLINE289 {
        width: 248px;
        top: 448px;
        left: 6px;
    }

        #HEADLINE289 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 14px;
            text-align: left;
            line-height: 1.2;
        }

    #HEADLINE290 {
        width: 246px;
        top: 79px;
        left: 696px;
    }

        #HEADLINE290 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgb(255, 153, 0);
            font-size: 31px;
            font-weight: bold;
            text-align: left;
            line-height: 1.2;
        }

    #GROUP294 {
        width: 331px;
        height: 337.651px;
        top: 93.349px;
        left: 314.5px;
    }

    #HEADLINE295 {
        width: 246px;
        top: 0px;
        left: 1px;
    }

        #HEADLINE295 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgb(255, 153, 0);
            font-size: 32px;
            font-weight: bold;
            text-align: left;
            line-height: 1.2;
        }

    #HEADLINE296 {
        width: 292px;
        top: 77.9436px;
        left: 39px;
    }

        #HEADLINE296 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 14px;
            text-align: left;
            line-height: 1.4;
        }

    #SHAPE297 {
        width: 26px;
        height: 54.9436px;
        top: 67px;
        left: 0px;
    }

        #SHAPE297 svg:last-child {
            fill: rgba(255,255,255,1);
        }

    #SHAPE298 {
        width: 26px;
        height: 54.9436px;
        top: 187.996px;
        left: 0px;
    }

        #SHAPE298 svg:last-child {
            fill: rgba(255,255,255,1);
        }

    #HEADLINE299 {
        width: 292px;
        top: 204.822px;
        left: 39px;
    }

        #HEADLINE299 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 14px;
            text-align: left;
            line-height: 1.4;
        }

    #HEADLINE300 {
        width: 292px;
        top: 251.472px;
        left: 39px;
    }

        #HEADLINE300 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 14px;
            text-align: left;
            line-height: 1.4;
        }

    #SHAPE301 {
        width: 26px;
        height: 54.9436px;
        top: 238.793px;
        left: 0px;
    }

        #SHAPE301 svg:last-child {
            fill: rgba(255,255,255,1);
        }

    #SHAPE302 {
        width: 26px;
        height: 54.9436px;
        top: 282.707px;
        left: 1px;
    }

        #SHAPE302 svg:last-child {
            fill: rgba(255,255,255,1);
        }

    #HEADLINE303 {
        width: 292px;
        top: 299.533px;
        left: 39px;
    }

        #HEADLINE303 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 14px;
            text-align: left;
            line-height: 1.4;
        }

    #HTML_CODE305 {
        width: 320px;
        height: 200px;
        top: 141.5px;
        left: 677px;
    }

    #SECTION309 {
        height: 445.6px;
    }

        #SECTION309 .ladi-section-arrow-down {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        }

    #HEADLINE310 {
        width: 183px;
        top: 15.4005px;
        left: 12px;
    }

        #HEADLINE310 > .ladi-headline {
            text-decoration-line: underline;
            -webkit-text-decoration-line: underline;
            color: rgb(255, 16, 1);
            font-size: 37px;
            font-weight: bold;
            line-height: 1.6;
        }

    #PARAGRAPH311 {
        width: 884px;
        top: 97.567px;
        left: 69px;
    }

        #PARAGRAPH311 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 20px;
            line-height: 1.6;
        }

    #SHAPE313 {
        width: 36.5251px;
        height: 38.6466px;
        top: 91.077px;
        left: 32.4749px;
    }

        #SHAPE313 svg:last-child {
            fill: #000;
        }

    #SHAPE314 {
        width: 36.5251px;
        height: 38.6466px;
        top: 159.077px;
        left: 32.4749px;
    }

        #SHAPE314 svg:last-child {
            fill: #000;
        }

    #SHAPE315 {
        width: 36.5251px;
        height: 38.6466px;
        top: 221.244px;
        left: 32.4749px;
    }

        #SHAPE315 svg:last-child {
            fill: #000;
        }

    #SHAPE316 {
        width: 36.5251px;
        height: 38.6466px;
        top: 287.244px;
        left: 32.4749px;
    }

        #SHAPE316 svg:last-child {
            fill: #000;
        }

    #SHAPE317 {
        width: 36.5251px;
        height: 38.6466px;
        top: 378.92px;
        left: 32.4749px;
    }

        #SHAPE317 svg:last-child {
            fill: #000;
        }

    #VIDEO339 {
        width: 727.111px;
        height: 409px;
        top: 625.667px;
        left: 124.445px;
    }

        #VIDEO339 > .ladi-video > .ladi-video-background {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://img.youtube.com/vi/TKIVmAutrPk/hqdefault.jpg");
            background-position: center center;
            background-repeat: no-repeat;
        }

    #SHAPE339 {
        width: 60px;
        height: 60px;
        top: 174.5px;
        left: 333.555px;
    }

        #SHAPE339 svg:last-child {
            fill: rgba(0, 0, 0, 0.5);
        }

    #IMAGE342 {
        width: 527.67px;
        height: 355.847px;
        top: 89px;
        left: 273.665px;
    }

        #IMAGE342 > .ladi-image > .ladi-image-background {
            width: 527.67px;
            height: 460.847px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s850x800/5cd53c3230dba94fe2f37973/pngtreea-fluttering-red-ribbon_3462006-20191211045102.png");
        }

    #HEADLINE343 {
        width: 275px;
        top: 321.166px;
        left: 426px;
    }

        #HEADLINE343 > .ladi-headline {
            transform: rotate(-16deg);
            -webkit-transform: rotate(-16deg);
            color: rgb(255, 255, 255);
            font-size: 21px;
            line-height: 1.6;
        }

    #PARAGRAPH344 {
        width: 306px;
        top: 428.17px;
        left: 20.5px;
    }

        #PARAGRAPH344 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 20px;
            font-weight: bold;
            line-height: 1.6;
        }

    #PARAGRAPH345 {
        width: 927px;
        top: 478.17px;
        left: 20.5px;
    }

        #PARAGRAPH345 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 17px;
            line-height: 1.6;
        }

    #PARAGRAPH346 {
        width: 306px;
        top: 575.17px;
        left: 20.5px;
    }

        #PARAGRAPH346 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 19px;
            font-weight: bold;
            line-height: 1.6;
        }

    #PARAGRAPH347 {
        width: 927px;
        top: 605.167px;
        left: 16.5px;
    }

        #PARAGRAPH347 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 17px;
            text-align: justify;
            line-height: 1.6;
        }

    #PARAGRAPH348 {
        width: 306px;
        top: 845.167px;
        left: 16.5px;
    }

        #PARAGRAPH348 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 19px;
            font-weight: bold;
            line-height: 1.6;
        }

    #PARAGRAPH349 {
        width: 927px;
        top: 892.167px;
        left: 16.5px;
    }

        #PARAGRAPH349 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 17px;
            text-align: justify;
            line-height: 1.6;
        }

    #PARAGRAPH350 {
        width: 306px;
        top: 1185.17px;
        left: 16.5px;
    }

        #PARAGRAPH350 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 19px;
            font-weight: bold;
            line-height: 1.6;
        }

    #PARAGRAPH351 {
        width: 927px;
        top: 1230.17px;
        left: 16.5px;
    }

        #PARAGRAPH351 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 17px;
            text-align: justify;
            line-height: 1.6;
        }

    #PARAGRAPH352 {
        width: 457px;
        top: 1305.17px;
        left: 16.5px;
    }

        #PARAGRAPH352 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 19px;
            font-weight: bold;
            line-height: 1.6;
        }

    #PARAGRAPH353 {
        width: 927px;
        top: 1357.17px;
        left: 16.5px;
    }

        #PARAGRAPH353 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 17px;
            text-align: justify;
            line-height: 1.6;
        }

    #PARAGRAPH354 {
        width: 457px;
        top: 1517.17px;
        left: 16.5px;
    }

        #PARAGRAPH354 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 19px;
            font-weight: bold;
            line-height: 1.6;
        }

    #PARAGRAPH355 {
        width: 927px;
        top: 1561.17px;
        left: 16.5px;
    }

        #PARAGRAPH355 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 17px;
            text-align: justify;
            line-height: 1.6;
        }

    #PARAGRAPH356 {
        width: 457px;
        top: 1801.17px;
        left: 16.5px;
    }

        #PARAGRAPH356 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 19px;
            font-weight: bold;
            line-height: 1.6;
        }

    #PARAGRAPH357 {
        width: 927px;
        top: 1849.5px;
        left: 21.5px;
    }

        #PARAGRAPH357 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 17px;
            text-align: justify;
            line-height: 1.6;
        }

    #PARAGRAPH358 {
        width: 457px;
        top: 2036.5px;
        left: 21.5px;
    }

        #PARAGRAPH358 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 19px;
            font-weight: bold;
            line-height: 1.6;
        }

    #PARAGRAPH359 {
        width: 927px;
        top: 2080.5px;
        left: 21.5px;
    }

        #PARAGRAPH359 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 17px;
            text-align: justify;
            line-height: 1.6;
        }

    #PARAGRAPH360 {
        width: 457px;
        top: 2213.5px;
        left: 21.5px;
    }

        #PARAGRAPH360 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 19px;
            font-weight: bold;
            line-height: 1.6;
        }

    #PARAGRAPH361 {
        width: 927px;
        top: 2263.5px;
        left: 21.5px;
    }

        #PARAGRAPH361 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 17px;
            text-align: justify;
            line-height: 1.6;
        }

    #PARAGRAPH362 {
        width: 457px;
        top: 2342.5px;
        left: 21.5px;
    }

        #PARAGRAPH362 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 19px;
            font-weight: bold;
            line-height: 1.6;
        }

    #PARAGRAPH363 {
        width: 927px;
        top: 2393.5px;
        left: 21.5005px;
    }

        #PARAGRAPH363 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 17px;
            text-align: justify;
            line-height: 1.6;
        }

    #IMAGE364 {
        width: 603.434px;
        height: 402.918px;
        top: 2499.4px;
        left: 177.252px;
    }

        #IMAGE364 > .ladi-image > .ladi-image-background {
            width: 603.434px;
            height: 402.918px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s950x750/5cd53c3230dba94fe2f37973/771a4de9fed1078f5ec0-20191213043448.jpg");
        }

    #IMAGE365 {
        width: 601.373px;
        height: 401.918px;
        top: 2921.08px;
        left: 178.283px;
    }

        #IMAGE365 > .ladi-image > .ladi-image-background {
            width: 601.373px;
            height: 401.918px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s950x750/5cd53c3230dba94fe2f37973/f535ef045c3ca562fc2d-20191213043519.jpg");
        }

    #IMAGE366 {
        width: 601.373px;
        height: 401.542px;
        top: 3343.4px;
        left: 178.283px;
    }

        #IMAGE366 > .ladi-image > .ladi-image-background {
            width: 601.373px;
            height: 401.542px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s950x750/5cd53c3230dba94fe2f37973/dd4c7a9ee0a619f840b7-20191213043550.jpg");
        }

    #IMAGE367 {
        width: 601.373px;
        height: 401.542px;
        top: 3763.4px;
        left: 179.313px;
    }

        #IMAGE367 > .ladi-image > .ladi-image-background {
            width: 601.373px;
            height: 401.542px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s950x750/5cd53c3230dba94fe2f37973/f3109776244edd10845f-20191213043641.jpg");
        }

    #GROUP404 {
        width: 482.262px;
        height: 71px;
        top: 204px;
        left: 260px;
    }

    #HEADLINE405 {
        width: 227px;
        top: 30.4286px;
        left: 255.262px;
    }

        #HEADLINE405 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 112, 104);
            font-size: 34px;
            font-weight: bold;
            text-align: left;
            line-height: 1;
        }

    #HEADLINE406 {
        width: 132px;
        top: 0px;
        left: 258.643px;
    }

        #HEADLINE406 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 22px;
            font-weight: bold;
            text-align: left;
            line-height: 1.2;
        }

    #BOX407 {
        width: 234.976px;
        height: 65.9286px;
        top: 0px;
        left: 0px;
    }

        #BOX407 > .ladi-box {
            background-color: rgb(255, 255, 255);
            border-radius: 330px 0px 0px 330px;
        }

    #HEADLINE408 {
        width: 184px;
        top: 11.4643px;
        left: 25.488px;
    }

        #HEADLINE408 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            text-decoration-line: line-through;
            -webkit-text-decoration-line: line-through;
            color: rgb(255, 153, 0);
            font-size: 36px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #GROUP431 {
        width: 234.976px;
        height: 65.9286px;
        top: 5.07143px;
        left: 0px;
    }

    #PARAGRAPH436 {
        width: 433px;
        top: 94px;
        left: 45.5px;
    }

        #PARAGRAPH436 > .ladi-paragraph {
            text-decoration-line: underline;
            -webkit-text-decoration-line: underline;
            color: rgb(255, 240, 124);
            font-size: 24px;
            font-weight: bold;
            line-height: 1.6;
        }

    #PARAGRAPH437 {
        width: 535px;
        top: 140.5px;
        left: 45.5px;
    }

        #PARAGRAPH437 > .ladi-paragraph {
            color: rgb(255, 240, 123);
            font-size: 23px;
            line-height: 1.6;
        }

    #BOX439 {
        width: 170px;
        height: 74.9995px;
        top: 488.834px;
        left: 410px;
    }

        #BOX439 > .ladi-box {
            background-color: rgb(255, 255, 255);
            border-style: solid;
            border-color: rgb(255, 16, 1);
            border-width: 1px;
        }

    #BOX440 {
        width: 170px;
        height: 74.9995px;
        top: 488.834px;
        left: 240px;
    }

        #BOX440 > .ladi-box {
            background-color: rgb(40, 185, 151);
            border-style: solid;
            border-color: rgb(255, 16, 1);
            border-width: 1px;
            border-top-left-radius: 36px;
            border-bottom-left-radius: 36px;
        }

    #BOX441 {
        width: 170px;
        height: 74.9995px;
        top: 488.834px;
        left: 580px;
    }

        #BOX441 > .ladi-box {
            background-color: rgb(40, 185, 151);
            border-style: solid;
            border-color: rgb(255, 16, 1);
            border-width: 1px;
            border-top-right-radius: 36px;
            border-bottom-right-radius: 36px;
        }

    #HEADLINE442 {
        width: 553px;
        top: 400.834px;
        left: 224.631px;
    }

        #HEADLINE442 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 36px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

    #PARAGRAPH443 {
        width: 108px;
        top: 491.834px;
        left: 284.5px;
    }

        #PARAGRAPH443 > .ladi-paragraph {
            color: rgb(255, 255, 255);
            font-size: 43px;
            font-weight: bold;
            line-height: 1.6;
        }

    #PARAGRAPH444 {
        width: 52px;
        top: 470.334px;
        left: 469px;
    }

        #PARAGRAPH444 > .ladi-paragraph {
            color: rgb(255, 15, 1);
            font-size: 70px;
            font-weight: bold;
            line-height: 1.6;
        }

    #PARAGRAPH445 {
        width: 130px;
        top: 491.834px;
        left: 598.5px;
    }

        #PARAGRAPH445 > .ladi-paragraph {
            color: rgb(255, 255, 255);
            font-size: 43px;
            font-weight: bold;
            line-height: 1.6;
        }

    #FORM493 {
        width: 615.25px;
        height: 360px;
        top: 686px;
        left: 172.375px;
    }

        #FORM493 > .ladi-form {
            color: rgb(110, 110, 110);
            font-size: 13px;
            line-height: 1;
        }

        #FORM493 .ladi-form-item .ladi-form-control::placeholder, #FORM493 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"] {
            color: rgba(110,110,110,1);
        }

        #FORM493 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgba(110%2C110%2C110%2C1)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
        }

        #FORM493 .ladi-form-item-container, #FORM493 .ladi-form-label-container .ladi-form-label-item {
            border-style: solid;
            border-color: rgb(238, 238, 238);
            border-width: 1px;
            border-radius: 4px;
        }

            #FORM493 .ladi-form-item-container .ladi-form-quantity button {
                background-color: rgb(238, 238, 238);
            }

        #FORM493 .ladi-form-item-background {
            background-color: rgb(255, 255, 255);
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
        }

    #FORM_ITEM494 {
        width: 614px;
        height: 42.4342px;
        top: 0px;
        left: 0px;
    }

    #FORM_ITEM496 {
        width: 614px;
        height: 40.4633px;
        top: 58.8028px;
        left: 0.5px;
    }

    #FORM_ITEM497 {
        width: 615px;
        height: 99.7018px;
        top: 183.161px;
        left: 0px;
    }

    #BUTTON498 {
        width: 614px;
        height: 54.9083px;
        top: 305.092px;
        left: 0px;
    }

        #BUTTON498 > .ladi-button > .ladi-button-background {
            background-color: rgb(255, 16, 1);
        }

        #BUTTON498 > .ladi-button {
            border-radius: 5px;
        }

    #BUTTON_TEXT498 {
        width: 208px;
        top: 9.2px;
        left: 0px;
    }

        #BUTTON_TEXT498 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: bold;
            text-align: center;
            line-height: 1.4;
        }

    #FORM_ITEM520 {
        width: 615px;
        height: 43px;
        top: 116.161px;
        left: 0.25px;
    }

    #PARAGRAPH521 {
        width: 812px;
        top: 1075.83px;
        left: 57.5px;
    }

        #PARAGRAPH521 > .ladi-paragraph {
            color: rgb(255, 255, 255);
            font-size: 18px;
            font-style: italic;
            text-align: center;
            line-height: 1.6;
        }

    #SECTION522 {
        height: 840px;
    }

        #SECTION522 > .ladi-section-background {
            background: #f6d365;
            background: -webkit-linear-gradient(180deg, #f6d365, #fda085);
            background: linear-gradient(180deg, #f6d365, #fda085);
        }

        #SECTION522 .ladi-section-arrow-down {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        }

    #HEADLINE523 {
        width: 382px;
        top: 27.8337px;
        left: 15px;
    }

        #HEADLINE523 > .ladi-headline {
            color: rgb(255, 15, 1);
            font-size: 26px;
            font-weight: bold;
            line-height: 1.6;
        }

    #PARAGRAPH524 {
        width: 933px;
        top: 88.8337px;
        left: 15px;
    }

        #PARAGRAPH524 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            text-align: justify;
            line-height: 1.6;
        }

    #PARAGRAPH525 {
        width: 933px;
        top: 255.167px;
        left: 15px;
    }

        #PARAGRAPH525 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            line-height: 1.6;
        }

    #PARAGRAPH526 {
        width: 310px;
        top: 4181.17px;
        left: 307.149px;
    }

        #PARAGRAPH526 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 16px;
            font-style: italic;
            text-align: center;
            line-height: 1.6;
        }

    #IMAGE527 {
        width: 505.806px;
        height: 392px;
        top: 389.167px;
        left: 234.097px;
    }

        #IMAGE527 > .ladi-image > .ladi-image-background {
            width: 505.806px;
            height: 392px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s850x700/5cd53c3230dba94fe2f37973/huyet-dao-tren-co-the-20191213074652.jpg");
        }

    #PARAGRAPH528 {
        width: 469px;
        top: 795.667px;
        left: 240px;
    }

        #PARAGRAPH528 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            font-style: italic;
            text-align: center;
            line-height: 1.6;
        }

    #SECTION529 {
        height: 1892px;
    }

        #SECTION529 .ladi-section-arrow-down {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        }

    #PARAGRAPH530 {
        width: 947px;
        top: 15.3337px;
        left: 7px;
    }

        #PARAGRAPH530 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 19px;
            text-align: justify;
            line-height: 1.6;
        }

    #SECTION531 {
        height: 445.667px;
    }

        #SECTION531 .ladi-section-arrow-down {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        }

    #HEADLINE532 {
        width: 678px;
        top: 7.667px;
        left: 11px;
    }

        #HEADLINE532 > .ladi-headline {
            color: rgb(255, 16, 1);
            font-size: 30px;
            font-weight: bold;
            line-height: 1.6;
        }

    #PARAGRAPH533 {
        width: 865px;
        top: 72.667px;
        left: 63px;
    }

        #PARAGRAPH533 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            line-height: 1.6;
        }

    #SHAPE534 {
        width: 31.5192px;
        height: 42.4453px;
        top: 66.088px;
        left: 24px;
    }

        #SHAPE534 svg:last-child {
            fill: rgba(255, 16, 1, 1.0);
        }

    #SHAPE535 {
        width: 31.5192px;
        height: 42.4453px;
        top: 152.088px;
        left: 24px;
    }

        #SHAPE535 svg:last-child {
            fill: rgba(255, 16, 1, 1.0);
        }

    #SHAPE536 {
        width: 31.5192px;
        height: 42.4453px;
        top: 207.088px;
        left: 24px;
    }

        #SHAPE536 svg:last-child {
            fill: rgba(255, 16, 1, 1.0);
        }

    #SHAPE537 {
        width: 31.5192px;
        height: 42.4453px;
        top: 264.088px;
        left: 24px;
    }

        #SHAPE537 svg:last-child {
            fill: rgba(255, 16, 1, 1.0);
        }

    #SHAPE538 {
        width: 31.5192px;
        height: 42.4453px;
        top: 322.088px;
        left: 24px;
    }

        #SHAPE538 svg:last-child {
            fill: rgba(255, 16, 1, 1.0);
        }

    #SHAPE539 {
        width: 31.5192px;
        height: 42.4453px;
        top: 381.088px;
        left: 24px;
    }

        #SHAPE539 svg:last-child {
            fill: rgba(255, 16, 1, 1.0);
        }

    #PARAGRAPH540 {
        width: 199px;
        top: 241px;
        left: 682.5px;
    }

        #PARAGRAPH540 > .ladi-paragraph {
            color: rgb(255, 255, 255);
            font-size: 16px;
            line-height: 1.6;
        }

    #BUTTON541 {
        width: 160px;
        height: 40px;
        top: 1092.17px;
        left: 397px;
    }

        #BUTTON541 > .ladi-button > .ladi-button-background {
            background: #0D61F2;
            background: -webkit-linear-gradient(180deg, #0D61F2, #2F7BFE);
            background: linear-gradient(180deg, #0D61F2, #2F7BFE);
        }

    #BUTTON_TEXT541 {
        width: 160px;
        top: 9px;
        left: 0px;
    }

        #BUTTON_TEXT541 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

    #BUTTON542 {
        width: 288px;
        height: 72px;
        top: 4235.17px;
        left: 335.999px;
    }

        #BUTTON542 > .ladi-button > .ladi-button-background {
            background: #0D61F2;
            background: -webkit-linear-gradient(180deg, #0D61F2, #2F7BFE);
            background: linear-gradient(180deg, #0D61F2, #2F7BFE);
        }

    #BUTTON_TEXT542 {
        width: 288px;
        top: 9px;
        left: 0px;
    }

        #BUTTON_TEXT542 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 34px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
            -webkit-text-stroke-width: 0px;
        }

    #BUTTON545 {
        width: 284px;
        height: 71px;
        top: 1140.5px;
        left: 321.5px;
    }

        #BUTTON545 > .ladi-button > .ladi-button-background {
            background: #0D61F2;
            background: -webkit-linear-gradient(180deg, #0D61F2, #2F7BFE);
            background: linear-gradient(180deg, #0D61F2, #2F7BFE);
        }

        #BUTTON545 > .ladi-button {
            border-radius: 34px;
        }

    #BUTTON_TEXT545 {
        width: 284px;
        top: 9px;
        left: 0px;
    }

        #BUTTON_TEXT545 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 33px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

        #BUTTON_TEXT545.ladi-animation > .ladi-headline {
            animation-name: bounceIn;
            -webkit-animation-name: bounceIn;
            animation-delay: 1s;
            -webkit-animation-delay: 1s;
            animation-duration: 1s;
            -webkit-animation-duration: 1s;
            animation-iteration-count: infinite;
            -webkit-animation-iteration-count: infinite;
        }

    #IMAGE546 {
        width: 200px;
        height: 200px;
        top: 178.9px;
        left: 38px;
    }

        #IMAGE546 > .ladi-image > .ladi-image-background {
            width: 200px;
            height: 200px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s550x550/5cd53c3230dba94fe2f37973/logo11-20220324133447.png");
        }

    #BOX547 {
        width: 303px;
        height: 49px;
        top: 536px;
        left: 352px;
    }

        #BOX547 > .ladi-box {
            background-color: rgb(255, 153, 0);
            border-radius: 32px;
        }

    #HEADLINE548 {
        width: 150px;
        top: 531px;
        left: 428.5px;
    }

        #HEADLINE548 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 37px;
            font-weight: bold;
            line-height: 1.6;
        }

    #IMAGE549 {
        width: 425.333px;
        height: 319px;
        top: 1160.97px;
        left: 21.6667px;
    }

        #IMAGE549 > .ladi-image > .ladi-image-background {
            width: 425.333px;
            height: 319px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s750x650/5cd53c3230dba94fe2f37973/1-20220324140037.jpg");
        }

    #IMAGE550 {
        width: 477.754px;
        height: 319px;
        top: 1160.97px;
        left: 479px;
    }

        #IMAGE550 > .ladi-image > .ladi-image-background {
            width: 477.754px;
            height: 319px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s800x650/5cd53c3230dba94fe2f37973/12-20220324140056.jpg");
        }

    #IMAGE551 {
        width: 568.051px;
        height: 277.813px;
        top: 1551.06px;
        left: 185px;
    }

        #IMAGE551 > .ladi-image > .ladi-image-background {
            width: 568.051px;
            height: 277.813px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s900x600/5cd53c3230dba94fe2f37973/2-20220324140122.jpg");
        }

    #HEADLINE552 {
        width: 378px;
        top: 1486.47px;
        left: 45.3332px;
    }

        #HEADLINE552 > .ladi-headline {
            color: rgb(0, 0, 0);
            font-size: 16px;
            line-height: 1.6;
        }

    #HEADLINE553 {
        width: 422px;
        top: 1479.97px;
        left: 519.333px;
    }

        #HEADLINE553 > .ladi-headline {
            color: rgb(0, 0, 0);
            font-size: 16px;
            line-height: 1.6;
        }

    #HEADLINE554 {
        width: 422px;
        top: 1833.97px;
        left: 269px;
    }

        #HEADLINE554 > .ladi-headline {
            color: rgb(0, 0, 0);
            font-size: 16px;
            line-height: 1.6;
        }

    #BUTTON555 {
        width: 332px;
        height: 83px;
        top: 71px;
        left: 321px;
    }

        #BUTTON555 > .ladi-button > .ladi-button-background {
            background: rgba(16, 72, 145, 1);
            background: -webkit-linear-gradient(180deg, rgba(16, 72, 145, 1), #2F7BFE);
            background: linear-gradient(180deg, rgba(16, 72, 145, 1), #2F7BFE);
        }

        #BUTTON555 > .ladi-button {
            border-radius: 61px;
        }

    #BUTTON_TEXT555 {
        width: 332px;
        top: 9px;
        left: 0px;
    }

        #BUTTON_TEXT555 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 19px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }
}

@media (max-width: 767px) {
    #SECTION_POPUP {
        height: 0px;
    }

        #SECTION_POPUP .ladi-section-arrow-down {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        }

    #SECTION1 {
        height: 486.75px;
    }

        #SECTION1 > .ladi-section-background {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s768x486/5cd53c3230dba94fe2f37973/392369b8e96e984f4b8edf05735511ad-20191221033407.png");
            background-position: center top;
            background-repeat: repeat;
        }

        #SECTION1 .ladi-section-arrow-down {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        }

    #HEADLINE2 {
        width: 420px;
        top: 12px;
        left: 0px;
    }

        #HEADLINE2 > .ladi-headline {
            color: rgb(255, 209, 99);
            font-size: 47px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
            -webkit-text-stroke-color: rgb(255, 15, 1);
        }

    #SECTION79 {
        height: 4721.58px;
    }

        #SECTION79 > .ladi-overlay {
            background-color: rgb(254, 247, 227);
        }

        #SECTION79 > .ladi-section-background {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-position: left top;
            background-repeat: no-repeat;
        }

        #SECTION79 .ladi-section-arrow-down {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        }

    #SHAPE85 {
        width: 70px;
        height: 70px;
        top: 194.999px;
        left: 181px;
    }

        #SHAPE85 svg:last-child {
            fill: #5dc13c;
        }

    #HEADLINE86 {
        width: 420px;
        top: 277.999px;
        left: 5px;
    }

        #HEADLINE86 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 15, 1);
            font-size: 30px;
            font-weight: bold;
            text-align: center;
            line-height: 1.4;
        }

    #SECTION163 {
        height: 2030.14px;
    }

        #SECTION163 > .ladi-section-background {
            background-color: rgb(255, 243, 213);
        }

        #SECTION163 .ladi-section-arrow-down {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        }

    #HEADLINE164 {
        width: 417px;
        top: 10px;
        left: 0px;
    }

        #HEADLINE164 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgb(189, 98, 1);
            font-size: 30px;
            font-weight: bold;
            text-align: center;
            line-height: 1.4;
        }

    #LINE165 {
        width: 351px;
        top: 142px;
        left: 36.5px;
    }

        #LINE165 > .ladi-line > .ladi-line-container {
            border-top: 2px solid rgb(255, 87, 34);
            border-right: 2px solid rgb(255, 87, 34);
            border-bottom: 2px solid rgb(255, 87, 34);
            border-left: 0px !important;
        }

        #LINE165 > .ladi-line {
            width: 100%;
            padding: 8px 0px;
        }

    #GROUP166 {
        width: 302px;
        height: 316px;
        top: 167px;
        left: 65.5px;
    }

    #HEADLINE167 {
        width: 302px;
        top: 272px;
        left: 0px;
    }

        #HEADLINE167 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 16px;
            text-align: center;
            line-height: 1.4;
        }

    #BOX169 {
        width: 220px;
        height: 220px;
        top: 0px;
        left: 41px;
    }

        #BOX169 > .ladi-box {
            box-shadow: 0px 0px 0px 0px rgba(66,66,66,0);
            -webkit-box-shadow: 0px 0px 0px 0px rgba(66,66,66,0);
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s550x550/5cd53c3230dba94fe2f37973/dsc_7740-20191213044230.jpg");
            background-position: center top;
            background-repeat: repeat;
            border-style: solid;
            border-color: rgb(255, 182, 8);
            border-width: 5px;
            border-radius: 550px;
        }

    #GROUP170 {
        width: 336px;
        height: 360px;
        top: 524px;
        left: 47.5px;
    }

    #HEADLINE171 {
        width: 336px;
        top: 272px;
        left: 0px;
    }

        #HEADLINE171 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 16px;
            text-align: center;
            line-height: 1.4;
        }

    #BOX173 {
        width: 220px;
        height: 220px;
        top: 0px;
        left: 54px;
    }

        #BOX173 > .ladi-box {
            box-shadow: 0px 0px 0px 0px rgba(66,66,66,0);
            -webkit-box-shadow: 0px 0px 0px 0px rgba(66,66,66,0);
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s550x550/5cd53c3230dba94fe2f37973/khong-gian-spa-20191211044723.jpg");
            background-position: center top;
            background-repeat: repeat;
            border-style: solid;
            border-color: rgb(255, 182, 8);
            border-width: 5px;
            border-radius: 550px;
        }

    #GROUP174 {
        width: 351px;
        height: 360px;
        top: 945px;
        left: 36px;
    }

    #HEADLINE175 {
        width: 351px;
        top: 272px;
        left: 0px;
    }

        #HEADLINE175 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 16px;
            text-align: center;
            line-height: 1.4;
        }

    #BOX177 {
        width: 220px;
        height: 220px;
        top: 0px;
        left: 65.5px;
    }

        #BOX177 > .ladi-box {
            box-shadow: 0px 0px 0px 0px rgba(66,66,66,0);
            -webkit-box-shadow: 0px 0px 0px 0px rgba(66,66,66,0);
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s550x550/5cd53c3230dba94fe2f37973/5090bd201a07fc59a516-20191019083730.jpg");
            background-position: center top;
            background-repeat: repeat;
            border-style: solid;
            border-color: rgb(255, 182, 8);
            border-width: 5px;
            border-radius: 550px;
        }

    #HEADLINE180 {
        width: 241px;
        top: 272px;
        left: 0px;
    }

        #HEADLINE180 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 16px;
            text-align: center;
            line-height: 1.4;
        }

    #BOX181 {
        width: 220px;
        height: 220px;
        top: 0px;
        left: 12px;
    }

        #BOX181 > .ladi-box {
            box-shadow: 0px 0px 0px 0px rgba(66,66,66,0);
            -webkit-box-shadow: 0px 0px 0px 0px rgba(66,66,66,0);
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s550x550/5cd53c3230dba94fe2f37973/dsc_7753-20191213044121.jpg");
            background-position: center top;
            background-repeat: repeat;
            border-style: solid;
            border-color: rgb(255, 181, 7);
            border-width: 5px;
            border-radius: 550px;
        }

    #GROUP179 {
        width: 241px;
        height: 294px;
        top: 1342px;
        left: 89.5px;
    }

    #HEADLINE183 {
        width: 241px;
        top: 272px;
        left: 0px;
    }

        #HEADLINE183 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 16px;
            text-align: center;
            line-height: 1.4;
        }

    #BOX184 {
        width: 220px;
        height: 220px;
        top: 0px;
        left: 12px;
    }

        #BOX184 > .ladi-box {
            box-shadow: 0px 0px 0px 0px rgba(66,66,66,0);
            -webkit-box-shadow: 0px 0px 0px 0px rgba(66,66,66,0);
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s550x550/5cd53c3230dba94fe2f37973/a6dac0c7a63943671a28-1561778605.jpg");
            background-position: center top;
            background-repeat: repeat;
            border-style: solid;
            border-color: rgb(255, 181, 7);
            border-width: 5px;
            border-radius: 550px;
        }

    #GROUP182 {
        width: 241px;
        height: 316px;
        top: 1677.14px;
        left: 89.5px;
    }

    #SECTION224 {
        height: 1127.67px;
    }

        #SECTION224 > .ladi-overlay {
            background-color: rgb(8, 52, 86);
        }

        #SECTION224 > .ladi-section-background {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-position: left top;
            background-repeat: no-repeat;
        }

        #SECTION224 .ladi-section-arrow-down {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        }

    #HEADLINE226 {
        width: 408px;
        top: 29px;
        left: 6.0121px;
    }

        #HEADLINE226 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 29px;
            font-weight: bold;
            text-align: center;
            line-height: 1.4;
        }

    #HEADLINE228 {
        width: 395px;
        top: 381px;
        left: 13.2525px;
    }

        #HEADLINE228 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 18px;
            font-style: italic;
            text-align: center;
            line-height: 1.4;
        }

    #HEADLINE263 {
        width: 400px;
        top: 625px;
        left: 13.2525px;
    }

        #HEADLINE263 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 32px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

    #SECTION287 {
        height: 963px;
    }

        #SECTION287 > .ladi-section-background {
            background-color: rgb(35, 40, 69);
        }

        #SECTION287 .ladi-section-arrow-down {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        }

    #LINE288 {
        width: 300px;
        top: 886px;
        left: 55.5px;
    }

        #LINE288 > .ladi-line > .ladi-line-container {
            border-top: 1px solid rgba(255, 255, 255, 0.26);
            border-right: 1px solid rgba(255, 255, 255, 0.26);
            border-bottom: 1px solid rgba(255, 255, 255, 0.26);
            border-left: 0px !important;
        }

        #LINE288 > .ladi-line {
            width: 100%;
            padding: 8px 0px;
        }

    #HEADLINE289 {
        width: 355px;
        top: 918px;
        left: 28px;
    }

        #HEADLINE289 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 14px;
            text-align: center;
            line-height: 1.2;
        }

    #HEADLINE290 {
        width: 246px;
        top: 368px;
        left: 44.5px;
    }

        #HEADLINE290 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgb(255, 153, 0);
            font-size: 26px;
            font-weight: bold;
            text-align: left;
            line-height: 1.4;
        }

    #GROUP294 {
        width: 331px;
        height: 299.086px;
        top: 22px;
        left: 44.5px;
    }

    #HEADLINE295 {
        width: 246px;
        top: 0px;
        left: 1px;
    }

        #HEADLINE295 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgb(255, 153, 0);
            font-size: 26px;
            font-weight: bold;
            text-align: left;
            line-height: 1.4;
        }

    #HEADLINE296 {
        width: 292px;
        top: 76.6229px;
        left: 39px;
    }

        #HEADLINE296 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 14px;
            text-align: left;
            line-height: 1.4;
        }

    #SHAPE297 {
        width: 26px;
        height: 37.5886px;
        top: 67.9486px;
        left: 0px;
    }

        #SHAPE297 svg:last-child {
            fill: rgba(255,255,255,1);
        }

    #SHAPE298 {
        width: 26px;
        height: 37.5886px;
        top: 183.483px;
        left: 0px;
    }

        #SHAPE298 svg:last-child {
            fill: rgba(255,255,255,1);
        }

    #HEADLINE299 {
        width: 292px;
        top: 192.777px;
        left: 39px;
    }

        #HEADLINE299 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 14px;
            text-align: left;
            line-height: 1.4;
        }

    #HEADLINE300 {
        width: 292px;
        top: 231.5px;
        left: 39px;
    }

        #HEADLINE300 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 14px;
            text-align: left;
            line-height: 1.4;
        }

    #SHAPE301 {
        width: 26px;
        height: 37.5886px;
        top: 222.206px;
        left: 0px;
    }

        #SHAPE301 svg:last-child {
            fill: rgba(255,255,255,1);
        }

    #SHAPE302 {
        width: 26px;
        height: 37.5886px;
        top: 261.497px;
        left: 1px;
    }

        #SHAPE302 svg:last-child {
            fill: rgba(255,255,255,1);
        }

    #HEADLINE303 {
        width: 292px;
        top: 280.086px;
        left: 39px;
    }

        #HEADLINE303 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 14px;
            text-align: left;
            line-height: 1.4;
        }

    #HTML_CODE305 {
        width: 348.8px;
        height: 218px;
        top: 431px;
        left: 35.6px;
    }

    #SECTION309 {
        height: 616.33px;
    }

        #SECTION309 .ladi-section-arrow-down {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        }

    #HEADLINE310 {
        width: 249px;
        top: 11px;
        left: 85.5px;
    }

        #HEADLINE310 > .ladi-headline {
            text-decoration-line: underline;
            -webkit-text-decoration-line: underline;
            color: rgb(255, 16, 1);
            font-size: 46px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

    #PARAGRAPH311 {
        width: 363px;
        top: 109.647px;
        left: 51px;
    }

        #PARAGRAPH311 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 19px;
            text-align: justify;
            line-height: 1.6;
        }

    #SHAPE313 {
        width: 36.5251px;
        height: 38.6466px;
        top: 109.647px;
        left: 7.73745px;
    }

        #SHAPE313 svg:last-child {
            fill: #000;
        }

    #SHAPE314 {
        width: 36.5251px;
        height: 38.6466px;
        top: 227.647px;
        left: 7.0805px;
    }

        #SHAPE314 svg:last-child {
            fill: #000;
        }

    #SHAPE315 {
        width: 36.5251px;
        height: 38.6466px;
        top: 320.293px;
        left: 7.73745px;
    }

        #SHAPE315 svg:last-child {
            fill: #000;
        }

    #SHAPE316 {
        width: 36.5251px;
        height: 38.6466px;
        top: 372.94px;
        left: 7.73745px;
    }

        #SHAPE316 svg:last-child {
            fill: #000;
        }

    #SHAPE317 {
        width: 36.5251px;
        height: 38.6466px;
        top: 495.586px;
        left: 7.0805px;
    }

        #SHAPE317 svg:last-child {
            fill: #000;
        }

    #VIDEO339 {
        width: 412.445px;
        height: 232px;
        top: 1056px;
        left: 3.7775px;
    }

        #VIDEO339 > .ladi-video > .ladi-video-background {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://img.youtube.com/vi/TKIVmAutrPk/hqdefault.jpg");
            background-position: center center;
            background-repeat: no-repeat;
        }

    #SHAPE339 {
        width: 60px;
        height: 60px;
        top: 86px;
        left: 176.222px;
    }

        #SHAPE339 svg:last-child {
            fill: rgba(0, 0, 0, 0.5);
        }

    #IMAGE342 {
        width: 447.451px;
        height: 301.75px;
        top: 145px;
        left: -11.451px;
    }

        #IMAGE342 > .ladi-image > .ladi-image-background {
            width: 447.451px;
            height: 390.788px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s750x700/5cd53c3230dba94fe2f37973/pngtreea-fluttering-red-ribbon_3462006-20191211045102.png");
        }

    #HEADLINE343 {
        width: 275px;
        top: 337.75px;
        left: 109.051px;
    }

        #HEADLINE343 > .ladi-headline {
            transform: rotate(-16deg);
            -webkit-transform: rotate(-16deg);
            color: rgb(255, 255, 255);
            font-size: 21px;
            line-height: 1.6;
        }

    #PARAGRAPH344 {
        width: 306px;
        top: 413.999px;
        left: 15px;
    }

        #PARAGRAPH344 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 20px;
            font-weight: bold;
            line-height: 1.6;
        }

    #PARAGRAPH345 {
        width: 400px;
        top: 446px;
        left: 10px;
    }

        #PARAGRAPH345 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 17px;
            text-align: justify;
            line-height: 1.6;
        }

    #PARAGRAPH346 {
        width: 306px;
        top: 643px;
        left: 10px;
    }

        #PARAGRAPH346 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 19px;
            font-weight: bold;
            line-height: 1.6;
        }

    #PARAGRAPH347 {
        width: 400px;
        top: 683px;
        left: 10px;
    }

        #PARAGRAPH347 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 17px;
            text-align: justify;
            line-height: 1.6;
        }

    #PARAGRAPH348 {
        width: 306px;
        top: 1074px;
        left: 10px;
    }

        #PARAGRAPH348 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 19px;
            font-weight: bold;
            line-height: 1.6;
        }

    #PARAGRAPH349 {
        width: 400px;
        top: 1111px;
        left: 10px;
    }

        #PARAGRAPH349 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 17px;
            text-align: justify;
            line-height: 1.6;
        }

    #PARAGRAPH350 {
        width: 306px;
        top: 1586px;
        left: 10px;
    }

        #PARAGRAPH350 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 19px;
            font-weight: bold;
            line-height: 1.6;
        }

    #PARAGRAPH351 {
        width: 400px;
        top: 1636px;
        left: 10px;
    }

        #PARAGRAPH351 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 17px;
            text-align: justify;
            line-height: 1.6;
        }

    #PARAGRAPH352 {
        width: 400px;
        top: 1808px;
        left: 10px;
    }

        #PARAGRAPH352 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 19px;
            font-weight: bold;
            line-height: 1.6;
        }

    #PARAGRAPH353 {
        width: 400px;
        top: 1848px;
        left: 10px;
    }

        #PARAGRAPH353 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 17px;
            text-align: justify;
            line-height: 1.6;
        }

    #PARAGRAPH354 {
        width: 400px;
        top: 2098px;
        left: 10px;
    }

        #PARAGRAPH354 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 19px;
            font-weight: bold;
            line-height: 1.6;
        }

    #PARAGRAPH355 {
        width: 400px;
        top: 2133px;
        left: 10px;
    }

        #PARAGRAPH355 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 17px;
            text-align: justify;
            line-height: 1.6;
        }

    #PARAGRAPH356 {
        width: 400px;
        top: 2570px;
        left: 10px;
    }

        #PARAGRAPH356 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 19px;
            font-weight: bold;
            line-height: 1.6;
        }

    #PARAGRAPH357 {
        width: 400px;
        top: 2610px;
        left: 10px;
    }

        #PARAGRAPH357 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 17px;
            text-align: justify;
            line-height: 1.6;
        }

    #PARAGRAPH358 {
        width: 400px;
        top: 2887px;
        left: 10px;
    }

        #PARAGRAPH358 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 19px;
            font-weight: bold;
            line-height: 1.6;
        }

    #PARAGRAPH359 {
        width: 400px;
        top: 2927px;
        left: 10px;
    }

        #PARAGRAPH359 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 17px;
            text-align: justify;
            line-height: 1.6;
        }

    #PARAGRAPH360 {
        width: 400px;
        top: 3124px;
        left: 10px;
    }

        #PARAGRAPH360 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 19px;
            font-weight: bold;
            line-height: 1.6;
        }

    #PARAGRAPH361 {
        width: 400px;
        top: 3164px;
        left: 10px;
    }

        #PARAGRAPH361 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 17px;
            text-align: justify;
            line-height: 1.6;
        }

    #PARAGRAPH362 {
        width: 400px;
        top: 3281px;
        left: 10px;
    }

        #PARAGRAPH362 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 19px;
            font-weight: bold;
            line-height: 1.6;
        }

    #PARAGRAPH363 {
        width: 400px;
        top: 3311px;
        left: 10px;
    }

        #PARAGRAPH363 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 17px;
            text-align: justify;
            line-height: 1.6;
        }

    #IMAGE364 {
        width: 400px;
        height: 267.083px;
        top: 3481px;
        left: 10px;
    }

        #IMAGE364 > .ladi-image > .ladi-image-background {
            width: 400px;
            height: 267.083px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s750x600/5cd53c3230dba94fe2f37973/771a4de9fed1078f5ec0-20191213043448.jpg");
        }

    #IMAGE365 {
        width: 400px;
        height: 267.334px;
        top: 3759.08px;
        left: 10px;
    }

        #IMAGE365 > .ladi-image > .ladi-image-background {
            width: 400px;
            height: 267.334px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s750x600/5cd53c3230dba94fe2f37973/f535ef045c3ca562fc2d-20191213043519.jpg");
        }

    #IMAGE366 {
        width: 400px;
        height: 267.083px;
        top: 4036.42px;
        left: 10px;
    }

        #IMAGE366 > .ladi-image > .ladi-image-background {
            width: 400px;
            height: 267.083px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s750x600/5cd53c3230dba94fe2f37973/dd4c7a9ee0a619f840b7-20191213043550.jpg");
        }

    #IMAGE367 {
        width: 400px;
        height: 267.083px;
        top: 4313.5px;
        left: 10px;
    }

        #IMAGE367 > .ladi-image > .ladi-image-background {
            width: 400px;
            height: 267.083px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s750x600/5cd53c3230dba94fe2f37973/f3109776244edd10845f-20191213043641.jpg");
        }

    #GROUP404 {
        width: 368.505px;
        height: 68.7142px;
        top: 255.286px;
        left: 26.5px;
    }

    #HEADLINE405 {
        width: 173px;
        top: 26.4285px;
        left: 195.505px;
    }

        #HEADLINE405 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 112, 104);
            font-size: 34px;
            font-weight: bold;
            text-align: left;
            line-height: 1;
        }

    #HEADLINE406 {
        width: 139px;
        top: 0px;
        left: 201.505px;
    }

        #HEADLINE406 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 17px;
            font-weight: bold;
            text-align: left;
            line-height: 1.2;
        }

    #BOX407 {
        width: 179.968px;
        height: 68.7142px;
        top: 0px;
        left: 0px;
    }

        #BOX407 > .ladi-box {
            background-color: rgb(255, 255, 255);
            border-radius: 330px 0px 0px 330px;
        }

    #HEADLINE408 {
        width: 163px;
        top: 14.0952px;
        left: 11.3052px;
    }

        #HEADLINE408 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            text-decoration-line: line-through;
            -webkit-text-decoration-line: line-through;
            color: rgb(255, 153, 0);
            font-size: 33px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #GROUP431 {
        width: 179.968px;
        height: 68.7142px;
        top: 0px;
        left: 0px;
    }

    #PARAGRAPH436 {
        width: 400px;
        top: 119px;
        left: 10px;
    }

        #PARAGRAPH436 > .ladi-paragraph {
            text-decoration-line: underline;
            -webkit-text-decoration-line: underline;
            color: rgb(255, 240, 124);
            font-size: 24px;
            font-weight: bold;
            line-height: 1.6;
        }

    #PARAGRAPH437 {
        width: 400px;
        top: 170px;
        left: 6.0121px;
    }

        #PARAGRAPH437 > .ladi-paragraph {
            color: rgb(255, 240, 123);
            font-size: 22px;
            line-height: 1.6;
        }

    #BOX439 {
        width: 152px;
        height: 74.9995px;
        top: 534px;
        left: 130.012px;
    }

        #BOX439 > .ladi-box {
            background-color: rgb(255, 255, 255);
            border-style: solid;
            border-color: rgb(255, 16, 1);
            border-width: 1px;
        }

    #BOX440 {
        width: 126px;
        height: 74.9995px;
        top: 534px;
        left: 4.012px;
    }

        #BOX440 > .ladi-box {
            background-color: rgb(40, 185, 151);
            border-style: solid;
            border-color: rgb(255, 16, 1);
            border-width: 1px;
            border-top-left-radius: 36px;
            border-bottom-left-radius: 36px;
        }

    #BOX441 {
        width: 134px;
        height: 74.9995px;
        top: 534px;
        left: 282.012px;
    }

        #BOX441 > .ladi-box {
            background-color: rgb(40, 185, 151);
            border-style: solid;
            border-color: rgb(255, 16, 1);
            border-width: 1px;
            border-top-right-radius: 36px;
            border-bottom-right-radius: 36px;
        }

    #HEADLINE442 {
        width: 400px;
        top: 472px;
        left: 10.7525px;
    }

        #HEADLINE442 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 25px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

    #PARAGRAPH443 {
        width: 108px;
        top: 537px;
        left: 33.2525px;
    }

        #PARAGRAPH443 > .ladi-paragraph {
            color: rgb(255, 255, 255);
            font-size: 43px;
            font-weight: bold;
            line-height: 1.6;
        }

    #PARAGRAPH444 {
        width: 52px;
        top: 513px;
        left: 188.012px;
    }

        #PARAGRAPH444 > .ladi-paragraph {
            color: rgb(255, 15, 1);
            font-size: 70px;
            font-weight: bold;
            line-height: 1.6;
        }

    #PARAGRAPH445 {
        width: 130px;
        top: 534.5px;
        left: 296px;
    }

        #PARAGRAPH445 > .ladi-paragraph {
            color: rgb(255, 255, 255);
            font-size: 43px;
            font-weight: bold;
            line-height: 1.6;
        }

    #FORM493 {
        width: 390.248px;
        height: 266.672px;
        top: 686px;
        left: 13.2525px;
    }

        #FORM493 > .ladi-form {
            color: rgb(110, 110, 110);
            font-size: 13px;
            line-height: 1;
        }

        #FORM493 .ladi-form-item .ladi-form-control::placeholder, #FORM493 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"] {
            color: rgba(110,110,110,1);
        }

        #FORM493 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgba(110%2C110%2C110%2C1)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
        }

        #FORM493 .ladi-form-item-container, #FORM493 .ladi-form-label-container .ladi-form-label-item {
            border-style: solid;
            border-color: rgb(238, 238, 238);
            border-width: 1px;
            border-radius: 4px;
        }

            #FORM493 .ladi-form-item-container .ladi-form-quantity button {
                background-color: rgb(238, 238, 238);
            }

        #FORM493 .ladi-form-item-background {
            background-color: rgb(255, 255, 255);
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
        }

    #FORM_ITEM494 {
        width: 390.248px;
        height: 37.6719px;
        top: 0px;
        left: 0px;
    }

    #FORM_ITEM496 {
        width: 390.248px;
        height: 37px;
        top: 47.6719px;
        left: 0px;
    }

    #FORM_ITEM497 {
        width: 390.248px;
        height: 69px;
        top: 146.672px;
        left: 0px;
    }

    #BUTTON498 {
        width: 208.132px;
        height: 38px;
        top: 228.672px;
        left: 91.0579px;
    }

        #BUTTON498 > .ladi-button > .ladi-button-background {
            background-color: rgb(255, 16, 1);
        }

        #BUTTON498 > .ladi-button {
            border-radius: 5px;
        }

    #BUTTON_TEXT498 {
        width: 614px;
        top: 9.2px;
        left: 0px;
    }

        #BUTTON_TEXT498 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: bold;
            text-align: center;
            line-height: 1.4;
        }

    #FORM_ITEM520 {
        width: 390.248px;
        height: 43px;
        top: 94.672px;
        left: 0px;
    }

    #PARAGRAPH521 {
        width: 400px;
        top: 979.672px;
        left: 7.73745px;
    }

        #PARAGRAPH521 > .ladi-paragraph {
            color: rgb(255, 255, 255);
            font-size: 18px;
            font-style: italic;
            text-align: center;
            line-height: 1.6;
        }

    #SECTION522 {
        height: 928px;
    }

        #SECTION522 > .ladi-section-background {
            background: #f6d365;
            background: -webkit-linear-gradient(180deg, #f6d365, #fda085);
            background: linear-gradient(180deg, #f6d365, #fda085);
        }

        #SECTION522 .ladi-section-arrow-down {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        }

    #HEADLINE523 {
        width: 382px;
        top: 10px;
        left: 10px;
    }

        #HEADLINE523 > .ladi-headline {
            color: rgb(255, 15, 1);
            font-size: 26px;
            font-weight: bold;
            line-height: 1.6;
        }

    #PARAGRAPH524 {
        width: 400px;
        top: 61px;
        left: 10px;
    }

        #PARAGRAPH524 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            text-align: justify;
            line-height: 1.6;
        }

    #PARAGRAPH525 {
        width: 400px;
        top: 329px;
        left: 10px;
    }

        #PARAGRAPH525 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            text-align: justify;
            line-height: 1.6;
        }

    #PARAGRAPH526 {
        width: 400px;
        top: 4601.58px;
        left: 8.5px;
    }

        #PARAGRAPH526 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 16px;
            font-style: italic;
            text-align: center;
            line-height: 1.6;
        }

    #IMAGE527 {
        width: 400px;
        height: 310px;
        top: 568px;
        left: 10px;
    }

        #IMAGE527 > .ladi-image > .ladi-image-background {
            width: 400px;
            height: 310px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s750x650/5cd53c3230dba94fe2f37973/huyet-dao-tren-co-the-20191213074652.jpg");
        }

    #PARAGRAPH528 {
        width: 400px;
        top: 888px;
        left: 10px;
    }

        #PARAGRAPH528 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 16px;
            font-style: italic;
            text-align: center;
            line-height: 1.6;
        }

    #SECTION529 {
        height: 2261.71px;
    }

        #SECTION529 .ladi-section-arrow-down {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        }

    #PARAGRAPH530 {
        width: 400px;
        top: 10px;
        left: 10px;
    }

        #PARAGRAPH530 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            text-align: justify;
            line-height: 1.6;
        }

    #SECTION531 {
        height: 642px;
    }

        #SECTION531 .ladi-section-arrow-down {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        }

    #HEADLINE532 {
        width: 400px;
        top: 10px;
        left: 10px;
    }

        #HEADLINE532 > .ladi-headline {
            color: rgb(255, 16, 1);
            font-size: 30px;
            font-weight: bold;
            line-height: 1.6;
        }

    #PARAGRAPH533 {
        width: 367px;
        top: 126px;
        left: 48px;
    }

        #PARAGRAPH533 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            text-align: justify;
            line-height: 1.6;
        }

    #SHAPE534 {
        width: 31.5192px;
        height: 42.4453px;
        top: 122px;
        left: 10px;
    }

        #SHAPE534 svg:last-child {
            fill: rgba(255, 16, 1, 1.0);
        }

    #SHAPE535 {
        width: 31.5192px;
        height: 42.4453px;
        top: 232.445px;
        left: 10px;
    }

        #SHAPE535 svg:last-child {
            fill: rgba(255, 16, 1, 1.0);
        }

    #SHAPE536 {
        width: 31.5192px;
        height: 42.4453px;
        top: 320.891px;
        left: 10px;
    }

        #SHAPE536 svg:last-child {
            fill: rgba(255, 16, 1, 1.0);
        }

    #SHAPE537 {
        width: 31.5192px;
        height: 42.4453px;
        top: 375.336px;
        left: 10px;
    }

        #SHAPE537 svg:last-child {
            fill: rgba(255, 16, 1, 1.0);
        }

    #SHAPE538 {
        width: 31.5192px;
        height: 42.4453px;
        top: 457.113px;
        left: 10px;
    }

        #SHAPE538 svg:last-child {
            fill: rgba(255, 16, 1, 1.0);
        }

    #SHAPE539 {
        width: 31.5192px;
        height: 42.4453px;
        top: 552.226px;
        left: 10px;
    }

        #SHAPE539 svg:last-child {
            fill: rgba(255, 16, 1, 1.0);
        }

    #PARAGRAPH540 {
        width: 230px;
        top: 334px;
        left: 99.012px;
    }

        #PARAGRAPH540 > .ladi-paragraph {
            color: rgb(255, 255, 255);
            font-size: 23px;
            line-height: 1.6;
        }

    #BUTTON541 {
        width: 160px;
        height: 40px;
        top: 1298px;
        left: 130px;
    }

        #BUTTON541 > .ladi-button > .ladi-button-background {
            background: #0D61F2;
            background: -webkit-linear-gradient(180deg, #0D61F2, #2F7BFE);
            background: linear-gradient(180deg, #0D61F2, #2F7BFE);
        }

    #BUTTON_TEXT541 {
        width: 160px;
        top: 9px;
        left: 0px;
    }

        #BUTTON_TEXT541 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

    #BUTTON542 {
        width: 288px;
        height: 72px;
        top: 4637.58px;
        left: 66px;
    }

        #BUTTON542 > .ladi-button > .ladi-button-background {
            background: #0D61F2;
            background: -webkit-linear-gradient(180deg, #0D61F2, #2F7BFE);
            background: linear-gradient(180deg, #0D61F2, #2F7BFE);
        }

    #BUTTON_TEXT542 {
        width: 288px;
        top: 9px;
        left: 0px;
    }

        #BUTTON_TEXT542 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 34px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
            -webkit-text-stroke-width: 0px;
        }

    #BUTTON545 {
        width: 284px;
        height: 71px;
        top: 1047.67px;
        left: 68px;
    }

        #BUTTON545 > .ladi-button > .ladi-button-background {
            background: #0D61F2;
            background: -webkit-linear-gradient(180deg, #0D61F2, #2F7BFE);
            background: linear-gradient(180deg, #0D61F2, #2F7BFE);
        }

        #BUTTON545 > .ladi-button {
            border-radius: 34px;
        }

    #BUTTON_TEXT545 {
        width: 284px;
        top: 9px;
        left: 0px;
    }

        #BUTTON_TEXT545 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 33px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

        #BUTTON_TEXT545.ladi-animation > .ladi-headline {
            animation-name: bounceIn;
            -webkit-animation-name: bounceIn;
            animation-delay: 1s;
            -webkit-animation-delay: 1s;
            animation-duration: 1s;
            -webkit-animation-duration: 1s;
            animation-iteration-count: infinite;
            -webkit-animation-iteration-count: infinite;
        }

    #IMAGE546 {
        width: 200px;
        height: 200px;
        top: 659px;
        left: 110px;
    }

        #IMAGE546 > .ladi-image > .ladi-image-background {
            width: 200px;
            height: 200px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s550x550/5cd53c3230dba94fe2f37973/logo11-20220324133447.png");
        }

    #BOX547 {
        width: 303px;
        height: 49px;
        top: 434.5px;
        left: 66px;
    }

        #BOX547 > .ladi-box {
            background-color: rgb(255, 153, 0);
            border-radius: 32px;
        }

    #HEADLINE548 {
        width: 150px;
        top: 429.5px;
        left: 142.5px;
    }

        #HEADLINE548 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 37px;
            font-weight: bold;
            line-height: 1.6;
        }

    #IMAGE549 {
        width: 400px;
        height: 300px;
        top: 1348px;
        left: 10px;
    }

        #IMAGE549 > .ladi-image > .ladi-image-background {
            width: 400px;
            height: 300px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s750x650/5cd53c3230dba94fe2f37973/1-20220324140037.jpg");
        }

    #IMAGE550 {
        width: 400px;
        height: 267.083px;
        top: 1926.63px;
        left: 10px;
    }

        #IMAGE550 > .ladi-image > .ladi-image-background {
            width: 400px;
            height: 267.083px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s750x600/5cd53c3230dba94fe2f37973/12-20220324140056.jpg");
        }

    #IMAGE551 {
        width: 400px;
        height: 195.625px;
        top: 1686px;
        left: 10px;
    }

        #IMAGE551 > .ladi-image > .ladi-image-background {
            width: 400px;
            height: 195.625px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s750x500/5cd53c3230dba94fe2f37973/2-20220324140122.jpg");
        }

    #HEADLINE552 {
        width: 378px;
        top: 1657px;
        left: 27px;
    }

        #HEADLINE552 > .ladi-headline {
            color: rgb(0, 0, 0);
            font-size: 16px;
            line-height: 1.6;
        }

    #HEADLINE553 {
        width: 400px;
        top: 2203px;
        left: 10px;
    }

        #HEADLINE553 > .ladi-headline {
            color: rgb(0, 0, 0);
            font-size: 16px;
            line-height: 1.6;
        }

    #HEADLINE554 {
        width: 400px;
        top: 1891.63px;
        left: 10px;
    }

        #HEADLINE554 > .ladi-headline {
            color: rgb(0, 0, 0);
            font-size: 16px;
            line-height: 1.6;
        }

    #BUTTON555 {
        width: 332px;
        height: 83px;
        top: 68.6414px;
        left: 50px;
    }

        #BUTTON555 > .ladi-button > .ladi-button-background {
            background: rgba(16, 72, 145, 1);
            background: -webkit-linear-gradient(180deg, rgba(16, 72, 145, 1), #2F7BFE);
            background: linear-gradient(180deg, rgba(16, 72, 145, 1), #2F7BFE);
        }

        #BUTTON555 > .ladi-button {
            border-radius: 61px;
        }

    #BUTTON_TEXT555 {
        width: 332px;
        top: 9px;
        left: 0px;
    }

        #BUTTON_TEXT555 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 19px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }
}

.ladi-section-background, .ladi-image-background, .ladi-button-background, .ladi-headline, .ladi-video-background, .ladi-countdown-background, .ladi-box, .ladi-frame-background, .ladi-tabs-background, .ladi-survey-option-background, .ladi-survey-option-image, .ladi-banner, .ladi-form-item-background, .ladi-gallery-view-item, .ladi-gallery-control-item, .ladi-spin-lucky-screen, .ladi-spin-lucky-start, .ladi-form-label-container .ladi-form-label-item.image, .ladi-list-paragraph ul li:before {
    background-image: none !important;
}
