.ladi-loading,
.ladipage-message,
.lightbox-screen {
    width: 100%;
    height: 100%;
    left: 0;
}
.ladi-countdown .ladi-countdown-background,
.ladi-countdown > .ladi-element,
.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item-background {
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit;
}
#BUTTON301 .ladi-button,
#BUTTON303 .ladi-button {
    animation-delay: 0s;
    animation-iteration-count: infinite;
}
#NOTIFY490,
#NOTIFY814 {
    bottom: auto;
    right: auto;
}
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;
}
.ladi-form .ladi-form-item.otp-resend .button-get-code,
.ladi-section.selected[data-tab-id],
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
    font-size: 12px;
    -ms-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -o-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    background-color: #fff;
    direction: ltr;
    font-family: "Open Sans", sans-serif;
    font-display: swap;
}
a {
    text-decoration: none;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.ladi-loading {
    z-index: 900000000000;
    position: fixed;
    top: 0;
    background-color: rgba(0, 0, 0, 0.1);
}
.ladi-loading .loading {
    width: 80px;
    height: 80px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
    position: absolute;
}
.ladi-loading .loading div {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    animation: 1.2s linear infinite ladi-loading;
}
.ladi-loading .loading div:first-child {
    animation-delay: 0s;
    top: 37px;
    left: 66px;
}
.ladi-loading .loading div:nth-child(2) {
    animation-delay: -0.1s;
    top: 22px;
    left: 62px;
}
.ladi-loading .loading div:nth-child(3) {
    animation-delay: -0.2s;
    top: 11px;
    left: 52px;
}
.ladi-loading .loading div:nth-child(4) {
    animation-delay: -0.3s;
    top: 7px;
    left: 37px;
}
.ladi-loading .loading div:nth-child(5) {
    animation-delay: -0.4s;
    top: 11px;
    left: 22px;
}
.ladi-loading .loading div:nth-child(6) {
    animation-delay: -0.5s;
    top: 22px;
    left: 11px;
}
.ladi-loading .loading div:nth-child(7) {
    animation-delay: -0.6s;
    top: 37px;
    left: 7px;
}
.ladi-loading .loading div:nth-child(8) {
    animation-delay: -0.7s;
    top: 52px;
    left: 11px;
}
.ladi-loading .loading div:nth-child(9) {
    animation-delay: -0.8s;
    top: 62px;
    left: 22px;
}
.ladi-loading .loading div:nth-child(10) {
    animation-delay: -0.9s;
    top: 66px;
    left: 37px;
}
.ladi-loading .loading div:nth-child(11) {
    animation-delay: -1s;
    top: 62px;
    left: 52px;
}
.ladi-loading .loading div:nth-child(12) {
    animation-delay: -1.1s;
    top: 52px;
    left: 62px;
}
@keyframes ladi-loading {
    0%,
    100%,
    20%,
    80% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
}
.ladipage-message {
    position: fixed;
    top: 0;
    z-index: 10000000000;
    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;
}
#SECTION_POPUP .popup-close,
.lightbox-screen .lightbox-close {
    width: 16px;
    height: 16px;
    margin: 10px;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.ladipage-message .ladipage-message-box span {
    display: block;
    background-color: rgba(6, 21, 40, 0.05);
    color: #000;
    padding: 12px 15px;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.ladipage-message .ladipage-message-box .ladipage-message-text {
    display: -webkit-box;
    font-size: 14px;
    padding: 0 20px;
    margin-top: 10px;
    line-height: 18px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ladipage-message .ladipage-message-box .ladipage-message-close {
    display: block;
    position: absolute;
    right: 15px;
    bottom: 10px;
    margin: 0 auto;
    padding: 10px 0;
    border: none;
    width: 80px;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    background-color: #e6e6e6;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    cursor: pointer;
}
.lightbox-screen {
    display: none;
    position: fixed;
    top: 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;
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M23.4144%202.00015L2.00015%2023.4144L0.585938%2022.0002L22.0002%200.585938L23.4144%202.00015Z%22%3E%3C%2Fpath%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%200.585938L23.4144%2022.0002L22.0002%2023.4144L0.585938%202.00015L2.00015%200.585938Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}
.ladi-hidden,
.ladi-section[data-tab-id],
.ladipage-animated-headline-duplicate,
.lightbox-screen .lightbox-hidden,
[data-hidden="true"] {
    display: none;
}
.ladi-form > [data-quantity="true"] .ladi-form-item-container,
.ladi-notify .ladi-notify-copyright svg:not(:root),
.overflow-hidden {
    overflow: hidden;
}
.ladi-transition {
    transition: 150ms linear;
}
.ladipage-animated-headline.push b,
.no-js .ladipage-animated-words-wrapper b,
.opacity-0,
[data-opacity="0"] {
    opacity: 0;
}
.height-0 {
    height: 0 !important;
}
.pointer-events-none {
    pointer-events: none;
}
.transition-collapse,
.transition-parent-collapse-height {
    transition: height 150ms linear;
}
.transition-parent-collapse-top {
    transition: top 150ms linear;
}
.transition-readmore {
    transition: height 350ms linear;
}
.ladi-wraper {
    width: 100%;
    min-height: 100%;
    overflow: hidden;
}
.ladi-container {
    position: relative;
    margin: 0 auto;
    height: 100%;
}
.ladi-element,
.ladi-overlay {
    position: absolute;
}
.ladi-overlay {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
}
.ladi-section {
    margin: 0 auto;
    position: relative;
}
.ladi-section .ladi-section-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    overflow: hidden;
}
.ladi-box,
.ladi-button {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#SECTION_POPUP .ladi-container {
    z-index: 90000070;
}
#SECTION_POPUP .ladi-container > .ladi-element {
    z-index: 90000070;
    position: fixed;
    display: none;
}
#SECTION_POPUP .ladi-container > .ladi-element[data-fixed-close="true"] {
    position: relative !important;
}
#SECTION_POPUP .ladi-container > .ladi-element.hide-visibility,
.ladi-form .ladi-element .ladi-form-item .button-get-code.hide-visibility {
    display: block !important;
    visibility: hidden !important;
}
#SECTION_POPUP .popup-close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9000000080;
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23000%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M23.4144%202.00015L2.00015%2023.4144L0.585938%2022.0002L22.0002%200.585938L23.4144%202.00015Z%22%3E%3C%2Fpath%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%200.585938L23.4144%2022.0002L22.0002%2023.4144L0.585938%202.00015L2.00015%200.585938Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}
.ladi-countdown,
.ladi-form,
.ladi-form .ladi-form-item-container,
.ladi-group,
.ladi-popup {
    position: absolute;
    width: 100%;
    height: 100%;
}
.ladi-popup .ladi-popup-background {
    height: 100%;
    width: 100%;
    pointer-events: none;
}
.ladi-countdown .ladi-countdown-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    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-button > .ladi-button-headline .ladi-headline,
.ladi-countdown .ladi-countdown-text span {
    display: table-cell;
    vertical-align: middle;
}
.ladi-countdown > .ladi-element {
    text-decoration: inherit;
    position: relative;
    display: inline-block;
}
.ladi-countdown > .ladi-element:last-child {
    margin-right: 0 !important;
}
.ladi-button:active {
    transform: translateY(2px);
    transition: transform 0.2s linear;
}
.ladi-button .ladi-button-background {
    height: 100%;
    width: 100%;
    pointer-events: none;
    transition: inherit;
}
.ladi-button > .ladi-button-headline,
.ladi-button > .ladi-button-shape {
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    display: table;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.ladi-button > .ladi-button-shape .ladi-shape {
    margin: auto;
    top: 0;
    bottom: 0;
}
.ladi-form > .ladi-element,
.ladi-form > .ladi-element .ladi-form-item-container,
.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item span[data-checked="true"],
.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-button > .ladi-button-headline {
    color: initial;
    font-size: initial;
    font-weight: initial;
    text-transform: initial;
    text-decoration: initial;
    font-style: initial;
    text-align: initial;
    letter-spacing: initial;
    line-height: initial;
}
.ladi-form > .ladi-element .ladi-form-item-container .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 .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;
    padding-right: 24px;
    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-checkbox-item,
.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;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit;
    color: inherit;
}
.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),
.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-3:nth-child(3),
.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-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 option {
    color: initial;
}
.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-decoration: inherit;
    vertical-align: middle;
}
.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-box-item {
    display: inline-block;
    width: fit-content;
}
.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item span {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.ladi-form .ladi-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-control-file {
    background-repeat: no-repeat;
    background-position: calc(100% - 5px) center;
}
.ladi-form .ladi-form-label-container .ladi-form-label-item {
    display: inline-block;
    cursor: pointer;
    position: relative;
    border-radius: 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;
}
#GROUP1020,
#GROUP998,
.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;
    padding: 0 5px;
}
.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.ladi-form-checkbox-vertical .ladi-form-checkbox-item {
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: flex;
    align-items: center;
    border: none;
}
.ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-horizontal .ladi-form-checkbox-item {
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 10px !important;
    display: inline-flex;
    align-items: center;
    border: none;
    position: relative;
}
.ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item input {
    margin-right: 5px;
    display: block;
}
.ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span {
    cursor: default;
    word-break: break-word;
}
.ladi-form .ladi-form-item textarea.ladi-form-control {
    resize: none;
    padding: 5px;
}
.element-click-selected,
.is-2nd-click,
.ladi-form .ladi-button,
[data-action="true"] {
    cursor: pointer;
}
.ladi-form .ladi-button .ladi-headline {
    cursor: pointer;
    user-select: none;
}
.ladi-form .ladi-element .ladi-form-otp::-webkit-inner-spin-button,
.ladi-form .ladi-element .ladi-form-otp::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.ladi-form .ladi-element .ladi-form-item .button-get-code {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    line-height: initial;
    padding: 5px 10px;
    height: max-content;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.ladi-form .ladi-form-item.otp-countdown:before {
    content: attr(data-countdown-time) "s";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: max-content;
    line-height: initial;
}
.ladi-form [data-variant="true"] select option[disabled] {
    background: #fff;
    color: #b8b8b8 !important;
}
.ladi-google-recaptcha-checkbox {
    position: absolute;
    display: inline-block;
    transform: translateY(-100%);
    margin-top: -5px;
    z-index: 90000010;
}
.ladi-shape {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.ladi-cart-number {
    position: absolute;
    top: -2px;
    right: -7px;
    background: #f36e36;
    text-align: center;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    border-radius: 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;
    word-break: break-word;
    background-size: cover;
    background-position: center center;
}
.ladi-headline a,
.ladi-list-paragraph a,
.ladi-paragraph a {
    text-decoration: underline;
}
.ladi-headline a:hover,
.ladi-list-paragraph a:hover,
.ladi-paragraph a:hover {
    text-decoration: none;
}
.ladi-paragraph {
    width: 100%;
    display: inline-block;
    word-break: break-word;
}
.ladi-list-paragraph {
    width: 100%;
    display: inline-block;
}
.backdrop-dropbox,
.backdrop-popup {
    display: none;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
}
.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,
.ladipage-animated-words-wrapper b.is-visible {
    position: relative;
}
.ladi-line .ladi-line-container {
    border-bottom: 0 !important;
    border-right: 0 !important;
    width: 100%;
    height: 100%;
}
.ladi-notify .ladi-notify-content,
.ladi-notify .ladi-notify-title {
    height: 17px;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.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;
    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%;
    overflow: hidden;
    font-weight: 700;
    overflow-wrap: break-word;
}
.ladi-notify .ladi-notify-content {
    font-size: 92.308%;
    overflow: hidden;
    overflow-wrap: break-word;
    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 div {
    text-decoration: none;
    color: #404040;
    display: inline;
}
.ladi-notify .ladi-notify-copyright strong {
    font-weight: 700;
}
a[data-action] {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: pointer;
}
a:link,
a:visited {
    color: inherit;
}
.ladi-animation-hidden {
    visibility: hidden !important;
}
.ladi-accordion-shape.is-2nd-click,
.ladi-button-shape.is-2nd-click {
    z-index: 1;
}
.backdrop-popup {
    position: fixed;
    z-index: 90000060;
}
.backdrop-dropbox {
    position: fixed;
    z-index: 90000040;
}
.ladi-lazyload,
.ladi-list-paragraph ul li.ladi-lazyload:before {
    background-image: none !important;
}
@font-face {
    font-family: YXJpYWwudHRm;
    src: url("../fonts/arial-20210315033647.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: QmFybGLUJvbGQudHRm;
    src: url("../fonts/barlow-bold-20210407090356.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: QmFybGLVNlbWlCbxkLnRZg;
    src: url("../fonts/barlow-semibold-20210407090357.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: TWVycmlZWFaGVyLUJvbGQudHRm;
    src: url("../fonts/merriweather-bold-20201007045253.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: QmFybGLVJlZVsYXIudHRm;
    src: url("../fonts/barlow-regular-20210407090356.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: QmFybGLUlZGlbSdGY;
    src: url("../fonts/barlow-medium-20210407090356.ttf") format("truetype");
    font-display: swap;
}
#BOX1001,
#BOX816,
#BOX993,
#HEADLINE1016,
#HEADLINE962,
#HEADLINE965,
#IMAGE977 {
    top: 0;
}
#BOX816 > .ladi-box {
    background-color: #242424;
}
#HEADLINE818 {
    width: 391px;
}
#HEADLINE818 > .ladi-headline {
    font-family: YXJpYWwudHRm;
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
    text-align: right;
}
#SECTION_POPUP {
    height: 0;
}
#POPUP827 {
    width: 420px;
    height: 207px;
    right: 0;
    bottom: 0;
    margin: auto;
}
#BOX38,
#BOX958,
#BOX992,
#FORM_ITEM969,
#FORM_ITEM968,
#GROUP570,
#HEADLINE744,
#HEADLINE750,
#HEADLINE791,
#HEADLINE795,
#HEADLINE799,
#IMAGE232,
#IMAGE232 > .ladi-image > .ladi-image-background,
#IMAGE26 > .ladi-image > .ladi-image-background,
#IMAGE32 > .ladi-image > .ladi-image-background,
#IMAGE504 > .ladi-image > .ladi-image-background.loaded,
#IMAGE532,
#IMAGE532 > .ladi-image > .ladi-image-background,
#IMAGE533 > .ladi-image > .ladi-image-background,
#IMAGE537,
#IMAGE537 > .ladi-image > .ladi-image-background,
#IMAGE541,
#IMAGE541 > .ladi-image > .ladi-image-background,
#IMAGE545,
#IMAGE545 > .ladi-image > .ladi-image-background,
#IMAGE549,
#IMAGE549 > .ladi-image > .ladi-image-background,
#IMAGE553,
#IMAGE553 > .ladi-image > .ladi-image-background,
#IMAGE557,
#IMAGE557 > .ladi-image > .ladi-image-background,
#IMAGE561,
#IMAGE561 > .ladi-image > .ladi-image-background,
#IMAGE565,
#IMAGE565 > .ladi-image > .ladi-image-background,
#IMAGE569,
#IMAGE569 > .ladi-image > .ladi-image-background,
#IMAGE573,
#IMAGE573 > .ladi-image > .ladi-image-background,
#IMAGE578,
#IMAGE578 > .ladi-image > .ladi-image-background,
#IMAGE582,
#IMAGE582 > .ladi-image > .ladi-image-background,
#IMAGE586,
#IMAGE586 > .ladi-image > .ladi-image-background,
#IMAGE590,
#IMAGE590 > .ladi-image > .ladi-image-background,
#IMAGE594,
#IMAGE594 > .ladi-image > .ladi-image-background,
#IMAGE598,
#IMAGE598 > .ladi-image > .ladi-image-background,
#IMAGE606,
#IMAGE606 > .ladi-image > .ladi-image-background,
#IMAGE610 > .ladi-image > .ladi-image-background,
#IMAGE702 > .ladi-image > .ladi-image-background,
#IMAGE703 > .ladi-image > .ladi-image-background,
#IMAGE704 > .ladi-image > .ladi-image-background,
#IMAGE705 > .ladi-image > .ladi-image-background,
#IMAGE810 > .ladi-image > .ladi-image-background,
#IMAGE956 > .ladi-image > .ladi-image-background,
#IMAGE977 > .ladi-image > .ladi-image-background,
#IMAGE978 > .ladi-image > .ladi-image-background,
#IMAGE979 > .ladi-image > .ladi-image-background,
#POPUP827 {
    top: 0;
    left: 0;
}
#FORM966 .ladi-form-item-background,
#POPUP827 > .ladi-popup > .ladi-popup-background {
    background-color: #fff;
}
#POPUP827 .popup-close {
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M23.4144%202.00015L2.00015%2023.4144L0.585938%2022.0002L22.0002%200.585938L23.4144%202.00015Z%22%3E%3C%2Fpath%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%200.585938L23.4144%2022.0002L22.0002%2023.4144L0.585938%202.00015L2.00015%200.585938Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}
#PARAGRAPH828 {
    width: 384px;
    top: 18px;
    left: 18px;
}
#HEADLINE1019 > .ladi-headline,
#LIST_PARAGRAPH629 > .ladi-list-paragraph,
#PARAGRAPH112 > .ladi-paragraph,
#PARAGRAPH114 > .ladi-paragraph,
#PARAGRAPH116 > .ladi-paragraph,
#PARAGRAPH117 > .ladi-paragraph,
#PARAGRAPH14 > .ladi-paragraph,
#PARAGRAPH17 > .ladi-paragraph,
#PARAGRAPH24 > .ladi-paragraph,
#PARAGRAPH27 > .ladi-paragraph,
#PARAGRAPH37 > .ladi-paragraph,
#PARAGRAPH41 > .ladi-paragraph,
#PARAGRAPH44 > .ladi-paragraph,
#PARAGRAPH46 > .ladi-paragraph,
#PARAGRAPH536 > .ladi-paragraph,
#PARAGRAPH548 > .ladi-paragraph,
#PARAGRAPH556 > .ladi-paragraph,
#PARAGRAPH560 > .ladi-paragraph,
#PARAGRAPH564 > .ladi-paragraph,
#PARAGRAPH572 > .ladi-paragraph,
#PARAGRAPH589 > .ladi-paragraph,
#PARAGRAPH597 > .ladi-paragraph,
#PARAGRAPH63 > .ladi-paragraph,
#PARAGRAPH67 > .ladi-paragraph,
#PARAGRAPH725 > .ladi-paragraph,
#PARAGRAPH728 > .ladi-paragraph,
#PARAGRAPH72 > .ladi-paragraph,
#PARAGRAPH732 > .ladi-paragraph,
#PARAGRAPH733 > .ladi-paragraph,
#PARAGRAPH737 > .ladi-paragraph,
#PARAGRAPH738 > .ladi-paragraph,
#PARAGRAPH739 > .ladi-paragraph,
#PARAGRAPH740 > .ladi-paragraph,
#PARAGRAPH743 > .ladi-paragraph,
#PARAGRAPH746 > .ladi-paragraph,
#PARAGRAPH752 > .ladi-paragraph,
#PARAGRAPH75 > .ladi-paragraph,
#PARAGRAPH78 > .ladi-paragraph,
#PARAGRAPH793 > .ladi-paragraph,
#PARAGRAPH797 > .ladi-paragraph,
#PARAGRAPH801 > .ladi-paragraph,
#PARAGRAPH802 > .ladi-paragraph,
#PARAGRAPH828 > .ladi-paragraph,
#PARAGRAPH85 > .ladi-paragraph {
    font-size: 16px;
    line-height: 1.6;
    color: #000;
}
#BOX2 {
    height: 69px;
}
#BOX2,
#BOX233,
#BUTTON967,
#BUTTON_TEXT967,
#COUNTDOWN982,
#FORM_ITEM970,
#GROUP575,
#HEADLINE1004,
#HEADLINE961,
#HEADLINE964,
#IMAGE11 > .ladi-image > .ladi-image-background,
#IMAGE47 > .ladi-image > .ladi-image-background,
#IMAGE979 {
    left: 0;
}
#BOX2 > .ladi-box {
    border-radius: 0;
    border: 0 solid #000;
    background-color: #e83b30;
}
#BUTTON4,
#BUTTON6,
#BUTTON699,
#BUTTON8 {
    width: 160px;
    height: 40px;
}
#BUTTON_TEXT4,
#BUTTON_TEXT6,
#BUTTON_TEXT699,
#BUTTON_TEXT8 {
    width: 160px;
}
#BUTTON_TEXT301,
#BUTTON_TEXT303,
#BUTTON_TEXT4,
#BUTTON_TEXT6,
#BUTTON_TEXT697,
#BUTTON_TEXT699,
#BUTTON_TEXT8 {
    top: 9px;
    left: 0;
}
#BUTTON_TEXT4 > .ladi-headline,
#BUTTON_TEXT699 > .ladi-headline,
#BUTTON_TEXT6 > .ladi-headline,
#BUTTON_TEXT8 > .ladi-headline {
    font-size: 15px;
    line-height: 1.6;
    color: #fff;
    text-align: center;
}
#SHAPE307 {
    width: 25px;
    height: 28.8797px;
}
#IMAGE11,
#IMAGE11 > .ladi-image > .ladi-image-background.loaded {
    width: 960px;
}
#SHAPE307 svg:last-child {
    fill: rgb(255, 255, 255);
}
#IMAGE11 {
    height: 276px;
}
#IMAGE11 > .ladi-image {
    filter: blur(3px);
}
#PARAGRAPH15 > .ladi-paragraph {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    color: #000;
}
#PARAGRAPH13 > .ladi-paragraph {
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
}
#PARAGRAPH12 > .ladi-paragraph {
    font-weight: 700;
    line-height: 1.6;
    color: #fff;
    text-align: center;
}
#BOX16 > .ladi-box {
    background-image: linear-gradient(#fdfbfb, #9ce5f4);
    background-color: initial;
    background-size: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
    background-attachment: initial;
}
#BOX115 > .ladi-box,
#BOX16 > .ladi-box,
#BOX958 > .ladi-box,
#BOX959 > .ladi-box,
#BOX999 > .ladi-box,
#BUTTON967 > .ladi-button > .ladi-button-background {
    -webkit-background-clip: initial;
}
#PARAGRAPH24,
#PARAGRAPH31,
#PARAGRAPH706,
#PARAGRAPH733,
#PARAGRAPH737 {
    left: 10px;
}
#BUTTON697 {
    height: 40px;
}
#BUTTON_TEXT697 {
    width: 176px;
}
#BUTTON_TEXT697 > .ladi-headline {
    line-height: 1.6;
    color: #fff;
}
#IMAGE702,
#IMAGE702 > .ladi-image > .ladi-image-background,
#IMAGE703,
#IMAGE703 > .ladi-image > .ladi-image-background,
#IMAGE704,
#IMAGE704 > .ladi-image > .ladi-image-background,
#IMAGE705,
#IMAGE705 > .ladi-image > .ladi-image-background.loaded {
    width: 38.564px;
    height: 38.564px;
}
#IMAGE702 > .ladi-image > .ladi-image-background,
#IMAGE703 > .ladi-image > .ladi-image-background,
#IMAGE704 > .ladi-image > .ladi-image-background,
#IMAGE705 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/5e5955049a0743b63754725c_23-20210618023303.webp");
}
#HEADLINE28 > .ladi-headline {
    font-weight: 700;
    color: #000;
}
#LINE110 > .ladi-line > .ladi-line-container,
#LINE29 > .ladi-line > .ladi-line-container,
#LINE62 > .ladi-line > .ladi-line-container,
#LINE71 > .ladi-line > .ladi-line-container,
#LINE724 > .ladi-line > .ladi-line-container,
#LINE731 > .ladi-line > .ladi-line-container,
#LINE735 > .ladi-line > .ladi-line-container {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 0 !important;
}
#LINE110 > .ladi-line,
#LINE29 > .ladi-line,
#LINE62 > .ladi-line,
#LINE71 > .ladi-line,
#LINE724 > .ladi-line,
#LINE731 > .ladi-line,
#LINE735 > .ladi-line,
#LINE742 > .ladi-line,
#LINE745 > .ladi-line,
#LINE751 > .ladi-line,
#LINE792 > .ladi-line,
#LINE796 > .ladi-line,
#LINE800 > .ladi-line {
    width: 100%;
    padding: 8px 0;
}
#PARAGRAPH222 > .ladi-paragraph,
#PARAGRAPH30 > .ladi-paragraph,
#PARAGRAPH531 > .ladi-paragraph,
#PARAGRAPH540 > .ladi-paragraph,
#PARAGRAPH544 > .ladi-paragraph,
#PARAGRAPH552 > .ladi-paragraph,
#PARAGRAPH568 > .ladi-paragraph,
#PARAGRAPH577 > .ladi-paragraph,
#PARAGRAPH581 > .ladi-paragraph,
#PARAGRAPH585 > .ladi-paragraph,
#PARAGRAPH593 > .ladi-paragraph,
#PARAGRAPH605 > .ladi-paragraph,
#PARAGRAPH609 > .ladi-paragraph {
    font-size: 16px;
    line-height: 1.6;
    color: #000;
    text-align: justify;
}
#HEADLINE70 > .ladi-headline,
#PARAGRAPH31 > .ladi-paragraph,
#PARAGRAPH706 > .ladi-paragraph {
    color: #000;
    text-align: center;
}
#IMAGE32,
#IMAGE32 > .ladi-image > .ladi-image-background.loaded {
    width: 294.688px;
    height: 532.238px;
}
#IMAGE32 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/5e5955049a0743ee2a547263_s_2-20200716034546.webp");
}
#BOX35 > .ladi-box,
#BOX38 > .ladi-box,
#BOX43 > .ladi-box,
#BOX69 > .ladi-box,
#BOX726 > .ladi-box,
#BOX74 > .ladi-box,
#BOX84 > .ladi-box,
#BOX86 > .ladi-box,
#BOX92 > .ladi-box {
    border-radius: 35px;
    border: 5px solid #1096b2;
}
#PARAGRAPH36 > .ladi-paragraph {
    font-size: 18px;
    line-height: 1.6;
    color: #2516c7;
}
#PARAGRAPH40 > .ladi-paragraph {
    color: #2516c7;
}
#PARAGRAPH42 > .ladi-paragraph,
#PARAGRAPH68 > .ladi-paragraph,
#PARAGRAPH727 > .ladi-paragraph,
#PARAGRAPH73 > .ladi-paragraph {
    line-height: 1.6;
    color: #2516c7;
}
#HEADLINE45 > .ladi-headline {
    line-height: 1.6;
    color: #000;
}
#IMAGE47 > .ladi-image {
    border-radius: 16px;
    border: 4px solid #b4b4b4;
}
#PARAGRAPH48 > .ladi-paragraph,
#PARAGRAPH707 > .ladi-paragraph {
    line-height: 1.6;
    color: #000;
    text-align: center;
}
#HEADLINE723 {
    width: 251px;
}
#HEADLINE723 > .ladi-headline,
#HEADLINE730 > .ladi-headline,
#HEADLINE734 > .ladi-headline {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.6;
    color: #000;
}
#LINE724 {
    width: 348px;
}
#HEADLINE730 {
    width: 279px;
    top: 0;
    left: 35.758px;
}
#LINE71,
#LINE731,
#LINE735 {
    width: 363px;
}
#LINE731 {
    top: 38px;
    left: 0;
}
#GROUP729 {
    height: 55px;
}
#HEADLINE61 > .ladi-headline {
    font-weight: 700;
    color: #000;
    text-align: center;
}
#LINE62 {
    width: 353px;
}
#HEADLINE64 > .ladi-headline {
    font-weight: 700;
    line-height: 1.6;
    color: #000;
}
#HEADLINE65 > .ladi-headline {
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    line-height: 1.6;
    color: #000;
}
#NOTIFY814 {
    width: 300px;
    height: 62px;
    top: 10px;
    left: 10px;
    position: fixed;
    z-index: 90000060;
}
#NOTIFY814 > .ladi-notify {
    background-color: rgba(250, 250, 250, 0.9);
    color: #404040;
}
#BOX115 > .ladi-box,
#BOX958 > .ladi-box,
#BOX999 > .ladi-box {
    background-color: initial;
    background-size: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
    background-attachment: initial;
}
#PARAGRAPH83 > .ladi-paragraph,
#PARAGRAPH87 > .ladi-paragraph {
    line-height: 1.6;
    color: #e83c30;
    text-align: center;
}
#BUTTON301 {
    width: 343.283px;
    height: 92px;
}
#BUTTON301 > .ladi-button > .ladi-button-background {
    background-image: url("../images/button-01-20200724065130.webp");
    background-size: cover;
    background-origin: content-box;
    background-position: 50% 0;
    background-repeat: repeat;
    background-attachment: scroll;
}
#BUTTON301 > .ladi-button,
#BUTTON303 > .ladi-button {
    border-radius: 10px;
}
#BUTTON301 .ladi-button {
    animation-name: bounce;
    animation-duration: 1s;
}
#BUTTON_TEXT301 {
    width: 343px;
}
#BUTTON_TEXT301 > .ladi-headline {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    text-align: center;
}
#BUTTON_TEXT301 > .ladi-headline,
#BUTTON_TEXT303 > .ladi-headline {
    text-shadow: #000 1px 2px 3px;
}
#HEADLINE88 > .ladi-headline {
    font-size: 25px;
    font-weight: 700;
    color: #000;
    text-align: center;
}
#PARAGRAPH91 > .ladi-paragraph {
    font-size: 23px;
    line-height: 1.6;
    color: #2516c7;
    text-align: center;
}
#HEADLINE627 > .ladi-headline {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.6;
    color: #000;
    text-align: center;
}
#LIST_PARAGRAPH629 ul li {
    padding-left: 20px;
}
#LIST_PARAGRAPH629 ul li:before {
    top: -20px;
    font-size: 40px;
    content: counter(linum, disc);
}
#LINE742 > .ladi-line > .ladi-line-container,
#LINE745 > .ladi-line > .ladi-line-container,
#LINE751 > .ladi-line > .ladi-line-container,
#LINE792 > .ladi-line > .ladi-line-container,
#LINE796 > .ladi-line > .ladi-line-container,
#LINE800 > .ladi-line > .ladi-line-container {
    border-top: 1px dashed #000;
    border-right: 1px dashed #000;
    border-bottom: 1px dashed #000;
    border-left: 0 !important;
}
#GROUP747,
#GROUP749,
#GROUP790,
#GROUP794,
#GROUP798,
#HEADLINE744,
#HEADLINE750,
#HEADLINE791,
#HEADLINE795,
#HEADLINE799 {
    width: 940px;
}
#HEADLINE744 > .ladi-headline,
#HEADLINE750 > .ladi-headline,
#HEADLINE791 > .ladi-headline,
#HEADLINE795 > .ladi-headline,
#HEADLINE799 > .ladi-headline {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.6;
    color: #000;
    text-align: center;
}
#LINE751,
#LINE792,
#LINE796,
#LINE800 {
    top: 30px;
}
#PARAGRAPH752,
#PARAGRAPH793,
#PARAGRAPH797,
#PARAGRAPH801 {
    top: 55px;
}
#HEADLINE109 > .ladi-headline {
    font-weight: 700;
    color: #e83c30;
}
#BOX115 > .ladi-box {
    background-image: linear-gradient(#fdfbfb, #66d8ee);
}
#BOX958,
#GROUP1020 {
    width: 958.1px;
    height: 322px;
}
#BOX958 > .ladi-box {
    border-radius: 14px;
    border: 1px solid #db0d01;
    background-image: linear-gradient(#fdfbfb, #ecfbff);
}
#HEADLINE1019 {
    width: 924px;
    top: 41.2px;
    left: 20.0003px;
}
#BOX999 > .ladi-box {
    border-radius: 5px;
    border: 1px solid #db0d01;
    background-image: linear-gradient(#fdfbfb, #edfdff);
}
#BOX1000 > .ladi-box {
    border-width: 1px;
    border-radius: 0;
    border-color: #0b4b9e;
    background-color: rgba(132, 164, 205, 0.2);
}
#BOX1001 > .ladi-box {
    border-radius: 5px 5px 0 0;
    border: 1px solid #db0d01;
    background-color: #e42116;
}
#BOX959 > .ladi-box,
#BUTTON967 > .ladi-button > .ladi-button-background {
    background-color: initial;
    background-size: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
    background-attachment: initial;
}
#LINE1002 > .ladi-line > .ladi-line-container {
    border-top: 0 !important;
    border-right: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    border-left: 1px solid #cdcdcd;
}
#LINE1002 > .ladi-line,
#LINE1003 > .ladi-line {
    height: 100%;
    padding: 0 8px;
}
#LINE1003 > .ladi-line > .ladi-line-container {
    border-top: 0 !important;
    border-right: 1px solid #a4a4a4;
    border-bottom: 1px solid #a4a4a4;
    border-left: 1px solid #a4a4a4;
}
#HEADLINE1004 > .ladi-headline {
    font-family: QmFybGLVNlbWlCbxkLnRZg;
    line-height: 1.2;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
