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;
    font-weight: 700;
    cursor: pointer;
}

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
}

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

.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
}

.ladi-google-recaptcha-checkbox {
    position: absolute;
    display: inline-block;
    transform: translateY(-100%);
    margin-top: -5px;
    z-index: 90000010
}

.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: 100%;
    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(../index_files/ladipage-play.svg) no-repeat center center;
    background-size: contain;
    pointer-events: none;
    cursor: pointer
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ladi-table table {
    width: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ladi-button>.ladi-button-shape .ladi-shape {
    margin: auto;
    top: 0;
    bottom: 0
}

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

.ladi-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-button-headline {
    color: initial;
    font-size: initial;
    font-weight: initial;
    text-transform: initial;
    text-decoration: initial;
    font-style: initial;
    text-align: initial;
    letter-spacing: initial;
    line-height: initial
}

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

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

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

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

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

.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-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-paragraph {
    width: 100%;
    display: inline-block
}

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

.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: 90000040
}

.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%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23000%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.00015%200.585938L18.4144%2012.0002L7.00015%2023.4144L5.58594%2022.0002L15.5859%2012.0002L5.58594%202.00015L7.00015%200.585938Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")
}

#SECTION_POPUP .popup-close,
.ladi-section .ladi-section-close,
.lightbox-screen .lightbox-close {
    width: 16px;
    height: 16px;
    margin: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23000%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M23.4144%202.00015L2.00015%2023.4144L0.585938%2022.0002L22.0002%200.585938L23.4144%202.00015Z%22%3E%3C%2Fpath%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%200.585938L23.4144%2022.0002L22.0002%2023.4144L0.585938%202.00015L2.00015%200.585938Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")
}

#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: auto;
        overflow-y: hidden;
        width: 100% !important;
        left: 0 !important;
        -webkit-overflow-scrolling: touch
    }

    .ladi-section.ladi-auto-scroll {
        overflow-x: auto;
        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;
    }
}

