@font-face {
    font-family: "Mitr-Light.ttf";
    src: url("../fonts/mitr-light-20201126091707.ttf") format("truetype");
}

@font-face {
    font-family: "Krub-BoldItalic.ttf";
    src: url("../fonts/krub-bolditalic-20210630035205.ttf") format("truetype");
}

@font-face {
    font-family: "Mitr-ExtraLight.ttf";
    src: url("../fonts/mitr-extralight-20201126091707.ttf") format("truetype");
}

@font-face {
    font-family: "Krub-Bold.ttf";
    src: url("../fonts/krub-bold-20210630035205.ttf") format("truetype");
}

@font-face {
    font-family: "Mitr-Regular.ttf";
    src: url("../fonts/mitr-regular-20201126091708.ttf") format("truetype");
}

@font-face {
    font-family: "arialbd.ttf";
    src: url("../fonts/arialbd-20210315033647.ttf") format("truetype");
}

@font-face {
    font-family: "arial.ttf";
    src: url("../fonts/arial-20210315033647.ttf") format("truetype");
}

@font-face {
    font-family: "Merriweather-Bold.ttf";
    src: url("../fonts/merriweather-bold-20201007045253.ttf") format("truetype");
}

@font-face {
    font-family: "Krub-SemiBold.ttf";
    src: url("../fonts/krub-semibold-20210630035211.ttf") format("truetype");
}

body {
    font-family: "Mitr-Light.ttf" !important;
}

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

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

body {
    line-height: 1;
}

