﻿a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, button, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, input, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, select, small, span, strike, strong, sub, summary, sup, table, tbody, td, textarea, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

a {
    text-decoration: none
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

    blockquote:after, blockquote:before, q:after, q:before {
        content: '';
        content: none
    }

table {
    border-collapse: collapse;
    border-spacing: 0
}

.ladi-loading {
    z-index: 900000000000;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .1)
}

    .ladi-loading .loading {
        width: 80px;
        height: 80px;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        overflow: hidden;
        position: absolute
    }

        .ladi-loading .loading div {
            position: absolute;
            width: 6px;
            height: 6px;
            background: #fff;
            border-radius: 50%;
            animation: ladi-loading 1.2s linear infinite
        }

            .ladi-loading .loading div:nth-child(1) {
                animation-delay: 0s;
                top: 37px;
                left: 66px
            }

            .ladi-loading .loading div:nth-child(2) {
                animation-delay: -.1s;
                top: 22px;
                left: 62px
            }

            .ladi-loading .loading div:nth-child(3) {
                animation-delay: -.2s;
                top: 11px;
                left: 52px
            }

            .ladi-loading .loading div:nth-child(4) {
                animation-delay: -.3s;
                top: 7px;
                left: 37px
            }

            .ladi-loading .loading div:nth-child(5) {
                animation-delay: -.4s;
                top: 11px;
                left: 22px
            }

            .ladi-loading .loading div:nth-child(6) {
                animation-delay: -.5s;
                top: 22px;
                left: 11px
            }

            .ladi-loading .loading div:nth-child(7) {
                animation-delay: -.6s;
                top: 37px;
                left: 7px
            }

            .ladi-loading .loading div:nth-child(8) {
                animation-delay: -.7s;
                top: 52px;
                left: 11px
            }

            .ladi-loading .loading div:nth-child(9) {
                animation-delay: -.8s;
                top: 62px;
                left: 22px
            }

            .ladi-loading .loading div:nth-child(10) {
                animation-delay: -.9s;
                top: 66px;
                left: 37px
            }

            .ladi-loading .loading div:nth-child(11) {
                animation-delay: -1s;
                top: 62px;
                left: 52px
            }

            .ladi-loading .loading div:nth-child(12) {
                animation-delay: -1.1s;
                top: 52px;
                left: 62px
            }

@keyframes ladi-loading {
    0%, 100%, 20%, 80% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.5)
    }
}

.ladipage-message {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10000000000;
    background: rgba(0, 0, 0, .3)
}

    .ladipage-message .ladipage-message-box {
        width: 400px;
        max-width: calc(100% - 50px);
        height: 160px;
        border: 1px solid rgba(0, 0, 0, .3);
        background-color: #fff;
        position: fixed;
        top: calc(50% - 155px);
        left: 0;
        right: 0;
        margin: auto;
        border-radius: 10px
    }

        .ladipage-message .ladipage-message-box span {
            display: block;
            background-color: rgba(6, 21, 40, .05);
            color: #000;
            padding: 12px 15px;
            font-weight: 600;
            font-size: 16px;
            line-height: 16px;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px
        }

        .ladipage-message .ladipage-message-box .ladipage-message-text {
            display: -webkit-box;
            font-size: 14px;
            padding: 0 20px;
            margin-top: 10px;
            line-height: 18px;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis
        }

        .ladipage-message .ladipage-message-box .ladipage-message-close {
            display: block;
            position: absolute;
            right: 15px;
            bottom: 10px;
            margin: 0 auto;
            padding: 10px 0;
            border: none;
            width: 80px;
            text-transform: uppercase;
            text-align: center;
            color: #000;
            background-color: #e6e6e6;
            border-radius: 5px;
            text-decoration: none;
            font-size: 14px;
            line-height: 14px;
            font-weight: 600;
            cursor: pointer
        }

.lightbox-screen {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 9000000080;
    background: rgba(0, 0, 0, .5)
}

    .lightbox-screen .lightbox-close {
        position: absolute;
        z-index: 9000000090;
        cursor: pointer
    }

    .lightbox-screen .lightbox-hidden {
        display: none
    }

    .lightbox-screen .lightbox-close {
        width: 16px;
        height: 16px;
        margin: 10px;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M23.4144%202.00015L2.00015%2023.4144L0.585938%2022.0002L22.0002%200.585938L23.4144%202.00015Z%22%3E%3C%2Fpath%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%200.585938L23.4144%2022.0002L22.0002%2023.4144L0.585938%202.00015L2.00015%200.585938Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")
    }

body {
    font-size: 12px;
    -ms-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -o-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    background-color: #fff;
}

.overflow-hidden {
    overflow: hidden;
}

.ladi-transition {
    transition: all 150ms linear 0s;
}

.z-index-1 {
    z-index: 1;
}

.opacity-0 {
    opacity: 0;
}

.height-0 {
    height: 0 !important;
}

.pointer-events-none {
    pointer-events: none;
}

.transition-parent-collapse-height {
    transition: height 150ms linear 0s;
}

.transition-parent-collapse-top {
    transition: top 150ms linear 0s;
}

.transition-readmore {
    transition: height 350ms linear 0s;
}

.transition-collapse {
    transition: height 150ms linear 0s;
}

body.grab {
    cursor: grab;
}

.ladi-wraper {
    width: 100%;
    min-height: 100%;
    overflow: hidden;
}

.ladi-container {
    position: relative;
    margin: 0 auto;
    height: 100%;
}

.ladi-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

.ladi-element {
    position: absolute;
}

@media (hover: hover) {
    .ladi-check-hover {
        opacity: 0;
    }
}

.ladi-section {
    margin: 0 auto;
    position: relative;
}

    .ladi-section[data-tab-id] {
        display: none;
    }

    .ladi-section.selected[data-tab-id] {
        display: block;
    }

    .ladi-section .ladi-section-background {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        pointer-events: none;
        overflow: hidden;
    }

.ladi-carousel {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .ladi-carousel .ladi-carousel-content {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        transition: top 350ms ease-in-out, left 350ms ease-in-out;
    }

    .ladi-carousel .ladi-carousel-arrow {
        position: absolute;
        top: calc(50% - (33px) / 2);
        cursor: pointer;
        z-index: 90000040;
        width: 33px;
        height: 33px;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23000%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.00015%200.585938L18.4144%2012.0002L7.00015%2023.4144L5.58594%2022.0002L15.5859%2012.0002L5.58594%202.00015L7.00015%200.585938Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

    .ladi-carousel .ladi-carousel-arrow-left {
        left: 5px;
        transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg);
    }

    .ladi-carousel .ladi-carousel-arrow-right {
        right: 5px;
    }

.ladi-carousel-indicators-circle {
    display: inline-flex;
    gap: 10px;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
}

    .ladi-carousel-indicators-circle .item {
        width: 10px;
        height: 10px;
        background-color: #D6D6D6;
        border-radius: 100%;
        cursor: pointer;
        outline: 1px solid #fff;
    }

        .ladi-carousel-indicators-circle .item.selected, .ladi-carousel-indicators-circle .item:hover {
            background-color: #808080;
        }

.ladi-carousel-indicators-number {
    display: inline-flex;
    gap: 10px;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
}

    .ladi-carousel-indicators-number .item {
        width: 15px;
        height: 15px;
        background-color: #D6D6D6;
        border-radius: 100%;
        cursor: pointer;
        font-size: 10px;
        text-align: center;
        line-height: 15px;
        outline: 1px solid #fff;
    }

        .ladi-carousel-indicators-number .item.selected, .ladi-carousel-indicators-number .item:hover {
            background-color: #808080;
            color: #fff;
        }

.ladi-box {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ladi-frame {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ladi-frame-bg .ladi-frame-background {
    height: 100%;
    width: 100%;
    pointer-events: none;
    transition: inherit;
}

.ladi-frame-bg:not(.ladi-frame) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#SECTION_POPUP .ladi-container {
    z-index: 90000070;
}

    #SECTION_POPUP .ladi-container > .ladi-element {
        z-index: 90000070;
        position: fixed;
        display: none;
    }

        #SECTION_POPUP .ladi-container > .ladi-element[data-fixed-close="true"] {
            position: relative !important;
        }

        #SECTION_POPUP .ladi-container > .ladi-element.hide-visibility {
            display: block !important;
            visibility: hidden !important;
        }

#SECTION_POPUP .popup-close {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 9000000080;
    cursor: pointer;
    width: 16px;
    height: 16px;
    margin: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23000%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M23.4144%202.00015L2.00015%2023.4144L0.585938%2022.0002L22.0002%200.585938L23.4144%202.00015Z%22%3E%3C%2Fpath%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%200.585938L23.4144%2022.0002L22.0002%2023.4144L0.585938%202.00015L2.00015%200.585938Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}

.ladi-popup {
    position: absolute;
    width: 100%;
    height: 100%;
}

    .ladi-popup .ladi-popup-background {
        height: 100%;
        width: 100%;
        pointer-events: none;
    }

.ladi-button {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .ladi-button:active {
        transform: translateY(2px);
        transition: transform 0.2s linear;
    }

    .ladi-button .ladi-button-background {
        height: 100%;
        width: 100%;
        pointer-events: none;
        transition: inherit;
    }

    .ladi-button > .ladi-button-headline, .ladi-button > .ladi-button-shape {
        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-button-shape .ladi-shape {
            margin: auto;
            top: 0;
            bottom: 0;
        }

        .ladi-button > .ladi-button-headline .ladi-headline {
            display: table-cell;
            vertical-align: middle;
        }

.ladi-button-group {
    position: absolute;
    width: 100%;
    height: 100%;
}

    .ladi-button-group > .ladi-element {
        transition: inherit;
    }

        .ladi-button-group > .ladi-element > .ladi-button {
            transition: inherit;
        }

.ladi-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-button-headline {
        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;
        padding-right: 24px;
    }

    .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-box-item {
        display: inline-block;
        width: fit-content;
    }

    .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: bold;
        word-break: break-word;
    }

    .ladi-form .ladi-form-label-container {
        position: relative;
        width: 100%;
    }

    .ladi-form .ladi-form-control-file {
        background-repeat: no-repeat;
        background-position: calc(100% - 5px) center;
    }

    .ladi-form .ladi-form-label-container .ladi-form-label-item {
        display: inline-block;
        cursor: pointer;
        position: relative;
        border-radius: 0px !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: 0.35;
        }

        .ladi-form .ladi-form-label-container .ladi-form-label-item.image.disabled {
            opacity: 0.2;
        }

        .ladi-form .ladi-form-label-container .ladi-form-label-item.color.disabled {
            opacity: 0.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: 0 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: flex;
            align-items: center;
            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-flex;
            align-items: center;
            border: none;
            position: relative;
        }

        .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item input {
            margin-right: 5px;
            display: block;
        }

        .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span {
            cursor: default;
            word-break: break-word;
        }

    .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-form .ladi-element .ladi-form-otp::-webkit-outer-spin-button, .ladi-form .ladi-element .ladi-form-otp::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    .ladi-form .ladi-element .ladi-form-item .button-get-code {
        display: none;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto 0;
        line-height: initial;
        padding: 5px 10px;
        height: max-content;
        cursor: pointer;
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
    }

        .ladi-form .ladi-element .ladi-form-item .button-get-code.hide-visibility {
            display: block !important;
            visibility: hidden !important;
        }

    .ladi-form .ladi-form-item.otp-resend .button-get-code {
        display: block;
    }

    .ladi-form .ladi-form-item.otp-countdown:before {
        content: attr(data-countdown-time) "s";
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        height: max-content;
        line-height: initial;
    }

    .ladi-form [data-variant="true"] select option[disabled] {
        background: #fff;
        color: #b8b8b8 !important;
    }

.ladi-google-recaptcha-checkbox {
    position: absolute;
    display: inline-block;
    transform: translateY(-100%);
    margin-top: -5px;
    z-index: 90000010;
}

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
}

.ladi-group {
    position: absolute;
    width: 100%;
    height: 100%;
}

.ladi-shape {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.ladi-cart-number {
    position: absolute;
    top: -2px;
    right: -7px;
    background: #f36e36;
    text-align: center;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    border-radius: 100%;
}

.ladi-image {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .ladi-image .ladi-image-background {
        background-repeat: no-repeat;
        background-position: left top;
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        position: absolute;
        margin: 0 auto;
        width: 100%;
        height: 100%;
        pointer-events: none;
    }

.ladi-headline {
    width: 100%;
    display: inline-block;
    word-break: break-word;
    background-size: cover;
    background-position: center center;
}

    .ladi-headline a {
        text-decoration: underline;
    }

.ladi-paragraph {
    width: 100%;
    display: inline-block;
    word-break: break-word;
}

    .ladi-paragraph a {
        text-decoration: underline;
    }

.ladi-list-paragraph {
    width: 100%;
    display: inline-block;
}

    .ladi-list-paragraph a {
        text-decoration: underline;
    }

    .ladi-list-paragraph ul li {
        position: relative;
        counter-increment: linum;
    }

        .ladi-list-paragraph ul li:before {
            position: absolute;
            background-repeat: no-repeat;
            background-size: 100% 100%;
            left: 0;
        }

        .ladi-list-paragraph ul li:last-child {
            padding-bottom: 0 !important;
        }

.ladi-line {
    position: relative;
}

    .ladi-line .ladi-line-container {
        border-bottom: 0 !important;
        border-right: 0 !important;
        width: 100%;
        height: 100%;
    }

a[data-action] {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: pointer
}

a:visited {
    color: inherit
}

a:link {
    color: inherit
}

[data-opacity="0"] {
    opacity: 0
}

[data-hidden="true"] {
    display: none
}

[data-action="true"] {
    cursor: pointer
}

.ladi-hidden {
    display: none
}

.ladi-animation-hidden {
    visibility: hidden !important;
    opacity: 0 !important
}

.element-click-selected {
    cursor: pointer
}

.is-2nd-click {
    cursor: pointer
}

.ladi-button-shape.is-2nd-click, .ladi-accordion-shape.is-2nd-click {
    z-index: 1
}

.backdrop-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 90000060
}

.backdrop-dropbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 90000040
}

.ladi-lazyload {
    background-image: none !important;
}

.ladi-list-paragraph ul li.ladi-lazyload:before {
    background-image: none !important;
}

@media (min-width: 768px) {
    .ladi-carousel-fullwidth {
        width: 100vw !important;
        left: calc(-50vw + 50%) !important;
        box-sizing: border-box !important;
        transform: none !important;
    }
}

@media (max-width: 767px) {
    .ladi-element.ladi-auto-scroll {
        overflow-x: auto;
        overflow-y: hidden;
        width: 100% !important;
        left: 0 !important;
        -webkit-overflow-scrolling: touch;
    }

    [data-hint]:not([data-timeout-id-copied]):before, [data-hint]:not([data-timeout-id-copied]):after {
        display: none !important;
    }

    .ladi-section.ladi-auto-scroll {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .ladi-carousel .ladi-carousel-content {
        transition: top 300ms ease-in-out, left 300ms ease-in-out;
    }
}

body {
    direction: ltr;
}

@media (min-width: 768px) {
    .ladi-section .ladi-container {
        width: 960px;
    }
}

@media (max-width: 767px) {
    .ladi-section .ladi-container {
        width: 420px;
    }
}

body {
    font-family: "Open Sans", sans-serif
}

#SECTION13 > .ladi-section-background, #SECTION1 > .ladi-section-background, #BOX113 > .ladi-box, #SECTION234 > .ladi-section-background, #BOX937 > .ladi-box {
    background-color: rgb(9, 0, 104);
}

#IMAGE14 > .ladi-image > .ladi-image-background, #GROUP108, #IMAGE106 > .ladi-image > .ladi-image-background, #IMAGE10 > .ladi-image > .ladi-image-background, #BUTTON100, #IMAGE604 > .ladi-image > .ladi-image-background, #IMAGE749, #IMAGE749 > .ladi-image > .ladi-image-background, #IMAGE1090 > .ladi-image > .ladi-image-background, #IMAGE850 > .ladi-image > .ladi-image-background, #IMAGE854 > .ladi-image > .ladi-image-background, #CAROUSEL_ITEM1112, #IMAGE1108 > .ladi-image > .ladi-image-background, #IMAGE1109 > .ladi-image > .ladi-image-background, #IMAGE1110 > .ladi-image > .ladi-image-background, #IMAGE619 > .ladi-image > .ladi-image-background, #IMAGE609 > .ladi-image > .ladi-image-background, #IMAGE625 > .ladi-image > .ladi-image-background, #IMAGE811, #IMAGE811 > .ladi-image > .ladi-image-background, #IMAGE626 > .ladi-image > .ladi-image-background, #BOX255, #PARAGRAPH259, #IMAGE648 > .ladi-image > .ladi-image-background, #IMAGE650 > .ladi-image > .ladi-image-background, #IMAGE654 > .ladi-image > .ladi-image-background, #LINE719, #IMAGE253 > .ladi-image > .ladi-image-background, #HEADLINE241, #GROUP243, #GROUP276, #IMAGE669 > .ladi-image > .ladi-image-background, #LINE659, #LINE678, #IMAGE680 > .ladi-image > .ladi-image-background, #IMAGE683 > .ladi-image > .ladi-image-background, #IMAGE685 > .ladi-image > .ladi-image-background, #IMAGE780 > .ladi-image > .ladi-image-background, #IMAGE784 > .ladi-image > .ladi-image-background, #IMAGE787 > .ladi-image > .ladi-image-background, #LINE760, #IMAGE762 > .ladi-image > .ladi-image-background, #LIST_PARAGRAPH767, #IMAGE769 > .ladi-image > .ladi-image-background, #IMAGE1103 > .ladi-image > .ladi-image-background, #LIST_PARAGRAPH802, #IMAGE804 > .ladi-image > .ladi-image-background, #IMAGE796 > .ladi-image > .ladi-image-background, #IMAGE1102 > .ladi-image > .ladi-image-background, #IMAGE692, #IMAGE692 > .ladi-image > .ladi-image-background, #IMAGE696, #IMAGE696 > .ladi-image > .ladi-image-background, #IMAGE699 > .ladi-image > .ladi-image-background, #IMAGE726 > .ladi-image > .ladi-image-background, #IMAGE730 > .ladi-image > .ladi-image-background, #IMAGE731 > .ladi-image > .ladi-image-background, #IMAGE732 > .ladi-image > .ladi-image-background, #HEADLINE729, #LINE723, #IMAGE1075 > .ladi-image > .ladi-image-background, #IMAGE1084 > .ladi-image > .ladi-image-background, #IMAGE713 > .ladi-image > .ladi-image-background, #BUTTON824, #POPUP935, #IMAGE966 > .ladi-image > .ladi-image-background, #POPUP1027, #IMAGE1040 > .ladi-image > .ladi-image-background, #IMAGE1041 > .ladi-image > .ladi-image-background, #POPUP1099, #IMAGE1099 > .ladi-image > .ladi-image-background, #IMAGE1100 > .ladi-image > .ladi-image-background {
    top: 0px;
    left: 0px;
}