body {
    font-family: "K2D",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%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

    #SECTION69 {
        height: 648.001px;
    }

    #SECTION69>.ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("../index_files/layout-ecolean-08-20200615151801.png");
        background-position: center top;
        background-repeat: repeat;
    }

    #SECTION69 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

    #HEADLINE76 {
        width: 869px;
        top: 60.069px;
        left: 607px;
    }

    #HEADLINE76>.ladi-headline {
        color: rgb(0, 0, 0);
        font-size: 42px;
        font-weight: 700;
        line-height: 1.6;
    }

    #HEADLINE205 {
        width: 383px;
        top: 729.728px;
        left: 0px;
    }

    #HEADLINE205>.ladi-headline {
        color: rgb(0, 0, 0);
        font-size: 13px;
        font-style: italic;
        text-align: center;
        line-height: 1.4;
    }

    #HEADLINE231 {
        width: 744px;
        top: 67.9px;
        left: 444px;
    }

    #HEADLINE231>.ladi-headline {
        color: rgb(0, 0, 0);
        font-size: 39px;
        text-align: center;
        font-weight: 700;
        line-height: 1.6;
    }

    #SECTION230 {
        height: 820px;
    }

    #SECTION230>.ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("../index_files/bg1.png");
        background-position: center top;
        background-repeat: no-repeat;
    }

    #SECTION230 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

    #SECTION264 {
        height: 1081.17px;
    }

    #SECTION264 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

    #SECTION462 {
        height: 804.853px;
    }

    #SECTION462>.ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("../index_files/bg1.png");
        background-position: left bottom;
        background-repeat: no-repeat;
    }

    #SECTION462 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

    #HEADLINE466 {
        width: 440px;
        top: 0px;
        left: 25px;
    }

    #HEADLINE466>.ladi-headline {
        color: rgb(21, 73, 146);
        font-size: 90px;
        font-weight: 700;
        line-height: 1.6;
    }

    #SECTION473 {
        height: 726px;
    }

    #SECTION473>.ladi-section-background {
        background-color: rgba(235, 243, 255, 0.5);
    }

    #SECTION473 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

    #HEADLINE22 {
        width: 968px;
        top: 63.7246px;
        left: 116px;
    }

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

    #SECTION563 {
        height: 742.9px;
    }

    #SECTION563>.ladi-section-background {
        background-color: #001e70;
    }

    #SECTION563 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

    #HEADLINE565 {
        width: 451px;
        top: 35.2706px;
        left: 383.5px;
    }

    #HEADLINE565>.ladi-headline {
        color: rgb(238, 202, 102);
        font-size: 45px;
        text-align: center;
        font-weight: 700;
        line-height: 1.2;
    }

    #LINE566 {
        width: 95px;
        top: 74.2706px;
        left: 353.423px;
    }

    #LINE566>.ladi-line>.ladi-line-container {
        border-top: 1px solid rgba(5, 31, 79, 0.1);
        border-right: 1px solid rgba(5, 31, 79, 0.1);
        border-bottom: 1px solid rgba(5, 31, 79, 0.1);
        border-left: 0px !important;
    }

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

    #LINE567 {
        width: 95px;
        top: 0px;
        left: 0px;
    }

    #LINE567>.ladi-line>.ladi-line-container {
        border-top: 1px solid rgba(5, 31, 79, 0.1);
        border-right: 1px solid rgba(5, 31, 79, 0.1);
        border-bottom: 1px solid rgba(5, 31, 79, 0.1);
        border-left: 0px !important;
    }

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

    #SECTION623 {
        height: 672.9px;
    }

    #SECTION623>.ladi-section-background {
        background-color: rgb(255, 255, 255);
    }

    #SECTION623 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

    #PARAGRAPH624 {
        width: 1080px;
        top: 108px;
        left: 90px;
    }

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

    #HEADLINE679 {
        width: 540px;
        top: 30px;
        left: 338.5px;
    }

    #HEADLINE679>.ladi-headline {
        color: rgb(0, 55, 215);
        font-size: 42px;
        line-height: 1.6;
        font-weight: 700;
    }

    #SECTION691 {
        height: 590.6px;
    }

    #SECTION691>.ladi-section-background {
        background-color: rgb(255, 255, 255);
    }

    #SECTION691 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

    #IMAGE692 {
        width: 380px;
        height: 538px;
        top: 45px;
        left: 692px;
    }

    #IMAGE692>.ladi-image>.ladi-image-background {
        width: 380px;
        height: 538px;
        background-image: url("../index_files/cert.png");
    }

    #HEADLINE722 {
        width: 324px;
        top: 167.504px;
        left: 717px;
    }

    #HEADLINE722>.ladi-headline {
        color: rgb(0, 55, 215);
        font-size: 20px;
        font-weight: bold;
        line-height: 1.6;
    }

    #IMAGE723 {
        width: 92px;
        height: 92px;
        top: 153.504px;
        left: 607px;
    }

    #IMAGE723>.ladi-image>.ladi-image-background {
        width: 92px;
        height: 92px;
        background-image: url("../index_files/rep.jpg");
    }

    #IMAGE723>.ladi-image {
        border-radius: 45px;
    }

    #PARAGRAPH725 {
        width: 401px;
        top: 272px;
        left: 637.5px;
    }

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

    #HEADLINE728 {
        width: 256px;
        top: 524px;
        left: 810px;
    }

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

    #HEADLINE736 {
        width: 440px;
        top: 0px;
        left: 14px;
    }

    #HEADLINE736>.ladi-headline {
        color: rgb(21, 73, 146);
        font-size: 99px;
        font-weight: bold;
        line-height: 1.6;
    }

    #IMAGE750 {
        width: 696.595px;
        height: 391.835px;
        top: 261.95px;
        left: 251.703px;
    }

    #IMAGE750>.ladi-image>.ladi-image-background {
        width: 696.595px;
        height: 391.835px;
        top: 0px;
        left: 0px;
        background-image: url("../index_files/dau-nhuc-xuong-khop-co-the-xay-ra-o-nhieu-vi-tri-khac-nhau-20200624045139.jpg");
    }

    #HEADLINE752 {
        width: 968px;
        top: 133.388px;
        left: 116.145px;
    }

    #HEADLINE752>.ladi-headline {
        color: rgb(244, 64, 37);
        font-size: 46px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #BOX721 {
        width: 461px;
        height: 332px;
        top: 262.504px;
        left: 607.5px;
    }

    #BOX721>.ladi-box {
        background: #fdfbfb;
        background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
        background: linear-gradient(180deg, #fdfbfb, #eaedee);
    }

    #IMAGE759 {
        width: 479.017px;
        height: 237.853px;
        top: 510px;
        left: -740px;
        display: none !important;
    }

    #IMAGE759>.ladi-image>.ladi-image-background {
        width: 479.017px;
        height: 237.853px;
        top: 0px;
        left: 0px;
        background-image: url("../index_files/shutterstock_339197108_supersize-20201104044957.jpg");
    }

    #PARAGRAPH761 {
        width: 60px;
        top: 53px;
        left: 586px;
    }

    #PARAGRAPH761>.ladi-paragraph,
    #PARAGRAPH762>.ladi-paragraph,
    #PARAGRAPH763>.ladi-paragraph,
    #PARAGRAPH764>.ladi-paragraph,
    #PARAGRAPH765>.ladi-paragraph,
    #PARAGRAPH766>.ladi-paragraph,
    #PARAGRAPH767>.ladi-paragraph {
        color: rgb(255, 255, 255);
        font-size: 26px;
        line-height: 1.6;
    }

    #PARAGRAPH762 {
        width: 136px;
        top: 156px;
        left: 730px;
    }

    #PARAGRAPH763 {
        width: 227px;
        top: 296px;
        left: 586px;
    }

    #PARAGRAPH764 {
        width: 130px;
        top: 282px;
        left: 170px;
    }

    #PARAGRAPH765 {
        width: 150px;
        top: 400px;
        left: 0px;
    }

    #PARAGRAPH766 {
        width: 155px;
        top: 526px;
        left: 170px;
    }

    #PARAGRAPH767 {
        width: 125px;
        top: 450px;
        left: 636px;
    }

    #PARAGRAPH768 {
        width: 215px;
        top: 520.445px;
        left: 160.2285px;
    }

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

    #IMAGE769 {
        width: 600px;
        height: 600px;
        top: 0px;
        left: 124px;
    }

    #IMAGE769>.ladi-image>.ladi-image-background {
        width: 600px;
        height: 600px;
        background-image: url("../index_files/ingrediant.png");
    }

    #GROUP760 {
        width: 829.409px;
        height: 596px;
        top: 110px;
        left: 170px;
    }

    #IMAGE771 {
        width: 614.862px;
        height: 399.1px;
        top: 321.9px;
        left: -110px;
    }

    #IMAGE771>.ladi-image>.ladi-image-background {
        width: 614.862px;
        height: 399.1px;
        top: 0px;
        left: 0px;
        background-image: url("../index_files/product.png");
    }

    #SECTION813 {
        height: 1406px;
    }

    #SECTION813 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

    #BOX814 {
        width: 1200px;
        height: 52px;
        top: 0px;
        left: 0px;
    }

    #BOX814>.ladi-box {
        background-color: rgb(13, 98, 242);
    }

    #HEADLINE815 {
        width: 247px;
        top: 7px;
        left: 16.5px;
    }

    #HEADLINE815>.ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 23px;
        font-style: italic;
        line-height: 1.6;
    }

    #SECTION857 {
        height: 623.169px;
    }

    #SECTION857 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

    #HEADLINE859 {
        width: 1040px;
        top: 18px;
        left: 130.5px;
    }

    #HEADLINE859>.ladi-headline {
        color: rgb(0, 0, 0);
        font-size: 42px;
        text-align: center;
        font-weight: 700;
        line-height: 1.6;
    }

    #IMAGE863 {
        width: 620px;
        height: 440px;
        top: 120px;
    }

    #IMAGE863>.ladi-image>.ladi-image-background {
        width: 620px;
        height: 440px;
        background-image: url("../index_files/product.png");
    }

    #IMAGE863:hover>.ladi-image {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }

    #SECTION904 {
        height: 661.3px;
    }

    #SECTION904>.ladi-section-background {
        background-color: rgb(194, 215, 255);
    }

    #SECTION904 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

    #IMAGE905 {
        width: 420.698px;
        height: 247.808px;
        top: 246.246px;
        left: 389.651px;
    }

    #IMAGE905>.ladi-image>.ladi-image-background {
        width: 420.698px;
        height: 247.808px;
        top: 0px;
        left: 0px;
        background-image: url("../index_files/viem-khop-20200809033437.jpg");
    }

    #IMAGE905>.ladi-image {
        border-style: solid;
        border-color: rgb(132, 132, 132);
        border-width: 4px;
        border-radius: 10px;
    }

    #IMAGE905:hover>.ladi-image {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }

    #HEADLINE907 {
        width: 1200px;
        top: 35.488px;
        left: 0px;
    }

    #HEADLINE907>.ladi-headline {
        color: rgb(7, 58, 145);
        font-size: 45px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #PARAGRAPH908 {
        width: 165px;
        top: 5px;
        left: 17.5px;
    }

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

    #PARAGRAPH909 {
        width: 200px;
        top: 10.57px;
        left: 24px;
    }

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

    #PARAGRAPH910 {
        width: 184px;
        top: 10.4425px;
        left: 17.686px;
    }

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

    #PARAGRAPH911 {
        width: 171px;
        top: 5px;
        left: 14.5px;
    }

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

    #PARAGRAPH912 {
        width: 255px;
        top: 17.14px;
        left: 9px;
    }

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

    #BOX913 {
        width: 220px;
        height: 85px;
        top: -4px;
        left: -7px;
    }

    #BOX913>.ladi-box {
        background: #fdfbfb;
        background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
        background: linear-gradient(180deg, #fdfbfb, #eaedee);
        border-style: solid;
        border-color: rgb(132, 132, 132);
        border-width: 1px;
        border-radius: 18px;
    }

    #BOX914 {
        width: 222.445px;
        height: 85px;
        top: 0px;
        left: 0px;
    }

    #BOX914>.ladi-box {
        background: #fdfbfb;
        background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
        background: linear-gradient(180deg, #fdfbfb, #eaedee);
        border-style: solid;
        border-color: rgb(132, 132, 132);
        border-width: 1px;
        border-radius: 10px;
    }

    #BOX915 {
        width: 247.611px;
        height: 89.14px;
        top: 0px;
        left: 0px;
    }

    #BOX915>.ladi-box {
        background: #fdfbfb;
        background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
        background: linear-gradient(180deg, #fdfbfb, #eaedee);
        border-style: solid;
        border-color: rgb(132, 132, 132);
        border-width: 1px;
        border-radius: 10px;
    }

    #BOX916 {
        width: 220px;
        height: 85px;
        top: -4px;
        left: -7px;
    }

    #BOX916>.ladi-box {
        background: #fdfbfb;
        background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
        background: linear-gradient(180deg, #fdfbfb, #eaedee);
        border-style: solid;
        border-color: rgb(132, 132, 132);
        border-width: 1px;
        border-radius: 10px;
    }

    #BOX917 {
        width: 273px;
        height: 98.28px;
        top: 0px;
        left: 0px;
    }

    #BOX917>.ladi-box {
        background: #fdfbfb;
        background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
        background: linear-gradient(180deg, #fdfbfb, #eaedee);
        border-style: solid;
        border-color: rgb(132, 132, 132);
        border-width: 1px;
        border-radius: 10px;
    }

    #GROUP918 {
        width: 200px;
        height: 72px;
        top: 153.246px;
        left: 197px;
    }

    #GROUP919 {
        width: 273px;
        height: 98.28px;
        top: 341.273px;
        left: 65.5px;
    }

    #GROUP920 {
        width: 200px;
        height: 72px;
        top: 153.246px;
        left: 794px;
    }

    #GROUP921 {
        width: 247.611px;
        height: 89.14px;
        top: 350.413px;
        left: 853px;
    }

    #GROUP922 {
        width: 219.445px;
        height: 79px;
        top: 545.746px;
        left: 490.422px;
    }

    #IMAGE923 {
        width: 56px;
        height: 13px;
        top: 158.913px;
        left: 561px;
    }

    #IMAGE923>.ladi-image>.ladi-image-background {
        width: 56px;
        height: 13px;
        top: 0px;
        left: 0px;
        background-image: url("../index_files/arrow.png");
    }

    #IMAGE924 {
        width: 56px;
        height: 13px;
        top: 532.746px;
        left: 253px;
    }

    #IMAGE924>.ladi-image>.ladi-image-background {
        width: 56px;
        height: 13px;
        top: 0px;
        left: 0px;
        background-image: url("../index_files/arrow.png");
    }

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

    #IMAGE925 {
        width: 56px;
        height: 13px;
        top: 537.913px;
        left: 845px;
    }

    #IMAGE925>.ladi-image>.ladi-image-background {
        width: 56px;
        height: 13px;
        top: 0px;
        left: 0px;
        background-image: url("../index_files/arrow.png");
    }

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

    #IMAGE926 {
        width: 56px;
        height: 13px;
        top: 269.246px;
        left: 929px;
    }

    #IMAGE926>.ladi-image>.ladi-image-background {
        width: 56px;
        height: 13px;
        top: 0px;
        left: 0px;
        background-image: url("../index_files/arrow.png");
    }

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

    #IMAGE927 {
        width: 56px;
        height: 13px;
        top: 263.746px;
        left: 185.44px;
    }

    #IMAGE927>.ladi-image>.ladi-image-background {
        width: 56px;
        height: 13px;
        top: 0px;
        left: 0px;
        background-image: url("../index_files/arrow.png");
    }

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

    #HEADLINE932 {
        width: 85px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE932>.ladi-headline {
        color: rgb(84, 84, 84);
        font-size: 16px;
        line-height: 1.6;
    }

    #SHAPE933 {
        width: 29.396px;
        height: 14.2862px;
        top: 5.8569px;
        left: 83px;
    }

    #SHAPE933 svg:last-child {
        fill: rgba(84, 84, 84, 1);
    }

    #HEADLINE936 {
        width: 143px;
        top: 0px;
        left: 122.244px;
    }

    #HEADLINE936>.ladi-headline {
        color: rgb(84, 84, 84);
        font-size: 16px;
        line-height: 1.6;
    }

    #GROUP931 {
        width: 265.244px;
        height: 25px;
        top: 5.05108px;
        left: 757.456px;
        display: none !important;
    }

    #PARAGRAPH947 {
        width: 370px;
        top: 29.875px;
        left: 25px;
    }

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

    #BOX957 {
        width: 216.622px;
        height: 167px;
        top: 0px;
        left: 0px;
    }

    #BOX957>.ladi-box {
        box-shadow: 0px 15px 20px -15px #000;
        -webkit-box-shadow: 0px 15px 20px -15px #000;
        background-color: rgb(255, 255, 255);
        border-radius: 7px;
    }

    #HEADLINE958 {
        width: 112px;
        top: 16px;
        left: 66.3355px;
    }

    #HEADLINE958>.ladi-headline,
    #HEADLINE962>.ladi-headline {
        color: rgb(0, 15, 230);
        font-size: 42px;
        font-weight: 700;
        line-height: 1.2;
    }

    #HEADLINE962>.ladi-headline {
        text-align: center;
    }

    #HEADLINE959 {
        width: 213px;
        top: 71px;
        left: 1.3775px;
    }

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

    #GROUP956 {
        width: 216.622px;
        height: 167px;
        top: 261.95px;
        left: 0px;
    }

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

    #BOX961 {
        width: 216.622px;
        height: 180px;
        top: 0px;
        left: 0px;
    }

    #BOX961>.ladi-box {
        box-shadow: 0px 15px 20px -15px #000;
        -webkit-box-shadow: 0px 15px 20px -15px #000;
        background-color: rgb(255, 255, 255);
        border-radius: 7px;
    }

    #HEADLINE962 {
        width: 163px;
        top: 8.8355px;
        left: 27.311px;
    }

    #HEADLINE963 {
        width: 191px;
        top: 110.751px;
        left: 12.811px;
    }

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

    #GROUP960 {
        width: 216.622px;
        height: 167px;
        top: 465px;
        left: 0px;
    }

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

    #BOX965 {
        width: 216.622px;
        height: 180px;
        top: 0px;
        left: 0px;
    }

    #BOX965>.ladi-box {
        box-shadow: 0px 15px 20px -15px #000;
        -webkit-box-shadow: 0px 15px 20px -15px #000;
        background-color: rgb(255, 255, 255);
        border-radius: 7px;
    }

    #HEADLINE966 {
        width: 171px;
        top: 8.7362px;
        left: 23.311px;
    }

    #HEADLINE966>.ladi-headline,
    #HEADLINE970>.ladi-headline {
        color: rgb(244, 64, 37);
        font-size: 42px;
        font-weight: 700;
        line-height: 1.2;
    }

    #HEADLINE966>.ladi-headline {
        text-align: center;
    }

    #HEADLINE967 {
        width: 173px;
        top: 110.751px;
        left: 20.311px;
    }

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

    #GROUP964 {
        width: 216.622px;
        height: 167px;
        top: 465px;
        left: 984.381px;
    }

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

    #BOX969 {
        width: 215.619px;
        height: 166.227px;
        top: 0px;
        left: 0px;
    }

    #BOX969>.ladi-box {
        box-shadow: 0px 15px 20px -15px #000;
        -webkit-box-shadow: 0px 15px 20px -15px #000;
        background-color: rgb(255, 255, 255);
        border-radius: 7px;
    }

    #HEADLINE970 {
        width: 169px;
        top: 27.631px;
        left: 42.3095px;
    }

    #HEADLINE971 {
        width: 193px;
        top: 87.4966px;
        left: 11.3095px;
    }

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

    #GROUP968 {
        width: 215.619px;
        height: 166.227px;
        top: 262.337px;
        left: 984.381px;
    }

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

    #IMAGE973 {
        width: 357.679px;
        height: 110px;
        top: 0px;
        left: 0px;
    }

    #IMAGE973>.ladi-image>.ladi-image-background {
        width: 357.679px;
        height: 110px;
        top: 0px;
        left: 0px;
        background-image: url("../index_files/asset-2-20201102083919.png");
    }

    #HEADLINE974 {
        width: 197px;
        top: 41px;
        left: 137px;
    }

    #HEADLINE974>.ladi-headline,
    #HEADLINE979>.ladi-headline,
    #HEADLINE984>.ladi-headline,
    #HEADLINE989>.ladi-headline {
        color: rgb(0, 0, 0);
        font-size: 17px;
        line-height: 1.6;
    }

    #HEADLINE975 {
        width: 55px;
        top: 23px;
        left: 65px;
    }

    #HEADLINE975>.ladi-headline {
        color: rgb(242, 98, 34);
        font-size: 20px;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.6;
    }

    #LINE976 {
        height: 71px;
        top: 17px;
        left: 120px;
    }

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

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

    #GROUP972 {
        width: 357.679px;
        height: 110px;
        top: 191.127px;
        left: -16px;
    }

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

    #IMAGE978 {
        width: 357.679px;
        height: 110px;
        top: 0px;
        left: 0px;
    }

    #IMAGE978>.ladi-image>.ladi-image-background {
        width: 357.679px;
        height: 110px;
        top: 0px;
        left: 0px;
        background-image: url("../index_files/asset-3-20201102083919.png");
    }

    #HEADLINE979 {
        width: 204px;
        top: 43px;
        left: 132px;
    }

    #HEADLINE980 {
        width: 163px;
        top: 29px;
        left: 12px;
    }

    #HEADLINE980>.ladi-headline {
        color: rgb(242, 98, 34);
        font-size: 18px;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.6;
    }

    #LINE981 {
        height: 71px;
        top: 22px;
        left: 115px;
    }

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

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

    #GROUP977 {
        width: 357.679px;
        height: 110px;
        top: 489.646px;
        left: -7px;
    }

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

    #IMAGE983 {
        width: 357.679px;
        height: 110px;
        top: 0px;
        left: 0px;
    }

    #IMAGE983>.ladi-image>.ladi-image-background {
        width: 357.679px;
        height: 110px;
        top: 0px;
        left: 0px;
        background-image: url("../index_files/asset-5-20201102083920.png");
    }

    #HEADLINE984 {
        width: 192px;
        top: 30px;
        left: 141px;
    }

    #HEADLINE985 {
        width: 55px;
        top: 27px;
        left: 74px;
    }

    #HEADLINE985>.ladi-headline {
        color: rgb(242, 98, 34);
        font-size: 18px;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.6;
    }

    #LINE986 {
        height: 71px;
        top: 21px;
        left: 125px;
    }

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

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

    #GROUP982 {
        width: 357.679px;
        height: 110px;
        top: 177px;
        left: 842.321px;
    }

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

    #IMAGE988 {
        width: 370px;
        height: 110px;
        top: 0px;
        left: 0px;
    }

    #IMAGE988>.ladi-image>.ladi-image-background {
        width: 370px;
        height: 110px;
        top: 0px;
        left: 0px;
        background-image: url("../index_files/asset-4-20201102083920.png");
    }

    #HEADLINE989 {
        width: 200px;
        top: 30px;
        left: 141px;
    }

    #HEADLINE990 {
        width: 64px;
        top: 28px;
        left: 73px;
    }

    #HEADLINE990>.ladi-headline {
        color: rgb(242, 98, 34);
        font-size: 18px;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.6;
    }

    #LINE991 {
        height: 71px;
        top: 22px;
        left: 125px;
    }

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

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

    #GROUP987 {
        width: 370px;
        height: 110px;
        top: 489.646px;
        left: 836.16px;
    }

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

    #IMAGE993 {
        width: 550.15px;
        height: 352.646px;
        top: 191.127px;
        left: 332.925px;
    }

    #IMAGE993>.ladi-image>.ladi-image-background {
        width: 550.15px;
        height: 352.646px;
        top: 0px;
        left: 0px;
        background-image: url("../index_files/layer-31-20201102091519.jpg");
    }

    #BUTTON_TEXT995 {
        width: 240px;
        top: 9px;
        left: 0px;
    }

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

    #BUTTON995 {
        width: 300px;
        height: 65.274px;
        top: 522px;
        left: 460.145px;
    }

    #BUTTON995>.ladi-button>.ladi-button-background {
        background: #e52d27;
        background: -webkit-linear-gradient(180deg, #e52d27, #b31217);
        background: linear-gradient(180deg, #e52d27, #b31217);
    }

    #BUTTON995>.ladi-button {
        border-radius: 10px;
    }

    #BUTTON995.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;
    }

    #BOX999 {
        width: 150px;
        height: 150px;
        top: 0px;
        left: 0px;
    }

    #BOX999>.ladi-box {
        background: #ad5389;
        background: -webkit-linear-gradient(180deg, #ad5389, #3c1053);
        background: linear-gradient(180deg, #ad5389, #3c1053);
        border-radius: 300px;
    }

    #PARAGRAPH1000,
    #PARAGRAPH1005,
    #PARAGRAPH1010 {
        width: 143px;
        top: 25.5px;
        left: 3.5px;
    }

    #PARAGRAPH1000>.ladi-paragraph,
    #PARAGRAPH1005>.ladi-paragraph,
    #PARAGRAPH1010>.ladi-paragraph {
        color: rgb(255, 255, 255);
        font-size: 42px;
        text-align: center;
        line-height: 1;
    }

    #GROUP998 {
        width: 150px;
        height: 150px;
        top: 0px;
        left: 0px;
    }

    #PARAGRAPH1001 {
        width: 383px;
        top: 47px;
        left: 171px;
    }

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

    #GROUP997 {
        width: 554px;
        height: 150px;
        top: 107.438px;
        left: 633px;
    }

    #BOX1004 {
        width: 150px;
        height: 150px;
        top: 0px;
        left: 0px;
    }

    #BOX1004>.ladi-box {
        background: #00c6ff;
        background: -webkit-linear-gradient(180deg, #00c6ff, #0072ff);
        background: linear-gradient(180deg, #00c6ff, #0072ff);
        border-radius: 300px;
    }

    #GROUP1003 {
        width: 150px;
        height: 150px;
        top: 0px;
        left: 0px;
    }

    #PARAGRAPH1006 {
        width: 394px;
        top: 56px;
        left: 171px;
    }

    #GROUP1002 {
        width: 533px;
        height: 150px;
        top: 279.293px;
        left: 633px;
    }

    #BOX1009 {
        width: 150px;
        height: 150px;
        top: 0px;
        left: 0px;
    }

    #BOX1009>.ladi-box {
        background: #e52d27;
        background: -webkit-linear-gradient(180deg, #e52d27, #b31217);
        background: linear-gradient(180deg, #e52d27, #b31217);
        border-radius: 300px;
    }

    #GROUP1008 {
        width: 150px;
        height: 150px;
        top: 0px;
        left: 0px;
    }

    #PARAGRAPH1011 {
        width: 405px;
        top: 42px;
        left: 170px;
    }

    #GROUP1007 {
        width: 555.5px;
        height: 150px;
        top: 451.147px;
        left: 633px;
    }

    #IMAGE1012 {
        width: 430.707px;
        height: 444.411px;
        top: 141.878px;
        left: 926px;
    }

    #IMAGE1012>.ladi-image>.ladi-image-background {
        width: 430.707px;
        height: 444.411px;
        top: 0px;
        left: 0px;
        background-image: url("../index_files/doctor-car.png");
    }

    #HEADLINE1013 {
        width: 815px;
        top: 134px;
        left: -168px;
    }

    #HEADLINE1013>.ladi-headline {
        color: rgb(0, 15, 215);
        font-size: 40px;
        text-align: center;
        font-weight: 700;
        line-height: 1.6;
    }

    #IMAGE1014 {
        width: 710px;
        height: 809.653px;
        top: -75px;
        left: -100px;
    }

    #IMAGE1014>.ladi-image>.ladi-image-background {
        width: 835px;
        height: 720px;
        top: 0.000647px;
        left: -216px;
        background-image: url("../index_files/doctor2.png");
    }

    #BUTTON_TEXT1015 {
        width: 271px;
        top: 9px;
        left: 0px;
    }

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

    #BUTTON1015 {
        width: 340px;
        height: 60px;
        top: 567.378px;
        left: 80px;
    }

    #BUTTON1015>.ladi-button>.ladi-button-background {
        background: #e52d27;
        background: -webkit-linear-gradient(180deg, #e52d27, #b31217);
        background: linear-gradient(180deg, #e52d27, #b31217);
    }

    #BUTTON1015>.ladi-button {
        border-radius: 10px;
    }

    #BUTTON1015.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;
    }

    #IMAGE1018 {
        width: 127.567px;
        height: 127.567px;
        top: 279.242px;
        left: 360.546px;
        z-index: 1;
    }

    #IMAGE1018>.ladi-image>.ladi-image-background {
        width: 127.567px;
        height: 127.567px;
        top: 0px;
        left: 0px;
        background-image: url("../index_files/lady40.jpg");
    }

    #IMAGE1018>.ladi-image {
        border-style: solid;
        border-color: rgb(7, 58, 145);
        border-width: 2px;
        border-radius: 270px;
    }

    #BOX1020 {
        width: 536.934px;
        height: 342.153px;
        top: 0px;
        left: 0px;
    }

    #BOX1020>.ladi-box {
        box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
        background-color: rgba(5, 31, 78, 0.1);
    }

    #PARAGRAPH1021 {
        width: 411px;
        top: 86.603px;
        left: 67.3365px;
    }

    #PARAGRAPH1021>.ladi-paragraph {
        color: rgb(5, 31, 77);
        font-size: 18px;
        text-align: left;
        line-height: 1.6;
    }

    #SHAPE1022 {
        width: 25.9932px;
        height: 19.7244px;
        top: 49.7051px;
        left: 258.077px;
    }

    #SHAPE1022 svg:last-child {
        fill: rgba(5, 31, 77, 1.0);
    }

    #HEADLINE1023 {
        width: 260px;
        top: 263.683px;
        left: 67.3365px;
    }

    #HEADLINE1023>.ladi-headline {
        color: rgb(5, 31, 77);
        font-size: 19px;
        font-weight: bold;
        text-align: left;
        line-height: 1.2;
    }

    #HEADLINE1024 {
        width: 235px;
        top: 295.913px;
        left: 67.3365px;
    }

    #HEADLINE1024>.ladi-headline {
        color: rgb(5, 31, 77);
        font-size: 14px;
        font-style: italic;
        text-align: left;
        line-height: 1.2;
    }

    #GROUP1019 {
        width: 536.934px;
        height: 342.153px;
        top: 0px;
        left: 0px;
    }

    #GROUP1017 {
        width: 536.934px;
        height: 406.809px;
        top: 208px;
        left: 36.9475px;
    }

    #HEADLINE1025 {
        width: 625px;
        top: 22.1px;
        left: 285px;
    }

    #HEADLINE1025>.ladi-headline {
        color: rgb(0, 55, 215);
        font-size: 42px;
        text-align: center;
        font-weight: 700;
        line-height: 1.6;
    }

    #HEADLINE1026 {
        width: 1037px;
        top: 108.1px;
        left: 82px;
    }

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

    #BOX1029 {
        width: 536.934px;
        height: 342.153px;
        top: 0px;
        left: 0px;
    }

    #BOX1029>.ladi-box {
        box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
        background-color: rgb(7, 58, 145);
    }

    #PARAGRAPH1030 {
        width: 420px;
        top: 82.603px;
        left: 67.3359px;
    }

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

    #SHAPE1031 {
        width: 25.9933px;
        height: 19.7244px;
        top: 49.7052px;
        left: 258.077px;
    }

    #SHAPE1031 svg:last-child {
        fill: rgba(255, 255, 255, 1.0);
    }

    #HEADLINE1032 {
        width: 260px;
        top: 258.325px;
        left: 67.3359px;
    }

    #HEADLINE1032>.ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 18px;
        font-weight: bold;
        text-align: left;
        line-height: 1.2;
    }

    #HEADLINE1033 {
        width: 235px;
        top: 294.355px;
        left: 67.3359px;
    }

    #HEADLINE1033>.ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 14px;
        font-style: italic;
        text-align: left;
        line-height: 1.2;
    }

    #GROUP1028 {
        width: 536.934px;
        height: 342.153px;
        top: 0px;
        left: 0px;
    }

    #IMAGE1034 {
        width: 127.568px;
        height: 127.567px;
        top: 279.242px;
        left: 349.546px;
    }

    #IMAGE1034>.ladi-image>.ladi-image-background {
        width: 127.568px;
        height: 127.567px;
        top: 0px;
        left: 0px;
        background-image: url("../index_files/man_70ss_09-20200929105649.jpg");
    }

    #IMAGE1034>.ladi-image {
        border-style: solid;
        border-color: rgb(7, 58, 145);
        border-width: 2px;
        border-radius: 270px;
    }

    #GROUP1027 {
        width: 536.934px;
        height: 406.809px;
        top: 633px;
        left: 36.9475px;
    }

    #IMAGE1036 {
        width: 127.567px;
        height: 127.567px;
        top: 279.242px;
        left: 349.546px;
        z-index: 1;
    }

    #IMAGE1036>.ladi-image>.ladi-image-background {
        width: 127.567px;
        height: 127.567px;
        top: 0px;
        left: 0px;
        background-image: url("../index_files/asian-farmer.jpg");
    }

    #IMAGE1036>.ladi-image {
        border-style: solid;
        border-color: rgb(7, 58, 145);
        border-width: 2px;
        border-radius: 270px;
    }

    #BOX1038 {
        width: 536.934px;
        height: 342.153px;
        top: 0px;
        left: 0px;
    }

    #BOX1038>.ladi-box {
        box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
        background-color: rgba(5, 31, 78, 0.1);
    }

    #PARAGRAPH1039 {
        width: 420px;
        top: 80.603px;
        left: 67.3365px;
    }

    #PARAGRAPH1039>.ladi-paragraph {
        color: rgb(5, 31, 77);
        font-size: 18px;
        text-align: left;
        line-height: 1.6;
    }

    #SHAPE1040 {
        width: 25.9932px;
        height: 19.7244px;
        top: 49.7051px;
        left: 258.077px;
    }

    #SHAPE1040 svg:last-child {
        fill: rgba(5, 31, 77, 1.0);
    }

    #HEADLINE1041 {
        width: 260px;
        top: 258.683px;
        left: 67.3365px;
    }

    #HEADLINE1041>.ladi-headline {
        color: rgb(5, 31, 77);
        font-size: 19px;
        font-weight: bold;
        text-align: left;
        line-height: 1.2;
    }

    #HEADLINE1042 {
        width: 235px;
        top: 294.913px;
        left: 67.3365px;
    }

    #HEADLINE1042>.ladi-headline {
        color: rgb(5, 31, 77);
        font-size: 14px;
        font-style: italic;
        text-align: left;
        line-height: 1.2;
    }

    #GROUP1037 {
        width: 536.934px;
        height: 342.153px;
        top: 0px;
        left: 0px;
    }

    #GROUP1035 {
        width: 536.934px;
        height: 406.809px;
        top: 633px;
        left: 626.947px;
    }

    #BOX1045 {
        width: 536.934px;
        height: 342.153px;
        top: 0px;
        left: 0px;
    }

    #BOX1045>.ladi-box {
        box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
        background-color: rgb(7, 58, 145);
    }

    #PARAGRAPH1046 {
        width: 410px;
        top: 87.603px;
        left: 67.3359px;
    }

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

    #SHAPE1047 {
        width: 25.9932px;
        height: 19.7244px;
        top: 49.7051px;
        left: 258.077px;
    }

    #SHAPE1047 svg:last-child {
        fill: rgba(255, 255, 255, 1.0);
    }

    #HEADLINE1048 {
        width: 260px;
        top: 263.325px;
        left: 67.3359px;
    }

    #HEADLINE1048>.ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 18px;
        font-weight: bold;
        text-align: left;
        line-height: 1.2;
    }

    #HEADLINE1049 {
        width: 235px;
        top: 295.355px;
        left: 67.3359px;
    }

    #HEADLINE1049>.ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 14px;
        font-style: italic;
        text-align: left;
        line-height: 1.2;
    }

    #GROUP1044 {
        width: 536.934px;
        height: 342.153px;
        top: 0px;
        left: 0px;
    }

    #IMAGE1050 {
        width: 127.567px;
        height: 127.567px;
        top: 279.242px;
        left: 349.546px;
    }

    #IMAGE1050>.ladi-image>.ladi-image-background {
        width: 127.567px;
        height: 127.567px;
        top: 0px;
        left: 0px;
        background-image: url("../index_files/man_22s_23-20200929105545.jpg");
    }

    #IMAGE1050>.ladi-image {
        border-style: solid;
        border-color: rgb(7, 58, 145);
        border-width: 2px;
        border-radius: 270px;
    }

    #GROUP1043 {
        width: 536.934px;
        height: 406.809px;
        top: 208px;
        left: 626.947px;
    }

    #GROUP1052 {
        width: 1171px;
        height: 441.9px;
        top: 196px;
        left: 10px;
    }

    #GROUP1056 {
        width: 497.873px;
        height: 22px;
        top: 410px;
        left: 84px;
    }

    #PARAGRAPH1058 {
        width: 499px;
        top: 0px;
        left: 0px;
    }

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

    #IMAGE1057 {
        width: 19.1081px;
        height: 18px;
        top: 2px;
        left: 88.6405px;
    }

    #IMAGE1057>.ladi-image>.ladi-image-background {
        width: 19.1081px;
        height: 18px;
        top: 0px;
        left: 0px;
        background-image: url("../index_files/like-20191227163029-20200610092551.png");
    }

    #PARAGRAPH1055 {
        width: 1091px;
        top: 26px;
        left: 84px;
    }

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

    #IMAGE1054 {
        width: 70px;
        height: 70px;
        top: 26px;
        left: 0px;
    }

    #IMAGE1054>.ladi-image>.ladi-image-background {
        width: 70px;
        height: 70px;
        top: 0px;
        left: 0px;
        background-image: url("../index_files/22-20200922101526.png");
    }

    #HEADLINE1053 {
        width: 420px;
        top: 0px;
        left: 95px;
    }

    #HEADLINE1053>.ladi-headline {
        transform: rotate(1deg);
        -webkit-transform: rotate(1deg);
        color: rgb(0, 0, 0);
        font-size: 16px;
        line-height: 1.6;
    }

    #GROUP1051 {
        width: 1170.81px;
        height: 128.442px;
        top: 54px;
        left: 9px;
    }

    #HEADLINE864 {
        width: 415px;
        top: 0px;
        left: 93.8123px;
    }

    #HEADLINE864>.ladi-headline {
        transform: rotate(1deg);
        -webkit-transform: rotate(1deg);
        color: rgb(0, 0, 0);
        font-size: 16px;
        line-height: 1.6;
    }

    #GROUP820 {
        width: 491.649px;
        height: 22px;
        top: 114px;
        left: 84px;
    }

    #PARAGRAPH822 {
        width: 492px;
        top: 0px;
        left: 0px;
    }

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

    #IMAGE821 {
        width: 18.8692px;
        height: 18px;
        top: 2px;
        left: 88px;
    }

    #IMAGE821>.ladi-image>.ladi-image-background {
        width: 19.1081px;
        height: 18px;
        top: 0px;
        left: 0px;
        background-image: url("../index_files/like-20191227163029-20200610092551.png");
    }

    #PARAGRAPH819 {
        width: 1091px;
        top: 26px;
        left: 84px;
    }

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

    #IMAGE818 {
        width: 69.1249px;
        height: 70px;
        top: 26px;
        left: 0px;
    }

    #IMAGE818>.ladi-image>.ladi-image-background {
        width: 69.7152px;
        height: 70px;
        top: 0px;
        left: 0px;
        background-image: url("../index_files/buiminh-20200611073950.jpg");
    }

    #HEADLINE1060 {
        width: 420px;
        top: 0px;
        left: 95px;
    }

    #HEADLINE1060>.ladi-headline {
        transform: rotate(1deg);
        -webkit-transform: rotate(1deg);
        color: rgb(0, 0, 0);
        font-size: 16px;
        line-height: 1.6;
    }

    #IMAGE1061 {
        width: 70px;
        height: 70px;
        top: 26px;
        left: 0px;
    }

    #IMAGE1061>.ladi-image>.ladi-image-background {
        width: 70px;
        height: 70px;
        top: 0px;
        left: 0px;
        background-image: url("../index_files/15-20200922101519.png");
    }

    #PARAGRAPH1062 {
        width: 1075px;
        top: 20px;
        left: 84px;
    }

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

    #IMAGE1064 {
        width: 19.1081px;
        height: 18px;
        top: 2px;
        left: 88.6405px;
    }

    #IMAGE1064>.ladi-image>.ladi-image-background {
        width: 19.1081px;
        height: 18px;
        top: 0px;
        left: 0px;
        background-image: url("../index_files/like-20191227163029-20200610092551.png");
    }

    #PARAGRAPH1065 {
        width: 499px;
        top: 0px;
        left: 0px;
    }

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

    #GROUP1063 {
        width: 497.873px;
        height: 22px;
        top: 412px;
        left: 84px;
    }

    #GROUP1059 {
        width: 1155px;
        height: 452px;
        top: 784px;
        left: 10px;
    }

    #HEADLINE1117 {
        width: 420px;
        top: 0px;
        left: 95px;
    }

    #HEADLINE1117>.ladi-headline {
        transform: rotate(1deg);
        -webkit-transform: rotate(1deg);
        color: rgb(0, 0, 0);
        font-size: 16px;
        line-height: 1.6;
    }

    #IMAGE1118 {
        width: 70px;
        height: 70px;
        top: 26px;
        left: 0px;
    }

    #IMAGE1118>.ladi-image>.ladi-image-background {
        width: 70px;
        height: 70px;
        top: 0px;
        left: 0px;
        background-image: url("../index_files/60s_male_21-20200922110342.jpg");
    }

    #PARAGRAPH1119 {
        width: 1091px;
        top: 20px;
        left: 84px;
    }

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

    #IMAGE1121 {
        width: 19.1081px;
        height: 18px;
        top: 2px;
        left: 88.6405px;
    }

    #IMAGE1121>.ladi-image>.ladi-image-background {
        width: 19.1081px;
        height: 18px;
        top: 0px;
        left: 0px;
        background-image: url("../index_files/like-20191227163029-20200610092551.png");
    }

    #PARAGRAPH1122 {
        width: 499px;
        top: 0px;
        left: 0px;
    }

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

    #GROUP1120 {
        width: 497.873px;
        height: 22px;
        top: 110px;
        left: 84px;
    }

    #GROUP1116 {
        width: 1171px;
        height: 132px;
        top: 638px;
        left: 10px;
    }

    #IMAGE1124 {
        width: 69.4295px;
        height: 70px;
        top: 0px;
        left: 0px;
    }

    #IMAGE1124>.ladi-image>.ladi-image-background {
        width: 72.9103px;
        height: 70px;
        top: 0px;
        left: 0px;
        background-image: url("../index_files/24-20200922101526.png");
    }

    #PARAGRAPH1125 {
        width: 1104px;
        top: 0px;
        left: 84px;
    }

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

    #IMAGE1127 {
        width: 19.1081px;
        height: 18px;
        top: 2px;
        left: 88.6405px;
    }

    #IMAGE1127>.ladi-image>.ladi-image-background {
        width: 19.1081px;
        height: 18px;
        top: 0px;
        left: 0px;
        background-image: url("../index_files/like-20191227163029-20200610092551.png");
    }

    #PARAGRAPH1128 {
        width: 499px;
        top: 0px;
        left: 0px;
    }

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

    #GROUP1126 {
        width: 497.873px;
        height: 22px;
        top: 90px;
        left: 84px;
    }

    #GROUP1123 {
        width: 1184px;
        height: 106px;
        top: 1252px;
        left: 10px;
    }

    #IMAGE1131 {
        width: 266.166px;
        height: 175.742px;
        top: 0px;
        left: 0px;
    }

    #IMAGE1131>.ladi-image>.ladi-image-background {
        width: 266.166px;
        height: 175.742px;
        top: 0px;
        left: 0px;
        /* background-image: url("https://w.ladicdn.com/s600x500/5da6cb07a973800e7e31908d/rbg/Fortamin-1-20201104100548.png"); */
    }

    #BOX1133 {
        width: 332.235px;
        height: 102.772px;
        top: 0px;
        left: 93.322px;
    }

    #BOX1133>.ladi-box {
        background-color: rgb(242, 98, 34);
        border-radius: 10px;
    }

    #PARAGRAPH1134 {
        width: 239px;
        top: 8px;
        left: 138px;
    }

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

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

    #COUNTDOWN1135 {
        width: 434.1px;
        height: 51.0053px;
        top: 41px;
        left: 0px;
    }

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

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

    #HEADLINE1140 {
        width: 14px;
        top: 24px;
        left: 210px;
    }

    #HEADLINE1140>.ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 48px;
        line-height: 1.6;
    }

    #HEADLINE1140.ladi-animation>.ladi-headline {
        animation-name: flash;
        -webkit-animation-name: flash;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
    }

    #HEADLINE1141 {
        width: 14px;
        top: 24px;
        left: 304px;
    }

    #HEADLINE1141>.ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 48px;
        line-height: 1.6;
    }

    #HEADLINE1141.ladi-animation>.ladi-headline {
        animation-name: flash;
        -webkit-animation-name: flash;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
    }

    #GROUP1132 {
        width: 425.557px;
        height: 102.772px;
        top: 572.23px;
        left: 396.221px;
    }

    #IMAGE1149 {
        width: 550px;
        height: 390px;
        top: 382px;
        left: -75px;
    }

    #IMAGE1149>.ladi-image>.ladi-image-background {
        width: 550px;
        height: 390px;
        background-image: url("../index_files/product.png");
    }

    #IMAGE1149:hover>.ladi-image {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }

    #HEADLINE1153 {
        width: 255px;
        top: 0px;
        left: 39.6009px;
    }

    #HEADLINE1153>.ladi-headline,
    #HEADLINE1156>.ladi-headline,
    #HEADLINE1159>.ladi-headline,
    #HEADLINE1162>.ladi-headline,
    #HEADLINE1165>.ladi-headline {
        color: rgb(5, 31, 77);
        font-size: 21px;
        line-height: 1.6;
        font-weight: 700;
    }

    #SHAPE1154,
    #SHAPE1157,
    #SHAPE1160,
    #SHAPE1163,
    #SHAPE1166 {
        width: 27.4889px;
        height: 31.3229px;
        top: 2px;
        left: 0px;
    }

    #SHAPE1154 svg:last-child,
    #SHAPE1157 svg:last-child,
    #SHAPE1160 svg:last-child,
    #SHAPE1163 svg:last-child,
    #SHAPE1166 svg:last-child {
        fill: rgba(5, 31, 77, 1);
    }

    #GROUP1152 {
        width: 294.601px;
        height: 31.3229px;
        top: 166px;
        left: 30px;
    }

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

    #HEADLINE1156 {
        width: 350px;
        top: 0px;
        left: 39.98px;
    }

    #GROUP1155 {
        width: 343.98px;
        height: 32px;
        top: 205.98px;
        left: 30px;
    }

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

    #HEADLINE1159 {
        width: 304px;
        top: 0px;
        left: 39.7541px;
    }

    #GROUP1158 {
        width: 343.754px;
        height: 31.8085px;
        top: 246.344px;
        left: 30px;
    }

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

    #HEADLINE1162 {
        width: 304px;
        top: 0px;
        left: 38.8691px;
    }

    #GROUP1161 {
        width: 342.869px;
        height: 31.3229px;
        top: 287.002px;
        left: 30px;
    }

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

    #HEADLINE1165 {
        width: 304px;
        top: 0px;
        left: 38.0608px;
    }

    #GROUP1164 {
        width: 342.548px;
        height: 32.2941px;
        top: 327.659px;
        left: 30px;
    }

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

    #IMAGE1167 {
        width: 99px;
        height: 99px;
        top: 456px;
        left: 456px;
    }

    #IMAGE1167>.ladi-image>.ladi-image-background {
        width: 99px;
        height: 99px;
        top: 0px;
        left: 0px;
        background-image: url("../index_files/osa1439363832-20201102072633.png");
    }

    #IMAGE1167:hover>.ladi-image {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }

    #BOX1173 {
        width: 399.298px;
        height: 133.387px;
        top: 0px;
        left: 0px;
    }

    #BOX1173>.ladi-box {
        background-color: rgb(7, 58, 145);
        border-radius: 10px;
    }

    #PARAGRAPH1174 {
        width: 365px;
        top: 59.2831px;
        left: 17.3165px;
    }

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

    #HEADLINE1175 {
        width: 400px;
        top: 15.8685px;
        left: 0px;
    }

    #HEADLINE1175>.ladi-headline {
        color: rgb(255, 143, 108);
        font-size: 20px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6;
    }

    #GROUP1172 {
        width: 400px;
        height: 133.387px;
        top: 132px;
        left: 801px;
    }

    #IMAGE1176 {
        width: 277.348px;
        height: 144.466px;
        top: 562.767px;
        left: 480px;
    }

    #IMAGE1176>.ladi-image>.ladi-image-background {
        width: 277.348px;
        height: 144.466px;
        top: 0px;
        left: 0px;
        background-image: url("../index_files/sell.png");
    }

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

    #HEADLINE1178 {
        width: 544px;
        top: 0px;
        left: 56px;
    }

    #HEADLINE1178>.ladi-headline,
    #HEADLINE1181>.ladi-headline,
    #HEADLINE1184>.ladi-headline {
        color: rgb(84, 84, 84);
        font-size: 30px;
        line-height: 1.6;
    }

    #SHAPE1179,
    #SHAPE1182,
    #SHAPE1185 {
        width: 37px;
        height: 42px;
        top: 2px;
        left: 0px;
    }

    #SHAPE1179 svg:last-child,
    #SHAPE1182 svg:last-child,
    #SHAPE1185 svg:last-child {
        fill: rgba(36, 36, 36, 1);
    }

    #GROUP1177 {
        width: 566.816px;
        height: 48px;
        top: 236px;
        left: -150px;
    }

    #HEADLINE1181 {
        width: 550px;
        top: 0px;
        left: 56px;
    }

    #GROUP1180 {
        width: 535.816px;
        height: 72px;
        top: 317px;
        left: -150px;
    }

    #HEADLINE1184 {
        width: 670px;
        top: 0px;
        left: 56px;
    }

    #GROUP1183 {
        width: 757.816px;
        height: 48px;
        top: 400px;
        left: -150px;
    }

    #IMAGE1186 {
        width: 2100px;
        height: 592.978px;
        top: -2.022px;
        left: -460px;
    }

    #IMAGE1186>.ladi-image>.ladi-image-background {
        width: 2100px;
        height: 592.978px;
        top: 0px;
        left: 0px;
        background-image: url("../index_files/6-20200917173705-20201103063823.jpg");
    }

    #IMAGE1187 {
        width: 106.667px;
        height: 240px;
        top: 377.378px;
        left: 430px;
    }

    #IMAGE1187>.ladi-image>.ladi-image-background {
        width: 533.334px;
        height: 393.066px;
        top: -90.6666px;
        left: -285.334px;
        /* background-image: url("https://w.ladicdn.com/s850x700/5da6cb07a973800e7e31908d/rbg/Fortamin-1-20201104035356.png"); */
    }

    #IMAGE1188 {
        width: 1930.06px;
        height: 621.147px;
        top: 0px;
        left: -378px;
    }

    #IMAGE1188>.ladi-image>.ladi-image-background {
        width: 2579.06px;
        height: 1168.64px;
        top: -8px;
        left: -440px;
        background-image: url("../index_files/shutterstock_1073149928_vector-converted-01-20201104051738.jpg");
    }

    #BOX1205 {
        width: 400px;
        height: 336px;
        top: 0px;
        left: 0px;
    }

    #BOX1205>.ladi-box {
        background: rgba(13, 98, 242, 1.0);
        background: -webkit-linear-gradient(180deg, rgba(13, 98, 242, 1.0), rgba(7, 58, 145, 1.0));
        background: linear-gradient(180deg, rgba(13, 98, 242, 1.0), rgba(7, 58, 145, 1.0));
        box-shadow: 0px 15px 20px -15px #000;
        -webkit-box-shadow: 0px 15px 20px -15px #000;
        border-radius: 20px;
    }

    #PARAGRAPH1219 {
        width: 320px;
        top: 236px;
        left: 53.439px;
    }

    #PARAGRAPH1219>.ladi-paragraph {
        color: rgb(255, 255, 255);
        font-style: italic;
        font-size: 14px;
        text-align: left;
        line-height: 1.6;
    }

    #GROUP1220 {
        width: 400px;
        height: 336px;
        top: 0px;
        left: 0px;
    }

    #SHAPE1221 {
        width: 20px;
        height: 24.6886px;
        top: 233px;
        left: 22px;
    }

    #SHAPE1221 svg:last-child {
        fill: rgba(255, 189, 3, 1.0);
    }

    #GROUP1222 {
        width: 400px;
        height: 336px;
        top: 409px;
        left: 801px;
    }

    #BOX1227 {
        width: 360px;
        height: 340px;
        top: 0px;
        left: 0px;
    }

    #BOX1227>.ladi-box {
        background: rgba(13, 98, 242, 1.0);
        background: -webkit-linear-gradient(180deg, rgba(13, 98, 242, 1.0), rgba(7, 58, 145, 1.0));
        background: linear-gradient(180deg, rgba(13, 98, 242, 1.0), rgba(7, 58, 145, 1.0));
        box-shadow: 0px 15px 20px -15px #000;
        -webkit-box-shadow: 0px 15px 20px -15px #000;
        border-radius: 20px;
    }

    #FORM_ITEM1229 {
        width: 23.6504px;
        height: 32.6512px;
        top: 94.8196px;
        left: 211.54px;
        display: none !important;
    }

    #FORM_ITEM1230 {
        width: 23.6504px;
        height: 32.6512px;
        top: 94.8196px;
        left: 181.32px;
        display: none !important;
    }

    #FORM_ITEM1231 {
        width: 23.6504px;
        height: 32.6512px;
        top: 94.8196px;
        left: 151.1px;
        display: none !important;
    }

    #FORM_ITEM1232 {
        width: 23.6504px;
        height: 32.6512px;
        top: 94.8196px;
        left: 120.88px;
        display: none !important;
    }

    #FORM_ITEM1233 {
        width: 23.6504px;
        height: 32.6512px;
        top: 94.8196px;
        left: 90.6599px;
        display: none !important;
    }

    #FORM_ITEM1234 {
        width: 23.6504px;
        height: 32.6512px;
        top: 94.8196px;
        left: 60.44px;
        display: none !important;
    }

    #FORM_ITEM1235 {
        width: 23.6504px;
        height: 32.6512px;
        top: 94.8196px;
        left: 30.2199px;
        display: none !important;
    }

    #FORM_ITEM1236 {
        width: 23.6504px;
        height: 32.6512px;
        top: 94.8196px;
        left: 0px;
        display: none !important;
    }

    #BUTTON_TEXT1237 {
        width: 186px;
        top: 9.73943px;
        left: 0px;
    }

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

    #BUTTON1237 {
        width: 185.722px;
        height: 49.779px;
        top: 132.004px;
        left: 40px;
    }

    #BUTTON1237>.ladi-button>.ladi-button-background {
        background: rgba(244, 64, 37, 1.0);
        background: -webkit-linear-gradient(180deg, rgba(244, 64, 37, 1.0), rgba(152, 21, 1, 1.0));
        background: linear-gradient(180deg, rgba(244, 64, 37, 1.0), rgba(152, 21, 1, 1.0));
    }

    #BUTTON1237>.ladi-button {
        border-radius: 10px;
    }

    #BUTTON1237.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: 1;
        -webkit-animation-iteration-count: 1;
    }

    #FORM_ITEM1239 {
        width: 266.724px;
        height: 49.5104px;
        top: 0px;
        left: 0px;
    }

    #FORM_ITEM1240 {
        width: 266.724px;
        height: 49.5104px;
        top: 62.2417px;
        left: 0px;
    }

    #FORM1228 {
        width: 266.724px;
        height: 181.783px;
        top: 31.871px;
        left: 47px;
    }

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

    #FORM1228 .ladi-form-item .ladi-form-control::placeholder,
    #FORM1228 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"] {
        color: rgba(114, 114, 114, 1.0);
    }

    #FORM1228 .ladi-form-item {
        padding-left: 18px;
        padding-right: 18px;
    }

    #FORM1228 .ladi-form-item.ladi-form-checkbox {
        padding-left: 23px;
        padding-right: 23px;
    }

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

    #FORM1228 .ladi-form-item-container,
    #FORM1228 .ladi-form-label-container .ladi-form-label-item {
        border-style: solid;
        border-color: rgb(22, 74, 146);
        border-width: 0px;
        border-radius: 57px;
    }

    #FORM1228 .ladi-form-item-container .ladi-form-quantity button {
        background-color: rgb(22, 74, 146);
    }

    #FORM1228 .ladi-form-item-background {
        background-color: rgb(255, 255, 255);
        opacity: 0.95;
        border-radius: 57px
    }

    #GROUP1226 {
        width: 360px;
        height: 340px;
        top: 0px;
        left: 0px;
    }

    #SHAPE1242 {
        width: 18px;
        height: 24.6886px;
        top: 229.867px;
        left: 17px;
    }

    #SHAPE1242 svg:last-child {
        fill: rgba(255, 189, 3, 1.0);
    }

    #GROUP1224 {
        width: 360px;
        height: 340px;
        top: 360px;
        left: 840px;
    }

    #BOX1244 {
        width: 398.16px;
        height: 102.772px;
        top: 0px;
        left: 111.84px;
    }

    #BOX1244>.ladi-box {
        background-color: rgb(242, 98, 34);
        border-radius: 10px;
    }

    #PARAGRAPH1245 {
        width: 290px;
        top: 8px;
        left: 165px;
    }

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

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

    #COUNTDOWN1246 {
        width: 455.039px;
        height: 51.0053px;
        top: 40px;
        left: 35px;
    }

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

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

    #HEADLINE1251 {
        width: 15px;
        top: 24px;
        left: 256px;
    }

    #HEADLINE1251>.ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 48px;
        line-height: 1.6;
    }

    #HEADLINE1251.ladi-animation>.ladi-headline {
        animation-name: flash;
        -webkit-animation-name: flash;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
    }

    #HEADLINE1252 {
        width: 15px;
        top: 24px;
        left: 363px;
    }

    #HEADLINE1252>.ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 48px;
        line-height: 1.6;
    }

    #HEADLINE1252.ladi-animation>.ladi-headline {
        animation-name: flash;
        -webkit-animation-name: flash;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
    }

    #GROUP1243 {
        width: 510px;
        height: 102.772px;
        top: 287px;
        left: 691px;
    }

    #HEADLINE1254 {
        width: 640px;
        top: 144.033px;
        left: 130px;
    }

    #HEADLINE1254>.ladi-headline {
        font-family: "Merriweather-Bold.ttf";
        color: rgb(0, 0, 0);
        font-size: 21px;
        text-align: left;
        line-height: 1.6;
    }

    #HEADLINE1255 {
        width: 360px;
        top: 18.033px;
        left: 130px;
    }

    #HEADLINE1255>.ladi-headline {
        font-family: "Merriweather-Black.ttf";
        color: rgb(21, 87, 171);
        font-size: 88px;
        font-weight: bold;
        line-height: 1.6;
    }

    #IMAGE1256 {
        width: 554.777px;
        height: 360.1px;
        top: 224.033px;
        left: 540px;
    }

    #IMAGE1256>.ladi-image>.ladi-image-background {
        width: 554.777px;
        height: 360.1px;
        top: 0px;
        left: 0px;
        background-image: url("../index_files/product.png");
    }

    #SHAPE1297 {
        width: 20px;
        height: 24.6886px;
        top: 673px;
        left: 823px;
    }

    #SHAPE1297 svg:last-child {
        fill: rgba(255, 189, 3, 1.0);
    }

    #SHAPE1301 {
        width: 18px;
        height: 24.6886px;
        top: 620px;
        left: 857px;
    }

    #SHAPE1301 svg:last-child {
        fill: rgba(255, 189, 3, 1.0);
    }

    #PARAGRAPH1241 {
        width: 295px;
        top: 231.867px;
        left: 47px;
    }

    #PARAGRAPH1241>.ladi-paragraph {
        color: rgb(255, 255, 255);
        font-size: 14px;
        font-style: italic;
        text-align: left;
        line-height: 1.6;
    }

    #GROUP1225 {
        width: 360px;
        height: 340px;
        top: 0px;
        left: 0px;
    }

    #NOTIFY1306 {
        width: 300px;
        height: 62px;
        top: 10px;
        left: 10px;
        bottom: auto;
        right: auto;
        position: fixed;
        z-index: 90000060;
    }

    #NOTIFY1306>.ladi-notify {
        color: rgb(64, 64, 64);
        background-color: rgba(250, 250, 250, 0.9);
    }

    #IMAGE1308 {
        width: 277.166px;
        height: 144.742px;
        top: 143.9px;
        left: 285px;
    }

    #IMAGE1308>.ladi-image>.ladi-image-background {
        width: 277.166px;
        height: 144.742px;
        top: 0px;
        left: 0px;
        background-image: url("../index_files/sell.png");
    }

    #IMAGE1309 {
        width: 388px;
        height: 300px;
        top: 290px;
        left: 94px;
    }

    #IMAGE1309>.ladi-image>.ladi-image-background {
        width: 388px;
        height: 300px;
        background-image: url("../index_files/cm01.jpg");
    }

    #IMAGE1310 {
        width: 472px;
        height: 280px;
        top: 900px;
        left: 94px;
    }

    #IMAGE1310>.ladi-image>.ladi-image-background {
        width: 472px;
        height: 280px;
        background-image: url("../index_files/cm02.jpg");
    }

    #GROUP1204 {
        width: 400px;
        height: 336px;
        top: 0px;
        left: 0px;
    }

    #FORM1206 {
        width: 351.759px;
        height: 184.387px;
        top: 30px;
        left: 24px;
    }

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

    #FORM1206 .ladi-form-item .ladi-form-control::placeholder,
    #FORM1206 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"] {
        color: rgba(114, 114, 114, 1.0);
    }

    #FORM1206 .ladi-form-item {
        padding-left: 18px;
        padding-right: 18px;
    }

    #FORM1206 .ladi-form-item.ladi-form-checkbox {
        padding-left: 23px;
        padding-right: 23px;
    }

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

    #FORM1206 .ladi-form-item-container,
    #FORM1206 .ladi-form-label-container .ladi-form-label-item {
        border-style: solid;
        border-color: rgb(22, 74, 146);
        border-width: 0px;
        border-radius: 57px;
    }

    #FORM1206 .ladi-form-item-container .ladi-form-quantity button {
        background-color: rgb(22, 74, 146);
    }

    #FORM1206 .ladi-form-item-background {
        background-color: rgb(255, 255, 255);
        opacity: 0.94;
        border-radius: 57px
    }

    #FORM_ITEM1218 {
        width: 351.759px;
        height: 47.1312px;
        top: 64px;
        left: 0px;
    }

    #FORM_ITEM1217 {
        width: 351.759px;
        height: 47.1312px;
        top: 0px;
        left: 0px;
    }

    #BUTTON1215 {
        width: 244.932px;
        height: 47.387px;
        top: 137px;
        left: 53.4135px;
    }

    #BUTTON1215>.ladi-button>.ladi-button-background {
        background: rgba(244, 64, 37, 1.0);
        background: -webkit-linear-gradient(180deg, rgba(244, 64, 37, 1.0), rgba(152, 21, 1, 1.0));
        background: linear-gradient(180deg, rgba(244, 64, 37, 1.0), rgba(152, 21, 1, 1.0));
    }

    #BUTTON1215>.ladi-button {
        border-radius: 10px;
    }

    #BUTTON1215.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_TEXT1215 {
        width: 217px;
        top: 9.27137px;
        left: 0px;
    }

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

    #FORM_ITEM1335 {
        width: 26.759px;
        height: 35px;
        top: 116.382px;
        left: 0px;
        display: none !important;
    }

    #FORM_ITEM1336 {
        width: 26.759px;
        height: 35px;
        top: 116.382px;
        left: 36.759px;
        display: none !important;
    }

    #FORM_ITEM1337 {
        width: 26.759px;
        height: 35px;
        top: 116.382px;
        left: 73.518px;
        display: none !important;
    }

    #FORM_ITEM1338 {
        width: 26.759px;
        height: 35px;
        top: 116.382px;
        left: 110.277px;
        display: none !important;
    }

    #FORM_ITEM1339 {
        width: 26.759px;
        height: 35px;
        top: 116.382px;
        left: 147.036px;
        display: none !important;
    }

    #FORM_ITEM1340 {
        width: 26.759px;
        height: 35px;
        top: 116.382px;
        left: 183.795px;
        display: none !important;
    }

    #FORM_ITEM1341 {
        width: 26.759px;
        height: 35px;
        top: 116.382px;
        left: 220.554px;
        display: none !important;
    }

    #FORM_ITEM1342 {
        width: 26.759px;
        height: 35px;
        top: 116.382px;
        left: 257.313px;
        display: none !important;
    }

    #BOX1361 {
        width: 335.09px;
        height: 140.677px;
        top: 21px;
        left: 0px;
    }

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

    #HEADLINE1362 {
        width: 300px;
        top: 32.8385px;
        left: 17.545px;
    }

    #HEADLINE1362>.ladi-headline {
        color: rgb(0, 0, 0);
        font-size: 24px;
        line-height: 1.6;
    }

    #GROUP1360 {
        width: 335.09px;
        height: 167.677px;
        top: 98.8229px;
        left: 445.601px;
    }

    #BOX1365 {
        width: 332.557px;
        height: 160.003px;
        top: 8.43098px;
        left: 0px;
    }

    #BOX1365>.ladi-box {
        background-color: rgb(60, 106, 204);
        border-style: solid;
        border-color: rgb(255, 255, 255);
        border-width: 2px;
        border-radius: 5px;
    }

    #BOX1366 {
        width: 326.835px;
        height: 39.2416px;
        top: 86.9314px;
        left: 3.889px;
    }

    #BOX1366>.ladi-box {
        background-color: rgb(0, 15, 215);
        border-color: rgb(0, 9, 139);
        border-width: 1px;
        border-radius: 0px;
    }

    #BOX1367 {
        width: 332.557px;
        height: 46.4369px;
        top: 0px;
        left: 0px;
    }

    #BOX1367>.ladi-box {
        background-color: rgb(0, 23, 99);
        border-style: solid;
        border-color: rgb(255, 255, 255);
        border-width: 1px;
        border-radius: 5px 5px 0px 0px;
    }

    #LINE1368 {
        height: 122px;
        top: 47.4543px;
        left: 116.679px;
    }

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

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

    #LINE1369 {
        height: 40px;
        top: 86.9435px;
        left: 116.615px;
    }

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

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

    #HEADLINE1370 {
        width: 91px;
        top: 135px;
        left: 18.1387px;
    }

    #HEADLINE1371 {
        width: 82px;
        top: 135px;
        left: 131.579px;
    }

    #HEADLINE1371>.ladi-headline,
    #HEADLINE1374>.ladi-headline,
    #HEADLINE1377>.ladi-headline,
    #HEADLINE1392>.ladi-headline,
    #HEADLINE1395>.ladi-headline,
    #HEADLINE1398>.ladi-headline {
        text-decoration-line: line-through;
        -webkit-text-decoration-line: line-through;
        color: rgb(228, 228, 228);
        font-size: 16px;
        text-align: center;
        line-height: 1.2;
    }

    #HEADLINE1372 {
        width: 108px;
        top: 132px;
        left: 216.15px;
    }

    #HEADLINE1373 {
        width: 91px;
        top: 96px;
        left: 18.1387px;
    }

    #HEADLINE1374 {
        width: 84px;
        top: 96.1473px;
        left: 130.275px;
    }

    #HEADLINE1375 {
        width: 110px;
        top: 93px;
        left: 215.15px;
    }

    #HEADLINE1376 {
        width: 95px;
        top: 57px;
        left: 16.1387px;
    }

    #HEADLINE1370>.ladi-headline,
    #HEADLINE1373>.ladi-headline,
    #HEADLINE1376>.ladi-headline,
    #HEADLINE1391>.ladi-headline,
    #HEADLINE1394>.ladi-headline,
    #HEADLINE1397>.ladi-headline {
        color: rgb(255, 225, 0);
        font-size: 17px;
        font-weight: 700;
        text-align: center;
        line-height: 1.2;
    }

    #HEADLINE1377 {
        width: 88px;
        top: 57px;
        left: 130px;
    }

    #HEADLINE1378 {
        width: 111px;
        top: 54px;
        left: 214.65px;
    }

    #HEADLINE1372>.ladi-headline,
    #HEADLINE1375>.ladi-headline,
    #HEADLINE1378>.ladi-headline,
    #HEADLINE1393>.ladi-headline,
    #HEADLINE1396>.ladi-headline,
    #HEADLINE1399>.ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.2;
    }

    #GROUP1364 {
        width: 332.557px;
        height: 169.454px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE1379 {
        width: 272px;
        top: 4.2599px;
        left: 30.848px;
    }

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

    #GROUP1363 {
        width: 332.557px;
        height: 169.454px;
        top: 273.98px;
        left: 445.601px;
    }

    #PARAGRAPH1380 {
        width: 320px;
        top: 728.233px;
        left: 841px;
    }

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

    #BOX1382 {
        width: 500px;
        height: 120.677px;
        top: 0px;
        left: 0px;
    }

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

    #HEADLINE1383 {
        width: 603px;
        top: 15.3385px;
        left: 201.955px;
    }

    #HEADLINE1383>.ladi-headline {
        color: rgb(0, 0, 0);
        font-size: 22px;
        line-height: 1.4;
    }

    #GROUP1381 {
        width: 500.955px;
        height: 120.677px;
        top: 169.9px;
        left: 390px;
    }

    #BOX1386 {
        width: 332.557px;
        height: 160.003px;
        top: 8.43098px;
        left: 0px;
    }

    #BOX1386>.ladi-box {
        background-color: rgb(50, 126, 221);
        border-style: solid;
        border-color: rgb(255, 255, 255);
        border-width: 2px;
        border-radius: 5px;
    }

    #BOX1387 {
        width: 326.835px;
        height: 39.2416px;
        top: 86.9314px;
        left: 3.889px;
    }

    #BOX1387>.ladi-box {
        background-color: rgb(1, 80, 215);
        border-color: rgb(11, 75, 158);
        border-width: 1px;
        border-radius: 0px;
    }

    #BOX1388 {
        width: 332.557px;
        height: 46.4369px;
        top: 0px;
        left: 0px;
    }

    #BOX1388>.ladi-box {
        background-color: rgb(47, 69, 142);
        border-style: solid;
        border-color: rgb(255, 255, 255);
        border-width: 1px;
        border-radius: 5px 5px 0px 0px;
    }

    #LINE1389 {
        height: 122px;
        top: 47.4543px;
        left: 116.679px;
    }

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

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

    #LINE1390 {
        height: 40px;
        top: 86.9435px;
        left: 116.615px;
    }

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

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

    #HEADLINE1391 {
        width: 91px;
        top: 135.268px;
        left: 18.1387px;
    }

    #HEADLINE1392 {
        width: 82px;
        top: 135.268px;
        left: 131.579px;
    }

    #HEADLINE1392>.ladi-headline {
        text-decoration-line: line-through;
        -webkit-text-decoration-line: line-through;
        color: rgb(228, 228, 228);
        font-size: 17px;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.2;
    }

    #HEADLINE1393 {
        width: 108px;
        top: 133.268px;
        left: 216.15px;
    }

    #HEADLINE1394 {
        width: 91px;
        top: 96.1473px;
        left: 18.1387px;
    }

    #HEADLINE1395 {
        width: 84px;
        top: 96.1473px;
        left: 130.275px;
    }

    #HEADLINE1395>.ladi-headline {
        text-decoration-line: line-through;
        -webkit-text-decoration-line: line-through;
        color: rgb(228, 228, 228);
        font-size: 17px;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.2;
    }

    #HEADLINE1396 {
        width: 110px;
        top: 94.1473px;
        left: 215.15px;
    }

    #HEADLINE1397 {
        width: 95px;
        top: 57px;
        left: 16.1387px;
    }

    #HEADLINE1398 {
        width: 82px;
        top: 56px;
        left: 134px;
    }

    #HEADLINE1398>.ladi-headline {
        text-decoration-line: line-through;
        -webkit-text-decoration-line: line-through;
        color: rgb(228, 228, 228);
        font-size: 17px;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.2;
    }

    #HEADLINE1399 {
        width: 111px;
        top: 52.1188px;
        left: 214.65px;
    }

    #GROUP1385 {
        width: 332.557px;
        height: 169.454px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE1400 {
        width: 272px;
        top: 4.2599px;
        left: 30.848px;
    }

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

    #GROUP1384 {
        width: 332.557px;
        height: 169.454px;
        top: 382.135px;
        left: 490.221px;
    }

    #IMAGE1402 {
        width: 266.166px;
        height: 175.742px;
        top: 0px;
        left: 0px;
    }

    #IMAGE1402>.ladi-image>.ladi-image-background {
        width: 266.166px;
        height: 175.742px;
        top: 0px;
        left: 0px;
        background-image: url("../index_files/tag-20201102095021.png");
    }

    #HEADLINE1405 {
        width: 670px;
        top: 24.1px;
        left: 0px;
    }

    #HEADLINE1405>.ladi-headline {
        color: rgb(0, 55, 215);
        font-size: 31px;
        font-weight: bold;
        font-style: italic;
        text-align: center;
        line-height: 1.4;
    }

    #LINE1406 {
        width: 420px;
        top: 75px;
        left: 125px;
    }

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

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

    #LINE1407 {
        width: 420px;
        top: 0px;
        left: 125px;
    }

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

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

    #GROUP1404 {
        width: 670px;
        height: 92px;
        top: 29.881px;
        left: 474px;
    }

    #IMAGE1408 {
        width: 52px;
        height: 56px;
        top: 240px;
        left: 635.5px;
    }

    #IMAGE1408>.ladi-image>.ladi-image-background {
        width: 52px;
        height: 56px;
        top: 0px;
        left: 0px;
        background-image: url("../index_files/time-20201110081204.png");
    }

    #IMAGE1408>.ladi-image {
        filter: contrast(40%) brightness(6%);
    }

    #HEADLINE1409 {
        width: 436px;
        top: 152.881px;
        left: 708px;
    }

    #HEADLINE1409>.ladi-headline,
    #HEADLINE1410>.ladi-headline {
        color: rgb(0, 29, 116);
        font-size: 22px;
        line-height: 1.6;
    }

    #HEADLINE1410 {
        width: 510px;
        top: 250px;
        left: 705.5px;
    }

    #PARAGRAPH1411 {
        width: 686px;
        top: 328.881px;
        left: 635.5px;
    }

    #PARAGRAPH1411>.ladi-paragraph {
        color: rgb(84, 84, 84);
        font-size: 16px;
        font-weight: bold;
        line-height: 1.6;
    }

    #SHAPE1412 {
        width: 55px;
        height: 55px;
        top: 139.381px;
        left: 632.5px;
    }

    #SHAPE1412 svg:last-child {
        fill: rgba(36, 36, 36, 1);
    }

    #IMAGE1413 {
        width: 493px;
        height: 400px;
        top: 35px;
        left: 64px;
    }

    #IMAGE1413>.ladi-image>.ladi-image-background {
        width: 493px;
        height: 400px;
        top: 0px;
        left: 0px;
        background-image: url("../index_files/productt.png");
    }

    #SECTION1403 {
        height: 498.9px;
    }

    #SECTION1403>.ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url(../index_files/bg1.png);
        background-position: center top;
        background-repeat: no-repeat;
        opacity: 0.5;
    }

    #SECTION1403 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
}

