﻿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: 12px;
    -ms-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -o-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    background: #fff
}

.ladi-loading {
    width: 80px;
    height: 80px;
    z-index: 900000000000;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    overflow: hidden
}

    .ladi-loading div {
        position: absolute;
        width: 6px;
        height: 6px;
        background: #fff;
        border-radius: 50%;
        animation: ladi-loading 1.2s linear infinite
    }

        .ladi-loading div:nth-child(1) {
            animation-delay: 0s;
            top: 37px;
            left: 66px
        }

        .ladi-loading div:nth-child(2) {
            animation-delay: -.1s;
            top: 22px;
            left: 62px
        }

        .ladi-loading div:nth-child(3) {
            animation-delay: -.2s;
            top: 11px;
            left: 52px
        }

        .ladi-loading div:nth-child(4) {
            animation-delay: -.3s;
            top: 7px;
            left: 37px
        }

        .ladi-loading div:nth-child(5) {
            animation-delay: -.4s;
            top: 11px;
            left: 22px
        }

        .ladi-loading div:nth-child(6) {
            animation-delay: -.5s;
            top: 22px;
            left: 11px
        }

        .ladi-loading div:nth-child(7) {
            animation-delay: -.6s;
            top: 37px;
            left: 7px
        }

        .ladi-loading div:nth-child(8) {
            animation-delay: -.7s;
            top: 52px;
            left: 11px
        }

        .ladi-loading div:nth-child(9) {
            animation-delay: -.8s;
            top: 62px;
            left: 22px
        }

        .ladi-loading div:nth-child(10) {
            animation-delay: -.9s;
            top: 66px;
            left: 37px
        }

        .ladi-loading div:nth-child(11) {
            animation-delay: -1s;
            top: 62px;
            left: 52px
        }

        .ladi-loading div:nth-child(12) {
            animation-delay: -1.1s;
            top: 52px;
            left: 62px
        }

@keyframes ladi-loading {
    0%, 100%, 20%, 80% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.5)
    }
}

.overflow-hidden {
    overflow: hidden
}

.ladi-transition {
    transition: all 150ms linear 0s
}

.opacity-0 {
    opacity: 0
}

.height-0 {
    height: 0 !important
}

.transition-readmore {
    transition: height 350ms linear 0s
}

.transition-collapse {
    transition: height 150ms linear 0s
}

.transition-parent-collapse-height {
    transition: height 150ms linear 0s
}

.transition-parent-collapse-top {
    transition: top 150ms linear 0s
}

.pointer-events-none {
    pointer-events: none
}

.ladipage-message {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 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%;
    min-height: 100vh;
    overflow: hidden
}

.ladi-section {
    margin: 0 auto;
    position: relative
}

    .ladi-section .ladi-section-arrow-down {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        cursor: pointer;
        z-index: 90000040;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg)
    }

    .ladi-section .ladi-section-background {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        pointer-events: none;
        overflow: hidden
    }

.ladi-container {
    position: relative;
    margin: 0 auto;
    height: 100%
}

.ladi-element {
    position: absolute
}

.ladi-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none
}

.ladi-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;
        top: calc(50% - (33px) / 2);
        cursor: pointer;
        z-index: 90000040
    }

    .ladi-carousel .ladi-carousel-arrow-left {
        left: 5px;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg)
    }

    .ladi-carousel .ladi-carousel-arrow-right {
        right: 5px
    }

.ladi-gallery {
    position: absolute;
    width: 100%;
    height: 100%
}

    .ladi-gallery .ladi-gallery-view {
        position: absolute;
        overflow: hidden
    }

        .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item {
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center;
            width: 100%;
            height: 100%;
            position: relative;
            display: none;
            transition: transform .5s ease-in-out;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-perspective: 1000px;
            perspective: 1000px
        }

            .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.play-video {
                cursor: pointer
            }

                .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.play-video:after {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    margin: auto;
                    width: 60px;
                    height: 60px;
                    background: url(https://w.ladicdn.com/source/ladipage-play.svg) no-repeat center center;
                    background-size: contain;
                    pointer-events: none;
                    cursor: pointer
                }

            .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.next, .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.selected.right {
                left: 0;
                transform: translate3d(100%, 0, 0)
            }

            .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.prev, .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.selected.left {
                left: 0;
                transform: translate3d(-100%, 0, 0)
            }

                .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.next.left, .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.prev.right, .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.selected {
                    left: 0;
                    transform: translate3d(0, 0, 0)
                }

        .ladi-gallery .ladi-gallery-view > .next, .ladi-gallery .ladi-gallery-view > .prev, .ladi-gallery .ladi-gallery-view > .selected {
            display: block
        }

        .ladi-gallery .ladi-gallery-view > .selected {
            left: 0
        }

        .ladi-gallery .ladi-gallery-view > .next, .ladi-gallery .ladi-gallery-view > .prev {
            position: absolute;
            top: 0;
            width: 100%
        }

        .ladi-gallery .ladi-gallery-view > .next {
            left: 100%
        }

        .ladi-gallery .ladi-gallery-view > .prev {
            left: -100%
        }

            .ladi-gallery .ladi-gallery-view > .next.left, .ladi-gallery .ladi-gallery-view > .prev.right {
                left: 0
            }

        .ladi-gallery .ladi-gallery-view > .selected.left {
            left: -100%
        }

        .ladi-gallery .ladi-gallery-view > .selected.right {
            left: 100%
        }

    .ladi-gallery .ladi-gallery-control {
        position: absolute;
        overflow: hidden
    }

    .ladi-gallery.ladi-gallery-top .ladi-gallery-view {
        width: 100%
    }

    .ladi-gallery.ladi-gallery-top .ladi-gallery-control {
        top: 0;
        width: 100%
    }

    .ladi-gallery.ladi-gallery-bottom .ladi-gallery-view {
        top: 0;
        width: 100%
    }

    .ladi-gallery.ladi-gallery-bottom .ladi-gallery-control {
        width: 100%;
        bottom: 0
    }

    .ladi-gallery.ladi-gallery-left .ladi-gallery-view {
        height: 100%
    }

    .ladi-gallery.ladi-gallery-left .ladi-gallery-control {
        height: 100%
    }

    .ladi-gallery.ladi-gallery-right .ladi-gallery-view {
        height: 100%
    }

    .ladi-gallery.ladi-gallery-right .ladi-gallery-control {
        height: 100%;
        right: 0
    }

    .ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow {
        position: absolute;
        top: calc(50% - (33px) / 2);
        cursor: pointer;
        z-index: 90000040
    }

    .ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow-left {
        left: 5px;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg)
    }

    .ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow-right {
        right: 5px
    }

    .ladi-gallery .ladi-gallery-control .ladi-gallery-control-arrow {
        position: absolute;
        cursor: pointer;
        z-index: 90000040
    }

    .ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-arrow, .ladi-gallery.ladi-gallery-top .ladi-gallery-control .ladi-gallery-control-arrow {
        top: calc(50% - (33px) / 2)
    }

    .ladi-gallery.ladi-gallery-top .ladi-gallery-control .ladi-gallery-control-arrow-left {
        left: 0;
        transform: rotate(180deg) scale(.6);
        -webkit-transform: rotate(180deg) scale(.6)
    }

    .ladi-gallery.ladi-gallery-top .ladi-gallery-control .ladi-gallery-control-arrow-right {
        right: 0;
        transform: scale(.6);
        -webkit-transform: scale(.6)
    }

    .ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-arrow-left {
        left: 0;
        transform: rotate(180deg) scale(.6);
        -webkit-transform: rotate(180deg) scale(.6)
    }

    .ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-arrow-right {
        right: 0;
        transform: scale(.6);
        -webkit-transform: scale(.6)
    }

    .ladi-gallery.ladi-gallery-left .ladi-gallery-control .ladi-gallery-control-arrow, .ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-arrow {
        left: calc(50% - (33px) / 2)
    }

    .ladi-gallery.ladi-gallery-left .ladi-gallery-control .ladi-gallery-control-arrow-left {
        top: 0;
        transform: scale(.6) rotate(270deg);
        -webkit-transform: scale(.6) rotate(270deg)
    }

    .ladi-gallery.ladi-gallery-left .ladi-gallery-control .ladi-gallery-control-arrow-right {
        bottom: 0;
        transform: scale(.6) rotate(90deg);
        -webkit-transform: scale(.6) rotate(90deg)
    }

    .ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-arrow-left {
        top: 0;
        transform: scale(.6) rotate(270deg);
        -webkit-transform: scale(.6) rotate(270deg)
    }

    .ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-arrow-right {
        bottom: 0;
        transform: scale(.6) rotate(90deg);
        -webkit-transform: scale(.6) rotate(90deg)
    }

    .ladi-gallery .ladi-gallery-control .ladi-gallery-control-box {
        position: relative
    }

    .ladi-gallery.ladi-gallery-top .ladi-gallery-control .ladi-gallery-control-box {
        display: -webkit-inline-flex;
        display: inline-flex;
        left: 0;
        transition: left 150ms ease-in-out
    }

    .ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-box {
        display: -webkit-inline-flex;
        display: inline-flex;
        left: 0;
        transition: left 150ms ease-in-out
    }

    .ladi-gallery.ladi-gallery-left .ladi-gallery-control .ladi-gallery-control-box {
        display: inline-grid;
        top: 0;
        transition: top 150ms ease-in-out
    }

    .ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-box {
        display: inline-grid;
        top: 0;
        transition: top 150ms ease-in-out
    }

    .ladi-gallery .ladi-gallery-control .ladi-gallery-control-box .ladi-gallery-control-item {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        float: left;
        position: relative;
        cursor: pointer;
        filter: invert(15%)
    }

        .ladi-gallery .ladi-gallery-control .ladi-gallery-control-box .ladi-gallery-control-item.play-video:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            width: 30px;
            height: 30px;
            background: url(https://w.ladicdn.com/source/ladipage-play.svg) no-repeat center center;
            background-size: contain;
            pointer-events: none;
            cursor: pointer
        }

        .ladi-gallery .ladi-gallery-control .ladi-gallery-control-box .ladi-gallery-control-item:hover {
            filter: none
        }

        .ladi-gallery .ladi-gallery-control .ladi-gallery-control-box .ladi-gallery-control-item.selected {
            filter: none
        }

        .ladi-gallery .ladi-gallery-control .ladi-gallery-control-box .ladi-gallery-control-item:last-child {
            margin-right: 0 !important;
            margin-bottom: 0 !important
        }

.ladi-table {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: auto
}

    .ladi-table table {
        width: 100%
    }

        .ladi-table table td {
            vertical-align: middle
        }

    .ladi-table tbody td {
        word-break: break-word
    }

    .ladi-table table td img {
        cursor: pointer;
        width: 100%
    }

.ladi-box {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.ladi-frame {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}

    .ladi-frame .ladi-frame-background {
        height: 100%;
        width: 100%;
        pointer-events: none
    }

.ladi-banner {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}

    .ladi-banner .ladi-banner-background {
        height: 100%;
        width: 100%;
        pointer-events: none
    }

#SECTION_POPUP .ladi-container {
    z-index: 90000070
}

    #SECTION_POPUP .ladi-container > .ladi-element {
        z-index: 90000070;
        position: fixed;
        display: none
    }

        #SECTION_POPUP .ladi-container > .ladi-element.hide-visibility {
            display: block !important;
            visibility: hidden !important
        }

#SECTION_POPUP .popup-close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9000000080;
    cursor: pointer
}

.ladi-popup {
    position: absolute;
    width: 100%;
    height: 100%
}

    .ladi-popup .ladi-popup-background {
        height: 100%;
        width: 100%;
        pointer-events: none
    }

.ladi-countdown {
    position: absolute;
    width: 100%;
    height: 100%
}

    .ladi-countdown .ladi-countdown-background {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-size: inherit;
        background-attachment: inherit;
        background-origin: inherit;
        display: table;
        pointer-events: none
    }

    .ladi-countdown .ladi-countdown-text {
        position: absolute;
        width: 100%;
        height: 100%;
        text-decoration: inherit;
        display: table;
        pointer-events: none
    }

        .ladi-countdown .ladi-countdown-text span {
            display: table-cell;
            vertical-align: middle
        }

    .ladi-countdown > .ladi-element {
        text-decoration: inherit;
        background-size: inherit;
        background-attachment: inherit;
        background-origin: inherit;
        position: relative;
        display: inline-block
    }

        .ladi-countdown > .ladi-element:last-child {
            margin-right: 0 !important
        }

.ladi-button {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}

    .ladi-button:active {
        transform: translateY(2px);
        transition: transform .2s linear
    }

    .ladi-button .ladi-button-background {
        height: 100%;
        width: 100%;
        pointer-events: none
    }

    .ladi-button > .ladi-element {
        width: 100% !important;
        height: 100% !important;
        top: 0 !important;
        left: 0 !important;
        display: table;
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none
    }

        .ladi-button > .ladi-element .ladi-headline {
            display: table-cell;
            vertical-align: middle
        }

.ladi-collection {
    position: absolute;
    width: 100%;
    height: 100%
}

    .ladi-collection.carousel {
        overflow: hidden
    }

    .ladi-collection .ladi-collection-content {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        transition: left 350ms ease-in-out
    }

        .ladi-collection .ladi-collection-content .ladi-collection-item {
            display: block;
            position: relative;
            float: left
        }

        .ladi-collection .ladi-collection-content .ladi-collection-page {
            float: left
        }

    .ladi-collection .ladi-collection-arrow {
        position: absolute;
        top: calc(50% - (33px) / 2);
        cursor: pointer;
        z-index: 90000040
    }

    .ladi-collection .ladi-collection-arrow-left {
        left: 5px;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg)
    }

    .ladi-collection .ladi-collection-arrow-right {
        right: 5px
    }

    .ladi-collection .ladi-collection-button-next {
        position: absolute;
        bottom: -40px;
        right: 0;
        left: 0;
        margin: auto;
        cursor: pointer;
        z-index: 90000040;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg)
    }

.ladi-form {
    position: absolute;
    width: 100%;
    height: 100%
}

    .ladi-form > .ladi-element {
        text-transform: inherit;
        text-decoration: inherit;
        text-align: inherit;
        letter-spacing: inherit;
        color: inherit;
        background-size: inherit;
        background-attachment: inherit;
        background-origin: inherit
    }

    .ladi-form .ladi-button > .ladi-element {
        color: initial;
        font-size: initial;
        font-weight: initial;
        text-transform: initial;
        text-decoration: initial;
        font-style: initial;
        text-align: initial;
        letter-spacing: initial;
        line-height: initial
    }

    .ladi-form > .ladi-element .ladi-form-item-container {
        text-transform: inherit;
        text-decoration: inherit;
        text-align: inherit;
        letter-spacing: inherit;
        color: inherit;
        background-size: inherit;
        background-attachment: inherit;
        background-origin: inherit
    }

    .ladi-form > [data-quantity=true] .ladi-form-item-container {
        overflow: hidden
    }

    .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item {
        text-transform: inherit;
        text-decoration: inherit;
        text-align: inherit;
        letter-spacing: inherit;
        color: inherit
    }

    .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item-background {
        background-size: inherit;
        background-attachment: inherit;
        background-origin: inherit
    }

    .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-size: 9px 6px !important;
        background-position: right .5rem center;
        background-repeat: no-repeat
    }

    .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-2 {
        width: calc(100% / 2 - 5px);
        max-width: calc(100% / 2 - 5px);
        min-width: calc(100% / 2 - 5px)
    }

        .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-2:nth-child(3) {
            margin-left: 7.5px
        }

    .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-3 {
        width: calc(100% / 3 - 5px);
        max-width: calc(100% / 3 - 5px);
        min-width: calc(100% / 3 - 5px)
    }

        .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-3:nth-child(3) {
            margin-left: 7.5px
        }

        .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-3:nth-child(4) {
            margin-left: 7.5px
        }

    .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select option {
        color: initial
    }

    .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control:not(.ladi-form-control-select) {
        text-transform: inherit;
        text-decoration: inherit;
        text-align: inherit;
        letter-spacing: inherit;
        color: inherit;
        background-size: inherit;
        background-attachment: inherit;
        background-origin: inherit
    }

    .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
        text-transform: inherit;
        text-align: inherit;
        letter-spacing: inherit;
        color: inherit;
        background-size: inherit;
        background-attachment: inherit;
        background-origin: inherit
    }

        .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select:not([data-selected=""]) {
            text-decoration: inherit
        }

    .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item {
        text-transform: inherit;
        text-decoration: inherit;
        text-align: inherit;
        letter-spacing: inherit;
        color: inherit;
        background-size: inherit;
        background-attachment: inherit;
        background-origin: inherit;
        vertical-align: middle
    }

        .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item span {
            user-select: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none
        }

            .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item span[data-checked=true] {
                text-transform: inherit;
                text-decoration: inherit;
                text-align: inherit;
                letter-spacing: inherit;
                color: inherit;
                background-size: inherit;
                background-attachment: inherit;
                background-origin: inherit
            }

            .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item span[data-checked=false] {
                text-transform: inherit;
                text-align: inherit;
                letter-spacing: inherit;
                color: inherit;
                background-size: inherit;
                background-attachment: inherit;
                background-origin: inherit
            }

    .ladi-form .ladi-form-item-container {
        position: absolute;
        width: 100%;
        height: 100%
    }

    .ladi-form .ladi-form-item-title-value {
        font-weight: 700;
        word-break: break-word
    }

    .ladi-form .ladi-form-label-container {
        position: relative;
        width: 100%
    }

        .ladi-form .ladi-form-label-container .ladi-form-label-item {
            display: inline-block;
            cursor: pointer;
            position: relative;
            border-radius: 0 !important;
            user-select: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none
        }

            .ladi-form .ladi-form-label-container .ladi-form-label-item.image {
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center
            }

            .ladi-form .ladi-form-label-container .ladi-form-label-item.no-value {
                display: none !important
            }

            .ladi-form .ladi-form-label-container .ladi-form-label-item.text.disabled {
                opacity: .35
            }

            .ladi-form .ladi-form-label-container .ladi-form-label-item.image.disabled {
                opacity: .2
            }

            .ladi-form .ladi-form-label-container .ladi-form-label-item.color.disabled {
                opacity: .15
            }

            .ladi-form .ladi-form-label-container .ladi-form-label-item.selected:before {
                content: '';
                width: 0;
                height: 0;
                bottom: -1px;
                right: -1px;
                position: absolute;
                border-width: 0 0 15px 15px;
                border-color: transparent;
                border-style: solid
            }

            .ladi-form .ladi-form-label-container .ladi-form-label-item.selected:after {
                content: '';
                background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' enable-background='new 0 0 12 12' viewBox='0 0 12 12' x='0' fill='%23fff' y='0'%3E%3Cg%3E%3Cpath d='m5.2 10.9c-.2 0-.5-.1-.7-.2l-4.2-3.7c-.4-.4-.5-1-.1-1.4s1-.5 1.4-.1l3.4 3 5.1-7c .3-.4 1-.5 1.4-.2s.5 1 .2 1.4l-5.7 7.9c-.2.2-.4.4-.7.4 0-.1 0-.1-.1-.1z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
                background-repeat: no-repeat;
                background-position: bottom right;
                width: 7px;
                height: 7px;
                bottom: 0;
                right: 0;
                position: absolute
            }

    .ladi-form .ladi-form-item {
        width: 100%;
        height: 100%;
        position: absolute
    }

    .ladi-form .ladi-form-item-background {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        pointer-events: none
    }

    .ladi-form .ladi-form-item.ladi-form-checkbox {
        height: auto
    }

    .ladi-form .ladi-form-item .ladi-form-control {
        background-color: transparent;
        min-width: 100%;
        min-height: 100%;
        max-width: 100%;
        max-height: 100%;
        width: 100%;
        height: 100%;
        padding: 0 5px;
        color: inherit;
        font-size: inherit;
        border: none
    }

    .ladi-form .ladi-form-item.ladi-form-checkbox {
        padding: 10px 5px
    }

        .ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-vertical .ladi-form-checkbox-item {
            margin-top: 0 !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            display: table;
            border: none
        }

        .ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-horizontal .ladi-form-checkbox-item {
            margin-top: 0 !important;
            margin-left: 0 !important;
            margin-right: 10px !important;
            display: inline-block;
            border: none;
            position: relative
        }

        .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item input {
            vertical-align: middle;
            width: 13px;
            height: 13px;
            display: table-cell;
            margin-right: 5px
        }

        .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span {
            display: table-cell;
            cursor: default;
            vertical-align: middle;
            word-break: break-word
        }

        .ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-horizontal .ladi-form-checkbox-item input {
            position: absolute;
            top: 4px
        }

        .ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-horizontal .ladi-form-checkbox-item span {
            padding-left: 18px
        }

    .ladi-form .ladi-form-item textarea.ladi-form-control {
        resize: none;
        padding: 5px
    }

    .ladi-form .ladi-button {
        cursor: pointer
    }

        .ladi-form .ladi-button .ladi-headline {
            cursor: pointer;
            user-select: none
        }

.ladi-combobox {
    position: absolute;
    width: 100%;
    height: 100%
}

    .ladi-combobox .ladi-combobox-item-container {
        position: absolute;
        width: 100%;
        height: 100%;
        text-transform: inherit;
        text-decoration: inherit;
        text-align: inherit;
        letter-spacing: inherit;
        color: inherit;
        background-size: inherit;
        background-attachment: inherit;
        background-origin: inherit
    }

        .ladi-combobox .ladi-combobox-item-container .ladi-combobox-item-background {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            pointer-events: none;
            background-size: inherit;
            background-attachment: inherit;
            background-origin: inherit
        }

        .ladi-combobox .ladi-combobox-item-container .ladi-combobox-item {
            width: 100%;
            height: 100%;
            position: absolute;
            text-transform: inherit;
            text-decoration: inherit;
            text-align: inherit;
            letter-spacing: inherit;
            color: inherit
        }

            .ladi-combobox .ladi-combobox-item-container .ladi-combobox-item .ladi-combobox-control option {
                color: initial
            }

            .ladi-combobox .ladi-combobox-item-container .ladi-combobox-item .ladi-combobox-control {
                background-color: transparent;
                min-width: 100%;
                min-height: 100%;
                max-width: 100%;
                max-height: 100%;
                width: 100%;
                height: 100%;
                padding: 0 5px;
                font-size: inherit;
                border: none;
                text-transform: inherit;
                text-align: inherit;
                letter-spacing: inherit;
                color: inherit;
                background-size: inherit;
                background-attachment: inherit;
                background-origin: inherit;
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                background-size: 9px 6px !important;
                background-position: right .5rem center;
                background-repeat: no-repeat
            }

                .ladi-combobox .ladi-combobox-item-container .ladi-combobox-item .ladi-combobox-control:not([data-selected=""]) {
                    text-decoration: inherit
                }

.ladi-cart {
    position: absolute;
    width: 100%;
    font-size: 12px
}

    .ladi-cart .ladi-cart-row {
        position: relative;
        display: inline-table;
        width: 100%
    }

        .ladi-cart .ladi-cart-row:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            height: 1px;
            width: 100%;
            background: #dcdcdc
        }

    .ladi-cart .ladi-cart-no-product {
        text-align: center;
        font-size: 16px;
        vertical-align: middle
    }

    .ladi-cart .ladi-cart-image {
        width: 16%;
        vertical-align: middle;
        position: relative;
        text-align: center
    }

        .ladi-cart .ladi-cart-image img {
            max-width: 100%
        }

    .ladi-cart .ladi-cart-title {
        vertical-align: middle;
        padding: 0 5px;
        word-break: break-all
    }

        .ladi-cart .ladi-cart-title .ladi-cart-title-name {
            display: block;
            margin-bottom: 5px;
            word-break: break-word
        }

        .ladi-cart .ladi-cart-title .ladi-cart-title-variant {
            font-weight: 700;
            display: block;
            word-break: break-word
        }

    .ladi-cart .ladi-cart-image .ladi-cart-image-quantity {
        position: absolute;
        top: -3px;
        right: -5px;
        background: rgba(150, 149, 149, .9);
        width: 20px;
        height: 20px;
        border-radius: 50%;
        text-align: center;
        color: #fff;
        line-height: 20px
    }

    .ladi-cart .ladi-cart-quantity {
        width: 70px;
        vertical-align: middle;
        text-align: center
    }

    .ladi-cart .ladi-cart-quantity-content {
        display: -webkit-inline-flex;
        display: inline-flex
    }

    .ladi-cart .ladi-cart-quantity input {
        width: 24px;
        text-align: center;
        height: 22px;
        -moz-appearance: textfield;
        border-top: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc
    }

        .ladi-cart .ladi-cart-quantity input::-webkit-inner-spin-button, .ladi-cart .ladi-cart-quantity input::-webkit-outer-spin-button {
            -webkit-appearance: none;
            margin: 0
        }

    .ladi-cart .ladi-cart-quantity button {
        border: 1px solid #dcdcdc;
        cursor: pointer;
        text-align: center;
        width: 21px;
        height: 22px;
        position: relative;
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none
    }

        .ladi-cart .ladi-cart-quantity button:active {
            transform: translateY(2px);
            transition: transform .2s linear
        }

        .ladi-cart .ladi-cart-quantity button span {
            font-size: 18px;
            position: relative;
            left: .5px
        }

        .ladi-cart .ladi-cart-quantity button:first-child span {
            top: -1.2px
        }

    .ladi-cart .ladi-cart-price {
        width: 100px;
        vertical-align: middle;
        text-align: right;
        padding: 0 10px 0 5px
    }

    .ladi-cart .ladi-cart-row.has-promotion .ladi-cart-price span {
        text-decoration: line-through;
        display: block;
        margin-bottom: 3px
    }

        .ladi-cart .ladi-cart-row.has-promotion .ladi-cart-price span.price-compare {
            text-decoration: none;
            color: #e85d04;
            font-weight: 700;
            margin-bottom: 0
        }

    .ladi-cart .ladi-cart-row.has-promotion .ladi-cart-title span.promotion-name {
        margin-top: 5px;
        display: block;
        word-break: break-word
    }

    .ladi-cart .ladi-cart-action {
        width: 28px;
        vertical-align: middle;
        text-align: center
    }

        .ladi-cart .ladi-cart-action button {
            border: 1px solid #dcdcdc;
            cursor: pointer;
            text-align: center;
            width: 25px;
            height: 22px;
            user-select: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none
        }

            .ladi-cart .ladi-cart-action button:active {
                transform: translateY(2px);
                transition: transform .2s linear
            }

            .ladi-cart .ladi-cart-action button span {
                font-size: 13px;
                position: relative;
                top: .5px
            }

.ladi-video {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    overflow: hidden
}

    .ladi-video .ladi-video-background {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        pointer-events: none
    }

.ladi-group {
    position: absolute;
    width: 100%;
    height: 100%
}

.ladi-button-group {
    position: absolute;
    width: 100%;
    height: 100%
}

.ladi-shape {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.ladi-html-code {
    position: absolute;
    width: 100%;
    height: 100%
}

.ladi-image {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none
}

    .ladi-image .ladi-image-background {
        background-repeat: no-repeat;
        background-position: left top;
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        position: absolute;
        margin: 0 auto;
        width: 100%;
        height: 100%;
        pointer-events: none
    }

.ladi-headline {
    width: 100%;
    display: inline-block;
    background-size: cover;
    background-position: center center
}

    .ladi-headline a {
        text-decoration: underline
    }

.ladi-paragraph {
    width: 100%;
    display: inline-block
}

    .ladi-paragraph a {
        text-decoration: underline
    }

.ladi-list-paragraph {
    width: 100%;
    display: inline-block
}

    .ladi-list-paragraph a {
        text-decoration: underline
    }

    .ladi-list-paragraph ul li {
        position: relative;
        counter-increment: linum
    }

        .ladi-list-paragraph ul li:before {
            position: absolute;
            background-repeat: no-repeat;
            background-size: 100% 100%;
            left: 0
        }

        .ladi-list-paragraph ul li:last-child {
            padding-bottom: 0 !important
        }

.ladi-line {
    position: relative
}

    .ladi-line .ladi-line-container {
        border-bottom: 0 !important;
        border-right: 0 !important;
        width: 100%;
        height: 100%
    }

a[data-action] {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: pointer
}

a:visited {
    color: inherit
}

a:link {
    color: inherit
}

.button-unmute {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

    .button-unmute div {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2036%2036%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m%2021.48%2C17.98%20c%200%2C-1.77%20-1.02%2C-3.29%20-2.5%2C-4.03%20v%202.21%20l%202.45%2C2.45%20c%20.03%2C-0.2%20.05%2C-0.41%20.05%2C-0.63%20z%20m%202.5%2C0%20c%200%2C.94%20-0.2%2C1.82%20-0.54%2C2.64%20l%201.51%2C1.51%20c%20.66%2C-1.24%201.03%2C-2.65%201.03%2C-4.15%200%2C-4.28%20-2.99%2C-7.86%20-7%2C-8.76%20v%202.05%20c%202.89%2C.86%205%2C3.54%205%2C6.71%20z%20M%209.25%2C8.98%20l%20-1.27%2C1.26%204.72%2C4.73%20H%207.98%20v%206%20H%2011.98%20l%205%2C5%20v%20-6.73%20l%204.25%2C4.25%20c%20-0.67%2C.52%20-1.42%2C.93%20-2.25%2C1.18%20v%202.06%20c%201.38%2C-0.31%202.63%2C-0.95%203.69%2C-1.81%20l%202.04%2C2.05%201.27%2C-1.27%20-9%2C-9%20-7.72%2C-7.72%20z%20m%207.72%2C.99%20-2.09%2C2.08%202.09%2C2.09%20V%209.98%20z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        width: 60px;
        height: 60px;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        background-color: rgba(0, 0, 0, .5);
        border-radius: 100%;
        background-size: 90%;
        background-repeat: no-repeat;
        background-position: center center
    }

[data-opacity="0"] {
    opacity: 0
}

[data-hidden=true] {
    display: none
}

[data-action=true] {
    cursor: pointer
}

.ladi-hidden {
    display: none
}

.backdrop-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 90000060
}

.lightbox-screen {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 9000000080;
    background: rgba(0, 0, 0, .5)
}

    .lightbox-screen .lightbox-close {
        position: absolute;
        z-index: 9000000090;
        cursor: pointer
    }

    .lightbox-screen .lightbox-hidden {
        display: none
    }

.ladi-animation-hidden {
    visibility: hidden !important
}

.ladi-lazyload {
    background-image: none !important
}

.ladi-list-paragraph ul li.ladi-lazyload:before {
    background-image: none !important
}

.ladi-cart-number {
    position: absolute;
    top: -2px;
    right: -7px;
    background: #f36e36;
    text-align: center;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    border-radius: 100%
}

.ladi-form-quantity {
    display: -webkit-inline-flex;
    display: inline-flex;
    border-color: inherit
}

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item.ladi-form-quantity .ladi-form-control {
    text-align: center;
    pointer-events: none;
    -moz-appearance: textfield;
    width: calc(100% - 45px);
    padding: 0;
    min-width: 24px;
    border-top: 1px hidden;
    border-bottom: 1px hidden;
    border-color: inherit
}

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item.ladi-form-quantity input::-webkit-inner-spin-button, .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item.ladi-form-quantity input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.ladi-form-quantity button {
    border: 1px hidden;
    border-color: inherit;
    cursor: pointer;
    text-align: center;
    width: 30px;
    height: 100%;
    position: relative;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

    .ladi-form-quantity button span {
        font-size: 18px;
        position: relative;
        left: .5px
    }

    .ladi-form-quantity button:first-child span {
        top: -1.2px
    }

.ladi-form [data-variant=true] select option[disabled] {
    background: #fff;
    color: #b8b8b8 !important
}

.ladi-story-page-progress-bar {
    width: 100%;
    height: 25px;
    position: fixed;
    top: 0;
    left: 0
}

.ladi-story-page-progress-bar-item {
    height: 100%;
    width: 100%;
    display: block;
    float: left;
    margin: 0 5px;
    position: relative;
    cursor: pointer
}

    .ladi-story-page-progress-bar-item:before {
        content: '';
        position: absolute;
        background: rgba(255, 255, 255, .4);
        border-radius: 10px;
        width: 100%;
        height: 4px;
        margin: auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0
    }

    .ladi-story-page-progress-bar-item.active:before {
        background: #fff
    }

    .ladi-story-page-progress-bar-item span {
        background: #fff;
        border-radius: 10px;
        height: 4px;
        display: block;
        margin: auto 0;
        top: 0;
        bottom: 0;
        position: absolute;
        transition: width .3s linear;
        width: 0%
    }

.ladi-carousel .ladi-carousel-arrow, .ladi-collection .ladi-collection-arrow, .ladi-collection .ladi-collection-button-next, .ladi-gallery .ladi-gallery-control .ladi-gallery-control-arrow, .ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow, .ladi-section .ladi-section-arrow-down {
    width: 33px;
    height: 33px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")
}

#SECTION_POPUP .popup-close, .lightbox-screen .lightbox-close {
    width: 18px;
    height: 18px;
    margin: 6px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20148.1%20148.1%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M83.4%2C74l54.1-54.1c2.6-2.6%2C2.6-6.8%2C0-9.3c-2.6-2.6-6.8-2.6-9.3%2C0L74%2C64.7L20%2C10.5c-2.6-2.6-6.8-2.6-9.3%2C0c-2.6%2C2.6-2.6%2C6.8%2C0%2C9.3l54%2C54.1l-54.1%2C54.1c-2.6%2C2.6-2.6%2C6.8%2C0%2C9.3c2.6%2C2.6%2C6.8%2C2.6%2C9.3%2C0l54.1-54l54.1%2C54.1c1.3%2C1.3%2C3%2C1.9%2C4.7%2C1.9s3.4-0.6%2C4.7-1.9c1.3-1.3%2C2-3.1%2C2-4.9c0-1.7-0.8-3.4-2-4.6L83.4%2C74z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")
}

#BODY_BACKGROUND {
    position: fixed;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100vh !important
}

#POPUP_BLOG .ladi-headline img, #POPUP_BLOG .ladi-paragraph img {
    max-width: 100%
}

@media (min-width: 768px) {
    .ladi-fullwidth {
        width: 100vw !important;
        left: calc(-50vw + 50%) !important;
        box-sizing: border-box !important;
        transform: none !important
    }

        .ladi-fullwidth .ladi-gallery-view-item {
            transition-duration: 1.5s
        }
}

@media (max-width: 767px) {
    .ladi-element.ladi-auto-scroll {
        overflow-x: scroll;
        overflow-y: hidden;
        width: 100% !important;
        left: 0 !important;
        -webkit-overflow-scrolling: touch
    }

    .ladi-section.ladi-auto-scroll {
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch
    }

    .ladi-carousel .ladi-carousel-content {
        transition: left .3s ease-in-out
    }

    .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item {
        transition: transform .3s ease-in-out
    }

    #POPUP_BLOG .ladi-headline img, #POPUP_BLOG .ladi-paragraph img {
        height: auto !important
    }
}

.ladi-notify-transition {
    transition: top .5s ease-in-out, bottom .5s ease-in-out, opacity .5s ease-in-out
}

