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
}

body {
    font-size: 16px;
    -ms-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -o-text-size-adjust: none;
    -webkit-text-size-adjust: none
}

.overflow-hidden {
    overflow: hidden
}

.ladi-transition {
    transition: all 150ms linear 0s
}

.ladipage-message {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000000000;
    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 h1 {
            background-color: rgba(6,21,40,.05);
            color: #000;
            padding: 12px 15px;
            font-weight: 600;
            font-size: 16px;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px
        }

        .ladipage-message .ladipage-message-box .ladipage-message-text {
            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;
            display: -webkit-box
        }

        .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;
            font-weight: 600;
            cursor: pointer
        }

.ladi-wraper {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.ladi-section {
    margin: 0 auto;
    position: relative
}

    .ladi-section .ladi-section-arrow-down {
        position: absolute;
        width: 36px;
        height: 30px;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        background: url(https://w.ladicdn.com/v2/source/ladi-icons.svg) rgba(255,255,255,.2) no-repeat;
        background-position: 4px;
        cursor: pointer;
        z-index: 90000050
    }

    .ladi-section.ladi-section-readmore {
        transition: height 350ms linear 0s
    }

    .ladi-section .ladi-section-background {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        pointer-events: none
    }

.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-carousel {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}

    .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;
        width: 30px;
        height: 36px;
        top: calc(50% - 18px);
        background: url(https://w.ladicdn.com/v2/source/ladi-icons.svg) rgba(255,255,255,.2) no-repeat;
        cursor: pointer;
        z-index: 90000050
    }

    .ladi-carousel .ladi-carousel-arrow-left {
        left: 5px;
        background-position: -28px
    }

    .ladi-carousel .ladi-carousel-arrow-right {
        right: 5px;
        background-position: -52px
    }

.ladi-gallery {
    position: absolute;
    width: 100%;
    height: 100%
}

    .ladi-gallery .ladi-gallery-view {
        position: absolute;
        overflow: hidden
    }

        .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 350ms 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
    }

    .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;
        width: 30px;
        height: 36px;
        top: calc(50% - 18px);
        background: url(https://w.ladicdn.com/v2/source/ladi-icons.svg) rgba(255,255,255,.2) no-repeat;
        cursor: pointer;
        z-index: 90000050
    }

    .ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow-left {
        left: 5px;
        background-position: -28px
    }

    .ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow-right {
        right: 5px;
        background-position: -52px
    }

    .ladi-gallery .ladi-gallery-control .ladi-gallery-control-arrow {
        position: absolute;
        background: url(https://w.ladicdn.com/v2/source/ladi-icons.svg) rgba(255,255,255,.2) no-repeat;
        cursor: pointer;
        z-index: 90000050
    }

    .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% - 18px);
        width: 30px;
        height: 36px
    }

    .ladi-gallery.ladi-gallery-top .ladi-gallery-control .ladi-gallery-control-arrow-left {
        left: 0;
        background-position: -28px;
        transform: scale(.6)
    }

    .ladi-gallery.ladi-gallery-top .ladi-gallery-control .ladi-gallery-control-arrow-right {
        right: 0;
        background-position: -52px;
        transform: scale(.6)
    }

    .ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-arrow-left {
        left: 0;
        background-position: -28px;
        transform: scale(.6)
    }

    .ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-arrow-right {
        right: 0;
        background-position: -52px;
        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% - 18px);
        width: 36px;
        height: 30px
    }

    .ladi-gallery.ladi-gallery-left .ladi-gallery-control .ladi-gallery-control-arrow-left {
        top: 0;
        background-position: -77px;
        transform: scale(.6)
    }

    .ladi-gallery.ladi-gallery-left .ladi-gallery-control .ladi-gallery-control-arrow-right {
        bottom: 0;
        background-position: 3px;
        transform: scale(.6)
    }

    .ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-arrow-left {
        top: 0;
        background-position: -77px;
        transform: scale(.6)
    }

    .ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-arrow-right {
        bottom: 0;
        background-position: 3px;
        transform: scale(.6)
    }

    .ladi-gallery .ladi-gallery-control .ladi-gallery-control-box {
        position: relative
    }

    .ladi-gallery.ladi-gallery-top .ladi-gallery-control .ladi-gallery-control-box {
        display: inline-flex;
        left: 0;
        transition: left 150ms ease-in-out
    }

    .ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-box {
        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-box {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}

#SECTION_POPUP .ladi-container {
    z-index: 90000070
}

    #SECTION_POPUP .ladi-container > .ladi-element {
        z-index: 90000070;
        position: fixed;
        display: none
    }

#SECTION_POPUP .popup-close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(.8);
    -webkit-transform: scale(.8);
    z-index: 9000000080;
    background: url(https://w.ladicdn.com/v2/source/ladi-icons.svg) rgba(255,255,255,.2) no-repeat;
    background-position: -108px;
    cursor: pointer;
    display: none
}

.ladi-popup {
    position: absolute;
    width: 100%;
    height: 100%
}