#HEADLINE1005 > .ladi-headline,
#HEADLINE1008 > .ladi-headline,
#HEADLINE1011 > .ladi-headline {
    font-family: QmFybGLVNlbWlCbxkLnRZg;
    line-height: 1.2;
    color: #000;
    text-transform: uppercase;
}
#HEADLINE1006 > .ladi-headline,
#HEADLINE1009 > .ladi-headline,
#HEADLINE1012 > .ladi-headline {
    font-family: QmFybGLVJlZVsYXIudHRm;
    line-height: 1.2;
    color: #656565;
    text-transform: uppercase;
    text-decoration-line: line-through;
}
#HEADLINE1007 > .ladi-headline,
#HEADLINE1010 > .ladi-headline,
#HEADLINE1013 > .ladi-headline {
    font-family: QmFybGLUJvbGQudHRm;
    line-height: 1.2;
    color: #e42116;
    text-transform: uppercase;
}
#HEADLINE1012,
#HEADLINE1013 {
    width: 88px;
}
#BOX959 > .ladi-box {
    border-radius: 13px;
    border: 1px solid #db0d01;
    background-image: linear-gradient(#fdfbfb, #f0fcff);
}
#HEADLINE961 > .ladi-headline {
    font-family: QmFybGLUJvbGQudHRm;
    line-height: 1.6;
    color: #000;
    text-transform: uppercase;
    text-align: right;
}
#HEADLINE962 > .ladi-headline {
    font-family: QmFybGLUJvbGQudHRm;
    line-height: 1.6;
    color: #e42116;
    text-align: left;
}
#HEADLINE964 > .ladi-headline {
    font-family: QmFybGLVNlbWlCbxkLnRZg;
    font-size: 16px;
    line-height: 1.6;
    color: #3b3b3b;
    text-transform: uppercase;
    text-align: right;
}
#HEADLINE965 > .ladi-headline {
    font-family: QmFybGLVNlbWlCbxkLnRZg;
    line-height: 1.6;
    color: #4b4b4b;
    text-decoration-line: line-through;
    text-align: left;
}
#FORM966 > .ladi-form {
    font-family: QmFybGLVNlbWlCbxkLnRZg;
    font-size: 14px;
    line-height: 1.6;
    color: #707070;
}
#FORM966 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"],
#FORM966 .ladi-form-item .ladi-form-control::placeholder {
    color: #707070;
}
#FORM966 .ladi-form-item {
    padding-left: 8px;
    padding-right: 8px;
}
#FORM966 .ladi-form-item.otp-countdown:before {
    right: 13px;
}
#FORM966 .ladi-form-item.ladi-form-checkbox {
    padding-left: 13px;
    padding-right: 13px;
}
#FORM966 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgb(112%2C%20112%2C%20112)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
}
#FORM966 .ladi-survey-option {
    text-align: left;
}
#FORM966 .ladi-form-item-container,
#FORM966 .ladi-form-label-container .ladi-form-label-item {
    border-radius: 5px;
    border: 1px solid #a5a5a5;
}
#FORM966 .ladi-form-item-container .ladi-form-item.ladi-form-quantity {
    width: calc(100% + 1px);
}
#FORM966 .ladi-form-item-container .ladi-form-quantity .button {
    background-color: #a5a5a5;
}
#FORM966 .ladi-form-item-background {
    border-radius: 4px;
}
#BUTTON967 > .ladi-button > .ladi-button-background {
    background-image: linear-gradient(#e42116, #b70a01);
}
#BUTTON967 > .ladi-button {
    border-radius: 5px;
}
#BUTTON967 > .ladi-button:hover .ladi-button-background {
    background-image: none !important;
    background-color: #ff2215 !important;
    background-size: initial !important;
    background-origin: initial !important;
    background-position: initial !important;
    background-repeat: initial !important;
    background-attachment: initial !important;
    -webkit-background-clip: initial !important;
}
#BUTTON_TEXT967 > .ladi-headline {
    font-weight: 700;
    line-height: 1.6;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