.ladi-notify {
    padding: 5px;
    box-shadow: 0 0 1px rgba(64, 64, 64, .3), 0 8px 50px rgba(64, 64, 64, .05);
    border-radius: 40px;
    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 div {
            text-decoration: none;
            color: rgba(64, 64, 64, 1);
            display: inline
        }

        .ladi-notify .ladi-notify-copyright strong {
            font-weight: 700
        }

.builder-container .ladi-notify {
    transition: unset
}

.ladi-spin-lucky {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    box-shadow: 0 0 7px 0 rgba(64, 64, 64, .6), 0 8px 50px rgba(64, 64, 64, .3);
    background-repeat: no-repeat;
    background-size: cover
}

    .ladi-spin-lucky .ladi-spin-lucky-start {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 20%;
        height: 20%;
        cursor: pointer;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        transition: transform .3s ease-in-out;
        -webkit-transition: transform .3s ease-in-out
    }

        .ladi-spin-lucky .ladi-spin-lucky-start:hover {
            transform: scale(1.1)
        }

    .ladi-spin-lucky .ladi-spin-lucky-screen {
        width: 100%;
        height: 100%;
        border-radius: 100%;
        transition: transform 7s cubic-bezier(.25, .1, 0, 1);
        -webkit-transition: transform 7s cubic-bezier(.25, .1, 0, 1);
        text-decoration-line: inherit;
        -webkit-text-decoration-line: inherit;
        text-transform: inherit
    }

        .ladi-spin-lucky .ladi-spin-lucky-screen:before {
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            pointer-events: none
        }

    .ladi-spin-lucky .ladi-spin-lucky-label {
        position: absolute;
        top: 50%;
        left: 50%;
        overflow: hidden;
        width: 42%;
        padding-left: 12%;
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        text-decoration-line: inherit;
        -webkit-text-decoration-line: inherit;
        text-transform: inherit;
        line-height: 1.6;
        text-shadow: rgba(0, 0, 0, .5) 1px 0 2px
    }

@media (min-width: 768px) {
    .ladi-section .ladi-container

{
    width: 1200px;
}

}

@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;
}

#SECTION32 {
    height: 472.07px;
}

    #SECTION32 > .ladi-overlay {
        background-color: rgb(235, 248, 254);
        opacity: 0.85;
    }

    #SECTION32 > .ladi-section-background {
        background-size: cover;
        background-attachment: fixed;
        background-image: url("https://w.ladicdn.com/s1440x472/5c8f292f0ecdc230dd3bd7b9/1vzm_xlh20200826021606.jpg");
        background-position: center top;
        background-repeat: repeat;
    }

#HEADLINE33 {
    width: 686px;
    top: 66.25px;
    left: 250px;
}

    #HEADLINE33 > .ladi-headline {
        color: rgb(242, 67, 13);
        font-size: 40px;
        font-weight: bold;
        text-align: center;
        line-height: 1.2;
    }

#GROUP35 {
    width: 175.288px;
    height: 254.388px;
    top: 173.95px;
    left: 397.833px;
}

#SHAPE36 {
    width: 138.995px;
    height: 138.995px;
    top: 0px;
    left: 12.5758px;
}

    #SHAPE36 svg:last-child {
        fill: rgba(5, 31, 77, 1.0);
    }

#HEADLINE38 {
    width: 169px;
    top: 169.388px;
    left: 6.28789px;
}

    #HEADLINE38 > .ladi-headline {
        color: rgb(9, 9, 56);
        font-size: 18px;
        text-align: center;
        line-height: 1.6;
    }

#SHAPE39 {
    width: 59.5695px;
    height: 59.5694px;
    top: 79.4259px;
    left: 0px;
}

    #SHAPE39 > .ladi-shape {
        opacity: 0.75;
    }

    #SHAPE39 svg:last-child {
        fill: rgba(255, 97, 25, 1.0);
    }

#GROUP40 {
    width: 161.087px;
    height: 268.502px;
    top: 0px;
    left: 0px;
}

#SHAPE41 {
    width: 138.217px;
    height: 138.217px;
    top: 0px;
    left: 12.5055px;
}

    #SHAPE41 svg:last-child {
        fill: rgba(5, 31, 77, 1.0);
    }

#HEADLINE43 {
    width: 142px;
    top: 157.502px;
    left: 19.0872px;
}

    #HEADLINE43 > .ladi-headline {
        color: rgb(9, 9, 56);
        font-size: 18px;
        text-align: center;
        line-height: 1.6;
    }

#SHAPE44 {
    width: 59.2361px;
    height: 59.2361px;
    top: 78.9814px;
    left: 0px;
}

    #SHAPE44 > .ladi-shape {
        opacity: 0.75;
    }

    #SHAPE44 svg:last-child {
        fill: rgba(255, 97, 25, 1.0);
    }

#GROUP45 {
    width: 149.113px;
    height: 268.819px;
    top: 0px;
    left: 0px;
}

#SHAPE46 {
    width: 136.741px;
    height: 136.74px;
    top: 0px;
    left: 12.3718px;
}

    #SHAPE46 svg:last-child {
        fill: rgba(5, 31, 77, 1.0);
    }

#HEADLINE48 {
    width: 132px;
    top: 155.819px;
    left: 12.3718px;
}

    #HEADLINE48 > .ladi-headline {
        color: rgb(9, 9, 56);
        font-size: 18px;
        text-align: center;
        line-height: 1.6;
    }

#SHAPE49 {
    width: 58.603px;
    height: 58.603px;
    top: 78.1372px;
    left: 0px;
}

    #SHAPE49 > .ladi-shape {
        opacity: 0.75;
    }

    #SHAPE49 svg:last-child {
        fill: rgba(255, 97, 25, 1.0);
    }

#LINE50 {
    height: 118px;
    top: 179.95px;
    left: 348.5px;
}

    #LINE50 > .ladi-line > .ladi-line-container {
        border-top: 0px !important;
        border-right: 1px solid rgba(8, 58, 145, 0.5);
        border-bottom: 1px solid rgba(8, 58, 145, 0.5);
        border-left: 1px solid rgba(8, 58, 145, 0.5);
    }

    #LINE50 > .ladi-line {
        height: 100%;
        padding: 0px 8px;
    }

#LINE51 {
    height: 114px;
    top: 179.95px;
    left: 591.5px;
}

    #LINE51 > .ladi-line > .ladi-line-container {
        border-top: 0px !important;
        border-right: 1px solid rgba(8, 58, 145, 0.5);
        border-bottom: 1px solid rgba(8, 58, 145, 0.5);
        border-left: 1px solid rgba(8, 58, 145, 0.5);
    }

    #LINE51 > .ladi-line {
        height: 100%;
        padding: 0px 8px;
    }

#LINE52 {
    height: 118px;
    top: 179.95px;
    left: 834.5px;
}

    #LINE52 > .ladi-line > .ladi-line-container {
        border-top: 0px !important;
        border-right: 1px solid rgba(8, 58, 145, 0.5);
        border-bottom: 1px solid rgba(8, 58, 145, 0.5);
        border-left: 1px solid rgba(8, 58, 145, 0.5);
    }

    #LINE52 > .ladi-line {
        height: 100%;
        padding: 0px 8px;
    }

#GROUP53 {
    width: 151.658px;
    height: 252.852px;
    top: 0px;
    left: 0px;
}

#SHAPE54 {
    width: 130.201px;
    height: 130.2px;
    top: 0px;
    left: 11.1789px;
}

    #SHAPE54 svg:last-child {
        fill: rgba(1, 33, 87, 1.0);
    }

#HEADLINE56 {
    width: 151px;
    top: 169.852px;
    left: 0.65758px;
}

    #HEADLINE56 > .ladi-headline {
        color: rgb(9, 9, 56);
        font-size: 18px;
        text-align: center;
        line-height: 1.6;
    }

#SHAPE57 {
    width: 59.1822px;
    height: 59.182px;
    top: 79.9944px;
    left: 0px;
}

    #SHAPE57 > .ladi-shape {
        opacity: 0.75;
    }

    #SHAPE57 svg:last-child {
        fill: rgba(255, 97, 25, 1.0);
    }

#PARAGRAPH154 {
    width: 260px;
    top: 296.198px;
    left: 4.00005px;
}

    #PARAGRAPH154 > .ladi-paragraph {
        color: rgb(5, 34, 74);
        font-size: 15px;
        text-align: justify;
        line-height: 1.4;
    }

#HEADLINE155 {
    width: 267px;
    top: 227.198px;
    left: 0px;
}

    #HEADLINE155 > .ladi-headline {
        color: rgb(5, 31, 77);
        font-size: 17px;
        font-weight: bold;
        text-align: center;
        line-height: 1.2;
    }

#HEADLINE160 {
    width: 251px;
    top: 227.198px;
    left: 355px;
}

    #HEADLINE160 > .ladi-headline {
        color: rgb(5, 31, 77);
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        line-height: 1.2;
    }

#PARAGRAPH161 {
    width: 260px;
    top: 295.198px;
    left: 350px;
}

    #PARAGRAPH161 > .ladi-paragraph {
        color: rgb(5, 31, 77);
        font-size: 15px;
        text-align: justify;
        line-height: 1.4;
    }

#HEADLINE166 {
    width: 263px;
    top: 228.387px;
    left: 694.578px;
}

    #HEADLINE166 > .ladi-headline {
        color: rgb(5, 31, 77);
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        line-height: 1.2;
    }

#PARAGRAPH167 {
    width: 260px;
    top: 295.387px;
    left: 694.578px;
}

    #PARAGRAPH167 > .ladi-paragraph {
        color: rgb(5, 31, 77);
        font-size: 15px;
        text-align: justify;
        line-height: 1.4;
    }

#HEADLINE274 {
    width: 641px;
    top: 292.367px;
    left: 117.5px;
}

    #HEADLINE274 > .ladi-headline {
        color: rgb(251, 250, 253);
        font-size: 50px;
        font-weight: bold;
        line-height: 1.6;
        text-shadow: rgb(0, 0, 0) 5px 2px 1px;
    }

#HEADLINE273 {
    width: 780px;
    top: 219.527px;
    left: 51px;
}

    #HEADLINE273 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 50px;
        font-weight: bold;
        line-height: 1.6;
        text-shadow: rgb(0, 0, 0) 5px 3px 1px;
    }

#HEADLINE272 {
    width: 396px;
    top: 114.418px;
    left: 231.5px;
}

    #HEADLINE272 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 60px;
        text-align: center;
        line-height: 1.6;
    }

#HEADLINE271 {
    width: 859px;
    top: 0px;
    left: 0px;
}

    #HEADLINE271 > .ladi-headline {
        color: rgb(255, 185, 1);
        font-size: 74px;
        font-weight: bold;
        line-height: 1.6;
    }

#SECTION2 {
    height: 618.9px;
    display: none !important;
}

    #SECTION2 > .ladi-overlay {
        background: rgba(28, 16, 145, 1.0);
        background: -webkit-radial-gradient(circle, rgba(28, 16, 145, 1.0), rgba(0, 0, 0, 1.0));
        background: radial-gradient(circle, rgba(28, 16, 145, 1.0), rgba(0, 0, 0, 1.0));
        opacity: 0.86;
    }

    #SECTION2 > .ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("https://w.ladicdn.com/s1440x618/5c8f292f0ecdc230dd3bd7b9/qti8r49u20200826033629.jpg");
        background-position: center top;
        background-repeat: repeat;
    }

#SECTION279 {
    height: 80px;
}

    #SECTION279 > .ladi-section-background {
        background-color: rgb(5, 34, 74);
    }

#SHAPE283 {
    width: 40px;
    height: 40px;
    top: 14.8336px;
    left: 1092px;
    display: none !important;
}

    #SHAPE283 svg:last-child {
        fill: rgba(255, 255, 255, 1.0);
    }

#BUTTON284 {
    width: 117.317px;
    height: 35.1658px;
    top: 23.9171px;
    left: 983px;
}

    #BUTTON284 > .ladi-button > .ladi-button-background {
        background-color: rgb(255, 255, 255);
    }

    #BUTTON284 > .ladi-button {
        border-color: rgb(244, 64, 37);
        border-width: 1px;
        border-radius: 100px;
    }

    #BUTTON284.ladi-animation > .ladi-button {
        animation-name: pulse;
        -webkit-animation-name: pulse;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
    }

#BUTTON_TEXT284 {
    width: 86px;
    top: 9px;
    left: 0px;
}

    #BUTTON_TEXT284 > .ladi-headline {
        color: rgb(244, 64, 37);
        font-size: 21px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

#BUTTON287 {
    width: 143.795px;
    height: 45.3127px;
    top: 20.6873px;
    left: 313px;
}

    #BUTTON287 > .ladi-button > .ladi-button-background {
        background-color: rgba(245, 65, 38, 0);
    }

    #BUTTON287 > .ladi-button {
        border-color: rgb(244, 64, 37);
        border-width: 1px;
        border-radius: 100px;
    }

#BUTTON_TEXT287 {
    width: 87px;
    top: 10.1111px;
    left: 0px;
}

    #BUTTON_TEXT287 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

        #BUTTON_TEXT287 > .ladi-headline:hover {
            color: rgb(255, 193, 1);
        }

#BUTTON289 {
    width: 176.378px;
    height: 45.3127px;
    top: 20.6873px;
    left: 456.793px;
}

    #BUTTON289 > .ladi-button > .ladi-button-background {
        background-color: rgba(245, 65, 38, 0);
    }

    #BUTTON289 > .ladi-button {
        border-color: rgb(244, 64, 37);
        border-width: 1px;
        border-radius: 100px;
    }

#BUTTON_TEXT289 {
    width: 107px;
    top: 10.1111px;
    left: 0px;
}

    #BUTTON_TEXT289 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

        #BUTTON_TEXT289 > .ladi-headline:hover {
            color: rgb(255, 193, 1);
        }

#BUTTON291 {
    width: 136.5px;
    height: 38.3551px;
    top: 23.23px;
    left: 633.174px;
}

    #BUTTON291 > .ladi-button > .ladi-button-background {
        background-color: rgba(245, 65, 38, 0);
    }

    #BUTTON291 > .ladi-button {
        border-color: rgb(244, 64, 37);
        border-width: 1px;
        border-radius: 100px;
    }

#BUTTON_TEXT291 {
    width: 102px;
    top: 10.1111px;
    left: 0px;
}

    #BUTTON_TEXT291 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

        #BUTTON_TEXT291 > .ladi-headline:hover {
            color: rgb(255, 193, 1);
        }

#SECTION339 {
    height: 655.89px;
}

    #SECTION339 > .ladi-section-background {
        background-color: rgb(251, 250, 253);
    }

#HEADLINE342 {
    width: 747px;
    top: 43.49px;
    left: 226.5px;
}

    #HEADLINE342 > .ladi-headline {
        color: rgb(242, 67, 13);
        font-size: 31px;
        font-weight: bold;
        text-align: center;
        line-height: 1;
    }

#HEADLINE343 {
    width: 1048px;
    top: 149.49px;
    left: 71.5px;
}

    #HEADLINE343 > .ladi-headline {
        color: rgb(5, 34, 74);
        font-size: 19px;
        text-align: justify;
        line-height: 1.2;
    }

#HEADLINE357 {
    width: 1050px;
    top: 229.6px;
    left: 73.2266px;
}

    #HEADLINE357 > .ladi-headline {
        color: rgb(5, 34, 74);
        font-size: 19px;
        font-weight: bold;
        text-align: justify;
        line-height: 1.2;
    }

#HEADLINE361 {
    width: 1048px;
    top: 291.284px;
    left: 73.2266px;
}

    #HEADLINE361 > .ladi-headline {
        color: rgb(5, 34, 74);
        font-size: 19px;
        font-weight: bold;
        text-align: justify;
        line-height: 1.2;
    }

#HEADLINE363 {
    width: 1050px;
    top: 513.6px;
    left: 73.2266px;
}

    #HEADLINE363 > .ladi-headline {
        color: rgb(5, 34, 74);
        font-size: 19px;
        font-weight: bold;
        text-align: justify;
        line-height: 1.4;
    }

#SECTION365 {
    height: 1336.9px;
    display: none !important;
}

    #SECTION365 > .ladi-section-background {
        background-color: rgba(235, 243, 255, 0.5);
    }

#IMAGE389 {
    width: 554.2px;
    height: 483.906px;
    top: 16px;
    left: 334.9px;
}

    #IMAGE389 > .ladi-image > .ladi-image-background {
        width: 554.2px;
        height: 483.906px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s900x800/5c8f292f0ecdc230dd3bd7b9/3tg-20210312040007.png");
    }

    #IMAGE389.ladi-animation > .ladi-image {
        animation-name: pulse;
        -webkit-animation-name: pulse;
        animation-delay: 1s;
        -webkit-animation-delay: 1s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

#HEADLINE392 {
    width: 941px;
    top: 517.45px;
    left: 129.5px;
}

    #HEADLINE392 > .ladi-headline {
        color: rgb(5, 31, 77);
        font-size: 26px;
        font-weight: bold;
        text-align: justify;
        line-height: 1.4;
    }

#BOX395 {
    width: 1821px;
    height: 592.541px;
    top: 744.359px;
    left: -309px;
}

    #BOX395 > .ladi-box > .ladi-overlay {
        background: rgba(2, 30, 79, 1.0);
        background: -webkit-linear-gradient(180deg, rgba(2, 30, 79, 1.0), rgba(2, 13, 32, 1.0));
        background: linear-gradient(180deg, rgba(2, 30, 79, 1.0), rgba(2, 13, 32, 1.0));
        opacity: 0.93;
    }

    #BOX395 > .ladi-box {
        background-size: auto 100%;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("https://w.ladicdn.com/s2150x900/5c8f292f0ecdc230dd3bd7b9/s3adqvuf20200824081114.jpg");
        background-position: center top;
        background-repeat: repeat;
        border-radius: 0px;
    }

#BOX398 {
    width: 960px;
    height: 510.4px;
    top: 593.5px;
    left: 120px;
}

    #BOX398 > .ladi-box {
        background-color: rgb(255, 255, 255);
    }

#GROUP399 {
    width: 913px;
    height: 430.245px;
    top: 619.283px;
    left: 143.5px;
}

#GROUP400 {
    width: 284.668px;
    height: 427.278px;
    top: 0.932433px;
    left: 0px;
}

#BOX401 {
    width: 284.668px;
    height: 408px;
    top: 20.2783px;
    left: 0px;
}

    #BOX401 > .ladi-box {
        background-color: rgba(253, 251, 251, 0);
        border-style: solid;
        border-color: rgba(0, 0, 0, 0.7);
        border-width: 1px;
    }

#GROUP403 {
    width: 203px;
    height: 42.1408px;
    top: 0px;
    left: 41.5px;
}

#SHAPE404 {
    width: 203px;
    height: 42.1408px;
    top: 0px;
    left: 0px;
}

    #SHAPE404 svg:last-child {
        fill: url("#SHAPE404_desktop_gradient");
    }

#HEADLINE405 {
    width: 203px;
    top: 6.42816px;
    left: 0px;
}

    #HEADLINE405 > .ladi-headline {
        font-family: "Open Sans", sans-serif;
        color: rgb(255, 255, 255);
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        line-height: 1.2;
    }

#PARAGRAPH408 {
    width: 264px;
    top: 59.9129px;
    left: 7.5px;
}

    #PARAGRAPH408 > .ladi-paragraph {
        color: rgb(0, 0, 0);
        font-size: 15px;
        text-align: justify;
        line-height: 2;
    }

#BOX410 {
    width: 285px;
    height: 408px;
    top: 22.5577px;
    left: 314px;
}

    #BOX410 > .ladi-box {
        background-color: rgba(253, 251, 251, 0);
        border-style: solid;
        border-color: rgba(0, 0, 0, 0.7);
        border-width: 1px;
    }

#GROUP412 {
    width: 203px;
    height: 44.944px;
    top: 1.50774px;
    left: 355.5px;
}

#SHAPE413 {
    width: 203px;
    height: 44.944px;
    top: 0px;
    left: 0px;
}

    #SHAPE413 svg:last-child {
        fill: url("#SHAPE413_desktop_gradient");
    }

#HEADLINE414 {
    width: 187px;
    top: 16.6855px;
    left: 8px;
}

    #HEADLINE414 > .ladi-headline {
        font-family: "Open Sans", sans-serif;
        color: rgb(255, 255, 255);
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        line-height: 1;
    }

#PARAGRAPH417 {
    width: 266px;
    top: 64.5869px;
    left: 320.5px;
}

    #PARAGRAPH417 > .ladi-paragraph {
        color: rgb(0, 0, 0);
        font-size: 15px;
        text-align: justify;
        line-height: 2;
    }

#GROUP418 {
    width: 285px;
    height: 430.245px;
    top: 0px;
    left: 628px;
}

#BOX419 {
    width: 285px;
    height: 407.757px;
    top: 22.4875px;
    left: 0px;
}

    #BOX419 > .ladi-box {
        background-color: rgba(253, 251, 251, 0);
        border-style: solid;
        border-color: rgba(0, 0, 0, 0.7);
        border-width: 1px;
    }

#GROUP421 {
    width: 203px;
    height: 44.7941px;
    top: 0px;
    left: 41.5px;
}

#SHAPE422 {
    width: 203px;
    height: 44.7941px;
    top: 0px;
    left: 0px;
}

    #SHAPE422 svg:last-child {
        fill: url("#SHAPE422_desktop_gradient");
    }

#HEADLINE423 {
    width: 187px;
    top: 17.0967px;
    left: 8px;
}

    #HEADLINE423 > .ladi-headline {
        font-family: "Open Sans", sans-serif;
        color: rgb(255, 255, 255);
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        line-height: 1;
    }

#PARAGRAPH426 {
    width: 247px;
    top: 63.724px;
    left: 19.5px;
}

    #PARAGRAPH426 > .ladi-paragraph {
        color: rgb(0, 0, 0);
        font-size: 16px;
        text-align: justify;
        line-height: 2;
    }

#HEADLINE427 {
    width: 921px;
    top: 1153.89px;
    left: 139.5px;
}

    #HEADLINE427 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 18px;
        font-weight: bold;
        text-align: justify;
        line-height: 1.6;
    }

#SECTION436 {
    height: 2045.4px;
    display: none !important;
}

#HEADLINE437 {
    width: 536px;
    top: 51px;
    left: 332px;
}

    #HEADLINE437 > .ladi-headline {
        color: rgb(244, 64, 37);
        font-size: 40px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

#IMAGE438 {
    width: 1006.75px;
    height: 120.5px;
    top: 0px;
    left: 0px;
}

    #IMAGE438 > .ladi-image > .ladi-image-background {
        width: 1006.75px;
        height: 120.5px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s1350x450/5c8f292f0ecdc230dd3bd7b9/7-20200825021712.png");
    }

#IMAGE439 {
    width: 498.207px;
    height: 301px;
    top: 150.5px;
    left: 61.6465px;
}

    #IMAGE439 > .ladi-image > .ladi-image-background {
        width: 498.207px;
        height: 301px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s800x650/5c8f292f0ecdc230dd3bd7b9/1-20200827073017.jpg");
    }

    #IMAGE439 > .ladi-image {
        box-shadow: 10px 8px 1px -6px rgba(5, 31, 77, 1);
        -webkit-box-shadow: 10px 8px 1px -6px rgba(5, 31, 77, 1);
    }

#PARAGRAPH440 {
    width: 404px;
    top: 206.5px;
    left: 590.75px;
}

    #PARAGRAPH440 > .ladi-paragraph {
        color: rgb(5, 31, 77);
        font-size: 17px;
        font-weight: bold;
        text-align: justify;
        line-height: 1.6;
    }

#GROUP441 {
    width: 1006.75px;
    height: 451.5px;
    top: 0px;
    left: 0px;
}

#IMAGE443 {
    width: 1012.28px;
    height: 119.5px;
    top: 0px;
    left: 0px;
}

    #IMAGE443 > .ladi-image > .ladi-image-background {
        width: 1012.28px;
        height: 119.5px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s1350x450/5c8f292f0ecdc230dd3bd7b9/7-20200825021712.png");
    }

#IMAGE444 {
    width: 498.207px;
    height: 301px;
    top: 150.5px;
    left: 59.6465px;
}

    #IMAGE444 > .ladi-image > .ladi-image-background {
        width: 498.207px;
        height: 301px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s800x650/5c8f292f0ecdc230dd3bd7b9/2-20200827073142.jpg");
    }

    #IMAGE444 > .ladi-image {
        box-shadow: 10px 8px 1px -6px rgba(5, 31, 77, 1);
        -webkit-box-shadow: 10px 8px 1px -6px rgba(5, 31, 77, 1);
    }

#PARAGRAPH445 {
    width: 389px;
    top: 192.5px;
    left: 588.75px;
}

    #PARAGRAPH445 > .ladi-paragraph {
        color: rgb(5, 31, 77);
        font-size: 17px;
        font-weight: bold;
        text-align: justify;
        line-height: 1.6;
    }

#GROUP442 {
    width: 1012.28px;
    height: 451.5px;
    top: 599.996px;
    left: 75.25px;
}

#IMAGE447 {
    width: 1012.28px;
    height: 119.5px;
    top: 0px;
    left: 0px;
}

    #IMAGE447 > .ladi-image > .ladi-image-background {
        width: 1012.28px;
        height: 119.5px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s1350x450/5c8f292f0ecdc230dd3bd7b9/7-20200825021712.png");
    }

#IMAGE448 {
    width: 498.207px;
    height: 301px;
    top: 150.5px;
    left: 59.6465px;
}

    #IMAGE448 > .ladi-image > .ladi-image-background {
        width: 498.207px;
        height: 279.748px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s800x600/5c8f292f0ecdc230dd3bd7b9/3-20200827073302.jpg");
    }

    #IMAGE448 > .ladi-image {
        box-shadow: 10px 8px 1px -6px rgba(5, 31, 77, 1);
        -webkit-box-shadow: 10px 8px 1px -6px rgba(5, 31, 77, 1);
    }

#PARAGRAPH449 {
    width: 402px;
    top: 160.5px;
    left: 588.75px;
}

    #PARAGRAPH449 > .ladi-paragraph {
        color: rgb(5, 31, 77);
        font-size: 17px;
        font-weight: bold;
        text-align: justify;
        line-height: 1.6;
    }

#GROUP446 {
    width: 1012.28px;
    height: 453.5px;
    top: 1097px;
    left: 75.25px;
}

#IMAGE451 {
    width: 1012.28px;
    height: 119.5px;
    top: 0px;
    left: 0px;
}

    #IMAGE451 > .ladi-image > .ladi-image-background {
        width: 1012.28px;
        height: 119.5px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s1350x450/5c8f292f0ecdc230dd3bd7b9/7-20200825021712.png");
    }

#IMAGE452 {
    width: 498.207px;
    height: 301px;
    top: 150.5px;
    left: 59.6465px;
}

    #IMAGE452 > .ladi-image > .ladi-image-background {
        width: 498.207px;
        height: 291.721px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s800x600/5c8f292f0ecdc230dd3bd7b9/screenshot-14-20200827090824.png");
    }

    #IMAGE452 > .ladi-image {
        box-shadow: 10px 8px 1px -6px rgba(5, 31, 77, 1);
        -webkit-box-shadow: 10px 8px 1px -6px rgba(5, 31, 77, 1);
    }

#PARAGRAPH453 {
    width: 396px;
    top: 174.5px;
    left: 588.75px;
}

    #PARAGRAPH453 > .ladi-paragraph {
        color: rgb(5, 31, 77);
        font-size: 17px;
        font-weight: bold;
        text-align: justify;
        line-height: 1.6;
    }

#GROUP450 {
    width: 1012.28px;
    height: 451.5px;
    top: 1575.9px;
    left: 48.25px;
}

#HEADLINE454 {
    width: 51px;
    top: 24px;
    left: 116.75px;
}

    #HEADLINE454 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 32px;
        font-weight: bold;
        line-height: 1.6;
    }

#HEADLINE455 {
    width: 51px;
    top: 626.496px;
    left: 181px;
}

    #HEADLINE455 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 32px;
        font-weight: bold;
        line-height: 1.6;
    }

#HEADLINE456 {
    width: 51px;
    top: 1121.5px;
    left: 180px;
}

    #HEADLINE456 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 32px;
        font-weight: bold;
        line-height: 1.6;
    }

#HEADLINE457 {
    width: 51px;
    top: 1599.5px;
    left: 168px;
}

    #HEADLINE457 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 32px;
        font-weight: bold;
        line-height: 1.6;
    }

#HEADLINE458 {
    width: 756px;
    top: 28px;
    left: 240.75px;
}

    #HEADLINE458 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 30px;
        font-weight: bold;
        line-height: 1.6;
    }

#HEADLINE459 {
    width: 756px;
    top: 626.496px;
    left: 348px;
}

    #HEADLINE459 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 30px;
        font-weight: bold;
        line-height: 1.6;
    }

#HEADLINE460 {
    width: 756px;
    top: 1125px;
    left: 303px;
}

    #HEADLINE460 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 30px;
        font-weight: bold;
        line-height: 1.6;
    }

#HEADLINE461 {
    width: 756px;
    top: 1610px;
    left: 303px;
}

    #HEADLINE461 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 25px;
        font-weight: bold;
        line-height: 1.6;
    }

#IMAGE462 {
    width: 50.3031px;
    height: 50.303px;
    top: 219.151px;
    left: 454.755px;
}

    #IMAGE462 > .ladi-image > .ladi-image-background {
        width: 50.3031px;
        height: 50.303px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s400x400/5c8f292f0ecdc230dd3bd7b9/class-20200804021821.png");
    }

#IMAGE463 {
    width: 49.9761px;
    height: 49.9759px;
    top: 42.9346px;
    left: 51.2912px;
}

    #IMAGE463 > .ladi-image > .ladi-image-background {
        width: 49.9761px;
        height: 49.9759px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s350x350/5c8f292f0ecdc230dd3bd7b9/116708702_2992504190859199_9203745146852900758_n-20200804024633.png");
    }

#IMAGE464 {
    width: 38.1744px;
    height: 38.1744px;
    top: 47.581px;
    left: 61.2107px;
}

    #IMAGE464 > .ladi-image > .ladi-image-background {
        width: 38.1744px;
        height: 38.1744px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s350x350/5c8f292f0ecdc230dd3bd7b9/list-20200804022439.png");
    }

#IMAGE465 {
    width: 42.3244px;
    height: 42.3243px;
    top: 44.4679px;
    left: 59.5798px;
}

    #IMAGE465 > .ladi-image > .ladi-image-background {
        width: 42.3244px;
        height: 42.3243px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s350x350/5c8f292f0ecdc230dd3bd7b9/117119487_933530223799280_6449549146962733252_n-20200804024811.png");
    }

#GROUP466 {
    width: 151.658px;
    height: 252.852px;
    top: 173.95px;
    left: 161.099px;
}

#GROUP468 {
    width: 161.087px;
    height: 268.502px;
    top: 173.95px;
    left: 643.334px;
}

#GROUP469 {
    width: 149.113px;
    height: 268.819px;
    top: 173.95px;
    left: 885.981px;
}

#BUTTON473 {
    width: 236.5px;
    height: 56px;
    top: 360.744px;
    left: 480px;
}

    #BUTTON473 > .ladi-button > .ladi-button-background {
        background-color: rgb(244, 64, 37);
    }

    #BUTTON473 > .ladi-button {
        border-color: rgb(244, 64, 37);
        border-width: 1px;
        border-radius: 116px;
    }

    #BUTTON473.ladi-animation > .ladi-button {
        animation-name: fadeIn;
        -webkit-animation-name: fadeIn;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

#BUTTON_TEXT473 {
    width: 136px;
    top: 9px;
    left: 0px;
}

    #BUTTON_TEXT473 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #BUTTON_TEXT473.ladi-animation > .ladi-headline {
        animation-name: pulse;
        -webkit-animation-name: pulse;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
    }

#HEADLINE477 {
    width: 990px;
    top: 0px;
    left: 0px;
}

    #HEADLINE477 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 24px;
        text-align: center;
        line-height: 1.6;
    }

#HEADLINE478 {
    width: 919px;
    top: 183.417px;
    left: 50px;
}

    #HEADLINE478 > .ladi-headline {
        color: rgb(255, 193, 1);
        font-size: 40px;
        font-weight: bold;
        text-align: center;
        line-height: 1.4;
    }

#HEADLINE506 {
    width: 758px;
    top: 41.05px;
    left: 221px;
}

    #HEADLINE506 > .ladi-headline {
        color: rgb(255, 185, 1);
        font-size: 46px;
        font-weight: bold;
        text-align: center;
        line-height: 1.4;
    }

#HEADLINE507 {
    width: 960px;
    top: 209.545px;
    left: 120px;
}

    #HEADLINE507 > .ladi-headline {
        font-family: "Open Sans", sans-serif;
        color: rgb(255, 255, 255);
        font-size: 25px;
        font-weight: bold;
        text-align: center;
        line-height: 1.2;
    }

#HEADLINE554 {
    width: 479px;
    top: 101.315px;
    left: 69px;
}

    #HEADLINE554 > .ladi-headline {
        color: rgba(255, 255, 255, 0.9);
        font-size: 20px;
        text-align: justify;
        line-height: 1.2;
    }

#PARAGRAPH557 {
    width: 531px;
    top: 0px;
    left: 44.9358px;
}

    #PARAGRAPH557 > .ladi-paragraph {
        color: rgb(255, 255, 255);
        font-size: 20px;
        text-align: justify;
        line-height: 1.6;
    }

#SHAPE558 {
    width: 34.7595px;
    height: 31px;
    top: 2px;
    left: 0px;
}

    #SHAPE558 svg:last-child {
        fill: rgba(242, 67, 13, 1);
    }

#SHAPE559 {
    width: 26.6016px;
    height: 21.5676px;
    top: 70.4323px;
    left: 6.23341px;
}

    #SHAPE559 > .ladi-shape {
        transform: rotate(26deg);
        -webkit-transform: rotate(26deg);
    }

    #SHAPE559 svg:last-child {
        fill: rgba(242, 67, 13, 1);
    }

#SHAPE560 {
    width: 32.0684px;
    height: 25.9999px;
    top: 102px;
    left: 4.23341px;
}

    #SHAPE560 svg:last-child {
        fill: rgba(242, 67, 13, 1);
    }

#GROUP556 {
    width: 575.936px;
    height: 128px;
    top: 69.907px;
    left: 617.2px;
}

#SECTION553 {
    height: 258.815px;
}

    #SECTION553 > .ladi-overlay {
        background-color: rgba(5, 31, 78, 0.9);
    }

    #SECTION553 > .ladi-section-background {
        background-size: cover;
        background-attachment: fixed;
        background-image: url("https://w.ladicdn.com/s1440x258/5c7362c6c417ab07e5196b05/co1mex5o20200310084936.jpg");
        background-position: left top;
        background-repeat: no-repeat;
    }

#SHAPE567 {
    width: 176.748px;
    height: 45.6028px;
    top: 133.424px;
    left: 29px;
}

    #SHAPE567 svg:last-child {
        fill: rgba(255, 185, 1, 1.0);
    }