.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 .ladi-button-background {
        height: 100%;
        width: 100%;
        pointer-events: none
    }

    .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-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-element[id^=BUTTON_TEXT] {
        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 > .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: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:not([data-selected=""]) {
            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[data-selected=""] {
            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-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
        }

            .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 {
        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: block;
            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-bottom: 0 !important;
            display: inline-block;
            border: none
        }

        .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item:last-child {
            margin-bottom: 0 !important
        }

        .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span {
            display: inline-block;
            vertical-align: middle;
            margin-left: 5px;
            cursor: default
        }

        .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item [type=checkbox] {
            display: inline-block;
            vertical-align: middle
        }

    .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-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-shape {
    position: absolute;
    width: 100%;
    height: 100%
}

.ladi-html-code {
    position: absolute;
    width: 100%;
    height: 100%
}

.ladi-image {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}

    .ladi-image .ladi-image-background {
        background-repeat: no-repeat;
        background-position: left top;
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        position: absolute;
        margin: 0 auto;
        width: 100%;
        height: 100%;
        pointer-events: none
    }

.ladi-headline {
    width: 100%;
    display: inline-block;
    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
}

[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
}

.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 {
        width: 30px;
        height: 30px;
        position: absolute;
        z-index: 9000000090;
        background: url(https://w.ladicdn.com/v2/source/ladi-icons.svg) rgba(255,255,255,.2) no-repeat;
        background-position: -108px;
        transform: scale(.7);
        -webkit-transform: scale(.7);
        cursor: pointer
    }

.ladi-animation-hidden {
    visibility: hidden !important
}

.ladi-lazyload {
    background-image: none !important
}

.ladi-list-paragraph ul li.ladi-lazyload:before {
    background-image: none !important
}

@media (min-width:768px) {
    .ladi-fullwidth {
        width: 100vw !important;
        left: calc(-50vw + 50%) !important;
        box-sizing: border-box !important;
        transform: none !important
    }
}

@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
    }
}

.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;
    color: rgba(64,64,64,1);
    background: rgba(250,250,250,.9);
    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 a {
            text-decoration: none;
            color: rgba(64,64,64,1)
        }

        .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%;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        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;
        text-transform: inherit;
        -webkit-text-decoration-line: inherit
    }

    .ladi-spin-lucky .ladi-spin-lucky-label {
        position: absolute;
        top: 50%;
        left: 50%;
        overflow: hidden;
        text-align: right;
        width: 42%;
        padding-left: 12%;
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        text-decoration-line: inherit;
        text-transform: inherit;
        -webkit-text-decoration-line: inherit;
        line-height: 1;
        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;
    }

    #SECTION2 {
        height: 497px;
    }

        #SECTION2 > .ladi-section-background {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s1440x497/5cd53c3230dba94fe2f37973/dsc_8645-1561642817.jpg");
            background-position: left top;
            background-repeat: no-repeat;
        }

    #SECTION20 {
        height: 921.5px;
    }

    #SECTION382 {
        height: 764px;
    }

        #SECTION382 > .ladi-section-background {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s1440x764/5cd53c3230dba94fe2f37973/yellow-background-14046115834kp-1560311586.jpg");
            background-position: left top;
            background-repeat: no-repeat;
        }

    #SECTION451 {
        height: 1629px;
    }

        #SECTION451 > .ladi-section-background {
            background-color: rgb(252, 252, 252);
        }

    #POPUP330 {
        width: 464px;
        height: 466px;
        top: 0px;
        left: 0px;
        margin: auto;
        bottom: 0px;
        right: 0px;
    }

        #POPUP330 > .ladi-popup {
            background-color: rgb(25, 175, 194);
        }

    #SECTION111 {
        height: 915px;
    }

        #SECTION111 > .ladi-section-background {
            background-color: rgb(255, 255, 255);
        }

    #SECTION130 {
        height: 464px;
    }

        #SECTION130 > .ladi-section-background {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s1440x464/5cd53c3230dba94fe2f37973/powerpoint-wallpaper-4552-4789-hd-wallpapers-1564892373.jpg");
            background-position: left top;
            background-repeat: no-repeat;
        }

    #SECTION153 {
        height: 616px;
    }

        #SECTION153 > .ladi-section-background {
            background-color: rgb(255, 255, 255);
        }

    #SECTION278 {
        height: 938px;
    }

        #SECTION278 > .ladi-section-background {
            background-color: rgb(248, 229, 202);
        }

    #SECTION494 {
        height: 1069px;
    }

        #SECTION494 > .ladi-section-background {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s1440x1069/5cd53c3230dba94fe2f37973/curves-orange-and-white-backgrounds-powerpoint-1564892309.jpg");
            background-position: center top;
            background-repeat: no-repeat;
        }

    #SECTION203 {
        height: 636px;
    }

        #SECTION203 > .ladi-section-background {
            background-color: rgb(13, 55, 91);
        }

    #SECTION174 {
        height: 1325px;
    }

        #SECTION174 > .ladi-section-background {
            background-color: rgb(255, 152, 0);
        }

    #SECTION355 {
        height: 515.167px;
    }

        #SECTION355 > .ladi-section-background {
            background-color: rgb(28, 35, 73);
        }

    #PARAGRAPH242 {
        width: 235px;
        top: 201.343px;
        left: 298.504px;
    }

        #PARAGRAPH242 > .ladi-paragraph {
            font-family: "Baloo Bhaina", cursive;
            color: rgb(222, 26, 93);
            font-size: 60px;
            text-align: center;
            line-height: 1;
        }

    #LINE243 {
        width: 262px;
        top: 286.323px;
        left: 546px;
    }

        #LINE243 > .ladi-line > .ladi-line-container {
            border-top: 1px solid rgb(255, 255, 255);
            border-right: 1px solid rgb(255, 255, 255);
            border-bottom: 1px solid rgb(255, 255, 255);
            border-left: 0px !important;
        }

        #LINE243 > .ladi-line {
            padding: 8px 0px;
            width: 100%;
        }

    #PARAGRAPH244 {
        width: 280px;
        top: 168.323px;
        left: 542.008px;
    }

        #PARAGRAPH244 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 150, 136);
            font-size: 112px;
            font-weight: bold;
            text-align: center;
            line-height: 1;
        }

    #IMAGE245 {
        width: 143px;
        height: 143px;
        top: 181.333px;
        left: 127.003px;
    }

        #IMAGE245 > .ladi-image > .ladi-image-background {
            width: 143px;
            height: 143px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s250x250/5cd53c3230dba94fe2f37973/uu-dai-1559469045.png");
        }

    #PARAGRAPH246 {
        width: 343px;
        top: 311.333px;
        left: 517.173px;
    }

        #PARAGRAPH246 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(48, 162, 177);
            font-size: 25px;
            font-weight: bold;
            font-style: italic;
            text-align: left;
            line-height: 1.2;
        }

    #BOX483 {
        width: 960px;
        height: 148.323px;
        top: 0px;
        left: 0px;
    }

        #BOX483 > .ladi-box {
            background-color: rgb(248, 163, 38);
        }

    #HEADLINE484 {
        width: 951px;
        top: 25.6667px;
        left: 0px;
    }

        #HEADLINE484 > .ladi-headline {
            font-family: "Roboto Slab", serif;
            color: rgb(255, 255, 255);
            font-size: 51px;
            font-weight: bold;
            text-align: center;
            line-height: 1;
        }

    #HEADLINE486 {
        width: 602px;
        top: 99px;
        left: 169px;
    }

        #HEADLINE486 > .ladi-headline {
            font-family: "Lobster", cursive;
            color: rgb(255, 255, 255);
            font-size: 25px;
            text-align: center;
            line-height: 1.2;
        }

    #BUTTON_TEXT488 {
        width: 307px;
        top: 20.6667px;
        left: 0px;
    }

        #BUTTON_TEXT488 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 32px;
            text-align: center;
            line-height: 1;
        }

    #BUTTON488 {
        width: 307.333px;
        height: 73.3333px;
        top: 390px;
        left: 328.167px;
    }

        #BUTTON488 > .ladi-button > .ladi-button-background {
            background-color: rgb(244, 67, 54);
        }

        #BUTTON488 > .ladi-button {
            border-radius: 1px;
            border-color: rgb(183, 59, 50);
        }

    #BOX21 {
        width: 409px;
        height: 421px;
        top: 0px;
        left: 0px;
    }

        #BOX21 > .ladi-overlay {
            border-radius: 20px;
        }

        #BOX21 > .ladi-box {
            border-radius: 20px;
            background-color: rgb(255, 255, 255);
            border-style: solid;
            border-color: rgb(255, 152, 0);
            border-width: 3px;
        }

    #PARAGRAPH230 {
        width: 382px;
        top: 57.6563px;
        left: 13.25px;
    }

        #PARAGRAPH230 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 21px;
            text-align: left;
            line-height: 1.2;
        }

    #BOX22 {
        width: 413px;
        height: 423.177px;
        top: 0px;
        left: 0px;
    }

        #BOX22 > .ladi-overlay {
            border-radius: 20px;
        }

        #BOX22 > .ladi-box {
            border-radius: 20px;
            background-color: rgb(255, 255, 255);
            border-style: solid;
            border-color: rgb(255, 152, 0);
            border-width: 3px;
        }

    #PARAGRAPH232 {
        width: 386px;
        top: 107px;
        left: 14.5px;
    }

        #PARAGRAPH232 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 21px;
            text-align: left;
            line-height: 1.2;
        }

    #PARAGRAPH231 {
        width: 389px;
        top: 57.6667px;
        left: 14.5px;
    }

        #PARAGRAPH231 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 22px;
            text-align: left;
            line-height: 1.2;
        }

    #BOX23 {
        width: 340px;
        height: 90.1563px;
        top: 0px;
        left: 0px;
    }

        #BOX23 > .ladi-overlay {
            border-radius: 1px;
        }

        #BOX23 > .ladi-box {
            border-radius: 1px;
            background-color: rgb(255, 152, 0);
        }

    #HEADLINE55 {
        width: 318px;
        top: 8.41667px;
        left: 12.5px;
    }

        #HEADLINE55 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 31px;
            font-weight: bold;
            text-align: center;
            line-height: 1;
        }

    #BOX24 {
        width: 344px;
        height: 86.5833px;
        top: 0px;
        left: 0px;
    }

        #BOX24 > .ladi-overlay {
            border-radius: 1px;
        }

        #BOX24 > .ladi-box {
            border-radius: 1px;
            background-color: rgb(255, 152, 0);
        }

    #HEADLINE56 {
        width: 289px;
        top: 24.9583px;
        left: 33px;
    }

        #HEADLINE56 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 31px;
            font-weight: bold;
            text-align: center;
            line-height: 1;
        }

    #PARAGRAPH234 {
        width: 958px;
        top: 518px;
        left: 1.504px;
    }

        #PARAGRAPH234 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(236, 55, 42);
            font-size: 34px;
            text-align: center;
            line-height: 1.4;
        }

    #PARAGRAPH251 {
        width: 515px;
        top: 701.75px;
        left: 223.004px;
    }

        #PARAGRAPH251 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 26px;
            text-align: left;
            line-height: 1.2;
        }

    #SHAPE252 {
        width: 52.5px;
        height: 52.5px;
        top: 691px;
        left: 162px;
    }

        #SHAPE252 svg:last-child {
            fill: rgba(57,170,61,1);
        }

    #IMAGE326 {
        width: 412.031px;
        height: 135px;
        top: 771px;
        left: 274.488px;
    }

        #IMAGE326 > .ladi-image > .ladi-image-background {
            width: 412.031px;
            height: 135px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/5cd53c3230dba94fe2f37973/bac-si-1561544027.gif");
        }

    #GROUP383 {
        width: 961px;
        height: 72px;
        top: 248px;
        left: -1px;
    }

    #BOX384 {
        width: 936px;
        height: 72px;
        top: 0px;
        left: 0px;
    }

        #BOX384 > .ladi-overlay {
            border-radius: 11px;
        }

        #BOX384 > .ladi-box {
            border-radius: 11px;
            background-color: rgb(255, 152, 0);
        }

    #PARAGRAPH385 {
        width: 841px;
        top: 21px;
        left: 47px;
    }

        #PARAGRAPH385 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 16px;
            text-align: left;
            line-height: 1.4;
        }

    #BOX386 {
        width: 53px;
        height: 53px;
        top: 0px;
        left: 0px;
    }

        #BOX386 > .ladi-overlay {
            border-radius: 220px;
        }

        #BOX386 > .ladi-box {
            border-radius: 220px;
            background-color: rgb(93, 193, 60);
            border-style: solid;
            border-color: rgb(255, 255, 255);
            border-width: 3px;
        }

    #HEADLINE387 {
        width: 30px;
        top: 14px;
        left: 11px;
    }

        #HEADLINE387 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 21px;
            font-weight: bold;
            text-align: center;
            line-height: 1;
        }

    #SHAPE388 {
        width: 97px;
        height: 97px;
        top: 26px;
        left: 432.004px;
    }

        #SHAPE388 svg:last-child {
            fill: rgba(255,152,0,1);
        }

    #HEADLINE389 {
        width: 948px;
        top: 142px;
        left: 3.0104px;
    }

        #HEADLINE389 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 152, 0);
            font-size: 44px;
            font-weight: bold;
            text-align: center;
            line-height: 1;
        }

    #GROUP391 {
        width: 961px;
        height: 72px;
        top: 330px;
        left: -1px;
    }

    #BOX392 {
        width: 936px;
        height: 72px;
        top: 0px;
        left: 0px;
    }

        #BOX392 > .ladi-overlay {
            border-radius: 11px;
        }

        #BOX392 > .ladi-box {
            border-radius: 11px;
            background-color: rgb(255, 152, 0);
        }

    #PARAGRAPH393 {
        width: 841px;
        top: 14px;
        left: 51px;
    }

        #PARAGRAPH393 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 16px;
            text-align: left;
            line-height: 1.4;
        }

    #BOX394 {
        width: 53px;
        height: 53px;
        top: 0px;
        left: 0px;
    }

        #BOX394 > .ladi-overlay {
            border-radius: 220px;
        }

        #BOX394 > .ladi-box {
            border-radius: 220px;
            background-color: rgb(93, 193, 60);
            border-style: solid;
            border-color: rgb(255, 255, 255);
            border-width: 3px;
        }

    #HEADLINE395 {
        width: 30px;
        top: 14px;
        left: 11px;
    }

        #HEADLINE395 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 21px;
            font-weight: bold;
            text-align: center;
            line-height: 1;
        }

    #GROUP396 {
        width: 961px;
        height: 72px;
        top: 494px;
        left: -1px;
    }

    #BOX397 {
        width: 936px;
        height: 72px;
        top: 0px;
        left: 0px;
    }

        #BOX397 > .ladi-overlay {
            border-radius: 11px;
        }

        #BOX397 > .ladi-box {
            border-radius: 11px;
            background-color: rgb(255, 152, 0);
        }

    #PARAGRAPH398 {
        width: 841px;
        top: 14px;
        left: 51px;
    }

        #PARAGRAPH398 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 16px;
            text-align: left;
            line-height: 1.4;
        }

    #BOX399 {
        width: 53px;
        height: 53px;
        top: 0px;
        left: 0px;
    }

        #BOX399 > .ladi-overlay {
            border-radius: 220px;
        }

        #BOX399 > .ladi-box {
            border-radius: 220px;
            background-color: rgb(93, 193, 60);
            border-style: solid;
            border-color: rgb(255, 255, 255);
            border-width: 3px;
        }

    #HEADLINE400 {
        width: 30px;
        top: 14px;
        left: 11px;
    }

        #HEADLINE400 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 21px;
            font-weight: bold;
            text-align: center;
            line-height: 1;
        }

    #GROUP401 {
        width: 961px;
        height: 72px;
        top: 412px;
        left: -1px;
    }

    #BOX402 {
        width: 936px;
        height: 72px;
        top: 0px;
        left: 0px;
    }

        #BOX402 > .ladi-overlay {
            border-radius: 11px;
        }

        #BOX402 > .ladi-box {
            border-radius: 11px;
            background-color: rgb(255, 152, 0);
        }

    #PARAGRAPH403 {
        width: 841px;
        top: 14px;
        left: 51px;
    }

        #PARAGRAPH403 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 16px;
            text-align: left;
            line-height: 1.4;
        }

    #BOX404 {
        width: 53px;
        height: 53px;
        top: 0px;
        left: 0px;
    }

        #BOX404 > .ladi-overlay {
            border-radius: 220px;
        }

        #BOX404 > .ladi-box {
            border-radius: 220px;
            background-color: rgb(93, 193, 60);
            border-style: solid;
            border-color: rgb(255, 255, 255);
            border-width: 3px;
        }

    #HEADLINE405 {
        width: 30px;
        top: 14px;
        left: 11px;
    }

        #HEADLINE405 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 21px;
            font-weight: bold;
            text-align: center;
            line-height: 1;
        }

    #GROUP406 {
        width: 961px;
        height: 72px;
        top: 573.5px;
        left: -1px;
    }

    #BOX407 {
        width: 936px;
        height: 72px;
        top: 0px;
        left: 0px;
    }

        #BOX407 > .ladi-overlay {
            border-radius: 11px;
        }

        #BOX407 > .ladi-box {
            border-radius: 11px;
            background-color: rgb(255, 152, 0);
        }

    #PARAGRAPH408 {
        width: 841px;
        top: 14px;
        left: 51px;
    }

        #PARAGRAPH408 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 16px;
            text-align: left;
            line-height: 1.4;
        }

    #BOX409 {
        width: 53px;
        height: 53px;
        top: 0px;
        left: 0px;
    }

        #BOX409 > .ladi-overlay {
            border-radius: 220px;
        }

        #BOX409 > .ladi-box {
            border-radius: 220px;
            background-color: rgb(93, 193, 60);
            border-style: solid;
            border-color: rgb(255, 255, 255);
            border-width: 3px;
        }

    #HEADLINE410 {
        width: 30px;
        top: 14px;
        left: 11px;
    }

        #HEADLINE410 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 21px;
            font-weight: bold;
            text-align: center;
            line-height: 1;
        }

    #GROUP411 {
        width: 961px;
        height: 72px;
        top: 658px;
        left: -1px;
    }

    #BOX412 {
        width: 936px;
        height: 72px;
        top: 0px;
        left: 0px;
    }

        #BOX412 > .ladi-overlay {
            border-radius: 11px;
        }

        #BOX412 > .ladi-box {
            border-radius: 11px;
            background-color: rgb(255, 152, 0);
        }

    #PARAGRAPH413 {
        width: 841px;
        top: 14px;
        left: 51px;
    }

        #PARAGRAPH413 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 16px;
            text-align: left;
            line-height: 1.4;
        }

    #BOX414 {
        width: 53px;
        height: 53px;
        top: 0px;
        left: 0px;
    }

        #BOX414 > .ladi-overlay {
            border-radius: 220px;
        }

        #BOX414 > .ladi-box {
            border-radius: 220px;
            background-color: rgb(93, 193, 60);
            border-style: solid;
            border-color: rgb(255, 255, 255);
            border-width: 3px;
        }

    #HEADLINE415 {
        width: 30px;
        top: 14px;
        left: 11px;
    }

        #HEADLINE415 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 21px;
            font-weight: bold;
            text-align: center;
            line-height: 1;
        }

    #GROUP452 {
        width: 305px;
        height: 480.25px;
        top: 141px;
        left: 327.5px;
    }

    #BOX453 {
        width: 305px;
        height: 395.281px;
        top: 0px;
        left: 0px;
    }

        #BOX453 > .ladi-overlay {
            border-radius: 30px;
        }

        #BOX453 > .ladi-box {
            border-radius: 30px;
            box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            -webkit-box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            background-color: rgb(255, 253, 237);
            border-style: dotted;
            border-color: rgb(255, 193, 7);
            border-width: 2px;
        }

    #PARAGRAPH455 {
        width: 238px;
        top: 229.916px;
        left: 35px;
    }

        #PARAGRAPH455 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(33, 33, 33);
            font-size: 14px;
            text-align: justify;
            line-height: 1.4;
        }

    #HEADLINE454 {
        width: 227px;
        top: 159.052px;
        left: 40.6667px;
    }

        #HEADLINE454 > .ladi-headline {
            font-family: "Tinos", serif;
            color: rgb(117, 117, 117);
            font-size: 22px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #BOX456 {
        width: 229px;
        height: 230.922px;
        top: 0px;
        left: 40px;
    }

        #BOX456 > .ladi-overlay {
            border-radius: 110px;
        }

        #BOX456 > .ladi-box {
            border-radius: 110px;
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s350x350/5cd53c3230dba94fe2f37973/fc3370c3d4a331fd68b2-1561359799.jpg");
            background-position: left top;
            background-repeat: no-repeat;
            border-style: solid;
            border-color: rgb(255, 193, 7);
            border-width: 7px;
        }

    #GROUP457 {
        width: 305px;
        height: 483px;
        top: 141px;
        left: 1px;
    }

    #BOX458 {
        width: 305px;
        height: 399px;
        top: 0px;
        left: 0px;
    }

        #BOX458 > .ladi-overlay {
            border-radius: 30px;
        }

        #BOX458 > .ladi-box {
            border-radius: 30px;
            box-shadow: 0px 0px 0px 0px rgba(255,235,59,1);
            -webkit-box-shadow: 0px 0px 0px 0px rgba(255,235,59,1);
            background-color: rgb(255, 253, 237);
            border-style: dotted;
            border-color: rgb(255, 193, 7);
            border-width: 2px;
        }

    #PARAGRAPH459 {
        width: 238px;
        top: 232px;
        left: 35px;
    }

        #PARAGRAPH459 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(33, 33, 33);
            font-size: 14px;
            text-align: justify;
            line-height: 1.4;
        }

    #HEADLINE460 {
        width: 236px;
        top: 163px;
        left: 35.5px;
    }

        #HEADLINE460 > .ladi-headline {
            font-family: "Tinos", serif;
            color: rgb(117, 117, 117);
            font-size: 22px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #BOX461 {
        width: 229px;
        height: 229px;
        top: 0px;
        left: 39px;
    }

        #BOX461 > .ladi-overlay {
            border-radius: 110px;
        }

        #BOX461 > .ladi-box {
            border-radius: 110px;
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s350x350/5cd53c3230dba94fe2f37973/ket-thuc-lieu-trinh-1559033172.jpg");
            background-position: left top;
            background-repeat: no-repeat;
            border-style: solid;
            border-color: rgb(255, 193, 7);
            border-width: 7px;
        }

    #GROUP462 {
        width: 305px;
        height: 480px;
        top: 141px;
        left: 657px;
    }

    #BOX463 {
        width: 305px;
        height: 396px;
        top: 0px;
        left: 0px;
    }

        #BOX463 > .ladi-overlay {
            border-radius: 30px;
        }

        #BOX463 > .ladi-box {
            border-radius: 30px;
            box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            -webkit-box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            background-color: rgb(255, 253, 237);
            border-style: dotted;
            border-color: rgb(255, 193, 7);
            border-width: 2px;
        }

    #PARAGRAPH464 {
        width: 238px;
        top: 226px;
        left: 35px;
    }

        #PARAGRAPH464 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(33, 33, 33);
            font-size: 14px;
            text-align: justify;
            line-height: 1.4;
        }

    #HEADLINE465 {
        width: 250px;
        top: 163px;
        left: 29px;
    }

        #HEADLINE465 > .ladi-headline {
            font-family: "Tinos", serif;
            color: rgb(117, 117, 117);
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #BOX466 {
        width: 229px;
        height: 229px;
        top: 0px;
        left: 40px;
    }

        #BOX466 > .ladi-overlay {
            border-radius: 110px;
        }

        #BOX466 > .ladi-box {
            border-radius: 110px;
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s350x350/5cd53c3230dba94fe2f37973/dsc_8639-1561642715.jpg");
            background-position: left top;
            background-repeat: no-repeat;
            border-style: solid;
            border-color: rgb(255, 193, 7);
            border-width: 7px;
        }

    #GROUP467 {
        width: 305px;
        height: 483px;
        top: 659px;
        left: 0px;
    }

    #BOX468 {
        width: 305px;
        height: 399px;
        top: 0px;
        left: 0px;
    }

        #BOX468 > .ladi-overlay {
            border-radius: 30px;
        }

        #BOX468 > .ladi-box {
            border-radius: 30px;
            box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            -webkit-box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            background-color: rgb(255, 253, 237);
            border-style: dotted;
            border-color: rgb(255, 193, 7);
            border-width: 2px;
        }

    #HEADLINE470 {
        width: 236px;
        top: 163px;
        left: 35.5px;
    }

        #HEADLINE470 > .ladi-headline {
            font-family: "Tinos", serif;
            color: rgb(117, 117, 117);
            font-size: 22px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #PARAGRAPH469 {
        width: 238px;
        top: 259px;
        left: 34.5px;
    }

        #PARAGRAPH469 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(33, 33, 33);
            font-size: 14px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX471 {
        width: 229px;
        height: 229px;
        top: 0px;
        left: 39px;
    }

        #BOX471 > .ladi-overlay {
            border-radius: 110px;
        }

        #BOX471 > .ladi-box {
            border-radius: 110px;
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s350x350/5cd53c3230dba94fe2f37973/dsc_8645-1561642817.jpg");
            background-position: left top;
            background-repeat: no-repeat;
            border-style: solid;
            border-color: rgb(255, 193, 7);
            border-width: 7px;
        }

    #GROUP472 {
        width: 305px;
        height: 480.25px;
        top: 661.75px;
        left: 334.5px;
    }

    #BOX473 {
        width: 305px;
        height: 395.281px;
        top: 0px;
        left: 0px;
    }

        #BOX473 > .ladi-overlay {
            border-radius: 30px;
        }

        #BOX473 > .ladi-box {
            border-radius: 30px;
            box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            -webkit-box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            background-color: rgb(255, 253, 237);
            border-style: dotted;
            border-color: rgb(255, 193, 7);
            border-width: 2px;
        }

    #PARAGRAPH474 {
        width: 238px;
        top: 229.916px;
        left: 35px;
    }

        #PARAGRAPH474 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(33, 33, 33);
            font-size: 14px;
            text-align: justify;
            line-height: 1.4;
        }

    #HEADLINE475 {
        width: 227px;
        top: 159.052px;
        left: 40.6667px;
    }

        #HEADLINE475 > .ladi-headline {
            font-family: "Tinos", serif;
            color: rgb(117, 117, 117);
            font-size: 22px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #BOX476 {
        width: 229px;
        height: 230.922px;
        top: 0px;
        left: 40px;
    }

        #BOX476 > .ladi-overlay {
            border-radius: 110px;
        }

        #BOX476 > .ladi-box {
            border-radius: 110px;
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s350x350/5cd53c3230dba94fe2f37973/dsc_8654-1561643172.jpg");
            background-position: left top;
            background-repeat: no-repeat;
            border-style: solid;
            border-color: rgb(255, 193, 7);
            border-width: 7px;
        }

    #GROUP477 {
        width: 305px;
        height: 480px;
        top: 661.75px;
        left: 655px;
    }

    #BOX478 {
        width: 305px;
        height: 396px;
        top: 0px;
        left: 0px;
    }

        #BOX478 > .ladi-overlay {
            border-radius: 30px;
        }

        #BOX478 > .ladi-box {
            border-radius: 30px;
            box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            -webkit-box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            background-color: rgb(255, 253, 237);
            border-style: dotted;
            border-color: rgb(255, 193, 7);
            border-width: 2px;
        }

    #PARAGRAPH479 {
        width: 238px;
        top: 226px;
        left: 35px;
    }

        #PARAGRAPH479 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(33, 33, 33);
            font-size: 14px;
            text-align: justify;
            line-height: 1.4;
        }

    #HEADLINE480 {
        width: 250px;
        top: 163px;
        left: 29px;
    }

        #HEADLINE480 > .ladi-headline {
            font-family: "Tinos", serif;
            color: rgb(117, 117, 117);
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #BOX481 {
        width: 229px;
        height: 229px;
        top: 0px;
        left: 40px;
    }

        #BOX481 > .ladi-overlay {
            border-radius: 110px;
        }

        #BOX481 > .ladi-box {
            border-radius: 110px;
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s350x350/5cd53c3230dba94fe2f37973/7b7282b8e44601185857-1561644251.jpg");
            background-position: left top;
            background-repeat: no-repeat;
            border-style: solid;
            border-color: rgb(255, 193, 7);
            border-width: 7px;
        }

    #HEADLINE482 {
        width: 881px;
        top: 39px;
        left: 40px;
    }

        #HEADLINE482 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 152, 0);
            font-size: 45px;
            font-weight: bold;
            text-align: center;
            line-height: 1;
        }

    #BUTTON_TEXT329 {
        width: 290px;
        top: 19.5px;
        left: 0px;
    }

        #BUTTON_TEXT329 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 31px;
            font-weight: bold;
            text-align: center;
            line-height: 1;
        }

    #BUTTON329 {
        width: 290.667px;
        height: 70px;
        top: 1528px;
        left: 325.677px;
    }

        #BUTTON329 > .ladi-button > .ladi-button-background {
            background-color: rgb(244, 67, 54);
        }

        #BUTTON329 > .ladi-button {
            border-radius: 20px;
            box-shadow: 6px 5px 0px 0px rgba(28,38,96,1);
            -webkit-box-shadow: 6px 5px 0px 0px rgba(28,38,96,1);
        }

    #SHAPE501 {
        width: 68px;
        height: 48px;
        top: 138px;
        left: 257.599px;
    }

        #SHAPE501 svg:last-child {
            fill: #ff0000;
        }

    #VIDEO501 {
        width: 583.198px;
        height: 324px;
        top: 1178.5px;
        left: 176.916px;
    }

        #VIDEO501 > .ladi-video > .ladi-video-background {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://img.youtube.com/vi/eIY-_ZGGhIA/hqdefault.jpg");
            background-position: center center;
            background-repeat: no-repeat;
        }

    #HEADLINE331 {
        width: 369px;
        top: 43px;
        left: 47px;
    }

        #HEADLINE331 > .ladi-headline {
            font-family: "Arima Madurai", cursive;
            color: rgb(255, 255, 255);
            font-size: 30px;
            text-align: center;
            line-height: 1.2;
        }

    #FORM332 {
        width: 377px;
        height: 267px;
        top: 147px;
        left: 47px;
    }

        #FORM332 > .ladi-form {
            color: rgb(0, 0, 0);
            font-size: 15px;
            line-height: 1;
        }

        #FORM332 .ladi-form-item .ladi-form-control::placeholder, #FORM332 .ladi-form .ladi-form-item .ladi-form-control-select[data-selected=""], #FORM332 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"] {
            color: rgba(0,0,0,1);
        }

        #FORM332 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgba(0%2C0%2C0%2C1)"></polygon></svg>');
        }

        #FORM332 .ladi-form-item-container {
            border-style: solid;
            border-color: rgb(255, 179, 211);
            border-width: 4px;
        }

        #FORM332 .ladi-form-item-background {
            background-color: rgb(255, 255, 255);
        }

    #FORM_ITEM333 {
        width: 377px;
        height: 51.5px;
        top: 0px;
        left: 0px;
    }

    #FORM_ITEM334 {
        width: 377px;
        height: 51.5px;
        top: 67.2439px;
        left: 0px;
    }

    #FORM_ITEM335 {
        width: 377px;
        height: 52px;
        top: 137px;
        left: 0px;
    }

    #BUTTON_TEXT336 {
        width: 260px;
        top: 10px;
        left: 0px;
    }

        #BUTTON_TEXT336 > .ladi-headline {
            font-family: "Arima Madurai", cursive;
            color: rgb(255, 255, 255);
            font-size: 18px;
            text-align: center;
            line-height: 2;
        }

    #BUTTON336 {
        width: 260px;
        height: 56px;
        top: 211px;
        left: 53px;
    }

        #BUTTON336 > .ladi-button > .ladi-button-background {
            background-color: rgb(255, 107, 0);
        }

        #BUTTON336 > .ladi-button {
            border-radius: 41px;
            box-shadow: 0px 3px 0px 0px rgba(255,179,211,1);
            -webkit-box-shadow: 0px 3px 0px 0px rgba(255,179,211,1);
            border-style: solid;
            border-color: rgb(255, 179, 211);
            border-width: 0px;
        }

    #BOX113 {
        width: 461px;
        height: 206px;
        top: 0px;
        left: 0px;
    }

        #BOX113 > .ladi-box {
            background-color: rgb(255, 255, 255);
            border-style: solid;
            border-color: rgba(179, 179, 179, 0.47);
            border-width: 1px;
        }

    #HEADLINE116 {
        width: 210px;
        top: 41px;
        left: 250px;
    }

        #HEADLINE116 > .ladi-headline {
            color: rgb(33, 150, 243);
            font-size: 18px;
            font-weight: bold;
            text-align: left;
            line-height: 1.2;
        }

    #PARAGRAPH115 {
        width: 197px;
        top: 71px;
        left: 250px;
    }

        #PARAGRAPH115 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 18px;
            text-align: left;
            line-height: 1.2;
        }

    #IMAGE114 {
        width: 220.719px;
        height: 201.708px;
        top: 1.29166px;
        left: 1.64584px;
    }

        #IMAGE114 > .ladi-image > .ladi-image-background {
            width: 302.752px;
            height: 201.708px;
            top: 0px;
            left: -41.0165px;
            background-image: url("https://w.ladicdn.com/s450x350/5cd53c3230dba94fe2f37973/1456735978-triet-long-vinh-vien-khong-dau-1561351986.jpg");
        }

    #BOX118 {
        width: 461px;
        height: 206px;
        top: 0px;
        left: 0px;
    }

        #BOX118 > .ladi-box {
            background-color: rgb(255, 255, 255);
            border-style: solid;
            border-color: rgba(179, 179, 179, 0.47);
            border-width: 1px;
        }

    #IMAGE119 {
        width: 224px;
        height: 205px;
        top: 0px;
        left: 0px;
    }

        #IMAGE119 > .ladi-image > .ladi-image-background {
            width: 307.116px;
            height: 205px;
            top: 0px;
            left: -41.5581px;
            background-image: url("https://w.ladicdn.com/s450x350/5cd53c3230dba94fe2f37973/dsc_8654-1561643172.jpg");
        }

    #HEADLINE121 {
        width: 210px;
        top: 41px;
        left: 250px;
    }

        #HEADLINE121 > .ladi-headline {
            color: rgb(33, 150, 243);
            font-size: 18px;
            font-weight: bold;
            text-align: left;
            line-height: 1.2;
        }

    #PARAGRAPH120 {
        width: 197px;
        top: 73px;
        left: 251px;
    }

        #PARAGRAPH120 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 18px;
            text-align: left;
            line-height: 1.2;
        }

    #BOX122 {
        width: 461px;
        height: 206px;
        top: 0px;
        left: 0px;
    }

        #BOX122 > .ladi-box {
            background-color: rgb(255, 255, 255);
            border-style: solid;
            border-color: rgba(179, 179, 179, 0.47);
            border-width: 1px;
        }

    #IMAGE123 {
        width: 224px;
        height: 205px;
        top: 0px;
        left: 0px;
    }

        #IMAGE123 > .ladi-image > .ladi-image-background {
            width: 307.116px;
            height: 205px;
            top: 0px;
            left: -41.5581px;
            background-image: url("https://w.ladicdn.com/s450x350/5cd53c3230dba94fe2f37973/dsc_8637-1561643276.jpg");
        }

    #PARAGRAPH124 {
        width: 197px;
        top: 52px;
        left: 244px;
    }

        #PARAGRAPH124 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 18px;
            text-align: left;
            line-height: 1.2;
        }

    #BOX126 {
        width: 461px;
        height: 206px;
        top: 0px;
        left: 0px;
    }

        #BOX126 > .ladi-box {
            background-color: rgb(255, 255, 255);
            border-style: solid;
            border-color: rgba(179, 179, 179, 0.47);
            border-width: 1px;
        }

    #IMAGE127 {
        width: 224px;
        height: 205px;
        top: 0px;
        left: 0px;
    }

        #IMAGE127 > .ladi-image > .ladi-image-background {
            width: 307.116px;
            height: 205px;
            top: 0px;
            left: -41.5581px;
            background-image: url("https://w.ladicdn.com/s450x350/5cd53c3230dba94fe2f37973/dsc_8649-1561643132.jpg");
        }

    #HEADLINE129 {
        width: 210px;
        top: 41px;
        left: 250px;
    }

        #HEADLINE129 > .ladi-headline {
            color: rgb(33, 150, 243);
            font-size: 18px;
            font-weight: bold;
            text-align: left;
            line-height: 1.2;
        }

    #PARAGRAPH128 {
        width: 197px;
        top: 28.5px;
        left: 250px;
    }

        #PARAGRAPH128 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 18px;
            text-align: left;
            line-height: 1.2;
        }

    #BOX235 {
        width: 461px;
        height: 206px;
        top: 0px;
        left: 0px;
    }

        #BOX235 > .ladi-box {
            background-color: rgb(255, 255, 255);
            border-style: solid;
            border-color: rgba(179, 179, 179, 0.47);
            border-width: 1px;
        }

    #IMAGE236 {
        width: 224px;
        height: 205px;
        top: 0px;
        left: 0px;
    }

        #IMAGE236 > .ladi-image > .ladi-image-background {
            width: 224px;
            height: 205px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s350x350/5cd53c3230dba94fe2f37973/xxx-removebg-preview-1561606486.png");
        }

    #HEADLINE237 {
        width: 210px;
        top: 41px;
        left: 250px;
    }

        #HEADLINE237 > .ladi-headline {
            color: rgb(33, 150, 243);
            font-size: 18px;
            font-weight: bold;
            text-align: left;
            line-height: 1.2;
        }

    #PARAGRAPH238 {
        width: 197px;
        top: 63px;
        left: 250px;
    }

        #PARAGRAPH238 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 18px;
            text-align: left;
            line-height: 1.2;
        }

    #BOX239 {
        width: 461px;
        height: 206px;
        top: 0px;
        left: 0px;
    }

        #BOX239 > .ladi-box {
            background-color: rgb(255, 255, 255);
            border-style: solid;
            border-color: rgba(179, 179, 179, 0.47);
            border-width: 1px;
        }

    #IMAGE240 {
        width: 224px;
        height: 205px;
        top: 0px;
        left: 0px;
    }

        #IMAGE240 > .ladi-image > .ladi-image-background {
            width: 312.671px;
            height: 205px;
            top: 0px;
            left: -44.3353px;
            background-image: url("https://w.ladicdn.com/s450x350/5cd53c3230dba94fe2f37973/uu-dai-1559811838.png");
        }

    #PARAGRAPH241 {
        width: 197px;
        top: 42.5px;
        left: 249px;
    }

        #PARAGRAPH241 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 18px;
            text-align: left;
            line-height: 1.2;
        }

    #BOX316 {
        width: 944px;
        height: 82.5px;
        top: 30.5px;
        left: 8.00003px;
    }

        #BOX316 > .ladi-box {
            box-shadow: 5px 5px 0px 0px rgba(31,40,89,1);
            -webkit-box-shadow: 5px 5px 0px 0px rgba(31,40,89,1);
            background-color: rgb(255, 152, 0);
        }

    #HEADLINE317 {
        width: 946px;
        top: 47.75px;
        left: 7px;
    }

        #HEADLINE317 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 42px;
            font-weight: bold;
            text-align: center;
            line-height: 1;
        }

    #HEADLINE132 {
        width: 409px;
        top: 11.9583px;
        left: 7.0104px;
    }

        #HEADLINE132 > .ladi-headline {
            font-family: "Tinos", serif;
            color: rgb(255, 152, 0);
            font-size: 47px;
            font-weight: bold;
            text-align: left;
            line-height: 1;
        }

    #BOX134 {
        width: 33px;
        height: 33px;
        top: 0px;
        left: 0px;
    }

        #BOX134 > .ladi-box {
            background-color: rgb(255, 193, 7);
            border-style: solid;
            border-color: rgb(0, 0, 0);
            border-width: 0px;
        }

    #HEADLINE135 {
        width: 25px;
        top: 5px;
        left: 4px;
    }

        #HEADLINE135 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 21px;
            text-align: center;
            line-height: 1;
        }

    #HEADLINE136 {
        width: 335px;
        top: 85.002px;
        left: 43.3126px;
    }

        #HEADLINE136 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 16px;
            text-align: left;
            line-height: 1.2;
        }

    #BOX137 {
        width: 33px;
        height: 33px;
        top: 0px;
        left: 0px;
    }

        #BOX137 > .ladi-box {
            background-color: rgb(255, 193, 7);
            border-style: solid;
            border-color: rgb(0, 0, 0);
            border-width: 0px;
        }

    #HEADLINE138 {
        width: 25px;
        top: 5px;
        left: 4px;
    }

        #HEADLINE138 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 21px;
            text-align: center;
            line-height: 1;
        }

    #HEADLINE139 {
        width: 393px;
        top: 127.5px;
        left: 43.3126px;
    }

        #HEADLINE139 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 16px;
            text-align: left;
            line-height: 1.2;
        }

    #BOX140 {
        width: 34.5781px;
        height: 33px;
        top: 0px;
        left: 0px;
    }

        #BOX140 > .ladi-box {
            background-color: rgb(255, 193, 7);
            border-style: solid;
            border-color: rgb(0, 0, 0);
            border-width: 0px;
        }

    #HEADLINE141 {
        width: 26px;
        top: 5px;
        left: 4.19289px;
    }

        #HEADLINE141 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 21px;
            text-align: center;
            line-height: 1;
        }

    #HEADLINE142 {
        width: 331px;
        top: 169.005px;
        left: 43.3126px;
    }

        #HEADLINE142 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 16px;
            text-align: left;
            line-height: 1.2;
        }

    #BOX143 {
        width: 33px;
        height: 33px;
        top: 0px;
        left: 0px;
    }

        #BOX143 > .ladi-box {
            background-color: rgb(255, 193, 7);
            border-style: solid;
            border-color: rgb(0, 0, 0);
            border-width: 0px;
        }

    #HEADLINE144 {
        width: 25px;
        top: 5px;
        left: 4px;
    }

        #HEADLINE144 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 21px;
            text-align: center;
            line-height: 1;
        }

    #HEADLINE145 {
        width: 459px;
        top: 219.5px;
        left: 45px;
    }

        #HEADLINE145 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 16px;
            text-align: left;
            line-height: 1.2;
        }

    #BOX146 {
        width: 33px;
        height: 33px;
        top: 0px;
        left: 0px;
    }

        #BOX146 > .ladi-box {
            background-color: rgb(255, 193, 7);
            border-style: solid;
            border-color: rgb(0, 0, 0);
            border-width: 0px;
        }

    #HEADLINE147 {
        width: 25px;
        top: 5px;
        left: 4px;
    }

        #HEADLINE147 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 21px;
            text-align: center;
            line-height: 1;
        }

    #HEADLINE148 {
        width: 349px;
        top: 287.95px;
        left: 45px;
    }

        #HEADLINE148 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 16px;
            text-align: left;
            line-height: 1.2;
        }

    #BOX149 {
        width: 33px;
        height: 33px;
        top: 0px;
        left: 0px;
    }

        #BOX149 > .ladi-box {
            background-color: rgb(255, 193, 7);
            border-style: solid;
            border-color: rgb(0, 0, 0);
            border-width: 0px;
        }

    #HEADLINE150 {
        width: 25px;
        top: 5px;
        left: 4px;
    }

        #HEADLINE150 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 21px;
            text-align: center;
            line-height: 1;
        }

    #HEADLINE151 {
        width: 384px;
        top: 364.007px;
        left: 45px;
    }

        #HEADLINE151 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 16px;
            text-align: left;
            line-height: 1.2;
        }

    #IMAGE152 {
        width: 460.469px;
        height: 453.5px;
        top: -0.496826px;
        left: 495.531px;
    }

        #IMAGE152 > .ladi-image > .ladi-image-background {
            width: 680.675px;
            height: 453.5px;
            top: 0px;
            left: -110.103px;
            background-image: url("https://w.ladicdn.com/s800x600/5cd53c3230dba94fe2f37973/1456735978-triet-long-vinh-vien-khong-dau-1561351986.jpg");
        }

    #IMAGE155 {
        width: 446px;
        height: 31px;
        top: 133.01px;
        left: 285px;
    }

        #IMAGE155 > .ladi-image > .ladi-image-background {
            width: 446px;
            height: 31px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s550x150/57b167c9ca57d39c18a1c57c/b5-kh1-2-849897.png");
        }

    #HEADLINE157 {
        width: 891px;
        top: 42.0104px;
        left: 28px;
    }

        #HEADLINE157 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(203, 147, 1);
            font-size: 47px;
            font-weight: bold;
            text-align: center;
            line-height: 1;
        }

    #GROUP158 {
        width: 218px;
        height: 313px;
        top: 250px;
        left: -1px;
    }

    #HEADLINE160 {
        width: 218px;
        top: 259px;
        left: 0px;
    }

        #HEADLINE160 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgba(0, 0, 0, 0.95);
            font-size: 15px;
            text-align: center;
            letter-spacing: 0px;
            line-height: 1.2;
        }

    #BOX161 {
        width: 204px;
        height: 204px;
        top: 0px;
        left: 10px;
    }

        #BOX161 > .ladi-overlay {
            border-radius: 255px;
        }

        #BOX161 > .ladi-box {
            border-radius: 255px;
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s350x350/5cd53c3230dba94fe2f37973/a6dac0c7a63943671a28-1561644215.jpg");
            background-position: left top;
            background-repeat: no-repeat;
            border-style: solid;
            border-color: rgb(203, 147, 1);
            border-width: 4px;
        }

    #GROUP162 {
        width: 218px;
        height: 313px;
        top: 251px;
        left: 243px;
    }

    #HEADLINE164 {
        width: 218px;
        top: 259px;
        left: 0px;
    }

        #HEADLINE164 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgba(0, 0, 0, 0.95);
            font-size: 15px;
            text-align: center;
            letter-spacing: 0px;
            line-height: 1.2;
        }

    #BOX165 {
        width: 204px;
        height: 204px;
        top: 0px;
        left: 10px;
    }

        #BOX165 > .ladi-overlay {
            border-radius: 255px;
        }

        #BOX165 > .ladi-box {
            border-radius: 255px;
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s350x350/5cd53c3230dba94fe2f37973/long-nhip-1561644562.jpg");
            background-position: left top;
            background-repeat: no-repeat;
            border-style: solid;
            border-color: rgb(203, 147, 1);
            border-width: 4px;
        }

    #GROUP166 {
        width: 218px;
        height: 330px;
        top: 252px;
        left: 742px;
    }

    #HEADLINE167 {
        width: 207px;
        top: 226.969px;
        left: 4px;
    }

        #HEADLINE167 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(203, 147, 1);
            font-size: 15px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #HEADLINE168 {
        width: 218px;
        top: 258px;
        left: 0px;
    }

        #HEADLINE168 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgba(0, 0, 0, 0.95);
            font-size: 15px;
            text-align: center;
            letter-spacing: 0px;
            line-height: 1.2;
        }

    #BOX169 {
        width: 204px;
        height: 204px;
        top: 0px;
        left: 11px;
    }

        #BOX169 > .ladi-overlay {
            border-radius: 255px;
        }

        #BOX169 > .ladi-box {
            border-radius: 255px;
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s350x350/5cd53c3230dba94fe2f37973/tam-1561644747.jpg");
            background-position: left top;
            background-repeat: no-repeat;
            border-style: solid;
            border-color: rgb(203, 147, 1);
            border-width: 4px;
        }

    #GROUP170 {
        width: 218px;
        height: 295px;
        top: 252px;
        left: 497px;
    }

    #HEADLINE171 {
        width: 207px;
        top: 226.969px;
        left: 3px;
    }

        #HEADLINE171 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(203, 147, 1);
            font-size: 15px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #HEADLINE172 {
        width: 218px;
        top: 259px;
        left: 0px;
    }

        #HEADLINE172 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgba(0, 0, 0, 0.95);
            font-size: 15px;
            text-align: center;
            letter-spacing: 0px;
            line-height: 1.2;
        }

    #BOX173 {
        width: 204px;
        height: 204px;
        top: 0px;
        left: 10px;
    }

        #BOX173 > .ladi-overlay {
            border-radius: 255px;
        }

        #BOX173 > .ladi-box {
            border-radius: 255px;
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s350x350/5cd53c3230dba94fe2f37973/thoa-kem-chong-nang-1561644690.jpg");
            background-position: left top;
            background-repeat: no-repeat;
            border-style: solid;
            border-color: rgb(203, 147, 1);
            border-width: 4px;
        }

    #HEADLINE131 {
        width: 384px;
        top: 69px;
        left: 0px;
    }

        #HEADLINE131 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 13px;
            font-style: italic;
            text-align: left;
            letter-spacing: 0px;
            line-height: 1.2;
        }

    #IMAGE279 {
        width: 293px;
        height: 447.667px;
        top: 260px;
        left: 5px;
    }

        #IMAGE279 > .ladi-image > .ladi-image-background {
            width: 566.918px;
            height: 447.667px;
            top: 0px;
            left: -136.959px;
            background-image: url("https://w.ladicdn.com/s700x550/5cd53c3230dba94fe2f37973/triet-long-1561362486.jpg");
        }

    #LINE280 {
        width: 713px;
        top: 119px;
        left: 119px;
    }

        #LINE280 > .ladi-line > .ladi-line-container {
            border-top: 4px solid rgb(252, 83, 45);
            border-right: 4px solid rgb(252, 83, 45);
            border-bottom: 4px solid rgb(252, 83, 45);
            border-left: 0px !important;
        }

        #LINE280 > .ladi-line {
            padding: 8px 0px;
            width: 100%;
        }

    #HEADLINE281 {
        width: 920px;
        top: 37px;
        left: 23px;
    }

        #HEADLINE281 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 152, 0);
            font-size: 45px;
            font-weight: bold;
            text-align: center;
            line-height: 1;
        }

    #HEADLINE282 {
        width: 790px;
        top: 160px;
        left: 84px;
    }

        #HEADLINE282 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 25px;
            text-align: center;
            line-height: 1.2;
        }

    #HEADLINE283 {
        width: 401px;
        top: 280.334px;
        left: 308.003px;
    }

        #HEADLINE283 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(43, 43, 43);
            font-size: 18px;
            font-weight: bold;
            text-align: left;
            line-height: 1.2;
        }

    #HEADLINE285 {
        width: 58px;
        top: 275.002px;
        left: 665.01px;
    }

        #HEADLINE285 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(213, 135, 118);
            font-size: 24px;
            text-align: right;
            line-height: 1;
        }

    #LINE286 {
        width: 628px;
        top: 309px;
        left: 318px;
    }

        #LINE286 > .ladi-line > .ladi-line-container {
            border-top: 1px solid rgb(212, 212, 212);
            border-right: 1px solid rgb(212, 212, 212);
            border-bottom: 1px solid rgb(212, 212, 212);
            border-left: 0px !important;
        }

        #LINE286 > .ladi-line {
            padding: 8px 0px;
            width: 100%;
        }

    #LINE287 {
        width: 628px;
        top: 357px;
        left: 315px;
    }

        #LINE287 > .ladi-line > .ladi-line-container {
            border-top: 1px solid rgb(212, 212, 212);
            border-right: 1px solid rgb(212, 212, 212);
            border-bottom: 1px solid rgb(212, 212, 212);
            border-left: 0px !important;
        }

        #LINE287 > .ladi-line {
            padding: 8px 0px;
            width: 100%;
        }

    #HEADLINE288 {
        width: 151px;
        top: 327px;
        left: 574.334px;
    }

        #HEADLINE288 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(252, 83, 45);
            font-size: 24px;
            text-align: right;
            line-height: 1;
        }

    #HEADLINE290 {
        width: 401px;
        top: 328.667px;
        left: 308.003px;
    }

        #HEADLINE290 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(43, 43, 43);
            font-size: 18px;
            font-weight: bold;
            text-align: left;
            line-height: 1.2;
        }

    #HEADLINE291 {
        width: 401px;
        top: 377.008px;
        left: 308.003px;
    }

        #HEADLINE291 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(43, 43, 43);
            font-size: 18px;
            font-weight: bold;
            text-align: left;
            line-height: 1.2;
        }

    #HEADLINE293 {
        width: 151px;
        top: 374px;
        left: 574.334px;
    }

        #HEADLINE293 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(252, 83, 45);
            font-size: 24px;
            text-align: right;
            line-height: 1;
        }

    #LINE295 {
        width: 628px;
        top: 409px;
        left: 316px;
    }

        #LINE295 > .ladi-line > .ladi-line-container {
            border-top: 1px solid rgb(212, 212, 212);
            border-right: 1px solid rgb(212, 212, 212);
            border-bottom: 1px solid rgb(212, 212, 212);
            border-left: 0px !important;
        }

        #LINE295 > .ladi-line {
            padding: 8px 0px;
            width: 100%;
        }

    #HEADLINE296 {
        width: 401px;
        top: 426.506px;
        left: 308.003px;
    }

        #HEADLINE296 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(43, 43, 43);
            font-size: 18px;
            font-weight: bold;
            text-align: left;
            line-height: 1.2;
        }

    #HEADLINE297 {
        width: 401px;
        top: 473.333px;
        left: 308.003px;
    }

        #HEADLINE297 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(43, 43, 43);
            font-size: 18px;
            font-weight: bold;
            text-align: left;
            line-height: 1.2;
        }

    #HEADLINE298 {
        width: 401px;
        top: 516.5px;
        left: 308.003px;
    }

        #HEADLINE298 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(43, 43, 43);
            font-size: 18px;
            font-weight: bold;
            text-align: left;
            line-height: 1.2;
        }

    #LINE299 {
        width: 628px;
        top: 453px;
        left: 316px;
    }

        #LINE299 > .ladi-line > .ladi-line-container {
            border-top: 1px solid rgb(212, 212, 212);
            border-right: 1px solid rgb(212, 212, 212);
            border-bottom: 1px solid rgb(212, 212, 212);
            border-left: 0px !important;
        }

        #LINE299 > .ladi-line {
            padding: 8px 0px;
            width: 100%;
        }

    #LINE300 {
        width: 628px;
        top: 499px;
        left: 316px;
    }

        #LINE300 > .ladi-line > .ladi-line-container {
            border-top: 1px solid rgb(212, 212, 212);
            border-right: 1px solid rgb(212, 212, 212);
            border-bottom: 1px solid rgb(212, 212, 212);
            border-left: 0px !important;
        }

        #LINE300 > .ladi-line {
            padding: 8px 0px;
            width: 100%;
        }

    #LINE301 {
        width: 628px;
        top: 544px;
        left: 316px;
    }

        #LINE301 > .ladi-line > .ladi-line-container {
            border-top: 1px solid rgb(212, 212, 212);
            border-right: 1px solid rgb(212, 212, 212);
            border-bottom: 1px solid rgb(212, 212, 212);
            border-left: 0px !important;
        }

        #LINE301 > .ladi-line {
            padding: 8px 0px;
            width: 100%;
        }

    #LINE302 {
        width: 628px;
        top: 582px;
        left: 318px;
    }

        #LINE302 > .ladi-line > .ladi-line-container {
            border-top: 1px solid rgb(212, 212, 212);
            border-right: 1px solid rgb(212, 212, 212);
            border-bottom: 1px solid rgb(212, 212, 212);
            border-left: 0px !important;
        }

        #LINE302 > .ladi-line {
            padding: 8px 0px;
            width: 100%;
        }

    #LINE303 {
        width: 628px;
        top: 628px;
        left: 317px;
    }

        #LINE303 > .ladi-line > .ladi-line-container {
            border-top: 1px solid rgb(212, 212, 212);
            border-right: 1px solid rgb(212, 212, 212);
            border-bottom: 1px solid rgb(212, 212, 212);
            border-left: 0px !important;
        }

        #LINE303 > .ladi-line {
            padding: 8px 0px;
            width: 100%;
        }

    #HEADLINE304 {
        width: 401px;
        top: 558.655px;
        left: 308.003px;
    }

        #HEADLINE304 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(43, 43, 43);
            font-size: 18px;
            font-weight: bold;
            text-align: left;
            line-height: 1.2;
        }

    #HEADLINE305 {
        width: 401px;
        top: 599.323px;
        left: 308.003px;
    }

        #HEADLINE305 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(43, 43, 43);
            font-size: 18px;
            font-weight: bold;
            text-align: left;
            line-height: 1.2;
        }

    #HEADLINE306 {
        width: 401px;
        top: 642.51px;
        left: 308.003px;
    }

        #HEADLINE306 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(43, 43, 43);
            font-size: 18px;
            font-weight: bold;
            text-align: left;
            line-height: 1.2;
        }

    #HEADLINE307 {
        width: 401px;
        top: 683px;
        left: 308.003px;
    }

        #HEADLINE307 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(43, 43, 43);
            font-size: 18px;
            font-weight: bold;
            text-align: left;
            line-height: 1.2;
        }

    #LINE308 {
        width: 628px;
        top: 661px;
        left: 315px;
    }

        #LINE308 > .ladi-line > .ladi-line-container {
            border-top: 1px solid rgb(212, 212, 212);
            border-right: 1px solid rgb(212, 212, 212);
            border-bottom: 1px solid rgb(212, 212, 212);
            border-left: 0px !important;
        }

        #LINE308 > .ladi-line {
            padding: 8px 0px;
            width: 100%;
        }

    #HEADLINE309 {
        width: 151px;
        top: 426px;
        left: 575.343px;
    }

        #HEADLINE309 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(252, 83, 45);
            font-size: 24px;
            text-align: right;
            line-height: 1;
        }

    #HEADLINE310 {
        width: 151px;
        top: 466.833px;
        left: 574.334px;
    }

        #HEADLINE310 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(252, 83, 45);
            font-size: 24px;
            text-align: right;
            line-height: 1;
        }

    #HEADLINE311 {
        width: 151px;
        top: 515px;
        left: 577.343px;
    }

        #HEADLINE311 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(252, 83, 45);
            font-size: 24px;
            text-align: right;
            line-height: 1;
        }

    #HEADLINE312 {
        width: 151px;
        top: 551.003px;
        left: 577.343px;
    }

        #HEADLINE312 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(252, 83, 45);
            font-size: 24px;
            text-align: right;
            line-height: 1;
        }

    #HEADLINE313 {
        width: 151px;
        top: 595px;
        left: 575.343px;
    }

        #HEADLINE313 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(252, 83, 45);
            font-size: 24px;
            text-align: right;
            line-height: 1;
        }

    #HEADLINE314 {
        width: 151px;
        top: 641.01px;
        left: 579.343px;
    }

        #HEADLINE314 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(252, 83, 45);
            font-size: 24px;
            text-align: right;
            line-height: 1;
        }

    #HEADLINE315 {
        width: 151px;
        top: 681.003px;
        left: 578.343px;
    }

        #HEADLINE315 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(252, 83, 45);
            font-size: 24px;
            text-align: right;
            line-height: 1;
        }

    #PARAGRAPH343 {
        width: 78px;
        top: 226.829px;
        left: 669.006px;
    }

        #PARAGRAPH343 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 21px;
            font-weight: bold;
            text-align: left;
            line-height: 1.2;
        }

    #PARAGRAPH344 {
        width: 280px;
        top: 231.157px;
        left: 844px;
    }

        #PARAGRAPH344 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 20px;
            font-weight: bold;
            text-align: left;
            line-height: 1.2;
        }

    #PARAGRAPH345 {
        width: 280px;
        top: 418.337px;
        left: 863.01px;
    }

        #PARAGRAPH345 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(244, 67, 54);
            font-size: 21px;
            text-align: left;
            line-height: 1.2;
        }

    #PARAGRAPH346 {
        width: 79px;
        top: 275.002px;
        left: 863px;
    }

        #PARAGRAPH346 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(244, 67, 54);
            font-size: 21px;
            text-align: left;
            line-height: 1.2;
        }

    #PARAGRAPH347 {
        width: 79px;
        top: 370.335px;
        left: 863.01px;
    }

        #PARAGRAPH347 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(244, 67, 54);
            font-size: 21px;
            text-align: left;
            line-height: 1.2;
        }

    #PARAGRAPH348 {
        width: 79px;
        top: 328.667px;
        left: 863.01px;
    }

        #PARAGRAPH348 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(244, 67, 54);
            font-size: 21px;
            text-align: left;
            line-height: 1.2;
        }

    #PARAGRAPH349 {
        width: 79px;
        top: 466.333px;
        left: 862px;
    }

        #PARAGRAPH349 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(244, 67, 54);
            font-size: 21px;
            text-align: left;
            line-height: 1.2;
        }

    #PARAGRAPH350 {
        width: 79px;
        top: 513.332px;
        left: 867.01px;
    }

        #PARAGRAPH350 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(244, 67, 54);
            font-size: 21px;
            text-align: left;
            line-height: 1.2;
        }

    #PARAGRAPH351 {
        width: 79px;
        top: 556.655px;
        left: 863.343px;
    }

        #PARAGRAPH351 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(244, 67, 54);
            font-size: 21px;
            text-align: left;
            line-height: 1.2;
        }

    #PARAGRAPH352 {
        width: 79px;
        top: 597.323px;
        left: 864.01px;
    }

        #PARAGRAPH352 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(244, 67, 54);
            font-size: 21px;
            text-align: left;
            line-height: 1.2;
        }

    #PARAGRAPH353 {
        width: 79px;
        top: 636.333px;
        left: 862px;
    }

        #PARAGRAPH353 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(244, 67, 54);
            font-size: 21px;
            text-align: left;
            line-height: 1.2;
        }

    #PARAGRAPH354 {
        width: 79px;
        top: 681px;
        left: 863px;
    }

        #PARAGRAPH354 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(244, 67, 54);
            font-size: 21px;
            text-align: left;
            line-height: 1.2;
        }

    #PARAGRAPH380 {
        width: 858px;
        top: 749.5px;
        left: 52px;
    }

        #PARAGRAPH380 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 19px;
            text-align: left;
            line-height: 1.2;
        }

    #HEADLINE495 {
        width: 253px;
        top: 15.833px;
        left: 9.5px;
    }

        #HEADLINE495 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            text-decoration-line: underline;
            -webkit-text-decoration-line: underline;
            color: rgb(244, 67, 54);
            font-size: 38px;
            font-weight: bold;
            text-align: left;
            line-height: 1;
        }

    #PARAGRAPH496 {
        width: 927px;
        top: 73.5px;
        left: 11px;
    }

        #PARAGRAPH496 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 22px;
            text-align: justify;
            line-height: 1.2;
        }

    #SHAPE497 {
        width: 68px;
        height: 48px;
        top: 132.5px;
        left: 247.583px;
    }

        #SHAPE497 svg:last-child {
            fill: #ff0000;
        }

    #VIDEO497 {
        width: 563.167px;
        height: 313px;
        top: 725.5px;
        left: 201.424px;
    }

        #VIDEO497 > .ladi-video > .ladi-video-background {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://img.youtube.com/vi/XA2RJumSCAw/hqdefault.jpg");
            background-position: center center;
            background-repeat: no-repeat;
        }

    #IMAGE498 {
        width: 378px;
        height: 378px;
        top: 248.5px;
        left: 286px;
    }

        #IMAGE498 > .ladi-image > .ladi-image-background {
            width: 378px;
            height: 378px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s500x500/5cd53c3230dba94fe2f37973/anh-c-1564975595.png");
        }

    #PARAGRAPH499 {
        width: 932px;
        top: 644.167px;
        left: 13px;
    }

        #PARAGRAPH499 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 22px;
            text-align: left;
            line-height: 1.2;
        }

    #HEADLINE205 {
        width: 663px;
        top: 71px;
        left: 147.005px;
    }

        #HEADLINE205 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 58px;
            font-weight: bold;
            text-align: center;
            line-height: 1;
        }

    #HEADLINE206 {
        width: 399px;
        top: 491px;
        left: 277.169px;
    }

        #HEADLINE206 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 18px;
            text-align: center;
            line-height: 1.2;
        }

    #FORM213 {
        width: 616.539px;
        height: 296px;
        top: 161px;
        left: 165.498px;
    }

        #FORM213 > .ladi-form {
            color: rgb(110, 110, 110);
            font-size: 13px;
            line-height: 1;
        }

        #FORM213 .ladi-form-item .ladi-form-control::placeholder, #FORM213 .ladi-form .ladi-form-item .ladi-form-control-select[data-selected=""], #FORM213 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"] {
            color: rgba(110,110,110,1);
        }

        #FORM213 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgba(110%2C110%2C110%2C1)"></polygon></svg>');
        }

        #FORM213 .ladi-form-item-container {
            border-radius: 4px;
            border-style: solid;
            border-color: rgb(238, 238, 238);
            border-width: 1px;
        }

        #FORM213 .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_ITEM214 {
        width: 613.542px;
        height: 37.6667px;
        top: 0px;
        left: 2.99615px;
    }

    #FORM_ITEM216 {
        width: 612.073px;
        height: 37px;
        top: 49px;
        left: 2.99615px;
    }

    #FORM_ITEM217 {
        width: 613.073px;
        height: 69px;
        top: 165px;
        left: 3.45001px;
    }

    #FORM_ITEM259 {
        width: 613.073px;
        height: 55px;
        top: 101px;
        left: 3.46579px;
    }

    #BUTTON_TEXT218 {
        width: 160px;
        top: 9.2px;
        left: 0px;
    }

        #BUTTON_TEXT218 > .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;
        }

    #BUTTON218 {
        width: 610px;
        height: 38px;
        top: 258px;
        left: 0px;
    }

        #BUTTON218 > .ladi-button > .ladi-button-background {
            background-color: rgb(3, 169, 244);
        }

        #BUTTON218 > .ladi-button {
            border-radius: 5px;
        }

    #GROUP219 {
        width: 290px;
        height: 56px;
        top: 536px;
        left: 333.5px;
    }

    #GROUP220 {
        width: 277px;
        height: 56px;
        top: 0px;
        left: 5px;
    }

    #BOX221 {
        width: 55px;
        height: 55px;
        top: 0px;
        left: 0px;
    }

        #BOX221 > .ladi-overlay {
            border-radius: 4px;
        }

        #BOX221 > .ladi-box {
            border-radius: 4px;
            background-color: rgb(244, 67, 54);
            border-color: rgba(0, 0, 0, 0);
        }

    #HEADLINE222 {
        width: 46px;
        top: 35px;
        left: 3px;
    }

        #HEADLINE222 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 13px;
            text-align: center;
            line-height: 1.2;
        }

    #BOX223 {
        width: 55px;
        height: 55px;
        top: 0px;
        left: 0px;
    }

        #BOX223 > .ladi-overlay {
            border-radius: 4px;
        }

        #BOX223 > .ladi-box {
            border-radius: 4px;
            background-color: rgb(244, 67, 54);
            border-color: rgba(0, 0, 0, 0);
        }

    #HEADLINE224 {
        width: 46px;
        top: 35px;
        left: 3px;
    }

        #HEADLINE224 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 13px;
            text-align: center;
            line-height: 1.2;
        }

    #BOX225 {
        width: 55px;
        height: 55px;
        top: 0px;
        left: 0px;
    }

        #BOX225 > .ladi-overlay {
            border-radius: 4px;
        }

        #BOX225 > .ladi-box {
            border-radius: 4px;
            background-color: rgb(244, 67, 54);
            border-color: rgba(0, 0, 0, 0);
        }

    #HEADLINE226 {
        width: 46px;
        top: 35px;
        left: 3px;
    }

        #HEADLINE226 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 13px;
            text-align: center;
            line-height: 1.2;
        }

    #BOX227 {
        width: 55px;
        height: 55px;
        top: 0px;
        left: 0px;
    }

        #BOX227 > .ladi-overlay {
            border-radius: 4px;
        }

        #BOX227 > .ladi-box {
            border-radius: 4px;
            background-color: rgb(244, 67, 54);
            border-color: rgba(0, 0, 0, 0);
        }

    #HEADLINE228 {
        width: 46px;
        top: 35px;
        left: 3px;
    }

        #HEADLINE228 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 13px;
            text-align: center;
            line-height: 1.2;
        }

    #COUNTDOWN229 {
        width: 290px;
        height: 26px;
        top: 7px;
        left: 0px;
    }

        #COUNTDOWN229 > .ladi-countdown {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 30px;
            font-weight: bold;
            text-align: center;
        }

            #COUNTDOWN229 > .ladi-countdown > .ladi-element {
                width: calc((100% - 10px * 3) / 4);
                margin-right: 10px;
                height: 100%;
            }

            #COUNTDOWN229 > .ladi-countdown .ladi-countdown-background {
            }

    #HEADLINE175 {
        width: 925px;
        top: 66px;
        left: 16px;
    }

        #HEADLINE175 > .ladi-headline {
            font-family: "Montserrat", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 49px;
            font-weight: bold;
            text-align: center;
            line-height: 1;
        }

    #BOX177 {
        width: 962px;
        height: 223px;
        top: 0px;
        left: 0px;
    }

        #BOX177 > .ladi-overlay {
            border-radius: 7px;
        }

        #BOX177 > .ladi-box {
            border-radius: 7px;
            background-color: rgb(255, 255, 255);
        }

    #HEADLINE178 {
        width: 718px;
        top: 25px;
        left: 78px;
    }

        #HEADLINE178 > .ladi-headline {
            font-family: "Montserrat", sans-serif;
            color: rgb(25, 25, 25);
            font-size: 18px;
            text-align: left;
            line-height: 1.2;
        }

    #SHAPE179 {
        width: 24px;
        height: 24px;
        top: 24px;
        left: 43px;
    }

        #SHAPE179 svg:last-child {
            fill: rgba(5,5,5,1);
        }

    #LINE181 {
        width: 813px;
        top: 54px;
        left: 78px;
    }

        #LINE181 > .ladi-line > .ladi-line-container {
            border-top: 1px dashed rgb(64, 64, 64);
            border-right: 1px dashed rgb(64, 64, 64);
            border-bottom: 1px dashed rgb(64, 64, 64);
            border-left: 0px !important;
        }

        #LINE181 > .ladi-line {
            padding: 8px 0px;
            width: 100%;
        }

    #PARAGRAPH180 {
        width: 851px;
        top: 90px;
        left: 92px;
    }

        #PARAGRAPH180 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(64, 64, 64);
            font-size: 16px;
            text-align: left;
            line-height: 1.4;
        }

    #BOX183 {
        width: 963px;
        height: 216px;
        top: 0px;
        left: 0px;
    }

        #BOX183 > .ladi-overlay {
            border-radius: 7px;
        }

        #BOX183 > .ladi-box {
            border-radius: 7px;
            background-color: rgb(255, 255, 255);
        }

    #HEADLINE184 {
        width: 500px;
        top: 25px;
        left: 78px;
    }

        #HEADLINE184 > .ladi-headline {
            font-family: "Montserrat", sans-serif;
            color: rgb(25, 25, 25);
            font-size: 18px;
            text-align: left;
            line-height: 1.2;
        }

    #SHAPE185 {
        width: 24px;
        height: 24px;
        top: 24px;
        left: 43px;
    }

        #SHAPE185 svg:last-child {
            fill: rgba(5,5,5,1);
        }

    #LINE186 {
        width: 813px;
        top: 54px;
        left: 78px;
    }

        #LINE186 > .ladi-line > .ladi-line-container {
            border-top: 1px dashed rgb(64, 64, 64);
            border-right: 1px dashed rgb(64, 64, 64);
            border-bottom: 1px dashed rgb(64, 64, 64);
            border-left: 0px !important;
        }

        #LINE186 > .ladi-line {
            padding: 8px 0px;
            width: 100%;
        }

    #PARAGRAPH188 {
        width: 836px;
        top: 97px;
        left: 93px;
    }

        #PARAGRAPH188 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(64, 64, 64);
            font-size: 16px;
            text-align: left;
            line-height: 1.4;
        }

    #BOX320 {
        width: 963px;
        height: 270px;
        top: 0px;
        left: 0px;
    }

        #BOX320 > .ladi-overlay {
            border-radius: 7px;
        }

        #BOX320 > .ladi-box {
            border-radius: 7px;
            background-color: rgb(255, 255, 255);
        }

    #HEADLINE321 {
        width: 500px;
        top: 25px;
        left: 78px;
    }

        #HEADLINE321 > .ladi-headline {
            font-family: "Montserrat", sans-serif;
            color: rgb(25, 25, 25);
            font-size: 18px;
            text-align: left;
            line-height: 1.2;
        }

    #SHAPE322 {
        width: 24px;
        height: 24px;
        top: 24px;
        left: 43px;
    }

        #SHAPE322 svg:last-child {
            fill: rgba(5,5,5,1);
        }

    #LINE323 {
        width: 813px;
        top: 54px;
        left: 78px;
    }

        #LINE323 > .ladi-line > .ladi-line-container {
            border-top: 1px dashed rgb(64, 64, 64);
            border-right: 1px dashed rgb(64, 64, 64);
            border-bottom: 1px dashed rgb(64, 64, 64);
            border-left: 0px !important;
        }

        #LINE323 > .ladi-line {
            padding: 8px 0px;
            width: 100%;
        }

    #PARAGRAPH325 {
        width: 827px;
        top: 74px;
        left: 93px;
    }

        #PARAGRAPH325 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(64, 64, 64);
            font-size: 16px;
            text-align: left;
            line-height: 1.4;
        }

    #BOX489 {
        width: 963px;
        height: 270px;
        top: 0px;
        left: 0px;
    }

        #BOX489 > .ladi-overlay {
            border-radius: 7px;
        }

        #BOX489 > .ladi-box {
            border-radius: 7px;
            background-color: rgb(255, 255, 255);
        }

    #HEADLINE490 {
        width: 640px;
        top: 25px;
        left: 78px;
    }

        #HEADLINE490 > .ladi-headline {
            font-family: "Montserrat", sans-serif;
            color: rgb(25, 25, 25);
            font-size: 18px;
            text-align: left;
            line-height: 1.2;
        }

    #SHAPE491 {
        width: 24px;
        height: 24px;
        top: 24px;
        left: 43px;
    }

        #SHAPE491 svg:last-child {
            fill: rgba(5,5,5,1);
        }

    #LINE492 {
        width: 813px;
        top: 54px;
        left: 78px;
    }

        #LINE492 > .ladi-line > .ladi-line-container {
            border-top: 1px dashed rgb(64, 64, 64);
            border-right: 1px dashed rgb(64, 64, 64);
            border-bottom: 1px dashed rgb(64, 64, 64);
            border-left: 0px !important;
        }

        #LINE492 > .ladi-line {
            padding: 8px 0px;
            width: 100%;
        }

    #PARAGRAPH493 {
        width: 827px;
        top: 74px;
        left: 93px;
    }

        #PARAGRAPH493 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(64, 64, 64);
            font-size: 16px;
            text-align: left;
            line-height: 1.4;
        }

    #BOX356 {
        width: 566px;
        height: 450px;
        top: 0px;
        left: 0px;
    }

        #BOX356 > .ladi-box {
            border-style: solid;
            border-color: rgb(255, 255, 255);
            border-width: 2px;
        }

    #HEADLINE357 {
        width: 468px;
        top: 37px;
        left: 79px;
    }

        #HEADLINE357 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 14px;
            text-align: left;
            line-height: 1.4;
        }

    #SHAPE358 {
        width: 26px;
        height: 26px;
        top: 31px;
        left: 40px;
    }

        #SHAPE358 svg:last-child {
            fill: rgba(255,255,255,1);
        }

    #SHAPE359 {
        width: 26px;
        height: 26px;
        top: 65px;
        left: 40px;
    }

        #SHAPE359 svg:last-child {
            fill: rgba(255,255,255,1);
        }

    #HEADLINE360 {
        width: 292px;
        top: 71px;
        left: 79px;
    }

        #HEADLINE360 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 14px;
            text-align: left;
            line-height: 1.4;
        }

    #HEADLINE361 {
        width: 292px;
        top: 103px;
        left: 79px;
    }

        #HEADLINE361 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 14px;
            text-align: left;
            line-height: 1.4;
        }

    #SHAPE362 {
        width: 26px;
        height: 26px;
        top: 97px;
        left: 40px;
    }

        #SHAPE362 svg:last-child {
            fill: rgba(255,255,255,1);
        }

    #SHAPE363 {
        width: 26px;
        height: 26px;
        top: 133px;
        left: 40px;
    }

        #SHAPE363 svg:last-child {
            fill: rgba(255,255,255,1);
        }

    #HEADLINE364 {
        width: 292px;
        top: 139px;
        left: 79px;
    }

        #HEADLINE364 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 14px;
            text-align: left;
            line-height: 1.4;
        }

    #HEADLINE365 {
        width: 472px;
        top: 183px;
        left: 46px;
    }

        #HEADLINE365 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 18px;
            text-align: left;
            line-height: 1.2;
        }

    #FORM366 {
        width: 465px;
        height: 221px;
        top: 218px;
        left: 46px;
    }

        #FORM366 > .ladi-form {
            color: rgb(82, 82, 82);
            font-size: 13px;
            line-height: 1;
        }

        #FORM366 .ladi-form-item .ladi-form-control::placeholder, #FORM366 .ladi-form .ladi-form-item .ladi-form-control-select[data-selected=""], #FORM366 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"] {
            color: rgba(82,82,82,1);
        }

        #FORM366 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgba(82%2C82%2C82%2C1)"></polygon></svg>');
        }

        #FORM366 .ladi-form-item-container {
            border-style: solid;
            border-color: rgb(238, 238, 238);
            border-width: 1px;
        }

        #FORM366 .ladi-form-item-background {
            background-color: rgb(255, 255, 255);
        }

    #FORM_ITEM367 {
        width: 224px;
        height: 37.8281px;
        top: 0px;
        left: 0px;
    }

    #FORM_ITEM368 {
        width: 465px;
        height: 37px;
        top: 51px;
        left: 0px;
    }

    #FORM_ITEM369 {
        width: 224px;
        height: 37.8281px;
        top: 0px;
        left: 240px;
    }

    #FORM_ITEM373 {
        width: 464px;
        height: 68px;
        top: 98px;
        left: 0px;
    }

    #BUTTON_TEXT370 {
        width: 152px;
        top: 7.7px;
        left: 0px;
    }

        #BUTTON_TEXT370 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: bold;
            text-align: center;
            letter-spacing: 1px;
            line-height: 1.4;
        }

    #BUTTON370 {
        width: 152px;
        height: 35px;
        top: 186px;
        left: 0px;
    }

        #BUTTON370 > .ladi-button > .ladi-button-background {
            background-color: rgb(219, 105, 0);
        }

        #BUTTON370 > .ladi-button {
            border-radius: 0px;
            border-style: solid;
            border-color: rgb(0, 0, 0);
            border-width: 0px;
        }

    #HEADLINE371 {
        width: 333px;
        top: 33.0085px;
        left: -5e-05px;
    }

        #HEADLINE371 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 23px;
            text-align: left;
            line-height: 1.2;
        }

    #IMAGE374 {
        width: 237.958px;
        height: 241.99px;
        top: 85.0096px;
        left: 47.358px;
    }

        #IMAGE374 > .ladi-image > .ladi-image-background {
            width: 238.399px;
            height: 241.99px;
            top: 0px;
            left: -0.22045px;
            background-image: url("https://w.ladicdn.com/s350x350/5cd53c3230dba94fe2f37973/logo-Cigo Beauty Center-png-1559036741.png");
        }

    #GROUP502 {
        width: 960px;
        height: 148.323px;
        top: 10.323px;
        left: 0px;
    }

    #GROUP503 {
        width: 409px;
        height: 421px;
        top: 73.625px;
        left: 24.5px;
    }

    #GROUP504 {
        width: 413px;
        height: 423.177px;
        top: 72.549px;
        left: 519.177px;
    }

    #GROUP505 {
        width: 340px;
        height: 90.1563px;
        top: 24.0001px;
        left: 53px;
    }

    #GROUP506 {
        width: 344px;
        height: 86.5833px;
        top: 25.8015px;
        left: 553.668px;
    }

    #GROUP507 {
        width: 936px;
        height: 72px;
        top: 0px;
        left: 25px;
    }

    #GROUP508 {
        width: 53px;
        height: 53px;
        top: 7px;
        left: 0px;
    }

    #GROUP509 {
        width: 936px;
        height: 72px;
        top: 0px;
        left: 25px;
    }

    #GROUP510 {
        width: 53px;
        height: 53px;
        top: 7px;
        left: 0px;
    }

    #GROUP511 {
        width: 936px;
        height: 72px;
        top: 0px;
        left: 25px;
    }

    #GROUP512 {
        width: 53px;
        height: 53px;
        top: 7px;
        left: 0px;
    }

    #GROUP513 {
        width: 936px;
        height: 72px;
        top: 0px;
        left: 25px;
    }

    #GROUP514 {
        width: 53px;
        height: 53px;
        top: 7px;
        left: 0px;
    }

    #GROUP515 {
        width: 936px;
        height: 72px;
        top: 0px;
        left: 25px;
    }

    #GROUP516 {
        width: 53px;
        height: 53px;
        top: 9.5px;
        left: 0px;
    }

    #GROUP517 {
        width: 936px;
        height: 72px;
        top: 0px;
        left: 25px;
    }

    #GROUP518 {
        width: 53px;
        height: 53px;
        top: 7px;
        left: 0px;
    }

    #GROUP519 {
        width: 305px;
        height: 395.281px;
        top: 84.9688px;
        left: 0px;
    }

    #GROUP520 {
        width: 305px;
        height: 399px;
        top: 84px;
        left: 0px;
    }

    #GROUP521 {
        width: 305px;
        height: 396px;
        top: 84px;
        left: 0px;
    }

    #GROUP522 {
        width: 305px;
        height: 399px;
        top: 84px;
        left: 0px;
    }

    #GROUP523 {
        width: 305px;
        height: 395.281px;
        top: 84.9688px;
        left: 0px;
    }

    #GROUP524 {
        width: 305px;
        height: 396px;
        top: 84px;
        left: 0px;
    }

    #GROUP525 {
        width: 461px;
        height: 206px;
        top: 184.5px;
        left: 0px;
    }

    #GROUP526 {
        width: 461px;
        height: 206px;
        top: 181.5px;
        left: 500px;
    }

    #GROUP527 {
        width: 461px;
        height: 206px;
        top: 426px;
        left: 498px;
    }

    #GROUP528 {
        width: 461px;
        height: 206px;
        top: 425.5px;
        left: 0px;
    }

    #GROUP529 {
        width: 461px;
        height: 206px;
        top: 672px;
        left: 0px;
    }

    #GROUP530 {
        width: 461px;
        height: 206px;
        top: 672.5px;
        left: 498.667px;
    }

    #GROUP531 {
        width: 33px;
        height: 33px;
        top: 77.5px;
        left: -0.000891753px;
    }

    #GROUP532 {
        width: 33px;
        height: 33px;
        top: 119.5px;
        left: 1.99873px;
    }

    #GROUP533 {
        width: 34.5781px;
        height: 33px;
        top: 163.508px;
        left: -0.003422px;
    }

    #GROUP534 {
        width: 33px;
        height: 33px;
        top: 214.005px;
        left: 3.00764px;
    }

    #GROUP535 {
        width: 33px;
        height: 33px;
        top: 282px;
        left: 2.99671px;
    }

    #GROUP536 {
        width: 33px;
        height: 33px;
        top: 354.505px;
        left: 3.00739px;
    }

    #GROUP537 {
        width: 55px;
        height: 55px;
        top: 1px;
        left: 0px;
    }

    #GROUP538 {
        width: 55px;
        height: 55px;
        top: 0px;
        left: 74px;
    }

    #GROUP539 {
        width: 55px;
        height: 55px;
        top: 0px;
        left: 147px;
    }

    #GROUP540 {
        width: 55px;
        height: 55px;
        top: 0px;
        left: 222px;
    }

    #GROUP541 {
        width: 962px;
        height: 223px;
        top: 183px;
        left: -2px;
    }

    #GROUP542 {
        width: 963px;
        height: 216px;
        top: 432px;
        left: -3px;
    }

    #GROUP543 {
        width: 963px;
        height: 270px;
        top: 676px;
        left: -3px;
    }

    #GROUP544 {
        width: 963px;
        height: 270px;
        top: 980px;
        left: -3px;
    }

    #GROUP545 {
        width: 566px;
        height: 450px;
        top: 38.008px;
        left: 392px;
    }
}