@media (max-width: 767px) {
    #SECTION_POPUP {
        height: 0px;
    }

    #SECTION_POPUP .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

    #SECTION69 {
        height: 1008px;
    }

    #SECTION69>.ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-position: center top;
        background-repeat: repeat;
    }

    #SECTION69 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

    #HEADLINE76 {
        width: 320px;
        top: 374px;
        left: 50px;
    }

    #HEADLINE76>.ladi-headline {
        font-size: 28px;
        font-weight: 700;
        line-height: 1.6;
        text-align: center;
    }

    #HEADLINE205 {
        width: 400px;
        top: 1140px;
        left: 10px;
    }

    #HEADLINE205>.ladi-headline {
        color: white;
        font-size: 11px;
        font-style: italic;
        text-align: center;
        line-height: 1.6;
    }

    #HEADLINE231 {
        width: 414px;
        top: 307.929px;
        left: -760px;
    }

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

    #SECTION230 {
        height: 1184px;
    }

    #SECTION230>.ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("../index_files/bg1.png");
        background-position: center bottom;
        background-repeat: no-repeat;
    }

    #SECTION230 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

    #SECTION264 {
        height: 1767.06px;
    }

    #SECTION264 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

    #SECTION462 {
        height: 1756px;
    }

    #SECTION462>.ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("../index_files/bg1.png");
        background-position: left bottom;
        background-repeat: no-repeat;
    }

    #SECTION462 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

    #HEADLINE466 {
        width: 431px;
        top: 26px;
        left: -10px;
    }

    #HEADLINE466>.ladi-headline {
        color: rgb(21, 73, 146);
        font-size: 75px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6;
    }

    #SECTION473 {
        height: 778px;
    }

    #SECTION473>.ladi-section-background {
        background-color: rgba(235, 243, 255, 0.5);
    }

    #SECTION473 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

    #HEADLINE22 {
        width: 372px;
        top: 28px;
        left: 25.946px;
    }

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

    #SECTION563 {
        height: 464px;
    }

    #SECTION563>.ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("../index_files/page-joitlab-54-20191206083214.png");
        background-position: center top;
        background-repeat: repeat;
    }

    #SECTION563 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

    #HEADLINE565 {
        width: 340px;
        top: 29.894px;
        left: 42px;
    }

    #HEADLINE565>.ladi-headline {
        color: rgb(238, 202, 102);
        font-size: 32px;
        text-align: center;
        font-weight: 700;
        line-height: 1.2;
    }

    #LINE566 {
        width: 95px;
        top: 76.894px;
        left: 17.302px;
    }

    #LINE566>.ladi-line>.ladi-line-container {
        border-top: 1px solid rgba(5, 31, 79, 0.1);
        border-right: 1px solid rgba(5, 31, 79, 0.1);
        border-bottom: 1px solid rgba(5, 31, 79, 0.1);
        border-left: 0px !important;
    }

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

    #LINE567 {
        width: 95px;
        top: 237.575px;
        left: -248px;
    }

    #LINE567>.ladi-line>.ladi-line-container {
        border-top: 1px solid rgba(5, 31, 79, 0.1);
        border-right: 1px solid rgba(5, 31, 79, 0.1);
        border-bottom: 1px solid rgba(5, 31, 79, 0.1);
        border-left: 0px !important;
    }

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

    #SECTION623 {
        height: 1102.26px;
    }

    #SECTION623>.ladi-section-background {
        background-color: rgb(255, 255, 255);
    }

    #SECTION623 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

    #PARAGRAPH624 {
        width: 404px;
        top: 82px;
        left: 10px;
    }

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

    #HEADLINE679 {
        width: 360px;
        top: 24px;
        left: 30px;
    }

    #HEADLINE679>.ladi-headline {
        color: rgb(0, 55, 215);
        font-size: 30px;
        font-weight: 700;
        line-height: 1.6;
    }

    #SECTION691 {
        height: 860px;
    }

    #SECTION691>.ladi-section-background {
        background-color: rgb(255, 255, 255);
    }

    #SECTION691 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

    #IMAGE692 {
        width: 390px;
        height: 538px;
        top: 136px;
        left: 15px;
    }

    #IMAGE692>.ladi-image>.ladi-image-background {
        width: 380px;
        height: 538px;
        top: 0px;
        left: 7.27238px;
        background-image: url("../index_files/cert.png");
    }

    #HEADLINE722 {
        width: 235px;
        top: 452px;
        left: 150px;
    }

    #HEADLINE722>.ladi-headline {
        color: rgb(10, 103, 233);
        font-size: 20px;
        font-weight: bold;
        line-height: 1.6;
    }

    #IMAGE723 {
        width: 92px;
        height: 92px;
        top: 436px;
        left: 30px;
    }

    #IMAGE723>.ladi-image>.ladi-image-background {
        width: 92px;
        height: 92px;
        background-image: url("../index_files/rep.jpg");
    }

    #IMAGE723>.ladi-image {
        border-radius: 45px;
    }

    #PARAGRAPH725 {
        width: 368px;
        top: 554px;
        left: 30px;
    }

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

    #HEADLINE728 {
        width: 250px;
        top: 814px;
        left: 150px;
    }

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

    #HEADLINE736 {
        width: 211px;
        top: -1.071px;
        left: -658px;
    }

    #HEADLINE736>.ladi-headline {
        color: rgb(21, 73, 146);
        font-size: 54px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #IMAGE750 {
        width: 400px;
        height: 225px;
        top: 128px;
        left: 10px;
    }

    #IMAGE750>.ladi-image>.ladi-image-background {
        width: 400px;
        height: 225px;
        top: 0px;
        left: 0px;
        background-image: url("../index_files/dau-nhuc-xuong-khop-co-the-xay-ra-o-nhieu-vi-tri-khac-nhau-20200624045139_1.jpg");
    }

    #HEADLINE752 {
        width: 400px;
        top: 70px;
        left: 10.908px;
    }

    #HEADLINE752>.ladi-headline {
        color: rgb(244, 64, 37);
        font-size: 28px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #BOX721 {
        width: 400px;
        height: 348px;
        top: 538px;
        left: 10px;
    }

    #BOX721>.ladi-box {
        background: #fdfbfb;
        background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
        background: linear-gradient(180deg, #fdfbfb, #eaedee);
    }

    #IMAGE759 {
        width: 1156.54px;
        height: 1000px;
        top: -58px;
        left: 728px;
    }

    #IMAGE759>.ladi-image>.ladi-image-background {
        width: 1156.54px;
        height: 1000px;
        top: 0px;
        left: 0px;
        background-image: url("../index_files/shutterstock_339197108_supersize-20201104044957_1.jpg");
    }

    #PARAGRAPH761 {
        width: 171px;
        top: 23px;
        left: 268px;
    }

    #PARAGRAPH761>.ladi-paragraph,
    #PARAGRAPH762>.ladi-paragraph,
    #PARAGRAPH763>.ladi-paragraph {
        color: rgb(255, 255, 255);
        font-size: 18px;
        line-height: 1.6;
    }

    #PARAGRAPH762 {
        width: 90px;
        top: 68px;
        left: 330px;
    }

    #PARAGRAPH763 {
        width: 113px;
        top: 140px;
        left: 268px;
    }

    #PARAGRAPH764 {
        width: 90px;
        top: 140px;
        left: 34px;
    }

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

    #PARAGRAPH765 {
        width: 105px;
        top: 256px;
        left: 10px;
    }

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

    #PARAGRAPH766 {
        width: 113px;
        top: 304px;
        left: 115px;
    }

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

    #PARAGRAPH767 {
        width: 80px;
        top: 222px;
        left: 288px;
    }

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

    #PARAGRAPH768 {
        width: 80px;
        top: 320px;
        left: 63px;
    }

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

    #IMAGE769 {
        width: 300px;
        height: 300px;
        top: 0px;
        left: 37px;
    }

    #IMAGE769>.ladi-image>.ladi-image-background {
        width: 300px;
        height: 300px;
        top: 0px;
        left: 0px;
        background-image: url("../index_files/ingrediant.png");
    }

    #GROUP760 {
        width: 432px;
        height: 376px;
        top: 92px;
        left: 0px;
    }

    #IMAGE771 {
        width: 417.227px;
        height: 270.818px;
        top: 368.6px;
        left: -758.614px;
    }

    #IMAGE771>.ladi-image>.ladi-image-background {
        width: 417.227px;
        height: 270.818px;
        top: 0px;
        left: 0px;
        background-image: url("../index_files/product.png");
    }

    #SECTION813 {
        height: 1684px;
    }

    #SECTION813 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

    #BOX814 {
        width: 420px;
        height: 45px;
        top: 0px;
        left: 0px;
    }

    #BOX814>.ladi-box {
        background-color: rgb(13, 98, 242);
    }

    #HEADLINE815 {
        width: 247px;
        top: 6px;
        left: 23.5px;
    }

    #HEADLINE815>.ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 22px;
        font-style: italic;
        line-height: 1.6;
    }

    #SECTION857 {
        height: 1180px;
    }

    #SECTION857 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

    #HEADLINE859 {
        width: 407px;
        top: 18px;
        left: 6.876px;
    }

    #HEADLINE859>.ladi-headline {
        color: rgb(0, 0, 0);
        font-size: 28px;
        text-align: center;
        font-weight: 700;
        line-height: 1.6;
    }

    #IMAGE863 {
        width: 406.248px;
        height: 265.818px;
        top: 115.351px;
        left: 6.876px;
    }

    #IMAGE863>.ladi-image>.ladi-image-background {
        width: 409.524px;
        height: 265.818px;
        top: 0px;
        left: 0px;
        background-image: url("../index_files/product.png");
    }

    #IMAGE863:hover>.ladi-image {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }

    #SECTION904 {
        height: 788.616px;
    }

    #SECTION904>.ladi-section-background {
        background-color: rgb(210, 214, 255);
    }

    #SECTION904 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

    #IMAGE905 {
        width: 400px;
        height: 235.616px;
        top: 126px;
        left: 10px;
    }

    #IMAGE905>.ladi-image>.ladi-image-background {
        width: 400px;
        height: 235.616px;
        top: 0px;
        left: 0px;
        background-image: url("../index_files/viem-khop-20200809033437.jpg");
    }

    #IMAGE905>.ladi-image {
        border-style: solid;
        border-color: rgb(132, 132, 132);
        border-width: 4px;
        border-radius: 10px;
    }

    #IMAGE905:hover>.ladi-image {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }

    #HEADLINE907 {
        width: 400px;
        top: 15px;
        left: 10.0005px;
    }

    #HEADLINE907>.ladi-headline {
        color: rgb(7, 58, 145);
        font-size: 34px;
        font-weight: bold;
        text-align: center;
        line-height: 1.5;
    }

    #PARAGRAPH908 {
        width: 265px;
        top: 16.3889px;
        left: 66.5px;
    }

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

    #PARAGRAPH909 {
        width: 399px;
        top: 12.57px;
        left: 0px;
    }

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

    #PARAGRAPH910 {
        width: 335px;
        top: 15px;
        left: 32.1124px;
    }

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

    #PARAGRAPH911 {
        width: 250px;
        top: 15px;
        left: 74.674859px;
    }

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

    #PARAGRAPH912 {
        width: 370px;
        top: 10.8616px;
        left: 15px;
    }

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

    #BOX913 {
        width: 400px;
        height: 62px;
        top: 0px;
        left: 0px;
    }

    #BOX913>.ladi-box {
        background: #fdfbfb;
        background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
        background: linear-gradient(180deg, #fdfbfb, #eaedee);
        border-style: solid;
        border-color: rgb(132, 132, 132);
        border-width: 1px;
        border-radius: 18px;
    }

    #BOX914 {
        width: 398.445px;
        height: 62px;
        top: 0px;
        left: 0px;
    }

    #BOX914>.ladi-box {
        background: #fdfbfb;
        background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
        background: linear-gradient(180deg, #fdfbfb, #eaedee);
        border-style: solid;
        border-color: rgb(132, 132, 132);
        border-width: 1px;
        border-radius: 10px;
    }

    #BOX915 {
        width: 400px;
        height: 62px;
        top: 0px;
        left: 0px;
    }

    #BOX915>.ladi-box {
        background: #fdfbfb;
        background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
        background: linear-gradient(180deg, #fdfbfb, #eaedee);
        border-style: solid;
        border-color: rgb(132, 132, 132);
        border-width: 1px;
        border-radius: 10px;
    }

    #BOX916 {
        width: 400px;
        height: 62px;
        top: 0px;
        left: 0px;
    }

    #BOX916>.ladi-box {
        background: #fdfbfb;
        background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
        background: linear-gradient(180deg, #fdfbfb, #eaedee);
        border-style: solid;
        border-color: rgb(132, 132, 132);
        border-width: 1px;
        border-radius: 10px;
    }

    #BOX917 {
        width: 400px;
        height: 85.28px;
        top: 0px;
        left: 0px;
    }

    #BOX917>.ladi-box {
        background: #fdfbfb;
        background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
        background: linear-gradient(180deg, #fdfbfb, #eaedee);
        border-style: solid;
        border-color: rgb(132, 132, 132);
        border-width: 1px;
        border-radius: 10px;
    }

    #GROUP918 {
        width: 400px;
        height: 62px;
        top: 379px;
        left: 10px;
    }

    #GROUP919 {
        width: 400px;
        height: 87.28px;
        top: 534.232px;
        left: 10.0005px;
    }

    #GROUP920 {
        width: 400px;
        height: 62px;
        top: 455px;
        left: 10px;
    }

    #GROUP921 {
        width: 400.611px;
        height: 63.14px;
        top: 632.744px;
        left: 10.0005px;
    }

    #GROUP922 {
        width: 398.445px;
        height: 62px;
        top: 710.116px;
        left: 11.0835px;
    }

    #IMAGE923 {
        width: 56px;
        height: 13px;
        top: 438px;
        left: 720px;
        display: none !important;
    }

    #IMAGE923>.ladi-image>.ladi-image-background {
        width: 56px;
        height: 13px;
        top: 0px;
        left: 0px;
        background-image: url("../index_files/arrow.png");
    }

    #IMAGE924 {
        width: 56px;
        height: 13px;
        top: 688.036px;
        left: 653px;
        display: none !important;
    }

    #IMAGE924>.ladi-image>.ladi-image-background {
        width: 56px;
        height: 13px;
        top: 0px;
        left: 0px;
        background-image: url("../index_files/arrow.png");
    }

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

    #IMAGE925 {
        width: 56px;
        height: 13px;
        top: 694.616px;
        left: 677px;
        display: none !important;
    }

    #IMAGE925>.ladi-image>.ladi-image-background {
        width: 56px;
        height: 13px;
        top: 0px;
        left: 0px;
        background-image: url("../index_files/arrow.png");
    }

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

    #IMAGE926 {
        width: 56px;
        height: 13px;
        top: 675.036px;
        left: 614px;
        display: none !important;
    }

    #IMAGE926>.ladi-image>.ladi-image-background {
        width: 56px;
        height: 13px;
        top: 0px;
        left: 0px;
        background-image: url("../index_files/arrow.png");
    }

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

    #IMAGE927 {
        width: 56px;
        height: 13px;
        top: 640.616px;
        left: 677px;
        display: none !important;
    }

    #IMAGE927>.ladi-image>.ladi-image-background {
        width: 56px;
        height: 13px;
        top: 0px;
        left: 0px;
        background-image: url("../index_files/arrow.png");
    }

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

    #HEADLINE932 {
        width: 85px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE932>.ladi-headline {
        color: rgb(84, 84, 84);
        font-size: 15px;
        line-height: 1.6;
    }

    #SHAPE933 {
        width: 29.396px;
        height: 14.2862px;
        top: 5.8569px;
        left: 79px;
    }

    #SHAPE933 svg:last-child {
        fill: rgba(84, 84, 84, 1);
    }

    #HEADLINE936 {
        width: 147px;
        top: 0px;
        left: 114.244px;
    }

    #HEADLINE936>.ladi-headline {
        color: rgb(84, 84, 84);
        font-size: 15px;
        line-height: 1.6;
    }

    #GROUP931 {
        width: 257.244px;
        height: 24px;
        top: 6px;
        left: 6.876px;
    }

    #PARAGRAPH947 {
        width: 370px;
        top: 29.875px;
        left: 25px;
    }

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

    #BOX957 {
        width: 188.925px;
        height: 160px;
        top: 0px;
        left: 0px;
    }

    #BOX957>.ladi-box {
        box-shadow: 0px 15px 20px -15px #000;
        -webkit-box-shadow: 0px 15px 20px -15px #000;
        background-color: rgb(255, 255, 255);
        border-radius: 7px;
    }

    #HEADLINE958 {
        width: 89px;
        top: 16px;
        left: 53.0005px;
    }

    #HEADLINE958>.ladi-headline {
        color: rgb(0, 15, 230);
        font-size: 42px;
        font-weight: 700;
        text-align: left;
        line-height: 1.2;
    }

    #HEADLINE959 {
        width: 153px;
        top: 75px;
        left: 17.9625px;
    }

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

    #GROUP956 {
        width: 188.925px;
        height: 160px;
        top: 371.452px;
        left: 14.538px;
    }

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

    #BOX961 {
        width: 188.925px;
        height: 160px;
        top: 0px;
        left: 0px;
    }

    #BOX961>.ladi-box {
        box-shadow: 0px 15px 20px -15px #000;
        -webkit-box-shadow: 0px 15px 20px -15px #000;
        background-color: rgb(255, 255, 255);
        border-radius: 7px;
    }

    #HEADLINE962 {
        width: 157px;
        top: 5px;
        left: 15.9625px;
    }

    #HEADLINE962>.ladi-headline {
        color: rgb(0, 15, 230);
        font-size: 36px;
        font-weight: 700;
        text-align: center;
        line-height: 1.2;
    }

    #HEADLINE963 {
        width: 160px;
        top: 97px;
        left: 14.9625px;
    }

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

    #GROUP960 {
        width: 188.925px;
        height: 160px;
        top: 371.452px;
        left: 218.075px;
    }

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

    #BOX965 {
        width: 188.925px;
        height: 160px;
        top: 0px;
        left: 0px;
    }

    #BOX965>.ladi-box {
        box-shadow: 0px 15px 20px -15px #000;
        -webkit-box-shadow: 0px 15px 20px -15px #000;
        background-color: rgb(255, 255, 255);
        border-radius: 7px;
    }

    #HEADLINE966 {
        width: 163px;
        top: 5px;
        left: 12.9625px;
    }

    #HEADLINE966>.ladi-headline {
        color: rgb(244, 64, 37);
        font-weight: 700;
        font-size: 36px;
        text-align: center;
        line-height: 1.2;
    }

    #HEADLINE967 {
        width: 153px;
        top: 97px;
        left: 17.9625px;
    }

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

    #GROUP964 {
        width: 188.925px;
        height: 160px;
        top: 554.452px;
        left: 14.538px;
    }

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

    #BOX969 {
        width: 188.925px;
        height: 160px;
        top: 0px;
        left: 17.5375px;
    }

    #BOX969>.ladi-box {
        box-shadow: 0px 15px 20px -15px #000;
        -webkit-box-shadow: 0px 15px 20px -15px #000;
        background-color: rgb(255, 255, 255);
        border-radius: 7px;
    }

    #HEADLINE970 {
        width: 224px;
        top: 16px;
        left: 0px;
    }

    #HEADLINE970>.ladi-headline {
        color: rgb(244, 64, 37);
        font-size: 42px;
        font-weight: 700;
        text-align: center;
        line-height: 1.2;
    }

    #HEADLINE971 {
        width: 169px;
        top: 74px;
        left: 27.5px;
    }

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

    #GROUP968 {
        width: 224px;
        height: 160px;
        top: 554.452px;
        left: 203.463px;
    }

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

    #IMAGE973 {
        width: 357.679px;
        height: 110px;
        top: 0px;
        left: 0px;
    }

    #IMAGE973>.ladi-image>.ladi-image-background {
        width: 357.679px;
        height: 110px;
        top: 0px;
        left: 0px;
        background-image: url("../index_files/asset-2-20201102083919.png");
    }

    #HEADLINE974 {
        width: 191px;
        top: 43px;
        left: 140px;
    }

    #HEADLINE974>.ladi-headline {
        color: rgb(0, 0, 0);
        font-size: 16px;
        line-height: 1.4;
    }

    #HEADLINE975 {
        width: 60px;
        top: 30px;
        left: 64px;
    }

    #HEADLINE975>.ladi-headline {
        color: rgb(242, 98, 34);
        font-size: 20px;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.2;
    }

    #LINE976 {
        height: 71px;
        top: 20px;
        left: 119px;
    }

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

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

    #GROUP972 {
        width: 357.679px;
        height: 110px;
        top: 450.261px;
        left: 27.5195px;
    }

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

    #IMAGE978 {
        width: 357.679px;
        height: 110px;
        top: 0px;
        left: 0px;
    }

    #IMAGE978>.ladi-image>.ladi-image-background {
        width: 357.679px;
        height: 110px;
        top: 0px;
        left: 0px;
        background-image: url("../index_files/asset-3-20201102083919.png");
    }

    #HEADLINE979 {
        width: 191px;
        top: 43px;
        left: 140px;
    }

    #HEADLINE979>.ladi-headline {
        color: rgb(0, 0, 0);
        font-size: 16px;
        line-height: 1.4;
    }

    #HEADLINE980 {
        width: 60px;
        top: 30px;
        left: 64px;
    }

    #HEADLINE980>.ladi-headline {
        color: rgb(242, 98, 34);
        font-size: 20px;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.2;
    }

    #LINE981 {
        height: 71px;
        top: 20px;
        left: 119px;
    }

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

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

    #GROUP977 {
        width: 357.679px;
        height: 110px;
        top: 587.261px;
        left: 27.5195px;
    }

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

    #IMAGE983 {
        width: 357.679px;
        height: 110px;
        top: 0px;
        left: 0px;
    }

    #IMAGE983>.ladi-image>.ladi-image-background {
        width: 357.679px;
        height: 110px;
        top: 0px;
        left: 0px;
        background-image: url("../index_files/asset-5-20201102083920.png");
    }

    #HEADLINE984 {
        width: 180px;
        top: 33px;
        left: 145px;
    }

    #HEADLINE984>.ladi-headline {
        color: rgb(0, 0, 0);
        font-size: 16px;
        line-height: 1.4;
    }

    #HEADLINE985 {
        width: 60px;
        top: 33px;
        left: 74px;
    }

    #HEADLINE985>.ladi-headline {
        color: rgb(242, 98, 34);
        font-size: 19px;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.2;
    }

    #LINE986 {
        height: 71px;
        top: 20px;
        left: 125px;
    }

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

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

    #GROUP982 {
        width: 357.679px;
        height: 110px;
        top: 732.261px;
        left: 27.5195px;
    }

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

    #IMAGE988 {
        width: 370px;
        height: 110px;
        top: 0px;
        left: 0px;
    }

    #IMAGE988>.ladi-image>.ladi-image-background {
        width: 370px;
        height: 110px;
        top: 0px;
        left: 0px;
        background-image: url("../index_files/asset-4-20201102083920.png");
    }

    #HEADLINE989 {
        width: 207px;
        top: 33px;
        left: 140px;
    }

    #HEADLINE989>.ladi-headline {
        color: rgb(0, 0, 0);
        font-size: 16px;
        line-height: 1.4;
    }

    #HEADLINE990 {
        width: 63px;
        top: 33px;
        left: 74px;
    }

    #HEADLINE990>.ladi-headline {
        color: rgb(242, 98, 34);
        font-size: 18px;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.2;
    }

    #LINE991 {
        height: 71px;
        top: 20px;
        left: 123.099px;
    }

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

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

    #GROUP987 {
        width: 370px;
        height: 110px;
        top: 867.261px;
        left: 21.359px;
    }

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

    #IMAGE993 {
        width: 450.511px;
        height: 288.777px;
        top: 165px;
        left: -18.8965px;
    }

    #IMAGE993>.ladi-image>.ladi-image-background {
        width: 450.511px;
        height: 288.777px;
        top: 0px;
        left: 0px;
        background-image: url("../index_files/layer-31-20201102091519_1.jpg");
    }

    #BUTTON_TEXT995 {
        width: 240px;
        top: 9px;
        left: 0px;
    }

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

    #BUTTON995 {
        width: 260px;
        height: 56px;
        top: 1013.26px;
        left: 80.729px;
    }

    #BUTTON995>.ladi-button>.ladi-button-background {
        background: #e52d27;
        background: -webkit-linear-gradient(180deg, #e52d27, #b31217);
        background: linear-gradient(180deg, #e52d27, #b31217);
    }

    #BUTTON995>.ladi-button {
        border-radius: 10px;
    }

    #BUTTON995.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;
    }

    #BOX999 {
        width: 150px;
        height: 150px;
        top: 0px;
        left: 0px;
    }

    #BOX999>.ladi-box {
        background: #ad5389;
        background: -webkit-linear-gradient(180deg, #ad5389, #3c1053);
        background: linear-gradient(180deg, #ad5389, #3c1053);
        border-radius: 300px;
    }

    #PARAGRAPH1000 {
        width: 143px;
        top: 28.5px;
        left: 3px;
    }

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

    #GROUP998 {
        width: 150px;
        height: 150px;
        top: 0px;
        left: 116.5px;
    }

    #PARAGRAPH1001 {
        width: 383px;
        top: 175px;
        left: 0px;
    }

    #PARAGRAPH1001>.ladi-paragraph,
    #PARAGRAPH1006>.ladi-paragraph,
    #PARAGRAPH1011>.ladi-paragraph {
        font-size: 20px;
        text-align: center;
        line-height: 1.6;
    }

    #GROUP997 {
        width: 383px;
        height: 231px;
        top: 402.431px;
        left: 19.229px;
    }

    #BOX1004 {
        width: 150px;
        height: 150px;
        top: 0px;
        left: 0px;
    }

    #BOX1004>.ladi-box {
        background: #00c6ff;
        background: -webkit-linear-gradient(180deg, #00c6ff, #0072ff);
        background: linear-gradient(180deg, #00c6ff, #0072ff);
        border-radius: 300px;
    }

    #PARAGRAPH1005 {
        width: 143px;
        top: 28.5px;
        left: 3px;
    }

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

    #GROUP1003 {
        width: 150px;
        height: 150px;
        top: 0px;
        left: 116.5px;
    }

    #PARAGRAPH1006 {
        width: 383px;
        top: 175px;
        left: 0px;
    }

    #GROUP1002 {
        width: 383px;
        height: 203px;
        top: 668.431px;
        left: 19.229px;
    }

    #BOX1009 {
        width: 150px;
        height: 150px;
        top: 0px;
        left: 0px;
    }

    #BOX1009>.ladi-box {
        background: #e52d27;
        background: -webkit-linear-gradient(180deg, #e52d27, #b31217);
        background: linear-gradient(180deg, #e52d27, #b31217);
        border-radius: 300px;
    }

    #PARAGRAPH1010 {
        width: 143px;
        top: 28.5px;
        left: 3px;
    }

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

    #GROUP1008 {
        width: 150px;
        height: 150px;
        top: 0px;
        left: 116.5px;
    }

    #PARAGRAPH1011 {
        width: 370px;
        top: 175px;
        left: 6.5px;
    }

    #GROUP1007 {
        width: 383px;
        height: 231px;
        top: 906.431px;
        left: 19.229px;
    }

    #IMAGE1012 {
        width: 217.044px;
        height: 267.411px;
        top: 122.547px;
        left: -316.924px;
    }

    #IMAGE1012>.ladi-image>.ladi-image-background {
        width: 217.044px;
        height: 267.411px;
        top: 0px;
        left: 0px;
        background-image: url("../index_files/doctor-car.png");
    }

    #HEADLINE1013 {
        width: 407px;
        top: 30px;
        left: 7px;
    }

    #HEADLINE1013>.ladi-headline {
        color: rgb(0, 15, 215);
        font-size: 28px;
        text-align: center;
        font-weight: 700;
        line-height: 1.6;
    }

    #IMAGE1014 {
        width: 480px;
        height: 370px;
        top: 0px;
        left: -62px;
    }

    #IMAGE1014>.ladi-image>.ladi-image-background {
        width: 500px;
        height: 360px;
        top: 0px;
        left: 0px;
        background-image: url("../index_files/doctor2.png");
    }

    #BUTTON_TEXT1015 {
        width: 340px;
        top: 9px;
        left: 0px;
    }

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

    #BUTTON1015 {
        width: 300px;
        height: 56px;
        top: 916px;
        left: 60px;
    }

    #BUTTON1015>.ladi-button>.ladi-button-background {
        background: #e52d27;
        background: -webkit-linear-gradient(180deg, #e52d27, #b31217);
        background: linear-gradient(180deg, #e52d27, #b31217);
    }

    #BUTTON1015>.ladi-button {
        border-radius: 10px;
    }

    #BUTTON1015.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;
    }

    #IMAGE1018 {
        width: 94.3922px;
        height: 94.3925px;
        top: 0px;
        left: 151.453px;
        z-index: 1;
    }

    #IMAGE1018>.ladi-image>.ladi-image-background {
        width: 94.3922px;
        height: 94.3925px;
        top: 0px;
        left: 0px;
        background-image: url("../index_files/lady40.jpg");
    }

    #IMAGE1018>.ladi-image {
        border-style: solid;
        border-color: rgb(7, 58, 145);
        border-width: 2px;
        border-radius: 270px;
    }

    #BOX1020 {
        width: 397.299px;
        height: 268px;
        top: 0px;
        left: 0px;
    }

    #BOX1020>.ladi-box {
        box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
        background-color: rgba(5, 31, 78, 0.1);
    }

    #PARAGRAPH1021 {
        width: 361px;
        top: 79.4994px;
        left: 20.3249px;
    }

    #PARAGRAPH1021>.ladi-paragraph {
        color: rgb(5, 31, 77);
        font-size: 16px;
        text-align: left;
        line-height: 1.6;
    }

    #SHAPE1022 {
        width: 27.9655px;
        height: 21.2209px;
        top: 53.1528px;
        left: 20.3249px;
    }

    #SHAPE1022 svg:last-child {
        fill: rgba(5, 31, 77, 1.0);
    }

    #HEADLINE1023 {
        width: 192px;
        top: 200px;
        left: 21.1499px;
    }

    #HEADLINE1023>.ladi-headline {
        color: rgb(5, 31, 77);
        font-size: 19px;
        font-weight: bold;
        text-align: left;
        line-height: 1.2;
    }

    #HEADLINE1024 {
        width: 173px;
        top: 228px;
        left: 21.15px;
    }

    #HEADLINE1024>.ladi-headline {
        color: rgb(5, 31, 77);
        font-size: 15px;
        font-style: italic;
        text-align: left;
        line-height: 1.2;
    }

    #GROUP1019 {
        width: 397.299px;
        height: 268px;
        top: 51.377px;
        left: 0px;
    }

    #GROUP1017 {
        width: 397.299px;
        height: 320px;
        top: 240px;
        left: 9.35px;
    }

    #HEADLINE1025 {
        width: 400px;
        top: 0px;
        left: 10px;
    }

    #HEADLINE1025>.ladi-headline {
        color: rgb(0, 55, 215);
        font-size: 28px;
        text-align: center;
        font-weight: 700;
        line-height: 1.6;
    }

    #HEADLINE1026 {
        width: 400px;
        top: 100px;
        left: 10px;
    }

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

    #BOX1029 {
        width: 397.299px;
        height: 308px;
        top: 0px;
        left: 0px;
    }

    #BOX1029>.ladi-box {
        box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
        background-color: rgb(7, 58, 145);
    }

    #PARAGRAPH1030 {
        width: 359px;
        top: 71.5865px;
        left: 20.416px;
    }

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

    #SHAPE1031 {
        width: 27.1405px;
        height: 20.5949px;
        top: 38.7788px;
        left: 20.416px;
    }

    #SHAPE1031 svg:last-child {
        fill: rgba(255, 255, 255, 1.0);
    }

    #HEADLINE1032 {
        width: 192px;
        top: 238px;
        left: 21px;
    }

    #HEADLINE1032>.ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 19px;
        font-weight: bold;
        text-align: left;
        line-height: 1.2;
    }

    #HEADLINE1033 {
        width: 173px;
        top: 266px;
        left: 21px;
    }

    #HEADLINE1033>.ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 15px;
        font-style: italic;
        text-align: left;
        line-height: 1.2;
    }

    #GROUP1028 {
        width: 397.299px;
        height: 310px;
        top: 54.377px;
        left: 0px;
    }

    #IMAGE1034 {
        width: 94.3922px;
        height: 94.3925px;
        top: 0px;
        left: 151.453px;
    }

    #IMAGE1034>.ladi-image>.ladi-image-background {
        width: 94.3922px;
        height: 94.3925px;
        top: 0px;
        left: 0px;
        background-image: url("../index_files/man_70ss_09-20200929105649.jpg");
    }

    #IMAGE1034>.ladi-image {
        border-style: solid;
        border-color: rgb(7, 58, 145);
        border-width: 2px;
        border-radius: 270px;
    }

    #GROUP1027 {
        width: 397.299px;
        height: 364px;
        top: 592px;
        left: 11.35px;
    }

    #IMAGE1036 {
        width: 94.3922px;
        height: 94.3925px;
        top: 0px;
        left: 151.453px;
    }

    #IMAGE1036>.ladi-image>.ladi-image-background {
        width: 94.3922px;
        height: 94.3925px;
        top: 0px;
        left: 0px;
        background-image: url("../index_files/asian-farmer.jpg");
    }

    #IMAGE1036>.ladi-image {
        border-style: solid;
        border-color: rgb(7, 58, 145);
        border-width: 2px;
        border-radius: 270px;
    }

    #BOX1038 {
        width: 397.299px;
        height: 312px;
        top: 0px;
        left: 0px;
    }

    #BOX1038>.ladi-box {
        box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
        background-color: rgba(5, 31, 78, 0.1);
    }

    #PARAGRAPH1039 {
        width: 361px;
        top: 79.4994px;
        left: 20.3249px;
    }

    #PARAGRAPH1039>.ladi-paragraph {
        color: rgb(5, 31, 77);
        font-size: 16px;
        text-align: left;
        line-height: 1.6;
    }

    #SHAPE1040 {
        width: 27.9655px;
        height: 21.2209px;
        top: 53.1528px;
        left: 20.3249px;
    }

    #SHAPE1040 svg:last-child {
        fill: rgba(5, 31, 77, 1.0);
    }

    #HEADLINE1041 {
        width: 299px;
        top: 246px;
        left: 21.1499px;
    }

    #HEADLINE1041>.ladi-headline {
        color: rgb(5, 31, 77);
        font-size: 19px;
        font-weight: bold;
        text-align: left;
        line-height: 1.2;
    }

    #HEADLINE1042 {
        width: 173px;
        top: 274px;
        left: 21.1499px;
    }

    #HEADLINE1042>.ladi-headline {
        color: rgb(5, 31, 77);
        font-size: 15px;
        font-style: italic;
        text-align: left;
        line-height: 1.2;
    }

    #GROUP1037 {
        width: 397.299px;
        height: 314px;
        top: 51.377px;
        left: 0px;
    }

    #GROUP1035 {
        width: 397.299px;
        height: 364px;
        top: 986px;
        left: 11.35px;
    }

    #BOX1045 {
        width: 397.299px;
        height: 280px;
        top: 0px;
        left: 0px;
    }

    #BOX1045>.ladi-box {
        box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
        background-color: rgb(7, 58, 145);
    }

    #PARAGRAPH1046 {
        width: 359px;
        top: 68px;
        left: 20.416px;
    }

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

    #SHAPE1047 {
        width: 27.1405px;
        height: 20.5949px;
        top: 38.7788px;
        left: 20.416px;
    }

    #SHAPE1047 svg:last-child {
        fill: rgba(255, 255, 255, 1.0);
    }

    #HEADLINE1048 {
        width: 192px;
        top: 208px;
        left: 21px;
    }

    #HEADLINE1048>.ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 19px;
        font-weight: bold;
        text-align: left;
        line-height: 1.2;
    }

    #HEADLINE1049 {
        width: 173px;
        top: 238px;
        left: 21px;
    }

    #HEADLINE1049>.ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 15px;
        font-style: italic;
        text-align: left;
        line-height: 1.2;
    }

    #GROUP1044 {
        width: 397.299px;
        height: 280px;
        top: 54.377px;
        left: 0px;
    }

    #IMAGE1050 {
        width: 94.3922px;
        height: 94.3925px;
        top: 0px;
        left: 151.453px;
    }

    #IMAGE1050>.ladi-image>.ladi-image-background {
        width: 94.3922px;
        height: 94.3925px;
        top: 0px;
        left: 0px;
        background-image: url("../index_files/man_22s_23-20200929105545_1.jpg");
    }

    #IMAGE1050>.ladi-image {
        border-style: solid;
        border-color: rgb(7, 58, 145);
        border-width: 2px;
        border-radius: 270px;
    }

    #GROUP1043 {
        width: 397.299px;
        height: 334px;
        top: 1382px;
        left: 11.35px;
    }

    #GROUP1052 {
        width: 400px;
        height: 378px;
        top: 300px;
        left: 10px;
    }

    #GROUP1056 {
        width: 193.384px;
        height: 22px;
        top: 350px;
        left: 71.2468px;
    }

    #PARAGRAPH1058 {
        width: 193px;
        top: 0px;
        left: 0px;
    }

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

    #IMAGE1057 {
        width: 18.6721px;
        height: 18px;
        top: 1px;
        left: 88px;
    }

    #IMAGE1057>.ladi-image>.ladi-image-background {
        width: 19.1081px;
        height: 18px;
        top: 0px;
        left: 0px;
        background-image: url("../index_files/like-20191227163029-20200610092551.png");
    }

    #PARAGRAPH1055 {
        width: 329px;
        top: 9.0057px;
        left: 71.2468px;
    }

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

    #IMAGE1054 {
        width: 63.1043px;
        height: 62px;
        top: 9.0057px;
        left: 0px;
    }

    #IMAGE1054>.ladi-image>.ladi-image-background {
        width: 64.5777px;
        height: 62px;
        top: 0px;
        left: 0px;
        background-image: url("../index_files/22-20200922101526.png");
    }

    #HEADLINE1053 {
        width: 100px;
        top: 0px;
        left: 80.4071px;
    }

    #HEADLINE1053>.ladi-headline {
        transform: rotate(1deg);
        -webkit-transform: rotate(1deg);
        color: rgb(0, 0, 0);
        font-size: 16px;
        line-height: 1.6;
    }

    #GROUP1051 {
        width: 393px;
        height: 221.006px;
        top: 59.333px;
        left: 10px;
    }

    #HEADLINE864 {
        width: 99px;
        top: 0px;
        left: 79px;
    }

    #HEADLINE864>.ladi-headline {
        transform: rotate(1deg);
        -webkit-transform: rotate(1deg);
        color: rgb(0, 0, 0);
        font-size: 16px;
        line-height: 1.6;
    }

    #GROUP820 {
        width: 220px;
        height: 22px;
        top: 199.006px;
        left: 70px;
    }

    #PARAGRAPH822 {
        width: 220px;
        top: 0px;
        left: 0px;
    }

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

    #IMAGE821 {
        width: 18.3454px;
        height: 18px;
        top: 1px;
        left: 88px;
    }

    #IMAGE821>.ladi-image>.ladi-image-background {
        width: 19.1081px;
        height: 18px;
        top: 0px;
        left: 0px;
        background-image: url("../index_files/like-20191227163029-20200610092551.png");
    }

    #PARAGRAPH819 {
        width: 323px;
        top: 9.0057px;
        left: 70px;
    }

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

    #IMAGE818 {
        width: 62px;
        height: 62px;
        top: 9.0057px;
        left: 0px;
    }

    #IMAGE818>.ladi-image>.ladi-image-background {
        width: 64.5777px;
        height: 62px;
        top: 0px;
        left: 0px;
        background-image: url("../index_files/buiminh-20200611073950.jpg");
    }

    #HEADLINE1060 {
        width: 100px;
        top: 0px;
        left: 80.4071px;
    }

    #HEADLINE1060>.ladi-headline {
        transform: rotate(1deg);
        -webkit-transform: rotate(1deg);
        color: rgb(0, 0, 0);
        font-size: 16px;
        line-height: 1.6;
    }

    #IMAGE1061 {
        width: 63.1043px;
        height: 62px;
        top: 9.0057px;
        left: 0px;
    }

    #IMAGE1061>.ladi-image>.ladi-image-background {
        width: 64.5777px;
        height: 62px;
        top: 0px;
        left: 0px;
        background-image: url("../index_files/15-20200922101519.png");
    }

    #PARAGRAPH1062 {
        width: 329px;
        top: 9.0057px;
        left: 71.2468px;
    }

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

    #IMAGE1064 {
        width: 18.6722px;
        height: 18px;
        top: 2px;
        left: 86.6181px;
    }

    #IMAGE1064>.ladi-image>.ladi-image-background {
        width: 19.1081px;
        height: 18px;
        top: 0px;
        left: 0px;
        background-image: url("../index_files/like-20191227163029-20200610092551.png");
    }

    #PARAGRAPH1065 {
        width: 224px;
        top: 0px;
        left: 0px;
    }

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

    #GROUP1063 {
        width: 223.919px;
        height: 22px;
        top: 436px;
        left: 70px;
    }

    #GROUP1059 {
        width: 400.247px;
        height: 512px;
        top: 958px;
        left: 10px;
    }

    #HEADLINE1117 {
        width: 100px;
        top: 0px;
        left: 80.4071px;
    }

    #HEADLINE1117>.ladi-headline {
        transform: rotate(1deg);
        -webkit-transform: rotate(1deg);
        color: rgb(0, 0, 0);
        font-size: 16px;
        line-height: 1.6;
    }

    #IMAGE1118 {
        width: 63.1043px;
        height: 62px;
        top: 9.0057px;
        left: 0px;
    }

    #IMAGE1118>.ladi-image>.ladi-image-background {
        width: 64.5777px;
        height: 62px;
        top: 0px;
        left: 0px;
        background-image: url("../index_files/60s_male_21-20200922110342.jpg");
    }

    #PARAGRAPH1119 {
        width: 329px;
        top: 9.0057px;
        left: 71.2468px;
    }

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

    #IMAGE1121 {
        width: 18.6722px;
        height: 18px;
        top: 1px;
        left: 88px;
    }

    #IMAGE1121>.ladi-image>.ladi-image-background {
        width: 19.1081px;
        height: 18px;
        top: 0px;
        left: 0px;
        background-image: url("../index_files/like-20191227163029-20200610092551.png");
    }

    #PARAGRAPH1122 {
        width: 224px;
        top: 0px;
        left: 0px;
    }

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

    #GROUP1120 {
        width: 223.919px;
        height: 22px;
        top: 228px;
        left: 71.2468px;
    }

    #GROUP1116 {
        width: 400px;
        height: 212px;
        top: 690px;
        left: 10px;
    }

    #IMAGE1124 {
        width: 62px;
        height: 62px;
        top: 0px;
        left: 0px;
    }

    #IMAGE1124>.ladi-image>.ladi-image-background {
        width: 64.5777px;
        height: 62px;
        top: 0px;
        left: 0px;
        background-image: url("../index_files/24-20200922101526.png");
    }

    #PARAGRAPH1125 {
        width: 329px;
        top: 0px;
        left: 71.1499px;
    }

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

    #IMAGE1127 {
        width: 18.3454px;
        height: 18px;
        top: 1px;
        left: 88px;
    }

    #IMAGE1127>.ladi-image>.ladi-image-background {
        width: 19.1081px;
        height: 18px;
        top: 0px;
        left: 0px;
        background-image: url("../index_files/like-20191227163029-20200610092551.png");
    }

    #PARAGRAPH1128 {
        width: 211px;
        top: 0px;
        left: 0px;
    }

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

    #GROUP1126 {
        width: 210px;
        height: 22px;
        top: 192px;
        left: 70px;
    }

    #GROUP1123 {
        width: 400.15px;
        height: 202px;
        top: 1444px;
        left: 10px;
    }

    #IMAGE1131 {
        width: 281.31px;
        height: 185.742px;
        top: 191.618px;
        left: -520px;
    }

    #IMAGE1131>.ladi-image>.ladi-image-background {
        width: 281.31px;
        height: 185.742px;
        top: 0px;
        left: 0px;
        /* background-image: url("https://w.ladicdn.com/s600x500/5da6cb07a973800e7e31908d/rbg/Fortamin-1-20201104100548.png"); */
    }

    #BOX1133 {
        width: 400px;
        height: 96.784px;
        top: 0px;
        left: 89px;
    }

    #BOX1133>.ladi-box {
        background-color: rgb(242, 98, 34);
        border-radius: 10px;
    }

    #PARAGRAPH1134 {
        width: 183px;
        top: 8.65839px;
        left: 201.903px;
    }

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

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

    #COUNTDOWN1135 {
        width: 470.25px;
        height: 51.8794px;
        top: 38.6584px;
        left: 0px;
    }

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

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

    #HEADLINE1140 {
        width: 17px;
        top: 21.166px;
        left: 229px;
    }

    #HEADLINE1140>.ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 48px;
        line-height: 1.6;
    }

    #HEADLINE1140.ladi-animation>.ladi-headline {
        animation-name: flash;
        -webkit-animation-name: flash;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
    }

    #HEADLINE1141 {
        width: 17px;
        top: 21.1663px;
        left: 331.5px;
    }

    #HEADLINE1141>.ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 48px;
        line-height: 1.6;
    }

    #HEADLINE1141.ladi-animation>.ladi-headline {
        animation-name: flash;
        -webkit-animation-name: flash;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
    }

    #GROUP1132 {
        width: 489px;
        height: 97.1663px;
        top: 14.747px;
        left: -80px;
    }

    #IMAGE1149 {
        width: 375.682px;
        height: 245.818px;
        top: 400px;
        left: 30px;
    }

    #IMAGE1149>.ladi-image>.ladi-image-background {
        width: 378.712px;
        height: 245.818px;
        top: 0px;
        left: 0px;
        background-image: url("../index_files/product.png");
    }

    #IMAGE1149:hover>.ladi-image {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }

    #HEADLINE1153 {
        width: 221px;
        top: 0px;
        left: 37px;
    }

    #HEADLINE1153>.ladi-headline {
        color: rgb(5, 31, 77);
        font-size: 18px;
        line-height: 1.6;
    }

    #SHAPE1154 {
        width: 23.8337px;
        height: 27.1579px;
        top: 0.421px;
        left: 0px;
    }

    #SHAPE1154 svg:last-child {
        fill: rgba(5, 31, 77, 1);
    }

    #GROUP1152 {
        width: 258px;
        height: 28px;
        top: 160px;
        left: 60px;
    }

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

    #HEADLINE1156 {
        width: 288px;
        top: 0px;
        left: 37px;
    }

    #HEADLINE1156>.ladi-headline {
        color: rgb(5, 31, 77);
        font-size: 18px;
        line-height: 1.6;
    }

    #SHAPE1157 {
        width: 23.8337px;
        height: 27.1579px;
        top: 0.421px;
        left: 0px;
    }

    #SHAPE1157 svg:last-child {
        fill: rgba(5, 31, 77, 1);
    }

    #GROUP1155 {
        width: 330px;
        height: 28px;
        top: 200px;
        left: 60px;
    }

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

    #HEADLINE1159 {
        width: 265px;
        top: 0px;
        left: 37px;
    }

    #HEADLINE1159>.ladi-headline {
        color: rgb(5, 31, 77);
        font-size: 18px;
        line-height: 1.6;
    }

    #SHAPE1160 {
        width: 23.8337px;
        height: 27.1579px;
        top: 0.421px;
        left: 0px;
    }

    #SHAPE1160 svg:last-child {
        fill: rgba(5, 31, 77, 1);
    }

    #GROUP1158 {
        width: 301px;
        height: 28px;
        top: 237px;
        left: 60px;
    }

    #GROUP1158.ladi-animation>.ladi-group {
        animation-name: flipInY;
        -webkit-animation-name: flipInY;
        animation-delay: 2s;
        -webkit-animation-delay: 2s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #HEADLINE1162 {
        width: 265px;
        top: 0px;
        left: 37px;
    }

    #HEADLINE1162>.ladi-headline {
        color: rgb(5, 31, 77);
        font-size: 18px;
        line-height: 1.6;
    }

    #SHAPE1163 {
        width: 23.8337px;
        height: 27.1579px;
        top: 0.421px;
        left: 0px;
    }

    #SHAPE1163 svg:last-child {
        fill: rgba(5, 31, 77, 1);
    }

    #GROUP1161 {
        width: 301px;
        height: 28px;
        top: 274px;
        left: 60px;
    }

    #GROUP1161.ladi-animation>.ladi-group {
        animation-name: flipInY;
        -webkit-animation-name: flipInY;
        animation-delay: 3s;
        -webkit-animation-delay: 3s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #HEADLINE1165 {
        width: 265px;
        top: 0px;
        left: 37px;
    }

    #HEADLINE1165>.ladi-headline {
        color: rgb(5, 31, 77);
        font-size: 18px;
        line-height: 1.6;
    }

    #SHAPE1166 {
        width: 23.8337px;
        height: 27.1579px;
        top: 0.421px;
        left: 0px;
    }

    #SHAPE1166 svg:last-child {
        fill: rgba(5, 31, 77, 1);
    }

    #GROUP1164 {
        width: 301px;
        height: 28px;
        top: 311px;
        left: 60px;
    }

    #GROUP1164.ladi-animation>.ladi-group {
        animation-name: flipInY;
        -webkit-animation-name: flipInY;
        animation-delay: 4s;
        -webkit-animation-delay: 4s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #IMAGE1167 {
        width: 62px;
        height: 62px;
        top: 360px;
        left: 340px;
    }

    #IMAGE1167>.ladi-image>.ladi-image-background {
        width: 62px;
        height: 62px;
        top: 0px;
        left: 0px;
        background-image: url("../index_files/osa1439363832-20201102072633.png");
    }

    #IMAGE1167:hover>.ladi-image {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }

    #BOX1173 {
        width: 392px;
        height: 170px;
        top: 0px;
        left: 0px;
    }

    #BOX1173>.ladi-box {
        background-color: rgb(7, 58, 145);
        border-radius: 10px;
    }

    #PARAGRAPH1174 {
        width: 359px;
        top: 100px;
        left: 19px;
    }

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

    #HEADLINE1175 {
        width: 344px;
        top: 11.491px;
        left: 27px;
    }

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

    #GROUP1172 {
        width: 393.946px;
        height: 135px;
        top: 658px;
        left: 14px;
    }

    #IMAGE1176 {
        width: 172.739px;
        height: 89.055px;
        top: 350px;
        left: 10px;
    }

    #IMAGE1176>.ladi-image>.ladi-image-background {
        width: 172.739px;
        height: 89.055px;
        top: 0px;
        left: 0px;
        background-image: url("../index_files/sell.png");
    }

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

    #HEADLINE1178 {
        width: 344px;
        top: 0px;
        left: 40px;
    }

    #HEADLINE1178>.ladi-headline {
        color: rgb(84, 84, 84);
        font-size: 18px;
        line-height: 1.6;
    }

    #SHAPE1179 {
        width: 23.8337px;
        height: 27.1579px;
        top: 2px;
        left: 0px;
    }

    #SHAPE1179 svg:last-child {
        fill: rgba(36, 36, 36, 1);
    }

    #GROUP1177 {
        width: 380px;
        height: 28px;
        top: 698px;
        left: 20px;
    }

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

    #HEADLINE1181 {
        width: 347px;
        top: 0px;
        left: 40px;
    }

    #HEADLINE1181>.ladi-headline {
        color: rgb(84, 84, 84);
        font-size: 18px;
        line-height: 1.6;
    }

    #SHAPE1182 {
        width: 23.8337px;
        height: 27.1579px;
        top: 0.421px;
        left: 0px;
    }

    #SHAPE1182 svg:last-child {
        fill: rgba(36, 36, 36, 1);
    }

    #GROUP1180 {
        width: 377px;
        height: 28px;
        top: 736px;
        left: 20px;
    }

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

    #HEADLINE1184 {
        width: 303px;
        top: 0px;
        left: 40px;
    }

    #HEADLINE1184>.ladi-headline {
        color: rgb(84, 84, 84);
        font-size: 18px;
        line-height: 1.6;
    }

    #SHAPE1185 {
        width: 23.8337px;
        height: 27.1579px;
        top: 0.421px;
        left: 0px;
    }

    #SHAPE1185 svg:last-child {
        fill: rgba(36, 36, 36, 1);
    }

    #GROUP1183 {
        width: 333px;
        height: 60px;
        top: 774px;
        left: 20px;
    }

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

    #IMAGE1186 {
        width: 420px;
        height: 854px;
        top: 6.219px;
        left: 0px;
    }

    #IMAGE1186>.ladi-image>.ladi-image-background {
        width: 609.001px;
        height: 854px;
        top: 0px;
        left: 0px;
        background-image: url("../index_files/6-20200917173705-20201103063823_1.jpg");
    }

    #IMAGE1187 {
        width: 71.1111px;
        height: 160px;
        top: 30px;
        left: -190px;
    }

    #IMAGE1187>.ladi-image>.ladi-image-background {
        width: 355.555px;
        height: 262.044px;
        top: -60.4444px;
        left: -190.222px;
        /* background-image: url("https://w.ladicdn.com/s700x600/5da6cb07a973800e7e31908d/rbg/Fortamin-1-20201104035356.png"); */
    }

    #IMAGE1188 {
        width: 1535.06px;
        height: 1168.64px;
        top: 0px;
        left: -529px;
    }

    #IMAGE1188>.ladi-image>.ladi-image-background {
        width: 2579.06px;
        height: 1168.64px;
        top: 0px;
        left: 0px;
        background-image: url("../index_files/shutterstock_1073149928_vector-converted-01-20201104051738.jpg");
    }

    #BOX1205 {
        width: 400px;
        height: 350px;
        top: 0px;
        left: 0px;
    }

    #BOX1205>.ladi-box {
        background: rgba(13, 98, 242, 1.0);
        background: -webkit-linear-gradient(180deg, rgba(13, 98, 242, 1.0), rgba(7, 58, 145, 1.0));
        background: linear-gradient(180deg, rgba(13, 98, 242, 1.0), rgba(7, 58, 145, 1.0));
        box-shadow: 0px 15px 20px -15px #000;
        -webkit-box-shadow: 0px 15px 20px -15px #000;
        border-radius: 20px;
    }

    #PARAGRAPH1219 {
        width: 307px;
        top: 248px;
        left: 56px;
    }

    #PARAGRAPH1219>.ladi-paragraph {
        color: rgb(255, 255, 255);
        font-size: 14px;
        font-style: italic;
        text-align: left;
        line-height: 1.6;
    }

    #GROUP1220 {
        width: 400px;
        height: 350px;
        top: 0px;
        left: 0px;
    }

    #SHAPE1221 {
        width: 20px;
        height: 24.6886px;
        top: 246px;
        left: 21px;
    }

    #SHAPE1221 svg:last-child {
        fill: rgba(255, 189, 3, 1.0);
    }

    #GROUP1222 {
        width: 400px;
        height: 350px;
        top: 1373px;
        left: 10.908px;
    }

    #BOX1227 {
        width: 400px;
        height: 344px;
        top: 0px;
        left: 0px;
    }

    #BOX1227>.ladi-box {
        background: rgba(13, 98, 242, 1.0);
        background: -webkit-linear-gradient(180deg, rgba(13, 98, 242, 1.0), rgba(7, 58, 145, 1.0));
        background: linear-gradient(180deg, rgba(13, 98, 242, 1.0), rgba(7, 58, 145, 1.0));
        box-shadow: 0px 15px 20px -15px #000;
        -webkit-box-shadow: 0px 15px 20px -15px #000;
        border-radius: 20px;
    }

    #FORM_ITEM1229 {
        width: 27.4301px;
        height: 33.8049px;
        top: 98.1694px;
        left: 245.347px;
        display: none !important;
    }

    #FORM_ITEM1230 {
        width: 27.4301px;
        height: 33.8049px;
        top: 98.1694px;
        left: 210.298px;
        display: none !important;
    }

    #FORM_ITEM1231 {
        width: 27.4301px;
        height: 33.8049px;
        top: 98.1694px;
        left: 175.248px;
        display: none !important;
    }

    #FORM_ITEM1232 {
        width: 27.4301px;
        height: 33.8049px;
        top: 98.1694px;
        left: 140.199px;
        display: none !important;
    }

    #FORM_ITEM1233 {
        width: 27.4301px;
        height: 33.8049px;
        top: 98.1694px;
        left: 105.149px;
        display: none !important;
    }

    #FORM_ITEM1234 {
        width: 27.4301px;
        height: 33.8049px;
        top: 98.1694px;
        left: 70.0993px;
        display: none !important;
    }

    #FORM_ITEM1235 {
        width: 27.4301px;
        height: 33.8049px;
        top: 98.1694px;
        left: 35.0496px;
        display: none !important;
    }

    #FORM_ITEM1236 {
        width: 27.4301px;
        height: 33.8049px;
        top: 98.1694px;
        left: 0px;
        display: none !important;
    }

    #BUTTON_TEXT1237 {
        width: 185px;
        top: 10.0835px;
        left: 0px;
    }

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

    #BUTTON1237 {
        width: 215.403px;
        height: 51.5381px;
        top: 138.124px;
        left: 46.974px;
    }

    #BUTTON1237>.ladi-button>.ladi-button-background {
        background: rgba(244, 64, 37, 1.0);
        background: -webkit-linear-gradient(180deg, rgba(244, 64, 37, 1.0), rgba(152, 21, 1, 1.0));
        background: linear-gradient(180deg, rgba(244, 64, 37, 1.0), rgba(152, 21, 1, 1.0));
    }

    #BUTTON1237>.ladi-button {
        border-radius: 10px;
    }

    #BUTTON1237.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: 1;
        -webkit-animation-iteration-count: 1;
    }

    #FORM_ITEM1239 {
        width: 309.351px;
        height: 51.2598px;
        top: 0px;
        left: 0px;
    }

    #FORM_ITEM1240 {
        width: 309.351px;
        height: 51.2598px;
        top: 69.062px;
        left: 0px;
    }

    #FORM1228 {
        width: 309.351px;
        height: 189.662px;
        top: 26.445px;
        left: 45.3245px;
    }

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

    #FORM1228 .ladi-form-item .ladi-form-control::placeholder,
    #FORM1228 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"] {
        color: rgba(114, 114, 114, 1.0);
    }

    #FORM1228 .ladi-form-item {
        padding-left: 18px;
        padding-right: 18px;
    }

    #FORM1228 .ladi-form-item.ladi-form-checkbox {
        padding-left: 23px;
        padding-right: 23px;
    }

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

    #FORM1228 .ladi-form-item-container,
    #FORM1228 .ladi-form-label-container .ladi-form-label-item {
        border-style: solid;
        border-color: rgb(22, 74, 146);
        border-width: 0px;
        border-radius: 57px;
    }

    #FORM1228 .ladi-form-item-container .ladi-form-quantity button {
        background-color: rgb(22, 74, 146);
    }

    #FORM1228 .ladi-form-item-background {
        background-color: rgb(255, 255, 255);
        opacity: 0.95;
        border-radius: 57px
    }

    #GROUP1226 {
        width: 400px;
        height: 344px;
        top: 0px;
        left: 0px;
    }

    #SHAPE1242 {
        width: 20px;
        height: 24.6886px;
        top: 234px;
        left: 17px;
    }

    #SHAPE1242 svg:last-child {
        fill: rgba(255, 189, 3, 1.0);
    }

    #GROUP1224 {
        width: 400px;
        height: 344px;
        top: 126px;
        left: 9px;
    }

    #BOX1244 {
        width: 400px;
        height: 96.784px;
        top: 0px;
        left: 89px;
    }

    #BOX1244>.ladi-box {
        background-color: rgb(242, 98, 34);
        border-radius: 10px;
    }

    #PARAGRAPH1245 {
        width: 183px;
        top: 8.65839px;
        left: 201.903px;
    }

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

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

    #COUNTDOWN1246 {
        width: 465.243px;
        height: 51.8794px;
        top: 38px;
        left: 8px;
    }

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

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

    #HEADLINE1251 {
        width: 17px;
        top: 21.166px;
        left: 234px;
    }

    #HEADLINE1251>.ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 48px;
        line-height: 1.6;
    }

    #HEADLINE1251.ladi-animation>.ladi-headline {
        animation-name: flash;
        -webkit-animation-name: flash;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
    }

    #HEADLINE1252 {
        width: 17px;
        top: 21.1663px;
        left: 337.625px;
    }

    #HEADLINE1252>.ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 48px;
        line-height: 1.6;
    }

    #HEADLINE1252.ladi-animation>.ladi-headline {
        animation-name: flash;
        -webkit-animation-name: flash;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
    }

    #GROUP1243 {
        width: 489px;
        height: 97.1663px;
        top: 1255px;
        left: -80px;
    }

    #HEADLINE1254 {
        width: 414px;
        top: 73.329px;
        left: 2px;
    }

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

    #HEADLINE1255 {
        width: 390px;
        top: 6.295px;
        left: 15.655px;
    }

    #HEADLINE1255>.ladi-headline {
        font-family: "Merriweather-Black.ttf";
        color: rgb(21, 87, 171);
        font-size: 54px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #IMAGE1256 {
        width: 404.448px;
        height: 262.523px;
        top: 318.295px;
        left: 10px;
    }

    #IMAGE1256>.ladi-image>.ladi-image-background {
        width: 404.448px;
        height: 262.523px;
        top: 0px;
        left: 0px;
        background-image: url("../index_files/product.png");
    }

    #SHAPE1297 {
        width: 20px;
        height: 24.6886px;
        top: 1648px;
        left: 32px;
    }

    #SHAPE1297 svg:last-child {
        fill: rgba(255, 189, 3, 1.0);
    }

    #SHAPE1301 {
        width: 20px;
        height: 24.6886px;
        top: 390px;
        left: 26px;
    }

    #SHAPE1301 svg:last-child {
        fill: rgba(255, 189, 3, 1.0);
    }

    #PARAGRAPH1241 {
        width: 316px;
        top: 236.095px;
        left: 49px;
    }

    #PARAGRAPH1241>.ladi-paragraph {
        color: rgb(255, 255, 255);
        font-size: 14px;
        font-style: italic;
        text-align: left;
        line-height: 1.6;
    }

    #GROUP1225 {
        width: 400px;
        height: 344px;
        top: 0px;
        left: 0px;
    }

    #NOTIFY1306 {
        width: 300px;
        height: 62px;
        top: 10px;
        left: 10px;
        bottom: auto;
        right: auto;
        position: fixed;
        z-index: 90000060;
    }

    #NOTIFY1306>.ladi-notify {
        color: rgb(64, 64, 64);
        background-color: rgba(250, 250, 250, 0.9);
    }

    #IMAGE1308 {
        width: 380px;
        height: 270px;
        top: 874px;
        left: 20px;
    }

    #IMAGE1308>.ladi-image>.ladi-image-background {
        width: 380px;
        height: 270px;
        background-image: url("../index_files/product.png");
    }

    #IMAGE1309 {
        width: 300px;
        height: 232px;
        top: 404px;
        left: 80px;
    }

    #IMAGE1309>.ladi-image>.ladi-image-background {
        width: 300px;
        height: 232px;
        background-image: url("../index_files/cm01.jpg");
    }

    #IMAGE1310 {
        width: 320px;
        height: 190px;
        top: 1190px;
        left: 80px;
    }

    #IMAGE1310>.ladi-image>.ladi-image-background {
        width: 320px;
        height: 190px;
        background-image: url("../index_files/cm02.jpg");
    }

    #GROUP1204 {
        width: 400px;
        height: 350px;
        top: 0px;
        left: 0px;
    }

    #FORM1206 {
        width: 313.064px;
        height: 204.174px;
        top: 16px;
        left: 40px;
    }

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

    #FORM1206 .ladi-form-item .ladi-form-control::placeholder,
    #FORM1206 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"] {
        color: rgba(114, 114, 114, 1.0);
    }

    #FORM1206 .ladi-form-item {
        padding-left: 18px;
        padding-right: 18px;
    }

    #FORM1206 .ladi-form-item.ladi-form-checkbox {
        padding-left: 23px;
        padding-right: 23px;
    }

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

    #FORM1206 .ladi-form-item-container,
    #FORM1206 .ladi-form-label-container .ladi-form-label-item {
        border-style: solid;
        border-color: rgb(22, 74, 146);
        border-width: 0px;
        border-radius: 57px;
    }

    #FORM1206 .ladi-form-item-container .ladi-form-quantity button {
        background-color: rgb(22, 74, 146);
    }

    #FORM1206 .ladi-form-item-background {
        background-color: rgb(255, 255, 255);
        opacity: 0.94;
        border-radius: 57px
    }

    #FORM_ITEM1218 {
        width: 313.064px;
        height: 52.4792px;
        top: 75px;
        left: 0px;
    }

    #FORM_ITEM1217 {
        width: 313.064px;
        height: 52.4792px;
        top: 0px;
        left: 0px;
    }

    #BUTTON1215 {
        width: 217.988px;
        height: 54.1741px;
        top: 150px;
        left: 47.538px;
    }

    #BUTTON1215>.ladi-button>.ladi-button-background {
        background: rgba(244, 64, 37, 1.0);
        background: -webkit-linear-gradient(180deg, rgba(244, 64, 37, 1.0), rgba(152, 21, 1, 1.0));
        background: linear-gradient(180deg, rgba(244, 64, 37, 1.0), rgba(152, 21, 1, 1.0));
    }

    #BUTTON1215>.ladi-button {
        border-radius: 10px;
    }

    #BUTTON1215.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_TEXT1215 {
        width: 245px;
        top: 10.3234px;
        left: 0px;
    }

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

    #FORM_ITEM1335 {
        width: 26.759px;
        height: 35px;
        top: 128.453px;
        left: 0px;
        display: none !important;
    }

    #FORM_ITEM1336 {
        width: 26.759px;
        height: 35px;
        top: 128.453px;
        left: 36.759px;
        display: none !important;
    }

    #FORM_ITEM1337 {
        width: 26.759px;
        height: 35px;
        top: 128.453px;
        left: 73.518px;
        display: none !important;
    }

    #FORM_ITEM1338 {
        width: 26.759px;
        height: 35px;
        top: 128.453px;
        left: 110.277px;
        display: none !important;
    }

    #FORM_ITEM1339 {
        width: 26.759px;
        height: 35px;
        top: 128.453px;
        left: 147.036px;
        display: none !important;
    }

    #FORM_ITEM1340 {
        width: 26.759px;
        height: 35px;
        top: 128.453px;
        left: 183.795px;
        display: none !important;
    }

    #FORM_ITEM1341 {
        width: 26.759px;
        height: 35px;
        top: 128.453px;
        left: 220.554px;
        display: none !important;
    }

    #FORM_ITEM1342 {
        width: 26.759px;
        height: 35px;
        top: 128.453px;
        left: 257.313px;
        display: none !important;
    }

    #BOX1361 {
        width: 390px;
        height: 182px;
        top: 0px;
        left: 0px;
    }

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

    #HEADLINE1362 {
        width: 388px;
        top: 24.25px;
        left: 22px;
    }

    #HEADLINE1362>.ladi-headline {
        color: rgb(0, 0, 0);
        font-size: 24px;
        line-height: 1.8;
    }

    #GROUP1360 {
        width: 390px;
        height: 182px;
        top: 850px;
        left: 15px;
    }

    #BOX1365 {
        width: 397.774px;
        height: 175.092px;
        top: 9.22607px;
        left: 0px;
    }

    #BOX1365>.ladi-box {
        background-color: rgb(50, 126, 221);
        border-style: solid;
        border-color: rgb(255, 255, 255);
        border-width: 2px;
        border-radius: 5px;
    }

    #BOX1366 {
        width: 395.514px;
        height: 42.9424px;
        top: 95.1294px;
        left: 1.13004px;
    }

    #BOX1366>.ladi-box {
        background-color: rgb(1, 80, 215);
        border-color: rgb(11, 75, 158);
        border-width: 1px;
        border-radius: 0px;
    }

    #BOX1367 {
        width: 397.774px;
        height: 50.8162px;
        top: 0px;
        left: 0px;
    }

    #BOX1367>.ladi-box {
        background-color: rgb(0, 23, 99);
        border-style: solid;
        border-color: rgb(255, 255, 255);
        border-width: 1px;
        border-radius: 5px 5px 0px 0px;
    }

    #LINE1368 {
        height: 132px;
        top: 48.9295px;
        left: 139.561px;
    }

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

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

    #LINE1369 {
        height: 44px;
        top: 95.1427px;
        left: 139.484px;
    }

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

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

    #HEADLINE1370 {
        width: 108px;
        top: 148.218px;
        left: 19.9802px;
    }

    #HEADLINE1370>.ladi-headline,
    #HEADLINE1373>.ladi-headline,
    #HEADLINE1376>.ladi-headline,
    #HEADLINE1391>.ladi-headline,
    #HEADLINE1394>.ladi-headline,
    #HEADLINE1397>.ladi-headline {
        color: rgb(255, 225, 0);
        font-size: 19px;
        font-weight: 700;
        text-align: center;
        line-height: 1.2;
    }

    #HEADLINE1371 {
        width: 98px;
        top: 149.218px;
        left: 157.382px;
    }

    #HEADLINE1371>.ladi-headline,
    #HEADLINE1374>.ladi-headline,
    #HEADLINE1377>.ladi-headline,
    #HEADLINE1392>.ladi-headline,
    #HEADLINE1395>.ladi-headline,
    #HEADLINE1398>.ladi-headline {
        text-decoration-line: line-through;
        -webkit-text-decoration-line: line-through;
        color: rgb(228, 228, 228);
        font-size: 17px;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.2;
    }

    #HEADLINE1372 {
        width: 129px;
        top: 146px;
        left: 258.703px;
    }

    #HEADLINE1372>.ladi-headline,
    #HEADLINE1375>.ladi-headline,
    #HEADLINE1378>.ladi-headline,
    #HEADLINE1393>.ladi-headline,
    #HEADLINE1396>.ladi-headline,
    #HEADLINE1399>.ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 22px;
        font-weight: 700;
        text-align: center;
        line-height: 1.2;
    }

    #HEADLINE1373 {
        width: 108px;
        top: 104px;
        left: 19.9802px;
    }

    #HEADLINE1374 {
        width: 100px;
        top: 107.213px;
        left: 155.823px;
    }

    #HEADLINE1375 {
        width: 132px;
        top: 102.077px;
        left: 258.046px;
    }

    #HEADLINE1376 {
        width: 115px;
        top: 61.1701px;
        left: 16.4802px;
    }

    #HEADLINE1377 {
        width: 98px;
        top: 62.1701px;
        left: 158.71px;
    }

    #HEADLINE1378 {
        width: 133px;
        top: 59.034px;
        left: 256.639px;
    }

    #GROUP1364 {
        width: 397.774px;
        height: 184.318px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE1379 {
        width: 325px;
        top: 6px;
        left: 35.3092px;
    }

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

    #GROUP1363 {
        width: 397.774px;
        height: 184.318px;
        top: 1054px;
        left: 11.521px;
    }

    #PARAGRAPH1380 {
        width: 359px;
        top: 1668px;
        left: 32px;
    }

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

    #BOX1382 {
        width: 390px;
        height: 164.5px;
        top: 0px;
        left: 0px;
    }

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

    #HEADLINE1383 {
        width: 388px;
        top: 16.8582px;
        left: 22px;
    }

    #HEADLINE1383>.ladi-headline {
        color: rgb(0, 0, 0);
        font-size: 24px;
        line-height: 1.8;
    }

    #GROUP1381 {
        width: 390px;
        height: 164.5px;
        top: 492px;
        left: 15px;
    }

    #BOX1386 {
        width: 397.774px;
        height: 175.092px;
        top: 9.22607px;
        left: 0px;
    }

    #BOX1386>.ladi-box {
        background-color: rgb(50, 126, 221);
        border-style: solid;
        border-color: rgb(255, 255, 255);
        border-width: 2px;
        border-radius: 5px;
    }

    #BOX1387 {
        width: 395.514px;
        height: 42.9424px;
        top: 95.1294px;
        left: 1.13004px;
    }

    #BOX1387>.ladi-box {
        background-color: rgb(1, 80, 215);
        border-color: rgb(11, 75, 158);
        border-width: 1px;
        border-radius: 0px;
    }

    #BOX1388 {
        width: 397.774px;
        height: 50.8162px;
        top: 0px;
        left: 0px;
    }

    #BOX1388>.ladi-box {
        background-color: rgb(47, 69, 142);
        border-style: solid;
        border-color: rgb(255, 255, 255);
        border-width: 1px;
        border-radius: 5px 5px 0px 0px;
    }

    #LINE1389 {
        height: 132px;
        top: 48.9295px;
        left: 139.561px;
    }

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

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

    #LINE1390 {
        height: 44px;
        top: 95.1427px;
        left: 139.484px;
    }

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

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

    #HEADLINE1391 {
        width: 108px;
        top: 148.218px;
        left: 19.9802px;
    }

    #HEADLINE1392 {
        width: 98px;
        top: 149.218px;
        left: 157.382px;
    }

    #HEADLINE1393 {
        width: 129px;
        top: 146px;
        left: 258.703px;
    }

    #HEADLINE1394 {
        width: 108px;
        top: 103.213px;
        left: 19.9802px;
    }

    #HEADLINE1395 {
        width: 100px;
        top: 107.213px;
        left: 155.823px;
    }

    #HEADLINE1396 {
        width: 132px;
        top: 102.077px;
        left: 258.046px;
    }

    #HEADLINE1397 {
        width: 115px;
        top: 61.1701px;
        left: 16.4802px;
    }

    #HEADLINE1398 {
        width: 98px;
        top: 62.1701px;
        left: 158.71px;
    }

    #HEADLINE1399 {
        width: 133px;
        top: 60px;
        left: 256.639px;
    }

    #GROUP1385 {
        width: 397.774px;
        height: 184.318px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE1400 {
        width: 325px;
        top: 4.37872px;
        left: 35.3092px;
    }

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

    #GROUP1384 {
        width: 397.774px;
        height: 184.318px;
        top: 680px;
        left: 12.113px;
    }

    #IMAGE1402 {
        width: 277.31px;
        height: 144.742px;
        top: 132.553px;
        left: 73.345px;
    }

    #IMAGE1402>.ladi-image>.ladi-image-background {
        width: 277.31px;
        height: 144.742px;
        top: 0px;
        left: 0px;
        background-image: url("../index_files/sell.png");
    }

    #HEADLINE1405 {
        width: 300px;
        top: 21px;
        left: 60px;
    }

    #HEADLINE1405>.ladi-headline {
        color: rgb(0, 55, 215);
        font-size: 28px;
        font-weight: bold;
        font-style: italic;
        text-align: center;
        line-height: 1.4;
    }

    #LINE1406 {
        width: 320px;
        top: 60px;
        left: 50px;
    }

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

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

    #LINE1407 {
        width: 320px;
        top: 0px;
        left: 50px;
    }

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

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

    #GROUP1404 {
        width: 400px;
        height: 66px;
        top: 23px;
        left: 10px;
    }

    #IMAGE1408 {
        width: 52px;
        height: 56px;
        top: 192.648px;
        left: 17px;
    }

    #IMAGE1408>.ladi-image>.ladi-image-background {
        width: 52px;
        height: 56px;
        top: 0px;
        left: 0px;
        background-image: url("../index_files/time-20201110081204.png");
    }

    #IMAGE1408>.ladi-image {
        filter: contrast(40%) brightness(6%);
    }

    #HEADLINE1409 {
        width: 311px;
        top: 139.648px;
        left: 95px;
    }

    #HEADLINE1409>.ladi-headline {
        color: rgb(0, 55, 215);
        font-size: 18px;
        line-height: 1.2;
    }

    #HEADLINE1410 {
        width: 290px;
        top: 194px;
        left: 95px;
    }

    #HEADLINE1410>.ladi-headline {
        color: rgb(0, 55, 215);
        font-size: 18px;
        line-height: 1.5;
    }

    #PARAGRAPH1411 {
        width: 400px;
        top: 293.648px;
        left: 10px;
    }

    #PARAGRAPH1411>.ladi-paragraph {
        color: rgb(84, 84, 84);
        font-size: 16px;
        font-weight: bold;
        line-height: 1.6;
    }

    #SHAPE1412 {
        width: 55px;
        height: 55px;
        top: 122.648px;
        left: 10px;
    }

    #SHAPE1412 svg:last-child {
        fill: rgba(36, 36, 36, 1);
    }

    #IMAGE1413 {
        width: 134.149px;
        height: 270.945px;
        top: 130.703px;
        left: -270.615px;
    }

    #IMAGE1413>.ladi-image>.ladi-image-background {
        width: 134.149px;
        height: 270.945px;
        top: 0px;
        left: 0px;
    }

    #SECTION1403 {
        height: 459.648px;
    }

    #SECTION1403>.ladi-section-background {
        background-size: auto 100%;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("../index_files/bg-last-20210510102150.png");
        background-position: right center;
        background-repeat: repeat;
        opacity: 0.6;
    }

    #SECTION1403 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
}

.footer {
    padding: 10px 0;
    width: 100%;
    margin: 0 auto;
    background-color: #0024b5;
}

.footer p {
    text-align: center;
    margin: 0 auto;
    max-width: 600px;
    padding: 5px 8px;
    color: white;
    font-size: 16px;
    line-height: 1.6;
}

.footer p.it {
    font-style: italic;
    font-size: 11px;
}

@media screen and (min-width: 768px) {
    .footer p br {
        display: none;
    }
}