#HEADLINE974 > .ladi-headline,
#HEADLINE975 > .ladi-headline,
#HEADLINE976 > .ladi-headline {
    font-family: QmFybGLVNlbWlCbxkLnRZg;
    line-height: 1.2;
    color: #000;
    text-align: center;
}
#IMAGE977 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/bag-02-20210607062735.webp");
}
#IMAGE978 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/bag-03-20210607062734.webp");
}
#IMAGE979 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/bag-01-20210607062735.webp");
}
#BOX981 > .ladi-box {
    border-radius: 7px;
    border: 1px solid #cdcdcd;
    background-color: #ececec;
}
#COUNTDOWN982 > .ladi-countdown {
    font-family: QmFybGLUJvbGQudHRm;
    font-weight: 700;
    color: #db0d01;
    text-align: center;
}
#COUNTDOWN982 > .ladi-countdown > .ladi-element {
    width: calc((100% - 180px) / 4);
    height: 100%;
    margin-right: 50px;
}
#COUNTDOWN_ITEM983 {
    visibility: hidden;
    pointer-events: none;
}
#HEADLINE987 > .ladi-headline,
#HEADLINE988 > .ladi-headline {
    font-family: TWVycmlZWFaGVyLUJvbGQudHRm;
    font-size: 33px;
    line-height: 1.6;
    color: #b11108;
    text-align: center;
}
#HEADLINE989 > .ladi-headline,
#HEADLINE990 > .ladi-headline {
    color: #5f5f5f;
    text-align: center;
    font-family: QmFybGLVNlbWlCbxkLnRZg;
}
#HEADLINE987 .ladi-headline,
#HEADLINE988 .ladi-headline {
    animation-name: flash;
    animation-delay: 0s;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