#SHAPE568 {
    width: 176.748px;
    height: 45.6028px;
    top: 136.037px;
    left: 644.5px;
}

    #SHAPE568 svg:last-child {
        fill: rgba(255, 185, 1, 1.0);
    }

#HEADLINE574 {
    width: 1044px;
    top: 365.284px;
    left: 73.2266px;
}

    #HEADLINE574 > .ladi-headline {
        color: rgb(5, 34, 74);
        font-size: 19px;
        font-weight: bold;
        text-align: justify;
        line-height: 1.2;
    }

#HEADLINE575 {
    width: 1044px;
    top: 435.284px;
    left: 73.2266px;
}

    #HEADLINE575 > .ladi-headline {
        color: rgb(5, 34, 74);
        font-size: 19px;
        font-weight: bold;
        text-align: justify;
        line-height: 1.2;
    }

#FRAME604 {
    width: 373.842px;
    height: 471px;
    top: 203.644px;
    left: 720px;
}

    #FRAME604 > .ladi-frame > .ladi-frame-background {
        background-color: rgb(255, 255, 255);
    }

    #FRAME604 > .ladi-frame {
        box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
        border-style: solid;
        border-color: rgba(14, 98, 242, 0.2);
        border-width: 0px;
        border-radius: 15px;
    }

#FORM609 {
    width: 317.76px;
    height: 303.51px;
    top: 316.418px;
    left: 750px;
}

    #FORM609 > .ladi-form {
        color: rgb(0, 0, 0);
        font-size: 14px;
        line-height: 1.6;
    }

    #FORM609 .ladi-form-item .ladi-form-control::placeholder, #FORM609 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"] {
        color: rgba(0, 0, 0, 1.0);
    }

    #FORM609 .ladi-form-item {
        padding-left: 8px;
        padding-right: 8px;
    }

        #FORM609 .ladi-form-item.ladi-form-checkbox {
            padding-left: 13px;
            padding-right: 13px;
        }

    #FORM609 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgba(0%2C%200%2C%200%2C%201.0)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
    }

    #FORM609 .ladi-form-item-container, #FORM609 .ladi-form-label-container .ladi-form-label-item {
        border-style: solid;
        border-color: rgba(5, 31, 78, 0.2);
        border-width: 1px;
    }

        #FORM609 .ladi-form-item-container .ladi-form-quantity button {
            background-color: rgba(5, 31, 78, 0.2);
        }

    #FORM609 .ladi-form-item-background {
        background-color: rgb(255, 255, 255);
    }

#BUTTON610 {
    width: 317.107px;
    height: 50.4751px;
    top: 253.035px;
    left: 0.652977px;
}

    #BUTTON610 > .ladi-button > .ladi-button-background {
        background-color: rgb(242, 67, 13);
    }

    #BUTTON610 > .ladi-button {
        border-radius: 0px;
    }

#BUTTON_TEXT610 {
    width: 297px;
    top: 11.3568px;
    left: 0px;
}

    #BUTTON_TEXT610 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

#FORM_ITEM613 {
    width: 317.107px;
    height: 50.4751px;
    top: 121.105px;
    left: 0.652977px;
}

#FORM_ITEM614 {
    width: 317.107px;
    height: 50.4751px;
    top: 62.4129px;
    left: 0.652977px;
}

#GROUP637 {
    width: 990px;
    height: 295.417px;
    top: 37.929px;
    left: 105px;
}

#FORM_ITEM641 {
    width: 317.107px;
    height: 45.6114px;
    top: 180.652px;
    left: 0.652977px;
}

#IMAGE648 {
    width: 468.972px;
    height: 53.0584px;
    top: 88.9416px;
    left: 549.75px;
    display: none !important;
}

    #IMAGE648 > .ladi-image > .ladi-image-background {
        width: 556.802px;
        height: 53.0584px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s900x400/5c8f292f0ecdc230dd3bd7b9/mobi-20200825042605.png");
    }

#GROUP649 {
    width: 1018.72px;
    height: 451.5px;
    top: 135.496px;
    left: 73.25px;
}

#IMAGE651 {
    width: 468.972px;
    height: 53.0584px;
    top: 132px;
    left: 1483px;
}

    #IMAGE651 > .ladi-image > .ladi-image-background {
        width: 556.802px;
        height: 53.0584px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s900x400/5c8f292f0ecdc230dd3bd7b9/mobi-20200825042605.png");
    }

#IMAGE653 {
    width: 1006.75px;
    height: 120.5px;
    top: 0px;
    left: 0px;
}

    #IMAGE653 > .ladi-image > .ladi-image-background {
        width: 1006.75px;
        height: 120.5px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s1350x450/5c8f292f0ecdc230dd3bd7b9/7-20200825021712.png");
    }

#IMAGE654 {
    width: 498.207px;
    height: 301px;
    top: 106.5px;
    left: 10.4975px;
}

    #IMAGE654 > .ladi-image > .ladi-image-background {
        width: 498.207px;
        height: 301px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s800x650/5c8f292f0ecdc230dd3bd7b9/1-20200812082332.jpg");
    }

    #IMAGE654 > .ladi-image {
        box-shadow: 10px 8px 1px -6px rgba(5, 31, 77, 1);
        -webkit-box-shadow: 10px 8px 1px -6px rgba(5, 31, 77, 1);
    }

#PARAGRAPH655 {
    width: 403px;
    top: 130.5px;
    left: 177.75px;
}

    #PARAGRAPH655 > .ladi-paragraph {
        color: rgb(5, 31, 77);
        font-size: 17px;
        font-weight: bold;
        text-align: justify;
        line-height: 1.6;
    }

#GROUP652 {
    width: 1006.75px;
    height: 450.5px;
    top: 0px;
    left: 1513.25px;
}

#HEADLINE656 {
    width: 51px;
    top: 132px;
    left: 0px;
}

    #HEADLINE656 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 32px;
        font-weight: bold;
        line-height: 1.6;
    }

#HEADLINE657 {
    width: 756px;
    top: 66.0332px;
    left: 1627px;
}

    #HEADLINE657 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 30px;
        font-weight: bold;
        line-height: 1.6;
    }

#GROUP650 {
    width: 2520px;
    height: 450.5px;
    top: 356.248px;
    left: 242.252px;
    display: none !important;
}

#IMAGE659 {
    width: 468.972px;
    height: 53.0584px;
    top: 0px;
    left: 0px;
}

    #IMAGE659 > .ladi-image > .ladi-image-background {
        width: 556.802px;
        height: 53.0584px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s900x400/5c8f292f0ecdc230dd3bd7b9/mobi-20200825042605.png");
    }

#IMAGE661 {
    width: 1006.75px;
    height: 120.5px;
    top: 0px;
    left: 0px;
}

    #IMAGE661 > .ladi-image > .ladi-image-background {
        width: 1006.75px;
        height: 120.5px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s1350x450/5c8f292f0ecdc230dd3bd7b9/7-20200825021712.png");
    }

#IMAGE662 {
    width: 498.207px;
    height: 301px;
    top: 150.5px;
    left: 61.6465px;
}

    #IMAGE662 > .ladi-image > .ladi-image-background {
        width: 498.207px;
        height: 301px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s800x650/5c8f292f0ecdc230dd3bd7b9/1-20200812082332.jpg");
    }

    #IMAGE662 > .ladi-image {
        box-shadow: 10px 8px 1px -6px rgba(5, 31, 77, 1);
        -webkit-box-shadow: 10px 8px 1px -6px rgba(5, 31, 77, 1);
    }

#PARAGRAPH663 {
    width: 402px;
    top: 150.5px;
    left: 590.75px;
}

    #PARAGRAPH663 > .ladi-paragraph {
        color: rgb(5, 31, 77);
        font-size: 17px;
        font-weight: bold;
        text-align: justify;
        line-height: 1.6;
    }

#GROUP660 {
    width: 1006.75px;
    height: 474.5px;
    top: 374.496px;
    left: 145.25px;
    display: none !important;
}

#HEADLINE664 {
    width: 51px;
    top: 149.496px;
    left: 70px;
}

    #HEADLINE664 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 32px;
        font-weight: bold;
        line-height: 1.6;
    }

#HEADLINE665 {
    width: 756px;
    top: 153.496px;
    left: 194px;
}

    #HEADLINE665 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 30px;
        font-weight: bold;
        line-height: 1.6;
    }

#GROUP658 {
    width: 1152px;
    height: 848.996px;
    top: 48px;
    left: 1321.75px;
    display: none !important;
}

#IMAGE667 {
    width: 204.001px;
    height: 23.0802px;
    top: 0px;
    left: 20.3361px;
    display: none !important;
}

    #IMAGE667 > .ladi-image > .ladi-image-background {
        width: 242.207px;
        height: 23.0802px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s550x350/5c8f292f0ecdc230dd3bd7b9/mobi-20200825042605.png");
    }

#IMAGE669 {
    width: 437.932px;
    height: 52.4171px;
    top: 54.5903px;
    left: 0px;
}

    #IMAGE669 > .ladi-image > .ladi-image-background {
        width: 437.932px;
        height: 52.4171px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s750x400/5c8f292f0ecdc230dd3bd7b9/7-20200825021712.png");
    }

#IMAGE670 {
    width: 216.718px;
    height: 130.934px;
    top: 120.057px;
    left: 26.816px;
}

    #IMAGE670 > .ladi-image > .ladi-image-background {
        width: 216.718px;
        height: 130.934px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s550x450/5c8f292f0ecdc230dd3bd7b9/1-20200812082332.jpg");
    }

    #IMAGE670 > .ladi-image {
        box-shadow: 10px 8px 1px -6px rgba(5, 31, 77, 1);
        -webkit-box-shadow: 10px 8px 1px -6px rgba(5, 31, 77, 1);
    }

#PARAGRAPH671 {
    width: 176px;
    top: 120.057px;
    left: 256.974px;
}

    #PARAGRAPH671 > .ladi-paragraph {
        color: rgb(5, 31, 77);
        font-size: 17px;
        font-weight: bold;
        text-align: justify;
        line-height: 1.6;
    }

#HEADLINE672 {
    width: 23px;
    top: 65.0302px;
    left: 50.7858px;
}

    #HEADLINE672 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 32px;
        font-weight: bold;
        line-height: 1.6;
    }

#HEADLINE673 {
    width: 329px;
    top: 66.7702px;
    left: 104.725px;
}

    #HEADLINE673 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 30px;
        font-weight: bold;
        line-height: 1.6;
    }

#BUTTON_TEXT806 {
    width: 157px;
    top: 9px;
    left: 0px;
}

    #BUTTON_TEXT806 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 16px;
        text-align: center;
        line-height: 1.6;
    }

        #BUTTON_TEXT806 > .ladi-headline:hover {
            color: rgb(255, 187, 0);
        }

#BUTTON806 {
    width: 159.875px;
    height: 40px;
    top: 31px;
    left: 6px;
}

    #BUTTON806 > .ladi-button > .ladi-button-background {
        background: #ff6a00;
        background: -webkit-linear-gradient(180deg, #ff6a00, #ee0979);
        background: linear-gradient(180deg, #ff6a00, #ee0979);
        opacity: 0;
    }

    #BUTTON806 > .ladi-button {
        border-style: solid;
        border-color: rgb(255, 255, 255);
        border-width: 1px;
    }

        #BUTTON806 > .ladi-button:hover {
            border-color: rgb(255, 187, 0);
        }

#BUTTON_TEXT808 {
    width: 157px;
    top: 9px;
    left: 0px;
}

    #BUTTON_TEXT808 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 16px;
        text-align: center;
        line-height: 1.6;
        -webkit-text-stroke-color: rgb(255, 187, 0);
    }

        #BUTTON_TEXT808 > .ladi-headline:hover {
            color: rgb(255, 187, 0);
        }

#BUTTON808 {
    width: 159.875px;
    height: 40px;
    top: 88px;
    left: 6px;
}

    #BUTTON808 > .ladi-button > .ladi-button-background {
        background: #ff6a00;
        background: -webkit-linear-gradient(180deg, #ff6a00, #ee0979);
        background: linear-gradient(180deg, #ff6a00, #ee0979);
        opacity: 0;
    }

    #BUTTON808 > .ladi-button {
        border-style: solid;
        border-color: rgb(255, 255, 255);
        border-width: 1px;
    }

        #BUTTON808 > .ladi-button:hover {
            border-color: rgb(255, 187, 0);
        }

#BUTTON_TEXT810 {
    width: 157px;
    top: 9px;
    left: 0px;
}

    #BUTTON_TEXT810 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 16px;
        text-align: center;
        line-height: 1.6;
    }

        #BUTTON_TEXT810 > .ladi-headline:hover {
            color: rgb(255, 187, 0);
        }

#BUTTON810 {
    width: 159.875px;
    height: 40px;
    top: 146px;
    left: 6px;
}

    #BUTTON810 > .ladi-button > .ladi-button-background {
        background: #ff6a00;
        background: -webkit-linear-gradient(180deg, #ff6a00, #ee0979);
        background: linear-gradient(180deg, #ff6a00, #ee0979);
        opacity: 0;
    }

    #BUTTON810 > .ladi-button {
        border-style: solid;
        border-color: rgb(255, 255, 255);
        border-width: 1px;
    }

        #BUTTON810 > .ladi-button:hover {
            border-color: rgb(255, 187, 0);
        }

#BUTTON_TEXT812 {
    width: 157px;
    top: 9px;
    left: 0px;
}

    #BUTTON_TEXT812 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 16px;
        text-align: center;
        line-height: 1.6;
    }

        #BUTTON_TEXT812 > .ladi-headline:hover {
            color: rgb(255, 187, 0);
        }

#BUTTON812 {
    width: 159.875px;
    height: 40px;
    top: 203px;
    left: 5px;
}

    #BUTTON812 > .ladi-button > .ladi-button-background {
        background: #ff6a00;
        background: -webkit-linear-gradient(180deg, #ff6a00, #ee0979);
        background: linear-gradient(180deg, #ff6a00, #ee0979);
        opacity: 0;
    }

    #BUTTON812 > .ladi-button {
        border-style: solid;
        border-color: rgb(255, 255, 255);
        border-width: 1px;
    }

        #BUTTON812 > .ladi-button:hover {
            border-color: rgb(255, 187, 0);
        }

#POPUP805 {
    width: 181px;
    height: 264px;
    top: 0px;
    left: 0px;
    bottom: auto;
    right: auto;
    margin: auto;
    border-radius: 0px;
}

    #POPUP805 > .ladi-popup > .ladi-popup-background {
        background-color: rgb(5, 31, 77);
        opacity: 0.97;
    }

#SECTION882 {
    height: 468.9px;
    display: none !important;
}

    #SECTION882 > .ladi-overlay {
        background: rgba(31, 60, 112, 1.0);
        background: -webkit-linear-gradient(180deg, rgba(31, 60, 112, 1.0), rgba(0, 0, 0, 1));
        background: linear-gradient(180deg, rgba(31, 60, 112, 1.0), rgba(0, 0, 0, 1));
        opacity: 0.92;
    }

    #SECTION882 > .ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("https://w.ladicdn.com/s1440x468/5c8f292f0ecdc230dd3bd7b9/r-v06Y-P20200826032105.jpg");
        background-position: right top;
        background-repeat: repeat-x;
    }

#SECTION893 {
    height: 852.9px;
}

    #SECTION893 > .ladi-section-background {
        background-color: rgb(234, 242, 254);
    }

#GROUP894 {
    width: 924.67px;
    height: 216.521px;
    top: 0px;
    left: 19.2101px;
}

#GROUP896 {
    width: 235.092px;
    height: 216.521px;
    top: 0px;
    left: 0px;
}

#IMAGE897 {
    width: 192.648px;
    height: 191.959px;
    top: 0px;
    left: 21.2214px;
}

    #IMAGE897 > .ladi-image > .ladi-image-background {
        width: 192.648px;
        height: 193.366px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s500x500/5c8f292f0ecdc230dd3bd7b9/anh3-20200825034323.jpg");
    }

    #IMAGE897 > .ladi-image {
        border-color: rgb(255, 255, 255);
        border-width: 5px;
        border-radius: 300px;
    }

#SHAPE898 {
    width: 235.092px;
    height: 117.546px;
    top: 98.9753px;
    left: 0px;
}

    #SHAPE898 > .ladi-shape {
        transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
    }

    #SHAPE898 svg:last-child {
        fill: rgba(245, 65, 38, 0.5);
    }

#GROUP908 {
    width: 235.091px;
    height: 216.521px;
    top: 0px;
    left: 335.29px;
}

#IMAGE909 {
    width: 192.647px;
    height: 191.959px;
    top: 0px;
    left: 21.2213px;
}

    #IMAGE909 > .ladi-image > .ladi-image-background {
        width: 343.761px;
        height: 193.366px;
        top: 0px;
        left: -72.8079px;
        background-image: url("https://w.ladicdn.com/s650x500/5c8f292f0ecdc230dd3bd7b9/anh2-20200825034354.jpg");
    }

    #IMAGE909 > .ladi-image {
        border-color: rgb(255, 255, 255);
        border-width: 5px;
        border-radius: 300px;
    }

#SHAPE910 {
    width: 235.091px;
    height: 117.546px;
    top: 98.9753px;
    left: 0px;
}

    #SHAPE910 > .ladi-shape {
        transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
    }

    #SHAPE910 svg:last-child {
        fill: rgba(245, 65, 38, 0.5);
    }

#SHAPE922 {
    width: 235.091px;
    height: 117.546px;
    top: 98.9753px;
    left: 0px;
}

    #SHAPE922 > .ladi-shape {
        transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
    }

    #SHAPE922 svg:last-child {
        fill: rgba(245, 65, 38, 0.5);
    }

#HEADLINE931 {
    width: 431px;
    top: 0px;
    left: 0px;
}

    #HEADLINE931 > .ladi-headline {
        color: rgb(242, 67, 13);
        font-size: 40px;
        font-weight: bold;
        text-align: center;
        line-height: 1.4;
    }

#LINE932 {
    width: 156px;
    top: 114px;
    left: 138.211px;
}

    #LINE932 > .ladi-line > .ladi-line-container {
        border-top: 6px solid rgba(245, 65, 38, 0.5);
        border-right: 6px solid rgba(245, 65, 38, 0.5);
        border-bottom: 6px solid rgba(245, 65, 38, 0.5);
        border-left: 0px !important;
    }

    #LINE932 > .ladi-line {
        width: 100%;
        padding: 8px 0px;
    }

#GROUP934 {
    width: 430px;
    height: 140px;
    top: 61px;
    left: 385px;
}

#IMAGE921 {
    width: 192.647px;
    height: 191.959px;
    top: 0px;
    left: 21.2213px;
}

    #IMAGE921 > .ladi-image > .ladi-image-background {
        width: 192.647px;
        height: 193.366px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s500x500/5c8f292f0ecdc230dd3bd7b9/anh3-20200825034119.jpg");
    }

    #IMAGE921 > .ladi-image {
        border-color: rgb(255, 255, 255);
        border-width: 5px;
        border-radius: 300px;
    }

#GROUP920 {
    width: 235.091px;
    height: 216.521px;
    top: 0px;
    left: 689.579px;
}

#SHAPE964 {
    width: 80px;
    height: 69.6784px;
    top: 213.454px;
    left: 0px;
}

    #SHAPE964 svg:last-child {
        fill: rgba(255, 185, 1, 1.0);
    }

#SHAPE965 {
    width: 80px;
    height: 69.6784px;
    top: 306.423px;
    left: 772.1px;
}

    #SHAPE965 > .ladi-shape {
        transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
    }

    #SHAPE965 svg:last-child {
        fill: rgba(255, 185, 1, 1.0);
    }

#GROUP967 {
    width: 957.578px;
    height: 564.387px;
    top: 247.585px;
    left: 120px;
}

#HEADLINE969 {
    width: 960px;
    top: 339.545px;
    left: 120px;
}

    #HEADLINE969 > .ladi-headline {
        font-family: "Open Sans", sans-serif;
        color: rgb(255, 185, 36);
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        line-height: 1.4;
    }

#SECTION993 {
    height: 443.9px;
}

    #SECTION993 > .ladi-overlay {
        background-color: rgb(1, 21, 71);
        opacity: 0.8;
    }

    #SECTION993 > .ladi-section-background {
        background-size: cover;
        background-attachment: fixed;
        background-image: url("https://w.ladicdn.com/s1440x443/5c8f292f0ecdc230dd3bd7b9/0qoomfq220200826084852.jpg");
        background-position: center top;
        background-repeat: repeat;
    }

#GROUP1035 {
    width: 859px;
    height: 376.101px;
    top: 76.927px;
    left: 171px;
}

#CAROUSEL1036 {
    width: 420px;
    height: 561.73px;
    top: 149.5px;
    left: 110px;
    display: none !important;
}

#IMAGE1040 {
    width: 192.648px;
    height: 191.959px;
    top: 0px;
    left: 21.2214px;
}

    #IMAGE1040 > .ladi-image > .ladi-image-background {
        width: 192.648px;
        height: 193.366px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s500x500/5c8f292f0ecdc230dd3bd7b9/anh3-20200825034323.jpg");
    }

    #IMAGE1040 > .ladi-image {
        border-color: rgb(255, 255, 255);
        border-width: 5px;
        border-radius: 300px;
    }

#SHAPE1041 {
    width: 235.092px;
    height: 117.546px;
    top: 98.9753px;
    left: 0px;
}

    #SHAPE1041 > .ladi-shape {
        transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
    }

    #SHAPE1041 svg:last-child {
        fill: rgba(245, 65, 38, 0.5);
    }

#GROUP1039 {
    width: 235.092px;
    height: 216.521px;
    top: 0px;
    left: 19.2101px;
}

#IMAGE1043 {
    width: 192.647px;
    height: 191.959px;
    top: 0px;
    left: 21.2213px;
}

    #IMAGE1043 > .ladi-image > .ladi-image-background {
        width: 343.761px;
        height: 193.366px;
        top: 0px;
        left: -72.8079px;
        background-image: url("https://w.ladicdn.com/s650x500/5c8f292f0ecdc230dd3bd7b9/anh2-20200825034354.jpg");
    }

    #IMAGE1043 > .ladi-image {
        border-color: rgb(255, 255, 255);
        border-width: 5px;
        border-radius: 300px;
    }

#SHAPE1044 {
    width: 235.091px;
    height: 117.546px;
    top: 98.9753px;
    left: 0px;
}

    #SHAPE1044 > .ladi-shape {
        transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
    }

    #SHAPE1044 svg:last-child {
        fill: rgba(245, 65, 38, 0.5);
    }

#GROUP1042 {
    width: 235.091px;
    height: 216.521px;
    top: 0px;
    left: 4.5001px;
}

#IMAGE1046 {
    width: 192.647px;
    height: 191.959px;
    top: 0px;
    left: 21.2213px;
}

    #IMAGE1046 > .ladi-image > .ladi-image-background {
        width: 192.647px;
        height: 193.366px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s500x500/5c8f292f0ecdc230dd3bd7b9/anh3-20200825034119.jpg");
    }

    #IMAGE1046 > .ladi-image {
        border-color: rgb(255, 255, 255);
        border-width: 5px;
        border-radius: 300px;
    }

#SHAPE1047 {
    width: 235.091px;
    height: 117.546px;
    top: 98.9753px;
    left: 0px;
}

    #SHAPE1047 > .ladi-shape {
        transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
    }

    #SHAPE1047 svg:last-child {
        fill: rgba(245, 65, 38, 0.5);
    }

#GROUP1045 {
    width: 235.091px;
    height: 216.521px;
    top: 0px;
    left: 14.2111px;
}

#PARAGRAPH1048 {
    width: 260px;
    top: 296.198px;
    left: 4.00005px;
}

    #PARAGRAPH1048 > .ladi-paragraph {
        color: rgb(5, 34, 74);
        font-size: 15px;
        text-align: justify;
        line-height: 1.4;
    }

#HEADLINE1049 {
    width: 268px;
    top: 227.198px;
    left: 0px;
}

    #HEADLINE1049 > .ladi-headline {
        color: rgb(5, 31, 77);
        font-size: 17px;
        font-weight: bold;
        text-align: center;
        line-height: 1.2;
    }

#HEADLINE1050 {
    width: 252px;
    top: 227.198px;
    left: 5px;
}

    #HEADLINE1050 > .ladi-headline {
        color: rgb(5, 31, 77);
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        line-height: 1.2;
    }

#PARAGRAPH1051 {
    width: 260px;
    top: 295.198px;
    left: 0px;
}

    #PARAGRAPH1051 > .ladi-paragraph {
        color: rgb(5, 31, 77);
        font-size: 15px;
        text-align: justify;
        line-height: 1.4;
    }

#HEADLINE1052 {
    width: 264px;
    top: 228.387px;
    left: 0px;
}

    #HEADLINE1052 > .ladi-headline {
        color: rgb(5, 31, 77);
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        line-height: 1.2;
    }

#PARAGRAPH1053 {
    width: 260px;
    top: 295.387px;
    left: 0px;
}

    #PARAGRAPH1053 > .ladi-paragraph {
        color: rgb(5, 31, 77);
        font-size: 15px;
        text-align: justify;
        line-height: 1.4;
    }

#GROUP1054 {
    width: 267px;
    height: 516.198px;
    top: 0px;
    left: 79.606px;
}

#GROUP1055 {
    width: 260px;
    height: 555.198px;
    top: 0px;
    left: 507.211px;
}

#GROUP1056 {
    width: 263px;
    height: 555.387px;
    top: 0px;
    left: 925.789px;
}

#HEADLINE1058 {
    width: 264px;
    top: 228.387px;
    left: 0px;
}

    #HEADLINE1058 > .ladi-headline {
        color: rgb(5, 31, 77);
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        line-height: 1.2;
    }

#PARAGRAPH1059 {
    width: 260px;
    top: 295.387px;
    left: 0px;
}

    #PARAGRAPH1059 > .ladi-paragraph {
        color: rgb(5, 31, 77);
        font-size: 15px;
        text-align: justify;
        line-height: 1.4;
    }

#IMAGE1061 {
    width: 192.647px;
    height: 191.959px;
    top: 0px;
    left: 21.2213px;
}

    #IMAGE1061 > .ladi-image > .ladi-image-background {
        width: 192.647px;
        height: 193.366px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s500x500/5c8f292f0ecdc230dd3bd7b9/anh3-20200825034119.jpg");
    }

    #IMAGE1061 > .ladi-image {
        border-color: rgb(255, 255, 255);
        border-width: 5px;
        border-radius: 300px;
    }

#SHAPE1062 {
    width: 235.091px;
    height: 117.546px;
    top: 98.9753px;
    left: 0px;
}

    #SHAPE1062 > .ladi-shape {
        transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
    }

    #SHAPE1062 svg:last-child {
        fill: rgba(245, 65, 38, 0.5);
    }

#GROUP1060 {
    width: 235.091px;
    height: 216.521px;
    top: 0px;
    left: 14.2111px;
}

#GROUP1057 {
    width: 263px;
    height: 555.387px;
    top: 0px;
    left: 2185.79px;
}

#HEADLINE1064 {
    width: 252px;
    top: 227.198px;
    left: 5px;
}

    #HEADLINE1064 > .ladi-headline {
        color: rgb(5, 31, 77);
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        line-height: 1.2;
    }

#PARAGRAPH1065 {
    width: 260px;
    top: 295.198px;
    left: 0px;
}

    #PARAGRAPH1065 > .ladi-paragraph {
        color: rgb(5, 31, 77);
        font-size: 15px;
        text-align: justify;
        line-height: 1.4;
    }

#IMAGE1067 {
    width: 192.647px;
    height: 191.959px;
    top: 0px;
    left: 21.2213px;
}

    #IMAGE1067 > .ladi-image > .ladi-image-background {
        width: 343.761px;
        height: 193.366px;
        top: 0px;
        left: -72.8079px;
        background-image: url("https://w.ladicdn.com/s650x500/5c8f292f0ecdc230dd3bd7b9/anh2-20200825034354.jpg");
    }

    #IMAGE1067 > .ladi-image {
        border-color: rgb(255, 255, 255);
        border-width: 5px;
        border-radius: 300px;
    }

#SHAPE1068 {
    width: 235.091px;
    height: 117.546px;
    top: 98.9753px;
    left: 0px;
}

    #SHAPE1068 > .ladi-shape {
        transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
    }

    #SHAPE1068 svg:last-child {
        fill: rgba(245, 65, 38, 0.5);
    }

#GROUP1066 {
    width: 235.091px;
    height: 216.521px;
    top: 0px;
    left: 4.5001px;
}

#GROUP1063 {
    width: 260px;
    height: 555.198px;
    top: 0.0945px;
    left: 1761.21px;
}

#PARAGRAPH1070 {
    width: 260px;
    top: 296.198px;
    left: 4.00005px;
}

    #PARAGRAPH1070 > .ladi-paragraph {
        color: rgb(5, 34, 74);
        font-size: 15px;
        text-align: justify;
        line-height: 1.4;
    }

#HEADLINE1071 {
    width: 268px;
    top: 227.198px;
    left: 0px;
}

    #HEADLINE1071 > .ladi-headline {
        color: rgb(5, 31, 77);
        font-size: 17px;
        font-weight: bold;
        text-align: center;
        line-height: 1.2;
    }

#IMAGE1073 {
    width: 192.648px;
    height: 191.959px;
    top: 0px;
    left: 21.2214px;
}

    #IMAGE1073 > .ladi-image > .ladi-image-background {
        width: 192.648px;
        height: 193.366px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s500x500/5c8f292f0ecdc230dd3bd7b9/anh3-20200825034323.jpg");
    }

    #IMAGE1073 > .ladi-image {
        border-color: rgb(255, 255, 255);
        border-width: 5px;
        border-radius: 300px;
    }

#SHAPE1074 {
    width: 235.092px;
    height: 117.546px;
    top: 98.9753px;
    left: 0px;
}

    #SHAPE1074 > .ladi-shape {
        transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
    }

    #SHAPE1074 svg:last-child {
        fill: rgba(245, 65, 38, 0.5);
    }

#GROUP1072 {
    width: 235.092px;
    height: 216.521px;
    top: 0px;
    left: 19.2101px;
}

#GROUP1069 {
    width: 267px;
    height: 516.198px;
    top: 0.0945px;
    left: 1336px;
}

#POPUP1104 {
    width: 1111px;
    height: 854px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
}

    #POPUP1104 > .ladi-popup > .ladi-popup-background {
        background-color: rgb(2, 46, 120);
    }

#BOX1106 {
    width: 1085.27px;
    height: 612.587px;
    top: 0px;
    left: 0px;
}

    #BOX1106 > .ladi-box {
        background-color: rgb(255, 255, 255);
    }

#LINE1107 {
    width: 313px;
    top: 34.5324px;
    left: 283.284px;
}

    #LINE1107 > .ladi-line > .ladi-line-container {
        border-top: 4px solid rgb(17, 8, 130);
        border-right: 4px solid rgb(17, 8, 130);
        border-bottom: 4px solid rgb(17, 8, 130);
        border-left: 0px !important;
    }

    #LINE1107 > .ladi-line {
        width: 100%;
        padding: 8px 0px;
    }

#HEADLINE1108 {
    width: 872px;
    top: 0px;
    left: 0px;
}

    #HEADLINE1108 > .ladi-headline {
        color: rgb(17, 7, 130);
        font-size: 35px;
        font-weight: bold;
        text-align: center;
        line-height: 1;
    }

#PARAGRAPH1109 {
    width: 979px;
    top: 118.398px;
    left: 53.2378px;
}

    #PARAGRAPH1109 > .ladi-paragraph {
        color: rgb(17, 7, 130);
        font-size: 17px;
        text-align: justify;
        line-height: 1.4;
    }

#IMAGE1110 {
    width: 248.119px;
    height: 136.081px;
    top: 5.11831px;
    left: 403.441px;
}

    #IMAGE1110 > .ladi-image > .ladi-image-background {
        width: 248.119px;
        height: 136.081px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s550x450/57b167c9ca57d39c18a1c57c/thankyou.png");
    }

#GROUP1111 {
    width: 872.319px;
    height: 54.7971px;
    top: 38.7412px;
    left: 93.1254px;
}

#FORM_ITEM612 {
    width: 317.107px;
    height: 50.4751px;
    top: 0px;
    left: 0.652977px;
}

#FORM_ITEM1115 {
    width: 317.759px;
    height: 37.6624px;
    top: 0px;
    left: 0px;
    z-index: -1;
}

#FORM_ITEM1116 {
    width: 317.759px;
    height: 37.6624px;
    top: 0px;
    left: 0px;
    z-index: -1;
}

#SECTION1130 {
    height: 670.491px;
}

    #SECTION1130 > .ladi-section-background {
        background-color: rgb(240, 246, 255);
    }

#IMAGE1132 {
    width: 831.198px;
    height: 674.1px;
    top: -249.9px;
    left: 1542px;
    display: none !important;
}

    #IMAGE1132 > .ladi-image > .ladi-image-background {
        width: 831.198px;
        height: 681.372px;
        top: -7.27234px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s1150x1000/5c8f292f0ecdc230dd3bd7b9/8dxKPgkC20210312022844.jpeg");
    }

    #IMAGE1132 > .ladi-image {
        border-radius: 50px 0px 0px 50px;
    }

#BOX1134 {
    width: 1165.76px;
    height: 675.9px;
    top: 3.2px;
    left: -2457px;
}

    #BOX1134 > .ladi-box {
        background-color: rgb(0, 33, 92);
        border-top-right-radius: 50px;
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 0px;
    }

#BOX1135 {
    width: 1616.84px;
    height: 674.1px;
    top: 62.2163px;
    left: -2640px;
}

    #BOX1135 > .ladi-box {
        background-color: rgba(13, 98, 242, 0.2);
        border-radius: 1px;
    }

#SECTION1153 {
    height: 725.625px;
    display: none !important;
}

    #SECTION1153 > .ladi-overlay {
        background: rgba(28, 16, 145, 1.0);
        background: -webkit-radial-gradient(circle, rgba(28, 16, 145, 1.0), rgba(0, 0, 0, 1.0));
        background: radial-gradient(circle, rgba(28, 16, 145, 1.0), rgba(0, 0, 0, 1.0));
        opacity: 0.86;
    }

    #SECTION1153 > .ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("https://w.ladicdn.com/s1440x725/5c8f292f0ecdc230dd3bd7b9/qti8r49u20200826033629.jpg");
        background-position: center top;
        background-repeat: repeat;
    }

#IMAGE1163 {
    width: 954.816px;
    height: 441px;
    top: -171.797px;
    left: 1164.82px;
    display: none !important;
}

    #IMAGE1163 > .ladi-image > .ladi-image-background {
        width: 954.816px;
        height: 441px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s1300x750/5c8f292f0ecdc230dd3bd7b9/e4g4-20210316082731.png");
    }

#IMAGE1188 {
    width: 645.821px;
    height: 563.906px;
    top: -163.998px;
    left: -796.821px;
    display: none !important;
}

    #IMAGE1188 > .ladi-image > .ladi-image-background {
        width: 645.821px;
        height: 563.906px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s950x900/5c8f292f0ecdc230dd3bd7b9/3tg-20210312040007.png");
    }

    #IMAGE1188.ladi-animation > .ladi-image {
        animation-name: pulse;
        -webkit-animation-name: pulse;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