#IMAGE14 > .ladi-image > .ladi-image-background, #IMAGE253 > .ladi-image > .ladi-image-background {
    background-image: url("https://w.ladicdn.com/s450x350/5c8f292f0ecdc230dd3bd7b9/whi-sodes-20210121073624.png");
}

#IMAGE14:hover > .ladi-image, #SHAPE17:hover > .ladi-shape, #BUTTON19 > .ladi-button:hover, #BUTTON_TEXT19 > .ladi-headline:hover, #BUTTON21 > .ladi-button:hover, #BUTTON_TEXT21 > .ladi-headline:hover, #BUTTON23 > .ladi-button:hover, #BUTTON_TEXT23 > .ladi-headline:hover, #BUTTON25 > .ladi-button:hover, #BUTTON_TEXT25 > .ladi-headline:hover, #SHAPE7:hover > .ladi-shape, #SHAPE8:hover > .ladi-shape, #IMAGE106:hover > .ladi-image, #IMAGE10:hover > .ladi-image, #BUTTON98 > .ladi-button:hover, #BUTTON_TEXT98 > .ladi-headline:hover, #BUTTON100 > .ladi-button:hover, #BUTTON_TEXT100 > .ladi-headline:hover, #BUTTON102 > .ladi-button:hover, #BUTTON_TEXT102 > .ladi-headline:hover, #BUTTON104 > .ladi-button:hover, #BUTTON_TEXT104 > .ladi-headline:hover, #IMAGE604:hover > .ladi-image, #SHAPE754:hover > .ladi-shape, #IMAGE749:hover > .ladi-image, #IMAGE1090:hover > .ladi-image, #IMAGE850:hover > .ladi-image, #IMAGE854:hover > .ladi-image, #CAROUSEL_ITEM1112 > .ladi-frame:hover, #CAROUSEL_ITEM1112 > .ladi-frame:hover ~ .ladi-frame-bg, #IMAGE1108:hover > .ladi-image, #CAROUSEL_ITEM1113 > .ladi-frame:hover, #CAROUSEL_ITEM1113 > .ladi-frame:hover ~ .ladi-frame-bg, #IMAGE1109:hover > .ladi-image, #CAROUSEL_ITEM1114 > .ladi-frame:hover, #CAROUSEL_ITEM1114 > .ladi-frame:hover ~ .ladi-frame-bg, #IMAGE1110:hover > .ladi-image, #IMAGE619:hover > .ladi-image, #IMAGE609:hover > .ladi-image, #HEADLINE110 > .ladi-headline:hover, #PARAGRAPH123 > .ladi-paragraph:hover, #BOX113 > .ladi-box:hover, #PARAGRAPH114 > .ladi-paragraph:hover, #IMAGE112:hover > .ladi-image, #IMAGE625:hover > .ladi-image, #IMAGE811:hover > .ladi-image, #SHAPE813:hover > .ladi-shape, #HEADLINE814 > .ladi-headline:hover, #IMAGE626:hover > .ladi-image, #PARAGRAPH273 > .ladi-paragraph:hover, #BOX255 > .ladi-box:hover, #HEADLINE256 > .ladi-headline:hover, #PARAGRAPH259 > .ladi-paragraph:hover, #PARAGRAPH275 > .ladi-paragraph:hover, #HEADLINE271 > .ladi-headline:hover, #IMAGE648:hover > .ladi-image, #IMAGE650:hover > .ladi-image, #IMAGE654:hover > .ladi-image, #IMAGE235:hover > .ladi-image, #HEADLINE236 > .ladi-headline:hover, #HEADLINE237 > .ladi-headline:hover, #HEADLINE238 > .ladi-headline:hover, #BOX247 > .ladi-box:hover, #IMAGE253:hover > .ladi-image, #HEADLINE241 > .ladi-headline:hover, #HEADLINE242 > .ladi-headline:hover, #HEADLINE244 > .ladi-headline:hover, #HEADLINE245 > .ladi-headline:hover, #HEADLINE277 > .ladi-headline:hover, #HEADLINE278 > .ladi-headline:hover, #IMAGE669:hover > .ladi-image, #HEADLINE377 > .ladi-headline:hover, #HEADLINE378 > .ladi-headline:hover, #HEADLINE415 > .ladi-headline:hover, #HEADLINE673 > .ladi-headline:hover, #HEADLINE672 > .ladi-headline:hover, #HEADLINE671 > .ladi-headline:hover, #HEADLINE670 > .ladi-headline:hover, #HEADLINE745 > .ladi-headline:hover, #HEADLINE746 > .ladi-headline:hover, #HEADLINE215 > .ladi-headline:hover, #IMAGE680:hover > .ladi-image, #HEADLINE681 > .ladi-headline:hover, #HEADLINE682 > .ladi-headline:hover, #PARAGRAPH629 > .ladi-paragraph:hover, #IMAGE683:hover > .ladi-image, #LIST_PARAGRAPH223 > .ladi-list-paragraph:hover, #LIST_PARAGRAPH684 > .ladi-list-paragraph:hover, #IMAGE685:hover > .ladi-image, #BUTTON231 > .ladi-button:hover, #BUTTON_TEXT231 > .ladi-headline:hover, #IMAGE780:hover > .ladi-image, #HEADLINE781 > .ladi-headline:hover, #HEADLINE782 > .ladi-headline:hover, #PARAGRAPH783 > .ladi-paragraph:hover, #IMAGE784:hover > .ladi-image, #LIST_PARAGRAPH785 > .ladi-list-paragraph:hover, #LIST_PARAGRAPH786 > .ladi-list-paragraph:hover, #IMAGE787:hover > .ladi-image, #BUTTON788 > .ladi-button:hover, #BUTTON_TEXT788 > .ladi-headline:hover, #PARAGRAPH820 > .ladi-paragraph:hover, #HEADLINE761 > .ladi-headline:hover, #IMAGE762:hover > .ladi-image, #HEADLINE763 > .ladi-headline:hover, #HEADLINE764 > .ladi-headline:hover, #PARAGRAPH765 > .ladi-paragraph:hover, #LIST_PARAGRAPH767 > .ladi-list-paragraph:hover, #LIST_PARAGRAPH768 > .ladi-list-paragraph:hover, #IMAGE769:hover > .ladi-image, #BUTTON770 > .ladi-button:hover, #BUTTON_TEXT770 > .ladi-headline:hover, #HEADLINE797 > .ladi-headline:hover, #PARAGRAPH799 > .ladi-paragraph:hover, #LIST_PARAGRAPH802 > .ladi-list-paragraph:hover, #LIST_PARAGRAPH803 > .ladi-list-paragraph:hover, #IMAGE804:hover > .ladi-image, #BUTTON805 > .ladi-button:hover, #BUTTON_TEXT805 > .ladi-headline:hover, #IMAGE796:hover > .ladi-image, #HEADLINE798 > .ladi-headline:hover, #HEADLINE810 > .ladi-headline:hover, #PARAGRAPH819 > .ladi-paragraph:hover, #IMAGE692:hover > .ladi-image, #HEADLINE693 > .ladi-headline:hover, #HEADLINE694 > .ladi-headline:hover, #PARAGRAPH695 > .ladi-paragraph:hover, #LIST_PARAGRAPH697 > .ladi-list-paragraph:hover, #LIST_PARAGRAPH698 > .ladi-list-paragraph:hover, #IMAGE696:hover > .ladi-image, #IMAGE699:hover > .ladi-image, #BUTTON700 > .ladi-button:hover, #BUTTON_TEXT700 > .ladi-headline:hover, #PARAGRAPH703 > .ladi-paragraph:hover, #IMAGE726:hover > .ladi-image, #IMAGE730:hover > .ladi-image, #IMAGE731:hover > .ladi-image, #IMAGE732:hover > .ladi-image, #PARAGRAPH735 > .ladi-paragraph:hover, #HEADLINE736 > .ladi-headline:hover, #PARAGRAPH738 > .ladi-paragraph:hover, #HEADLINE739 > .ladi-headline:hover, #PARAGRAPH741 > .ladi-paragraph:hover, #HEADLINE742 > .ladi-headline:hover, #PARAGRAPH728 > .ladi-paragraph:hover, #HEADLINE729 > .ladi-headline:hover, #HEADLINE499 > .ladi-headline:hover, #BUTTON1051 > .ladi-button:hover, #BUTTON_TEXT1051 > .ladi-headline:hover, #IMAGE1075:hover > .ladi-image, #BUTTON1078 > .ladi-button:hover, #BUTTON_TEXT1078 > .ladi-headline:hover, #IMAGE1084:hover > .ladi-image, #HEADLINE706 > .ladi-headline:hover, #PARAGRAPH708 > .ladi-paragraph:hover, #SHAPE709:hover > .ladi-shape, #SHAPE711:hover > .ladi-shape, #IMAGE713:hover > .ladi-image, #BUTTON824 > .ladi-button:hover, #BUTTON_TEXT824 > .ladi-headline:hover, #BUTTON832 > .ladi-button:hover, #BUTTON_TEXT832 > .ladi-headline:hover, #BUTTON834 > .ladi-button:hover, #BUTTON_TEXT834 > .ladi-headline:hover, #BUTTON837 > .ladi-button:hover, #BUTTON_TEXT837 > .ladi-headline:hover, #BOX937 > .ladi-box:hover, #BUTTON957 > .ladi-button:hover, #BUTTON_TEXT957 > .ladi-headline:hover, #IMAGE966:hover > .ladi-image, #BOX940 > .ladi-box:hover, #HEADLINE963 > .ladi-headline:hover, #HEADLINE938 > .ladi-headline:hover, #HEADLINE967 > .ladi-headline:hover, #BUTTON1032 > .ladi-button:hover, #BUTTON_TEXT1032 > .ladi-headline:hover, #PARAGRAPH1039 > .ladi-paragraph:hover, #IMAGE1040:hover > .ladi-image, #IMAGE1041:hover > .ladi-image, #BUTTON1099 > .ladi-button:hover, #BUTTON_TEXT1099 > .ladi-headline:hover, #PARAGRAPH1099 > .ladi-paragraph:hover, #IMAGE1099:hover > .ladi-image, #IMAGE1100:hover > .ladi-image {
    opacity: 1;
}

#SHAPE17 {
    width: 40px;
    height: 40px;
}

    #SHAPE17 svg:last-child, #SHAPE7 svg:last-child, #SHAPE8 svg:last-child {
        fill: rgb(255, 255, 255);
    }

#BUTTON19, #BUTTON_TEXT19, #BUTTON_TEXT21, #BUTTON_TEXT23, #BUTTON_TEXT25, #GROUP97, #SHAPE7, #BUTTON_TEXT100, #BUTTON_TEXT102, #BUTTON_TEXT104, #IMAGE609, #IMAGE112 > .ladi-image > .ladi-image-background, #PARAGRAPH275, #IMAGE796, #PARAGRAPH735, #PARAGRAPH738, #PARAGRAPH741, #PARAGRAPH728, #BUTTON_TEXT1051, #FORM_ITEM1074, #BUTTON_TEXT1078, #FORM_ITEM1083, #SHAPE709, #BOX937, #HEADLINE967, #BUTTON1032, #BUTTON_TEXT1032, #FORM_ITEM1035, #FORM_ITEM1085, #BUTTON1099, #BUTTON_TEXT1099, #FORM_ITEM1100, #FORM_ITEM1102 {
    left: 0px;
}

    #BUTTON19 > .ladi-button > .ladi-button-background, #BUTTON21 > .ladi-button > .ladi-button-background, #BUTTON23 > .ladi-button > .ladi-button-background, #BUTTON25 > .ladi-button > .ladi-button-background {
        background-color: rgba(245, 65, 38, 0);
    }

    #BUTTON19 > .ladi-button, #BUTTON21 > .ladi-button, #BUTTON23 > .ladi-button, #BUTTON25 > .ladi-button {
        border-width: 1px;
        border-radius: 100px;
        border-color: rgb(244, 64, 37);
    }

#BUTTON_TEXT19 {
    width: 87px;
}

    #BUTTON_TEXT19 > .ladi-headline, #BUTTON_TEXT21 > .ladi-headline, #BUTTON_TEXT23 > .ladi-headline, #BUTTON_TEXT25 > .ladi-headline, #BUTTON_TEXT957 > .ladi-headline {
        font-size: 14px;
        font-weight: bold;
        line-height: 1.6;
        color: rgb(255, 255, 255);
        text-align: center;
    }

#BUTTON_TEXT21 {
    width: 107px;
}

#BUTTON23, #BUTTON25, #SHAPE8, #IMAGE106, #BUTTON102, #BUTTON104, #CAROUSEL_ITEM1113, #CAROUSEL_ITEM1114, #CAROUSEL615, #LINE717, #IMAGE235 > .ladi-image > .ladi-image-background, #LINE657, #LINE758, #HEADLINE810, #HEADLINE736, #HEADLINE739, #HEADLINE742, #LINE721, #FORM_ITEM1053, #FORM_ITEM1080, #PARAGRAPH708, #BUTTON_GROUP823, #FORM_ITEM1034, #FORM_ITEM1099 {
    top: 0px;
}

#BUTTON_TEXT23 {
    width: 98px;
}

#BUTTON_TEXT25, #HEADLINE278 {
    width: 91px;
}

#IMAGE106 {
    width: 79.1339px;
}

    #IMAGE106 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s400x400/5c8f292f0ecdc230dd3bd7b9/seav-20210128025142.png");
    }

#IMAGE10 > .ladi-image > .ladi-image-background {
    background-image: url("https://w.ladicdn.com/s450x350/5c8f292f0ecdc230dd3bd7b9/reg-20210128025418.png");
}

#BUTTON98 > .ladi-button > .ladi-button-background {
    background-image: linear-gradient(rgb(255, 106, 0), rgb(238, 9, 121));
    background-color: initial;
    background-size: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
    background-attachment: initial;
}

#BUTTON98 > .ladi-button > .ladi-button-background, #SECTION747 > .ladi-overlay, #BOX247 > .ladi-box, #BUTTON231 > .ladi-button > .ladi-button-background, #BUTTON788 > .ladi-button > .ladi-button-background, #BUTTON770 > .ladi-button > .ladi-button-background, #BUTTON805 > .ladi-button > .ladi-button-background, #BUTTON700 > .ladi-button > .ladi-button-background {
    -webkit-background-clip: initial;
}

#BUTTON_TEXT98 {
    width: 113px;
}

#BUTTON_TEXT98, #BUTTON_TEXT231, #BUTTON_TEXT788, #BUTTON_TEXT770, #BUTTON_TEXT805, #BUTTON_TEXT700, #BUTTON_TEXT824, #BUTTON_TEXT832, #BUTTON_TEXT834, #BUTTON_TEXT837, #BUTTON_TEXT957 {
    top: 9px;
    left: 0px;
}

    #BUTTON_TEXT98 > .ladi-headline {
        font-size: 16px;
        font-weight: bold;
        line-height: 1.6;
        color: rgb(255, 255, 255);
        text-align: center;
    }

#BUTTON_GROUP99 > .ladi-button-group > .ladi-element:hover > .ladi-button, #BUTTON_GROUP823 > .ladi-button-group > .ladi-element:hover > .ladi-button {
    opacity: 1 !important;
    transform: scale(1) rotate(0deg) !important;
    filter: blur(0px) grayscale(0%) !important;
}

#BUTTON100 > .ladi-button > .ladi-button-background, #BUTTON102 > .ladi-button > .ladi-button-background, #BUTTON104 > .ladi-button > .ladi-button-background, #SECTION4 > .ladi-section-background, #SECTION254 > .ladi-section-background, #FORM1050 .ladi-form-item-background, #FORM1077 .ladi-form-item-background, #BUTTON824 > .ladi-button > .ladi-button-background, #BUTTON832 > .ladi-button > .ladi-button-background, #BUTTON834 > .ladi-button > .ladi-button-background, #POPUP935 > .ladi-popup > .ladi-popup-background, #FORM956 .ladi-form-item-background, #POPUP1027 > .ladi-popup > .ladi-popup-background, #FORM1031 .ladi-form-item-background, #POPUP1099 > .ladi-popup > .ladi-popup-background, #FORM1099 .ladi-form-item-background {
    background-color: rgb(255, 255, 255);
}

#BUTTON_TEXT100, #BUTTON_TEXT102, #BUTTON_TEXT104 {
    width: 128px;
}

    #BUTTON_TEXT100 > .ladi-headline, #BUTTON_TEXT102 > .ladi-headline, #BUTTON_TEXT104 > .ladi-headline, #HEADLINE271 > .ladi-headline, #HEADLINE215 > .ladi-headline, #HEADLINE761 > .ladi-headline {
        font-weight: bold;
        line-height: 1.6;
        color: rgb(9, 0, 104);
        text-align: center;
    }

#SECTION4, #SECTION853, #IMAGE854, #SECTION610, #SECTION613, #SECTION608, #SECTION109, #SECTION234, #SECTION686 {
    display: none !important;
}

#CAROUSEL5 .ladi-carousel .ladi-carousel-arrow, #CAROUSEL615 .ladi-carousel .ladi-carousel-arrow {
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.00015%200.585938L18.4144%2012.0002L7.00015%2023.4144L5.58594%2022.0002L15.5859%2012.0002L5.58594%202.00015L7.00015%200.585938Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}

#SECTION747 > .ladi-overlay, #BOX255 > .ladi-box > .ladi-overlay {
    background-color: initial;
    background-size: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
    background-attachment: initial;
}

#SECTION747 > .ladi-section-background {
    background-size: cover;
    background-position: 100% 0%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#SHAPE754 svg:last-child {
    fill: rgb(43, 31, 163);
}

#CAROUSEL_ITEM1112 > .ladi-frame-bg > .ladi-frame-background, #CAROUSEL_ITEM1113 > .ladi-frame-bg > .ladi-frame-background, #CAROUSEL_ITEM1114 > .ladi-frame-bg > .ladi-frame-background {
    background-color: rgb(244, 244, 244);
}

#IMAGE1108 > .ladi-image, #IMAGE1109 > .ladi-image, #IMAGE1110 > .ladi-image {
    border-width: 2px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
}

#SECTION109 > .ladi-section-background {
    background-color: rgba(220, 229, 244, 0.5);
}