a {
    text-decoration: none;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes ladi-loading {

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

    50% {
        transform: scale(1.5);
    }
}

.overflow-hidden {
    overflow: hidden;
}

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

.opacity-0 {
    opacity: 0;
}

.height-0 {
    height: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ladi-section .ladi-section-arrow-down {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
    z-index: 90000040;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

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

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

.ladi-element {
    position: absolute;
}

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

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

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

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

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

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

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

.ladi-gallery .ladi-gallery-view {
    position: absolute;
    overflow: hidden;
}

.ladi-gallery .ladi-gallery-view>.ladi-gallery-view-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: relative;
    display: none;
    transition: transform 0.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(../fonts/ladipage-play.svg) no-repeat center center;
    background-size: contain;
    pointer-events: none;
    cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

.ladi-gallery .ladi-gallery-control {
    position: absolute;
    overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-arrow-right {
    right: 0;
    transform: scale(0.6);
    -webkit-transform: scale(0.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(0.6) rotate(270deg);
    -webkit-transform: scale(0.6) rotate(270deg);
}

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

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

.ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-arrow-right {
    bottom: 0;
    transform: scale(0.6) rotate(90deg);
    -webkit-transform: scale(0.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(../fonts/ladipage-play.svg) no-repeat center center;
    background-size: contain;
    pointer-events: none;
    cursor: pointer;
}

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

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

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

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

.ladi-table table {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ladi-collection.carousel {
    overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 9px 6px !important;
    background-position: right 0.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: 0.35;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ladi-combobox .ladi-combobox-item-container .ladi-combobox-item .ladi-combobox-control {
    background-color: transparent;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    padding: 0 5px;
    font-size: inherit;
    border: none;
    text-transform: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 9px 6px !important;
    background-position: right 0.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, 0.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 0.2s linear;
}

.ladi-cart .ladi-cart-quantity button span {
    font-size: 18px;
    position: relative;
    left: 0.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 0.2s linear;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ladi-line {
    position: relative;
}

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

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

a:visited {
    color: inherit;
}

a:link {
    color: inherit;
}

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

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

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

.ladi-hidden {
    display: none;
}

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

.lightbox-screen {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 9000000080;
    background: rgba(0, 0, 0, 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: 0.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, 0.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 0.3s linear;
    width: 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ladi-notify .ladi-notify-copyright {
    font-size: 76.9231%;
    margin-left: 2px;
    position: relative;
    padding: 0 5px;
    cursor: pointer;
    opacity: 0.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, 0.6), 0 8px 50px rgba(64, 64, 64, 0.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 0.3s ease-in-out;
    -webkit-transition: transform 0.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(0.25, 0.1, 0, 1);
    -webkit-transition: transform 7s cubic-bezier(0.25, 0.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, 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;
    }
}


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

    #SECTION1 {
        height: 832.66px;
    }

    #SECTION1>.ladi-section-background.loaded {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("../images/bgn1-20210715034740_1.png");
        background-position: center top;
        background-repeat: repeat;
    }

    #SECTION2 {
        height: 876.83px;
    }

    #SECTION3 {
        height: 617.9px;
    }

    #SECTION3>.ladi-section-background.loaded {
        background-color: rgb(240, 251, 249);
    }

    #SECTION4 {
        height: 745.9px;
    }

    #SECTION4>.ladi-section-background.loaded {
        opacity: 0.5;
    }

    #IMAGE8 {
        width: 767.398px;
        height: 320px;
        top: 0px;
        left: 0px;
    }

    #IMAGE8>.ladi-image>.ladi-image-background.loaded {
        width: 767.398px;
        height: 320px;
        top: 0px;
        left: 0px;
        background-image: url("../images/calmerol_thailand-03-20210709103919_2.png");
    }

    #IMAGE8.ladi-animation>.ladi-image {
        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;
    }

    #HEADLINE11 {
        width: 306px;
        top: 232px;
        left: 248.597px;
    }

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

    #HEADLINE19 {
        width: 446px;
        top: 4.94825px;
        left: 76.552px;
    }

    #HEADLINE19>.ladi-headline {
        font-family: "Krub-BoldItalic.ttf";
        color: rgb(1, 24, 4);
        font-size: 18px;
        font-weight: bold;
        font-style: italic;
        text-align: left;
        line-height: 1.6;
    }

    #HEADLINE19.ladi-animation>.ladi-headline {
        animation-name: fadeInRight;
        -webkit-animation-name: fadeInRight;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #SECTION67 {
        height: 554.51px;
    }

    #IMAGE120 {
        width: 69.4404px;
        height: 65.8965px;
        top: 0px;
        left: 0px;
    }

    #IMAGE120>.ladi-image>.ladi-image-background.loaded {
        width: 69.4404px;
        height: 65.8965px;
        top: 0px;
        left: 0px;
        background-image: url("../images/tick-01-20210712032120.png");
    }

    #IMAGE130 {
        width: 134.893px;
        height: 129.763px;
        top: 11.1185px;
        left: -506.97px;
    }

    #IMAGE130>.ladi-image>.ladi-image-background.loaded {
        width: 134.893px;
        height: 129.763px;
        top: 0px;
        left: 0px;
        background-image: url("../images/la-02-20210712034015_1.png");
    }

    #GROUP131 {
        width: 767.398px;
        height: 320px;
        top: 645.262px;
        left: 779.463px;
    }

    #HEADLINE134 {
        width: 781px;
        top: 69.299px;
        left: 459px;
    }

    #HEADLINE134>.ladi-headline {
        background: #02aab0;
        background: -webkit-linear-gradient(180deg, #02aab0, #00cdac);
        background: linear-gradient(180deg, #02aab0, #00cdac);
        color: rgb(0, 0, 0);
        font-size: 30px;
        font-weight: bold;
        line-height: 1.6;
    }

    #HEADLINE134 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #PARAGRAPH135 {
        width: 685px;
        top: 132.335px;
        left: 459px;
    }

    #PARAGRAPH135>.ladi-paragraph {
        font-family: "Mitr-ExtraLight.ttf";
        color: rgb(84, 84, 84);
        font-size: 15px;
        font-weight: bold;
        text-align: left;
        line-height: 1.6;
    }

    #BOX137 {
        width: 1200px;
        height: 470.495px;
        top: 41px;
        left: 0px;
    }

    #BOX137>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-radius: 10px;
        filter: drop-shadow(rgb(180, 180, 180) 0px 3px 6px);
    }

    #BUTTON_TEXT140 {
        width: 361px;
        top: 9.91012px;
        left: 0px;
    }

    #BUTTON_TEXT140>.ladi-headline {
        font-family: "Krub-Bold.ttf";
        color: rgb(255, 255, 255);
        font-size: 19px;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.6;
    }

    #BUTTON140 {
        width: 320.158px;
        height: 54.5391px;
        top: 72px;
        left: 137.873px;
    }

    #BUTTON140>.ladi-button>.ladi-button-background {
        background: #ff758c;
        background: -webkit-linear-gradient(180deg, #ff758c, #ff7eb3);
        background: linear-gradient(180deg, #ff758c, #ff7eb3);
    }

    #BUTTON140>.ladi-button {
        border-radius: 3px;
    }

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

    #BUTTON140>.ladi-button:hover .ladi-button-background {
        background-color: rgb(255, 34, 21);
        background-image: none;
    }

    #FORM_ITEM142 {
        width: 295.674px;
        height: 52.5391px;
        top: 0px;
        left: 0px;
    }

    #FORM_ITEM143 {
        width: 295.674px;
        height: 52.5391px;
        top: 0px;
        left: 300.229px;
    }

    #FORM139 {
        width: 595.903px;
        height: 126.539px;
        top: 646.711px;
        left: 522.552px;
    }

    #FORM139>.ladi-form {
        font-family: "Krub-Bold.ttf";
        color: rgb(112, 112, 112);
        font-size: 14px;
        line-height: 1.6;
    }

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

    #FORM139 .ladi-form-item {
        padding-left: 8px;
        padding-right: 8px;
    }

    #FORM139 .ladi-form-item.ladi-form-checkbox {
        padding-left: 13px;
        padding-right: 13px;
    }

    #FORM139 .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(112%2C%20112%2C%20112%2C%201.0)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
    }

    #FORM139 .ladi-form-item-container,
    #FORM139 .ladi-form-label-container .ladi-form-label-item {
        border-style: solid;
        border-color: rgb(250, 210, 214);
        border-width: 3px;
        border-radius: 5px;
    }

    #FORM139 .ladi-form-item-container .ladi-form-quantity button {
        background-color: rgb(250, 210, 214);
    }

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

    #HEADLINE214 {
        width: 710px;
        top: 10.83px;
        left: 245px;
    }

    #HEADLINE214>.ladi-headline {
        background: #02aab0;
        background: -webkit-linear-gradient(180deg, #02aab0, #00cdac);
        background: linear-gradient(180deg, #02aab0, #00cdac);
        color: rgb(255, 255, 255);
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #HEADLINE214 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #IMAGE217 {
        width: 200px;
        height: 200px;
        top: 43.146px;
        left: 47px;
    }

    #IMAGE217>.ladi-image>.ladi-image-background.loaded {
        width: 208px;
        height: 208px;
        top: -8px;
        left: -8px;
        background-image: url("../images/man-ngua-1-20210714024506.png");
    }

    #IMAGE217>.ladi-image {
        border-style: solid;
        border-color: rgb(48, 178, 149);
        border-width: 6px;
        border-radius: 225px;
    }

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

    #HEADLINE218 {
        width: 291px;
        top: 273.146px;
        left: 0px;
    }

    #HEADLINE218>.ladi-headline {
        font-family: "Mitr-Regular.ttf";
        color: rgb(75, 75, 75);
        font-size: 18px;
        text-align: center;
        line-height: 1.6;
    }

    #HEADLINE229 {
        width: 750px;
        top: 30.175px;
        left: 225px;
    }

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

    #HEADLINE233 {
        width: 749px;
        top: 35.265px;
        left: 245.5px;
    }

    #HEADLINE233>.ladi-headline {
        background: #06beb6;
        background: -webkit-linear-gradient(180deg, #06beb6, #48b1bf);
        background: linear-gradient(180deg, #06beb6, #48b1bf);
        color: rgb(0, 0, 0);
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #HEADLINE233 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #SECTION234 {
        height: 131.9px;
    }

    #PARAGRAPH255 {
        width: 780px;
        top: 115.265px;
        left: 205.5px;
    }

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

    #LINE256 {
        width: 113px;
        top: 85.265px;
        left: 545.5px;
    }

    #LINE256>.ladi-line>.ladi-line-container {
        border-top: 2px solid rgb(116, 224, 200);
        border-right: 2px solid rgb(116, 224, 200);
        border-bottom: 2px solid rgb(116, 224, 200);
        border-left: 0px !important;
    }

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

    #HEADLINE289 {
        width: 808px;
        top: 14.105px;
        left: 196.086px;
    }

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

    #PARAGRAPH290 {
        width: 879px;
        top: 83.105px;
        left: 160px;
    }

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

    #LINE291 {
        width: 123px;
        top: 58.105px;
        left: 538.638px;
    }

    #LINE291>.ladi-line>.ladi-line-container {
        border-top: 2px solid rgb(145, 237, 217);
        border-right: 2px solid rgb(145, 237, 217);
        border-bottom: 2px solid rgb(145, 237, 217);
        border-left: 0px !important;
    }

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

    #LINE292 {
        height: 578px;
        top: 42px;
        left: 511.5px;
    }

    #LINE292>.ladi-line>.ladi-line-container {
        border-top: 0px !important;
        border-right: 2px dashed rgb(145, 237, 217);
        border-bottom: 2px dashed rgb(145, 237, 217);
        border-left: 2px dashed rgb(145, 237, 217);
    }

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

    #PARAGRAPH295 {
        width: 340px;
        top: 40px;
        left: 0px;
    }

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

    #PARAGRAPH296 {
        width: 339px;
        top: 0px;
        left: 1px;
    }

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

    #GROUP293 {
        width: 340px;
        height: 88px;
        top: 0px;
        left: 0px;
    }

    #SECTION288 {
        height: 970.26px;
    }

    #SECTION288>.ladi-section-background.loaded {
        background-color: rgb(240, 251, 249);
    }

    #SHAPE326 {
        width: 21px;
        height: 21px;
        top: 33.5px;
        left: 480px;
    }

    #SHAPE326 svg:last-child {
        fill: rgba(249, 74, 74, 1);
    }

    #HEADLINE337 {
        width: 980px;
        top: 13.265px;
        left: 110px;
    }

    #HEADLINE337>.ladi-headline {
        color: rgb(1, 83, 91);
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #PARAGRAPH338 {
        width: 780px;
        top: 89.265px;
        left: 207px;
    }

    #PARAGRAPH338>.ladi-paragraph {
        color: rgb(19, 121, 131);
        font-size: 14px;
        text-align: center;
        line-height: 1.6;
    }

    #LINE339 {
        width: 113px;
        top: 63.265px;
        left: 550px;
    }

    #LINE339>.ladi-line>.ladi-line-container {
        border-top: 2px solid rgb(145, 237, 217);
        border-right: 2px solid rgb(145, 237, 217);
        border-bottom: 2px solid rgb(145, 237, 217);
        border-left: 0px !important;
    }

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

    #SECTION336 {
        height: 455.9px;
    }

    #SECTION336>.ladi-section-background.loaded {
        background-size: cover;
        background-attachment: fixed;
        background-image: url("../images/7-20210715105027_3.png");
        background-position: center top;
        background-repeat: repeat;
    }

    #HEADLINE346 {
        width: 749px;
        top: 13.265px;
        left: 250px;
    }

    #HEADLINE346>.ladi-headline {
        background: #02aab0;
        background: -webkit-linear-gradient(180deg, #02aab0, #00cdac);
        background: linear-gradient(180deg, #02aab0, #00cdac);
        color: rgb(0, 0, 0);
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #HEADLINE346 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #PARAGRAPH347 {
        width: 780px;
        top: 93.265px;
        left: 210px;
    }

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

    #LINE348 {
        width: 113px;
        top: 63.265px;
        left: 550px;
    }

    #LINE348>.ladi-line>.ladi-line-container {
        border-top: 2px solid rgb(116, 224, 200);
        border-right: 2px solid rgb(116, 224, 200);
        border-bottom: 2px solid rgb(116, 224, 200);
        border-left: 0px !important;
    }

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

    #SECTION345 {
        height: 450.9px;
    }

    #HEADLINE358 {
        width: 1004px;
        top: 79.4225px;
        left: 152px;
    }

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

    #SECTION354 {
        height: 284.82px;
    }

    #SECTION354>.ladi-section-background.loaded {
        background-size: cover;
        background-attachment: fixed;
        background-image: url("../images/7-20210715105027_2.png");
        background-position: center top;
        background-repeat: repeat;
    }

    #HEADLINE361 {
        width: 980px;
        top: 13.265px;
        left: 110px;
    }

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

    #SECTION360 {
        height: 809.9px;
    }

    #HEADLINE368 {
        width: 980px;
        top: 13.265px;
        left: 110px;
    }

    #HEADLINE368>.ladi-headline {
        background: #02aab0;
        background: -webkit-linear-gradient(180deg, #02aab0, #00cdac);
        background: linear-gradient(180deg, #02aab0, #00cdac);
        color: rgb(0, 0, 0);
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #HEADLINE368 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #PARAGRAPH369 {
        width: 780px;
        top: 93.265px;
        left: 210px;
    }

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

    #LINE370 {
        width: 113px;
        top: 63.265px;
        left: 550px;
    }

    #LINE370>.ladi-line>.ladi-line-container {
        border-top: 2px solid rgb(145, 237, 217);
        border-right: 2px solid rgb(145, 237, 217);
        border-bottom: 2px solid rgb(145, 237, 217);
        border-left: 0px !important;
    }

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

    #HEADLINE372 {
        width: 304px;
        top: 64.37px;
        left: 217.084px;
    }

    #HEADLINE372>.ladi-headline {
        color: rgb(0, 102, 111);
        font-size: 18px;
        font-weight: bold;
        text-align: left;
        line-height: 1.6;
    }

    #PARAGRAPH373 {
        width: 780px;
        top: 383.765px;
        left: 188px;
    }

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

    #SECTION367 {
        height: 445.545px;
    }

    #HEADLINE375 {
        width: 633px;
        top: 78.265px;
        left: 537px;
    }

    #HEADLINE375>.ladi-headline {
        background: #02aab0;
        background: -webkit-linear-gradient(180deg, #02aab0, #00cdac);
        background: linear-gradient(180deg, #02aab0, #00cdac);
        color: rgb(0, 0, 0);
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #HEADLINE375 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #HEADLINE376 {
        width: 246px;
        top: 429.398px;
        left: 879px;
    }

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

    #HEADLINE377 {
        width: 303px;
        top: 176.398px;
        left: 537px;
    }

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

    #SECTION374 {
        height: 684.165px;
    }

    #HEADLINE383 {
        width: 980px;
        top: 28.265px;
        left: 110px;
    }

    #HEADLINE383>.ladi-headline {
        background: #02aab0;
        background: -webkit-linear-gradient(180deg, #02aab0, #00cdac);
        background: linear-gradient(180deg, #02aab0, #00cdac);
        color: rgb(0, 0, 0);
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #HEADLINE383 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #BOX385 {
        width: 370px;
        height: 460px;
        top: 0px;
        left: 0px;
    }

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

    #HEADLINE386 {
        width: 260px;
        top: 180px;
        left: 55px;
    }

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

    #HEADLINE387 {
        width: 350px;
        top: 260px;
        left: 10px;
    }

    #HEADLINE387>.ladi-headline {
        font-family: "arialbd.ttf";
        color: rgb(0, 0, 0);
        font-size: 16px;
        text-align: center;
        line-height: 1.6;
    }

    #IMAGE388 {
        width: 150.5px;
        height: 150.5px;
        top: 20px;
        left: 109.75px;
    }

    #IMAGE388>.ladi-image>.ladi-image-background.loaded {
        width: 150.5px;
        height: 150.5px;
        top: 0px;
        left: 0px;
        background-image: url("../images/a-11-20210420045951.png");
    }

    #IMAGE388>.ladi-image {
        border-style: solid;
        border-color: rgb(228, 228, 228);
        border-width: 5px;
        border-radius: 197px;
    }

    #SHAPE389 {
        width: 80px;
        height: 80px;
        top: 180px;
        left: 145px;
    }

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

    #GROUP384 {
        width: 370px;
        height: 460px;
        top: 10px;
        left: 1214px;
    }

    #SECTION382 {
        height: 713.1px;
    }

    #BOX401 {
        width: 1198.89px;
        height: 530px;
        top: 0px;
        left: 0px;
    }

    #BOX401>.ladi-box {
        background-color: rgb(145, 237, 217);
        border-radius: 12px;
    }

    #IMAGE402 {
        width: 847.461px;
        height: 372.133px;
        top: 0px;
        left: 352.539px;
    }

    #IMAGE402>.ladi-image>.ladi-image-background.loaded {
        width: 847.461px;
        height: 450.365px;
        top: -78.2321px;
        left: 0px;
        background-image: url("../images/t2-20201001084008_1.png");
    }

    #IMAGE402>.ladi-image {
        border-radius: 12px;
    }

    #IMAGE403 {
        width: 523.022px;
        height: 530px;
        top: 0px;
        left: 0px;
    }

    #IMAGE403>.ladi-image>.ladi-image-background.loaded {
        width: 523.022px;
        height: 530px;
        top: 0px;
        left: 0px;
        background-image: url("../images/t1-20201001083748_1.png");
    }

    #IMAGE403>.ladi-image {
        border-radius: 12px;
    }

    #GROUP400 {
        width: 1200px;
        height: 530px;
        top: 120.42px;
        left: 0px;
    }

    #IMAGE438 {
        width: 410.118px;
        height: 411.304px;
        top: 317.356px;
        left: 402.676px;
    }

    #IMAGE438>.ladi-image>.ladi-image-background.loaded {
        width: 410.118px;
        height: 411.304px;
        top: 0px;
        left: 0px;
        background-image: url("../images/calmerol-th-decor-01-20210712023839_1.png");
    }

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

    #IMAGE440 {
        width: 767.398px;
        height: 320px;
        top: 0px;
        left: 0px;
    }

    #IMAGE440>.ladi-image>.ladi-image-background.loaded {
        width: 767.398px;
        height: 320px;
        top: 0px;
        left: 0px;
        background-image: url("../images/calmerol_thailand-03-20210709103919_2.png");
    }

    #HEADLINE441 {
        width: 446px;
        top: 244.711px;
        left: 168.821px;
    }

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

    #GROUP439 {
        width: 767.398px;
        height: 320px;
        top: -51.3555px;
        left: -168.597px;
    }

    #IMAGE449 {
        width: 138.801px;
        height: 120.207px;
        top: 569.452px;
        left: 1107.52px;
    }

    #IMAGE449>.ladi-image>.ladi-image-background.loaded {
        width: 138.801px;
        height: 120.207px;
        top: 0px;
        left: 0px;
        background-image: url("../images/la-03-20210712034012.png");
    }

    #IMAGE449>.ladi-image {
        filter: blur(3px);
    }

    #IMAGE450 {
        width: 134.893px;
        height: 129.763px;
        top: 11.1185px;
        left: -506.97px;
    }

    #IMAGE450>.ladi-image>.ladi-image-background.loaded {
        width: 134.893px;
        height: 129.763px;
        top: 0px;
        left: 0px;
        background-image: url("../images/la-02-20210712034015_1.png");
    }

    #BUTTON_TEXT461 {
        width: 331px;
        top: 9.91012px;
        left: 0px;
    }

    #BUTTON_TEXT461>.ladi-headline {
        font-family: "Krub-Bold.ttf";
        color: rgb(255, 255, 255);
        font-size: 19px;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.6;
    }

    #BUTTON461 {
        width: 330.903px;
        height: 54.5391px;
        top: 140.539px;
        left: 0px;
    }

    #BUTTON461>.ladi-button>.ladi-button-background {
        background: rgba(249, 74, 74, 1);
        background: -webkit-linear-gradient(180deg, rgba(249, 74, 74, 1), #ff0000);
        background: linear-gradient(180deg, rgba(249, 74, 74, 1), #ff0000);
    }

    #BUTTON461>.ladi-button {
        border-radius: 3px;
    }

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

    #BUTTON461>.ladi-button:hover .ladi-button-background {
        background-color: rgb(255, 34, 21);
        background-image: none;
    }

    #FORM_ITEM463 {
        width: 330.903px;
        height: 52.5391px;
        top: 0px;
        left: 0px;
    }

    #FORM_ITEM464 {
        width: 330.903px;
        height: 52.5391px;
        top: 64.2695px;
        left: 0px;
    }

    #FORM460 {
        width: 331.224px;
        height: 195.078px;
        top: 307.661px;
        left: 52.65px;
    }

    #FORM460>.ladi-form {
        font-family: "Krub-Bold.ttf";
        color: rgb(112, 112, 112);
        font-size: 14px;
        line-height: 1.6;
    }

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

    #FORM460 .ladi-form-item {
        padding-left: 8px;
        padding-right: 8px;
    }

    #FORM460 .ladi-form-item.ladi-form-checkbox {
        padding-left: 13px;
        padding-right: 13px;
    }

    #FORM460 .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(112%2C%20112%2C%20112%2C%201.0)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
    }

    #FORM460 .ladi-form-item-container,
    #FORM460 .ladi-form-label-container .ladi-form-label-item {
        border-style: solid;
        border-color: rgb(145, 226, 243);
        border-width: 1px;
        border-radius: 5px;
    }

    #FORM460 .ladi-form-item-container .ladi-form-quantity button {
        background-color: rgb(145, 226, 243);
    }

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

    #SECTION434 {
        height: 744.659px;
    }

    #SECTION434>.ladi-section-background.loaded {
        background-size: cover;
        background-attachment: fixed;
        background-image: url("../images/bg8-20210705075901_1.png");
        background-position: center top;
        background-repeat: repeat;
    }

    #IMAGE473 {
        width: 174.86px;
        height: 438.19px;
        top: 266.67px;
        left: 524.14px;
    }

    #IMAGE473>.ladi-image>.ladi-image-background.loaded {
        width: 174.86px;
        height: 438.19px;
        top: 0px;
        left: 0px;
        background-image: url("../images/image2-20210714102037.png");
    }

    #BOX475 {
        width: 408px;
        height: 408px;
        top: 0px;
        left: 14px;
    }

    #BOX475>.ladi-box {
        border-style: solid;
        border-color: rgb(215, 247, 220);
        border-width: 1px;
        border-radius: 999px;
    }

    #SHAPE477 {
        width: 30px;
        height: 30px;
        top: 12px;
        left: 305px;
    }

    #SHAPE477 svg:last-child {
        fill: rgba(116, 224, 200, 1);
    }

    #SHAPE480 {
        width: 30px;
        height: 30px;
        top: 189px;
        left: 407px;
    }

    #SHAPE480 svg:last-child {
        fill: rgba(116, 224, 200, 1);
    }

    #SHAPE483 {
        width: 30px;
        height: 30px;
        top: 344.055px;
        left: 328px;
    }

    #SHAPE483 svg:last-child {
        fill: rgba(116, 224, 200, 1);
    }

    #SHAPE489 {
        width: 30px;
        height: 30px;
        top: 183px;
        left: 0px;
    }

    #SHAPE489 svg:last-child {
        fill: rgba(116, 224, 200, 1);
    }

    #SHAPE492 {
        width: 30px;
        height: 30px;
        top: 354.055px;
        left: 88px;
    }

    #SHAPE492 svg:last-child {
        fill: rgba(116, 224, 200, 1);
    }

    #GROUP474 {
        width: 437px;
        height: 408px;
        top: 204.265px;
        left: 382px;
    }

    #SHAPE486 {
        width: 30px;
        height: 30px;
        top: 12px;
        left: 102px;
    }

    #SHAPE486 svg:last-child {
        fill: rgba(116, 224, 200, 1);
    }

    #HEADLINE496 {
        width: 246px;
        top: 73.945px;
        left: 66px;
    }

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

    #HEADLINE498 {
        width: 249px;
        top: 0px;
        left: 63.5px;
    }

    #HEADLINE498>.ladi-headline {
        color: rgb(53, 193, 206);
        font-size: 20px;
        text-align: right;
        line-height: 1.6;
    }

    #LINE499 {
        width: 216px;
        top: 25px;
        left: 96px;
    }

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

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

    #LINE500 {
        width: 106px;
        top: 55px;
        left: 0px;
    }

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

    #LINE500>.ladi-line {
        width: 100%;
        transform: rotate(-34deg);
        -webkit-transform: rotate(-34deg);
        padding: 8px 0px;
    }

    #GROUP497 {
        width: 312.5px;
        height: 72px;
        top: 25.945px;
        left: 0px;
    }

    #IMAGE501 {
        width: 233.79px;
        height: 180px;
        top: 0px;
        left: 281px;
    }

    #IMAGE501>.ladi-image>.ladi-image-background.loaded {
        width: 234.958px;
        height: 176.219px;
        top: 0px;
        left: 0px;
        background-image: url("../images/han-toolscom_d047b2f5d69d64826c50d171a4cc93771626371112447-20210715174819_1.png");
    }

    #GROUP495 {
        width: 514.79px;
        height: 180px;
        top: 108.32px;
        left: 699px;
    }

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

    #HEADLINE555 {
        width: 223px;
        top: 84.35px;
        left: 175.545px;
    }

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

    #IMAGE556 {
        width: 220.045px;
        height: 143.12px;
        top: 0px;
        left: 0px;
    }

    #IMAGE556>.ladi-image>.ladi-image-background.loaded {
        width: 220.045px;
        height: 143.12px;
        top: 0px;
        left: 0px;
        background-image: url("../images/han-toolscom_1deff941a1d5a848f2b56374ed23b45e1626370318086-20210715174540.png");
    }

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

    #HEADLINE558 {
        width: 221px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE558>.ladi-headline {
        color: rgb(53, 193, 206);
        font-size: 20px;
        text-align: left;
        line-height: 1.6;
    }

    #LINE559 {
        width: 188px;
        top: 25px;
        left: 0px;
    }

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

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

    #LINE560 {
        width: 106px;
        top: 45px;
        left: 182.5px;
    }

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

    #LINE560>.ladi-line {
        width: 100%;
        transform: rotate(22deg);
        -webkit-transform: rotate(22deg);
        padding: 8px 0px;
    }

    #GROUP557 {
        width: 288.5px;
        height: 62px;
        top: 44.35px;
        left: 175.545px;
    }

    #GROUP554 {
        width: 464.045px;
        height: 154.35px;
        top: 108.32px;
        left: 30px;
    }

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

    #HEADLINE562 {
        width: 286px;
        top: 56px;
        left: 142.888px;
    }

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

    #IMAGE563 {
        width: 127.831px;
        height: 104.055px;
        top: 0px;
        left: 0px;
    }

    #IMAGE563>.ladi-image>.ladi-image-background.loaded {
        width: 128.562px;
        height: 104.055px;
        top: -0.000006px;
        left: 0px;
        background-image: url("../images/orange-lemon-20210716102122_1.png");
    }

    #HEADLINE565 {
        width: 295px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE565>.ladi-headline {
        color: rgb(53, 193, 206);
        font-size: 20px;
        text-align: left;
        line-height: 1.6;
    }

    #LINE566 {
        width: 288px;
        top: 25px;
        left: 0px;
    }

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

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

    #LINE567 {
        width: 58px;
        top: 12.055px;
        left: 283.138px;
    }

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

    #LINE567>.ladi-line {
        width: 100%;
        transform: rotate(-27deg);
        -webkit-transform: rotate(-27deg);
        padding: 8px 0px;
    }

    #GROUP564 {
        width: 340.112px;
        height: 42px;
        top: 16px;
        left: 142.888px;
    }

    #GROUP561 {
        width: 483px;
        height: 104.055px;
        top: 554.265px;
        left: -3px;
    }

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

    #HEADLINE569 {
        width: 258px;
        top: 90.945px;
        left: 148.795px;
    }

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

    #IMAGE570 {
        width: 152.911px;
        height: 153.715px;
        top: 0px;
        left: 0px;
    }

    #IMAGE570>.ladi-image>.ladi-image-background.loaded {
        width: 199.291px;
        height: 153.715px;
        top: 0px;
        left: -16.357px;
        background-image: url("../images/han-toolscom_678509a0431e0b590d8608ff85ac7e451626370691788-20210715174541_1.png");
    }

    #HEADLINE572 {
        width: 221px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE572>.ladi-headline {
        color: rgb(53, 193, 206);
        font-size: 20px;
        text-align: left;
        line-height: 1.6;
    }

    #LINE573 {
        width: 188px;
        top: 23px;
        left: 0px;
    }

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

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

    #LINE574 {
        width: 106px;
        top: 40px;
        left: 180px;
    }

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

    #LINE574>.ladi-line {
        width: 100%;
        transform: rotate(19deg);
        -webkit-transform: rotate(19deg);
        padding: 8px 0px;
    }

    #GROUP571 {
        width: 286px;
        height: 57px;
        top: 40px;
        left: 150px;
    }

    #GROUP568 {
        width: 436px;
        height: 183.945px;
        top: 298.32px;
        left: -30px;
    }

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

    #HEADLINE576 {
        width: 263px;
        top: 73.945px;
        left: 80px;
    }

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

    #HEADLINE578 {
        width: 249px;
        top: 0px;
        left: 93.5px;
    }

    #HEADLINE578>.ladi-headline {
        color: rgb(53, 193, 206);
        font-size: 20px;
        text-align: right;
        line-height: 1.6;
    }

    #LINE579 {
        width: 216px;
        top: 25px;
        left: 126px;
    }

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

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

    #LINE580 {
        width: 130px;
        top: 15.055px;
        left: 0px;
    }

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

    #LINE580>.ladi-line {
        width: 100%;
        transform: rotate(9deg);
        -webkit-transform: rotate(9deg);
        padding: 8px 0px;
    }

    #GROUP577 {
        width: 342.5px;
        height: 42px;
        top: 25.945px;
        left: 0px;
    }

    #IMAGE581 {
        width: 168.056px;
        height: 174.055px;
        top: 0px;
        left: 320px;
    }

    #IMAGE581>.ladi-image>.ladi-image-background.loaded {
        width: 174.055px;
        height: 174.055px;
        top: 0px;
        left: 0px;
        background-image: url("../images/han-toolscom_9fdd6bc6ec47c9227f4ecd7b44614a361626370642367-20210715174540.png");
    }

    #GROUP575 {
        width: 488.056px;
        height: 174.055px;
        top: 528.32px;
        left: 730px;
    }

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

    #HEADLINE583 {
        width: 233px;
        top: 75.945px;
        left: 0px;
    }

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

    #HEADLINE585 {
        width: 220px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE585>.ladi-headline {
        color: rgb(53, 193, 206);
        font-size: 20px;
        text-align: left;
        line-height: 1.2;
    }

    #LINE586 {
        width: 213px;
        top: 50px;
        left: 0px;
    }

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

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

    #GROUP584 {
        width: 220px;
        height: 67px;
        top: 10px;
        left: 2.492px;
    }

    #IMAGE587 {
        width: 153.459px;
        height: 109.055px;
        top: 0px;
        left: 232.492px;
    }

    #IMAGE587>.ladi-image>.ladi-image-background.loaded {
        width: 153.459px;
        height: 110.009px;
        top: 0px;
        left: 0px;
        background-image: url("../images/beta-glucan-500x500-20210715174540_1.png");
    }

    #GROUP582 {
        width: 385.951px;
        height: 119.945px;
        top: 318.32px;
        left: 827.508px;
    }

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

    #HEADLINE589 {
        width: 306px;
        top: 32px;
        left: 0px;
    }

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

    #HEADLINE591 {
        width: 249px;
        top: 0px;
        left: 28.5px;
    }

    #HEADLINE591>.ladi-headline {
        color: rgb(53, 193, 206);
        font-size: 20px;
        text-align: center;
        line-height: 1.6;
    }

    #GROUP588 {
        width: 306px;
        height: 76px;
        top: 721.88px;
        left: 458.57px;
    }

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

    #SHAPE597 {
        width: 1363.44px;
        height: 1075.08px;
        top: 0px;
        left: 0px;
    }

    #SHAPE597>.ladi-shape {
        transform: rotate(-123deg);
        -webkit-transform: rotate(-123deg);
    }

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

    #GROUP599 {
        width: 522.552px;
        height: 65.8965px;
        top: 285.356px;
        left: 0px;
    }

    #HEADLINE601 {
        width: 446px;
        top: 4.94825px;
        left: 76.552px;
    }

    #HEADLINE601>.ladi-headline {
        font-family: "Krub-BoldItalic.ttf";
        color: rgb(0, 0, 0);
        font-size: 18px;
        font-weight: bold;
        font-style: italic;
        text-align: left;
        line-height: 1.6;
    }

    #HEADLINE601.ladi-animation>.ladi-headline {
        animation-name: fadeInRight;
        -webkit-animation-name: fadeInRight;
        animation-delay: 1s;
        -webkit-animation-delay: 1s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #IMAGE602 {
        width: 69.4404px;
        height: 65.8965px;
        top: 0px;
        left: 0px;
    }

    #IMAGE602>.ladi-image>.ladi-image-background.loaded {
        width: 69.4404px;
        height: 65.8965px;
        top: 0px;
        left: 0px;
        background-image: url("../images/tick-01-20210712032120.png");
    }

    #GROUP600 {
        width: 522.552px;
        height: 65.8965px;
        top: 364.356px;
        left: 0px;
    }

    #HEADLINE604 {
        width: 446px;
        top: 4.94825px;
        left: 76.552px;
    }

    #HEADLINE604>.ladi-headline {
        font-family: "Krub-BoldItalic.ttf";
        color: rgb(0, 0, 0);
        font-size: 18px;
        font-weight: bold;
        font-style: italic;
        text-align: left;
        line-height: 1.6;
    }

    #HEADLINE604.ladi-animation>.ladi-headline {
        animation-name: fadeInRight;
        -webkit-animation-name: fadeInRight;
        animation-delay: 1s;
        -webkit-animation-delay: 1s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #IMAGE605 {
        width: 69.4404px;
        height: 65.8965px;
        top: 0px;
        left: 0px;
    }

    #IMAGE605>.ladi-image>.ladi-image-background.loaded {
        width: 69.4404px;
        height: 65.8965px;
        top: 0px;
        left: 0px;
        background-image: url("../images/tick-01-20210712032120.png");
    }

    #GROUP603 {
        width: 522.552px;
        height: 65.8965px;
        top: 441.49px;
        left: 0px;
    }

    #COUNTDOWN606 {
        width: 289px;
        height: 57px;
        top: 9.461px;
        left: 0px;
    }

    #COUNTDOWN606>.ladi-countdown {
        font-family: "Yeseva One", cursive;
        color: rgb(249, 74, 74);
        font-size: 40px;
        font-weight: bold;
        text-align: center;
    }

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

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

    #BOX615 {
        width: 435px;
        height: 73px;
        top: 0px;
        left: 0px;
    }

    #BOX615>.ladi-box {
        background-color: rgb(240, 251, 249);
        border-style: solid;
        border-color: rgb(249, 74, 74);
        border-width: 1px;
        border-radius: 99px;
    }

    #HEADLINE617 {
        width: 134px;
        top: 32.1406px;
        left: 0px;
    }

    #HEADLINE617>.ladi-headline {
        color: rgb(245, 59, 37);
        font-size: 18px;
        font-weight: bold;
        text-align: right;
        line-height: 1.6;
    }

    #HEADLINE618 {
        width: 121px;
        top: 13.6406px;
        left: 26px;
    }

    #HEADLINE618>.ladi-headline {
        color: rgb(245, 59, 37);
        font-size: 36px;
        font-weight: bold;
        line-height: 1.6;
    }

    #HEADLINE620 {
        width: 118px;
        top: 0px;
        left: 60.672px;
    }

    #HEADLINE620>.ladi-headline {
        text-decoration-line: line-through;
        -webkit-text-decoration-line: line-through;
        color: rgb(0, 0, 0);
        font-size: 19px;
        text-align: right;
        line-height: 1.6;
    }

    #HEADLINE621 {
        width: 93px;
        top: 0px;
        left: 0px;
    }

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

    #GROUP619 {
        width: 178.672px;
        height: 30px;
        top: 0px;
        left: 15.1875px;
    }

    #GROUP616 {
        width: 193.859px;
        height: 71.6406px;
        top: 7px;
        left: 218.078px;
    }

    #GROUP614 {
        width: 435px;
        height: 78.6406px;
        top: 0px;
        left: 61.771px;
    }

    #GROUP624 {
        width: 496.771px;
        height: 78.6406px;
        top: 635.711px;
        left: 7.005px;
    }

    #LIST_PARAGRAPH627 {
        width: 273px;
        top: 53px;
        left: 0px;
    }

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

    #LIST_PARAGRAPH627 ul li {
        padding-left: 32px;
    }

    #LIST_PARAGRAPH627 ul li:before {
        content: "";
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20100%20100%22%20enable-background%3D%22new%200%200%20100%20100%22%20xml%3Aspace%3D%22preserve%22%20%20width%3D%22100%25%22%20height%3D%22100%25%22%20class%3D%22%22%20fill%3D%22rgba(43%2C%20164%2C%2061%2C%201.0)%22%3E%3Cpath%20d%3D%22M1.4%2C55C0.5%2C43.4%2C4.4%2C32.4%2C12.3%2C24C20%2C15.7%2C31%2C10.9%2C42.4%2C10.9c12.5%2C0%2C24.2%2C5.7%2C32%2C15.3L92.8%2C7.9c1.4-1.4%2C3.6-1.4%2C4.9%2C0%20%20c1.4%2C1.4%2C1.4%2C3.6%2C0%2C4.9L45.8%2C64.4c-0.7%2C0.7-1.5%2C1-2.5%2C1c0%2C0%2C0%2C0%2C0%2C0c-0.9%2C0-1.8-0.4-2.5-1l-17-17.2c-1.4-1.4-1.4-3.6%2C0-4.9%20%20s3.6-1.4%2C4.9%2C0L43.4%2C57l26-25.8c-6.5-8.3-16.4-13.2-27-13.2c-9.4%2C0-18.5%2C4-25%2C10.9c-6.5%2C7-9.7%2C16.1-9.1%2C25.8%20%20c1.2%2C16.8%2C14.7%2C30.4%2C31.5%2C31.6c17.7%2C1.3%2C33.6-11.4%2C36.3-28.8c0.3-1.7%2C0.4-3.5%2C0.4-5.3c0-1.9%2C1.6-3.5%2C3.5-3.5s3.5%2C1.6%2C3.5%2C3.5%20%20c0%2C2.1-0.2%2C4.2-0.5%2C6.3c-3.1%2C20-20.7%2C34.8-40.8%2C34.8c-1%2C0-1.9%2C0-2.9-0.1C19.1%2C91.6%2C2.8%2C75.2%2C1.4%2C55z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        width: 24px;
        height: 24px;
        top: -1px;
    }

    #LIST_PARAGRAPH628 {
        width: 430px;
        top: 0px;
        left: 0px;
    }

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

    #LIST_PARAGRAPH628 ul li {
        padding-left: 32px;
    }

    #LIST_PARAGRAPH628 ul li:before {
        content: "";
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20100%20100%22%20enable-background%3D%22new%200%200%20100%20100%22%20xml%3Aspace%3D%22preserve%22%20%20width%3D%22100%25%22%20height%3D%22100%25%22%20class%3D%22%22%20fill%3D%22rgba(43%2C%20164%2C%2061%2C%201.0)%22%3E%3Cpath%20d%3D%22M1.4%2C55C0.5%2C43.4%2C4.4%2C32.4%2C12.3%2C24C20%2C15.7%2C31%2C10.9%2C42.4%2C10.9c12.5%2C0%2C24.2%2C5.7%2C32%2C15.3L92.8%2C7.9c1.4-1.4%2C3.6-1.4%2C4.9%2C0%20%20c1.4%2C1.4%2C1.4%2C3.6%2C0%2C4.9L45.8%2C64.4c-0.7%2C0.7-1.5%2C1-2.5%2C1c0%2C0%2C0%2C0%2C0%2C0c-0.9%2C0-1.8-0.4-2.5-1l-17-17.2c-1.4-1.4-1.4-3.6%2C0-4.9%20%20s3.6-1.4%2C4.9%2C0L43.4%2C57l26-25.8c-6.5-8.3-16.4-13.2-27-13.2c-9.4%2C0-18.5%2C4-25%2C10.9c-6.5%2C7-9.7%2C16.1-9.1%2C25.8%20%20c1.2%2C16.8%2C14.7%2C30.4%2C31.5%2C31.6c17.7%2C1.3%2C33.6-11.4%2C36.3-28.8c0.3-1.7%2C0.4-3.5%2C0.4-5.3c0-1.9%2C1.6-3.5%2C3.5-3.5s3.5%2C1.6%2C3.5%2C3.5%20%20c0%2C2.1-0.2%2C4.2-0.5%2C6.3c-3.1%2C20-20.7%2C34.8-40.8%2C34.8c-1%2C0-1.9%2C0-2.9-0.1C19.1%2C91.6%2C2.8%2C75.2%2C1.4%2C55z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        width: 24px;
        height: 24px;
        top: -1px;
    }

    #GROUP626 {
        width: 430px;
        height: 75px;
        top: 724.25px;
        left: 72px;
    }

    #HEADLINE629 {
        width: 320px;
        top: 589.5px;
        left: 120px;
    }

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

    #BOX631 {
        width: 1137px;
        height: 228px;
        top: 0px;
        left: 0px;
    }

    #BOX631>.ladi-box {
        background: #fdfcfb;
        background: -webkit-linear-gradient(180deg, #fdfcfb, #e2d1c3);
        background: linear-gradient(180deg, #fdfcfb, #e2d1c3);
        opacity: 0.3;
        border-radius: 15px;
    }

    #BOX632 {
        width: 1137px;
        height: 251px;
        top: 0px;
        left: 0px;
    }

    #BOX632>.ladi-box {
        border-style: dashed;
        border-color: rgb(232, 104, 48);
        border-width: 2px;
        border-radius: 15px;
    }

    #GROUP630 {
        width: 1137px;
        height: 251px;
        top: 570px;
        left: 30.5px;
    }

    #IMAGE633 {
        width: 1920px;
        height: 214.441px;
        top: 620.094px;
        left: -359px;
    }

    #IMAGE633>.ladi-image>.ladi-image-background.loaded {
        width: 1920px;
        height: 303px;
        top: 0px;
        left: 0px;
        background-image: url("../images/may-20210715035048.png");
    }

    #IMAGE634 {
        width: 456.74px;
        height: 414.389px;
        top: 69.299px;
        left: 0px;
    }

    #IMAGE634>.ladi-image>.ladi-image-background.loaded {
        width: 583.646px;
        height: 414.389px;
        top: 0.000154px;
        left: -62.8601px;
        background-image: url("../images/image5-20210715063726_1.png");
    }

    #PARAGRAPH635 {
        width: 693px;
        top: 1px;
        left: 28.5px;
    }

    #PARAGRAPH635>.ladi-paragraph {
        font-family: "arial.ttf";
        color: rgb(16, 191, 183);
        font-size: 16px;
        line-height: 1.6;
    }

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

    #LINE636 {
        width: 113px;
        top: 114.335px;
        left: 463px;
    }

    #LINE636>.ladi-line>.ladi-line-container {
        border-top: 2px solid rgb(116, 224, 200);
        border-right: 2px solid rgb(116, 224, 200);
        border-bottom: 2px solid rgb(116, 224, 200);
        border-left: 0px !important;
    }

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

    #SHAPE637 {
        width: 26.959px;
        height: 26.959px;
        top: 0px;
        left: 0px;
    }

    #SHAPE637 svg:last-child {
        fill: rgba(16, 191, 183, 1);
    }

    #GROUP638 {
        width: 721.5px;
        height: 52px;
        top: 216.618px;
        left: 457px;
    }

    #PARAGRAPH640 {
        width: 693px;
        top: 1px;
        left: 28.5px;
    }

    #PARAGRAPH640>.ladi-paragraph {
        font-family: "arial.ttf";
        color: rgb(16, 191, 183);
        font-size: 16px;
        line-height: 1.6;
    }

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

    #SHAPE641 {
        width: 26.959px;
        height: 26.959px;
        top: 0px;
        left: 0px;
    }

    #SHAPE641 svg:last-child {
        fill: rgba(16, 191, 183, 1);
    }

    #GROUP639 {
        width: 721.5px;
        height: 103px;
        top: 294.618px;
        left: 457px;
    }

    #PARAGRAPH643 {
        width: 693px;
        top: 1px;
        left: 28.5px;
    }

    #PARAGRAPH643>.ladi-paragraph {
        font-family: "arial.ttf";
        color: rgb(16, 191, 183);
        font-size: 16px;
        line-height: 1.6;
    }

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

    #SHAPE644 {
        width: 26.959px;
        height: 26.959px;
        top: 0px;
        left: 0px;
    }

    #SHAPE644 svg:last-child {
        fill: rgba(16, 191, 183, 1);
    }

    #GROUP642 {
        width: 721.5px;
        height: 51px;
        top: 397.618px;
        left: 457px;
    }

    #IMAGE645 {
        width: 67.6663px;
        height: 58.2917px;
        top: 0px;
        left: 61px;
    }

    #IMAGE645>.ladi-image>.ladi-image-background.loaded {
        width: 67.6663px;
        height: 58.2917px;
        top: 0px;
        left: 0px;
        background-image: url("../fonts/asset-12-20210715072106.svg");
    }

    #IMAGE646 {
        width: 43.9264px;
        height: 44.75px;
        top: 7px;
        left: 118.074px;
    }

    #IMAGE646>.ladi-image>.ladi-image-background.loaded {
        width: 43.9264px;
        height: 44.75px;
        top: 0px;
        left: 0px;
        background-image: url("../fonts/asset-11-20210715072106.svg");
    }

    #GROUP647 {
        width: 291px;
        height: 301.146px;
        top: 0px;
        left: 0px;
    }

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

    #IMAGE649 {
        width: 43.9264px;
        height: 44.75px;
        top: 7px;
        left: 109.074px;
    }

    #IMAGE649>.ladi-image>.ladi-image-background.loaded {
        width: 43.9264px;
        height: 44.75px;
        top: 0px;
        left: 0px;
        background-image: url("../fonts/asset-11-20210715072106.svg");
    }

    #IMAGE650 {
        width: 67.6663px;
        height: 58.2917px;
        top: 0px;
        left: 52px;
    }

    #IMAGE650>.ladi-image>.ladi-image-background.loaded {
        width: 67.6663px;
        height: 58.2917px;
        top: 0px;
        left: 0px;
        background-image: url("../fonts/asset-12-20210715072106.svg");
    }

    #IMAGE651 {
        width: 200px;
        height: 200px;
        top: 43.146px;
        left: 38px;
    }

    #IMAGE651>.ladi-image>.ladi-image-background.loaded {
        width: 208px;
        height: 208px;
        top: -8px;
        left: -8px;
        background-image: url("../images/di-ung-phat-qua-da-20210714024742.png");
    }

    #IMAGE651>.ladi-image {
        border-style: solid;
        border-color: rgb(48, 178, 149);
        border-width: 6px;
        border-radius: 225px;
    }

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

    #HEADLINE652 {
        width: 276px;
        top: 273.146px;
        left: 0px;
    }

    #HEADLINE652>.ladi-headline {
        font-family: "Mitr-Regular.ttf";
        color: rgb(84, 84, 84);
        font-size: 18px;
        text-align: center;
        line-height: 1.6;
    }

    #GROUP648 {
        width: 276px;
        height: 298.146px;
        top: 0px;
        left: 409.5px;
    }

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

    #IMAGE654 {
        width: 43.9264px;
        height: 44.75px;
        top: 7px;
        left: 109.074px;
    }

    #IMAGE654>.ladi-image>.ladi-image-background.loaded {
        width: 43.9264px;
        height: 44.75px;
        top: 0px;
        left: 0px;
        background-image: url("../fonts/asset-11-20210715072106.svg");
    }

    #IMAGE655 {
        width: 67.6663px;
        height: 58.2917px;
        top: 0px;
        left: 52px;
    }

    #IMAGE655>.ladi-image>.ladi-image-background.loaded {
        width: 67.6663px;
        height: 58.2917px;
        top: 0px;
        left: 0px;
        background-image: url("../fonts/asset-12-20210715072106.svg");
    }

    #IMAGE656 {
        width: 200px;
        height: 200px;
        top: 43.146px;
        left: 38px;
    }

    #IMAGE656>.ladi-image>.ladi-image-background.loaded {
        width: 208px;
        height: 208px;
        top: -8px;
        left: -8px;
        background-image: url("../images/bieu_hien_da_kho_bong_troc_705c883acc9e41c2ad1d72e91246fd37-20210714025225.png");
    }

    #IMAGE656>.ladi-image {
        border-style: solid;
        border-color: rgb(48, 178, 149);
        border-width: 6px;
        border-radius: 225px;
    }

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

    #HEADLINE657 {
        width: 276px;
        top: 273.146px;
        left: 0px;
    }

    #HEADLINE657>.ladi-headline {
        font-family: "Mitr-Regular.ttf";
        color: rgb(75, 75, 75);
        font-size: 18px;
        text-align: center;
        line-height: 1.6;
    }

    #GROUP653 {
        width: 276px;
        height: 298.146px;
        top: 0px;
        left: 810px;
    }

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

    #GROUP658 {
        width: 1086px;
        height: 301.146px;
        top: 165.684px;
        left: 52.5px;
    }

    #IMAGE661 {
        width: 43.9264px;
        height: 44.75px;
        top: 7px;
        left: 109.074px;
    }

    #IMAGE661>.ladi-image>.ladi-image-background.loaded {
        width: 43.9264px;
        height: 44.75px;
        top: 0px;
        left: 0px;
        background-image: url("../fonts/asset-11-20210715072106.svg");
    }

    #IMAGE662 {
        width: 67.6663px;
        height: 58.2917px;
        top: 0px;
        left: 52px;
    }

    #IMAGE662>.ladi-image>.ladi-image-background.loaded {
        width: 67.6663px;
        height: 58.2917px;
        top: 0px;
        left: 0px;
        background-image: url("../fonts/asset-12-20210715072106.svg");
    }

    #IMAGE663 {
        width: 200px;
        height: 200px;
        top: 43.146px;
        left: 38px;
    }

    #IMAGE663>.ladi-image>.ladi-image-background.loaded {
        width: 208px;
        height: 208px;
        top: -8px;
        left: -8px;
        background-image: url("../images/kham-da-lieu-2-15336133058641536442608-20210714025614.png");
    }

    #IMAGE663>.ladi-image {
        border-style: solid;
        border-color: rgb(48, 178, 149);
        border-width: 6px;
        border-radius: 225px;
    }

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

    #HEADLINE664 {
        width: 276px;
        top: 273.146px;
        left: 0px;
    }

    #HEADLINE664>.ladi-headline {
        font-family: "Mitr-Regular.ttf";
        color: rgb(75, 75, 75);
        font-size: 18px;
        text-align: center;
        line-height: 1.6;
    }

    #GROUP660 {
        width: 276px;
        height: 323.146px;
        top: 0px;
        left: 0px;
    }

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

    #IMAGE666 {
        width: 43.9264px;
        height: 44.75px;
        top: 7px;
        left: 109.074px;
    }

    #IMAGE666>.ladi-image>.ladi-image-background.loaded {
        width: 43.9264px;
        height: 44.75px;
        top: 0px;
        left: 0px;
        background-image: url("../fonts/asset-11-20210715072106.svg");
    }

    #IMAGE667 {
        width: 67.6663px;
        height: 58.2917px;
        top: 0px;
        left: 52px;
    }

    #IMAGE667>.ladi-image>.ladi-image-background.loaded {
        width: 67.6663px;
        height: 58.2917px;
        top: 0px;
        left: 0px;
        background-image: url("../fonts/asset-12-20210715072106.svg");
    }

    #IMAGE668 {
        width: 200px;
        height: 200px;
        top: 43.146px;
        left: 38px;
    }

    #IMAGE668>.ladi-image>.ladi-image-background.loaded {
        width: 208px;
        height: 208px;
        top: -8px;
        left: -8px;
        background-image: url("../images/vet-thuong-bi-nhiem-trung2-20210714030657.png");
    }

    #IMAGE668>.ladi-image {
        border-style: solid;
        border-color: rgb(48, 178, 149);
        border-width: 6px;
        border-radius: 225px;
    }

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

    #HEADLINE669 {
        width: 276px;
        top: 273.146px;
        left: 0px;
    }

    #HEADLINE669>.ladi-headline {
        font-family: "Mitr-Regular.ttf";
        color: rgb(75, 75, 75);
        font-size: 18px;
        text-align: center;
        line-height: 1.6;
    }

    #GROUP665 {
        width: 276px;
        height: 298.146px;
        top: 0px;
        left: 400.5px;
    }

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

    #IMAGE671 {
        width: 43.9264px;
        height: 44.75px;
        top: 7px;
        left: 109.074px;
    }

    #IMAGE671>.ladi-image>.ladi-image-background.loaded {
        width: 43.9264px;
        height: 44.75px;
        top: 0px;
        left: 0px;
        background-image: url("../fonts/asset-11-20210715072106.svg");
    }

    #IMAGE672 {
        width: 67.6663px;
        height: 58.2917px;
        top: 0px;
        left: 52px;
    }

    #IMAGE672>.ladi-image>.ladi-image-background.loaded {
        width: 67.6663px;
        height: 58.2917px;
        top: 0px;
        left: 0px;
        background-image: url("../fonts/asset-12-20210715072106.svg");
    }

    #IMAGE673 {
        width: 200px;
        height: 200px;
        top: 43.146px;
        left: 38px;
    }

    #IMAGE673>.ladi-image>.ladi-image-background.loaded {
        width: 208px;
        height: 208px;
        top: -8px;
        left: -8px;
        background-image: url("../images/benh-vay-nen-mong-tay-chan-20210714035044.png");
    }

    #IMAGE673>.ladi-image {
        border-style: solid;
        border-color: rgb(48, 178, 149);
        border-width: 6px;
        border-radius: 225px;
    }

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

    #HEADLINE674 {
        width: 276px;
        top: 273.146px;
        left: 0px;
    }

    #HEADLINE674>.ladi-headline {
        font-family: "Mitr-Regular.ttf";
        color: rgb(75, 75, 75);
        font-size: 18px;
        text-align: center;
        line-height: 1.6;
    }

    #GROUP670 {
        width: 276px;
        height: 323.146px;
        top: 0px;
        left: 801px;
    }

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

    #GROUP659 {
        width: 1077px;
        height: 323.146px;
        top: 510.684px;
        left: 61.5px;
    }

    #LINE675 {
        width: 113px;
        top: 58.83px;
        left: 543.5px;
    }

    #LINE675>.ladi-line>.ladi-line-container {
        border-top: 2px solid rgb(116, 224, 200);
        border-right: 2px solid rgb(116, 224, 200);
        border-bottom: 2px solid rgb(116, 224, 200);
        border-left: 0px !important;
    }

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

    #PARAGRAPH676 {
        width: 685px;
        top: 76.83px;
        left: 257.5px;
    }

    #PARAGRAPH676>.ladi-paragraph {
        font-family: "Mitr-ExtraLight.ttf";
        color: rgb(84, 84, 84);
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #IMAGE677 {
        width: 2547px;
        height: 315px;
        top: -10.4765px;
        left: -680px;
    }

    #IMAGE677>.ladi-image>.ladi-image-background.loaded {
        width: 2547px;
        height: 515.349px;
        top: -200.349px;
        left: 0px;
        background-image: url("../images/2-20210715073814_3.png");
    }

    #LINE679 {
        width: 113px;
        top: 78.175px;
        left: 543.5px;
    }

    #LINE679>.ladi-line>.ladi-line-container {
        border-top: 2px solid rgb(116, 224, 200);
        border-right: 2px solid rgb(116, 224, 200);
        border-bottom: 2px solid rgb(116, 224, 200);
        border-left: 0px !important;
    }

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

    #PARAGRAPH680 {
        width: 798px;
        top: 101.18px;
        left: 210px;
    }

    #PARAGRAPH680>.ladi-paragraph {
        font-family: "Mitr-ExtraLight.ttf";
        color: rgb(84, 84, 84);
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #IMAGE681 {
        width: 158.099px;
        height: 416px;
        top: 179.17px;
        left: 92.502px;
    }

    #IMAGE681>.ladi-image>.ladi-image-background.loaded {
        width: 551.511px;
        height: 551.511px;
        top: -67.2323px;
        left: -106.101px;
        background-image: url("../images/calmerol-th-20210715074808.png");
    }

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

    #SHAPE683 {
        width: 443.005px;
        height: 443.005px;
        top: 169.668px;
        left: -50.005px;
    }

    #SHAPE683 svg:last-child {
        fill: rgba(190, 216, 210, 1);
    }

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

    #BOX684>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-radius: 228px;
        filter: drop-shadow(rgb(190, 216, 210) 3px 3px 3px);
    }

    #HEADLINE685 {
        width: 44px;
        top: 8.5px;
        left: 6.5px;
    }

    #HEADLINE685>.ladi-headline {
        font-family: "Merriweather-Bold.ttf";
        color: rgb(16, 191, 183);
        font-size: 25px;
        text-align: center;
        line-height: 1.6;
    }

    #PARAGRAPH686 {
        width: 283px;
        top: 0px;
        left: 75px;
    }

    #PARAGRAPH686>.ladi-paragraph {
        font-family: "Mitr-ExtraLight.ttf";
        color: rgb(84, 84, 84);
        font-size: 16px;
        font-weight: bold;
        text-align: left;
        line-height: 1.6;
    }

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

    #GROUP688 {
        width: 358px;
        height: 72px;
        top: 0px;
        left: 0px;
    }

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

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

    #BOX706>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-radius: 228px;
        filter: drop-shadow(rgb(190, 216, 210) 3px 3px 3px);
    }

    #HEADLINE707 {
        width: 44px;
        top: 8.5px;
        left: 6.5px;
    }

    #HEADLINE707>.ladi-headline {
        font-family: "Merriweather-Bold.ttf";
        color: rgb(16, 191, 183);
        font-size: 25px;
        text-align: center;
        line-height: 1.6;
    }

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

    #PARAGRAPH708 {
        width: 283px;
        top: 0px;
        left: 75px;
    }

    #PARAGRAPH708>.ladi-paragraph {
        font-family: "Mitr-ExtraLight.ttf";
        color: rgb(84, 84, 84);
        font-size: 16px;
        font-weight: bold;
        text-align: left;
        line-height: 1.6;
    }

    #GROUP704 {
        width: 358px;
        height: 72px;
        top: 268px;
        left: 0px;
    }

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

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

    #BOX711>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-radius: 228px;
        filter: drop-shadow(rgb(190, 216, 210) 3px 3px 3px);
    }

    #HEADLINE712 {
        width: 44px;
        top: 8.5px;
        left: 6.5px;
    }

    #HEADLINE712>.ladi-headline {
        font-family: "Merriweather-Bold.ttf";
        color: rgb(16, 191, 183);
        font-size: 25px;
        text-align: center;
        line-height: 1.6;
    }

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

    #PARAGRAPH713 {
        width: 291px;
        top: 4.5px;
        left: 75px;
    }

    #PARAGRAPH713>.ladi-paragraph {
        font-family: "Mitr-ExtraLight.ttf";
        color: rgb(84, 84, 84);
        font-size: 16px;
        font-weight: bold;
        text-align: left;
        line-height: 1.6;
    }

    #GROUP709 {
        width: 366px;
        height: 57px;
        top: 134px;
        left: 0px;
    }

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

    #GROUP714 {
        width: 366px;
        height: 340px;
        top: 217.173px;
        left: 437.5px;
    }

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

    #BOX718>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-radius: 228px;
        filter: drop-shadow(rgb(190, 216, 210) 3px 3px 3px);
    }

    #HEADLINE719 {
        width: 44px;
        top: 8.5px;
        left: 6.5px;
    }

    #HEADLINE719>.ladi-headline {
        font-family: "Merriweather-Bold.ttf";
        color: rgb(16, 191, 183);
        font-size: 25px;
        text-align: center;
        line-height: 1.6;
    }

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

    #PARAGRAPH720 {
        width: 283px;
        top: 4.5px;
        left: 75px;
    }

    #PARAGRAPH720>.ladi-paragraph {
        font-family: "Mitr-ExtraLight.ttf";
        color: rgb(84, 84, 84);
        font-size: 16px;
        font-weight: bold;
        text-align: left;
        line-height: 1.6;
    }

    #GROUP716 {
        width: 358px;
        height: 57px;
        top: 0px;
        left: 0px;
    }

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

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

    #BOX723>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-radius: 228px;
        filter: drop-shadow(rgb(190, 216, 210) 3px 3px 3px);
    }

    #HEADLINE724 {
        width: 44px;
        top: 8.5px;
        left: 6.5px;
    }

    #HEADLINE724>.ladi-headline {
        font-family: "Merriweather-Bold.ttf";
        color: rgb(16, 191, 183);
        font-size: 25px;
        text-align: center;
        line-height: 1.6;
    }

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

    #PARAGRAPH725 {
        width: 283px;
        top: 4.5px;
        left: 75px;
    }

    #PARAGRAPH725>.ladi-paragraph {
        font-family: "Mitr-ExtraLight.ttf";
        color: rgb(84, 84, 84);
        font-size: 16px;
        font-weight: bold;
        text-align: left;
        line-height: 1.6;
    }

    #GROUP721 {
        width: 358px;
        height: 57px;
        top: 268px;
        left: 0px;
    }

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

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

    #BOX728>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-radius: 228px;
        filter: drop-shadow(rgb(190, 216, 210) 3px 3px 3px);
    }

    #HEADLINE729 {
        width: 44px;
        top: 8.5px;
        left: 6.5px;
    }

    #HEADLINE729>.ladi-headline {
        font-family: "Merriweather-Bold.ttf";
        color: rgb(16, 191, 183);
        font-size: 25px;
        text-align: center;
        line-height: 1.6;
    }

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

    #PARAGRAPH730 {
        width: 298px;
        top: 4.5px;
        left: 75px;
    }

    #PARAGRAPH730>.ladi-paragraph {
        font-family: "Mitr-ExtraLight.ttf";
        color: rgb(84, 84, 84);
        font-size: 16px;
        font-weight: bold;
        text-align: left;
        line-height: 1.6;
    }

    #GROUP726 {
        width: 372px;
        height: 57px;
        top: 134px;
        left: 0px;
    }

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

    #GROUP715 {
        width: 372px;
        height: 325px;
        top: 217.173px;
        left: 842px;
    }

    #IMAGE731 {
        width: 1920px;
        height: 203.349px;
        top: 673.481px;
        left: -357px;
    }

    #IMAGE731>.ladi-image>.ladi-image-background.loaded {
        width: 1920px;
        height: 380.349px;
        top: 0px;
        left: 0px;
        background-image: url("../images/1-20210715073814_3.png");
    }

    #BOX736 {
        width: 83.367px;
        height: 83.367px;
        top: 0px;
        left: 0px;
    }

    #BOX736>.ladi-box {
        background: rgba(255, 255, 255, 1);
        background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 1), rgba(191, 255, 241, 1));
        background: radial-gradient(circle, rgba(255, 255, 255, 1), rgba(191, 255, 241, 1));
        border-style: solid;
        border-color: rgb(190, 216, 210);
        border-width: 2px;
        border-radius: 354px;
    }

    #BOX736>.ladi-box:hover {
        border-color: rgb(232, 104, 48);
    }

    #SHAPE737 {
        width: 46.5654px;
        height: 46.5654px;
        top: 18.4008px;
        left: 18.4008px;
    }

    #SHAPE737:hover>.ladi-shape {
        transform: scale(1.03);
        -webkit-transform: scale(1.03);
    }

    #SHAPE737 svg:last-child {
        fill: rgba(116, 224, 200, 1);
    }

    #GROUP735 {
        width: 83.367px;
        height: 83.367px;
        top: 2.3165px;
        left: 357px;
    }

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

    #GROUP774 {
        width: 501px;
        height: 88px;
        top: 0px;
        left: 30px;
    }

    #PARAGRAPH777 {
        width: 290px;
        top: 40px;
        left: 80px;
    }

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

    #PARAGRAPH778 {
        width: 370px;
        top: 0px;
        left: 0px;
    }

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

    #GROUP776 {
        width: 370px;
        height: 88px;
        top: 0px;
        left: 0px;
    }

    #SHAPE779 {
        width: 21px;
        height: 21px;
        top: 33.5px;
        left: 510px;
    }

    #SHAPE779 svg:last-child {
        fill: rgba(249, 74, 74, 1);
    }

    #BOX781 {
        width: 83.367px;
        height: 83.367px;
        top: 0px;
        left: 0px;
    }

    #BOX781>.ladi-box {
        background: rgba(255, 255, 255, 1);
        background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 1), rgba(191, 255, 241, 1));
        background: radial-gradient(circle, rgba(255, 255, 255, 1), rgba(191, 255, 241, 1));
        border-style: solid;
        border-color: rgb(190, 216, 210);
        border-width: 2px;
        border-radius: 354px;
    }

    #BOX781>.ladi-box:hover {
        border-color: rgb(232, 104, 48);
    }

    #SHAPE782 {
        width: 46.5654px;
        height: 46.5654px;
        top: 18.4008px;
        left: 18.4008px;
    }

    #SHAPE782:hover>.ladi-shape {
        transform: scale(1.03);
        -webkit-transform: scale(1.03);
    }

    #SHAPE782 svg:last-child {
        fill: rgba(116, 224, 200, 1);
    }

    #GROUP780 {
        width: 83.367px;
        height: 83.367px;
        top: 2.3165px;
        left: 389px;
    }

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

    #GROUP775 {
        width: 531px;
        height: 88px;
        top: 229.134px;
        left: 0px;
    }

    #PARAGRAPH785 {
        width: 290px;
        top: 40px;
        left: 80px;
    }

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

    #PARAGRAPH786 {
        width: 370px;
        top: 0px;
        left: 0px;
    }

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

    #GROUP784 {
        width: 370px;
        height: 88px;
        top: 0px;
        left: 0px;
    }

    #SHAPE787 {
        width: 21px;
        height: 21px;
        top: 33.5px;
        left: 510px;
    }

    #SHAPE787 svg:last-child {
        fill: rgba(249, 74, 74, 1);
    }

    #BOX789 {
        width: 83.367px;
        height: 83.367px;
        top: 0px;
        left: 0px;
    }

    #BOX789>.ladi-box {
        background: rgba(255, 255, 255, 1);
        background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 1), rgba(191, 255, 241, 1));
        background: radial-gradient(circle, rgba(255, 255, 255, 1), rgba(191, 255, 241, 1));
        border-style: solid;
        border-color: rgb(190, 216, 210);
        border-width: 2px;
        border-radius: 354px;
    }

    #BOX789>.ladi-box:hover {
        border-color: rgb(232, 104, 48);
    }

    #SHAPE790 {
        width: 46.5654px;
        height: 46.5654px;
        top: 18.4008px;
        left: 18.4008px;
    }

    #SHAPE790:hover>.ladi-shape {
        transform: scale(1.03);
        -webkit-transform: scale(1.03);
    }

    #SHAPE790 svg:last-child {
        fill: rgba(116, 224, 200, 1);
    }

    #GROUP788 {
        width: 83.367px;
        height: 83.367px;
        top: 2.3165px;
        left: 389px;
    }

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

    #GROUP783 {
        width: 531px;
        height: 88px;
        top: 458.268px;
        left: 1px;
    }

    #PARAGRAPH793 {
        width: 341px;
        top: 40px;
        left: 0px;
    }

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

    #PARAGRAPH794 {
        width: 289px;
        top: 0px;
        left: 1px;
    }

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

    #GROUP792 {
        width: 341px;
        height: 112px;
        top: 0px;
        left: 159.5px;
    }

    #SHAPE795 {
        width: 21px;
        height: 21px;
        top: 33.5px;
        left: 0px;
    }

    #SHAPE795 svg:last-child {
        fill: rgba(249, 74, 74, 1);
    }

    #BOX797 {
        width: 83.367px;
        height: 83.367px;
        top: 0px;
        left: 0px;
    }

    #BOX797>.ladi-box {
        background: rgba(255, 255, 255, 1);
        background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 1), rgba(191, 255, 241, 1));
        background: radial-gradient(circle, rgba(255, 255, 255, 1), rgba(191, 255, 241, 1));
        border-style: solid;
        border-color: rgb(190, 216, 210);
        border-width: 2px;
        border-radius: 354px;
    }

    #BOX797>.ladi-box:hover {
        border-color: rgb(232, 104, 48);
    }

    #SHAPE798 {
        width: 59.0147px;
        height: 59.0147px;
        top: 9.9515px;
        left: 11px;
    }

    #SHAPE798:hover>.ladi-shape {
        transform: scale(1.03);
        -webkit-transform: scale(1.03);
    }

    #SHAPE798 svg:last-child {
        fill: rgba(79, 178, 187, 1);
    }

    #GROUP796 {
        width: 83.367px;
        height: 83.367px;
        top: 2.3165px;
        left: 59.5px;
    }

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

    #GROUP791 {
        width: 500.5px;
        height: 112px;
        top: 114.567px;
        left: 510.5px;
    }

    #PARAGRAPH878 {
        width: 341px;
        top: 40px;
        left: 0px;
    }

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

    #PARAGRAPH879 {
        width: 289px;
        top: 0px;
        left: 1px;
    }

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

    #GROUP877 {
        width: 341px;
        height: 64px;
        top: 0px;
        left: 159.5px;
    }

    #SHAPE880 {
        width: 21px;
        height: 21px;
        top: 33.5px;
        left: 0px;
    }

    #SHAPE880 svg:last-child {
        fill: rgba(249, 74, 74, 1);
    }

    #BOX882 {
        width: 83.367px;
        height: 83.367px;
        top: 0px;
        left: 0px;
    }

    #BOX882>.ladi-box {
        background: rgba(255, 255, 255, 1);
        background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 1), rgba(191, 255, 241, 1));
        background: radial-gradient(circle, rgba(255, 255, 255, 1), rgba(191, 255, 241, 1));
        border-style: solid;
        border-color: rgb(190, 216, 210);
        border-width: 2px;
        border-radius: 354px;
    }

    #BOX882>.ladi-box:hover {
        border-color: rgb(232, 104, 48);
    }

    #SHAPE883 {
        width: 46.5654px;
        height: 46.5654px;
        top: 18.4008px;
        left: 18.4008px;
    }

    #SHAPE883:hover>.ladi-shape {
        transform: scale(1.03);
        -webkit-transform: scale(1.03);
    }

    #SHAPE883 svg:last-child {
        fill: rgba(116, 224, 200, 1);
    }

    #GROUP881 {
        width: 83.367px;
        height: 83.367px;
        top: 2.3165px;
        left: 59.5px;
    }

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

    #GROUP876 {
        width: 500.5px;
        height: 85.6835px;
        top: 343.701px;
        left: 511px;
    }

    #PARAGRAPH886 {
        width: 341px;
        top: 40px;
        left: 0px;
    }

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

    #PARAGRAPH887 {
        width: 289px;
        top: 0px;
        left: 1px;
    }

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

    #GROUP885 {
        width: 341px;
        height: 64px;
        top: 0px;
        left: 159.5px;
    }

    #SHAPE888 {
        width: 21px;
        height: 21px;
        top: 33.5px;
        left: 0px;
    }

    #SHAPE888 svg:last-child {
        fill: rgba(249, 74, 74, 1);
    }

    #BOX890 {
        width: 83.367px;
        height: 83.367px;
        top: 0px;
        left: 0px;
    }

    #BOX890>.ladi-box {
        background: rgba(255, 255, 255, 1);
        background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 1), rgba(191, 255, 241, 1));
        background: radial-gradient(circle, rgba(255, 255, 255, 1), rgba(191, 255, 241, 1));
        border-style: solid;
        border-color: rgb(190, 216, 210);
        border-width: 2px;
        border-radius: 354px;
    }

    #BOX890>.ladi-box:hover {
        border-color: rgb(232, 104, 48);
    }

    #SHAPE891 {
        width: 46.5654px;
        height: 46.5654px;
        top: 18.4008px;
        left: 18.4008px;
    }

    #SHAPE891:hover>.ladi-shape {
        transform: scale(1.03);
        -webkit-transform: scale(1.03);
    }

    #SHAPE891 svg:last-child {
        fill: rgba(116, 224, 200, 1);
    }

    #GROUP889 {
        width: 83.367px;
        height: 83.367px;
        top: 2.3165px;
        left: 59.5px;
    }

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

    #GROUP884 {
        width: 500.5px;
        height: 85.6835px;
        top: 572.835px;
        left: 511px;
    }

    #BOX896 {
        width: 770px;
        height: 95.5185px;
        top: 0px;
        left: 30.5px;
    }

    #BOX896>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-style: solid;
        border-color: rgb(228, 228, 228);
        border-width: 1px;
        border-radius: 10px;
        filter: drop-shadow(rgb(180, 180, 180) 0px 3px 6px);
    }

    #BOX899 {
        width: 69px;
        height: 69px;
        top: 0px;
        left: 0px;
    }

    #BOX899>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-style: solid;
        border-color: rgb(228, 228, 228);
        border-width: 1px;
        border-radius: 228px;
        filter: drop-shadow(rgb(228, 228, 228) 3px 3px 3px);
    }

    #PARAGRAPH901 {
        width: 703px;
        top: 5.75925px;
        left: 86px;
    }

    #PARAGRAPH901>.ladi-paragraph {
        font-family: "Mitr-ExtraLight.ttf";
        color: rgb(84, 84, 84);
        font-size: 17px;
        font-weight: bold;
        text-align: left;
        line-height: 1.6;
    }

    #PARAGRAPH901.ladi-animation>.ladi-paragraph {
        animation-name: fadeInUp;
        -webkit-animation-name: fadeInUp;
        animation-delay: 1s;
        -webkit-animation-delay: 1s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #SHAPE902 {
        width: 43px;
        height: 43px;
        top: 13px;
        left: 13px;
    }

    #SHAPE902 svg:last-child {
        fill: rgba(244, 64, 37, 1);
    }

    #GROUP903 {
        width: 69px;
        height: 69px;
        top: 13px;
        left: 0px;
    }

    #GROUP904 {
        width: 800.5px;
        height: 95.5185px;
        top: 263.5px;
        left: 0px;
    }

    #BOX906 {
        width: 770px;
        height: 95.5185px;
        top: 0px;
        left: 30.5px;
    }

    #BOX906>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-style: solid;
        border-color: rgb(228, 228, 228);
        border-width: 1px;
        border-radius: 10px;
        filter: drop-shadow(rgb(180, 180, 180) 0px 3px 6px);
    }

    #PARAGRAPH907 {
        width: 703px;
        top: 19.7593px;
        left: 89px;
    }

    #PARAGRAPH907>.ladi-paragraph {
        font-family: "Mitr-ExtraLight.ttf";
        color: rgb(84, 84, 84);
        font-size: 17px;
        font-weight: bold;
        text-align: left;
        line-height: 1.6;
    }

    #PARAGRAPH907.ladi-animation>.ladi-paragraph {
        animation-name: fadeInUp;
        -webkit-animation-name: fadeInUp;
        animation-delay: 1s;
        -webkit-animation-delay: 1s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #BOX909 {
        width: 69px;
        height: 69px;
        top: 0px;
        left: 0px;
    }

    #BOX909>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-style: solid;
        border-color: rgb(228, 228, 228);
        border-width: 1px;
        border-radius: 228px;
        filter: drop-shadow(rgb(228, 228, 228) 3px 3px 3px);
    }

    #SHAPE910 {
        width: 43px;
        height: 43px;
        top: 13px;
        left: 13px;
    }

    #SHAPE910 svg:last-child {
        fill: rgba(244, 64, 37, 1);
    }

    #GROUP908 {
        width: 69px;
        height: 69px;
        top: 13px;
        left: 0px;
    }

    #GROUP905 {
        width: 800.5px;
        height: 95.5185px;
        top: 402.865px;
        left: 0px;
    }

    #BOX912 {
        width: 770px;
        height: 95.5185px;
        top: 0px;
        left: 30.5px;
    }

    #BOX912>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-style: solid;
        border-color: rgb(228, 228, 228);
        border-width: 1px;
        border-radius: 10px;
        filter: drop-shadow(rgb(180, 180, 180) 0px 3px 6px);
    }

    #PARAGRAPH913 {
        width: 703px;
        top: 8px;
        left: 89px;
    }

    #PARAGRAPH913>.ladi-paragraph {
        font-family: "Mitr-ExtraLight.ttf";
        color: rgb(84, 84, 84);
        font-size: 17px;
        font-weight: bold;
        text-align: left;
        line-height: 1.6;
    }

    #PARAGRAPH913.ladi-animation>.ladi-paragraph {
        animation-name: fadeInUp;
        -webkit-animation-name: fadeInUp;
        animation-delay: 1s;
        -webkit-animation-delay: 1s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

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

    #BOX915>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-style: solid;
        border-color: rgb(228, 228, 228);
        border-width: 1px;
        border-radius: 228px;
        filter: drop-shadow(rgb(228, 228, 228) 3px 3px 3px);
    }

    #SHAPE916 {
        width: 43px;
        height: 43px;
        top: 13px;
        left: 13px;
    }

    #SHAPE916 svg:last-child {
        fill: rgba(244, 64, 37, 1);
    }

    #GROUP914 {
        width: 69px;
        height: 69px;
        top: 13px;
        left: 0px;
    }

    #GROUP911 {
        width: 800.5px;
        height: 95.5185px;
        top: 543.865px;
        left: 0px;
    }

    #IMAGE917 {
        width: 844.439px;
        height: 608.7px;
        top: 158.265px;
        left: 800.5px;
    }

    #IMAGE917>.ladi-image>.ladi-image-background.loaded {
        width: 844.439px;
        height: 608.7px;
        top: 0px;
        left: 0px;
        background-image: url("../images/shutterstock_640092979-20210702083513_1.png");
    }

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

    #HEADLINE919 {
        width: 343px;
        top: 89.2562px;
        left: 17.8095px;
    }

    #HEADLINE919>.ladi-headline {
        font-family: "Krub-SemiBold.ttf";
        color: rgb(0, 0, 0);
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #BOX921 {
        width: 377.619px;
        height: 196.294px;
        top: 0px;
        left: 0px;
    }

    #BOX921>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-radius: 10px;
        filter: drop-shadow(rgb(180, 180, 180) 0px 3px 6px);
    }

    #SHAPE922 {
        width: 58.2897px;
        height: 58.2897px;
        top: 17px;
        left: 159.665px;
    }

    #SHAPE922 svg:last-child {
        fill: rgba(245, 59, 37, 1);
    }

    #GROUP923 {
        width: 377.619px;
        height: 196.294px;
        top: 26.853px;
        left: 11px;
    }

    #CAROUSEL941 {
        width: 1200px;
        height: 250px;
        top: 149.176px;
        left: 0px;
    }

    #BOX943 {
        width: 377.619px;
        height: 209.294px;
        top: 0px;
        left: 0px;
    }

    #BOX943>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-radius: 10px;
        filter: drop-shadow(rgb(180, 180, 180) 0px 3px 6px);
    }

    #HEADLINE944 {
        width: 363px;
        top: 89.2562px;
        left: 7.8095px;
    }

    #HEADLINE944>.ladi-headline {
        font-family: "Krub-SemiBold.ttf";
        color: rgb(0, 0, 0);
        font-size: 17px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #SHAPE945 {
        width: 58.2897px;
        height: 58.2897px;
        top: 17px;
        left: 159.665px;
    }

    #SHAPE945 svg:last-child {
        fill: rgba(245, 59, 37, 1);
    }

    #GROUP942 {
        width: 377.619px;
        height: 209.294px;
        top: 26.853px;
        left: 413.595px;
    }

    #BOX947 {
        width: 377.619px;
        height: 196.294px;
        top: 0px;
        left: 0px;
    }

    #BOX947>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-radius: 10px;
        filter: drop-shadow(rgb(180, 180, 180) 0px 3px 6px);
    }

    #HEADLINE948 {
        width: 343px;
        top: 89.2562px;
        left: 17.8095px;
    }

    #HEADLINE948>.ladi-headline {
        font-family: "Krub-SemiBold.ttf";
        color: rgb(0, 0, 0);
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #SHAPE949 {
        width: 58.2897px;
        height: 58.2897px;
        top: 17px;
        left: 159.665px;
    }

    #SHAPE949 svg:last-child {
        fill: rgba(245, 59, 37, 1);
    }

    #GROUP946 {
        width: 377.619px;
        height: 196.294px;
        top: 26.853px;
        left: 811.19px;
    }

    #BOX951 {
        width: 377.619px;
        height: 196.294px;
        top: 0px;
        left: 0px;
    }

    #BOX951>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-radius: 10px;
        filter: drop-shadow(rgb(180, 180, 180) 0px 3px 6px);
    }

    #HEADLINE952 {
        width: 343px;
        top: 89.2562px;
        left: 17.8095px;
    }

    #HEADLINE952>.ladi-headline {
        font-family: "Krub-SemiBold.ttf";
        color: rgb(0, 0, 0);
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #SHAPE953 {
        width: 58.2897px;
        height: 58.2897px;
        top: 17px;
        left: 159.665px;
    }

    #SHAPE953 svg:last-child {
        fill: rgba(245, 59, 37, 1);
    }

    #GROUP950 {
        width: 377.619px;
        height: 196.294px;
        top: 26.853px;
        left: 1211.79px;
    }

    #BOX955 {
        width: 377.619px;
        height: 196.294px;
        top: 0px;
        left: 0px;
    }

    #BOX955>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-radius: 10px;
        filter: drop-shadow(rgb(180, 180, 180) 0px 3px 6px);
    }

    #HEADLINE956 {
        width: 360px;
        top: 88.2562px;
        left: 8.80985px;
    }

    #HEADLINE956>.ladi-headline {
        font-family: "Krub-SemiBold.ttf";
        color: rgb(0, 0, 0);
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #SHAPE957 {
        width: 58.2897px;
        height: 58.2897px;
        top: 17px;
        left: 159.665px;
    }

    #SHAPE957 svg:last-child {
        fill: rgba(245, 59, 37, 1);
    }

    #GROUP954 {
        width: 377.619px;
        height: 196.294px;
        top: 26.853px;
        left: 1614.38px;
    }

    #IMAGE958 {
        width: 3095px;
        height: 217.349px;
        top: 233.551px;
        left: -610px;
    }

    #IMAGE958>.ladi-image>.ladi-image-background.loaded {
        width: 3095px;
        height: 380.349px;
        top: 0px;
        left: 0px;
        background-image: url("../images/1-20210715073814_1.png");
    }

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

    #BOX961>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-radius: 228px;
        filter: drop-shadow(rgb(190, 216, 210) 3px 3px 3px);
    }

    #HEADLINE962 {
        width: 44px;
        top: 8.5px;
        left: 6.5px;
    }

    #HEADLINE962>.ladi-headline {
        font-family: "Merriweather-Bold.ttf";
        color: rgb(16, 191, 183);
        font-size: 25px;
        text-align: center;
        line-height: 1.6;
    }

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

    #PARAGRAPH963 {
        width: 325px;
        top: 0px;
        left: 75px;
    }

    #PARAGRAPH963>.ladi-paragraph {
        font-family: "Mitr-Light.ttf";
        color: rgb(19, 121, 131);
        font-size: 18px;
        font-weight: bold;
        text-align: left;
        line-height: 1.6;
    }

    #GROUP959 {
        width: 400px;
        height: 168px;
        top: 245.565px;
        left: 0px;
    }

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

    #BOX966>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-radius: 228px;
        filter: drop-shadow(rgb(190, 216, 210) 3px 3px 3px);
    }

    #HEADLINE967 {
        width: 44px;
        top: 8.5px;
        left: 6.5px;
    }

    #HEADLINE967>.ladi-headline {
        font-family: "Merriweather-Bold.ttf";
        color: rgb(16, 191, 183);
        font-size: 25px;
        text-align: center;
        line-height: 1.6;
    }

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

    #PARAGRAPH968 {
        width: 325px;
        top: 0px;
        left: 75px;
    }

    #PARAGRAPH968>.ladi-paragraph {
        font-family: "Mitr-Light.ttf";
        color: rgb(19, 121, 131);
        font-size: 18px;
        font-weight: bold;
        text-align: left;
        line-height: 1.6;
    }

    #GROUP964 {
        width: 400px;
        height: 168px;
        top: 245.565px;
        left: 800px;
    }

    #IMAGE969 {
        width: 2968px;
        height: 218px;
        top: 0px;
        left: -993px;
    }

    #IMAGE969>.ladi-image>.ladi-image-background.loaded {
        width: 3402.13px;
        height: 673.956px;
        top: -455.956px;
        left: -434.13px;
        background-image: url("../images/2-20210715073814_1.png");
    }

    #BOX970 {
        width: 1200px;
        height: 182.488px;
        top: 51px;
        left: 54px;
    }

    #BOX970>.ladi-box {
        opacity: 0.5;
        background-color: rgb(0, 102, 111);
        border-radius: 10px;
        filter: drop-shadow(rgb(180, 180, 180) 0px 3px 6px);
    }

    #IMAGE971 {
        width: 116.421px;
        height: 100.292px;
        top: 118.845px;
        left: 0px;
    }

    #IMAGE971>.ladi-image>.ladi-image-background.loaded {
        width: 116.421px;
        height: 100.292px;
        top: 0px;
        left: 0px;
        background-image: url("../fonts/asset-12-20210715072106.svg");
    }

    #IMAGE971>.ladi-image {
        filter: blur(8px);
    }

    #IMAGE972 {
        width: 108.805px;
        height: 110.845px;
        top: 0px;
        left: 1208px;
    }

    #IMAGE972>.ladi-image>.ladi-image-background.loaded {
        width: 108.805px;
        height: 110.845px;
        top: 0px;
        left: 0px;
        background-image: url("../fonts/asset-11-20210715072106.svg");
    }

    #IMAGE972>.ladi-image {
        filter: blur(3px);
    }

    #IMAGE973 {
        width: 362.03px;
        height: 362.03px;
        top: 126.04px;
        left: 454px;
    }

    #IMAGE973>.ladi-image>.ladi-image-background.loaded {
        width: 362.03px;
        height: 362.03px;
        top: 0px;
        left: 0px;
        background-image: url("../images/calmerol-th-decor-20210715094629.png");
    }

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

    #BOX974 {
        width: 1200px;
        height: 181.516px;
        top: 51.9925px;
        left: 54px;
    }

    #BOX974>.ladi-box {
        border-style: dashed;
        border-color: rgb(255, 255, 255);
        border-width: 3px;
        border-radius: 10px;
        filter: drop-shadow(rgb(180, 180, 180) 0px 3px 6px);
    }

    #GROUP975 {
        width: 1316.81px;
        height: 233.508px;
        top: 0px;
        left: -55px;
    }

    #BUTTON976 {
        width: 309.14px;
        height: 50px;
        top: 162.085px;
        left: 448px;
    }

    #BUTTON976>.ladi-button {
        border-style: solid;
        border-color: rgb(255, 255, 255);
        border-width: 1px;
        border-radius: 62px;
    }

    #BUTTON976>.ladi-button:hover {
        transform: scale(1.06);
        -webkit-transform: scale(1.06);
    }

    #BUTTON_TEXT976 {
        width: 306px;
        top: 9px;
        left: 0px;
    }

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

    #BOX978 {
        width: 370px;
        height: 460px;
        top: 0px;
        left: 0px;
    }

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

    #HEADLINE979 {
        width: 260px;
        top: 180px;
        left: 55px;
    }

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

    #HEADLINE980 {
        width: 340px;
        top: 260px;
        left: 15px;
    }

    #HEADLINE980>.ladi-headline {
        font-family: "arialbd.ttf";
        color: rgb(0, 0, 0);
        font-size: 16px;
        text-align: center;
        line-height: 1.6;
    }

    #IMAGE981 {
        width: 150.5px;
        height: 150.5px;
        top: 20px;
        left: 109.75px;
    }

    #IMAGE981>.ladi-image>.ladi-image-background.loaded {
        width: 150.5px;
        height: 150.5px;
        top: 0px;
        left: 0px;
        background-image: url("../images/w12-20210413065452.jpg");
    }

    #IMAGE981>.ladi-image {
        border-style: solid;
        border-color: rgb(228, 228, 228);
        border-width: 5px;
        border-radius: 197px;
    }

    #SHAPE982 {
        width: 80px;
        height: 80px;
        top: 180px;
        left: 145px;
    }

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

    #GROUP977 {
        width: 370px;
        height: 460px;
        top: 10px;
        left: 1615px;
    }

    #BOX984 {
        width: 370px;
        height: 501px;
        top: 0px;
        left: 0px;
    }

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

    #HEADLINE985 {
        width: 260px;
        top: 180px;
        left: 55px;
    }

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

    #HEADLINE986 {
        width: 350px;
        top: 260px;
        left: 10px;
    }

    #HEADLINE986>.ladi-headline {
        font-family: "arialbd.ttf";
        color: rgb(0, 0, 0);
        font-size: 16px;
        text-align: center;
        line-height: 1.6;
    }

    #IMAGE987 {
        width: 150.5px;
        height: 150.5px;
        top: 20px;
        left: 109.75px;
    }

    #IMAGE987>.ladi-image>.ladi-image-background.loaded {
        width: 150.5px;
        height: 150.5px;
        top: 0px;
        left: 0px;
        background-image: url("../images/thailand-men-2-20210719042920.jpg");
    }

    #IMAGE987>.ladi-image {
        border-style: solid;
        border-color: rgb(228, 228, 228);
        border-width: 5px;
        border-radius: 197px;
    }

    #SHAPE988 {
        width: 109px;
        height: 109px;
        top: 165px;
        left: 130.5px;
    }

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

    #GROUP983 {
        width: 370px;
        height: 510px;
        top: 10px;
        left: 2014px;
    }

    #CAROUSEL989 {
        width: 1200px;
        height: 530px;
        top: 120.42px;
        left: 0px;
    }

    #BOX1000 {
        width: 370px;
        height: 479px;
        top: 0px;
        left: 0px;
    }

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

    #HEADLINE1001 {
        width: 260px;
        top: 180px;
        left: 55px;
    }

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

    #HEADLINE1002 {
        width: 350px;
        top: 260px;
        left: 10px;
    }

    #HEADLINE1002>.ladi-headline {
        font-family: "arialbd.ttf";
        color: rgb(0, 0, 0);
        font-size: 16px;
        text-align: center;
        line-height: 1.6;
    }

    #IMAGE1003 {
        width: 150.5px;
        height: 150.5px;
        top: 20px;
        left: 109.75px;
    }

    #IMAGE1003>.ladi-image>.ladi-image-background.loaded {
        width: 150.5px;
        height: 150.5px;
        top: 0px;
        left: 0px;
        background-image: url("../images/ava-4-20210708034415.jpg");
    }

    #IMAGE1003>.ladi-image {
        border-style: solid;
        border-color: rgb(228, 228, 228);
        border-width: 5px;
        border-radius: 197px;
    }

    #SHAPE1004 {
        width: 111px;
        height: 111px;
        top: 164px;
        left: 130px;
    }

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

    #GROUP999 {
        width: 370px;
        height: 479px;
        top: 10px;
        left: 14px;
    }

    #BOX1006 {
        width: 370px;
        height: 460px;
        top: 0px;
        left: 0px;
    }

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

    #HEADLINE1007 {
        width: 260px;
        top: 180px;
        left: 55px;
    }

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

    #HEADLINE1008 {
        width: 340px;
        top: 260px;
        left: 15px;
    }

    #HEADLINE1008>.ladi-headline {
        font-family: "arialbd.ttf";
        color: rgb(0, 0, 0);
        font-size: 16px;
        text-align: center;
        line-height: 1.6;
    }

    #IMAGE1009 {
        width: 150.5px;
        height: 150.5px;
        top: 20px;
        left: 109.75px;
    }

    #IMAGE1009>.ladi-image>.ladi-image-background.loaded {
        width: 150.5px;
        height: 150.5px;
        top: 0px;
        left: 0px;
        background-image: url("../images/thailand-men-20210719042920.jpg");
    }

    #IMAGE1009>.ladi-image {
        border-style: solid;
        border-color: rgb(228, 228, 228);
        border-width: 5px;
        border-radius: 197px;
    }

    #SHAPE1010 {
        width: 80px;
        height: 80px;
        top: 180px;
        left: 145px;
    }

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

    #GROUP1005 {
        width: 370px;
        height: 460px;
        top: 10px;
        left: 415px;
    }

    #BOX1012 {
        width: 370px;
        height: 501px;
        top: 0px;
        left: 0px;
    }

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

    #HEADLINE1013 {
        width: 260px;
        top: 180px;
        left: 55px;
    }

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

    #HEADLINE1014 {
        width: 350px;
        top: 260px;
        left: 10px;
    }

    #HEADLINE1014>.ladi-headline {
        font-family: "arialbd.ttf";
        color: rgb(0, 0, 0);
        font-size: 16px;
        text-align: center;
        line-height: 1.6;
    }

    #SHAPE1016 {
        width: 118px;
        height: 118px;
        top: 162px;
        left: 126px;
    }

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

    #GROUP1011 {
        width: 370px;
        height: 501px;
        top: 10px;
        left: 815px;
    }

    #IMAGE1017 {
        width: 2161px;
        height: 245px;
        top: 0px;
        left: -338px;
    }

    #IMAGE1017>.ladi-image>.ladi-image-background.loaded {
        width: 2161px;
        height: 445.349px;
        top: -200.349px;
        left: 0px;
        background-image: url("../images/2-20210715073814_4.png");
    }

    #IMAGE1019 {
        width: 474.46px;
        height: 424.196px;
        top: 172.392px;
        left: 136px;
    }

    #IMAGE1019>.ladi-image>.ladi-image-background.loaded {
        width: 474.46px;
        height: 474.46px;
        top: 0px;
        left: 0px;
        background-image: url("../images/asian-doctor-1-20210714103654.png");
    }

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

    #SHAPE1021 {
        width: 199.253px;
        height: 180.451px;
        top: 0px;
        left: 0px;
    }

    #SHAPE1021 svg:last-child {
        fill: rgba(122, 191, 198, 1);
    }

    #IMAGE1023 {
        width: 172.874px;
        height: 162.655px;
        top: 9.398px;
        left: 7px;
    }

    #IMAGE1023>.ladi-image>.ladi-image-background.loaded {
        width: 216.874px;
        height: 162.655px;
        top: 0px;
        left: 0px;
        background-image: url("../images/20200218_111020_836991_handwashing1_gayrmax-800x800-20210715183833.jpg");
    }

    #IMAGE1023>.ladi-image {
        -webkit-mask: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20preserveAspectRatio%3D%22none%22%20viewBox%3D%220%200%20159.6%20150%22%20class%3D%22%22%3E%3Cpath%20d%3D%22M89.6.3C63.1%2C2.3%2C36.1%2C23%2C19.6%2C38.2c-23.8%2C21.9-26.4%2C59-5.2%2C83.5l1.2%2C1.4c19.5%2C21.6%2C56.5%2C36.5%2C94.5%2C19.5s57-65.3%2C46.8-96.1S131.7-2.7%2C89.6.3Z%22%20transform%3D%22translate(0)%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 0% 0% / 100% 100%;
    }

    #HEADLINE1024 {
        width: 304px;
        top: 0px;
        left: 217.084px;
    }

    #HEADLINE1024>.ladi-headline {
        color: rgb(190, 216, 210);
        font-size: 48px;
        font-weight: bold;
        text-align: left;
        line-height: 1;
    }

    #LINE1025 {
        width: 273px;
        top: 31px;
        left: 248.084px;
    }

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

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

    #GROUP1026 {
        width: 521.084px;
        height: 180.451px;
        top: 169.225px;
        left: 28.416px;
    }

    #HEADLINE1028 {
        width: 304px;
        top: 64.37px;
        left: 217.084px;
    }

    #HEADLINE1028>.ladi-headline {
        color: rgb(0, 102, 111);
        font-size: 18px;
        font-weight: bold;
        text-align: left;
        line-height: 1.6;
    }

    #SHAPE1029 {
        width: 199.253px;
        height: 180.451px;
        top: 0px;
        left: 0px;
    }

    #SHAPE1029 svg:last-child {
        fill: rgba(122, 191, 198, 1);
    }

    #IMAGE1030 {
        width: 172.874px;
        height: 162.655px;
        top: 9.398px;
        left: 7px;
    }

    #IMAGE1030>.ladi-image>.ladi-image-background.loaded {
        width: 216.874px;
        height: 162.655px;
        top: 0px;
        left: -44px;
        background-image: url("../images/layer-44-20210716064443_1.jpg");
    }

    #IMAGE1030>.ladi-image {
        -webkit-mask: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20preserveAspectRatio%3D%22none%22%20viewBox%3D%220%200%20159.6%20150%22%20class%3D%22%22%3E%3Cpath%20d%3D%22M89.6.3C63.1%2C2.3%2C36.1%2C23%2C19.6%2C38.2c-23.8%2C21.9-26.4%2C59-5.2%2C83.5l1.2%2C1.4c19.5%2C21.6%2C56.5%2C36.5%2C94.5%2C19.5s57-65.3%2C46.8-96.1S131.7-2.7%2C89.6.3Z%22%20transform%3D%22translate(0)%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 0% 0% / 100% 100%;
    }

    #HEADLINE1031 {
        width: 304px;
        top: 0px;
        left: 217.084px;
    }

    #HEADLINE1031>.ladi-headline {
        color: rgb(190, 216, 210);
        font-size: 48px;
        font-weight: bold;
        text-align: left;
        line-height: 1;
    }

    #LINE1032 {
        width: 273px;
        top: 31px;
        left: 248.084px;
    }

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

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

    #GROUP1027 {
        width: 521.084px;
        height: 180.451px;
        top: 169.225px;
        left: 651.92px;
    }

    #LIST_PARAGRAPH431 {
        width: 319px;
        top: 551.4px;
        left: 52.809px;
    }

    #LIST_PARAGRAPH431>.ladi-list-paragraph {
        color: rgb(229, 85, 70);
        font-size: 14px;
        line-height: 1.4;
    }

    #LIST_PARAGRAPH431 ul li {
        padding-left: 31px;
    }

    #LIST_PARAGRAPH431 ul li:before {
        content: "";
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2032%2032%22%20enable-background%3D%22new%200%200%2032%2032%22%20xml%3Aspace%3D%22preserve%22%20%20width%3D%22100%25%22%20height%3D%22100%25%22%20class%3D%22%22%20fill%3D%22rgba(229%2C%2085%2C%2070%2C%201.0)%22%3E%3Cg%20display%3D%22none%22%3E%3Crect%20x%3D%22-337%22%20y%3D%22-109%22%20display%3D%22inline%22%20width%3D%22461.5%22%20height%3D%22244%22%3E%3C%2Frect%3E%3C%2Fg%3E%3Cg%3E%3Cg%3E%3Cpath%20d%3D%22M31.99%2C22.997V16.47l-4.252-6.807h-6.704v13.333h2.334c0-0.008-0.003-0.016-0.003-0.025c0%2C1.749%2C1.418%2C3.167%2C3.167%2C3.167%20%20%20%20s3.167-1.418%2C3.167-3.167c0%2C0.008-0.002%2C0.016-0.003%2C0.025H31.99z%20M23.744%2C14.72v-2.376h2.607l1.293%2C2.376H23.744z%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M17.846%2C22.997h1.687V5.872H0.01v17.125h1.701c0.014%2C1.737%2C1.424%2C3.142%2C3.164%2C3.142s3.151-1.405%2C3.164-3.142h3.478%20%20%20%20c0.014%2C1.737%2C1.424%2C3.142%2C3.164%2C3.142S17.832%2C24.734%2C17.846%2C22.997z%20M8.32%2C18.971l-4.123-3.663l0.996-1.121l2.928%2C2.601%20%20%20%20l6.045-7.742l1.182%2C0.924L8.32%2C18.971z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%20display%3D%22none%22%3E%3Cpath%20display%3D%22inline%22%20d%3D%22M31.99%2C22.992v-6.527l-4.252-6.807h-6.704v13.333h2.334c0-0.008-0.003-0.016-0.003-0.025%20%20%20c0%2C1.749%2C1.418%2C3.167%2C3.167%2C3.167s3.167-1.418%2C3.167-3.167c0%2C0.008-0.002%2C0.016-0.003%2C0.025H31.99z%20M26.531%2C24.636%20%20%20c-0.922%2C0-1.67-0.747-1.67-1.67s0.748-1.67%2C1.67-1.67s1.67%2C0.747%2C1.67%2C1.67S27.453%2C24.636%2C26.531%2C24.636z%20M29.317%2C21.492%20%20%20c-0.532-1.002-1.573-1.692-2.786-1.692s-2.254%2C0.69-2.786%2C1.692l0%2C0h-1.212V11.158h4.373l3.584%2C5.737v4.597L29.317%2C21.492%20%20%20L29.317%2C21.492z%20M29.599%2C22.216c-0.006-0.023-0.015-0.044-0.021-0.067C29.584%2C22.171%2C29.593%2C22.193%2C29.599%2C22.216z%20M23.464%2C22.216%20%20%20c0.006-0.023%2C0.014-0.044%2C0.021-0.067C23.479%2C22.172%2C23.47%2C22.193%2C23.464%2C22.216z%22%3E%3C%2Fpath%3E%3Cpath%20display%3D%22inline%22%20d%3D%22M23.699%2C14.587v-2.297h2.52l1.25%2C2.297H23.699z%22%3E%3C%2Fpath%3E%3Cpath%20display%3D%22inline%22%20d%3D%22M0.01%2C5.867v17.125h1.701c0.014%2C1.737%2C1.424%2C3.142%2C3.164%2C3.142s3.151-1.405%2C3.164-3.142h3.493%20%20%20c0.014%2C1.737%2C1.424%2C3.142%2C3.164%2C3.142s3.151-1.405%2C3.164-3.142h1.662V5.867H0.01z%20M4.875%2C24.633c-0.911%2C0-1.651-0.735-1.664-1.642%20%20%20h3.328C6.526%2C23.899%2C5.786%2C24.633%2C4.875%2C24.633z%20M8.32%2C19.34l-4.123-3.663l0.996-1.121l2.928%2C2.601l6.045-7.742l1.182%2C0.924%20%20%20L8.32%2C19.34z%20M14.697%2C24.633c-0.911%2C0-1.65-0.735-1.664-1.642h3.328C16.347%2C23.899%2C15.607%2C24.633%2C14.697%2C24.633z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%20display%3D%22none%22%3E%3Cpath%20display%3D%22inline%22%20stroke%3D%22%231A1718%22%20stroke-width%3D%220.5%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M31.99%2C22.992v-6.527%20%20%20l-4.252-6.807h-6.704v13.333h2.334c0-0.008-0.003-0.016-0.003-0.025c0%2C1.749%2C1.418%2C3.167%2C3.167%2C3.167s3.167-1.418%2C3.167-3.167%20%20%20c0%2C0.008-0.002%2C0.016-0.003%2C0.025H31.99z%20M26.531%2C24.636c-0.922%2C0-1.67-0.747-1.67-1.67s0.748-1.67%2C1.67-1.67s1.67%2C0.747%2C1.67%2C1.67%20%20%20S27.453%2C24.636%2C26.531%2C24.636z%22%3E%3C%2Fpath%3E%3Cg%20display%3D%22inline%22%3E%3Cpath%20d%3D%22M25.922%2C12.789l0.706%2C1.297h-2.429v-1.297H25.922%20M26.219%2C12.289h-2.52v2.297h3.77L26.219%2C12.289%20%20%20%20L26.219%2C12.289z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%20display%3D%22inline%22%3E%3Cpath%20d%3D%22M19.023%2C6.367v16.125h-1.162h-0.496l-0.004%2C0.496c-0.012%2C1.459-1.207%2C2.646-2.664%2C2.646%20%20%20%20c-1.458%2C0-2.653-1.187-2.664-2.646l-0.004-0.496h-0.496H8.039H7.543l-0.004%2C0.496c-0.012%2C1.459-1.207%2C2.646-2.664%2C2.646%20%20%20%20s-2.653-1.187-2.664-2.646l-0.004-0.496H1.711H0.51V6.367H19.023%20M8.054%2C16.429l-2.529-2.247L5.151%2C13.85l-0.332%2C0.374%20%20%20%20l-0.996%2C1.121l-0.332%2C0.374l0.374%2C0.332l4.123%2C3.663l0.398%2C0.354l0.328-0.42l7.027-9.002l0.307-0.394l-0.394-0.308L14.473%2C9.02%20%20%20%20l-0.394-0.308l-0.308%2C0.394L8.054%2C16.429%20M14.697%2C25.133c1.176%2C0%2C2.146-0.957%2C2.164-2.134l0.008-0.508h-0.508h-3.328h-0.508%20%20%20%20l0.008%2C0.508C12.551%2C24.176%2C13.521%2C25.133%2C14.697%2C25.133%20M4.875%2C25.133c1.176%2C0%2C2.146-0.957%2C2.164-2.134l0.008-0.508H6.539H3.211%20%20%20%20H2.703l0.008%2C0.508C2.729%2C24.176%2C3.7%2C25.133%2C4.875%2C25.133%20M19.523%2C5.867H0.01v17.125h1.701c0.014%2C1.737%2C1.424%2C3.142%2C3.164%2C3.142%20%20%20%20s3.151-1.405%2C3.164-3.142h3.493c0.014%2C1.737%2C1.424%2C3.142%2C3.164%2C3.142s3.151-1.405%2C3.164-3.142h1.662V5.867L19.523%2C5.867z%20%20%20%20%20M8.12%2C17.156l6.045-7.742l1.182%2C0.924L8.32%2C19.34l-4.123-3.663l0.996-1.121L8.12%2C17.156L8.12%2C17.156z%20M14.697%2C24.633%20%20%20%20c-0.911%2C0-1.65-0.735-1.664-1.642h3.328C16.347%2C23.899%2C15.607%2C24.633%2C14.697%2C24.633L14.697%2C24.633z%20M4.875%2C24.633%20%20%20%20c-0.911%2C0-1.651-0.735-1.664-1.642h3.328C6.526%2C23.899%2C5.786%2C24.633%2C4.875%2C24.633L4.875%2C24.633z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%20display%3D%22none%22%3E%3Ccircle%20display%3D%22inline%22%20cx%3D%2226.531%22%20cy%3D%2222.967%22%20r%3D%221.67%22%3E%3C%2Fcircle%3E%3Cpath%20display%3D%22inline%22%20d%3D%22M26.531%2C19.8c1.213%2C0%2C2.254%2C0.69%2C2.786%2C1.692l0%2C0h1.172v-4.597l-3.584-5.737h-4.373%20%20%20v10.333h1.212l0%2C0C24.277%2C20.49%2C25.318%2C19.8%2C26.531%2C19.8z%20M23.699%2C14.587v-2.297h2.52l1.25%2C2.297H23.699z%22%3E%3C%2Fpath%3E%3Cpolygon%20display%3D%22inline%22%20points%3D%2215.347%2C10.338%2014.165%2C9.414%208.12%2C17.156%205.193%2C14.556%204.197%2C15.677%208.32%2C19.34%20%20%20%20%20%22%3E%3C%2Fpolygon%3E%3Cpath%20display%3D%22inline%22%20d%3D%22M6.539%2C22.992H3.211c0.014%2C0.907%2C0.754%2C1.642%2C1.664%2C1.642S6.526%2C23.899%2C6.539%2C22.992z%22%3E%3C%2Fpath%3E%3Cpath%20display%3D%22inline%22%20d%3D%22M13.033%2C22.992c0.014%2C0.907%2C0.754%2C1.642%2C1.664%2C1.642s1.651-0.735%2C1.664-1.642H13.033z%22%3E%3C%2Fpath%3E%3Cpath%20display%3D%22inline%22%20d%3D%22M31.99%2C22.992v-6.527l-4.252-6.807h-6.704v13.333h2.334c0-0.008-0.003-0.016-0.003-0.025%20%20%20c0%2C1.749%2C1.418%2C3.167%2C3.167%2C3.167s3.167-1.418%2C3.167-3.167c0%2C0.008-0.002%2C0.016-0.003%2C0.025H31.99z%20M24.862%2C22.967%20%20%20c0-0.922%2C0.748-1.67%2C1.67-1.67s1.67%2C0.747%2C1.67%2C1.67s-0.747%2C1.67-1.67%2C1.67S24.862%2C23.889%2C24.862%2C22.967z%20M22.533%2C21.492V11.158%20%20%20h4.373l3.584%2C5.737v4.597h-1.172l0%2C0c-0.532-1.002-1.573-1.692-2.786-1.692s-2.254%2C0.69-2.786%2C1.692l0%2C0H22.533z%22%3E%3C%2Fpath%3E%3Cpolygon%20display%3D%22inline%22%20points%3D%2226.219%2C12.289%2023.699%2C12.289%2023.699%2C14.587%2027.469%2C14.587%20%20%22%3E%3C%2Fpolygon%3E%3Cpath%20display%3D%22inline%22%20d%3D%22M17.861%2C22.992h1.662V5.867H0.01v17.125h1.701c0.014%2C1.737%2C1.424%2C3.142%2C3.164%2C3.142%20%20%20s3.151-1.405%2C3.164-3.142h3.493c0.014%2C1.737%2C1.424%2C3.142%2C3.164%2C3.142S17.847%2C24.729%2C17.861%2C22.992z%20M14.697%2C24.633%20%20%20c-0.911%2C0-1.65-0.735-1.664-1.642h3.328C16.347%2C23.899%2C15.607%2C24.633%2C14.697%2C24.633z%20M5.193%2C14.556l2.928%2C2.601l6.045-7.742%20%20%20l1.182%2C0.924L8.32%2C19.34l-4.123-3.663L5.193%2C14.556z%20M3.211%2C22.992h3.328c-0.014%2C0.907-0.754%2C1.642-1.664%2C1.642%20%20%20S3.225%2C23.899%2C3.211%2C22.992z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%20display%3D%22none%22%3E%3Cpath%20display%3D%22inline%22%20d%3D%22M16%2C32c8.837%2C0%2C16-7.163%2C16-16S24.837%2C0%2C16%2C0S0%2C7.163%2C0%2C16S7.163%2C32%2C16%2C32z%22%3E%3C%2Fpath%3E%3Cpath%20display%3D%22inline%22%20d%3D%22M14.697%2C24.633c0.911%2C0%2C1.651-0.735%2C1.664-1.642h-3.328%20%20%20C13.047%2C23.899%2C13.786%2C24.633%2C14.697%2C24.633z%22%3E%3C%2Fpath%3E%3Cpath%20display%3D%22inline%22%20d%3D%22M4.875%2C24.633c0.911%2C0%2C1.651-0.735%2C1.664-1.642H3.211%20%20%20C3.225%2C23.899%2C3.965%2C24.633%2C4.875%2C24.633z%22%3E%3C%2Fpath%3E%3Ccircle%20display%3D%22inline%22%20cx%3D%2226.531%22%20cy%3D%2222.967%22%20r%3D%221.67%22%3E%3C%2Fcircle%3E%3Cpath%20display%3D%22inline%22%20d%3D%22M29.318%2C21.492L29.318%2C21.492l1.172%2C0v-4.597l-3.584-5.737h-4.373v10.333h1.212l0%2C0%20%20%20c0.532-1.002%2C1.573-1.692%2C2.786-1.692S28.786%2C20.49%2C29.318%2C21.492z%20M23.699%2C14.587v-2.297h2.52l1.25%2C2.297H23.699z%22%3E%3C%2Fpath%3E%3Cpath%20display%3D%22inline%22%20d%3D%22M17.861%2C22.992h-1.5c-0.014%2C0.907-0.754%2C1.642-1.664%2C1.642s-1.65-0.735-1.664-1.642h-1.5%20%20%20c0.014%2C1.737%2C1.424%2C3.142%2C3.164%2C3.142S17.847%2C24.729%2C17.861%2C22.992z%22%3E%3C%2Fpath%3E%3Cpath%20display%3D%22inline%22%20d%3D%22M6.539%2C22.992c-0.014%2C0.907-0.754%2C1.642-1.664%2C1.642s-1.651-0.735-1.664-1.642h-1.5%20%20%20c0.014%2C1.737%2C1.424%2C3.142%2C3.164%2C3.142s3.151-1.405%2C3.164-3.142H6.539z%22%3E%3C%2Fpath%3E%3Cpath%20display%3D%22inline%22%20d%3D%22M31.99%2C22.992v-6.527l-4.252-6.807h-6.704v13.333h2.334c0-0.008-0.003-0.016-0.003-0.025%20%20%20c0%2C1.749%2C1.418%2C3.167%2C3.167%2C3.167s3.167-1.418%2C3.167-3.167c0%2C0.008-0.002%2C0.016-0.003%2C0.025H31.99z%20M26.531%2C24.636%20%20%20c-0.922%2C0-1.67-0.747-1.67-1.67s0.748-1.67%2C1.67-1.67s1.67%2C0.747%2C1.67%2C1.67S27.453%2C24.636%2C26.531%2C24.636z%20M26.531%2C19.8%20%20%20c-1.213%2C0-2.254%2C0.69-2.786%2C1.692l0%2C0h-1.212V11.158h4.373l3.584%2C5.737v4.597h-1.172l0%2C0C28.786%2C20.49%2C27.744%2C19.8%2C26.531%2C19.8z%22%3E%3C%2Fpath%3E%3Cpolygon%20display%3D%22inline%22%20points%3D%2223.699%2C12.289%2023.699%2C14.587%2027.469%2C14.587%2026.219%2C12.289%20%20%22%3E%3C%2Fpolygon%3E%3Cpath%20display%3D%22inline%22%20d%3D%22M18.523%2C6.867v15.125h-0.662h-1.5h-3.328h-1.5H8.039h-1.5H3.211h-1.5H1.01V6.867H18.523%20%20%20%20M7.988%2C15.701l-2.131-1.893l-0.748-0.664l-0.664%2C0.747l-0.996%2C1.121L2.785%2C15.76l0.748%2C0.664l4.123%2C3.663l0.797%2C0.708l0.656-0.84%20%20%20l7.027-9.002l0.615-0.788L15.963%2C9.55l-1.182-0.924L13.993%2C8.01l-0.616%2C0.789L7.988%2C15.701%20M19.523%2C5.867H0.01v17.125h1.701h1.5%20%20%20h3.328h1.5h3.493h1.5h3.328h1.5h1.662V5.867L19.523%2C5.867z%20M8.12%2C17.156l6.045-7.742l1.182%2C0.924L8.32%2C19.34l-4.123-3.663%20%20%20l0.996-1.121L8.12%2C17.156L8.12%2C17.156z%22%3E%3C%2Fpath%3E%3Cpolygon%20display%3D%22inline%22%20points%3D%2214.165%2C9.414%208.12%2C17.156%205.193%2C14.556%204.197%2C15.677%208.32%2C19.34%2015.347%2C10.338%20%20%20%20%20%22%3E%3C%2Fpolygon%3E%3C%2Fg%3E%3Cg%20display%3D%22none%22%3E%3Cpath%20display%3D%22inline%22%20d%3D%22M18.295%2C32c8.837%2C0%2C16-7.163%2C16-16s-7.163-16-16-16s-16%2C7.163-16%2C16S9.459%2C32%2C18.295%2C32z%22%3E%3C%2Fpath%3E%3Cpath%20display%3D%22inline%22%20d%3D%22M16.992%2C24.633c0.911%2C0%2C1.651-0.735%2C1.664-1.642h-3.328%20%20%20C15.342%2C23.899%2C16.082%2C24.633%2C16.992%2C24.633z%22%3E%3C%2Fpath%3E%3Cpath%20display%3D%22inline%22%20d%3D%22M7.17%2C24.633c0.911%2C0%2C1.651-0.735%2C1.664-1.642H5.506C5.52%2C23.899%2C6.26%2C24.633%2C7.17%2C24.633%20%20%20z%22%3E%3C%2Fpath%3E%3Ccircle%20display%3D%22inline%22%20cx%3D%2228.827%22%20cy%3D%2222.967%22%20r%3D%221.67%22%3E%3C%2Fcircle%3E%3Cpath%20display%3D%22inline%22%20d%3D%22M31.613%2C21.492L31.613%2C21.492l1.172%2C0v-4.597l-3.584-5.737h-4.373v10.333h1.212l0%2C0%20%20%20c0.532-1.002%2C1.573-1.692%2C2.786-1.692S31.081%2C20.49%2C31.613%2C21.492z%20M25.994%2C14.587v-2.297h2.52l1.25%2C2.297H25.994z%22%3E%3C%2Fpath%3E%3Cpath%20display%3D%22inline%22%20d%3D%22M20.156%2C22.992h-1.5c-0.014%2C0.907-0.754%2C1.642-1.664%2C1.642s-1.65-0.735-1.664-1.642h-1.5%20%20%20c0.014%2C1.737%2C1.424%2C3.142%2C3.164%2C3.142S20.143%2C24.729%2C20.156%2C22.992z%22%3E%3C%2Fpath%3E%3Cpath%20display%3D%22inline%22%20d%3D%22M8.835%2C22.992c-0.014%2C0.907-0.754%2C1.642-1.664%2C1.642s-1.651-0.735-1.664-1.642h-1.5%20%20%20c0.014%2C1.737%2C1.424%2C3.142%2C3.164%2C3.142s3.151-1.405%2C3.164-3.142H8.835z%22%3E%3C%2Fpath%3E%3Cpath%20display%3D%22inline%22%20d%3D%22M34.285%2C22.992v-6.527l-4.252-6.807h-6.704v13.333h2.334c0-0.008-0.003-0.016-0.003-0.025%20%20%20c0%2C1.749%2C1.418%2C3.167%2C3.167%2C3.167s3.167-1.418%2C3.167-3.167c0%2C0.008-0.002%2C0.016-0.003%2C0.025H34.285z%20M28.827%2C24.636%20%20%20c-0.922%2C0-1.67-0.747-1.67-1.67s0.748-1.67%2C1.67-1.67s1.67%2C0.747%2C1.67%2C1.67S29.749%2C24.636%2C28.827%2C24.636z%20M28.827%2C19.8%20%20%20c-1.213%2C0-2.254%2C0.69-2.786%2C1.692l0%2C0h-1.212V11.158h4.373l3.584%2C5.737v4.597h-1.172l0%2C0C31.081%2C20.49%2C30.04%2C19.8%2C28.827%2C19.8z%22%3E%3C%2Fpath%3E%3Cpolygon%20display%3D%22inline%22%20points%3D%2225.994%2C12.289%2025.994%2C14.587%2029.764%2C14.587%2028.514%2C12.289%20%20%22%3E%3C%2Fpolygon%3E%3Cpath%20display%3D%22inline%22%20d%3D%22M15.328%2C22.992h3.328h1.5h1.662V5.867H2.306v17.125h1.701h1.5h3.328h1.5h3.493H15.328z%20%20%20%20M10.615%2C19.34l-4.123-3.663l0.996-1.121l2.928%2C2.601l6.045-7.742l1.182%2C0.924L10.615%2C19.34z%22%3E%3C%2Fpath%3E%3Cpolygon%20display%3D%22inline%22%20points%3D%2216.461%2C9.414%2010.416%2C17.156%207.488%2C14.556%206.492%2C15.677%2010.615%2C19.34%20%20%20%2017.642%2C10.338%20%20%22%3E%3C%2Fpolygon%3E%3C%2Fg%3E%3C%2Fsvg%3E");
        width: 26px;
        height: 26px;
        top: -3px;
    }

    #LIST_PARAGRAPH430 {
        width: 343px;
        top: 517.405px;
        left: 49.809px;
    }

    #LIST_PARAGRAPH430>.ladi-list-paragraph {
        color: rgb(229, 85, 70);
        font-size: 14px;
        line-height: 1.6;
    }

    #LIST_PARAGRAPH430 ul li {
        padding-left: 31px;
    }

    #LIST_PARAGRAPH430 ul li:before {
        content: "";
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Asketch%3D%22http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%2Fns%22%20viewBox%3D%220%200%20100%20100%22%20version%3D%221.1%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%22100%25%22%20height%3D%22100%25%22%20class%3D%22%22%20fill%3D%22rgba(229%2C%2085%2C%2070%2C%201.0)%22%3E%3Ctitle%3ESale-38%3C%2Ftitle%3E%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%3Cg%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill-rule%3D%22evenodd%22%20sketch%3Atype%3D%22MSPage%22%3E%3Cg%20sketch%3Atype%3D%22MSLayerGroup%22%3E%3Cpath%20d%3D%22M50%2C86.270009%20L37.1916646%2C94.0839298%20L30.6411316%2C80.5857324%20L15.6415497%2C80.2345119%20L17.4285672%2C65.3376202%20L5%2C56.9327684%20L14.5572025%2C45.3668402%20L8.64563237%2C31.5768383%20L22.9386756%2C27.0139741%20L25.4209843%2C12.2170502%20L39.911928%2C16.1059271%20L50%2C5%20L60.088072%2C16.1059271%20L74.5790157%2C12.2170502%20L77.0613244%2C27.0139741%20L91.3543676%2C31.5768383%20L85.4427975%2C45.3668402%20L95%2C56.9327684%20L82.5714328%2C65.3376202%20L84.3584503%2C80.2345119%20L69.3588684%2C80.5857324%20L62.8083354%2C94.0839298%20L50%2C86.270009%20Z%20M59.8248803%2C59.2266863%20C59.8248803%2C58.6300845%2059.8512006%2C57.9633042%2059.9038419%2C57.2263255%20C59.9564833%2C56.4893468%2060.1056315%2C55.8050197%2060.3512911%2C55.1733237%20C60.5969506%2C54.5416276%2060.956661%2C54.0152222%2061.4304331%2C53.5940915%20C61.9042051%2C53.1729608%2062.5622119%2C52.9623986%2063.4044733%2C52.9623986%20C64.1765463%2C52.9623986%2064.7819126%2C53.199281%2065.2205904%2C53.6730531%20C65.6592682%2C54.1468251%2065.9838849%2C54.7083243%2066.1944502%2C55.3575674%20C66.4050156%2C56.0068106%2066.5366169%2C56.6911377%2066.5892583%2C57.4105693%20C66.6418996%2C58.1300009%2066.6682199%2C58.752914%2066.6682199%2C59.2793274%20C66.6682199%2C59.840835%2066.6418996%2C60.481295%2066.5892583%2C61.2007266%20C66.5366169%2C61.9201582%2066.3962421%2C62.6044853%2066.1681297%2C63.2537284%20C65.9400172%2C63.9029716%2065.5890802%2C64.4556973%2065.1153082%2C64.9119222%20C64.6415362%2C65.3681472%2064.0010762%2C65.5962562%2063.193909%2C65.5962562%20C62.3516476%2C65.5962562%2061.7024142%2C65.3681472%2061.2461893%2C64.9119222%20C60.7899644%2C64.4556973%2060.4565743%2C63.9029716%2060.2460089%2C63.2537284%20C60.0354436%2C62.6044853%2059.9126156%2C61.9113847%2059.8775214%2C61.174406%20C59.8424272%2C60.4374273%2059.8248803%2C59.7881939%2059.8248803%2C59.2266863%20Z%20M54.4554909%2C59.1740452%20C54.4554909%2C60.6129084%2054.6046391%2C61.9640158%2054.90294%2C63.2274079%20C55.2012409%2C64.4908%2055.6925527%2C65.587478%2056.37689%2C66.517475%20C57.0612274%2C67.4474719%2057.9561167%2C68.1756662%2059.0615848%2C68.7020795%20C60.1670528%2C69.2284929%2061.5269336%2C69.4916956%2063.141268%2C69.4916956%20C64.6854138%2C69.4916956%2066.0189744%2C69.2372663%2067.1419895%2C68.7284001%20C68.2650047%2C68.2195338%2069.1862143%2C67.5088864%2069.9056459%2C66.5964366%20C70.6250775%2C65.6839868%2071.1602564%2C64.613629%2071.5111986%2C63.3853311%20C71.8621409%2C62.1570333%2072.0376094%2C60.8234727%2072.0376094%2C59.3846095%20C72.0376094%2C57.9457463%2071.8972346%2C56.594639%2071.6164808%2C55.3312469%20C71.335727%2C54.0678548%2070.8531886%2C52.9711768%2070.1688513%2C52.0411798%20C69.4845139%2C51.1111829%2068.598398%2C50.3742152%2067.5104771%2C49.8302547%20C66.4225561%2C49.2862942%2065.0539019%2C49.0143181%2063.4044733%2C49.0143181%20C61.8603275%2C49.0143181%2060.5267669%2C49.2775208%2059.4037517%2C49.8039342%20C58.2807366%2C50.3303476%2057.3507536%2C51.0497684%2056.6137749%2C51.9622182%20C55.8767961%2C52.874668%2055.3328438%2C53.9450258%2054.9819016%2C55.1733237%20C54.6309593%2C56.4016215%2054.4554909%2C57.735182%2054.4554909%2C59.1740452%20L54.4554909%2C59.1740452%20Z%20M58.5088535%2C30.8005067%20L36.7154491%2C69.9128242%20L41.2952225%2C69.9128242%20L62.9833447%2C30.8005067%20L58.5088535%2C30.8005067%20Z%20M32.6620865%2C41.74985%20C32.6620865%2C41.1532481%2032.6884067%2C40.468921%2032.7410481%2C39.6968481%20C32.7936894%2C38.9247752%2032.9428376%2C38.2053544%2033.1884972%2C37.5385641%20C33.4341568%2C36.8717738%2033.7938672%2C36.3102747%2034.2676392%2C35.8540497%20C34.7414112%2C35.3978248%2035.3994181%2C35.1697158%2036.2416795%2C35.1697158%20C37.0137524%2C35.1697158%2037.6191187%2C35.4153717%2038.0577965%2C35.9066908%20C38.4964743%2C36.39801%2038.821091%2C36.9946028%2039.0316563%2C37.6964873%20C39.2422217%2C38.3983718%2039.3738231%2C39.126566%2039.4264644%2C39.8810919%20C39.4791057%2C40.6356177%2039.505426%2C41.2760777%2039.505426%2C41.802491%20C39.505426%2C42.3639986%2039.4791057%2C42.9869118%2039.4264644%2C43.6712491%20C39.3738231%2C44.3555865%2039.2334483%2C45.0048199%2039.0053358%2C45.6189689%20C38.7772234%2C46.2331178%2038.4262864%2C46.7507498%2037.9525143%2C47.1718805%20C37.4787423%2C47.5930112%2036.8382823%2C47.8035734%2036.0311152%2C47.8035734%20C35.1888538%2C47.8035734%2034.5396204%2C47.5930112%2034.0833955%2C47.1718805%20C33.6271705%2C46.7507498%2033.2937804%2C46.2331178%2033.0832151%2C45.6189689%20C32.8726497%2C45.0048199%2032.7498218%2C44.3468131%2032.7147275%2C43.6449286%20C32.6796333%2C42.9430441%2032.6620865%2C42.3113575%2032.6620865%2C41.74985%20L32.6620865%2C41.74985%20Z%20M27.292697%2C41.6445678%20C27.292697%2C43.083431%2027.4418452%2C44.425765%2027.7401461%2C45.6716099%20C28.038447%2C46.9174549%2028.5297588%2C47.9878127%2029.2140962%2C48.8827154%20C29.8984335%2C49.7776181%2030.7933228%2C50.4794921%2031.8987909%2C50.9883583%20C33.004259%2C51.4972246%2034.3641398%2C51.7516539%2035.9784741%2C51.7516539%20C37.52262%2C51.7516539%2038.8561805%2C51.505998%2039.9791957%2C51.0146789%20C41.1022109%2C50.5233597%2042.0234204%2C49.8390326%2042.742852%2C48.961677%20C43.4622836%2C48.0843214%2043.9974625%2C47.0402839%2044.3484048%2C45.8295331%20C44.699347%2C44.6187824%2044.8748155%2C43.2939953%2044.8748155%2C41.8551321%20C44.8748155%2C40.4162689%2044.7344407%2C39.0476147%2044.4536869%2C37.7491284%20C44.1729331%2C36.4506421%2043.6903948%2C35.3188703%2043.0060574%2C34.3537791%20C42.32172%2C33.388688%2041.4356041%2C32.6254%2040.3476832%2C32.0638925%20C39.2597622%2C31.5023849%2037.891108%2C31.2216353%2036.2416795%2C31.2216353%20C34.6975336%2C31.2216353%2033.3639731%2C31.4936114%2032.2409579%2C32.0375719%20C31.1179427%2C32.5815324%2030.1879597%2C33.3272735%2029.450981%2C34.2748175%20C28.7140023%2C35.2223616%2028.17005%2C36.3278131%2027.8191077%2C37.5912052%20C27.4681655%2C38.8545972%2027.292697%2C40.2057046%2027.292697%2C41.6445678%20L27.292697%2C41.6445678%20Z%22%20sketch%3Atype%3D%22MSShapeGroup%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
        width: 26px;
        height: 26px;
        top: -3px;
    }

    #GROUP427 {
        width: 173.406px;
        height: 62px;
        top: 117.596px;
        left: 176.885px;
    }

    #HEADLINE429 {
        width: 139px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE429>.ladi-headline {
        color: rgb(219, 9, 9);
        font-size: 39px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #BOX428 {
        width: 169.875px;
        height: 51px;
        top: 5.5px;
        left: 3.53113px;
    }

    #BOX428>.ladi-box {
        border-style: solid;
        border-color: rgb(84, 84, 84);
        border-width: 1px;
        border-radius: 158px;
    }

    #HEADLINE426 {
        width: 280px;
        top: 67.911px;
        left: 78.259px;
    }

    #HEADLINE426>.ladi-headline {
        color: rgb(219, 9, 9);
        font-size: 23px;
        font-weight: bold;
        text-align: center;
        line-height: 1.4;
    }

    #GROUP416 {
        width: 356.291px;
        height: 55.892px;
        top: 233.5px;
        left: 0px;
    }

    #HEADLINE425 {
        width: 56px;
        top: 36.892px;
        left: 287.063px;
    }

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

    #HEADLINE424 {
        width: 56px;
        top: 36.892px;
        left: 194.823px;
    }

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

    #HEADLINE423 {
        width: 66px;
        top: 36.892px;
        left: 101.583px;
    }

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

    #HEADLINE415 {
        width: 280px;
        top: 199.5px;
        left: 84.26px;
    }

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

    #BOX408 {
        width: 360px;
        height: 624.4px;
        top: 0px;
        left: 38.26px;
    }

    #BOX408>.ladi-box {
        background-color: rgba(255, 255, 255, 0.5);
        border-style: solid;
        border-color: rgb(16, 191, 183);
        border-width: 1px;
        border-top-left-radius: 200px;
        border-top-right-radius: 200px;
    }

    #HEADLINE1037 {
        width: 38px;
        top: 135.096px;
        left: 285.91px;
    }

    #HEADLINE1037>.ladi-headline {
        color: rgb(245, 59, 37);
        font-size: 17px;
        font-weight: bold;
        text-align: right;
        line-height: 1.6;
    }

    #HEADLINE1040 {
        width: 95px;
        top: 20px;
        left: 19px;
    }

    #HEADLINE1040>.ladi-headline {
        text-decoration-line: line-through;
        -webkit-text-decoration-line: line-through;
        color: rgb(0, 0, 0);
        font-size: 18px;
        text-align: right;
        line-height: 1.6;
    }

    #HEADLINE1041 {
        width: 114px;
        top: 0px;
        left: 0px;
    }

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

    #GROUP1039 {
        width: 114px;
        height: 40px;
        top: 128.596px;
        left: 59.259px;
    }

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

    #COUNTDOWN417 {
        width: 356.291px;
        height: 41.892px;
        top: 0px;
        left: 0px;
    }

    #COUNTDOWN417>.ladi-countdown {
        font-family: "Yeseva One", cursive;
        color: rgb(84, 84, 84);
        font-size: 30px;
        font-weight: bold;
        text-align: center;
    }

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

    #GROUP1047 {
        width: 398.26px;
        height: 624.4px;
        top: 41.259px;
        left: 801.74px;
    }

    #IMAGE1048 {
        width: 780.542px;
        height: 722px;
        top: -5.78px;
        left: -11px;
    }

    #IMAGE1048>.ladi-image>.ladi-image-background.loaded {
        width: 780.542px;
        height: 722px;
        top: 0px;
        left: 0px;
        background-image: url("../images/han-toolscom_9f2ed0ad51cf7e8f31e973c5d39ae7951626375474905-20210715190016.png");
    }

    #HEADLINE1049 {
        width: 1200px;
        top: 39.216px;
        left: 0px;
    }

    #HEADLINE1049>.ladi-headline {
        font-family: "Krub-SemiBold.ttf";
        color: rgb(84, 84, 84);
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #GROUP1056 {
        width: 1011.5px;
        height: 658.519px;
        top: 167.265px;
        left: 94.388px;
    }

    #LINE1057 {
        width: 260px;
        top: 0px;
        left: 0px;
        display: none !important;
    }

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

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

    #IMAGE1058 {
        width: 120.456px;
        height: 85.122px;
        top: 13.265px;
        left: -129px;
        display: none !important;
    }

    #IMAGE1058>.ladi-image>.ladi-image-background.loaded {
        width: 120.456px;
        height: 85.122px;
        top: 0px;
        left: 0px;
        background-image: url("../images/tri-nam-da-bang-rau-ma-20201119075438_1.png");
    }

    #IMAGE436 {
        width: 1463.17px;
        height: 503.751px;
        top: 241.909px;
        left: -661.43px;
    }

    #IMAGE436>.ladi-image>.ladi-image-background.loaded {
        width: 2276.17px;
        height: 1371.47px;
        top: 0px;
        left: 0px;
        background-image: url("../images/23-02-20210712033516.png");
    }

    #BUTTON_TEXT1064 {
        width: 305px;
        top: 9px;
        left: 0px;
    }

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

    #BUTTON1064 {
        width: 372.14px;
        height: 71px;
        top: 873px;
        left: 412.93px;
    }

    #BUTTON1064>.ladi-button>.ladi-button-background {
        background: #fc6767;
        background: -webkit-linear-gradient(180deg, #fc6767, #ec008c);
        background: linear-gradient(180deg, #fc6767, #ec008c);
    }

    #BUTTON1064>.ladi-button {
        border-style: solid;
        border-color: rgb(198, 1, 1);
        border-width: 2px;
        border-radius: 62px;
    }

    #IMAGE1067 {
        width: 221.444px;
        height: 331.008px;
        top: 52.954px;
        left: -242px;
        display: none !important;
    }

    #IMAGE1067>.ladi-image>.ladi-image-background.loaded {
        width: 221.444px;
        height: 331.008px;
        top: 0px;
        left: 0px;
        background-image: url("../images/han-toolscom_c6d36f6a1cc278392ce5ccdd8c3d8e0b1626416545005-20210716062308.jpg");
    }

    #IMAGE1068 {
        width: 993.005px;
        height: 586.085px;
        top: 98.08px;
        left: 416.364px;
    }

    #IMAGE1068>.ladi-image>.ladi-image-background.loaded {
        width: 1109.64px;
        height: 726.817px;
        top: -85.499px;
        left: -116.64px;
        background-image: url("../images/han-toolscom_e29c3391246a509c9ecd697961b7231c1626417062158-20210716063142_1.png");
    }

    #HEADLINE1069 {
        width: 279px;
        top: 176.398px;
        left: 880px;
    }

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

    #IMAGE1070 {
        width: 138.801px;
        height: 120.207px;
        top: -94.003px;
        left: 1308.52px;
    }

    #IMAGE1070>.ladi-image>.ladi-image-background.loaded {
        width: 138.801px;
        height: 120.207px;
        top: 0px;
        left: 0px;
        background-image: url("../images/la-03-20210712034012.png");
    }

    #IMAGE1070>.ladi-image {
        filter: blur(3px);
    }

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

    #IMAGE1072 {
        width: 128.498px;
        height: 111.285px;
        top: 724.25px;
        left: 1079.37px;
    }

    #IMAGE1072>.ladi-image>.ladi-image-background.loaded {
        width: 128.498px;
        height: 111.285px;
        top: 0px;
        left: 0px;
        background-image: url("../images/la-03-20210712034012.png");
    }

    #GROUP1073 {
        width: 1546.86px;
        height: 1075.08px;
        top: -709.906px;
        left: -946.41px;
    }

    #GROUP1074 {
        width: 767.398px;
        height: 320px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE1078 {
        width: 23px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE1078>.ladi-headline {
        color: rgb(245, 59, 37);
        font-size: 36px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

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

    #HEADLINE1083 {
        width: 21px;
        top: 0px;
        left: 73.87px;
    }

    #HEADLINE1083>.ladi-headline {
        color: rgb(245, 59, 37);
        font-size: 36px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

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

    #GROUP1084 {
        width: 94.87px;
        height: 57px;
        top: 641.531px;
        left: 139px;
    }

    #IMAGE1085 {
        width: 416.364px;
        height: 558.824px;
        top: 38.073px;
        left: 0px;
    }

    #IMAGE1085>.ladi-image>.ladi-image-background.loaded {
        width: 416.364px;
        height: 558.824px;
        top: 0px;
        left: 0px;
        background-image: url("../images/fda-calmerol-hand-and-foot-cream-01-20210701110804.jpg");
    }

    #PARAGRAPH1086 {
        width: 469px;
        top: 609.165px;
        left: 11.5px;
    }

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

    #IMAGE1088 {
        width: 150px;
        height: 151px;
        top: 29px;
        left: 925px;
    }

    #IMAGE1088>.ladi-image>.ladi-image-background.loaded {
        width: 150px;
        height: 226.5px;
        top: -50px;
        left: 0px;
        background-image: url("../images/thailand-woman-4-20210719042920.png");
    }

    #IMAGE1088>.ladi-image {
        border-style: solid;
        border-color: rgb(228, 228, 228);
        border-width: 5px;
        border-radius: 100px;
    }

    #SECTION1089 {
        height: 819.7px;
    }

    #SECTION1089>.ladi-section-background.loaded {
        background-color: rgb(190, 216, 210);
    }

    #HEADLINE1090 {
        width: 980px;
        top: 15px;
        left: 110px;
    }

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

    #SHAPE1091 {
        width: 514.685px;
        height: 514.058px;
        top: 75px;
        left: 960px;
    }

    #SHAPE1091 svg:last-child {
        fill: rgba(240, 251, 249, 1);
    }

    #SHAPE1092 {
        width: 171.9px;
        height: 35.058px;
        top: 63px;
        left: -49px;
    }

    #SHAPE1092>.ladi-shape {
        opacity: 0.82;
        filter: blur(1px);
    }

    #SHAPE1092 svg:last-child {
        fill: rgba(240, 251, 249, 1);
    }

    #SHAPE1093 {
        width: 122.867px;
        height: 25.058px;
        top: 742px;
        left: 189px;
    }

    #SHAPE1093>.ladi-shape {
        opacity: 0.82;
        filter: blur(1px);
    }

    #SHAPE1093 svg:last-child {
        fill: rgba(240, 251, 249, 1);
    }

    #SHAPE1094 {
        width: 165.26px;
        height: 165.058px;
        top: 686px;
        left: 819.658px;
    }

    #SHAPE1094>.ladi-shape {
        opacity: 0.8;
    }

    #SHAPE1094 svg:last-child {
        fill: rgba(240, 251, 249, 1);
    }

    #CAROUSEL1095 {
        width: 1262px;
        height: 709px;
        top: 92.32px;
        left: -32px;
    }

    #IMAGE1098 {
        width: 612.996px;
        height: 497.229px;
        top: 72.6898px;
        left: 806.121px;
    }

    #IMAGE1098>.ladi-image>.ladi-image-background.loaded {
        width: 612.996px;
        height: 497.229px;
        top: 0px;
        left: 0px;
        background-image: url("../images/banner-camerol-04-20210719045353.png");
    }

    #IMAGE1099 {
        width: 555.214px;
        height: 507.803px;
        top: 119.697px;
        left: 515.143px;
    }

    #IMAGE1099>.ladi-image>.ladi-image-background.loaded {
        width: 555.214px;
        height: 555.214px;
        top: 0px;
        left: 0px;
        background-image: url("../images/calmerol-th-decor-20210705110810.png");
    }

    #IMAGE1100 {
        width: 333.847px;
        height: 678.434px;
        top: 23.2832px;
        left: 48px;
    }

    #IMAGE1100>.ladi-image>.ladi-image-background.loaded {
        width: 333.847px;
        height: 678.434px;
        top: 0px;
        left: 0px;
        background-image: url("../images/13141-1-20210719045637.jpg");
    }

    #IMAGE1101 {
        width: 351.163px;
        height: 671.368px;
        top: 23.2832px;
        left: 454.418px;
    }

    #IMAGE1101>.ladi-image>.ladi-image-background.loaded {
        width: 351.163px;
        height: 717.019px;
        top: 0px;
        left: 0px;
        background-image: url("../images/z2624361678634_8e55b051c693736e09e6f097ca4be45e-20210719045637.jpg");
    }

    #IMAGE1102 {
        width: 333.389px;
        height: 678.434px;
        top: 23.2832px;
        left: 882px;
    }

    #IMAGE1102>.ladi-image>.ladi-image-background.loaded {
        width: 333.389px;
        height: 678.434px;
        top: 0px;
        left: 0px;
        background-image: url("../images/z2624361674665_8a7683d5609f455a856d26ae443115da-20210719045637.jpg");
    }

    #FORM_ITEM1103 {
        width: 62.903px;
        height: 35px;
        top: 62.5391px;
        left: 0px;
        display: none !important;
    }

    #FORM_ITEM1104 {
        width: 62.903px;
        height: 35px;
        top: 62.5391px;
        left: 72.903px;
        display: none !important;
    }

    #FORM_ITEM1105 {
        width: 62.903px;
        height: 35px;
        top: 62.5391px;
        left: 145.806px;
        display: none !important;
    }

    #FORM_ITEM1106 {
        width: 62.903px;
        height: 35px;
        top: 62.5391px;
        left: 218.709px;
        display: none !important;
    }

    #FORM_ITEM1107 {
        width: 62.903px;
        height: 35px;
        top: 62.5391px;
        left: 291.612px;
        display: none !important;
    }

    #FORM_ITEM1108 {
        width: 62.903px;
        height: 35px;
        top: 62.5391px;
        left: 364.515px;
        display: none !important;
    }

    #FORM_ITEM1109 {
        width: 62.903px;
        height: 35px;
        top: 62.5391px;
        left: 437.418px;
        display: none !important;
    }

    #FORM_ITEM1110 {
        width: 62.903px;
        height: 35px;
        top: 62.5391px;
        left: 510.321px;
        display: none !important;
    }

    #FORM_ITEM1111 {
        width: 34.6508px;
        height: 35px;
        top: 126.809px;
        left: 0px;
        display: none !important;
    }

    #FORM_ITEM1112 {
        width: 34.6508px;
        height: 35px;
        top: 126.809px;
        left: 42.3676px;
        display: none !important;
    }

    #FORM_ITEM1113 {
        width: 34.6508px;
        height: 35px;
        top: 126.809px;
        left: 84.7352px;
        display: none !important;
    }

    #FORM_ITEM1114 {
        width: 34.6508px;
        height: 35px;
        top: 126.809px;
        left: 127.103px;
        display: none !important;
    }

    #FORM_ITEM1115 {
        width: 34.6508px;
        height: 35px;
        top: 126.809px;
        left: 169.47px;
        display: none !important;
    }

    #FORM_ITEM1116 {
        width: 34.6508px;
        height: 35px;
        top: 126.809px;
        left: 211.838px;
        display: none !important;
    }

    #FORM_ITEM1117 {
        width: 34.6508px;
        height: 35px;
        top: 126.809px;
        left: 254.206px;
        display: none !important;
    }

    #FORM_ITEM1118 {
        width: 34.6508px;
        height: 35px;
        top: 126.809px;
        left: 296.573px;
        display: none !important;
    }
}

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

    #SECTION1 {
        height: 1805.12px;
    }

    #SECTION1>.ladi-section-background.loaded {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("../images/bgn1-20210715034740.png");
        background-position: center top;
        background-repeat: repeat;
    }

    #SECTION2 {
        height: 2376.22px;
    }

    #SECTION3 {
        height: 1333.57px;
    }

    #SECTION3>.ladi-section-background.loaded {
        background-color: rgb(240, 251, 249);
    }

    #SECTION4 {
        height: 1027.87px;
    }

    #IMAGE8 {
        width: 611.784px;
        height: 255.112px;
        top: 0px;
        left: 0px;
    }

    #IMAGE8>.ladi-image>.ladi-image-background.loaded {
        width: 611.784px;
        height: 255.112px;
        top: 0px;
        left: 0px;
        background-image: url("../images/calmerol_thailand-03-20210709103919_1.png");
    }

    #IMAGE8.ladi-animation>.ladi-image {
        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;
    }

    #HEADLINE11 {
        width: 303px;
        top: 191.112px;
        left: 168.705px;
    }

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

    #HEADLINE19 {
        width: 346px;
        top: 4.12994px;
        left: 63.8924px;
    }

    #HEADLINE19>.ladi-headline {
        font-family: "Krub-BoldItalic.ttf";
        color: rgb(1, 24, 4);
        font-size: 17px;
        font-weight: bold;
        font-style: italic;
        text-align: left;
        line-height: 1.6;
    }

    #HEADLINE19.ladi-animation>.ladi-headline {
        animation-name: fadeInRight;
        -webkit-animation-name: fadeInRight;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #SECTION67 {
        height: 1137.91px;
    }

    #IMAGE120 {
        width: 57.9568px;
        height: 54.999px;
        top: 0px;
        left: 0px;
    }

    #IMAGE120>.ladi-image>.ladi-image-background.loaded {
        width: 57.9568px;
        height: 54.999px;
        top: 0px;
        left: 0px;
        background-image: url("../images/tick-01-20210712032120.png");
    }

    #IMAGE130 {
        width: 71.4814px;
        height: 68.763px;
        top: -314px;
        left: 372.965px;
    }

    #IMAGE130>.ladi-image>.ladi-image-background.loaded {
        width: 71.4814px;
        height: 68.763px;
        top: 0px;
        left: 0px;
        background-image: url("../images/la-02-20210712034015.png");
    }

    #GROUP131 {
        width: 611.784px;
        height: 255.112px;
        top: 0px;
        left: 437.015px;
    }

    #HEADLINE134 {
        width: 368px;
        top: 21.9725px;
        left: 28.5px;
    }

    #HEADLINE134>.ladi-headline {
        background: #02aab0;
        background: -webkit-linear-gradient(180deg, #02aab0, #00cdac);
        background: linear-gradient(180deg, #02aab0, #00cdac);
        color: rgb(0, 0, 0);
        font-size: 23px;
        font-weight: bold;
        text-align: center;
        line-height: 1.4;
    }

    #HEADLINE134 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #PARAGRAPH135 {
        width: 379px;
        top: 121.973px;
        left: 21.5px;
    }

    #PARAGRAPH135>.ladi-paragraph {
        font-family: "Mitr-ExtraLight.ttf";
        color: rgb(84, 84, 84);
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #BOX137 {
        width: 400px;
        height: 1101.97px;
        top: 10px;
        left: 10.5px;
    }

    #BOX137>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-radius: 10px;
        filter: drop-shadow(rgb(180, 180, 180) 0px 3px 6px);
    }

    #BUTTON_TEXT140 {
        width: 320px;
        top: 12.6024px;
        left: 0px;
    }

    #BUTTON_TEXT140>.ladi-headline {
        font-family: "Krub-Bold.ttf";
        color: rgb(255, 255, 255);
        font-size: 22px;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.6;
    }

    #BUTTON140 {
        width: 361px;
        height: 60.9762px;
        top: 134.024px;
        left: 1.2238px;
    }

    #BUTTON140>.ladi-button>.ladi-button-background {
        background: #ff758c;
        background: -webkit-linear-gradient(180deg, #ff758c, #ff7eb3);
        background: linear-gradient(180deg, #ff758c, #ff7eb3);
    }

    #BUTTON140>.ladi-button {
        border-radius: 3px;
    }

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

    #BUTTON140>.ladi-button:hover .ladi-button-background {
        background-color: rgb(255, 34, 21);
        background-image: none;
    }

    #FORM_ITEM142 {
        width: 361px;
        height: 49.0093px;
        top: 0px;
        left: 0px;
    }

    #FORM_ITEM143 {
        width: 361px;
        height: 49.0093px;
        top: 63.0119px;
        left: 0px;
    }

    #FORM139 {
        width: 362.224px;
        height: 195px;
        top: 1428.32px;
        left: 35.3881px;
    }

    #FORM139>.ladi-form {
        font-family: "Krub-Bold.ttf";
        color: rgb(112, 112, 112);
        font-size: 12px;
        line-height: 1.6;
    }

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

    #FORM139 .ladi-form-item {
        padding-left: 8px;
        padding-right: 8px;
    }

    #FORM139 .ladi-form-item.ladi-form-checkbox {
        padding-left: 13px;
        padding-right: 13px;
    }

    #FORM139 .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(112%2C%20112%2C%20112%2C%201.0)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
    }

    #FORM139 .ladi-form-item-container,
    #FORM139 .ladi-form-label-container .ladi-form-label-item {
        border-style: solid;
        border-color: rgb(250, 210, 214);
        border-width: 3px;
        border-radius: 5px;
    }

    #FORM139 .ladi-form-item-container .ladi-form-quantity button {
        background-color: rgb(250, 210, 214);
    }

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

    #HEADLINE214 {
        width: 400px;
        top: 10px;
        left: 10px;
    }

    #HEADLINE214>.ladi-headline {
        background: #02aab0;
        background: -webkit-linear-gradient(180deg, #02aab0, #00cdac);
        background: linear-gradient(180deg, #02aab0, #00cdac);
        color: rgb(255, 255, 255);
        font-size: 25px;
        font-weight: bold;
        text-align: center;
        line-height: 1.4;
    }

    #HEADLINE214 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #IMAGE217 {
        width: 200px;
        height: 200px;
        top: 43.146px;
        left: 38px;
    }

    #IMAGE217>.ladi-image>.ladi-image-background.loaded {
        width: 225px;
        height: 225px;
        top: -24px;
        left: -23px;
        background-image: url("../images/man-ngua-1-20210714024506.png");
    }

    #IMAGE217>.ladi-image {
        border-style: solid;
        border-color: rgb(48, 178, 149);
        border-width: 6px;
        border-radius: 225px;
    }

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

    #HEADLINE218 {
        width: 276px;
        top: 273.146px;
        left: 0px;
    }

    #HEADLINE218>.ladi-headline {
        font-family: "Mitr-Regular.ttf";
        color: rgb(75, 75, 75);
        font-size: 18px;
        text-align: center;
        line-height: 1.6;
    }

    #HEADLINE229 {
        width: 400px;
        top: 10px;
        left: 10px;
    }

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

    #HEADLINE233 {
        width: 400px;
        top: 10.4167px;
        left: 10px;
    }

    #HEADLINE233>.ladi-headline {
        background: #06beb6;
        background: -webkit-linear-gradient(180deg, #06beb6, #48b1bf);
        background: linear-gradient(180deg, #06beb6, #48b1bf);
        color: rgb(0, 0, 0);
        font-size: 25px;
        font-weight: bold;
        text-align: center;
        line-height: 1.2;
    }

    #HEADLINE233 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #SECTION234 {
        height: 132.89px;
    }

    #PARAGRAPH255 {
        width: 400px;
        top: 88.4167px;
        left: 10px;
    }

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

    #LINE256 {
        width: 113px;
        top: 70.4167px;
        left: 153.5px;
    }

    #LINE256>.ladi-line>.ladi-line-container {
        border-top: 2px solid rgb(116, 224, 200);
        border-right: 2px solid rgb(116, 224, 200);
        border-bottom: 2px solid rgb(116, 224, 200);
        border-left: 0px !important;
    }

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

    #HEADLINE289 {
        width: 400px;
        top: 10px;
        left: 10px;
    }

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

    #PARAGRAPH290 {
        width: 400px;
        top: 108px;
        left: 10px;
    }

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

    #LINE291 {
        width: 113px;
        top: 80px;
        left: 155.5px;
    }

    #LINE291>.ladi-line>.ladi-line-container {
        border-top: 2px solid rgb(145, 237, 217);
        border-right: 2px solid rgb(145, 237, 217);
        border-bottom: 2px solid rgb(145, 237, 217);
        border-left: 0px !important;
    }

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

    #LINE292 {
        height: 578px;
        top: 42px;
        left: 206.75px;
    }

    #LINE292>.ladi-line>.ladi-line-container {
        border-top: 0px !important;
        border-right: 2px dashed rgb(145, 237, 217);
        border-bottom: 2px dashed rgb(145, 237, 217);
        border-left: 2px dashed rgb(145, 237, 217);
    }

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

    #PARAGRAPH295 {
        width: 118px;
        top: 40px;
        left: 3.25px;
    }

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

    #PARAGRAPH296 {
        width: 120px;
        top: 0px;
        left: 0px;
    }

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

    #GROUP293 {
        width: 121.25px;
        height: 140px;
        top: 0px;
        left: 0px;
    }

    #SECTION288 {
        height: 1055.52px;
    }

    #SECTION288>.ladi-section-background.loaded {
        background-color: rgb(240, 251, 249);
    }

    #SHAPE326 {
        width: 21px;
        height: 21px;
        top: 33.5px;
        left: 205.25px;
    }

    #SHAPE326 svg:last-child {
        fill: rgba(249, 74, 74, 1);
    }

    #HEADLINE337 {
        width: 400px;
        top: 10px;
        left: 10px;
    }

    #HEADLINE337>.ladi-headline {
        color: rgb(1, 83, 91);
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        line-height: 1.4;
    }

    #PARAGRAPH338 {
        width: 396px;
        top: 101px;
        left: 12px;
    }

    #PARAGRAPH338>.ladi-paragraph {
        color: rgb(19, 121, 131);
        font-size: 14px;
        text-align: center;
        line-height: 1.6;
    }

    #LINE339 {
        width: 113px;
        top: 83px;
        left: 153.343px;
    }

    #LINE339>.ladi-line>.ladi-line-container {
        border-top: 2px solid rgb(145, 237, 217);
        border-right: 2px solid rgb(145, 237, 217);
        border-bottom: 2px solid rgb(145, 237, 217);
        border-left: 0px !important;
    }

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

    #SECTION336 {
        height: 1021.03px;
    }

    #SECTION336>.ladi-section-background.loaded {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("../images/7-20210715105027_1.png");
        background-position: center top;
        background-repeat: repeat;
    }

    #HEADLINE346 {
        width: 400px;
        top: 10px;
        left: 10px;
    }

    #HEADLINE346>.ladi-headline {
        background: #02aab0;
        background: -webkit-linear-gradient(180deg, #02aab0, #00cdac);
        background: linear-gradient(180deg, #02aab0, #00cdac);
        color: rgb(0, 0, 0);
        font-size: 25px;
        font-weight: bold;
        text-align: center;
        line-height: 1.4;
    }

    #HEADLINE346 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #PARAGRAPH347 {
        width: 396px;
        top: 108px;
        left: 12px;
    }

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

    #LINE348 {
        width: 113px;
        top: 80px;
        left: 152px;
    }

    #LINE348>.ladi-line>.ladi-line-container {
        border-top: 2px solid rgb(116, 224, 200);
        border-right: 2px solid rgb(116, 224, 200);
        border-bottom: 2px solid rgb(116, 224, 200);
        border-left: 0px !important;
    }

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

    #SECTION345 {
        height: 477.281px;
    }

    #HEADLINE358 {
        width: 350px;
        top: 60.292px;
        left: 44px;
    }

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

    #SECTION354 {
        height: 421.073px;
    }

    #SECTION354>.ladi-section-background.loaded {
        background-image: url("../images/7-20210715105027.png");
        background-position: left top;
        background-repeat: repeat;
    }

    #HEADLINE361 {
        width: 400px;
        top: 37.417px;
        left: 10px;
    }

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

    #SECTION360 {
        height: 1242.94px;
    }

    #HEADLINE368 {
        width: 400px;
        top: 37.4681px;
        left: 10px;
    }

    #HEADLINE368>.ladi-headline {
        background: #02aab0;
        background: -webkit-linear-gradient(180deg, #02aab0, #00cdac);
        background: linear-gradient(180deg, #02aab0, #00cdac);
        color: rgb(0, 0, 0);
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        line-height: 1.4;
    }

    #HEADLINE368 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #PARAGRAPH369 {
        width: 395px;
        top: 177.468px;
        left: 14.5px;
    }

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

    #LINE370 {
        width: 113px;
        top: 149.468px;
        left: 153.5px;
    }

    #LINE370>.ladi-line>.ladi-line-container {
        border-top: 2px solid rgb(145, 237, 217);
        border-right: 2px solid rgb(145, 237, 217);
        border-bottom: 2px solid rgb(145, 237, 217);
        border-left: 0px !important;
    }

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

    #HEADLINE372 {
        width: 201px;
        top: 64.3953px;
        left: 194.084px;
    }

    #HEADLINE372>.ladi-headline {
        color: rgb(0, 102, 111);
        font-size: 18px;
        font-weight: bold;
        text-align: left;
        line-height: 1.6;
    }

    #PARAGRAPH373 {
        width: 391px;
        top: 714.2px;
        left: 16.5px;
    }

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

    #SECTION367 {
        height: 845.2px;
    }

    #HEADLINE375 {
        width: 400px;
        top: 15.4167px;
        left: 10px;
    }

    #HEADLINE375>.ladi-headline {
        background: #02aab0;
        background: -webkit-linear-gradient(180deg, #02aab0, #00cdac);
        background: linear-gradient(180deg, #02aab0, #00cdac);
        color: rgb(0, 0, 0);
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        line-height: 1.4;
    }

    #HEADLINE375 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #HEADLINE376 {
        width: 400px;
        top: 1284.24px;
        left: 9.9995px;
    }

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

    #HEADLINE377 {
        width: 400px;
        top: 815.241px;
        left: 9.9995px;
    }

    #HEADLINE377>.ladi-headline {
        font-family: "arialbd.ttf";
        color: rgb(0, 0, 0);
        font-size: 17px;
        text-align: center;
        line-height: 1.6;
    }

    #SECTION374 {
        height: 1395.24px;
    }

    #HEADLINE383 {
        width: 400px;
        top: 10px;
        left: 10px;
    }

    #HEADLINE383>.ladi-headline {
        background: #02aab0;
        background: -webkit-linear-gradient(180deg, #02aab0, #00cdac);
        background: linear-gradient(180deg, #02aab0, #00cdac);
        color: rgb(0, 0, 0);
        font-size: 23px;
        font-weight: bold;
        text-align: center;
        line-height: 1.4;
    }

    #HEADLINE383 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #BOX385 {
        width: 370px;
        height: 517px;
        top: 0px;
        left: 0px;
    }

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

    #HEADLINE386 {
        width: 260px;
        top: 180px;
        left: 55px;
    }

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

    #HEADLINE387 {
        width: 350px;
        top: 260px;
        left: 10px;
    }

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

    #IMAGE388 {
        width: 150.5px;
        height: 150.5px;
        top: 20px;
        left: 109.75px;
    }

    #IMAGE388>.ladi-image>.ladi-image-background.loaded {
        width: 150.5px;
        height: 150.5px;
        top: 0px;
        left: 0px;
        background-image: url("../images/a-11-20210420045951.png");
    }

    #IMAGE388>.ladi-image {
        border-style: solid;
        border-color: rgb(228, 228, 228);
        border-width: 5px;
        border-radius: 197px;
    }

    #SHAPE389 {
        width: 80px;
        height: 80px;
        top: 180px;
        left: 145px;
    }

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

    #GROUP384 {
        width: 370px;
        height: 517px;
        top: 10px;
        left: 1285px;
    }

    #SECTION382 {
        height: 760.565px;
    }

    #BOX401 {
        width: 419.612px;
        height: 606px;
        top: 0px;
        left: 0px;
    }

    #BOX401>.ladi-box {
        background-color: rgb(145, 237, 217);
        border-radius: 12px;
    }

    #IMAGE402 {
        width: 296.611px;
        height: 425.495px;
        top: 0px;
        left: 123.389px;
    }

    #IMAGE402>.ladi-image>.ladi-image-background.loaded {
        width: 847.461px;
        height: 971.351px;
        top: -78.2321px;
        left: 0px;
        background-image: url("../images/t2-20201001084008.png");
    }

    #IMAGE402>.ladi-image {
        border-radius: 12px;
    }

    #IMAGE403 {
        width: 183.057px;
        height: 606px;
        top: 0px;
        left: 0px;
    }

    #IMAGE403>.ladi-image>.ladi-image-background.loaded {
        width: 523.022px;
        height: 1272px;
        top: 0px;
        left: 0px;
        background-image: url("../images/t1-20201001083748.png");
    }

    #IMAGE403>.ladi-image {
        border-radius: 12px;
    }

    #GROUP400 {
        width: 420px;
        height: 606px;
        top: 120px;
        left: 0px;
    }

    #IMAGE438 {
        width: 355.13px;
        height: 356.156px;
        top: 939.884px;
        left: 54.5px;
    }

    #IMAGE438>.ladi-image>.ladi-image-background.loaded {
        width: 355.13px;
        height: 356.156px;
        top: 0px;
        left: 0px;
        background-image: url("../images/calmerol-th-decor-01-20210712023839.png");
    }

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

    #IMAGE440 {
        width: 499.15px;
        height: 208.142px;
        top: 0px;
        left: 0px;
    }

    #IMAGE440>.ladi-image>.ladi-image-background.loaded {
        width: 499.15px;
        height: 208.142px;
        top: 0px;
        left: 0px;
        background-image: url("../images/calmerol_thailand-03-20210709103919.png");
    }

    #HEADLINE441 {
        width: 401px;
        top: 159.171px;
        left: 54.809px;
    }

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

    #GROUP439 {
        width: 499.15px;
        height: 219.171px;
        top: -41.9862px;
        left: -44.699px;
    }

    #IMAGE449 {
        width: 91.0398px;
        height: 78.844px;
        top: 754.044px;
        left: 328.96px;
    }

    #IMAGE449>.ladi-image>.ladi-image-background.loaded {
        width: 91.0398px;
        height: 78.844px;
        top: 0px;
        left: 0px;
        background-image: url("../images/la-03-20210712034012_1.png");
    }

    #IMAGE449>.ladi-image {
        filter: blur(3px);
    }

    #IMAGE450 {
        width: 134.893px;
        height: 129.763px;
        top: 852.725px;
        left: -58.447px;
    }

    #IMAGE450>.ladi-image>.ladi-image-background.loaded {
        width: 134.893px;
        height: 129.763px;
        top: 0px;
        left: 0px;
        background-image: url("../images/la-02-20210712034015_1.png");
    }

    #BUTTON_TEXT461 {
        width: 331px;
        top: 9.91012px;
        left: 0px;
    }

    #BUTTON_TEXT461>.ladi-headline {
        font-family: "Krub-Bold.ttf";
        color: rgb(255, 255, 255);
        font-size: 19px;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.6;
    }

    #BUTTON461 {
        width: 330.903px;
        height: 54.5391px;
        top: 130.539px;
        left: 0px;
    }

    #BUTTON461>.ladi-button>.ladi-button-background {
        background: rgba(249, 74, 74, 1);
        background: -webkit-linear-gradient(180deg, rgba(249, 74, 74, 1), #ff0000);
        background: linear-gradient(180deg, rgba(249, 74, 74, 1), #ff0000);
    }

    #BUTTON461>.ladi-button {
        border-radius: 3px;
    }

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

    #BUTTON461>.ladi-button:hover .ladi-button-background {
        background-color: rgb(255, 34, 21);
        background-image: none;
    }

    #FORM_ITEM463 {
        width: 330.903px;
        height: 52.5391px;
        top: 0px;
        left: 0px;
    }

    #FORM_ITEM464 {
        width: 330.903px;
        height: 52.5391px;
        top: 64.2695px;
        left: 0px;
    }

    #FORM460 {
        width: 330.903px;
        height: 185.078px;
        top: 312.722px;
        left: 52.808px;
    }

    #FORM460>.ladi-form {
        font-family: "Krub-Bold.ttf";
        color: rgb(112, 112, 112);
        font-size: 14px;
        line-height: 1.6;
    }

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

    #FORM460 .ladi-form-item {
        padding-left: 8px;
        padding-right: 8px;
    }

    #FORM460 .ladi-form-item.ladi-form-checkbox {
        padding-left: 13px;
        padding-right: 13px;
    }

    #FORM460 .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(112%2C%20112%2C%20112%2C%201.0)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
    }

    #FORM460 .ladi-form-item-container,
    #FORM460 .ladi-form-label-container .ladi-form-label-item {
        border-style: solid;
        border-color: rgb(145, 226, 243);
        border-width: 1px;
        border-radius: 5px;
    }

    #FORM460 .ladi-form-item-container .ladi-form-quantity button {
        background-color: rgb(145, 226, 243);
    }

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

    #SECTION434 {
        height: 1305.13px;
    }

    #SECTION434>.ladi-section-background.loaded {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("../images/bg8-20210705075901.png");
        background-position: center top;
        background-repeat: repeat;
    }

    #IMAGE473 {
        width: 200px;
        height: 501.19px;
        top: 96.4167px;
        left: -286px;
    }

    #IMAGE473>.ladi-image>.ladi-image-background.loaded {
        width: 200px;
        height: 501.19px;
        top: 0px;
        left: 0px;
        background-image: url("../images/image2-20210714102037_1.png");
    }

    #BOX475 {
        width: 408px;
        height: 408px;
        top: 14px;
        left: 0px;
    }

    #BOX475>.ladi-box {
        border-style: solid;
        border-color: rgb(215, 247, 220);
        border-width: 1px;
        border-radius: 999px;
    }

    #SHAPE477 {
        width: 30px;
        height: 30px;
        top: 0px;
        left: 214.776px;
    }

    #SHAPE477 svg:last-child {
        fill: rgba(116, 224, 200, 1);
    }

    #SHAPE480 {
        width: 30px;
        height: 30px;
        top: 47px;
        left: 321.5px;
    }

    #SHAPE480 svg:last-child {
        fill: rgba(116, 224, 200, 1);
    }

    #SHAPE483 {
        width: 30px;
        height: 30px;
        top: 144px;
        left: 383.5px;
    }

    #SHAPE483 svg:last-child {
        fill: rgba(116, 224, 200, 1);
    }

    #SHAPE489 {
        width: 30px;
        height: 30px;
        top: 356px;
        left: 324.276px;
    }

    #SHAPE489 svg:last-child {
        fill: rgba(116, 224, 200, 1);
    }

    #SHAPE492 {
        width: 30px;
        height: 30px;
        top: 403px;
        left: 215.276px;
    }

    #SHAPE492 svg:last-child {
        fill: rgba(116, 224, 200, 1);
    }

    #GROUP474 {
        width: 610.5px;
        height: 484px;
        top: 323.417px;
        left: -716.25px;
    }

    #SHAPE486 {
        width: 30px;
        height: 30px;
        top: 255px;
        left: 385.5px;
    }

    #SHAPE486 svg:last-child {
        fill: rgba(116, 224, 200, 1);
    }

    #HEADLINE496 {
        width: 325px;
        top: 54px;
        left: 283px;
    }

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

    #HEADLINE498 {
        width: 249px;
        top: 0px;
        left: 280.5px;
    }

    #HEADLINE498>.ladi-headline {
        color: rgb(53, 193, 206);
        font-size: 20px;
        text-align: left;
        line-height: 1.6;
    }

    #LINE499 {
        width: 249px;
        top: 25px;
        left: 280.5px;
    }

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

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

    #LINE500 {
        width: 106px;
        top: 32px;
        left: 0px;
    }

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

    #LINE500>.ladi-line {
        width: 100%;
        transform: rotate(-34deg);
        -webkit-transform: rotate(-34deg);
        padding: 8px 0px;
    }

    #GROUP497 {
        width: 529.5px;
        height: 49px;
        top: 6px;
        left: 0px;
    }

    #IMAGE501 {
        width: 122.659px;
        height: 88.77px;
        top: 0px;
        left: 180.587px;
    }

    #IMAGE501>.ladi-image>.ladi-image-background.loaded {
        width: 123.272px;
        height: 88.77px;
        top: 0px;
        left: 0px;
        background-image: url("../images/han-toolscom_d047b2f5d69d64826c50d171a4cc93771626371112447-20210715174819.png");
    }

    #GROUP495 {
        width: 608px;
        height: 140px;
        top: 492.417px;
        left: -201.75px;
    }

    #HEADLINE555 {
        width: 323px;
        top: 40px;
        left: 106.59px;
    }

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

    #IMAGE556 {
        width: 124.405px;
        height: 83.77px;
        top: 7px;
        left: 0px;
    }

    #IMAGE556>.ladi-image>.ladi-image-background.loaded {
        width: 124.405px;
        height: 83.77px;
        top: 0px;
        left: 0px;
        background-image: url("../images/han-toolscom_1deff941a1d5a848f2b56374ed23b45e1626370318086-20210715174540_1.png");
    }

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

    #HEADLINE558 {
        width: 241px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE558>.ladi-headline {
        color: rgb(53, 193, 206);
        font-size: 20px;
        text-align: left;
        line-height: 1.6;
    }

    #LINE559 {
        width: 204px;
        top: 25px;
        left: 0px;
    }

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

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

    #LINE560 {
        width: 116px;
        top: 24px;
        left: 353.947px;
    }

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

    #LINE560>.ladi-line {
        width: 100%;
        transform: rotate(22deg);
        -webkit-transform: rotate(22deg);
        padding: 8px 0px;
    }

    #GROUP557 {
        width: 469.947px;
        height: 43px;
        top: 0px;
        left: 106.59px;
    }

    #GROUP554 {
        width: 576.537px;
        height: 126px;
        top: 173.417px;
        left: -22.769px;
    }

    #HEADLINE562 {
        width: 328px;
        top: 40px;
        left: 72.9711px;
    }

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

    #IMAGE563 {
        width: 68.5524px;
        height: 57px;
        top: 6px;
        left: 0px;
    }

    #IMAGE563>.ladi-image>.ladi-image-background.loaded {
        width: 68.5524px;
        height: 57px;
        top: 0px;
        left: 0px;
        background-image: url("../images/orange-lemon-20210716102122.png");
    }

    #HEADLINE565 {
        width: 305px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE565>.ladi-headline {
        color: rgb(53, 193, 206);
        font-size: 19px;
        text-align: left;
        line-height: 1.6;
    }

    #LINE566 {
        width: 286px;
        top: 25px;
        left: 0px;
    }

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

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

    #LINE567 {
        width: 114px;
        top: 43px;
        left: 362.049px;
    }

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

    #LINE567>.ladi-line {
        width: 100%;
        transform: rotate(-27deg);
        -webkit-transform: rotate(-27deg);
        padding: 8px 0px;
    }

    #GROUP564 {
        width: 476.049px;
        height: 61px;
        top: 0px;
        left: 72.9711px;
    }

    #GROUP561 {
        width: 549.02px;
        height: 96px;
        top: 849.377px;
        left: 8.7994px;
    }

    #HEADLINE569 {
        width: 328px;
        top: 69px;
        left: 103.59px;
    }

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

    #IMAGE570 {
        width: 125.112px;
        height: 125.77px;
        top: 0px;
        left: 0px;
    }

    #IMAGE570>.ladi-image>.ladi-image-background.loaded {
        width: 125.112px;
        height: 125.77px;
        top: 0px;
        left: 0px;
        background-image: url("../images/han-toolscom_678509a0431e0b590d8608ff85ac7e451626370691788-20210715174541.png");
    }

    #HEADLINE572 {
        width: 221px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE572>.ladi-headline {
        color: rgb(53, 193, 206);
        font-size: 20px;
        text-align: left;
        line-height: 1.6;
    }

    #LINE573 {
        width: 188px;
        top: 25px;
        left: 0px;
    }

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

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

    #LINE574 {
        width: 106px;
        top: 15px;
        left: 323.5px;
    }

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

    #LINE574>.ladi-line {
        width: 100%;
        transform: rotate(19deg);
        -webkit-transform: rotate(19deg);
        padding: 8px 0px;
    }

    #GROUP571 {
        width: 429.5px;
        height: 42px;
        top: 29px;
        left: 103.59px;
    }

    #GROUP568 {
        width: 533.09px;
        height: 184px;
        top: 311.607px;
        left: -22.045px;
    }

    #HEADLINE576 {
        width: 328px;
        top: 63.885px;
        left: 392.5px;
    }

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

    #HEADLINE578 {
        width: 218px;
        top: 0px;
        left: 394px;
    }

    #HEADLINE578>.ladi-headline {
        color: rgb(53, 193, 206);
        font-size: 20px;
        text-align: left;
        line-height: 1.6;
    }

    #LINE579 {
        width: 216px;
        top: 25px;
        left: 394px;
    }

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

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

    #LINE580 {
        width: 106px;
        top: 55px;
        left: 0px;
    }

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

    #LINE580>.ladi-line {
        width: 100%;
        transform: rotate(9deg);
        -webkit-transform: rotate(9deg);
        padding: 8px 0px;
    }

    #GROUP577 {
        width: 611px;
        height: 72px;
        top: 15.885px;
        left: 0px;
    }

    #IMAGE581 {
        width: 87.127px;
        height: 103.77px;
        top: 0px;
        left: 297.41px;
    }

    #IMAGE581>.ladi-image>.ladi-image-background.loaded {
        width: 87.127px;
        height: 104.308px;
        top: 0px;
        left: 0px;
        background-image: url("../images/han-toolscom_9fdd6bc6ec47c9227f4ecd7b44614a361626370642367-20210715174540_1.png");
    }

    #GROUP575 {
        width: 720.5px;
        height: 178.885px;
        top: 641.492px;
        left: -308.25px;
    }

    #HEADLINE583 {
        width: 330px;
        top: 52px;
        left: 74.2474px;
    }

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

    #HEADLINE585 {
        width: 379px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE585>.ladi-headline {
        color: rgb(53, 193, 206);
        font-size: 20px;
        text-align: left;
        line-height: 1.6;
    }

    #LINE586 {
        width: 310px;
        top: 25px;
        left: 0px;
    }

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

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

    #GROUP584 {
        width: 378px;
        height: 42px;
        top: 0px;
        left: 74.247px;
    }

    #IMAGE587 {
        width: 63.9134px;
        height: 52px;
        top: 0px;
        left: 0px;
    }

    #IMAGE587>.ladi-image>.ladi-image-background.loaded {
        width: 78.0778px;
        height: 52px;
        top: 0px;
        left: -7.14222px;
        background-image: url("../images/beta-glucan-500x500-20210715174540.png");
    }

    #GROUP582 {
        width: 452.247px;
        height: 108px;
        top: 1111.09px;
        left: 7px;
    }

    #HEADLINE589 {
        width: 330px;
        top: 48px;
        left: 0px;
    }

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

    #HEADLINE591 {
        width: 258px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE591>.ladi-headline {
        color: rgb(53, 193, 206);
        font-size: 20px;
        text-align: left;
        line-height: 1.6;
    }

    #GROUP588 {
        width: 330.317px;
        height: 134px;
        top: 983.34px;
        left: 79.5125px;
    }

    #SHAPE597 {
        width: 1086.96px;
        height: 857.08px;
        top: 153.12px;
        left: 0px;
    }

    #SHAPE597>.ladi-shape {
        transform: rotate(-123deg);
        -webkit-transform: rotate(-123deg);
    }

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

    #GROUP599 {
        width: 409.892px;
        height: 83.1299px;
        top: 945.283px;
        left: 0.724px;
    }

    #HEADLINE601 {
        width: 353px;
        top: 4.12994px;
        left: 63.8924px;
    }

    #HEADLINE601>.ladi-headline {
        font-family: "Krub-BoldItalic.ttf";
        color: rgb(0, 0, 0);
        font-size: 17px;
        font-weight: bold;
        font-style: italic;
        text-align: left;
        line-height: 1.6;
    }

    #HEADLINE601.ladi-animation>.ladi-headline {
        animation-name: fadeInRight;
        -webkit-animation-name: fadeInRight;
        animation-delay: 1s;
        -webkit-animation-delay: 1s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #IMAGE602 {
        width: 57.9568px;
        height: 54.999px;
        top: 0px;
        left: 0px;
    }

    #IMAGE602>.ladi-image>.ladi-image-background.loaded {
        width: 57.9568px;
        height: 54.999px;
        top: 0px;
        left: 0px;
        background-image: url("../images/tick-01-20210712032120.png");
    }

    #GROUP600 {
        width: 416.892px;
        height: 90.1299px;
        top: 1045.63px;
        left: 0.724px;
    }

    #HEADLINE604 {
        width: 349px;
        top: 4.12994px;
        left: 63.8924px;
    }

    #HEADLINE604>.ladi-headline {
        font-family: "Krub-BoldItalic.ttf";
        color: rgb(0, 0, 0);
        font-size: 17px;
        font-weight: bold;
        font-style: italic;
        text-align: left;
        line-height: 1.6;
    }

    #HEADLINE604.ladi-animation>.ladi-headline {
        animation-name: fadeInRight;
        -webkit-animation-name: fadeInRight;
        animation-delay: 1s;
        -webkit-animation-delay: 1s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #IMAGE605 {
        width: 57.9568px;
        height: 54.999px;
        top: 0px;
        left: 0px;
    }

    #IMAGE605>.ladi-image>.ladi-image-background.loaded {
        width: 57.9568px;
        height: 54.999px;
        top: 0px;
        left: 0px;
        background-image: url("../images/tick-01-20210712032120.png");
    }

    #GROUP603 {
        width: 412.892px;
        height: 90.1299px;
        top: 1152.97px;
        left: 0.724px;
    }

    #COUNTDOWN606 {
        width: 249.411px;
        height: 49.1918px;
        top: 8.16497px;
        left: 0px;
    }

    #COUNTDOWN606>.ladi-countdown {
        font-family: "Yeseva One", cursive;
        color: rgb(249, 74, 74);
        font-size: 40px;
        font-weight: bold;
        text-align: center;
    }

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

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

    #BOX615 {
        width: 375.411px;
        height: 63px;
        top: 0px;
        left: 0px;
    }

    #BOX615>.ladi-box {
        background-color: rgb(240, 251, 249);
        border-style: solid;
        border-color: rgb(249, 74, 74);
        border-width: 1px;
        border-radius: 99px;
    }

    #HEADLINE617 {
        width: 94px;
        top: 22.9658px;
        left: 16.7261px;
    }

    #HEADLINE617>.ladi-headline {
        color: rgb(245, 59, 37);
        font-size: 18px;
        font-weight: bold;
        text-align: right;
        line-height: 1.6;
    }

    #HEADLINE618 {
        width: 85px;
        top: 11.0411px;
        left: 0px;
    }

    #HEADLINE618>.ladi-headline {
        color: rgb(245, 59, 37);
        font-size: 36px;
        font-weight: bold;
        line-height: 1.6;
    }

    #HEADLINE620 {
        width: 83px;
        top: 0px;
        left: 31.9316px;
    }

    #HEADLINE620>.ladi-headline {
        text-decoration-line: line-through;
        -webkit-text-decoration-line: line-through;
        color: rgb(0, 0, 0);
        font-size: 13px;
        text-align: right;
        line-height: 1.6;
    }

    #HEADLINE621 {
        width: 60px;
        top: 0px;
        left: 0px;
    }

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

    #GROUP619 {
        width: 113.918px;
        height: 17.2603px;
        top: 0px;
        left: 0px;
    }

    #GROUP616 {
        width: 113.918px;
        height: 69.0411px;
        top: 1.90411px;
        left: 219.435px;
    }

    #GROUP614 {
        width: 375.411px;
        height: 70.9452px;
        top: 0px;
        left: 53.3092px;
    }

    #GROUP624 {
        width: 428.72px;
        height: 70.9452px;
        top: 1338.12px;
        left: -26.3855px;
    }

    #LIST_PARAGRAPH627 {
        width: 351px;
        top: 0px;
        left: 0px;
    }

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

    #LIST_PARAGRAPH627 ul li {
        padding-left: 32px;
    }

    #LIST_PARAGRAPH627 ul li:before {
        content: "";
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20100%20100%22%20enable-background%3D%22new%200%200%20100%20100%22%20xml%3Aspace%3D%22preserve%22%20%20width%3D%22100%25%22%20height%3D%22100%25%22%20class%3D%22%22%20fill%3D%22rgba(43%2C%20164%2C%2061%2C%201.0)%22%3E%3Cpath%20d%3D%22M1.4%2C55C0.5%2C43.4%2C4.4%2C32.4%2C12.3%2C24C20%2C15.7%2C31%2C10.9%2C42.4%2C10.9c12.5%2C0%2C24.2%2C5.7%2C32%2C15.3L92.8%2C7.9c1.4-1.4%2C3.6-1.4%2C4.9%2C0%20%20c1.4%2C1.4%2C1.4%2C3.6%2C0%2C4.9L45.8%2C64.4c-0.7%2C0.7-1.5%2C1-2.5%2C1c0%2C0%2C0%2C0%2C0%2C0c-0.9%2C0-1.8-0.4-2.5-1l-17-17.2c-1.4-1.4-1.4-3.6%2C0-4.9%20%20s3.6-1.4%2C4.9%2C0L43.4%2C57l26-25.8c-6.5-8.3-16.4-13.2-27-13.2c-9.4%2C0-18.5%2C4-25%2C10.9c-6.5%2C7-9.7%2C16.1-9.1%2C25.8%20%20c1.2%2C16.8%2C14.7%2C30.4%2C31.5%2C31.6c17.7%2C1.3%2C33.6-11.4%2C36.3-28.8c0.3-1.7%2C0.4-3.5%2C0.4-5.3c0-1.9%2C1.6-3.5%2C3.5-3.5s3.5%2C1.6%2C3.5%2C3.5%20%20c0%2C2.1-0.2%2C4.2-0.5%2C6.3c-3.1%2C20-20.7%2C34.8-40.8%2C34.8c-1%2C0-1.9%2C0-2.9-0.1C19.1%2C91.6%2C2.8%2C75.2%2C1.4%2C55z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        width: 24px;
        height: 24px;
        top: -1px;
    }

    #LIST_PARAGRAPH628 {
        width: 358px;
        top: 36px;
        left: 0px;
    }

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

    #LIST_PARAGRAPH628 ul li {
        padding-left: 32px;
    }

    #LIST_PARAGRAPH628 ul li:before {
        content: "";
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20100%20100%22%20enable-background%3D%22new%200%200%20100%20100%22%20xml%3Aspace%3D%22preserve%22%20%20width%3D%22100%25%22%20height%3D%22100%25%22%20class%3D%22%22%20fill%3D%22rgba(43%2C%20164%2C%2061%2C%201.0)%22%3E%3Cpath%20d%3D%22M1.4%2C55C0.5%2C43.4%2C4.4%2C32.4%2C12.3%2C24C20%2C15.7%2C31%2C10.9%2C42.4%2C10.9c12.5%2C0%2C24.2%2C5.7%2C32%2C15.3L92.8%2C7.9c1.4-1.4%2C3.6-1.4%2C4.9%2C0%20%20c1.4%2C1.4%2C1.4%2C3.6%2C0%2C4.9L45.8%2C64.4c-0.7%2C0.7-1.5%2C1-2.5%2C1c0%2C0%2C0%2C0%2C0%2C0c-0.9%2C0-1.8-0.4-2.5-1l-17-17.2c-1.4-1.4-1.4-3.6%2C0-4.9%20%20s3.6-1.4%2C4.9%2C0L43.4%2C57l26-25.8c-6.5-8.3-16.4-13.2-27-13.2c-9.4%2C0-18.5%2C4-25%2C10.9c-6.5%2C7-9.7%2C16.1-9.1%2C25.8%20%20c1.2%2C16.8%2C14.7%2C30.4%2C31.5%2C31.6c17.7%2C1.3%2C33.6-11.4%2C36.3-28.8c0.3-1.7%2C0.4-3.5%2C0.4-5.3c0-1.9%2C1.6-3.5%2C3.5-3.5s3.5%2C1.6%2C3.5%2C3.5%20%20c0%2C2.1-0.2%2C4.2-0.5%2C6.3c-3.1%2C20-20.7%2C34.8-40.8%2C34.8c-1%2C0-1.9%2C0-2.9-0.1C19.1%2C91.6%2C2.8%2C75.2%2C1.4%2C55z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        width: 24px;
        height: 24px;
        top: -1px;
    }

    #GROUP626 {
        width: 358px;
        height: 80px;
        top: 1641.12px;
        left: 37.5px;
    }

    #HEADLINE629 {
        width: 400px;
        top: 1283.32px;
        left: 14px;
    }

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

    #BOX631 {
        width: 392.5px;
        height: 501px;
        top: 0px;
        left: 0px;
    }

    #BOX631>.ladi-box {
        background: #fdfcfb;
        background: -webkit-linear-gradient(180deg, #fdfcfb, #e2d1c3);
        background: linear-gradient(180deg, #fdfcfb, #e2d1c3);
        opacity: 0.3;
        border-radius: 15px;
    }

    #BOX632 {
        width: 392.5px;
        height: 501px;
        top: 0px;
        left: 0px;
    }

    #BOX632>.ladi-box {
        border-style: dashed;
        border-color: rgb(232, 104, 48);
        border-width: 2px;
        border-radius: 15px;
    }

    #GROUP630 {
        width: 392.5px;
        height: 501px;
        top: 1262.32px;
        left: 18.75px;
    }

    #IMAGE633 {
        width: 857.071px;
        height: 135.8px;
        top: 1669.32px;
        left: -47px;
    }

    #IMAGE633>.ladi-image>.ladi-image-background.loaded {
        width: 857.071px;
        height: 135.8px;
        top: 0px;
        left: 0px;
        background-image: url("../images/may-20210715035048_1.png");
    }

    #IMAGE634 {
        width: 400px;
        height: 362.91px;
        top: 213.973px;
        left: 10.75px;
    }

    #IMAGE634>.ladi-image>.ladi-image-background.loaded {
        width: 511.141px;
        height: 362.91px;
        top: 0.000154px;
        left: -62.8601px;
        background-image: url("../images/image5-20210715063726.png");
    }

    #PARAGRAPH635 {
        width: 353px;
        top: 1px;
        left: 28.5px;
    }

    #PARAGRAPH635>.ladi-paragraph {
        font-family: "arial.ttf";
        color: rgb(16, 191, 183);
        font-size: 18px;
        line-height: 1.6;
    }

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

    #LINE636 {
        width: 113px;
        top: 93.973px;
        left: 154px;
    }

    #LINE636>.ladi-line>.ladi-line-container {
        border-top: 2px solid rgb(116, 224, 200);
        border-right: 2px solid rgb(116, 224, 200);
        border-bottom: 2px solid rgb(116, 224, 200);
        border-left: 0px !important;
    }

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

    #SHAPE637 {
        width: 26.959px;
        height: 26.959px;
        top: 0px;
        left: 0px;
    }

    #SHAPE637 svg:last-child {
        fill: rgba(16, 191, 183, 1);
    }

    #GROUP638 {
        width: 381.5px;
        height: 116px;
        top: 612.973px;
        left: 20px;
    }

    #PARAGRAPH640 {
        width: 346px;
        top: 1px;
        left: 28.5px;
    }

    #PARAGRAPH640>.ladi-paragraph {
        font-family: "arial.ttf";
        color: rgb(16, 191, 183);
        font-size: 17px;
        line-height: 1.6;
    }

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

    #SHAPE641 {
        width: 26.959px;
        height: 26.959px;
        top: 0px;
        left: 0px;
    }

    #SHAPE641 svg:last-child {
        fill: rgba(16, 191, 183, 1);
    }

    #GROUP639 {
        width: 374.5px;
        height: 185px;
        top: 751.973px;
        left: 23.5px;
    }

    #PARAGRAPH643 {
        width: 350px;
        top: 1px;
        left: 28.5px;
    }

    #PARAGRAPH643>.ladi-paragraph {
        font-family: "arial.ttf";
        color: rgb(16, 191, 183);
        font-size: 18px;
        line-height: 1.6;
    }

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

    #SHAPE644 {
        width: 26.959px;
        height: 26.959px;
        top: 0px;
        left: 0px;
    }

    #SHAPE644 svg:last-child {
        fill: rgba(16, 191, 183, 1);
    }

    #GROUP642 {
        width: 378.5px;
        height: 116px;
        top: 959.973px;
        left: 21.5px;
    }

    #IMAGE645 {
        width: 67.6663px;
        height: 58.2917px;
        top: 0px;
        left: 52px;
    }

    #IMAGE645>.ladi-image>.ladi-image-background.loaded {
        width: 67.6663px;
        height: 58.2917px;
        top: 0px;
        left: 0px;
        background-image: url("../fonts/asset-12-20210715072106.svg");
    }

    #IMAGE646 {
        width: 43.9264px;
        height: 44.75px;
        top: 7px;
        left: 109.074px;
    }

    #IMAGE646>.ladi-image>.ladi-image-background.loaded {
        width: 43.9264px;
        height: 44.75px;
        top: 0px;
        left: 0px;
        background-image: url("../fonts/asset-11-20210715072106.svg");
    }

    #GROUP647 {
        width: 276px;
        height: 298.146px;
        top: 0px;
        left: 0px;
    }

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

    #IMAGE649 {
        width: 43.9264px;
        height: 44.75px;
        top: 7px;
        left: 109.074px;
    }

    #IMAGE649>.ladi-image>.ladi-image-background.loaded {
        width: 43.9264px;
        height: 44.75px;
        top: 0px;
        left: 0px;
        background-image: url("../fonts/asset-11-20210715072106.svg");
    }

    #IMAGE650 {
        width: 67.6663px;
        height: 58.2917px;
        top: 0px;
        left: 52px;
    }

    #IMAGE650>.ladi-image>.ladi-image-background.loaded {
        width: 67.6663px;
        height: 58.2917px;
        top: 0px;
        left: 0px;
        background-image: url("../fonts/asset-12-20210715072106.svg");
    }

    #IMAGE651 {
        width: 200px;
        height: 200px;
        top: 43.146px;
        left: 38px;
    }

    #IMAGE651>.ladi-image>.ladi-image-background.loaded {
        width: 208px;
        height: 208px;
        top: -8px;
        left: -8px;
        background-image: url("../images/di-ung-phat-qua-da-20210714024742.png");
    }

    #IMAGE651>.ladi-image {
        border-style: solid;
        border-color: rgb(48, 178, 149);
        border-width: 6px;
        border-radius: 225px;
    }

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

    #HEADLINE652 {
        width: 276px;
        top: 273.146px;
        left: 0px;
    }

    #HEADLINE652>.ladi-headline {
        font-family: "Mitr-Regular.ttf";
        color: rgb(84, 84, 84);
        font-size: 18px;
        text-align: center;
        line-height: 1.6;
    }

    #GROUP648 {
        width: 276px;
        height: 298.146px;
        top: 347.537px;
        left: 0px;
    }

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

    #IMAGE654 {
        width: 43.9264px;
        height: 44.75px;
        top: 7px;
        left: 109.074px;
    }

    #IMAGE654>.ladi-image>.ladi-image-background.loaded {
        width: 43.9264px;
        height: 44.75px;
        top: 0px;
        left: 0px;
        background-image: url("../fonts/asset-11-20210715072106.svg");
    }

    #IMAGE655 {
        width: 67.6663px;
        height: 58.2917px;
        top: 0px;
        left: 52px;
    }

    #IMAGE655>.ladi-image>.ladi-image-background.loaded {
        width: 67.6663px;
        height: 58.2917px;
        top: 0px;
        left: 0px;
        background-image: url("../fonts/asset-12-20210715072106.svg");
    }

    #IMAGE656 {
        width: 200px;
        height: 200px;
        top: 43.146px;
        left: 38px;
    }

    #IMAGE656>.ladi-image>.ladi-image-background.loaded {
        width: 208px;
        height: 208px;
        top: -8px;
        left: -8px;
        background-image: url("../images/bieu_hien_da_kho_bong_troc_705c883acc9e41c2ad1d72e91246fd37-20210714025225.png");
    }

    #IMAGE656>.ladi-image {
        border-style: solid;
        border-color: rgb(48, 178, 149);
        border-width: 6px;
        border-radius: 225px;
    }

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

    #HEADLINE657 {
        width: 276px;
        top: 273.146px;
        left: 0px;
    }

    #HEADLINE657>.ladi-headline {
        font-family: "Mitr-Regular.ttf";
        color: rgb(75, 75, 75);
        font-size: 18px;
        text-align: center;
        line-height: 1.6;
    }

    #GROUP653 {
        width: 276px;
        height: 298.146px;
        top: 680px;
        left: 0px;
    }

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

    #GROUP658 {
        width: 276px;
        height: 978.146px;
        top: 227.146px;
        left: 72.75px;
    }

    #IMAGE661 {
        width: 43.9264px;
        height: 44.75px;
        top: 7px;
        left: 109.074px;
    }

    #IMAGE661>.ladi-image>.ladi-image-background.loaded {
        width: 43.9264px;
        height: 44.75px;
        top: 0px;
        left: 0px;
        background-image: url("../fonts/asset-11-20210715072106.svg");
    }

    #IMAGE662 {
        width: 67.6663px;
        height: 58.2917px;
        top: 0px;
        left: 52px;
    }

    #IMAGE662>.ladi-image>.ladi-image-background.loaded {
        width: 67.6663px;
        height: 58.2917px;
        top: 0px;
        left: 0px;
        background-image: url("../fonts/asset-12-20210715072106.svg");
    }

    #IMAGE663 {
        width: 200px;
        height: 200px;
        top: 43.146px;
        left: 38px;
    }

    #IMAGE663>.ladi-image>.ladi-image-background.loaded {
        width: 208px;
        height: 208px;
        top: -8px;
        left: -8px;
        background-image: url("../images/kham-da-lieu-2-15336133058641536442608-20210714025614.png");
    }

    #IMAGE663>.ladi-image {
        border-style: solid;
        border-color: rgb(48, 178, 149);
        border-width: 6px;
        border-radius: 225px;
    }

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

    #HEADLINE664 {
        width: 276px;
        top: 273.146px;
        left: 0px;
    }

    #HEADLINE664>.ladi-headline {
        font-family: "Mitr-Regular.ttf";
        color: rgb(75, 75, 75);
        font-size: 18px;
        text-align: center;
        line-height: 1.6;
    }

    #GROUP660 {
        width: 276px;
        height: 323.146px;
        top: 367px;
        left: 0.75px;
    }

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

    #IMAGE666 {
        width: 43.9264px;
        height: 44.75px;
        top: 7px;
        left: 109.074px;
    }

    #IMAGE666>.ladi-image>.ladi-image-background.loaded {
        width: 43.9264px;
        height: 44.75px;
        top: 0px;
        left: 0px;
        background-image: url("../fonts/asset-11-20210715072106.svg");
    }

    #IMAGE667 {
        width: 67.6663px;
        height: 58.2917px;
        top: 0px;
        left: 52px;
    }

    #IMAGE667>.ladi-image>.ladi-image-background.loaded {
        width: 67.6663px;
        height: 58.2917px;
        top: 0px;
        left: 0px;
        background-image: url("../fonts/asset-12-20210715072106.svg");
    }

    #IMAGE668 {
        width: 200px;
        height: 200px;
        top: 43.146px;
        left: 38px;
    }

    #IMAGE668>.ladi-image>.ladi-image-background.loaded {
        width: 208px;
        height: 208px;
        top: -8px;
        left: -8px;
        background-image: url("../images/vet-thuong-bi-nhiem-trung2-20210714030657.png");
    }

    #IMAGE668>.ladi-image {
        border-style: solid;
        border-color: rgb(48, 178, 149);
        border-width: 6px;
        border-radius: 225px;
    }

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

    #HEADLINE669 {
        width: 276px;
        top: 273.146px;
        left: 0px;
    }

    #HEADLINE669>.ladi-headline {
        font-family: "Mitr-Regular.ttf";
        color: rgb(75, 75, 75);
        font-size: 18px;
        text-align: center;
        line-height: 1.6;
    }

    #GROUP665 {
        width: 276px;
        height: 298.146px;
        top: 0px;
        left: 0.75px;
    }

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

    #IMAGE671 {
        width: 43.9264px;
        height: 44.75px;
        top: 7px;
        left: 109.074px;
    }

    #IMAGE671>.ladi-image>.ladi-image-background.loaded {
        width: 43.9264px;
        height: 44.75px;
        top: 0px;
        left: 0px;
        background-image: url("../fonts/asset-11-20210715072106.svg");
    }

    #IMAGE672 {
        width: 67.6663px;
        height: 58.2917px;
        top: 0px;
        left: 52px;
    }

    #IMAGE672>.ladi-image>.ladi-image-background.loaded {
        width: 67.6663px;
        height: 58.2917px;
        top: 0px;
        left: 0px;
        background-image: url("../fonts/asset-12-20210715072106.svg");
    }

    #IMAGE673 {
        width: 200px;
        height: 200px;
        top: 43.146px;
        left: 38px;
    }

    #IMAGE673>.ladi-image>.ladi-image-background.loaded {
        width: 208px;
        height: 208px;
        top: -8px;
        left: -8px;
        background-image: url("../images/benh-vay-nen-mong-tay-chan-20210714035044.png");
    }

    #IMAGE673>.ladi-image {
        border-style: solid;
        border-color: rgb(48, 178, 149);
        border-width: 6px;
        border-radius: 225px;
    }

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

    #HEADLINE674 {
        width: 276px;
        top: 273.146px;
        left: 0px;
    }

    #HEADLINE674>.ladi-headline {
        font-family: "Mitr-Regular.ttf";
        color: rgb(75, 75, 75);
        font-size: 18px;
        text-align: center;
        line-height: 1.6;
    }

    #GROUP670 {
        width: 276px;
        height: 323.146px;
        top: 736px;
        left: 0px;
    }

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

    #GROUP659 {
        width: 276.75px;
        height: 1059.15px;
        top: 1260.15px;
        left: 72px;
    }

    #LINE675 {
        width: 113px;
        top: 80px;
        left: 154.25px;
    }

    #LINE675>.ladi-line>.ladi-line-container {
        border-top: 2px solid rgb(116, 224, 200);
        border-right: 2px solid rgb(116, 224, 200);
        border-bottom: 2px solid rgb(116, 224, 200);
        border-left: 0px !important;
    }

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

    #PARAGRAPH676 {
        width: 400px;
        top: 98px;
        left: 10px;
    }

    #PARAGRAPH676>.ladi-paragraph {
        font-family: "Mitr-ExtraLight.ttf";
        color: rgb(84, 84, 84);
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #IMAGE677 {
        width: 708.257px;
        height: 80.4167px;
        top: 0px;
        left: -177px;
    }

    #IMAGE677>.ladi-image>.ladi-image-background.loaded {
        width: 708.257px;
        height: 140.305px;
        top: -59.8877px;
        left: 0px;
        background-image: url("../images/2-20210715073814.png");
    }

    #LINE679 {
        width: 113px;
        top: 84px;
        left: 147.5px;
    }

    #LINE679>.ladi-line>.ladi-line-container {
        border-top: 2px solid rgb(116, 224, 200);
        border-right: 2px solid rgb(116, 224, 200);
        border-bottom: 2px solid rgb(116, 224, 200);
        border-left: 0px !important;
    }

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

    #PARAGRAPH680 {
        width: 400px;
        top: 109px;
        left: 10px;
    }

    #PARAGRAPH680>.ladi-paragraph {
        font-family: "Mitr-ExtraLight.ttf";
        color: rgb(84, 84, 84);
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #IMAGE681 {
        width: 158.099px;
        height: 416px;
        top: 210px;
        left: 124.951px;
    }

    #IMAGE681>.ladi-image>.ladi-image-background.loaded {
        width: 551.511px;
        height: 551.511px;
        top: -67.2323px;
        left: -106.101px;
        background-image: url("../images/calmerol-th-20210715074808.png");
    }

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

    #SHAPE683 {
        width: 400px;
        height: 400px;
        top: 239px;
        left: 10px;
    }

    #SHAPE683 svg:last-child {
        fill: rgba(190, 216, 210, 1);
    }

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

    #BOX684>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-radius: 228px;
        filter: drop-shadow(rgb(190, 216, 210) 3px 3px 3px);
    }

    #HEADLINE685 {
        width: 44px;
        top: 8.5px;
        left: 6.5px;
    }

    #HEADLINE685>.ladi-headline {
        font-family: "Merriweather-Bold.ttf";
        color: rgb(16, 191, 183);
        font-size: 25px;
        text-align: center;
        line-height: 1.6;
    }

    #PARAGRAPH686 {
        width: 321px;
        top: 0px;
        left: 75px;
    }

    #PARAGRAPH686>.ladi-paragraph {
        font-family: "Mitr-ExtraLight.ttf";
        color: rgb(84, 84, 84);
        font-size: 18px;
        font-weight: bold;
        text-align: left;
        line-height: 1.6;
    }

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

    #GROUP688 {
        width: 396px;
        height: 86px;
        top: 0px;
        left: 0px;
    }

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

    #BOX706>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-radius: 228px;
        filter: drop-shadow(rgb(190, 216, 210) 3px 3px 3px);
    }

    #HEADLINE707 {
        width: 44px;
        top: 8.5px;
        left: 6.5px;
    }

    #HEADLINE707>.ladi-headline {
        font-family: "Merriweather-Bold.ttf";
        color: rgb(16, 191, 183);
        font-size: 25px;
        text-align: center;
        line-height: 1.6;
    }

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

    #PARAGRAPH708 {
        width: 319px;
        top: 0px;
        left: 75px;
    }

    #PARAGRAPH708>.ladi-paragraph {
        font-family: "Mitr-ExtraLight.ttf";
        color: rgb(84, 84, 84);
        font-size: 18px;
        font-weight: bold;
        text-align: left;
        line-height: 1.6;
    }

    #GROUP704 {
        width: 394px;
        height: 86px;
        top: 229px;
        left: 0.5px;
    }

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

    #BOX711>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-radius: 228px;
        filter: drop-shadow(rgb(190, 216, 210) 3px 3px 3px);
    }

    #HEADLINE712 {
        width: 44px;
        top: 8.5px;
        left: 6.5px;
    }

    #HEADLINE712>.ladi-headline {
        font-family: "Merriweather-Bold.ttf";
        color: rgb(16, 191, 183);
        font-size: 25px;
        text-align: center;
        line-height: 1.6;
    }

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

    #PARAGRAPH713 {
        width: 320px;
        top: 4.5px;
        left: 75px;
    }

    #PARAGRAPH713>.ladi-paragraph {
        font-family: "Mitr-ExtraLight.ttf";
        color: rgb(84, 84, 84);
        font-size: 18px;
        font-weight: bold;
        text-align: left;
        line-height: 1.6;
    }

    #GROUP709 {
        width: 395px;
        height: 62.5px;
        top: 126.25px;
        left: 0px;
    }

    #GROUP714 {
        width: 396px;
        height: 315px;
        top: 657px;
        left: 13px;
    }

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

    #BOX718>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-radius: 228px;
        filter: drop-shadow(rgb(190, 216, 210) 3px 3px 3px);
    }

    #HEADLINE719 {
        width: 44px;
        top: 8.5px;
        left: 6.5px;
    }

    #HEADLINE719>.ladi-headline {
        font-family: "Merriweather-Bold.ttf";
        color: rgb(16, 191, 183);
        font-size: 25px;
        text-align: center;
        line-height: 1.6;
    }

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

    #PARAGRAPH720 {
        width: 319px;
        top: 4.5px;
        left: 75px;
    }

    #PARAGRAPH720>.ladi-paragraph {
        font-family: "Mitr-ExtraLight.ttf";
        color: rgb(84, 84, 84);
        font-size: 18px;
        font-weight: bold;
        text-align: left;
        line-height: 1.6;
    }

    #GROUP716 {
        width: 394px;
        height: 62.5px;
        top: 0px;
        left: 0px;
    }

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

    #BOX723>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-radius: 228px;
        filter: drop-shadow(rgb(190, 216, 210) 3px 3px 3px);
    }

    #HEADLINE724 {
        width: 44px;
        top: 8.5px;
        left: 6.5px;
    }

    #HEADLINE724>.ladi-headline {
        font-family: "Merriweather-Bold.ttf";
        color: rgb(16, 191, 183);
        font-size: 25px;
        text-align: center;
        line-height: 1.6;
    }

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

    #PARAGRAPH725 {
        width: 319px;
        top: 4.5px;
        left: 75px;
    }

    #PARAGRAPH725>.ladi-paragraph {
        font-family: "Mitr-ExtraLight.ttf";
        color: rgb(84, 84, 84);
        font-size: 18px;
        font-weight: bold;
        text-align: left;
        line-height: 1.6;
    }

    #GROUP721 {
        width: 394px;
        height: 62.5px;
        top: 224.5px;
        left: 0px;
    }

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

    #BOX728>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-radius: 228px;
        filter: drop-shadow(rgb(190, 216, 210) 3px 3px 3px);
    }

    #HEADLINE729 {
        width: 44px;
        top: 8.5px;
        left: 6.5px;
    }

    #HEADLINE729>.ladi-headline {
        font-family: "Merriweather-Bold.ttf";
        color: rgb(16, 191, 183);
        font-size: 25px;
        text-align: center;
        line-height: 1.6;
    }

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

    #PARAGRAPH730 {
        width: 323px;
        top: 4.5px;
        left: 75px;
    }

    #PARAGRAPH730>.ladi-paragraph {
        font-family: "Mitr-ExtraLight.ttf";
        color: rgb(84, 84, 84);
        font-size: 18px;
        font-weight: bold;
        text-align: left;
        line-height: 1.6;
    }

    #GROUP726 {
        width: 398px;
        height: 90.5px;
        top: 98.25px;
        left: 0px;
    }

    #GROUP715 {
        width: 398px;
        height: 287px;
        top: 1012px;
        left: 13px;
    }

    #IMAGE731 {
        width: 928.746px;
        height: 121.364px;
        top: 2254.86px;
        left: -458px;
    }

    #IMAGE731>.ladi-image>.ladi-image-background.loaded {
        width: 928.746px;
        height: 183.983px;
        top: 0px;
        left: 0px;
        background-image: url("../images/1-20210715073814_2.png");
    }

    #BOX736 {
        width: 64.734px;
        height: 64.734px;
        top: 0px;
        left: 0px;
    }

    #BOX736>.ladi-box {
        background: rgba(255, 255, 255, 1);
        background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 1), rgba(191, 255, 241, 1));
        background: radial-gradient(circle, rgba(255, 255, 255, 1), rgba(191, 255, 241, 1));
        border-style: solid;
        border-color: rgb(190, 216, 210);
        border-width: 2px;
        border-radius: 354px;
    }

    #BOX736>.ladi-box:hover {
        border-color: rgb(232, 104, 48);
    }

    #SHAPE737 {
        width: 36.1577px;
        height: 36.1577px;
        top: 14.2881px;
        left: 14.2881px;
    }

    #SHAPE737:hover>.ladi-shape {
        transform: scale(1.03);
        -webkit-transform: scale(1.03);
    }

    #SHAPE737 svg:last-child {
        fill: rgba(116, 224, 200, 1);
    }

    #GROUP735 {
        width: 64.734px;
        height: 64.734px;
        top: 2.3165px;
        left: 133.882px;
    }

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

    #GROUP774 {
        width: 226.25px;
        height: 140px;
        top: 0px;
        left: 0px;
    }

    #PARAGRAPH777 {
        width: 119px;
        top: 40px;
        left: 6.25px;
    }

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

    #PARAGRAPH778 {
        width: 125px;
        top: 0px;
        left: 0px;
    }

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

    #GROUP776 {
        width: 125.25px;
        height: 165px;
        top: 0px;
        left: 0px;
    }

    #SHAPE779 {
        width: 21px;
        height: 21px;
        top: 33.4999px;
        left: 205.25px;
    }

    #SHAPE779 svg:last-child {
        fill: rgba(249, 74, 74, 1);
    }

    #BOX781 {
        width: 65.0505px;
        height: 65.0505px;
        top: 0px;
        left: 0px;
    }

    #BOX781>.ladi-box {
        background: rgba(255, 255, 255, 1);
        background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 1), rgba(191, 255, 241, 1));
        background: radial-gradient(circle, rgba(255, 255, 255, 1), rgba(191, 255, 241, 1));
        border-style: solid;
        border-color: rgb(190, 216, 210);
        border-width: 2px;
        border-radius: 354px;
    }

    #BOX781>.ladi-box:hover {
        border-color: rgb(232, 104, 48);
    }

    #SHAPE782 {
        width: 36.3346px;
        height: 36.3346px;
        top: 14.358px;
        left: 14.358px;
    }

    #SHAPE782:hover>.ladi-shape {
        transform: scale(1.03);
        -webkit-transform: scale(1.03);
    }

    #SHAPE782 svg:last-child {
        fill: rgba(116, 224, 200, 1);
    }

    #GROUP780 {
        width: 65.0505px;
        height: 65.0505px;
        top: 11.4748px;
        left: 134.566px;
    }

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

    #GROUP775 {
        width: 226.25px;
        height: 165px;
        top: 229.134px;
        left: 0px;
    }

    #PARAGRAPH785 {
        width: 118px;
        top: 40px;
        left: 9.25px;
    }

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

    #PARAGRAPH786 {
        width: 126px;
        top: 0px;
        left: 0px;
    }

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

    #GROUP784 {
        width: 127.25px;
        height: 140px;
        top: 0px;
        left: 0px;
    }

    #SHAPE787 {
        width: 21px;
        height: 21px;
        top: 33.4999px;
        left: 206.25px;
    }

    #SHAPE787 svg:last-child {
        fill: rgba(249, 74, 74, 1);
    }

    #BOX789 {
        width: 65.0505px;
        height: 65.0505px;
        top: 0px;
        left: 0px;
    }

    #BOX789>.ladi-box {
        background: rgba(255, 255, 255, 1);
        background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 1), rgba(191, 255, 241, 1));
        background: radial-gradient(circle, rgba(255, 255, 255, 1), rgba(191, 255, 241, 1));
        border-style: solid;
        border-color: rgb(190, 216, 210);
        border-width: 2px;
        border-radius: 354px;
    }

    #BOX789>.ladi-box:hover {
        border-color: rgb(232, 104, 48);
    }

    #SHAPE790 {
        width: 36.3346px;
        height: 36.3346px;
        top: 14.358px;
        left: 14.358px;
    }

    #SHAPE790:hover>.ladi-shape {
        transform: scale(1.03);
        -webkit-transform: scale(1.03);
    }

    #SHAPE790 svg:last-child {
        fill: rgba(116, 224, 200, 1);
    }

    #GROUP788 {
        width: 65.0505px;
        height: 65.0505px;
        top: 11.4748px;
        left: 137.566px;
    }

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

    #GROUP783 {
        width: 227.25px;
        height: 140px;
        top: 458.268px;
        left: 0px;
    }

    #PARAGRAPH793 {
        width: 98px;
        top: 68px;
        left: 0px;
    }

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

    #PARAGRAPH794 {
        width: 108px;
        top: 0px;
        left: 0.5px;
    }

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

    #GROUP792 {
        width: 108.5px;
        height: 222px;
        top: 0px;
        left: 106.5px;
    }

    #SHAPE795 {
        width: 21px;
        height: 21px;
        top: 57.5px;
        left: 0px;
    }

    #SHAPE795 svg:last-child {
        fill: rgba(249, 74, 74, 1);
    }

    #BOX797 {
        width: 65.0505px;
        height: 65.0505px;
        top: 0px;
        left: 0px;
    }

    #BOX797>.ladi-box {
        background: rgba(255, 255, 255, 1);
        background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 1), rgba(191, 255, 241, 1));
        background: radial-gradient(circle, rgba(255, 255, 255, 1), rgba(191, 255, 241, 1));
        border-style: solid;
        border-color: rgb(190, 216, 210);
        border-width: 2px;
        border-radius: 354px;
    }

    #BOX797>.ladi-box:hover {
        border-color: rgb(232, 104, 48);
    }

    #SHAPE798 {
        width: 46.0486px;
        height: 46.0486px;
        top: 7.76506px;
        left: 8.5832px;
    }

    #SHAPE798:hover>.ladi-shape {
        transform: scale(1.03);
        -webkit-transform: scale(1.03);
    }

    #SHAPE798 svg:last-child {
        fill: rgba(79, 178, 187, 1);
    }

    #GROUP796 {
        width: 65.0505px;
        height: 65.0505px;
        top: 35.3165px;
        left: 27.5px;
    }

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

    #GROUP791 {
        width: 215px;
        height: 222px;
        top: 89.567px;
        left: 206.25px;
    }

    #PARAGRAPH878 {
        width: 104px;
        top: 40px;
        left: 0px;
    }

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

    #PARAGRAPH879 {
        width: 124px;
        top: 0px;
        left: 1px;
    }

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

    #GROUP877 {
        width: 125px;
        height: 140px;
        top: 0.52525px;
        left: 97.5px;
    }

    #SHAPE880 {
        width: 21px;
        height: 21px;
        top: 21.1835px;
        left: 0px;
    }

    #SHAPE880 svg:last-child {
        fill: rgba(249, 74, 74, 1);
    }

    #BOX882 {
        width: 65.0505px;
        height: 65.0505px;
        top: 0px;
        left: 0px;
    }

    #BOX882>.ladi-box {
        background: rgba(255, 255, 255, 1);
        background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 1), rgba(191, 255, 241, 1));
        background: radial-gradient(circle, rgba(255, 255, 255, 1), rgba(191, 255, 241, 1));
        border-style: solid;
        border-color: rgb(190, 216, 210);
        border-width: 2px;
        border-radius: 354px;
    }

    #BOX882>.ladi-box:hover {
        border-color: rgb(232, 104, 48);
    }

    #SHAPE883 {
        width: 36.3346px;
        height: 36.3346px;
        top: 14.358px;
        left: 14.358px;
    }

    #SHAPE883:hover>.ladi-shape {
        transform: scale(1.03);
        -webkit-transform: scale(1.03);
    }

    #SHAPE883 svg:last-child {
        fill: rgba(116, 224, 200, 1);
    }

    #GROUP881 {
        width: 65.0505px;
        height: 65.0505px;
        top: 0px;
        left: 25.5px;
    }

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

    #GROUP876 {
        width: 222.5px;
        height: 140.525px;
        top: 356.017px;
        left: 206.25px;
    }

    #PARAGRAPH886 {
        width: 109px;
        top: 40px;
        left: 0px;
    }

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

    #PARAGRAPH887 {
        width: 109px;
        top: 0px;
        left: 1px;
    }

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

    #GROUP885 {
        width: 110px;
        height: 117px;
        top: 0.867px;
        left: 105.5px;
    }

    #SHAPE888 {
        width: 21px;
        height: 21px;
        top: 21.1835px;
        left: 0px;
    }

    #SHAPE888 svg:last-child {
        fill: rgba(249, 74, 74, 1);
    }

    #BOX890 {
        width: 65.734px;
        height: 65.734px;
        top: 0px;
        left: 0px;
    }

    #BOX890>.ladi-box {
        background: rgba(255, 255, 255, 1);
        background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 1), rgba(191, 255, 241, 1));
        background: radial-gradient(circle, rgba(255, 255, 255, 1), rgba(191, 255, 241, 1));
        border-style: solid;
        border-color: rgb(190, 216, 210);
        border-width: 2px;
        border-radius: 354px;
    }

    #BOX890>.ladi-box:hover {
        border-color: rgb(232, 104, 48);
    }

    #SHAPE891 {
        width: 36.7163px;
        height: 36.7163px;
        top: 14.5088px;
        left: 14.5088px;
    }

    #SHAPE891:hover>.ladi-shape {
        transform: scale(1.03);
        -webkit-transform: scale(1.03);
    }

    #SHAPE891 svg:last-child {
        fill: rgba(116, 224, 200, 1);
    }

    #GROUP889 {
        width: 65.734px;
        height: 65.734px;
        top: 0px;
        left: 28.5px;
    }

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

    #GROUP884 {
        width: 215.5px;
        height: 117.867px;
        top: 585.152px;
        left: 206.25px;
    }

    #BOX896 {
        width: 393px;
        height: 216.519px;
        top: 37px;
        left: 0px;
    }

    #BOX896>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-style: solid;
        border-color: rgb(228, 228, 228);
        border-width: 1px;
        border-radius: 10px;
        filter: drop-shadow(rgb(180, 180, 180) 0px 3px 6px);
    }

    #BOX899 {
        width: 69px;
        height: 69px;
        top: 0px;
        left: 0px;
    }

    #BOX899>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-style: solid;
        border-color: rgb(228, 228, 228);
        border-width: 1px;
        border-radius: 228px;
        filter: drop-shadow(rgb(228, 228, 228) 3px 3px 3px);
    }

    #PARAGRAPH901 {
        width: 363px;
        top: 87.7593px;
        left: 15px;
    }

    #PARAGRAPH901>.ladi-paragraph {
        font-family: "Mitr-ExtraLight.ttf";
        color: rgb(84, 84, 84);
        font-size: 17px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #PARAGRAPH901.ladi-animation>.ladi-paragraph {
        animation-name: fadeInUp;
        -webkit-animation-name: fadeInUp;
        animation-delay: 1s;
        -webkit-animation-delay: 1s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #SHAPE902 {
        width: 43px;
        height: 43px;
        top: 13px;
        left: 13px;
    }

    #SHAPE902 svg:last-child {
        fill: rgba(244, 64, 37, 1);
    }

    #GROUP903 {
        width: 69px;
        height: 69px;
        top: 0px;
        left: 162px;
    }

    #GROUP904 {
        width: 393px;
        height: 253.519px;
        top: 486.278px;
        left: 13.5px;
    }

    #BOX906 {
        width: 395px;
        height: 179.519px;
        top: 37px;
        left: 0px;
    }

    #BOX906>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-style: solid;
        border-color: rgb(228, 228, 228);
        border-width: 1px;
        border-radius: 10px;
        filter: drop-shadow(rgb(180, 180, 180) 0px 3px 6px);
    }

    #PARAGRAPH907 {
        width: 371px;
        top: 83.7593px;
        left: 12px;
    }

    #PARAGRAPH907>.ladi-paragraph {
        font-family: "Mitr-ExtraLight.ttf";
        color: rgb(84, 84, 84);
        font-size: 17px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #PARAGRAPH907.ladi-animation>.ladi-paragraph {
        animation-name: fadeInUp;
        -webkit-animation-name: fadeInUp;
        animation-delay: 1s;
        -webkit-animation-delay: 1s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #BOX909 {
        width: 69px;
        height: 69px;
        top: 0px;
        left: 0px;
    }

    #BOX909>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-style: solid;
        border-color: rgb(228, 228, 228);
        border-width: 1px;
        border-radius: 228px;
        filter: drop-shadow(rgb(228, 228, 228) 3px 3px 3px);
    }

    #SHAPE910 {
        width: 43px;
        height: 43px;
        top: 13px;
        left: 13px;
    }

    #SHAPE910 svg:last-child {
        fill: rgba(244, 64, 37, 1);
    }

    #GROUP908 {
        width: 69px;
        height: 69px;
        top: 0px;
        left: 163px;
    }

    #GROUP905 {
        width: 395px;
        height: 216.519px;
        top: 772.231px;
        left: 13.5px;
    }

    #BOX912 {
        width: 396px;
        height: 220.519px;
        top: 33px;
        left: 0px;
    }

    #BOX912>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-style: solid;
        border-color: rgb(228, 228, 228);
        border-width: 1px;
        border-radius: 10px;
        filter: drop-shadow(rgb(180, 180, 180) 0px 3px 6px);
    }

    #PARAGRAPH913 {
        width: 371px;
        top: 85px;
        left: 11px;
    }

    #PARAGRAPH913>.ladi-paragraph {
        font-family: "Mitr-ExtraLight.ttf";
        color: rgb(84, 84, 84);
        font-size: 17px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #PARAGRAPH913.ladi-animation>.ladi-paragraph {
        animation-name: fadeInUp;
        -webkit-animation-name: fadeInUp;
        animation-delay: 1s;
        -webkit-animation-delay: 1s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

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

    #BOX915>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-style: solid;
        border-color: rgb(228, 228, 228);
        border-width: 1px;
        border-radius: 228px;
        filter: drop-shadow(rgb(228, 228, 228) 3px 3px 3px);
    }

    #SHAPE916 {
        width: 43px;
        height: 43px;
        top: 13px;
        left: 13px;
    }

    #SHAPE916 svg:last-child {
        fill: rgba(244, 64, 37, 1);
    }

    #GROUP914 {
        width: 69px;
        height: 69px;
        top: 0px;
        left: 162px;
    }

    #GROUP911 {
        width: 396px;
        height: 253.519px;
        top: 200.324px;
        left: 13.5px;
    }

    #IMAGE917 {
        width: 384.74px;
        height: 277.333px;
        top: 188.417px;
        left: 462.63px;
    }

    #IMAGE917>.ladi-image>.ladi-image-background.loaded {
        width: 384.74px;
        height: 277.333px;
        top: 0px;
        left: 0px;
        background-image: url("../images/shutterstock_640092979-20210702083513.png");
    }

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

    #HEADLINE919 {
        width: 343px;
        top: 89.2562px;
        left: 17.8095px;
    }

    #HEADLINE919>.ladi-headline {
        font-family: "Krub-SemiBold.ttf";
        color: rgb(0, 0, 0);
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #BOX921 {
        width: 377.619px;
        height: 196.294px;
        top: 0px;
        left: 0px;
    }

    #BOX921>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-radius: 10px;
        filter: drop-shadow(rgb(180, 180, 180) 0px 3px 6px);
    }

    #SHAPE922 {
        width: 58.2897px;
        height: 58.2897px;
        top: 17px;
        left: 159.665px;
    }

    #SHAPE922 svg:last-child {
        fill: rgba(245, 59, 37, 1);
    }

    #GROUP923 {
        width: 377.619px;
        height: 196.294px;
        top: 26.853px;
        left: 25px;
    }

    #CAROUSEL941 {
        width: 420px;
        height: 250px;
        top: 202px;
        left: 1px;
    }

    #BOX943 {
        width: 377.619px;
        height: 209.294px;
        top: 0px;
        left: 0px;
    }

    #BOX943>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-radius: 10px;
        filter: drop-shadow(rgb(180, 180, 180) 0px 3px 6px);
    }

    #HEADLINE944 {
        width: 363px;
        top: 89.2562px;
        left: 7.8095px;
    }

    #HEADLINE944>.ladi-headline {
        font-family: "Krub-SemiBold.ttf";
        color: rgb(0, 0, 0);
        font-size: 17px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #SHAPE945 {
        width: 58.2897px;
        height: 58.2897px;
        top: 17px;
        left: 159.665px;
    }

    #SHAPE945 svg:last-child {
        fill: rgba(245, 59, 37, 1);
    }

    #GROUP942 {
        width: 377.619px;
        height: 209.294px;
        top: 26.853px;
        left: 444.595px;
    }

    #BOX947 {
        width: 377.619px;
        height: 196.294px;
        top: 0px;
        left: 0px;
    }

    #BOX947>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-radius: 10px;
        filter: drop-shadow(rgb(180, 180, 180) 0px 3px 6px);
    }

    #HEADLINE948 {
        width: 343px;
        top: 89.2562px;
        left: 17.8095px;
    }

    #HEADLINE948>.ladi-headline {
        font-family: "Krub-SemiBold.ttf";
        color: rgb(0, 0, 0);
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #SHAPE949 {
        width: 58.2897px;
        height: 58.2897px;
        top: 17px;
        left: 159.665px;
    }

    #SHAPE949 svg:last-child {
        fill: rgba(245, 59, 37, 1);
    }

    #GROUP946 {
        width: 377.619px;
        height: 196.294px;
        top: 26.853px;
        left: 862.19px;
    }

    #BOX951 {
        width: 377.619px;
        height: 196.294px;
        top: 0px;
        left: 0px;
    }

    #BOX951>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-radius: 10px;
        filter: drop-shadow(rgb(180, 180, 180) 0px 3px 6px);
    }

    #HEADLINE952 {
        width: 343px;
        top: 89.2562px;
        left: 17.8095px;
    }

    #HEADLINE952>.ladi-headline {
        font-family: "Krub-SemiBold.ttf";
        color: rgb(0, 0, 0);
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #SHAPE953 {
        width: 58.2897px;
        height: 58.2897px;
        top: 17px;
        left: 159.665px;
    }

    #SHAPE953 svg:last-child {
        fill: rgba(245, 59, 37, 1);
    }

    #GROUP950 {
        width: 377.619px;
        height: 196.294px;
        top: 26.853px;
        left: 1280.19px;
    }

    #BOX955 {
        width: 377.619px;
        height: 196.294px;
        top: 0px;
        left: 0px;
    }

    #BOX955>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-radius: 10px;
        filter: drop-shadow(rgb(180, 180, 180) 0px 3px 6px);
    }

    #HEADLINE956 {
        width: 360px;
        top: 88.2562px;
        left: 8.80985px;
    }

    #HEADLINE956>.ladi-headline {
        font-family: "Krub-SemiBold.ttf";
        color: rgb(0, 0, 0);
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #SHAPE957 {
        width: 58.2897px;
        height: 58.2897px;
        top: 17px;
        left: 159.665px;
    }

    #SHAPE957 svg:last-child {
        fill: rgba(245, 59, 37, 1);
    }

    #GROUP954 {
        width: 377.619px;
        height: 196.294px;
        top: 26.853px;
        left: 1700.19px;
    }

    #IMAGE958 {
        width: 841.686px;
        height: 95.281px;
        top: 382px;
        left: -211px;
    }

    #IMAGE958>.ladi-image>.ladi-image-background.loaded {
        width: 841.686px;
        height: 166.737px;
        top: 0px;
        left: 0px;
        background-image: url("../images/1-20210715073814.png");
    }

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

    #BOX961>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-radius: 228px;
        filter: drop-shadow(rgb(190, 216, 210) 3px 3px 3px);
    }

    #HEADLINE962 {
        width: 44px;
        top: 8.5px;
        left: 6.5px;
    }

    #HEADLINE962>.ladi-headline {
        font-family: "Merriweather-Bold.ttf";
        color: rgb(16, 191, 183);
        font-size: 25px;
        text-align: center;
        line-height: 1.6;
    }

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

    #PARAGRAPH963 {
        width: 325px;
        top: 0px;
        left: 75px;
    }

    #PARAGRAPH963>.ladi-paragraph {
        font-family: "Mitr-Light.ttf";
        color: rgb(19, 121, 131);
        font-size: 18px;
        font-weight: bold;
        text-align: left;
        line-height: 1.6;
    }

    #GROUP959 {
        width: 400px;
        height: 168px;
        top: 185.03px;
        left: 10px;
    }

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

    #BOX966>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-radius: 228px;
        filter: drop-shadow(rgb(190, 216, 210) 3px 3px 3px);
    }

    #HEADLINE967 {
        width: 44px;
        top: 8.5px;
        left: 6.5px;
    }

    #HEADLINE967>.ladi-headline {
        font-family: "Merriweather-Bold.ttf";
        color: rgb(16, 191, 183);
        font-size: 25px;
        text-align: center;
        line-height: 1.6;
    }

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

    #PARAGRAPH968 {
        width: 325px;
        top: 0px;
        left: 75px;
    }

    #PARAGRAPH968>.ladi-paragraph {
        font-family: "Mitr-Light.ttf";
        color: rgb(19, 121, 131);
        font-size: 18px;
        font-weight: bold;
        text-align: left;
        line-height: 1.6;
    }

    #GROUP964 {
        width: 400px;
        height: 168px;
        top: 401.03px;
        left: 10px;
    }

    #IMAGE969 {
        width: 620.183px;
        height: 70.4167px;
        top: 0px;
        left: -134px;
    }

    #IMAGE969>.ladi-image>.ladi-image-background.loaded {
        width: 620.183px;
        height: 122.857px;
        top: -52.4406px;
        left: 0px;
        background-image: url("../images/2-20210715073814_5.png");
    }

    #BOX970 {
        width: 383px;
        height: 342.474px;
        top: 20.87px;
        left: 27px;
    }

    #BOX970>.ladi-box {
        opacity: 0.5;
        background-color: rgb(0, 102, 111);
        border-radius: 10px;
        filter: drop-shadow(rgb(180, 180, 180) 0px 3px 6px);
    }

    #IMAGE971 {
        width: 69.9882px;
        height: 60.292px;
        top: 0px;
        left: 0px;
    }

    #IMAGE971>.ladi-image>.ladi-image-background.loaded {
        width: 69.9882px;
        height: 60.292px;
        top: 0px;
        left: 0px;
        background-image: url("../fonts/asset-12-20210715072106.svg");
    }

    #IMAGE971>.ladi-image {
        filter: blur(8px);
    }

    #IMAGE972 {
        width: 59.7252px;
        height: 60.845px;
        top: 319.87px;
        left: 366.677px;
    }

    #IMAGE972>.ladi-image>.ladi-image-background.loaded {
        width: 59.7252px;
        height: 60.845px;
        top: 0px;
        left: 0px;
        background-image: url("../fonts/asset-11-20210715072106.svg");
    }

    #IMAGE972>.ladi-image {
        filter: blur(3px);
    }

    #IMAGE973 {
        width: 422.03px;
        height: 422.03px;
        top: 599px;
        left: -1.015px;
    }

    #IMAGE973>.ladi-image>.ladi-image-background.loaded {
        width: 422.03px;
        height: 422.03px;
        top: 0px;
        left: 0px;
        background-image: url("../images/calmerol-th-decor-20210715094629_1.png");
    }

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

    #BOX974 {
        width: 383px;
        height: 343.523px;
        top: 21.863px;
        left: 27px;
    }

    #BOX974>.ladi-box {
        border-style: dashed;
        border-color: rgb(255, 255, 255);
        border-width: 3px;
        border-radius: 10px;
        filter: drop-shadow(rgb(180, 180, 180) 0px 3px 6px);
    }

    #GROUP975 {
        width: 426.402px;
        height: 380.715px;
        top: 0px;
        left: -6.4022px;
    }

    #BUTTON976 {
        width: 309.14px;
        height: 50px;
        top: 275.509px;
        left: 55.43px;
    }

    #BUTTON976>.ladi-button {
        border-style: solid;
        border-color: rgb(255, 255, 255);
        border-width: 1px;
        border-radius: 62px;
    }

    #BUTTON976>.ladi-button:hover {
        transform: scale(1.06);
        -webkit-transform: scale(1.06);
    }

    #BUTTON_TEXT976 {
        width: 306px;
        top: 9px;
        left: 0px;
    }

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

    #BOX978 {
        width: 370px;
        height: 518px;
        top: 0px;
        left: 0px;
    }

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

    #HEADLINE979 {
        width: 260px;
        top: 180px;
        left: 55px;
    }

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

    #HEADLINE980 {
        width: 340px;
        top: 260px;
        left: 15px;
    }

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

    #IMAGE981 {
        width: 150.5px;
        height: 150.5px;
        top: 20px;
        left: 109.75px;
    }

    #IMAGE981>.ladi-image>.ladi-image-background.loaded {
        width: 150.5px;
        height: 150.5px;
        top: 0px;
        left: 0px;
        background-image: url("../images/w12-20210413065452.jpg");
    }

    #IMAGE981>.ladi-image {
        border-style: solid;
        border-color: rgb(228, 228, 228);
        border-width: 5px;
        border-radius: 197px;
    }

    #SHAPE982 {
        width: 80px;
        height: 80px;
        top: 180px;
        left: 145px;
    }

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

    #GROUP977 {
        width: 370px;
        height: 518px;
        top: 10px;
        left: 1705px;
    }

    #BOX984 {
        width: 370px;
        height: 576px;
        top: 0px;
        left: 0px;
    }

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

    #HEADLINE985 {
        width: 260px;
        top: 180px;
        left: 55px;
    }

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

    #HEADLINE986 {
        width: 350px;
        top: 260px;
        left: 10px;
    }

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

    #IMAGE987 {
        width: 150.5px;
        height: 150.5px;
        top: 20px;
        left: 109.75px;
    }

    #IMAGE987>.ladi-image>.ladi-image-background.loaded {
        width: 150.5px;
        height: 150.5px;
        top: 0px;
        left: 0px;
        background-image: url("../images/thailand-men-2-20210719042920.jpg");
    }

    #IMAGE987>.ladi-image {
        border-style: solid;
        border-color: rgb(228, 228, 228);
        border-width: 5px;
        border-radius: 197px;
    }

    #SHAPE988 {
        width: 109px;
        height: 109px;
        top: 165px;
        left: 130.5px;
    }

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

    #GROUP983 {
        width: 370px;
        height: 576px;
        top: 10px;
        left: 2125px;
    }

    #CAROUSEL989 {
        width: 420px;
        height: 575px;
        top: 138px;
        left: 0px;
    }

    #BOX1000 {
        width: 370px;
        height: 546px;
        top: 0px;
        left: 0px;
    }

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

    #HEADLINE1001 {
        width: 260px;
        top: 180px;
        left: 55px;
    }

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

    #HEADLINE1002 {
        width: 350px;
        top: 260px;
        left: 10px;
    }

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

    #IMAGE1003 {
        width: 150.5px;
        height: 150.5px;
        top: 20px;
        left: 109.75px;
    }

    #IMAGE1003>.ladi-image>.ladi-image-background.loaded {
        width: 150.5px;
        height: 150.5px;
        top: 0px;
        left: 0px;
        background-image: url("../images/ava-4-20210708034415.jpg");
    }

    #IMAGE1003>.ladi-image {
        border-style: solid;
        border-color: rgb(228, 228, 228);
        border-width: 5px;
        border-radius: 197px;
    }

    #SHAPE1004 {
        width: 111px;
        height: 111px;
        top: 164px;
        left: 130px;
    }

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

    #GROUP999 {
        width: 370px;
        height: 546px;
        top: 10px;
        left: 25px;
    }

    #BOX1006 {
        width: 370px;
        height: 494px;
        top: 0px;
        left: 0px;
    }

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

    #HEADLINE1007 {
        width: 260px;
        top: 180px;
        left: 55px;
    }

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

    #HEADLINE1008 {
        width: 340px;
        top: 260px;
        left: 15px;
    }

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

    #IMAGE1009 {
        width: 150.5px;
        height: 150.5px;
        top: 20px;
        left: 109.75px;
    }

    #IMAGE1009>.ladi-image>.ladi-image-background.loaded {
        width: 150.5px;
        height: 150.5px;
        top: 0px;
        left: 0px;
        background-image: url("../images/thailand-men-20210719042920.jpg");
    }

    #IMAGE1009>.ladi-image {
        border-style: solid;
        border-color: rgb(228, 228, 228);
        border-width: 5px;
        border-radius: 197px;
    }

    #SHAPE1010 {
        width: 80px;
        height: 80px;
        top: 180px;
        left: 145px;
    }

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

    #GROUP1005 {
        width: 370px;
        height: 494px;
        top: 10px;
        left: 445px;
    }

    #BOX1012 {
        width: 386px;
        height: 572px;
        top: 0px;
        left: 0px;
    }

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

    #HEADLINE1013 {
        width: 260px;
        top: 180px;
        left: 65px;
    }

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

    #HEADLINE1014 {
        width: 363px;
        top: 260px;
        left: 13px;
    }

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

    #SHAPE1016 {
        width: 118px;
        height: 118px;
        top: 162px;
        left: 136px;
    }

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

    #GROUP1011 {
        width: 386px;
        height: 572px;
        top: 10px;
        left: 857px;
    }

    #IMAGE1017 {
        width: 400px;
        height: 45.4167px;
        top: 10px;
        left: 10px;
    }

    #IMAGE1017>.ladi-image>.ladi-image-background.loaded {
        width: 400px;
        height: 87.156px;
        top: -200.349px;
        left: 0px;
        background-image: url("../images/2-20210715073814_2.png");
    }

    #IMAGE1019 {
        width: 333.377px;
        height: 298.059px;
        top: 316.806px;
        left: -10px;
    }

    #IMAGE1019>.ladi-image>.ladi-image-background.loaded {
        width: 333.377px;
        height: 333.377px;
        top: 0px;
        left: 0px;
        background-image: url("../images/asian-doctor-1-20210714103654_1.png");
    }

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

    #SHAPE1021 {
        width: 173.857px;
        height: 157.451px;
        top: 0px;
        left: 0px;
    }

    #SHAPE1021 svg:last-child {
        fill: rgba(122, 191, 198, 1);
    }

    #IMAGE1023 {
        width: 150.84px;
        height: 141.923px;
        top: 8.20015px;
        left: 6.1078px;
    }

    #IMAGE1023>.ladi-image>.ladi-image-background.loaded {
        width: 189.232px;
        height: 141.923px;
        top: 0px;
        left: 0px;
        background-image: url("../images/20200218_111020_836991_handwashing1_gayrmax-800x800-20210715183833_1.jpg");
    }

    #IMAGE1023>.ladi-image {
        -webkit-mask: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20preserveAspectRatio%3D%22none%22%20viewBox%3D%220%200%20159.6%20150%22%20class%3D%22%22%3E%3Cpath%20d%3D%22M89.6.3C63.1%2C2.3%2C36.1%2C23%2C19.6%2C38.2c-23.8%2C21.9-26.4%2C59-5.2%2C83.5l1.2%2C1.4c19.5%2C21.6%2C56.5%2C36.5%2C94.5%2C19.5s57-65.3%2C46.8-96.1S131.7-2.7%2C89.6.3Z%22%20transform%3D%22translate(0)%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 0% 0% / 100% 100%;
    }

    #HEADLINE1024 {
        width: 304px;
        top: 0.025333px;
        left: 194.084px;
    }

    #HEADLINE1024>.ladi-headline {
        color: rgb(190, 216, 210);
        font-size: 48px;
        font-weight: bold;
        text-align: left;
        line-height: 1;
    }

    #LINE1025 {
        width: 146px;
        top: 31.0253px;
        left: 225.084px;
    }

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

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

    #GROUP1026 {
        width: 498.084px;
        height: 157.451px;
        top: 280.443px;
        left: 14.5px;
    }

    #HEADLINE1028 {
        width: 201px;
        top: 64.37px;
        left: 191.084px;
    }

    #HEADLINE1028>.ladi-headline {
        color: rgb(0, 102, 111);
        font-size: 18px;
        font-weight: bold;
        text-align: left;
        line-height: 1.6;
    }

    #SHAPE1029 {
        width: 172.752px;
        height: 156.451px;
        top: 0px;
        left: 0px;
    }

    #SHAPE1029 svg:last-child {
        fill: rgba(122, 191, 198, 1);
    }

    #IMAGE1030 {
        width: 149.882px;
        height: 141.022px;
        top: 8.14806px;
        left: 6.06897px;
    }

    #IMAGE1030>.ladi-image>.ladi-image-background.loaded {
        width: 188.03px;
        height: 141.022px;
        top: 0px;
        left: 0px;
        background-image: url("../images/layer-44-20210716064443.jpg");
    }

    #IMAGE1030>.ladi-image {
        -webkit-mask: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20preserveAspectRatio%3D%22none%22%20viewBox%3D%220%200%20159.6%20150%22%20class%3D%22%22%3E%3Cpath%20d%3D%22M89.6.3C63.1%2C2.3%2C36.1%2C23%2C19.6%2C38.2c-23.8%2C21.9-26.4%2C59-5.2%2C83.5l1.2%2C1.4c19.5%2C21.6%2C56.5%2C36.5%2C94.5%2C19.5s57-65.3%2C46.8-96.1S131.7-2.7%2C89.6.3Z%22%20transform%3D%22translate(0)%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 0% 0% / 100% 100%;
    }

    #HEADLINE1031 {
        width: 304px;
        top: 0px;
        left: 191.084px;
    }

    #HEADLINE1031>.ladi-headline {
        color: rgb(190, 216, 210);
        font-size: 48px;
        font-weight: bold;
        text-align: left;
        line-height: 1;
    }

    #LINE1032 {
        width: 170px;
        top: 31px;
        left: 222.084px;
    }

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

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

    #GROUP1027 {
        width: 495.084px;
        height: 176.37px;
        top: 492.2px;
        left: 14.5px;
    }

    #LIST_PARAGRAPH431 {
        width: 335px;
        top: 551.4px;
        left: 52.809px;
    }

    #LIST_PARAGRAPH431>.ladi-list-paragraph {
        color: rgb(229, 85, 70);
        font-size: 14px;
        line-height: 1.4;
    }

    #LIST_PARAGRAPH431 ul li {
        padding-left: 31px;
    }

    #LIST_PARAGRAPH431 ul li:before {
        content: "";
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2032%2032%22%20enable-background%3D%22new%200%200%2032%2032%22%20xml%3Aspace%3D%22preserve%22%20%20width%3D%22100%25%22%20height%3D%22100%25%22%20class%3D%22%22%20fill%3D%22rgba(229%2C%2085%2C%2070%2C%201.0)%22%3E%3Cg%20display%3D%22none%22%3E%3Crect%20x%3D%22-337%22%20y%3D%22-109%22%20display%3D%22inline%22%20width%3D%22461.5%22%20height%3D%22244%22%3E%3C%2Frect%3E%3C%2Fg%3E%3Cg%3E%3Cg%3E%3Cpath%20d%3D%22M31.99%2C22.997V16.47l-4.252-6.807h-6.704v13.333h2.334c0-0.008-0.003-0.016-0.003-0.025c0%2C1.749%2C1.418%2C3.167%2C3.167%2C3.167%20%20%20%20s3.167-1.418%2C3.167-3.167c0%2C0.008-0.002%2C0.016-0.003%2C0.025H31.99z%20M23.744%2C14.72v-2.376h2.607l1.293%2C2.376H23.744z%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M17.846%2C22.997h1.687V5.872H0.01v17.125h1.701c0.014%2C1.737%2C1.424%2C3.142%2C3.164%2C3.142s3.151-1.405%2C3.164-3.142h3.478%20%20%20%20c0.014%2C1.737%2C1.424%2C3.142%2C3.164%2C3.142S17.832%2C24.734%2C17.846%2C22.997z%20M8.32%2C18.971l-4.123-3.663l0.996-1.121l2.928%2C2.601%20%20%20%20l6.045-7.742l1.182%2C0.924L8.32%2C18.971z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%20display%3D%22none%22%3E%3Cpath%20display%3D%22inline%22%20d%3D%22M31.99%2C22.992v-6.527l-4.252-6.807h-6.704v13.333h2.334c0-0.008-0.003-0.016-0.003-0.025%20%20%20c0%2C1.749%2C1.418%2C3.167%2C3.167%2C3.167s3.167-1.418%2C3.167-3.167c0%2C0.008-0.002%2C0.016-0.003%2C0.025H31.99z%20M26.531%2C24.636%20%20%20c-0.922%2C0-1.67-0.747-1.67-1.67s0.748-1.67%2C1.67-1.67s1.67%2C0.747%2C1.67%2C1.67S27.453%2C24.636%2C26.531%2C24.636z%20M29.317%2C21.492%20%20%20c-0.532-1.002-1.573-1.692-2.786-1.692s-2.254%2C0.69-2.786%2C1.692l0%2C0h-1.212V11.158h4.373l3.584%2C5.737v4.597L29.317%2C21.492%20%20%20L29.317%2C21.492z%20M29.599%2C22.216c-0.006-0.023-0.015-0.044-0.021-0.067C29.584%2C22.171%2C29.593%2C22.193%2C29.599%2C22.216z%20M23.464%2C22.216%20%20%20c0.006-0.023%2C0.014-0.044%2C0.021-0.067C23.479%2C22.172%2C23.47%2C22.193%2C23.464%2C22.216z%22%3E%3C%2Fpath%3E%3Cpath%20display%3D%22inline%22%20d%3D%22M23.699%2C14.587v-2.297h2.52l1.25%2C2.297H23.699z%22%3E%3C%2Fpath%3E%3Cpath%20display%3D%22inline%22%20d%3D%22M0.01%2C5.867v17.125h1.701c0.014%2C1.737%2C1.424%2C3.142%2C3.164%2C3.142s3.151-1.405%2C3.164-3.142h3.493%20%20%20c0.014%2C1.737%2C1.424%2C3.142%2C3.164%2C3.142s3.151-1.405%2C3.164-3.142h1.662V5.867H0.01z%20M4.875%2C24.633c-0.911%2C0-1.651-0.735-1.664-1.642%20%20%20h3.328C6.526%2C23.899%2C5.786%2C24.633%2C4.875%2C24.633z%20M8.32%2C19.34l-4.123-3.663l0.996-1.121l2.928%2C2.601l6.045-7.742l1.182%2C0.924%20%20%20L8.32%2C19.34z%20M14.697%2C24.633c-0.911%2C0-1.65-0.735-1.664-1.642h3.328C16.347%2C23.899%2C15.607%2C24.633%2C14.697%2C24.633z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%20display%3D%22none%22%3E%3Cpath%20display%3D%22inline%22%20stroke%3D%22%231A1718%22%20stroke-width%3D%220.5%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M31.99%2C22.992v-6.527%20%20%20l-4.252-6.807h-6.704v13.333h2.334c0-0.008-0.003-0.016-0.003-0.025c0%2C1.749%2C1.418%2C3.167%2C3.167%2C3.167s3.167-1.418%2C3.167-3.167%20%20%20c0%2C0.008-0.002%2C0.016-0.003%2C0.025H31.99z%20M26.531%2C24.636c-0.922%2C0-1.67-0.747-1.67-1.67s0.748-1.67%2C1.67-1.67s1.67%2C0.747%2C1.67%2C1.67%20%20%20S27.453%2C24.636%2C26.531%2C24.636z%22%3E%3C%2Fpath%3E%3Cg%20display%3D%22inline%22%3E%3Cpath%20d%3D%22M25.922%2C12.789l0.706%2C1.297h-2.429v-1.297H25.922%20M26.219%2C12.289h-2.52v2.297h3.77L26.219%2C12.289%20%20%20%20L26.219%2C12.289z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%20display%3D%22inline%22%3E%3Cpath%20d%3D%22M19.023%2C6.367v16.125h-1.162h-0.496l-0.004%2C0.496c-0.012%2C1.459-1.207%2C2.646-2.664%2C2.646%20%20%20%20c-1.458%2C0-2.653-1.187-2.664-2.646l-0.004-0.496h-0.496H8.039H7.543l-0.004%2C0.496c-0.012%2C1.459-1.207%2C2.646-2.664%2C2.646%20%20%20%20s-2.653-1.187-2.664-2.646l-0.004-0.496H1.711H0.51V6.367H19.023%20M8.054%2C16.429l-2.529-2.247L5.151%2C13.85l-0.332%2C0.374%20%20%20%20l-0.996%2C1.121l-0.332%2C0.374l0.374%2C0.332l4.123%2C3.663l0.398%2C0.354l0.328-0.42l7.027-9.002l0.307-0.394l-0.394-0.308L14.473%2C9.02%20%20%20%20l-0.394-0.308l-0.308%2C0.394L8.054%2C16.429%20M14.697%2C25.133c1.176%2C0%2C2.146-0.957%2C2.164-2.134l0.008-0.508h-0.508h-3.328h-0.508%20%20%20%20l0.008%2C0.508C12.551%2C24.176%2C13.521%2C25.133%2C14.697%2C25.133%20M4.875%2C25.133c1.176%2C0%2C2.146-0.957%2C2.164-2.134l0.008-0.508H6.539H3.211%20%20%20%20H2.703l0.008%2C0.508C2.729%2C24.176%2C3.7%2C25.133%2C4.875%2C25.133%20M19.523%2C5.867H0.01v17.125h1.701c0.014%2C1.737%2C1.424%2C3.142%2C3.164%2C3.142%20%20%20%20s3.151-1.405%2C3.164-3.142h3.493c0.014%2C1.737%2C1.424%2C3.142%2C3.164%2C3.142s3.151-1.405%2C3.164-3.142h1.662V5.867L19.523%2C5.867z%20%20%20%20%20M8.12%2C17.156l6.045-7.742l1.182%2C0.924L8.32%2C19.34l-4.123-3.663l0.996-1.121L8.12%2C17.156L8.12%2C17.156z%20M14.697%2C24.633%20%20%20%20c-0.911%2C0-1.65-0.735-1.664-1.642h3.328C16.347%2C23.899%2C15.607%2C24.633%2C14.697%2C24.633L14.697%2C24.633z%20M4.875%2C24.633%20%20%20%20c-0.911%2C0-1.651-0.735-1.664-1.642h3.328C6.526%2C23.899%2C5.786%2C24.633%2C4.875%2C24.633L4.875%2C24.633z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%20display%3D%22none%22%3E%3Ccircle%20display%3D%22inline%22%20cx%3D%2226.531%22%20cy%3D%2222.967%22%20r%3D%221.67%22%3E%3C%2Fcircle%3E%3Cpath%20display%3D%22inline%22%20d%3D%22M26.531%2C19.8c1.213%2C0%2C2.254%2C0.69%2C2.786%2C1.692l0%2C0h1.172v-4.597l-3.584-5.737h-4.373%20%20%20v10.333h1.212l0%2C0C24.277%2C20.49%2C25.318%2C19.8%2C26.531%2C19.8z%20M23.699%2C14.587v-2.297h2.52l1.25%2C2.297H23.699z%22%3E%3C%2Fpath%3E%3Cpolygon%20display%3D%22inline%22%20points%3D%2215.347%2C10.338%2014.165%2C9.414%208.12%2C17.156%205.193%2C14.556%204.197%2C15.677%208.32%2C19.34%20%20%20%20%20%22%3E%3C%2Fpolygon%3E%3Cpath%20display%3D%22inline%22%20d%3D%22M6.539%2C22.992H3.211c0.014%2C0.907%2C0.754%2C1.642%2C1.664%2C1.642S6.526%2C23.899%2C6.539%2C22.992z%22%3E%3C%2Fpath%3E%3Cpath%20display%3D%22inline%22%20d%3D%22M13.033%2C22.992c0.014%2C0.907%2C0.754%2C1.642%2C1.664%2C1.642s1.651-0.735%2C1.664-1.642H13.033z%22%3E%3C%2Fpath%3E%3Cpath%20display%3D%22inline%22%20d%3D%22M31.99%2C22.992v-6.527l-4.252-6.807h-6.704v13.333h2.334c0-0.008-0.003-0.016-0.003-0.025%20%20%20c0%2C1.749%2C1.418%2C3.167%2C3.167%2C3.167s3.167-1.418%2C3.167-3.167c0%2C0.008-0.002%2C0.016-0.003%2C0.025H31.99z%20M24.862%2C22.967%20%20%20c0-0.922%2C0.748-1.67%2C1.67-1.67s1.67%2C0.747%2C1.67%2C1.67s-0.747%2C1.67-1.67%2C1.67S24.862%2C23.889%2C24.862%2C22.967z%20M22.533%2C21.492V11.158%20%20%20h4.373l3.584%2C5.737v4.597h-1.172l0%2C0c-0.532-1.002-1.573-1.692-2.786-1.692s-2.254%2C0.69-2.786%2C1.692l0%2C0H22.533z%22%3E%3C%2Fpath%3E%3Cpolygon%20display%3D%22inline%22%20points%3D%2226.219%2C12.289%2023.699%2C12.289%2023.699%2C14.587%2027.469%2C14.587%20%20%22%3E%3C%2Fpolygon%3E%3Cpath%20display%3D%22inline%22%20d%3D%22M17.861%2C22.992h1.662V5.867H0.01v17.125h1.701c0.014%2C1.737%2C1.424%2C3.142%2C3.164%2C3.142%20%20%20s3.151-1.405%2C3.164-3.142h3.493c0.014%2C1.737%2C1.424%2C3.142%2C3.164%2C3.142S17.847%2C24.729%2C17.861%2C22.992z%20M14.697%2C24.633%20%20%20c-0.911%2C0-1.65-0.735-1.664-1.642h3.328C16.347%2C23.899%2C15.607%2C24.633%2C14.697%2C24.633z%20M5.193%2C14.556l2.928%2C2.601l6.045-7.742%20%20%20l1.182%2C0.924L8.32%2C19.34l-4.123-3.663L5.193%2C14.556z%20M3.211%2C22.992h3.328c-0.014%2C0.907-0.754%2C1.642-1.664%2C1.642%20%20%20S3.225%2C23.899%2C3.211%2C22.992z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%20display%3D%22none%22%3E%3Cpath%20display%3D%22inline%22%20d%3D%22M16%2C32c8.837%2C0%2C16-7.163%2C16-16S24.837%2C0%2C16%2C0S0%2C7.163%2C0%2C16S7.163%2C32%2C16%2C32z%22%3E%3C%2Fpath%3E%3Cpath%20display%3D%22inline%22%20d%3D%22M14.697%2C24.633c0.911%2C0%2C1.651-0.735%2C1.664-1.642h-3.328%20%20%20C13.047%2C23.899%2C13.786%2C24.633%2C14.697%2C24.633z%22%3E%3C%2Fpath%3E%3Cpath%20display%3D%22inline%22%20d%3D%22M4.875%2C24.633c0.911%2C0%2C1.651-0.735%2C1.664-1.642H3.211%20%20%20C3.225%2C23.899%2C3.965%2C24.633%2C4.875%2C24.633z%22%3E%3C%2Fpath%3E%3Ccircle%20display%3D%22inline%22%20cx%3D%2226.531%22%20cy%3D%2222.967%22%20r%3D%221.67%22%3E%3C%2Fcircle%3E%3Cpath%20display%3D%22inline%22%20d%3D%22M29.318%2C21.492L29.318%2C21.492l1.172%2C0v-4.597l-3.584-5.737h-4.373v10.333h1.212l0%2C0%20%20%20c0.532-1.002%2C1.573-1.692%2C2.786-1.692S28.786%2C20.49%2C29.318%2C21.492z%20M23.699%2C14.587v-2.297h2.52l1.25%2C2.297H23.699z%22%3E%3C%2Fpath%3E%3Cpath%20display%3D%22inline%22%20d%3D%22M17.861%2C22.992h-1.5c-0.014%2C0.907-0.754%2C1.642-1.664%2C1.642s-1.65-0.735-1.664-1.642h-1.5%20%20%20c0.014%2C1.737%2C1.424%2C3.142%2C3.164%2C3.142S17.847%2C24.729%2C17.861%2C22.992z%22%3E%3C%2Fpath%3E%3Cpath%20display%3D%22inline%22%20d%3D%22M6.539%2C22.992c-0.014%2C0.907-0.754%2C1.642-1.664%2C1.642s-1.651-0.735-1.664-1.642h-1.5%20%20%20c0.014%2C1.737%2C1.424%2C3.142%2C3.164%2C3.142s3.151-1.405%2C3.164-3.142H6.539z%22%3E%3C%2Fpath%3E%3Cpath%20display%3D%22inline%22%20d%3D%22M31.99%2C22.992v-6.527l-4.252-6.807h-6.704v13.333h2.334c0-0.008-0.003-0.016-0.003-0.025%20%20%20c0%2C1.749%2C1.418%2C3.167%2C3.167%2C3.167s3.167-1.418%2C3.167-3.167c0%2C0.008-0.002%2C0.016-0.003%2C0.025H31.99z%20M26.531%2C24.636%20%20%20c-0.922%2C0-1.67-0.747-1.67-1.67s0.748-1.67%2C1.67-1.67s1.67%2C0.747%2C1.67%2C1.67S27.453%2C24.636%2C26.531%2C24.636z%20M26.531%2C19.8%20%20%20c-1.213%2C0-2.254%2C0.69-2.786%2C1.692l0%2C0h-1.212V11.158h4.373l3.584%2C5.737v4.597h-1.172l0%2C0C28.786%2C20.49%2C27.744%2C19.8%2C26.531%2C19.8z%22%3E%3C%2Fpath%3E%3Cpolygon%20display%3D%22inline%22%20points%3D%2223.699%2C12.289%2023.699%2C14.587%2027.469%2C14.587%2026.219%2C12.289%20%20%22%3E%3C%2Fpolygon%3E%3Cpath%20display%3D%22inline%22%20d%3D%22M18.523%2C6.867v15.125h-0.662h-1.5h-3.328h-1.5H8.039h-1.5H3.211h-1.5H1.01V6.867H18.523%20%20%20%20M7.988%2C15.701l-2.131-1.893l-0.748-0.664l-0.664%2C0.747l-0.996%2C1.121L2.785%2C15.76l0.748%2C0.664l4.123%2C3.663l0.797%2C0.708l0.656-0.84%20%20%20l7.027-9.002l0.615-0.788L15.963%2C9.55l-1.182-0.924L13.993%2C8.01l-0.616%2C0.789L7.988%2C15.701%20M19.523%2C5.867H0.01v17.125h1.701h1.5%20%20%20h3.328h1.5h3.493h1.5h3.328h1.5h1.662V5.867L19.523%2C5.867z%20M8.12%2C17.156l6.045-7.742l1.182%2C0.924L8.32%2C19.34l-4.123-3.663%20%20%20l0.996-1.121L8.12%2C17.156L8.12%2C17.156z%22%3E%3C%2Fpath%3E%3Cpolygon%20display%3D%22inline%22%20points%3D%2214.165%2C9.414%208.12%2C17.156%205.193%2C14.556%204.197%2C15.677%208.32%2C19.34%2015.347%2C10.338%20%20%20%20%20%22%3E%3C%2Fpolygon%3E%3C%2Fg%3E%3Cg%20display%3D%22none%22%3E%3Cpath%20display%3D%22inline%22%20d%3D%22M18.295%2C32c8.837%2C0%2C16-7.163%2C16-16s-7.163-16-16-16s-16%2C7.163-16%2C16S9.459%2C32%2C18.295%2C32z%22%3E%3C%2Fpath%3E%3Cpath%20display%3D%22inline%22%20d%3D%22M16.992%2C24.633c0.911%2C0%2C1.651-0.735%2C1.664-1.642h-3.328%20%20%20C15.342%2C23.899%2C16.082%2C24.633%2C16.992%2C24.633z%22%3E%3C%2Fpath%3E%3Cpath%20display%3D%22inline%22%20d%3D%22M7.17%2C24.633c0.911%2C0%2C1.651-0.735%2C1.664-1.642H5.506C5.52%2C23.899%2C6.26%2C24.633%2C7.17%2C24.633%20%20%20z%22%3E%3C%2Fpath%3E%3Ccircle%20display%3D%22inline%22%20cx%3D%2228.827%22%20cy%3D%2222.967%22%20r%3D%221.67%22%3E%3C%2Fcircle%3E%3Cpath%20display%3D%22inline%22%20d%3D%22M31.613%2C21.492L31.613%2C21.492l1.172%2C0v-4.597l-3.584-5.737h-4.373v10.333h1.212l0%2C0%20%20%20c0.532-1.002%2C1.573-1.692%2C2.786-1.692S31.081%2C20.49%2C31.613%2C21.492z%20M25.994%2C14.587v-2.297h2.52l1.25%2C2.297H25.994z%22%3E%3C%2Fpath%3E%3Cpath%20display%3D%22inline%22%20d%3D%22M20.156%2C22.992h-1.5c-0.014%2C0.907-0.754%2C1.642-1.664%2C1.642s-1.65-0.735-1.664-1.642h-1.5%20%20%20c0.014%2C1.737%2C1.424%2C3.142%2C3.164%2C3.142S20.143%2C24.729%2C20.156%2C22.992z%22%3E%3C%2Fpath%3E%3Cpath%20display%3D%22inline%22%20d%3D%22M8.835%2C22.992c-0.014%2C0.907-0.754%2C1.642-1.664%2C1.642s-1.651-0.735-1.664-1.642h-1.5%20%20%20c0.014%2C1.737%2C1.424%2C3.142%2C3.164%2C3.142s3.151-1.405%2C3.164-3.142H8.835z%22%3E%3C%2Fpath%3E%3Cpath%20display%3D%22inline%22%20d%3D%22M34.285%2C22.992v-6.527l-4.252-6.807h-6.704v13.333h2.334c0-0.008-0.003-0.016-0.003-0.025%20%20%20c0%2C1.749%2C1.418%2C3.167%2C3.167%2C3.167s3.167-1.418%2C3.167-3.167c0%2C0.008-0.002%2C0.016-0.003%2C0.025H34.285z%20M28.827%2C24.636%20%20%20c-0.922%2C0-1.67-0.747-1.67-1.67s0.748-1.67%2C1.67-1.67s1.67%2C0.747%2C1.67%2C1.67S29.749%2C24.636%2C28.827%2C24.636z%20M28.827%2C19.8%20%20%20c-1.213%2C0-2.254%2C0.69-2.786%2C1.692l0%2C0h-1.212V11.158h4.373l3.584%2C5.737v4.597h-1.172l0%2C0C31.081%2C20.49%2C30.04%2C19.8%2C28.827%2C19.8z%22%3E%3C%2Fpath%3E%3Cpolygon%20display%3D%22inline%22%20points%3D%2225.994%2C12.289%2025.994%2C14.587%2029.764%2C14.587%2028.514%2C12.289%20%20%22%3E%3C%2Fpolygon%3E%3Cpath%20display%3D%22inline%22%20d%3D%22M15.328%2C22.992h3.328h1.5h1.662V5.867H2.306v17.125h1.701h1.5h3.328h1.5h3.493H15.328z%20%20%20%20M10.615%2C19.34l-4.123-3.663l0.996-1.121l2.928%2C2.601l6.045-7.742l1.182%2C0.924L10.615%2C19.34z%22%3E%3C%2Fpath%3E%3Cpolygon%20display%3D%22inline%22%20points%3D%2216.461%2C9.414%2010.416%2C17.156%207.488%2C14.556%206.492%2C15.677%2010.615%2C19.34%20%20%20%2017.642%2C10.338%20%20%22%3E%3C%2Fpolygon%3E%3C%2Fg%3E%3C%2Fsvg%3E");
        width: 26px;
        height: 26px;
        top: -3px;
    }

    #LIST_PARAGRAPH430 {
        width: 343px;
        top: 517.405px;
        left: 49.809px;
    }

    #LIST_PARAGRAPH430>.ladi-list-paragraph {
        color: rgb(229, 85, 70);
        font-size: 14px;
        line-height: 1.6;
    }

    #LIST_PARAGRAPH430 ul li {
        padding-left: 31px;
    }

    #LIST_PARAGRAPH430 ul li:before {
        content: "";
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Asketch%3D%22http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%2Fns%22%20viewBox%3D%220%200%20100%20100%22%20version%3D%221.1%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%22100%25%22%20height%3D%22100%25%22%20class%3D%22%22%20fill%3D%22rgba(229%2C%2085%2C%2070%2C%201.0)%22%3E%3Ctitle%3ESale-38%3C%2Ftitle%3E%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%3Cg%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill-rule%3D%22evenodd%22%20sketch%3Atype%3D%22MSPage%22%3E%3Cg%20sketch%3Atype%3D%22MSLayerGroup%22%3E%3Cpath%20d%3D%22M50%2C86.270009%20L37.1916646%2C94.0839298%20L30.6411316%2C80.5857324%20L15.6415497%2C80.2345119%20L17.4285672%2C65.3376202%20L5%2C56.9327684%20L14.5572025%2C45.3668402%20L8.64563237%2C31.5768383%20L22.9386756%2C27.0139741%20L25.4209843%2C12.2170502%20L39.911928%2C16.1059271%20L50%2C5%20L60.088072%2C16.1059271%20L74.5790157%2C12.2170502%20L77.0613244%2C27.0139741%20L91.3543676%2C31.5768383%20L85.4427975%2C45.3668402%20L95%2C56.9327684%20L82.5714328%2C65.3376202%20L84.3584503%2C80.2345119%20L69.3588684%2C80.5857324%20L62.8083354%2C94.0839298%20L50%2C86.270009%20Z%20M59.8248803%2C59.2266863%20C59.8248803%2C58.6300845%2059.8512006%2C57.9633042%2059.9038419%2C57.2263255%20C59.9564833%2C56.4893468%2060.1056315%2C55.8050197%2060.3512911%2C55.1733237%20C60.5969506%2C54.5416276%2060.956661%2C54.0152222%2061.4304331%2C53.5940915%20C61.9042051%2C53.1729608%2062.5622119%2C52.9623986%2063.4044733%2C52.9623986%20C64.1765463%2C52.9623986%2064.7819126%2C53.199281%2065.2205904%2C53.6730531%20C65.6592682%2C54.1468251%2065.9838849%2C54.7083243%2066.1944502%2C55.3575674%20C66.4050156%2C56.0068106%2066.5366169%2C56.6911377%2066.5892583%2C57.4105693%20C66.6418996%2C58.1300009%2066.6682199%2C58.752914%2066.6682199%2C59.2793274%20C66.6682199%2C59.840835%2066.6418996%2C60.481295%2066.5892583%2C61.2007266%20C66.5366169%2C61.9201582%2066.3962421%2C62.6044853%2066.1681297%2C63.2537284%20C65.9400172%2C63.9029716%2065.5890802%2C64.4556973%2065.1153082%2C64.9119222%20C64.6415362%2C65.3681472%2064.0010762%2C65.5962562%2063.193909%2C65.5962562%20C62.3516476%2C65.5962562%2061.7024142%2C65.3681472%2061.2461893%2C64.9119222%20C60.7899644%2C64.4556973%2060.4565743%2C63.9029716%2060.2460089%2C63.2537284%20C60.0354436%2C62.6044853%2059.9126156%2C61.9113847%2059.8775214%2C61.174406%20C59.8424272%2C60.4374273%2059.8248803%2C59.7881939%2059.8248803%2C59.2266863%20Z%20M54.4554909%2C59.1740452%20C54.4554909%2C60.6129084%2054.6046391%2C61.9640158%2054.90294%2C63.2274079%20C55.2012409%2C64.4908%2055.6925527%2C65.587478%2056.37689%2C66.517475%20C57.0612274%2C67.4474719%2057.9561167%2C68.1756662%2059.0615848%2C68.7020795%20C60.1670528%2C69.2284929%2061.5269336%2C69.4916956%2063.141268%2C69.4916956%20C64.6854138%2C69.4916956%2066.0189744%2C69.2372663%2067.1419895%2C68.7284001%20C68.2650047%2C68.2195338%2069.1862143%2C67.5088864%2069.9056459%2C66.5964366%20C70.6250775%2C65.6839868%2071.1602564%2C64.613629%2071.5111986%2C63.3853311%20C71.8621409%2C62.1570333%2072.0376094%2C60.8234727%2072.0376094%2C59.3846095%20C72.0376094%2C57.9457463%2071.8972346%2C56.594639%2071.6164808%2C55.3312469%20C71.335727%2C54.0678548%2070.8531886%2C52.9711768%2070.1688513%2C52.0411798%20C69.4845139%2C51.1111829%2068.598398%2C50.3742152%2067.5104771%2C49.8302547%20C66.4225561%2C49.2862942%2065.0539019%2C49.0143181%2063.4044733%2C49.0143181%20C61.8603275%2C49.0143181%2060.5267669%2C49.2775208%2059.4037517%2C49.8039342%20C58.2807366%2C50.3303476%2057.3507536%2C51.0497684%2056.6137749%2C51.9622182%20C55.8767961%2C52.874668%2055.3328438%2C53.9450258%2054.9819016%2C55.1733237%20C54.6309593%2C56.4016215%2054.4554909%2C57.735182%2054.4554909%2C59.1740452%20L54.4554909%2C59.1740452%20Z%20M58.5088535%2C30.8005067%20L36.7154491%2C69.9128242%20L41.2952225%2C69.9128242%20L62.9833447%2C30.8005067%20L58.5088535%2C30.8005067%20Z%20M32.6620865%2C41.74985%20C32.6620865%2C41.1532481%2032.6884067%2C40.468921%2032.7410481%2C39.6968481%20C32.7936894%2C38.9247752%2032.9428376%2C38.2053544%2033.1884972%2C37.5385641%20C33.4341568%2C36.8717738%2033.7938672%2C36.3102747%2034.2676392%2C35.8540497%20C34.7414112%2C35.3978248%2035.3994181%2C35.1697158%2036.2416795%2C35.1697158%20C37.0137524%2C35.1697158%2037.6191187%2C35.4153717%2038.0577965%2C35.9066908%20C38.4964743%2C36.39801%2038.821091%2C36.9946028%2039.0316563%2C37.6964873%20C39.2422217%2C38.3983718%2039.3738231%2C39.126566%2039.4264644%2C39.8810919%20C39.4791057%2C40.6356177%2039.505426%2C41.2760777%2039.505426%2C41.802491%20C39.505426%2C42.3639986%2039.4791057%2C42.9869118%2039.4264644%2C43.6712491%20C39.3738231%2C44.3555865%2039.2334483%2C45.0048199%2039.0053358%2C45.6189689%20C38.7772234%2C46.2331178%2038.4262864%2C46.7507498%2037.9525143%2C47.1718805%20C37.4787423%2C47.5930112%2036.8382823%2C47.8035734%2036.0311152%2C47.8035734%20C35.1888538%2C47.8035734%2034.5396204%2C47.5930112%2034.0833955%2C47.1718805%20C33.6271705%2C46.7507498%2033.2937804%2C46.2331178%2033.0832151%2C45.6189689%20C32.8726497%2C45.0048199%2032.7498218%2C44.3468131%2032.7147275%2C43.6449286%20C32.6796333%2C42.9430441%2032.6620865%2C42.3113575%2032.6620865%2C41.74985%20L32.6620865%2C41.74985%20Z%20M27.292697%2C41.6445678%20C27.292697%2C43.083431%2027.4418452%2C44.425765%2027.7401461%2C45.6716099%20C28.038447%2C46.9174549%2028.5297588%2C47.9878127%2029.2140962%2C48.8827154%20C29.8984335%2C49.7776181%2030.7933228%2C50.4794921%2031.8987909%2C50.9883583%20C33.004259%2C51.4972246%2034.3641398%2C51.7516539%2035.9784741%2C51.7516539%20C37.52262%2C51.7516539%2038.8561805%2C51.505998%2039.9791957%2C51.0146789%20C41.1022109%2C50.5233597%2042.0234204%2C49.8390326%2042.742852%2C48.961677%20C43.4622836%2C48.0843214%2043.9974625%2C47.0402839%2044.3484048%2C45.8295331%20C44.699347%2C44.6187824%2044.8748155%2C43.2939953%2044.8748155%2C41.8551321%20C44.8748155%2C40.4162689%2044.7344407%2C39.0476147%2044.4536869%2C37.7491284%20C44.1729331%2C36.4506421%2043.6903948%2C35.3188703%2043.0060574%2C34.3537791%20C42.32172%2C33.388688%2041.4356041%2C32.6254%2040.3476832%2C32.0638925%20C39.2597622%2C31.5023849%2037.891108%2C31.2216353%2036.2416795%2C31.2216353%20C34.6975336%2C31.2216353%2033.3639731%2C31.4936114%2032.2409579%2C32.0375719%20C31.1179427%2C32.5815324%2030.1879597%2C33.3272735%2029.450981%2C34.2748175%20C28.7140023%2C35.2223616%2028.17005%2C36.3278131%2027.8191077%2C37.5912052%20C27.4681655%2C38.8545972%2027.292697%2C40.2057046%2027.292697%2C41.6445678%20L27.292697%2C41.6445678%20Z%22%20sketch%3Atype%3D%22MSShapeGroup%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
        width: 26px;
        height: 26px;
        top: -3px;
    }

    #GROUP427 {
        width: 173.406px;
        height: 62px;
        top: 117.596px;
        left: 176.885px;
    }

    #HEADLINE429 {
        width: 139px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE429>.ladi-headline {
        color: rgb(219, 9, 9);
        font-size: 39px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #BOX428 {
        width: 169.875px;
        height: 51px;
        top: 5.5px;
        left: 3.53113px;
    }

    #BOX428>.ladi-box {
        border-style: solid;
        border-color: rgb(84, 84, 84);
        border-width: 1px;
        border-radius: 158px;
    }

    #HEADLINE426 {
        width: 280px;
        top: 67.911px;
        left: 78.259px;
    }

    #HEADLINE426>.ladi-headline {
        color: rgb(219, 9, 9);
        font-size: 23px;
        font-weight: bold;
        text-align: center;
        line-height: 1.4;
    }

    #GROUP416 {
        width: 356.291px;
        height: 55.892px;
        top: 233.5px;
        left: 0px;
    }

    #HEADLINE425 {
        width: 56px;
        top: 36.892px;
        left: 287.063px;
    }

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

    #HEADLINE424 {
        width: 56px;
        top: 36.892px;
        left: 194.823px;
    }

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

    #HEADLINE423 {
        width: 66px;
        top: 36.892px;
        left: 101.583px;
    }

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

    #HEADLINE415 {
        width: 280px;
        top: 199.5px;
        left: 84.26px;
    }

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

    #BOX408 {
        width: 360px;
        height: 636.4px;
        top: 0px;
        left: 38.26px;
    }

    #BOX408>.ladi-box {
        background-color: rgba(255, 255, 255, 0.5);
        border-style: solid;
        border-color: rgb(16, 191, 183);
        border-width: 1px;
        border-top-left-radius: 200px;
        border-top-right-radius: 200px;
    }

    #HEADLINE1037 {
        width: 38px;
        top: 135.096px;
        left: 285.91px;
    }

    #HEADLINE1037>.ladi-headline {
        color: rgb(245, 59, 37);
        font-size: 17px;
        font-weight: bold;
        text-align: right;
        line-height: 1.6;
    }

    #HEADLINE1040 {
        width: 95px;
        top: 20px;
        left: 0px;
    }

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

    #HEADLINE1041 {
        width: 70px;
        top: 0px;
        left: 25px;
    }

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

    #GROUP1039 {
        width: 95px;
        height: 40px;
        top: 128.596px;
        left: 78.259px;
    }

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

    #COUNTDOWN417 {
        width: 356.291px;
        height: 41.892px;
        top: 0px;
        left: 0px;
    }

    #COUNTDOWN417>.ladi-countdown {
        font-family: "Yeseva One", cursive;
        color: rgb(84, 84, 84);
        font-size: 30px;
        font-weight: bold;
        text-align: center;
    }

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

    #GROUP1047 {
        width: 398.26px;
        height: 636.4px;
        top: 194.488px;
        left: -7.13px;
    }

    #IMAGE1048 {
        width: 502.703px;
        height: 464.999px;
        top: 830.888px;
        left: -260.703px;
    }

    #IMAGE1048>.ladi-image>.ladi-image-background.loaded {
        width: 502.703px;
        height: 464.999px;
        top: 0px;
        left: 0px;
        background-image: url("../images/han-toolscom_9f2ed0ad51cf7e8f31e973c5d39ae7951626375474905-20210715190016_1.png");
    }

    #HEADLINE1049 {
        width: 400px;
        top: 32px;
        left: 10px;
    }

    #HEADLINE1049>.ladi-headline {
        font-family: "Krub-SemiBold.ttf";
        color: rgb(84, 84, 84);
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #GROUP1056 {
        width: 428.75px;
        height: 703.019px;
        top: 225px;
        left: 0px;
    }

    #LINE1057 {
        width: 260px;
        top: 1012.34px;
        left: 130.83px;
    }

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

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

    #IMAGE1058 {
        width: 67.646px;
        height: 47.803px;
        top: 984.779px;
        left: 7px;
    }

    #IMAGE1058>.ladi-image>.ladi-image-background.loaded {
        width: 67.646px;
        height: 47.803px;
        top: 0px;
        left: 0px;
        background-image: url("../images/tri-nam-da-bang-rau-ma-20201119075438.png");
    }

    #IMAGE436 {
        width: 595.839px;
        height: 321.015px;
        top: 957.454px;
        left: 531.87px;
    }

    #IMAGE436>.ladi-image>.ladi-image-background.loaded {
        width: 595.839px;
        height: 359.015px;
        top: 0px;
        left: 0px;
        background-image: url("../images/23-02-20210712033516_1.png");
    }

    #BUTTON_TEXT1064 {
        width: 368px;
        top: 9px;
        left: 0px;
    }

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

    #BUTTON1064 {
        width: 309.14px;
        height: 50px;
        top: 979.211px;
        left: 59.805px;
    }

    #BUTTON1064>.ladi-button>.ladi-button-background {
        background: #fc6767;
        background: -webkit-linear-gradient(180deg, #fc6767, #ec008c);
        background: linear-gradient(180deg, #fc6767, #ec008c);
    }

    #BUTTON1064>.ladi-button {
        border-style: solid;
        border-color: rgb(198, 1, 1);
        border-width: 2px;
        border-radius: 62px;
    }

    #IMAGE1067 {
        width: 408.059px;
        height: 609.954px;
        top: 683.674px;
        left: 5.97px;
    }

    #IMAGE1067>.ladi-image>.ladi-image-background.loaded {
        width: 408.059px;
        height: 609.954px;
        top: 0px;
        left: 0px;
        background-image: url("../images/han-toolscom_c6d36f6a1cc278392ce5ccdd8c3d8e0b1626416545005-20210716062308_1.jpg");
    }

    #IMAGE1068 {
        width: 200px;
        height: 131px;
        top: 1162.63px;
        left: -337px;
    }

    #IMAGE1068>.ladi-image>.ladi-image-background.loaded {
        width: 200px;
        height: 131px;
        top: 0px;
        left: 0px;
        background-image: url("../images/han-toolscom_e29c3391246a509c9ecd697961b7231c1626417062158-20210716063142.png");
    }

    #HEADLINE1069 {
        width: 400px;
        top: 1118.24px;
        left: 9.9995px;
    }

    #HEADLINE1069>.ladi-headline {
        font-family: "arialbd.ttf";
        color: rgb(0, 0, 0);
        font-size: 17px;
        text-align: center;
        line-height: 1.6;
    }

    #IMAGE1070 {
        width: 91.0398px;
        height: 78.844px;
        top: -44px;
        left: 360.48px;
    }

    #IMAGE1070>.ladi-image>.ladi-image-background.loaded {
        width: 91.0398px;
        height: 78.844px;
        top: 0px;
        left: 0px;
        background-image: url("../images/la-03-20210712034012_1.png");
    }

    #IMAGE1070>.ladi-image {
        filter: blur(3px);
    }

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

    #IMAGE1072 {
        width: 95.9617px;
        height: 83.1066px;
        top: 1712.12px;
        left: 337.019px;
    }

    #IMAGE1072>.ladi-image>.ladi-image-background.loaded {
        width: 95.9617px;
        height: 83.1066px;
        top: 0px;
        left: 0px;
        background-image: url("../images/la-03-20210712034012_1.png");
    }

    #GROUP1073 {
        width: 1086.96px;
        height: 1010.2px;
        top: -43.851px;
        left: -540.72px;
    }

    #GROUP1074 {
        width: 611.784px;
        height: 255.112px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE1078 {
        width: 23px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE1078>.ladi-headline {
        color: rgb(245, 59, 37);
        font-size: 36px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

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

    #HEADLINE1083 {
        width: 21px;
        top: 0px;
        left: 63.87px;
    }

    #HEADLINE1083>.ladi-headline {
        color: rgb(245, 59, 37);
        font-size: 36px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

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

    #GROUP1084 {
        width: 84.87px;
        height: 57px;
        top: 1338.12px;
        left: 87.565px;
    }

    #IMAGE1085 {
        width: 335.151px;
        height: 449.824px;
        top: 160.417px;
        left: 74.849px;
    }

    #IMAGE1085>.ladi-image>.ladi-image-background.loaded {
        width: 335.151px;
        height: 449.824px;
        top: 0px;
        left: 0px;
        background-image: url("../images/fda-calmerol-hand-and-foot-cream-01-20210701110804_1.jpg");
    }

    #PARAGRAPH1086 {
        width: 400px;
        top: 627.244px;
        left: 10px;
    }

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

    #IMAGE1088 {
        width: 150px;
        height: 151px;
        top: 29px;
        left: 925px;
    }

    #IMAGE1088>.ladi-image>.ladi-image-background.loaded {
        width: 150px;
        height: 226.5px;
        top: -50px;
        left: 0px;
        background-image: url("../images/thailand-woman-4-20210719042920.png");
    }

    #IMAGE1088>.ladi-image {
        border-style: solid;
        border-color: rgb(228, 228, 228);
        border-width: 5px;
        border-radius: 100px;
    }

    #SECTION1089 {
        height: 862.064px;
    }

    #SECTION1089>.ladi-section-background.loaded {
        background-color: rgb(190, 216, 210);
    }

    #HEADLINE1090 {
        width: 400px;
        top: 15.435px;
        left: 10px;
    }

    #HEADLINE1090>.ladi-headline {
        color: rgb(0, 102, 111);
        font-size: 23px;
        font-weight: bold;
        text-align: center;
        line-height: 1.4;
    }

    #SHAPE1091 {
        width: 400px;
        height: 399.513px;
        top: 135.493px;
        left: 220px;
    }

    #SHAPE1091 svg:last-child {
        fill: rgba(240, 251, 249, 1);
    }

    #SHAPE1092 {
        width: 171.9px;
        height: 35.058px;
        top: 597.435px;
        left: 31.05px;
    }

    #SHAPE1092>.ladi-shape {
        opacity: 0.82;
        filter: blur(1px);
    }

    #SHAPE1092 svg:last-child {
        fill: rgba(240, 251, 249, 1);
    }

    #SHAPE1093 {
        width: 122.867px;
        height: 25.058px;
        top: 776.064px;
        left: -227.434px;
    }

    #SHAPE1093>.ladi-shape {
        opacity: 0.82;
        filter: blur(1px);
    }

    #SHAPE1093 svg:last-child {
        fill: rgba(240, 251, 249, 1);
    }

    #SHAPE1094 {
        width: 165.26px;
        height: 165.058px;
        top: 678.006px;
        left: -3.567px;
    }

    #SHAPE1094>.ladi-shape {
        opacity: 0.8;
    }

    #SHAPE1094 svg:last-child {
        fill: rgba(240, 251, 249, 1);
    }

    #CAROUSEL1095 {
        width: 420px;
        height: 709px;
        top: 102.006px;
        left: 0px;
    }

    #IMAGE1098 {
        width: 610.813px;
        height: 495.458px;
        top: 257.763px;
        left: 32px;
    }

    #IMAGE1098>.ladi-image>.ladi-image-background.loaded {
        width: 610.813px;
        height: 495.458px;
        top: 0px;
        left: 0px;
        background-image: url("../images/banner-camerol-04-20210719045353.png");
    }

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

    #IMAGE1099 {
        width: 506.056px;
        height: 462.843px;
        top: 476.221px;
        left: -86.056px;
    }

    #IMAGE1099>.ladi-image>.ladi-image-background.loaded {
        width: 506.056px;
        height: 506.056px;
        top: 0px;
        left: 0px;
        background-image: url("../images/calmerol-th-decor-20210705110810_1.png");
    }

    #IMAGE1100 {
        width: 333.847px;
        height: 678.434px;
        top: 23.2832px;
        left: 48px;
    }

    #IMAGE1100>.ladi-image>.ladi-image-background.loaded {
        width: 333.847px;
        height: 678.434px;
        top: 0px;
        left: 0px;
        background-image: url("../images/13141-1-20210719045637.jpg");
    }

    #IMAGE1101 {
        width: 351.163px;
        height: 671.368px;
        top: 23.2832px;
        left: 454.418px;
    }

    #IMAGE1101>.ladi-image>.ladi-image-background.loaded {
        width: 351.163px;
        height: 717.019px;
        top: 0px;
        left: 0px;
        background-image: url("../images/z2624361678634_8e55b051c693736e09e6f097ca4be45e-20210719045637.jpg");
    }

    #IMAGE1102 {
        width: 333.389px;
        height: 678.434px;
        top: 23.2832px;
        left: 882px;
    }

    #IMAGE1102>.ladi-image>.ladi-image-background.loaded {
        width: 333.389px;
        height: 678.434px;
        top: 0px;
        left: 0px;
        background-image: url("../images/z2624361674665_8a7683d5609f455a856d26ae443115da-20210719045637.jpg");
    }

    #FORM_ITEM1103 {
        width: 39.7488px;
        height: 35px;
        top: 122.021px;
        left: 0px;
        display: none !important;
    }

    #FORM_ITEM1104 {
        width: 39.7488px;
        height: 35px;
        top: 122.021px;
        left: 46.0679px;
        display: none !important;
    }

    #FORM_ITEM1105 {
        width: 39.7488px;
        height: 35px;
        top: 122.021px;
        left: 92.1358px;
        display: none !important;
    }

    #FORM_ITEM1106 {
        width: 39.7488px;
        height: 35px;
        top: 122.021px;
        left: 138.204px;
        display: none !important;
    }

    #FORM_ITEM1107 {
        width: 39.7488px;
        height: 35px;
        top: 122.021px;
        left: 184.272px;
        display: none !important;
    }

    #FORM_ITEM1108 {
        width: 39.7488px;
        height: 35px;
        top: 122.021px;
        left: 230.339px;
        display: none !important;
    }

    #FORM_ITEM1109 {
        width: 39.7488px;
        height: 35px;
        top: 122.021px;
        left: 276.407px;
        display: none !important;
    }

    #FORM_ITEM1110 {
        width: 39.7488px;
        height: 35px;
        top: 122.021px;
        left: 322.475px;
        display: none !important;
    }

    #FORM_ITEM1111 {
        width: 32.6548px;
        height: 35px;
        top: 126.809px;
        left: 0px;
        display: none !important;
    }

    #FORM_ITEM1112 {
        width: 32.6548px;
        height: 35px;
        top: 126.809px;
        left: 42.0788px;
        display: none !important;
    }

    #FORM_ITEM1113 {
        width: 32.6548px;
        height: 35px;
        top: 126.809px;
        left: 84.1576px;
        display: none !important;
    }

    #FORM_ITEM1114 {
        width: 32.6548px;
        height: 35px;
        top: 126.809px;
        left: 126.236px;
        display: none !important;
    }

    #FORM_ITEM1115 {
        width: 32.6548px;
        height: 35px;
        top: 126.809px;
        left: 168.315px;
        display: none !important;
    }

    #FORM_ITEM1116 {
        width: 32.6548px;
        height: 35px;
        top: 126.809px;
        left: 210.394px;
        display: none !important;
    }

    #FORM_ITEM1117 {
        width: 32.6548px;
        height: 35px;
        top: 126.809px;
        left: 252.473px;
        display: none !important;
    }

    #FORM_ITEM1118 {
        width: 32.6548px;
        height: 35px;
        top: 126.809px;
        left: 294.552px;
        display: none !important;
    }
}