#HEADLINE989 > .ladi-headline {
    line-height: 1.2;
}
#HEADLINE990 > .ladi-headline {
    font-size: 24px;
    line-height: 1.6;
}
#BOX992 > .ladi-box {
    border-radius: 3px 0 3px 3px;
    border: 1px solid #c81208;
}
#BOX993 > .ladi-box {
    border-radius: 0 0 3px;
    background-color: #c81208;
}
#HEADLINE994 > .ladi-headline {
    font-family: QmFybGLVNlbWlCbxkLnRZg;
    font-size: 18px;
    line-height: 1.6;
    color: #000;
    text-align: right;
}
#HEADLINE995 > .ladi-headline {
    font-family: QmFybGLVNlbWlCbxkLnRZg;
    line-height: 1.6;
    color: #fff;
    text-align: left;
}
#HEADLINE996 > .ladi-headline {
    font-family: QmFybGLUJvbGQudHRm;
    line-height: 1.6;
    color: #fff;
    text-align: center;
}
#HEADLINE1015 > .ladi-headline,
#HEADLINE1017 > .ladi-headline {
    font-family: QmFybGLVNlbWlCbxkLnRZg;
    font-size: 15px;
    color: #000;
    text-align: center;
}
#HEADLINE1016 > .ladi-headline {
    font-family: QmFybGLVNlbWlCbxkLnRZg;
    font-size: 15px;
    line-height: 1.6;
    color: #0a5c49;
    text-align: center;
}
#HEADLINE1018 > .ladi-headline {
    font-family: QmFybGLUlZGlbSdGY;
    font-style: italic;
    line-height: 1.6;
    color: #4b4b4b;
    text-align: center;
}
#HEADLINE221,
#HEADLINE530,
#HEADLINE535,
#HEADLINE539,
#HEADLINE543,
#HEADLINE547,
#HEADLINE551,
#HEADLINE555,
#HEADLINE559,
#HEADLINE563,
#HEADLINE567,
#HEADLINE571,
#HEADLINE576,
#HEADLINE580,
#HEADLINE584,
#HEADLINE588,
#HEADLINE592,
#HEADLINE596,
#HEADLINE604,
#HEADLINE608 {
    width: 380px;
}
#HEADLINE221,
#HEADLINE530,
#HEADLINE535,
#HEADLINE539,
#HEADLINE543,
#HEADLINE547,
#HEADLINE551,
#HEADLINE555,
#HEADLINE559,
#HEADLINE563,
#HEADLINE567,
#HEADLINE571,
#HEADLINE576,
#HEADLINE580,
#HEADLINE584,
#HEADLINE588,
#HEADLINE592,
#HEADLINE596,
#HEADLINE604 {
    top: 0;
    left: 69.6364px;
}
#HEADLINE221 > .ladi-headline,
#HEADLINE530 > .ladi-headline,
#HEADLINE535 > .ladi-headline,
#HEADLINE539 > .ladi-headline,
#HEADLINE543 > .ladi-headline,
#HEADLINE547 > .ladi-headline,
#HEADLINE551 > .ladi-headline,
#HEADLINE555 > .ladi-headline,
#HEADLINE559 > .ladi-headline,
#HEADLINE563 > .ladi-headline,
#HEADLINE567 > .ladi-headline,
#HEADLINE571 > .ladi-headline,
#HEADLINE576 > .ladi-headline,
#HEADLINE580 > .ladi-headline,
#HEADLINE584 > .ladi-headline,
#HEADLINE588 > .ladi-headline,
#HEADLINE592 > .ladi-headline,
#HEADLINE596 > .ladi-headline,
#HEADLINE604 > .ladi-headline,
#HEADLINE608 > .ladi-headline {
    font-size: 16px;
    line-height: 1.6;
    color: #139cb8;
}
#PARAGRAPH222,
#PARAGRAPH531,
#PARAGRAPH536,
#PARAGRAPH540,
#PARAGRAPH544,
#PARAGRAPH548,
#PARAGRAPH552,
#PARAGRAPH556,
#PARAGRAPH560,
#PARAGRAPH564,
#PARAGRAPH568,
#PARAGRAPH572,
#PARAGRAPH577,
#PARAGRAPH581,
#PARAGRAPH585,
#PARAGRAPH589,
#PARAGRAPH593,
#PARAGRAPH597,
#PARAGRAPH605 {
    top: 26px;
    left: 69.6364px;
}
#IMAGE232,
#IMAGE532,
#IMAGE537,
#IMAGE541,
#IMAGE545,
#IMAGE549,
#IMAGE553,
#IMAGE557,
#IMAGE561,
#IMAGE565,
#IMAGE569,
#IMAGE573,
#IMAGE578,
#IMAGE582,
#IMAGE586,
#IMAGE590,
#IMAGE594,
#IMAGE598,
#IMAGE606,
#IMAGE610 {
    width: 56.0772px;
    height: 62px;
}
#IMAGE232 > .ladi-image > .ladi-image-background,
#IMAGE532 > .ladi-image > .ladi-image-background,
#IMAGE537 > .ladi-image > .ladi-image-background,
#IMAGE541 > .ladi-image > .ladi-image-background,
#IMAGE545 > .ladi-image > .ladi-image-background,
#IMAGE549 > .ladi-image > .ladi-image-background,
#IMAGE553 > .ladi-image > .ladi-image-background,
#IMAGE557 > .ladi-image > .ladi-image-background,
#IMAGE561 > .ladi-image > .ladi-image-background,
#IMAGE565 > .ladi-image > .ladi-image-background,
#IMAGE569 > .ladi-image > .ladi-image-background,
#IMAGE573 > .ladi-image > .ladi-image-background,
#IMAGE578 > .ladi-image > .ladi-image-background,
#IMAGE582 > .ladi-image > .ladi-image-background,
#IMAGE586 > .ladi-image > .ladi-image-background,
#IMAGE590 > .ladi-image > .ladi-image-background,
#IMAGE594 > .ladi-image > .ladi-image-background,
#IMAGE598 > .ladi-image > .ladi-image-background,
#IMAGE606 > .ladi-image > .ladi-image-background,
#IMAGE610 > .ladi-image > .ladi-image-background.loaded {
    width: 62px;
    height: 62px;
}
#IMAGE232 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/5e5955049a0743098f547233_2_2-20200814025142.webp");
}
#BOX233 > .ladi-box {
    background-color: #e83c30;
}
#PARAGRAPH234 > .ladi-paragraph {
    font-size: 20px;
    line-height: 1.6;
    color: #fff;
    text-align: justify;
}
#IMAGE532 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/ava8-20200812070227.webp");
}
#IMAGE573 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/5e5955049a07438357547239_13_2-20200814025159.webp");
}
#IMAGE578 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/5e5955049a07433e8e54722a_7_2-20200814025120.webp");
}
#IMAGE537 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/5e5955049a0743081554725b_4_2-20200814025142.webp");
}
#IMAGE541 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/5e5955049a07437b80547256_5_2-20200814025120.webp");
}
#IMAGE545 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/5e5955049a0743406d547220_6_2-20200814025142.webp");
}
#IMAGE549 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/5e5955049a07438343547226_21_2-20200814025142.webp");
}
#IMAGE553 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/5e5955049a074365fb547221_8_2-20200814025130.webp");
}
#IMAGE557 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/5e5955049a07436c0d547230_2_1-20200814025120.webp");
}
#IMAGE561 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/5e5955049a0743219454721c_10_2-20200814025142.webp");
}
#IMAGE565 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/5e5955049a074366a0547224_11_2-20200814025142.webp");
}
#IMAGE569 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/5e5955049a074323df54723d_12_2-20200814025129.webp");
}
#IMAGE582 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/5e5955049a0743a42954723a_15_2-20200814025057.webp");
}
#IMAGE586 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/5e5955049a07433214547236_16_2-20200814025142.webp");
}
#IMAGE590 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/5e5955049a07434648547251_17_2-20200814025142.webp");
}
#IMAGE594 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/men-20200811071006.webp");
}
#IMAGE598 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/5e5955049a074325de54722b_19_2-20200814025129.webp");
}
#IMAGE606 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/5e5955049a074321ea547223_22_2-20200814025129.webp");
}
#IMAGE810,
#IMAGE810 > .ladi-image > .ladi-image-background.loaded {
    width: 300px;
    height: 400px;
}
#IMAGE810 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/feedback_hypercare-4-20210728082937.webp");
}
#IMAGE610 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/5e5955049a07430c8c547241_23_2-20200814025111.webp");
}
#BUTTON303 > .ladi-button > .ladi-button-background {
    background-size: cover;
    background-origin: content-box;
    background-position: 50% 0;
    background-repeat: repeat;
    background-attachment: scroll;
}
#BUTTON303 .ladi-button {
    animation-name: pulse;
    animation-duration: 1s;
}
#BUTTON_TEXT303 > .ladi-headline {
    line-height: 1.2;
    color: #fff;
    text-align: center;
}
#IMAGE504,
#IMAGE504 > .ladi-image > .ladi-image-background.loaded {
    width: 219.706px;
    height: 83px;
}
#IMAGE504 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/20150827110756-dadangky-20200624144116.webp");
}
#HEADLINE505 > .ladi-headline {
    font-size: 16px;
    font-style: italic;
    line-height: 1.6;
    color: #000;
    text-align: center;
}
#SECTION811 > .ladi-section-background {
    background-color: #545454;
}
#PARAGRAPH813 > .ladi-paragraph {
    font-family: YXJpYWwudHRm;
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    text-align: center;
}
.comment-date
{
	font-size: 14px;
	margin-left: 10px;
}
@media (min-width: 768px) {
    .ladi-fullwidth {
        width: 100vw !important;
        left: calc(-50vw + 50%) !important;
        box-sizing: border-box !important;
        transform: none !important;
    }
    #BOX2,
    #HEADLINE627,
    .ladi-section .ladi-container {
        width: 960px;
    }
    #BOX816,
    #SECTION815 {
        height: 33px;
    }
    #BUTTON4,
    #BUTTON6,
    #BUTTON697,
    #BUTTON8 {
        top: 15.733px;
    }
    #IMAGE702,
    #IMAGE703,
    #IMAGE704,
    #IMAGE705 {
        left: 91.9167px;
    }
    #BOX35,
    #HEADLINE45,
    #PARAGRAPH31,
    #PARAGRAPH37,
    #PARAGRAPH44,
    #PARAGRAPH706 {
        width: 937px;
    }
    #BOX43,
    #BOX726 {
        height: 108px;
        left: 10px;
    }
    #BOX69,
    #BOX726,
    #BOX74 {
        width: 938px;
    }
    #GROUP528,
    #GROUP529,
    #GROUP534,
    #GROUP538,
    #GROUP542,
    #GROUP546,
    #GROUP554 {
        left: 10.7721px;
    }
    #GROUP550,
    #GROUP558,
    #GROUP562,
    #GROUP566 {
        left: 10.6818px;
    }
    #HEADLINE608,
    #PARAGRAPH609 {
        left: 79.6362px;
    }
    #HEADLINE608,
    #IMAGE610 {
        top: 3097.58px;
    }
    #GROUP583,
    #GROUP587,
    #GROUP591,
    #GROUP595,
    #GROUP603,
    #IMAGE610 {
        left: 9.9998px;
    }
    #BOX816 {
        width: 2048px;
        left: -519px;
    }
    #HEADLINE818 {
        top: 5px;
        left: 550px;
    }
    #SECTION1 {
        height: 905.94px;
    }
    #IMAGE283 {
        width: 200px;
        height: 100px;
        top: 41.9399px;
        left: 1039px;
    }
    #IMAGE283,
    #SHAPE306 {
        display: none !important;
    }
    #SHAPE306 {
        width: 40.3057px;
        height: 42.6468px;
        top: 47.7633px;
        left: -80px;
    }
    #SHAPE306 svg:last-child {
        fill: rgb(0, 0, 0);
    }
    #BOX2 {
        top: -1.1766px;
    }
    #BUTTON4 {
        left: 730px;
    }
    #BUTTON6 {
        left: 248px;
    }
    #BUTTON8 {
        left: 589.5px;
    }
    #SHAPE307 {
        top: 18.8836px;
        left: 913.5px;
    }
    #IMAGE11 {
        top: 67.8234px;
        left: 2.5px;
    }
    #IMAGE11 > .ladi-image > .ladi-overlay {
        background-color: #000;
        opacity: 0.63;
    }
    #IMAGE11 > .ladi-image > .ladi-image-background.loaded {
        height: 540.343px;
        top: -139px;
        background-image: url("../images/5e5955049a0743dde2547265_c73d2b1c2e188188bc868de897e097aa-20210618023005.webp");
    }
    #PARAGRAPH14 {
        width: 469px;
        top: 392.2px;
        left: 13.5px;
    }
    #PARAGRAPH117,
    #PARAGRAPH15,
    #PARAGRAPH63,
    #PARAGRAPH67,
    #PARAGRAPH72,
    #PARAGRAPH728,
    #PARAGRAPH732,
    #PARAGRAPH733,
    #PARAGRAPH737,
    #PARAGRAPH738,
    #PARAGRAPH75,
    #PARAGRAPH78,
    #PARAGRAPH85 {
        width: 939px;
    }
    #PARAGRAPH15 {
        top: 428.2px;
        left: 13px;
    }
    #PARAGRAPH12,
    #PARAGRAPH13 {
        width: 916px;
    }
    #PARAGRAPH13 {
        top: 224.823px;
        left: 25px;
    }
    #HEADLINE65 > .ladi-headline,
    #PARAGRAPH13 > .ladi-paragraph {
        text-align: center;
    }
    #PARAGRAPH12 {
        top: 81.3234px;
        left: 25px;
    }
    #PARAGRAPH12 > .ladi-paragraph {
        font-size: 35px;
    }
    #BOX16 {
        width: 935.47px;
        height: 245.5px;
        top: 580px;
        left: 11.5302px;
    }
    #PARAGRAPH17 {
        width: 695px;
        top: 587.089px;
        left: 153.33px;
    }
    #PARAGRAPH24,
    #PARAGRAPH41,
    #PARAGRAPH46,
    #PARAGRAPH725 {
        width: 935px;
    }
    #PARAGRAPH24 {
        top: 844.189px;
    }
    #BUTTON697 {
        width: 176px;
        left: 43px;
    }
    #BUTTON_TEXT697 > .ladi-headline {
        font-size: 19px;
        text-align: left;
    }
    #BUTTON699 {
        top: 15.8836px;
        left: 429px;
    }
    #IMAGE702 {
        top: 605.636px;
    }
    #IMAGE703 {
        top: 656.875px;
    }
    #IMAGE704 {
        top: 708.115px;
    }
    #IMAGE705 {
        top: 759.354px;
    }
    #SECTION25 {
        height: 1484.3px;
    }
    #PARAGRAPH112,
    #PARAGRAPH27,
    #PARAGRAPH30 {
        width: 936px;
    }
    #PARAGRAPH27 {
        top: 400.7px;
        left: 11.5px;
    }
    #HEADLINE28 {
        width: 835px;
        top: 567.1px;
        left: 66.9664px;
    }
    #HEADLINE28 > .ladi-headline {
        font-size: 29px;
        line-height: 1.6;
    }
    #LINE29 {
        width: 715px;
        top: 605.1px;
        left: 102.902px;
    }
    #PARAGRAPH30 {
        top: 651.7px;
        left: 11.5px;
    }
    #IMAGE26 {
        width: 544.15px;
        height: 363.438px;
        top: 9.06px;
        left: 200px;
    }
    #IMAGE26 > .ladi-image > .ladi-image-background.loaded {
        width: 544.731px;
        height: 363.438px;
        background-image: url("../images/5e5955049a07433ac3547260_4-20210618023412_1.webp");
    }
    #PARAGRAPH31 {
        top: 894.06px;
    }
    #PARAGRAPH31 > .ladi-paragraph {
        font-size: 20px;
        line-height: 1.6;
    }
    #IMAGE32 {
        top: 952.06px;
        left: 331.156px;
    }
    #PARAGRAPH706 {
        top: 834.06px;
    }
    #PARAGRAPH706 > .ladi-paragraph {
        font-size: 38px;
        line-height: 1.6;
    }
    #SECTION33 {
        height: 1872.56px;
    }
    #PARAGRAPH37 {
        top: 163px;
        left: 11.5px;
    }
    #BOX35 {
        height: 102px;
        top: -1px;
        left: 11.5px;
    }
    #PARAGRAPH36 {
        width: 840px;
        top: 21px;
        left: 69.9978px;
    }
    #BOX38,
    #GROUP618 {
        width: 937px;
        height: 122px;
    }
    #PARAGRAPH40,
    #PARAGRAPH42 {
        width: 899px;
    }
    #PARAGRAPH40 {
        top: 18px;
        left: 22.6279px;
    }
    #PARAGRAPH40 > .ladi-paragraph {
        font-size: 18px;
        line-height: 1.6;
    }
    #GROUP618 {
        top: 772px;
        left: 11.5px;
    }
    #PARAGRAPH41 {
        top: 923px;
        left: 11.5px;
    }
    #PARAGRAPH42 {
        top: 1221px;
        left: 47.5px;
    }
    #BUTTON_TEXT967 > .ladi-headline,
    #PARAGRAPH42 > .ladi-paragraph,
    #PARAGRAPH68 > .ladi-paragraph,
    #PARAGRAPH727 > .ladi-paragraph,
    #PARAGRAPH73 > .ladi-paragraph,
    #PARAGRAPH83 > .ladi-paragraph {
        font-size: 18px;
    }
    #BOX43 {
        width: 939.487px;
        top: 1196.56px;
    }
    #PARAGRAPH44 {
        top: 1338px;
        left: 11.5px;
    }
    #HEADLINE45 {
        top: 1445px;
        left: 11.5px;
    }
    #HEADLINE45 > .ladi-headline {
        font-size: 28px;
    }
    #PARAGRAPH46 {
        top: 1504px;
        left: 13.9867px;
    }
    #IMAGE47 {
        width: 300px;
        height: 170px;
        top: 1586.56px;
        left: 330px;
    }
    #IMAGE47 > .ladi-image > .ladi-image-background.loaded {
        width: 300px;
        height: 171.29px;
        top: -1.29032px;
        background-image: url("../images/5e5955049a0743ac7954725f_tr_2-20210618023912.webp");
    }
    #PARAGRAPH48 {
        width: 920px;
        top: 1796.56px;
        left: 20px;
    }
    #PARAGRAPH48 > .ladi-paragraph,
    #PARAGRAPH87 > .ladi-paragraph {
        font-size: 19px;
    }
    #PARAGRAPH707 {
        width: 467px;
        top: 1756.56px;
        left: 250px;
    }
    #PARAGRAPH707 > .ladi-paragraph {
        font-size: 43px;
    }
    #SECTION708 {
        height: 992.5px;
    }
    #HEADLINE723 {
        top: 4px;
        left: 352.5px;
    }
    #LINE724 {
        top: 52px;
        left: 303.5px;
    }
    #PARAGRAPH725 {
        top: 80.5px;
        left: 10px;
    }
    #BOX726 {
        top: 210.5px;
    }
    #PARAGRAPH68,
    #PARAGRAPH727,
    #PARAGRAPH73 {
        width: 905px;
    }
    #PARAGRAPH727 {
        top: 232.5px;
        left: 36.4298px;
    }
    #PARAGRAPH728 {
        top: 344px;
        left: 10px;
    }
    #GROUP729,
    #HEADLINE1015,
    #HEADLINE1016,
    #HEADLINE1017 {
        width: 363px;
    }
    #GROUP729 {
        top: 438px;
        left: 297.619px;
    }
    #PARAGRAPH732 {
        top: 524px;
        left: 10px;
    }
    #PARAGRAPH733 {
        top: 813px;
    }
    #HEADLINE734 {
        width: 279px;
        top: 746px;
        left: 398.156px;
    }
    #LINE735 {
        top: 785px;
        left: 305.392px;
    }
    #SECTION34 {
        height: 2227.5px;
    }
    #HEADLINE61 {
        width: 723px;
        top: 0;
        left: 140.248px;
    }
    #HEADLINE61 > .ladi-headline,
    #HEADLINE70 > .ladi-headline {
        font-size: 28px;
        line-height: 1.6;
    }
    #LINE62 {
        top: 88px;
        left: 324.748px;
    }
    #PARAGRAPH63 {
        top: 123.5px;
        left: 11.5px;
    }
    #HEADLINE64 {
        width: 151px;
        top: 261.5px;
        left: 410px;
    }
    #HEADLINE64 > .ladi-headline {
        font-size: 31px;
        text-align: center;
    }
    #HEADLINE65 {
        width: 511px;
        top: 309.5px;
        left: 230px;
    }
    #PARAGRAPH67 {
        top: 346.5px;
        left: 11.5px;
    }
    #BOX69 {
        height: 110px;
        top: 2010.5px;
        left: 10px;
    }
    #PARAGRAPH68 {
        top: 2035px;
        left: 32.284px;
    }
    #PARAGRAPH737 {
        top: 2141.5px;
    }
    #SECTION66 {
        height: 1457.5px;
    }
    #BOX74 {
        height: 99px;
        top: 337px;
        left: 11.5px;
    }
    #HEADLINE70 {
        width: 779px;
        top: 11.8px;
        left: 97.784px;
    }
    #LINE71 {
        top: 99.8px;
        left: 305.284px;
    }
    #PARAGRAPH72 {
        top: 132.8px;
        left: 11.5px;
    }
    #PARAGRAPH73 {
        top: 358.5px;
        left: 32.2293px;
    }
    #PARAGRAPH75 {
        top: 475.8px;
        left: 11.5px;
    }
    #PARAGRAPH78 {
        top: 770.25px;
        left: 10px;
    }
    #PARAGRAPH738 {
        top: 1001px;
        left: 11.5px;
    }
    #PARAGRAPH739 {
        width: 631px;
        top: 1091px;
        left: 11.5px;
    }
    #PARAGRAPH83 {
        width: 280px;
        top: 1141px;
        left: 661.5px;
    }
    #BOX84 {
        width: 300px;
        height: 160px;
        top: 1121px;
        left: 651.5px;
    }
    #LINE745,
    #LINE751,
    #LINE792,
    #LINE796,
    #LINE800,
    #PARAGRAPH740,
    #PARAGRAPH746,
    #PARAGRAPH752,
    #PARAGRAPH793,
    #PARAGRAPH797,
    #PARAGRAPH801 {
        width: 940px;
    }
    #PARAGRAPH740 {
        top: 1363px;
        left: 11.5px;
    }
    #SECTION741 {
        height: 361.4px;
    }
    #BUTTON301 {
        top: 7.5px;
        left: 300px;
    }
    #PARAGRAPH85 {
        top: 132.4px;
        left: 10.5px;
    }
    #SECTION81 {
        height: 1287px;
    }
    #HEADLINE88,
    #LINE742,
    #PARAGRAPH743 {
        width: 591px;
    }
    #HEADLINE88 {
        top: 6.1px;
        left: 350px;
    }
    #HEADLINE1015 > .ladi-headline,
    #HEADLINE88 > .ladi-headline {
        line-height: 1.6;
    }
    #PARAGRAPH91 {
        width: 651px;
        top: 1052.1px;
        left: 176px;
    }
    #BOX92 {
        width: 716.385px;
        height: 69px;
        top: 1035.6px;
        left: 129.787px;
    }
    #HEADLINE627 {
        top: 1136.1px;
        left: 0;
    }
    #LIST_PARAGRAPH629 {
        width: 551px;
        top: 1206.1px;
        left: 70px;
    }
    #BOX86 {
        width: 320px;
        height: 150px;
        top: 36.1px;
        left: 10px;
    }
    #PARAGRAPH87 {
        width: 285px;
        top: 53.1px;
        left: 24.0981px;
    }
    #LINE742 {
        top: 36.1px;
        left: 350px;
    }
    #PARAGRAPH743 {
        top: 66.1px;
        left: 350px;
    }
    #LINE745 {
        top: 30px;
        left: 0;
    }
    #PARAGRAPH746 {
        top: 55px;
        left: 0;
    }
    #GROUP747,
    #GROUP749 {
        height: 105px;
    }
    #GROUP747 {
        top: 241.1px;
        left: 10px;
    }
    #BOX1001,
    #LINE751,
    #LINE792,
    #LINE796,
    #LINE800,
    #PARAGRAPH752,
    #PARAGRAPH793,
    #PARAGRAPH797,
    #PARAGRAPH801 {
        left: 0;
    }
    #GROUP749 {
        top: 376.1px;
        left: 10px;
    }
    #GROUP790,
    #GROUP798 {
        height: 130px;
    }
    #GROUP790 {
        top: 515.1px;
        left: 10px;
    }
    #GROUP794 {
        height: 155px;
        top: 680.1px;
        left: 10px;
    }
    #GROUP798 {
        top: 876.1px;
        left: 10px;
    }
    #SECTION82 {
        height: 1238.1px;
    }
    #HEADLINE109 {
        width: 521px;
        top: 20px;
        left: 227.479px;
    }
    #HEADLINE109 > .ladi-headline {
        font-size: 30px;
        line-height: 1.6;
    }
    #LINE110 {
        width: 356px;
        top: 59.5px;
        left: 310.479px;
    }
    #PARAGRAPH112 {
        top: 96.6px;
        left: 11px;
    }
    #PARAGRAPH114,
    #PARAGRAPH802 {
        width: 928px;
    }
    #PARAGRAPH114 {
        top: 537.1px;
        left: 11px;
    }
    #BOX115 {
        width: 936.51px;
        height: 231px;
        top: 777.1px;
        left: 11px;
    }
    #PARAGRAPH116 {
        width: 831px;
        top: 809.1px;
        left: 64.5px;
    }
    #PARAGRAPH117 {
        top: 1037.1px;
        left: 11px;
    }
    #PARAGRAPH802 {
        top: 667.1px;
        left: 11px;
    }
    #SECTION955 {
        height: 516.6px;
    }
    #IMAGE956,
    #IMAGE956 > .ladi-image > .ladi-image-background.loaded {
        width: 428.558px;
        height: 467.556px;
    }
    #BOX1001,
    #BOX999,
    #FORM966,
    #GROUP998 {
        width: 355.557px;
    }
    #IMAGE956 {
        top: 24.522px;
        left: 265.721px;
    }
    #IMAGE956 > .ladi-image > .ladi-image-background.loaded {
        background-image: url("../images/hypercare_decor-02-20210728082840_1.webp");
    }
    #GROUP1020,
    #GROUP998 {
        top: 0;
        left: 0;
    }
    #BOX999 {
        height: 126.996px;
        top: 6.69178px;
        left: 0;
    }
    #BOX1000 {
        width: 353.537px;
        height: 31.1466px;
        top: 68.9986px;
        left: 1.01011px;
    }
    #BOX1001 {
        height: 36.8576px;
    }
    #LINE1002 {
        height: 97px;
        top: 37.6651px;
        left: 124.749px;
    }
    #LINE1003 {
        height: 32px;
        top: 69.0082px;
        left: 124.68px;
    }
    #HEADLINE1004 {
        width: 355px;
        top: 4.45376px;
    }
    #HEADLINE1004 > .ladi-headline {
        font-size: 21px;
    }
    #HEADLINE1005,
    #HEADLINE1008 {
        width: 97px;
    }
    #HEADLINE1005 {
        top: 102.427px;
        left: 26.1223px;
    }
    #HEADLINE1005 > .ladi-headline,
    #HEADLINE1006 > .ladi-headline,
    #HEADLINE1007 > .ladi-headline,
    #HEADLINE1008 > .ladi-headline,
    #HEADLINE1009 > .ladi-headline,
    #HEADLINE1010 > .ladi-headline,
    #HEADLINE1011 > .ladi-headline,
    #HEADLINE1012 > .ladi-headline,
    #HEADLINE1013 > .ladi-headline {
        font-size: 17px;
        text-align: center;
    }
    #HEADLINE1006,
    #HEADLINE1007,
    #HEADLINE974 {
        width: 88px;
    }
    #HEADLINE1006 {
        top: 102.427px;
        left: 140.679px;
    }
    #HEADLINE1007 {
        top: 102.427px;
        left: 231.246px;
    }
    #HEADLINE1008 {
        top: 73.4114px;
        left: 26.9648px;
    }
    #HEADLINE1009,
    #HEADLINE1010 {
        width: 91px;
    }
    #HEADLINE1009 {
        top: 73.4114px;
        left: 139.285px;
    }
    #HEADLINE1010 {
        top: 73.4114px;
        left: 230.659px;
    }
    #HEADLINE1011 {
        width: 103px;
        top: 44.3674px;
        left: 23.6698px;
    }
    #HEADLINE1012 {
        top: 44.3674px;
        left: 141.865px;
    }
    #HEADLINE1013 {
        top: 44.3674px;
        left: 229.401px;
    }
    #GROUP998 {
        height: 134.665px;
    }
    #SECTION957 {
        height: 995px;
    }
    #BOX959 {
        width: 415.557px;
        height: 593.467px;
        top: 223.837px;
        left: 267.808px;
    }
    #HEADLINE961 {
        width: 175px;
        top: 11px;
    }
    #HEADLINE961 > .ladi-headline {
        font-size: 17px;
    }
    #HEADLINE962 {
        width: 283px;
        left: 176px;
    }
    #HEADLINE962 > .ladi-headline {
        font-size: 29px;
    }
    #GROUP960 {
        width: 459px;
        height: 46px;
        top: 408.837px;
        left: 251.808px;
    }
    #HEADLINE964 {
        width: 112px;
        top: 5px;
    }
    #HEADLINE965 {
        width: 183px;
        left: 118px;
    }
    #HEADLINE965 > .ladi-headline {
        font-size: 20px;
    }
    #GROUP963 {
        width: 301px;
        height: 32px;
        top: 386.837px;
        left: 309.808px;
    }
    #FORM966 {
        height: 159px;
        top: 460.837px;
        left: 297.808px;
    }
    #BUTTON967,
	 #FORM_ITEM968,
    #FORM_ITEM969,
    #FORM_ITEM970 {
        width: 355.557px;
        height: 42.36px;
    }
    #BUTTON967 {
        top: 130.64px;
    }
    #BUTTON_TEXT967 {
        width: 320px;
        top: 11.664px;
    }
	#FORM_ITEM968
	{
		top: -10px
	}
	#FORM_ITEM969
	{
		top: 37px
	}
    #FORM_ITEM970 {
        top: 84.32px;
    }
    #HEADLINE974 {
        top: 93.2682px;
        left: 1.86537px;
    }
    #HEADLINE974 > .ladi-headline,
    #HEADLINE975 > .ladi-headline,
    #HEADLINE976 > .ladi-headline {
        font-size: 14px;
    }
    #HEADLINE975 {
        width: 89px;
        top: 93.2682px;
        left: 120.316px;
    }
    #HEADLINE976 {
        width: 76px;
        top: 93.2682px;
        left: 242.498px;
    }
    #IMAGE977,
    #IMAGE977 > .ladi-image > .ladi-image-background,
    #IMAGE978,
    #IMAGE978 > .ladi-image > .ladi-image-background,
    #IMAGE979,
    #IMAGE979 > .ladi-image > .ladi-image-background.loaded {
        width: 93.2683px;
        height: 93.2682px;
    }
    #IMAGE977 {
        left: 116.591px;
    }
    #IMAGE978 {
        top: 0;
        left: 233.171px;
    }
    #COUNTDOWN982,
    #IMAGE979 {
        top: 0;
    }
    #GROUP973 {
        width: 326.439px;
        height: 123.114px;
        top: 832.6px;
        left: 315.473px;
    }
    #BOX981 {
        width: 183.209px;
        height: 54px;
        top: 12px;
        left: 62.0327px;
    }
    #COUNTDOWN982 {
        width: 210.044px;
        height: 76px;
    }
    #COUNTDOWN982 > .ladi-countdown {
        font-size: 30px;
    }
    #HEADLINE987,
    #HEADLINE988,
    #HEADLINE995 {
        width: 59px;
    }
    #HEADLINE987 {
        top: 12px;
        left: 81.0327px;
    }
    #HEADLINE988 {
        top: 12px;
        left: 146.238px;
    }
    #GROUP980 {
        width: 245.242px;
        height: 76px;
        top: 89.367px;
        left: 335.072px;
    }
    #HEADLINE989,
    #HEADLINE990 {
        width: 480px;
    }
    #HEADLINE989 {
        top: 34.7px;
        left: 241.308px;
    }
    #HEADLINE989 > .ladi-headline,
    #HEADLINE995 > .ladi-headline {
        font-size: 22px;
    }
    #HEADLINE990 {
        top: 62.7px;
        left: 238.693px;
    }
    #BOX992 {
        width: 355.557px;
        height: 47px;
    }
    #BOX993 {
        width: 103.281px;
        height: 47px;
        left: 252.276px;
    }
    #HEADLINE994 {
        width: 237px;
        top: 8.663px;
        left: 7px;
    }
    #HEADLINE995 {
        top: 6.57407px;
        left: 301.298px;
    }
    #HEADLINE996 {
        width: 47px;
        top: 1.3963px;
        left: 255.276px;
    }
    #HEADLINE996 > .ladi-headline {
        font-size: 27px;
    }
    #GROUP991 {
        width: 360.298px;
        height: 47px;
        top: 328.837px;
        left: 297.808px;
    }
    #HEADLINE1015 {
        top: 105px;
        left: 0;
    }
    #HEADLINE1016 {
        left: 5.8113px;
    }
    #HEADLINE1017 {
        top: 31px;
        left: 0;
    }
    #HEADLINE1017 > .ladi-headline {
        line-height: 1.4;
    }
    #HEADLINE1018 {
        width: 299px;
        top: 140.1px;
        left: 32px;
    }
    #HEADLINE1018 > .ladi-headline {
        font-size: 13px;
    }
    #GROUP1014 {
        width: 368.811px;
        height: 160.1px;
        top: 640.237px;
        left: 294.287px;
    }
    #SECTION185 {
        height: 3190.9px;
    }
    #PARAGRAPH222,
    #PARAGRAPH531,
    #PARAGRAPH536,
    #PARAGRAPH540,
    #PARAGRAPH544,
    #PARAGRAPH548,
    #PARAGRAPH552,
    #PARAGRAPH556,
    #PARAGRAPH560,
    #PARAGRAPH564,
    #PARAGRAPH568,
    #PARAGRAPH572,
    #PARAGRAPH577,
    #PARAGRAPH581,
    #PARAGRAPH585,
    #PARAGRAPH589,
    #PARAGRAPH593,
    #PARAGRAPH597,
    #PARAGRAPH605,
    #PARAGRAPH609 {
        width: 869px;
    }
    #GROUP528,
    #GROUP529,
    #GROUP534,
    #GROUP538,
    #GROUP546,
    #GROUP558,
    #GROUP566,
    #GROUP575,
    #GROUP583,
    #GROUP587 {
        width: 938.636px;
        height: 76px;
    }
    #GROUP528 {
        top: 63.04px;
    }
    #BOX233 {
        width: 958.536px;
        height: 44px;
        top: 0.02px;
    }
    #PARAGRAPH234 {
        width: 487px;
        top: 6.02px;
        left: 27.4085px;
    }
    #GROUP529 {
        top: 189.04px;
    }
    #IMAGE533 {
        width: 347.441px;
        height: 420px;
        top: 281.58px;
        left: 80px;
    }
    #IMAGE533 > .ladi-image > .ladi-image-background.loaded {
        width: 315px;
        height: 420px;
        background-image: url("../images/feedback_hypercare-2-20210817094926_1.webp");
    }
    #PARAGRAPH536 > .ladi-paragraph,
    #PARAGRAPH548 > .ladi-paragraph,
    #PARAGRAPH556 > .ladi-paragraph,
    #PARAGRAPH560 > .ladi-paragraph,
    #PARAGRAPH564 > .ladi-paragraph,
    #PARAGRAPH572 > .ladi-paragraph,
    #PARAGRAPH589 > .ladi-paragraph,
    #PARAGRAPH597 > .ladi-paragraph {
        text-align: justify;
    }
    #GROUP570 {
        width: 938.636px;
        height: 102px;
    }
    #GROUP575 {
        top: 134px;
    }
    #GROUP624 {
        width: 938.636px;
        height: 210px;
        top: 2131.58px;
        left: 10px;
    }
    #GROUP534 {
        top: 727.04px;
    }
    #GROUP538 {
        top: 834.04px;
    }
    #GROUP542,
    #GROUP550,
    #GROUP554,
    #GROUP579,
    #GROUP595 {
        width: 938.636px;
        height: 62px;
    }
    #GROUP542 {
        top: 936.04px;
    }
    #GROUP546 {
        top: 1039.04px;
    }
    #GROUP550 {
        top: 1140.04px;
    }
    #GROUP554 {
        top: 1243.04px;
    }
    #GROUP558 {
        top: 1354.04px;
    }
    #GROUP562,
    #GROUP591 {
        width: 938.636px;
        height: 77px;
    }
    #GROUP562 {
        top: 1485.04px;
    }
    #GROUP566 {
        top: 1589.04px;
    }
    #GROUP579 {
        top: 2381.58px;
        left: 10px;
    }
    #GROUP583 {
        top: 2481.54px;
    }
    #GROUP587 {
        top: 2600.54px;
    }
    #GROUP591 {
        top: 2718.54px;
    }
    #GROUP595 {
        top: 2835.58px;
    }
    #GROUP603 {
        width: 938.636px;
        height: 101px;
        top: 2942.58px;
    }
    #IMAGE810 {
        top: 1691.58px;
        left: 80px;
    }
    #PARAGRAPH609 {
        top: 3123.58px;
    }
    #SECTION246 {
        height: 277.9px;
    }
    #BUTTON303 {
        width: 378.414px;
        height: 100.13px;
        top: 7.9501px;
        left: 304.02px;
    }
    #BUTTON303 > .ladi-button > .ladi-button-background {
        background-image: url("../images/button-01-20200724065130_2.webp");
    }
    #BUTTON_TEXT303 {
        width: 378px;
    }
    #BUTTON_TEXT303 > .ladi-headline {
        font-size: 24px;
    }
    #IMAGE504 {
        top: 129.08px;
        left: 360.147px;
    }
    #HEADLINE505 {
        width: 653px;
        top: 212.08px;
        left: 143.5px;
    }
    #SECTION811 {
        height: 121.1px;
    }
    #PARAGRAPH813 {
        width: 580px;
        top: 29.1px;
        left: 190px;
    }
}
@media (max-width: 767px) {
    .ladi-element.ladi-auto-scroll,
    .ladi-section.ladi-auto-scroll {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }
    .ladi-element.ladi-auto-scroll {
        width: 100% !important;
        left: 0 !important;
    }
    [data-hint]:not([data-timeout-id-copied]):after,
    [data-hint]:not([data-timeout-id-copied]):before {
        display: none !important;
    }
    #BOX2,
    .ladi-section .ladi-container {
        width: 420px;
    }
    #BOX816,
    #SECTION815 {
        height: 30px;
    }
    #BOX16,
    #IMAGE26,
    #LINE29,
    #PARAGRAPH27,
    #PARAGRAPH30 {
        left: 6.735px;
    }
    #LINE745,
    #LINE796,
    #PARAGRAPH797 {
        left: 270px;
    }
    #GROUP534,
    #GROUP538,
    #GROUP542,
    #GROUP546,
    #GROUP550,
    #GROUP554,
    #GROUP558,
    #GROUP562,
    #GROUP566 {
        left: 8.682px;
    }
    #GROUP583,
    #GROUP587,
    #GROUP591,
    #GROUP595,
    #GROUP603 {
        left: 11.682px;
    }
    #BOX816 {
        width: 420px;
        left: 0;
    }
    #HEADLINE818 {
        top: 4px;
        left: 22px;
    }
    #SECTION1 {
        height: 1237.94px;
    }
    #IMAGE283,
    #IMAGE283 > .ladi-image > .ladi-image-background.loaded {
        width: 424.835px;
        height: 331px;
    }
    #BOX726,
    #HEADLINE28,
    #HEADLINE61,
    #HEADLINE627,
    #LINE29,
    #PARAGRAPH15,
    #PARAGRAPH24,
    #PARAGRAPH27,
    #PARAGRAPH30,
    #PARAGRAPH31,
    #PARAGRAPH63,
    #PARAGRAPH706,
    #PARAGRAPH728,
    #PARAGRAPH732,
    #PARAGRAPH733 {
        width: 407px;
    }
    #BOX92,
    #PARAGRAPH112,
    #PARAGRAPH739,
    #PARAGRAPH740,
    #PARAGRAPH78 {
        width: 409px;
    }
    #BOX35,
    #BOX43,
    #BOX69,
    #BOX74,
    #BOX86,
    #HEADLINE45,
    #HEADLINE70,
    #HEADLINE88,
    #PARAGRAPH37,
    #PARAGRAPH41,
    #PARAGRAPH44,
    #PARAGRAPH46,
    #PARAGRAPH48,
    #PARAGRAPH67,
    #PARAGRAPH707,
    #PARAGRAPH72,
    #PARAGRAPH725,
    #PARAGRAPH738,
    #PARAGRAPH75,
    #PARAGRAPH802 {
        width: 408px;
    }
    #IMAGE283 {
        top: 69px;
        left: -2px;
    }
    #IMAGE283 > .ladi-image > .ladi-overlay {
        background-color: #000;
        opacity: 0.52;
    }
    #IMAGE283 > .ladi-image > .ladi-image-background.loaded {
        top: 0;
        left: 0;
        background-image: url("../images/5e5955049a0743dde2547265_c73d2b1c2e188188bc868de897e097aa-20210618023005_1.webp");
    }
    #IMAGE283 > .ladi-image {
        filter: blur(2px);
    }
    #SHAPE306 {
        width: 36.66px;
        height: 38.7893px;
        top: -4.4px;
        left: 10px;
    }
    #SHAPE306 svg:last-child {
        fill: rgb(255, 255, 255);
    }
    #BOX2,
    #HEADLINE964,
    #IMAGE11 > .ladi-image > .ladi-image-background,
    #IMAGE47 > .ladi-image > .ladi-image-background {
        top: 0;
    }
    #BUTTON4 {
        top: 14.5px;
        left: 477px;
    }
    #BUTTON6 {
        top: 178px;
        left: -215px;
    }
    #BUTTON8 {
        top: 120px;
        left: 580px;
    }
    #SHAPE307 {
        top: 20px;
        left: 380px;
    }
    #IMAGE11 {
        top: 141.989px;
        left: -1142px;
        display: none !important;
    }
    #IMAGE11 > .ladi-image > .ladi-image-background.loaded {
        height: 276px;
        background-image: url("../images/20191230_031737_818764_huyet-khoimax-800x800-20200716031841.webp");
    }
    #PARAGRAPH14 {
        width: 384px;
        top: 413.689px;
        left: 4.5px;
    }
    #PARAGRAPH15 {
        top: 455px;
        left: 4.5px;
    }
    #PARAGRAPH12,
    #PARAGRAPH13 {
        width: 392px;
    }
    #PARAGRAPH13 {
        top: 211px;
        left: 14px;
    }
    #PARAGRAPH12 {
        top: 80px;
        left: 20px;
    }
    #HEADLINE995 > .ladi-headline,
    #HEADLINE996 > .ladi-headline,
    #PARAGRAPH12 > .ladi-paragraph,
    #PARAGRAPH48 > .ladi-paragraph {
        font-size: 23px;
    }
    #BOX16 {
        width: 406.47px;
        height: 265.436px;
        top: 843.564px;
    }
    #LINE110,
    #PARAGRAPH17 {
        width: 351px;
    }
    #PARAGRAPH17 {
        top: 785px;
        left: 63.735px;
    }
    #PARAGRAPH24 {
        top: 1140px;
    }
    #BUTTON697 {
        width: 160px;
        top: 15.3191px;
        left: 10px;
    }
    #BUTTON_TEXT697 > .ladi-headline {
        font-size: 15px;
        text-align: center;
    }
    #BUTTON699 {
        top: 21.3191px;
        left: 461px;
    }
    #IMAGE702 {
        top: 818px;
        left: 20px;
    }
    #IMAGE703 {
        top: 970px;
        left: 20px;
    }
    #IMAGE704 {
        top: 892px;
        left: 20px;
    }
    #IMAGE705 {
        top: 1049px;
        left: 20px;
    }
    #SECTION25 {
        height: 1800.94px;
    }
    #PARAGRAPH27 {
        top: 302.7px;
    }
    #HEADLINE28 {
        top: 638.7px;
        left: 7px;
    }
    #HEADLINE109 > .ladi-headline,
    #HEADLINE28 > .ladi-headline {
        font-size: 25px;
        line-height: 1.4;
        text-align: center;
    }
    #LINE29 {
        top: 705.1px;
    }
    #PARAGRAPH30 {
        top: 741.7px;
    }
    #IMAGE26 {
        width: 406px;
        height: 271.168px;
        top: 8px;
    }
    #IMAGE26 > .ladi-image > .ladi-image-background.loaded {
        width: 406.433px;
        height: 271.168px;
        background-image: url("../images/5e5955049a07433ac3547260_4-20210618023412.webp");
    }
    #PARAGRAPH31 {
        top: 1132.06px;
    }
    #PARAGRAPH31 > .ladi-paragraph {
        font-size: 19px;
        line-height: 1.4;
    }
    #IMAGE32 {
        top: 1242.06px;
        left: 70px;
    }
    #PARAGRAPH706 {
        top: 1072.06px;
    }
    #PARAGRAPH706 > .ladi-paragraph {
        font-size: 32px;
        line-height: 1.4;
    }
    #SECTION33 {
        height: 2882.66px;
    }
    #PARAGRAPH37 {
        top: 223px;
        left: 5.5px;
    }
    #BOX35 {
        height: 181px;
        top: 8px;
        left: 5.5px;
    }
    #PARAGRAPH36 {
        width: 371px;
        top: 29px;
        left: 29.5px;
    }
    #BOX38,
    #GROUP618 {
        width: 408px;
        height: 195.923px;
    }
    #PARAGRAPH40 {
        width: 367px;
        top: 19.92px;
        left: 25px;
    }
    #PARAGRAPH40 > .ladi-paragraph {
        font-size: 16px;
        line-height: 1.4;
    }
    #GROUP618 {
        top: 1237.26px;
        left: 5px;
    }
    #PARAGRAPH41 {
        top: 1451.26px;
        left: 6px;
    }
    #PARAGRAPH42 {
        width: 377px;
        top: 1950.43px;
        left: 21.5px;
    }
    #HEADLINE961 > .ladi-headline,
    #HEADLINE965 > .ladi-headline,
    #PARAGRAPH42 > .ladi-paragraph,
    #PARAGRAPH68 > .ladi-paragraph,
    #PARAGRAPH727 > .ladi-paragraph,
    #PARAGRAPH73 > .ladi-paragraph,
    #PARAGRAPH83 > .ladi-paragraph,
    #PARAGRAPH87 > .ladi-paragraph {
        font-size: 16px;
    }
    #BOX43 {
        height: 145.735px;
        top: 1926.42px;
        left: 6px;
    }
    #PARAGRAPH44 {
        top: 2098.16px;
        left: 6px;
    }
    #HEADLINE45 {
        top: 2287.16px;
        left: 6px;
    }
    #HEADLINE45 > .ladi-headline,
    #HEADLINE989 > .ladi-headline,
    #PARAGRAPH707 > .ladi-paragraph {
        font-size: 25px;
    }
    #PARAGRAPH46 {
        top: 2434.16px;
        left: 6px;
    }
    #IMAGE47 {
        width: 282.359px;
        height: 172.701px;
        top: 2562.81px;
        left: 68.8205px;
    }
    #IMAGE47 > .ladi-image > .ladi-image-background.loaded {
        width: 283.866px;
        height: 199.701px;
        background-image: url("../images/5e5955049a0743ac7954725f_tr_2-20210618023912_1.webp");
    }
    #BOX959,
    #LINE742,
    #LINE745,
    #LINE751,
    #LINE792,
    #LINE796,
    #LINE800,
    #LIST_PARAGRAPH629,
    #PARAGRAPH114,
    #PARAGRAPH117,
    #PARAGRAPH234,
    #PARAGRAPH737,
    #PARAGRAPH743,
    #PARAGRAPH746,
    #PARAGRAPH752,
    #PARAGRAPH793,
    #PARAGRAPH797,
    #PARAGRAPH801,
    #PARAGRAPH813,
    #PARAGRAPH85 {
        width: 400px;
    }
    #PARAGRAPH48 {
        top: 2751.12px;
        left: 10px;
    }
    #PARAGRAPH707 {
        top: 2745.51px;
        left: 6px;
    }
    #SECTION708 {
        height: 1523.5px;
    }
    #HEADLINE723 {
        top: 8px;
        left: 85px;
    }
    #LINE724 {
        top: 49px;
        left: 36px;
    }
    #PARAGRAPH725 {
        top: 78.5px;
        left: 6px;
    }
    #BOX726 {
        height: 145px;
        top: 289.5px;
        left: 7px;
    }
    #BUTTON_TEXT303,
    #HEADLINE1018,
    #PARAGRAPH727,
    #PARAGRAPH87 {
        width: 379px;
    }
    #PARAGRAPH727 {
        top: 312.5px;
        left: 23.4298px;
    }
    #PARAGRAPH728 {
        top: 468.5px;
        left: 6.5px;
    }
    #GROUP729 {
        width: 362px;
        top: 647.5px;
        left: 28.5px;
    }
    #PARAGRAPH732 {
        top: 719.5px;
        left: 6.5px;
    }
    #PARAGRAPH733 {
        top: 1231.46px;
    }
    #HEADLINE734 {
        width: 163px;
        top: 1158.46px;
        left: 142px;
    }
    #LINE735 {
        top: 1197.46px;
        left: 27.618px;
    }
    #SECTION34 {
        height: 3320.96px;
    }
    #HEADLINE61 {
        top: 28px;
        left: 6.5px;
    }
    #HEADLINE61 > .ladi-headline,
    #HEADLINE70 > .ladi-headline {
        font-size: 25px;
        line-height: 1.4;
    }
    #LINE62 {
        top: 131px;
        left: 33.5px;
    }
    #PARAGRAPH63 {
        top: 170px;
        left: 6.5px;
    }
    #HEADLINE64 {
        width: 109px;
        top: 405px;
        left: 150.5px;
    }
    #HEADLINE64 > .ladi-headline {
        font-size: 30px;
    }
    #HEADLINE65 {
        width: 403px;
        top: 453px;
        left: 9px;
    }
    #PARAGRAPH67 {
        top: 498px;
        left: 6px;
    }
    #BOX69 {
        height: 149.96px;
        top: 3050px;
        left: 7.284px;
    }
    #PARAGRAPH68 {
        width: 375px;
        top: 3069.98px;
        left: 24.284px;
    }
    #PARAGRAPH737 {
        top: 3194.96px;
    }
    #SECTION66 {
        height: 2375.96px;
    }
    #BOX74 {
        height: 121.26px;
        top: 522.2px;
        left: 6px;
    }
    #HEADLINE70 {
        top: 14px;
        left: 6px;
    }
    #LINE71 {
        top: 154px;
        left: 30px;
    }
    #PARAGRAPH72 {
        top: 184px;
        left: 10px;
    }
    #PARAGRAPH73 {
        width: 372px;
        top: 543.46px;
        left: 20px;
    }
    #PARAGRAPH75 {
        top: 672.7px;
        left: 6px;
    }
    #PARAGRAPH78 {
        top: 1168.9px;
        left: 6px;
    }
    #PARAGRAPH738 {
        top: 1524px;
        left: 10px;
    }
    #PARAGRAPH739 {
        top: 1649.9px;
        left: 6.5px;
    }
    #PARAGRAPH83 {
        width: 389px;
        top: 2085.66px;
        left: 21px;
    }
    #BOX84 {
        width: 410px;
        height: 122px;
        top: 2057.66px;
        left: 8px;
    }
    #PARAGRAPH740 {
        top: 2207.66px;
        left: 11px;
    }
    #SECTION741 {
        height: 516px;
    }
    #BUTTON301 {
        top: 10px;
        left: 38.3585px;
    }
    #PARAGRAPH85 {
        top: 134px;
        left: 10px;
    }
    #SECTION81 {
        height: 2194.1px;
    }
    #HEADLINE88 {
        top: 156.76px;
        left: 10px;
    }
    #HEADLINE88 > .ladi-headline {
        line-height: 1.4;
    }
    #PARAGRAPH116,
    #PARAGRAPH91 {
        width: 387px;
    }
    #PARAGRAPH91 {
        top: 1796.3px;
        left: 12.423px;
    }
    #BOX92 {
        height: 106px;
        top: 1779.8px;
        left: 5.5px;
    }
    #HEADLINE627 {
        top: 1913.3px;
        left: 7px;
    }
    #LIST_PARAGRAPH629 {
        top: 2078.3px;
        left: 13.5px;
    }
    #BOX86 {
        height: 115px;
        top: 12.76px;
        left: 6px;
    }
    #PARAGRAPH87 {
        top: 35.76px;
        left: 20px;
    }
    #LINE742 {
        top: 186.76px;
        left: 10px;
    }
    #PARAGRAPH743 {
        top: 206.76px;
        left: 10px;
    }
    #LINE745 {
        top: 40px;
    }
    #PARAGRAPH746 {
        top: 70px;
        left: 270px;
    }
    #GROUP747 {
        height: 299px;
        top: 446.76px;
        left: -260px;
    }
    #LINE751,
    #LINE792,
    #PARAGRAPH752,
    #PARAGRAPH793 {
        left: 280px;
    }
    #GROUP749,
    #GROUP790 {
        height: 284px;
    }
    #GROUP749 {
        top: 661.76px;
        left: -260px;
    }
    #GROUP790 {
        top: 896.76px;
        left: -260px;
    }
    #PARAGRAPH797 > .ladi-paragraph {
        text-align: center;
    }
    #GROUP794 {
        height: 157px;
        top: 1185.76px;
        left: -260px;
    }
    #LINE800,
    #PARAGRAPH801 {
        left: 260px;
    }
    #GROUP798 {
        height: 208px;
        top: 1533.76px;
        left: -249px;
    }
    #SECTION82 {
        height: 1831.66px;
    }
    #HEADLINE109 {
        width: 320px;
        top: 11px;
        left: 50px;
    }
    #LINE110 {
        top: 76.5px;
        left: 35px;
    }
    #PARAGRAPH112 {
        top: 110px;
        left: 6.5px;
    }
    #PARAGRAPH114 {
        top: 901.66px;
        left: 10px;
    }
    #BOX115 {
        width: 408.139px;
        height: 297px;
        top: 1191.68px;
        left: 4.9995px;
    }
    #PARAGRAPH116 {
        top: 1219.68px;
        left: 14.9995px;
    }
    #PARAGRAPH117 {
        top: 1521.66px;
        left: 10px;
    }
    #PARAGRAPH802 {
        top: 1081.66px;
        left: 10px;
    }
    #SECTION955 {
        height: 456.399px;
    }
    #IMAGE956,
    #IMAGE956 > .ladi-image > .ladi-image-background.loaded {
        width: 400px;
        height: 436.399px;
    }
    #BOX1001,
    #BOX999 {
        width: 399.044px;
        left: 0.418496px;
    }
    #IMAGE956,
    #PARAGRAPH813 {
        top: 10px;
        left: 10px;
    }
    #IMAGE956 > .ladi-image > .ladi-image-background.loaded {
        background-image: url("../images/hypercare_decor-02-20210728082840.webp");
    }
    #GROUP1020 {
        top: 37.3993px;
        left: -1055.05px;
    }
    #BOX999 {
        height: 108.054px;
        top: 29.6439px;
    }
    #BOX1000 {
        width: 396.549px;
        height: 34.5773px;
        top: 68.8876px;
        left: 1.6655px;
    }
    #BOX1001 {
        height: 33.8011px;
    }
    #LINE1002 {
        height: 104px;
        top: 34.0609px;
        left: 144.875px;
    }
    #LINE1003 {
        height: 35px;
        top: 68.8876px;
        left: 144.875px;
    }
    #HEADLINE1004 {
        width: 396px;
        top: 4.89737px;
    }
    #BUTTON_TEXT303 > .ladi-headline,
    #HEADLINE1004 > .ladi-headline {
        font-size: 20px;
    }
    #HEADLINE1005 {
        width: 111px;
        top: 109.7px;
        left: 41.9837px;
    }
    #HEADLINE1005 > .ladi-headline,
    #HEADLINE1006 > .ladi-headline,
    #HEADLINE1007 > .ladi-headline,
    #HEADLINE1008 > .ladi-headline,
    #HEADLINE1009 > .ladi-headline,
    #HEADLINE1010 > .ladi-headline,
    #HEADLINE1011 > .ladi-headline,
    #HEADLINE1012 > .ladi-headline,
    #HEADLINE1013 > .ladi-headline {
        font-size: 18px;
        text-align: left;
    }
    #HEADLINE1006,
    #HEADLINE1007 {
        width: 91px;
    }
    #HEADLINE1006 {
        top: 109.7px;
        left: 172.84px;
    }
    #HEADLINE1007 {
        top: 109.7px;
        left: 270.507px;
    }
    #HEADLINE1008 {
        width: 113px;
        top: 75.7886px;
        left: 41.9837px;
    }
    #HEADLINE1009,
    #HEADLINE1010 {
        width: 88px;
    }
    #HEADLINE1009 {
        top: 75.7886px;
        left: 172.309px;
    }
    #HEADLINE1010 {
        top: 75.7886px;
        left: 270.694px;
    }
    #HEADLINE1011 {
        width: 108px;
        top: 41.866px;
        left: 41.9837px;
    }
    #HEADLINE1012 {
        top: 41.866px;
        left: 173.556px;
    }
    #HEADLINE1013 {
        top: 41.866px;
        left: 270.694px;
    }
    #GROUP998 {
        width: 399.462px;
        height: 138.061px;
        top: 278.479px;
        left: -578.463px;
    }
    #SECTION957 {
        height: 908.61px;
    }
    #BOX959 {
        height: 636.26px;
        top: 261.35px;
        left: 6.7787px;
    }
    #HEADLINE961 {
        width: 157px;
        top: 6.5px;
    }
    #HEADLINE962 {
        width: 199px;
        left: 159.5px;
    }
    #HEADLINE962 > .ladi-headline {
        font-size: 24px;
    }
    #GROUP960 {
        width: 358.5px;
        height: 38px;
        top: 370.47px;
        left: 16.779px;
    }
    #HEADLINE964 {
        width: 116px;
    }
    #HEADLINE965 {
        width: 159px;
        left: 122px;
    }
    #GROUP963 {
        width: 281px;
        height: 25px;
        top: 348.47px;
        left: 57.779px;
    }
    #FORM966 {
        width: 320px;
        height: 162.889px;
        top: 421.47px;
        left: 46.7787px;
    }
    #BUTTON967,
	#FORM_ITEM968,
    #FORM_ITEM969,
    #FORM_ITEM970 {
        width: 320px;
        height: 40.6089px;
    }
    #BUTTON967 {
        top: 125.28px;
    }
    #BUTTON_TEXT967 {
        width: 356px;
        top: 11.728px;
    }
    #BUTTON_TEXT967 > .ladi-headline {
        font-size: 14px;
    }
	#FORM_ITEM969
	{
		top: 40px
	}
    #FORM_ITEM970 {
        top: 80.64px;
    }
    #HEADLINE974,
    #HEADLINE975,
    #HEADLINE976 {
        width: 71px;
    }
    #HEADLINE974 {
        top: 97.44px;
        left: 9.49px;
    }
    #HEADLINE1018 > .ladi-headline,
    #HEADLINE974 > .ladi-headline,
    #HEADLINE975 > .ladi-headline,
    #HEADLINE976 > .ladi-headline {
        font-size: 12px;
    }
    #HEADLINE975 {
        top: 97.44px;
        left: 119.49px;
    }
    #HEADLINE976 {
        top: 97.44px;
        left: 229.49px;
    }
    #IMAGE977,
    #IMAGE977 > .ladi-image > .ladi-image-background,
    #IMAGE978,
    #IMAGE978 > .ladi-image > .ladi-image-background,
    #IMAGE979,
    #IMAGE979 > .ladi-image > .ladi-image-background.loaded {
        width: 88.4091px;
        height: 88.4086px;
    }
    #IMAGE977 {
        left: 110.511px;
    }
    #IMAGE978 {
        top: 2px;
        left: 221.022px;
    }
    #IMAGE979 {
        top: 1.59136px;
    }
    #GROUP973 {
        width: 309.431px;
        height: 125.44px;
        top: 758.61px;
        left: 41.3133px;
    }
    #BOX981 {
        width: 380.167px;
        height: 70px;
        top: 0;
        left: 47.8334px;
    }
    #COUNTDOWN982 {
        width: 373.334px;
        height: 66.5px;
        top: 2.33333px;
    }
    #COUNTDOWN982 > .ladi-countdown {
        font-size: 50px;
    }
    #HEADLINE987,
    #HEADLINE988 {
        width: 48px;
    }
    #HEADLINE987 {
        top: 11.8333px;
        left: 162.333px;
    }
    #HEADLINE988 {
        top: 12.9778px;
        left: 269px;
    }
    #GROUP980 {
        width: 428px;
        height: 70px;
        top: 168.905px;
        left: -29.332px;
    }
    #HEADLINE989,
    #HEADLINE990 {
        width: 399px;
    }
    #HEADLINE989 {
        top: 39.625px;
        left: 9.168px;
    }
    #HEADLINE990 {
        top: 119.905px;
        left: 8.668px;
    }
    #BOX992,
    #GROUP991 {
        width: 380.987px;
        height: 54px;
    }
    #BOX993 {
        width: 115.182px;
        height: 54px;
        left: 265.805px;
    }
    #HEADLINE994 {
        width: 253px;
        top: 13.4px;
        left: 1.1444px;
    }
    #HEADLINE995 {
        width: 61px;
        top: 8px;
        left: 316.74px;
    }
    #HEADLINE996 {
        width: 51px;
        top: 8.112px;
        left: 271.004px;
    }
    #GROUP991 {
        top: 273.35px;
        left: 16.775px;
    }
    #HEADLINE1015,
    #HEADLINE1016 {
        width: 380px;
    }
    #HEADLINE1015 {
        top: 92px;
        left: 0.332px;
    }
    #HEADLINE1015 > .ladi-headline,
    #HEADLINE1017 > .ladi-headline {
        line-height: 1.2;
    }
    #HEADLINE1016 {
        left: 0.332px;
    }
    #HEADLINE1017 {
        width: 360px;
        top: 29.53px;
        left: 10.332px;
    }
    #HEADLINE1018 {
        top: 123.97px;
        left: 0;
    }
    #GROUP1014 {
        width: 380.332px;
        height: 142.97px;
        top: 595.08px;
        left: 16.834px;
    }
    #SECTION185 {
        height: 4004.03px;
    }
    #PARAGRAPH222 {
        width: 333px;
    }
    #GROUP528 {
        width: 449.636px;
        height: 201px;
        top: 71.0328px;
        left: 10px;
    }
    #BOX233 {
        width: 420px;
        height: 46.0328px;
        top: 10px;
    }
    #PARAGRAPH234 {
        top: 16.0328px;
        left: 10px;
    }
    #PARAGRAPH531,
    #PARAGRAPH536,
    #PARAGRAPH564,
    #PARAGRAPH577 {
        width: 335px;
    }
    #GROUP529 {
        width: 449.636px;
        height: 126px;
        top: 235.033px;
        left: 10.0002px;
    }
    #IMAGE533,
    #IMAGE533 > .ladi-image > .ladi-image-background.loaded {
        width: 244.564px;
        height: 294px;
    }
    #IMAGE533 {
        top: 385.033px;
        left: 78.0002px;
    }
    #IMAGE533 > .ladi-image > .ladi-image-background.loaded {
        background-image: url("../images/feedback_hypercare-2-20210817094926.webp");
    }
    #PARAGRAPH540,
    #PARAGRAPH544,
    #PARAGRAPH548,
    #PARAGRAPH552,
    #PARAGRAPH556,
    #PARAGRAPH560,
    #PARAGRAPH568,
    #PARAGRAPH572,
    #PARAGRAPH585,
    #PARAGRAPH589,
    #PARAGRAPH593,
    #PARAGRAPH597,
    #PARAGRAPH605 {
        width: 336px;
    }
    #PARAGRAPH536 > .ladi-paragraph,
    #PARAGRAPH548 > .ladi-paragraph,
    #PARAGRAPH556 > .ladi-paragraph,
    #PARAGRAPH560 > .ladi-paragraph,
    #PARAGRAPH564 > .ladi-paragraph,
    #PARAGRAPH572 > .ladi-paragraph,
    #PARAGRAPH589 > .ladi-paragraph,
    #PARAGRAPH597 > .ladi-paragraph {
        text-align: left;
    }
    #GROUP558,
    #GROUP570 {
        width: 449.636px;
        height: 205px;
    }
    #GROUP575 {
        width: 449.636px;
        height: 180px;
        top: 233px;
    }
    #GROUP624 {
        width: 449.636px;
        height: 413px;
        top: 2491.03px;
        left: 7.682px;
    }
    #GROUP534 {
        width: 449.636px;
        height: 103px;
        top: 712.03px;
    }
    #GROUP538,
    #GROUP550,
    #GROUP554,
    #GROUP566,
    #GROUP591 {
        width: 449.636px;
        height: 154px;
    }
    #GROUP538 {
        top: 871.03px;
    }
    #GROUP542,
    #GROUP562,
    #GROUP583 {
        width: 449.636px;
        height: 128px;
    }
    #GROUP542 {
        top: 1058.03px;
    }
    #GROUP546,
    #GROUP595 {
        width: 449.636px;
        height: 101px;
    }
    #GROUP546 {
        top: 1216.03px;
    }
    #GROUP550 {
        top: 1353.03px;
    }
    #GROUP554 {
        top: 1465.03px;
    }
    #GROUP558 {
        top: 1582.03px;
    }
    #GROUP562 {
        top: 1733.03px;
    }
    #GROUP566 {
        top: 1888.03px;
    }
    #PARAGRAPH581 {
        width: 337px;
    }
    #GROUP579 {
        width: 449.636px;
        height: 77px;
        top: 2908.03px;
        left: 7.682px;
    }
    #GROUP583 {
        top: 3012.03px;
    }
    #GROUP587 {
        width: 449.636px;
        height: 308px;
        top: 3184.03px;
    }
    #GROUP591 {
        top: 3370.03px;
    }
    #GROUP595 {
        top: 3530.03px;
    }
    #GROUP603 {
        width: 449.636px;
        height: 333px;
        top: 3671.03px;
    }
    #IMAGE810 {
        top: 2065.83px;
        left: 79px;
    }
    #HEADLINE608 {
        top: 3868.83px;
        left: 79.1366px;
    }
    #PARAGRAPH609 {
        width: 323px;
        top: 3894.83px;
        left: 79.1366px;
    }
    #IMAGE610 {
        top: 3868.83px;
        left: 9.5002px;
    }
    #SECTION246 {
        height: 245.11px;
    }
    #BUTTON303 {
        width: 297.085px;
        height: 79px;
        top: 12px;
        left: 57.3335px;
    }
    #BUTTON303 > .ladi-button > .ladi-button-background {
        background-image: url("../images/button-01-20200724065130_1.webp");
    }
    #IMAGE504 {
        top: 91px;
        left: 93.147px;
    }
    #HEADLINE505 {
        width: 401px;
        top: 179px;
        left: 9.5px;
    }
    #SECTION811 {
        height: 95px;
    }
}
html {
    scroll-behavior: smooth;
}
@-webkit-keyframes pulse {
    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}