#SHAPE124 {
    width: 330px;
    height: 20px;
}

    #SHAPE124 > .ladi-shape {
        transform: rotate(182deg);
    }

    #SHAPE124:hover > .ladi-shape, #SHAPE718:hover > .ladi-shape, #SHAPE658:hover > .ladi-shape, #SHAPE677:hover > .ladi-shape, #SHAPE759:hover > .ladi-shape, #SHAPE722:hover > .ladi-shape, #SHAPE855:hover > .ladi-shape {
        transform: rotate(0deg);
        opacity: 1;
    }

    #SHAPE124 svg:last-child, #SHAPE677 svg:last-child, #SHAPE759 svg:last-child, #SHAPE722 svg:last-child {
        fill: rgb(232, 105, 48);
    }

#HEADLINE110 > .ladi-headline {
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    color: rgb(9, 0, 104);
    text-align: center;
}

#PARAGRAPH123 > .ladi-paragraph, #PARAGRAPH273 > .ladi-paragraph {
    line-height: 1.6;
    color: rgb(0, 0, 0);
    text-align: center;
}

#PARAGRAPH114 > .ladi-paragraph {
    font-family: "Open Sans", sans-serif;
    line-height: 1.6;
    color: rgb(255, 255, 255);
    text-align: justify;
}

#IMAGE112 > .ladi-image {
    filter: brightness(95%) saturate(120%);
}

#LINE120 > .ladi-line > .ladi-line-container {
    border-top: 10px solid rgb(242, 67, 13);
    border-right: 10px solid rgb(242, 67, 13);
    border-bottom: 10px solid rgb(242, 67, 13);
    border-left: 0px !important;
}

#LINE120 > .ladi-line, #LINE641 > .ladi-line, #LINE717 > .ladi-line, #LINE719 > .ladi-line, #LINE416 > .ladi-line, #LINE657 > .ladi-line, #LINE659 > .ladi-line, #LINE676 > .ladi-line, #LINE678 > .ladi-line, #LINE758 > .ladi-line, #LINE760 > .ladi-line, #LINE721 > .ladi-line, #LINE723 > .ladi-line {
    width: 100%;
    padding: 8px 0px;
}

#CAROUSEL615 {
    width: 420px;
}

#IMAGE625 > .ladi-image > .ladi-image-background {
    background-image: url("https://w.ladicdn.com/s750x550/5c8f292f0ecdc230dd3bd7b9/5uu5u-20210611110531.png");
}

#IMAGE811, #IMAGE811 > .ladi-image > .ladi-image-background, #IMAGE626, #IMAGE626 > .ladi-image > .ladi-image-background {
    width: 421px;
    height: 210.5px;
}

    #IMAGE811 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s750x550/5c8f292f0ecdc230dd3bd7b9/rh55-20240319043002-mb5vg.jpg");
    }

#SHAPE813 svg:last-child {
    fill: rgb(16, 13, 100);
}

#HEADLINE814 > .ladi-headline {
    font-size: 16px;
    line-height: 1.6;
    color: rgb(255, 255, 255);
}

#IMAGE626 {
    top: 0.5px;
}

    #IMAGE626 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s750x550/5c8f292f0ecdc230dd3bd7b9/eb03ffa76c2c9c72c53d-20210129132458.jpg");
    }

#LINE641 > .ladi-line > .ladi-line-container {
    border-top: 4px solid rgb(180, 180, 180);
    border-right: 4px solid rgb(180, 180, 180);
    border-bottom: 4px solid rgb(180, 180, 180);
    border-left: 0px !important;
    opacity: 0.42;
    filter: blur(2px);
}

#BOX255 > .ladi-box > .ladi-overlay {
    -webkit-background-clip: initial;
    opacity: 0.77;
}

#BOX255 > .ladi-box {
    background-image: url("https://w.ladicdn.com/s700x900/5c8f292f0ecdc230dd3bd7b9/rvsekf9c20210122045636.jpg");
    background-size: cover;
    background-origin: content-box;
    background-position: 50% 0%;
    background-repeat: repeat;
    background-attachment: scroll;
}

#HEADLINE256 > .ladi-headline, #HEADLINE236 > .ladi-headline, #HEADLINE238 > .ladi-headline, #HEADLINE378 > .ladi-headline, #HEADLINE415 > .ladi-headline, #PARAGRAPH708 > .ladi-paragraph {
    line-height: 1.6;
    color: rgb(255, 255, 255);
    text-align: justify;
}

#PARAGRAPH259 > .ladi-paragraph {
    line-height: 1.4;
    color: rgb(0, 0, 0);
    text-align: justify;
}

#PARAGRAPH275 > .ladi-paragraph, #LIST_PARAGRAPH223 > .ladi-list-paragraph, #LIST_PARAGRAPH684 > .ladi-list-paragraph, #LIST_PARAGRAPH785 > .ladi-list-paragraph, #LIST_PARAGRAPH786 > .ladi-list-paragraph, #PARAGRAPH765 > .ladi-paragraph, #LIST_PARAGRAPH767 > .ladi-list-paragraph, #LIST_PARAGRAPH768 > .ladi-list-paragraph, #PARAGRAPH799 > .ladi-paragraph, #LIST_PARAGRAPH802 > .ladi-list-paragraph, #LIST_PARAGRAPH803 > .ladi-list-paragraph, #PARAGRAPH819 > .ladi-paragraph, #LIST_PARAGRAPH697 > .ladi-list-paragraph, #LIST_PARAGRAPH698 > .ladi-list-paragraph {
    line-height: 1.6;
    color: rgb(0, 0, 0);
    text-align: justify;
}

#IMAGE648, #IMAGE648 > .ladi-image > .ladi-image-background, #IMAGE650, #IMAGE650 > .ladi-image > .ladi-image-background {
    width: 200px;
    height: 37.037px;
}

    #IMAGE648 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s550x350/5c8f292f0ecdc230dd3bd7b9/rhhr-20210128032240.png");
    }

    #IMAGE650 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s550x350/5c8f292f0ecdc230dd3bd7b9/dge-20210128032447.png");
    }

#LINE717 > .ladi-line > .ladi-line-container, #LINE719 > .ladi-line > .ladi-line-container, #LINE657 > .ladi-line > .ladi-line-container, #LINE659 > .ladi-line > .ladi-line-container {
    border-top-width: 4px;
    border-right-width: 4px;
    border-bottom-width: 4px;
    border-left: 0px !important;
    border-top-style: dotted;
    border-right-style: dotted;
    border-bottom-style: dotted;
}

#SHAPE718 > .ladi-shape, #SHAPE658 > .ladi-shape, #SHAPE677 > .ladi-shape, #SHAPE759 > .ladi-shape, #SHAPE722 > .ladi-shape {
    transform: rotate(180deg);
}

#HEADLINE237, #PARAGRAPH629, #IMAGE683, #PARAGRAPH783, #IMAGE784, #LIST_PARAGRAPH785, #PARAGRAPH820, #PARAGRAPH695, #PARAGRAPH703 {
    left: 10px;
}

    #HEADLINE237 > .ladi-headline {
        font-size: 30px;
        font-weight: bold;
        line-height: 1.2;
        color: rgb(255, 112, 50);
        text-align: left;
    }

#BOX247 > .ladi-box {
    background-image: linear-gradient(90deg, rgb(9, 0, 104), rgba(8, 58, 145, 0));
    background-color: initial;
    background-size: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
    background-attachment: initial;
}

#GROUP239 {
    top: 0px;
    left: 110px;
}

#GROUP240 {
    top: 0.0002px;
    left: 153.602px;
}

#HEADLINE241 {
    width: 63px;
}

    #HEADLINE241 > .ladi-headline {
        font-size: 30px;
        font-weight: bold;
        line-height: 1.6;
        color: rgb(234, 242, 255);
        text-align: center;
    }

#HEADLINE242 {
    width: 88px;
}

    #HEADLINE242 > .ladi-headline {
        font-size: 14px;
        line-height: 1.6;
        color: rgb(255, 255, 255);
        text-align: center;
    }

#GROUP243 {
    width: 120px;
    height: 93.7572px;
}

#HEADLINE244 {
    width: 109px;
    top: 0px;
    left: 10px;
}

    #HEADLINE244 > .ladi-headline, #HEADLINE277 > .ladi-headline {
        font-size: 28px;
        font-weight: bold;
        line-height: 1.6;
        color: rgb(255, 255, 255);
        text-align: center;
    }

#HEADLINE245 {
    width: 120px;
    top: 56.7572px;
    left: 0px;
}

    #HEADLINE245 > .ladi-headline, #HEADLINE278 > .ladi-headline {
        font-size: 12px;
        font-weight: bold;
        line-height: 1.6;
        color: rgb(255, 255, 255);
        text-align: center;
    }

#GROUP276 {
    width: 91px;
    height: 93.757px;
}

#HEADLINE277 {
    width: 49px;
    top: 0px;
    left: 20.8146px;
}

#HEADLINE278 {
    top: 56.757px;
    left: 0px;
}

#SECTION374 > .ladi-overlay {
    background-image: linear-gradient(rgb(1, 22, 73), rgb(1, 63, 116));
    background-color: initial;
    background-size: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
    background-attachment: initial;
    -webkit-background-clip: initial;
    opacity: 0.6;
}

#SECTION374 > .ladi-section-background {
    background-position: 50% 100%;
    background-repeat: repeat;
    filter: blur(1px);
}

#HEADLINE377 > .ladi-headline, #HEADLINE764 > .ladi-headline, #HEADLINE798 > .ladi-headline {
    font-weight: bold;
    color: rgb(255, 255, 255);
}

#HEADLINE378, #HEADLINE415 {
    left: 20px;
}

#LINE416 > .ladi-line > .ladi-line-container {
    border-top: 9px solid rgb(242, 67, 13);
    border-right: 9px solid rgb(242, 67, 13);
    border-bottom: 9px solid rgb(242, 67, 13);
    border-left: 0px !important;
}

#HEADLINE673, #HEADLINE745, #HEADLINE746, #HEADLINE810 {
    width: 150px;
}

    #HEADLINE673 > .ladi-headline, #HEADLINE745 > .ladi-headline, #HEADLINE746 > .ladi-headline {
        font-weight: bold;
        line-height: 1.6;
        color: rgb(255, 100, 32);
        text-align: center;
    }

#HEADLINE672 {
    width: 181px;
}

    #HEADLINE672 > .ladi-headline, #HEADLINE671 > .ladi-headline, #HEADLINE670 > .ladi-headline {
        font-weight: bold;
        line-height: 1.6;
        color: rgb(0, 0, 0);
        text-align: center;
    }

#HEADLINE671 {
    width: 191px;
}

#HEADLINE670 {
    width: 162px;
}

#SECTION679 > .ladi-section-background, #SECTION774 > .ladi-section-background, #SECTION756 > .ladi-section-background, #SECTION790 > .ladi-section-background, #SECTION686 > .ladi-section-background {
    background-color: rgb(245, 245, 245);
}

#GROUP675 {
    width: 284px;
    height: 29px;
}

#LINE676, #LINE678 {
    width: 115px;
}

#LINE676 {
    top: 0px;
    left: 169px;
}

    #LINE676 > .ladi-line > .ladi-line-container, #LINE678 > .ladi-line > .ladi-line-container, #LINE758 > .ladi-line > .ladi-line-container, #LINE760 > .ladi-line > .ladi-line-container, #LINE721 > .ladi-line > .ladi-line-container, #LINE723 > .ladi-line > .ladi-line-container {
        border-top: 4px dotted rgb(232, 105, 48);
        border-right: 4px dotted rgb(232, 105, 48);
        border-bottom: 4px dotted rgb(232, 105, 48);
        border-left: 0px !important;
    }

#SHAPE677, #SHAPE759 {
    width: 34.4762px;
    height: 20px;
}

#SHAPE677 {
    top: 9px;
    left: 124px;
}

#HEADLINE681, #HEADLINE781, #HEADLINE763, #HEADLINE797, #HEADLINE693 {
    width: 60px;
}

    #HEADLINE681 > .ladi-headline, #HEADLINE781 > .ladi-headline, #HEADLINE693 > .ladi-headline {
        font-size: 40px;
        font-weight: bold;
        line-height: 1.6;
        color: rgb(255, 255, 255);
    }

    #HEADLINE682 > .ladi-headline, #HEADLINE782 > .ladi-headline, #HEADLINE763 > .ladi-headline, #HEADLINE797 > .ladi-headline, #HEADLINE694 > .ladi-headline {
        font-weight: bold;
        line-height: 1.6;
        color: rgb(255, 255, 255);
    }

#PARAGRAPH629 > .ladi-paragraph, #PARAGRAPH783 > .ladi-paragraph, #PARAGRAPH820 > .ladi-paragraph, #PARAGRAPH695 > .ladi-paragraph, #PARAGRAPH703 > .ladi-paragraph {
    font-size: 20px;
    line-height: 1.6;
    color: rgb(0, 0, 0);
    text-align: justify;
}

#IMAGE683 > .ladi-image, #IMAGE784 > .ladi-image, #IMAGE696 > .ladi-image {
    border-width: 2px;
    border-style: solid;
    border-color: rgb(11, 1, 126);
}

#LIST_PARAGRAPH223 ul li, #LIST_PARAGRAPH684 ul li, #LIST_PARAGRAPH785 ul li, #LIST_PARAGRAPH786 ul li, #LIST_PARAGRAPH767 ul li, #LIST_PARAGRAPH768 ul li, #LIST_PARAGRAPH802 ul li, #LIST_PARAGRAPH803 ul li, #LIST_PARAGRAPH697 ul li, #LIST_PARAGRAPH698 ul li {
    padding-bottom: 20px;
    padding-left: 41px;
}

    #LIST_PARAGRAPH223 ul li:before, #LIST_PARAGRAPH684 ul li:before, #LIST_PARAGRAPH785 ul li:before, #LIST_PARAGRAPH786 ul li:before, #LIST_PARAGRAPH767 ul li:before, #LIST_PARAGRAPH768 ul li:before, #LIST_PARAGRAPH802 ul li:before, #LIST_PARAGRAPH803 ul li:before, #LIST_PARAGRAPH697 ul li:before, #LIST_PARAGRAPH698 ul li:before {
        width: 31px;
        height: 31px;
        top: 5px;
        content: "";
    }

#BUTTON231 > .ladi-button > .ladi-button-background, #BUTTON788 > .ladi-button > .ladi-button-background, #BUTTON770 > .ladi-button > .ladi-button-background, #BUTTON805 > .ladi-button > .ladi-button-background, #BUTTON700 > .ladi-button > .ladi-button-background {
    background-image: linear-gradient(rgb(255, 200, 30), rgb(248, 62, 19));
    background-color: initial;
    background-size: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
    background-attachment: initial;
}

#BUTTON231 > .ladi-button:hover .ladi-button-background, #BUTTON788 > .ladi-button:hover .ladi-button-background, #BUTTON770 > .ladi-button:hover .ladi-button-background, #BUTTON805 > .ladi-button:hover .ladi-button-background, #BUTTON700 > .ladi-button:hover .ladi-button-background {
    background-image: none !important;
    background-color: rgb(255, 116, 52) !important;
    background-size: initial !important;
    background-origin: initial !important;
    background-position: initial !important;
    background-repeat: initial !important;
    background-attachment: initial !important;
    -webkit-background-clip: initial !important;
}

#BUTTON_TEXT231 > .ladi-headline, #BUTTON_TEXT788 > .ladi-headline, #BUTTON_TEXT770 > .ladi-headline, #BUTTON_TEXT805 > .ladi-headline, #BUTTON_TEXT700 > .ladi-headline, #BUTTON_TEXT1051 > .ladi-headline, #BUTTON_TEXT1078 > .ladi-headline, #HEADLINE963 > .ladi-headline {
    font-weight: bold;
    line-height: 1.6;
    color: rgb(255, 255, 255);
    text-align: center;
}

#GROUP757 {
    height: 29px;
}

#SHAPE759 {
    top: 9px;
}

#LIST_PARAGRAPH767 ul li:before, #LIST_PARAGRAPH768 ul li:before, #LIST_PARAGRAPH802 ul li:before, #LIST_PARAGRAPH803 ul li:before {
    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%2024%2024%22%20class%3D%22%22%20fill%3D%22rgba(255%2C%20112%2C%2050%2C%201.0)%22%3E%20%3Cpath%20d%3D%22M10%2C17L5%2C12L6.41%2C10.58L10%2C14.17L17.59%2C6.58L19%2C8M19%2C3H5C3.89%2C3%203%2C3.89%203%2C5V19A2%2C2%200%200%2C0%205%2C21H19A2%2C2%200%200%2C0%2021%2C19V5C21%2C3.89%2020.1%2C3%2019%2C3Z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
}

#BUTTON_TEXT770 {
    width: 190px;
}

#IMAGE1103, #IMAGE1103 > .ladi-image > .ladi-image-background {
    width: 380px;
    height: 380px;
}

    #IMAGE1103 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s700x700/5c8f292f0ecdc230dd3bd7b9/tailieu-sd-20240318093339-0ao2n.png");
    }

#HEADLINE810 > .ladi-headline {
    font-size: 35px;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(255, 255, 255);
}

#PARAGRAPH819 {
    width: 381px;
}

#IMAGE1102, #IMAGE1102 > .ladi-image > .ladi-image-background {
    width: 379.948px;
    height: 379.948px;
}

    #IMAGE1102 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s700x700/5c8f292f0ecdc230dd3bd7b9/taichinh-sd-20240318084220-gcjag.png");
    }

#GROUP704, #IMAGE692 {
    width: 960px;
    height: 130.408px;
}

    #IMAGE692 > .ladi-image > .ladi-image-background {
        width: 960px;
        height: 156.408px;
        background-image: url("https://w.ladicdn.com/s1300x500/5c8f292f0ecdc230dd3bd7b9/y5h-20210128080115.png");
    }

#GROUP702 {
    width: 940px;
    height: 531.718px;
}

#IMAGE696, #IMAGE696 > .ladi-image > .ladi-image-background {
    width: 940px;
    height: 519.75px;
}

    #IMAGE696 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s1250x850/5c8f292f0ecdc230dd3bd7b9/4a-20210115095851.jpg");
    }

#IMAGE699 {
    width: 940px;
    height: 139.037px;
    top: 392.681px;
    left: 0px;
}

    #IMAGE699 > .ladi-image > .ladi-image-background {
        width: 940px;
        height: 145.037px;
        background-image: url("https://w.ladicdn.com/s1250x450/5c8f292f0ecdc230dd3bd7b9/4gh4-20210128082428.png");
    }