#SECTION1164 {
    height: 823.506px;
}

    #SECTION1164 > .ladi-section-background {
        background-color: rgba(235, 243, 255, 0.5);
    }

#IMAGE1189 {
    width: 171.354px;
    height: 40.8025px;
    top: 239.505px;
    left: 820px;
}

    #IMAGE1189 > .ladi-image > .ladi-image-background {
        width: 171.354px;
        height: 42.5351px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s500x350/5c8f292f0ecdc230dd3bd7b9/logo-sodes-20210206070752.png");
    }

#SECTION1221 {
    height: 725.55px;
    display: none !important;
}

    #SECTION1221 > .ladi-section-background {
        background: rgba(0, 56, 158, 1.0);
        background: -webkit-linear-gradient(180deg, rgba(0, 56, 158, 1.0), rgba(30, 46, 75, 1.0));
        background: linear-gradient(180deg, rgba(0, 56, 158, 1.0), rgba(30, 46, 75, 1.0));
    }

#BOX1224 {
    width: 485.333px;
    height: 490px;
    top: 84.7px;
    left: 6px;
}

    #BOX1224 > .ladi-box {
        box-shadow: 0px 20px 25px -14px rgba(0, 50, 103, 0.2);
        -webkit-box-shadow: 0px 20px 25px -14px rgba(0, 50, 103, 0.2);
        background-color: rgb(255, 255, 255);
        border-radius: 1000px;
    }

#HEADLINE1231 {
    width: 388px;
    top: 224.2px;
    left: 54.6665px;
}

    #HEADLINE1231 > .ladi-headline {
        color: rgb(0, 49, 102);
        font-size: 25px;
        font-weight: bold;
        text-align: center;
        line-height: 1.2;
    }

#GROUP1233 {
    width: 720px;
    height: 188px;
    top: 268.2px;
    left: 465px;
}

#GROUP1234 {
    width: 84.6915px;
    height: 85px;
    top: 13.25px;
    left: 0px;
}

#BOX1235 {
    width: 84.6915px;
    height: 85px;
    top: 0px;
    left: 0px;
}

    #BOX1235 > .ladi-box {
        background-color: rgb(242, 67, 13);
        border-radius: 1000px;
    }

#SHAPE1236 {
    width: 47.9754px;
    height: 42.126px;
    top: 21.937px;
    left: 19.372px;
}

    #SHAPE1236 svg:last-child {
        fill: rgba(255, 255, 255, 1.0);
    }

#GROUP1237 {
    width: 621.36px;
    height: 188px;
    top: 0px;
    left: 98.6403px;
}

#PARAGRAPH1238 {
    width: 620px;
    top: 30px;
    left: 1.3597px;
}

    #PARAGRAPH1238 > .ladi-paragraph {
        color: rgb(255, 255, 255);
        font-size: 17px;
        text-align: justify;
        line-height: 1.6;
    }

#PARAGRAPH1239 {
    width: 303px;
    top: 0px;
    left: 0px;
}

    #PARAGRAPH1239 > .ladi-paragraph {
        color: rgb(251, 124, 0);
        font-size: 22px;
        font-weight: bold;
        line-height: 1.4;
    }

#GROUP1240 {
    width: 732.25px;
    height: 163.5px;
    top: 58.7px;
    left: 381.04px;
}

#GROUP1241 {
    width: 82.6389px;
    height: 85px;
    top: 19px;
    left: 0px;
}

#BOX1242 {
    width: 82.6389px;
    height: 85px;
    top: 0px;
    left: 0px;
}

    #BOX1242 > .ladi-box {
        background-color: rgb(242, 67, 13);
        border-radius: 1000px;
    }

#SHAPE1243 {
    width: 43.2393px;
    height: 45.126px;
    top: 17.937px;
    left: 21.2166px;
}

    #SHAPE1243 svg:last-child {
        fill: rgba(255, 255, 255, 1.0);
    }

#GROUP1244 {
    width: 629px;
    height: 163.5px;
    top: 0px;
    left: 103.25px;
}

#PARAGRAPH1245 {
    width: 629px;
    top: 32.5px;
    left: 0px;
}

    #PARAGRAPH1245 > .ladi-paragraph {
        color: rgb(255, 255, 255);
        font-size: 17px;
        text-align: justify;
        line-height: 1.6;
    }

#PARAGRAPH1246 {
    width: 424px;
    top: 0px;
    left: 0px;
}

    #PARAGRAPH1246 > .ladi-paragraph {
        color: rgb(251, 124, 0);
        font-size: 22px;
        font-weight: bold;
        line-height: 1.4;
    }

#GROUP1247 {
    width: 730.333px;
    height: 174.25px;
    top: 475.7px;
    left: 384.04px;
}

#GROUP1248 {
    width: 82.7333px;
    height: 85px;
    top: 0px;
    left: 0px;
}

#BOX1249 {
    width: 82.7333px;
    height: 85px;
    top: 0px;
    left: 0px;
}

    #BOX1249 > .ladi-box {
        background-color: rgb(242, 67, 13);
        border-radius: 1000px;
    }

#SHAPE1250 {
    width: 42.9491px;
    height: 44.126px;
    top: 20.937px;
    left: 19.2453px;
}

    #SHAPE1250 svg:last-child {
        fill: rgba(255, 255, 255, 1.0);
    }

#GROUP1251 {
    width: 633px;
    height: 166.5px;
    top: 7.75px;
    left: 97.3333px;
}

#PARAGRAPH1252 {
    width: 633px;
    top: 35.5px;
    left: 0px;
}

    #PARAGRAPH1252 > .ladi-paragraph {
        color: rgb(255, 255, 255);
        font-size: 17px;
        text-align: justify;
        line-height: 1.6;
    }

#PARAGRAPH1253 {
    width: 293px;
    top: 0px;
    left: 0px;
}

    #PARAGRAPH1253 > .ladi-paragraph {
        color: rgb(251, 124, 0);
        font-size: 22px;
        font-weight: bold;
        line-height: 1.4;
    }

#PARAGRAPH1254 {
    width: 485px;
    top: 300.2px;
    left: 6.1665px;
}

    #PARAGRAPH1254 > .ladi-paragraph {
        font-family: "Roboto", sans-serif;
        color: rgb(242, 67, 13);
        font-size: 27px;
        font-weight: bold;
        text-align: center;
        letter-spacing: 1px;
        line-height: 1.6;
    }

#HEADLINE1255 {
    width: 360px;
    top: 396.2px;
    left: 68.6665px;
}

    #HEADLINE1255 > .ladi-headline {
        color: rgb(0, 49, 102);
        font-size: 25px;
        text-align: center;
        line-height: 1.6;
    }

#IMAGE1256 {
    width: 576.198px;
    height: 336.489px;
    top: 314.698px;
    left: 53.4192px;
}

    #IMAGE1256 > .ladi-image > .ladi-image-background {
        width: 576.198px;
        height: 336.489px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s900x650/5c8f292f0ecdc230dd3bd7b9/rh444-20210316030418.png");
    }

#LINE1257 {
    height: 147px;
    top: 58.9075px;
    left: 591px;
}

    #LINE1257 > .ladi-line > .ladi-line-container {
        border-top: 0px !important;
        border-right: 2px solid rgb(255, 255, 255);
        border-bottom: 2px solid rgb(255, 255, 255);
        border-left: 2px solid rgb(255, 255, 255);
    }

    #LINE1257 > .ladi-line {
        height: 100%;
        padding: 0px 8px;
    }

#SHAPE1259 {
    width: 14.0501px;
    height: 13.1767px;
    top: 0px;
    left: 0px;
}

    #SHAPE1259 svg:last-child {
        fill: rgba(5, 31, 77, 1.0);
    }

#SHAPE1260 {
    width: 14.0501px;
    height: 13.1767px;
    top: 4.85948px;
    left: 0px;
}

    #SHAPE1260 svg:last-child {
        fill: rgba(5, 31, 77, 1.0);
    }

#PARAGRAPH1263 {
    width: 679px;
    top: 79.1828px;
    left: -20.8238px;
}

    #PARAGRAPH1263 > .ladi-paragraph {
        color: rgb(255, 255, 255);
        font-size: 44px;
        font-weight: bold;
        text-align: center;
        line-height: 1.4;
    }

#SHAPE1265 {
    width: 53.3171px;
    height: 53.317px;
    top: 61.05px;
    left: 114.594px;
}

    #SHAPE1265 svg:last-child {
        fill: rgba(244, 64, 37, 1.0);
    }

#PARAGRAPH1266 {
    width: 552px;
    top: 233.812px;
    left: 86.0182px;
}

    #PARAGRAPH1266 > .ladi-paragraph {
        color: rgb(255, 255, 255);
        font-size: 20px;
        font-style: italic;
        text-align: justify;
        line-height: 1.6;
    }

#GROUP1261 {
    width: 14.0501px;
    height: 18.0362px;
    top: 532.278px;
    left: 376.667px;
}

#IMAGE1269 {
    width: 243.32px;
    height: 81.1067px;
    top: 413.15px;
    left: 260px;
}

    #IMAGE1269 > .ladi-image > .ladi-image-background {
        width: 243.32px;
        height: 81.1067px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s550x400/5c8f292f0ecdc230dd3bd7b9/4tf-20210312091808.png");
    }

#IMAGE1270 {
    width: 263.463px;
    height: 87.821px;
    top: 867.15px;
    left: 257px;
}

    #IMAGE1270 > .ladi-image > .ladi-image-background {
        width: 263.463px;
        height: 87.821px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s600x400/5c8f292f0ecdc230dd3bd7b9/4tf-20210312091808.png");
    }

#IMAGE1271 {
    width: 140px;
    height: 46.6667px;
    top: 0px;
    left: 0px;
    display: none !important;
}

    #IMAGE1271 > .ladi-image > .ladi-image-background {
        width: 140px;
        height: 46.6667px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s450x350/5c8f292f0ecdc230dd3bd7b9/4tf-20210312091808.png");
    }

#IMAGE1272 {
    width: 267.5px;
    height: 89.1667px;
    top: 1817.15px;
    left: 240px;
}

    #IMAGE1272 > .ladi-image > .ladi-image-background {
        width: 267.5px;
        height: 89.1667px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s600x400/5c8f292f0ecdc230dd3bd7b9/4tf-20210312091808.png");
    }

#GROUP1274 {
    width: 437.932px;
    height: 768.057px;
    top: 519px;
    left: 1170px;
    display: none !important;
}

#IMAGE1275 {
    width: 270.5px;
    height: 90.1667px;
    top: 1347.15px;
    left: 249px;
}

    #IMAGE1275 > .ladi-image > .ladi-image-background {
        width: 270.5px;
        height: 90.1667px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s600x400/5c8f292f0ecdc230dd3bd7b9/4tf-20210312091808.png");
    }

#formdky {
    height: 701.547px;
}

    #formdky > .ladi-section-background {
        background-color: rgb(1, 45, 120);
    }

#IMAGE1279 {
    width: 286.535px;
    height: 30px;
    top: 85.1px;
    left: 454.959px;
}

    #IMAGE1279 > .ladi-image > .ladi-image-background {
        width: 286.535px;
        height: 30px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s600x350/5c8f292f0ecdc230dd3bd7b9/4tb-20210315080643.png");
    }

#IMAGE1280 {
    width: 200px;
    height: 20.9398px;
    top: 105px;
    left: 500px;
}

    #IMAGE1280 > .ladi-image > .ladi-image-background {
        width: 200px;
        height: 20.9398px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s550x350/5c8f292f0ecdc230dd3bd7b9/4tb-20210315080643.png");
    }

#GROUP1105 {
    width: 1085.27px;
    height: 612.587px;
    top: 155.997px;
    left: 13px;
}

#IMAGE1290 {
    width: 441.665px;
    height: 195.5px;
    top: 0px;
    left: 0px;
}

    #IMAGE1290 > .ladi-image > .ladi-image-background {
        width: 441.665px;
        height: 195.5px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s750x500/5c8f292f0ecdc230dd3bd7b9/e4g4-20210316082731.png");
    }

#IMAGE1294 {
    width: 142.5px;
    height: 47.5px;
    top: 17.75px;
    left: 112px;
}

    #IMAGE1294 > .ladi-image > .ladi-image-background {
        width: 142.5px;
        height: 47.5px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s450x350/5c8f292f0ecdc230dd3bd7b9/reg-20210517085744.png");
    }

#VIDEO1295 {
    width: 740px;
    height: 410px;
    top: 7px;
    left: 7px;
}

    #VIDEO1295 > .ladi-video > .ladi-video-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("https://img.youtube.com/vi/zG8sGELqZr0/hqdefault.jpg");
        background-position: center center;
        background-repeat: no-repeat;
    }

#SHAPE1295 {
    width: 60px;
    height: 60px;
    top: 175px;
    left: 340px;
}

    #SHAPE1295 svg:last-child {
        fill: rgba(0, 0, 0, 0.5);
    }

#SECTION1296 {
    height: 572.8px;
}

#HEADLINE1297 {
    width: 610px;
    top: 428px;
    left: 140px;
}

    #HEADLINE1297 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 21px;
        font-weight: bold;
        text-align: justify;
        line-height: 1.6;
    }

#SECTION1299 {
    height: 419.664px;
}

#BOX1302 {
    width: 325px;
    height: 513.131px;
    top: 248.869px;
    left: 80px;
}

    #BOX1302 > .ladi-box > .ladi-overlay {
        background-color: rgb(0, 49, 102);
    }

    #BOX1302 > .ladi-box {
        background-color: rgb(255, 255, 255);
        border-style: solid;
        border-color: rgba(10, 103, 233, 0.3);
        border-width: 2px;
    }

#PARAGRAPH1303 {
    width: 275px;
    top: 402px;
    left: 105px;
}

    #PARAGRAPH1303 > .ladi-paragraph {
        font-family: "Open Sans", sans-serif;
        color: rgb(255, 255, 255);
        font-size: 17px;
        text-align: justify;
        line-height: 1.6;
    }

#HEADLINE1304 {
    width: 260px;
    top: 338px;
    left: 100px;
}

    #HEADLINE1304 > .ladi-headline {
        font-family: "Open Sans", sans-serif;
        color: rgb(255, 97, 25);
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        line-height: 1.2;
    }

#BOX1306 {
    width: 132.5px;
    height: 134.735px;
    top: 183.996px;
    left: 177.5px;
}

    #BOX1306 > .ladi-box {
        box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.4);
        -webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.4);
        background-color: rgb(255, 255, 255);
        border-radius: 1000px;
    }

#BOX1309 {
    width: 325px;
    height: 512.133px;
    top: 249.867px;
    left: 437.5px;
}

    #BOX1309 > .ladi-box {
        background-color: rgb(0, 50, 102);
        border-style: solid;
        border-color: rgba(10, 103, 233, 0.3);
        border-width: 2px;
    }

#PARAGRAPH1310 {
    width: 275px;
    top: 402px;
    left: 463px;
}

    #PARAGRAPH1310 > .ladi-paragraph {
        font-family: "Open Sans", sans-serif;
        color: rgb(255, 255, 255);
        font-size: 17px;
        text-align: justify;
        line-height: 1.6;
    }

#HEADLINE1311 {
    width: 243px;
    top: 345px;
    left: 483px;
}

    #HEADLINE1311 > .ladi-headline {
        font-family: "Open Sans", sans-serif;
        color: rgb(255, 97, 25);
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        line-height: 1.2;
    }

#BOX1313 {
    width: 133.125px;
    height: 134.735px;
    top: 184.994px;
    left: 526.875px;
}

    #BOX1313 > .ladi-box {
        box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.4);
        -webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.4);
        background-color: rgb(255, 255, 255);
        border-radius: 1000px;
    }

#BOX1316 {
    width: 325px;
    height: 513.131px;
    top: 248.869px;
    left: 795px;
}

    #BOX1316 > .ladi-box {
        background-color: rgb(0, 50, 102);
        border-style: solid;
        border-color: rgba(10, 103, 233, 0.3);
        border-width: 2px;
    }

#PARAGRAPH1317 {
    width: 275px;
    top: 402px;
    left: 820px;
}

    #PARAGRAPH1317 > .ladi-paragraph {
        font-family: "Open Sans", sans-serif;
        color: rgb(255, 255, 255);
        font-size: 17px;
        text-align: justify;
        line-height: 1.6;
    }

#HEADLINE1318 {
    width: 267px;
    top: 347px;
    left: 825px;
}

    #HEADLINE1318 > .ladi-headline {
        font-family: "Open Sans", sans-serif;
        color: rgb(255, 97, 25);
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        line-height: 1.2;
    }

#BOX1320 {
    width: 135.625px;
    height: 134.736px;
    top: 182px;
    left: 884.375px;
}

    #BOX1320 > .ladi-box {
        box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.4);
        -webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.4);
        background-color: rgb(255, 255, 255);
        border-radius: 1000px;
    }

#HEADLINE1322 {
    width: 910px;
    top: 71px;
    left: 149px;
}

    #HEADLINE1322 > .ladi-headline {
        color: rgb(244, 64, 37);
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        line-height: 1.2;
    }

#HEADLINE1324 {
    width: 150px;
    top: 22px;
    left: 548px;
    display: none !important;
}

    #HEADLINE1324 > .ladi-headline {
        color: rgb(5, 34, 74);
        font-size: 25px;
        font-weight: bold;
        line-height: 1.6;
    }

#SECTION1330 {
    height: 3207.7px;
}

#HEADLINE1333 {
    width: 646px;
    top: 37.744px;
    left: 400px;
}

    #HEADLINE1333 > .ladi-headline {
        color: rgb(5, 34, 74);
        font-size: 40px;
        font-weight: bold;
        line-height: 1.6;
    }

#HEADLINE1335 {
    width: 150px;
    top: 171.744px;
    left: 264px;
}

    #HEADLINE1335 > .ladi-headline {
        color: rgb(0, 0, 0);
        font-size: 38px;
        font-weight: bold;
        line-height: 1.6;
    }

#IMAGE1336 {
    width: 935.999px;
    height: 130px;
    top: 742.74px;
    left: 1706px;
}

    #IMAGE1336 > .ladi-image > .ladi-image-background {
        width: 935.999px;
        height: 130px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s1250x450/5c8f292f0ecdc230dd3bd7b9/untitled-3-20210617084501.png");
    }

#HEADLINE1337 {
    width: 150px;
    top: 772.74px;
    left: 1756px;
}

    #HEADLINE1337 > .ladi-headline {
        color: rgb(0, 0, 0);
        font-size: 38px;
        font-weight: bold;
        line-height: 1.6;
    }

#HEADLINE1338 {
    width: 724px;
    top: 803.74px;
    left: 325px;
}

    #HEADLINE1338 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 25px;
        font-weight: bold;
        line-height: 1.6;
    }

#IMAGE1339 {
    width: 935.999px;
    height: 130px;
    top: 0px;
    left: 0px;
}

    #IMAGE1339 > .ladi-image > .ladi-image-background {
        width: 935.999px;
        height: 130px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s1250x450/5c8f292f0ecdc230dd3bd7b9/untitled-3-20210617084501.png");
    }

#HEADLINE1340 {
    width: 150px;
    top: 32px;
    left: 50px;
}

    #HEADLINE1340 > .ladi-headline {
        color: rgb(0, 0, 0);
        font-size: 38px;
        font-weight: bold;
        line-height: 1.6;
    }

#HEADLINE1341 {
    width: 570px;
    top: 1483.74px;
    left: 399px;
}

    #HEADLINE1341 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 25px;
        font-weight: bold;
        line-height: 1.6;
    }

#IMAGE1342 {
    width: 935.999px;
    height: 130px;
    top: 0px;
    left: 0px;
}

    #IMAGE1342 > .ladi-image > .ladi-image-background {
        width: 935.999px;
        height: 130px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s1250x450/5c8f292f0ecdc230dd3bd7b9/untitled-3-20210617084501.png");
    }

#HEADLINE1343 {
    width: 150px;
    top: 31px;
    left: 49px;
}

    #HEADLINE1343 > .ladi-headline {
        color: rgb(0, 0, 0);
        font-size: 38px;
        font-weight: bold;
        line-height: 1.6;
    }

#IMAGE1345 {
    width: 935.999px;
    height: 130px;
    top: 0px;
    left: 103px;
}

    #IMAGE1345 > .ladi-image > .ladi-image-background {
        width: 935.999px;
        height: 130px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s1250x450/5c8f292f0ecdc230dd3bd7b9/untitled-3-20210617084501.png");
    }

#HEADLINE1346 {
    width: 150px;
    top: 30px;
    left: 153px;
}

    #HEADLINE1346 > .ladi-headline {
        color: rgb(0, 0, 0);
        font-size: 38px;
        font-weight: bold;
        line-height: 1.6;
    }

#IMAGE1349 {
    width: 200px;
    height: 20.9571px;
    top: 94.744px;
    left: 510px;
}

    #IMAGE1349 > .ladi-image > .ladi-image-background {
        width: 200px;
        height: 20.9571px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s550x350/5c8f292f0ecdc230dd3bd7b9/4tb-20210315080643.png");
    }

#IMAGE1353 {
    width: 600px;
    height: 400px;
    top: 301.744px;
    left: 104px;
}

    #IMAGE1353 > .ladi-image > .ladi-image-background {
        width: 600px;
        height: 400px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s950x750/5c8f292f0ecdc230dd3bd7b9/chien-luoc-2-20210815033139.png");
    }

#IMAGE1354 {
    width: 604.988px;
    height: 403.325px;
    top: 0px;
    left: 386.81px;
}

    #IMAGE1354 > .ladi-image > .ladi-image-background {
        width: 604.988px;
        height: 403.325px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s950x750/5c8f292f0ecdc230dd3bd7b9/bsc-20210617104155.png");
    }

#LIST_PARAGRAPH1359 {
    width: 383px;
    top: 308.744px;
    left: 754px;
}

    #LIST_PARAGRAPH1359 > .ladi-list-paragraph {
        font-family: "Open Sans", sans-serif;
        color: rgb(5, 34, 74);
        font-size: 17px;
        text-align: justify;
        line-height: 2;
    }

    #LIST_PARAGRAPH1359 ul li {
        padding-left: 25px;
    }

        #LIST_PARAGRAPH1359 ul li:before {
            content: "";
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%201792%201896.0833%22%20class%3D%22%22%3E%20%3Cpath%20d%3D%22M1671%20566q0%2040-28%2068l-724%20724-136%20136q-28%2028-68%2028t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28%2068-28t68%2028l294%20295%20656-657q28-28%2068-28t68%2028l136%20136q28%2028%2028%2068z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
            width: 18px;
            height: 18px;
            top: 8px;
        }

#LIST_PARAGRAPH1360 {
    width: 382px;
    top: 925.74px;
    left: 1570px;
}

    #LIST_PARAGRAPH1360 > .ladi-list-paragraph {
        font-family: "Open Sans", sans-serif;
        color: rgb(5, 34, 74);
        font-size: 17px;
        text-align: justify;
        line-height: 2;
    }

    #LIST_PARAGRAPH1360 ul li {
        padding-bottom: 0px;
        padding-left: 25px;
    }

        #LIST_PARAGRAPH1360 ul li:before {
            content: "";
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%201792%201896.0833%22%20class%3D%22%22%20fill%3D%22rgba(5%2C%2034%2C%2074%2C%201)%22%3E%20%3Cpath%20d%3D%22M1671%20566q0%2040-28%2068l-724%20724-136%20136q-28%2028-68%2028t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28%2068-28t68%2028l294%20295%20656-657q28-28%2068-28t68%2028l136%20136q28%2028%2028%2068z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
            width: 18px;
            height: 18px;
            top: 8px;
        }

#IMAGE1361 {
    width: 600.006px;
    height: 400.004px;
    top: 0px;
    left: 0px;
}

    #IMAGE1361 > .ladi-image > .ladi-image-background {
        width: 600.006px;
        height: 400.004px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s950x750/5c8f292f0ecdc230dd3bd7b9/quy-trinh-xay-dung-kpi-20210618025307.png");
    }

#LIST_PARAGRAPH1362 {
    width: 375px;
    top: 18px;
    left: 649px;
}

    #LIST_PARAGRAPH1362 > .ladi-list-paragraph {
        color: rgb(5, 34, 74);
        font-size: 17px;
        text-align: justify;
        line-height: 2;
    }

    #LIST_PARAGRAPH1362 ul li {
        padding-left: 25px;
    }

        #LIST_PARAGRAPH1362 ul li:before {
            content: "";
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%201792%201896.0833%22%20class%3D%22%22%20fill%3D%22rgba(5%2C%2034%2C%2074%2C%201)%22%3E%20%3Cpath%20d%3D%22M1671%20566q0%2040-28%2068l-724%20724-136%20136q-28%2028-68%2028t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28%2068-28t68%2028l294%20295%20656-657q28-28%2068-28t68%2028l136%20136q28%2028%2028%2068z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
            width: 18px;
            height: 18px;
            top: 8px;
        }

#IMAGE1363 {
    width: 606.007px;
    height: 404.004px;
    top: 2004.74px;
    left: 468.81px;
    display: none !important;
}

    #IMAGE1363 > .ladi-image > .ladi-image-background {
        width: 606.007px;
        height: 404.004px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s950x750/5c8f292f0ecdc230dd3bd7b9/mau-kpi-20210618035539.png");
    }

#LIST_PARAGRAPH1364 {
    width: 359px;
    top: 0px;
    left: 0px;
}

    #LIST_PARAGRAPH1364 > .ladi-list-paragraph {
        font-family: "Open Sans", sans-serif;
        color: rgb(5, 34, 74);
        font-size: 17px;
        text-align: justify;
        line-height: 2;
    }

    #LIST_PARAGRAPH1364 ul li {
        padding-left: 25px;
    }

        #LIST_PARAGRAPH1364 ul li:before {
            content: "";
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%201792%201896.0833%22%20class%3D%22%22%20fill%3D%22rgba(5%2C%2034%2C%2074%2C%201)%22%3E%20%3Cpath%20d%3D%22M1671%20566q0%2040-28%2068l-724%20724-136%20136q-28%2028-68%2028t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28%2068-28t68%2028l294%20295%20656-657q28-28%2068-28t68%2028l136%20136q28%2028%2028%2068z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
            width: 18px;
            height: 18px;
            top: 8px;
        }

#IMAGE1365 {
    width: 597.488px;
    height: 398.325px;
    top: 173.034px;
    left: 0px;
}

    #IMAGE1365 > .ladi-image > .ladi-image-background {
        width: 597.488px;
        height: 398.325px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s900x700/5c8f292f0ecdc230dd3bd7b9/danh-gia-nv-20210618040926.png");
    }

#LIST_PARAGRAPH1366 {
    width: 360px;
    top: 187.034px;
    left: 640px;
}

    #LIST_PARAGRAPH1366 > .ladi-list-paragraph {
        font-family: "Open Sans", sans-serif;
        color: rgb(5, 34, 74);
        font-size: 17px;
        text-align: justify;
        line-height: 2;
    }

    #LIST_PARAGRAPH1366 ul li {
        padding-left: 25px;
    }

        #LIST_PARAGRAPH1366 ul li:before {
            content: "";
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%201792%201896.0833%22%20class%3D%22%22%20fill%3D%22rgba(5%2C%2034%2C%2074%2C%201)%22%3E%20%3Cpath%20d%3D%22M1671%20566q0%2040-28%2068l-724%20724-136%20136q-28%2028-68%2028t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28%2068-28t68%2028l294%20295%20656-657q28-28%2068-28t68%2028l136%20136q28%2028%2028%2068z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
            width: 18px;
            height: 18px;
            top: 8px;
        }

#IMAGE1367 {
    width: 83.5225px;
    height: 81.6828px;
    top: 213px;
    left: 554px;
}

    #IMAGE1367 > .ladi-image > .ladi-image-background {
        width: 83.5225px;
        height: 81.6828px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s400x400/5c8f292f0ecdc230dd3bd7b9/3-20210623120245.png");
    }

#IMAGE1368 {
    width: 166.928px;
    height: 170.687px;
    top: 162.313px;
    left: 160px;
}

    #IMAGE1368 > .ladi-image > .ladi-image-background {
        width: 166.928px;
        height: 170.687px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s500x500/5c8f292f0ecdc230dd3bd7b9/6-20210623120210.png");
    }

#IMAGE1369 {
    width: 80.004px;
    height: 80.004px;
    top: 204px;
    left: 920px;
}

    #IMAGE1369 > .ladi-image > .ladi-image-background {
        width: 80.004px;
        height: 80.004px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s400x400/5c8f292f0ecdc230dd3bd7b9/1-20210618071340.png");
    }

#HEADLINE1373 {
    width: 305px;
    top: 0px;
    left: 0px;
}

    #HEADLINE1373 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 15px;
        font-weight: bold;
        line-height: 1.6;
    }

#HEADLINE1374 {
    width: 260px;
    top: 0px;
    left: 0px;
}

    #HEADLINE1374 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 15px;
        font-weight: bold;
        line-height: 1.6;
    }

#HEADLINE1385 {
    width: 395px;
    top: 52.644px;
    left: 703px;
}

    #HEADLINE1385 > .ladi-headline {
        color: rgb(255, 97, 25);
        font-size: 22px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

#HEADLINE1386 {
    width: 426px;
    top: 95.1828px;
    left: 687.5px;
}

    #HEADLINE1386 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 17px;
        text-align: center;
        line-height: 1.8;
    }

#BOX1392 {
    width: 754.167px;
    height: 470px;
    top: 0px;
    left: 0px;
}

    #BOX1392 > .ladi-box {
        background-color: rgb(5, 34, 74);
    }

#GROUP1394 {
    width: 754.167px;
    height: 470px;
    top: 41.494px;
    left: 223px;
}

#HEADLINE1396 {
    width: 598px;
    top: 62px;
    left: 289px;
}

    #HEADLINE1396 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 25px;
        font-weight: bold;
        line-height: 1.6;
    }

#IMAGE1331 {
    width: 935.999px;
    height: 130px;
    top: 136.744px;
    left: 214px;
}

    #IMAGE1331 > .ladi-image > .ladi-image-background {
        width: 935.999px;
        height: 130px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s1250x450/5c8f292f0ecdc230dd3bd7b9/untitled-3-20210617084501.png");
    }

#HEADLINE1401 {
    width: 200px;
    top: 328.484px;
    left: -372.556px;
}

    #HEADLINE1401 > .ladi-headline {
        color: rgb(1, 33, 87);
        font-size: 20px;
        font-weight: bold;
        line-height: 1.6;
    }

#IMAGE1403 {
    width: 213.877px;
    height: 107.889px;
    top: 9px;
    left: 33.0182px;
}

    #IMAGE1403 > .ladi-image > .ladi-image-background {
        width: 213.877px;
        height: 107.889px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s550x450/5c8f292f0ecdc230dd3bd7b9/lo-go-20210611073444.png");
    }

#HEADLINE1412 {
    width: 150px;
    top: 518.21px;
    left: -341.398px;
}

    #HEADLINE1412 > .ladi-headline {
        color: rgb(1, 33, 87);
        font-size: 20px;
        font-weight: bold;
        line-height: 1.6;
    }

#IMAGE1417 {
    width: 157.779px;
    height: 52.3176px;
    top: 28px;
    left: 108.032px;
}

    #IMAGE1417 > .ladi-image > .ladi-image-background {
        width: 157.779px;
        height: 52.3176px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s500x400/5c8f292f0ecdc230dd3bd7b9/sodes-logo-20210527080232.png");
    }

#HEADLINE1419 {
    width: 735px;
    top: 182.744px;
    left: 337px;
}

    #HEADLINE1419 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 25px;
        font-weight: bold;
        line-height: 1.6;
    }

#HEADLINE1422 {
    width: 150px;
    top: 850.74px;
    left: -1433px;
}

    #HEADLINE1422 > .ladi-headline {
        color: rgb(0, 0, 0);
        font-size: 16px;
        line-height: 1.6;
    }

#HEADLINE1423 {
    width: 150px;
    top: 727px;
    left: -2213px;
}

    #HEADLINE1423 > .ladi-headline {
        color: rgb(0, 0, 0);
        font-size: 16px;
        line-height: 1.6;
    }

#HEADLINE1425 {
    width: 540px;
    top: 2125.24px;
    left: 384.81px;
}

    #HEADLINE1425 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 25px;
        font-weight: bold;
        line-height: 1.6;
    }

#HEADLINE1426 {
    width: 150px;
    top: 431.744px;
    left: -2140px;
}

    #HEADLINE1426 > .ladi-headline {
        color: rgb(0, 0, 0);
        font-size: 16px;
        line-height: 1.6;
    }

#HEADLINE839 {
    width: 549px;
    top: -64px;
    left: 325.5px;
}

    #HEADLINE839 > .ladi-headline {
        color: rgb(0, 33, 92);
        font-size: 35px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

#SECTION428 {
    height: 5px;
}

    #SECTION428 > .ladi-section-background {
        background-color: rgba(235, 243, 255, 0.5);
    }

#BUTTON_TEXT293 {
    width: 91px;
    top: 10.1111px;
    left: 0px;
}

    #BUTTON_TEXT293 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

        #BUTTON_TEXT293 > .ladi-headline:hover {
            color: rgb(255, 193, 1);
        }

#BUTTON293 {
    width: 136.5px;
    height: 41.3721px;
    top: 20.5px;
    left: 794.435px;
}

    #BUTTON293 > .ladi-button > .ladi-button-background {
        background-color: rgba(245, 65, 38, 0);
    }

    #BUTTON293 > .ladi-button {
        border-color: rgb(244, 64, 37);
        border-width: 1px;
        border-radius: 100px;
    }

#SECTION1437 {
    height: 550.21px;
    display: none !important;
}

#IMAGE1439 {
    width: 1225.12px;
    height: 1091.12px;
    top: -600.91px;
    left: -2076.12px;
    display: none !important;
}

    #IMAGE1439 > .ladi-image > .ladi-image-background {
        width: 1225.12px;
        height: 1091.12px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s1550x1400/5c8f292f0ecdc230dd3bd7b9/qua-tang-n3-20210806103900.png");
    }

#IMAGE1445 {
    width: 158.553px;
    height: 137.833px;
    top: 57.15px;
    left: -631px;
}

    #IMAGE1445 > .ladi-image > .ladi-image-background {
        width: 158.553px;
        height: 137.833px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s500x450/5c8f292f0ecdc230dd3bd7b9/suc-manh-vuot-troi-cua-okr-20210806111426.jpg");
    }

#IMAGE1504 {
    width: 618.5px;
    height: 412.333px;
    top: 912.61px;
    left: 474px;
}

    #IMAGE1504 > .ladi-image > .ladi-image-background {
        width: 618.5px;
        height: 412.333px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s950x750/5c8f292f0ecdc230dd3bd7b9/okr-20210813042132.png");
    }

#HEADLINE1375 {
    width: 366px;
    top: 0px;
    left: 1496px;
}

    #HEADLINE1375 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 15px;
        font-weight: bold;
        line-height: 1.6;
    }

#GROUP1506 {
    width: 1039px;
    height: 571.359px;
    top: 2589.71px;
    left: 108px;
}

