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

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

    body {
        line-height: 1
    }

    a {
        text-decoration: none
    }

    ol,
    ul {
        list-style: none
    }

    blockquote,
    q {
        quotes: none
    }

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

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

    .ladi-html strong {
        font-weight: 700
    }

    .ladi-html em {
        font-style: italic
    }

    .ladi-html a {
        text-decoration: underline
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    @keyframes ladi-loading {

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

        50% {
            transform: scale(1.5)
        }
    }

    .overflow-hidden {
        overflow: hidden
    }

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

    .opacity-0 {
        opacity: 0
    }

    .height-0 {
        height: 0 !important
    }

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

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

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

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

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

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

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

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

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

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

    .ladi-wraper {
        width: 100%;
        height: 100%;
        min-height: 100vh;
        overflow: hidden
    }

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

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

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

    .ladi-section .ladi-section-arrow-down {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        cursor: pointer;
        z-index: 90000040
    }

    .ladi-section .ladi-section-close {
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
        z-index: 90000040
    }

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

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

    .ladi-element {
        position: absolute
    }

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

    .ladi-survey {
        width: 100%;
        display: inline-block
    }

    .ladi-survey .ladi-survey-option {
        cursor: pointer;
        position: relative;
        display: inline-block;
        text-decoration-line: inherit;
        -webkit-text-decoration-line: inherit;
        transition: inherit;
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none
    }

    .ladi-survey .ladi-survey-option-background {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        pointer-events: none;
        transition: inherit
    }

    .ladi-survey .ladi-survey-option-label {
        display: block;
        text-decoration-line: inherit;
        -webkit-text-decoration-line: inherit;
        position: relative
    }

    .ladi-survey .ladi-survey-option-image {
        background-size: cover;
        background-position: center center;
        pointer-events: none;
        vertical-align: middle;
        border-radius: inherit;
        position: relative
    }

    .ladi-survey .ladi-survey-button-next {
        display: block
    }

    .ladi-survey .ladi-survey-button-next.empty {
        display: none
    }

    .ladi-survey .ladi-survey-button-next.no-select {
        display: none
    }

    .ladi-survey .ladi-survey-button-next button {
        background-color: #fff;
        border: 1px solid #eee;
        padding: 5px 10px;
        cursor: pointer;
        border-radius: 2px
    }

    .ladi-survey .ladi-survey-button-next button:active {
        transform: translateY(2px);
        transition: transform .2s linear
    }

    .ladi-carousel {
        position: absolute;
        width: 100%;
        height: 100%;
        overflow: hidden;
        touch-action: pan-y
    }

    .ladi-carousel .ladi-carousel-content {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        transition: left 350ms ease-in-out
    }

    .ladi-carousel .ladi-carousel-arrow {
        position: absolute;
        top: calc(50% - (33px)/ 2);
        cursor: pointer;
        z-index: 90000040
    }

    .ladi-carousel .ladi-carousel-arrow-left {
        left: 5px;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg)
    }

    .ladi-carousel .ladi-carousel-arrow-right {
        right: 5px
    }

    .ladi-gallery {
        position: absolute;
        width: 100%;
        height: 100%
    }

    .ladi-gallery .ladi-gallery-view {
        position: absolute;
        overflow: hidden;
        touch-action: pan-y
    }

    .ladi-gallery .ladi-gallery-view>.ladi-gallery-view-item {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        width: 100%;
        height: 100%;
        position: relative;
        display: none;
        transition: transform .5s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }

    .ladi-gallery .ladi-gallery-view>.ladi-gallery-view-item.play-video {
        cursor: pointer
    }

    .ladi-gallery .ladi-gallery-view>.ladi-gallery-view-item.play-video:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 60px;
        height: 60px;
        background: url() no-repeat center center;
        background-size: contain;
        pointer-events: none;
        cursor: pointer
    }

    .ladi-gallery .ladi-gallery-view>.ladi-gallery-view-item.next,
    .ladi-gallery .ladi-gallery-view>.ladi-gallery-view-item.selected.right {
        left: 0;
        transform: translate3d(100%, 0, 0)
    }

    .ladi-gallery .ladi-gallery-view>.ladi-gallery-view-item.prev,
    .ladi-gallery .ladi-gallery-view>.ladi-gallery-view-item.selected.left {
        left: 0;
        transform: translate3d(-100%, 0, 0)
    }

    .ladi-gallery .ladi-gallery-view>.ladi-gallery-view-item.next.left,
    .ladi-gallery .ladi-gallery-view>.ladi-gallery-view-item.prev.right,
    .ladi-gallery .ladi-gallery-view>.ladi-gallery-view-item.selected {
        left: 0;
        transform: translate3d(0, 0, 0)
    }

    .ladi-gallery .ladi-gallery-view>.next,
    .ladi-gallery .ladi-gallery-view>.prev,
    .ladi-gallery .ladi-gallery-view>.selected {
        display: block
    }

    .ladi-gallery .ladi-gallery-view>.selected {
        left: 0
    }

    .ladi-gallery .ladi-gallery-view>.next,
    .ladi-gallery .ladi-gallery-view>.prev {
        position: absolute;
        top: 0;
        width: 100%
    }

    .ladi-gallery .ladi-gallery-view>.next {
        left: 100%
    }

    .ladi-gallery .ladi-gallery-view>.prev {
        left: -100%
    }

    .ladi-gallery .ladi-gallery-view>.next.left,
    .ladi-gallery .ladi-gallery-view>.prev.right {
        left: 0
    }

    .ladi-gallery .ladi-gallery-view>.selected.left {
        left: -100%
    }

    .ladi-gallery .ladi-gallery-view>.selected.right {
        left: 100%
    }

    .ladi-gallery .ladi-gallery-control {
        position: absolute;
        overflow: hidden;
        touch-action: pan-y
    }

    .ladi-gallery.ladi-gallery-top .ladi-gallery-view {
        width: 100%
    }

    .ladi-gallery.ladi-gallery-top .ladi-gallery-control {
        top: 0;
        width: 100%
    }

    .ladi-gallery.ladi-gallery-bottom .ladi-gallery-view {
        top: 0;
        width: 100%
    }

    .ladi-gallery.ladi-gallery-bottom .ladi-gallery-control {
        width: 100%;
        bottom: 0
    }

    .ladi-gallery.ladi-gallery-left .ladi-gallery-view {
        height: 100%
    }

    .ladi-gallery.ladi-gallery-left .ladi-gallery-control {
        height: 100%
    }

    .ladi-gallery.ladi-gallery-right .ladi-gallery-view {
        height: 100%
    }

    .ladi-gallery.ladi-gallery-right .ladi-gallery-control {
        height: 100%;
        right: 0
    }

    .ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow {
        position: absolute;
        top: calc(50% - (33px)/ 2);
        cursor: pointer;
        z-index: 90000040
    }

    .ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow-left {
        left: 5px;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg)
    }

    .ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow-right {
        right: 5px
    }

    .ladi-gallery .ladi-gallery-control .ladi-gallery-control-arrow {
        position: absolute;
        cursor: pointer;
        z-index: 90000040
    }

    .ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-arrow,
    .ladi-gallery.ladi-gallery-top .ladi-gallery-control .ladi-gallery-control-arrow {
        top: calc(50% - (33px)/ 2)
    }

    .ladi-gallery.ladi-gallery-top .ladi-gallery-control .ladi-gallery-control-arrow-left {
        left: 0;
        transform: rotate(180deg) scale(.6);
        -webkit-transform: rotate(180deg) scale(.6)
    }

    .ladi-gallery.ladi-gallery-top .ladi-gallery-control .ladi-gallery-control-arrow-right {
        right: 0;
        transform: scale(.6);
        -webkit-transform: scale(.6)
    }

    .ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-arrow-left {
        left: 0;
        transform: rotate(180deg) scale(.6);
        -webkit-transform: rotate(180deg) scale(.6)
    }

    .ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-arrow-right {
        right: 0;
        transform: scale(.6);
        -webkit-transform: scale(.6)
    }

    .ladi-gallery.ladi-gallery-left .ladi-gallery-control .ladi-gallery-control-arrow,
    .ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-arrow {
        left: calc(50% - (33px)/ 2)
    }

    .ladi-gallery.ladi-gallery-left .ladi-gallery-control .ladi-gallery-control-arrow-left {
        top: 0;
        transform: scale(.6) rotate(270deg);
        -webkit-transform: scale(.6) rotate(270deg)
    }

    .ladi-gallery.ladi-gallery-left .ladi-gallery-control .ladi-gallery-control-arrow-right {
        bottom: 0;
        transform: scale(.6) rotate(90deg);
        -webkit-transform: scale(.6) rotate(90deg)
    }

    .ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-arrow-left {
        top: 0;
        transform: scale(.6) rotate(270deg);
        -webkit-transform: scale(.6) rotate(270deg)
    }

    .ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-arrow-right {
        bottom: 0;
        transform: scale(.6) rotate(90deg);
        -webkit-transform: scale(.6) rotate(90deg)
    }

    .ladi-gallery .ladi-gallery-control .ladi-gallery-control-box {
        position: relative
    }

    .ladi-gallery.ladi-gallery-top .ladi-gallery-control .ladi-gallery-control-box {
        display: -webkit-inline-flex;
        display: inline-flex;
        left: 0;
        transition: left 150ms ease-in-out
    }

    .ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-box {
        display: -webkit-inline-flex;
        display: inline-flex;
        left: 0;
        transition: left 150ms ease-in-out
    }

    .ladi-gallery.ladi-gallery-left .ladi-gallery-control .ladi-gallery-control-box {
        display: inline-grid;
        top: 0;
        transition: top 150ms ease-in-out
    }

    .ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-box {
        display: inline-grid;
        top: 0;
        transition: top 150ms ease-in-out
    }

    .ladi-gallery .ladi-gallery-control .ladi-gallery-control-box .ladi-gallery-control-item {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        float: left;
        position: relative;
        cursor: pointer;
        filter: invert(15%)
    }

    .ladi-gallery .ladi-gallery-control .ladi-gallery-control-box .ladi-gallery-control-item.play-video:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 30px;
        height: 30px;
        background: url() no-repeat center center;
        background-size: contain;
        pointer-events: none;
        cursor: pointer
    }

    .ladi-gallery .ladi-gallery-control .ladi-gallery-control-box .ladi-gallery-control-item:hover {
        filter: none
    }

    .ladi-gallery .ladi-gallery-control .ladi-gallery-control-box .ladi-gallery-control-item.selected {
        filter: none
    }

    .ladi-gallery .ladi-gallery-control .ladi-gallery-control-box .ladi-gallery-control-item:last-child {
        margin-right: 0 !important;
        margin-bottom: 0 !important
    }

    .ladi-table {
        position: absolute;
        width: 100%;
        height: 100%;
        overflow: auto
    }

    .ladi-table table {
        width: 100%
    }

    .ladi-table table td {
        vertical-align: middle
    }

    .ladi-table tbody td {
        word-break: break-word
    }

    .ladi-table table td img {
        cursor: pointer;
        width: 100%
    }

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

    .ladi-tabs {
        position: absolute;
        width: 100%;
        height: 100%
    }

    .ladi-tabs .ladi-tabs-background {
        height: 100%;
        width: 100%;
        pointer-events: none
    }

    .ladi-tabs>.ladi-element[data-index] {
        display: none
    }

    .ladi-tabs>.ladi-element.selected[data-index] {
        display: block
    }

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

    .ladi-frame .ladi-frame-background {
        height: 100%;
        width: 100%;
        pointer-events: none;
        transition: inherit
    }

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

    .ladi-banner .ladi-banner-background {
        height: 100%;
        width: 100%;
        pointer-events: none
    }

    #SECTION_POPUP .ladi-container {
        z-index: 90000070
    }

    #SECTION_POPUP .ladi-container>.ladi-element {
        z-index: 90000070;
        position: fixed;
        display: none
    }

    #SECTION_POPUP .ladi-container>.ladi-element[data-fixed-close=true] {
        position: relative !important
    }

    #SECTION_POPUP .ladi-container>.ladi-element.hide-visibility {
        display: block !important;
        visibility: hidden !important
    }

    #SECTION_POPUP .popup-close {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 9000000080;
        cursor: pointer
    }

    .ladi-popup {
        position: absolute;
        width: 100%;
        height: 100%
    }

    .ladi-popup .ladi-popup-background {
        height: 100%;
        width: 100%;
        pointer-events: none
    }

    .ladi-countdown {
        position: absolute;
        width: 100%;
        height: 100%
    }

    .ladi-countdown .ladi-countdown-background {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-size: inherit;
        background-attachment: inherit;
        background-origin: inherit;
        display: table;
        pointer-events: none
    }

    .ladi-countdown .ladi-countdown-text {
        position: absolute;
        width: 100%;
        height: 100%;
        text-decoration: inherit;
        display: table;
        pointer-events: none
    }

    .ladi-countdown .ladi-countdown-text span {
        display: table-cell;
        vertical-align: middle
    }

    .ladi-countdown>.ladi-element {
        text-decoration: inherit;
        background-size: inherit;
        background-attachment: inherit;
        background-origin: inherit;
        position: relative;
        display: inline-block
    }

    .ladi-countdown>.ladi-element:last-child {
        margin-right: 0 !important
    }

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

    .ladi-button:active {
        transform: translateY(2px);
        transition: transform .2s linear
    }

    .ladi-button .ladi-button-background {
        height: 100%;
        width: 100%;
        pointer-events: none;
        transition: inherit
    }

    .ladi-button>.ladi-element {
        width: 100% !important;
        height: 100% !important;
        top: 0 !important;
        left: 0 !important;
        display: table;
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none
    }

    .ladi-button>.ladi-element .ladi-headline {
        display: table-cell;
        vertical-align: middle
    }

    .ladi-collection {
        position: absolute;
        width: 100%;
        height: 100%
    }

    .ladi-collection.carousel {
        overflow: hidden
    }

    .ladi-collection .ladi-collection-content {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        transition: left 350ms ease-in-out
    }

    .ladi-collection .ladi-collection-content .ladi-collection-item {
        display: block;
        position: relative;
        float: left
    }

    .ladi-collection .ladi-collection-content .ladi-collection-page {
        float: left
    }

    .ladi-collection .ladi-collection-arrow {
        position: absolute;
        top: calc(50% - (33px)/ 2);
        cursor: pointer;
        z-index: 90000040
    }

    .ladi-collection .ladi-collection-arrow-left {
        left: 5px;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg)
    }

    .ladi-collection .ladi-collection-arrow-right {
        right: 5px
    }

    .ladi-collection .ladi-collection-button-next {
        position: absolute;
        bottom: -40px;
        right: 0;
        left: 0;
        margin: auto;
        cursor: pointer;
        z-index: 90000040;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg)
    }

    .ladi-form {
        position: absolute;
        width: 100%;
        height: 100%
    }

    .ladi-form>.ladi-element {
        text-transform: inherit;
        text-decoration: inherit;
        text-align: inherit;
        letter-spacing: inherit;
        color: inherit;
        background-size: inherit;
        background-attachment: inherit;
        background-origin: inherit
    }

    .ladi-form .ladi-button>.ladi-element {
        color: initial;
        font-size: initial;
        font-weight: initial;
        text-transform: initial;
        text-decoration: initial;
        font-style: initial;
        text-align: initial;
        letter-spacing: initial;
        line-height: initial
    }

    .ladi-form>.ladi-element .ladi-form-item-container {
        text-transform: inherit;
        text-decoration: inherit;
        text-align: inherit;
        letter-spacing: inherit;
        color: inherit;
        background-size: inherit;
        background-attachment: inherit;
        background-origin: inherit
    }

    .ladi-form>[data-quantity=true] .ladi-form-item-container {
        overflow: hidden
    }

    .ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item {
        text-transform: inherit;
        text-decoration: inherit;
        text-align: inherit;
        letter-spacing: inherit;
        color: inherit
    }

    .ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item-background {
        background-size: inherit;
        background-attachment: inherit;
        background-origin: inherit
    }

    .ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-size: 9px 6px !important;
        background-position: right .5rem center;
        background-repeat: no-repeat
    }

    .ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-2 {
        width: calc(100% / 2 - 5px);
        max-width: calc(100% / 2 - 5px);
        min-width: calc(100% / 2 - 5px)
    }

    .ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-2:nth-child(3) {
        margin-left: 7.5px
    }

    .ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-3 {
        width: calc(100% / 3 - 5px);
        max-width: calc(100% / 3 - 5px);
        min-width: calc(100% / 3 - 5px)
    }

    .ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-3:nth-child(3) {
        margin-left: 7.5px
    }

    .ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-3:nth-child(4) {
        margin-left: 7.5px
    }

    .ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select option {
        color: initial
    }

    .ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control:not(.ladi-form-control-select) {
        text-transform: inherit;
        text-decoration: inherit;
        text-align: inherit;
        letter-spacing: inherit;
        color: inherit;
        background-size: inherit;
        background-attachment: inherit;
        background-origin: inherit
    }

    .ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
        text-transform: inherit;
        text-align: inherit;
        letter-spacing: inherit;
        color: inherit;
        background-size: inherit;
        background-attachment: inherit;
        background-origin: inherit
    }

    .ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select:not([data-selected=""]) {
        text-decoration: inherit
    }

    .ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item {
        text-transform: inherit;
        text-decoration: inherit;
        text-align: inherit;
        letter-spacing: inherit;
        color: inherit;
        background-size: inherit;
        background-attachment: inherit;
        background-origin: inherit;
        vertical-align: middle
    }

    .ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item span {
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none
    }

    .ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item span[data-checked=true] {
        text-transform: inherit;
        text-decoration: inherit;
        text-align: inherit;
        letter-spacing: inherit;
        color: inherit;
        background-size: inherit;
        background-attachment: inherit;
        background-origin: inherit
    }

    .ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item span[data-checked=false] {
        text-transform: inherit;
        text-align: inherit;
        letter-spacing: inherit;
        color: inherit;
        background-size: inherit;
        background-attachment: inherit;
        background-origin: inherit
    }

    .ladi-form .ladi-form-item-container {
        position: absolute;
        width: 100%;
        height: 100%
    }

    .ladi-form .ladi-form-item-title-value {
        font-weight: 700;
        word-break: break-word
    }

    .ladi-form .ladi-form-label-container {
        position: relative;
        width: 100%
    }

    .ladi-form .ladi-form-label-container .ladi-form-label-item {
        display: inline-block;
        cursor: pointer;
        position: relative;
        border-radius: 0 !important;
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none
    }

    .ladi-form .ladi-form-label-container .ladi-form-label-item.image {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center
    }

    .ladi-form .ladi-form-label-container .ladi-form-label-item.no-value {
        display: none !important
    }

    .ladi-form .ladi-form-label-container .ladi-form-label-item.text.disabled {
        opacity: .35
    }

    .ladi-form .ladi-form-label-container .ladi-form-label-item.image.disabled {
        opacity: .2
    }

    .ladi-form .ladi-form-label-container .ladi-form-label-item.color.disabled {
        opacity: .15
    }

    .ladi-form .ladi-form-label-container .ladi-form-label-item.selected:before {
        content: '';
        width: 0;
        height: 0;
        bottom: -1px;
        right: -1px;
        position: absolute;
        border-width: 0 0 15px 15px;
        border-color: transparent;
        border-style: solid
    }

    .ladi-form .ladi-form-label-container .ladi-form-label-item.selected:after {
        content: '';
        background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' enable-background='new 0 0 12 12' viewBox='0 0 12 12' x='0' fill='%23fff' y='0'%3E%3Cg%3E%3Cpath d='m5.2 10.9c-.2 0-.5-.1-.7-.2l-4.2-3.7c-.4-.4-.5-1-.1-1.4s1-.5 1.4-.1l3.4 3 5.1-7c .3-.4 1-.5 1.4-.2s.5 1 .2 1.4l-5.7 7.9c-.2.2-.4.4-.7.4 0-.1 0-.1-.1-.1z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: bottom right;
        width: 7px;
        height: 7px;
        bottom: 0;
        right: 0;
        position: absolute
    }

    .ladi-form .ladi-form-item {
        width: 100%;
        height: 100%;
        position: absolute
    }

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

    .ladi-form .ladi-form-item.ladi-form-checkbox {
        height: auto
    }

    .ladi-form .ladi-form-item .ladi-form-control {
        background-color: transparent;
        min-width: 100%;
        min-height: 100%;
        max-width: 100%;
        max-height: 100%;
        width: 100%;
        height: 100%;
        padding: 0 5px;
        color: inherit;
        font-size: inherit;
        border: none
    }

    .ladi-form .ladi-form-item.ladi-form-checkbox {
        padding: 10px 5px
    }

    .ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-vertical .ladi-form-checkbox-item {
        margin-top: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        display: table;
        border: none
    }

    .ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-horizontal .ladi-form-checkbox-item {
        margin-top: 0 !important;
        margin-left: 0 !important;
        margin-right: 10px !important;
        display: inline-block;
        border: none;
        position: relative
    }

    .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item input {
        vertical-align: middle;
        width: 13px;
        height: 13px;
        display: table-cell;
        margin-right: 5px
    }

    .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span {
        display: table-cell;
        cursor: default;
        vertical-align: middle;
        word-break: break-word
    }

    .ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-horizontal .ladi-form-checkbox-item input {
        position: absolute;
        top: 4px
    }

    .ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-horizontal .ladi-form-checkbox-item span {
        padding-left: 18px
    }

    .ladi-form .ladi-form-item textarea.ladi-form-control {
        resize: none;
        padding: 5px
    }

    .ladi-form .ladi-button {
        cursor: pointer
    }

    .ladi-form .ladi-button .ladi-headline {
        cursor: pointer;
        user-select: none
    }

    .ladi-combobox {
        position: absolute;
        width: 100%;
        height: 100%
    }

    .ladi-combobox .ladi-combobox-item-container {
        position: absolute;
        width: 100%;
        height: 100%;
        text-transform: inherit;
        text-decoration: inherit;
        text-align: inherit;
        letter-spacing: inherit;
        color: inherit;
        background-size: inherit;
        background-attachment: inherit;
        background-origin: inherit
    }

    .ladi-combobox .ladi-combobox-item-container .ladi-combobox-item-background {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        pointer-events: none;
        background-size: inherit;
        background-attachment: inherit;
        background-origin: inherit
    }

    .ladi-combobox .ladi-combobox-item-container .ladi-combobox-item {
        width: 100%;
        height: 100%;
        position: absolute;
        text-transform: inherit;
        text-decoration: inherit;
        text-align: inherit;
        letter-spacing: inherit;
        color: inherit
    }

    .ladi-combobox .ladi-combobox-item-container .ladi-combobox-item .ladi-combobox-control option {
        color: initial
    }

    .ladi-combobox .ladi-combobox-item-container .ladi-combobox-item .ladi-combobox-control {
        background-color: transparent;
        min-width: 100%;
        min-height: 100%;
        max-width: 100%;
        max-height: 100%;
        width: 100%;
        height: 100%;
        padding: 0 5px;
        font-size: inherit;
        border: none;
        text-transform: inherit;
        text-align: inherit;
        letter-spacing: inherit;
        color: inherit;
        background-size: inherit;
        background-attachment: inherit;
        background-origin: inherit;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-size: 9px 6px !important;
        background-position: right .5rem center;
        background-repeat: no-repeat
    }

    .ladi-combobox .ladi-combobox-item-container .ladi-combobox-item .ladi-combobox-control:not([data-selected=""]) {
        text-decoration: inherit
    }

    .ladi-cart {
        position: absolute;
        width: 100%;
        font-size: 12px
    }

    .ladi-cart .ladi-cart-row {
        position: relative;
        display: inline-table;
        width: 100%
    }

    .ladi-cart .ladi-cart-row:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 1px;
        width: 100%;
        background: #dcdcdc
    }

    .ladi-cart .ladi-cart-no-product {
        text-align: center;
        font-size: 16px;
        vertical-align: middle
    }

    .ladi-cart .ladi-cart-image {
        width: 16%;
        vertical-align: middle;
        position: relative;
        text-align: center
    }

    .ladi-cart .ladi-cart-image img {
        max-width: 100%
    }

    .ladi-cart .ladi-cart-title {
        vertical-align: middle;
        padding: 0 5px;
        word-break: break-all
    }

    .ladi-cart .ladi-cart-title .ladi-cart-title-name {
        display: block;
        margin-bottom: 5px;
        word-break: break-word
    }

    .ladi-cart .ladi-cart-title .ladi-cart-title-variant {
        font-weight: 700;
        display: block;
        word-break: break-word
    }

    .ladi-cart .ladi-cart-image .ladi-cart-image-quantity {
        position: absolute;
        top: -3px;
        right: -5px;
        background: rgba(150, 149, 149, .9);
        width: 20px;
        height: 20px;
        border-radius: 50%;
        text-align: center;
        color: #fff;
        line-height: 20px
    }

    .ladi-cart .ladi-cart-quantity {
        width: 70px;
        vertical-align: middle;
        text-align: center
    }

    .ladi-cart .ladi-cart-quantity-content {
        display: -webkit-inline-flex;
        display: inline-flex
    }

    .ladi-cart .ladi-cart-quantity input {
        width: 24px;
        text-align: center;
        height: 22px;
        -moz-appearance: textfield;
        border-top: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc
    }

    .ladi-cart .ladi-cart-quantity input::-webkit-inner-spin-button,
    .ladi-cart .ladi-cart-quantity input::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0
    }

    .ladi-cart .ladi-cart-quantity button {
        border: 1px solid #dcdcdc;
        cursor: pointer;
        text-align: center;
        width: 21px;
        height: 22px;
        position: relative;
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none
    }

    .ladi-cart .ladi-cart-quantity button:active {
        transform: translateY(2px);
        transition: transform .2s linear
    }

    .ladi-cart .ladi-cart-quantity button span {
        font-size: 18px;
        position: relative;
        left: .5px
    }

    .ladi-cart .ladi-cart-quantity button:first-child span {
        top: -1.2px
    }

    .ladi-cart .ladi-cart-price {
        width: 100px;
        vertical-align: middle;
        text-align: right;
        padding: 0 10px 0 5px
    }

    .ladi-cart .ladi-cart-row.has-promotion .ladi-cart-price span {
        text-decoration: line-through;
        display: block;
        margin-bottom: 3px
    }

    .ladi-cart .ladi-cart-row.has-promotion .ladi-cart-price span.price-compare {
        text-decoration: none;
        color: #e85d04;
        font-weight: 700;
        margin-bottom: 0
    }

    .ladi-cart .ladi-cart-row.has-promotion .ladi-cart-title span.promotion-name {
        margin-top: 5px;
        display: block;
        word-break: break-word
    }

    .ladi-cart .ladi-cart-action {
        width: 28px;
        vertical-align: middle;
        text-align: center
    }

    .ladi-cart .ladi-cart-action button {
        border: 1px solid #dcdcdc;
        cursor: pointer;
        text-align: center;
        width: 25px;
        height: 22px;
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none
    }

    .ladi-cart .ladi-cart-action button:active {
        transform: translateY(2px);
        transition: transform .2s linear
    }

    .ladi-cart .ladi-cart-action button span {
        font-size: 13px;
        position: relative;
        top: .5px
    }

    .ladi-video {
        position: absolute;
        width: 100%;
        height: 100%;
        cursor: pointer;
        overflow: hidden
    }

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

    .ladi-group {
        position: absolute;
        width: 100%;
        height: 100%;

    }

    .ladi-button-group {
        position: absolute;
        width: 100%;
        height: 100%
    }

    .ladi-button-group>.ladi-element {
        transition: inherit
    }

    .ladi-button-group>.ladi-element>.ladi-button {
        transition: inherit
    }

    .ladi-shape {
        position: absolute;
        width: 100%;
        height: 100%;
        pointer-events: none
    }

    .ladi-html-code {
        position: absolute;
        width: 100%;
        height: 100%
    }

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

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

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

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

    .ladi-paragraph {
        width: 100\7%;
        display: inline-block
    }

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

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

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

    .ladi-list-paragraph ul li {
        position: relative;
        counter-increment: linum
    }

    .ladi-list-paragraph ul li:before {
        position: absolute;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        left: 0
    }

    .ladi-list-paragraph ul li:last-child {
        padding-bottom: 0 !important
    }

    .ladi-line {
        position: relative
    }

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

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

    a:visited {
        color: inherit
    }

    a:link {
        color: inherit
    }

    .button-unmute {
        cursor: pointer;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto
    }

    .button-unmute div {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2036%2036%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m%2021.48%2C17.98%20c%200%2C-1.77%20-1.02%2C-3.29%20-2.5%2C-4.03%20v%202.21%20l%202.45%2C2.45%20c%20.03%2C-0.2%20.05%2C-0.41%20.05%2C-0.63%20z%20m%202.5%2C0%20c%200%2C.94%20-0.2%2C1.82%20-0.54%2C2.64%20l%201.51%2C1.51%20c%20.66%2C-1.24%201.03%2C-2.65%201.03%2C-4.15%200%2C-4.28%20-2.99%2C-7.86%20-7%2C-8.76%20v%202.05%20c%202.89%2C.86%205%2C3.54%205%2C6.71%20z%20M%209.25%2C8.98%20l%20-1.27%2C1.26%204.72%2C4.73%20H%207.98%20v%206%20H%2011.98%20l%205%2C5%20v%20-6.73%20l%204.25%2C4.25%20c%20-0.67%2C.52%20-1.42%2C.93%20-2.25%2C1.18%20v%202.06%20c%201.38%2C-0.31%202.63%2C-0.95%203.69%2C-1.81%20l%202.04%2C2.05%201.27%2C-1.27%20-9%2C-9%20-7.72%2C-7.72%20z%20m%207.72%2C.99%20-2.09%2C2.08%202.09%2C2.09%20V%209.98%20z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        width: 60px;
        height: 60px;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        background-color: rgba(0, 0, 0, .5);
        border-radius: 100%;
        background-size: 90%;
        background-repeat: no-repeat;
        background-position: center center
    }

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

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

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

    .ladi-hidden {
        display: none
    }

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

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

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

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

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

    .ladi-animation-hidden {
        visibility: hidden !important
    }

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

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

    .ladi-cart-number {
        position: absolute;
        top: -2px;
        right: -7px;
        background: #f36e36;
        text-align: center;
        width: 18px;
        height: 18px;
        line-height: 18px;
        font-size: 11px;
        font-weight: 700;
        color: #fff;
        border-radius: 100%
    }

    .ladi-form-quantity {
        display: -webkit-inline-flex;
        display: inline-flex;
        border-color: inherit
    }

    .ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item.ladi-form-quantity .ladi-form-control {
        text-align: center;
        pointer-events: none;
        -moz-appearance: textfield;
        width: calc(100% - 45px);
        padding: 0;
        min-width: 24px;
        border-top: 1px hidden;
        border-bottom: 1px hidden;
        border-color: inherit
    }

    .ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item.ladi-form-quantity input::-webkit-inner-spin-button,
    .ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item.ladi-form-quantity input::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0
    }

    .ladi-form-quantity button {
        border: 1px hidden;
        border-color: inherit;
        cursor: pointer;
        text-align: center;
        width: 30px;
        height: 100%;
        position: relative;
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none
    }

    .ladi-form-quantity button span {
        font-size: 18px;
        position: relative;
        left: .5px
    }

    .ladi-form-quantity button:first-child span {
        top: -1.2px
    }

    .ladi-form [data-variant=true] select option[disabled] {
        background: #fff;
        color: #b8b8b8 !important
    }

    .ladi-story-page-progress-bar {
        width: 100%;
        height: 25px;
        position: fixed;
        top: 0;
        left: 0
    }

    .ladi-story-page-progress-bar-item {
        height: 100%;
        width: 100%;
        display: block;
        float: left;
        margin: 0 5px;
        position: relative;
        cursor: pointer
    }

    .ladi-story-page-progress-bar-item:before {
        content: '';
        position: absolute;
        background: rgba(255, 255, 255, .4);
        border-radius: 10px;
        width: 100%;
        height: 4px;
        margin: auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0
    }

    .ladi-story-page-progress-bar-item.active:before {
        background: #fff
    }

    .ladi-story-page-progress-bar-item span {
        background: #fff;
        border-radius: 10px;
        height: 4px;
        display: block;
        margin: auto 0;
        top: 0;
        bottom: 0;
        position: absolute;
        transition: width .3s linear;
        width: 0%
    }

    .ladi-carousel .ladi-carousel-arrow,
    .ladi-collection .ladi-collection-arrow,
    .ladi-collection .ladi-collection-button-next,
    .ladi-gallery .ladi-gallery-control .ladi-gallery-control-arrow,
    .ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow,
    .ladi-section .ladi-section-arrow-down {
        width: 33px;
        height: 33px;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")
    }

    #SECTION_POPUP .popup-close,
    .ladi-section .ladi-section-close,
    .lightbox-screen .lightbox-close {
        width: 18px;
        height: 18px;
        margin: 6px;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20148.1%20148.1%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M83.4%2C74l54.1-54.1c2.6-2.6%2C2.6-6.8%2C0-9.3c-2.6-2.6-6.8-2.6-9.3%2C0L74%2C64.7L20%2C10.5c-2.6-2.6-6.8-2.6-9.3%2C0c-2.6%2C2.6-2.6%2C6.8%2C0%2C9.3l54%2C54.1l-54.1%2C54.1c-2.6%2C2.6-2.6%2C6.8%2C0%2C9.3c2.6%2C2.6%2C6.8%2C2.6%2C9.3%2C0l54.1-54l54.1%2C54.1c1.3%2C1.3%2C3%2C1.9%2C4.7%2C1.9s3.4-0.6%2C4.7-1.9c1.3-1.3%2C2-3.1%2C2-4.9c0-1.7-0.8-3.4-2-4.6L83.4%2C74z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")
    }

    #BODY_BACKGROUND {
        position: fixed;
        pointer-events: none;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        height: 100vh !important
    }

    #POPUP_BLOG .ladi-headline img,
    #POPUP_BLOG .ladi-paragraph img {
        max-width: 100%
    }

    @media (min-width:768px) {
        .ladi-fullwidth {
            width: 100vw !important;
            left: calc(-50vw + 50%) !important;
            box-sizing: border-box !important;
            transform: none !important
        }

        .ladi-fullwidth .ladi-gallery-view-item {
            transition-duration: 1.5s
        }
    }

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

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

        .ladi-carousel .ladi-carousel-content {
            transition: left .3s ease-in-out
        }

        .ladi-gallery .ladi-gallery-view>.ladi-gallery-view-item {
            transition: transform .3s ease-in-out
        }

        #POPUP_BLOG .ladi-headline img,
        #POPUP_BLOG .ladi-paragraph img {
            height: auto !important
        }
    }

    .ladi-notify-transition {
        transition: top .5s ease-in-out, bottom .5s ease-in-out, opacity .5s ease-in-out
    }

    .ladi-notify {
        padding: 5px;
        box-shadow: 0 0 1px rgba(64, 64, 64, .3), 0 8px 50px rgba(64, 64, 64, .05);
        border-radius: 40px;
        line-height: 1.6;
        width: 100%;
        height: 100%;
        font-size: 13px
    }

    .ladi-notify .ladi-notify-image img {
        float: left;
        margin-right: 13px;
        border-radius: 50%;
        width: 53px;
        height: 53px;
        pointer-events: none
    }

    .ladi-notify .ladi-notify-title {
        font-size: 100%;
        height: 17px;
        overflow: hidden;
        font-weight: 700;
        overflow-wrap: break-word;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 1
    }

    .ladi-notify .ladi-notify-content {
        font-size: 92.308%;
        height: 17px;
        overflow: hidden;
        overflow-wrap: break-word;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 1;
        padding-top: 2px
    }

    .ladi-notify .ladi-notify-time {
        line-height: 1.6;
        font-size: 84.615%;
        display: inline-block;
        overflow-wrap: break-word;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: calc(100% - 155px);
        overflow: hidden
    }

    .ladi-notify .ladi-notify-copyright {
        font-size: 76.9231%;
        margin-left: 2px;
        position: relative;
        padding: 0 5px;
        cursor: pointer;
        opacity: .6;
        display: inline-block;
        top: -4px
    }

    .ladi-notify .ladi-notify-copyright svg {
        vertical-align: middle
    }

    .ladi-notify .ladi-notify-copyright svg:not(:root) {
        overflow: hidden
    }

    .ladi-notify .ladi-notify-copyright div {
        text-decoration: none;
        color: rgba(64, 64, 64, 1);
        display: inline
    }

    .ladi-notify .ladi-notify-copyright strong {
        font-weight: 700
    }

    .builder-container .ladi-notify {
        transition: unset
    }

    .ladi-spin-lucky {
        width: 100%;
        height: 100%;
        border-radius: 100%;
        box-shadow: 0 0 7px 0 rgba(64, 64, 64, .6), 0 8px 50px rgba(64, 64, 64, .3);
        background-repeat: no-repeat;
        background-size: cover
    }

    .ladi-spin-lucky .ladi-spin-lucky-start {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 20%;
        height: 20%;
        cursor: pointer;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        transition: transform .3s ease-in-out;
        -webkit-transition: transform .3s ease-in-out
    }

    .ladi-spin-lucky .ladi-spin-lucky-start:hover {
        transform: scale(1.1)
    }

    .ladi-spin-lucky .ladi-spin-lucky-screen {
        width: 100%;
        height: 100%;
        border-radius: 100%;
        transition: transform 7s cubic-bezier(.25, .1, 0, 1);
        -webkit-transition: transform 7s cubic-bezier(.25, .1, 0, 1);
        text-decoration-line: inherit;
        -webkit-text-decoration-line: inherit;
        text-transform: inherit
    }

    .ladi-spin-lucky .ladi-spin-lucky-screen:before {
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        pointer-events: none
    }

    .ladi-spin-lucky .ladi-spin-lucky-label {
        position: absolute;
        top: 50%;
        left: 50%;
        overflow: hidden;
        width: 42%;
        padding-left: 12%;
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        text-decoration-line: inherit;
        -webkit-text-decoration-line: inherit;
        text-transform: inherit;
        line-height: 1.6;
        text-shadow: rgba(0, 0, 0, .5) 1px 0 2px
    }


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

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

    @font-face {
        font-family: "SourceSansPro-ExtraLight.ttf";
        src: url("../fonts/sourcesanspro-extralight-20201231072029.ttf") format("truetype");
    }



    @font-face {
        font-family: "Roboto-Black.ttf";
        src: url("../fonts/roboto-black-20200721090708.ttf") format("truetype");
    }

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


    @media (min-width: 768px) {
        #SECTION_POPUP {
            height: 0px;
        }

        #SECTION_POPUP .ladi-section-arrow-down {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        }

        #IMAGE2 {
            width: 68px;
            height: 68px;
            top: 0px;
            left: 0px;
        }

        #IMAGE2>.ladi-image>.ladi-image-background {
            width: 68px;
            height: 68px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s400x400/5da6cb07a973800e7e31908d/icon1-20210218075312.png");
        }

        #PARAGRAPH3 {
            width: 470px;
            top: 0px;
            left: 0px;
        }

        #PARAGRAPH3>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 16px;
            line-height: 1.6;
        }

        #LINE4 {
            width: 183px;
            top: 0px;
            left: 0px;
        }

        #LINE4>.ladi-line>.ladi-line-container {
            border-top: 1px solid rgb(138, 7, 7);
            border-right: 1px solid rgb(138, 7, 7);
            border-bottom: 1px solid rgb(138, 7, 7);
            border-left: 0px !important;
        }

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

        #BOX5 {
            width: 10px;
            height: 10px;
            top: 3.5px;
            left: 178px;
        }

        #BOX5>.ladi-box {
            background: rgba(138, 7, 7, 1);
            background: -webkit-linear-gradient(180deg, rgba(138, 7, 7, 1), rgba(238, 143, 102, 1));
            background: linear-gradient(180deg, rgba(138, 7, 7, 1), rgba(238, 143, 102, 1));
            border-radius: 100px;
        }

        #GROUP6 {
            width: 549px;
            height: 69.5px;
            top: 628px;
            left: 573px;
        }

        #GROUP7 {
            width: 188px;
            height: 17px;
            top: 25px;
            left: 0px;
        }

        #IMAGE8 {
            width: 68px;
            height: 71.5px;
            top: 0px;
            left: 0px;
        }

        #IMAGE8>.ladi-image>.ladi-image-background {
            width: 68px;
            height: 71.5px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s400x400/5da6cb07a973800e7e31908d/icon2-20210218075312.png");
        }

        #GROUP9 {
            width: 470px;
            height: 42px;
            top: 27.5px;
            left: 79px;
        }

        #PARAGRAPH11 {
            width: 470px;
            top: 0px;
            left: 0px;
        }

        #PARAGRAPH11>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 16px;
            line-height: 1.6;
        }

        #LINE13 {
            width: 183px;
            top: 0px;
            left: 0px;
        }

        #LINE13>.ladi-line>.ladi-line-container {
            border-top: 1px solid rgb(138, 7, 7);
            border-right: 1px solid rgb(138, 7, 7);
            border-bottom: 1px solid rgb(138, 7, 7);
            border-left: 0px !important;
        }

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

        #BOX14 {
            width: 10px;
            height: 10px;
            top: 3.5px;
            left: 178px;
        }

        #BOX14>.ladi-box {
            background: rgba(138, 7, 7, 1);
            background: -webkit-linear-gradient(180deg, rgba(138, 7, 7, 1), rgba(238, 143, 102, 1));
            background: linear-gradient(180deg, rgba(138, 7, 7, 1), rgba(238, 143, 102, 1));
            border-radius: 100px;
        }

        #GROUP12 {
            width: 188px;
            height: 17px;
            top: 25px;
            left: 0px;
        }

        #GROUP10 {
            width: 470px;
            height: 42px;
            top: 26px;
            left: 88px;
        }

        #IMAGE15 {
            width: 68px;
            height: 68px;
            top: 0px;
            left: 0px;
        }

        #IMAGE15>.ladi-image>.ladi-image-background {
            width: 68px;
            height: 68px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s400x400/5da6cb07a973800e7e31908d/icon3-20210218075303.png");
        }

        #PARAGRAPH17 {
            width: 290px;
            top: 3px;
            left: 87px;
        }

        #PARAGRAPH17>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 15px;
            line-height: 1.6;
        }

        #IMAGE48 {
            width: 1236.84px;
            height: 239.772px;
            top: 0px;
            left: -17px;
        }

        #IMAGE48>.ladi-image>.ladi-image-background {
            width: 1236.84px;
            height: 239.772px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s1550x550/5da6cb07a973800e7e31908d/adb_title-20210218075243.png");
        }

        #PARAGRAPH51 {
            width: 933px;
            top: 0px;
            left: 32.5px;
        }

        #PARAGRAPH51>.ladi-paragraph {
            font-family: "SourceSansPro-ExtraLight.ttf";
            color: rgb(255, 255, 255);
            font-size: 34px;
            line-height: 1.6;
        }

        #LINE52 {
            width: 20px;
            top: 18px;
            left: 0px;
        }

        #LINE52>.ladi-line>.ladi-line-container {
            border-top: 1px solid rgb(255, 255, 255);
            border-right: 1px solid rgb(255, 255, 255);
            border-bottom: 1px solid rgb(255, 255, 255);
            border-left: 0px !important;
        }

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

        #GROUP49 {
            width: 965.5px;
            height: 54px;
            top: 127.5px;
            left: 251.5px;
        }

        #SECTION28 {
            height: 979px;
        }

        #SECTION28>.ladi-section-background {
            background-color: rgb(244, 220, 216);
        }

        #SECTION28 .ladi-section-arrow-down {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        }

        #IMAGE56 {
            width: 883.912px;
            height: 602px;
            top: 117px;
            left: -337.993px;
        }

        #IMAGE56>.ladi-image>.ladi-image-background {
            width: 883.912px;
            height: 602px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s1200x950/5da6cb07a973800e7e31908d/rbg/family-20210218082908.png");
        }

        #PARAGRAPH57 {
            width: 686px;
            top: 245.5px;
            left: 390.75px;
        }

        #PARAGRAPH57>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 19px;
            line-height: 1.6;
        }

        #IMAGE58 {
            width: 16px;
            height: 16px;
            top: 6px;
            left: 0px;
        }

        #IMAGE58>.ladi-image>.ladi-image-background {
            width: 16px;
            height: 16px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s350x350/5da6cb07a973800e7e31908d/round-20210218075349.png");
        }

        #PARAGRAPH59 {
            width: 470px;
            top: 0px;
            left: 29px;
        }

        #PARAGRAPH59>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            line-height: 1.6;
        }

        #GROUP60 {
            width: 499px;
            height: 28px;
            top: 285px;
            left: 390.75px;
        }

        #IMAGE62 {
            width: 16px;
            height: 16px;
            top: 6px;
            left: 0px;
        }

        #IMAGE62>.ladi-image>.ladi-image-background {
            width: 16px;
            height: 16px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s350x350/5da6cb07a973800e7e31908d/round-20210218075349.png");
        }

        #PARAGRAPH63 {
            width: 610px;
            top: 0px;
            left: 29px;
        }

        #PARAGRAPH63>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            line-height: 1.6;
        }

        #GROUP61 {
            width: 639px;
            height: 28px;
            top: 324.5px;
            left: 390.75px;
        }

        #IMAGE65 {
            width: 16px;
            height: 16px;
            top: 6px;
            left: 0px;
        }

        #IMAGE65>.ladi-image>.ladi-image-background {
            width: 16px;
            height: 16px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s350x350/5da6cb07a973800e7e31908d/round-20210218075349.png");
        }

        #PARAGRAPH66 {
            width: 470px;
            top: 0px;
            left: 29px;
        }

        #PARAGRAPH66>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            line-height: 1.6;
        }

        #GROUP64 {
            width: 499px;
            height: 28px;
            top: 364px;
            left: 390.75px;
        }

        #IMAGE68 {
            width: 16px;
            height: 16px;
            top: 6px;
            left: 0px;
        }

        #IMAGE68>.ladi-image>.ladi-image-background {
            width: 16px;
            height: 16px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s350x350/5da6cb07a973800e7e31908d/round-20210218075349.png");
        }

        #PARAGRAPH69 {
            width: 548px;
            top: 0px;
            left: 29px;
        }

        #PARAGRAPH69>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            line-height: 1.6;
        }

        #GROUP67 {
            width: 577px;
            height: 28px;
            top: 403.5px;
            left: 390.75px;
        }

        #IMAGE71 {
            width: 16px;
            height: 16px;
            top: 6px;
            left: 0px;
        }

        #IMAGE71>.ladi-image>.ladi-image-background {
            width: 16px;
            height: 16px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s350x350/5da6cb07a973800e7e31908d/round-20210218075349.png");
        }

        #PARAGRAPH72 {
            width: 470px;
            top: 0px;
            left: 29px;
        }

        #PARAGRAPH72>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            line-height: 1.6;
        }

        #GROUP70 {
            width: 499px;
            height: 28px;
            top: 443px;
            left: 390.75px;
        }

        #IMAGE73 {
            width: 110.056px;
            height: 110.056px;
            top: 0px;
            left: 13.2008px;
        }

        #IMAGE73>.ladi-image>.ladi-image-background {
            width: 110.056px;
            height: 110.056px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s450x450/5da6cb07a973800e7e31908d/badge-20210218075248.png");
        }

        #PARAGRAPH74 {
            width: 146px;
            top: 28.6264px;
            left: 35px;
        }

        #PARAGRAPH74>.ladi-paragraph {
            font-family: "Chonburi-Regular.ttf";
            color: rgb(255, 255, 255);
            font-size: 38px;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP75 {
            width: 146.089px;
            height: 110.056px;
            top: 490px;
            left: 268.5px;
        }

        #IMAGE77 {
            width: 448.17px;
            height: 416.333px;
            top: 503.223px;
            left: -87.223px;
        }

        #IMAGE77>.ladi-image>.ladi-image-background {
            width: 466.87px;
            height: 427.936px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s800x750/5da6cb07a973800e7e31908d/parasotin-ml-decor-1-20220319084411.png");
        }

        #FORM123 {
            width: 405.28px;
            height: 186.71px;
            top: 159.312px;
            left: 19.5px;
        }

        #FORM123>.ladi-form {
            color: rgb(0, 0, 0);
            font-size: 12px;
            line-height: 1.6;
        }

        #FORM123 .ladi-form-item .ladi-form-control::placeholder,
        #FORM123 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"] {
            color: #000;
        }

        #FORM123 .ladi-form-item {

            padding-right: 10px;
        }

        #FORM123 .ladi-form-item.ladi-form-checkbox {
            padding-left: 15px;
            padding-right: 15px;
        }

        #FORM123 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20%23000%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
        }

        #FORM123 .ladi-form-item-container,
        #FORM123 .ladi-form-label-container .ladi-form-label-item {
            border-style: solid;
            border-color: rgb(233, 45, 0);
            border-width: 3px;
            border-radius: 46px;
        }

        #FORM123 .ladi-form-item-container .ladi-form-quantity button {
            background-color: rgb(233, 45, 0);
        }

        #FORM123 .ladi-form-item-background {
            background-color: rgb(255, 255, 255);
            border-radius: 43px
        }

        #FORM_ITEM127 {
            width: 276.91px;
            height: 46.8649px;
            top: 100.3771px;
            left: 0px;
        }

        #FORM_ITEM126 {
            width: 276.91px;
            height: 44.8649px;
            top: 43px;
            left: 0px;
        }

        #country_code_selector {
            position: absolute;
            top: -15px;
            width: 276.91px;
            height: 44.8649px;
            border-style: solid;
            border-color: rgb(233, 45, 0);
            border-width: 3px;
            border-radius: 46px;
        }

        #BUTTON124 {
            width: 247.216px;
            height: 45.8649px;
            top: 162.845px;
            left: 29.694px;
        }

        #BUTTON124>.ladi-button>.ladi-button-background {
            background: rgba(233, 45, 0, 1.0);
            background: -webkit-linear-gradient(180deg, rgba(233, 45, 0, 1.0), rgba(138, 7, 7, 1.0));
            background: linear-gradient(180deg, rgba(233, 45, 0, 1.0), rgba(138, 7, 7, 1.0));
        }

        #BUTTON124>.ladi-button {
            border-style: solid;
            border-color: rgb(138, 7, 7);
            border-width: 2px;
            border-radius: 46px;
        }

        #BUTTON124.ladi-animation>.ladi-button {
            animation-name: pulse;
            -webkit-animation-name: pulse;
            animation-delay: 0s;
            -webkit-animation-delay: 0s;
            animation-duration: 1s;
            -webkit-animation-duration: 1s;
            animation-iteration-count: infinite;
            -webkit-animation-iteration-count: infinite;
        }

        #BUTTON_TEXT124 {
            width: 244px;
            top: 16.6796px;
            left: 0px;
        }

        #BUTTON_TEXT124>.ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 25px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

        #BOX165 {
            width: 330px;
            height: 530px;
            top: 0px;
            left: 4px;
        }

        #BOX165>.ladi-box {
            background-color: rgb(255, 255, 255);
            border-style: dashed;
            border-color: rgb(233, 45, 0);
            border-width: 2px;
        }

        #PARAGRAPH184 {
            width: 299px;
            top: 377.022px;
            left: 19.5px;
        }

        #PARAGRAPH184>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 15px;
            text-align: center;
            line-height: 1.6;
        }

        #COUNTDOWN186 {
            width: 204px;
            height: 57px;
            top: 0px;
            left: 0px;
        }

        #COUNTDOWN186>.ladi-countdown {
            color: rgb(255, 255, 255);
            font-size: 30px;
            font-weight: bold;
            text-align: center;
        }

        #COUNTDOWN186>.ladi-countdown>.ladi-element {
            width: calc((100% - 10px * 3) / 4);
            margin-right: 10px;
            height: 100%;
        }

        #COUNTDOWN_ITEM187 {
            visibility: hidden;
            pointer-events: none;
        }

        #PARAGRAPH191 {
            width: 57px;
            top: 7.5px;
            left: 74px;
        }

        #PARAGRAPH191>.ladi-paragraph {
            color: rgb(255, 255, 255);
            font-size: 24px;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH192 {
            width: 57px;
            top: 7.5px;
            left: 127px;
        }

        #PARAGRAPH192>.ladi-paragraph {
            color: rgb(255, 255, 255);
            font-size: 24px;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP193 {
            width: 204px;
            height: 57px;
            top: 16.667px;
            left: 63px;
        }

        #BOX194 {
            width: 330px;
            height: 49px;
            top: 20.667px;
            left: 0px;
        }

        #BOX194>.ladi-box {
            background-color: rgb(233, 45, 0);
        }

        #SHAPE223 {
            width: 40px;
            height: 40px;
            top: 25.167px;
            left: 63px;
        }

        #SHAPE223 svg:last-child {
            fill: rgba(255, 255, 255, 1);
        }

        #PARAGRAPH228 {
            width: 283px;
            top: 0px;
            left: 14px;
        }

        #PARAGRAPH228>.ladi-paragraph {
            text-decoration-line: line-through;
            -webkit-text-decoration-line: line-through;
            color: rgb(92, 92, 92);
            font-size: 18px;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH229 {
            width: 269px;
            top: 32px;
            left: 3px;
        }

        #PARAGRAPH229>.ladi-paragraph {
            color: rgb(135, 0, 0);
            font-size: 12px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP227 {
            width: 297px;
            height: 65px;
            top: 77.167px;
            left: 50px;
        }

        #PARAGRAPH230 {
            width: 269px;
            top: 112.167px;
            left: 207.5px;
        }

        #PARAGRAPH230>.ladi-paragraph {
            color: rgb(135, 0, 0);
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP231 {
            width: 424.78px;
            height: 530px;
            top: 0px;
            left: 0px;
        }

        #GROUP231.ladi-animation>.ladi-group {
            animation-name: bounceInRight;
            -webkit-animation-name: bounceInRight;
            animation-delay: 1s;
            -webkit-animation-delay: 1s;
            animation-duration: 1s;
            -webkit-animation-duration: 1s;
            animation-iteration-count: 1;
            -webkit-animation-iteration-count: 1;
        }

        #SECTION232 {
            height: 811.399px;
        }

        #SECTION232 .ladi-section-arrow-down {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        }

        #BOX233 {
            width: 330px;
            height: 63px;
            top: 0px;
            left: 0px;
        }

        #BOX233>.ladi-box {
            background-color: rgb(255, 255, 255);
            border-color: rgb(233, 45, 0);
            border-width: 2px;
            border-radius: 100px;
        }

        #PARAGRAPH235 {
            width: 299px;
            top: 0px;
            left: 14.79px;
        }

        #PARAGRAPH235>.ladi-paragraph {
            font-family: "SourceSansPro-ExtraLight.ttf";
            color: rgb(0, 0, 0);
            font-size: 24px;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH237 {
            width: 160px;
            top: 0px;
            left: 0px;
        }

        #PARAGRAPH237>.ladi-paragraph {
            color: rgb(233, 45, 0);
            font-size: 30px;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH237.ladi-animation>.ladi-paragraph {
            animation-name: pulse;
            -webkit-animation-name: pulse;
            animation-delay: 0s;
            -webkit-animation-delay: 0s;
            animation-duration: 1s;
            -webkit-animation-duration: 1s;
            animation-iteration-count: infinite;
            -webkit-animation-iteration-count: infinite;
        }

        #PARAGRAPH238 {
            width: 71px;
            top: 13.5px;
            left: 109.5px;
        }

        #PARAGRAPH238>.ladi-paragraph {
            color: rgb(233, 45, 0);
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP239 {
            width: 180.5px;
            height: 48px;
            top: 24.333px;
            left: 74.79px;
        }

        #GROUP240 {
            width: 330px;
            height: 72.333px;
            top: 527.723px;
            left: 573px;
        }

        #LINE241 {
            width: 260px;
            top: 475.667px;
            left: 34px;
        }

        #LINE241>.ladi-line>.ladi-line-container {
            border-top: 1px solid rgb(233, 45, 0);
            border-right: 1px solid rgb(233, 45, 0);
            border-bottom: 1px solid rgb(233, 45, 0);
            border-left: 0px !important;
        }

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

        #IMAGE242 {
            width: 34.7083px;
            height: 28.3333px;
            top: 488.667px;
            left: 16.5px;
        }

        #IMAGE242>.ladi-image>.ladi-image-background {
            width: 34.7083px;
            height: 28.3333px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s350x350/5da6cb07a973800e7e31908d/sec-20210218075349.png");
        }

        #PARAGRAPH243 {
            width: 246px;
            top: 492.667px;
            left: 58px;
        }

        #PARAGRAPH243>.ladi-paragraph {
            color: rgb(233, 45, 0);
            font-size: 12px;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP244 {
            width: 424.78px;
            height: 530px;
            top: 0px;
            left: 0px;
        }

        #PARAGRAPH245 {
            width: 179px;
            top: -5.444px;
            left: 139px;
        }

        #PARAGRAPH245>.ladi-paragraph {
            font-family: "Roboto-Black.ttf";
            color: rgb(138, 7, 7);
            font-size: 70px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH246 {
            width: 756px;
            top: 29.056px;
            left: 285px;
        }

        #PARAGRAPH246>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 27px;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH247 {
            width: 1071px;
            top: 86.056px;
            left: 75px;
        }

        #PARAGRAPH247>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 27px;
            text-align: center;
            line-height: 1.6;
        }

        #IMAGE248 {
            width: 496.393px;
            height: 646.465px;
            top: 164.934px;
            left: -142px;
        }

        #IMAGE248>.ladi-image>.ladi-image-background {
            width: 496.393px;
            height: 646.465px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s800x950/5da6cb07a973800e7e31908d/img2-20210218075326.png");
        }

        #IMAGE249 {
            width: 78px;
            height: 124px;
            top: 0px;
            left: 54.71px;
        }

        #IMAGE249>.ladi-image>.ladi-image-background {
            width: 78px;
            height: 124px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s400x450/5da6cb07a973800e7e31908d/im1-20210218075304.png");
        }

        #PARAGRAPH250 {
            width: 134px;
            top: 0px;
            left: 35px;
        }

        #PARAGRAPH250>.ladi-paragraph {
            color: rgb(233, 45, 0);
            font-size: 20px;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH251 {
            width: 203px;
            top: 41px;
            left: 0px;
        }

        #PARAGRAPH251>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP252 {
            width: 203px;
            height: 157px;
            top: 138.899px;
            left: 0px;
        }

        #GROUP253 {
            width: 203px;
            height: 295.899px;
            top: 164.934px;
            left: 406.5px;
        }

        #IMAGE255 {
            width: 129px;
            height: 124px;
            top: 0px;
            left: 41.5px;
        }

        #IMAGE255>.ladi-image>.ladi-image-background {
            width: 129px;
            height: 124px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s450x450/5da6cb07a973800e7e31908d/im2-20210218075304.png");
        }

        #PARAGRAPH257 {
            width: 212px;
            top: 0px;
            left: 0px;
        }

        #PARAGRAPH257>.ladi-paragraph {
            color: rgb(233, 45, 0);
            font-size: 18px;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH258 {
            width: 203px;
            top: 41px;
            left: 4.5px;
        }

        #PARAGRAPH258>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP256 {
            width: 212px;
            height: 99px;
            top: 138.899px;
            left: 0px;
        }

        #GROUP254 {
            width: 212px;
            height: 237.899px;
            top: 164.934px;
            left: 663px;
        }

        #IMAGE260 {
            width: 103.304px;
            height: 128.899px;
            top: 0px;
            left: 59px;
        }

        #IMAGE260>.ladi-image>.ladi-image-background {
            width: 103.304px;
            height: 128.899px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s450x450/5da6cb07a973800e7e31908d/im3-20210218075326.png");
        }

        #PARAGRAPH262 {
            width: 248px;
            top: 0px;
            left: 0px;
        }

        #PARAGRAPH262>.ladi-paragraph {
            color: rgb(233, 45, 0);
            font-size: 20px;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH263 {
            width: 203px;
            top: 41px;
            left: 22px;
        }

        #PARAGRAPH263>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP261 {
            width: 248px;
            height: 99px;
            top: 138.899px;
            left: 0px;
        }

        #GROUP259 {
            width: 248px;
            height: 237.899px;
            top: 164.934px;
            left: 926px;
        }

        #PARAGRAPH267 {
            width: 329px;
            top: 0px;
            left: 0px;
        }

        #PARAGRAPH267>.ladi-paragraph {
            color: rgb(233, 45, 0);
            font-size: 20px;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP266 {
            width: 329px;
            height: 157px;
            top: 138.899px;
            left: 0px;
        }

        #GROUP264 {
            width: 329px;
            height: 295.899px;
            top: 460.934px;
            left: 348px;
        }

        #PARAGRAPH268 {
            width: 203px;
            top: 41px;
            left: 63px;
        }

        #PARAGRAPH268>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            text-align: center;
            line-height: 1.6;
        }

        #IMAGE265 {
            width: 129px;
            height: 129px;
            top: 0px;
            left: 100px;
        }

        #IMAGE265>.ladi-image>.ladi-image-background {
            width: 129px;
            height: 129px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s450x450/5da6cb07a973800e7e31908d/im4-20210218075326.png");
        }

        #IMAGE270 {
            width: 143px;
            height: 129px;
            top: 0px;
            left: 77px;
        }

        #IMAGE270>.ladi-image>.ladi-image-background {
            width: 143px;
            height: 129px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s450x450/5da6cb07a973800e7e31908d/im5-20210218075326.png");
        }

        #PARAGRAPH272 {
            width: 284px;
            top: 0px;
            left: 0px;
        }

        #PARAGRAPH272>.ladi-paragraph {
            color: rgb(233, 45, 0);
            font-size: 20px;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH273 {
            width: 203px;
            top: 41px;
            left: 40px;
        }

        #PARAGRAPH273>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP271 {
            width: 284px;
            height: 99px;
            top: 138.899px;
            left: 0px;
        }

        #GROUP269 {
            width: 284px;
            height: 237.899px;
            top: 460.934px;
            left: 654px;
        }

        #IMAGE275 {
            width: 95px;
            height: 121.573px;
            top: 0px;
            left: 90px;
        }

        #IMAGE275>.ladi-image>.ladi-image-background {
            width: 95px;
            height: 121.573px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s400x450/5da6cb07a973800e7e31908d/im6-20210218075326.png");
        }

        #PARAGRAPH277 {
            width: 284px;
            top: 0px;
            left: 0px;
        }

        #PARAGRAPH277>.ladi-paragraph {
            color: rgb(233, 45, 0);
            font-size: 20px;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH278 {
            width: 203px;
            top: 63px;
            left: 40.5px;
        }

        #PARAGRAPH278>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP276 {
            width: 284px;
            height: 149px;
            top: 138.899px;
            left: 0px;
        }

        #GROUP274 {
            width: 284px;
            height: 287.899px;
            top: 460.934px;
            left: 908px;
        }

        #SECTION279 {
            height: 839.9px;
        }

        #SECTION279>.ladi-section-background {
            background-color: rgb(244, 220, 216);
        }

        #SECTION279 .ladi-section-arrow-down {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        }

        #PARAGRAPH280 {
            width: 316px;
            top: 37.5px;
            left: 0px;
        }

        #PARAGRAPH280>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 30px;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH281 {
            width: 316px;
            top: 37.5px;
            left: 604px;
        }

        #PARAGRAPH281>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 30px;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH282 {
            width: 479px;
            top: 0px;
            left: 134.5px;
        }

        #PARAGRAPH282>.ladi-paragraph {
            font-family: "Roboto-Black.ttf";
            color: rgb(138, 7, 7);
            font-size: 70px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP283 {
            width: 920px;
            height: 112px;
            top: 0px;
            left: 108.5px;
        }

        #IMAGE285 {
            width: 230.15px;
            height: 152.666px;
            top: 0px;
            left: 0px;
        }

        #IMAGE285>.ladi-image>.ladi-image-background {
            width: 230.15px;
            height: 152.666px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s550x500/5da6cb07a973800e7e31908d/20190604_103925_408958_dau-dau-mat-ngumax-800x800-20200718043505.jpg");
        }

        #IMAGE285>.ladi-image {
            border-style: solid;
            border-color: rgb(138, 7, 7);
            border-width: 1px;
        }

        #BOX286 {
            width: 230.15px;
            height: 111px;
            top: 161.657px;
            left: 0px;
        }

        #BOX286>.ladi-box {
            background-color: rgb(138, 7, 7);
            border-radius: 0px 0px 40px 40px;
        }

        #PARAGRAPH287 {
            width: 230px;
            top: 182.657px;
            left: 0.575px;
            text-align: center;
        }

        #PARAGRAPH287>.ladi-paragraph {
            color: rgb(255, 255, 255);
            font-size: 22px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP288 {
            width: 230.575px;
            height: 272.657px;
            top: 112px;
            left: -54px;
        }

        #IMAGE290 {
            width: 230.15px;
            height: 152.666px;
            top: 0px;
            left: 0px;
        }

        #IMAGE290>.ladi-image>.ladi-image-background {
            width: 230.15px;
            height: 152.666px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s550x500/5da6cb07a973800e7e31908d/stress-20210113063043.jpg");
        }

        #IMAGE290>.ladi-image {
            border-style: solid;
            border-color: rgb(138, 7, 7);
            border-width: 1px;
        }

        #BOX291 {
            width: 230.15px;
            height: 111px;
            top: 161.657px;
            left: 0px;
        }

        #BOX291>.ladi-box {
            background-color: rgb(138, 7, 7);
            border-radius: 0px 0px 40px 40px;
        }

        #PARAGRAPH292 {
            width: 230px;
            top: 182.657px;
            left: 0.575px;
            text-align: center;
        }

        #PARAGRAPH292>.ladi-paragraph {
            color: rgb(255, 255, 255);
            font-size: 22px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP289 {
            width: 230.575px;
            height: 272.657px;
            top: 112px;
            left: 203px;
        }

        #IMAGE295 {
            width: 230.15px;
            height: 152.666px;
            top: 0px;
            left: 0px;
            background: url("../img/met-moi-chan-an-la-benh-gi-1-1523620545595401729475.jpeg");
            background-size: contain;

        }

        #IMAGE295>.ladi-image>.ladi-image-background {
            width: 230.15px;
            height: 152.666px;
            top: 0px;
            left: 0px;

        }

        #IMAGE295>.ladi-image {
            border-style: solid;
            border-color: rgb(138, 7, 7);
            border-width: 1px;
        }

        #BOX296 {
            width: 230.15px;
            height: 111px;
            top: 161.657px;
            left: 0px;
        }

        #BOX296>.ladi-box {
            background-color: rgb(138, 7, 7);
            border-radius: 0px 0px 40px 40px;
        }

        #PARAGRAPH297 {
            width: 230px;
            top: 182.657px;
            left: 0.575px;
            text-align: center;
        }

        #PARAGRAPH297>.ladi-paragraph {
            color: rgb(255, 255, 255);
            font-size: 22px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP294 {
            width: 230.575px;
            height: 272.657px;
            top: 112px;
            left: 458px;
        }

        #IMAGE299 {
            width: 230.15px;
            height: 152.666px;
            top: 0px;
            left: 0px;
        }

        #IMAGE299>.ladi-image>.ladi-image-background {
            width: 230.15px;
            height: 152.666px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s550x500/5da6cb07a973800e7e31908d/di-ung-20201225070609.jpg");
        }

        #IMAGE299>.ladi-image {
            border-style: solid;
            border-color: rgb(138, 7, 7);
            border-width: 1px;
        }

        #BOX300 {
            width: 230.15px;
            height: 111px;
            top: 161.657px;
            left: 0px;
        }

        #BOX300>.ladi-box {
            background-color: rgb(138, 7, 7);
            border-radius: 0px 0px 40px 40px;
        }

        #PARAGRAPH301 {
            width: 230px;
            top: 182.657px;
            left: 0.575px;
        }

        #PARAGRAPH301>.ladi-paragraph {
            color: rgb(255, 255, 255);
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP298 {
            width: 230.575px;
            height: 272.657px;
            top: 419px;
            left: -54px;
        }

        #IMAGE303 {
            width: 230.15px;
            height: 152.666px;
            top: 0px;
            left: 0px;
        }

        #IMAGE303>.ladi-image>.ladi-image-background {
            width: 230.15px;
            height: 152.666px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s550x500/5da6cb07a973800e7e31908d/hoi-mieng-2-20201030064938.jpg");
        }

        #IMAGE303>.ladi-image {
            border-style: solid;
            border-color: rgb(138, 7, 7);
            border-width: 1px;
        }

        #BOX304 {
            width: 230.15px;
            height: 111px;
            top: 161.657px;
            left: 0px;
        }

        #BOX304>.ladi-box {
            background-color: rgb(138, 7, 7);
            border-radius: 0px 0px 40px 40px;
        }

        #PARAGRAPH305 {
            width: 230px;
            top: 182.657px;
            left: 0.575px;
        }

        #PARAGRAPH305>.ladi-paragraph {
            color: rgb(255, 255, 255);
            font-size: 22px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP302 {
            width: 230.575px;
            height: 272.657px;
            top: 419px;
            left: 203px;
        }

        #BOX308 {
            width: 230.15px;
            height: 111px;
            top: 161.657px;
            left: 0px;
        }

        #BOX308>.ladi-box {
            background-color: rgb(138, 7, 7);
            border-radius: 0px 0px 40px 40px;
        }

        #PARAGRAPH309 {
            width: 230px;
            top: 182.657px;
            left: 0.575px;
            text-align: center;
        }

        #PARAGRAPH309>.ladi-paragraph {
            color: rgb(255, 255, 255);
            font-size: 22px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP306 {
            width: 230.575px;
            height: 272.657px;
            top: 419px;
            left: 458px;
        }

        #IMAGE307 {
            width: 230.15px;
            height: 152.666px;
            top: 0px;
            left: 0px;
            background: url("../img/f9f052886215d45c13465f532e25a23a6b57741e.jpg") no-repeat;
            background-size: cover;
        }

        #IMAGE307>.ladi-image>.ladi-image-background {
            width: 230.15px;
            height: 152.666px;
            top: 0px;
            left: 0px;

        }

        #IMAGE307>.ladi-image {
            border-style: solid;
            border-color: rgb(138, 7, 7);
            border-width: 1px;
        }

        #IMAGE310 {
            width: 406.84px;
            height: 615.651px;
            top: 0px;
            left: 0px;
        }

        #IMAGE310>.ladi-image>.ladi-image-background {
            width: 406.84px;
            height: 615.651px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s750x950/5da6cb07a973800e7e31908d/rbg/no_text-20210218093453.png");
        }

        #IMAGE311 {
            width: 967.502px;
            height: 676.935px;
            top: 28.965px;
            left: 459.669px;
        }

        #IMAGE311>.ladi-image>.ladi-image-background {
            width: 967.502px;
            height: 676.935px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s1300x1000/5da6cb07a973800e7e31908d/bg2-20210218075248.png");
        }

        #BOX312 {
            width: 598px;
            height: 101.556px;
            top: 0px;
            left: 0px;
        }

        #BOX312>.ladi-box {
            background-color: rgb(255, 255, 255);
            border-color: rgb(233, 45, 0);
            border-width: 2px;
            border-radius: 40px;
        }

        #PARAGRAPH313 {
            width: 287px;
            top: 407.77px;
            left: 114.5px;
        }

        #PARAGRAPH313>.ladi-paragraph {
            color: rgb(233, 45, 0);
            font-size: 32px;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH314 {
            width: 249px;
            top: 467.77px;
            left: 133.5px;
        }

        #PARAGRAPH314>.ladi-paragraph {
            color: rgb(255, 255, 255);
            font-size: 26px;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP315 {
            width: 406.84px;
            height: 615.651px;
            top: 95.331px;
            left: 764px;
        }

        #PARAGRAPH316 {
            width: 527px;
            top: 34.556px;
            left: 10px;
        }

        #PARAGRAPH316>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 16px;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH317 {
            width: 137px;
            top: 34.556px;
            left: 465px;
        }

        #PARAGRAPH317>.ladi-paragraph {
            font-family: "Roboto-Black.ttf";
            color: rgb(138, 7, 7);
            font-size: 40px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP318 {
            width: 602px;
            height: 101.556px;
            top: 660.101px;
            left: 639.208px;
        }

        #BUTTON319 {
            width: 563px;
            height: 76px;
            top: 728.982px;
            left: 8px;
        }

        #BUTTON319>.ladi-button>.ladi-button-background {
            background: rgba(233, 45, 0, 1.0);
            background: -webkit-linear-gradient(180deg, rgba(233, 45, 0, 1.0), rgba(135, 0, 0, 1.0));
            background: linear-gradient(180deg, rgba(233, 45, 0, 1.0), rgba(135, 0, 0, 1.0));
        }

        #BUTTON319>.ladi-button {
            border-radius: 50px;
        }

        #BUTTON319.ladi-animation>.ladi-button {
            animation-name: pulse;
            -webkit-animation-name: pulse;
            animation-delay: 0s;
            -webkit-animation-delay: 0s;
            animation-duration: 1s;
            -webkit-animation-duration: 1s;
            animation-iteration-count: infinite;
            -webkit-animation-iteration-count: infinite;
        }

        #BUTTON_TEXT319 {
            width: 563px;
            top: 9px;
            left: 0px;
        }

        #BUTTON_TEXT319>.ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 23px;
            text-align: center;
            line-height: 1.6;
        }

        #SECTION320 {
            height: 927.9px;
        }

        #SECTION320>.ladi-section-background {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("../img/w.ladicdn.com/s1440x927/5da6cb07a973800e7e31908d/bg3-20210218075248.jpg");
            background-position: center top;
            background-repeat: repeat;
        }

        #SECTION320 .ladi-section-arrow-down {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        }

        #PARAGRAPH322 {
            width: 316px;
            top: 32px;
            left: 0px;
        }

        #PARAGRAPH322>.ladi-paragraph {
            color: rgb(255, 255, 255);
            font-size: 30px;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH323 {
            width: 470px;
            top: 38.6px;
            left: 478px;
        }

        #PARAGRAPH323>.ladi-paragraph {
            color: rgb(255, 255, 255);
            font-size: 30px;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP321 {
            width: 948px;
            height: 112px;
            top: 0px;
            left: 176.5px;
        }

        #PARAGRAPH324 {
            width: 759px;
            top: 0px;
            left: 207px;
        }

        #PARAGRAPH324>.ladi-paragraph {
            font-family: "Roboto-Black.ttf";
            color: rgb(138, 7, 7);
            font-size: 70px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

        #BOX325 {
            width: 1154px;
            height: 712px;
            top: 128.09px;
            left: 24px;
        }

        #BOX325>.ladi-box {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("../img/w.ladicdn.com/s1500x1050/5da6cb07a973800e7e31908d/sq-20210218075349.png");
            background-position: center top;
            background-repeat: repeat;
            border-style: solid;
            border-color: rgb(233, 45, 0);
            border-width: 3px;
            border-radius: 30px;
        }

        #BOX326 {
            width: 706px;
            height: 646px;
            top: 159.59px;
            left: 439px;
            mix-blend-mode: color;
            will-change: transform, opacity;
        }

        #BOX326>.ladi-box {
            background-color: rgb(138, 7, 7);
            border-color: rgb(233, 45, 0);
            border-width: 3px;
            border-radius: 30px;
            filter: brightness(73%);
        }

        #IMAGE327 {
            width: 299px;
            height: 299px;
            top: 314.45px;
            left: 77px;
        }

        #IMAGE327>.ladi-image>.ladi-image-background {
            width: 299px;
            height: 299px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s600x600/5da6cb07a973800e7e31908d/att-20210218075248.png");
        }

        #IMAGE328 {
            width: 283.228px;
            height: 170.152px;
            top: 0px;
            left: 0px;
        }

        #IMAGE328>.ladi-image>.ladi-image-background {
            width: 283.228px;
            height: 170.152px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s600x500/5da6cb07a973800e7e31908d/into1-20210218075339.jpg");
        }

        #PARAGRAPH329 {
            width: 284px;
            top: 194.077px;
            left: 0px;
        }

        #PARAGRAPH329>.ladi-paragraph {
            color: rgb(255, 255, 255);
            font-size: 18px;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP330 {
            width: 284px;
            height: 252.077px;
            top: 183.903px;
            left: 473px;
        }

        #IMAGE335 {
            width: 283.228px;
            height: 170.152px;
            top: 0px;
            left: 0px;
        }

        #IMAGE335>.ladi-image>.ladi-image-background {
            width: 283.228px;
            height: 170.152px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s600x500/5da6cb07a973800e7e31908d/into2-20210218075340.jpg");
        }

        #PARAGRAPH336 {
            width: 284px;
            top: 194.077px;
            left: 0px;
        }

        #PARAGRAPH336>.ladi-paragraph {
            color: rgb(255, 255, 255);
            font-size: 18px;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP334 {
            width: 284px;
            height: 252.077px;
            top: 183.903px;
            left: 818px;
        }

        #SECTION337 {
            height: 952.09px;
        }

        #SECTION337 .ladi-section-arrow-down {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        }

        #IMAGE339 {
            width: 283.228px;
            height: 170.152px;
            top: 0px;
            left: 0px;
        }

        #IMAGE339>.ladi-image>.ladi-image-background {
            width: 283.228px;
            height: 170.152px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s600x500/5da6cb07a973800e7e31908d/into3-20210218075340.jpg");
        }

        #PARAGRAPH340 {
            width: 284px;
            top: 194.077px;
            left: 0px;
        }

        #PARAGRAPH340>.ladi-paragraph {
            color: rgb(255, 255, 255);
            font-size: 18px;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP338 {
            width: 284px;
            height: 280.077px;
            top: 502.979px;
            left: 473px;
        }

        #IMAGE343 {
            width: 283.228px;
            height: 170.152px;
            top: 0px;
            left: 0px;
        }

        #IMAGE343>.ladi-image>.ladi-image-background {
            width: 283.228px;
            height: 170.152px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s600x500/5da6cb07a973800e7e31908d/into4-20210218075340.jpg");
        }

        #PARAGRAPH344 {
            width: 284px;
            top: 194.077px;
            left: 0px;
        }

        #PARAGRAPH344>.ladi-paragraph {
            color: rgb(255, 255, 255);
            font-size: 18px;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP342 {
            width: 284px;
            height: 280.077px;
            top: 502.979px;
            left: 818px;
        }

        #PARAGRAPH348 {
            width: 759px;
            top: 0px;
            left: 220.5px;
        }

        #PARAGRAPH348>.ladi-paragraph {
            font-family: "Roboto-Black.ttf";
            color: rgb(138, 7, 7);
            font-size: 70px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH349 {
            width: 848px;
            top: 103px;
            left: 177px;
        }

        #PARAGRAPH349>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 22px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

        #IMAGE350 {
            width: 499px;
            height: 413px;
            top: 86.09px;
            left: 46px;
        }

        #IMAGE350>.ladi-image>.ladi-image-background {
            width: 499px;
            height: 413px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s800x750/5da6cb07a973800e7e31908d/parasotin_3d_malay-20220319130912.jpg");
        }

        #BOX351 {
            width: 482.456px;
            height: 482.456px;
            top: 16.634px;
            left: 0px;
        }

        #BOX351>.ladi-box {
            background: #fdfbfb;
            background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
            background: linear-gradient(180deg, #fdfbfb, #eaedee);
            border-radius: 500px;
        }

        #IMAGE352 {
            width: 134.783px;
            height: 134.336px;
            top: 0px;
            left: 291px;
        }

        #IMAGE352>.ladi-image>.ladi-image-background {
            width: 134.783px;
            height: 134.336px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s450x450/5da6cb07a973800e7e31908d/nature-20200819081209.png");
        }

        #GROUP353 {
            width: 545px;
            height: 499.09px;
            top: 134.694px;
            left: -150.728px;
        }

        #PARAGRAPH355 {
            width: 323px;
            top: 196.306px;
            left: 46px;
        }

        #PARAGRAPH355>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 20px;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH356 {
            width: 323px;
            top: 237.306px;
            left: 0px;
        }

        #PARAGRAPH356>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 16px;
            text-align: center;
            line-height: 1.6;
        }

        #IMAGE358 {
            width: 159.955px;
            height: 130.465px;
            top: 0px;
            left: 6.023px;
        }

        #IMAGE358>.ladi-image>.ladi-image-background {
            width: 260.929px;
            height: 146.923px;
            top: 0px;
            left: -52px;
            background-image: url("../img/w.ladicdn.com/s600x450/5da6cb07a973800e7e31908d/adv-amunizer_169-20220321042223.png");
        }

        #GROUP360 {
            width: 323px;
            height: 313.306px;
            top: 213.392px;
            left: 366px;
        }

        #PARAGRAPH362 {
            width: 228px;
            top: 175.306px;
            left: 0px;
        }

        #PARAGRAPH362>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 20px;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH363 {
            width: 228px;
            top: 207.306px;
            left: 0px;
        }

        #PARAGRAPH363>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 16px;
            text-align: center;
            line-height: 1.6;
        }

        #IMAGE365 {
            width: 166.253px;
            height: 108.099px;
            top: 0px;
            left: 2.8735px;
        }

        #IMAGE365>.ladi-image>.ladi-image-background {
            width: 188.178px;
            height: 188.178px;
            top: -45.6033px;
            left: -11.9248px;
            background-image: url("../img/w.ladicdn.com/s500x500/5da6cb07a973800e7e31908d/image-asset-20220321093846.jpg");
        }

        #IMAGE366 {
            width: 172px;
            height: 111px;
            top: 47.806px;
            left: 0px;
        }

        #IMAGE366>.ladi-image>.ladi-image-background {
            width: 172px;
            height: 111px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s500x450/5da6cb07a973800e7e31908d/arrow_1-20210218100902.png");
        }

        #GROUP364 {
            width: 172px;
            height: 158.806px;
            top: 0px;
            left: 27px;
        }

        #GROUP361 {
            width: 228px;
            height: 310.306px;
            top: 233.086px;
            left: 729.5px;
        }

        #PARAGRAPH368 {
            width: 228px;
            top: 203.409px;
            left: 28.5px;
        }

        #PARAGRAPH368>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 20px;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH369 {
            width: 236px;
            top: 240.306px;
            left: 0px;
        }

        #PARAGRAPH369>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 16px;
            text-align: center;
            line-height: 1.6;
        }

        #IMAGE372 {
            width: 172px;
            height: 111px;
            top: 62.806px;
            left: 0px;
        }

        #IMAGE372>.ladi-image>.ladi-image-background {
            width: 172px;
            height: 111px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s500x450/5da6cb07a973800e7e31908d/arrow_1-20210218100902.png");
        }

        #GROUP367 {
            width: 236px;
            height: 343.306px;
            top: 538.392px;
            left: 924.5px;
        }

        #GROUP370 {
            width: 172px;
            height: 173.806px;
            top: 0px;
            left: 34px;
        }

        #IMAGE371 {
            width: 165.822px;
            height: 95.465px;
            top: 0px;
            left: 0px;
        }

        #IMAGE371>.ladi-image>.ladi-image-background {
            width: 165.822px;
            height: 108.648px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s500x450/5da6cb07a973800e7e31908d/purple_flowers_japanese_gentioan_gentiana_scabra_238611241_white-20220321094545.jpg");
        }

        #IMAGE371>.ladi-image {
            transform: rotate(359deg);
            -webkit-transform: rotate(359deg);
            opacity: 0.84;
        }

        #PARAGRAPH374 {
            width: 416px;
            top: 183.409px;
            left: 53px;
        }

        #PARAGRAPH374>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 20px;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH375 {
            width: 248px;
            top: 230.306px;
            left: 82px;
        }

        #PARAGRAPH375>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 16px;
            text-align: center;
            line-height: 1.6;
        }

        #IMAGE377 {
            width: 159.955px;
            height: 130.465px;
            top: 0px;
            left: 6.0225px;
        }

        #IMAGE377>.ladi-image>.ladi-image-background {
            width: 159.955px;
            height: 92.294px;
            top: 23.9403px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s500x400/5da6cb07a973800e7e31908d/dried-gardenia-fruit-on-isolated-white-1418222828-20220321094054.jpg");
        }

        #IMAGE378 {
            width: 172px;
            height: 111px;
            top: 70.806px;
            left: 0px;
        }

        #IMAGE378>.ladi-image>.ladi-image-background {
            width: 172px;
            height: 111px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s500x450/5da6cb07a973800e7e31908d/arrow_1-20210218100902.png");
        }

        #GROUP376 {
            width: 172px;
            height: 181.806px;
            top: 0px;
            left: 119.5px;
        }

        #GROUP373 {
            width: 416px;
            height: 333.306px;
            top: 548.392px;
            left: 460px;
        }

        #SECTION401 {
            height: 913.91px;
        }

        #SECTION401>.ladi-section-background {
            background-color: rgb(235, 234, 244);
        }

        #SECTION401 .ladi-section-arrow-down {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        }

        #PARAGRAPH403 {
            width: 316px;
            top: 32px;
            left: 0px;
        }

        #PARAGRAPH403>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 30px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH404 {
            width: 572px;
            top: 32px;
            left: 624px;
        }

        #PARAGRAPH404>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 30px;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH405 {
            width: 759px;
            top: 0px;
            left: 169.5px;
        }

        #PARAGRAPH405>.ladi-paragraph {
            font-family: "Roboto-Black.ttf";
            color: rgb(138, 7, 7);
            font-size: 70px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP402 {
            width: 1196px;
            height: 112px;
            top: 10.6px;
            left: -29.5px;
        }

        #BOX407 {
            width: 1416px;
            height: 432px;
            top: 256px;
            left: -842.5px;
        }

        #BOX407>.ladi-box {
            background-color: rgb(181, 18, 18);
        }

        #BOX408 {
            width: 1465px;
            height: 432px;
            top: 256px;
            left: 573.5px;
        }

        #BOX408>.ladi-box {
            background-color: rgb(10, 134, 64);
        }

        #BOX409 {
            width: 875px;
            height: 638px;
            top: 168.433px;
            left: 175px;
        }

        #BOX409>.ladi-box {
            background-color: rgb(255, 255, 255);
            border-radius: 40px;
        }

        #LINE412 {
            height: 569px;
            top: 187.5px;
            left: 589.5px;
            mix-blend-mode: multiply;
            will-change: transform, opacity;
        }

        #LINE412>.ladi-line>.ladi-line-container {
            border-top: 0px !important;
            border-right: 5px solid rgb(235, 234, 244);
            border-bottom: 5px solid rgb(235, 234, 244);
            border-left: 5px solid rgb(235, 234, 244);
        }

        #LINE412>.ladi-line {
            height: 100%;
            padding: 0px 8px;
        }

        #PARAGRAPH414 {
            width: 423px;
            top: 205.91px;
            left: 261px;
        }

        #PARAGRAPH414>.ladi-paragraph {
            color: rgb(233, 45, 0);
            font-size: 22px;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH416 {
            width: 300px;
            top: 0px;
            left: 48.5px;
        }

        #PARAGRAPH416>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 20px;
            text-align: left;
            line-height: 1.6;
        }

        #IMAGE417 {
            width: 33px;
            height: 33px;
            top: 15.5px;
            left: 0px;
        }

        #IMAGE417>.ladi-image>.ladi-image-background {
            width: 33px;
            height: 33px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s350x350/5da6cb07a973800e7e31908d/min-20210218075340.png");
        }

        #GROUP418 {
            width: 348.5px;
            height: 64px;
            top: 275.91px;
            left: 212.25px;
        }

        #PARAGRAPH420 {
            width: 336px;
            top: 0px;
            left: 48.5px;
        }

        #PARAGRAPH420>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 19px;
            text-align: left;
            line-height: 1.6;
        }

        #IMAGE421 {
            width: 33px;
            height: 33px;
            top: 31.5px;
            left: 0px;
        }

        #IMAGE421>.ladi-image>.ladi-image-background {
            width: 33px;
            height: 33px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s350x350/5da6cb07a973800e7e31908d/min-20210218075340.png");
        }

        #GROUP419 {
            width: 384.5px;
            height: 92px;
            top: 349.91px;
            left: 212.25px;
        }

        #PARAGRAPH423 {
            width: 300px;
            top: 0px;
            left: 50.75px;
        }

        #PARAGRAPH423>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 20px;
            text-align: left;
            line-height: 1.6;
        }

        #IMAGE426 {
            width: 33px;
            height: 33px;
            top: 3.5115px;
            left: 0px;
        }

        #IMAGE426>.ladi-image>.ladi-image-background {
            width: 33px;
            height: 33px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s350x350/5da6cb07a973800e7e31908d/min-20210218075340.png");
        }

        #PARAGRAPH427 {
            width: 300px;
            top: 0px;
            left: 50.75px;
        }

        #PARAGRAPH427>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 20px;
            text-align: left;
            line-height: 1.6;
        }

        #IMAGE428 {
            width: 33px;
            height: 33px;
            top: 31.5px;
            left: 0px;
        }

        #IMAGE428>.ladi-image>.ladi-image-background {
            width: 33px;
            height: 33px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s350x350/5da6cb07a973800e7e31908d/min-20210218075340.png");
        }

        #IMAGE429 {
            width: 33px;
            height: 33px;
            top: 26.09px;
            left: 0px;
        }

        #IMAGE429>.ladi-image>.ladi-image-background {
            width: 33px;
            height: 33px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s350x350/5da6cb07a973800e7e31908d/min-20210218075340.png");
        }

        #PARAGRAPH430 {
            width: 300px;
            top: 0px;
            left: 50.75px;
        }

        #PARAGRAPH430>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 20px;
            text-align: left;
            line-height: 1.6;
        }

        #GROUP431 {
            width: 350.75px;
            height: 64px;
            top: 660.5px;
            left: 212.25px;
        }

        #GROUP432 {
            width: 350.75px;
            height: 96px;
            top: 537.91px;
            left: 212.25px;
        }

        #GROUP433 {
            width: 350.75px;
            height: 36.5115px;
            top: 482.921px;
            left: 212.25px;
        }

        #PARAGRAPH434 {
            width: 423px;
            top: 205.91px;
            left: 695.5px;
        }

        #PARAGRAPH434>.ladi-paragraph {
            color: rgb(10, 134, 65);
            font-size: 22px;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH436 {
            width: 334px;
            top: 0.5px;
            left: 49.25px;
        }

        #PARAGRAPH436>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 20px;
            text-align: left;
            line-height: 1.6;
        }

        #IMAGE437 {
            width: 33px;
            height: 33px;
            top: 0px;
            left: 0px;
        }

        #IMAGE437>.ladi-image>.ladi-image-background {
            width: 33px;
            height: 33px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s350x350/5da6cb07a973800e7e31908d/pl-20210218075348.png");
        }

        #PARAGRAPH438 {
            width: 331px;
            top: 0px;
            left: 49.25px;
        }

        #PARAGRAPH438>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 20px;
            text-align: left;
            line-height: 1.6;
        }

        #IMAGE439 {
            width: 33px;
            height: 33px;
            top: 15.125px;
            left: 0px;
        }

        #IMAGE439>.ladi-image>.ladi-image-background {
            width: 33px;
            height: 33px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s350x350/5da6cb07a973800e7e31908d/pl-20210218075348.png");
        }

        #PARAGRAPH440 {
            width: 300px;
            top: 0px;
            left: 49.25px;
        }

        #PARAGRAPH440>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 20px;
            text-align: left;
            line-height: 1.6;
        }

        #IMAGE441 {
            width: 33px;
            height: 33px;
            top: 15.5px;
            left: 0px;
        }

        #IMAGE441>.ladi-image>.ladi-image-background {
            width: 33px;
            height: 33px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s350x350/5da6cb07a973800e7e31908d/pl-20210218075348.png");
        }

        #IMAGE442 {
            width: 33px;
            height: 33px;
            top: 7.023px;
            left: 0px;
        }

        #IMAGE442>.ladi-image>.ladi-image-background {
            width: 33px;
            height: 33px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s350x350/5da6cb07a973800e7e31908d/pl-20210218075348.png");
        }

        #PARAGRAPH443 {
            width: 300px;
            top: 0px;
            left: 49.25px;
        }

        #PARAGRAPH443>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 20px;
            text-align: left;
            line-height: 1.6;
        }

        #PARAGRAPH444 {
            width: 300px;
            top: 0px;
            left: 49.25px;
        }

        #PARAGRAPH444>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 20px;
            text-align: left;
            line-height: 1.6;
        }

        #IMAGE445 {
            width: 33px;
            height: 33px;
            top: 11.09px;
            left: 0px;
        }

        #IMAGE445>.ladi-image>.ladi-image-background {
            width: 33px;
            height: 33px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s350x350/5da6cb07a973800e7e31908d/pl-20210218075348.png");
        }

        #GROUP446 {
            width: 349.25px;
            height: 64px;
            top: 667.91px;
            left: 647.375px;
        }

        #GROUP447 {
            width: 349.25px;
            height: 96px;
            top: 564.91px;
            left: 644.5px;
        }

        #GROUP448 {
            width: 349.25px;
            height: 96px;
            top: 451.421px;
            left: 644.5px;
        }

        #GROUP449 {
            width: 380.25px;
            height: 64px;
            top: 366.285px;
            left: 644.5px;
        }

        #GROUP450 {
            width: 383.25px;
            height: 64.5px;
            top: 275.91px;
            left: 647.375px;
        }

        #BUTTON_TEXT451 {
            width: 281px;
            top: 9px;
            left: 0px;
        }

        #BUTTON_TEXT451>.ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 23px;
            text-align: center;
            line-height: 1.6;
        }

        #BUTTON451 {
            width: 281px;
            height: 60px;
            top: 832.91px;
            left: 459.5px;
        }

        #BUTTON451>.ladi-button>.ladi-button-background {
            background: rgba(233, 45, 0, 1.0);
            background: -webkit-linear-gradient(180deg, rgba(233, 45, 0, 1.0), rgba(135, 0, 0, 1.0));
            background: linear-gradient(180deg, rgba(233, 45, 0, 1.0), rgba(135, 0, 0, 1.0));
        }

        #BUTTON451>.ladi-button {
            border-radius: 50px;
        }

        #BUTTON451.ladi-animation>.ladi-button {
            animation-name: pulse;
            -webkit-animation-name: pulse;
            animation-delay: 0s;
            -webkit-animation-delay: 0s;
            animation-duration: 1s;
            -webkit-animation-duration: 1s;
            animation-iteration-count: infinite;
            -webkit-animation-iteration-count: infinite;
        }

        #SECTION453 {
            height: 581.9px;
        }

        #SECTION453>.ladi-section-background {
            background-color: rgb(235, 234, 244);
        }

        #SECTION453 .ladi-section-arrow-down {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        }

        #IMAGE454 {
            width: 526.127px;
            height: 582.099px;
            top: -4.199px;
            left: -139.127px;
        }

        #IMAGE454>.ladi-image>.ladi-image-background {
            width: 526.127px;
            height: 582.099px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s850x900/5da6cb07a973800e7e31908d/doctor-04-20210223100134.png");
        }

        #PARAGRAPH457 {
            width: 572px;
            top: 45.623px;
            left: 327px;
        }

        #PARAGRAPH457>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 30px;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH459 {
            width: 658px;
            top: 108.079px;
            left: 327px;
        }

        #PARAGRAPH459>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            line-height: 1.6;
        }

        #PARAGRAPH460 {
            width: 658px;
            top: 430.134px;
            left: 327px;
        }

        #PARAGRAPH460>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            line-height: 1.6;
        }

        #IMAGE461 {
            width: 200px;
            height: 63.8889px;
            top: 483.134px;
            left: 766px;
        }

        #IMAGE461>.ladi-image>.ladi-image-background {
            width: 200px;
            height: 63.8889px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s550x400/5da6cb07a973800e7e31908d/signature-20210218075349.png");
        }

        #SECTION463 {
            height: 895.9px;
        }

        #SECTION463 .ladi-section-arrow-down {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        }

        #SECTION464 {
            height: 658.9px;
        }

        #SECTION464>.ladi-section-background {
            background-color: rgb(235, 234, 244);
        }

        #SECTION464 .ladi-section-arrow-down {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        }

        #PARAGRAPH466 {
            width: 316px;
            top: 32px;
            left: 0px;
        }

        #PARAGRAPH466>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 30px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH467 {
            width: 738px;
            top: 32px;
            left: 545px;
        }

        #PARAGRAPH467>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 30px;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH468 {
            width: 453px;
            top: 0px;
            left: 120.5px;
        }

        #PARAGRAPH468>.ladi-paragraph {
            font-family: "Roboto-Black.ttf";
            color: rgb(138, 7, 7);
            font-size: 70px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP465 {
            width: 1283px;
            height: 112px;
            top: 14.6px;
            left: -117.5px;
        }

        #IMAGE469 {
            width: 576.903px;
            height: 492.866px;
            top: 183.017px;
            left: -154px;
        }

        #IMAGE469>.ladi-image>.ladi-image-background {
            width: 576.903px;
            height: 492.866px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s900x800/5da6cb07a973800e7e31908d/bg5-20210218075248.png");
        }

        #IMAGE470 {
            width: 267.647px;
            height: 415.435px;
            top: 387.719px;
            left: -109px;
        }

        #IMAGE470>.ladi-image>.ladi-image-background {
            width: 267.647px;
            height: 415.435px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s600x750/5da6cb07a973800e7e31908d/parasotin_3d_malay-1-20220319130944.png");
        }

        #IMAGE470>.ladi-image {
            transform: rotate(-10deg);
            -webkit-transform: rotate(-10deg);
        }

        #IMAGE470.ladi-animation>.ladi-image {
            animation-name: swing;
            -webkit-animation-name: swing;
            animation-delay: 0s;
            -webkit-animation-delay: 0s;
            animation-duration: 1s;
            -webkit-animation-duration: 1s;
            animation-iteration-count: 1;
            -webkit-animation-iteration-count: 1;
        }

        #IMAGE471 {
            width: 60.0769px;
            height: 71px;
            top: 112px;
            left: 869.5px;
        }

        #IMAGE471>.ladi-image>.ladi-image-background {
            width: 60.0769px;
            height: 71px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s400x400/5da6cb07a973800e7e31908d/ic10-20210218075312.png");
        }

        #PARAGRAPH472 {
            width: 588px;
            top: 189.845px;
            left: 599.5px;
        }

        #PARAGRAPH472>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH473 {
            width: 147px;
            top: 7px;
            left: 0px;
        }

        #PARAGRAPH473>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            line-height: 1.6;
        }

        #PARAGRAPH474 {
            width: 158px;
            top: 3px;
            left: 134px;
        }

        #PARAGRAPH474>.ladi-paragraph {
            color: rgb(233, 45, 0);
            font-size: 22px;
            line-height: 1.6;
        }

        #PARAGRAPH475 {
            width: 279px;
            top: 7px;
            left: 276px;
        }

        #PARAGRAPH475>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            line-height: 1.6;
        }

        #GROUP476 {
            width: 555px;
            height: 42px;
            top: 246.845px;
            left: 569.491px;
        }

        #PARAGRAPH477 {
            width: 137px;
            top: 0px;
            left: 0px;
        }

        #PARAGRAPH477>.ladi-paragraph {
            font-family: "Roboto-Black.ttf";
            color: rgb(10, 134, 65);
            font-size: 40px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH478 {
            width: 411px;
            top: 17px;
            left: 124px;
        }

        #PARAGRAPH478>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            line-height: 1.6;
        }

        #GROUP479 {
            width: 535px;
            height: 64px;
            top: 6.885px;
            left: 0px;
        }

        #IMAGE480 {
            width: 222.482px;
            height: 58.126px;
            top: 0px;
            left: 540.5px;
        }

        #IMAGE480>.ladi-image>.ladi-image-background {
            width: 222.482px;
            height: 58.126px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s550x400/5da6cb07a973800e7e31908d/chart1-20210218075248.png");
        }

        #GROUP481 {
            width: 762.982px;
            height: 70.885px;
            top: 287.834px;
            left: 476.5px;
        }

        #GROUP481.ladi-animation>.ladi-group {
            animation-name: fadeInLeft;
            -webkit-animation-name: fadeInLeft;
            animation-delay: 0s;
            -webkit-animation-delay: 0s;
            animation-duration: 1s;
            -webkit-animation-duration: 1s;
            animation-iteration-count: 1;
            -webkit-animation-iteration-count: 1;
        }

        #PARAGRAPH484 {
            width: 137px;
            top: 0px;
            left: 0px;
        }

        #PARAGRAPH484>.ladi-paragraph {
            font-family: "Roboto-Black.ttf";
            color: rgb(10, 134, 65);
            font-size: 40px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH485 {
            width: 539px;
            top: 11.9425px;
            left: 124px;
        }

        #PARAGRAPH485>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            line-height: 1.6;
        }

        #GROUP483 {
            width: 663px;
            height: 69.9425px;
            top: 0px;
            left: 0px;
        }

        #IMAGE486 {
            width: 275.482px;
            height: 58.126px;
            top: 5.874px;
            left: 540.5px;
        }

        #IMAGE486>.ladi-image>.ladi-image-background {
            width: 275.482px;
            height: 58.126px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s600x400/5da6cb07a973800e7e31908d/chart2-20210218075248.png");
        }

        #GROUP482 {
            width: 815.982px;
            height: 69.9425px;
            top: 371.96px;
            left: 476.5px;
        }

        #GROUP482.ladi-animation>.ladi-group {
            animation-name: fadeInLeft;
            -webkit-animation-name: fadeInLeft;
            animation-delay: 0.5s;
            -webkit-animation-delay: 0.5s;
            animation-duration: 1s;
            -webkit-animation-duration: 1s;
            animation-iteration-count: 1;
            -webkit-animation-iteration-count: 1;
        }

        #PARAGRAPH489 {
            width: 137px;
            top: 0px;
            left: 0px;
        }

        #PARAGRAPH489>.ladi-paragraph {
            font-family: "Roboto-Black.ttf";
            color: rgb(10, 134, 65);
            font-size: 40px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH490 {
            width: 539px;
            top: 11.9425px;
            left: 124px;
        }

        #PARAGRAPH490>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            line-height: 1.6;
        }

        #GROUP488 {
            width: 663px;
            height: 69.9425px;
            top: 0px;
            left: 0px;
        }

        #IMAGE492 {
            width: 233.482px;
            height: 58.126px;
            top: 0px;
            left: 540.5px;
        }

        #IMAGE492>.ladi-image>.ladi-image-background {
            width: 233.482px;
            height: 58.126px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s550x400/5da6cb07a973800e7e31908d/chart1-20210218075248.png");
        }

        #GROUP493 {
            width: 773.982px;
            height: 69.9425px;
            top: 472.96px;
            left: 476.5px;
        }

        #GROUP493.ladi-animation>.ladi-group {
            animation-name: fadeInLeft;
            -webkit-animation-name: fadeInLeft;
            animation-delay: 0.8s;
            -webkit-animation-delay: 0.8s;
            animation-duration: 1s;
            -webkit-animation-duration: 1s;
            animation-iteration-count: 1;
            -webkit-animation-iteration-count: 1;
        }

        #PARAGRAPH501 {
            width: 137px;
            top: 0px;
            left: 0px;
        }

        #PARAGRAPH501>.ladi-paragraph {
            font-family: "Roboto-Black.ttf";
            color: rgb(10, 134, 65);
            font-size: 40px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH502 {
            width: 353px;
            top: 3.5px;
            left: 124px;
        }

        #PARAGRAPH502>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            line-height: 1.6;
        }

        #GROUP500 {
            width: 477px;
            height: 64px;
            top: 0px;
            left: 0px;
        }

        #IMAGE504 {
            width: 247.634px;
            height: 57.2222px;
            top: 0px;
            left: 542.5px;
        }

        #IMAGE504>.ladi-image>.ladi-image-background {
            width: 247.634px;
            height: 57.2222px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s550x400/5da6cb07a973800e7e31908d/chart4-20210218075303.png");
        }

        #GROUP505 {
            width: 790.134px;
            height: 64px;
            top: 584.345px;
            left: 476.5px;
        }

        #GROUP505.ladi-animation>.ladi-group {
            animation-name: fadeInLeft;
            -webkit-animation-name: fadeInLeft;
            animation-delay: 1s;
            -webkit-animation-delay: 1s;
            animation-duration: 1s;
            -webkit-animation-duration: 1s;
            animation-iteration-count: 1;
            -webkit-animation-iteration-count: 1;
        }

        #PARAGRAPH508 {
            width: 126px;
            top: 0px;
            left: 0px;
        }

        #PARAGRAPH508>.ladi-paragraph {
            font-family: "Roboto-Black.ttf";
            color: rgb(10, 134, 65);
            font-size: 40px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH509 {
            width: 358px;
            top: 3.5px;
            left: 125.513px;
        }

        #PARAGRAPH509>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            line-height: 1.6;
        }

        #GROUP507 {
            width: 483.513px;
            height: 64px;
            top: 0px;
            left: 0px;
        }

        #IMAGE510 {
            width: 280.346px;
            height: 64px;
            top: 0px;
            left: 549.12px;
        }

        #IMAGE510>.ladi-image>.ladi-image-background {
            width: 280.346px;
            height: 64px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s600x400/5da6cb07a973800e7e31908d/chart5-20210218075303.png");
        }

        #GROUP506 {
            width: 829.466px;
            height: 64px;
            top: 689.345px;
            left: 476.5px;
        }

        #GROUP506.ladi-animation>.ladi-group {
            animation-name: fadeInLeft;
            -webkit-animation-name: fadeInLeft;
            animation-delay: 1.5s;
            -webkit-animation-delay: 1.5s;
            animation-duration: 1s;
            -webkit-animation-duration: 1s;
            animation-iteration-count: 1;
            -webkit-animation-iteration-count: 1;
        }

        #PARAGRAPH513 {
            width: 174px;
            top: 32px;
            left: 0px;
        }

        #PARAGRAPH513>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 30px;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH514 {
            width: 453px;
            top: 0px;
            left: 140.5px;
        }

        #PARAGRAPH514>.ladi-paragraph {
            font-family: "Roboto-Black.ttf";
            color: rgb(138, 7, 7);
            font-size: 70px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP511 {
            width: 488.5px;
            height: 112px;
            top: 0px;
            left: 192px;
        }

        #PARAGRAPH515 {
            width: 479px;
            top: 32px;
            left: 561px;
        }

        #PARAGRAPH515>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 30px;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH519 {
            width: 866px;
            top: 89.501px;
            left: 133px;
        }

        #PARAGRAPH519>.ladi-paragraph {
            font-family: "SourceSansPro-ExtraLight.ttf";
            color: rgb(0, 0, 0);
            font-size: 30px;
            text-align: center;
            line-height: 1.6;
        }

        #IMAGE521 {
            width: 890.993px;
            height: 501.184px;
            top: 31.716px;
            left: 493.667px;
        }

        #IMAGE521>.ladi-image>.ladi-image-background {
            width: 890.993px;
            height: 501.184px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s1200x850/5da6cb07a973800e7e31908d/unnamed-removebg-preview-20210218113047.png");
        }

        #IMAGE523 {
            width: 189.75px;
            height: 345px;
            top: 0px;
            left: 0px;
        }

        #IMAGE523>.ladi-image>.ladi-image-background {
            width: 189.75px;
            height: 345px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s500x650/5da6cb07a973800e7e31908d/health1-20210218075303.jpg");
        }

        #PARAGRAPH524 {
            width: 192px;
            top: 356px;
            left: 0px;
        }

        #PARAGRAPH524>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP525 {
            width: 192px;
            height: 442px;
            top: 167.89px;
            left: -95.5px;
        }

        #IMAGE527 {
            width: 189.75px;
            height: 345px;
            top: 0px;
            left: 0px;
        }

        #IMAGE527>.ladi-image>.ladi-image-background {
            width: 189.75px;
            height: 345px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s500x650/5da6cb07a973800e7e31908d/health2-20210218075312.jpg");
        }

        #PARAGRAPH528 {
            width: 192px;
            top: 356px;
            left: 0px;
        }

        #PARAGRAPH528>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP526 {
            width: 192px;
            height: 470px;
            top: 167.89px;
            left: 141.5px;
        }

        #IMAGE530 {
            width: 189.75px;
            height: 345px;
            top: 0px;
            left: 0px;
        }

        #IMAGE530>.ladi-image>.ladi-image-background {
            width: 189.75px;
            height: 345px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s500x650/5da6cb07a973800e7e31908d/health3-20210218075312.jpg");
        }

        #PARAGRAPH531 {
            width: 192px;
            top: 356px;
            left: 0px;
        }

        #PARAGRAPH531>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP529 {
            width: 192px;
            height: 470px;
            top: 167.89px;
            left: 380.5px;
        }

        #SECTION532 {
            height: 865.9px;
        }

        #SECTION532 .ladi-section-arrow-down {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        }

        #IMAGE534 {
            width: 521.149px;
            height: 379.977px;
            top: 304.436px;
            left: 765.733px;
        }

        #IMAGE534>.ladi-image>.ladi-image-background {
            width: 521.149px;
            height: 379.977px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s850x700/5da6cb07a973800e7e31908d/parasotin_3d_malay-1-20220319130944.png");
        }

        #BUTTON_TEXT535 {
            width: 482px;
            top: 9px;
            left: 0px;
        }

        #BUTTON_TEXT535>.ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 23px;
            text-align: center;
            line-height: 1.6;
        }

        #BUTTON535 {
            width: 482px;
            height: 60px;
            top: 816.9px;
            left: 359px;
        }

        #BUTTON535>.ladi-button>.ladi-button-background {
            background: rgba(233, 45, 0, 1.0);
            background: -webkit-linear-gradient(180deg, rgba(233, 45, 0, 1.0), rgba(135, 0, 0, 1.0));
            background: linear-gradient(180deg, rgba(233, 45, 0, 1.0), rgba(135, 0, 0, 1.0));
        }

        #BUTTON535>.ladi-button {
            border-radius: 50px;
        }

        #BUTTON535.ladi-animation>.ladi-button {
            animation-name: pulse;
            -webkit-animation-name: pulse;
            animation-delay: 0s;
            -webkit-animation-delay: 0s;
            animation-duration: 1s;
            -webkit-animation-duration: 1s;
            animation-iteration-count: infinite;
            -webkit-animation-iteration-count: infinite;
        }

        #PARAGRAPH541 {
            width: 764px;
            top: 55px;
            left: 380.5px;
        }

        #PARAGRAPH541>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 30px;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH544 {
            width: 453px;
            top: 23px;
            left: 47.667px;
        }

        #PARAGRAPH544>.ladi-paragraph {
            font-family: "Roboto-Black.ttf";
            color: rgb(10, 134, 65);
            font-size: 70px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

        #BOX546 {
            width: 340px;
            height: 421.278px;
            top: 36.961px;
            left: 0px;
        }

        #BOX546>.ladi-box {
            border-style: solid;
            border-color: rgb(233, 45, 0);
            border-width: 2px;
            border-radius: 30px;
        }

        #IMAGE549 {
            width: 105.897px;
            height: 105.478px;
            top: 0px;
            left: 117.052px;
        }

        #IMAGE549>.ladi-image>.ladi-image-background {
            width: 160.45px;
            height: 105.478px;
            top: 0px;
            left: -41.717px;
            background-image: url("../img/w.ladicdn.com/s500x450/5da6cb07a973800e7e31908d/avatar-50s-woman-20201201102106.png");
        }

        #IMAGE549>.ladi-image {
            border-radius: 100px;
        }

        #PARAGRAPH550 {
            width: 228px;
            top: 121.739px;
            left: 56px;
        }

        #PARAGRAPH550>.ladi-paragraph {
            color: rgb(181, 18, 18);
            font-size: 16px;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH551 {
            width: 311px;
            top: 168.239px;
            left: 12px;
        }

        #PARAGRAPH551>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 16px;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP552 {
            width: 340px;
            height: 458.239px;
            top: 30px;
            left: 880px;
        }

        #BOX554 {
            width: 340px;
            height: 591.827px;
            top: 38.1728px;
            left: 0px;
        }

        #BOX554>.ladi-box {
            border-style: solid;
            border-color: rgb(233, 45, 0);
            border-width: 2px;
            border-radius: 30px;
        }

        #IMAGE555 {
            width: 105.897px;
            height: 108.936px;
            top: 0px;
            left: 117.052px;
        }

        #IMAGE555>.ladi-image>.ladi-image-background {
            width: 105.897px;
            height: 140.617px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s450x450/5da6cb07a973800e7e31908d/avatar_men-6-20201210091738.jpg");
        }

        #IMAGE555>.ladi-image {
            border-radius: 100px;
        }

        #PARAGRAPH556 {
            width: 228px;
            top: 125.73px;
            left: 56px;
        }

        #PARAGRAPH556>.ladi-paragraph {
            color: rgb(181, 18, 18);
            font-size: 16px;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH557 {
            width: 300px;
            top: 159.673px;
            left: 20.0005px;
        }

        #PARAGRAPH557>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 15px;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP553 {
            width: 340px;
            height: 630px;
            top: 30px;
            left: 460px;
        }

        #BOX559 {
            width: 340px;
            height: 421.278px;
            top: 36.961px;
            left: 0px;
        }

        #BOX559>.ladi-box {
            border-style: solid;
            border-color: rgb(233, 45, 0);
            border-width: 2px;
            border-radius: 30px;
        }

        #IMAGE560 {
            width: 105.897px;
            height: 105.478px;
            top: 0px;
            left: 117.052px;
        }

        #IMAGE560>.ladi-image>.ladi-image-background {
            width: 105.897px;
            height: 105.897px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s450x450/5da6cb07a973800e7e31908d/21-20200922101526.png");
        }

        #IMAGE560>.ladi-image {
            border-radius: 100px;
        }

        #PARAGRAPH561 {
            width: 228px;
            top: 121.739px;
            left: 56px;
        }

        #PARAGRAPH561>.ladi-paragraph {
            color: rgb(181, 18, 18);
            font-size: 16px;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH562 {
            width: 311px;
            top: 168.239px;
            left: 12px;
        }

        #PARAGRAPH562>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 16px;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP558 {
            width: 340px;
            height: 458.239px;
            top: 30px;
            left: 40px;
        }

        #BOX564 {
            width: 340px;
            height: 573.039px;
            top: 36.961px;
            left: 0px;
        }

        #BOX564>.ladi-box {
            border-style: solid;
            border-color: rgb(233, 45, 0);
            border-width: 2px;
            border-radius: 30px;
        }

        #IMAGE565 {
            width: 105.897px;
            height: 105.478px;
            top: 0px;
            left: 117.052px;
        }

        #IMAGE565>.ladi-image>.ladi-image-background {
            width: 105.897px;
            height: 105.897px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s450x450/5da6cb07a973800e7e31908d/5-20200922101508.png");
        }

        #IMAGE565>.ladi-image {
            border-radius: 100px;
        }

        #PARAGRAPH566 {
            width: 228px;
            top: 121.739px;
            left: 56px;
        }

        #PARAGRAPH566>.ladi-paragraph {
            color: rgb(181, 18, 18);
            font-size: 16px;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH567 {
            width: 300px;
            top: 168.239px;
            left: 20px;
        }

        #PARAGRAPH567>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 16px;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP563 {
            width: 340px;
            height: 610px;
            top: 30px;
            left: 1300px;
        }

        #CAROUSEL568 {
            width: 1260px;
            height: 669px;
            top: 135px;
            left: -26px;
        }

        #SECTION569 {
            height: 656.9px;
        }

        #SECTION569>.ladi-section-background {
            background-color: rgb(235, 234, 244);
        }

        #SECTION569 .ladi-section-arrow-down {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        }

        #PARAGRAPH571 {
            width: 764px;
            top: 19px;
            left: 218.5px;
        }

        #PARAGRAPH571>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 30px;
            text-align: center;
            line-height: 1.6;
        }

        #IMAGE575 {
            width: 289.329px;
            height: 502.032px;
            top: 101.185px;
            left: 27px;
        }

        #IMAGE575>.ladi-image>.ladi-image-background {
            width: 289.329px;
            height: 502.032px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s600x850/5da6cb07a973800e7e31908d/glass-20210203065705.png");
        }

        #IMAGE576 {
            width: 234.468px;
            height: 483px;
            top: 156.9px;
            left: 154px;
        }

        #IMAGE576>.ladi-image>.ladi-image-background {
            width: 735.522px;
            height: 526.668px;
            top: -43.6686px;
            left: -407.284px;
            background-image: url("../img/w.ladicdn.com/s1050x850/5da6cb07a973800e7e31908d/parasotin_3d_malay-1-20220319130944.png");
        }

        #IMAGE576>.ladi-image {
            transform: rotate(11deg);
            -webkit-transform: rotate(11deg);
        }

        #IMAGE577 {
            width: 67px;
            height: 66px;
            top: 0px;
            left: 27px;
        }

        #IMAGE577>.ladi-image>.ladi-image-background {
            width: 67px;
            height: 66px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s400x400/5da6cb07a973800e7e31908d/use1-20210218075349.png");
        }

        #LINE578 {
            width: 696px;
            top: 81.127px;
            left: 0px;
        }

        #LINE578>.ladi-line>.ladi-line-container {
            border-top: 1px solid rgb(230, 199, 31);
            border-right: 1px solid rgb(230, 199, 31);
            border-bottom: 1px solid rgb(230, 199, 31);
            border-left: 0px !important;
        }

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

        #PARAGRAPH579 {
            width: 568px;
            top: 9px;
            left: 110.5px;
        }

        #PARAGRAPH579>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            line-height: 1.6;
        }

        #GROUP580 {
            width: 696px;
            height: 99.127px;
            top: 101.189px;
            left: 442px;
        }

        #IMAGE582 {
            width: 44.2511px;
            height: 81.127px;
            top: 0px;
            left: 41px;
        }

        #IMAGE582>.ladi-image>.ladi-image-background {
            width: 44.2511px;
            height: 81.127px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s350x400/5da6cb07a973800e7e31908d/use2-20210218075349.png");
        }

        #LINE583 {
            width: 696px;
            top: 81.127px;
            left: 0px;
        }

        #LINE583>.ladi-line>.ladi-line-container {
            border-top: 1px solid rgb(230, 199, 31);
            border-right: 1px solid rgb(230, 199, 31);
            border-bottom: 1px solid rgb(230, 199, 31);
            border-left: 0px !important;
        }

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

        #PARAGRAPH584 {
            width: 567px;
            top: 35.0635px;
            left: 109.5px;
        }

        #PARAGRAPH584>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            line-height: 1.6;
        }

        #GROUP581 {
            width: 696px;
            height: 98.127px;
            top: 225.065px;
            left: 442px;
        }

        #IMAGE586 {
            width: 68.5px;
            height: 68.6245px;
            top: 0px;
            left: 28px;
        }

        #IMAGE586>.ladi-image>.ladi-image-background {
            width: 68.5px;
            height: 68.6245px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s400x400/5da6cb07a973800e7e31908d/use3-20210218075349.png");
        }

        #LINE587 {
            width: 696px;
            top: 68.624px;
            left: 0px;
        }

        #LINE587>.ladi-line>.ladi-line-container {
            border-top: 1px solid rgb(230, 199, 31);
            border-right: 1px solid rgb(230, 199, 31);
            border-bottom: 1px solid rgb(230, 199, 31);
            border-left: 0px !important;
        }

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

        #PARAGRAPH588 {
            width: 568px;
            top: 22.5605px;
            left: 112.5px;
        }

        #PARAGRAPH588>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            line-height: 1.6;
        }

        #GROUP585 {
            width: 696px;
            height: 85.624px;
            top: 348.942px;
            left: 442px;
        }

        #IMAGE590 {
            width: 68.5px;
            height: 68.6245px;
            top: 0px;
            left: 28px;
        }

        #IMAGE590>.ladi-image>.ladi-image-background {
            width: 68.5px;
            height: 68.6245px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s400x400/5da6cb07a973800e7e31908d/use4-20210218075349.png");
        }

        #LINE591 {
            width: 696px;
            top: 68.624px;
            left: 0px;
        }

        #LINE591>.ladi-line>.ladi-line-container {
            border-top: 1px solid rgb(230, 199, 31);
            border-right: 1px solid rgb(230, 199, 31);
            border-bottom: 1px solid rgb(230, 199, 31);
            border-left: 0px !important;
        }

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

        #PARAGRAPH592 {
            width: 567px;
            top: 22.5605px;
            left: 112.5px;
        }

        #PARAGRAPH592>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            line-height: 1.6;
        }

        #GROUP589 {
            width: 696px;
            height: 85.624px;
            top: 460.315px;
            left: 442px;
        }

        #SECTION595 {
            height: 682.9px;
        }

        #SECTION595>.ladi-section-background {
            background: rgba(233, 45, 0, 1.0);
            background: -webkit-linear-gradient(180deg, rgba(233, 45, 0, 1.0), rgba(138, 7, 7, 1.0));
            background: linear-gradient(180deg, rgba(233, 45, 0, 1.0), rgba(138, 7, 7, 1.0));
        }

        #SECTION595 .ladi-section-arrow-down {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        }

        #PARAGRAPH596 {
            width: 764px;
            top: 17.1px;
            left: 201.5px;
        }

        #PARAGRAPH596>.ladi-paragraph {
            color: rgb(255, 255, 255);
            font-size: 30px;
            text-align: center;
            line-height: 1.6;
        }

        #BUTTON593 {
            width: 335px;
            height: 60px;
            top: 573.812px;
            left: 485px;
        }

        #BUTTON593>.ladi-button>.ladi-button-background {
            background: rgba(233, 45, 0, 1.0);
            background: -webkit-linear-gradient(180deg, rgba(233, 45, 0, 1.0), rgba(135, 0, 0, 1.0));
            background: linear-gradient(180deg, rgba(233, 45, 0, 1.0), rgba(135, 0, 0, 1.0));
        }

        #BUTTON593>.ladi-button {
            border-radius: 50px;
        }

        #BUTTON_TEXT593 {
            width: 335px;
            top: 9px;
            left: 0px;
        }

        #BUTTON_TEXT593>.ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 23px;
            text-align: center;
            line-height: 1.6;
        }

        #BUTTON_TEXT593.ladi-animation>.ladi-headline {
            animation-name: rubberBand;
            -webkit-animation-name: rubberBand;
            animation-delay: 0s;
            -webkit-animation-delay: 0s;
            animation-duration: 4s;
            -webkit-animation-duration: 4s;
            animation-iteration-count: infinite;
            -webkit-animation-iteration-count: infinite;
        }

        #IMAGE597 {
            width: 252px;
            height: 252px;
            top: 0px;
            left: 12px;
        }

        #IMAGE597>.ladi-image>.ladi-image-background {
            width: 252px;
            height: 252px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s600x600/5da6cb07a973800e7e31908d/info1-20210218075339.png");
        }

        #IMAGE598 {
            width: 252px;
            height: 252px;
            top: 0px;
            left: 42px;
        }

        #IMAGE598>.ladi-image>.ladi-image-background {
            width: 252px;
            height: 252px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s600x600/5da6cb07a973800e7e31908d/info2-20210218075339.png");
        }

        #IMAGE599 {
            width: 252px;
            height: 252px;
            top: 0px;
            left: 12px;
        }

        #IMAGE599>.ladi-image>.ladi-image-background {
            width: 252px;
            height: 252px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s600x600/5da6cb07a973800e7e31908d/info3-20210218075339.png");
        }

        #PARAGRAPH600 {
            width: 278px;
            top: 265px;
            left: 0px;
        }

        #PARAGRAPH600>.ladi-paragraph {
            color: rgb(255, 255, 255);
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH601 {
            width: 309px;
            top: 271px;
            left: 0px;
        }

        #PARAGRAPH601>.ladi-paragraph {
            color: rgb(255, 255, 255);
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH602 {
            width: 309px;
            top: 279px;
            left: 0px;
        }

        #PARAGRAPH602>.ladi-paragraph {
            color: rgb(255, 255, 255);
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP603 {
            width: 309px;
            height: 407px;
            top: 128.578px;
            left: 854.945px;
        }

        #GROUP603.ladi-animation>.ladi-group {
            animation-name: pulse;
            -webkit-animation-name: pulse;
            animation-delay: 1s;
            -webkit-animation-delay: 1s;
            animation-duration: 1s;
            -webkit-animation-duration: 1s;
            animation-iteration-count: 1;
            -webkit-animation-iteration-count: 1;
        }

        #GROUP604 {
            width: 309px;
            height: 431px;
            top: 136.578px;
            left: 432.945px;
        }

        #GROUP604.ladi-animation>.ladi-group {
            animation-name: pulse;
            -webkit-animation-name: pulse;
            animation-delay: 0.5s;
            -webkit-animation-delay: 0.5s;
            animation-duration: 1s;
            -webkit-animation-duration: 1s;
            animation-iteration-count: 1;
            -webkit-animation-iteration-count: 1;
        }

        #GROUP605 {
            width: 278px;
            height: 393px;
            top: 142.578px;
            left: 41.945px;
        }

        #GROUP605.ladi-animation>.ladi-group {
            animation-name: pulse;
            -webkit-animation-name: pulse;
            animation-delay: 0s;
            -webkit-animation-delay: 0s;
            animation-duration: 1s;
            -webkit-animation-duration: 1s;
            animation-iteration-count: 1;
            -webkit-animation-iteration-count: 1;
        }

        #SECTION686 {
            height: 73.9px;
        }

        #SECTION686 .ladi-section-arrow-down {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        }

        #PARAGRAPH687 {
            width: 646px;
            top: 11.95px;
            left: 292px;
        }

        #PARAGRAPH687>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 16px;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP688 {
            width: 377px;
            height: 68px;
            top: 826.556px;
            left: 573px;
        }

        #GROUP689 {
            width: 558px;
            height: 71.5px;
            top: 726.5px;
            left: 573px;
        }

        #GROUP691 {
            width: 424.78px;
            height: 530px;
            top: 364px;
            left: 963.5px;
        }

        #LINE692 {
            height: 569px;
            top: 0px;
            left: 120px;
            display: none !important;
            mix-blend-mode: multiply;
            will-change: transform, opacity;
        }

        #LINE692>.ladi-line>.ladi-line-container {
            border-top: 0px !important;
            border-right: 5px solid rgb(235, 234, 244);
            border-bottom: 5px solid rgb(235, 234, 244);
            border-left: 5px solid rgb(235, 234, 244);
        }

        #LINE692>.ladi-line {
            height: 100%;
            padding: 0px 8px;
        }

        #IMAGE693 {
            width: 161.345px;
            height: 250.435px;
            top: 19.001px;
            left: -260px;
            display: none !important;
        }



        #IMAGE693>.ladi-image {
            transform: rotate(9deg);
            -webkit-transform: rotate(9deg);
        }

        #IMAGE700 {
            width: 784.666px;
            height: 506px;
            top: 182px;
            left: -200.993px;
        }

        #IMAGE700>.ladi-image>.ladi-image-background {
            width: 784.666px;
            height: 529.715px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s1100x850/5da6cb07a973800e7e31908d/rbg/family-20210218082908.png");
        }

        #PARAGRAPH701 {
            width: 686px;
            top: 29.5px;
            left: 47.5px;
        }

        #PARAGRAPH701>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 19px;
            line-height: 1.6;
        }

        #IMAGE703 {
            width: 16px;
            height: 16px;
            top: 6px;
            left: 0px;
        }

        #IMAGE703>.ladi-image>.ladi-image-background {
            width: 16px;
            height: 16px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s350x350/5da6cb07a973800e7e31908d/round-20210218075349.png");
        }

        #PARAGRAPH704 {
            width: 470px;
            top: 0px;
            left: 29px;
        }

        #PARAGRAPH704>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            line-height: 1.6;
        }

        #GROUP702 {
            width: 499px;
            height: 28px;
            top: 75px;
            left: 47.5px;
        }

        #IMAGE706 {
            width: 16px;
            height: 16px;
            top: 6px;
            left: 0px;
        }

        #IMAGE706>.ladi-image>.ladi-image-background {
            width: 16px;
            height: 16px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s350x350/5da6cb07a973800e7e31908d/round-20210218075349.png");
        }

        #PARAGRAPH707 {
            width: 578px;
            top: 0px;
            left: 29px;
        }

        #PARAGRAPH707>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            line-height: 1.6;
        }

        #GROUP705 {
            width: 607px;
            height: 28px;
            top: 114.5px;
            left: 47.5px;
        }

        #IMAGE709 {
            width: 16px;
            height: 16px;
            top: 6px;
            left: 0px;
        }

        #IMAGE709>.ladi-image>.ladi-image-background {
            width: 16px;
            height: 16px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s350x350/5da6cb07a973800e7e31908d/round-20210218075349.png");
        }

        #PARAGRAPH710 {
            width: 470px;
            top: 0px;
            left: 29px;
        }

        #PARAGRAPH710>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            line-height: 1.6;
        }

        #GROUP708 {
            width: 499px;
            height: 28px;
            top: 154px;
            left: 47.5px;
        }

        #IMAGE712 {
            width: 16px;
            height: 16px;
            top: 6px;
            left: 0px;
        }

        #IMAGE712>.ladi-image>.ladi-image-background {
            width: 16px;
            height: 16px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s350x350/5da6cb07a973800e7e31908d/round-20210218075349.png");
        }

        #PARAGRAPH713 {
            width: 539px;
            top: 0px;
            left: 29px;
        }

        #PARAGRAPH713>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            line-height: 1.6;
        }

        #GROUP711 {
            width: 568px;
            height: 28px;
            top: 193.5px;
            left: 47.5px;
        }

        #IMAGE715 {
            width: 16px;
            height: 16px;
            top: 6px;
            left: 0px;
        }

        #IMAGE715>.ladi-image>.ladi-image-background {
            width: 16px;
            height: 16px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s350x350/5da6cb07a973800e7e31908d/round-20210218075349.png");
        }

        #PARAGRAPH716 {
            width: 470px;
            top: 0px;
            left: 29px;
        }

        #PARAGRAPH716>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            line-height: 1.6;
        }

        #GROUP714 {
            width: 499px;
            height: 28px;
            top: 233px;
            left: 47.5px;
        }

        #IMAGE718 {
            width: 497.597px;
            height: 377.944px;
            top: 335px;
            left: 386.202px;
        }

        #IMAGE718>.ladi-image>.ladi-image-background {
            width: 518.359px;
            height: 377.944px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s850x700/5da6cb07a973800e7e31908d/parasotin_3d_malay-1-20220319130944.png");
        }

        #BOX735 {
            width: 330px;
            height: 63px;
            top: 0px;
            left: 0px;
        }

        #BOX735>.ladi-box {
            background-color: rgb(255, 255, 255);
            border-color: rgb(233, 45, 0);
            border-width: 2px;
            border-radius: 100px;
        }

        #PARAGRAPH737 {
            width: 130px;
            top: 0px;
            left: 0px;
        }

        #PARAGRAPH737>.ladi-paragraph {
            color: rgb(233, 45, 0);
            font-size: 23px;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH737.ladi-animation>.ladi-paragraph {
            animation-name: pulse;
            -webkit-animation-name: pulse;
            animation-delay: 0s;
            -webkit-animation-delay: 0s;
            animation-duration: 1s;
            -webkit-animation-duration: 1s;
            animation-iteration-count: infinite;
            -webkit-animation-iteration-count: infinite;
        }

        #PARAGRAPH738 {
            width: 71px;
            top: 14.5px;
            left: 125.5px;
        }

        #PARAGRAPH738>.ladi-paragraph {
            color: rgb(233, 45, 0);
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP736 {
            width: 196.5px;
            height: 48px;
            top: 24.333px;
            left: 45.79px;
        }

        #PARAGRAPH739 {
            width: 299px;
            top: 0px;
            left: 14.79px;
        }

        #PARAGRAPH739>.ladi-paragraph {
            font-family: "SourceSansPro-ExtraLight.ttf";
            color: rgb(0, 0, 0);
            font-size: 23px;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP734 {
            width: 330px;
            height: 72.333px;
            top: 53.5px;
            left: 884.21px;
        }

        #BOX744 {
            width: 330px;
            height: 569px;
            top: 0px;
            left: 21.5px;
        }

        #BOX744>.ladi-box {
            background-color: rgb(255, 255, 255);
            border-style: dashed;
            border-color: rgb(233, 45, 0);
            border-width: 2px;
        }

        #PARAGRAPH751 {
            width: 308px;
            top: 381.699px;
            left: 32.5px;
        }

        #PARAGRAPH751>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 16px;
            text-align: center;
            line-height: 1.6;
        }

        #BOX753 {
            width: 330px;
            height: 49px;
            top: 24.199px;
            left: 21.5px;
        }

        #BOX753>.ladi-box {
            background-color: rgb(233, 45, 0);
        }

        #COUNTDOWN_ITEM756 {
            visibility: hidden;
            pointer-events: none;
        }

        #COUNTDOWN755 {
            width: 204px;
            height: 57px;
            top: 0px;
            left: 0px;
        }

        #COUNTDOWN755>.ladi-countdown {
            color: rgb(255, 255, 255);
            font-size: 30px;
            font-weight: bold;
            text-align: center;
        }

        #COUNTDOWN755>.ladi-countdown>.ladi-element {
            width: calc((100% - 10px * 3) / 4);
            margin-right: 10px;
            height: 100%;
        }

        #PARAGRAPH760 {
            width: 57px;
            top: 7.5px;
            left: 74px;
        }

        #PARAGRAPH760>.ladi-paragraph {
            color: rgb(255, 255, 255);
            font-size: 24px;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH761 {
            width: 57px;
            top: 7.5px;
            left: 127px;
        }

        #PARAGRAPH761>.ladi-paragraph {
            color: rgb(255, 255, 255);
            font-size: 24px;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP754 {
            width: 204px;
            height: 57px;
            top: 0px;
            left: 0px;
        }

        #PARAGRAPH763 {
            width: 283px;
            top: 0px;
            left: 39.5px;
        }

        #PARAGRAPH763>.ladi-paragraph {
            text-decoration-line: line-through;
            -webkit-text-decoration-line: line-through;
            color: rgb(92, 92, 92);
            font-size: 18px;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH764 {
            width: 314px;
            top: 32px;
            left: 31px;
        }

        #PARAGRAPH764>.ladi-paragraph {
            color: rgb(135, 0, 0);
            font-size: 11px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP762 {
            width: 322.5px;
            height: 62px;
            top: 80.699px;
            left: 50px;
        }

        #PARAGRAPH765 {
            width: 269px;
            top: 112px;
            left: 221px;
        }

        #PARAGRAPH765>.ladi-paragraph {
            color: rgb(135, 0, 0);
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

        #LINE766 {
            width: 260px;
            top: 0px;
            left: 7.46px;
        }

        #LINE766>.ladi-line>.ladi-line-container {
            border-top: 1px solid rgb(233, 45, 0);
            border-right: 1px solid rgb(233, 45, 0);
            border-bottom: 1px solid rgb(233, 45, 0);
            border-left: 0px !important;
        }

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

        #PARAGRAPH767 {
            width: 246px;
            top: 13.667px;
            left: 34.7083px;
        }

        #PARAGRAPH767>.ladi-paragraph {
            color: rgb(233, 45, 0);
            font-size: 15px;
            text-align: center;
            line-height: 1.6;
        }

        #SHAPE768 {
            width: 40px;
            height: 40px;
            top: 8.5px;
            left: 5.5px;
        }

        #SHAPE768 svg:last-child {
            fill: rgba(255, 255, 255, 1);
        }

        #IMAGE769 {
            width: 34.7083px;
            height: 28.3333px;
            top: 13.667px;
            left: 0px;
        }

        #IMAGE769>.ladi-image>.ladi-image-background {
            width: 34.7083px;
            height: 28.3333px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s350x350/5da6cb07a973800e7e31908d/sec-20210218075349.png");
        }

        #IMAGE771 {
            width: 125.056px;
            height: 125.056px;
            top: 0px;
            left: 15px;
        }

        #IMAGE771>.ladi-image>.ladi-image-background {
            width: 125.056px;
            height: 125.056px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s450x450/5da6cb07a973800e7e31908d/badge-20210218075248.png");
        }

        #PARAGRAPH772 {
            width: 166px;
            top: 32.528px;
            left: 35px;
        }

        #PARAGRAPH772>.ladi-paragraph {
            font-family: "Chonburi-Regular.ttf";
            color: rgb(255, 255, 255);
            font-size: 38px;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP770 {
            width: 166px;
            height: 125.056px;
            top: 285px;
            left: 598px;
        }

        #SECTION694 {
            height: 737px;
        }

        #SECTION694>.ladi-section-background {
            background-color: rgb(244, 220, 216);
        }

        #SECTION694 .ladi-section-arrow-down {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        }

        #IMAGE773 {
            width: 140px;
            height: 140px;
            top: auto;
            left: auto;
            bottom: 10px;
            right: 0px;
            position: fixed;
            z-index: 90000050;
        }



        #NOTIFY774 {
            width: 300px;
            height: 62px;
            top: 10px;
            left: 10px;
            bottom: auto;
            right: auto;
            display: none !important;
            position: fixed;
            z-index: 90000060;
        }

        #NOTIFY774>.ladi-notify {
            color: rgb(64, 64, 64);
            background-color: rgba(250, 250, 250, 0.9);
        }

        #GROUP776 {
            width: 424.78px;
            height: 530px;
            top: 0px;
            left: 0px;
        }

        #GROUP778 {
            width: 280.708px;
            height: 42.0003px;
            top: 506.199px;
            left: 42.02px;
        }

        #GROUP779 {
            width: 204px;
            height: 57px;
            top: 20.199px;
            left: 84.5px;
        }

        #GROUP781 {
            width: 204px;
            height: 57px;
            top: 0px;
            left: 0px;
        }

        #GROUP784 {
            width: 351.5px;
            height: 569px;
            top: 0px;
            left: 0px;
        }

        #GROUP785 {
            width: 436px;
            height: 569px;
            top: 142.5px;
            left: 862px;
        }

        #NOTIFY794 {
            width: 300px;
            height: 62px;
            top: 10px;
            left: 10px;
            bottom: auto;
            right: auto;
            position: fixed;
            z-index: 90000060;
        }

        #NOTIFY794>.ladi-notify {
            color: rgb(64, 64, 64);
            background-color: rgba(250, 250, 250, 0.9);
        }

        #IMAGE795 {
            width: 219.5px;
            height: 119.601px;
            top: 60.0855px;
            left: 7px;
        }

        #IMAGE795>.ladi-image>.ladi-image-background {
            width: 219.5px;
            height: 119.601px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s550x450/5da6cb07a973800e7e31908d/parasotin-ml-logo-1-20220319130451.png");
        }

        #FORM_ITEM808 {
            width: 41.91px;
            height: 35px;
            top: 133.242px;
            left: 0px;
            display: none !important;
        }

        #FORM_ITEM809 {
            width: 41.91px;
            height: 35px;
            top: 133.242px;
            left: 97.91px;
            display: none !important;
        }

        #FORM_ITEM810 {
            width: 41.91px;
            height: 35px;
            top: 133.242px;
            left: 103.82px;
            display: none !important;
        }

        #FORM_ITEM811 {
            width: 41.91px;
            height: 35px;
            top: 133.242px;
            left: 155.73px;
            display: none !important;
        }

        #FORM_ITEM812 {
            width: 41.91px;
            height: 35px;
            top: 133.242px;
            left: 207.64px;
            display: none !important;
        }

        #FORM_ITEM814 {
            width: 41.91px;
            height: 35px;
            top: 133.242px;
            left: 311.46px;
            display: none !important;
        }

        #FORM_ITEM815 {
            width: 41.91px;
            height: 35px;
            top: 133.242px;
            left: 363.37px;
            display: none !important;
        }

        #FORM_ITEM813 {
            width: 41.91px;
            height: 35px;
            top: 133.242px;
            left: 259.55px;
            display: none !important;
        }

        #BUTTON_TEXT906 {
            width: 243px;
            top: 16.6796px;
            left: 0px;
        }

        #BUTTON_TEXT906>.ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 25px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

        #BUTTON906 {
            width: 247.216px;
            height: 45.8649px;
            top: 147.845px;
            left: 14.847px;
        }

        #BUTTON906>.ladi-button>.ladi-button-background {
            background: rgba(233, 45, 0, 1.0);
            background: -webkit-linear-gradient(180deg, rgba(233, 45, 0, 1.0), rgba(138, 7, 7, 1.0));
            background: linear-gradient(180deg, rgba(233, 45, 0, 1.0), rgba(138, 7, 7, 1.0));
        }

        #BUTTON906>.ladi-button {
            border-style: solid;
            border-color: rgb(138, 7, 7);
            border-width: 2px;
            border-radius: 46px;
        }

        #BUTTON906.ladi-animation>.ladi-button {
            animation-name: pulse;
            -webkit-animation-name: pulse;
            animation-delay: 0s;
            -webkit-animation-delay: 0s;
            animation-duration: 1s;
            -webkit-animation-duration: 1s;
            animation-iteration-count: infinite;
            -webkit-animation-iteration-count: infinite;
        }

        #FORM_ITEM908 {
            width: 276.91px;
            height: 44.8649px;
            top: 0px;
            left: 0px;
        }

        #FORM_ITEM909 {
            width: 276.91px;
            height: 46.8649px;
            top: 76.3771px;
            left: 0px;
        }

        #FORM_ITEM910 {
            width: 41.91px;
            height: 35px;
            top: 133.242px;
            left: 0px;
            display: none !important;
        }

        #FORM_ITEM911 {
            width: 41.91px;
            height: 35px;
            top: 133.242px;
            left: 51.91px;
            display: none !important;
        }

        #FORM_ITEM912 {
            width: 41.91px;
            height: 35px;
            top: 133.242px;
            left: 103.82px;
            display: none !important;
        }

        #FORM_ITEM913 {
            width: 41.91px;
            height: 35px;
            top: 133.242px;
            left: 155.73px;
            display: none !important;
        }

        #FORM_ITEM914 {
            width: 41.91px;
            height: 35px;
            top: 133.242px;
            left: 207.64px;
            display: none !important;
        }

        #FORM_ITEM915 {
            width: 41.91px;
            height: 35px;
            top: 133.242px;
            left: 259.55px;
            display: none !important;
        }

        #FORM_ITEM916 {
            width: 41.91px;
            height: 35px;
            top: 133.242px;
            left: 311.46px;
            display: none !important;
        }

        #FORM_ITEM917 {
            width: 41.91px;
            height: 35px;
            top: 133.242px;
            left: 363.37px;
            display: none !important;
        }

        #FORM905 {
            width: 405.28px;
            height: 193.71px;
            top: 314.555px;
            left: 919px;
        }

        #FORM905>.ladi-form {
            color: rgb(0, 0, 0);
            font-size: 12px;
            line-height: 1.6;
        }

        #FORM905 .ladi-form-item .ladi-form-control::placeholder,
        #FORM905 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"] {
            color: #000;
        }

        #FORM905 .ladi-form-item {

            padding-right: 10px;
        }

        #FORM905 .ladi-form-item.ladi-form-checkbox {
            padding-left: 15px;
            padding-right: 15px;
        }

        #FORM905 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20%23000%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
        }

        #FORM905 .ladi-form-item-container,
        #FORM905 .ladi-form-label-container .ladi-form-label-item {
            border-style: solid;
            border-color: rgb(233, 45, 0);
            border-width: 3px;
            border-radius: 46px;
        }

        #FORM905 .ladi-form-item-container .ladi-form-quantity button {
            background-color: rgb(233, 45, 0);
        }

        #FORM905 .ladi-form-item-background {
            background-color: rgb(255, 255, 255);
            border-radius: 43px
        }

        #IMAGE982 {
            width: 1205.89px;
            height: 233.772px;
            top: 0px;
            left: 0px;
        }

        #IMAGE982>.ladi-image>.ladi-image-background {
            width: 1205.89px;
            height: 233.772px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s1550x550/5da6cb07a973800e7e31908d/adb_title-20210218075243.png");
        }

        #PARAGRAPH984 {
            width: 868px;
            top: 0px;
            left: 80px;
        }

        #PARAGRAPH984>.ladi-paragraph {
            font-family: "SourceSansPro-ExtraLight.ttf";
            color: rgb(255, 255, 255);
            font-size: 30px;
            text-align: center;
            line-height: 1.6;
        }

        #LINE985 {
            width: 20px;
            top: 15.5px;
            left: 55.5px;
        }

        #LINE985>.ladi-line>.ladi-line-container {
            border-top: 1px solid rgb(255, 255, 255);
            border-right: 1px solid rgb(255, 255, 255);
            border-bottom: 1px solid rgb(255, 255, 255);
            border-left: 0px !important;
        }

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

        #GROUP983 {
            width: 867px;
            height: 48px;
            top: 123.5px;
            left: 400px;
        }

        #IMAGE986 {
            width: 245.762px;
            height: 127.509px;
            top: 53.1315px;
            left: 58.619px;
        }

        #IMAGE986>.ladi-image>.ladi-image-background {
            width: 245.762px;
            height: 127.509px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s550x450/5da6cb07a973800e7e31908d/parasotin-ml-logo-1-20220319130451.png");
        }

        #GROUP981 {
            width: 1267px;
            height: 233.772px;
            top: 10px;
            left: 0px;
        }

        #SECTION949 {
            height: 243.772px;
        }

        #SECTION949>.ladi-section-background {
            background-color: rgb(244, 220, 216);
        }

        #SECTION949 .ladi-section-arrow-down {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        }

        #IMAGE357 {
            width: 172px;
            height: 111px;
            top: 77.806px;
            left: 0px;
        }

        #IMAGE357>.ladi-image>.ladi-image-background {
            width: 172px;
            height: 111px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s500x450/5da6cb07a973800e7e31908d/arrow_1-20210218100902.png");
        }

        #GROUP359 {
            width: 172px;
            height: 188.806px;
            top: 0px;
            left: 54.5px;
        }

        #LINE1000 {
            width: 183px;
            top: 0px;
            left: 0px;
        }

        #LINE1000>.ladi-line>.ladi-line-container {
            border-top: 1px solid rgb(138, 7, 7);
            border-right: 1px solid rgb(138, 7, 7);
            border-bottom: 1px solid rgb(138, 7, 7);
            border-left: 0px !important;
        }

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

        #BOX1001 {
            width: 10px;
            height: 10px;
            top: 3.5px;
            left: 178px;
        }

        #BOX1001>.ladi-box {
            background: rgba(138, 7, 7, 1);
            background: -webkit-linear-gradient(180deg, rgba(138, 7, 7, 1), rgba(238, 143, 102, 1));
            background: linear-gradient(180deg, rgba(138, 7, 7, 1), rgba(238, 143, 102, 1));
            border-radius: 100px;
        }

        #GROUP999 {
            width: 188px;
            height: 17px;
            top: 894.556px;
            left: 659px;
        }

        #GROUP690 {
            width: 424.78px;
            height: 530px;
            top: 0px;
            left: 0px;
        }
    }

    @media (max-width: 767px) {
        #SECTION_POPUP {
            height: 0px;
        }

        #SECTION_POPUP .ladi-section-arrow-down {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        }

        #IMAGE2 {
            width: 68px;
            height: 68px;
            top: 0px;
            left: 0px;
        }

        #IMAGE2>.ladi-image>.ladi-image-background {
            width: 68px;
            height: 68px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s400x400/5da6cb07a973800e7e31908d/icon1-20210218075312.png");
        }

        #PARAGRAPH3 {
            width: 469px;
            top: 0px;
            left: 0px;
        }

        #PARAGRAPH3>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 16px;
            line-height: 1.6;
        }

        #LINE4 {
            width: 183px;
            top: 0px;
            left: 0px;
        }

        #LINE4>.ladi-line>.ladi-line-container {
            border-top: 1px solid rgb(138, 7, 7);
            border-right: 1px solid rgb(138, 7, 7);
            border-bottom: 1px solid rgb(138, 7, 7);
            border-left: 0px !important;
        }

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

        #BOX5 {
            width: 10px;
            height: 10px;
            top: 3.5px;
            left: 178px;
        }

        #BOX5>.ladi-box {
            background: rgba(138, 7, 7, 1);
            background: -webkit-linear-gradient(180deg, rgba(138, 7, 7, 1), rgba(238, 143, 102, 1));
            background: linear-gradient(180deg, rgba(138, 7, 7, 1), rgba(238, 143, 102, 1));
            border-radius: 100px;
        }

        #GROUP6 {
            width: 548px;
            height: 69.5px;
            top: 1541.93px;
            left: 43.25px;
        }

        #GROUP7 {
            width: 188px;
            height: 17px;
            top: 25px;
            left: 0px;
        }

        #IMAGE8 {
            width: 68px;
            height: 71.5px;
            top: 0px;
            left: 0px;
        }

        #IMAGE8>.ladi-image>.ladi-image-background {
            width: 68px;
            height: 71.5px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s400x400/5da6cb07a973800e7e31908d/icon2-20210218075312.png");
        }

        #GROUP9 {
            width: 469px;
            height: 42px;
            top: 27.5px;
            left: 79px;
        }

        #PARAGRAPH11 {
            width: 469px;
            top: 0px;
            left: 0px;
        }

        #PARAGRAPH11>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 16px;
            line-height: 1.6;
        }

        #LINE13 {
            width: 183px;
            top: 0px;
            left: 0px;
        }

        #LINE13>.ladi-line>.ladi-line-container {
            border-top: 1px solid rgb(138, 7, 7);
            border-right: 1px solid rgb(138, 7, 7);
            border-bottom: 1px solid rgb(138, 7, 7);
            border-left: 0px !important;
        }

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

        #BOX14 {
            width: 10px;
            height: 10px;
            top: 3.5px;
            left: 178px;
        }

        #BOX14>.ladi-box {
            background: rgba(138, 7, 7, 1);
            background: -webkit-linear-gradient(180deg, rgba(138, 7, 7, 1), rgba(238, 143, 102, 1));
            background: linear-gradient(180deg, rgba(138, 7, 7, 1), rgba(238, 143, 102, 1));
            border-radius: 100px;
        }

        #GROUP12 {
            width: 188px;
            height: 17px;
            top: 25px;
            left: 0px;
        }

        #GROUP10 {
            width: 469px;
            height: 42px;
            top: 24.5px;
            left: 82px;
        }

        #IMAGE15 {
            width: 68px;
            height: 68px;
            top: 0px;
            left: 0px;
        }

        #IMAGE15>.ladi-image>.ladi-image-background {
            width: 68px;
            height: 68px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s400x400/5da6cb07a973800e7e31908d/icon3-20210218075303.png");
        }

        #PARAGRAPH17 {
            width: 314px;
            top: 7.5px;
            left: 81px;
        }

        #PARAGRAPH17>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 16px;
            line-height: 1.6;
        }

        #IMAGE48 {
            width: 652.097px;
            height: 139.543px;
            top: -12px;
            left: -49px;
        }

        #IMAGE48>.ladi-image>.ladi-image-background {
            width: 652.097px;
            height: 139.543px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s1000x450/5da6cb07a973800e7e31908d/adb_title-20210218075243.png");
        }

        #PARAGRAPH51 {
            width: 258px;
            top: 0px;
            left: 19.599px;
        }

        #PARAGRAPH51>.ladi-paragraph {
            font-family: "SourceSansPro-ExtraLight.ttf";
            color: rgb(255, 255, 255);
            font-size: 16px;
            line-height: 1.6;
        }

        #LINE52 {
            width: 13px;
            top: 7px;
            left: 0px;
        }

        #LINE52>.ladi-line>.ladi-line-container {
            border-top: 1px solid rgb(255, 255, 255);
            border-right: 1px solid rgb(255, 255, 255);
            border-bottom: 1px solid rgb(255, 255, 255);
            border-left: 0px !important;
        }

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

        #GROUP49 {
            width: 277.599px;
            height: 25px;
            top: 61.1533px;
            left: 178.211px;
        }

        #SECTION28 {
            height: 1842.56px;
        }

        #SECTION28>.ladi-section-background {
            background-color: rgb(244, 220, 216);
        }

        #SECTION28 .ladi-section-arrow-down {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        }

        #IMAGE56 {
            width: 532.842px;
            height: 354.865px;
            top: 93.1533px;
            left: -54px;
        }

        #IMAGE56>.ladi-image>.ladi-image-background {
            width: 532.842px;
            height: 359.713px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s850x700/5da6cb07a973800e7e31908d/rbg/family-20210218082908.png");
        }

        #PARAGRAPH57 {
            width: 401px;
            top: 590.601px;
            left: 13.5px;
        }

        #PARAGRAPH57>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 19px;
            line-height: 1.6;
        }

        #IMAGE58 {
            width: 16px;
            height: 16px;
            top: 6px;
            left: 0px;
        }

        #IMAGE58>.ladi-image>.ladi-image-background {
            width: 16px;
            height: 16px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s350x350/5da6cb07a973800e7e31908d/round-20210218075349.png");
        }

        #PARAGRAPH59 {
            width: 470px;
            top: 0px;
            left: 29px;
        }

        #PARAGRAPH59>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            line-height: 1.6;
        }

        #GROUP60 {
            width: 498px;
            height: 28px;
            top: 671.601px;
            left: 21px;
        }

        #IMAGE62 {
            width: 16px;
            height: 16px;
            top: 6px;
            left: 0px;
        }

        #IMAGE62>.ladi-image>.ladi-image-background {
            width: 16px;
            height: 16px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s350x350/5da6cb07a973800e7e31908d/round-20210218075349.png");
        }

        #PARAGRAPH63 {
            width: 362px;
            top: 0px;
            left: 29px;
        }

        #PARAGRAPH63>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            line-height: 1.6;
        }

        #GROUP61 {
            width: 390px;
            height: 57px;
            top: 834.601px;
            left: 21px;
        }

        #IMAGE65 {
            width: 16px;
            height: 16px;
            top: 6px;
            left: 0px;
        }

        #IMAGE65>.ladi-image>.ladi-image-background {
            width: 16px;
            height: 16px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s350x350/5da6cb07a973800e7e31908d/round-20210218075349.png");
        }

        #PARAGRAPH66 {
            width: 470px;
            top: 0px;
            left: 29px;
        }

        #PARAGRAPH66>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            line-height: 1.6;
        }

        #GROUP64 {
            width: 498px;
            height: 28px;
            top: 705.101px;
            left: 21px;
        }

        #IMAGE68 {
            width: 16px;
            height: 16px;
            top: 6px;
            left: 0px;
        }

        #IMAGE68>.ladi-image>.ladi-image-background {
            width: 16px;
            height: 16px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s350x350/5da6cb07a973800e7e31908d/round-20210218075349.png");
        }

        #PARAGRAPH69 {
            width: 359px;
            top: 0px;
            left: 29px;
        }

        #PARAGRAPH69>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            line-height: 1.6;
        }

        #GROUP67 {
            width: 388px;
            height: 57px;
            top: 738.601px;
            left: 21px;
        }

        #IMAGE71 {
            width: 16px;
            height: 16px;
            top: 6px;
            left: 0px;
        }

        #IMAGE71>.ladi-image>.ladi-image-background {
            width: 16px;
            height: 16px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s350x350/5da6cb07a973800e7e31908d/round-20210218075349.png");
        }

        #PARAGRAPH72 {
            width: 470px;
            top: 0px;
            left: 29px;
        }

        #PARAGRAPH72>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            line-height: 1.6;
        }

        #GROUP70 {
            width: 498px;
            height: 28px;
            top: 801.101px;
            left: 21px;
        }

        #IMAGE73 {
            width: 125.056px;
            height: 125.056px;
            top: 0px;
            left: 15px;
        }

        #IMAGE73>.ladi-image>.ladi-image-background {
            width: 125.056px;
            height: 125.056px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s450x450/5da6cb07a973800e7e31908d/badge-20210218075248.png");
        }

        #PARAGRAPH74 {
            width: 166px;
            top: 32.528px;
            left: 40px;
        }

        #PARAGRAPH74>.ladi-paragraph {
            font-family: "Chonburi-Regular.ttf";
            color: rgb(255, 255, 255);
            font-size: 38px;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP75 {
            width: 166px;
            height: 125.056px;
            top: 458.601px;
            left: 250px;
        }

        #IMAGE77 {
            width: 269.658px;
            height: 269.815px;
            top: 326.518px;
            left: 45.342px;
        }

        #IMAGE77>.ladi-image>.ladi-image-background {
            width: 280.909px;
            height: 269.815px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s600x600/5da6cb07a973800e7e31908d/parasotin-ml-decor-1-20220319084411.png");
        }

        #FORM123 {
            width: 276.91px;
            height: 185.71px;
            top: 171.167px;
            left: 27.545px;
        }

        #FORM123>.ladi-form {
            color: rgb(0, 0, 0);
            font-size: 12px;
            line-height: 1.6;
        }

        #FORM123 .ladi-form-item .ladi-form-control::placeholder,
        #FORM123 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"] {
            color: #000;
        }

        #FORM123 .ladi-form-item {
            padding-left: 10px;
            padding-right: 10px;
        }

        #FORM123 .ladi-form-item.ladi-form-checkbox {
            padding-left: 15px;
            padding-right: 15px;
        }

        #FORM123 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20%23000%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
        }

        #FORM123 .ladi-form-item-container,
        #FORM123 .ladi-form-label-container .ladi-form-label-item {
            border-style: solid;
            border-color: rgb(233, 45, 0);
            border-width: 3px;
            border-radius: 46px;
        }

        #FORM123 .ladi-form-item-container .ladi-form-quantity button {
            background-color: rgb(233, 45, 0);
        }

        #FORM123 .ladi-form-item-background {
            background-color: rgb(255, 255, 255);
            border-radius: 43px
        }

        #FORM_ITEM127 {
            width: 276.91px;
            height: 46.8649px;
            top: 85.3771px;
            left: 0px;
        }

        #country_code_selector {
            position: absolute;
            top: -20px;
            width: 276.91px;
            height: 46.8649px;
            border-style: solid;
            border-color: rgb(233, 45, 0);
            border-width: 3px;
            border-radius: 46px;

        }

        #FORM_ITEM126 {
            width: 276.91px;
            height: 44.8649px;
            top: 32px;
            left: 0px;
        }

        #BUTTON124 {
            width: 247.216px;
            height: 45.8649px;
            top: 139.845px;
            left: 14.847px;
        }

        #BUTTON124>.ladi-button>.ladi-button-background {
            background: rgba(233, 45, 0, 1.0);
            background: -webkit-linear-gradient(180deg, rgba(233, 45, 0, 1.0), rgba(138, 7, 7, 1.0));
            background: linear-gradient(180deg, rgba(233, 45, 0, 1.0), rgba(138, 7, 7, 1.0));
        }

        #BUTTON124>.ladi-button {
            border-style: solid;
            border-color: rgb(138, 7, 7);
            border-width: 2px;
            border-radius: 46px;
        }

        #BUTTON124.ladi-animation>.ladi-button {
            animation-name: pulse;
            -webkit-animation-name: pulse;
            animation-delay: 0s;
            -webkit-animation-delay: 0s;
            animation-duration: 1s;
            -webkit-animation-duration: 1s;
            animation-iteration-count: infinite;
            -webkit-animation-iteration-count: infinite;
        }

        #BUTTON_TEXT124 {
            width: 244px;
            top: 16.6796px;
            left: 0px;
        }

        #BUTTON_TEXT124>.ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 25px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

        #BOX165 {
            width: 330px;
            height: 524px;
            top: 0px;
            left: 0px;
        }

        #BOX165>.ladi-box {
            background-color: rgb(255, 255, 255);
            border-style: dashed;
            border-color: rgb(233, 45, 0);
            border-width: 2px;
        }

        #PARAGRAPH184 {
            width: 328px;
            top: 373.167px;
            left: 1px;
        }

        #PARAGRAPH184>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 13px;
            text-align: center;
            line-height: 1.6;
        }

        #COUNTDOWN186 {
            width: 204px;
            height: 57px;
            top: 0px;
            left: 0px;
        }

        #COUNTDOWN186>.ladi-countdown {
            color: rgb(255, 255, 255);
            font-size: 30px;
            font-weight: bold;
            text-align: center;
        }

        #COUNTDOWN186>.ladi-countdown>.ladi-element {
            width: calc((100% - 10px * 3) / 4);
            margin-right: 10px;
            height: 100%;
        }

        #COUNTDOWN_ITEM187 {
            visibility: hidden;
            pointer-events: none;
        }

        #PARAGRAPH191 {
            width: 57px;
            top: 7.5px;
            left: 74px;
        }

        #PARAGRAPH191>.ladi-paragraph {
            color: rgb(255, 255, 255);
            font-size: 24px;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH192 {
            width: 57px;
            top: 7.5px;
            left: 127px;
        }

        #PARAGRAPH192>.ladi-paragraph {
            color: rgb(255, 255, 255);
            font-size: 24px;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP193 {
            width: 204px;
            height: 57px;
            top: 25.667px;
            left: 63px;
        }

        #BOX194 {
            width: 330px;
            height: 49px;
            top: 29.667px;
            left: 0px;
        }

        #BOX194>.ladi-box {
            background-color: rgb(233, 45, 0);
        }

        #SHAPE223 {
            width: 40px;
            height: 40px;
            top: 34.167px;
            left: 63px;
        }

        #SHAPE223 svg:last-child {
            fill: rgba(255, 255, 255, 1);
        }

        #PARAGRAPH228 {
            width: 283px;
            top: 0px;
            left: 17px;
        }

        #PARAGRAPH228>.ladi-paragraph {
            text-decoration-line: line-through;
            -webkit-text-decoration-line: line-through;
            color: rgb(92, 92, 92);
            font-size: 18px;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH229 {
            width: 269px;
            top: 35.5px;
            left: 0px;
        }

        #PARAGRAPH229>.ladi-paragraph {
            color: rgb(135, 0, 0);
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP227 {
            width: 300px;
            height: 66.5px;
            top: 86.167px;
            left: 1px;
        }

        #PARAGRAPH230 {
            width: 108px;
            top: 126.167px;
            left: 245.5px;
        }

        #PARAGRAPH230>.ladi-paragraph {
            color: rgb(135, 0, 0);
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP231 {
            width: 331.5px;
            height: 524px;
            top: 0px;
            left: 0px;
        }

        #GROUP231.ladi-animation>.ladi-group {
            animation-name: bounceInRight;
            -webkit-animation-name: bounceInRight;
            animation-delay: 1s;
            -webkit-animation-delay: 1s;
            animation-duration: 1s;
            -webkit-animation-duration: 1s;
            animation-iteration-count: 1;
            -webkit-animation-iteration-count: 1;
        }

        #SECTION232 {
            height: 1738.32px;
        }

        #SECTION232 .ladi-section-arrow-down {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        }

        #BOX233 {
            width: 330px;
            height: 63px;
            top: 0px;
            left: 0px;
        }

        #BOX233>.ladi-box {
            background-color: rgb(255, 255, 255);
            border-color: rgb(233, 45, 0);
            border-width: 2px;
            border-radius: 100px;
        }

        #PARAGRAPH235 {
            width: 299px;
            top: 0px;
            left: 14.79px;
        }

        #PARAGRAPH235>.ladi-paragraph {
            font-family: "SourceSansPro-ExtraLight.ttf";
            color: rgb(0, 0, 0);
            font-size: 24px;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH237 {
            width: 163px;
            top: 0px;
            left: 0px;
        }

        #PARAGRAPH237>.ladi-paragraph {
            color: rgb(233, 45, 0);
            font-size: 30px;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH237.ladi-animation>.ladi-paragraph {
            animation-name: pulse;
            -webkit-animation-name: pulse;
            animation-delay: 0s;
            -webkit-animation-delay: 0s;
            animation-duration: 1s;
            -webkit-animation-duration: 1s;
            animation-iteration-count: infinite;
            -webkit-animation-iteration-count: infinite;
        }

        #PARAGRAPH238 {
            width: 70px;
            top: 13.5px;
            left: 135.5px;
        }

        #PARAGRAPH238>.ladi-paragraph {
            color: rgb(233, 45, 0);
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP239 {
            width: 205.5px;
            height: 48px;
            top: 24.333px;
            left: 52.79px;
        }

        #GROUP240 {
            width: 330px;
            height: 72.333px;
            top: 919.601px;
            left: 46.2095px;
        }

        #LINE241 {
            width: 260px;
            top: 444.667px;
            left: 34px;
        }

        #LINE241>.ladi-line>.ladi-line-container {
            border-top: 1px solid rgb(233, 45, 0);
            border-right: 1px solid rgb(233, 45, 0);
            border-bottom: 1px solid rgb(233, 45, 0);
            border-left: 0px !important;
        }

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

        #IMAGE242 {
            width: 34.7083px;
            height: 28.3333px;
            top: 459.667px;
            left: 19.5px;
        }

        #IMAGE242>.ladi-image>.ladi-image-background {
            width: 34.7083px;
            height: 28.3333px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s350x350/5da6cb07a973800e7e31908d/sec-20210218075349.png");
        }

        #PARAGRAPH243 {
            width: 246px;
            top: 462.667px;
            left: 67px;
        }

        #PARAGRAPH243>.ladi-paragraph {
            color: rgb(233, 45, 0);
            font-size: 15px;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP244 {
            width: 331.5px;
            height: 524px;
            top: 0px;
            left: 0px;
        }

        #PARAGRAPH245 {
            width: 140px;
            top: 1.54px;
            left: 0px;
        }

        #PARAGRAPH245>.ladi-paragraph {
            font-family: "Roboto-Black.ttf";
            color: rgb(138, 7, 7);
            font-size: 55px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH246 {
            width: 300px;
            top: 21.54px;
            left: 110px;
        }

        #PARAGRAPH246>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH247 {
            width: 401px;
            top: 81.54px;
            left: 10px;
        }

        #PARAGRAPH247>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            text-align: center;
            line-height: 1.6;
        }

        #IMAGE248 {
            width: 400px;
            height: 520.93px;
            top: 151.54px;
            left: 10px;
        }

        #IMAGE248>.ladi-image>.ladi-image-background {
            width: 400px;
            height: 520.93px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s750x850/5da6cb07a973800e7e31908d/img2-20210218075326.png");
        }

        #IMAGE249 {
            width: 78px;
            height: 124px;
            top: 0px;
            left: 54.71px;
        }

        #IMAGE249>.ladi-image>.ladi-image-background {
            width: 78px;
            height: 124px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s400x450/5da6cb07a973800e7e31908d/im1-20210218075304.png");
        }

        #PARAGRAPH250 {
            width: 133px;
            top: 0px;
            left: 35px;
        }

        #PARAGRAPH250>.ladi-paragraph {
            color: rgb(233, 45, 0);
            font-size: 20px;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH251 {
            width: 203px;
            top: 41px;
            left: 0px;
        }

        #PARAGRAPH251>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP252 {
            width: 203px;
            height: 98px;
            top: 138.899px;
            left: 0px;
        }

        #GROUP253 {
            width: 203px;
            height: 236.899px;
            top: 697.54px;
            left: 0px;
        }

        #IMAGE255 {
            width: 129px;
            height: 124px;
            top: 0px;
            left: 41.5px;
        }

        #IMAGE255>.ladi-image>.ladi-image-background {
            width: 129px;
            height: 124px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s450x450/5da6cb07a973800e7e31908d/im2-20210218075304.png");
        }

        #PARAGRAPH257 {
            width: 212px;
            top: 0px;
            left: 0px;
        }

        #PARAGRAPH257>.ladi-paragraph {
            color: rgb(233, 45, 0);
            font-size: 20px;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH258 {
            width: 203px;
            top: 59px;
            left: 4.5px;
        }

        #PARAGRAPH258>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP256 {
            width: 212px;
            height: 116px;
            top: 138.899px;
            left: 0px;
        }

        #GROUP254 {
            width: 212px;
            height: 254.899px;
            top: 697.54px;
            left: 210px;
        }

        #IMAGE260 {
            width: 103.304px;
            height: 128.899px;
            top: 0px;
            left: 50px;
        }

        #IMAGE260>.ladi-image>.ladi-image-background {
            width: 103.304px;
            height: 128.899px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s450x450/5da6cb07a973800e7e31908d/im3-20210218075326.png");
        }

        #PARAGRAPH262 {
            width: 190px;
            top: 0px;
            left: 0px;
        }

        #PARAGRAPH262>.ladi-paragraph {
            color: rgb(233, 45, 0);
            font-size: 20px;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH263 {
            width: 203px;
            top: 71.101px;
            left: 0px;
        }

        #PARAGRAPH263>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP261 {
            width: 203px;
            height: 128.101px;
            top: 138.899px;
            left: 0px;
        }

        #GROUP259 {
            width: 203px;
            height: 267px;
            top: 1005.54px;
            left: 0px;
        }

        #PARAGRAPH267 {
            width: 210px;
            top: 0px;
            left: 0px;
        }

        #PARAGRAPH267>.ladi-paragraph {
            color: rgb(233, 45, 0);
            font-size: 20px;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP266 {
            width: 210px;
            height: 155px;
            top: 140px;
            left: 0px;
        }

        #GROUP264 {
            width: 210px;
            height: 295px;
            top: 977.54px;
            left: 210px;
        }

        #PARAGRAPH268 {
            width: 203px;
            top: 70px;
            left: 0px;
        }

        #PARAGRAPH268>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            text-align: center;
            line-height: 1.6;
        }

        #IMAGE265 {
            width: 129px;
            height: 129px;
            top: 0px;
            left: 40px;
        }

        #IMAGE265>.ladi-image>.ladi-image-background {
            width: 129px;
            height: 129px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s450x450/5da6cb07a973800e7e31908d/im4-20210218075326.png");
        }

        #IMAGE270 {
            width: 143px;
            height: 129px;
            top: 0px;
            left: 27px;
        }

        #IMAGE270>.ladi-image>.ladi-image-background {
            width: 143px;
            height: 129px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s450x450/5da6cb07a973800e7e31908d/im5-20210218075326.png");
        }

        #PARAGRAPH272 {
            width: 210px;
            top: 0px;
            left: 0px;
        }

        #PARAGRAPH272>.ladi-paragraph {
            color: rgb(233, 45, 0);
            font-size: 20px;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH273 {
            width: 203px;
            top: 50px;
            left: 0px;
        }

        #PARAGRAPH273>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP271 {
            width: 210px;
            height: 135px;
            top: 160px;
            left: 0px;
        }

        #GROUP269 {
            width: 210px;
            height: 295px;
            top: 1339.54px;
            left: 0px;
        }

        #IMAGE275 {
            width: 95px;
            height: 121.573px;
            top: 0px;
            left: 50px;
        }

        #IMAGE275>.ladi-image>.ladi-image-background {
            width: 95px;
            height: 121.573px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s400x450/5da6cb07a973800e7e31908d/im6-20210218075326.png");
        }

        #PARAGRAPH277 {
            width: 173px;
            top: 0px;
            left: 10px;
        }

        #PARAGRAPH277>.ladi-paragraph {
            color: rgb(233, 45, 0);
            font-size: 20px;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH278 {
            width: 191px;
            top: 110px;
            left: 0px;
        }

        #PARAGRAPH278>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP276 {
            width: 191px;
            height: 196px;
            top: 140px;
            left: 0px;
        }

        #GROUP274 {
            width: 191px;
            height: 336px;
            top: 1339.54px;
            left: 223px;
        }

        #SECTION279 {
            height: 1269.54px;
        }

        #SECTION279>.ladi-section-background {
            background-color: rgb(244, 220, 216);
        }

        #SECTION279 .ladi-section-arrow-down {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        }

        #PARAGRAPH280 {
            width: 316px;
            top: 24.5px;
            left: 0px;
        }

        #PARAGRAPH280>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 16px;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH281 {
            width: 316px;
            top: 24.5px;
            left: 402px;
        }

        #PARAGRAPH281>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 17px;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH282 {
            width: 396px;
            top: 0px;
            left: 129px;
        }

        #PARAGRAPH282>.ladi-paragraph {
            font-family: "Roboto-Black.ttf";
            color: rgb(138, 7, 7);
            font-size: 39px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP283 {
            width: 661px;
            height: 62px;
            top: 11.72px;
            left: -122px;
        }

        #IMAGE285 {
            width: 168.82px;
            height: 111.984px;
            top: 0px;
            left: 0px;
        }

        #IMAGE285>.ladi-image>.ladi-image-background {
            width: 168.82px;
            height: 111.984px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s500x450/5da6cb07a973800e7e31908d/20190604_103925_408958_dau-dau-mat-ngumax-800x800-20200718043505.jpg");
        }

        #IMAGE285>.ladi-image {
            border-style: solid;
            border-color: rgb(138, 7, 7);
            border-width: 1px;
        }

        #BOX286 {
            width: 168.82px;
            height: 81.421px;
            top: 118.579px;
            left: 0px;
        }

        #BOX286>.ladi-box {
            background-color: rgb(138, 7, 7);
            border-radius: 0px 0px 40px 40px;
        }

        #PARAGRAPH287 {
            width: 168px;
            top: 133.983px;
            left: 0.421775px;
            text-align: center
        }

        #PARAGRAPH287>.ladi-paragraph {
            color: rgb(255, 255, 255);
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP288 {
            width: 168.82px;
            height: 200px;
            top: 113.22px;
            left: 10px;
        }

        #IMAGE290 {
            width: 168.82px;
            height: 111.984px;
            top: 0px;
            left: 0px;
        }

        #IMAGE290>.ladi-image>.ladi-image-background {
            width: 168.82px;
            height: 111.984px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s500x450/5da6cb07a973800e7e31908d/stress-20210113063043.jpg");
        }

        #IMAGE290>.ladi-image {
            border-style: solid;
            border-color: rgb(138, 7, 7);
            border-width: 1px;
        }

        #BOX291 {
            width: 168.82px;
            height: 81.421px;
            top: 118.579px;
            left: 0px;
        }

        #BOX291>.ladi-box {
            background-color: rgb(138, 7, 7);
            border-radius: 0px 0px 40px 40px;
        }

        #PARAGRAPH292 {
            width: 168px;
            top: 133.983px;
            left: 0.421775px;
            text-align: center
        }

        #PARAGRAPH292>.ladi-paragraph {
            color: rgb(255, 255, 255);
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP289 {
            width: 168.82px;
            height: 200px;
            top: 563.22px;
            left: 240px;
        }

        #IMAGE295 {
            width: 168.82px;
            height: 111.984px;
            top: 0px;
            left: 0px;
        }

        #IMAGE295>.ladi-image>.ladi-image-background {
            width: 168.82px;
            height: 111.984px;
            top: 0px;
            left: 0px;
            background-image: url("../img/met-moi-chan-an-la-benh-gi-1-1523620545595401729475.jpeg");
        }

        #IMAGE295>.ladi-image {
            border-style: solid;
            border-color: rgb(138, 7, 7);
            border-width: 1px;
        }

        #BOX296 {
            width: 168.82px;
            height: 81.421px;
            top: 118.579px;
            left: 0px;
        }

        #BOX296>.ladi-box {
            background-color: rgb(138, 7, 7);
            border-radius: 0px 0px 40px 40px;
        }

        #PARAGRAPH297 {
            width: 168px;
            top: 133.983px;
            left: 0.421775px;
            text-align: center
        }

        #PARAGRAPH297>.ladi-paragraph {
            color: rgb(255, 255, 255);
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP294 {
            width: 168.82px;
            height: 200px;
            top: 563.22px;
            left: 10px;
        }

        #IMAGE299 {
            width: 168.82px;
            height: 111.984px;
            top: 0px;
            left: 0px;
        }

        #IMAGE299>.ladi-image>.ladi-image-background {
            width: 168.82px;
            height: 111.984px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s500x450/5da6cb07a973800e7e31908d/di-ung-20201225070609.jpg");
        }

        #IMAGE299>.ladi-image {
            border-style: solid;
            border-color: rgb(138, 7, 7);
            border-width: 1px;
        }

        #BOX300 {
            width: 168.82px;
            height: 81.421px;
            top: 118.579px;
            left: 0px;
        }

        #BOX300>.ladi-box {
            background-color: rgb(138, 7, 7);
            border-radius: 0px 0px 40px 40px;
        }

        #PARAGRAPH301 {
            width: 168px;
            top: 121.983px;
            left: 0.41px;
        }

        #PARAGRAPH301>.ladi-paragraph {
            color: rgb(255, 255, 255);
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP298 {
            width: 168.82px;
            height: 200px;
            top: 113.22px;
            left: 240px;
        }

        #IMAGE303 {
            width: 168.82px;
            height: 111.984px;
            top: 0px;
            left: 0px;
        }

        #IMAGE303>.ladi-image>.ladi-image-background {
            width: 168.82px;
            height: 111.984px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s500x450/5da6cb07a973800e7e31908d/hoi-mieng-2-20201030064938.jpg");
        }

        #IMAGE303>.ladi-image {
            border-style: solid;
            border-color: rgb(138, 7, 7);
            border-width: 1px;
        }

        #BOX304 {
            width: 168.82px;
            height: 81.421px;
            top: 118.579px;
            left: 0px;
        }

        #BOX304>.ladi-box {
            background-color: rgb(138, 7, 7);
            border-radius: 0px 0px 40px 40px;
        }

        #PARAGRAPH305 {
            width: 168px;
            top: 133.983px;
            left: 0.421775px;
        }

        #PARAGRAPH305>.ladi-paragraph {
            color: rgb(255, 255, 255);
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP302 {
            width: 168.82px;
            height: 200px;
            top: 333.22px;
            left: 240px;
        }

        #BOX308 {
            width: 168.82px;
            height: 81.421px;
            top: 118.579px;
            left: 0px;
        }

        #BOX308>.ladi-box {
            background-color: rgb(138, 7, 7);
            border-radius: 0px 0px 40px 40px;
        }

        #PARAGRAPH309 {
            width: 168px;
            top: 133.983px;
            left: 0.421775px;
            text-align: center
        }

        #PARAGRAPH309>.ladi-paragraph {
            color: rgb(255, 255, 255);
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP306 {
            width: 168.82px;
            height: 200px;
            top: 333.22px;
            left: 10px;
        }

        #IMAGE307 {
            width: 168.82px;
            height: 111.984px;
            top: 0px;
            left: 0px;
            background-image: url("../img/f9f052886215d45c13465f532e25a23a6b57741e.jpg");
            background-size: cover;
        }

        #IMAGE307>.ladi-image>.ladi-image-background {
            width: 168.82px;
            height: 111.984px;
            top: 0px;
            left: 0px;

        }

        #IMAGE307>.ladi-image {
            border-style: solid;
            border-color: rgb(138, 7, 7);
            border-width: 1px;
        }

        #IMAGE310 {
            width: 268.066px;
            height: 405.651px;
            top: 0px;
            left: 0px;
        }

        #IMAGE310>.ladi-image>.ladi-image-background {
            width: 268.066px;
            height: 405.651px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s600x750/5da6cb07a973800e7e31908d/rbg/no_text-20210218093453.png");
        }

        #IMAGE311 {
            width: 1071.93px;
            height: 890px;
            top: 73.22px;
            left: -210px;
        }

        #IMAGE311>.ladi-image>.ladi-image-background {
            width: 1071.93px;
            height: 890px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s1400x1200/5da6cb07a973800e7e31908d/bg2-20210218075248.png");
        }

        #BOX312 {
            width: 400px;
            height: 70px;
            top: 0px;
            left: 0px;
        }

        #BOX312>.ladi-box {
            background-color: rgb(255, 255, 255);
            border-color: rgb(233, 45, 0);
            border-width: 2px;
            border-radius: 40px;
        }

        #PARAGRAPH313 {
            width: 170px;
            top: 276.725px;
            left: 87.9629px;
        }

        #PARAGRAPH313>.ladi-paragraph {
            color: rgb(233, 45, 0);
            font-size: 22px;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH314 {
            width: 164px;
            top: 308.213px;
            left: 87.9629px;
        }

        #PARAGRAPH314>.ladi-paragraph {
            color: rgb(255, 255, 255);
            font-size: 20px;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP315 {
            width: 268.066px;
            height: 405.651px;
            top: 763.22px;
            left: 150px;
        }

        #PARAGRAPH316 {
            width: 394px;
            top: 17px;
            left: 6px;
        }

        #PARAGRAPH316>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 11px;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH317 {
            width: 71px;
            top: 31.899px;
            left: 325px;
        }

        #PARAGRAPH317>.ladi-paragraph {
            font-family: "Roboto-Black.ttf";
            color: rgb(138, 7, 7);
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP318 {
            width: 400px;
            height: 70px;
            top: 1107.22px;
            left: 10px;
        }

        #BUTTON319 {
            width: 360px;
            height: 46px;
            top: 1203.22px;
            left: 30px;
        }

        #BUTTON319>.ladi-button>.ladi-button-background {
            background: rgba(233, 45, 0, 1.0);
            background: -webkit-linear-gradient(180deg, rgba(233, 45, 0, 1.0), rgba(135, 0, 0, 1.0));
            background: linear-gradient(180deg, rgba(233, 45, 0, 1.0), rgba(135, 0, 0, 1.0));
        }

        #BUTTON319>.ladi-button {
            border-radius: 50px;
        }

        #BUTTON319.ladi-animation>.ladi-button {
            animation-name: pulse;
            -webkit-animation-name: pulse;
            animation-delay: 0s;
            -webkit-animation-delay: 0s;
            animation-duration: 1s;
            -webkit-animation-duration: 1s;
            animation-iteration-count: infinite;
            -webkit-animation-iteration-count: infinite;
        }

        #BUTTON_TEXT319 {
            width: 563px;
            top: 9px;
            left: 0px;
        }

        #BUTTON_TEXT319>.ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 16px;
            text-align: center;
            line-height: 1.6;
        }

        #SECTION320 {
            height: 812.107px;
        }

        #SECTION320>.ladi-section-background {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("../img/w.ladicdn.com/s768x812/5da6cb07a973800e7e31908d/bg3-20210218075248.jpg");
            background-position: center top;
            background-repeat: repeat;
        }

        #SECTION320 .ladi-section-arrow-down {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        }

        #PARAGRAPH322 {
            width: 166px;
            top: 15.5px;
            left: 23px;
        }

        #PARAGRAPH322>.ladi-paragraph {
            color: rgb(255, 255, 255);
            font-size: 18px;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH323 {
            width: 251px;
            top: 60px;
            left: 169px;
        }

        #PARAGRAPH323>.ladi-paragraph {
            color: rgb(255, 255, 255);
            font-size: 18px;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP321 {
            width: 420px;
            height: 88px;
            top: 14.7px;
            left: 0px;
        }

        #PARAGRAPH324 {
            width: 351px;
            top: 0px;
            left: 179px;
        }

        #PARAGRAPH324>.ladi-paragraph {
            font-family: "Roboto-Black.ttf";
            color: rgb(138, 7, 7);
            font-size: 37px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

        #BOX325 {
            width: 411px;
            height: 660.2px;
            top: 132px;
            left: 4px;
        }

        #BOX325>.ladi-box {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("../img/w.ladicdn.com/s750x1000/5da6cb07a973800e7e31908d/sq-20210218075349.png");
            background-position: center top;
            background-repeat: repeat;
            border-style: solid;
            border-color: rgb(233, 45, 0);
            border-width: 3px;
            border-radius: 30px;
        }

        #BOX326 {
            width: 402px;
            height: 650.006px;
            top: 137.2px;
            left: 9px;
            mix-blend-mode: color;
            will-change: transform, opacity;
        }

        #BOX326>.ladi-box {
            background-color: rgb(138, 7, 7);
            border-color: rgb(233, 45, 0);
            border-width: 3px;
            border-radius: 30px;
            filter: brightness(73%);
        }

        #IMAGE327 {
            width: 81.676px;
            height: 81.676px;
            top: 144.2px;
            left: 169.162px;
        }

        #IMAGE327>.ladi-image>.ladi-image-background {
            width: 81.676px;
            height: 81.676px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s400x400/5da6cb07a973800e7e31908d/att-20210218075248.png");
        }

        #IMAGE328 {
            width: 182.677px;
            height: 109.745px;
            top: 0px;
            left: 0px;
        }

        #IMAGE328>.ladi-image>.ladi-image-background {
            width: 182.677px;
            height: 109.745px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s500x450/5da6cb07a973800e7e31908d/into1-20210218075339.jpg");
        }

        #PARAGRAPH329 {
            width: 183px;
            top: 125.176px;
            left: 0px;
        }

        #PARAGRAPH329>.ladi-paragraph {
            color: rgb(255, 255, 255);
            font-size: 18px;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP330 {
            width: 183.175px;
            height: 180px;
            top: 269.2px;
            left: 9px;
        }

        #IMAGE335 {
            width: 181.913px;
            height: 109.286px;
            top: 0px;
            left: 0px;
        }

        #IMAGE335>.ladi-image>.ladi-image-background {
            width: 181.913px;
            height: 109.286px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s500x450/5da6cb07a973800e7e31908d/into2-20210218075340.jpg");
        }

        #PARAGRAPH336 {
            width: 182px;
            top: 124.653px;
            left: 0px;
        }

        #PARAGRAPH336>.ladi-paragraph {
            color: rgb(255, 255, 255);
            font-size: 18px;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP334 {
            width: 182.409px;
            height: 179.247px;
            top: 520.03px;
            left: 223px;
        }

        #SECTION337 {
            height: 951.233px;
        }

        #SECTION337 .ladi-section-arrow-down {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        }

        #IMAGE339 {
            width: 180.488px;
            height: 108.43px;
            top: 0px;
            left: 0px;
        }

        #IMAGE339>.ladi-image>.ladi-image-background {
            width: 180.488px;
            height: 108.43px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s500x450/5da6cb07a973800e7e31908d/into3-20210218075340.jpg");
        }

        #PARAGRAPH340 {
            width: 181px;
            top: 123.676px;
            left: 0px;
        }

        #PARAGRAPH340>.ladi-paragraph {
            color: rgb(255, 255, 255);
            font-size: 18px;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP338 {
            width: 180.98px;
            height: 160px;
            top: 269.2px;
            left: 226px;
        }

        #IMAGE343 {
            width: 179.728px;
            height: 107.973px;
            top: 0px;
            left: 0px;
        }

        #IMAGE343>.ladi-image>.ladi-image-background {
            width: 179.728px;
            height: 107.973px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s500x450/5da6cb07a973800e7e31908d/into4-20210218075340.jpg");
        }

        #PARAGRAPH344 {
            width: 180px;
            top: 123.156px;
            left: 0px;
        }

        #PARAGRAPH344>.ladi-paragraph {
            color: rgb(255, 255, 255);
            font-size: 18px;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP342 {
            width: 180.218px;
            height: 177.094px;
            top: 520.2px;
            left: 10px;
        }

        #PARAGRAPH348 {
            width: 269px;
            top: 10px;
            left: 75.5px;
        }

        #PARAGRAPH348>.ladi-paragraph {
            font-family: "Roboto-Black.ttf";
            color: rgb(138, 7, 7);
            font-size: 40px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH349 {
            width: 401px;
            top: 74px;
            left: 10px;
        }

        #PARAGRAPH349>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

        #IMAGE350 {
            width: 187.091px;
            height: 187.091px;
            top: 38.9992px;
            left: 18.5732px;
        }

        #IMAGE350>.ladi-image>.ladi-image-background {
            width: 187.091px;
            height: 187.091px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s500x500/5da6cb07a973800e7e31908d/parasotin_3d_malay-20220319130912.jpg");
        }

        #BOX351 {
            width: 218.555px;
            height: 218.555px;
            top: 7.53528px;
            left: 0px;
        }

        #BOX351>.ladi-box {
            background: #fdfbfb;
            background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
            background: linear-gradient(180deg, #fdfbfb, #eaedee);
            border-radius: 500px;
        }

        #IMAGE352 {
            width: 61.0574px;
            height: 60.8548px;
            top: 0px;
            left: 131.824px;
        }

        #IMAGE352>.ladi-image>.ladi-image-background {
            width: 61.0574px;
            height: 60.8548px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s400x400/5da6cb07a973800e7e31908d/nature-20200819081209.png");
        }

        #GROUP353 {
            width: 218.555px;
            height: 226.09px;
            top: 139px;
            left: -400px;
        }

        #PARAGRAPH355 {
            width: 168px;
            top: 155.464px;
            left: 1px;
        }

        #PARAGRAPH355>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH356 {
            width: 168px;
            top: 223.003px;
            left: 0px;
        }

        #PARAGRAPH356>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 16px;
            text-align: center;
            line-height: 1.6;
        }

        #IMAGE358 {
            width: 136.022px;
            height: 100.341px;
            top: 0px;
            left: 0px;
        }

        #IMAGE358>.ladi-image>.ladi-image-background {
            width: 200.682px;
            height: 112.999px;
            top: 0px;
            left: -26px;
            background-image: url("../img/w.ladicdn.com/s550x450/5da6cb07a973800e7e31908d/adv-amunizer_169-20220321042223.png");
        }

        #GROUP360 {
            width: 169px;
            height: 299.003px;
            top: 194.09px;
            left: 10px;
        }

        #PARAGRAPH362 {
            width: 180px;
            top: 140px;
            left: 0px;
        }

        #PARAGRAPH362>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH363 {
            width: 170px;
            top: 207px;
            left: 0px;
        }

        #PARAGRAPH363>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 16px;
            text-align: center;
            line-height: 1.6;
        }

        #IMAGE365 {
            width: 122.254px;
            height: 86.0602px;
            top: 0px;
            left: 4.953px;
        }

        #IMAGE365>.ladi-image>.ladi-image-background {
            width: 158.954px;
            height: 158.954px;
            top: -39.9608px;
            left: -23.2991px;
            background-image: url("../img/w.ladicdn.com/s500x500/5da6cb07a973800e7e31908d/image-asset-20220321093846.jpg");
        }

        #IMAGE366 {
            width: 132.16px;
            height: 85.2895px;
            top: 40.8175px;
            left: 0px;
        }

        #IMAGE366>.ladi-image>.ladi-image-background {
            width: 132.16px;
            height: 85.2895px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s450x400/5da6cb07a973800e7e31908d/arrow_1-20210218100902.png");
        }

        #GROUP364 {
            width: 132.16px;
            height: 126.107px;
            top: 0px;
            left: 20px;
        }

        #GROUP361 {
            width: 180px;
            height: 310px;
            top: 216.093px;
            left: 220px;
        }

        #PARAGRAPH368 {
            width: 228px;
            top: 144.379px;
            left: 0px;
        }

        #PARAGRAPH368>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH369 {
            width: 194px;
            top: 176.303px;
            left: 16px;
        }

        #PARAGRAPH369>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 16px;
            text-align: center;
            line-height: 1.6;
        }

        #IMAGE372 {
            width: 137.552px;
            height: 88.769px;
            top: 39.034px;
            left: 0px;
        }

        #IMAGE372>.ladi-image>.ladi-image-background {
            width: 137.552px;
            height: 88.769px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s450x400/5da6cb07a973800e7e31908d/arrow_1-20210218100902.png");
        }

        #GROUP367 {
            width: 228px;
            height: 279.303px;
            top: 553.093px;
            left: 190px;
        }

        #GROUP370 {
            width: 137.552px;
            height: 127.803px;
            top: 0px;
            left: 47px;
        }

        #IMAGE371 {
            width: 123.083px;
            height: 86.3453px;
            top: 0px;
            left: 0px;
        }

        #IMAGE371>.ladi-image>.ladi-image-background {
            width: 123.083px;
            height: 87.8888px;
            top: -1.5435px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s450x400/5da6cb07a973800e7e31908d/purple_flowers_japanese_gentioan_gentiana_scabra_238611241_white-20220321094545.jpg");
        }

        #IMAGE371>.ladi-image {
            transform: rotate(359deg);
            -webkit-transform: rotate(359deg);
            opacity: 0.84;
        }

        #PARAGRAPH374 {
            width: 171px;
            top: 158.093px;
            left: 0px;
        }

        #PARAGRAPH374>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH375 {
            width: 170px;
            top: 224px;
            left: 0.5px;
        }

        #PARAGRAPH375>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 16px;
            text-align: center;
            line-height: 1.6;
        }

        #IMAGE377 {
            width: 138.065px;
            height: 98.7454px;
            top: 0px;
            left: 0px;
        }

        #IMAGE377>.ladi-image>.ladi-image-background {
            width: 138.065px;
            height: 80.6252px;
            top: 18.1202px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s450x400/5da6cb07a973800e7e31908d/dried-gardenia-fruit-on-isolated-white-1418222828-20220321094054.jpg");
        }

        #IMAGE378 {
            width: 130.182px;
            height: 84.0129px;
            top: 61.5911px;
            left: 8.4417px;
        }

        #IMAGE378>.ladi-image>.ladi-image-background {
            width: 130.182px;
            height: 84.0129px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s450x400/5da6cb07a973800e7e31908d/arrow_1-20210218100902.png");
        }

        #GROUP376 {
            width: 138.624px;
            height: 145.604px;
            top: 0px;
            left: 11.9938px;
        }

        #GROUP373 {
            width: 171px;
            height: 378px;
            top: 534.093px;
            left: 10px;
        }

        #SECTION401 {
            height: 1216.86px;
        }

        #SECTION401>.ladi-section-background {
            background-color: rgb(235, 234, 244);
        }

        #SECTION401 .ladi-section-arrow-down {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        }

        #PARAGRAPH403 {
            width: 316px;
            top: 25px;
            left: 57px;
        }

        #PARAGRAPH403>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH404 {
            width: 420px;
            top: 51px;
            left: 205px;
        }

        #PARAGRAPH404>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH405 {
            width: 726px;
            top: 0px;
            left: 263px;

        }

        #PARAGRAPH405>.ladi-paragraph {
            font-family: "Roboto-Black.ttf";
            color: rgb(138, 7, 7);
            font-size: 40px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP402 {
            width: 726px;
            height: 79px;
            top: -4.137px;
            left: -167px;
        }

        #BOX407 {
            width: 440px;
            height: 510px;
            top: 155.863px;
            left: -10px;
        }

        #BOX407>.ladi-box {
            background-color: rgb(181, 18, 18);
        }

        #BOX408 {
            width: 440px;
            height: 380px;
            top: 655.863px;
            left: -10px;
        }

        #BOX408>.ladi-box {
            background-color: rgb(10, 134, 64);
        }

        #BOX409 {
            width: 400px;
            height: 1020px;
            top: 95.863px;
            left: 10px;
        }

        #BOX409>.ladi-box {
            background-color: rgb(255, 255, 255);
            border-radius: 40px;
        }

        #LINE412 {
            height: 569px;
            top: 325.863px;
            left: 540px;
            mix-blend-mode: multiply;
            will-change: transform, opacity;
        }

        #LINE412>.ladi-line>.ladi-line-container {
            border-top: 0px !important;
            border-right: 5px solid rgb(235, 234, 244);
            border-bottom: 5px solid rgb(235, 234, 244);
            border-left: 5px solid rgb(235, 234, 244);
        }

        #LINE412>.ladi-line {
            height: 100%;
            padding: 0px 8px;
        }

        #PARAGRAPH414 {
            width: 401px;
            top: 115.863px;
            left: 75px;
        }

        #PARAGRAPH414>.ladi-paragraph {
            color: rgb(233, 45, 0);
            font-size: 22px;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH416 {
            width: 300px;
            top: 0px;
            left: 48.5px;
        }

        #PARAGRAPH416>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 20px;
            text-align: left;
            line-height: 1.6;
        }

        #IMAGE417 {
            width: 33px;
            height: 33px;
            top: 15.5px;
            left: 0px;
        }

        #IMAGE417>.ladi-image>.ladi-image-background {
            width: 33px;
            height: 33px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s350x350/5da6cb07a973800e7e31908d/min-20210218075340.png");
        }

        #GROUP418 {
            width: 348.5px;
            height: 64px;
            top: 172.863px;
            left: 28.125px;
        }

        #PARAGRAPH420 {
            width: 300px;
            top: 0px;
            left: 48.5px;
        }

        #PARAGRAPH420>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 20px;
            text-align: left;
            line-height: 1.6;
        }

        #IMAGE421 {
            width: 33px;
            height: 33px;
            top: 31.5px;
            left: 0px;
        }

        #IMAGE421>.ladi-image>.ladi-image-background {
            width: 33px;
            height: 33px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s350x350/5da6cb07a973800e7e31908d/min-20210218075340.png");
        }

        #GROUP419 {
            width: 348.5px;
            height: 124px;
            top: 247.613px;
            left: 29.25px;
        }

        #PARAGRAPH423 {
            width: 300px;
            top: 0px;
            left: 50.75px;
        }

        #PARAGRAPH423>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 20px;
            text-align: left;
            line-height: 1.6;
        }

        #IMAGE426 {
            width: 33px;
            height: 33px;
            top: 8.023px;
            left: 0px;
        }

        #IMAGE426>.ladi-image>.ladi-image-background {
            width: 33px;
            height: 33px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s350x350/5da6cb07a973800e7e31908d/min-20210218075340.png");
        }

        #PARAGRAPH427 {
            width: 300px;
            top: 0px;
            left: 50.75px;
        }

        #PARAGRAPH427>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 20px;
            text-align: left;
            line-height: 1.6;
        }

        #IMAGE428 {
            width: 33px;
            height: 33px;
            top: 31.5px;
            left: 0px;
        }

        #IMAGE428>.ladi-image>.ladi-image-background {
            width: 33px;
            height: 33px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s350x350/5da6cb07a973800e7e31908d/min-20210218075340.png");
        }

        #IMAGE429 {
            width: 33px;
            height: 33px;
            top: 26.09px;
            left: 0px;
        }

        #IMAGE429>.ladi-image>.ladi-image-background {
            width: 33px;
            height: 33px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s350x350/5da6cb07a973800e7e31908d/min-20210218075340.png");
        }

        #PARAGRAPH430 {
            width: 300px;
            top: 0px;
            left: 50.75px;
        }

        #PARAGRAPH430>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 20px;
            text-align: left;
            line-height: 1.6;
        }

        #GROUP431 {
            width: 350.75px;
            height: 96px;
            top: 505.113px;
            left: 29.25px;
        }

        #GROUP432 {
            width: 350.75px;
            height: 96px;
            top: 384.363px;
            left: 28.125px;
        }

        #GROUP433 {
            width: 350.75px;
            height: 64px;
            top: 582.863px;
            left: 29.25px;
        }

        #PARAGRAPH434 {
            width: 396px;
            top: 670.863px;
            left: 82.5px;
        }

        #PARAGRAPH434>.ladi-paragraph {
            color: rgb(10, 134, 65);
            font-size: 22px;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH436 {
            width: 300px;
            top: 0.5px;
            left: 49.25px;
        }

        #PARAGRAPH436>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 20px;
            text-align: left;
            line-height: 1.6;
        }

        #IMAGE437 {
            width: 33px;
            height: 33px;
            top: 0px;
            left: 0px;
        }

        #IMAGE437>.ladi-image>.ladi-image-background {
            width: 33px;
            height: 33px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s350x350/5da6cb07a973800e7e31908d/pl-20210218075348.png");
        }

        #PARAGRAPH438 {
            width: 300px;
            top: 0px;
            left: 49.25px;
        }

        #PARAGRAPH438>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 20px;
            text-align: left;
            line-height: 1.6;
        }

        #IMAGE439 {
            width: 33px;
            height: 33px;
            top: 15.5px;
            left: 0px;
        }

        #IMAGE439>.ladi-image>.ladi-image-background {
            width: 33px;
            height: 33px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s350x350/5da6cb07a973800e7e31908d/pl-20210218075348.png");
        }

        #PARAGRAPH440 {
            width: 300px;
            top: 0px;
            left: 49.25px;
        }

        #PARAGRAPH440>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 20px;
            text-align: left;
            line-height: 1.6;
        }

        #IMAGE441 {
            width: 33px;
            height: 33px;
            top: 15.5px;
            left: 0px;
        }

        #IMAGE441>.ladi-image>.ladi-image-background {
            width: 33px;
            height: 33px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s350x350/5da6cb07a973800e7e31908d/pl-20210218075348.png");
        }

        #IMAGE442 {
            width: 34.8071px;
            height: 33px;
            top: 7.023px;
            left: 0px;
        }

        #IMAGE442>.ladi-image>.ladi-image-background {
            width: 34.8071px;
            height: 33px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s350x350/5da6cb07a973800e7e31908d/pl-20210218075348.png");
        }

        #PARAGRAPH443 {
            width: 316px;
            top: 0px;
            left: 51.9469px;
        }

        #PARAGRAPH443>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 20px;
            text-align: left;
            line-height: 1.6;
        }

        #PARAGRAPH444 {
            width: 300px;
            top: 0px;
            left: 49.25px;
        }

        #PARAGRAPH444>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 20px;
            text-align: left;
            line-height: 1.6;
        }

        #IMAGE445 {
            width: 33px;
            height: 33px;
            top: 11.09px;
            left: 0px;
        }

        #IMAGE445>.ladi-image>.ladi-image-background {
            width: 33px;
            height: 33px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s350x350/5da6cb07a973800e7e31908d/pl-20210218075348.png");
        }

        #GROUP446 {
            width: 349.25px;
            height: 64px;
            top: 1017.86px;
            left: 30.875px;
        }

        #GROUP447 {
            width: 368.375px;
            height: 64px;
            top: 943.611px;
            left: 30.875px;
        }

        #GROUP448 {
            width: 349.25px;
            height: 64px;
            top: 840.112px;
            left: 30px;
        }

        #GROUP449 {
            width: 349.25px;
            height: 64px;
            top: 776.112px;
            left: 28.875px;
        }

        #GROUP450 {
            width: 349.25px;
            height: 33px;
            top: 712.863px;
            left: 35.375px;
        }

        #BUTTON_TEXT451 {
            width: 281px;
            top: 9px;
            left: 0px;
        }

        #BUTTON_TEXT451>.ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 23px;
            text-align: center;
            line-height: 1.6;
        }

        #BUTTON451 {
            width: 281px;
            height: 60px;
            top: 1135.86px;
            left: 70px;
        }

        #BUTTON451>.ladi-button>.ladi-button-background {
            background: rgba(233, 45, 0, 1.0);
            background: -webkit-linear-gradient(180deg, rgba(233, 45, 0, 1.0), rgba(135, 0, 0, 1.0));
            background: linear-gradient(180deg, rgba(233, 45, 0, 1.0), rgba(135, 0, 0, 1.0));
        }

        #BUTTON451>.ladi-button {
            border-radius: 50px;
        }

        #BUTTON451.ladi-animation>.ladi-button {
            animation-name: pulse;
            -webkit-animation-name: pulse;
            animation-delay: 0s;
            -webkit-animation-delay: 0s;
            animation-duration: 1s;
            -webkit-animation-duration: 1s;
            animation-iteration-count: infinite;
            -webkit-animation-iteration-count: infinite;
        }

        #SECTION453 {
            height: 1091.86px;
        }

        #SECTION453>.ladi-section-background {
            background-color: rgb(235, 234, 244);
        }

        #SECTION453 .ladi-section-arrow-down {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        }

        #IMAGE454 {
            width: 381px;
            height: 421.533px;
            top: 34px;
            left: 15px;
        }

        #IMAGE454>.ladi-image>.ladi-image-background {
            width: 381px;
            height: 421.533px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s700x750/5da6cb07a973800e7e31908d/doctor-04-20210223100134.png");
        }

        #PARAGRAPH457 {
            width: 401px;
            top: 10px;
            left: 10px;
        }

        #PARAGRAPH457>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 30px;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH459 {
            width: 401px;
            top: 506px;
            left: 10px;
        }

        #PARAGRAPH459>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            line-height: 1.6;
        }

        #PARAGRAPH460 {
            width: 401px;
            top: 423px;
            left: 10px;
        }

        #PARAGRAPH460>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            line-height: 1.6;
        }

        #IMAGE461 {
            width: 200px;
            height: 63.8889px;
            top: 987.997px;
            left: 210px;
        }

        #IMAGE461>.ladi-image>.ladi-image-background {
            width: 200px;
            height: 63.8889px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s550x400/5da6cb07a973800e7e31908d/signature-20210218075349.png");
        }

        #SECTION463 {
            height: 1555.17px;
        }

        #SECTION463 .ladi-section-arrow-down {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        }

        #SECTION464 {
            height: 1140.17px;
        }

        #SECTION464>.ladi-section-background {
            background-color: rgb(235, 234, 244);
        }

        #SECTION464 .ladi-section-arrow-down {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        }

        #PARAGRAPH466 {
            width: 316px;
            top: 54.547px;
            left: 0px;
        }

        #PARAGRAPH466>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 30px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH467 {
            width: 230px;
            top: 9.38675px;
            left: 581px;
        }

        #PARAGRAPH467>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            text-align: left;
            line-height: 1.6;
        }

        #PARAGRAPH468 {
            width: 453px;
            top: 0px;
            left: 353px;
        }

        #PARAGRAPH468>.ladi-paragraph {
            font-family: "Roboto-Black.ttf";
            color: rgb(138, 7, 7);
            font-size: 36px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP465 {
            width: 811px;
            height: 67.547px;
            top: 6.506px;
            left: -331px;
        }

        #IMAGE469 {
            width: 400px;
            height: 341.732px;
            top: 72.053px;
            left: 10px;
        }

        #IMAGE469>.ladi-image>.ladi-image-background {
            width: 400px;
            height: 341.732px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s750x650/5da6cb07a973800e7e31908d/bg5-20210218075248.png");
        }

        #IMAGE470 {
            width: 196.135px;
            height: 304.435px;
            top: 202.053px;
            left: 20px;
        }

        #IMAGE470>.ladi-image>.ladi-image-background {
            width: 196.135px;
            height: 304.435px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s500x650/5da6cb07a973800e7e31908d/parasotin_3d_malay-1-20220319130944.png");
        }

        #IMAGE470>.ladi-image {
            transform: rotate(-10deg);
            -webkit-transform: rotate(-10deg);
        }

        #IMAGE470.ladi-animation>.ladi-image {
            animation-name: swing;
            -webkit-animation-name: swing;
            animation-delay: 0s;
            -webkit-animation-delay: 0s;
            animation-duration: 1s;
            -webkit-animation-duration: 1s;
            animation-iteration-count: 1;
            -webkit-animation-iteration-count: 1;
        }

        #IMAGE471 {
            width: 60.0769px;
            height: 71px;
            top: 512.053px;
            left: 10px;
        }

        #IMAGE471>.ladi-image>.ladi-image-background {
            width: 60.0769px;
            height: 71px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s400x400/5da6cb07a973800e7e31908d/ic10-20210218075312.png");
        }

        #PARAGRAPH472 {
            width: 330px;
            top: 522.053px;
            left: 80px;
        }

        #PARAGRAPH472>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            line-height: 1.6;
        }

        #PARAGRAPH473 {
            width: 144px;
            top: 8.78049px;
            left: 0px;
        }

        #PARAGRAPH473>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            line-height: 1.6;
        }

        #PARAGRAPH474 {
            width: 153px;
            top: 0px;
            left: 92.195px;
        }

        #PARAGRAPH474>.ladi-paragraph {
            color: rgb(233, 45, 0);
            font-size: 26px;
            line-height: 1.6;
        }

        #PARAGRAPH475 {
            width: 272px;
            top: 8.78049px;
            left: 231.22px;
        }

        #PARAGRAPH475>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            line-height: 1.6;
        }

        #GROUP476 {
            width: 503.22px;
            height: 41px;
            top: 592.053px;
            left: 560px;
        }

        #PARAGRAPH477 {
            width: 137px;
            top: 0px;
            left: 0px;
        }

        #PARAGRAPH477>.ladi-paragraph {
            font-family: "Roboto-Black.ttf";
            color: rgb(10, 134, 65);
            font-size: 40px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH478 {
            width: 296px;
            top: 11.9425px;
            left: 115px;
        }

        #PARAGRAPH478>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            line-height: 1.6;
        }

        #GROUP479 {
            width: 411px;
            height: 67.9425px;
            top: 0px;
            left: 0px;
        }

        #IMAGE480 {
            width: 222.482px;
            height: 58.126px;
            top: 100px;
            left: 30px;
        }

        #IMAGE480>.ladi-image>.ladi-image-background {
            width: 222.482px;
            height: 58.126px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s550x400/5da6cb07a973800e7e31908d/chart1-20210218075248.png");
        }

        #GROUP481 {
            width: 411px;
            height: 158.126px;
            top: 612.053px;
            left: 0px;
        }

        #GROUP481.ladi-animation>.ladi-group {
            animation-name: fadeInLeft;
            -webkit-animation-name: fadeInLeft;
            animation-delay: 0s;
            -webkit-animation-delay: 0s;
            animation-duration: 1s;
            -webkit-animation-duration: 1s;
            animation-iteration-count: 1;
            -webkit-animation-iteration-count: 1;
        }

        #PARAGRAPH484 {
            width: 137px;
            top: 0px;
            left: 0px;
        }

        #PARAGRAPH484>.ladi-paragraph {
            font-family: "Roboto-Black.ttf";
            color: rgb(10, 134, 65);
            font-size: 40px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH485 {
            width: 296px;
            top: 4.885px;
            left: 119px;
        }

        #PARAGRAPH485>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            line-height: 1.6;
        }

        #GROUP483 {
            width: 415px;
            height: 87.885px;
            top: 0px;
            left: 0px;
        }

        #IMAGE486 {
            width: 275.482px;
            height: 58.126px;
            top: 90px;
            left: 30px;
        }

        #IMAGE486>.ladi-image>.ladi-image-background {
            width: 275.482px;
            height: 58.126px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s600x400/5da6cb07a973800e7e31908d/chart2-20210218075248.png");
        }

        #GROUP482 {
            width: 415px;
            height: 148.126px;
            top: 794.777px;
            left: 0px;
        }

        #GROUP482.ladi-animation>.ladi-group {
            animation-name: fadeInLeft;
            -webkit-animation-name: fadeInLeft;
            animation-delay: 1s;
            -webkit-animation-delay: 1s;
            animation-duration: 1s;
            -webkit-animation-duration: 1s;
            animation-iteration-count: 1;
            -webkit-animation-iteration-count: 1;
        }

        #PARAGRAPH489 {
            width: 129px;
            top: 0px;
            left: 0px;
        }

        #PARAGRAPH489>.ladi-paragraph {
            font-family: "Roboto-Black.ttf";
            color: rgb(10, 134, 65);
            font-size: 40px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH490 {
            width: 270px;
            top: 23.885px;
            left: 116.741px;
        }

        #PARAGRAPH490>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            line-height: 1.6;
        }

        #GROUP488 {
            width: 386.741px;
            height: 109.885px;
            top: 0px;
            left: 0px;
        }

        #IMAGE492 {
            width: 233.482px;
            height: 58.126px;
            top: 109.885px;
            left: 48px;
        }

        #IMAGE492>.ladi-image>.ladi-image-background {
            width: 233.482px;
            height: 58.126px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s550x400/5da6cb07a973800e7e31908d/chart1-20210218075248.png");
        }

        #GROUP493 {
            width: 386.741px;
            height: 168.011px;
            top: 967.502px;
            left: 0px;
        }

        #GROUP493.ladi-animation>.ladi-group {
            animation-name: fadeInLeft;
            -webkit-animation-name: fadeInLeft;
            animation-delay: 2s;
            -webkit-animation-delay: 2s;
            animation-duration: 1s;
            -webkit-animation-duration: 1s;
            animation-iteration-count: 1;
            -webkit-animation-iteration-count: 1;
        }

        #PARAGRAPH501 {
            width: 137px;
            top: 0px;
            left: 0px;
        }

        #PARAGRAPH501>.ladi-paragraph {
            font-family: "Roboto-Black.ttf";
            color: rgb(10, 134, 65);
            font-size: 40px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH502 {
            width: 296px;
            top: 3.5px;
            left: 124px;
        }

        #PARAGRAPH502>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            line-height: 1.6;
        }

        #GROUP500 {
            width: 420px;
            height: 64px;
            top: 0px;
            left: 0px;
        }

        #IMAGE504 {
            width: 247.634px;
            height: 57.2222px;
            top: 80.003px;
            left: 30px;
        }

        #IMAGE504>.ladi-image>.ladi-image-background {
            width: 247.634px;
            height: 57.2222px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s550x400/5da6cb07a973800e7e31908d/chart4-20210218075303.png");
        }

        #GROUP505 {
            width: 420px;
            height: 137.225px;
            top: 1140.23px;
            left: 0px;
        }

        #GROUP505.ladi-animation>.ladi-group {
            animation-name: fadeInLeft;
            -webkit-animation-name: fadeInLeft;
            animation-delay: 3s;
            -webkit-animation-delay: 3s;
            animation-duration: 1s;
            -webkit-animation-duration: 1s;
            animation-iteration-count: 1;
            -webkit-animation-iteration-count: 1;
        }

        #PARAGRAPH508 {
            width: 126px;
            top: 0px;
            left: 0px;
        }

        #PARAGRAPH508>.ladi-paragraph {
            font-family: "Roboto-Black.ttf";
            color: rgb(10, 134, 65);
            font-size: 40px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH509 {
            width: 276px;
            top: 3.5px;
            left: 125.513px;
        }

        #PARAGRAPH509>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            line-height: 1.6;
        }

        #GROUP507 {
            width: 400.513px;
            height: 64px;
            top: 0px;
            left: 0px;
        }

        #IMAGE510 {
            width: 280.346px;
            height: 64px;
            top: 70.003px;
            left: 30px;
        }

        #IMAGE510>.ladi-image>.ladi-image-background {
            width: 280.346px;
            height: 64px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s600x400/5da6cb07a973800e7e31908d/chart5-20210218075303.png");
        }

        #GROUP506 {
            width: 400.513px;
            height: 134.003px;
            top: 1302.05px;
            left: 0px;
        }

        #GROUP506.ladi-animation>.ladi-group {
            animation-name: fadeInLeft;
            -webkit-animation-name: fadeInLeft;
            animation-delay: 4s;
            -webkit-animation-delay: 4s;
            animation-duration: 1s;
            -webkit-animation-duration: 1s;
            animation-iteration-count: 1;
            -webkit-animation-iteration-count: 1;
        }

        #PARAGRAPH513 {
            width: 59px;
            top: 17.883px;
            left: 0px;
        }

        #PARAGRAPH513>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH514 {
            width: 228px;
            top: 0px;
            left: 81.477px;
        }

        #PARAGRAPH514>.ladi-paragraph {
            font-family: "Roboto-Black.ttf";
            color: rgb(138, 7, 7);
            font-size: 34px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP511 {
            width: 237.477px;
            height: 53px;
            top: 43px;
            left: 122.523px;
        }

        #PARAGRAPH515 {
            width: 260px;
            top: 596.4px;
            left: 80px;
        }

        #PARAGRAPH515>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 16px;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH519 {
            width: 401px;
            top: 7px;
            left: 10px;
        }

        #PARAGRAPH519>.ladi-paragraph {
            font-family: "SourceSansPro-ExtraLight.ttf";
            color: rgb(0, 0, 0);
            font-size: 23px;
            text-align: center;
            line-height: 1.6;
        }

        #IMAGE521 {
            width: 400px;
            height: 225px;
            top: 361.4px;
            left: 580px;
        }

        #IMAGE521>.ladi-image>.ladi-image-background {
            width: 400px;
            height: 225px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s750x550/5da6cb07a973800e7e31908d/unnamed-removebg-preview-20210218113047.png");
        }

        #IMAGE523 {
            width: 189.75px;
            height: 345px;
            top: 0px;
            left: 0px;
        }

        #IMAGE523>.ladi-image>.ladi-image-background {
            width: 189.75px;
            height: 345px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s500x650/5da6cb07a973800e7e31908d/health1-20210218075303.jpg");
        }

        #PARAGRAPH524 {
            width: 192px;
            top: 356px;
            left: 0px;
        }

        #PARAGRAPH524>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP525 {
            width: 192px;
            height: 441px;
            top: 130px;
            left: 10px;
        }

        #IMAGE527 {
            width: 189.75px;
            height: 345px;
            top: 0px;
            left: 0px;
        }

        #IMAGE527>.ladi-image>.ladi-image-background {
            width: 189.75px;
            height: 345px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s500x650/5da6cb07a973800e7e31908d/health2-20210218075312.jpg");
        }

        #PARAGRAPH528 {
            width: 192px;
            top: 356px;
            left: 0px;
        }

        #PARAGRAPH528>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP526 {
            width: 192px;
            height: 470px;
            top: 655.965px;
            left: 10px;
        }

        #IMAGE530 {
            width: 189.75px;
            height: 345px;
            top: 0px;
            left: 0px;
        }

        #IMAGE530>.ladi-image>.ladi-image-background {
            width: 189.75px;
            height: 345px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s500x650/5da6cb07a973800e7e31908d/health3-20210218075312.jpg");
        }

        #PARAGRAPH531 {
            width: 192px;
            top: 356px;
            left: 0px;
        }

        #PARAGRAPH531>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP529 {
            width: 192px;
            height: 470px;
            top: 130px;
            left: 220px;
        }

        #SECTION532 {
            height: 825.233px;
        }

        #SECTION532 .ladi-section-arrow-down {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        }

        #IMAGE534 {
            width: 386.285px;
            height: 281.645px;
            top: 675.4px;
            left: 188px;
        }

        #IMAGE534>.ladi-image>.ladi-image-background {
            width: 386.285px;
            height: 281.645px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s700x600/5da6cb07a973800e7e31908d/parasotin_3d_malay-1-20220319130944.png");
        }

        #BUTTON_TEXT535 {
            width: 482px;
            top: 9px;
            left: 0px;
        }

        #BUTTON_TEXT535>.ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 18px;
            text-align: center;
            line-height: 1.6;
        }

        #BUTTON535 {
            width: 370px;
            height: 60px;
            top: 1462.05px;
            left: 20px;
        }

        #BUTTON535>.ladi-button>.ladi-button-background {
            background: rgba(233, 45, 0, 1.0);
            background: -webkit-linear-gradient(180deg, rgba(233, 45, 0, 1.0), rgba(135, 0, 0, 1.0));
            background: linear-gradient(180deg, rgba(233, 45, 0, 1.0), rgba(135, 0, 0, 1.0));
        }

        #BUTTON535>.ladi-button {
            border-radius: 50px;
        }

        #BUTTON535.ladi-animation>.ladi-button {
            animation-name: pulse;
            -webkit-animation-name: pulse;
            animation-delay: 0s;
            -webkit-animation-delay: 0s;
            animation-duration: 1s;
            -webkit-animation-duration: 1s;
            animation-iteration-count: infinite;
            -webkit-animation-iteration-count: infinite;
        }

        #PARAGRAPH541 {
            width: 420px;
            top: 84px;
            left: 0px;
        }

        #PARAGRAPH541>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH544 {
            width: 420px;
            top: 10px;
            left: 0px;
        }

        #PARAGRAPH544>.ladi-paragraph {
            font-family: "Roboto-Black.ttf";
            color: rgb(10, 134, 65);
            font-size: 40px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

        #BOX546 {
            width: 340px;
            height: 421.278px;
            top: 36.961px;
            left: 0px;
        }

        #BOX546>.ladi-box {
            border-style: solid;
            border-color: rgb(233, 45, 0);
            border-width: 2px;
            border-radius: 30px;
        }

        #IMAGE549 {
            width: 105.897px;
            height: 105.478px;
            top: 0px;
            left: 117.052px;
        }

        #IMAGE549>.ladi-image>.ladi-image-background {
            width: 160.45px;
            height: 105.478px;
            top: 0px;
            left: -41.717px;
            background-image: url("../img/w.ladicdn.com/s500x450/5da6cb07a973800e7e31908d/avatar-50s-woman-20201201102106.png");
        }

        #IMAGE549>.ladi-image {
            border-radius: 100px;
        }

        #PARAGRAPH550 {
            width: 228px;
            top: 121.739px;
            left: 56px;
        }

        #PARAGRAPH550>.ladi-paragraph {
            color: rgb(181, 18, 18);
            font-size: 16px;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH551 {
            width: 311px;
            top: 168.239px;
            left: 12px;
        }

        #PARAGRAPH551>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 16px;
            text-align: justify;
            line-height: 1.6;
        }

        #GROUP552 {
            width: 340px;
            height: 458.239px;
            top: 30px;
            left: 880px;
        }

        #BOX554 {
            width: 340px;
            height: 573.039px;
            top: 36.961px;
            left: 0px;
        }

        #BOX554>.ladi-box {
            border-style: solid;
            border-color: rgb(233, 45, 0);
            border-width: 2px;
            border-radius: 30px;
        }

        #IMAGE555 {
            width: 105.897px;
            height: 105.478px;
            top: 0px;
            left: 117.052px;
        }

        #IMAGE555>.ladi-image>.ladi-image-background {
            width: 105.897px;
            height: 140.617px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s450x450/5da6cb07a973800e7e31908d/avatar_men-6-20201210091738.jpg");
        }

        #IMAGE555>.ladi-image {
            border-radius: 100px;
        }

        #PARAGRAPH556 {
            width: 228px;
            top: 121.739px;
            left: 56px;
        }

        #PARAGRAPH556>.ladi-paragraph {
            color: rgb(181, 18, 18);
            font-size: 16px;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH557 {
            width: 300px;
            top: 144.239px;
            left: 20px;
        }

        #PARAGRAPH557>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 16px;
            text-align: justify;
            line-height: 1.6;
        }

        #GROUP553 {
            width: 340px;
            height: 610px;
            top: 30px;
            left: 460px;
        }

        #BOX559 {
            width: 340px;
            height: 421.278px;
            top: 36.961px;
            left: 0px;
        }

        #BOX559>.ladi-box {
            border-style: solid;
            border-color: rgb(233, 45, 0);
            border-width: 2px;
            border-radius: 30px;
        }

        #IMAGE560 {
            width: 105.897px;
            height: 105.478px;
            top: 0px;
            left: 117.052px;
        }

        #IMAGE560>.ladi-image>.ladi-image-background {
            width: 105.897px;
            height: 105.897px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s450x450/5da6cb07a973800e7e31908d/21-20200922101526.png");
        }

        #IMAGE560>.ladi-image {
            border-radius: 100px;
        }

        #PARAGRAPH561 {
            width: 228px;
            top: 121.739px;
            left: 56px;
        }

        #PARAGRAPH561>.ladi-paragraph {
            color: rgb(181, 18, 18);
            font-size: 16px;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH562 {
            width: 311px;
            top: 168.239px;
            left: 12px;
        }

        #PARAGRAPH562>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 16px;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP558 {
            width: 340px;
            height: 458.239px;
            top: 30px;
            left: 40px;
        }

        #BOX564 {
            width: 340px;
            height: 573.039px;
            top: 36.961px;
            left: 0px;
        }

        #BOX564>.ladi-box {
            border-style: solid;
            border-color: rgb(233, 45, 0);
            border-width: 2px;
            border-radius: 30px;
        }

        #IMAGE565 {
            width: 105.897px;
            height: 105.478px;
            top: 0px;
            left: 117.052px;
        }

        #IMAGE565>.ladi-image>.ladi-image-background {
            width: 105.897px;
            height: 105.897px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s450x450/5da6cb07a973800e7e31908d/5-20200922101508.png");
        }

        #IMAGE565>.ladi-image {
            border-radius: 100px;
        }

        #PARAGRAPH566 {
            width: 228px;
            top: 121.739px;
            left: 56px;
        }

        #PARAGRAPH566>.ladi-paragraph {
            color: rgb(181, 18, 18);
            font-size: 16px;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH567 {
            width: 300px;
            top: 168.239px;
            left: 20px;
        }

        #PARAGRAPH567>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 16px;
            text-align: justify;
            line-height: 1.6;
        }

        #GROUP563 {
            width: 340px;
            height: 616.239px;
            top: 30px;
            left: 1300px;
        }

        #CAROUSEL568 {
            width: 420px;
            height: 660px;
            top: 165.233px;
            left: 0px;
        }

        #SECTION569 {
            height: 1099.53px;
        }

        #SECTION569>.ladi-section-background {
            background-color: rgb(235, 234, 244);
        }

        #SECTION569 .ladi-section-arrow-down {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        }

        #PARAGRAPH571 {
            width: 401px;
            top: 10px;
            left: 10px;
        }

        #PARAGRAPH571>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 30px;
            text-align: center;
            line-height: 1.6;
        }

        #IMAGE575 {
            width: 225.934px;
            height: 392.032px;
            top: 77.233px;
            left: 10px;
        }

        #IMAGE575>.ladi-image>.ladi-image-background {
            width: 225.934px;
            height: 392.032px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s550x700/5da6cb07a973800e7e31908d/glass-20210203065705.png");
        }

        #IMAGE576 {
            width: 221.302px;
            height: 413px;
            top: 110.793px;
            left: 159px;
        }

        #IMAGE576>.ladi-image>.ladi-image-background {
            width: 633.935px;
            height: 450.637px;
            top: -37.6373px;
            left: -351.032px;
            background-image: url("../img/w.ladicdn.com/s950x800/5da6cb07a973800e7e31908d/parasotin_3d_malay-1-20220319130944.png");
        }

        #IMAGE576>.ladi-image {
            transform: rotate(11deg);
            -webkit-transform: rotate(11deg);
        }

        #IMAGE577 {
            width: 67px;
            height: 66px;
            top: 3.44px;
            left: 17px;
        }

        #IMAGE577>.ladi-image>.ladi-image-background {
            width: 67px;
            height: 66px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s400x400/5da6cb07a973800e7e31908d/use1-20210218075349.png");
        }

        #LINE578 {
            width: 390px;
            top: 90px;
            left: 0px;
        }

        #LINE578>.ladi-line>.ladi-line-container {
            border-top: 1px solid rgb(230, 199, 31);
            border-right: 1px solid rgb(230, 199, 31);
            border-bottom: 1px solid rgb(230, 199, 31);
            border-left: 0px !important;
        }

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

        #PARAGRAPH579 {
            width: 279px;
            top: 0px;
            left: 100px;
        }

        #PARAGRAPH579>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            line-height: 1.6;
        }

        #GROUP580 {
            width: 390px;
            height: 107px;
            top: 532.793px;
            left: 10px;
        }

        #IMAGE582 {
            width: 44.2511px;
            height: 81.127px;
            top: 0px;
            left: 31px;
        }

        #IMAGE582>.ladi-image>.ladi-image-background {
            width: 44.2511px;
            height: 81.127px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s350x400/5da6cb07a973800e7e31908d/use2-20210218075349.png");
        }

        #LINE583 {
            width: 390px;
            top: 81.127px;
            left: 0px;
        }

        #LINE583>.ladi-line>.ladi-line-container {
            border-top: 1px solid rgb(230, 199, 31);
            border-right: 1px solid rgb(230, 199, 31);
            border-bottom: 1px solid rgb(230, 199, 31);
            border-left: 0px !important;
        }

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

        #PARAGRAPH584 {
            width: 567px;
            top: 34.5635px;
            left: 90.5px;
        }

        #PARAGRAPH584>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            line-height: 1.6;
        }

        #GROUP581 {
            width: 657.5px;
            height: 99.127px;
            top: 662.209px;
            left: 10px;
        }

        #IMAGE586 {
            width: 68.5px;
            height: 68.6245px;
            top: 0px;
            left: 18px;
        }

        #IMAGE586>.ladi-image>.ladi-image-background {
            width: 68.5px;
            height: 68.6245px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s400x400/5da6cb07a973800e7e31908d/use3-20210218075349.png");
        }

        #LINE587 {
            width: 390px;
            top: 68.624px;
            left: 0px;
        }

        #LINE587>.ladi-line>.ladi-line-container {
            border-top: 1px solid rgb(230, 199, 31);
            border-right: 1px solid rgb(230, 199, 31);
            border-bottom: 1px solid rgb(230, 199, 31);
            border-left: 0px !important;
        }

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

        #PARAGRAPH588 {
            width: 288px;
            top: 0px;
            left: 102px;
        }

        #PARAGRAPH588>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 17px;
            line-height: 1.6;
        }

        #GROUP585 {
            width: 390px;
            height: 86.624px;
            top: 783.753px;
            left: 10px;
        }

        #IMAGE590 {
            width: 68.5px;
            height: 68.6245px;
            top: 0px;
            left: 18px;
        }

        #IMAGE590>.ladi-image>.ladi-image-background {
            width: 68.5px;
            height: 68.6245px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s400x400/5da6cb07a973800e7e31908d/use4-20210218075349.png");
        }

        #LINE591 {
            width: 390px;
            top: 68.624px;
            left: 0px;
        }

        #LINE591>.ladi-line>.ladi-line-container {
            border-top: 1px solid rgb(230, 199, 31);
            border-right: 1px solid rgb(230, 199, 31);
            border-bottom: 1px solid rgb(230, 199, 31);
            border-left: 0px !important;
        }

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

        #PARAGRAPH592 {
            width: 287px;
            top: 0px;
            left: 100px;
        }

        #PARAGRAPH592>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            line-height: 1.6;
        }

        #GROUP589 {
            width: 390px;
            height: 85.624px;
            top: 892.793px;
            left: 10px;
        }

        #SECTION595 {
            height: 1451.26px;
        }

        #SECTION595>.ladi-section-background {
            background: rgba(233, 45, 0, 1.0);
            background: -webkit-linear-gradient(180deg, rgba(233, 45, 0, 1.0), rgba(138, 7, 7, 1.0));
            background: linear-gradient(180deg, rgba(233, 45, 0, 1.0), rgba(138, 7, 7, 1.0));
        }

        #SECTION595 .ladi-section-arrow-down {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        }

        #PARAGRAPH596 {
            width: 401px;
            top: 10px;
            left: 10px;
        }

        #PARAGRAPH596>.ladi-paragraph {
            color: rgb(255, 255, 255);
            font-size: 30px;
            text-align: center;
            line-height: 1.6;
        }

        #BUTTON593 {
            width: 335px;
            height: 60px;
            top: 1003.79px;
            left: 50px;
        }

        #BUTTON593>.ladi-button>.ladi-button-background {
            background: rgba(233, 45, 0, 1.0);
            background: -webkit-linear-gradient(180deg, rgba(233, 45, 0, 1.0), rgba(135, 0, 0, 1.0));
            background: linear-gradient(180deg, rgba(233, 45, 0, 1.0), rgba(135, 0, 0, 1.0));
        }

        #BUTTON593>.ladi-button {
            border-radius: 50px;
        }

        #BUTTON_TEXT593 {
            width: 335px;
            top: 9px;
            left: 0px;
        }

        #BUTTON_TEXT593>.ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 23px;
            text-align: center;
            line-height: 1.6;
        }

        #BUTTON_TEXT593.ladi-animation>.ladi-headline {
            animation-name: rubberBand;
            -webkit-animation-name: rubberBand;
            animation-delay: 0s;
            -webkit-animation-delay: 0s;
            animation-duration: 4s;
            -webkit-animation-duration: 4s;
            animation-iteration-count: infinite;
            -webkit-animation-iteration-count: infinite;
        }

        #IMAGE597 {
            width: 238.038px;
            height: 238.039px;
            top: 0px;
            left: 11.3352px;
        }

        #IMAGE597>.ladi-image>.ladi-image-background {
            width: 238.038px;
            height: 238.039px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s550x550/5da6cb07a973800e7e31908d/info1-20210218075339.png");
        }

        #IMAGE598 {
            width: 252px;
            height: 252px;
            top: 0px;
            left: 42px;
        }

        #IMAGE598>.ladi-image>.ladi-image-background {
            width: 252px;
            height: 252px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s600x600/5da6cb07a973800e7e31908d/info2-20210218075339.png");
        }

        #IMAGE599 {
            width: 252px;
            height: 252px;
            top: 0px;
            left: 12px;
        }

        #IMAGE599>.ladi-image>.ladi-image-background {
            width: 252px;
            height: 252px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s600x600/5da6cb07a973800e7e31908d/info3-20210218075339.png");
        }

        #PARAGRAPH600 {
            width: 262px;
            top: 250.319px;
            left: 0px;
        }

        #PARAGRAPH600>.ladi-paragraph {
            color: rgb(255, 255, 255);
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH601 {
            width: 309px;
            top: 271px;
            left: 0px;
        }

        #PARAGRAPH601>.ladi-paragraph {
            color: rgb(255, 255, 255);
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH602 {
            width: 309px;
            top: 279px;
            left: 0px;
        }

        #PARAGRAPH602>.ladi-paragraph {
            color: rgb(255, 255, 255);
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP603 {
            width: 309px;
            height: 407px;
            top: 1026.26px;
            left: 55.5px;
        }

        #GROUP604 {
            width: 309px;
            height: 399px;
            top: 561.13px;
            left: 55.5px;
        }

        #GROUP605 {
            width: 262.598px;
            height: 341px;
            top: 154px;
            left: 55.5px;
        }

        #SECTION686 {
            height: 95px;
        }

        #SECTION686 .ladi-section-arrow-down {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        }

        #PARAGRAPH687 {
            width: 401px;
            top: 10px;
            left: 10px;
        }

        #PARAGRAPH687>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 16px;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP688 {
            width: 395px;
            height: 68.5px;
            top: 1712.93px;
            left: 43.25px;
        }

        #GROUP689 {
            width: 551px;
            height: 71.5px;
            top: 1621.43px;
            left: 41.75px;
        }

        #GROUP691 {
            width: 331.5px;
            height: 524px;
            top: 1006.93px;
            left: 41.75px;
        }

        #LINE692 {
            width: 251px;
            top: 634.863px;
            left: 79.125px;
            mix-blend-mode: multiply;
            will-change: transform, opacity;
        }

        #LINE692>.ladi-line>.ladi-line-container {
            border-top: 5px solid rgb(235, 234, 244);
            border-right: 5px solid rgb(235, 234, 244);
            border-bottom: 5px solid rgb(235, 234, 244);
            border-left: 0px !important;
        }

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

        #IMAGE693 {
            width: 161.345px;
            height: 250.435px;
            top: 641.965px;
            left: 680px;
        }

        #IMAGE693>.ladi-image>.ladi-image-background {
            width: 161.345px;
            height: 250.435px;
            top: 0px;
            left: 0px;

        }

        #IMAGE693>.ladi-image {
            transform: rotate(9deg);
            -webkit-transform: rotate(9deg);
        }

        #IMAGE700 {
            width: 400px;
            height: 266.865px;
            top: 989.7px;
            left: 496.291px;
        }

        #IMAGE700>.ladi-image>.ladi-image-background {
            width: 400px;
            height: 270.865px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s750x600/5da6cb07a973800e7e31908d/rbg/family-20210218082908.png");
        }

        #PARAGRAPH701 {
            width: 401px;
            top: 982.16px;
            left: 9.291px;
        }

        #PARAGRAPH701>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 19px;
            line-height: 1.6;
        }

        #IMAGE703 {
            width: 16px;
            height: 16px;
            top: 6px;
            left: 0px;
        }

        #IMAGE703>.ladi-image>.ladi-image-background {
            width: 16px;
            height: 16px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s350x350/5da6cb07a973800e7e31908d/round-20210218075349.png");
        }

        #PARAGRAPH704 {
            width: 470px;
            top: 0px;
            left: 29px;
        }

        #PARAGRAPH704>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            line-height: 1.6;
        }

        #GROUP702 {
            width: 498px;
            height: 28px;
            top: 1052.16px;
            left: 18.791px;
        }

        #IMAGE706 {
            width: 16px;
            height: 16px;
            top: 6px;
            left: 0px;
        }

        #IMAGE706>.ladi-image>.ladi-image-background {
            width: 16px;
            height: 16px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s350x350/5da6cb07a973800e7e31908d/round-20210218075349.png");
        }

        #PARAGRAPH707 {
            width: 362px;
            top: 0px;
            left: 29px;
        }

        #PARAGRAPH707>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            line-height: 1.6;
        }

        #GROUP705 {
            width: 390px;
            height: 57px;
            top: 1261.72px;
            left: 18.791px;
        }

        #IMAGE709 {
            width: 16px;
            height: 16px;
            top: 6px;
            left: 0px;
        }

        #IMAGE709>.ladi-image>.ladi-image-background {
            width: 16px;
            height: 16px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s350x350/5da6cb07a973800e7e31908d/round-20210218075349.png");
        }

        #PARAGRAPH710 {
            width: 470px;
            top: 0px;
            left: 29px;
        }

        #PARAGRAPH710>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            line-height: 1.6;
        }

        #GROUP708 {
            width: 498px;
            height: 28px;
            top: 1097.3px;
            left: 18.791px;
        }

        #IMAGE712 {
            width: 16px;
            height: 16px;
            top: 6px;
            left: 0px;
        }

        #IMAGE712>.ladi-image>.ladi-image-background {
            width: 16px;
            height: 16px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s350x350/5da6cb07a973800e7e31908d/round-20210218075349.png");
        }

        #PARAGRAPH713 {
            width: 353px;
            top: 0px;
            left: 29px;
        }

        #PARAGRAPH713>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            line-height: 1.6;
        }

        #GROUP711 {
            width: 382px;
            height: 57px;
            top: 1142.44px;
            left: 18.791px;
        }

        #IMAGE715 {
            width: 16px;
            height: 16px;
            top: 6px;
            left: 0px;
        }

        #IMAGE715>.ladi-image>.ladi-image-background {
            width: 16px;
            height: 16px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s350x350/5da6cb07a973800e7e31908d/round-20210218075349.png");
        }

        #PARAGRAPH716 {
            width: 470px;
            top: 0px;
            left: 29px;
        }

        #PARAGRAPH716>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            line-height: 1.6;
        }

        #GROUP714 {
            width: 498px;
            height: 28px;
            top: 1216.58px;
            left: 18.791px;
        }

        #IMAGE718 {
            width: 344.703px;
            height: 261.815px;
            top: 696.718px;
            left: 14.581px;
        }

        #IMAGE718>.ladi-image>.ladi-image-background {
            width: 359.086px;
            height: 261.815px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s700x600/5da6cb07a973800e7e31908d/parasotin_3d_malay-1-20220319130944.png");
        }

        #BOX735 {
            width: 330px;
            height: 63px;
            top: 0px;
            left: 0px;
        }

        #BOX735>.ladi-box {
            background-color: rgb(255, 255, 255);
            border-color: rgb(233, 45, 0);
            border-width: 2px;
            border-radius: 100px;
        }

        #PARAGRAPH737 {
            width: 141px;
            top: 0px;
            left: 0px;
        }

        #PARAGRAPH737>.ladi-paragraph {
            color: rgb(233, 45, 0);
            font-size: 30px;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH737.ladi-animation>.ladi-paragraph {
            animation-name: pulse;
            -webkit-animation-name: pulse;
            animation-delay: 0s;
            -webkit-animation-delay: 0s;
            animation-duration: 1s;
            -webkit-animation-duration: 1s;
            animation-iteration-count: infinite;
            -webkit-animation-iteration-count: infinite;
        }

        #PARAGRAPH738 {
            width: 71px;
            top: 14.5px;
            left: 147.5px;
        }

        #PARAGRAPH738>.ladi-paragraph {
            color: rgb(233, 45, 0);
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP736 {
            width: 194.5px;
            height: 48px;
            top: 24.333px;
            left: 43.79px;
        }

        #PARAGRAPH739 {
            width: 299px;
            top: 0px;
            left: 14.79px;
        }

        #PARAGRAPH739>.ladi-paragraph {
            font-family: "SourceSansPro-ExtraLight.ttf";
            color: rgb(0, 0, 0);
            font-size: 23px;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP734 {
            width: 330px;
            height: 76px;
            top: 3.72px;
            left: 40.7905px;
        }

        #BOX744 {
            width: 330px;
            height: 547px;
            top: 0px;
            left: 0px;
        }

        #BOX744>.ladi-box {
            background-color: rgb(255, 255, 255);
            border-style: dashed;
            border-color: rgb(233, 45, 0);
            border-width: 2px;
        }

        #PARAGRAPH751 {
            width: 320px;
            top: 379.699px;
            left: 5px;
        }

        #PARAGRAPH751>.ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 16px;
            text-align: center;
            line-height: 1.6;
        }

        #BOX753 {
            width: 330px;
            height: 49px;
            top: 24.199px;
            left: 0px;
        }

        #BOX753>.ladi-box {
            background-color: rgb(233, 45, 0);
        }

        #COUNTDOWN_ITEM756 {
            visibility: hidden;
            pointer-events: none;
        }

        #COUNTDOWN755 {
            width: 204px;
            height: 57px;
            top: 0px;
            left: 0px;
        }

        #COUNTDOWN755>.ladi-countdown {
            color: rgb(255, 255, 255);
            font-size: 30px;
            font-weight: bold;
            text-align: center;
        }

        #COUNTDOWN755>.ladi-countdown>.ladi-element {
            width: calc((100% - 10px * 3) / 4);
            margin-right: 10px;
            height: 100%;
        }

        #PARAGRAPH760 {
            width: 57px;
            top: 7.5px;
            left: 74px;
        }

        #PARAGRAPH760>.ladi-paragraph {
            color: rgb(255, 255, 255);
            font-size: 24px;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH761 {
            width: 57px;
            top: 7.5px;
            left: 127px;
        }

        #PARAGRAPH761>.ladi-paragraph {
            color: rgb(255, 255, 255);
            font-size: 24px;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP754 {
            width: 204px;
            height: 57px;
            top: 0px;
            left: 0px;
        }

        #PARAGRAPH763 {
            width: 283px;
            top: 0px;
            left: 17px;
        }

        #PARAGRAPH763>.ladi-paragraph {
            text-decoration-line: line-through;
            -webkit-text-decoration-line: line-through;
            color: rgb(92, 92, 92);
            font-size: 18px;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH764 {
            width: 269px;
            top: 33px;
            left: 0px;
        }

        #PARAGRAPH764>.ladi-paragraph {
            color: rgb(135, 0, 0);
            font-size: 21px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP762 {
            width: 299px;
            height: 66px;
            top: 80.699px;
            left: 1px;
        }

        #PARAGRAPH765 {
            width: 269px;
            top: 118.375px;
            left: 260px;
        }

        #PARAGRAPH765>.ladi-paragraph {
            color: rgb(135, 0, 0);
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

        #LINE766 {
            width: 260px;
            top: 0px;
            left: 14.73px;
        }

        #LINE766>.ladi-line>.ladi-line-container {
            border-top: 1px solid rgb(233, 45, 0);
            border-right: 1px solid rgb(233, 45, 0);
            border-bottom: 1px solid rgb(233, 45, 0);
            border-left: 0px !important;
        }

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

        #PARAGRAPH767 {
            width: 246px;
            top: 18px;
            left: 43.46px;
        }

        #PARAGRAPH767>.ladi-paragraph {
            color: rgb(233, 45, 0);
            font-size: 15px;
            text-align: center;
            line-height: 1.6;
        }

        #SHAPE768 {
            width: 40px;
            height: 40px;
            top: 8.5px;
            left: 5.5px;
        }

        #SHAPE768 svg:last-child {
            fill: rgba(255, 255, 255, 1);
        }

        #IMAGE769 {
            width: 34.7083px;
            height: 28.3333px;
            top: 13.667px;
            left: 0px;
        }

        #IMAGE769>.ladi-image>.ladi-image-background {
            width: 34.7083px;
            height: 28.3333px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s350x350/5da6cb07a973800e7e31908d/sec-20210218075349.png");
        }

        #IMAGE771 {
            width: 125.056px;
            height: 125.056px;
            top: 0px;
            left: 15px;
        }

        #IMAGE771>.ladi-image>.ladi-image-background {
            width: 125.056px;
            height: 125.056px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s450x450/5da6cb07a973800e7e31908d/badge-20210218075248.png");
        }

        #PARAGRAPH772 {
            width: 166px;
            top: 32.528px;
            left: 40px;
        }

        #PARAGRAPH772>.ladi-paragraph {
            font-family: "Chonburi-Regular.ttf";
            color: rgb(255, 255, 255);
            font-size: 38px;
            text-align: center;
            line-height: 1.6;
        }

        #GROUP770 {
            width: 166px;
            height: 125.056px;
            top: 638.158px;
            left: 257.79px;
        }

        #SECTION694 {
            height: 1357.92px;
        }

        #SECTION694>.ladi-section-background {
            background-color: rgb(244, 220, 216);
        }

        #SECTION694 .ladi-section-arrow-down {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        }

        #IMAGE773 {
            width: 140px;
            height: 140px;
            top: auto;
            left: auto;
            bottom: 10px;
            right: 0px;
            position: fixed;
            z-index: 90000050;
            margin-right: calc((100% - 420px) / 2);
        }



        #NOTIFY774 {
            width: 300px;
            height: 62px;
            top: 10px;
            left: 10px;
            bottom: auto;
            right: auto;
            position: fixed;
            z-index: 90000060;
        }

        #NOTIFY774>.ladi-notify {
            color: rgb(64, 64, 64);
            background-color: rgba(250, 250, 250, 0.9);
        }

        #GROUP776 {
            width: 331.5px;
            height: 524px;
            top: 0px;
            left: 0px;
        }

        #GROUP778 {
            width: 289.46px;
            height: 42.0003px;
            top: 491.199px;
            left: 20.27px;
        }

        #GROUP779 {
            width: 204px;
            height: 57px;
            top: 20.199px;
            left: 63px;
        }

        #GROUP781 {
            width: 204px;
            height: 57px;
            top: 0px;
            left: 0px;
        }

        #GROUP784 {
            width: 330px;
            height: 547px;
            top: 0px;
            left: 0px;
        }

        #GROUP785 {
            width: 418px;
            height: 547px;
            top: 85.157px;
            left: 45px;
        }

        #NOTIFY794 {
            width: 300px;
            height: 62px;
            top: 10px;
            left: 10px;
            bottom: auto;
            right: auto;
            position: fixed;
            z-index: 90000060;
        }

        #NOTIFY794>.ladi-notify {
            color: rgb(64, 64, 64);
            background-color: rgba(250, 250, 250, 0.9);
        }

        #IMAGE795 {
            width: 178.211px;
            height: 87.6103px;
            top: 0px;
            left: -5px;
        }

        #IMAGE795>.ladi-image>.ladi-image-background {
            width: 178.211px;
            height: 87.6103px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s500x400/5da6cb07a973800e7e31908d/parasotin-ml-logo-1-20220319130451.png");
        }

        #FORM_ITEM808 {
            width: 26.1917px;
            height: 35px;
            top: 133.242px;
            left: 0px;
            display: none !important;
        }

        #FORM_ITEM809 {
            width: 26.1917px;
            height: 35px;
            top: 133.242px;
            left: 32.4412px;
            display: none !important;
        }

        #FORM_ITEM810 {
            width: 26.1917px;
            height: 35px;
            top: 133.242px;
            left: 64.8824px;
            display: none !important;
        }

        #FORM_ITEM811 {
            width: 26.1917px;
            height: 35px;
            top: 133.242px;
            left: 97.3236px;
            display: none !important;
        }

        #FORM_ITEM812 {
            width: 26.1917px;
            height: 35px;
            top: 133.242px;
            left: 129.765px;
            display: none !important;
        }

        #FORM_ITEM814 {
            width: 26.1917px;
            height: 35px;
            top: 133.242px;
            left: 194.647px;
            display: none !important;
        }

        #FORM_ITEM815 {
            width: 26.1917px;
            height: 35px;
            top: 133.242px;
            left: 227.088px;
            display: none !important;
        }

        #FORM_ITEM813 {
            width: 26.1917px;
            height: 35px;
            top: 133.242px;
            left: 162.206px;
            display: none !important;
        }

        #BUTTON_TEXT906 {
            width: 244px;
            top: 16.6796px;
            left: 0px;
        }

        #BUTTON_TEXT906>.ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 25px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

        #BUTTON906 {
            width: 247.216px;
            height: 45.8649px;
            top: 139.845px;
            left: 14.847px;
        }

        #BUTTON906>.ladi-button>.ladi-button-background {
            background: rgba(233, 45, 0, 1.0);
            background: -webkit-linear-gradient(180deg, rgba(233, 45, 0, 1.0), rgba(138, 7, 7, 1.0));
            background: linear-gradient(180deg, rgba(233, 45, 0, 1.0), rgba(138, 7, 7, 1.0));
        }

        #BUTTON906>.ladi-button {
            border-style: solid;
            border-color: rgb(138, 7, 7);
            border-width: 2px;
            border-radius: 46px;
        }

        #BUTTON906.ladi-animation>.ladi-button {
            animation-name: pulse;
            -webkit-animation-name: pulse;
            animation-delay: 0s;
            -webkit-animation-delay: 0s;
            animation-duration: 1s;
            -webkit-animation-duration: 1s;
            animation-iteration-count: infinite;
            -webkit-animation-iteration-count: infinite;
        }

        #FORM_ITEM908 {
            width: 276.91px;
            height: 44.8649px;
            top: 0px;
            left: 0px;
        }

        #FORM_ITEM909 {
            width: 276.91px;
            height: 46.8649px;
            top: 76.3771px;
            left: 0px;
        }

        #FORM_ITEM910 {
            width: 26.1917px;
            height: 35px;
            top: 133.242px;
            left: 0px;
            display: none !important;
        }

        #FORM_ITEM911 {
            width: 26.1917px;
            height: 35px;
            top: 133.242px;
            left: 32.4412px;
            display: none !important;
        }

        #FORM_ITEM912 {
            width: 26.1917px;
            height: 35px;
            top: 133.242px;
            left: 64.8824px;
            display: none !important;
        }

        #FORM_ITEM913 {
            width: 26.1917px;
            height: 35px;
            top: 133.242px;
            left: 97.3236px;
            display: none !important;
        }

        #FORM_ITEM914 {
            width: 26.1917px;
            height: 35px;
            top: 133.242px;
            left: 129.765px;
            display: none !important;
        }

        #FORM_ITEM915 {
            width: 26.1917px;
            height: 35px;
            top: 133.242px;
            left: 162.206px;
            display: none !important;
        }

        #FORM_ITEM916 {
            width: 26.1917px;
            height: 35px;
            top: 133.242px;
            left: 194.647px;
            display: none !important;
        }

        #FORM_ITEM917 {
            width: 26.1917px;
            height: 35px;
            top: 133.242px;
            left: 227.088px;
            display: none !important;
        }

        #FORM905 {
            width: 276.91px;
            height: 185.71px;
            top: 258.14px;
            left: 67.3355px;
        }

        #FORM905>.ladi-form {
            color: rgb(0, 0, 0);
            font-size: 12px;
            line-height: 1.6;
        }

        #FORM905 .ladi-form-item .ladi-form-control::placeholder,
        #FORM905 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"] {
            color: #000;
        }

        #FORM905 .ladi-form-item {
            padding-left: 10px;
            padding-right: 10px;
        }

        #FORM905 .ladi-form-item.ladi-form-checkbox {
            padding-left: 15px;
            padding-right: 15px;
        }

        #FORM905 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20%23000%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
        }

        #FORM905 .ladi-form-item-container,
        #FORM905 .ladi-form-label-container .ladi-form-label-item {
            border-style: solid;
            border-color: rgb(233, 45, 0);
            border-width: 3px;
            border-radius: 46px;
        }

        #FORM905 .ladi-form-item-container .ladi-form-quantity button {
            background-color: rgb(233, 45, 0);
        }

        #FORM905 .ladi-form-item-background {
            background-color: rgb(255, 255, 255);
            border-radius: 43px
        }

        #IMAGE982 {
            width: 596.02px;
            height: 127.543px;
            top: 0px;
            left: 0px;
        }

        #IMAGE982>.ladi-image>.ladi-image-background {
            width: 596.02px;
            height: 127.543px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s900x450/5da6cb07a973800e7e31908d/adb_title-20210218075243.png");
        }

        #PARAGRAPH984 {
            width: 263px;
            top: 0px;
            left: 9.7995px;
        }

        #PARAGRAPH984>.ladi-paragraph {
            font-family: "SourceSansPro-ExtraLight.ttf";
            color: rgb(255, 255, 255);
            font-size: 14px;
            line-height: 1.6;
        }

        #LINE985 {
            width: 13px;
            top: 14px;
            left: 0px;
        }

        #LINE985>.ladi-line>.ladi-line-container {
            border-top: 1px solid rgb(255, 255, 255);
            border-right: 1px solid rgb(255, 255, 255);
            border-bottom: 1px solid rgb(255, 255, 255);
            border-left: 0px !important;
        }

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

        #GROUP983 {
            width: 272.8px;
            height: 45px;
            top: 59.552px;
            left: 218.401px;
        }

        #IMAGE986 {
            width: 128.123px;
            height: 74.762px;
            top: 24.514px;
            left: 59px;
        }

        #IMAGE986>.ladi-image>.ladi-image-background {
            width: 128.123px;
            height: 74.762px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s450x400/5da6cb07a973800e7e31908d/parasotin-ml-logo-1-20220319130451.png");
        }

        #GROUP981 {
            width: 596.02px;
            height: 127.543px;
            top: 8.865px;
            left: -57px;
        }

        #SECTION949 {
            height: 146.158px;
        }

        #SECTION949>.ladi-section-background {
            background-color: rgb(244, 220, 216);
        }

        #SECTION949 .ladi-section-arrow-down {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        }

        #IMAGE357 {
            width: 132.286px;
            height: 85.3703px;
            top: 63.8407px;
            left: 7.36769px;
        }

        #IMAGE357>.ladi-image>.ladi-image-background {
            width: 132.286px;
            height: 85.3703px;
            top: 0px;
            left: 0px;
            background-image: url("../img/w.ladicdn.com/s450x400/5da6cb07a973800e7e31908d/arrow_1-20210218100902.png");
        }

        #GROUP359 {
            width: 139.654px;
            height: 149.211px;
            top: 0px;
            left: 12.7668px;
        }

        #LINE1000 {
            width: 183px;
            top: 0px;
            left: 0px;
        }

        #LINE1000>.ladi-line>.ladi-line-container {
            border-top: 1px solid rgb(138, 7, 7);
            border-right: 1px solid rgb(138, 7, 7);
            border-bottom: 1px solid rgb(138, 7, 7);
            border-left: 0px !important;
        }

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

        #BOX1001 {
            width: 10px;
            height: 10px;
            top: 3.5px;
            left: 178px;
        }

        #BOX1001>.ladi-box {
            background: rgba(138, 7, 7, 1);
            background: -webkit-linear-gradient(180deg, rgba(138, 7, 7, 1), rgba(238, 143, 102, 1));
            background: linear-gradient(180deg, rgba(138, 7, 7, 1), rgba(238, 143, 102, 1));
            border-radius: 100px;
        }

        #GROUP999 {
            width: 188px;
            height: 17px;
            top: 1786.43px;
            left: 116.5px;
        }

        #GROUP690 {
            width: 331.5px;
            height: 524px;
            top: 0px;
            left: 0px;
        }
    }


    .js_submit {
        width: 270px !important;
        height: 40px;
        border-radius: 43px;
        z-index: 999999;
    }

    .timer-block {
        font-size: 25px;
        text-align: center;
        margin-top: 15px;
        color: #fff;
    }