#PARAGRAPH735 > .ladi-paragraph, #PARAGRAPH738 > .ladi-paragraph, #PARAGRAPH741 > .ladi-paragraph, #PARAGRAPH728 > .ladi-paragraph {
    font-style: italic;
    line-height: 1.6;
    color: rgb(0, 0, 0);
}

#HEADLINE736 > .ladi-headline, #HEADLINE739 > .ladi-headline {
    font-weight: bold;
    font-style: italic;
    line-height: 1.6;
    color: rgb(255, 112, 50);
}

#HEADLINE742 > .ladi-headline {
    font-weight: bold;
    font-style: italic;
    line-height: 1.6;
    color: rgb(12, 1, 126);
}

#HEADLINE729 > .ladi-headline {
    font-weight: bold;
    font-style: italic;
    line-height: 1.6;
    color: rgb(9, 0, 104);
}

#HEADLINE499 > .ladi-headline {
    font-weight: bold;
    line-height: 1.4;
    color: rgb(9, 0, 104);
    text-align: center;
}

#SECTION1042 > .ladi-overlay {
    background-color: rgba(2, 29, 68, 0.9);
    opacity: 0.97;
}

#SECTION1042 > .ladi-section-background {
    background-size: cover;
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#FORM1050 > .ladi-form, #FORM1077 > .ladi-form {
    line-height: 1.6;
    color: rgb(132, 132, 132);
    letter-spacing: 0px;
}

#FORM1050 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"], #FORM1050 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item .ladi-editing, #FORM1050 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item .ladi-editing::placeholder, #FORM1050 .ladi-form .ladi-survey-option .ladi-survey-option-label, #FORM1050 .ladi-form-item .ladi-form-control::placeholder, #FORM1050 .ladi-form-item select.ladi-form-control[data-selected=""], #FORM1077 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"], #FORM1077 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item .ladi-editing, #FORM1077 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item .ladi-editing::placeholder, #FORM1077 .ladi-form .ladi-survey-option .ladi-survey-option-label, #FORM1077 .ladi-form-item .ladi-form-control::placeholder, #FORM1077 .ladi-form-item select.ladi-form-control[data-selected=""], #FORM1031 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"], #FORM1031 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item .ladi-editing, #FORM1031 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item .ladi-editing::placeholder, #FORM1031 .ladi-form .ladi-survey-option .ladi-survey-option-label, #FORM1031 .ladi-form-item .ladi-form-control::placeholder, #FORM1031 .ladi-form-item select.ladi-form-control[data-selected=""], #FORM1099 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"], #FORM1099 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item .ladi-editing, #FORM1099 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item .ladi-editing::placeholder, #FORM1099 .ladi-form .ladi-survey-option .ladi-survey-option-label, #FORM1099 .ladi-form-item .ladi-form-control::placeholder, #FORM1099 .ladi-form-item select.ladi-form-control[data-selected=""] {
    color: rgb(132, 132, 132);
}

#FORM1050 .ladi-form-item, #FORM1077 .ladi-form-item, #FORM956 .ladi-form-item, #FORM1031 .ladi-form-item, #FORM1099 .ladi-form-item {
    padding-left: 8px;
    padding-right: 8px;
}

    #FORM1050 .ladi-form-item.otp-countdown:before, #FORM1077 .ladi-form-item.otp-countdown:before, #FORM956 .ladi-form-item.otp-countdown:before, #FORM1031 .ladi-form-item.otp-countdown:before, #FORM1099 .ladi-form-item.otp-countdown:before {
        right: 13px;
    }

    #FORM1050 .ladi-form-item.ladi-form-checkbox, #FORM1077 .ladi-form-item.ladi-form-checkbox, #FORM956 .ladi-form-item.ladi-form-checkbox, #FORM1031 .ladi-form-item.ladi-form-checkbox, #FORM1099 .ladi-form-item.ladi-form-checkbox {
        padding-left: 13px;
        padding-right: 13px;
    }

#FORM1050 .ladi-form-item-container .ladi-form-item .ladi-form-control-select, #FORM1077 .ladi-form-item-container .ladi-form-item .ladi-form-control-select, #FORM1031 .ladi-form-item-container .ladi-form-item .ladi-form-control-select, #FORM1099 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgb(132%2C%20132%2C%20132)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
}

#FORM1050 .ladi-survey-option, #FORM1077 .ladi-survey-option, #FORM956 .ladi-survey-option, #FORM1031 .ladi-survey-option, #FORM1099 .ladi-survey-option {
    text-align: left;
}

#FORM1050 .ladi-form-item-container, #FORM1050 .ladi-form-label-container .ladi-form-label-item, #FORM1077 .ladi-form-item-container, #FORM1077 .ladi-form-label-container .ladi-form-label-item, #FORM956 .ladi-form-item-container, #FORM956 .ladi-form-label-container .ladi-form-label-item {
    border-width: 1px;
    border-radius: 0px;
    border-color: rgb(10, 103, 233);
}

    #FORM1050 .ladi-form-item-container .ladi-form-item.ladi-form-quantity, #FORM1077 .ladi-form-item-container .ladi-form-item.ladi-form-quantity, #FORM956 .ladi-form-item-container .ladi-form-item.ladi-form-quantity, #FORM1031 .ladi-form-item-container .ladi-form-item.ladi-form-quantity, #FORM1099 .ladi-form-item-container .ladi-form-item.ladi-form-quantity {
        width: calc(100% + 1px);
    }

    #FORM1050 .ladi-form-item-container .ladi-form-quantity .button, #FORM1077 .ladi-form-item-container .ladi-form-quantity .button, #FORM956 .ladi-form-item-container .ladi-form-quantity .button, #FORM1031 .ladi-form-item-container .ladi-form-quantity .button, #FORM1099 .ladi-form-item-container .ladi-form-quantity .button {
        background-color: rgb(10, 103, 233);
    }

#BUTTON1051 > .ladi-button > .ladi-button-background, #BUTTON1078 > .ladi-button > .ladi-button-background, #BUTTON957 > .ladi-button > .ladi-button-background, #BOX940 > .ladi-box, #BUTTON1032 > .ladi-button > .ladi-button-background, #BUTTON1099 > .ladi-button > .ladi-button-background {
    background-color: rgb(244, 64, 37);
}

#BUTTON1051 > .ladi-button, #BUTTON1078 > .ladi-button, #BUTTON957 > .ladi-button, #BUTTON1032 > .ladi-button, #BUTTON1099 > .ladi-button {
    border-radius: 0px;
}

#BUTTON_TEXT1051, #BUTTON_TEXT1078 {
    width: 353px;
}

#SECTION1076 > .ladi-section-background {
    background-size: cover;
    background-repeat: no-repeat;
}

#SECTION705 > .ladi-section-background {
    background-color: rgb(2, 52, 126);
}

#HEADLINE706 > .ladi-headline {
    font-size: 18px;
    color: rgb(255, 255, 255);
    text-align: justify;
}

#SHAPE709 svg:last-child, #SHAPE711 svg:last-child, #SHAPE855 svg:last-child {
    fill: rgb(255, 112, 50);
}

#LINE712 > .ladi-line > .ladi-line-container {
    border-top: 0px !important;
    border-right: 5px solid rgb(255, 255, 255);
    border-bottom: 5px solid rgb(255, 255, 255);
    border-left: 5px solid rgb(255, 255, 255);
}

#LINE712 > .ladi-line {
    height: 100%;
    padding: 0px 8px;
}

#SHAPE855 {
    width: 28.3385px;
    height: 30.875px;
}

    #SHAPE855 > .ladi-shape {
        transform: rotate(4deg);
    }

#SECTION_POPUP {
    height: 0px;
}

#POPUP822, #FORM_ITEM960 {
    top: 47px;
    left: 0px;
}

#POPUP822 {
    right: auto;
    bottom: auto;
    margin: auto;
}

    #POPUP822 > .ladi-popup > .ladi-popup-background {
        background-color: rgba(255, 255, 255, 0);
    }

    #POPUP822 .popup-close, #POPUP935 .popup-close, #POPUP1027 .popup-close, #POPUP1099 .popup-close {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M23.4144%202.00015L2.00015%2023.4144L0.585938%2022.0002L22.0002%200.585938L23.4144%202.00015Z%22%3E%3C%2Fpath%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%200.585938L23.4144%2022.0002L22.0002%2023.4144L0.585938%202.00015L2.00015%200.585938Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

#BUTTON824, #BUTTON832, #FORM_ITEM1085, #FORM_ITEM1102 {
    height: 40px;
}

    #BUTTON824 > .ladi-button, #BUTTON832 > .ladi-button, #BUTTON834 > .ladi-button {
        border-width: 1px;
        border-style: solid;
        border-color: rgb(0, 39, 95);
    }

#BUTTON_TEXT824 > .ladi-headline, #BUTTON_TEXT834 > .ladi-headline {
    font-size: 16px;
    line-height: 1.6;
    color: rgb(0, 39, 95);
    text-align: center;
}

#BUTTON_TEXT832 > .ladi-headline {
    line-height: 1.6;
    color: rgb(0, 39, 95);
    text-align: center;
}

#BUTTON834 {
    width: 207.984px;
    height: 40px;
}

#BUTTON837 > .ladi-button > .ladi-button-background {
    background-color: rgb(255, 94, 47);
}

#BUTTON_TEXT837 > .ladi-headline {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(255, 255, 255);
    text-align: center;
}

#POPUP935, #BOX937, #HEADLINE967 {
    width: 400px;
}

#POPUP935, #POPUP1027, #POPUP1099 {
    right: 0px;
    bottom: 0px;
    margin: auto;
}

#BOX937 > .ladi-box {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

#FORM956 {
    width: 330.001px;
    top: 228.25px;
}

    #FORM956 > .ladi-form {
        font-style: italic;
        line-height: 1.6;
        color: rgb(173, 171, 171);
        letter-spacing: 0px;
    }

    #FORM956 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"], #FORM956 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item .ladi-editing, #FORM956 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item .ladi-editing::placeholder, #FORM956 .ladi-form .ladi-survey-option .ladi-survey-option-label, #FORM956 .ladi-form-item .ladi-form-control::placeholder, #FORM956 .ladi-form-item select.ladi-form-control[data-selected=""] {
        color: rgb(173, 171, 171);
    }

    #FORM956 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgb(173%2C%20171%2C%20171)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
    }

#BUTTON957 {
    width: 329.521px;
    height: 40px;
}

#FORM_ITEM959 {
    width: 329.504px;
    height: 40px;
    top: 0px;
    left: 0.47987px;
}

#FORM_ITEM960 {
    width: 162.346px;
    height: 40px;
}

#FORM_ITEM961 {
    width: 162.661px;
    height: 40px;
    left: 167.34px;
}

#FORM_ITEM968 {
    width: 330.001px;
    height: 35px;
    top: 97.5px;
    left: 0px;
}

#IMAGE966, #IMAGE966 > .ladi-image > .ladi-image-background {
    width: 119px;
    height: 39.6667px;
}

#IMAGE966 {
    left: 140.5px;
}

    #IMAGE966 > .ladi-image > .ladi-image-background, #IMAGE1040 > .ladi-image > .ladi-image-background, #IMAGE1099 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s450x350/5c8f292f0ecdc230dd3bd7b9/lie-20210402075358.png");
    }

#BOX940 {
    width: 330px;
    left: 35px;
}

    #BOX940 > .ladi-box {
        border-radius: 20px 0px;
        box-shadow: rgba(0, 0, 0, 0.2) 2px 7px 15px 0px;
    }

#HEADLINE963 {
    width: 320px;
}

    #HEADLINE963 > .ladi-headline {
        text-shadow: rgb(0, 0, 0) 2px 2px 2px;
        -webkit-text-stroke: 0px rgb(0, 0, 0);
    }

#HEADLINE938 > .ladi-headline {
    font-weight: bold;
    font-style: italic;
    line-height: 1.2;
    color: rgb(255, 255, 255);
    text-decoration-line: underline;
    text-align: left;
}

#HEADLINE967 > .ladi-headline {
    font-weight: bold;
    font-style: italic;
    line-height: 1.6;
    color: rgb(255, 255, 255);
    text-align: center;
}

#POPUP1027 > .ladi-popup, #POPUP1099 > .ladi-popup {
    border-width: 6px;
    border-style: solid;
    border-color: rgb(2, 53, 126);
}

#FORM1031 > .ladi-form, #FORM1099 > .ladi-form {
    font-size: 14px;
    line-height: 1.6;
    color: rgb(132, 132, 132);
    letter-spacing: 0px;
}

#FORM1031 .ladi-form-item-container, #FORM1031 .ladi-form-label-container .ladi-form-label-item, #FORM1099 .ladi-form-item-container, #FORM1099 .ladi-form-label-container .ladi-form-label-item {
    border-width: 1px;
    border-radius: 0px;
    border-style: solid;
    border-color: rgb(10, 103, 233);
}

#BUTTON_TEXT1032 > .ladi-headline, #BUTTON_TEXT1099 > .ladi-headline {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(255, 255, 255);
    text-align: center;
}

#PARAGRAPH1039 > .ladi-paragraph, #PARAGRAPH1099 > .ladi-paragraph {
    font-weight: bold;
    font-style: italic;
    line-height: 1.6;
    color: rgb(16, 8, 91);
    text-align: center;
}

#IMAGE1040, #IMAGE1040 > .ladi-image > .ladi-image-background, #IMAGE1099, #IMAGE1099 > .ladi-image > .ladi-image-background {
    width: 126px;
    height: 42px;
}

#IMAGE1041 > .ladi-image > .ladi-image-background, #IMAGE1100 > .ladi-image > .ladi-image-background {
    background-image: url("https://w.ladicdn.com/s700x500/5c8f292f0ecdc230dd3bd7b9/giam-combo-edit-20240315090248-9san_.png");
}