#IMAGE1507 {
    width: 200px;
    height: 133.333px;
    top: 30px;
    left: 0px;
}

#IMAGE1508 {
    width: 747.45px;
    height: 399.908px;
    top: 0px;
    left: 0px;
    display: none !important;
}

    #IMAGE1508 > .ladi-image > .ladi-image-background {
        width: 747.45px;
        height: 428.967px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s1050x750/5c8f292f0ecdc230dd3bd7b9/bo-kpi-20210813092731.png");
    }

#IMAGE1509 {
    width: 817.732px;
    height: 466.107px;
    top: -46.443px;
    left: 195.634px;
    display: none !important;
}

    #IMAGE1509 > .ladi-image > .ladi-image-background {
        width: 817.732px;
        height: 466.107px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s1150x800/5c8f292f0ecdc230dd3bd7b9/bo-kpi-1-20210813094049.png");
    }

#SHAPE1510 {
    width: 46.6862px;
    height: 39.346px;
    top: 0px;
    left: 0px;
    display: none !important;
}

    #SHAPE1510 svg:last-child {
        fill: rgba(0, 33, 92, 1);
    }

#HEADLINE1513 {
    width: 150px;
    top: 22px;
    left: 534px;
}

    #HEADLINE1513 > .ladi-headline {
        color: rgb(0, 33, 92);
        font-size: 25px;
        font-weight: bold;
        line-height: 1.6;
    }

#HEADLINE1325 {
    width: 490px;
    top: 110px;
    left: 368px;
}

    #HEADLINE1325 > .ladi-headline {
        color: rgb(5, 34, 74);
        font-size: 25px;
        font-weight: bold;
        line-height: 1.6;
    }

#IMAGE1514 {
    width: 437.25px;
    height: 218.625px;
    top: 0px;
    left: 0px;
}

    #IMAGE1514 > .ladi-image > .ladi-image-background {
        width: 437.25px;
        height: 218.625px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s750x550/5c8f292f0ecdc230dd3bd7b9/bo-kpi-okr-20210813112113.png");
    }

#IMAGE1521 {
    width: 2943.51px;
    height: 846.89px;
    top: -160.8px;
    left: -3258.51px;
    display: none !important;
}

    #IMAGE1521 > .ladi-image > .ladi-image-background {
        width: 2943.51px;
        height: 898.89px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s3250x1200/5c8f292f0ecdc230dd3bd7b9/xtw1h5dm20210510025556.jpg");
    }

#IMAGE1522 {
    width: 2889.51px;
    height: 810.269px;
    top: -3px;
    left: -1029.51px;
}

    #IMAGE1522 > .ladi-image > .ladi-image-background {
        width: 2889.51px;
        height: 810.269px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s3200x1150/5c8f292f0ecdc230dd3bd7b9/untitled-1-20210813115935.png");
    }

#IMAGE1526 {
    width: 2915.51px;
    height: 795.446px;
    top: 0px;
    left: -1023.16px;
}

    #IMAGE1526 > .ladi-image > .ladi-image-background {
        width: 2915.51px;
        height: 795.446px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s3250x1100/5c8f292f0ecdc230dd3bd7b9/untitled-1-20210813115935.png");
    }

#IMAGE1527 {
    width: 980.87px;
    height: 490.433px;
    top: 132.05px;
    left: 88.5px;
    display: none !important;
}

    #IMAGE1527 > .ladi-image > .ladi-image-background {
        width: 980.87px;
        height: 490.433px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s1300x800/5c8f292f0ecdc230dd3bd7b9/bo-kpi-okr-20210813133722.png");
    }

#IMAGE1531 {
    width: 1990px;
    height: 807.491px;
    top: 0px;
    left: -344.335px;
}

    #IMAGE1531 > .ladi-image > .ladi-image-background {
        width: 1990px;
        height: 807.491px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s2300x1150/5c8f292f0ecdc230dd3bd7b9/myxvuz0t20210615092302-20210813143107.png");
    }

#IMAGE1534 {
    width: 960px;
    height: 480px;
    top: 52.15px;
    left: 88.5px;
}

    #IMAGE1534 > .ladi-image > .ladi-image-background {
        width: 960px;
        height: 480px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s1300x800/5c8f292f0ecdc230dd3bd7b9/bo-kpi-okr-2-20210813151017.png");
    }

#IMAGE1536 {
    width: 418px;
    height: 209px;
    top: 0px;
    left: 0px;
}

    #IMAGE1536 > .ladi-image > .ladi-image-background {
        width: 418px;
        height: 209px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s750x550/5c8f292f0ecdc230dd3bd7b9/bo-kpi-okr-2-20210813151017.png");
    }

#HEADLINE1537 {
    width: 708px;
    top: 1424.74px;
    left: 337px;
}

    #HEADLINE1537 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 25px;
        font-weight: bold;
        line-height: 1.6;
    }

#HEADLINE1538 {
    width: 549px;
    top: 2126.24px;
    left: 378.31px;
}

    #HEADLINE1538 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 25px;
        font-weight: bold;
        line-height: 1.6;
    }

#IMAGE1539 {
    width: 884.908px;
    height: 400.018px;
    top: 9.823px;
    left: 162.046px;
}

    #IMAGE1539 > .ladi-image > .ladi-image-background {
        width: 884.908px;
        height: 504.398px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s1200x850/5c8f292f0ecdc230dd3bd7b9/bo-kpi-2-20210813152946.png");
    }

#IMAGE1622 {
    width: 200px;
    height: 200px;
    top: 0px;
    left: 0px;
}

#PARAGRAPH1634 {
    width: 571px;
    top: 0px;
    left: 0px;
}

    #PARAGRAPH1634 > .ladi-paragraph {
        color: rgb(1, 33, 87);
        font-size: 21px;
        font-weight: bold;
        text-align: center;
        line-height: 1.4;
    }

#PARAGRAPH1635 {
    width: 511px;
    top: 68px;
    left: 27.5px;
}

    #PARAGRAPH1635 > .ladi-paragraph {
        color: rgb(1, 33, 87);
        font-size: 17px;
        text-align: justify;
        line-height: 1.6;
    }

#GROUP1633 {
    width: 570px;
    height: 224px;
    top: 0px;
    left: 0px;
}

#PARAGRAPH1637 {
    width: 519px;
    top: 68px;
    left: 31.5px;
}

    #PARAGRAPH1637 > .ladi-paragraph {
        color: rgb(1, 33, 87);
        font-size: 17px;
        text-align: justify;
        line-height: 1.6;
    }

#PARAGRAPH1638 {
    width: 568px;
    top: 0px;
    left: 0px;
}

    #PARAGRAPH1638 > .ladi-paragraph {
        color: rgb(1, 33, 87);
        font-size: 21px;
        font-weight: bold;
        text-align: center;
        line-height: 1.4;
    }

#GROUP1636 {
    width: 568px;
    height: 224px;
    top: 0px;
    left: 0px;
}

#IMAGE1639 {
    width: 200px;
    height: 200px;
    top: 0px;
    left: 0px;
}

#SECTION1757 {
    height: 1256.17px;
    display: none !important;
}

#PARAGRAPH1759 {
    width: 571px;
    top: 0px;
    left: 0px;
}

    #PARAGRAPH1759 > .ladi-paragraph {
        color: rgb(1, 33, 87);
        font-size: 21px;
        font-weight: bold;
        text-align: center;
        line-height: 1.4;
    }

#PARAGRAPH1760 {
    width: 511px;
    top: 68px;
    left: 27.5px;
}

    #PARAGRAPH1760 > .ladi-paragraph {
        color: rgb(1, 33, 87);
        font-size: 17px;
        text-align: justify;
        line-height: 1.6;
    }

#GROUP1758 {
    width: 570px;
    height: 224px;
    top: 0px;
    left: 0px;
}

#IMAGE1625 {
    width: 200px;
    height: 200px;
    top: 0px;
    left: 0px;
}

#IMAGE1624 {
    width: 200px;
    height: 128.962px;
    top: 0px;
    left: 0px;
}

#SECTION1578 {
    height: 1107.04px;
}

#CAROUSEL1610 {
    width: 420px;
    height: 250px;
    top: 44px;
    left: -2067px;
    display: none !important;
}

#GROUP1611 {
    width: 541.72px;
    height: 222.559px;
    top: 0px;
    left: -121.72px;
}

#HEADLINE1613 {
    width: 516px;
    top: 0px;
    left: 0px;
}

    #HEADLINE1613 > .ladi-headline {
        color: rgb(1, 33, 87);
        font-size: 21px;
        font-weight: bold;
        text-align: center;
        line-height: 1.4;
    }

#HEADLINE1612 {
    width: 524px;
    top: 66.559px;
    left: 17.72px;
}

    #HEADLINE1612 > .ladi-headline {
        color: rgb(1, 33, 87);
        font-size: 17px;
        line-height: 1.6;
    }

#CAROUSEL1606 {
    width: 420px;
    height: 250px;
    top: 229.317px;
    left: -1930px;
}

#GROUP1607 {
    width: 541.72px;
    height: 222.559px;
    top: 0px;
    left: -121.72px;
}

#HEADLINE1609 {
    width: 516px;
    top: 0px;
    left: 0px;
}

    #HEADLINE1609 > .ladi-headline {
        color: rgb(1, 33, 87);
        font-size: 21px;
        font-weight: bold;
        text-align: center;
        line-height: 1.4;
    }

#HEADLINE1608 {
    width: 524px;
    top: 66.559px;
    left: 17.72px;
}

    #HEADLINE1608 > .ladi-headline {
        color: rgb(1, 33, 87);
        font-size: 17px;
        line-height: 1.6;
    }

#PARAGRAPH1605 {
    width: 544px;
    top: 229.317px;
    left: 336.998px;
}

    #PARAGRAPH1605 > .ladi-paragraph {
        color: rgb(1, 33, 87);
        font-size: 17px;
        line-height: 1.6;
    }

#HEADLINE1604 {
    width: 606px;
    top: 156.5px;
    left: 300.998px;
}

    #HEADLINE1604 > .ladi-headline {
        color: rgb(1, 33, 87);
        font-size: 21px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

#IMAGE1603 {
    width: 200px;
    height: 200px;
    top: 368.127px;
    left: -1936px;
}

#GROUP1600 {
    width: 568px;
    height: 224px;
    top: 733px;
    left: 318.498px;
}

#PARAGRAPH1602 {
    width: 568px;
    top: 0px;
    left: 0px;
}

    #PARAGRAPH1602 > .ladi-paragraph {
        color: rgb(1, 33, 87);
        font-size: 21px;
        font-weight: bold;
        text-align: center;
        line-height: 1.4;
    }

#PARAGRAPH1601 {
    width: 519px;
    top: 68px;
    left: 31.5px;
}

    #PARAGRAPH1601 > .ladi-paragraph {
        color: rgb(1, 33, 87);
        font-size: 17px;
        text-align: justify;
        line-height: 1.6;
    }

#GROUP1597 {
    width: 570px;
    height: 224px;
    top: 452px;
    left: 336.998px;
}

#PARAGRAPH1599 {
    width: 511px;
    top: 68px;
    left: 27.5px;
}

    #PARAGRAPH1599 > .ladi-paragraph {
        color: rgb(1, 33, 87);
        font-size: 17px;
        text-align: justify;
        line-height: 1.6;
    }

#PARAGRAPH1598 {
    width: 571px;
    top: 0px;
    left: 0px;
}

    #PARAGRAPH1598 > .ladi-paragraph {
        color: rgb(1, 33, 87);
        font-size: 21px;
        font-weight: bold;
        text-align: center;
        line-height: 1.4;
    }

#GROUP1590 {
    width: 2582.4px;
    height: 1092.92px;
    top: 13px;
    left: -1364.4px;
}

#GROUP1594 {
    width: 1639.62px;
    height: 140.866px;
    top: 870.18px;
    left: 0px;
}

#SHAPE1596 {
    width: 144.334px;
    height: 24.1384px;
    top: 88.9722px;
    left: 0px;
}

    #SHAPE1596 svg:last-child {
        fill: rgba(255, 185, 1, 1.0);
    }

#BOX1595 {
    width: 164.311px;
    height: 140.866px;
    top: 0px;
    left: 1475.31px;
}

    #BOX1595 > .ladi-box {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("https://w.ladicdn.com/s500x450/5c8f292f0ecdc230dd3bd7b9/7c653f4f6c1d9343ca0c-20200825080714.jpg");
        background-position: center top;
        background-repeat: repeat;
        border-style: dashed;
        border-color: rgba(98, 98, 98, 0.1);
        border-width: 1px;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

#IMAGE1593 {
    width: 187.559px;
    height: 135px;
    top: 585.013px;
    left: 2281.4px;
}

    #IMAGE1593 > .ladi-image > .ladi-image-background {
        width: 189.559px;
        height: 188.559px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s500x500/5c8f292f0ecdc230dd3bd7b9/carouel-kpi-20210806111800.png");
    }

#IMAGE1592 {
    width: 177.666px;
    height: 136.666px;
    top: 306.514px;
    left: 1471.71px;
}

    #IMAGE1592 > .ladi-image > .ladi-image-background {
        width: 177.666px;
        height: 153.666px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s500x500/5c8f292f0ecdc230dd3bd7b9/sodes-2-20210806111042.jpg");
    }

#IMAGE1591 {
    width: 1227.14px;
    height: 1092.92px;
    top: 0px;
    left: 1355.26px;
}

    #IMAGE1591 > .ladi-image > .ladi-image-background {
        width: 1227.14px;
        height: 1092.92px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s1550x1400/5c8f292f0ecdc230dd3bd7b9/qua-tang-n3-1png-20210806113330.png");
    }

#IMAGE1589 {
    width: 200px;
    height: 200px;
    top: 235.559px;
    left: -2041px;
}

#IMAGE1588 {
    width: 200px;
    height: 128.962px;
    top: 351.597px;
    left: -1934px;
}

#CAROUSEL1587 {
    width: 420px;
    height: 250px;
    top: 143.597px;
    left: -2015px;
}

#IMAGE1586 {
    width: 200px;
    height: 200px;
    top: 189.317px;
    left: -1764px;
}

#CAROUSEL1582 {
    width: 420px;
    height: 250px;
    top: 223.5px;
    left: -2076.12px;
}

#GROUP1583 {
    width: 541.72px;
    height: 222.559px;
    top: 0px;
    left: -121.72px;
}

#HEADLINE1585 {
    width: 516px;
    top: 0px;
    left: 0px;
}

    #HEADLINE1585 > .ladi-headline {
        color: rgb(1, 33, 87);
        font-size: 21px;
        font-weight: bold;
        text-align: center;
        line-height: 1.4;
    }

#HEADLINE1584 {
    width: 524px;
    top: 66.559px;
    left: 17.72px;
}

    #HEADLINE1584 > .ladi-headline {
        color: rgb(1, 33, 87);
        font-size: 17px;
        line-height: 1.6;
    }

#HEADLINE1581 {
    width: 186px;
    top: 324.127px;
    left: -363.72px;
}

    #HEADLINE1581 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 28px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

#HEADLINE1580 {
    width: 211px;
    top: 0px;
    left: 0px;
    display: none !important;
}

    #HEADLINE1580 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 28px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

#CAROUSEL1579 {
    width: 420px;
    height: 250px;
    top: 340.127px;
    left: -2067px;
}

#GROUP1818 {
    width: 568px;
    height: 224px;
    top: 0px;
    left: 0px;
}

#CAROUSEL1823 {
    width: 420px;
    height: 995px;
    top: 261.173px;
    left: 0px;
}

#HEADLINE1898 {
    width: 471px;
    top: 218.744px;
    left: 540px;
}

    #HEADLINE1898 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 25px;
        font-weight: bold;
        line-height: 1.6;
    }

#HEADLINE1903 {
    width: 679px;
    top: 2034.74px;
    left: 395.817px;
}

    #HEADLINE1903 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 25px;
        font-weight: bold;
        line-height: 1.6;
    }

#GROUP1904 {
    width: 2642px;
    height: 1299.74px;
    top: 0px;
    left: -1496px;
}

#GROUP1905 {
    width: 935.999px;
    height: 130px;
    top: 1359.74px;
    left: 212px;
}

#GROUP1906 {
    width: 991.798px;
    height: 403.325px;
    top: 2142.08px;
    left: 93px;
}

#GROUP1907 {
    width: 1024px;
    height: 400.004px;
    top: 1528.74px;
    left: 118px;
}

#HEADLINE1910 {
    width: 150px;
    top: 136.744px;
    left: -1403px;
}

    #HEADLINE1910 > .ladi-headline {
        color: rgb(0, 0, 0);
        font-size: 16px;
        line-height: 1.6;
    }

#GROUP1911 {
    width: 935.999px;
    height: 130px;
    top: 0px;
    left: 0px;
}

#HEADLINE1912 {
    width: 640px;
    top: 803.74px;
    left: 376px;
}

    #HEADLINE1912 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 25px;
        font-weight: bold;
        line-height: 1.6;
    }

#GROUP1908 {
    width: 935.999px;
    height: 130px;
    top: 1972.74px;
    left: 212px;
}

#IMAGE1914 {
    width: 200px;
    height: 66.3176px;
    top: 40px;
    left: -410px;
}

#BUTTON1918 {
    width: 160px;
    height: 40px;
    top: 793px;
    left: 470px;
}

    #BUTTON1918 > .ladi-button > .ladi-button-background {
        background-color: rgb(255, 94, 21);
    }

#BUTTON_TEXT1918 {
    width: 160px;
    top: 9px;
    left: 0px;
}

    #BUTTON_TEXT1918 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

#IMAGE1919 {
    width: 167px;
    height: 55.6667px;
    top: 21px;
    left: 911.328px;
}

    #IMAGE1919 > .ladi-image > .ladi-image-background {
        width: 167px;
        height: 55.6667px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s500x400/5c8f292f0ecdc230dd3bd7b9/reg-20210323082224.png");
    }

}