@media (max-width: 767px) {
    #SECTION_POPUP {
        height: 0px;
    }

    #SECTION2 {
        height: 706.667px;
    }

        #SECTION2 > .ladi-section-background {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s768x706/5cd53c3230dba94fe2f37973/dsc_8645-1561642817.jpg");
            background-position: left top;
            background-repeat: no-repeat;
        }

    #SECTION20 {
        height: 1396px;
    }

    #SECTION382 {
        height: 1226px;
    }

        #SECTION382 > .ladi-section-background {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s768x1226/5cd53c3230dba94fe2f37973/yellow-background-14046115834kp-1560311586.jpg");
            background-position: left top;
            background-repeat: no-repeat;
        }

    #SECTION451 {
        height: 3539px;
    }

        #SECTION451 > .ladi-section-background {
            background-color: rgb(252, 252, 252);
        }

    #POPUP330 {
        width: 375px;
        height: 500px;
        top: 0px;
        left: 0px;
        margin: auto;
        bottom: 0px;
        right: 0px;
    }

        #POPUP330 > .ladi-popup {
            background-color: rgb(25, 175, 194);
        }

    #SECTION111 {
        height: 2565px;
    }

        #SECTION111 > .ladi-section-background {
            background-color: rgb(255, 255, 255);
        }

    #SECTION130 {
        height: 848px;
    }

        #SECTION130 > .ladi-section-background {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s768x848/5cd53c3230dba94fe2f37973/powerpoint-wallpaper-4552-4789-hd-wallpapers-1564892373.jpg");
            background-position: left top;
            background-repeat: no-repeat;
        }

    #SECTION153 {
        height: 1578px;
    }

        #SECTION153 > .ladi-section-background {
            background-color: rgb(255, 255, 255);
        }

    #SECTION278 {
        height: 1410.33px;
    }

        #SECTION278 > .ladi-section-background {
            background-color: rgb(248, 229, 202);
        }

    #SECTION494 {
        height: 951px;
    }

        #SECTION494 > .ladi-section-background {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s768x951/5cd53c3230dba94fe2f37973/curves-orange-and-white-backgrounds-powerpoint-1564892309.jpg");
            background-position: center top;
            background-repeat: no-repeat;
        }

    #SECTION203 {
        height: 644px;
    }

        #SECTION203 > .ladi-section-background {
            background-color: rgb(13, 55, 91);
        }

    #SECTION174 {
        height: 1513px;
    }

        #SECTION174 > .ladi-section-background {
            background-color: rgb(255, 152, 0);
        }

    #SECTION355 {
        height: 1045.33px;
    }

        #SECTION355 > .ladi-section-background {
            background-color: rgb(28, 35, 73);
        }

    #PARAGRAPH242 {
        width: 187px;
        top: 415.343px;
        left: 23px;
    }

        #PARAGRAPH242 > .ladi-paragraph {
            font-family: "Baloo Bhaina", cursive;
            color: rgb(222, 26, 93);
            font-size: 47px;
            text-align: center;
            line-height: 1.4;
        }

    #LINE243 {
        width: 194px;
        top: 511.343px;
        left: 200px;
    }

        #LINE243 > .ladi-line > .ladi-line-container {
            border-top: 1px solid rgb(255, 255, 255);
            border-right: 1px solid rgb(255, 255, 255);
            border-bottom: 1px solid rgb(255, 255, 255);
            border-left: 0px !important;
        }

        #LINE243 > .ladi-line {
            padding: 8px 0px;
            width: 100%;
        }

    #PARAGRAPH244 {
        width: 195px;
        top: 407.343px;
        left: 204px;
    }

        #PARAGRAPH244 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 150, 136);
            font-size: 81px;
            font-weight: bold;
            text-align: center;
            line-height: 1.4;
        }

    #IMAGE245 {
        width: 159px;
        height: 159px;
        top: 240px;
        left: 136px;
    }

        #IMAGE245 > .ladi-image > .ladi-image-background {
            width: 159px;
            height: 159px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s300x300/5cd53c3230dba94fe2f37973/uu-dai-1559469045.png");
        }

    #PARAGRAPH246 {
        width: 358px;
        top: 557.343px;
        left: 45.5008px;
    }

        #PARAGRAPH246 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(48, 162, 177);
            font-size: 24px;
            font-weight: bold;
            font-style: italic;
            text-align: left;
            line-height: 1.2;
        }

    #BOX483 {
        width: 420px;
        height: 217px;
        top: 0px;
        left: 0px;
    }

        #BOX483 > .ladi-box {
            background-color: rgb(248, 163, 38);
        }

    #HEADLINE484 {
        width: 420px;
        top: 15px;
        left: 1.06581e-14px;
    }

        #HEADLINE484 > .ladi-headline {
            font-family: "Roboto Slab", serif;
            color: rgb(255, 255, 255);
            font-size: 37px;
            font-weight: bold;
            text-align: center;
            line-height: 1.4;
        }

    #HEADLINE486 {
        width: 397px;
        top: 137px;
        left: 11.5px;
    }

        #HEADLINE486 > .ladi-headline {
            font-family: "Lobster", cursive;
            color: rgb(255, 255, 255);
            font-size: 25px;
            text-align: center;
            line-height: 1.2;
        }

    #BUTTON_TEXT488 {
        width: 307px;
        top: 20.6667px;
        left: 0px;
    }

        #BUTTON_TEXT488 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 32px;
            text-align: center;
            line-height: 1;
        }

    #BUTTON488 {
        width: 306.667px;
        height: 73.3333px;
        top: 612.01px;
        left: 54.6666px;
    }

        #BUTTON488 > .ladi-button > .ladi-button-background {
            background-color: rgb(244, 67, 54);
        }

        #BUTTON488 > .ladi-button {
            border-radius: 1px;
            border-color: rgb(183, 59, 50);
        }

    #BOX21 {
        width: 406px;
        height: 465px;
        top: 0px;
        left: 0px;
    }

        #BOX21 > .ladi-overlay {
            border-radius: 20px;
        }

        #BOX21 > .ladi-box {
            border-radius: 20px;
            background-color: rgb(255, 255, 255);
            border-style: solid;
            border-color: rgb(255, 152, 0);
            border-width: 3px;
        }

    #PARAGRAPH230 {
        width: 381px;
        top: 72px;
        left: 8.09804px;
    }

        #PARAGRAPH230 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 21px;
            text-align: left;
            line-height: 1.2;
        }

    #BOX22 {
        width: 413px;
        height: 331px;
        top: 0px;
        left: 0px;
    }

        #BOX22 > .ladi-overlay {
            border-radius: 20px;
        }

        #BOX22 > .ladi-box {
            border-radius: 20px;
            background-color: rgb(255, 255, 255);
            border-style: solid;
            border-color: rgb(255, 152, 0);
            border-width: 3px;
        }

    #PARAGRAPH232 {
        width: 375px;
        top: 91px;
        left: 15.5px;
    }

        #PARAGRAPH232 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 21px;
            text-align: left;
            line-height: 1.2;
        }

    #PARAGRAPH231 {
        width: 415px;
        top: 47.0103px;
        left: 10.4854px;
    }

        #PARAGRAPH231 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 22px;
            text-align: left;
            line-height: 1.2;
        }

    #BOX23 {
        width: 270px;
        height: 104px;
        top: 0px;
        left: 0px;
    }

        #BOX23 > .ladi-overlay {
            border-radius: 1px;
        }

        #BOX23 > .ladi-box {
            border-radius: 1px;
            background-color: rgb(255, 152, 0);
        }

    #HEADLINE55 {
        width: 268px;
        top: 18.8333px;
        left: 1px;
    }

        #HEADLINE55 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 31px;
            font-weight: bold;
            text-align: center;
            line-height: 1;
        }

    #BOX24 {
        width: 270px;
        height: 111px;
        top: 0px;
        left: 0px;
    }

        #BOX24 > .ladi-overlay {
            border-radius: 1px;
        }

        #BOX24 > .ladi-box {
            border-radius: 1px;
            background-color: rgb(255, 152, 0);
        }

    #HEADLINE56 {
        width: 266px;
        top: 35.8333px;
        left: 1px;
    }

        #HEADLINE56 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 31px;
            font-weight: bold;
            text-align: center;
            line-height: 1;
        }

    #PARAGRAPH234 {
        width: 413px;
        top: 966px;
        left: 7px;
    }

        #PARAGRAPH234 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(236, 55, 42);
            font-size: 24px;
            text-align: justify;
            line-height: 1.6;
        }

    #PARAGRAPH251 {
        width: 310px;
        top: 1172px;
        left: 85.4904px;
    }

        #PARAGRAPH251 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 26px;
            text-align: left;
            line-height: 1.2;
        }

    #SHAPE252 {
        width: 52px;
        height: 52px;
        top: 1166px;
        left: 27.4996px;
    }

        #SHAPE252 svg:last-child {
            fill: rgba(57,170,61,1);
        }

    #IMAGE326 {
        width: 339.313px;
        height: 112px;
        top: 1251.67px;
        left: 32.5px;
    }

        #IMAGE326 > .ladi-image > .ladi-image-background {
            width: 339.313px;
            height: 112px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/5cd53c3230dba94fe2f37973/bac-si-1561544027.gif");
        }

    #GROUP383 {
        width: 355px;
        height: 120.313px;
        top: 172.667px;
        left: 32.5px;
    }

    #BOX384 {
        width: 355px;
        height: 64px;
        top: 0px;
        left: 0px;
    }

        #BOX384 > .ladi-overlay {
            border-radius: 11px;
        }

        #BOX384 > .ladi-box {
            border-radius: 11px;
            background-color: rgb(255, 152, 0);
        }

    #PARAGRAPH385 {
        width: 355px;
        top: 18.836px;
        left: 0px;
    }

        #PARAGRAPH385 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 14px;
            text-align: center;
            line-height: 1.6;
        }

    #BOX386 {
        width: 53px;
        height: 50px;
        top: 0px;
        left: 0px;
    }

        #BOX386 > .ladi-overlay {
            border-radius: 220px;
        }

        #BOX386 > .ladi-box {
            border-radius: 220px;
            background-color: rgb(93, 193, 60);
            border-style: solid;
            border-color: rgb(255, 255, 255);
            border-width: 3px;
        }

    #HEADLINE387 {
        width: 30px;
        top: 13.1852px;
        left: 11px;
    }

        #HEADLINE387 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 18px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #SHAPE388 {
        width: 70px;
        height: 70px;
        top: 20px;
        left: 175px;
    }

        #SHAPE388 svg:last-child {
            fill: rgba(255,152,0,1);
        }

    #HEADLINE389 {
        width: 355px;
        top: 100px;
        left: 32.5px;
    }

        #HEADLINE389 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 152, 0);
            font-size: 26px;
            font-weight: bold;
            text-align: center;
            line-height: 1;
        }

    #GROUP391 {
        width: 355px;
        height: 144px;
        top: 315px;
        left: 32.5px;
    }

    #BOX392 {
        width: 355px;
        height: 75px;
        top: 0px;
        left: 0px;
    }

        #BOX392 > .ladi-overlay {
            border-radius: 11px;
        }

        #BOX392 > .ladi-box {
            border-radius: 11px;
            background-color: rgb(255, 152, 0);
        }

    #PARAGRAPH393 {
        width: 355px;
        top: 20px;
        left: 0px;
    }

        #PARAGRAPH393 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 14px;
            text-align: center;
            line-height: 1.6;
        }

    #BOX394 {
        width: 53px;
        height: 53px;
        top: 0px;
        left: 0px;
    }

        #BOX394 > .ladi-overlay {
            border-radius: 220px;
        }

        #BOX394 > .ladi-box {
            border-radius: 220px;
            background-color: rgb(93, 193, 60);
            border-style: solid;
            border-color: rgb(255, 255, 255);
            border-width: 3px;
        }

    #HEADLINE395 {
        width: 30px;
        top: 14px;
        left: 11px;
    }

        #HEADLINE395 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 18px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #GROUP396 {
        width: 355px;
        height: 147.5px;
        top: 662.99px;
        left: 32px;
    }

    #BOX397 {
        width: 355px;
        height: 84px;
        top: 0px;
        left: 0px;
    }

        #BOX397 > .ladi-overlay {
            border-radius: 11px;
        }

        #BOX397 > .ladi-box {
            border-radius: 11px;
            background-color: rgb(255, 152, 0);
        }

    #PARAGRAPH398 {
        width: 355px;
        top: 20px;
        left: 0px;
    }

        #PARAGRAPH398 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 14px;
            text-align: center;
            line-height: 1.6;
        }

    #BOX399 {
        width: 53px;
        height: 53px;
        top: 0px;
        left: 0px;
    }

        #BOX399 > .ladi-overlay {
            border-radius: 220px;
        }

        #BOX399 > .ladi-box {
            border-radius: 220px;
            background-color: rgb(93, 193, 60);
            border-style: solid;
            border-color: rgb(255, 255, 255);
            border-width: 3px;
        }

    #HEADLINE400 {
        width: 30px;
        top: 14px;
        left: 11px;
    }

        #HEADLINE400 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 18px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #GROUP401 {
        width: 355px;
        height: 144px;
        top: 491px;
        left: 32.5px;
    }

    #BOX402 {
        width: 355px;
        height: 67px;
        top: 0px;
        left: 0px;
    }

        #BOX402 > .ladi-overlay {
            border-radius: 11px;
        }

        #BOX402 > .ladi-box {
            border-radius: 11px;
            background-color: rgb(255, 152, 0);
        }

    #PARAGRAPH403 {
        width: 355px;
        top: 20px;
        left: 0px;
    }

        #PARAGRAPH403 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 14px;
            text-align: center;
            line-height: 1.6;
        }

    #BOX404 {
        width: 53px;
        height: 53px;
        top: 0px;
        left: 0px;
    }

        #BOX404 > .ladi-overlay {
            border-radius: 220px;
        }

        #BOX404 > .ladi-box {
            border-radius: 220px;
            background-color: rgb(93, 193, 60);
            border-style: solid;
            border-color: rgb(255, 255, 255);
            border-width: 3px;
        }

    #HEADLINE405 {
        width: 30px;
        top: 14px;
        left: 11px;
    }

        #HEADLINE405 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 18px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #GROUP406 {
        width: 355px;
        height: 177px;
        top: 840px;
        left: 31.5px;
    }

    #BOX407 {
        width: 355px;
        height: 106px;
        top: 0px;
        left: 0px;
    }

        #BOX407 > .ladi-overlay {
            border-radius: 11px;
        }

        #BOX407 > .ladi-box {
            border-radius: 11px;
            background-color: rgb(255, 152, 0);
        }

    #PARAGRAPH408 {
        width: 355px;
        top: 20px;
        left: 0px;
    }

        #PARAGRAPH408 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 14px;
            text-align: center;
            line-height: 1.6;
        }

    #BOX409 {
        width: 53px;
        height: 53px;
        top: 0px;
        left: 0px;
    }

        #BOX409 > .ladi-overlay {
            border-radius: 220px;
        }

        #BOX409 > .ladi-box {
            border-radius: 220px;
            background-color: rgb(93, 193, 60);
            border-style: solid;
            border-color: rgb(255, 255, 255);
            border-width: 3px;
        }

    #HEADLINE410 {
        width: 30px;
        top: 14px;
        left: 11px;
    }

        #HEADLINE410 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 18px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #GROUP411 {
        width: 354px;
        height: 118px;
        top: 1060px;
        left: 33px;
    }

    #BOX412 {
        width: 354px;
        height: 54px;
        top: 0px;
        left: 0px;
    }

        #BOX412 > .ladi-overlay {
            border-radius: 11px;
        }

        #BOX412 > .ladi-box {
            border-radius: 11px;
            background-color: rgb(255, 152, 0);
        }

    #PARAGRAPH413 {
        width: 355px;
        top: 15px;
        left: 10px;
    }

        #PARAGRAPH413 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 14px;
            text-align: center;
            line-height: 1.6;
        }

    #BOX414 {
        width: 53px;
        height: 53px;
        top: 0px;
        left: 0px;
    }

        #BOX414 > .ladi-overlay {
            border-radius: 220px;
        }

        #BOX414 > .ladi-box {
            border-radius: 220px;
            background-color: rgb(93, 193, 60);
            border-style: solid;
            border-color: rgb(255, 255, 255);
            border-width: 3px;
        }

    #HEADLINE415 {
        width: 30px;
        top: 14px;
        left: 11px;
    }

        #HEADLINE415 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 18px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #GROUP452 {
        width: 305px;
        height: 479.969px;
        top: 666px;
        left: 58.5px;
    }

    #BOX453 {
        width: 305px;
        height: 395px;
        top: 0px;
        left: 0px;
    }

        #BOX453 > .ladi-overlay {
            border-radius: 30px;
        }

        #BOX453 > .ladi-box {
            border-radius: 30px;
            box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            -webkit-box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            background-color: rgb(255, 253, 237);
            border-style: dotted;
            border-color: rgb(255, 193, 7);
            border-width: 2px;
        }

    #PARAGRAPH455 {
        width: 238px;
        top: 229.916px;
        left: 35px;
    }

        #PARAGRAPH455 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(33, 33, 33);
            font-size: 14px;
            text-align: justify;
            line-height: 1.4;
        }

    #HEADLINE454 {
        width: 227px;
        top: 170.047px;
        left: 41px;
    }

        #HEADLINE454 > .ladi-headline {
            font-family: "Tinos", serif;
            color: rgb(117, 117, 117);
            font-size: 21px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #BOX456 {
        width: 229px;
        height: 230px;
        top: 0px;
        left: 40px;
    }

        #BOX456 > .ladi-overlay {
            border-radius: 110px;
        }

        #BOX456 > .ladi-box {
            border-radius: 110px;
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s350x350/5cd53c3230dba94fe2f37973/fc3370c3d4a331fd68b2-1561359799.jpg");
            background-position: left top;
            background-repeat: no-repeat;
            border-style: solid;
            border-color: rgb(255, 193, 7);
            border-width: 7px;
        }

    #GROUP457 {
        width: 305px;
        height: 483px;
        top: 163px;
        left: 58.5px;
    }

    #BOX458 {
        width: 305px;
        height: 399px;
        top: 0px;
        left: 0px;
    }

        #BOX458 > .ladi-overlay {
            border-radius: 30px;
        }

        #BOX458 > .ladi-box {
            border-radius: 30px;
            box-shadow: 0px 0px 0px 0px rgba(255,235,59,1);
            -webkit-box-shadow: 0px 0px 0px 0px rgba(255,235,59,1);
            background-color: rgb(255, 253, 237);
            border-style: dotted;
            border-color: rgb(255, 193, 7);
            border-width: 2px;
        }

    #PARAGRAPH459 {
        width: 238px;
        top: 232px;
        left: 35px;
    }

        #PARAGRAPH459 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(33, 33, 33);
            font-size: 14px;
            text-align: justify;
            line-height: 1.4;
        }

    #HEADLINE460 {
        width: 183px;
        top: 169px;
        left: 63px;
    }

        #HEADLINE460 > .ladi-headline {
            font-family: "Tinos", serif;
            color: rgb(117, 117, 117);
            font-size: 21px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #BOX461 {
        width: 229px;
        height: 229px;
        top: 0px;
        left: 39px;
    }

        #BOX461 > .ladi-overlay {
            border-radius: 110px;
        }

        #BOX461 > .ladi-box {
            border-radius: 110px;
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s350x350/5cd53c3230dba94fe2f37973/ket-thuc-lieu-trinh-1559033172.jpg");
            background-position: left top;
            background-repeat: no-repeat;
            border-style: solid;
            border-color: rgb(255, 193, 7);
            border-width: 7px;
        }

    #GROUP462 {
        width: 305px;
        height: 480px;
        top: 1171px;
        left: 58.5px;
    }

    #BOX463 {
        width: 305px;
        height: 396px;
        top: 0px;
        left: 0px;
    }

        #BOX463 > .ladi-overlay {
            border-radius: 30px;
        }

        #BOX463 > .ladi-box {
            border-radius: 30px;
            box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            -webkit-box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            background-color: rgb(255, 253, 237);
            border-style: dotted;
            border-color: rgb(255, 193, 7);
            border-width: 2px;
        }

    #PARAGRAPH464 {
        width: 238px;
        top: 226px;
        left: 35px;
    }

        #PARAGRAPH464 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(33, 33, 33);
            font-size: 14px;
            text-align: justify;
            line-height: 1.4;
        }

    #HEADLINE465 {
        width: 250px;
        top: 170px;
        left: 28px;
    }

        #HEADLINE465 > .ladi-headline {
            font-family: "Tinos", serif;
            color: rgb(117, 117, 117);
            font-size: 21px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #BOX466 {
        width: 229px;
        height: 229px;
        top: 0px;
        left: 40px;
    }

        #BOX466 > .ladi-overlay {
            border-radius: 110px;
        }

        #BOX466 > .ladi-box {
            border-radius: 110px;
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s350x350/5cd53c3230dba94fe2f37973/dsc_8639-1561642715.jpg");
            background-position: left top;
            background-repeat: no-repeat;
            border-style: solid;
            border-color: rgb(255, 193, 7);
            border-width: 7px;
        }

    #GROUP467 {
        width: 305px;
        height: 483px;
        top: 1681px;
        left: 60.5px;
    }

    #BOX468 {
        width: 305px;
        height: 399px;
        top: 0px;
        left: 0px;
    }

        #BOX468 > .ladi-overlay {
            border-radius: 30px;
        }

        #BOX468 > .ladi-box {
            border-radius: 30px;
            box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            -webkit-box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            background-color: rgb(255, 253, 237);
            border-style: dotted;
            border-color: rgb(255, 193, 7);
            border-width: 2px;
        }

    #HEADLINE470 {
        width: 236px;
        top: 163px;
        left: 35.5px;
    }

        #HEADLINE470 > .ladi-headline {
            font-family: "Tinos", serif;
            color: rgb(117, 117, 117);
            font-size: 21px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #PARAGRAPH469 {
        width: 238px;
        top: 259px;
        left: 34.5px;
    }

        #PARAGRAPH469 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(33, 33, 33);
            font-size: 14px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX471 {
        width: 229px;
        height: 229px;
        top: 0px;
        left: 39px;
    }

        #BOX471 > .ladi-overlay {
            border-radius: 110px;
        }

        #BOX471 > .ladi-box {
            border-radius: 110px;
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s350x350/5cd53c3230dba94fe2f37973/dsc_8645-1561642817.jpg");
            background-position: left top;
            background-repeat: no-repeat;
            border-style: solid;
            border-color: rgb(255, 193, 7);
            border-width: 7px;
        }

    #GROUP472 {
        width: 305px;
        height: 479.969px;
        top: 2194px;
        left: 61.5px;
    }

    #BOX473 {
        width: 305px;
        height: 395px;
        top: 0px;
        left: 0px;
    }

        #BOX473 > .ladi-overlay {
            border-radius: 30px;
        }

        #BOX473 > .ladi-box {
            border-radius: 30px;
            box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            -webkit-box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            background-color: rgb(255, 253, 237);
            border-style: dotted;
            border-color: rgb(255, 193, 7);
            border-width: 2px;
        }

    #PARAGRAPH474 {
        width: 238px;
        top: 229.916px;
        left: 35px;
    }

        #PARAGRAPH474 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(33, 33, 33);
            font-size: 14px;
            text-align: justify;
            line-height: 1.4;
        }

    #HEADLINE475 {
        width: 226px;
        top: 159.052px;
        left: 40.6667px;
    }

        #HEADLINE475 > .ladi-headline {
            font-family: "Tinos", serif;
            color: rgb(117, 117, 117);
            font-size: 21px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #BOX476 {
        width: 229px;
        height: 230px;
        top: 0px;
        left: 40px;
    }

        #BOX476 > .ladi-overlay {
            border-radius: 110px;
        }

        #BOX476 > .ladi-box {
            border-radius: 110px;
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s350x350/5cd53c3230dba94fe2f37973/dsc_8654-1561643172.jpg");
            background-position: left top;
            background-repeat: no-repeat;
            border-style: solid;
            border-color: rgb(255, 193, 7);
            border-width: 7px;
        }

    #GROUP477 {
        width: 305px;
        height: 480px;
        top: 2711px;
        left: 61.5px;
    }

    #BOX478 {
        width: 305px;
        height: 396px;
        top: 0px;
        left: 0px;
    }

        #BOX478 > .ladi-overlay {
            border-radius: 30px;
        }

        #BOX478 > .ladi-box {
            border-radius: 30px;
            box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            -webkit-box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            background-color: rgb(255, 253, 237);
            border-style: dotted;
            border-color: rgb(255, 193, 7);
            border-width: 2px;
        }

    #PARAGRAPH479 {
        width: 238px;
        top: 226px;
        left: 35px;
    }

        #PARAGRAPH479 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(33, 33, 33);
            font-size: 14px;
            text-align: justify;
            line-height: 1.4;
        }

    #HEADLINE480 {
        width: 250px;
        top: 163px;
        left: 29px;
    }

        #HEADLINE480 > .ladi-headline {
            font-family: "Tinos", serif;
            color: rgb(117, 117, 117);
            font-size: 21px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #BOX481 {
        width: 229px;
        height: 229px;
        top: 0px;
        left: 40px;
    }

        #BOX481 > .ladi-overlay {
            border-radius: 110px;
        }

        #BOX481 > .ladi-box {
            border-radius: 110px;
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s350x350/5cd53c3230dba94fe2f37973/7b7282b8e44601185857-1561644251.jpg");
            background-position: left top;
            background-repeat: no-repeat;
            border-style: solid;
            border-color: rgb(255, 193, 7);
            border-width: 7px;
        }

    #HEADLINE482 {
        width: 355px;
        top: 21px;
        left: 29.5px;
    }

        #HEADLINE482 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 152, 0);
            font-size: 34px;
            font-weight: bold;
            text-align: center;
            line-height: 1.4;
        }

    #BUTTON_TEXT329 {
        width: 291px;
        top: 19.5px;
        left: 0px;
    }

        #BUTTON_TEXT329 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 31px;
            font-weight: bold;
            text-align: center;
            line-height: 1;
        }

    #BUTTON329 {
        width: 290px;
        height: 70px;
        top: 3448px;
        left: 63px;
    }

        #BUTTON329 > .ladi-button > .ladi-button-background {
            background-color: rgb(244, 67, 54);
        }

        #BUTTON329 > .ladi-button {
            border-radius: 20px;
            box-shadow: 6px 5px 0px 0px rgba(28,38,96,1);
            -webkit-box-shadow: 6px 5px 0px 0px rgba(28,38,96,1);
        }

    #SHAPE501 {
        width: 68px;
        height: 48px;
        top: 80px;
        left: 151.5px;
    }

        #SHAPE501 svg:last-child {
            fill: #ff0000;
        }

    #VIDEO501 {
        width: 371px;
        height: 208px;
        top: 3217.97px;
        left: 23.5px;
    }

        #VIDEO501 > .ladi-video > .ladi-video-background {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://img.youtube.com/vi/eIY-_ZGGhIA/hqdefault.jpg");
            background-position: center center;
            background-repeat: no-repeat;
        }

    #HEADLINE331 {
        width: 368px;
        top: 20px;
        left: 3px;
    }

        #HEADLINE331 > .ladi-headline {
            font-family: "Arima Madurai", cursive;
            color: rgb(255, 255, 255);
            font-size: 26px;
            text-align: center;
            line-height: 1.2;
        }

    #FORM332 {
        width: 377px;
        height: 270px;
        top: 98px;
        left: 10px;
    }

        #FORM332 > .ladi-form {
            color: rgb(0, 0, 0);
            font-size: 15px;
            line-height: 1;
        }

        #FORM332 .ladi-form-item .ladi-form-control::placeholder, #FORM332 .ladi-form .ladi-form-item .ladi-form-control-select[data-selected=""], #FORM332 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"] {
            color: rgba(0,0,0,1);
        }

        #FORM332 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgba(0%2C0%2C0%2C1)"></polygon></svg>');
        }

        #FORM332 .ladi-form-item-container {
            border-style: solid;
            border-color: rgb(255, 179, 211);
            border-width: 4px;
        }

        #FORM332 .ladi-form-item-background {
            background-color: rgb(255, 255, 255);
        }

    #FORM_ITEM333 {
        width: 377px;
        height: 51px;
        top: 0px;
        left: 0px;
    }

    #FORM_ITEM334 {
        width: 377px;
        height: 51px;
        top: 67.2439px;
        left: 0px;
    }

    #FORM_ITEM335 {
        width: 377px;
        height: 52px;
        top: 137px;
        left: 0px;
    }

    #BUTTON_TEXT336 {
        width: 260px;
        top: 10px;
        left: 0px;
    }

        #BUTTON_TEXT336 > .ladi-headline {
            font-family: "Arima Madurai", cursive;
            color: rgb(255, 255, 255);
            font-size: 18px;
            text-align: center;
            line-height: 2;
        }

    #BUTTON336 {
        width: 260px;
        height: 56px;
        top: 214px;
        left: 47.5px;
    }

        #BUTTON336 > .ladi-button > .ladi-button-background {
            background-color: rgb(255, 107, 0);
        }

        #BUTTON336 > .ladi-button {
            border-radius: 41px;
            box-shadow: 0px 3px 0px 0px rgba(255,179,211,1);
            -webkit-box-shadow: 0px 3px 0px 0px rgba(255,179,211,1);
            border-style: solid;
            border-color: rgb(255, 179, 211);
            border-width: 0px;
        }

    #BOX113 {
        width: 300px;
        height: 377px;
        top: 0px;
        left: 0px;
    }

        #BOX113 > .ladi-box {
            background-color: rgb(255, 255, 255);
            border-style: solid;
            border-color: rgba(179, 179, 179, 0.47);
            border-width: 1px;
        }

    #HEADLINE116 {
        width: 210px;
        top: 235px;
        left: 45px;
    }

        #HEADLINE116 > .ladi-headline {
            color: rgb(33, 150, 243);
            font-size: 18px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #PARAGRAPH115 {
        width: 222px;
        top: 267px;
        left: 39px;
    }

        #PARAGRAPH115 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 17px;
            text-align: justify;
            line-height: 1.4;
        }

    #IMAGE114 {
        width: 224px;
        height: 205px;
        top: 20px;
        left: 38px;
    }

        #IMAGE114 > .ladi-image > .ladi-image-background {
            width: 307.692px;
            height: 205px;
            top: 0px;
            left: -41.8462px;
            background-image: url("https://w.ladicdn.com/s450x350/5cd53c3230dba94fe2f37973/1456735978-triet-long-vinh-vien-khong-dau-1561351986.jpg");
        }

    #BOX118 {
        width: 300px;
        height: 377px;
        top: 0px;
        left: 0px;
    }

        #BOX118 > .ladi-box {
            background-color: rgb(255, 255, 255);
            border-style: solid;
            border-color: rgba(179, 179, 179, 0.47);
            border-width: 1px;
        }

    #IMAGE119 {
        width: 224px;
        height: 205px;
        top: 20px;
        left: 38px;
    }

        #IMAGE119 > .ladi-image > .ladi-image-background {
            width: 307.116px;
            height: 205px;
            top: 0px;
            left: -41.5581px;
            background-image: url("https://w.ladicdn.com/s450x350/5cd53c3230dba94fe2f37973/dsc_8654-1561643172.jpg");
        }

    #HEADLINE121 {
        width: 210px;
        top: 235px;
        left: 45px;
    }

        #HEADLINE121 > .ladi-headline {
            color: rgb(33, 150, 243);
            font-size: 18px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #PARAGRAPH120 {
        width: 217px;
        top: 267px;
        left: 40px;
    }

        #PARAGRAPH120 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 17px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX122 {
        width: 300px;
        height: 393px;
        top: 0px;
        left: 0px;
    }

        #BOX122 > .ladi-box {
            background-color: rgb(255, 255, 255);
            border-style: solid;
            border-color: rgba(179, 179, 179, 0.47);
            border-width: 1px;
        }

    #IMAGE123 {
        width: 224px;
        height: 205px;
        top: 20px;
        left: 38px;
    }

        #IMAGE123 > .ladi-image > .ladi-image-background {
            width: 307.116px;
            height: 205px;
            top: 0px;
            left: -41.5581px;
            background-image: url("https://w.ladicdn.com/s450x350/5cd53c3230dba94fe2f37973/dsc_8637-1561643276.jpg");
        }

    #PARAGRAPH124 {
        width: 197px;
        top: 255px;
        left: 49.5px;
    }

        #PARAGRAPH124 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 16px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX126 {
        width: 300px;
        height: 377px;
        top: 0px;
        left: 0px;
    }

        #BOX126 > .ladi-box {
            background-color: rgb(255, 255, 255);
            border-style: solid;
            border-color: rgba(179, 179, 179, 0.47);
            border-width: 1px;
        }

    #IMAGE127 {
        width: 224px;
        height: 205px;
        top: 20px;
        left: 38px;
    }

        #IMAGE127 > .ladi-image > .ladi-image-background {
            width: 307.116px;
            height: 205px;
            top: 0px;
            left: -41.5581px;
            background-image: url("https://w.ladicdn.com/s450x350/5cd53c3230dba94fe2f37973/dsc_8649-1561643132.jpg");
        }

    #HEADLINE129 {
        width: 210px;
        top: 235px;
        left: 45px;
    }

        #HEADLINE129 > .ladi-headline {
            color: rgb(33, 150, 243);
            font-size: 18px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #PARAGRAPH128 {
        width: 225px;
        top: 231px;
        left: 36.25px;
    }

        #PARAGRAPH128 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 16px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX235 {
        width: 301px;
        height: 331px;
        top: 0px;
        left: 0px;
    }

        #BOX235 > .ladi-box {
            background-color: rgb(255, 255, 255);
            border-style: solid;
            border-color: rgba(179, 179, 179, 0.47);
            border-width: 1px;
        }

    #IMAGE236 {
        width: 224px;
        height: 205px;
        top: 17px;
        left: 35.5px;
    }

        #IMAGE236 > .ladi-image > .ladi-image-background {
            width: 224px;
            height: 205px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s350x350/5cd53c3230dba94fe2f37973/xxx-removebg-preview-1561606486.png");
        }

    #HEADLINE237 {
        width: 210px;
        top: 235px;
        left: 82.5px;
    }

        #HEADLINE237 > .ladi-headline {
            color: rgb(33, 150, 243);
            font-size: 18px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #PARAGRAPH238 {
        width: 225px;
        top: 255px;
        left: 37.1667px;
    }

        #PARAGRAPH238 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 16px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX239 {
        width: 305px;
        height: 369px;
        top: 0px;
        left: 0px;
    }

        #BOX239 > .ladi-box {
            background-color: rgb(255, 255, 255);
            border-style: solid;
            border-color: rgba(179, 179, 179, 0.47);
            border-width: 1px;
        }

    #IMAGE240 {
        width: 224px;
        height: 205px;
        top: 11px;
        left: 44.5px;
    }

        #IMAGE240 > .ladi-image > .ladi-image-background {
            width: 312.671px;
            height: 205px;
            top: 0px;
            left: -44.3353px;
            background-image: url("https://w.ladicdn.com/s450x350/5cd53c3230dba94fe2f37973/uu-dai-1559811838.png");
        }

    #PARAGRAPH241 {
        width: 227px;
        top: 234.01px;
        left: 41.1667px;
    }

        #PARAGRAPH241 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 16px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX316 {
        width: 375px;
        height: 118px;
        top: 25.6727px;
        left: 22.5px;
    }

        #BOX316 > .ladi-box {
            box-shadow: 5px 5px 0px 0px rgba(31,40,89,1);
            -webkit-box-shadow: 5px 5px 0px 0px rgba(31,40,89,1);
            background-color: rgb(255, 152, 0);
        }

    #HEADLINE317 {
        width: 355px;
        top: 31px;
        left: 32.5px;
    }

        #HEADLINE317 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 27px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

    #HEADLINE132 {
        width: 355px;
        top: 334px;
        left: 32.25px;
    }

        #HEADLINE132 > .ladi-headline {
            font-family: "Tinos", serif;
            color: rgb(255, 152, 0);
            font-size: 48px;
            font-weight: bold;
            text-align: center;
            line-height: 0.875;
        }

    #BOX134 {
        width: 33px;
        height: 33px;
        top: 0px;
        left: 0px;
    }

        #BOX134 > .ladi-box {
            background-color: rgb(255, 193, 7);
            border-style: solid;
            border-color: rgb(0, 0, 0);
            border-width: 0px;
        }

    #HEADLINE135 {
        width: 25px;
        top: 5px;
        left: 4px;
    }

        #HEADLINE135 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 20px;
            text-align: center;
            line-height: 1.2;
        }

    #HEADLINE136 {
        width: 264px;
        top: 413px;
        left: 80.5px;
    }

        #HEADLINE136 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 16px;
            text-align: left;
            line-height: 1;
        }

    #BOX137 {
        width: 33px;
        height: 33px;
        top: 0px;
        left: 0px;
    }

        #BOX137 > .ladi-box {
            background-color: rgb(255, 193, 7);
            border-style: solid;
            border-color: rgb(0, 0, 0);
            border-width: 0px;
        }

    #HEADLINE138 {
        width: 25px;
        top: 5px;
        left: 4px;
    }

        #HEADLINE138 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 20px;
            text-align: center;
            line-height: 1.2;
        }

    #HEADLINE139 {
        width: 307px;
        top: 466.666px;
        left: 81.5015px;
    }

        #HEADLINE139 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 16px;
            text-align: left;
            line-height: 1;
        }

    #BOX140 {
        width: 34.5781px;
        height: 33px;
        top: 0px;
        left: 0px;
    }

        #BOX140 > .ladi-box {
            background-color: rgb(255, 193, 7);
            border-style: solid;
            border-color: rgb(0, 0, 0);
            border-width: 0px;
        }

    #HEADLINE141 {
        width: 26px;
        top: 5px;
        left: 4.19289px;
    }

        #HEADLINE141 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 20px;
            text-align: center;
            line-height: 1.2;
        }

    #HEADLINE142 {
        width: 331px;
        top: 536.333px;
        left: 85.5px;
    }

        #HEADLINE142 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 16px;
            text-align: left;
            line-height: 1.2;
        }

    #BOX143 {
        width: 33px;
        height: 33px;
        top: 0px;
        left: 0px;
    }

        #BOX143 > .ladi-box {
            background-color: rgb(255, 193, 7);
            border-style: solid;
            border-color: rgb(0, 0, 0);
            border-width: 0px;
        }

    #HEADLINE144 {
        width: 25px;
        top: 5px;
        left: 4px;
    }

        #HEADLINE144 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 20px;
            text-align: center;
            line-height: 1.2;
        }

    #HEADLINE145 {
        width: 308px;
        top: 595px;
        left: 81.0001px;
    }

        #HEADLINE145 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 16px;
            text-align: left;
            line-height: 1;
        }

    #BOX146 {
        width: 33px;
        height: 33px;
        top: 0px;
        left: 0px;
    }

        #BOX146 > .ladi-box {
            background-color: rgb(255, 193, 7);
            border-style: solid;
            border-color: rgb(0, 0, 0);
            border-width: 0px;
        }

    #HEADLINE147 {
        width: 25px;
        top: 5px;
        left: 4px;
    }

        #HEADLINE147 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 20px;
            text-align: center;
            line-height: 1.2;
        }

    #HEADLINE148 {
        width: 313px;
        top: 685px;
        left: 82.3021px;
    }

        #HEADLINE148 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 16px;
            text-align: left;
            line-height: 1;
        }

    #BOX149 {
        width: 33px;
        height: 33px;
        top: 0px;
        left: 0px;
    }

        #BOX149 > .ladi-box {
            background-color: rgb(255, 193, 7);
            border-style: solid;
            border-color: rgb(0, 0, 0);
            border-width: 0px;
        }

    #HEADLINE150 {
        width: 25px;
        top: 5px;
        left: 4px;
    }

        #HEADLINE150 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 20px;
            text-align: center;
            line-height: 1.2;
        }

    #HEADLINE151 {
        width: 310px;
        top: 758px;
        left: 81.5019px;
    }

        #HEADLINE151 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 16px;
            text-align: left;
            line-height: 1;
        }

    #IMAGE152 {
        width: 376.5px;
        height: 316.344px;
        top: -0.657556px;
        left: 21px;
    }

        #IMAGE152 > .ladi-image > .ladi-image-background {
            width: 474.812px;
            height: 316.344px;
            top: 0px;
            left: -49.1562px;
            background-image: url("https://w.ladicdn.com/s600x450/5cd53c3230dba94fe2f37973/1456735978-triet-long-vinh-vien-khong-dau-1561351986.jpg");
        }

    #IMAGE155 {
        width: 375px;
        height: 31px;
        top: 20px;
        left: 22.5px;
    }

        #IMAGE155 > .ladi-image > .ladi-image-background {
            width: 375px;
            height: 31px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s500x150/57b167c9ca57d39c18a1c57c/b5-kh1-2-849897.png");
        }

    #HEADLINE157 {
        width: 420px;
        top: 61px;
        left: 0px;
    }

        #HEADLINE157 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(203, 147, 1);
            font-size: 35px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

    #GROUP158 {
        width: 218px;
        height: 290px;
        top: 207px;
        left: 105px;
    }

    #HEADLINE160 {
        width: 218px;
        top: 232px;
        left: 0px;
    }

        #HEADLINE160 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgba(0, 0, 0, 0.95);
            font-size: 14px;
            text-align: center;
            letter-spacing: 0px;
            line-height: 1.4;
        }

    #BOX161 {
        width: 204px;
        height: 204px;
        top: 0px;
        left: 7px;
    }

        #BOX161 > .ladi-overlay {
            border-radius: 255px;
        }

        #BOX161 > .ladi-box {
            border-radius: 255px;
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s350x350/5cd53c3230dba94fe2f37973/a6dac0c7a63943671a28-1561644215.jpg");
            background-position: left top;
            background-repeat: no-repeat;
            border-style: solid;
            border-color: rgb(203, 147, 1);
            border-width: 4px;
        }

    #GROUP162 {
        width: 218px;
        height: 317px;
        top: 539px;
        left: 105px;
    }

    #HEADLINE164 {
        width: 218px;
        top: 259px;
        left: 0px;
    }

        #HEADLINE164 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgba(0, 0, 0, 0.95);
            font-size: 14px;
            text-align: center;
            letter-spacing: 0px;
            line-height: 1.4;
        }

    #BOX165 {
        width: 204px;
        height: 204px;
        top: 0px;
        left: 10px;
    }

        #BOX165 > .ladi-overlay {
            border-radius: 255px;
        }

        #BOX165 > .ladi-box {
            border-radius: 255px;
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s350x350/5cd53c3230dba94fe2f37973/long-nhip-1561644562.jpg");
            background-position: left top;
            background-repeat: no-repeat;
            border-style: solid;
            border-color: rgb(203, 147, 1);
            border-width: 4px;
        }

    #GROUP166 {
        width: 218px;
        height: 317px;
        top: 1226px;
        left: 101px;
    }

    #HEADLINE167 {
        width: 207px;
        top: 226.969px;
        left: 3px;
    }

        #HEADLINE167 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(203, 147, 1);
            font-size: 15px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #HEADLINE168 {
        width: 218px;
        top: 259px;
        left: 0px;
    }

        #HEADLINE168 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgba(0, 0, 0, 0.95);
            font-size: 14px;
            text-align: center;
            letter-spacing: 0px;
            line-height: 1.4;
        }

    #BOX169 {
        width: 204px;
        height: 204px;
        top: 0px;
        left: 10px;
    }

        #BOX169 > .ladi-overlay {
            border-radius: 255px;
        }

        #BOX169 > .ladi-box {
            border-radius: 255px;
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s350x350/5cd53c3230dba94fe2f37973/tam-1561644747.jpg");
            background-position: left top;
            background-repeat: no-repeat;
            border-style: solid;
            border-color: rgb(203, 147, 1);
            border-width: 4px;
        }

    #GROUP170 {
        width: 218px;
        height: 298px;
        top: 897px;
        left: 101px;
    }

    #HEADLINE171 {
        width: 207px;
        top: 226.969px;
        left: 3px;
    }

        #HEADLINE171 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(203, 147, 1);
            font-size: 15px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #HEADLINE172 {
        width: 218px;
        top: 259px;
        left: 0px;
    }

        #HEADLINE172 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgba(0, 0, 0, 0.95);
            font-size: 14px;
            text-align: center;
            letter-spacing: 0px;
            line-height: 1.4;
        }

    #BOX173 {
        width: 204px;
        height: 204px;
        top: 0px;
        left: 10px;
    }

        #BOX173 > .ladi-overlay {
            border-radius: 255px;
        }

        #BOX173 > .ladi-box {
            border-radius: 255px;
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s350x350/5cd53c3230dba94fe2f37973/thoa-kem-chong-nang-1561644690.jpg");
            background-position: left top;
            background-repeat: no-repeat;
            border-style: solid;
            border-color: rgb(203, 147, 1);
            border-width: 4px;
        }

    #HEADLINE131 {
        width: 355px;
        top: 1066px;
        left: 32.5px;
    }

        #HEADLINE131 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 13px;
            font-style: italic;
            text-align: center;
            letter-spacing: 0px;
            line-height: 1.2;
        }

    #IMAGE279 {
        width: 375.5px;
        height: 463px;
        top: 184px;
        left: 22px;
    }

        #IMAGE279 > .ladi-image > .ladi-image-background {
            width: 586.336px;
            height: 463px;
            top: 0px;
            left: -105.418px;
            background-image: url("https://w.ladicdn.com/s700x600/5cd53c3230dba94fe2f37973/triet-long-1561362486.jpg");
        }

    #LINE280 {
        width: 127px;
        top: 94px;
        left: 146.5px;
    }

        #LINE280 > .ladi-line > .ladi-line-container {
            border-top: 4px solid rgb(252, 83, 45);
            border-right: 4px solid rgb(252, 83, 45);
            border-bottom: 4px solid rgb(252, 83, 45);
            border-left: 0px !important;
        }

        #LINE280 > .ladi-line {
            padding: 8px 0px;
            width: 100%;
        }

    #HEADLINE281 {
        width: 416px;
        top: 12.0104px;
        left: 4px;
    }

        #HEADLINE281 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 152, 0);
            font-size: 26px;
            font-weight: bold;
            text-align: center;
            line-height: 1.4;
        }

    #HEADLINE282 {
        width: 420px;
        top: 113px;
        left: 0px;
    }

        #HEADLINE282 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 20px;
            text-align: center;
            line-height: 1.4;
        }

    #HEADLINE283 {
        width: 162px;
        top: 791px;
        left: 26.5px;
    }

        #HEADLINE283 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(43, 43, 43);
            font-size: 18px;
            font-weight: bold;
            text-align: left;
            line-height: 1.2;
        }

    #HEADLINE285 {
        width: 151px;
        top: 794px;
        left: 206px;
    }

        #HEADLINE285 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(213, 135, 118);
            font-size: 20px;
            text-align: center;
            line-height: 1.2;
        }

    #LINE286 {
        width: 373px;
        top: 820px;
        left: 25.75px;
    }

        #LINE286 > .ladi-line > .ladi-line-container {
            border-top: 1px solid rgb(212, 212, 212);
            border-right: 1px solid rgb(212, 212, 212);
            border-bottom: 1px solid rgb(212, 212, 212);
            border-left: 0px !important;
        }

        #LINE286 > .ladi-line {
            padding: 8px 0px;
            width: 100%;
        }

    #LINE287 {
        width: 377px;
        top: 945px;
        left: 23.25px;
    }

        #LINE287 > .ladi-line > .ladi-line-container {
            border-top: 1px solid rgb(212, 212, 212);
            border-right: 1px solid rgb(212, 212, 212);
            border-bottom: 1px solid rgb(212, 212, 212);
            border-left: 0px !important;
        }

        #LINE287 > .ladi-line {
            padding: 8px 0px;
            width: 100%;
        }

    #HEADLINE288 {
        width: 151px;
        top: 872.01px;
        left: 205px;
    }

        #HEADLINE288 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(252, 83, 45);
            font-size: 20px;
            text-align: center;
            line-height: 1.2;
        }

    #HEADLINE290 {
        width: 241px;
        top: 873.323px;
        left: 27.5px;
    }

        #HEADLINE290 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(43, 43, 43);
            font-size: 18px;
            font-weight: bold;
            text-align: left;
            line-height: 1.8;
        }

    #HEADLINE291 {
        width: 197px;
        top: 1000.01px;
        left: 27px;
    }

        #HEADLINE291 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(43, 43, 43);
            font-size: 18px;
            font-weight: bold;
            text-align: left;
            line-height: 1.8;
        }

    #HEADLINE293 {
        width: 151px;
        top: 1002.01px;
        left: 202.5px;
    }

        #HEADLINE293 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(252, 83, 45);
            font-size: 19px;
            text-align: center;
            line-height: 1.4;
        }

    #LINE295 {
        width: 377px;
        top: 1121px;
        left: 22px;
    }

        #LINE295 > .ladi-line > .ladi-line-container {
            border-top: 1px solid rgb(212, 212, 212);
            border-right: 1px solid rgb(212, 212, 212);
            border-bottom: 1px solid rgb(212, 212, 212);
            border-left: 0px !important;
        }

        #LINE295 > .ladi-line {
            padding: 8px 0px;
            width: 100%;
        }

    #HEADLINE296 {
        width: 226px;
        top: 748px;
        left: 27px;
    }

        #HEADLINE296 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(43, 43, 43);
            font-size: 18px;
            font-weight: bold;
            text-align: left;
            line-height: 1.2;
        }

    #HEADLINE297 {
        width: 270px;
        top: 830px;
        left: 26.5px;
    }

        #HEADLINE297 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(43, 43, 43);
            font-size: 18px;
            font-weight: bold;
            text-align: left;
            line-height: 1.8;
        }

    #HEADLINE298 {
        width: 213px;
        top: 918px;
        left: 27px;
    }

        #HEADLINE298 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(43, 43, 43);
            font-size: 17px;
            font-weight: bold;
            text-align: left;
            line-height: 1.2;
        }

    #LINE299 {
        width: 375px;
        top: 774px;
        left: 23px;
    }

        #LINE299 > .ladi-line > .ladi-line-container {
            border-top: 1px solid rgb(212, 212, 212);
            border-right: 1px solid rgb(212, 212, 212);
            border-bottom: 1px solid rgb(212, 212, 212);
            border-left: 0px !important;
        }

        #LINE299 > .ladi-line {
            padding: 8px 0px;
            width: 100%;
        }

    #LINE300 {
        width: 375px;
        top: 860px;
        left: 22.5px;
    }

        #LINE300 > .ladi-line > .ladi-line-container {
            border-top: 1px solid rgb(212, 212, 212);
            border-right: 1px solid rgb(212, 212, 212);
            border-bottom: 1px solid rgb(212, 212, 212);
            border-left: 0px !important;
        }

        #LINE300 > .ladi-line {
            padding: 8px 0px;
            width: 100%;
        }

    #LINE301 {
        width: 375px;
        top: 905px;
        left: 24.5px;
    }

        #LINE301 > .ladi-line > .ladi-line-container {
            border-top: 1px solid rgb(212, 212, 212);
            border-right: 1px solid rgb(212, 212, 212);
            border-bottom: 1px solid rgb(212, 212, 212);
            border-left: 0px !important;
        }

        #LINE301 > .ladi-line {
            padding: 8px 0px;
            width: 100%;
        }

    #LINE302 {
        width: 375px;
        top: 991px;
        left: 25.5px;
    }

        #LINE302 > .ladi-line > .ladi-line-container {
            border-top: 1px solid rgb(212, 212, 212);
            border-right: 1px solid rgb(212, 212, 212);
            border-bottom: 1px solid rgb(212, 212, 212);
            border-left: 0px !important;
        }

        #LINE302 > .ladi-line {
            padding: 8px 0px;
            width: 100%;
        }

    #LINE303 {
        width: 375px;
        top: 1035px;
        left: 22.5px;
    }

        #LINE303 > .ladi-line > .ladi-line-container {
            border-top: 1px solid rgb(212, 212, 212);
            border-right: 1px solid rgb(212, 212, 212);
            border-bottom: 1px solid rgb(212, 212, 212);
            border-left: 0px !important;
        }

        #LINE303 > .ladi-line {
            padding: 8px 0px;
            width: 100%;
        }

    #HEADLINE304 {
        width: 193px;
        top: 957.01px;
        left: 26.5px;
    }

        #HEADLINE304 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(43, 43, 43);
            font-size: 18px;
            font-weight: bold;
            text-align: left;
            line-height: 1.8;
        }

    #HEADLINE305 {
        width: 246px;
        top: 1042.01px;
        left: 26.5px;
    }

        #HEADLINE305 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(43, 43, 43);
            font-size: 18px;
            font-weight: bold;
            text-align: left;
            line-height: 1.8;
        }

    #HEADLINE306 {
        width: 307px;
        top: 1086.01px;
        left: 26px;
    }

        #HEADLINE306 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(43, 43, 43);
            font-size: 18px;
            font-weight: bold;
            text-align: left;
            line-height: 1.8;
        }

    #HEADLINE307 {
        width: 314px;
        top: 1133px;
        left: 25px;
    }

        #HEADLINE307 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(43, 43, 43);
            font-size: 18px;
            font-weight: bold;
            text-align: left;
            line-height: 1.8;
        }

    #LINE308 {
        width: 375px;
        top: 1074px;
        left: 22.5px;
    }

        #LINE308 > .ladi-line > .ladi-line-container {
            border-top: 1px solid rgb(212, 212, 212);
            border-right: 1px solid rgb(212, 212, 212);
            border-bottom: 1px solid rgb(212, 212, 212);
            border-left: 0px !important;
        }

        #LINE308 > .ladi-line {
            padding: 8px 0px;
            width: 100%;
        }

    #HEADLINE309 {
        width: 67px;
        top: 748px;
        left: 248px;
    }

        #HEADLINE309 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(252, 83, 45);
            font-size: 19px;
            text-align: center;
            line-height: 1.4;
        }

    #HEADLINE310 {
        width: 150px;
        top: 832px;
        left: 205.5px;
    }

        #HEADLINE310 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(252, 83, 45);
            font-size: 20px;
            text-align: center;
            line-height: 1.2;
        }

    #HEADLINE311 {
        width: 150px;
        top: 917.01px;
        left: 204.5px;
    }

        #HEADLINE311 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(252, 83, 45);
            font-size: 19px;
            text-align: center;
            line-height: 1.4;
        }

    #HEADLINE312 {
        width: 150px;
        top: 961.009px;
        left: 206.5px;
    }

        #HEADLINE312 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(252, 83, 45);
            font-size: 20px;
            text-align: center;
            line-height: 1.2;
        }

    #HEADLINE313 {
        width: 150px;
        top: 1048px;
        left: 204.5px;
    }

        #HEADLINE313 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(252, 83, 45);
            font-size: 19px;
            text-align: center;
            line-height: 1.4;
        }

    #HEADLINE314 {
        width: 150px;
        top: 1088px;
        left: 206.5px;
    }

        #HEADLINE314 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(252, 83, 45);
            font-size: 19px;
            text-align: center;
            line-height: 1.4;
        }

    #HEADLINE315 {
        width: 150px;
        top: 1134px;
        left: 204.5px;
    }

        #HEADLINE315 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(252, 83, 45);
            font-size: 19px;
            text-align: center;
            line-height: 1.4;
        }

    #PARAGRAPH343 {
        width: 78px;
        top: 707px;
        left: 252px;
    }

        #PARAGRAPH343 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 17px;
            font-weight: bold;
            text-align: left;
            line-height: 1.4;
        }

    #PARAGRAPH344 {
        width: 124px;
        top: 707px;
        left: 311px;
    }

        #PARAGRAPH344 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 17px;
            font-weight: bold;
            text-align: left;
            line-height: 1.4;
        }

    #PARAGRAPH345 {
        width: 80px;
        top: 748px;
        left: 329px;
    }

        #PARAGRAPH345 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(244, 67, 54);
            font-size: 19px;
            text-align: left;
            line-height: 1.2;
        }

    #PARAGRAPH346 {
        width: 78px;
        top: 795px;
        left: 328px;
    }

        #PARAGRAPH346 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(244, 67, 54);
            font-size: 19px;
            text-align: left;
            line-height: 1.4;
        }

    #PARAGRAPH347 {
        width: 78px;
        top: 1005px;
        left: 329.5px;
    }

        #PARAGRAPH347 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(244, 67, 54);
            font-size: 19px;
            text-align: left;
            line-height: 1.4;
        }

    #PARAGRAPH348 {
        width: 78px;
        top: 873px;
        left: 327px;
    }

        #PARAGRAPH348 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(244, 67, 54);
            font-size: 19px;
            text-align: left;
            line-height: 1.4;
        }

    #PARAGRAPH349 {
        width: 78px;
        top: 832px;
        left: 328px;
    }

        #PARAGRAPH349 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(244, 67, 54);
            font-size: 19px;
            text-align: left;
            line-height: 1.4;
        }

    #PARAGRAPH350 {
        width: 78px;
        top: 915px;
        left: 329px;
    }

        #PARAGRAPH350 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(244, 67, 54);
            font-size: 19px;
            text-align: left;
            line-height: 1.4;
        }

    #PARAGRAPH351 {
        width: 78px;
        top: 959px;
        left: 330px;
    }

        #PARAGRAPH351 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(244, 67, 54);
            font-size: 19px;
            text-align: left;
            line-height: 1.4;
        }

    #PARAGRAPH352 {
        width: 78px;
        top: 1049.01px;
        left: 326px;
    }

        #PARAGRAPH352 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(244, 67, 54);
            font-size: 19px;
            text-align: left;
            line-height: 1.4;
        }

    #PARAGRAPH353 {
        width: 78px;
        top: 1085px;
        left: 328px;
    }

        #PARAGRAPH353 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(244, 67, 54);
            font-size: 19px;
            text-align: left;
            line-height: 1.4;
        }

    #PARAGRAPH354 {
        width: 78px;
        top: 1132px;
        left: 330px;
    }

        #PARAGRAPH354 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(244, 67, 54);
            font-size: 19px;
            text-align: left;
            line-height: 1.4;
        }

    #PARAGRAPH380 {
        width: 362px;
        top: 1198px;
        left: 29.5px;
    }

        #PARAGRAPH380 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 19px;
            text-align: left;
            line-height: 1.2;
        }

    #HEADLINE495 {
        width: 253px;
        top: 13px;
        left: 104.5px;
    }

        #HEADLINE495 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            text-decoration-line: underline;
            -webkit-text-decoration-line: underline;
            color: rgb(244, 67, 54);
            font-size: 38px;
            font-weight: bold;
            text-align: left;
            line-height: 1;
        }

    #PARAGRAPH496 {
        width: 411px;
        top: 74px;
        left: 4.5px;
    }

        #PARAGRAPH496 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 18px;
            text-align: justify;
            line-height: 1.6;
        }

    #SHAPE497 {
        width: 68px;
        height: 48px;
        top: 80px;
        left: 153.5px;
    }

        #SHAPE497 svg:last-child {
            fill: #ff0000;
        }

    #VIDEO497 {
        width: 375px;
        height: 208px;
        top: 715px;
        left: 22.5px;
    }

        #VIDEO497 > .ladi-video > .ladi-video-background {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://img.youtube.com/vi/XA2RJumSCAw/hqdefault.jpg");
            background-position: center center;
            background-repeat: no-repeat;
        }

    #IMAGE498 {
        width: 300px;
        height: 300px;
        top: 317.011px;
        left: 66px;
    }

        #IMAGE498 > .ladi-image > .ladi-image-background {
            width: 300px;
            height: 300px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s450x450/5cd53c3230dba94fe2f37973/anh-c-1564975595.png");
        }

    #PARAGRAPH499 {
        width: 404px;
        top: 651px;
        left: 6.5px;
    }

        #PARAGRAPH499 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 17px;
            text-align: justify;
            line-height: 1.6;
        }

    #HEADLINE205 {
        width: 355px;
        top: 20px;
        left: 32.5px;
    }

        #HEADLINE205 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 38px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

    #HEADLINE206 {
        width: 225px;
        top: 498.002px;
        left: 98.5px;
    }

        #HEADLINE206 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 18px;
            text-align: center;
            line-height: 1.2;
        }

    #FORM213 {
        width: 302.75px;
        height: 355.349px;
        top: 110px;
        left: 58px;
    }

        #FORM213 > .ladi-form {
            color: rgb(110, 110, 110);
            font-size: 13px;
            line-height: 1;
        }

        #FORM213 .ladi-form-item .ladi-form-control::placeholder, #FORM213 .ladi-form .ladi-form-item .ladi-form-control-select[data-selected=""], #FORM213 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"] {
            color: rgba(110,110,110,1);
        }

        #FORM213 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgba(110%2C110%2C110%2C1)"></polygon></svg>');
        }

        #FORM213 .ladi-form-item-container {
            border-radius: 4px;
            border-style: solid;
            border-color: rgb(238, 238, 238);
            border-width: 1px;
        }

        #FORM213 .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_ITEM214 {
        width: 300px;
        height: 37.6719px;
        top: 0px;
        left: 0px;
    }

    #FORM_ITEM216 {
        width: 300px;
        height: 37px;
        top: 61.344px;
        left: 0.5px;
    }

    #FORM_ITEM217 {
        width: 300px;
        height: 69px;
        top: 200.344px;
        left: 2px;
    }

    #FORM_ITEM259 {
        width: 301.5px;
        height: 55px;
        top: 122px;
        left: 1.25px;
    }

    #BUTTON_TEXT218 {
        width: 610px;
        top: 9.2px;
        left: 0px;
    }

        #BUTTON_TEXT218 > .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;
        }

    #BUTTON218 {
        width: 160px;
        height: 38px;
        top: 317.349px;
        left: 72px;
    }

        #BUTTON218 > .ladi-button > .ladi-button-background {
            background-color: rgb(3, 169, 244);
        }

        #BUTTON218 > .ladi-button {
            border-radius: 5px;
        }

    #GROUP219 {
        width: 290px;
        height: 56px;
        top: 552px;
        left: 65px;
    }

    #GROUP220 {
        width: 277px;
        height: 56px;
        top: 0px;
        left: 5px;
    }

    #BOX221 {
        width: 55px;
        height: 55px;
        top: 0px;
        left: 0px;
    }

        #BOX221 > .ladi-overlay {
            border-radius: 4px;
        }

        #BOX221 > .ladi-box {
            border-radius: 4px;
            background-color: rgb(244, 67, 54);
            border-color: rgba(0, 0, 0, 0);
        }

    #HEADLINE222 {
        width: 46px;
        top: 35px;
        left: 3px;
    }

        #HEADLINE222 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 13px;
            text-align: center;
            line-height: 1.2;
        }

    #BOX223 {
        width: 55px;
        height: 55px;
        top: 0px;
        left: 0px;
    }

        #BOX223 > .ladi-overlay {
            border-radius: 4px;
        }

        #BOX223 > .ladi-box {
            border-radius: 4px;
            background-color: rgb(244, 67, 54);
            border-color: rgba(0, 0, 0, 0);
        }

    #HEADLINE224 {
        width: 46px;
        top: 35px;
        left: 3px;
    }

        #HEADLINE224 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 13px;
            text-align: center;
            line-height: 1.2;
        }

    #BOX225 {
        width: 55px;
        height: 55px;
        top: 0px;
        left: 0px;
    }

        #BOX225 > .ladi-overlay {
            border-radius: 4px;
        }

        #BOX225 > .ladi-box {
            border-radius: 4px;
            background-color: rgb(244, 67, 54);
            border-color: rgba(0, 0, 0, 0);
        }

    #HEADLINE226 {
        width: 46px;
        top: 35px;
        left: 3px;
    }

        #HEADLINE226 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 13px;
            text-align: center;
            line-height: 1.2;
        }

    #BOX227 {
        width: 55px;
        height: 55px;
        top: 0px;
        left: 0px;
    }

        #BOX227 > .ladi-overlay {
            border-radius: 4px;
        }

        #BOX227 > .ladi-box {
            border-radius: 4px;
            background-color: rgb(244, 67, 54);
            border-color: rgba(0, 0, 0, 0);
        }

    #HEADLINE228 {
        width: 46px;
        top: 35px;
        left: 3px;
    }

        #HEADLINE228 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 13px;
            text-align: center;
            line-height: 1.2;
        }

    #COUNTDOWN229 {
        width: 290px;
        height: 26px;
        top: 7px;
        left: 0px;
    }

        #COUNTDOWN229 > .ladi-countdown {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 30px;
            font-weight: bold;
            text-align: center;
        }

            #COUNTDOWN229 > .ladi-countdown > .ladi-element {
                width: calc((100% - 10px * 3) / 4);
                margin-right: 10px;
                height: 100%;
            }

            #COUNTDOWN229 > .ladi-countdown .ladi-countdown-background {
            }

    #HEADLINE175 {
        width: 355px;
        top: 20px;
        left: 32.5px;
    }

        #HEADLINE175 > .ladi-headline {
            font-family: "Montserrat", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 26px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #BOX177 {
        width: 355px;
        height: 295px;
        top: 0px;
        left: 0px;
    }

        #BOX177 > .ladi-overlay {
            border-radius: 7px;
        }

        #BOX177 > .ladi-box {
            border-radius: 7px;
            background-color: rgb(255, 255, 255);
        }

    #HEADLINE178 {
        width: 355px;
        top: 54px;
        left: 0px;
    }

        #HEADLINE178 > .ladi-headline {
            font-family: "Montserrat", sans-serif;
            color: rgb(25, 25, 25);
            font-size: 14px;
            text-align: center;
            line-height: 1.6;
        }

    #SHAPE179 {
        width: 24px;
        height: 24px;
        top: 20px;
        left: 165.5px;
    }

        #SHAPE179 svg:last-child {
            fill: rgba(5,5,5,1);
        }

    #LINE181 {
        width: 355px;
        top: 93px;
        left: 0px;
    }

        #LINE181 > .ladi-line > .ladi-line-container {
            border-top: 1px dashed rgb(64, 64, 64);
            border-right: 1px dashed rgb(64, 64, 64);
            border-bottom: 1px dashed rgb(64, 64, 64);
            border-left: 0px !important;
        }

        #LINE181 > .ladi-line {
            padding: 8px 0px;
            width: 100%;
        }

    #PARAGRAPH180 {
        width: 342px;
        top: 143px;
        left: 8px;
    }

        #PARAGRAPH180 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(64, 64, 64);
            font-size: 14px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX183 {
        width: 355px;
        height: 279px;
        top: 0px;
        left: 0px;
    }

        #BOX183 > .ladi-overlay {
            border-radius: 7px;
        }

        #BOX183 > .ladi-box {
            border-radius: 7px;
            background-color: rgb(255, 255, 255);
        }

    #HEADLINE184 {
        width: 355px;
        top: 54px;
        left: 0px;
    }

        #HEADLINE184 > .ladi-headline {
            font-family: "Montserrat", sans-serif;
            color: rgb(25, 25, 25);
            font-size: 14px;
            text-align: center;
            line-height: 1.6;
        }

    #SHAPE185 {
        width: 24px;
        height: 24px;
        top: 20px;
        left: 165.5px;
    }

        #SHAPE185 svg:last-child {
            fill: rgba(5,5,5,1);
        }

    #LINE186 {
        width: 355px;
        top: 93px;
        left: 0px;
    }

        #LINE186 > .ladi-line > .ladi-line-container {
            border-top: 1px dashed rgb(64, 64, 64);
            border-right: 1px dashed rgb(64, 64, 64);
            border-bottom: 1px dashed rgb(64, 64, 64);
            border-left: 0px !important;
        }

        #LINE186 > .ladi-line {
            padding: 8px 0px;
            width: 100%;
        }

    #PARAGRAPH188 {
        width: 345px;
        top: 128px;
        left: 5px;
    }

        #PARAGRAPH188 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(64, 64, 64);
            font-size: 14px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX320 {
        width: 355px;
        height: 403px;
        top: 0px;
        left: 0px;
    }

        #BOX320 > .ladi-overlay {
            border-radius: 7px;
        }

        #BOX320 > .ladi-box {
            border-radius: 7px;
            background-color: rgb(255, 255, 255);
        }

    #HEADLINE321 {
        width: 355px;
        top: 54px;
        left: 10px;
    }

        #HEADLINE321 > .ladi-headline {
            font-family: "Montserrat", sans-serif;
            color: rgb(25, 25, 25);
            font-size: 14px;
            text-align: center;
            line-height: 1.6;
        }

    #SHAPE322 {
        width: 24px;
        height: 24px;
        top: 15px;
        left: 175.5px;
    }

        #SHAPE322 svg:last-child {
            fill: rgba(5,5,5,1);
        }

    #LINE323 {
        width: 355px;
        top: 98px;
        left: 0px;
    }

        #LINE323 > .ladi-line > .ladi-line-container {
            border-top: 1px dashed rgb(64, 64, 64);
            border-right: 1px dashed rgb(64, 64, 64);
            border-bottom: 1px dashed rgb(64, 64, 64);
            border-left: 0px !important;
        }

        #LINE323 > .ladi-line {
            padding: 8px 0px;
            width: 100%;
        }

    #PARAGRAPH325 {
        width: 338px;
        top: 125px;
        left: 10px;
    }

        #PARAGRAPH325 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(64, 64, 64);
            font-size: 14px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX489 {
        width: 358px;
        height: 368px;
        top: 0px;
        left: 0px;
    }

        #BOX489 > .ladi-overlay {
            border-radius: 7px;
        }

        #BOX489 > .ladi-box {
            border-radius: 7px;
            background-color: rgb(255, 255, 255);
        }

    #HEADLINE490 {
        width: 341px;
        top: 54px;
        left: 10px;
    }

        #HEADLINE490 > .ladi-headline {
            font-family: "Montserrat", sans-serif;
            color: rgb(25, 25, 25);
            font-size: 14px;
            text-align: center;
            line-height: 1.6;
        }

    #SHAPE491 {
        width: 24px;
        height: 24px;
        top: 15px;
        left: 175.5px;
    }

        #SHAPE491 svg:last-child {
            fill: rgba(5,5,5,1);
        }

    #LINE492 {
        width: 375px;
        top: 122px;
        left: 0px;
    }

        #LINE492 > .ladi-line > .ladi-line-container {
            border-top: 1px dashed rgb(64, 64, 64);
            border-right: 1px dashed rgb(64, 64, 64);
            border-bottom: 1px dashed rgb(64, 64, 64);
            border-left: 0px !important;
        }

        #LINE492 > .ladi-line {
            padding: 8px 0px;
            width: 100%;
        }

    #PARAGRAPH493 {
        width: 338px;
        top: 157px;
        left: 10px;
    }

        #PARAGRAPH493 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(64, 64, 64);
            font-size: 14px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX356 {
        width: 355px;
        height: 684px;
        top: 0px;
        left: 0px;
    }

        #BOX356 > .ladi-box {
            border-style: solid;
            border-color: rgb(255, 255, 255);
            border-width: 2px;
        }

    #HEADLINE357 {
        width: 292px;
        top: 56px;
        left: 44.5px;
    }

        #HEADLINE357 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 14px;
            text-align: left;
            line-height: 1.4;
        }

    #SHAPE358 {
        width: 26px;
        height: 26px;
        top: 50px;
        left: 13.5px;
    }

        #SHAPE358 svg:last-child {
            fill: rgba(255,255,255,1);
        }

    #SHAPE359 {
        width: 26px;
        height: 26px;
        top: 112px;
        left: 14.5px;
    }

        #SHAPE359 svg:last-child {
            fill: rgba(255,255,255,1);
        }

    #HEADLINE360 {
        width: 292px;
        top: 121px;
        left: 46.5px;
    }

        #HEADLINE360 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 14px;
            text-align: left;
            line-height: 1.4;
        }

    #HEADLINE361 {
        width: 292px;
        top: 166px;
        left: 44.5px;
    }

        #HEADLINE361 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 14px;
            text-align: left;
            line-height: 1.4;
        }

    #SHAPE362 {
        width: 26px;
        height: 26px;
        top: 163px;
        left: 11.5px;
    }

        #SHAPE362 svg:last-child {
            fill: rgba(255,255,255,1);
        }

    #SHAPE363 {
        width: 26px;
        height: 26px;
        top: 208px;
        left: 13.5px;
    }

        #SHAPE363 svg:last-child {
            fill: rgba(255,255,255,1);
        }

    #HEADLINE364 {
        width: 292px;
        top: 211px;
        left: 44.5px;
    }

        #HEADLINE364 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 14px;
            text-align: left;
            line-height: 1.4;
        }

    #HEADLINE365 {
        width: 234px;
        top: 259px;
        left: 61.5px;
    }

        #HEADLINE365 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 18px;
            text-align: center;
            line-height: 1.2;
        }

    #FORM366 {
        width: 260.377px;
        height: 297.974px;
        top: 334px;
        left: 52.8229px;
    }

        #FORM366 > .ladi-form {
            color: rgb(82, 82, 82);
            font-size: 13px;
            line-height: 1;
        }

        #FORM366 .ladi-form-item .ladi-form-control::placeholder, #FORM366 .ladi-form .ladi-form-item .ladi-form-control-select[data-selected=""], #FORM366 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"] {
            color: rgba(82,82,82,1);
        }

        #FORM366 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgba(82%2C82%2C82%2C1)"></polygon></svg>');
        }

        #FORM366 .ladi-form-item-container {
            border-style: solid;
            border-color: rgb(238, 238, 238);
            border-width: 1px;
        }

        #FORM366 .ladi-form-item-background {
            background-color: rgb(255, 255, 255);
        }

    #FORM_ITEM367 {
        width: 260.375px;
        height: 37px;
        top: 0px;
        left: 0.00201px;
    }

    #FORM_ITEM368 {
        width: 260.375px;
        height: 37px;
        top: 95.656px;
        left: 0px;
    }

    #FORM_ITEM369 {
        width: 260.375px;
        height: 37px;
        top: 47.8281px;
        left: 0.00201px;
    }

    #FORM_ITEM373 {
        width: 260.375px;
        height: 68px;
        top: 145.989px;
        left: 0.00015px;
    }

    #BUTTON_TEXT370 {
        width: 152px;
        top: 15.1667px;
        left: 0px;
    }

        #BUTTON_TEXT370 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 26px;
            font-weight: bold;
            text-align: center;
            letter-spacing: 1px;
            line-height: 0.807692;
        }

    #BUTTON370 {
        width: 152px;
        height: 51.3333px;
        top: 246.641px;
        left: 48.6771px;
    }

        #BUTTON370 > .ladi-button > .ladi-button-background {
            background-color: rgb(219, 105, 0);
        }

        #BUTTON370 > .ladi-button {
            border-radius: 0px;
            border-style: solid;
            border-color: rgb(0, 0, 0);
            border-width: 0px;
        }

    #HEADLINE371 {
        width: 333px;
        top: 719px;
        left: 49.5px;
    }

        #HEADLINE371 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 22px;
            text-align: left;
            line-height: 1.2;
        }

    #IMAGE374 {
        width: 237px;
        height: 241px;
        top: 769.637px;
        left: 88.5px;
    }

        #IMAGE374 > .ladi-image > .ladi-image-background {
            width: 237.424px;
            height: 241px;
            top: 0px;
            left: -0.212166px;
            background-image: url("https://w.ladicdn.com/s350x350/5cd53c3230dba94fe2f37973/logo-Cigo Beauty Center-png-1559036741.png");
        }

    #GROUP502 {
        width: 420px;
        height: 217px;
        top: 10px;
        left: 0px;
    }

    #GROUP503 {
        width: 406px;
        height: 465px;
        top: 63.677px;
        left: 8px;
    }

    #GROUP504 {
        width: 425.485px;
        height: 331px;
        top: 615.166px;
        left: 7px;
    }

    #GROUP505 {
        width: 270px;
        height: 104px;
        top: 5.67567px;
        left: 76.0104px;
    }

    #GROUP506 {
        width: 270px;
        height: 111px;
        top: 546px;
        left: 71.0104px;
    }

    #GROUP507 {
        width: 355px;
        height: 64px;
        top: 56.3125px;
        left: 0px;
    }

    #GROUP508 {
        width: 53px;
        height: 50px;
        top: 0px;
        left: 154.5px;
    }

    #GROUP509 {
        width: 355px;
        height: 75px;
        top: 69px;
        left: 0px;
    }

    #GROUP510 {
        width: 53px;
        height: 53px;
        top: 0px;
        left: 154px;
    }

    #GROUP511 {
        width: 355px;
        height: 84px;
        top: 63.5px;
        left: 0px;
    }

    #GROUP512 {
        width: 53px;
        height: 53px;
        top: 0px;
        left: 151px;
    }

    #GROUP513 {
        width: 355px;
        height: 67px;
        top: 77px;
        left: 0px;
    }

    #GROUP514 {
        width: 53px;
        height: 53px;
        top: 0px;
        left: 151px;
    }

    #GROUP515 {
        width: 355px;
        height: 106px;
        top: 71px;
        left: 0px;
    }

    #GROUP516 {
        width: 53px;
        height: 53px;
        top: 0px;
        left: 151px;
    }

    #GROUP517 {
        width: 365px;
        height: 54px;
        top: 64px;
        left: 0px;
    }

    #GROUP518 {
        width: 53px;
        height: 53px;
        top: 0px;
        left: 150.5px;
    }

    #GROUP519 {
        width: 305px;
        height: 395px;
        top: 84.9688px;
        left: 0px;
    }

    #GROUP520 {
        width: 305px;
        height: 399px;
        top: 84px;
        left: 0px;
    }

    #GROUP521 {
        width: 305px;
        height: 396px;
        top: 84px;
        left: 0px;
    }

    #GROUP522 {
        width: 305px;
        height: 399px;
        top: 84px;
        left: 0px;
    }

    #GROUP523 {
        width: 305px;
        height: 395px;
        top: 84.9688px;
        left: 0px;
    }

    #GROUP524 {
        width: 305px;
        height: 396px;
        top: 84px;
        left: 0px;
    }

    #GROUP525 {
        width: 300px;
        height: 377px;
        top: 205px;
        left: 61px;
    }

    #GROUP526 {
        width: 300px;
        height: 377px;
        top: 610px;
        left: 57px;
    }

    #GROUP527 {
        width: 300px;
        height: 393px;
        top: 2150px;
        left: 53px;
    }

    #GROUP528 {
        width: 300px;
        height: 377px;
        top: 1754px;
        left: 56px;
    }

    #GROUP529 {
        width: 301px;
        height: 331px;
        top: 1399px;
        left: 55px;
    }

    #GROUP530 {
        width: 305px;
        height: 369px;
        top: 1009px;
        left: 57px;
    }

    #GROUP531 {
        width: 33px;
        height: 33px;
        top: 405.01px;
        left: 40.51px;
    }

    #GROUP532 {
        width: 33px;
        height: 33px;
        top: 466.01px;
        left: 37.5092px;
    }

    #GROUP533 {
        width: 34.5781px;
        height: 33px;
        top: 530px;
        left: 38.717px;
    }

    #GROUP534 {
        width: 33px;
        height: 33px;
        top: 596px;
        left: 38.5017px;
    }

    #GROUP535 {
        width: 33px;
        height: 33px;
        top: 688px;
        left: 38.5016px;
    }

    #GROUP536 {
        width: 33px;
        height: 33px;
        top: 758px;
        left: 38.5016px;
    }

    #GROUP537 {
        width: 55px;
        height: 55px;
        top: 1px;
        left: 0px;
    }

    #GROUP538 {
        width: 55px;
        height: 55px;
        top: 0px;
        left: 74px;
    }

    #GROUP539 {
        width: 55px;
        height: 55px;
        top: 0px;
        left: 147px;
    }

    #GROUP540 {
        width: 55px;
        height: 55px;
        top: 0px;
        left: 222px;
    }

    #GROUP541 {
        width: 355px;
        height: 295px;
        top: 110px;
        left: 31.5px;
    }

    #GROUP542 {
        width: 355px;
        height: 279px;
        top: 417px;
        left: 30.5px;
    }

    #GROUP543 {
        width: 365px;
        height: 403px;
        top: 710px;
        left: 32.5px;
    }

    #GROUP544 {
        width: 375px;
        height: 368px;
        top: 1129px;
        left: 29.5px;
    }

    #GROUP545 {
        width: 355px;
        height: 684px;
        top: 9.6406px;
        left: 33px;
    }
}

.ladi-section-background, .ladi-image-background, .ladi-button-background, .ladi-headline, .ladi-video-background, .ladi-countdown-background, .ladi-box, .ladi-form-item-background, .ladi-gallery-control-item, .ladi-gallery-view-item, .ladi-list-paragraph ul li:before {
    background-image: none !important;
}