@media (min-width: 768px) {
    #SECTION13 {
        height: 56.0832px;
    }

    #SECTION13, #SHAPE17, #IMAGE619, #IMAGE609, #SECTION614, #LINE416, #SECTION756, #SECTION790, #SECTION1076 {
        display: none !important;
    }

    #IMAGE14, #IMAGE14 > .ladi-image > .ladi-image-background {
        width: 137.143px;
        height: 40px;
    }

    #IMAGE14, #IMAGE604, #IMAGE1108, #IMAGE1109, #IMAGE1110, #IMAGE625, #IMAGE1103, #GROUP1099, #PARAGRAPH819, #IMAGE1102 {
        top: 0px;
        left: 0px;
    }

    #SHAPE17 {
        top: 14.8336px;
        left: 972px;
    }

    #GROUP18 {
        width: 283.93px;
        height: 72.1667px;
        top: -16.0832px;
        left: 262.699px;
    }

    #BUTTON19 {
        width: 64.7094px;
        height: 71.8697px;
        top: 0.297038px;
    }

    #BUTTON_TEXT19, #BUTTON_TEXT21, #BUTTON_TEXT23, #BUTTON_TEXT25 {
        top: 16.0371px;
    }

    #BUTTON21 {
        width: 79.3728px;
        height: 71.8697px;
        top: 0.297038px;
        left: 64.7093px;
    }

    #BUTTON23 {
        width: 72.5696px;
        height: 71.8697px;
        left: 144.083px;
    }

    #BUTTON25 {
        width: 67.2781px;
        height: 71.8697px;
        left: 216.652px;
    }

    #SECTION1 {
        height: 73.159px;
    }

    #GROUP107, #GROUP108 {
        width: 1929px;
        height: 61.832px;
    }

    #GROUP107 {
        top: 12.327px;
        left: -578px;
    }

    #GROUP97 {
        width: 1929px;
        height: 52.7462px;
        top: 9.0858px;
    }

    #SHAPE7 {
        width: 1147.37px;
        height: 12.5689px;
        top: 40.1773px;
    }

    #SHAPE8 {
        width: 1175px;
        height: 51.9608px;
        left: 781.626px;
    }

    #IMAGE106 {
        height: 59.7659px;
        left: 710px;
    }

        #IMAGE106 > .ladi-image > .ladi-image-background {
            width: 79.2317px;
            height: 59.7659px;
        }

    #IMAGE10, #IMAGE10 > .ladi-image > .ladi-image-background {
        width: 127.158px;
        height: 42.3862px;
    }

    #IMAGE10 {
        top: 12.327px;
        left: 14.9265px;
    }

    #BUTTON98 {
        width: 121px;
        height: 30px;
        top: 33.9168px;
        left: 830px;
    }

    #BUTTON_GROUP99 {
        width: 449.729px;
        height: 35.0729px;
        top: 31.3803px;
        left: 255.136px;
    }

    #BUTTON100, #BUTTON102, #BUTTON104 {
        width: 112.233px;
        height: 35.0729px;
    }

    #BUTTON_TEXT100, #BUTTON_TEXT102, #BUTTON_TEXT104 {
        top: 7.8914px;
    }

        #BUTTON_TEXT100 > .ladi-headline, #BUTTON_TEXT102 > .ladi-headline, #BUTTON_TEXT104 > .ladi-headline, #PARAGRAPH123 > .ladi-paragraph, #PARAGRAPH259 > .ladi-paragraph, #PARAGRAPH275 > .ladi-paragraph, #HEADLINE415 > .ladi-headline, #HEADLINE672 > .ladi-headline, #HEADLINE671 > .ladi-headline, #HEADLINE670 > .ladi-headline, #LIST_PARAGRAPH223 > .ladi-list-paragraph, #LIST_PARAGRAPH684 > .ladi-list-paragraph, #LIST_PARAGRAPH785 > .ladi-list-paragraph, #LIST_PARAGRAPH786 > .ladi-list-paragraph, #LIST_PARAGRAPH767 > .ladi-list-paragraph, #LIST_PARAGRAPH768 > .ladi-list-paragraph, #LIST_PARAGRAPH802 > .ladi-list-paragraph, #LIST_PARAGRAPH803 > .ladi-list-paragraph, #LIST_PARAGRAPH697 > .ladi-list-paragraph, #LIST_PARAGRAPH698 > .ladi-list-paragraph, #PARAGRAPH735 > .ladi-paragraph, #PARAGRAPH738 > .ladi-paragraph, #PARAGRAPH741 > .ladi-paragraph, #PARAGRAPH728 > .ladi-paragraph {
            font-size: 19px;
        }

    #BUTTON102 {
        left: 176.248px;
    }

    #BUTTON104 {
        left: 337.496px;
    }

    #SECTION4 {
        height: 544.6px;
    }

    #CAROUSEL5 {
        width: 960px;
        height: 479.6px;
        top: 1px;
        left: 0px;
    }

    #IMAGE604, #IMAGE604 > .ladi-image > .ladi-image-background, #IMAGE619, #IMAGE619 > .ladi-image > .ladi-image-background, #IMAGE609, #IMAGE609 > .ladi-image > .ladi-image-background {
        width: 960px;
        height: 480px;
    }

        #IMAGE604 > .ladi-image > .ladi-image-background {
            background-image: url("https://w.ladicdn.com/s1300x800/5c8f292f0ecdc230dd3bd7b9/e33-20210127034014.jpg");
        }

    #SECTION747, #SECTION849, #SECTION853 {
        height: 415px;
    }

        #SECTION747 > .ladi-overlay {
            background-image: linear-gradient(rgb(12, 45, 86), rgb(17, 42, 88));
            opacity: 0.89;
        }

        #SECTION747 > .ladi-section-background {
            background-image: url("https://w.ladicdn.com/s1440x415/5c8f292f0ecdc230dd3bd7b9/kthsh3i_20210129074443.jpg");
            filter: sepia(22%) blur(1px);
        }

    #GROUP755, #IMAGE749, #IMAGE749 > .ladi-image > .ladi-image-background {
        width: 702.395px;
        height: 330.021px;
    }

    #GROUP755 {
        top: 29.7895px;
        left: 128.803px;
    }

    #SHAPE754 {
        width: 255.165px;
        height: 50.7034px;
        top: 28.6282px;
        left: 229.023px;
    }

    #IMAGE749 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s1050x650/5c8f292f0ecdc230dd3bd7b9/e3333-20210129092257.png");
    }

    #SECTION1088 {
        height: 405.854px;
    }

    #IMAGE1090, #IMAGE1090 > .ladi-image > .ladi-image-background {
        width: 1358.8px;
        height: 405.854px;
    }

    #IMAGE1090 {
        top: 0px;
        left: -200px;
    }

        #IMAGE1090 > .ladi-image > .ladi-image-background {
            background-image: url("https://w.ladicdn.com/s1700x750/5c8f292f0ecdc230dd3bd7b9/banner-20210611104304.png");
        }

    #IMAGE850, #IMAGE850 > .ladi-image > .ladi-image-background {
        width: 1379.69px;
        height: 415px;
    }

    #IMAGE850 {
        top: 0px;
        left: -219.858px;
    }

        #IMAGE850 > .ladi-image > .ladi-image-background {
            background-image: url("https://w.ladicdn.com/s1700x750/5c8f292f0ecdc230dd3bd7b9/11-20210206073026.png");
        }

    #SECTION852 {
        height: 1px;
    }

    #IMAGE854, #IMAGE854 > .ladi-image > .ladi-image-background {
        width: 1410.27px;
        height: 415px;
    }

    #IMAGE854 {
        top: -57px;
        left: -266.858px;
    }

        #IMAGE854 > .ladi-image > .ladi-image-background {
            background-image: url("https://w.ladicdn.com/s1750x750/5c8f292f0ecdc230dd3bd7b9/12-20210206080514.png");
        }

    #SECTION610 {
        height: 787px;
    }

    #CAROUSEL1109 {
        width: 3840px;
        height: 425px;
        top: 73px;
        left: -155px;
    }

        #CAROUSEL1109 .ladi-carousel .ladi-carousel-content {
            width: 3840px;
        }

    #CAROUSEL_ITEM1112, #CAROUSEL_ITEM1113, #CAROUSEL_ITEM1114 {
        width: 1280px;
        height: 425px;
    }

    #IMAGE1108, #IMAGE1108 > .ladi-image > .ladi-image-background, #IMAGE1109, #IMAGE1109 > .ladi-image > .ladi-image-background, #IMAGE1110, #IMAGE1110 > .ladi-image > .ladi-image-background {
        width: 1203.77px;
        height: 425px;
    }

        #IMAGE1108 > .ladi-image > .ladi-image-background {
            background-image: url("https://w.ladicdn.com/s1550x750/5c8f292f0ecdc230dd3bd7b9/bia-20240319085140-hgn7z.png");
        }

    #CAROUSEL_ITEM1113 {
        left: 1280px;
    }

    #IMAGE1109 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s1550x750/5c8f292f0ecdc230dd3bd7b9/banner-20240319081512-skvar.png");
    }

    #CAROUSEL_ITEM1114 {
        left: 2560px;
    }

    #IMAGE1110 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s1550x750/5c8f292f0ecdc230dd3bd7b9/11-20240319082519-eoe7u.png");
    }

    #SECTION613 {
        height: 594px;
    }

    #IMAGE619 {
        top: 47px;
        left: 0px;
    }

        #IMAGE619 > .ladi-image > .ladi-image-background {
            background-image: url("https://w.ladicdn.com/s1300x800/5c8f292f0ecdc230dd3bd7b9/eb03ffa76c2c9c72c53d-20210129132458.jpg");
        }

    #SECTION608 {
        height: 495px;
    }

    #IMAGE609 {
        top: -41px;
    }

        #IMAGE609 > .ladi-image > .ladi-image-background {
            background-image: url("https://w.ladicdn.com/s1300x800/5c8f292f0ecdc230dd3bd7b9/ryyh-20210202022410.jpg");
        }

    #SECTION109 {
        height: 677.9px;
    }

    #SHAPE124 {
        top: 62.1578px;
        left: 310px;
    }

    #HEADLINE110 {
        width: 718px;
        top: 46.1578px;
        left: 121px;
    }

    #PARAGRAPH123 {
        width: 812px;
        top: 112.158px;
        left: 74px;
    }

    #BOX113 {
        width: 852px;
        height: 399.186px;
        top: 209.158px;
        left: 350px;
    }

    #PARAGRAPH114 {
        width: 506px;
        top: 225.251px;
        left: 444px;
    }

        #PARAGRAPH114 > .ladi-paragraph, #FORM956 > .ladi-form {
            font-size: 14px;
        }

    #IMAGE112 {
        width: 663px;
        height: 399.186px;
        top: 209.158px;
        left: -236px;
    }

        #IMAGE112 > .ladi-image > .ladi-image-background {
            width: 663px;
            height: 514.186px;
            top: -98px;
            background-image: url("https://w.ladicdn.com/s1000x850/5c8f292f0ecdc230dd3bd7b9/e80ke8lb20210122080049.jpg");
        }

    #LINE120 {
        width: 305px;
        top: 552.158px;
        left: 280px;
    }

    #SECTION614 {
        height: 263.6px;
    }

    #CAROUSEL615 {
        height: 250px;
    }

    #CAROUSEL615, #IMAGE626, #HEADLINE810, #BUTTON_GROUP823 {
        left: 0px;
    }

    #IMAGE625, #IMAGE625 > .ladi-image > .ladi-image-background {
        width: 420px;
        height: 210px;
    }

    #SHAPE813 {
        width: 90px;
        height: 17.1838px;
        top: 35.0667px;
        left: 160px;
    }

    #HEADLINE814 {
        width: 150px;
        top: 97.5px;
        left: 135px;
    }

    #SECTION639 {
        height: 154.658px;
    }

    #PARAGRAPH273 {
        width: 960px;
        top: 39.0646px;
        left: 0px;
    }

        #PARAGRAPH273 > .ladi-paragraph {
            font-size: 22px;
            font-style: italic;
        }

    #LINE641 {
        width: 2211px;
        top: 142.658px;
        left: -620px;
    }

    #SECTION254 {
        height: 820px;
    }

    #GROUP601, #BOX255 {
        width: 389.794px;
        height: 599px;
    }

    #GROUP601 {
        top: 159px;
        left: 570.206px;
    }

    #BOX255 > .ladi-box > .ladi-overlay {
        background-image: linear-gradient(rgb(0, 39, 95), rgb(13, 49, 102));
    }

    #HEADLINE256 {
        width: 346px;
        top: 161.761px;
        left: 19.794px;
    }

        #HEADLINE256 > .ladi-headline, #HEADLINE378 > .ladi-headline, #BUTTON_TEXT231 > .ladi-headline, #BUTTON_TEXT788 > .ladi-headline, #PARAGRAPH765 > .ladi-paragraph, #BUTTON_TEXT770 > .ladi-headline, #PARAGRAPH799 > .ladi-paragraph, #BUTTON_TEXT805 > .ladi-headline, #BUTTON_TEXT700 > .ladi-headline {
            font-size: 20px;
        }

    #GROUP651 {
        width: 530px;
        height: 617px;
        top: 156px;
        left: 10px;
    }

    #PARAGRAPH259, #PARAGRAPH275 {
        width: 530px;
    }

    #PARAGRAPH275 {
        top: 407px;
    }

    #HEADLINE271 {
        width: 539px;
        top: 31px;
        left: 210.5px;
    }

        #HEADLINE271 > .ladi-headline {
            font-size: 35px;
        }

    #IMAGE648 {
        top: 202px;
        left: 766px;
    }

    #IMAGE650 {
        top: 681px;
        left: 558px;
    }

    #IMAGE654, #IMAGE654 > .ladi-image > .ladi-image-background {
        width: 170.001px;
        height: 56.6669px;
    }

    #IMAGE654 {
        top: 186px;
        left: 590px;
    }

        #IMAGE654 > .ladi-image > .ladi-image-background {
            background-image: url("https://w.ladicdn.com/s500x400/5c8f292f0ecdc230dd3bd7b9/whi-sodes-20210128033055.png");
        }

    #GROUP716 {
        width: 266px;
        height: 29px;
        top: 80.405px;
        left: 346px;
    }

    #LINE717 {
        width: 105px;
        left: 161px;
    }

        #LINE717 > .ladi-line > .ladi-line-container, #LINE719 > .ladi-line > .ladi-line-container, #LINE657 > .ladi-line > .ladi-line-container, #LINE659 > .ladi-line > .ladi-line-container {
            border-top-color: rgb(232, 105, 48);
            border-right-color: rgb(232, 105, 48);
            border-bottom-color: rgb(232, 105, 48);
        }

    #SHAPE718, #SHAPE658, #SHAPE722 {
        width: 34.4762px;
        height: 20px;
    }

    #SHAPE718 {
        top: 9px;
        left: 116px;
    }

        #SHAPE718 svg:last-child, #SHAPE658 svg:last-child {
            fill: rgb(232, 105, 48);
        }

    #LINE719 {
        width: 107px;
    }

    #SECTION234 {
        height: 688.482px;
    }

    #IMAGE235 {
        width: 313.999px;
        height: 501px;
        top: 0.1078px;
        left: 330px;
    }

        #IMAGE235 > .ladi-image > .ladi-image-background {
            width: 1118.81px;
            height: 522.484px;
            left: -166px;
            background-image: url("https://w.ladicdn.com/s1450x850/5c8f292f0ecdc230dd3bd7b9/bjbupidu77-20210122045515.jpg");
        }

    #HEADLINE236 {
        width: 300px;
        top: 61.1078px;
        left: 651px;
    }

        #HEADLINE236 > .ladi-headline, #HEADLINE238 > .ladi-headline, #FORM1050 > .ladi-form, #FORM1077 > .ladi-form {
            font-size: 15px;
        }

    #HEADLINE237 {
        width: 302px;
        top: 31.1078px;
    }

    #HEADLINE238 {
        width: 311px;
        top: 81.1078px;
        left: 9px;
    }

    #BOX247 {
        width: 157.5px;
        height: 55.383px;
        top: 210.105px;
        left: 330px;
    }

    #IMAGE253, #IMAGE253 > .ladi-image > .ladi-image-background {
        width: 121.309px;
        height: 37.1987px;
    }

    #IMAGE253 {
        top: 219.197px;
        left: 334px;
    }

    #GROUP279 {
        width: 357px;
        height: 101.228px;
        top: 548.108px;
        left: 301.5px;
    }

    #GROUP239 {
        width: 247px;
        height: 101.228px;
    }

    #GROUP240 {
        width: 93.3984px;
        height: 101.228px;
    }

    #HEADLINE242 {
        top: 57.2279px;
        left: 5.3984px;
    }

    #SECTION374 {
        height: 702.859px;
    }

        #SECTION374 > .ladi-section-background {
            background-image: url("https://w.ladicdn.com/s1440x702/5c8f292f0ecdc230dd3bd7b9/tabl0vsz5b-20210128070458.jpg");
            background-size: cover;
            background-attachment: fixed;
        }

    #IMAGE669, #IMAGE669 > .ladi-image > .ladi-image-background {
        width: 827.329px;
        height: 433.2px;
    }

    #IMAGE669 {
        top: 223.369px;
        left: 70.0005px;
    }

        #IMAGE669 > .ladi-image > .ladi-image-background {
            background-image: url("https://w.ladicdn.com/s1150x750/5c8f292f0ecdc230dd3bd7b9/45-20210128072813.png");
        }

    #HEADLINE377 {
        width: 543px;
        top: 34.108px;
        left: 215.5px;
    }

        #HEADLINE377 > .ladi-headline {
            font-size: 32px;
            line-height: 1.2;
            text-align: left;
        }

    #HEADLINE378, #HEADLINE415 {
        width: 920px;
    }

    #HEADLINE378 {
        top: 137.368px;
    }

    #HEADLINE415 {
        top: 281.368px;
    }

    #LINE416 {
        width: 108px;
        top: 122.108px;
        left: -108px;
    }

    #GROUP656 {
        width: 284px;
        height: 29px;
        top: 72.108px;
        left: 340px;
    }

    #LINE657, #LINE659, #LINE758, #LINE760 {
        width: 115px;
    }

    #LINE657, #LINE758 {
        left: 169px;
    }

    #SHAPE658 {
        top: 9px;
        left: 124px;
    }

    #HEADLINE673 {
        top: 446.913px;
        left: 137.666px;
    }

        #HEADLINE673 > .ladi-headline, #HEADLINE745 > .ladi-headline, #HEADLINE746 > .ladi-headline {
            font-size: 43px;
        }

    #HEADLINE672 {
        top: 511.913px;
        left: 664.666px;
    }

    #HEADLINE671 {
        top: 513.913px;
        left: 117.166px;
    }

    #HEADLINE670 {
        top: 513.913px;
        left: 399px;
    }

    #HEADLINE745 {
        top: 447.568px;
        left: 400px;
    }

    #HEADLINE746 {
        top: 447.568px;
        left: 680px;
    }

    #SECTION679, #SECTION756 {
        height: 1384.4px;
    }

    #GROUP675, #GROUP757 {
        top: 84.4px;
        left: 330.492px;
    }

    #HEADLINE215, #HEADLINE761 {
        width: 519px;
        top: 38.4px;
        left: 213.991px;
    }

        #HEADLINE215 > .ladi-headline, #HEADLINE761 > .ladi-headline, #HEADLINE499 > .ladi-headline {
            font-size: 34px;
        }

    #IMAGE680, #IMAGE780, #IMAGE762, #IMAGE796 {
        width: 960px;
        height: 131.408px;
    }

    #IMAGE680, #IMAGE762 {
        top: 132.805px;
        left: 0px;
    }

        #IMAGE680 > .ladi-image > .ladi-image-background, #IMAGE780 > .ladi-image > .ladi-image-background, #IMAGE762 > .ladi-image > .ladi-image-background, #IMAGE796 > .ladi-image > .ladi-image-background {
            width: 960px;
            height: 151.638px;
        }

        #IMAGE680 > .ladi-image > .ladi-image-background, #IMAGE780 > .ladi-image > .ladi-image-background {
            background-image: url("https://w.ladicdn.com/s1300x500/5c8f292f0ecdc230dd3bd7b9/y5h-20210128080115.png");
        }

    #HEADLINE681, #HEADLINE763, #HEADLINE797 {
        top: 149.509px;
        left: 59.991px;
    }

    #HEADLINE682, #HEADLINE782, #HEADLINE764, #HEADLINE798 {
        width: 817px;
    }

    #HEADLINE682, #HEADLINE764, #HEADLINE798 {
        top: 169.009px;
        left: 115.991px;
    }

        #HEADLINE682 > .ladi-headline, #HEADLINE782 > .ladi-headline {
            font-size: 28px;
        }

    #PARAGRAPH629, #PARAGRAPH783, #PARAGRAPH820, #PARAGRAPH765, #PARAGRAPH799, #PARAGRAPH695, #PARAGRAPH703 {
        width: 940px;
    }

    #PARAGRAPH629 {
        top: 256.509px;
    }

    #IMAGE683, #IMAGE683 > .ladi-image > .ladi-image-background, #IMAGE784, #IMAGE784 > .ladi-image > .ladi-image-background {
        width: 940px;
        height: 519.75px;
    }

    #IMAGE683 {
        top: 432.509px;
    }

        #IMAGE683 > .ladi-image > .ladi-image-background {
            background-image: url("https://w.ladicdn.com/s1250x850/5c8f292f0ecdc230dd3bd7b9/tailieusodes-20240318093737-xfma6.png");
        }

    #LIST_PARAGRAPH223, #LIST_PARAGRAPH785, #LIST_PARAGRAPH767, #LIST_PARAGRAPH802 {
        width: 455px;
    }

    #LIST_PARAGRAPH223, #GROUP773, #GROUP801 {
        top: 1019.71px;
        left: 5px;
    }

        #LIST_PARAGRAPH223 ul li:before, #LIST_PARAGRAPH684 ul li:before, #LIST_PARAGRAPH785 ul li:before, #LIST_PARAGRAPH786 ul li:before, #LIST_PARAGRAPH697 ul li:before, #LIST_PARAGRAPH698 ul li:before {
            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%2024%2024%22%20class%3D%22%22%20fill%3D%22rgba(255%2C%20112%2C%2050%2C%201.0)%22%3E%20%3Cpath%20d%3D%22M10%2C17L5%2C12L6.41%2C10.58L10%2C14.17L17.59%2C6.58L19%2C8M19%2C3H5C3.89%2C3%203%2C3.89%203%2C5V19A2%2C2%200%200%2C0%205%2C21H19A2%2C2%200%200%2C0%2021%2C19V5C21%2C3.89%2020.1%2C3%2019%2C3Z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
        }

    #LIST_PARAGRAPH684, #LIST_PARAGRAPH786, #LIST_PARAGRAPH768, #LIST_PARAGRAPH803 {
        width: 460px;
    }

    #LIST_PARAGRAPH684 {
        top: 1023.71px;
        left: 490px;
    }

    #IMAGE685, #IMAGE787, #IMAGE769, #IMAGE804 {
        width: 940px;
        height: 139.037px;
    }

    #IMAGE685, #IMAGE769, #IMAGE804 {
        top: 838.19px;
        left: 10px;
    }

        #IMAGE685 > .ladi-image > .ladi-image-background, #IMAGE787 > .ladi-image > .ladi-image-background, #IMAGE769 > .ladi-image > .ladi-image-background, #IMAGE804 > .ladi-image > .ladi-image-background {
            width: 940px;
            height: 145.037px;
            background-image: url("https://w.ladicdn.com/s1250x450/5c8f292f0ecdc230dd3bd7b9/4gh4-20210128082428.png");
        }

    #BUTTON231, #BUTTON788, #BUTTON770, #BUTTON805, #BUTTON700 {
        width: 220.5px;
        height: 42px;
    }

    #BUTTON231, #BUTTON770 {
        top: 1306.14px;
        left: 355.866px;
    }

        #BUTTON231 > .ladi-button, #BUTTON788 > .ladi-button, #BUTTON770 > .ladi-button, #BUTTON805 > .ladi-button, #BUTTON700 > .ladi-button {
            border-radius: 6px;
        }

    #BUTTON_TEXT231, #BUTTON_TEXT788, #BUTTON_TEXT700 {
        width: 210px;
    }

    #SECTION774 {
        height: 1367.4px;
    }

    #IMAGE780 {
        top: 21.805px;
        left: 0px;
    }

    #HEADLINE781 {
        top: 38.509px;
        left: 59.991px;
    }

    #HEADLINE782 {
        top: 58.009px;
        left: 115.991px;
    }

    #PARAGRAPH783 {
        top: 145.509px;
    }

    #IMAGE784 {
        top: 369.709px;
    }

        #IMAGE784 > .ladi-image > .ladi-image-background {
            background-image: url("https://w.ladicdn.com/s1250x850/5c8f292f0ecdc230dd3bd7b9/taichinh-20240318082907-6foqb.png");
        }

    #LIST_PARAGRAPH785 {
        top: 936.71px;
    }

    #LIST_PARAGRAPH786 {
        top: 936.71px;
        left: 490px;
    }

    #IMAGE787 {
        top: 759.709px;
        left: 10px;
    }

    #BUTTON788 {
        top: 1281.71px;
        left: 370px;
    }

    #PARAGRAPH820 {
        top: 222.709px;
    }

    #GROUP757 {
        width: 284px;
    }

    #SHAPE759 {
        left: 124px;
    }

    #IMAGE762 > .ladi-image > .ladi-image-background, #IMAGE796 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s1300x500/5c8f292f0ecdc230dd3bd7b9/e6-20210129132757.png");
    }

    #HEADLINE763 > .ladi-headline, #HEADLINE797 > .ladi-headline {
        font-size: 40px;
    }

    #HEADLINE764 > .ladi-headline, #HEADLINE798 > .ladi-headline {
        font-size: 28px;
        line-height: 1.6;
    }

    #PARAGRAPH765, #PARAGRAPH799 {
        top: 256.509px;
        left: 10px;
    }

    #GROUP773 {
        width: 945px;
        height: 250px;
    }

    #LIST_PARAGRAPH768, #LIST_PARAGRAPH803 {
        top: 4px;
        left: 485px;
    }

    #SECTION790 {
        height: 1436.4px;
    }

    #GROUP801 {
        width: 945px;
        height: 310px;
    }

    #BUTTON805 {
        top: 1363.14px;
        left: 389.866px;
    }

    #BUTTON_TEXT805 {
        width: 221px;
    }

    #GROUP1099 {
        width: 960px;
        height: 264.213px;
    }

    #IMAGE796 {
        top: 132.805px;
    }

    #PARAGRAPH819 > .ladi-paragraph {
        font-size: 16px;
    }

    #SECTION686 {
        height: 1363.4px;
    }

    #GROUP704 {
        top: 0.9962px;
        left: 0px;
    }

    #HEADLINE693 {
        top: 15.577px;
        left: 58.991px;
    }

    #HEADLINE694 {
        width: 782px;
        top: 35.921px;
        left: 116.991px;
    }

        #HEADLINE694 > .ladi-headline {
            font-size: 27px;
        }

    #PARAGRAPH695 {
        top: 130.404px;
    }

    #LIST_PARAGRAPH697 {
        width: 454px;
        top: 941.309px;
        left: 5px;
    }

    #LIST_PARAGRAPH698 {
        width: 461px;
        top: 941.309px;
        left: 490px;
    }

    #GROUP702 {
        top: 376.509px;
        left: 10px;
    }

    #BUTTON700 {
        top: 1284.31px;
        left: 369.75px;
    }

    #PARAGRAPH703 {
        top: 208.272px;
    }

    #SECTION724 {
        height: 614.7px;
    }

    #IMAGE726 {
        width: 439px;
        height: 230.63px;
        top: 96.1938px;
        left: 0px;
    }

        #IMAGE726 > .ladi-image > .ladi-image-background {
            width: 439px;
            height: 274.538px;
            background-image: url("https://w.ladicdn.com/s750x600/5c8f292f0ecdc230dd3bd7b9/rh9-20210129014124.png");
        }

    #IMAGE730 {
        width: 434.181px;
        height: 250px;
        top: 102.009px;
        left: 523px;
    }

        #IMAGE730 > .ladi-image > .ladi-image-background {
            width: 434.181px;
            height: 281.414px;
            background-image: url("https://w.ladicdn.com/s750x600/5c8f292f0ecdc230dd3bd7b9/rh9-20210128101955.png");
        }

    #IMAGE731, #IMAGE731 > .ladi-image > .ladi-image-background {
        width: 456.398px;
        height: 275.243px;
    }

    #IMAGE731 {
        top: 339.009px;
        left: 3px;
    }

        #IMAGE731 > .ladi-image > .ladi-image-background {
            background-image: url("https://w.ladicdn.com/s800x600/5c8f292f0ecdc230dd3bd7b9/u3fg-20210128172457.png");
        }

    #IMAGE732, #IMAGE732 > .ladi-image > .ladi-image-background {
        width: 509.121px;
        height: 263.658px;
    }

    #IMAGE732 {
        top: 345.009px;
        left: 466px;
    }

        #IMAGE732 > .ladi-image > .ladi-image-background {
            background-image: url("https://w.ladicdn.com/s850x600/5c8f292f0ecdc230dd3bd7b9/e3-20210128172708.png");
        }

    #GROUP734 {
        width: 253px;
        height: 137.333px;
        top: 140.009px;
        left: 110.5px;
    }

    #PARAGRAPH735, #PARAGRAPH738, #PARAGRAPH741 {
        width: 253px;
    }

    #PARAGRAPH735 {
        top: 47.333px;
    }

    #HEADLINE736, #HEADLINE739, #HEADLINE742, #HEADLINE729 {
        width: 251px;
    }

    #HEADLINE736 {
        left: 1.286px;
    }

        #HEADLINE736 > .ladi-headline, #HEADLINE739 > .ladi-headline, #HEADLINE742 > .ladi-headline, #HEADLINE729 > .ladi-headline, #HEADLINE938 > .ladi-headline {
            font-size: 22px;
        }

    #GROUP737 {
        width: 254px;
        height: 136px;
        top: 382.009px;
        left: 634.561px;
    }

    #PARAGRAPH738, #PARAGRAPH741 {
        top: 46px;
    }

    #HEADLINE739, #HEADLINE742 {
        left: 3px;
    }

    #GROUP740 {
        width: 254px;
        height: 166px;
        top: 379.586px;
        left: 128px;
    }

    #GROUP733 {
        width: 251px;
        height: 164.333px;
        top: 140.009px;
        left: 662.286px;
    }

    #PARAGRAPH728 {
        width: 222px;
        top: 44.333px;
    }

    #HEADLINE499 {
        width: 437px;
        top: 20.044px;
        left: 250px;
    }

    #GROUP720 {
        width: 225px;
        height: 29px;
        top: 60.044px;
        left: 348px;
    }

    #LINE721 {
        width: 85px;
        left: 140px;
    }

    #SHAPE722 {
        top: 9px;
        left: 95px;
    }

    #LINE723 {
        width: 86px;
    }

    #SECTION1042, #SECTION1076 {
        height: 713px;
    }

        #SECTION1042 > .ladi-section-background {
            background-image: url("https://w.ladicdn.com/s1440x713/5c8f292f0ecdc230dd3bd7b9/-nvmyicn20210408043429.jpg");
        }

    #FORM1050, #FORM1077 {
        width: 521.354px;
        height: 258.5px;
        top: 365.5px;
        left: 219.323px;
    }

    #BUTTON1051, #BUTTON1078 {
        width: 519.583px;
        height: 51.5106px;
        top: 206.989px;
        left: 0.961076px;
    }

    #BUTTON_TEXT1051, #BUTTON_TEXT1078 {
        top: 11.5898px;
    }

        #BUTTON_TEXT1051 > .ladi-headline, #BUTTON_TEXT1078 > .ladi-headline {
            font-size: 25px;
        }

    #FORM_ITEM1053, #FORM_ITEM1080 {
        width: 253.302px;
        height: 49px;
        left: 0.300695px;
    }

    #FORM_ITEM1054, #FORM_ITEM1081 {
        width: 520.848px;
        height: 49.5106px;
        top: 61.8127px;
        left: 0.253058px;
    }

    #FORM_ITEM1055, #FORM_ITEM1082 {
        width: 259.317px;
        height: 49px;
        top: 0px;
        left: 261.227px;
    }

    #FORM_ITEM1074, #FORM_ITEM1083 {
        width: 521.354px;
        height: 49.0718px;
        top: 126.201px;
    }

    #IMAGE1075, #IMAGE1075 > .ladi-image > .ladi-image-background, #IMAGE1084, #IMAGE1084 > .ladi-image > .ladi-image-background {
        width: 661.2px;
        height: 290px;
    }

    #IMAGE1075, #IMAGE1084 {
        top: 31px;
        left: 149.4px;
    }

        #IMAGE1075 > .ladi-image > .ladi-image-background, #IMAGE1084 > .ladi-image > .ladi-image-background {
            background-image: url("https://w.ladicdn.com/s1000x600/5c8f292f0ecdc230dd3bd7b9/giam-combo-edit-20240315090248-9san_.png");
        }

    #SECTION1076 > .ladi-overlay {
        background-color: rgba(5, 34, 75, 0.9);
    }

    #SECTION1076 > .ladi-section-background {
        background-image: url("https://w.ladicdn.com/s1440x713/5c8f292f0ecdc230dd3bd7b9/-nvmyicn20210408043429.jpg");
        background-position: 0% 0%;
        background-attachment: fixed;
    }

    #SECTION705 {
        height: 234.4px;
    }

    #HEADLINE706 {
        width: 464px;
        top: 59.7px;
        left: 13px;
    }

        #HEADLINE706 > .ladi-headline {
            line-height: 1.6;
        }

    #GROUP707 {
        width: 502.848px;
        height: 115px;
        top: 90.575px;
        left: 501px;
    }

    #PARAGRAPH708 {
        width: 463px;
        left: 39.8481px;
    }

        #PARAGRAPH708 > .ladi-paragraph, #BUTTON_TEXT832 > .ladi-headline {
            font-size: 18px;
        }

    #SHAPE709, #SHAPE711 {
        width: 32.3093px;
        height: 30px;
    }

    #SHAPE709 {
        top: 1.425px;
    }

    #SHAPE711 {
        top: 56px;
        left: 0px;
    }

    #LINE712 {
        height: 201px;
        top: 16.075px;
        left: 481px;
    }

    #IMAGE713, #IMAGE713 > .ladi-image > .ladi-image-background {
        width: 154.775px;
        height: 51.5917px;
    }

    #IMAGE713 {
        top: 29.075px;
        left: 501px;
    }

        #IMAGE713 > .ladi-image > .ladi-image-background {
            background-image: url("https://w.ladicdn.com/s500x400/5c8f292f0ecdc230dd3bd7b9/reg-20210118093659.png");
        }

    #SHAPE855 {
        top: 174.7px;
        left: 502px;
    }

    #POPUP822 {
        width: 420px;
        height: 400px;
    }

    #BUTTON_GROUP823 {
        width: 417.556px;
        height: 221px;
    }

    #BUTTON824 {
        width: 128px;
    }

    #BUTTON_TEXT824 {
        width: 126px;
    }

    #BUTTON832 {
        width: 417.15px;
        top: 151px;
        left: 0.40625px;
    }

    #BUTTON_TEXT832, #PARAGRAPH1039, #PARAGRAPH1099 {
        width: 415px;
    }

    #BUTTON834 {
        top: 181px;
        left: 0.204375px;
    }

    #BUTTON_TEXT834 {
        width: 206px;
    }

    #BUTTON837 {
        width: 160px;
        height: 40px;
        top: 217px;
        left: 127.778px;
    }

    #BUTTON_TEXT837 {
        width: 160px;
    }

    #POPUP935 {
        height: 424px;
    }

    #BOX937 {
        height: 307px;
        top: 119px;
    }

    #FORM956 {
        height: 179px;
        left: 35px;
    }

    #BUTTON957 {
        top: 139px;
        left: 0px;
    }

    #BUTTON_TEXT957, #BUTTON_TEXT1032, #BUTTON_TEXT1099 {
        width: 330px;
    }

    #FORM_ITEM961, #FORM_ITEM1035, #FORM_ITEM1100 {
        top: 47px;
    }

    #IMAGE966 {
        top: 13.3333px;
    }

    #BOX940 {
        height: 101px;
        top: 69.5px;
    }

    #HEADLINE963 {
        top: 94.5px;
        left: 50.5004px;
    }

        #HEADLINE963 > .ladi-headline {
            font-size: 50px;
        }

    #HEADLINE938 {
        width: 176px;
        top: 75px;
        left: 47.5004px;
    }

    #HEADLINE967 {
        top: 179.5px;
    }

        #HEADLINE967 > .ladi-headline {
            font-size: 21px;
        }

    #POPUP1027, #POPUP1099 {
        width: 430px;
        height: 556px;
    }

    #FORM1031, #FORM1099 {
        width: 330.145px;
        height: 234px;
        top: 278.75px;
        left: 50px;
    }

    #BUTTON1032, #BUTTON1099 {
        width: 330px;
        height: 40px;
        top: 194px;
    }

    #BUTTON_TEXT1032, #BUTTON_TEXT1099 {
        top: 9px;
    }

    #FORM_ITEM1034, #FORM_ITEM1036, #FORM_ITEM1099, #FORM_ITEM1101 {
        width: 329.042px;
        height: 40px;
    }

    #FORM_ITEM1034, #FORM_ITEM1099 {
        left: 0.4785px;
    }

    #FORM_ITEM1035, #FORM_ITEM1100 {
        width: 329.657px;
        height: 40px;
    }

    #FORM_ITEM1036, #FORM_ITEM1101 {
        top: 94px;
        left: 0.4785px;
    }

    #FORM_ITEM1085, #FORM_ITEM1102 {
        width: 330.145px;
        top: 144px;
    }

    #PARAGRAPH1039, #PARAGRAPH1099 {
        top: 198.878px;
        left: -5.167px;
    }

        #PARAGRAPH1039 > .ladi-paragraph, #PARAGRAPH1099 > .ladi-paragraph {
            font-size: 17px;
        }

    #IMAGE1040, #IMAGE1099 {
        top: 11px;
        left: 141.833px;
    }

    #IMAGE1041, #IMAGE1041 > .ladi-image > .ladi-image-background, #IMAGE1100, #IMAGE1100 > .ladi-image > .ladi-image-background {
        width: 393.978px;
        height: 166.545px;
    }

    #IMAGE1041, #IMAGE1100 {
        top: 32.333px;
        left: 18.011px;
    }
}