@media (max-width: 767px) {
    #SECTION_POPUP {
        height: 0px;
    }

    #SECTION32 {
        height: 655.923px;
    }

        #SECTION32 > .ladi-overlay {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s700x1350/5c8f292f0ecdc230dd3bd7b9/0qoomfq220200826084852.jpg");
            background-position: center top;
            background-repeat: repeat;
            opacity: 0.28;
        }

        #SECTION32 > .ladi-section-background {
            background-color: rgb(235, 248, 254);
        }

    #HEADLINE33 {
        width: 401px;
        top: 29.8228px;
        left: 10px;
    }

        #HEADLINE33 > .ladi-headline {
            color: rgb(9, 9, 56);
            font-size: 23px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #GROUP35 {
        width: 169px;
        height: 234.823px;
        top: 101px;
        left: 230px;
    }

    #SHAPE36 {
        width: 138.995px;
        height: 138.995px;
        top: 0px;
        left: 12.7878px;
    }

        #SHAPE36 svg:last-child {
            fill: rgba(5, 31, 77, 1.0);
        }

    #HEADLINE38 {
        width: 169px;
        top: 150.823px;
        left: 0px;
    }

        #HEADLINE38 > .ladi-headline {
            color: rgb(9, 9, 56);
            font-size: 18px;
            text-align: center;
            line-height: 1.6;
        }

    #SHAPE39 {
        width: 59.5695px;
        height: 59.5694px;
        top: 79.4259px;
        left: 0.212px;
    }

        #SHAPE39 > .ladi-shape {
            opacity: 0.75;
        }

        #SHAPE39 svg:last-child {
            fill: rgba(232, 105, 48, 1.0);
        }

    #GROUP40 {
        width: 162.087px;
        height: 260.502px;
        top: 0px;
        left: 0px;
    }

    #SHAPE41 {
        width: 138.217px;
        height: 138.217px;
        top: 0px;
        left: 12.5055px;
    }

        #SHAPE41 svg:last-child {
            fill: rgba(5, 31, 77, 1.0);
        }

    #HEADLINE43 {
        width: 143px;
        top: 148.502px;
        left: 19.0872px;
    }

        #HEADLINE43 > .ladi-headline {
            color: rgb(9, 9, 56);
            font-size: 18px;
            text-align: center;
            line-height: 1.6;
        }

    #SHAPE44 {
        width: 59.2361px;
        height: 59.2361px;
        top: 78.9814px;
        left: 0px;
    }

        #SHAPE44 > .ladi-shape {
            opacity: 0.75;
        }

        #SHAPE44 svg:last-child {
            fill: rgba(232, 105, 48, 1.0);
        }

    #GROUP45 {
        width: 149.113px;
        height: 289px;
        top: 0px;
        left: 0px;
    }

    #SHAPE46 {
        width: 136.741px;
        height: 136.74px;
        top: 0px;
        left: 12.3718px;
    }

        #SHAPE46 svg:last-child {
            fill: rgba(5, 31, 77, 1.0);
        }

    #HEADLINE48 {
        width: 132px;
        top: 149px;
        left: 10px;
    }

        #HEADLINE48 > .ladi-headline {
            color: rgb(9, 9, 56);
            font-size: 18px;
            text-align: center;
            line-height: 1.6;
        }

    #SHAPE49 {
        width: 58.603px;
        height: 58.603px;
        top: 78.1372px;
        left: 0px;
    }

        #SHAPE49 > .ladi-shape {
            opacity: 0.75;
        }

        #SHAPE49 svg:last-child {
            fill: rgba(232, 105, 48, 1.0);
        }

    #LINE50 {
        height: 119px;
        top: 399.823px;
        left: 200px;
    }

        #LINE50 > .ladi-line > .ladi-line-container {
            border-top: 0px !important;
            border-right: 1px solid rgba(8, 58, 145, 0.5);
            border-bottom: 1px solid rgba(8, 58, 145, 0.5);
            border-left: 1px solid rgba(8, 58, 145, 0.5);
        }

        #LINE50 > .ladi-line {
            height: 100%;
            padding: 0px 8px;
        }

    #LINE51 {
        height: 115px;
        top: 109px;
        left: 201.779px;
    }

        #LINE51 > .ladi-line > .ladi-line-container {
            border-top: 0px !important;
            border-right: 1px solid rgba(8, 58, 145, 0.5);
            border-bottom: 1px solid rgba(8, 58, 145, 0.5);
            border-left: 1px solid rgba(8, 58, 145, 0.5);
        }

        #LINE51 > .ladi-line {
            height: 100%;
            padding: 0px 8px;
        }

    #LINE52 {
        height: 119px;
        top: 466.462px;
        left: 500px;
    }

        #LINE52 > .ladi-line > .ladi-line-container {
            border-top: 0px !important;
            border-right: 1px solid rgba(8, 58, 145, 0.5);
            border-bottom: 1px solid rgba(8, 58, 145, 0.5);
            border-left: 1px solid rgba(8, 58, 145, 0.5);
        }

        #LINE52 > .ladi-line {
            height: 100%;
            padding: 0px 8px;
        }

    #GROUP53 {
        width: 153.254px;
        height: 234.823px;
        top: 0px;
        left: 0px;
    }

    #SHAPE54 {
        width: 130.201px;
        height: 130.2px;
        top: 0px;
        left: 11.1789px;
    }

        #SHAPE54 svg:last-child {
            fill: rgba(1, 33, 87, 1.0);
        }

    #HEADLINE56 {
        width: 151px;
        top: 150.823px;
        left: 2.2536px;
    }

        #HEADLINE56 > .ladi-headline {
            color: rgb(9, 9, 56);
            font-size: 18px;
            text-align: center;
            line-height: 1.6;
        }

    #SHAPE57 {
        width: 59.1822px;
        height: 59.182px;
        top: 79.9944px;
        left: 0px;
    }

        #SHAPE57 > .ladi-shape {
            opacity: 0.75;
        }

        #SHAPE57 svg:last-child {
            fill: rgba(232, 105, 48, 1.0);
        }

    #PARAGRAPH154 {
        width: 260px;
        top: 296.198px;
        left: 4.00005px;
    }

        #PARAGRAPH154 > .ladi-paragraph {
            color: rgb(5, 34, 74);
            font-size: 15px;
            text-align: justify;
            line-height: 1.4;
        }

    #HEADLINE155 {
        width: 267px;
        top: 227.198px;
        left: 0px;
    }

        #HEADLINE155 > .ladi-headline {
            color: rgb(5, 31, 77);
            font-size: 17px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #HEADLINE160 {
        width: 251px;
        top: 227.198px;
        left: 355px;
    }

        #HEADLINE160 > .ladi-headline {
            color: rgb(5, 31, 77);
            font-size: 18px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #PARAGRAPH161 {
        width: 260px;
        top: 295.198px;
        left: 350px;
    }

        #PARAGRAPH161 > .ladi-paragraph {
            color: rgb(5, 31, 77);
            font-size: 15px;
            text-align: justify;
            line-height: 1.4;
        }

    #HEADLINE166 {
        width: 263px;
        top: 228.387px;
        left: 694.578px;
    }

        #HEADLINE166 > .ladi-headline {
            color: rgb(5, 31, 77);
            font-size: 18px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #PARAGRAPH167 {
        width: 260px;
        top: 295.387px;
        left: 694.578px;
    }

        #PARAGRAPH167 > .ladi-paragraph {
            color: rgb(5, 31, 77);
            font-size: 15px;
            text-align: justify;
            line-height: 1.4;
        }

    #HEADLINE274 {
        width: 420px;
        top: 131.64px;
        left: 0px;
    }

        #HEADLINE274 > .ladi-headline {
            color: rgb(251, 250, 253);
            font-size: 25px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
            text-shadow: rgb(0, 0, 0) 5px 2px 1px;
        }

    #HEADLINE273 {
        width: 420px;
        top: 95.64px;
        left: 0px;
    }

        #HEADLINE273 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 25px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
            text-shadow: rgb(0, 0, 0) 5px 3px 1px;
        }

    #HEADLINE272 {
        width: 194px;
        top: 48px;
        left: 113px;
    }

        #HEADLINE272 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 25px;
            text-align: center;
            line-height: 1.6;
        }

    #HEADLINE271 {
        width: 420px;
        top: 0px;
        left: 0px;
    }

        #HEADLINE271 > .ladi-headline {
            color: rgb(255, 185, 1);
            font-size: 30px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

    #SECTION2 {
        height: 506.87px;
        display: none !important;
    }

        #SECTION2 > .ladi-overlay {
            background: rgba(28, 16, 145, 1.0);
            background: -webkit-radial-gradient(circle, rgba(28, 16, 145, 1.0), rgba(0, 0, 0, 1));
            background: radial-gradient(circle, rgba(28, 16, 145, 1.0), rgba(0, 0, 0, 1));
            opacity: 0.84;
        }

        #SECTION2 > .ladi-section-background {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s768x506/5c8f292f0ecdc230dd3bd7b9/hyvshmst20200826050325.jpg");
            background-position: center top;
            background-repeat: repeat;
        }

    #SECTION279 {
        height: 68px;
    }

        #SECTION279 > .ladi-section-background {
            background-color: rgb(5, 34, 74);
        }

    #SHAPE283 {
        width: 40px;
        height: 40px;
        top: 12px;
        left: 8px;
    }

        #SHAPE283 svg:last-child {
            fill: rgba(255, 255, 255, 1.0);
        }

    #BUTTON284 {
        width: 86.1818px;
        height: 30px;
        top: 20px;
        left: 326px;
    }

        #BUTTON284 > .ladi-button > .ladi-button-background {
            background-color: rgb(255, 255, 255);
        }

        #BUTTON284 > .ladi-button {
            border-color: rgb(244, 64, 37);
            border-width: 1px;
            border-radius: 100px;
        }

        #BUTTON284.ladi-animation > .ladi-button {
            animation-name: pulse;
            -webkit-animation-name: pulse;
            animation-delay: 0s;
            -webkit-animation-delay: 0s;
            animation-duration: 1s;
            -webkit-animation-duration: 1s;
            animation-iteration-count: infinite;
            -webkit-animation-iteration-count: infinite;
        }

    #BUTTON_TEXT284 {
        width: 117px;
        top: 9px;
        left: 0px;
    }

        #BUTTON_TEXT284 > .ladi-headline {
            color: rgb(244, 64, 37);
            font-size: 14px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

    #BUTTON287 {
        width: 87.4252px;
        height: 40.3333px;
        top: -3.333px;
        left: -283.713px;
    }

        #BUTTON287 > .ladi-button > .ladi-button-background {
            background-color: rgba(245, 65, 38, 0);
        }

        #BUTTON287 > .ladi-button {
            border-color: rgb(244, 64, 37);
            border-width: 1px;
            border-radius: 100px;
        }

    #BUTTON_TEXT287 {
        width: 144px;
        top: 9px;
        left: 0px;
    }

        #BUTTON_TEXT287 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

            #BUTTON_TEXT287 > .ladi-headline:hover {
                color: rgb(255, 193, 1);
            }

    #BUTTON289 {
        width: 107.236px;
        height: 40.3333px;
        top: -3.333px;
        left: -188.618px;
    }

        #BUTTON289 > .ladi-button > .ladi-button-background {
            background-color: rgba(245, 65, 38, 0);
        }

        #BUTTON289 > .ladi-button {
            border-color: rgb(244, 64, 37);
            border-width: 1px;
            border-radius: 100px;
        }

    #BUTTON_TEXT289 {
        width: 177px;
        top: 9px;
        left: 0px;
    }

        #BUTTON_TEXT289 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

            #BUTTON_TEXT289 > .ladi-headline:hover {
                color: rgb(255, 193, 1);
            }

    #BUTTON291 {
        width: 98.0447px;
        height: 40.3333px;
        top: -3.333px;
        left: -446.023px;
    }

        #BUTTON291 > .ladi-button > .ladi-button-background {
            background-color: rgba(245, 65, 38, 0);
        }

        #BUTTON291 > .ladi-button {
            border-color: rgb(244, 64, 37);
            border-width: 1px;
            border-radius: 100px;
        }

    #BUTTON_TEXT291 {
        width: 137px;
        top: 9px;
        left: 0px;
    }

        #BUTTON_TEXT291 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

            #BUTTON_TEXT291 > .ladi-headline:hover {
                color: rgb(255, 193, 1);
            }

    #SECTION339 {
        height: 757.403px;
    }

        #SECTION339 > .ladi-section-background {
            background-color: rgb(251, 250, 253);
        }

    #HEADLINE342 {
        width: 400px;
        top: 27px;
        left: 10px;
    }

        #HEADLINE342 > .ladi-headline {
            color: rgb(244, 64, 37);
            font-size: 23px;
            font-weight: bold;
            text-align: center;
            line-height: 1;
        }

    #HEADLINE343 {
        width: 390px;
        top: 90.299px;
        left: 15px;
    }

        #HEADLINE343 > .ladi-headline {
            color: rgb(5, 31, 77);
            font-size: 17px;
            text-align: justify;
            line-height: 1.4;
        }

    #HEADLINE357 {
        width: 390px;
        top: 227.299px;
        left: 14px;
    }

        #HEADLINE357 > .ladi-headline {
            color: rgb(244, 64, 37);
            font-size: 17px;
            font-weight: bold;
            text-align: justify;
            line-height: 1.4;
        }

    #HEADLINE361 {
        width: 390px;
        top: 311.299px;
        left: 15px;
    }

        #HEADLINE361 > .ladi-headline {
            color: rgb(244, 64, 37);
            font-size: 17px;
            font-weight: bold;
            text-align: justify;
            line-height: 1.4;
        }

    #HEADLINE363 {
        width: 390px;
        top: 633.299px;
        left: 15px;
    }

        #HEADLINE363 > .ladi-headline {
            color: rgb(5, 34, 74);
            font-size: 17px;
            font-weight: bold;
            text-align: justify;
            line-height: 1.4;
        }

    #SECTION365 {
        height: 1763.26px;
        display: none !important;
    }

        #SECTION365 > .ladi-section-background {
            background-color: rgba(235, 243, 255, 0.5);
        }

    #IMAGE389 {
        width: 406.255px;
        height: 354.727px;
        top: 21px;
        left: 6px;
    }

        #IMAGE389 > .ladi-image > .ladi-image-background {
            width: 406.255px;
            height: 354.727px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s750x700/5c8f292f0ecdc230dd3bd7b9/3tg-20210312040007.png");
        }

    #HEADLINE392 {
        width: 415px;
        top: 377.906px;
        left: 3px;
    }

        #HEADLINE392 > .ladi-headline {
            color: rgb(244, 64, 37);
            font-size: 17px;
            font-weight: bold;
            text-align: center;
            line-height: 1.4;
        }

    #BOX395 {
        width: 420px;
        height: 428.61px;
        top: 1334.65px;
        left: 0px;
    }

        #BOX395 > .ladi-box > .ladi-overlay {
            background: rgba(7, 58, 145, 1.0);
            background: -webkit-linear-gradient(180deg, rgba(7, 58, 145, 1.0), rgba(5, 31, 77, 1.0));
            background: linear-gradient(180deg, rgba(7, 58, 145, 1.0), rgba(5, 31, 77, 1.0));
            opacity: 0.96;
        }

        #BOX395 > .ladi-box {
            background-size: auto 100%;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s750x750/5c8f292f0ecdc230dd3bd7b9/s3adqvuf20200824081114.jpg");
            background-position: center top;
            background-repeat: repeat;
            border-radius: 0px;
        }

    #BOX398 {
        width: 400px;
        height: 1034.25px;
        top: 451.406px;
        left: 10px;
    }

        #BOX398 > .ladi-box {
            background-color: rgb(255, 255, 255);
        }

    #GROUP399 {
        width: 385px;
        height: 1005.12px;
        top: 460.789px;
        left: 25.5px;
    }

    #GROUP400 {
        width: 385px;
        height: 303.117px;
        top: 0px;
        left: 0px;
    }

    #BOX401 {
        width: 385px;
        height: 286.532px;
        top: 16.585px;
        left: 0px;
    }

        #BOX401 > .ladi-box {
            background-color: rgba(253, 251, 251, 0);
            border-style: solid;
            border-color: rgba(0, 0, 0, 0.7);
            border-width: 1px;
        }

    #GROUP403 {
        width: 362px;
        height: 42.4104px;
        top: 0px;
        left: 14.5px;
    }

    #SHAPE404 {
        width: 362px;
        height: 35.388px;
        top: 0px;
        left: 0px;
    }

        #SHAPE404 svg:last-child {
            fill: url("#SHAPE404_desktop_gradient");
        }

    #HEADLINE405 {
        width: 333px;
        top: 9.45464px;
        left: 14.266px;
    }

        #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;
        }

    #PARAGRAPH408 {
        width: 357px;
        top: 51.8293px;
        left: 14.5px;
    }

        #PARAGRAPH408 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 15px;
            text-align: justify;
            line-height: 2;
        }

    #BOX410 {
        width: 377px;
        height: 343.843px;
        top: 354.774px;
        left: 0px;
    }

        #BOX410 > .ladi-box {
            background-color: rgba(253, 251, 251, 0);
            border-style: solid;
            border-color: rgba(0, 0, 0, 0.7);
            border-width: 1px;
        }

    #GROUP412 {
        width: 203px;
        height: 42.3985px;
        top: 333px;
        left: 87px;
    }

    #SHAPE413 {
        width: 203px;
        height: 42.3985px;
        top: 0px;
        left: 0px;
    }

        #SHAPE413 svg:last-child {
            fill: url("#SHAPE413_desktop_gradient");
        }

    #HEADLINE414 {
        width: 187px;
        top: 11.3276px;
        left: 8px;
    }

        #HEADLINE414 > .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;
        }

    #PARAGRAPH417 {
        width: 356px;
        top: 402.484px;
        left: 11px;
    }

        #PARAGRAPH417 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 15px;
            text-align: justify;
            line-height: 2;
        }

    #GROUP418 {
        width: 379px;
        height: 288.117px;
        top: 717px;
        left: 0px;
    }

    #BOX419 {
        width: 379px;
        height: 270px;
        top: 18.117px;
        left: 0px;
    }

        #BOX419 > .ladi-box {
            background-color: rgba(253, 251, 251, 0);
            border-style: solid;
            border-color: rgba(0, 0, 0, 0.7);
            border-width: 1px;
        }

    #GROUP421 {
        width: 269.954px;
        height: 38.6569px;
        top: 0px;
        left: 60.1877px;
    }

    #SHAPE422 {
        width: 269.954px;
        height: 38.6569px;
        top: 0px;
        left: 0px;
    }

        #SHAPE422 svg:last-child {
            fill: url("#SHAPE422_desktop_gradient");
        }

    #HEADLINE423 {
        width: 249px;
        top: 10.3285px;
        left: 10.477px;
    }

        #HEADLINE423 > .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;
        }

    #PARAGRAPH426 {
        width: 356px;
        top: 53.617px;
        left: 8.5px;
    }

        #PARAGRAPH426 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 15px;
            text-align: justify;
            line-height: 2;
        }

    #HEADLINE427 {
        width: 400px;
        top: 1508.26px;
        left: 11px;
    }

        #HEADLINE427 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 18px;
            font-weight: bold;
            text-align: justify;
            line-height: 1.4;
        }

    #SECTION436 {
        height: 2258.33px;
        display: none !important;
    }

    #HEADLINE437 {
        width: 400px;
        top: 25px;
        left: 10px;
    }

        #HEADLINE437 > .ladi-headline {
            color: rgb(244, 64, 37);
            font-size: 27px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

    #IMAGE438 {
        width: 471.483px;
        height: 58.5px;
        top: 347.5px;
        left: 0px;
        display: none !important;
    }

        #IMAGE438 > .ladi-image > .ladi-image-background {
            width: 471.483px;
            height: 58.5px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s800x400/5c8f292f0ecdc230dd3bd7b9/7-20200825021712.png");
        }

    #IMAGE439 {
        width: 387px;
        height: 240px;
        top: 0px;
        left: 72.713px;
    }

        #IMAGE439 > .ladi-image > .ladi-image-background {
            width: 482.738px;
            height: 240px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s800x550/5c8f292f0ecdc230dd3bd7b9/1-20200827073017.jpg");
        }

        #IMAGE439 > .ladi-image {
            box-shadow: 10px 8px 1px -6px rgba(5, 31, 77, 1);
            -webkit-box-shadow: 10px 8px 1px -6px rgba(5, 31, 77, 1);
        }

    #PARAGRAPH440 {
        width: 390px;
        top: 266px;
        left: 72.713px;
    }

        #PARAGRAPH440 > .ladi-paragraph {
            color: rgb(5, 31, 77);
            font-size: 16px;
            text-align: justify;
            line-height: 1.6;
        }

    #GROUP441 {
        width: 471.483px;
        height: 441px;
        top: 65.5px;
        left: 0px;
    }

    #IMAGE443 {
        width: 5px;
        height: 5px;
        top: 0px;
        left: 816.633px;
    }

        #IMAGE443 > .ladi-image > .ladi-image-background {
            width: 5px;
            height: 5px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s350x350/5c8f292f0ecdc230dd3bd7b9/7-20200825021712.png");
        }

    #IMAGE444 {
        width: 41.3793px;
        height: 5px;
        top: 232px;
        left: 0px;
    }

        #IMAGE444 > .ladi-image > .ladi-image-background {
            width: 41.3793px;
            height: 25px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s350x350/5c8f292f0ecdc230dd3bd7b9/2-20200827073142.jpg");
        }

        #IMAGE444 > .ladi-image {
            box-shadow: 10px 8px 1px -6px rgba(5, 31, 77, 1);
            -webkit-box-shadow: 10px 8px 1px -6px rgba(5, 31, 77, 1);
        }

    #PARAGRAPH445 {
        width: 402px;
        top: 36px;
        left: 398.103px;
    }

        #PARAGRAPH445 > .ladi-paragraph {
            color: rgb(5, 31, 77);
            font-size: 1px;
            font-weight: bold;
            text-align: justify;
            line-height: 1.6;
        }

    #GROUP442 {
        width: 821.633px;
        height: 237px;
        top: 1360.67px;
        left: -394.493px;
        display: none !important;
    }

    #IMAGE447 {
        width: 75.1083px;
        height: 8.86656px;
        top: 0px;
        left: 0px;
    }

        #IMAGE447 > .ladi-image > .ladi-image-background {
            width: 75.1083px;
            height: 8.86656px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s400x350/5c8f292f0ecdc230dd3bd7b9/7-20200825021712.png");
        }

    #IMAGE448 {
        width: 36.9655px;
        height: 22.3333px;
        top: 11.1667px;
        left: 4.4256px;
    }

        #IMAGE448 > .ladi-image > .ladi-image-background {
            width: 36.9655px;
            height: 22.3333px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s350x350/5c8f292f0ecdc230dd3bd7b9/3-20200827073302.jpg");
        }

        #IMAGE448 > .ladi-image {
            box-shadow: 10px 8px 1px -6px rgba(5, 31, 77, 1);
            -webkit-box-shadow: 10px 8px 1px -6px rgba(5, 31, 77, 1);
        }

    #PARAGRAPH449 {
        width: 30px;
        top: 11.1667px;
        left: 43.6836px;
    }

        #PARAGRAPH449 > .ladi-paragraph {
            color: rgb(5, 31, 77);
            font-size: 1px;
            font-weight: bold;
            text-align: justify;
            line-height: 1.6;
        }

    #GROUP446 {
        width: 75.1083px;
        height: 33.5px;
        top: 1427.67px;
        left: 540.032px;
        display: none !important;
    }

    #IMAGE451 {
        width: 80.0011px;
        height: 9.44415px;
        top: 0px;
        left: 0px;
    }

        #IMAGE451 > .ladi-image > .ladi-image-background {
            width: 80.0011px;
            height: 9.44415px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s400x350/5c8f292f0ecdc230dd3bd7b9/7-20200825021712.png");
        }

    #IMAGE452 {
        width: 39.3736px;
        height: 23.7882px;
        top: 11.8941px;
        left: 4.7139px;
    }

        #IMAGE452 > .ladi-image > .ladi-image-background {
            width: 39.3736px;
            height: 23.7882px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s350x350/5c8f292f0ecdc230dd3bd7b9/screenshot-14-20200827090824.png");
        }

        #IMAGE452 > .ladi-image {
            box-shadow: 10px 8px 1px -6px rgba(5, 31, 77, 1);
            -webkit-box-shadow: 10px 8px 1px -6px rgba(5, 31, 77, 1);
        }

    #PARAGRAPH453 {
        width: 32px;
        top: 11.8941px;
        left: 46.5293px;
    }

        #PARAGRAPH453 > .ladi-paragraph {
            color: rgb(5, 31, 77);
            font-size: 1px;
            font-weight: bold;
            text-align: justify;
            line-height: 1.6;
        }

    #GROUP450 {
        width: 80.0011px;
        height: 37.5px;
        top: 1449.67px;
        left: 451.002px;
        display: none !important;
    }

    #HEADLINE454 {
        width: 51px;
        top: 19.5px;
        left: 83.941px;
    }

        #HEADLINE454 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 20px;
            font-weight: bold;
            line-height: 1.6;
        }

    #HEADLINE455 {
        width: 51px;
        top: 1236px;
        left: 184.5px;
    }

        #HEADLINE455 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 32px;
            font-weight: bold;
            line-height: 1.6;
        }

    #HEADLINE456 {
        width: 51px;
        top: 1937.83px;
        left: 184.5px;
    }

        #HEADLINE456 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 32px;
            font-weight: bold;
            line-height: 1.6;
        }

    #HEADLINE457 {
        width: 51px;
        top: 2228.33px;
        left: 314.5px;
        display: none !important;
    }

        #HEADLINE457 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 2px;
            font-weight: bold;
            line-height: 1.6;
        }

    #HEADLINE458 {
        width: 400px;
        top: 22.5px;
        left: 137.441px;
    }

        #HEADLINE458 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 20px;
            font-weight: bold;
            line-height: 1.6;
        }

    #HEADLINE459 {
        width: 400px;
        top: 1297px;
        left: 10px;
    }

        #HEADLINE459 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 30px;
            font-weight: bold;
            line-height: 1.6;
        }

    #HEADLINE460 {
        width: 400px;
        top: 1998.83px;
        left: 10px;
    }

        #HEADLINE460 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 30px;
            font-weight: bold;
            line-height: 1.6;
        }

    #HEADLINE461 {
        width: 400px;
        top: 1907.33px;
        left: 472px;
        display: none !important;
    }

        #HEADLINE461 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 5px;
            font-weight: bold;
            line-height: 1.6;
        }

    #IMAGE462 {
        width: 50.3031px;
        height: 50.303px;
        top: 150.201px;
        left: 287.134px;
    }

        #IMAGE462 > .ladi-image > .ladi-image-background {
            width: 50.3031px;
            height: 50.303px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s400x400/5c8f292f0ecdc230dd3bd7b9/class-20200804021821.png");
        }

    #IMAGE463 {
        width: 49.9761px;
        height: 49.9759px;
        top: 35.159px;
        left: 52.2536px;
    }

        #IMAGE463 > .ladi-image > .ladi-image-background {
            width: 49.9761px;
            height: 49.9759px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s350x350/5c8f292f0ecdc230dd3bd7b9/116708702_2992504190859199_9203745146852900758_n-20200804024633.png");
        }

    #IMAGE464 {
        width: 38.1744px;
        height: 38.1744px;
        top: 47.581px;
        left: 61.2107px;
    }

        #IMAGE464 > .ladi-image > .ladi-image-background {
            width: 38.1744px;
            height: 38.1744px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s350x350/5c8f292f0ecdc230dd3bd7b9/list-20200804022439.png");
        }

    #IMAGE465 {
        width: 42.3244px;
        height: 42.3243px;
        top: 44.4679px;
        left: 59.5798px;
    }

        #IMAGE465 > .ladi-image > .ladi-image-background {
            width: 42.3244px;
            height: 42.3243px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s350x350/5c8f292f0ecdc230dd3bd7b9/117119487_933530223799280_6449549146962733252_n-20200804024811.png");
        }

    #GROUP466 {
        width: 153.254px;
        height: 234.823px;
        top: 101px;
        left: 27.7464px;
    }

    #GROUP468 {
        width: 162.087px;
        height: 260.502px;
        top: 366.923px;
        left: 20px;
    }

    #GROUP469 {
        width: 149.113px;
        height: 289px;
        top: 366.923px;
        left: 240px;
    }

    #BUTTON473 {
        width: 135.719px;
        height: 39px;
        top: 252.527px;
        left: 150px;
    }

        #BUTTON473 > .ladi-button > .ladi-button-background {
            background-color: rgb(244, 64, 37);
        }

        #BUTTON473 > .ladi-button {
            border-color: rgb(244, 64, 37);
            border-width: 1px;
            border-radius: 116px;
        }

    #BUTTON_TEXT473 {
        width: 237px;
        top: 9px;
        left: 0px;
    }

        #BUTTON_TEXT473 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

        #BUTTON_TEXT473.ladi-animation > .ladi-headline {
            animation-name: pulse;
            -webkit-animation-name: pulse;
            animation-delay: 0s;
            -webkit-animation-delay: 0s;
            animation-duration: 1s;
            -webkit-animation-duration: 1s;
            animation-iteration-count: infinite;
            -webkit-animation-iteration-count: infinite;
        }

    #HEADLINE477 {
        width: 400px;
        top: 0px;
        left: 4px;
    }

        #HEADLINE477 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 16px;
            font-weight: bold;
            text-align: justify;
            line-height: 1.4;
        }

    #HEADLINE478 {
        width: 408px;
        top: 147.894px;
        left: 0px;
    }

        #HEADLINE478 > .ladi-headline {
            color: rgb(255, 187, 0);
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            line-height: 1.4;
        }

    #HEADLINE506 {
        width: 359px;
        top: 70px;
        left: 30.5px;
    }

        #HEADLINE506 > .ladi-headline {
            color: rgb(255, 185, 1);
            font-size: 24px;
            font-weight: bold;
            text-align: center;
            line-height: 1.4;
        }

    #HEADLINE507 {
        width: 408px;
        top: 160.853px;
        left: 5px;
    }

        #HEADLINE507 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(235, 248, 254);
            font-size: 18px;
            font-weight: bold;
            text-align: center;
            line-height: 1.4;
        }

    #HEADLINE554 {
        width: 400px;
        top: 78.758px;
        left: 10px;
    }

        #HEADLINE554 > .ladi-headline {
            color: rgba(255, 255, 255, 0.9);
            font-size: 16px;
            text-align: justify;
            line-height: 1.6;
        }

    #PARAGRAPH557 {
        width: 367px;
        top: 1px;
        left: 36.5411px;
    }

        #PARAGRAPH557 > .ladi-paragraph {
            color: rgb(255, 255, 255);
            font-size: 16px;
            text-align: justify;
            line-height: 1.6;
        }

    #SHAPE558 {
        width: 26.5645px;
        height: 25.3634px;
        top: 0px;
        left: 0px;
    }

        #SHAPE558 svg:last-child {
            fill: rgba(242, 67, 13, 1);
        }

    #SHAPE559 {
        width: 22.8622px;
        height: 19.9972px;
        top: 48.9999px;
        left: 2.28991px;
    }

        #SHAPE559 > .ladi-shape {
            transform: rotate(26deg);
            -webkit-transform: rotate(26deg);
        }

        #SHAPE559 svg:last-child {
            fill: rgba(242, 67, 13, 1);
        }

    #SHAPE560 {
        width: 24.8134px;
        height: 19.7252px;
        top: 77.6374px;
        left: 1.30531px;
    }

        #SHAPE560 svg:last-child {
            fill: rgba(242, 67, 13, 1);
        }

    #GROUP556 {
        width: 402.892px;
        height: 101px;
        top: 194.758px;
        left: 7.108px;
    }

    #SECTION553 {
        height: 318.758px;
    }

        #SECTION553 > .ladi-overlay {
            background-color: rgba(5, 31, 78, 0.9);
        }

        #SECTION553 > .ladi-section-background {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s768x318/5c7362c6c417ab07e5196b05/co1mex5o20200310084936.jpg");
            background-position: left top;
            background-repeat: no-repeat;
        }

    #SHAPE567 {
        width: 64.3493px;
        height: 16.6028px;
        top: 59.699px;
        left: 48px;
    }

        #SHAPE567 svg:last-child {
            fill: rgba(255, 185, 1, 1.0);
        }

    #SHAPE568 {
        width: 64.3492px;
        height: 16.6028px;
        top: 59.699px;
        left: 301px;
    }

        #SHAPE568 svg:last-child {
            fill: rgba(255, 185, 1, 1.0);
        }

    #HEADLINE574 {
        width: 390px;
        top: 442.299px;
        left: 15px;
    }

        #HEADLINE574 > .ladi-headline {
            color: rgb(244, 64, 37);
            font-size: 17px;
            font-weight: bold;
            text-align: justify;
            line-height: 1.4;
        }

    #HEADLINE575 {
        width: 390px;
        top: 526.299px;
        left: 14px;
    }

        #HEADLINE575 > .ladi-headline {
            color: rgb(5, 31, 77);
            font-size: 17px;
            font-weight: bold;
            text-align: justify;
            line-height: 1.4;
        }

    #FRAME604 {
        width: 350px;
        height: 416.345px;
        top: 537.038px;
        left: 36.5681px;
    }

        #FRAME604 > .ladi-frame > .ladi-frame-background {
            background-color: rgb(255, 255, 255);
        }

        #FRAME604 > .ladi-frame {
            box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
            -webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
            border-style: solid;
            border-color: rgba(14, 98, 242, 0.2);
            border-width: 0px;
        }

    #FORM609 {
        width: 300.63px;
        height: 293.689px;
        top: 625.993px;
        left: 59.6848px;
    }

        #FORM609 > .ladi-form {
            color: rgb(0, 0, 0);
            font-size: 14px;
            line-height: 1.6;
        }

        #FORM609 .ladi-form-item .ladi-form-control::placeholder, #FORM609 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"] {
            color: rgba(0, 0, 0, 1.0);
        }

        #FORM609 .ladi-form-item {
            padding-left: 8px;
            padding-right: 8px;
        }

            #FORM609 .ladi-form-item.ladi-form-checkbox {
                padding-left: 13px;
                padding-right: 13px;
            }

        #FORM609 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgba(0%2C%200%2C%200%2C%201.0)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
        }

        #FORM609 .ladi-form-item-container, #FORM609 .ladi-form-label-container .ladi-form-label-item {
            border-style: solid;
            border-color: rgba(5, 31, 78, 0.2);
            border-width: 1px;
        }

            #FORM609 .ladi-form-item-container .ladi-form-quantity button {
                background-color: rgba(5, 31, 78, 0.2);
            }

        #FORM609 .ladi-form-item-background {
            background-color: rgb(255, 255, 255);
        }

    #BUTTON610 {
        width: 296.883px;
        height: 44.6178px;
        top: 249.071px;
        left: 0.611334px;
    }

        #BUTTON610 > .ladi-button > .ladi-button-background {
            background-color: rgb(242, 67, 13);
        }

        #BUTTON610 > .ladi-button {
            border-radius: 0px;
        }

    #BUTTON_TEXT610 {
        width: 317px;
        top: 10.039px;
        left: 0px;
    }

        #BUTTON_TEXT610 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

    #FORM_ITEM613 {
        width: 296.883px;
        height: 44.6178px;
        top: 120.045px;
        left: 3.7471px;
    }

    #FORM_ITEM614 {
        width: 296.883px;
        height: 44.6178px;
        top: 60.0448px;
        left: 3.7471px;
    }

    #GROUP637 {
        width: 408px;
        height: 202.894px;
        top: 28px;
        left: 6px;
    }

    #FORM_ITEM641 {
        width: 296.883px;
        height: 40.3185px;
        top: 185.087px;
        left: 0.611334px;
    }

    #IMAGE648 {
        width: 468.972px;
        height: 53.0584px;
        top: 0px;
        left: 0.469px;
        display: none !important;
    }

        #IMAGE648 > .ladi-image > .ladi-image-background {
            width: 556.802px;
            height: 53.0584px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s900x400/5c8f292f0ecdc230dd3bd7b9/mobi-20200825042605.png");
        }

    #GROUP649 {
        width: 537.441px;
        height: 506.5px;
        top: 87px;
        left: -58.441px;
    }

    #IMAGE651 {
        width: 468.972px;
        height: 53.0584px;
        top: 0px;
        left: 0.469px;
    }

        #IMAGE651 > .ladi-image > .ladi-image-background {
            width: 556.802px;
            height: 53.0584px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s900x400/5c8f292f0ecdc230dd3bd7b9/mobi-20200825042605.png");
        }

    #IMAGE653 {
        width: 471.483px;
        height: 58.5px;
        top: 347.5px;
        left: 0px;
        display: none !important;
    }

        #IMAGE653 > .ladi-image > .ladi-image-background {
            width: 471.483px;
            height: 58.5px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s800x400/5c8f292f0ecdc230dd3bd7b9/7-20200825021712.png");
        }

    #IMAGE654 {
        width: 384px;
        height: 232px;
        top: 0px;
        left: 75.713px;
    }

        #IMAGE654 > .ladi-image > .ladi-image-background {
            width: 384px;
            height: 232px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s700x550/5c8f292f0ecdc230dd3bd7b9/2-20200827073142.jpg");
        }

        #IMAGE654 > .ladi-image {
            box-shadow: 10px 8px 1px -6px rgba(5, 31, 77, 1);
            -webkit-box-shadow: 10px 8px 1px -6px rgba(5, 31, 77, 1);
        }

    #PARAGRAPH655 {
        width: 398px;
        top: 251px;
        left: 72.713px;
    }

        #PARAGRAPH655 > .ladi-paragraph {
            color: rgb(5, 31, 77);
            font-size: 16px;
            text-align: justify;
            line-height: 1.6;
        }

    #GROUP652 {
        width: 471.483px;
        height: 406px;
        top: 65.5px;
        left: 0px;
    }

    #HEADLINE656 {
        width: 51px;
        top: 19.5px;
        left: 83.941px;
    }

        #HEADLINE656 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 20px;
            font-weight: bold;
            line-height: 1.6;
        }

    #HEADLINE657 {
        width: 400px;
        top: 22.5px;
        left: 137.441px;
    }

        #HEADLINE657 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 20px;
            font-weight: bold;
            line-height: 1.6;
        }

    #GROUP650 {
        width: 537.441px;
        height: 471.5px;
        top: 599.5px;
        left: -58.441px;
    }

    #IMAGE659 {
        width: 468.972px;
        height: 53.0584px;
        top: 0px;
        left: 0px;
    }

        #IMAGE659 > .ladi-image > .ladi-image-background {
            width: 556.802px;
            height: 53.0584px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s900x400/5c8f292f0ecdc230dd3bd7b9/mobi-20200825042605.png");
        }

    #IMAGE661 {
        width: 471.483px;
        height: 58.5px;
        top: 347.5px;
        left: 0px;
        display: none !important;
    }

        #IMAGE661 > .ladi-image > .ladi-image-background {
            width: 471.483px;
            height: 58.5px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s800x400/5c8f292f0ecdc230dd3bd7b9/7-20200825021712.png");
        }

    #IMAGE662 {
        width: 406px;
        height: 232px;
        top: 0px;
        left: 53.713px;
    }

        #IMAGE662 > .ladi-image > .ladi-image-background {
            width: 406px;
            height: 232px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s750x550/5c8f292f0ecdc230dd3bd7b9/3-20200827073302.jpg");
        }

        #IMAGE662 > .ladi-image {
            box-shadow: 10px 8px 1px -6px rgba(5, 31, 77, 1);
            -webkit-box-shadow: 10px 8px 1px -6px rgba(5, 31, 77, 1);
        }

    #PARAGRAPH663 {
        width: 390px;
        top: 251px;
        left: 72.713px;
    }

        #PARAGRAPH663 > .ladi-paragraph {
            color: rgb(5, 31, 77);
            font-size: 16px;
            text-align: left;
            line-height: 1.6;
        }

    #GROUP660 {
        width: 471.483px;
        height: 501px;
        top: 65.5px;
        left: 2.531px;
    }

    #HEADLINE664 {
        width: 51px;
        top: 19.5px;
        left: 83.472px;
    }

        #HEADLINE664 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 20px;
            font-weight: bold;
            line-height: 1.6;
        }

    #HEADLINE665 {
        width: 327px;
        top: 22.5px;
        left: 131.972px;
    }

        #HEADLINE665 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 20px;
            font-weight: bold;
            line-height: 1.6;
        }

    #GROUP658 {
        width: 474.014px;
        height: 566.5px;
        top: 1064.49px;
        left: -50px;
    }

    #IMAGE667 {
        width: 468.972px;
        height: 53.0584px;
        top: 0px;
        left: 0px;
    }

        #IMAGE667 > .ladi-image > .ladi-image-background {
            width: 556.802px;
            height: 53.0584px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s900x400/5c8f292f0ecdc230dd3bd7b9/mobi-20200825042605.png");
        }

    #IMAGE669 {
        width: 471.483px;
        height: 58.5px;
        top: 159.66px;
        left: 51.014px;
        display: none !important;
    }

        #IMAGE669 > .ladi-image > .ladi-image-background {
            width: 471.483px;
            height: 58.5px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s800x400/5c8f292f0ecdc230dd3bd7b9/7-20200825021712.png");
        }

    #IMAGE670 {
        width: 390px;
        height: 232px;
        top: 73.319px;
        left: 65.014px;
    }

        #IMAGE670 > .ladi-image > .ladi-image-background {
            width: 390px;
            height: 232px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s700x550/5c8f292f0ecdc230dd3bd7b9/screenshot-14-20200827090824.png");
        }

        #IMAGE670 > .ladi-image {
            box-shadow: 10px 8px 1px -6px rgba(5, 31, 77, 1);
            -webkit-box-shadow: 10px 8px 1px -6px rgba(5, 31, 77, 1);
        }

    #PARAGRAPH671 {
        width: 406px;
        top: 323.319px;
        left: 71.014px;
    }

        #PARAGRAPH671 > .ladi-paragraph {
            color: rgb(5, 31, 77);
            font-size: 16px;
            text-align: left;
            line-height: 1.6;
        }

    #HEADLINE672 {
        width: 51px;
        top: 17.16px;
        left: 81.972px;
    }

        #HEADLINE672 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 20px;
            font-weight: bold;
            line-height: 1.6;
        }

    #HEADLINE673 {
        width: 332px;
        top: 23.16px;
        left: 132.972px;
    }

        #HEADLINE673 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 19px;
            font-weight: bold;
            line-height: 1.6;
        }

    #BUTTON_TEXT806 {
        width: 158px;
        top: 9px;
        left: 0px;
    }

        #BUTTON_TEXT806 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 16px;
            text-align: center;
            line-height: 1.6;
        }

            #BUTTON_TEXT806 > .ladi-headline:hover {
                color: rgb(255, 187, 0);
            }

    #BUTTON806 {
        width: 159.875px;
        height: 40px;
        top: 15px;
        left: 5.0625px;
    }

        #BUTTON806 > .ladi-button > .ladi-button-background {
            background: #ff6a00;
            background: -webkit-linear-gradient(180deg, #ff6a00, #ee0979);
            background: linear-gradient(180deg, #ff6a00, #ee0979);
            opacity: 0;
        }

        #BUTTON806 > .ladi-button {
            border-style: solid;
            border-color: rgb(255, 255, 255);
            border-width: 1px;
        }

            #BUTTON806 > .ladi-button:hover {
                border-color: rgb(255, 187, 0);
            }

    #BUTTON_TEXT808 {
        width: 157px;
        top: 9px;
        left: 0px;
    }

        #BUTTON_TEXT808 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 16px;
            text-align: center;
            line-height: 1.6;
            -webkit-text-stroke-color: rgb(255, 187, 0);
        }

            #BUTTON_TEXT808 > .ladi-headline:hover {
                color: rgb(255, 187, 0);
            }

    #BUTTON808 {
        width: 159.875px;
        height: 40px;
        top: 71px;
        left: 6px;
    }

        #BUTTON808 > .ladi-button > .ladi-button-background {
            background: #ff6a00;
            background: -webkit-linear-gradient(180deg, #ff6a00, #ee0979);
            background: linear-gradient(180deg, #ff6a00, #ee0979);
            opacity: 0;
        }

        #BUTTON808 > .ladi-button {
            border-style: solid;
            border-color: rgb(255, 255, 255);
            border-width: 1px;
        }

            #BUTTON808 > .ladi-button:hover {
                border-color: rgb(255, 187, 0);
            }

    #BUTTON_TEXT810 {
        width: 158px;
        top: 9px;
        left: 0px;
    }

        #BUTTON_TEXT810 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 16px;
            text-align: center;
            line-height: 1.6;
        }

            #BUTTON_TEXT810 > .ladi-headline:hover {
                color: rgb(255, 187, 0);
            }

    #BUTTON810 {
        width: 159.875px;
        height: 40px;
        top: 131px;
        left: 6px;
    }

        #BUTTON810 > .ladi-button > .ladi-button-background {
            background: #ff6a00;
            background: -webkit-linear-gradient(180deg, #ff6a00, #ee0979);
            background: linear-gradient(180deg, #ff6a00, #ee0979);
            opacity: 0;
        }

        #BUTTON810 > .ladi-button {
            border-style: solid;
            border-color: rgb(255, 255, 255);
            border-width: 1px;
        }

            #BUTTON810 > .ladi-button:hover {
                border-color: rgb(255, 187, 0);
            }

    #BUTTON_TEXT812 {
        width: 158px;
        top: 9px;
        left: 0px;
    }

        #BUTTON_TEXT812 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 16px;
            text-align: center;
            line-height: 1.6;
        }

            #BUTTON_TEXT812 > .ladi-headline:hover {
                color: rgb(255, 187, 0);
            }

    #BUTTON812 {
        width: 159.875px;
        height: 40px;
        top: 195px;
        left: 5.0625px;
    }

        #BUTTON812 > .ladi-button > .ladi-button-background {
            background: #ff6a00;
            background: -webkit-linear-gradient(180deg, #ff6a00, #ee0979);
            background: linear-gradient(180deg, #ff6a00, #ee0979);
            opacity: 0;
        }

        #BUTTON812 > .ladi-button {
            border-style: solid;
            border-color: rgb(255, 255, 255);
            border-width: 1px;
        }

            #BUTTON812 > .ladi-button:hover {
                border-color: rgb(255, 187, 0);
            }

    #POPUP805 {
        width: 208.484px;
        height: 256px;
        top: 0px;
        left: 0px;
        bottom: auto;
        right: auto;
        margin: auto auto auto calc((100% - 420px) / 2);
        border-radius: 0px;
    }

        #POPUP805 > .ladi-popup > .ladi-popup-background {
            background-color: rgb(5, 31, 77);
            opacity: 0.97;
        }

    #SECTION882 {
        height: 364px;
        display: none !important;
    }

        #SECTION882 > .ladi-overlay {
            background: rgba(31, 60, 112, 1.0);
            background: -webkit-linear-gradient(180deg, rgba(31, 60, 112, 1.0), rgba(0, 0, 0, 1));
            background: linear-gradient(180deg, rgba(31, 60, 112, 1.0), rgba(0, 0, 0, 1));
            opacity: 0.92;
        }

        #SECTION882 > .ladi-section-background {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s768x364/5c8f292f0ecdc230dd3bd7b9/r-v06Y-P20200826032105.jpg");
            background-position: right top;
            background-repeat: repeat-x;
        }

    #SECTION893 {
        height: 788.53px;
    }

        #SECTION893 > .ladi-section-background {
            background-color: rgb(234, 242, 254);
        }

    #GROUP894 {
        width: 924.67px;
        height: 216.521px;
        top: 0px;
        left: 19.2101px;
    }

    #GROUP896 {
        width: 235.092px;
        height: 216.521px;
        top: 0px;
        left: 0px;
    }

    #IMAGE897 {
        width: 192.648px;
        height: 191.959px;
        top: 0px;
        left: 21.2214px;
    }

        #IMAGE897 > .ladi-image > .ladi-image-background {
            width: 192.648px;
            height: 193.366px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s500x500/5c8f292f0ecdc230dd3bd7b9/anh3-20200825034323.jpg");
        }

        #IMAGE897 > .ladi-image {
            border-color: rgb(255, 255, 255);
            border-width: 5px;
            border-radius: 300px;
        }

    #SHAPE898 {
        width: 235.092px;
        height: 117.546px;
        top: 98.9753px;
        left: 0px;
    }

        #SHAPE898 > .ladi-shape {
            transform: rotate(-180deg);
            -webkit-transform: rotate(-180deg);
        }

        #SHAPE898 svg:last-child {
            fill: rgba(245, 65, 38, 0.5);
        }

    #GROUP908 {
        width: 235.091px;
        height: 216.521px;
        top: 0px;
        left: 335.29px;
    }

    #IMAGE909 {
        width: 192.647px;
        height: 191.959px;
        top: 0px;
        left: 21.2213px;
    }

        #IMAGE909 > .ladi-image > .ladi-image-background {
            width: 343.761px;
            height: 193.366px;
            top: 0px;
            left: -72.8079px;
            background-image: url("https://w.ladicdn.com/s650x500/5c8f292f0ecdc230dd3bd7b9/anh2-20200825034354.jpg");
        }

        #IMAGE909 > .ladi-image {
            border-color: rgb(255, 255, 255);
            border-width: 5px;
            border-radius: 300px;
        }

    #SHAPE910 {
        width: 235.091px;
        height: 117.546px;
        top: 98.9753px;
        left: 0px;
    }

        #SHAPE910 > .ladi-shape {
            transform: rotate(-180deg);
            -webkit-transform: rotate(-180deg);
        }

        #SHAPE910 svg:last-child {
            fill: rgba(245, 65, 38, 0.5);
        }

    #SHAPE922 {
        width: 235.091px;
        height: 117.546px;
        top: 98.9753px;
        left: 0px;
    }

        #SHAPE922 > .ladi-shape {
            transform: rotate(-180deg);
            -webkit-transform: rotate(-180deg);
        }

        #SHAPE922 svg:last-child {
            fill: rgba(245, 65, 38, 0.5);
        }

    #HEADLINE931 {
        width: 419px;
        top: 0px;
        left: 0px;
    }

        #HEADLINE931 > .ladi-headline {
            color: rgb(242, 67, 13);
            font-size: 30px;
            font-weight: bold;
            text-align: center;
            line-height: 1.4;
        }

    #LINE932 {
        width: 156px;
        top: 80px;
        left: 138.211px;
    }

        #LINE932 > .ladi-line > .ladi-line-container {
            border-top: 6px solid rgba(245, 65, 38, 0.5);
            border-right: 6px solid rgba(245, 65, 38, 0.5);
            border-bottom: 6px solid rgba(245, 65, 38, 0.5);
            border-left: 0px !important;
        }

        #LINE932 > .ladi-line {
            width: 100%;
            padding: 8px 0px;
        }

    #GROUP934 {
        width: 418px;
        height: 102px;
        top: 56px;
        left: 1px;
    }

    #IMAGE921 {
        width: 192.647px;
        height: 191.959px;
        top: 0px;
        left: 21.2213px;
    }

        #IMAGE921 > .ladi-image > .ladi-image-background {
            width: 192.647px;
            height: 193.366px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s500x500/5c8f292f0ecdc230dd3bd7b9/anh3-20200825034119.jpg");
        }

        #IMAGE921 > .ladi-image {
            border-color: rgb(255, 255, 255);
            border-width: 5px;
            border-radius: 300px;
        }

    #GROUP920 {
        width: 235.091px;
        height: 216.521px;
        top: 0px;
        left: 689.579px;
    }

    #SHAPE964 {
        width: 35.2229px;
        height: 30.6785px;
        top: 91.64px;
        left: 5px;
    }

        #SHAPE964 svg:last-child {
            fill: rgba(255, 185, 1, 1.0);
        }

    #SHAPE965 {
        width: 32.9267px;
        height: 28.6785px;
        top: 142.962px;
        left: 377.1px;
    }

        #SHAPE965 > .ladi-shape {
            transform: rotate(-180deg);
            -webkit-transform: rotate(-180deg);
        }

        #SHAPE965 svg:last-child {
            fill: rgba(255, 185, 1, 1.0);
        }

    #GROUP967 {
        width: 957.578px;
        height: 555.387px;
        top: 123px;
        left: 467.211px;
        display: none !important;
    }

    #HEADLINE969 {
        width: 416px;
        top: 277px;
        left: 2px;
    }

        #HEADLINE969 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 185, 1);
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

    #SECTION993 {
        height: 321.417px;
    }

        #SECTION993 > .ladi-overlay {
            background-color: rgb(1, 21, 71);
            opacity: 0.8;
        }

        #SECTION993 > .ladi-section-background {
            background-size: cover;
            background-attachment: fixed;
            background-image: url("https://w.ladicdn.com/s768x321/5c8f292f0ecdc230dd3bd7b9/0qoomfq220200826084852.jpg");
            background-position: center top;
            background-repeat: repeat;
        }

    #GROUP1035 {
        width: 420px;
        height: 171.64px;
        top: 163px;
        left: 0.5px;
    }

    #CAROUSEL1036 {
        width: 420px;
        height: 571.53px;
        top: 188px;
        left: 0px;
    }

    #IMAGE1040 {
        width: 192.648px;
        height: 191.959px;
        top: 0px;
        left: 21.2214px;
    }

        #IMAGE1040 > .ladi-image > .ladi-image-background {
            width: 192.648px;
            height: 193.366px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s500x500/5c8f292f0ecdc230dd3bd7b9/anh3-20200825034323.jpg");
        }

        #IMAGE1040 > .ladi-image {
            border-color: rgb(255, 255, 255);
            border-width: 5px;
            border-radius: 300px;
        }

    #SHAPE1041 {
        width: 235.092px;
        height: 117.546px;
        top: 98.9753px;
        left: 0px;
    }

        #SHAPE1041 > .ladi-shape {
            transform: rotate(-180deg);
            -webkit-transform: rotate(-180deg);
        }

        #SHAPE1041 svg:last-child {
            fill: rgba(245, 65, 38, 0.5);
        }

    #GROUP1039 {
        width: 235.092px;
        height: 216.521px;
        top: 0px;
        left: 19.21px;
    }

    #IMAGE1043 {
        width: 192.647px;
        height: 191.959px;
        top: 0px;
        left: 21.2213px;
    }

        #IMAGE1043 > .ladi-image > .ladi-image-background {
            width: 343.761px;
            height: 193.366px;
            top: 0px;
            left: -72.8079px;
            background-image: url("https://w.ladicdn.com/s650x500/5c8f292f0ecdc230dd3bd7b9/anh2-20200825034354.jpg");
        }

        #IMAGE1043 > .ladi-image {
            border-color: rgb(255, 255, 255);
            border-width: 5px;
            border-radius: 300px;
        }

    #SHAPE1044 {
        width: 235.091px;
        height: 117.546px;
        top: 98.9753px;
        left: 0px;
    }

        #SHAPE1044 > .ladi-shape {
            transform: rotate(-180deg);
            -webkit-transform: rotate(-180deg);
        }

        #SHAPE1044 svg:last-child {
            fill: rgba(245, 65, 38, 0.5);
        }

    #GROUP1042 {
        width: 235.091px;
        height: 216.521px;
        top: 0px;
        left: 4.5px;
    }

    #IMAGE1046 {
        width: 192.647px;
        height: 191.959px;
        top: 0px;
        left: 21.2213px;
    }

        #IMAGE1046 > .ladi-image > .ladi-image-background {
            width: 192.647px;
            height: 193.366px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s500x500/5c8f292f0ecdc230dd3bd7b9/anh3-20200825034119.jpg");
        }

        #IMAGE1046 > .ladi-image {
            border-color: rgb(255, 255, 255);
            border-width: 5px;
            border-radius: 300px;
        }

    #SHAPE1047 {
        width: 235.091px;
        height: 117.546px;
        top: 98.9753px;
        left: 0px;
    }

        #SHAPE1047 > .ladi-shape {
            transform: rotate(-180deg);
            -webkit-transform: rotate(-180deg);
        }

        #SHAPE1047 svg:last-child {
            fill: rgba(245, 65, 38, 0.5);
        }

    #GROUP1045 {
        width: 235.091px;
        height: 216.521px;
        top: 0px;
        left: 14.211px;
    }

    #PARAGRAPH1048 {
        width: 260px;
        top: 296.198px;
        left: 4.00005px;
    }

        #PARAGRAPH1048 > .ladi-paragraph {
            color: rgb(5, 34, 74);
            font-size: 15px;
            text-align: justify;
            line-height: 1.4;
        }

    #HEADLINE1049 {
        width: 268px;
        top: 227.198px;
        left: 0px;
    }

        #HEADLINE1049 > .ladi-headline {
            color: rgb(5, 31, 77);
            font-size: 17px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #HEADLINE1050 {
        width: 252px;
        top: 227.198px;
        left: 5px;
    }

        #HEADLINE1050 > .ladi-headline {
            color: rgb(5, 31, 77);
            font-size: 18px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #PARAGRAPH1051 {
        width: 260px;
        top: 295.198px;
        left: 0px;
    }

        #PARAGRAPH1051 > .ladi-paragraph {
            color: rgb(5, 31, 77);
            font-size: 15px;
            text-align: justify;
            line-height: 1.4;
        }

    #HEADLINE1052 {
        width: 264px;
        top: 228.387px;
        left: 0px;
    }

        #HEADLINE1052 > .ladi-headline {
            color: rgb(5, 31, 77);
            font-size: 18px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #PARAGRAPH1053 {
        width: 260px;
        top: 295.387px;
        left: 0px;
    }

        #PARAGRAPH1053 > .ladi-paragraph {
            color: rgb(5, 31, 77);
            font-size: 15px;
            text-align: justify;
            line-height: 1.4;
        }

    #GROUP1054 {
        width: 268px;
        height: 527.198px;
        top: 0px;
        left: 79.606px;
    }

    #GROUP1055 {
        width: 260px;
        height: 555.198px;
        top: 0px;
        left: 507.211px;
    }

    #GROUP1056 {
        width: 264px;
        height: 555.387px;
        top: 0px;
        left: 925.789px;
    }

    #HEADLINE1058 {
        width: 264px;
        top: 228.387px;
        left: 0px;
    }

        #HEADLINE1058 > .ladi-headline {
            color: rgb(5, 31, 77);
            font-size: 18px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #PARAGRAPH1059 {
        width: 260px;
        top: 295.387px;
        left: 0px;
    }

        #PARAGRAPH1059 > .ladi-paragraph {
            color: rgb(5, 31, 77);
            font-size: 15px;
            text-align: justify;
            line-height: 1.4;
        }

    #IMAGE1061 {
        width: 192.647px;
        height: 191.959px;
        top: 0px;
        left: 21.2213px;
    }

        #IMAGE1061 > .ladi-image > .ladi-image-background {
            width: 192.647px;
            height: 193.366px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s500x500/5c8f292f0ecdc230dd3bd7b9/anh3-20200825034119.jpg");
        }

        #IMAGE1061 > .ladi-image {
            border-color: rgb(255, 255, 255);
            border-width: 5px;
            border-radius: 300px;
        }

    #SHAPE1062 {
        width: 235.091px;
        height: 117.546px;
        top: 98.9753px;
        left: 0px;
    }

        #SHAPE1062 > .ladi-shape {
            transform: rotate(-180deg);
            -webkit-transform: rotate(-180deg);
        }

        #SHAPE1062 svg:last-child {
            fill: rgba(245, 65, 38, 0.5);
        }

    #GROUP1060 {
        width: 235.091px;
        height: 216.521px;
        top: 0px;
        left: 14.211px;
    }

    #GROUP1057 {
        width: 264px;
        height: 555.387px;
        top: 0px;
        left: 2185.79px;
    }

    #HEADLINE1064 {
        width: 252px;
        top: 227.198px;
        left: 5px;
    }

        #HEADLINE1064 > .ladi-headline {
            color: rgb(5, 31, 77);
            font-size: 18px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #PARAGRAPH1065 {
        width: 260px;
        top: 295.198px;
        left: 0px;
    }

        #PARAGRAPH1065 > .ladi-paragraph {
            color: rgb(5, 31, 77);
            font-size: 15px;
            text-align: justify;
            line-height: 1.4;
        }

    #IMAGE1067 {
        width: 192.647px;
        height: 191.959px;
        top: 0px;
        left: 21.2213px;
    }

        #IMAGE1067 > .ladi-image > .ladi-image-background {
            width: 343.761px;
            height: 193.366px;
            top: 0px;
            left: -72.8079px;
            background-image: url("https://w.ladicdn.com/s650x500/5c8f292f0ecdc230dd3bd7b9/anh2-20200825034354.jpg");
        }

        #IMAGE1067 > .ladi-image {
            border-color: rgb(255, 255, 255);
            border-width: 5px;
            border-radius: 300px;
        }

    #SHAPE1068 {
        width: 235.091px;
        height: 117.546px;
        top: 98.9753px;
        left: 0px;
    }

        #SHAPE1068 > .ladi-shape {
            transform: rotate(-180deg);
            -webkit-transform: rotate(-180deg);
        }

        #SHAPE1068 svg:last-child {
            fill: rgba(245, 65, 38, 0.5);
        }

    #GROUP1066 {
        width: 235.091px;
        height: 216.521px;
        top: 0px;
        left: 4.5px;
    }

    #GROUP1063 {
        width: 260px;
        height: 555.198px;
        top: 0.0945px;
        left: 1761.21px;
    }

    #PARAGRAPH1070 {
        width: 260px;
        top: 296.198px;
        left: 4.00005px;
    }

        #PARAGRAPH1070 > .ladi-paragraph {
            color: rgb(5, 34, 74);
            font-size: 15px;
            text-align: justify;
            line-height: 1.4;
        }

    #HEADLINE1071 {
        width: 268px;
        top: 227.198px;
        left: 0px;
    }

        #HEADLINE1071 > .ladi-headline {
            color: rgb(5, 31, 77);
            font-size: 17px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #IMAGE1073 {
        width: 192.648px;
        height: 191.959px;
        top: 0px;
        left: 21.2214px;
    }

        #IMAGE1073 > .ladi-image > .ladi-image-background {
            width: 192.648px;
            height: 193.366px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s500x500/5c8f292f0ecdc230dd3bd7b9/anh3-20200825034323.jpg");
        }

        #IMAGE1073 > .ladi-image {
            border-color: rgb(255, 255, 255);
            border-width: 5px;
            border-radius: 300px;
        }

    #SHAPE1074 {
        width: 235.092px;
        height: 117.546px;
        top: 98.9753px;
        left: 0px;
    }

        #SHAPE1074 > .ladi-shape {
            transform: rotate(-180deg);
            -webkit-transform: rotate(-180deg);
        }

        #SHAPE1074 svg:last-child {
            fill: rgba(245, 65, 38, 0.5);
        }

    #GROUP1072 {
        width: 235.092px;
        height: 216.521px;
        top: 0px;
        left: 19.21px;
    }

    #GROUP1069 {
        width: 268px;
        height: 516.198px;
        top: 0.0945px;
        left: 1336px;
    }

    #POPUP1104 {
        width: 420px;
        height: 972px;
        top: 0px;
        left: 0px;
        bottom: 0px;
        right: 0px;
        margin: auto;
    }

        #POPUP1104 > .ladi-popup > .ladi-popup-background {
            background-color: rgb(2, 54, 146);
        }

    #BOX1106 {
        width: 410px;
        height: 759.606px;
        top: 0px;
        left: 0px;
    }

        #BOX1106 > .ladi-box {
            background-color: rgb(255, 255, 255);
        }

    #LINE1107 {
        width: 38px;
        top: 0px;
        left: 123px;
    }

        #LINE1107 > .ladi-line > .ladi-line-container {
            border-top: 4px solid rgb(17, 8, 130);
            border-right: 4px solid rgb(17, 8, 130);
            border-bottom: 4px solid rgb(17, 8, 130);
            border-left: 0px !important;
        }

        #LINE1107 > .ladi-line {
            width: 100%;
            padding: 8px 0px;
        }

    #HEADLINE1108 {
        width: 284px;
        top: 21.8832px;
        left: 0px;
    }

        #HEADLINE1108 > .ladi-headline {
            color: rgb(17, 7, 130);
            font-size: 24px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #PARAGRAPH1109 {
        width: 383px;
        top: 68.6256px;
        left: 12.6905px;
    }

        #PARAGRAPH1109 > .ladi-paragraph {
            color: rgb(17, 8, 130);
            font-size: 17px;
            text-align: justify;
            line-height: 1.4;
        }

    #IMAGE1110 {
        width: 226.424px;
        height: 103px;
        top: 0px;
        left: 178.576px;
    }

        #IMAGE1110 > .ladi-image > .ladi-image-background {
            width: 226.424px;
            height: 103px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s550x450/57b167c9ca57d39c18a1c57c/thankyou.png");
        }

    #GROUP1111 {
        width: 284.071px;
        height: 49.5291px;
        top: 6.25555px;
        left: 62.9643px;
    }

    #FORM_ITEM612 {
        width: 296.883px;
        height: 44.6178px;
        top: 0px;
        left: 3.74733px;
    }

    #FORM_ITEM1115 {
        width: 297.494px;
        height: 33.2919px;
        top: 0px;
        left: 0px;
        z-index: -1;
    }

    #FORM_ITEM1116 {
        width: 297.494px;
        height: 33.2919px;
        top: 0px;
        left: 0px;
        z-index: -1;
    }

    #SECTION1130 {
        height: 2039.83px;
        display: none !important;
    }

        #SECTION1130 > .ladi-section-background {
            background-color: rgb(240, 246, 255);
        }

    #IMAGE1132 {
        width: 452px;
        height: 409.378px;
        top: 0.63961px;
        left: -32px;
    }

        #IMAGE1132 > .ladi-image > .ladi-image-background {
            width: 464.426px;
            height: 409.378px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s800x750/5c8f292f0ecdc230dd3bd7b9/8dxKPgkC20210312022844.jpeg");
        }

        #IMAGE1132 > .ladi-image {
            border-radius: 50px 0px 0px 50px;
        }

    #BOX1134 {
        width: 466.529px;
        height: 410.302px;
        top: 0px;
        left: -37px;
    }

        #BOX1134 > .ladi-box {
            background-color: rgb(0, 33, 92);
            border-top-right-radius: 50px;
            border-bottom-left-radius: 50px;
            border-bottom-right-radius: 0px;
        }

    #BOX1135 {
        width: 549px;
        height: 409.961px;
        top: 971.924px;
        left: -675px;
    }

        #BOX1135 > .ladi-box {
            background-color: rgba(13, 98, 242, 0.2);
            border-radius: 0px;
        }

    #SECTION1153 {
        height: 342.87px;
    }

        #SECTION1153 > .ladi-overlay {
            background: rgba(13, 49, 112, 1.0);
            background: -webkit-radial-gradient(circle, rgba(13, 49, 112, 1.0), rgba(1, 3, 53, 1.0));
            background: radial-gradient(circle, rgba(13, 49, 112, 1.0), rgba(1, 3, 53, 1.0));
            opacity: 0.84;
        }

        #SECTION1153 > .ladi-section-background {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s768x342/5c8f292f0ecdc230dd3bd7b9/hyvshmst20200826050325.jpg");
            background-position: center top;
            background-repeat: no-repeat;
        }

    #IMAGE1163 {
        width: 400px;
        height: 200px;
        top: 1811.88px;
        left: 10px;
    }

        #IMAGE1163 > .ladi-image > .ladi-image-background {
            width: 400px;
            height: 200px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s750x550/5c8f292f0ecdc230dd3bd7b9/e4g4-20210316082731.png");
        }

    #IMAGE1188 {
        width: 406.255px;
        height: 354.727px;
        top: -178px;
        left: -621.128px;
        display: none !important;
    }

        #IMAGE1188 > .ladi-image > .ladi-image-background {
            width: 406.255px;
            height: 354.727px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s750x700/5c8f292f0ecdc230dd3bd7b9/3tg-20210312040007.png");
        }

    #SECTION1164 {
        height: 1770.2px;
    }

        #SECTION1164 > .ladi-section-background {
            background-color: rgba(235, 243, 255, 0.5);
        }

    #IMAGE1189 {
        width: 160.426px;
        height: 38.6667px;
        top: 558.409px;
        left: 122.287px;
    }

        #IMAGE1189 > .ladi-image > .ladi-image-background {
            width: 160.426px;
            height: 38.6667px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s500x350/5c8f292f0ecdc230dd3bd7b9/logo-sodes-20210206070752.png");
        }

    #SECTION1221 {
        height: 1287.24px;
        display: none !important;
    }

        #SECTION1221 > .ladi-section-background {
            background: rgba(0, 56, 158, 1.0);
            background: -webkit-linear-gradient(180deg, rgba(0, 56, 158, 1.0), rgba(30, 46, 75, 1.0));
            background: linear-gradient(180deg, rgba(0, 56, 158, 1.0), rgba(30, 46, 75, 1.0));
        }

    #BOX1224 {
        width: 381px;
        height: 360.821px;
        top: 22px;
        left: 18.6275px;
    }

        #BOX1224 > .ladi-box {
            box-shadow: 0px 20px 25px -14px rgba(0, 50, 103, 0.2);
            -webkit-box-shadow: 0px 20px 25px -14px rgba(0, 50, 103, 0.2);
            background-color: rgb(255, 255, 255);
            border-radius: 1000px;
        }

    #HEADLINE1231 {
        width: 312px;
        top: 127px;
        left: 53.1275px;
    }

        #HEADLINE1231 > .ladi-headline {
            color: rgb(1, 33, 87);
            font-size: 21px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #GROUP1233 {
        width: 402px;
        height: 246px;
        top: 702.73px;
        left: 10px;
    }

    #GROUP1234 {
        width: 61.9256px;
        height: 61.9257px;
        top: 0px;
        left: 0px;
    }

    #BOX1235 {
        width: 61.9256px;
        height: 61.9257px;
        top: 0px;
        left: 0px;
    }

        #BOX1235 > .ladi-box {
            background-color: rgb(242, 67, 13);
            border-radius: 1000px;
        }

    #SHAPE1236 {
        width: 24.1334px;
        height: 24.1335px;
        top: 18.8961px;
        left: 19.6246px;
    }

        #SHAPE1236 svg:last-child {
            fill: rgba(255, 255, 255, 1.0);
        }

    #GROUP1237 {
        width: 332.047px;
        height: 246px;
        top: 0px;
        left: 69.9534px;
    }

    #PARAGRAPH1238 {
        width: 332px;
        top: 30px;
        left: 0.0466px;
    }

        #PARAGRAPH1238 > .ladi-paragraph {
            color: rgb(255, 255, 255);
            font-size: 17px;
            text-align: justify;
            line-height: 1.4;
        }

    #PARAGRAPH1239 {
        width: 293px;
        top: 0px;
        left: 0px;
    }

        #PARAGRAPH1239 > .ladi-paragraph {
            color: rgb(251, 124, 0);
            font-size: 18px;
            font-weight: bold;
            line-height: 1.4;
        }

    #GROUP1240 {
        width: 401.953px;
        height: 222.063px;
        top: 420.236px;
        left: 9px;
    }

    #GROUP1241 {
        width: 61.9257px;
        height: 61.9257px;
        top: 4.028px;
        left: 0px;
    }

    #BOX1242 {
        width: 61.9257px;
        height: 61.9257px;
        top: 0px;
        left: 0px;
    }

        #BOX1242 > .ladi-box {
            background-color: rgb(242, 67, 13);
            border-radius: 1000px;
        }

    #SHAPE1243 {
        width: 24.1335px;
        height: 24.1335px;
        top: 18.3912px;
        left: 19.1197px;
    }

        #SHAPE1243 svg:last-child {
            fill: rgba(255, 255, 255, 1.0);
        }

    #GROUP1244 {
        width: 330px;
        height: 222.063px;
        top: 0px;
        left: 71.953px;
    }

    #PARAGRAPH1245 {
        width: 330px;
        top: 30.063px;
        left: 0px;
    }

        #PARAGRAPH1245 > .ladi-paragraph {
            color: rgb(255, 255, 255);
            font-size: 17px;
            text-align: justify;
            line-height: 1.4;
        }

    #PARAGRAPH1246 {
        width: 324px;
        top: 0px;
        left: 1.0004px;
    }

        #PARAGRAPH1246 > .ladi-paragraph {
            color: rgb(251, 124, 0);
            font-size: 18px;
            font-weight: bold;
            line-height: 1.4;
        }

    #GROUP1247 {
        width: 400px;
        height: 225px;
        top: 1012.73px;
        left: 10px;
    }

    #GROUP1248 {
        width: 61.9256px;
        height: 61.9257px;
        top: 0px;
        left: 0px;
    }

    #BOX1249 {
        width: 61.9256px;
        height: 61.9257px;
        top: 0px;
        left: 0px;
    }

        #BOX1249 > .ladi-box {
            background-color: rgb(242, 67, 13);
            border-radius: 1000px;
        }

    #SHAPE1250 {
        width: 24.1334px;
        height: 24.1335px;
        top: 18.8961px;
        left: 18.8961px;
    }

        #SHAPE1250 svg:last-child {
            fill: rgba(255, 255, 255, 1.0);
        }

    #GROUP1251 {
        width: 331px;
        height: 225px;
        top: 0px;
        left: 69px;
    }

    #PARAGRAPH1252 {
        width: 331px;
        top: 33px;
        left: 0px;
    }

        #PARAGRAPH1252 > .ladi-paragraph {
            color: rgb(255, 255, 255);
            font-size: 17px;
            text-align: justify;
            line-height: 1.4;
        }

    #PARAGRAPH1253 {
        width: 293px;
        top: 0px;
        left: 0.9534px;
    }

        #PARAGRAPH1253 > .ladi-paragraph {
            color: rgb(251, 124, 0);
            font-size: 18px;
            font-weight: bold;
            line-height: 1.4;
        }

    #PARAGRAPH1254 {
        width: 400px;
        top: 185.498px;
        left: 9.9765px;
    }

        #PARAGRAPH1254 > .ladi-paragraph {
            color: rgb(242, 67, 13);
            font-size: 22px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

    #HEADLINE1255 {
        width: 295px;
        top: 262.498px;
        left: 62.5px;
    }

        #HEADLINE1255 > .ladi-headline {
            color: rgb(1, 33, 87);
            font-size: 21px;
            text-align: center;
            line-height: 1.6;
        }

    #IMAGE1256 {
        width: 396.095px;
        height: 230.408px;
        top: 174.63px;
        left: 14px;
    }

        #IMAGE1256 > .ladi-image > .ladi-image-background {
            width: 396.095px;
            height: 230.408px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s700x550/5c8f292f0ecdc230dd3bd7b9/rh444-20210316030418.png");
        }

    #LINE1257 {
        height: 223px;
        top: 4.758px;
        left: 948px;
    }

        #LINE1257 > .ladi-line > .ladi-line-container {
            border-top: 0px !important;
            border-right: 2px solid rgb(255, 255, 255);
            border-bottom: 2px solid rgb(255, 255, 255);
            border-left: 2px solid rgb(255, 255, 255);
        }

        #LINE1257 > .ladi-line {
            height: 100%;
            padding: 0px 8px;
        }

    #SHAPE1259 {
        width: 10.4934px;
        height: 8.02443px;
        top: 3.63787px;
        left: 0px;
    }

        #SHAPE1259 svg:last-child {
            fill: rgba(5, 31, 77, 1.0);
        }

    #SHAPE1260 {
        width: 10.4934px;
        height: 8.02443px;
        top: 0px;
        left: 0px;
    }

        #SHAPE1260 svg:last-child {
            fill: rgba(5, 31, 77, 1.0);
        }

    #PARAGRAPH1263 {
        width: 402px;
        top: 26.8667px;
        left: 11.6179px;
    }

        #PARAGRAPH1263 > .ladi-paragraph {
            color: rgb(255, 255, 255);
            font-size: 26px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

    #SHAPE1265 {
        width: 40.1541px;
        height: 40.1541px;
        top: 13.482px;
        left: 93.8382px;
    }

        #SHAPE1265 svg:last-child {
            fill: rgba(244, 64, 37, 1.0);
        }

    #PARAGRAPH1266 {
        width: 373px;
        top: 115.893px;
        left: 30.7389px;
    }

        #PARAGRAPH1266 > .ladi-paragraph {
            color: rgb(255, 255, 255);
            font-size: 16px;
            font-style: italic;
            text-align: justify;
            line-height: 1.6;
        }

    #GROUP1261 {
        width: 10.4934px;
        height: 11.6624px;
        top: 319.864px;
        left: 235.913px;
    }

    #IMAGE1269 {
        width: 192px;
        height: 64.0001px;
        top: 236.155px;
        left: 118px;
    }

        #IMAGE1269 > .ladi-image > .ladi-image-background {
            width: 192px;
            height: 64.0001px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s500x400/5c8f292f0ecdc230dd3bd7b9/4tf-20210312091808.png");
        }

    #IMAGE1270 {
        width: 185px;
        height: 61.6667px;
        top: 738px;
        left: 117.5px;
    }

        #IMAGE1270 > .ladi-image > .ladi-image-background {
            width: 185px;
            height: 61.6667px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s500x400/5c8f292f0ecdc230dd3bd7b9/4tf-20210312091808.png");
        }

    #IMAGE1271 {
        width: 206px;
        height: 68.6667px;
        top: 1205.49px;
        left: 107.279px;
    }

        #IMAGE1271 > .ladi-image > .ladi-image-background {
            width: 206px;
            height: 68.6667px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s550x400/5c8f292f0ecdc230dd3bd7b9/4tf-20210312091808.png");
        }

    #IMAGE1272 {
        width: 140px;
        height: 46.6667px;
        top: 1835.33px;
        left: 125px;
    }

        #IMAGE1272 > .ladi-image > .ladi-image-background {
            width: 140px;
            height: 46.6667px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s450x350/5c8f292f0ecdc230dd3bd7b9/4tf-20210312091808.png");
        }

    #GROUP1274 {
        width: 522.497px;
        height: 573.319px;
        top: 1654.49px;
        left: -50px;
    }

    #IMAGE1275 {
        width: 209px;
        height: 69.6667px;
        top: 1784.49px;
        left: 95px;
    }

        #IMAGE1275 > .ladi-image > .ladi-image-background {
            width: 209px;
            height: 69.6667px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s550x400/5c8f292f0ecdc230dd3bd7b9/4tf-20210312091808.png");
        }

    #formdky {
        height: 1003.24px;
    }

        #formdky > .ladi-section-background {
            background: #1e3c72;
            background: -webkit-linear-gradient(180deg, #1e3c72, #2a5298);
            background: linear-gradient(180deg, #1e3c72, #2a5298);
        }

    #IMAGE1279 {
        width: 200px;
        height: 20.9398px;
        top: 52.299px;
        left: 111px;
    }

        #IMAGE1279 > .ladi-image > .ladi-image-background {
            width: 200px;
            height: 20.9398px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s550x350/5c8f292f0ecdc230dd3bd7b9/4tb-20210315080643.png");
        }

    #IMAGE1280 {
        width: 200px;
        height: 20.9398px;
        top: 59.19px;
        left: 110px;
    }

        #IMAGE1280 > .ladi-image > .ladi-image-background {
            width: 200px;
            height: 20.9398px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s550x350/5c8f292f0ecdc230dd3bd7b9/4tb-20210315080643.png");
        }

    #GROUP1105 {
        width: 410px;
        height: 759.606px;
        top: 116.722px;
        left: 5px;
    }

    #IMAGE1290 {
        width: 441.665px;
        height: 210.5px;
        top: 56.63px;
        left: 4px;
        display: none !important;
    }

        #IMAGE1290 > .ladi-image > .ladi-image-background {
            width: 441.665px;
            height: 210.5px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s750x550/5c8f292f0ecdc230dd3bd7b9/e4g4-20210316082731.png");
        }

    #IMAGE1294 {
        width: 114px;
        height: 38px;
        top: 15px;
        left: 150px;
    }

        #IMAGE1294 > .ladi-image > .ladi-image-background {
            width: 114px;
            height: 38px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s450x350/5c8f292f0ecdc230dd3bd7b9/reg-20210517085744.png");
        }

    #VIDEO1295 {
        width: 396.911px;
        height: 237.078px;
        top: 4.04768px;
        left: 3.75456px;
    }

        #VIDEO1295 > .ladi-video > .ladi-video-background {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://img.youtube.com/vi/zG8sGELqZr0/hqdefault.jpg");
            background-position: center center;
            background-repeat: no-repeat;
        }

    #SHAPE1295 {
        width: 60px;
        height: 60px;
        top: 88.539px;
        left: 168.456px;
    }

        #SHAPE1295 svg:last-child {
            fill: rgba(0, 0, 0, 0.5);
        }

    #SECTION1296 {
        height: 325.48px;
    }

    #HEADLINE1297 {
        width: 529px;
        top: 249.735px;
        left: 33.2502px;
    }

        #HEADLINE1297 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 15px;
            font-weight: bold;
            text-align: justify;
            line-height: 1.6;
        }

    #SECTION1299 {
        height: 201.557px;
    }

    #BOX1302 {
        width: 325px;
        height: 464.131px;
        top: 222.413px;
        left: 47.5px;
    }

        #BOX1302 > .ladi-box > .ladi-overlay {
            background-color: rgb(0, 49, 102);
        }

        #BOX1302 > .ladi-box {
            background-color: rgb(255, 255, 255);
            border-style: solid;
            border-color: rgba(10, 103, 233, 0.3);
            border-width: 2px;
        }

    #PARAGRAPH1303 {
        width: 285px;
        top: 368.544px;
        left: 67.1772px;
    }

        #PARAGRAPH1303 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 17px;
            text-align: justify;
            line-height: 1.6;
        }

    #HEADLINE1304 {
        width: 260px;
        top: 312.544px;
        left: 75.5px;
    }

        #HEADLINE1304 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 97, 25);
            font-size: 19px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #BOX1306 {
        width: 136.5px;
        height: 134.735px;
        top: 153.809px;
        left: 137.25px;
    }

        #BOX1306 > .ladi-box {
            box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.4);
            -webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.4);
            background-color: rgb(255, 255, 255);
            border-radius: 1000px;
        }

    #BOX1309 {
        width: 325px;
        height: 449px;
        top: 793.539px;
        left: 47.5px;
    }

        #BOX1309 > .ladi-box {
            background-color: rgb(0, 50, 102);
            border-style: solid;
            border-color: rgba(10, 103, 233, 0.3);
            border-width: 2px;
        }

    #PARAGRAPH1310 {
        width: 285px;
        top: 909.539px;
        left: 66px;
    }

        #PARAGRAPH1310 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 16px;
            text-align: justify;
            line-height: 1.6;
        }

    #HEADLINE1311 {
        width: 237px;
        top: 876.539px;
        left: 88px;
    }

        #HEADLINE1311 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 97, 25);
            font-size: 19px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #BOX1313 {
        width: 135.1px;
        height: 135px;
        top: 721.539px;
        left: 138.95px;
    }

        #BOX1313 > .ladi-box {
            box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.4);
            -webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.4);
            background-color: rgb(255, 255, 255);
            border-radius: 1000px;
        }

    #BOX1316 {
        width: 325px;
        height: 393px;
        top: 1342.54px;
        left: 47.5px;
    }

        #BOX1316 > .ladi-box {
            background-color: rgb(0, 50, 102);
            border-style: solid;
            border-color: rgba(10, 103, 233, 0.3);
            border-width: 2px;
        }

    #PARAGRAPH1317 {
        width: 285px;
        top: 1460.54px;
        left: 67.5px;
    }

        #PARAGRAPH1317 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 16px;
            text-align: justify;
            line-height: 1.6;
        }

    #HEADLINE1318 {
        width: 244px;
        top: 1424.54px;
        left: 77px;
    }

        #HEADLINE1318 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 97, 25);
            font-size: 19px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #BOX1320 {
        width: 135px;
        height: 135px;
        top: 1277.04px;
        left: 141.5px;
    }

        #BOX1320 > .ladi-box {
            box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.4);
            -webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.4);
            background-color: rgb(255, 255, 255);
            border-radius: 1000px;
        }

    #HEADLINE1322 {
        width: 390px;
        top: 84.536px;
        left: 16.9997px;
        display: none !important;
    }

        #HEADLINE1322 > .ladi-headline {
            color: rgb(244, 64, 37);
            font-size: 22px;
            font-weight: bold;
            text-align: center;
            line-height: 1.4;
        }

    #HEADLINE1324 {
        width: 400px;
        top: 19.536px;
        left: 11.9997px;
    }

        #HEADLINE1324 > .ladi-headline {
            color: rgb(5, 34, 74);
            font-size: 20px;
            font-weight: bold;
            text-align: justify;
            line-height: 1.6;
        }

    #SECTION1330 {
        height: 3520.99px;
    }

    #HEADLINE1333 {
        width: 400px;
        top: 13.326px;
        left: 10px;
    }

        #HEADLINE1333 > .ladi-headline {
            color: rgb(0, 33, 92);
            font-size: 23px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

    #HEADLINE1335 {
        width: 170px;
        top: 87.5609px;
        left: 31.394px;
    }

        #HEADLINE1335 > .ladi-headline {
            color: rgb(0, 0, 0);
            font-size: 23px;
            font-weight: bold;
            line-height: 1.6;
        }

    #IMAGE1336 {
        width: 477.18px;
        height: 65.2595px;
        top: 0px;
        left: 0px;
    }

        #IMAGE1336 > .ladi-image > .ladi-image-background {
            width: 477.18px;
            height: 65.2595px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s800x400/5c8f292f0ecdc230dd3bd7b9/untitled-3-20210617084501.png");
        }

    #HEADLINE1337 {
        width: 170px;
        top: 11.645px;
        left: 24.3923px;
    }

        #HEADLINE1337 > .ladi-headline {
            color: rgb(0, 0, 0);
            font-size: 23px;
            font-weight: bold;
            line-height: 1.6;
        }

    #HEADLINE1338 {
        width: 400px;
        top: 1912.93px;
        left: 10px;
    }

        #HEADLINE1338 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 25px;
            font-weight: bold;
            line-height: 1.6;
        }

    #IMAGE1339 {
        width: 476.2px;
        height: 66.1389px;
        top: 0px;
        left: 0px;
    }

        #IMAGE1339 > .ladi-image > .ladi-image-background {
            width: 476.2px;
            height: 66.1389px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s800x400/5c8f292f0ecdc230dd3bd7b9/untitled-3-20210617084501.png");
        }

    #HEADLINE1340 {
        width: 150px;
        top: 11.56px;
        left: 27px;
    }

        #HEADLINE1340 > .ladi-headline {
            color: rgb(0, 0, 0);
            font-size: 23px;
            font-weight: bold;
            line-height: 1.6;
        }

    #HEADLINE1341 {
        width: 400px;
        top: 3157.89px;
        left: 10px;
    }

        #HEADLINE1341 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 25px;
            font-weight: bold;
            line-height: 1.6;
        }

    #IMAGE1342 {
        width: 472px;
        height: 65.5556px;
        top: 0px;
        left: 0px;
    }

        #IMAGE1342 > .ladi-image > .ladi-image-background {
            width: 472px;
            height: 65.5556px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s800x400/5c8f292f0ecdc230dd3bd7b9/untitled-3-20210617084501.png");
        }

    #HEADLINE1343 {
        width: 150px;
        top: 11.56px;
        left: 21px;
    }

        #HEADLINE1343 > .ladi-headline {
            color: rgb(0, 0, 0);
            font-size: 23px;
            font-weight: bold;
            line-height: 1.6;
        }

    #IMAGE1345 {
        width: 463.6px;
        height: 62.3536px;
        top: 0px;
        left: 0px;
    }

        #IMAGE1345 > .ladi-image > .ladi-image-background {
            width: 463.6px;
            height: 63px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s800x400/5c8f292f0ecdc230dd3bd7b9/untitled-3-20210617084501.png");
        }

    #HEADLINE1346 {
        width: 170px;
        top: 11.74px;
        left: 24.52px;
    }

        #HEADLINE1346 > .ladi-headline {
            color: rgb(0, 0, 0);
            font-size: 23px;
            font-weight: bold;
            line-height: 1.6;
        }

    #IMAGE1349 {
        width: 161.827px;
        height: 16.9571px;
        top: 45.326px;
        left: 135px;
    }

        #IMAGE1349 > .ladi-image > .ladi-image-background {
            width: 161.827px;
            height: 16.9571px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s500x350/5c8f292f0ecdc230dd3bd7b9/4tb-20210315080643.png");
        }

    #IMAGE1353 {
        width: 393.5px;
        height: 262.333px;
        top: 159.66px;
        left: 15px;
    }

        #IMAGE1353 > .ladi-image > .ladi-image-background {
            width: 393.5px;
            height: 262.333px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s700x600/5c8f292f0ecdc230dd3bd7b9/chien-luoc-2-20210815033139.png");
        }

    #IMAGE1354 {
        width: 400px;
        height: 266.666px;
        top: 0px;
        left: 0px;
    }

        #IMAGE1354 > .ladi-image > .ladi-image-background {
            width: 400px;
            height: 266.666px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s750x600/5c8f292f0ecdc230dd3bd7b9/bsc-20210617104155.png");
        }

    #LIST_PARAGRAPH1359 {
        width: 395px;
        top: 436.323px;
        left: 15px;
    }

        #LIST_PARAGRAPH1359 > .ladi-list-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(5, 34, 74);
            font-size: 16px;
            text-align: justify;
            line-height: 2;
        }

        #LIST_PARAGRAPH1359 ul li {
            padding-left: 25px;
        }

            #LIST_PARAGRAPH1359 ul li:before {
                content: "";
                background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%201792%201896.0833%22%20class%3D%22%22%3E%20%3Cpath%20d%3D%22M1671%20566q0%2040-28%2068l-724%20724-136%20136q-28%2028-68%2028t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28%2068-28t68%2028l294%20295%20656-657q28-28%2068-28t68%2028l136%20136q28%2028%2028%2068z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
                width: 18px;
                height: 18px;
                top: 8px;
            }

    #LIST_PARAGRAPH1360 {
        width: 386px;
        top: 361.713px;
        left: 6px;
    }

        #LIST_PARAGRAPH1360 > .ladi-list-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(5, 34, 74);
            font-size: 16px;
            line-height: 2;
        }

        #LIST_PARAGRAPH1360 ul li {
            padding-bottom: 0px;
            padding-left: 25px;
        }

            #LIST_PARAGRAPH1360 ul li:before {
                content: "";
                background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%201792%201896.0833%22%20class%3D%22%22%20fill%3D%22rgba(5%2C%2034%2C%2074%2C%201)%22%3E%20%3Cpath%20d%3D%22M1671%20566q0%2040-28%2068l-724%20724-136%20136q-28%2028-68%2028t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28%2068-28t68%2028l294%20295%20656-657q28-28%2068-28t68%2028l136%20136q28%2028%2028%2068z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
                width: 18px;
                height: 18px;
                top: 8px;
            }

    #IMAGE1361 {
        width: 400px;
        height: 266.667px;
        top: 0px;
        left: 0px;
    }

        #IMAGE1361 > .ladi-image > .ladi-image-background {
            width: 400px;
            height: 266.667px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s750x600/5c8f292f0ecdc230dd3bd7b9/quy-trinh-xay-dung-kpi-20210618025307.png");
        }

    #LIST_PARAGRAPH1362 {
        width: 400px;
        top: 276.664px;
        left: 0px;
    }

        #LIST_PARAGRAPH1362 > .ladi-list-paragraph {
            color: rgb(5, 34, 74);
            font-size: 16px;
            line-height: 2;
        }

        #LIST_PARAGRAPH1362 ul li {
            padding-left: 25px;
        }

            #LIST_PARAGRAPH1362 ul li:before {
                content: "";
                background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%201792%201896.0833%22%20class%3D%22%22%20fill%3D%22rgba(5%2C%2034%2C%2074%2C%201)%22%3E%20%3Cpath%20d%3D%22M1671%20566q0%2040-28%2068l-724%20724-136%20136q-28%2028-68%2028t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28%2068-28t68%2028l294%20295%20656-657q28-28%2068-28t68%2028l136%20136q28%2028%2028%2068z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
                width: 18px;
                height: 18px;
                top: 8px;
            }

    #IMAGE1363 {
        width: 400px;
        height: 266.666px;
        top: 2353.46px;
        left: 10.638px;
        display: none !important;
    }

        #IMAGE1363 > .ladi-image > .ladi-image-background {
            width: 400px;
            height: 266.666px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s750x600/5c8f292f0ecdc230dd3bd7b9/mau-kpi-20210618035539.png");
        }

    #LIST_PARAGRAPH1364 {
        width: 374px;
        top: 283.67px;
        left: 6.5px;
    }

        #LIST_PARAGRAPH1364 > .ladi-list-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(5, 34, 74);
            font-size: 16px;
            line-height: 2;
        }

        #LIST_PARAGRAPH1364 ul li {
            padding-left: 25px;
        }

            #LIST_PARAGRAPH1364 ul li:before {
                content: "";
                background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%201792%201896.0833%22%20class%3D%22%22%20fill%3D%22rgba(5%2C%2034%2C%2074%2C%201)%22%3E%20%3Cpath%20d%3D%22M1671%20566q0%2040-28%2068l-724%20724-136%20136q-28%2028-68%2028t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28%2068-28t68%2028l294%20295%20656-657q28-28%2068-28t68%2028l136%20136q28%2028%2028%2068z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
                width: 18px;
                height: 18px;
                top: 8px;
            }

    #IMAGE1365 {
        width: 388px;
        height: 256.012px;
        top: 84.56px;
        left: 2px;
    }

        #IMAGE1365 > .ladi-image > .ladi-image-background {
            width: 388px;
            height: 258.666px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s700x600/5c8f292f0ecdc230dd3bd7b9/danh-gia-nv-20210618040926.png");
        }

    #LIST_PARAGRAPH1366 {
        width: 404px;
        top: 351.76px;
        left: 2px;
    }

        #LIST_PARAGRAPH1366 > .ladi-list-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(5, 34, 74);
            font-size: 16px;
            text-align: left;
            line-height: 2;
        }

        #LIST_PARAGRAPH1366 ul li {
            padding-left: 25px;
        }

            #LIST_PARAGRAPH1366 ul li:before {
                content: "";
                background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%201792%201896.0833%22%20class%3D%22%22%20fill%3D%22rgba(5%2C%2034%2C%2074%2C%201)%22%3E%20%3Cpath%20d%3D%22M1671%20566q0%2040-28%2068l-724%20724-136%20136q-28%2028-68%2028t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28%2068-28t68%2028l294%20295%20656-657q28-28%2068-28t68%2028l136%20136q28%2028%2028%2068z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
                width: 18px;
                height: 18px;
                top: 8px;
            }

    #IMAGE1367 {
        width: 87.3544px;
        height: 80.5947px;
        top: 748.242px;
        left: 169px;
    }

        #IMAGE1367 > .ladi-image > .ladi-image-background {
            width: 87.3544px;
            height: 80.5947px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s400x400/5c8f292f0ecdc230dd3bd7b9/3-20210623120245.png");
        }

    #IMAGE1368 {
        width: 169.682px;
        height: 173.505px;
        top: 131.19px;
        left: 120.659px;
    }

        #IMAGE1368 > .ladi-image > .ladi-image-background {
            width: 169.682px;
            height: 173.505px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s500x500/5c8f292f0ecdc230dd3bd7b9/6-20210623120210.png");
        }

    #IMAGE1369 {
        width: 80.004px;
        height: 80.004px;
        top: 1300.54px;
        left: 174px;
    }

        #IMAGE1369 > .ladi-image > .ladi-image-background {
            width: 80.004px;
            height: 80.004px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s400x400/5c8f292f0ecdc230dd3bd7b9/1-20210618071340.png");
        }

    #HEADLINE1373 {
        width: 305px;
        top: 94.5609px;
        left: 68.4135px;
    }

        #HEADLINE1373 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 15px;
            font-weight: bold;
            line-height: 1.6;
        }

    #HEADLINE1374 {
        width: 260px;
        top: 113.839px;
        left: 140.413px;
    }

        #HEADLINE1374 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 15px;
            font-weight: bold;
            line-height: 1.6;
        }

    #HEADLINE1385 {
        width: 395px;
        top: 401.038px;
        left: 12.5px;
    }

        #HEADLINE1385 > .ladi-headline {
            color: rgb(255, 97, 25);
            font-size: 19px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

    #HEADLINE1386 {
        width: 380px;
        top: 436.038px;
        left: 12.5px;
    }

        #HEADLINE1386 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 15px;
            text-align: center;
            line-height: 1.6;
        }

    #BOX1392 {
        width: 404.51px;
        height: 286.123px;
        top: 0px;
        left: 0px;
    }

        #BOX1392 > .ladi-box {
            background-color: rgb(5, 34, 74);
        }

    #GROUP1394 {
        width: 562.25px;
        height: 286.123px;
        top: 20px;
        left: 7.4px;
    }

    #HEADLINE1396 {
        width: 351px;
        top: 29.59px;
        left: 60px;
    }

        #HEADLINE1396 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 16px;
            font-weight: bold;
            line-height: 1.6;
        }

    #IMAGE1331 {
        width: 435.202px;
        height: 65.9494px;
        top: 75.2831px;
        left: 8px;
    }

        #IMAGE1331 > .ladi-image > .ladi-image-background {
            width: 447.708px;
            height: 65.9494px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s750x400/5c8f292f0ecdc230dd3bd7b9/untitled-3-20210617084501.png");
        }

    #HEADLINE1401 {
        width: 200px;
        top: 1120.25px;
        left: -706px;
    }

        #HEADLINE1401 > .ladi-headline {
            color: rgb(1, 33, 87);
            font-size: 20px;
            font-weight: bold;
            line-height: 1.6;
        }

    #IMAGE1403 {
        width: 185.654px;
        height: 93.652px;
        top: -4px;
        left: 122.778px;
    }

        #IMAGE1403 > .ladi-image > .ladi-image-background {
            width: 185.654px;
            height: 93.652px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s500x400/5c8f292f0ecdc230dd3bd7b9/lo-go-20210611073444.png");
        }

    #HEADLINE1412 {
        width: 150px;
        top: 1405.09px;
        left: -364px;
        display: none !important;
    }

        #HEADLINE1412 > .ladi-headline {
            color: rgb(1, 33, 87);
            font-size: 20px;
            font-weight: bold;
            line-height: 1.6;
        }

    #IMAGE1417 {
        width: 157.779px;
        height: 52.3176px;
        top: 28.512px;
        left: 96.1105px;
    }

        #IMAGE1417 > .ladi-image > .ladi-image-background {
            width: 157.779px;
            height: 52.3176px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s500x400/5c8f292f0ecdc230dd3bd7b9/sodes-logo-20210527080232.png");
        }

    #HEADLINE1419 {
        width: 150px;
        top: 618.561px;
        left: -1716px;
    }

        #HEADLINE1419 > .ladi-headline {
            color: rgb(0, 0, 0);
            font-size: 16px;
            line-height: 1.6;
        }

    #HEADLINE1422 {
        width: 397px;
        top: 1702.95px;
        left: 80px;
    }

        #HEADLINE1422 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 16px;
            font-weight: bold;
            line-height: 1.6;
        }

    #HEADLINE1423 {
        width: 459px;
        top: 2879.59px;
        left: -588.48px;
    }

        #HEADLINE1423 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 16px;
            font-weight: bold;
            line-height: 1.6;
        }

    #HEADLINE1425 {
        width: 406px;
        top: 2118.93px;
        left: -398px;
    }

        #HEADLINE1425 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 25px;
            font-weight: bold;
            line-height: 1.6;
        }

    #HEADLINE1426 {
        width: 360px;
        top: 1880.6px;
        left: 83.438px;
    }

        #HEADLINE1426 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 16px;
            font-weight: bold;
            line-height: 1.6;
        }

    #HEADLINE839 {
        width: 400px;
        top: 13px;
        left: 9.1275px;
    }

        #HEADLINE839 > .ladi-headline {
            color: rgb(0, 33, 92);
            font-size: 23px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

    #SECTION428 {
        height: 62px;
    }

    #BUTTON_TEXT293 {
        width: 137px;
        top: 9px;
        left: 0px;
    }

        #BUTTON_TEXT293 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

            #BUTTON_TEXT293 > .ladi-headline:hover {
                color: rgb(255, 193, 1);
            }

    #BUTTON293 {
        width: 90.8956px;
        height: 40.3333px;
        top: 0px;
        left: -357.448px;
    }

        #BUTTON293 > .ladi-button > .ladi-button-background {
            background-color: rgba(245, 65, 38, 0);
        }

        #BUTTON293 > .ladi-button {
            border-color: rgb(244, 64, 37);
            border-width: 1px;
            border-radius: 100px;
        }

    #SECTION1437 {
        height: 1437.09px;
        display: none !important;
    }

    #IMAGE1439 {
        width: 400px;
        height: 468.249px;
        top: 58px;
        left: 0px;
    }

        #IMAGE1439 > .ladi-image > .ladi-image-background {
            width: 400px;
            height: 468.249px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s750x800/5c8f292f0ecdc230dd3bd7b9/qua-tang-n3-20210806103900.png");
        }

    #IMAGE1445 {
        width: 158.553px;
        height: 137.833px;
        top: 734.25px;
        left: 153.724px;
        display: none !important;
    }

        #IMAGE1445 > .ladi-image > .ladi-image-background {
            width: 158.553px;
            height: 137.833px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s500x450/5c8f292f0ecdc230dd3bd7b9/suc-manh-vuot-troi-cua-okr-20210806111426.jpg");
        }

    #IMAGE1504 {
        width: 200px;
        height: 133.333px;
        top: 1733.41px;
        left: -579px;
    }

    #HEADLINE1375 {
        width: 359px;
        top: 27.645px;
        left: 57px;
    }

        #HEADLINE1375 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 16px;
            font-weight: bold;
            line-height: 1.6;
        }

    #GROUP1506 {
        width: 463.6px;
        height: 636.76px;
        top: 2857.9px;
        left: 14px;
    }

    #IMAGE1507 {
        width: 398.5px;
        height: 265.666px;
        top: 81.713px;
        left: 4.5px;
    }

        #IMAGE1507 > .ladi-image > .ladi-image-background {
            width: 398.5px;
            height: 265.666px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s700x600/5c8f292f0ecdc230dd3bd7b9/okr-20210813042132.png");
        }

    #IMAGE1508 {
        width: 400px;
        height: 214.012px;
        top: -120.273px;
        left: -640px;
        display: none !important;
    }

        #IMAGE1508 > .ladi-image > .ladi-image-background {
            width: 400px;
            height: 229.563px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s750x550/5c8f292f0ecdc230dd3bd7b9/bo-kpi-20210813092731.png");
        }

    #IMAGE1509 {
        width: 400px;
        height: 191px;
        top: 10.5569px;
        left: -621.128px;
        display: none !important;
    }

        #IMAGE1509 > .ladi-image > .ladi-image-background {
            width: 400px;
            height: 228px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s750x550/5c8f292f0ecdc230dd3bd7b9/bo-kpi-1-20210813094049.png");
        }

    #SHAPE1510 {
        width: 46.6862px;
        height: 39.346px;
        top: 19.536px;
        left: 18.4994px;
    }

        #SHAPE1510 svg:last-child {
            fill: rgba(0, 33, 92, 1);
        }

    #HEADLINE1513 {
        width: 150px;
        top: 59.536px;
        left: -655px;
    }

        #HEADLINE1513 > .ladi-headline {
            color: rgb(0, 0, 0);
            font-size: 16px;
            line-height: 1.6;
        }

    #HEADLINE1325 {
        width: 360px;
        top: 148.536px;
        left: 47.5px;
        display: none !important;
    }

        #HEADLINE1325 > .ladi-headline {
            color: rgb(5, 34, 74);
            font-size: 18px;
            font-weight: bold;
            line-height: 1.6;
        }

    #IMAGE1514 {
        width: 437.25px;
        height: 218.625px;
        top: 48.505px;
        left: 14.5px;
        display: none !important;
    }

        #IMAGE1514 > .ladi-image > .ladi-image-background {
            width: 437.25px;
            height: 218.625px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s750x550/5c8f292f0ecdc230dd3bd7b9/bo-kpi-okr-20210813112113.png");
        }

    #IMAGE1521 {
        width: 200px;
        height: 132.812px;
        top: 10px;
        left: 110px;
    }

    #IMAGE1522 {
        width: 400px;
        height: 169.388px;
        top: 152.812px;
        left: 10px;
    }

        #IMAGE1522 > .ladi-image > .ladi-image-background {
            width: 400px;
            height: 169.388px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s750x500/5c8f292f0ecdc230dd3bd7b9/untitled-1-20210813115935.png");
        }

    #IMAGE1526 {
        width: 400px;
        height: 141.478px;
        top: 420.302px;
        left: 10px;
    }

        #IMAGE1526 > .ladi-image > .ladi-image-background {
            width: 400px;
            height: 141.478px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s750x450/5c8f292f0ecdc230dd3bd7b9/untitled-1-20210813115935.png");
        }

    #IMAGE1527 {
        width: 400px;
        height: 199.999px;
        top: 1601.88px;
        left: 10px;
    }

        #IMAGE1527 > .ladi-image > .ladi-image-background {
            width: 400px;
            height: 199.999px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s750x500/5c8f292f0ecdc230dd3bd7b9/bo-kpi-okr-20210813133722.png");
        }

    #IMAGE1531 {
        width: 400px;
        height: 162.144px;
        top: 571.78px;
        left: 10px;
    }

        #IMAGE1531 > .ladi-image > .ladi-image-background {
            width: 400px;
            height: 162.144px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s750x500/5c8f292f0ecdc230dd3bd7b9/myxvuz0t20210615092302-20210813143107.png");
        }

    #IMAGE1534 {
        width: 400px;
        height: 200px;
        top: 1391.88px;
        left: 10px;
    }

        #IMAGE1534 > .ladi-image > .ladi-image-background {
            width: 400px;
            height: 200px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s750x550/5c8f292f0ecdc230dd3bd7b9/bo-kpi-okr-2-20210813151017.png");
        }

    #IMAGE1536 {
        width: 418px;
        height: 209px;
        top: 52.13px;
        left: 20px;
    }

        #IMAGE1536 > .ladi-image > .ladi-image-background {
            width: 418px;
            height: 209px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s750x550/5c8f292f0ecdc230dd3bd7b9/bo-kpi-okr-2-20210813151017.png");
        }

    #HEADLINE1537 {
        width: 150px;
        top: 1618.89px;
        left: -781px;
    }

        #HEADLINE1537 > .ladi-headline {
            color: rgb(0, 0, 0);
            font-size: 16px;
            line-height: 1.6;
        }

    #HEADLINE1538 {
        width: 150px;
        top: 2160.47px;
        left: -605px;
    }

        #HEADLINE1538 > .ladi-headline {
            color: rgb(0, 0, 0);
            font-size: 16px;
            line-height: 1.6;
        }

    #IMAGE1539 {
        width: 400px;
        height: 174.818px;
        top: 10.5569px;
        left: 11.9997px;
    }

        #IMAGE1539 > .ladi-image > .ladi-image-background {
            width: 400px;
            height: 228px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s750x550/5c8f292f0ecdc230dd3bd7b9/bo-kpi-2-20210813152946.png");
        }

    #IMAGE1622 {
        width: 408px;
        height: 408px;
        top: 0px;
        left: 0px;
    }

        #IMAGE1622 > .ladi-image > .ladi-image-background {
            width: 408px;
            height: 408px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s750x750/5c8f292f0ecdc230dd3bd7b9/qua-tang-63-bieu-mau-20210812104456.png");
        }

    #PARAGRAPH1634 {
        width: 408px;
        top: 0px;
        left: 0px;
    }

        #PARAGRAPH1634 > .ladi-paragraph {
            color: rgb(1, 33, 87);
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            line-height: 1.4;
        }

    #PARAGRAPH1635 {
        width: 344px;
        top: 91.85px;
        left: 31.5px;
    }

        #PARAGRAPH1635 > .ladi-paragraph {
            color: rgb(1, 33, 87);
            font-size: 15px;
            text-align: justify;
            line-height: 1.6;
        }

    #GROUP1633 {
        width: 408px;
        height: 259.85px;
        top: 415.52px;
        left: 427px;
    }

    #PARAGRAPH1637 {
        width: 343px;
        top: 89.57px;
        left: 29.3515px;
    }

        #PARAGRAPH1637 > .ladi-paragraph {
            color: rgb(1, 33, 87);
            font-size: 15px;
            text-align: justify;
            line-height: 1.6;
        }

    #PARAGRAPH1638 {
        width: 401px;
        top: 0px;
        left: 0px;
    }

        #PARAGRAPH1638 > .ladi-paragraph {
            color: rgb(1, 33, 87);
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            line-height: 1.4;
        }

    #GROUP1636 {
        width: 401px;
        height: 257.57px;
        top: 418.02px;
        left: 0px;
    }

    #IMAGE1639 {
        width: 402px;
        height: 402px;
        top: 0px;
        left: 10px;
    }

        #IMAGE1639 > .ladi-image > .ladi-image-background {
            width: 402px;
            height: 402px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s750x750/5c8f292f0ecdc230dd3bd7b9/qua-tang-okr--20210812103041.png");
        }

    #SECTION1757 {
        height: 1025.17px;
    }

    #PARAGRAPH1759 {
        width: 408px;
        top: 0px;
        left: 0px;
    }

        #PARAGRAPH1759 > .ladi-paragraph {
            color: rgb(1, 33, 87);
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            line-height: 1.4;
        }

    #PARAGRAPH1760 {
        width: 346px;
        top: 88px;
        left: 33.1283px;
    }

        #PARAGRAPH1760 > .ladi-paragraph {
            color: rgb(1, 33, 87);
            font-size: 15px;
            text-align: justify;
            line-height: 1.6;
        }

    #GROUP1758 {
        width: 408px;
        height: 304px;
        top: 409.15px;
        left: 5px;
    }

    #IMAGE1625 {
        width: 406px;
        height: 406px;
        top: 0px;
        left: 429px;
    }

        #IMAGE1625 > .ladi-image > .ladi-image-background {
            width: 406px;
            height: 406px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s750x750/5c8f292f0ecdc230dd3bd7b9/qua-tang-kpi-20210812100524.png");
        }

    #IMAGE1624 {
        width: 408.038px;
        height: 235.38px;
        top: 8.62px;
        left: 0px;
    }

        #IMAGE1624 > .ladi-image > .ladi-image-background {
            width: 408.038px;
            height: 235.38px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s750x550/5c8f292f0ecdc230dd3bd7b9/hop-qua-6-20210706022326.png");
        }

    #SECTION1578 {
        height: 1269.36px;
        display: none !important;
    }

    #CAROUSEL1610 {
        width: 420px;
        height: 1013px;
        top: 157.56px;
        left: -817px;
        display: none !important;
    }

    #GROUP1611 {
        width: 416px;
        height: 342.272px;
        top: 640.728px;
        left: 7.5px;
    }

    #HEADLINE1613 {
        width: 408px;
        top: 0px;
        left: 0px;
    }

        #HEADLINE1613 > .ladi-headline {
            color: rgb(1, 33, 87);
            font-size: 21px;
            font-weight: bold;
            text-align: center;
            line-height: 1.4;
        }

    #HEADLINE1612 {
        width: 403px;
        top: 102.272px;
        left: 13px;
    }

        #HEADLINE1612 > .ladi-headline {
            color: rgb(1, 33, 87);
            font-size: 17px;
            line-height: 1.6;
        }

    #CAROUSEL1606 {
        width: 420px;
        height: 1013px;
        top: 76.36px;
        left: -651px;
    }

    #GROUP1607 {
        width: 416px;
        height: 342.272px;
        top: 640.728px;
        left: 7.5px;
    }

    #HEADLINE1609 {
        width: 408px;
        top: 0px;
        left: 0px;
    }

        #HEADLINE1609 > .ladi-headline {
            color: rgb(1, 33, 87);
            font-size: 21px;
            font-weight: bold;
            text-align: center;
            line-height: 1.4;
        }

    #HEADLINE1608 {
        width: 403px;
        top: 102.272px;
        left: 13px;
    }

        #HEADLINE1608 > .ladi-headline {
            color: rgb(1, 33, 87);
            font-size: 17px;
            line-height: 1.6;
        }

    #PARAGRAPH1605 {
        width: 400px;
        top: 923.09px;
        left: -787px;
        display: none !important;
    }

        #PARAGRAPH1605 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 16px;
            line-height: 1.6;
        }

    #HEADLINE1604 {
        width: 150px;
        top: 1047.09px;
        left: -691px;
        display: none !important;
    }

        #HEADLINE1604 > .ladi-headline {
            color: rgb(0, 0, 0);
            font-size: 16px;
            line-height: 1.6;
        }

    #IMAGE1603 {
        width: 596px;
        height: 596px;
        top: 253.866px;
        left: -81px;
    }

        #IMAGE1603 > .ladi-image > .ladi-image-background {
            width: 596px;
            height: 596px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s900x900/5c8f292f0ecdc230dd3bd7b9/qua-tang-okr--20210812103041.png");
        }

    #GROUP1600 {
        width: 401px;
        height: 296.57px;
        top: 866.89px;
        left: 838.5px;
    }

    #PARAGRAPH1602 {
        width: 401px;
        top: 0px;
        left: 0px;
    }

        #PARAGRAPH1602 > .ladi-paragraph {
            color: rgb(1, 33, 87);
            font-size: 21px;
            font-weight: bold;
            text-align: center;
            line-height: 1.4;
        }

    #PARAGRAPH1601 {
        width: 364px;
        top: 109.57px;
        left: 18.3515px;
    }

        #PARAGRAPH1601 > .ladi-paragraph {
            color: rgb(1, 33, 87);
            font-size: 17px;
            text-align: justify;
            line-height: 1.6;
        }

    #GROUP1597 {
        width: 408px;
        height: 289.85px;
        top: 873.61px;
        left: 432px;
    }

    #PARAGRAPH1599 {
        width: 365px;
        top: 102.85px;
        left: 21.1283px;
    }

        #PARAGRAPH1599 > .ladi-paragraph {
            color: rgb(1, 33, 87);
            font-size: 17px;
            text-align: justify;
            line-height: 1.6;
        }

    #PARAGRAPH1598 {
        width: 408px;
        top: 0px;
        left: 0px;
    }

        #PARAGRAPH1598 > .ladi-paragraph {
            color: rgb(1, 33, 87);
            font-size: 21px;
            font-weight: bold;
            text-align: center;
            line-height: 1.4;
        }

    #GROUP1590 {
        width: 1534.4px;
        height: 1135.39px;
        top: 0px;
        left: -1786.2px;
        display: none !important;
    }

    #GROUP1594 {
        width: 591.625px;
        height: 146.34px;
        top: 903.995px;
        left: 0px;
    }

    #SHAPE1596 {
        width: 144.334px;
        height: 25.0764px;
        top: 9.32085px;
        left: 0px;
    }

        #SHAPE1596 svg:last-child {
            fill: rgba(255, 185, 1, 1.0);
        }

    #BOX1595 {
        width: 164.311px;
        height: 146.34px;
        top: 0px;
        left: 427.314px;
    }

        #BOX1595 > .ladi-box {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s500x450/5c8f292f0ecdc230dd3bd7b9/7c653f4f6c1d9343ca0c-20200825080714.jpg");
            background-position: center top;
            background-repeat: repeat;
            border-style: dashed;
            border-color: rgba(98, 98, 98, 0.1);
            border-width: 1px;
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
        }

    #IMAGE1593 {
        width: 187.559px;
        height: 140.246px;
        top: 607.746px;
        left: 1233.4px;
    }

        #IMAGE1593 > .ladi-image > .ladi-image-background {
            width: 189.559px;
            height: 188.559px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s500x500/5c8f292f0ecdc230dd3bd7b9/carouel-kpi-20210806111800.png");
        }

    #IMAGE1592 {
        width: 177.666px;
        height: 141.977px;
        top: 318.425px;
        left: 423.71px;
    }

        #IMAGE1592 > .ladi-image > .ladi-image-background {
            width: 177.666px;
            height: 153.666px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s500x500/5c8f292f0ecdc230dd3bd7b9/sodes-2-20210806111042.jpg");
        }

    #IMAGE1591 {
        width: 1227.14px;
        height: 1135.39px;
        top: 0px;
        left: 307.258px;
    }

        #IMAGE1591 > .ladi-image > .ladi-image-background {
            width: 1227.14px;
            height: 1135.39px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s1550x1450/5c8f292f0ecdc230dd3bd7b9/qua-tang-n3-1png-20210806113330.png");
        }

    #IMAGE1589 {
        width: 594px;
        height: 594px;
        top: 253.866px;
        left: 340px;
    }

        #IMAGE1589 > .ladi-image > .ladi-image-background {
            width: 594px;
            height: 594px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s900x900/5c8f292f0ecdc230dd3bd7b9/qua-tang-kpi-20210812100524.png");
        }

    #IMAGE1588 {
        width: 408.038px;
        height: 235.38px;
        top: 0px;
        left: 11.981px;
    }

        #IMAGE1588 > .ladi-image > .ladi-image-background {
            width: 408.038px;
            height: 235.38px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s750x550/5c8f292f0ecdc230dd3bd7b9/hop-qua-6-20210706022326.png");
        }

    #CAROUSEL1587 {
        width: 420px;
        height: 1013px;
        top: 235.38px;
        left: 420px;
    }

    #IMAGE1586 {
        width: 593px;
        height: 593px;
        top: 253.866px;
        left: 764px;
    }

        #IMAGE1586 > .ladi-image > .ladi-image-background {
            width: 593px;
            height: 593px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s900x900/5c8f292f0ecdc230dd3bd7b9/qua-tang-63-bieu-mau-20210812104456.png");
        }

    #CAROUSEL1582 {
        width: 420px;
        height: 1013px;
        top: 235.38px;
        left: 0px;
    }

    #GROUP1583 {
        width: 416px;
        height: 342.272px;
        top: 640.728px;
        left: 7.5px;
    }

    #HEADLINE1585 {
        width: 408px;
        top: 0px;
        left: 0px;
    }

        #HEADLINE1585 > .ladi-headline {
            color: rgb(1, 33, 87);
            font-size: 21px;
            font-weight: bold;
            text-align: center;
            line-height: 1.4;
        }

    #HEADLINE1584 {
        width: 403px;
        top: 102.272px;
        left: 13px;
    }

        #HEADLINE1584 > .ladi-headline {
            color: rgb(1, 33, 87);
            font-size: 17px;
            line-height: 1.6;
        }

    #HEADLINE1581 {
        width: 185px;
        top: 1197.87px;
        left: 117.5px;
    }

        #HEADLINE1581 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 26px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

    #HEADLINE1580 {
        width: 200px;
        top: 1021.39px;
        left: -597px;
    }

        #HEADLINE1580 > .ladi-headline {
            color: rgb(251, 250, 253);
            font-size: 26px;
            font-weight: bold;
            line-height: 1.6;
        }

    #CAROUSEL1579 {
        width: 420px;
        height: 1013px;
        top: 235.38px;
        left: 840px;
    }

    #GROUP1818 {
        width: 408px;
        height: 675.59px;
        top: 0px;
        left: 852px;
    }

    #CAROUSEL1823 {
        width: 420px;
        height: 731px;
        top: 262.173px;
        left: 0px;
    }

    #HEADLINE1898 {
        width: 150px;
        top: 677.561px;
        left: -627px;
    }

        #HEADLINE1898 > .ladi-headline {
            color: rgb(0, 0, 0);
            font-size: 16px;
            line-height: 1.6;
        }

    #HEADLINE1903 {
        width: 428px;
        top: 2148.93px;
        left: 68px;
    }

        #HEADLINE1903 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 16px;
            font-weight: bold;
            line-height: 1.6;
        }

    #GROUP1904 {
        width: 477.18px;
        height: 649.713px;
        top: 808.617px;
        left: 7px;
    }

    #GROUP1905 {
        width: 476.2px;
        height: 66.1389px;
        top: 1477.33px;
        left: 5px;
    }

    #GROUP1906 {
        width: 400px;
        height: 635.67px;
        top: 2206.47px;
        left: 8px;
    }

    #GROUP1907 {
        width: 400px;
        height: 532.664px;
        top: 1564.74px;
        left: 10px;
    }

    #HEADLINE1910 {
        width: 368px;
        top: 1506.96px;
        left: 79.438px;
    }

        #HEADLINE1910 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 16px;
            font-weight: bold;
            line-height: 1.6;
        }

    #GROUP1911 {
        width: 472px;
        height: 65.5556px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE1912 {
        width: 150px;
        top: 2043.93px;
        left: -755px;
    }

        #HEADLINE1912 > .ladi-headline {
            color: rgb(0, 0, 0);
            font-size: 16px;
            line-height: 1.6;
        }

    #GROUP1908 {
        width: 472px;
        height: 65.5556px;
        top: 2121.15px;
        left: 8px;
    }

    #IMAGE1914 {
        width: 112.542px;
        height: 37.3176px;
        top: 16px;
        left: 20.8334px;
    }

        #IMAGE1914 > .ladi-image > .ladi-image-background {
            width: 112.542px;
            height: 37.3176px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s450x350/5c8f292f0ecdc230dd3bd7b9/logo-sodes-trang-20210629065259.png");
        }

    #BUTTON1918 {
        width: 160px;
        height: 40px;
        top: 906.33px;
        left: 128px;
    }

        #BUTTON1918 > .ladi-button > .ladi-button-background {
            background-color: rgb(245, 94, 47);
        }

    #BUTTON_TEXT1918 {
        width: 160px;
        top: 9px;
        left: 0px;
    }

        #BUTTON_TEXT1918 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 18px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

    #IMAGE1919 {
        width: 167px;
        height: 55.6667px;
        top: 21px;
        left: 911.328px;
    }

        #IMAGE1919 > .ladi-image > .ladi-image-background {
            width: 167px;
            height: 55.6667px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s500x400/5c8f292f0ecdc230dd3bd7b9/reg-20210323082224.png");
        }
}