@-webkit-keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@-webkit-keyframes flash {
    0%,
    100%,
    50% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
@keyframes flash {
    0%,
    100%,
    50% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
.ladipage-animated-words-wrapper b,
.ladipage-animated-words-wrapper i {
    font: inherit;
}
.ladipage-animated-words-wrapper,
.ladipage-animated-words-wrapper b {
    display: inline-block;
}
.ladipage-animated-words-wrapper {
    position: relative;
    text-align: left;
}
.ladipage-animated-words-wrapper b {
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
}
.no-js .ladipage-animated-words-wrapper b.is-visible {
    opacity: 1;
}
.ladipage-animated-headline.push b.is-visible {
    opacity: 1;
    -webkit-animation: 0.6s push-in;
    animation: 0.6s push-in;
}
.ladipage-animated-headline.push b.is-hidden {
    -webkit-animation: 0.6s push-out;
    animation: 0.6s push-out;
}
@-webkit-keyframes push-in {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(10%);
        transform: translateX(10%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes push-in {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(10%);
        transform: translateX(10%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes push-out {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    60% {
        opacity: 0;
        -webkit-transform: translateX(110%);
        transform: translateX(110%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}
@keyframes push-out {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    60% {
        opacity: 0;
        -webkit-transform: translateX(110%);
        transform: translateX(110%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}
#NOTIFY490 {
    width: 300px;
    height: 62px;
    top: 10px;
    left: 10px;
    position: fixed;
}
#NOTIFY490 > .ladi-notify {
    color: #404040;
    background-color: rgba(250, 250, 250, 0.9);
}
@keyframes pulse {
    0%,
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}
@keyframes flash {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0.1;
    }
}