@media (max-width: 767px) {
    #SECTION5 {
        display: none !important;
    }

    #SECTION13 {
        height: 55.25px;
    }

    #IMAGE14, #IMAGE14 > .ladi-image > .ladi-image-background {
        width: 119.143px;
        height: 34.75px;
    }

    #IMAGE14 {
        top: 10.25px;
        left: 163.429px;
    }

    #SHAPE17 {
        top: 5.772px;
        left: 3.909px;
    }

    #GROUP18 {
        width: 383.602px;
        height: 40.5px;
        top: 14.75px;
        left: 462.199px;
    }

    #GROUP18, #SECTION1, #SECTION747, #SECTION1088, #IMAGE1090, #SECTION849, #IMAGE850, #SECTION852, #SHAPE813, #HEADLINE814, #SECTION679, #SECTION774 {
        display: none !important;
    }

    #BUTTON19 {
        width: 87.4252px;
        height: 40.3333px;
        top: 0.1667px;
    }

    #BUTTON_TEXT19, #BUTTON_TEXT21, #BUTTON_TEXT23, #BUTTON_TEXT25, #BUTTON_TEXT100, #BUTTON_TEXT102, #BUTTON_TEXT104, #BUTTON_TEXT1051, #BUTTON_TEXT1078 {
        top: 9px;
    }

    #BUTTON21 {
        width: 107.236px;
        height: 40.3333px;
        top: 0.1667px;
        left: 87.425px;
    }

    #BUTTON23 {
        width: 98.0447px;
        height: 40.3333px;
        left: 194.662px;
    }

    #BUTTON25 {
        width: 90.8956px;
        height: 40.3333px;
        left: 292.706px;
    }

    #SECTION1 {
        height: 66.5683px;
    }

    #GROUP107, #GROUP108 {
        width: 1619px;
        height: 56.5683px;
    }

    #GROUP107 {
        top: 10px;
        left: -599.5px;
    }

    #GROUP97 {
        width: 1619px;
        height: 49.6372px;
        top: 6.9311px;
    }

    #SHAPE7 {
        width: 960px;
        height: 11.4758px;
        top: 38.1614px;
    }

    #SHAPE8 {
        width: 960px;
        height: 48.9201px;
        left: 659px;
    }

    #IMAGE106 {
        height: 54.5683px;
        left: 585px;
    }

        #IMAGE106 > .ladi-image > .ladi-image-background {
            width: 79.1339px;
            height: 54.5683px;
        }

    #IMAGE10, #IMAGE10 > .ladi-image > .ladi-image-background {
        width: 122px;
        height: 40.6667px;
    }

    #IMAGE10 {
        top: 0px;
        left: 130px;
    }

    #BUTTON98 {
        width: 112.583px;
        height: 28.1457px;
        top: 20px;
        left: 290px;
    }

    #BUTTON_GROUP99 {
        width: 400px;
        height: 40px;
        top: 0px;
        left: 10px;
    }

    #BUTTON100, #BUTTON102, #BUTTON104 {
        width: 128px;
        height: 40px;
    }

    #BUTTON_TEXT100 > .ladi-headline, #BUTTON_TEXT102 > .ladi-headline, #BUTTON_TEXT104 > .ladi-headline, #PARAGRAPH123 > .ladi-paragraph, #HEADLINE682 > .ladi-headline, #BUTTON_TEXT231 > .ladi-headline, #HEADLINE782 > .ladi-headline, #BUTTON_TEXT788 > .ladi-headline, #BUTTON_TEXT770 > .ladi-headline, #BUTTON_TEXT805 > .ladi-headline, #BUTTON_TEXT700 > .ladi-headline, #BUTTON_TEXT832 > .ladi-headline, #PARAGRAPH1039 > .ladi-paragraph, #PARAGRAPH1099 > .ladi-paragraph {
        font-size: 16px;
    }

    #BUTTON102 {
        left: 136px;
    }

    #BUTTON104 {
        left: 272px;
    }

    #SECTION4 {
        height: 286.6px;
    }

    #CAROUSEL5 {
        width: 420px;
        height: 283.6px;
        top: 3px;
        left: 3.909px;
    }

    #IMAGE604, #IMAGE604 > .ladi-image > .ladi-image-background, #IMAGE609, #IMAGE609 > .ladi-image > .ladi-image-background {
        width: 420px;
        height: 210px;
    }

    #IMAGE604 {
        top: -3px;
        left: -3.909px;
    }

        #IMAGE604 > .ladi-image > .ladi-image-background {
            background-image: url("https://w.ladicdn.com/s750x550/5c8f292f0ecdc230dd3bd7b9/e33-20210127034014.jpg");
        }

    #SECTION747 {
        height: 247.175px;
    }

        #SECTION747 > .ladi-overlay {
            background-image: linear-gradient(rgb(31, 58, 96), rgb(4, 36, 96));
            opacity: 0.88;
        }

        #SECTION747 > .ladi-section-background {
            background-image: url("https://w.ladicdn.com/s768x247/5c8f292f0ecdc230dd3bd7b9/kthsh3i_20210129074443.jpg");
            filter: blur(2px);
        }

    #GROUP755, #IMAGE749, #IMAGE749 > .ladi-image > .ladi-image-background {
        width: 387.991px;
        height: 193.94px;
    }

    #GROUP755 {
        top: 19.235px;
        left: 16.0045px;
    }

    #SHAPE754 {
        width: 103.366px;
        height: 30.7014px;
        top: 12.6612px;
        left: 142.312px;
    }

    #IMAGE749 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s700x500/5c8f292f0ecdc230dd3bd7b9/e3333-20210129092257.png");
    }

    #SECTION1088 {
        height: 133.587px;
    }

    #IMAGE1090 {
        width: 400px;
        height: 113.587px;
    }

    #IMAGE1090, #IMAGE850, #IMAGE854, #IMAGE619 {
        top: 10px;
        left: 10px;
    }

        #IMAGE1090 > .ladi-image > .ladi-image-background {
            width: 400px;
            height: 118.002px;
            background-image: url("https://w.ladicdn.com/s750x450/5c8f292f0ecdc230dd3bd7b9/banner-20210611104304.png");
        }

    #SECTION849 {
        height: 140.317px;
    }

    #IMAGE850, #IMAGE850 > .ladi-image > .ladi-image-background {
        width: 400px;
        height: 120.317px;
    }

        #IMAGE850 > .ladi-image > .ladi-image-background {
            background-image: url("https://w.ladicdn.com/s750x450/5c8f292f0ecdc230dd3bd7b9/11-20210206073026.png");
        }

    #SECTION852 {
        height: 201.206px;
    }

    #SECTION853 {
        height: 137.708px;
    }

    #IMAGE854, #IMAGE854 > .ladi-image > .ladi-image-background {
        width: 400px;
        height: 117.708px;
    }

        #IMAGE854 > .ladi-image > .ladi-image-background {
            background-image: url("https://w.ladicdn.com/s750x450/5c8f292f0ecdc230dd3bd7b9/12-20210206080514.png");
        }

    #SECTION610 {
        height: 635.312px;
    }

    #CAROUSEL1109 {
        width: 420px;
        height: 281px;
        top: 10px;
        left: 0px;
    }

        #CAROUSEL1109 .ladi-carousel .ladi-carousel-content {
            width: 2883px;
        }

    #CAROUSEL_ITEM1112, #CAROUSEL_ITEM1113, #CAROUSEL_ITEM1114 {
        width: 961px;
        height: 281px;
    }

    #IMAGE1108, #IMAGE1108 > .ladi-image > .ladi-image-background, #IMAGE1109, #IMAGE1109 > .ladi-image > .ladi-image-background, #IMAGE1110, #IMAGE1110 > .ladi-image > .ladi-image-background {
        width: 962px;
        height: 283px;
    }

    #IMAGE1108, #IMAGE1109, #IMAGE1110 {
        top: -1px;
        left: -1.214px;
    }

        #IMAGE1108 > .ladi-image > .ladi-image-background {
            background-image: url("https://w.ladicdn.com/s1300x600/5c8f292f0ecdc230dd3bd7b9/bia-20240319085140-hgn7z.png");
        }

    #CAROUSEL_ITEM1113 {
        left: 961px;
    }

    #IMAGE1109 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s1300x600/5c8f292f0ecdc230dd3bd7b9/banner-20240319081512-skvar.png");
    }

    #CAROUSEL_ITEM1114 {
        left: 1922px;
    }

    #IMAGE1110 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s1300x600/5c8f292f0ecdc230dd3bd7b9/11-20240319082519-eoe7u.png");
    }

    #SECTION613 {
        height: 220px;
    }

    #IMAGE619, #IMAGE619 > .ladi-image > .ladi-image-background {
        width: 400px;
        height: 200px;
    }

        #IMAGE619 > .ladi-image > .ladi-image-background {
            background-image: url("https://w.ladicdn.com/s750x550/5c8f292f0ecdc230dd3bd7b9/eb03ffa76c2c9c72c53d-20210129132458.jpg");
        }

    #SECTION608 {
        height: 219px;
    }

    #IMAGE609 {
        top: 0px;
    }

        #IMAGE609 > .ladi-image > .ladi-image-background {
            background-image: url("https://w.ladicdn.com/s750x550/5c8f292f0ecdc230dd3bd7b9/ryyh-20210202022410.jpg");
        }

    #SECTION109 {
        height: 813.34px;
    }

    #SHAPE124 {
        top: 48px;
        left: 45px;
    }

    #HEADLINE110, #PARAGRAPH123, #PARAGRAPH114, #PARAGRAPH273, #HEADLINE236, #HEADLINE215, #HEADLINE682, #PARAGRAPH629, #LIST_PARAGRAPH223, #LIST_PARAGRAPH684, #HEADLINE782, #PARAGRAPH783, #LIST_PARAGRAPH785, #LIST_PARAGRAPH786, #PARAGRAPH820, #HEADLINE761, #HEADLINE798, #PARAGRAPH695, #LIST_PARAGRAPH697, #LIST_PARAGRAPH698, #PARAGRAPH703, #HEADLINE499, #HEADLINE706 {
        width: 400px;
    }

    #HEADLINE110 {
        top: 32px;
        left: 10px;
    }

    #PARAGRAPH123 {
        top: 102px;
        left: 10px;
    }

    #BOX113 {
        width: 420px;
        height: 423px;
        top: 387.769px;
        left: 0px;
    }

    #PARAGRAPH114 {
        top: 516.582px;
        left: 10px;
    }

        #PARAGRAPH114 > .ladi-paragraph, #PARAGRAPH708 > .ladi-paragraph {
            font-size: 15px;
        }

    #IMAGE112 {
        width: 380.412px;
        height: 267px;
        top: 217.769px;
        left: 20px;
    }

        #IMAGE112 > .ladi-image > .ladi-image-background {
            width: 442.412px;
            height: 295.941px;
            top: -19.9413px;
            background-image: url("https://w.ladicdn.com/s750x600/5c8f292f0ecdc230dd3bd7b9/e80ke8lb20210122080049.jpg");
        }

    #LINE120 {
        width: 160px;
        top: 446.582px;
        left: 0px;
    }

    #SECTION614, #CAROUSEL615 {
        height: 211px;
    }

    #CAROUSEL615, #FORM_ITEM1053, #FORM_ITEM1080 {
        left: 1px;
    }

    #IMAGE625, #IMAGE625 > .ladi-image > .ladi-image-background {
        width: 419.527px;
        height: 211.5px;
    }

    #IMAGE625 {
        top: -0.25px;
        left: 419px;
    }

    #SHAPE813 {
        width: 119px;
        height: 24.1838px;
        top: 33.1586px;
        left: 151px;
    }

    #HEADLINE814, #LINE717, #LINE719, #LINE657, #LINE659 {
        width: 92px;
    }

    #HEADLINE814 {
        top: 31.2505px;
        left: 164px;
    }

        #HEADLINE814 > .ladi-headline {
            text-align: center;
        }

    #IMAGE626 {
        left: 839px;
    }

    #SECTION639 {
        height: 160.526px;
    }

    #PARAGRAPH273 {
        top: 28px;
        left: 10px;
    }

        #PARAGRAPH273 > .ladi-paragraph, #PARAGRAPH259 > .ladi-paragraph, #PARAGRAPH275 > .ladi-paragraph, #HEADLINE378 > .ladi-headline, #HEADLINE415 > .ladi-headline, #PARAGRAPH765 > .ladi-paragraph, #LIST_PARAGRAPH767 > .ladi-list-paragraph, #PARAGRAPH799 > .ladi-paragraph, #LIST_PARAGRAPH802 > .ladi-list-paragraph, #PARAGRAPH819 > .ladi-paragraph, #PARAGRAPH738 > .ladi-paragraph {
            font-size: 17px;
        }

    #LINE641 {
        width: 456px;
        top: 149.526px;
        left: -10px;
    }

    #SECTION254 {
        height: 1390.98px;
    }

    #GROUP601, #BOX255 {
        width: 359.794px;
        height: 576px;
    }

    #GROUP601 {
        top: 780.24px;
        left: 30.103px;
    }

    #BOX255 > .ladi-box > .ladi-overlay {
        background-image: linear-gradient(rgb(0, 39, 95), rgb(10, 48, 102));
    }

    #HEADLINE256 {
        width: 320px;
        top: 152.585px;
        left: 19.897px;
    }

        #HEADLINE256 > .ladi-headline {
            font-size: 19px;
        }

    #GROUP651 {
        width: 380px;
        height: 656px;
        top: 92.825px;
        left: 20px;
    }

    #PARAGRAPH259, #PARAGRAPH275, #HEADLINE378, #HEADLINE415, #PARAGRAPH765, #PARAGRAPH799 {
        width: 380px;
    }

    #PARAGRAPH275 {
        top: 416px;
    }

    #HEADLINE271 {
        width: 418px;
        top: 25px;
        left: 1px;
    }

        #HEADLINE271 > .ladi-headline, #HEADLINE761 > .ladi-headline {
            font-size: 24px;
        }

    #IMAGE648 {
        top: 832.825px;
        left: 198px;
    }

    #IMAGE650 {
        top: 1262.82px;
        left: 19px;
    }

    #IMAGE654, #IMAGE654 > .ladi-image > .ladi-image-background {
        width: 140px;
        height: 46.6667px;
    }

    #IMAGE654 {
        top: 822.825px;
        left: 40px;
    }

        #IMAGE654 > .ladi-image > .ladi-image-background {
            background-image: url("https://w.ladicdn.com/s450x350/5c8f292f0ecdc230dd3bd7b9/whi-sodes-20210128033055.png");
        }

    #GROUP716, #GROUP656 {
        width: 220.679px;
        height: 20px;
    }

    #GROUP716 {
        top: 53.825px;
        left: 110px;
    }

    #LINE717, #LINE657 {
        left: 128.679px;
    }

        #LINE717 > .ladi-line > .ladi-line-container, #LINE719 > .ladi-line > .ladi-line-container, #LINE657 > .ladi-line > .ladi-line-container, #LINE659 > .ladi-line > .ladi-line-container {
            border-top-color: rgb(255, 112, 50);
            border-right-color: rgb(255, 112, 50);
            border-bottom-color: rgb(255, 112, 50);
        }

    #SHAPE718, #SHAPE658 {
        width: 27.8113px;
        height: 13.7931px;
        top: 6.2069px;
        left: 95.0566px;
    }

        #SHAPE718 svg:last-child, #SHAPE658 svg:last-child {
            fill: rgb(255, 112, 50);
        }

    #SECTION234 {
        height: 1266.27px;
    }

    #IMAGE235 {
        width: 290px;
        height: 474.843px;
        top: -0.3383px;
        left: 70px;
    }

        #IMAGE235 > .ladi-image > .ladi-image-background {
            width: 1016.79px;
            height: 474.843px;
            left: -151px;
            background-image: url("https://w.ladicdn.com/s1350x800/5c8f292f0ecdc230dd3bd7b9/bjbupidu77-20210122045515.jpg");
        }

    #HEADLINE236 {
        top: 825.912px;
        left: 10px;
    }

        #HEADLINE236 > .ladi-headline, #HEADLINE238 > .ladi-headline, #FORM1050 > .ladi-form, #BUTTON_TEXT1051 > .ladi-headline, #BUTTON_TEXT1078 > .ladi-headline {
            font-size: 14px;
        }

    #HEADLINE237 {
        width: 280px;
        top: 495.912px;
    }

    #HEADLINE238 {
        width: 390px;
        top: 545.912px;
        left: 10px;
    }

    #BOX247 {
        width: 200px;
        height: 68.383px;
        top: 195.662px;
        left: 70px;
    }

    #IMAGE253, #IMAGE253 > .ladi-image > .ladi-image-background {
        width: 130.443px;
        height: 39.9997px;
    }

    #IMAGE253 {
        top: 207.662px;
        left: 70px;
    }

    #GROUP279 {
        width: 361px;
        height: 94.2281px;
        top: 1139.91px;
        left: 21px;
    }

    #GROUP239 {
        width: 251px;
        height: 94.2281px;
    }

    #GROUP240 {
        width: 97.3984px;
        height: 94.2279px;
    }

    #HEADLINE242 {
        top: 50.2279px;
        left: 9.3984px;
    }

    #SECTION374 {
        height: 654.465px;
    }

        #SECTION374 > .ladi-section-background {
            background-image: url("https://w.ladicdn.com/s768x654/5c8f292f0ecdc230dd3bd7b9/tabl0vsz5b-20210128070458.jpg");
            background-origin: content-box;
            background-attachment: scroll;
        }

    #IMAGE669, #IMAGE669 > .ladi-image > .ladi-image-background {
        width: 410px;
        height: 214.681px;
    }

    #IMAGE669 {
        top: 396.999px;
        left: 5px;
    }

        #IMAGE669 > .ladi-image > .ladi-image-background {
            background-image: url("https://w.ladicdn.com/s750x550/5c8f292f0ecdc230dd3bd7b9/45-20210128072813.png");
        }

    #HEADLINE377 {
        width: 410px;
        top: 26.235px;
        left: 10px;
    }

        #HEADLINE377 > .ladi-headline {
            font-size: 22px;
            line-height: 1.4;
            text-align: center;
        }

    #HEADLINE378 {
        top: 93.235px;
    }

    #HEADLINE415 {
        top: 304.235px;
    }

    #LINE416 {
        width: 230px;
        top: 199.235px;
        left: -310px;
    }

    #GROUP656 {
        top: 50.235px;
        left: 101px;
    }

    #HEADLINE673 {
        top: 502.235px;
        left: 0px;
    }

        #HEADLINE673 > .ladi-headline, #HEADLINE745 > .ladi-headline, #HEADLINE746 > .ladi-headline {
            font-size: 22px;
        }

    #HEADLINE672 {
        top: 532.235px;
        left: 253px;
    }

        #HEADLINE672 > .ladi-headline, #HEADLINE670 > .ladi-headline, #FORM956 > .ladi-form {
            font-size: 12px;
        }

    #HEADLINE671 {
        top: 537.235px;
        left: -20px;
    }

        #HEADLINE671 > .ladi-headline {
            font-size: 11px;
        }

    #HEADLINE670 {
        top: 532.235px;
        left: 130px;
    }

    #HEADLINE745 {
        top: 501.235px;
        left: 133px;
    }

    #HEADLINE746 {
        top: 504.235px;
        left: 269px;
    }

    #SECTION679 {
        height: 1491.42px;
    }

    #GROUP675 {
        top: 64.77px;
        left: 70px;
    }

    #HEADLINE215, #HEADLINE781, #HEADLINE761 {
        top: 24.77px;
        left: 10px;
    }

        #HEADLINE215 > .ladi-headline {
            font-size: 27px;
        }

    #IMAGE680, #IMAGE780 {
        width: 400px;
        height: 44.77px;
    }

    #IMAGE680 {
        top: 160px;
        left: 10px;
    }

        #IMAGE680 > .ladi-image > .ladi-image-background, #IMAGE780 > .ladi-image > .ladi-image-background {
            width: 400px;
            height: 64.77px;
            background-image: url("https://w.ladicdn.com/s750x400/5c8f292f0ecdc230dd3bd7b9/y5h-20210128080115.png");
        }

    #HEADLINE681 {
        top: 144.77px;
        left: 10px;
    }

    #HEADLINE682 {
        top: 167.77px;
        left: 30px;
    }

    #PARAGRAPH629 {
        top: 204.77px;
    }

    #IMAGE683, #IMAGE683 > .ladi-image > .ladi-image-background, #IMAGE784, #IMAGE784 > .ladi-image > .ladi-image-background {
        width: 400px;
        height: 337.5px;
    }

    #IMAGE683 {
        top: 1054.77px;
    }

        #IMAGE683 > .ladi-image > .ladi-image-background {
            background-image: url("https://w.ladicdn.com/s750x650/5c8f292f0ecdc230dd3bd7b9/tailieusodes-20240318093737-xfma6.png");
        }

    #LIST_PARAGRAPH223 {
        top: 534.77px;
        left: 10px;
    }

        #LIST_PARAGRAPH223 > .ladi-list-paragraph, #LIST_PARAGRAPH684 > .ladi-list-paragraph, #LIST_PARAGRAPH785 > .ladi-list-paragraph, #LIST_PARAGRAPH786 > .ladi-list-paragraph, #LIST_PARAGRAPH768 > .ladi-list-paragraph, #LIST_PARAGRAPH803 > .ladi-list-paragraph, #LIST_PARAGRAPH697 > .ladi-list-paragraph, #LIST_PARAGRAPH698 > .ladi-list-paragraph, #PARAGRAPH735 > .ladi-paragraph, #PARAGRAPH741 > .ladi-paragraph, #PARAGRAPH728 > .ladi-paragraph {
            font-size: 18px;
        }

        #LIST_PARAGRAPH223 ul li:before, #LIST_PARAGRAPH684 ul li:before, #LIST_PARAGRAPH785 ul li:before, #LIST_PARAGRAPH786 ul li:before, #LIST_PARAGRAPH697 ul li:before, #LIST_PARAGRAPH698 ul li:before {
            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%2024%2024%22%20class%3D%22%22%20fill%3D%22rgba(9%2C%200%2C%20104%2C%201.0)%22%3E%20%3Cpath%20d%3D%22M19%2C19H5V5H15V3H5C3.89%2C3%203%2C3.89%203%2C5V19A2%2C2%200%200%2C0%205%2C21H19A2%2C2%200%200%2C0%2021%2C19V11H19M7.91%2C10.08L6.5%2C11.5L11%2C16L21%2C6L19.59%2C4.58L11%2C13.17L7.91%2C10.08Z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
        }

    #LIST_PARAGRAPH684 {
        top: 864.77px;
        left: 10px;
    }

    #IMAGE685, #IMAGE787, #IMAGE769, #IMAGE804 {
        width: 400px;
        height: 59.1647px;
    }

    #IMAGE685 {
        top: 1174.77px;
        left: 420px;
    }

        #IMAGE685 > .ladi-image > .ladi-image-background, #IMAGE787 > .ladi-image > .ladi-image-background, #IMAGE769 > .ladi-image > .ladi-image-background, #IMAGE804 > .ladi-image > .ladi-image-background {
            width: 400px;
            height: 61.7179px;
            background-image: url("https://w.ladicdn.com/s750x400/5c8f292f0ecdc230dd3bd7b9/4gh4-20210128082428.png");
        }

    #BUTTON231, #BUTTON788, #BUTTON700 {
        width: 210px;
        height: 40px;
    }

    #BUTTON231 {
        top: 1434.77px;
        left: 110px;
    }

    #BUTTON_TEXT231, #BUTTON_TEXT788, #BUTTON_TEXT700 {
        width: 221px;
    }

    #SECTION774 {
        height: 1637.42px;
    }

    #IMAGE780 {
        top: 40px;
        left: 10px;
    }

    #HEADLINE782 {
        top: 47.77px;
        left: 30px;
    }

    #PARAGRAPH783 {
        top: 84.77px;
    }

    #IMAGE784 {
        top: 1200.77px;
    }

        #IMAGE784 > .ladi-image > .ladi-image-background {
            background-image: url("https://w.ladicdn.com/s750x650/5c8f292f0ecdc230dd3bd7b9/taichinh-20240318082907-6foqb.png");
        }

    #LIST_PARAGRAPH785 {
        top: 680.77px;
    }

    #LIST_PARAGRAPH786 {
        top: 1010.77px;
        left: 10px;
    }

    #IMAGE787 {
        top: 1320.77px;
        left: 420px;
    }

    #BUTTON788 {
        top: 1580.77px;
        left: 110px;
    }

    #PARAGRAPH820 {
        top: 446.77px;
    }

    #SECTION756 {
        height: 1541.42px;
    }

    #GROUP757 {
        width: 240px;
        top: 54.77px;
        left: 90px;
    }

    #LINE758 {
        width: 91px;
        left: 149px;
    }

    #SHAPE759 {
        left: 104px;
    }

    #LINE760 {
        width: 95px;
    }

    #IMAGE762 {
        width: 410px;
        height: 70px;
        top: 113.35px;
        left: 6px;
    }

        #IMAGE762 > .ladi-image > .ladi-image-background {
            width: 410px;
            height: 71px;
        }

        #IMAGE762 > .ladi-image > .ladi-image-background, #IMAGE796 > .ladi-image > .ladi-image-background {
            background-image: url("https://w.ladicdn.com/s750x400/5c8f292f0ecdc230dd3bd7b9/e6-20210129132757.png");
        }

    #HEADLINE763 {
        top: 116.35px;
        left: 33px;
    }

        #HEADLINE763 > .ladi-headline, #HEADLINE797 > .ladi-headline {
            font-size: 35px;
        }

    #HEADLINE764 {
        width: 350px;
        top: 129.35px;
        left: 80px;
    }

        #HEADLINE764 > .ladi-headline, #HEADLINE798 > .ladi-headline {
            font-size: 16px;
            line-height: 1.4;
        }

    #PARAGRAPH765 {
        top: 200.35px;
        left: 20px;
    }

    #GROUP773 {
        width: 385px;
        height: 550px;
        top: 882.986px;
        left: 17.5px;
    }

    #LIST_PARAGRAPH767, #LIST_PARAGRAPH768 {
        width: 385px;
    }

    #LIST_PARAGRAPH768 {
        top: 329px;
        left: 0px;
    }

    #IMAGE769 {
        top: 1090.99px;
        left: 724px;
    }

    #BUTTON770, #BUTTON805 {
        width: 190px;
        height: 40px;
    }

    #BUTTON770 {
        top: 1452.99px;
        left: 121px;
    }

    #IMAGE1103 {
        top: 472.35px;
        left: 21px;
    }

    #SECTION790 {
        height: 1607.42px;
    }

    #HEADLINE797 {
        top: 112.35px;
        left: 33px;
    }

    #PARAGRAPH799 {
        top: 98.35px;
        left: 17.5px;
    }

    #GROUP801 {
        width: 383.948px;
        height: 607px;
        top: 878.566px;
        left: 16.0259px;
    }

    #LIST_PARAGRAPH802, #LIST_PARAGRAPH803 {
        width: 383px;
    }

    #LIST_PARAGRAPH803 {
        top: 329px;
        left: 0.948148px;
    }

    #IMAGE804 {
        top: 889.35px;
        left: 548px;
    }

    #BUTTON805 {
        top: 1525.57px;
        left: 113px;
    }

    #BUTTON_TEXT805 {
        width: 190px;
    }

    #GROUP1099 {
        width: 468px;
        height: 70.35px;
        top: 13px;
        left: 9px;
    }

    #IMAGE796, #IMAGE796 > .ladi-image > .ladi-image-background {
        width: 402.879px;
        height: 68.7843px;
    }

    #IMAGE796 {
        top: 1.5657px;
    }

    #HEADLINE798 {
        top: 17.35px;
        left: 68px;
    }

    #HEADLINE810 {
        left: 27px;
    }

    #PARAGRAPH819 {
        top: 222.566px;
        left: 17.5px;
    }

    #IMAGE1102 {
        top: 466.915px;
        left: 18.026px;
    }

    #SECTION686 {
        height: 2196.13px;
    }

    #GROUP704 {
        top: 10px;
        left: -270px;
    }

    #HEADLINE693 {
        top: 16.577px;
        left: 56.991px;
    }

    #HEADLINE694 {
        width: 695px;
        top: 36.921px;
        left: 115.991px;
    }

        #HEADLINE694 > .ladi-headline, #HEADLINE499 > .ladi-headline {
            font-size: 25px;
        }

    #PARAGRAPH695 {
        top: 150.408px;
    }

    #LIST_PARAGRAPH697 {
        top: 1320.13px;
        left: 10px;
    }

    #LIST_PARAGRAPH698 {
        top: 1858.13px;
        left: 10px;
    }

    #GROUP702 {
        top: 778.408px;
        left: -260px;
    }

    #BUTTON700 {
        top: 2146.13px;
        left: 105px;
    }

    #PARAGRAPH703 {
        top: 512.408px;
    }

    #SECTION724 {
        height: 963.5px;
    }

    #IMAGE726 {
        width: 384.772px;
        height: 202.141px;
        top: 71px;
        left: 13px;
    }

        #IMAGE726 > .ladi-image > .ladi-image-background {
            width: 384.772px;
            height: 240.626px;
            background-image: url("https://w.ladicdn.com/s700x550/5c8f292f0ecdc230dd3bd7b9/rh9-20210129014124.png");
        }

    #IMAGE730 {
        width: 384.37px;
        height: 221.319px;
        top: 295.041px;
        left: 20px;
    }

        #IMAGE730 > .ladi-image > .ladi-image-background {
            width: 384.37px;
            height: 249.129px;
            background-image: url("https://w.ladicdn.com/s700x550/5c8f292f0ecdc230dd3bd7b9/rh9-20210128101955.png");
        }

    #IMAGE731 {
        width: 394.137px;
        height: 208.146px;
        top: 521.004px;
        left: 19.9997px;
    }

        #IMAGE731 > .ladi-image > .ladi-image-background {
            width: 394.137px;
            height: 245.991px;
            background-image: url("https://w.ladicdn.com/s700x550/5c8f292f0ecdc230dd3bd7b9/u3fg-20210128172457.png");
        }

    #IMAGE732 {
        width: 405.487px;
        height: 209.988px;
        top: 741.016px;
        left: 0px;
    }

        #IMAGE732 > .ladi-image > .ladi-image-background {
            width: 415.137px;
            height: 209.988px;
            background-image: url("https://w.ladicdn.com/s750x550/5c8f292f0ecdc230dd3bd7b9/e3-20210128172708.png");
        }

    #GROUP734 {
        width: 243px;
        height: 131.531px;
        top: 102.074px;
        left: 114.003px;
    }

    #PARAGRAPH735 {
        width: 243px;
        top: 45.5311px;
    }

    #HEADLINE736, #HEADLINE729 {
        width: 241px;
    }

    #HEADLINE736 {
        left: 1.23704px;
    }

        #HEADLINE736 > .ladi-headline, #HEADLINE739 > .ladi-headline, #HEADLINE742 > .ladi-headline, #HEADLINE729 > .ladi-headline, #HEADLINE967 > .ladi-headline {
            font-size: 20px;
        }

    #GROUP737 {
        width: 239.838px;
        height: 123.522px;
        top: 767.942px;
        left: 132.457px;
    }

    #PARAGRAPH738, #PARAGRAPH741 {
        width: 239px;
    }

    #PARAGRAPH738 {
        top: 43.5217px;
    }

    #HEADLINE739, #HEADLINE742 {
        width: 237px;
        left: 2.83835px;
    }

    #GROUP740 {
        width: 239.838px;
        height: 158.522px;
        top: 546.549px;
        left: 126.516px;
    }

    #PARAGRAPH741 {
        top: 43.5216px;
    }

    #GROUP733 {
        width: 241px;
        height: 157.601px;
        top: 323.064px;
        left: 137.233px;
    }

    #PARAGRAPH728 {
        width: 213px;
        top: 42.6005px;
    }

    #HEADLINE499 {
        top: 24px;
        left: 10px;
    }

    #GROUP720 {
        width: 166.348px;
        height: 20px;
        top: 53.0157px;
        left: 130px;
    }

    #LINE721 {
        width: 65px;
        left: 101.348px;
    }

    #SHAPE722 {
        width: 22.6889px;
        height: 13.1143px;
        top: 5.90142px;
        left: 71.7332px;
    }

    #LINE723 {
        width: 66px;
    }

    #SECTION1042, #SECTION1076 {
        height: 555.439px;
    }

        #SECTION1042 > .ladi-section-background {
            background-image: url("https://w.ladicdn.com/s768x555/5c8f292f0ecdc230dd3bd7b9/-nvmyicn20210408043429.jpg");
        }

    #FORM1050, #FORM1077 {
        width: 353.316px;
        height: 255px;
        top: 234.439px;
        left: 33.342px;
    }

    #BUTTON1051, #BUTTON1078 {
        width: 353.316px;
        height: 40px;
        top: 215px;
        left: 0px;
    }

    #FORM_ITEM1053, #FORM_ITEM1055, #FORM_ITEM1080, #FORM_ITEM1082 {
        width: 352.292px;
        height: 40px;
    }

    #FORM_ITEM1054, #FORM_ITEM1081 {
        width: 353.04px;
        height: 40px;
        top: 48px;
        left: 0.25235px;
    }

    #FORM_ITEM1055, #FORM_ITEM1082 {
        top: 96px;
        left: 1px;
    }

    #FORM_ITEM1074, #FORM_ITEM1083 {
        width: 352.543px;
        height: 40px;
        top: 146px;
    }

    #IMAGE1075, #IMAGE1075 > .ladi-image > .ladi-image-background, #IMAGE1084, #IMAGE1084 > .ladi-image > .ladi-image-background {
        width: 400px;
        height: 175.439px;
    }

    #IMAGE1075, #IMAGE1084 {
        top: 14px;
        left: 10px;
    }

        #IMAGE1075 > .ladi-image > .ladi-image-background, #IMAGE1084 > .ladi-image > .ladi-image-background {
            background-image: url("https://w.ladicdn.com/s750x500/5c8f292f0ecdc230dd3bd7b9/giam-combo-edit-20240315090248-9san_.png");
        }

    #SECTION1076 > .ladi-overlay {
        background-color: rgb(12, 37, 74);
        opacity: 0.81;
    }

    #SECTION1076 > .ladi-section-background {
        background-image: url("https://w.ladicdn.com/s768x555/5c8f292f0ecdc230dd3bd7b9/-nvmyicn20210408043429.jpg");
        background-origin: content-box;
        background-position: 50% 100%;
        background-attachment: scroll;
    }

    #FORM1077 > .ladi-form {
        font-size: 13px;
    }

    #SECTION705 {
        height: 333.662px;
    }

    #HEADLINE706 {
        top: 22.54px;
        left: 10px;
    }

        #HEADLINE706 > .ladi-headline {
            line-height: 1.2;
        }

    #GROUP707 {
        width: 391.703px;
        height: 96px;
        top: 191.8px;
        left: 17px;
    }

    #PARAGRAPH708 {
        width: 363px;
        left: 28.7026px;
    }

    #SHAPE709 {
        width: 25.3258px;
        height: 28.3742px;
        top: 1.8916px;
    }

    #SHAPE711 {
        width: 26.0374px;
        height: 29.1714px;
        top: 41px;
        left: 0.755868px;
    }

    #LINE712 {
        height: 162px;
        top: 130.8px;
        left: 0px;
    }

    #IMAGE713, #IMAGE713 > .ladi-image > .ladi-image-background {
        width: 139.775px;
        height: 46.5917px;
    }

    #IMAGE713 {
        top: 134.8px;
        left: 20px;
    }

        #IMAGE713 > .ladi-image > .ladi-image-background {
            background-image: url("https://w.ladicdn.com/s450x350/5c8f292f0ecdc230dd3bd7b9/reg-20210118093659.png");
        }

    #SHAPE855 {
        top: 261.971px;
        left: 17px;
    }

    #POPUP822 {
        width: 229.15px;
        height: 155px;
    }

    #BUTTON_GROUP823 {
        width: 208.086px;
        height: 120px;
        left: 0.050906px;
    }

    #BUTTON824, #BUTTON832 {
        width: 207.984px;
    }

    #BUTTON_TEXT824, #BUTTON_TEXT832, #BUTTON_TEXT834 {
        width: 205px;
    }

    #BUTTON832 {
        top: 40px;
        left: 0px;
    }

    #BUTTON834 {
        top: 80px;
        left: 0.102188px;
    }

    #BUTTON837 {
        width: 208.188px;
        height: 34px;
        top: 120px;
        left: 0px;
    }

    #BUTTON_TEXT837 {
        width: 208px;
    }

    #POPUP935 {
        height: 448px;
    }

    #BOX937 {
        height: 349px;
        top: 99px;
    }

    #FORM956 {
        height: 182px;
        left: 34.9995px;
    }

    #BUTTON957 {
        top: 142px;
        left: 0.47987px;
    }

    #BUTTON_TEXT957 {
        width: 329px;
    }

    #FORM_ITEM961 {
        top: 47.5px;
    }

    #IMAGE966 {
        top: 7.3333px;
    }

    #BOX940 {
        height: 97px;
        top: 60px;
    }

    #HEADLINE963 {
        top: 85px;
        left: 52px;
    }

        #HEADLINE963 > .ladi-headline {
            font-size: 47px;
        }

    #HEADLINE938 {
        width: 330px;
        top: 70px;
        left: 45px;
    }

        #HEADLINE938 > .ladi-headline {
            font-size: 21px;
        }

    #HEADLINE967 {
        top: 166px;
    }

    #POPUP1027, #POPUP1099 {
        width: 389px;
        height: 541px;
    }

    #FORM1031, #FORM1099 {
        width: 323px;
        height: 228px;
        top: 263.75px;
        left: 23.0675px;
    }

    #BUTTON1032, #BUTTON1099 {
        width: 323px;
        height: 40.6284px;
        top: 187.372px;
    }

    #BUTTON_TEXT1032, #BUTTON_TEXT1099 {
        width: 323px;
        top: 8.01639px;
    }

    #FORM_ITEM1034, #FORM_ITEM1036, #FORM_ITEM1099, #FORM_ITEM1101 {
        width: 322.062px;
        height: 35.6284px;
    }

    #FORM_ITEM1034, #FORM_ITEM1099 {
        left: 0.46835px;
    }

    #FORM_ITEM1035, #FORM_ITEM1100 {
        width: 322.664px;
        height: 35.6284px;
        top: 41.8634px;
    }

    #FORM_ITEM1036, #FORM_ITEM1101 {
        top: 83.7268px;
        left: 0.46835px;
    }

    #FORM_ITEM1085, #FORM_ITEM1102 {
        width: 322.613px;
        top: 127px;
    }

    #PARAGRAPH1039, #PARAGRAPH1099 {
        width: 369px;
        top: 187px;
        left: 0.0675px;
    }

    #IMAGE1040, #IMAGE1099 {
        top: 10px;
        left: 123.984px;
    }

    #IMAGE1041, #IMAGE1041 > .ladi-image > .ladi-image-background, #IMAGE1100, #IMAGE1100 > .ladi-image > .ladi-image-background {
        width: 359.547px;
        height: 150px;
    }

    #IMAGE1041, #IMAGE1100 {
        top: 37px;
        left: 12.2105px;
    }
}
body.lazyload .ladi-overlay, body.lazyload .ladi-box, body.lazyload .ladi-button-background, body.lazyload .ladi-collection-item:before, body.lazyload .ladi-countdown-background, body.lazyload .ladi-form-item-background, body.lazyload .ladi-form-label-container .ladi-form-label-item.image, body.lazyload .ladi-frame-background, body.lazyload .ladi-gallery-view-item, body.lazyload .ladi-gallery-control-item, body.lazyload .ladi-headline, body.lazyload .ladi-image-background, body.lazyload .ladi-image-compare, body.lazyload .ladi-list-paragraph ul li:before, body.lazyload .ladi-section-background, body.lazyload .ladi-survey-option-background, body.lazyload .ladi-survey-option-image, body.lazyload .ladi-tabs-background, body.lazyload .ladi-video-background, body.lazyload .ladi-banner, body.lazyload .ladi-spin-lucky-screen, body.lazyload .ladi-spin-lucky-start {
    background-image: none !important;
}
