.ladi-loading,
.ladipage-message,
.lightbox-screen {
    height: 100%;
    width: 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;
}
#BUTTON15,
#BUTTON_TEXT15 {
    width: 194px;
}
#BUTTON17,
#BUTTON_TEXT17 {
    width: 86px;
}
#BUTTON19,
#BUTTON_TEXT19 {
    width: 180px;
}
#BUTTON23,
#BUTTON_TEXT23 {
    width: 140px;
}
#BUTTON13,
#BUTTON15,
#BUTTON17,
#BUTTON19,
#BUTTON21,
#BUTTON23,
#BUTTON25,
#BUTTON3,
#BUTTON4,
#BUTTON6 {
    height: 31px;
}
#BUTTON25,
#BUTTON_TEXT25 {
    width: 98px;
}
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 !important;
    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;
}
.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;
    cursor: pointer;
    width: 16px;
    height: 16px;
    margin: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%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,
.overflow-hidden {
    overflow: hidden;
}
.ladi-transition {
    transition: 150ms linear;
}
.ladipage-animated-headline.push b,
.ladipage-animated-headline.rotate-3 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;
}
body.grab {
    cursor: grab;
}
.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-box,
.ladi-button,
.ladi-countdown,
.ladi-countdown .ladi-countdown-text,
.ladi-form,
.ladi-form .ladi-form-item-container,
.ladi-group,
.ladi-image,
.ladi-section .ladi-section-background {
    position: absolute;
    height: 100%;
    width: 100%;
}
.ladi-section .ladi-section-background {
    top: 0;
    left: 0;
    pointer-events: none;
    overflow: hidden;
}
.ladi-box,
.ladi-button,
.ladi-image {
    overflow: hidden;
}
.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 {
    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;
}
#GROUP148,
#SECTION75,
.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-element .ladi-form-item .button-get-code.hide-visibility {
    display: block !important;
    visibility: hidden !important;
}
.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-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 {
    font-weight: 700; 
	text-decoration-line: underline; 
	color: rgb(24, 89, 159) !important;
}
.ladi-headline a:hover,
.ladi-list-paragraph a:hover,
.ladi-paragraph a:hover {
	text-decoration-line: 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;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 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;
}
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 {
    z-index: 90000060;
}
.backdrop-dropbox {
    z-index: 90000040;
}
.ladi-lazyload,
.ladi-list-paragraph ul li.ladi-lazyload:before {
    background-image: none !important;
}
@font-face {
    font-family: QmFybGLUlZGlbSdGY;
    src: url("../fonts/barlow-medium-20210407090356.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: QmFybGLVJlZVsYXIudHRm;
    src: url("../fonts/barlow-regular-20210407090356.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: TWVycmlZWFaGVyLUJvbGQudHRm;
    src: url("../fonts/merriweather-bold-20201007045253.ttf") format("truetype");
    font-display: swap;
}
#SECTION1 > .ladi-section-background {
    background-color: #fdf5f5;
}
#BUTTON3 {
    width: 128px;
}
#BUTTON3 > .ladi-button,
#BUTTON4 > .ladi-button,
#BUTTON6 > .ladi-button {
    border-radius: 15px;
    border: 1px solid #c71f16;
}
#BOX100 > .ladi-box:hover,
#BOX146 > .ladi-box:hover,
#BOX147 > .ladi-box:hover,
#BOX31 > .ladi-box:hover,
#BOX38 > .ladi-box:hover,
#BOX43 > .ladi-box:hover,
#BOX445 > .ladi-box:hover,
#BOX446 > .ladi-box:hover,
#BOX517 > .ladi-box:hover,
#BOX53 > .ladi-box:hover,
#BOX541 > .ladi-box:hover,
#BOX543 > .ladi-box:hover,
#BOX58 > .ladi-box:hover,
#BOX66 > .ladi-box:hover,
#BOX71 > .ladi-box:hover,
#BOX82 > .ladi-box:hover,
#BOX92 > .ladi-box:hover,
#BUTTON13 > .ladi-button:hover,
#BUTTON15 > .ladi-button:hover,
#BUTTON17 > .ladi-button:hover,
#BUTTON19 > .ladi-button:hover,
#BUTTON21 > .ladi-button:hover,
#BUTTON23 > .ladi-button:hover,
#BUTTON25 > .ladi-button:hover,
#BUTTON3 > .ladi-button:hover,
#BUTTON439 > .ladi-button:hover,
#BUTTON4 > .ladi-button:hover,
#BUTTON501 > .ladi-button:hover,
#BUTTON6 > .ladi-button:hover,
#BUTTON_TEXT15 > .ladi-headline:hover,
#BUTTON_TEXT17 > .ladi-headline:hover,
#BUTTON_TEXT19 > .ladi-headline:hover,
#BUTTON_TEXT21 > .ladi-headline:hover,
#BUTTON_TEXT23 > .ladi-headline:hover,
#BUTTON_TEXT25 > .ladi-headline:hover,
#BUTTON_TEXT3 > .ladi-headline:hover,
#BUTTON_TEXT439 > .ladi-headline:hover,
#BUTTON_TEXT4 > .ladi-headline:hover,
#BUTTON_TEXT501 > .ladi-headline:hover,
#BUTTON_TEXT6 > .ladi-headline:hover,
#HEADLINE494 > .ladi-headline:hover,
#HEADLINE499 > .ladi-headline:hover,
#HEADLINE505 > .ladi-headline:hover,
#HEADLINE506 > .ladi-headline:hover,
#HEADLINE507 > .ladi-headline:hover,
#HEADLINE508 > .ladi-headline:hover,
#HEADLINE509 > .ladi-headline:hover,
#HEADLINE513 > .ladi-headline:hover,
#HEADLINE514 > .ladi-headline:hover,
#HEADLINE515 > .ladi-headline:hover,
#HEADLINE516 > .ladi-headline:hover,
#HEADLINE523 > .ladi-headline:hover,
#HEADLINE524 > .ladi-headline:hover,
#HEADLINE525 > .ladi-headline:hover,
#HEADLINE526 > .ladi-headline:hover,
#IMAGE101:hover > .ladi-image,
#IMAGE29:hover > .ladi-image,
#IMAGE35:hover > .ladi-image,
#IMAGE37:hover > .ladi-image,
#IMAGE41:hover > .ladi-image,
#IMAGE44:hover > .ladi-image,
#IMAGE454:hover > .ladi-image,
#IMAGE457:hover > .ladi-image,
#IMAGE458:hover > .ladi-image,
#IMAGE461:hover > .ladi-image,
#IMAGE465:hover > .ladi-image,
#IMAGE468:hover > .ladi-image,
#IMAGE471:hover > .ladi-image,
#IMAGE472:hover > .ladi-image,
#IMAGE476:hover > .ladi-image,
#IMAGE479:hover > .ladi-image,
#IMAGE482:hover > .ladi-image,
#IMAGE485:hover > .ladi-image,
#IMAGE492:hover > .ladi-image,
#IMAGE493:hover > .ladi-image,
#IMAGE497:hover > .ladi-image,
#IMAGE498:hover > .ladi-image,
#IMAGE510:hover > .ladi-image,
#IMAGE511:hover > .ladi-image,
#IMAGE512:hover > .ladi-image,
#IMAGE63:hover > .ladi-image,
#IMAGE84:hover > .ladi-image,
#LIST_PARAGRAPH69 > .ladi-list-paragraph:hover,
#LIST_PARAGRAPH80 > .ladi-list-paragraph:hover,
#LIST_PARAGRAPH89 > .ladi-list-paragraph:hover,
#PARAGRAPH11 > .ladi-paragraph:hover,
#PARAGRAPH12 > .ladi-paragraph:hover,
#PARAGRAPH145 > .ladi-paragraph:hover,
#PARAGRAPH149 > .ladi-paragraph:hover,
#PARAGRAPH27 > .ladi-paragraph:hover,
#PARAGRAPH30 > .ladi-paragraph:hover,
#PARAGRAPH32 > .ladi-paragraph:hover,
#PARAGRAPH34 > .ladi-paragraph:hover,
#PARAGRAPH36 > .ladi-paragraph:hover,
#PARAGRAPH40 > .ladi-paragraph:hover,
#PARAGRAPH42 > .ladi-paragraph:hover,
#PARAGRAPH438 > .ladi-paragraph:hover,
#PARAGRAPH440 > .ladi-paragraph:hover,
#PARAGRAPH442 > .ladi-paragraph:hover,
#PARAGRAPH443 > .ladi-paragraph:hover,
#PARAGRAPH444 > .ladi-paragraph:hover,
#PARAGRAPH451 > .ladi-paragraph:hover,
#PARAGRAPH453 > .ladi-paragraph:hover,
#PARAGRAPH456 > .ladi-paragraph:hover,
#PARAGRAPH460 > .ladi-paragraph:hover,
#PARAGRAPH464 > .ladi-paragraph:hover,
#PARAGRAPH467 > .ladi-paragraph:hover,
#PARAGRAPH470 > .ladi-paragraph:hover,
#PARAGRAPH475 > .ladi-paragraph:hover,
#PARAGRAPH478 > .ladi-paragraph:hover,
#PARAGRAPH481 > .ladi-paragraph:hover,
#PARAGRAPH484 > .ladi-paragraph:hover,
#PARAGRAPH51 > .ladi-paragraph:hover,
#PARAGRAPH527 > .ladi-paragraph:hover,
#PARAGRAPH52 > .ladi-paragraph:hover,
#PARAGRAPH54 > .ladi-paragraph:hover,
#PARAGRAPH55 > .ladi-paragraph:hover,
#PARAGRAPH56 > .ladi-paragraph:hover,
#PARAGRAPH57 > .ladi-paragraph:hover,
#PARAGRAPH59 > .ladi-paragraph:hover,
#PARAGRAPH60 > .ladi-paragraph:hover,
#PARAGRAPH61 > .ladi-paragraph:hover,
#PARAGRAPH65 > .ladi-paragraph:hover,
#PARAGRAPH67 > .ladi-paragraph:hover,
#PARAGRAPH68 > .ladi-paragraph:hover,
#PARAGRAPH70 > .ladi-paragraph:hover,
#PARAGRAPH78 > .ladi-paragraph:hover,
#PARAGRAPH79 > .ladi-paragraph:hover,
#PARAGRAPH81 > .ladi-paragraph:hover,
#PARAGRAPH83 > .ladi-paragraph:hover,
#PARAGRAPH85 > .ladi-paragraph:hover,
#PARAGRAPH86 > .ladi-paragraph:hover,
#PARAGRAPH87 > .ladi-paragraph:hover,
#PARAGRAPH90 > .ladi-paragraph:hover,
#PARAGRAPH91 > .ladi-paragraph:hover,
#PARAGRAPH93 > .ladi-paragraph:hover,
#PARAGRAPH94 > .ladi-paragraph:hover,
#PARAGRAPH95 > .ladi-paragraph:hover,
#PARAGRAPH96 > .ladi-paragraph:hover,
#PARAGRAPH97 > .ladi-paragraph:hover,
#PARAGRAPH98 > .ladi-paragraph:hover,
#PARAGRAPH99 > .ladi-paragraph:hover,
.no-csstransitions .ladipage-animated-headline.rotate-3 .is-visible i,
.no-js .ladipage-animated-words-wrapper b.is-visible {
    opacity: 1;
}
#BUTTON_TEXT3 {
    width: 126px;
}
#BUTTON_TEXT13,
#BUTTON_TEXT15,
#BUTTON_TEXT17,
#BUTTON_TEXT19,
#BUTTON_TEXT21,
#BUTTON_TEXT23,
#BUTTON_TEXT25,
#BUTTON_TEXT3,
#BUTTON_TEXT4,
#BUTTON_TEXT439,
#BUTTON_TEXT6 {
    top: 9px;
    left: 0;
}
#BUTTON_TEXT3 > .ladi-headline,
#BUTTON_TEXT4 > .ladi-headline,
#BUTTON_TEXT6 > .ladi-headline {
    font-size: 14px;
    line-height: 1.6;
    color: #000;
    text-align: center;
}
#BUTTON_TEXT3 > .ladi-headline:hover,
#BUTTON_TEXT4 > .ladi-headline:hover,
#BUTTON_TEXT6 > .ladi-headline:hover {
    color: #5c0e0a;
}
#BUTTON4 {
    width: 136px;
}
#BUTTON_TEXT4 {
    width: 134px;
}
#BUTTON6 {
    width: 152px;
}
#BUTTON_TEXT6 {
    width: 150px;
}
#SECTION8 > .ladi-section-background {
    background-color: #da1a0f;
}
#PARAGRAPH11,
#PARAGRAPH12 {
    width: 236px;
}
#PARAGRAPH11 > .ladi-paragraph {
    font-size: 21px;
    line-height: 1.6;
    color: #fff;
}
#PARAGRAPH12 > .ladi-paragraph {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.6;
    color: #fff;
    text-transform: uppercase;
}
#BUTTON13 {
    width: 94px;
}
#BUTTON13 > .ladi-button {
    border-radius: 5px;
    border: 1px solid #fff;
}
#BUTTON_TEXT13 {
    width: 92px;
}
#BUTTON_TEXT13 > .ladi-headline {
    font-size: 13px;
    line-height: 1.6;
    color: #fff;
    text-align: center;
}
#BUTTON_TEXT13 > .ladi-headline:hover {
    transform: scale(1.03);
    opacity: 1;
}
#SECTION10 > .ladi-section-background,
#SECTION437 > .ladi-section-background,
#SECTION76 > .ladi-section-background {
    background-color: #000;
}
#BUTTON15 > .ladi-button,
#BUTTON17 > .ladi-button,
#BUTTON19 > .ladi-button,
#BUTTON21 > .ladi-button,
#BUTTON23 > .ladi-button,
#BUTTON25 > .ladi-button {
    border-width: 1px;
    border-radius: 18px;
    border-color: #c71f16;
}
#BUTTON_TEXT15 > .ladi-headline {
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    text-align: left;
}
#BUTTON_TEXT15 > .ladi-headline:hover,
#BUTTON_TEXT17 > .ladi-headline:hover,
#BUTTON_TEXT19 > .ladi-headline:hover,
#BUTTON_TEXT21 > .ladi-headline:hover,
#BUTTON_TEXT23 > .ladi-headline:hover,
#BUTTON_TEXT25 > .ladi-headline:hover {
    color: #e88c30;
}
#BUTTON_TEXT17 > .ladi-headline,
#BUTTON_TEXT19 > .ladi-headline,
#BUTTON_TEXT21 > .ladi-headline,
#BUTTON_TEXT23 > .ladi-headline,
#BUTTON_TEXT25 > .ladi-headline,
#PARAGRAPH438 > .ladi-paragraph {
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    text-align: center;
}
#BUTTON21,
#BUTTON_TEXT21,
#HEADLINE515 {
    width: 80px;
}
#BOX100 > .ladi-box,
#BOX146 > .ladi-box,
#BOX31 > .ladi-box,
#BOX38 > .ladi-box,
#BOX43 > .ladi-box,
#BOX53 > .ladi-box,
#BOX541 > .ladi-box,
#BOX543 > .ladi-box,
#BOX58 > .ladi-box,
#BOX66 > .ladi-box,
#BOX71 > .ladi-box,
#BOX82 > .ladi-box,
#BOX92 > .ladi-box {
    background-color: #fff;
}
#PARAGRAPH27 > .ladi-paragraph {
    font-size: 25px;
    line-height: 1.6;
    color: #000;
}
#BOX147,
#FORM_ITEM503,
#IMAGE101 > .ladi-image > .ladi-image-background,
#IMAGE29 > .ladi-image > .ladi-image-background,
#IMAGE35 > .ladi-image > .ladi-image-background,
#IMAGE37 > .ladi-image > .ladi-image-background,
#IMAGE41 > .ladi-image > .ladi-image-background,
#IMAGE454,
#IMAGE454 > .ladi-image > .ladi-image-background,
#IMAGE457,
#IMAGE457 > .ladi-image > .ladi-image-background,
#IMAGE458 > .ladi-image > .ladi-image-background,
#IMAGE461,
#IMAGE461 > .ladi-image > .ladi-image-background,
#IMAGE465,
#IMAGE465 > .ladi-image > .ladi-image-background,
#IMAGE468,
#IMAGE468 > .ladi-image > .ladi-image-background,
#IMAGE471,
#IMAGE471 > .ladi-image > .ladi-image-background,
#IMAGE472 > .ladi-image > .ladi-image-background,
#IMAGE476,
#IMAGE476 > .ladi-image > .ladi-image-background,
#IMAGE479,
#IMAGE479 > .ladi-image > .ladi-image-background,
#IMAGE482,
#IMAGE482 > .ladi-image > .ladi-image-background,
#IMAGE485,
#IMAGE485 > .ladi-image > .ladi-image-background.loaded,
#IMAGE493 > .ladi-image > .ladi-image-background,
#IMAGE497 > .ladi-image > .ladi-image-background,
#IMAGE510 > .ladi-image > .ladi-image-background,
#IMAGE511 > .ladi-image > .ladi-image-background,
#IMAGE512 > .ladi-image > .ladi-image-background,
#IMAGE63 > .ladi-image > .ladi-image-background {
    top: 0;
    left: 0;
}
#LIST_PARAGRAPH69 > .ladi-list-paragraph,
#LIST_PARAGRAPH80 > .ladi-list-paragraph,
#LIST_PARAGRAPH89 > .ladi-list-paragraph,
#PARAGRAPH145 > .ladi-paragraph,
#PARAGRAPH30 > .ladi-paragraph,
#PARAGRAPH32 > .ladi-paragraph,
#PARAGRAPH34 > .ladi-paragraph,
#PARAGRAPH36 > .ladi-paragraph,
#PARAGRAPH42 > .ladi-paragraph,
#PARAGRAPH453 > .ladi-paragraph,
#PARAGRAPH456 > .ladi-paragraph,
#PARAGRAPH460 > .ladi-paragraph,
#PARAGRAPH464 > .ladi-paragraph,
#PARAGRAPH467 > .ladi-paragraph,
#PARAGRAPH470 > .ladi-paragraph,
#PARAGRAPH475 > .ladi-paragraph,
#PARAGRAPH478 > .ladi-paragraph,
#PARAGRAPH481 > .ladi-paragraph,
#PARAGRAPH484 > .ladi-paragraph,
#PARAGRAPH51 > .ladi-paragraph,
#PARAGRAPH52 > .ladi-paragraph,
#PARAGRAPH54 > .ladi-paragraph,
#PARAGRAPH55 > .ladi-paragraph,
#PARAGRAPH56 > .ladi-paragraph,
#PARAGRAPH60 > .ladi-paragraph,
#PARAGRAPH61 > .ladi-paragraph,
#PARAGRAPH65 > .ladi-paragraph,
#PARAGRAPH68 > .ladi-paragraph,
#PARAGRAPH70 > .ladi-paragraph,
#PARAGRAPH79 > .ladi-paragraph,
#PARAGRAPH81 > .ladi-paragraph,
#PARAGRAPH85 > .ladi-paragraph,
#PARAGRAPH87 > .ladi-paragraph,
#PARAGRAPH91 > .ladi-paragraph,
#PARAGRAPH94 > .ladi-paragraph,
#PARAGRAPH96 > .ladi-paragraph,
#PARAGRAPH98 > .ladi-paragraph,
#PARAGRAPH99 > .ladi-paragraph {
    font-size: 18px;
    line-height: 1.6;
    color: #000;
}
#IMAGE44 > .ladi-image > .ladi-image-background,
#IMAGE497,
#IMAGE84 > .ladi-image > .ladi-image-background,
#PARAGRAPH440,
#PARAGRAPH443,
#PARAGRAPH444 {
    top: 0;
}
#HEADLINE505 > .ladi-headline,
#PARAGRAPH440 > .ladi-paragraph,
#PARAGRAPH441 > .ladi-paragraph,
#PARAGRAPH442 > .ladi-paragraph {
    line-height: 1.6;
    color: #000;
    text-align: center;
}
#BOX445,
#BOX446,
#BUTTON501,
#BUTTON_TEXT501,
#FORM_ITEM504,
#IMAGE498,
#PARAGRAPH441 {
    left: 0;
}
#PARAGRAPH441 > .ladi-paragraph {
    transform: rotate(-90deg);
}
#PARAGRAPH441 > .ladi-paragraph:hover {
    transform: rotate(0);
    opacity: 1;
}
#PARAGRAPH443 > .ladi-paragraph,
#PARAGRAPH444 > .ladi-paragraph {
    font-size: 13px;
    line-height: 1.6;
    color: #000;
    text-align: left;
}
#BOX445 > .ladi-box {
    background-color: #e47f40;
}
#BOX446 > .ladi-box {
    background-color: #18599f;
}
#BOX147 > .ladi-box,
#BUTTON439 > .ladi-button > .ladi-button-background,
#BUTTON501 > .ladi-button > .ladi-button-background {
    background-color: initial;
    background-size: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
    background-attachment: initial;
}
#PARAGRAPH40 > .ladi-paragraph {
    font-size: 15px;
    line-height: 1.6;
    color: #000;
    text-align: center;
}
#PARAGRAPH57 > .ladi-paragraph,
#PARAGRAPH59 > .ladi-paragraph,
#PARAGRAPH67 > .ladi-paragraph,
#PARAGRAPH78 > .ladi-paragraph,
#PARAGRAPH83 > .ladi-paragraph,
#PARAGRAPH86 > .ladi-paragraph,
#PARAGRAPH93 > .ladi-paragraph {
    font-size: 18px;
    line-height: 1.6;
    color: #000;
    text-transform: uppercase;
}
#LIST_PARAGRAPH69 ul li,
#LIST_PARAGRAPH80 ul li,
#LIST_PARAGRAPH89 ul li {
    padding-left: 20px;
}
#LIST_PARAGRAPH69 ul li:before,
#LIST_PARAGRAPH80 ul li:before,
#LIST_PARAGRAPH89 ul li:before {
    top: -20px;
    font-size: 40px;
    content: counter(linum, disc);
}
#IMAGE84 {
    width: 378.947px;
    height: 360px;
}
#IMAGE84 > .ladi-image > .ladi-image-background.loaded {
    width: 570.479px;
    height: 360px;
    background-image: url("../images/screenshot_1637919657-20211126094110.webp");
}
#PARAGRAPH90 > .ladi-paragraph {
    font-size: 18px;
    line-height: 1.6;
    color: #911710;
    text-transform: uppercase;
}
#PARAGRAPH95 > .ladi-paragraph {
    font-size: 18px;
    line-height: 1.6;
    color: #da1a0f;
    text-align: center;
}
#PARAGRAPH97 > .ladi-paragraph {
    font-size: 18px;
    line-height: 1.6;
    color: #da1a0f;
    text-transform: uppercase;
}
#IMAGE101,
#IMAGE101 > .ladi-image > .ladi-image-background.loaded {
    width: 113.296px;
    height: 100.837px;
}
#IMAGE101 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/byt-stamp-20211126065208.webp");
}
#HEADLINE494 > .ladi-headline {
    font-family: QmFybGLUlZGlbSdGY;
    font-weight: 700;
    color: #e42116;
    text-align: center;
}
#BOX147 > .ladi-box {
    border-radius: 20px;
    border: 1px solid #da1a0f;
    background-image: linear-gradient(#fdfbfb, #e8f2ff);
}
#BOX147 > .ladi-box,
#BUTTON439 > .ladi-button > .ladi-button-background,
#BUTTON501 > .ladi-button > .ladi-button-background {
    -webkit-background-clip: initial;
}
#PARAGRAPH145 {
    top: 20px;
}
#HEADLINE499,
#HEADLINE525,
#HEADLINE526 {
    width: 380px;
}
#HEADLINE499 > .ladi-headline {
    font-family: "Roboto Slab", serif;
    font-size: 29px;
    font-weight: 700;
    line-height: 1.6;
    color: #516680;
    text-align: center;
}
#BUTTON501,
#BUTTON_TEXT501,
#FORM500,
#FORM_ITEM502,
#FORM_ITEM503,
#FORM_ITEM504 {
    width: 320px;
}
#FORM500 > .ladi-form {
    font-size: 12px;
    line-height: 1.6;
    color: #707070;
}
#FORM500 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"],
#FORM500 .ladi-form .ladi-survey-option .ladi-survey-option-label,
#FORM500 .ladi-form-item .ladi-form-control::placeholder,
#FORM500 .ladi-form-item select.ladi-form-control[data-selected=""] {
    color: #707070;
}
#FORM500 .ladi-form-item {
    padding-left: 8px;
    padding-right: 8px;
}
#FORM500 .ladi-form-item.otp-countdown:before {
    right: 13px;
}
#FORM500 .ladi-form-item.ladi-form-checkbox {
    padding-left: 13px;
    padding-right: 13px;
}
#FORM500 .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");
}
#FORM500 .ladi-survey-option {
    text-align: left;
}
#FORM500 .ladi-form-item-container,
#FORM500 .ladi-form-label-container .ladi-form-label-item {
    border-radius: 5px;
    border: 1px solid #a5a5a5;
}
#FORM500 .ladi-form-item-container .ladi-form-item.ladi-form-quantity {
    width: calc(100% + 1px);
}
#FORM500 .ladi-form-item-container .ladi-form-quantity .button {
    background-color: #a5a5a5;
}
#FORM500 .ladi-form-item-background {
    border-radius: 4px;
    background-color: #efefef;
}
#BUTTON501 > .ladi-button > .ladi-button-background {
    background-image: linear-gradient(#e42116, #b70a01);
}
#BUTTON501 > .ladi-button {
    border-radius: 5px;
}
#BUTTON501 > .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_TEXT501 > .ladi-headline {
    font-weight: 700;
    line-height: 1.6;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
#HEADLINE506 > .ladi-headline {
    font-size: 15px;
    line-height: 1.4;
    color: #3e3e3e;
    text-align: center;
}
#HEADLINE507,
#HEADLINE508,
#HEADLINE509 {
    width: 70px;
}
#HEADLINE507 > .ladi-headline,
#HEADLINE508 > .ladi-headline,
#HEADLINE509 > .ladi-headline {
    font-size: 12px;
    line-height: 1.2;
    color: #000;
    text-align: center;
}
#HEADLINE513 > .ladi-headline,
#HEADLINE515 > .ladi-headline {
    line-height: 1.6;
    color: #000;
    text-transform: uppercase;
    text-align: right;
}
#HEADLINE514 > .ladi-headline {
    font-family: QmFybGLUJvbGQudHRm;
    line-height: 1.6;
    color: #e42116;
    text-align: left;
}
#HEADLINE516 > .ladi-headline {
    font-family: QmFybGLVJlZVsYXIudHRm;
    line-height: 1.6;
    color: #585858;
    text-decoration-line: line-through;
    text-align: left;
}
#BOX517 {
    height: 60px;
}
#BOX517 > .ladi-box {
    border-radius: 7px;
    border: 1px solid #cdcdcd;
    background-color: #ececec;
}
#COUNTDOWN518 {
    height: 57px;
}
#COUNTDOWN518 > .ladi-countdown {
    font-size: 40px;
    font-weight: 700;
    color: #db0d01;
    text-align: center;
}
#COUNTDOWN518 > .ladi-countdown > .ladi-element {
    width: calc((100% - 70px) / 4);
    height: 100%;
    margin-right: 10px;
}
#COUNTDOWN_ITEM519 {
    visibility: hidden;
    pointer-events: none;
}
#HEADLINE523 > .ladi-headline,
#HEADLINE524 > .ladi-headline {
    font-family: TWVycmlZWFaGVyLUJvbGQudHRm;
    font-size: 33px;
    line-height: 1.6;
    color: #b11108;
    text-align: center;
}
#HEADLINE523.ladi-animation > .ladi-headline,
#HEADLINE524.ladi-animation > .ladi-headline {
    animation-name: flash;
    animation-delay: 0s;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
#HEADLINE525 > .ladi-headline,
#HEADLINE526 > .ladi-headline {
    font-size: 16px;
    line-height: 1.6;
    color: #5f5f5f;
    text-align: center;
}
#PARAGRAPH527 > .ladi-paragraph {
    font-family: QmFybGLVJlZVsYXIudHRm;
    font-size: 15px;
    font-style: italic;
    line-height: 1.6;
    color: #000;
    text-align: center;
}
#PARAGRAPH149 > .ladi-paragraph {
    font-size: 23px;
    line-height: 1.6;
    color: #fff;
}
#PARAGRAPH451 > .ladi-paragraph {
    font-size: 28px;
    line-height: 1.6;
    color: #000;
}
#PARAGRAPH453,
#PARAGRAPH456,
#PARAGRAPH460,
#PARAGRAPH464,
#PARAGRAPH467,
#PARAGRAPH470,
#PARAGRAPH475,
#PARAGRAPH478,
#PARAGRAPH481,
#PARAGRAPH484 {
    top: 0;
    left: 80px;
}
#IMAGE454,
#IMAGE454 > .ladi-image > .ladi-image-background,
#IMAGE457,
#IMAGE457 > .ladi-image > .ladi-image-background,
#IMAGE461,
#IMAGE461 > .ladi-image > .ladi-image-background,
#IMAGE465,
#IMAGE465 > .ladi-image > .ladi-image-background,
#IMAGE468,
#IMAGE468 > .ladi-image > .ladi-image-background,
#IMAGE471,
#IMAGE471 > .ladi-image > .ladi-image-background,
#IMAGE476,
#IMAGE476 > .ladi-image > .ladi-image-background,
#IMAGE479,
#IMAGE479 > .ladi-image > .ladi-image-background,
#IMAGE482,
#IMAGE482 > .ladi-image > .ladi-image-background,
#IMAGE485,
#IMAGE485 > .ladi-image > .ladi-image-background.loaded {
    width: 70px;
    height: 63.9443px;
}
#IMAGE454 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/74674710_609712309769150_2096304272841916387_n-20210708030649.webp");
}
#IMAGE457 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/m2-20210618080720.webp");
}
#IMAGE458,
#IMAGE458 > .ladi-image > .ladi-image-background.loaded {
    width: 242.526px;
    height: 300px;
}
#IMAGE472,
#IMAGE472 > .ladi-image > .ladi-image-background.loaded {
    height: 340px;
}
#IMAGE458 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/feedback_hypercare-10-20210817094934.webp");
}
#IMAGE461 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/w13-20210618091138.webp");
}
#IMAGE465 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/indo-men-20210610063928.webp");
}
#IMAGE468 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/w10-20210618085651.webp");
}
#IMAGE471 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/vietnam-women-3-20210614093842.webp");
}
#IMAGE472 {
    width: 255px;
}
#IMAGE476 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/20-20210616072414.webp");
}
#IMAGE479 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/a-13-20210422043002.webp");
}
#IMAGE482 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/7-20210617081601.webp");
}
#IMAGE485 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/w9-20210618083711.webp");
}
#BUTTON439 {
    height: 50px;
}
#BUTTON439 > .ladi-button > .ladi-button-background {
    background-image: linear-gradient(#e52d27, #b31217);
}
#BUTTON439 > .ladi-button {
    border-radius: 15px;
}
#BUTTON_TEXT439 {
    width: 470px;
}
#BUTTON_TEXT439 > .ladi-headline {
    font-size: 14px;
    font-weight: 700;
    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;
    }
    #BOX100,
    #BOX38,
    #BOX43,
    #BOX53,
    #BOX543,
    #BOX58,
    #BOX66,
    #BOX71,
    #BOX82,
    #BOX92,
    .ladi-section .ladi-container {
        width: 1200px;
    }
    #SECTION1 {
        height: 47.7px;
    }
    #BUTTON3 {
        top: 7.5px;
        left: 32px;
    }
    #BUTTON4 {
        top: 7.5px;
        left: 170px;
    }
    #BUTTON6 {
        top: 7.5px;
        left: 316px;
    }
    #SECTION8 {
        height: 67.7px;
    }
    #PARAGRAPH11 {
        top: 18.3px;
        left: 30px;
    }
    #PARAGRAPH12 {
        top: 24.3px;
        left: 241px;
    }
    #BUTTON13 {
        top: 13.3px;
        left: 1050px;
    }
    #SECTION10 {
        height: 49.7px;
    }
    #BUTTON15 {
        top: 8.6px;
        left: 30px;
    }
    #BUTTON17 {
        top: 8.6px;
        left: 201px;
    }
    #BUTTON19 {
        top: 8.6px;
        left: 270.5px;
    }
    #BUTTON21 {
        top: 8.6px;
        left: 441px;
    }
    #BUTTON23 {
        top: 8.6px;
        left: 505px;
    }
    #BUTTON25 {
        top: 8.6px;
        left: 628px;
    }
    #SECTION9 {
        height: 798px;
    }
    #SECTION28 > .ladi-section-background,
    #SECTION33 > .ladi-section-background,
    #SECTION39 > .ladi-section-background,
    #SECTION45 > .ladi-section-background,
    #SECTION48 > .ladi-section-background,
    #SECTION491 > .ladi-section-background,
    #SECTION495 > .ladi-section-background,
    #SECTION64 > .ladi-section-background,
    #SECTION72 > .ladi-section-background,
    #SECTION73 > .ladi-section-background,
    #SECTION74 > .ladi-section-background,
    #SECTION75 > .ladi-section-background,
    #SECTION9 > .ladi-section-background {
        background-color: #fdf5f5;
    }
    #BOX31 {
        width: 1200px;
        height: 799.1px;
        top: -1.1px;
        left: 0;
    }
    #PARAGRAPH27 {
        width: 1139px;
        top: 23.9px;
        left: 30.5px;
    }
    #IMAGE29,
    #IMAGE29 > .ladi-image > .ladi-image-background,
    #IMAGE37,
    #IMAGE37 > .ladi-image > .ladi-image-background,
    #IMAGE41,
    #IMAGE41 > .ladi-image > .ladi-image-background.loaded {
        width: 816.552px;
        height: 370px;
    }
    #BOX38,
    #SECTION28 {
        height: 1350px;
    }
    #IMAGE29 {
        top: 144.9px;
        left: 191.724px;
    }
    #IMAGE29 > .ladi-image > .ladi-image-background,
    #IMAGE41 > .ladi-image > .ladi-image-background.loaded {
        background-image: url("../images/set-1-20211126092658_1.webp");
    }
    #PARAGRAPH30 {
        width: 1133px;
        top: 544.9px;
        left: 32px;
    }
    #BOX146,
    #BOX38,
    #BOX43,
    #BOX53,
    #BOX58,
    #BOX66,
    #BOX82,
    #BOX92,
    #GROUP148 {
        top: 0;
        left: 0;
    }
    #PARAGRAPH32,
    #PARAGRAPH36 {
        width: 1136px;
    }
    #PARAGRAPH32 {
        top: 18px;
        left: 30px;
    }
    #IMAGE35,
    #IMAGE35 > .ladi-image > .ladi-image-background.loaded {
        width: 794.483px;
        height: 360px;
    }
    #BOX43,
    #SECTION33 {
        height: 1083px;
    }
    #BOX53,
    #SECTION39 {
        height: 1429px;
    }
    #BOX58,
    #SECTION45 {
        height: 984px;
    }
    #BOX66,
    #SECTION48 {
        height: 1274px;
    }
    #IMAGE35 {
        top: 396.9px;
        left: 200px;
    }
    #IMAGE35 > .ladi-image > .ladi-image-background.loaded {
        background-image: url("../images/set-4-20211126092658_1.webp");
    }
    #PARAGRAPH36 {
        top: 774px;
        left: 30px;
    }
    #IMAGE37 {
        top: 20px;
        left: 70px;
    }
    #IMAGE37 > .ladi-image > .ladi-image-background.loaded {
        background-image: url("../images/photo_2021-11-26_16-18-40-20211126091904.webp");
    }
    #PARAGRAPH440 {
        width: 559px;
        left: 210px;
    }
    #HEADLINE505 > .ladi-headline,
    #PARAGRAPH440 > .ladi-paragraph,
    #PARAGRAPH442 > .ladi-paragraph {
        font-size: 14px;
    }
    #PARAGRAPH441 {
        width: 120px;
        top: 170px;
    }
    #PARAGRAPH441 > .ladi-paragraph {
        font-size: 15px;
    }
    #PARAGRAPH442 {
        width: 60px;
        top: 330px;
        left: 20px;
    }
    #PARAGRAPH443,
    #PARAGRAPH444 {
        width: 210px;
        left: 22px;
    }
    #BOX445,
    #BOX446 {
        width: 10px;
        height: 13px;
    }
    #BOX445 {
        top: 5px;
    }
    #GROUP447,
    #GROUP448 {
        width: 232px;
        height: 21px;
    }
    #GROUP447 {
        top: 369px;
        left: 487px;
    }
    #BOX446 {
        top: 3px;
    }
    #GROUP448 {
        top: 369px;
        left: 210px;
    }
    #GROUP449 {
        width: 886.552px;
        height: 390px;
        top: 907px;
        left: 131.724px;
    }
    #PARAGRAPH34,
    #PARAGRAPH42,
    #PARAGRAPH51,
    #PARAGRAPH52,
    #PARAGRAPH55,
    #PARAGRAPH56,
    #PARAGRAPH60,
    #PARAGRAPH61,
    #PARAGRAPH65,
    #PARAGRAPH70,
    #PARAGRAPH81,
    #PARAGRAPH87,
    #PARAGRAPH91,
    #PARAGRAPH94,
    #PARAGRAPH96 {
        width: 1130px;
    }
    #PARAGRAPH34,
    #PARAGRAPH59,
    #PARAGRAPH78 {
        top: 30px;
        left: 30px;
    }
    #IMAGE41 {
        top: 435px;
        left: 170px;
    }
    #PARAGRAPH42 {
        top: 847px;
        left: 30px;
    }
    #PARAGRAPH40 {
        width: 850px;
        top: 532px;
        left: 150px;
    }
    #IMAGE44 {
        width: 816.552px;
        height: 490px;
        top: 35px;
        left: 166.724px;
    }
    #IMAGE44 > .ladi-image > .ladi-image-background.loaded {
        width: 871.111px;
        height: 490px;
        left: -16.3221px;
        background-image: url("../images/set-3-20211126092658_1.webp");
    }
    #PARAGRAPH51 {
        top: 600px;
        left: 30px;
    }
    #PARAGRAPH52 {
        top: 998px;
        left: 30px;
    }
    #PARAGRAPH54,
    #PARAGRAPH57,
    #PARAGRAPH59,
    #PARAGRAPH67,
    #PARAGRAPH78,
    #PARAGRAPH86,
    #PARAGRAPH90,
    #PARAGRAPH93,
    #PARAGRAPH97 {
        width: 1090px;
    }
    #PARAGRAPH54,
    #PARAGRAPH83,
    #PARAGRAPH93 {
        top: 20px;
        left: 30px;
    }
    #PARAGRAPH55 {
        top: 69px;
        left: 30px;
    }
    #PARAGRAPH56 {
        top: 645px;
        left: 30px;
    }
    #PARAGRAPH57 {
        top: 591px;
        left: 30px;
    }
    #PARAGRAPH60,
    #PARAGRAPH79 {
        top: 80px;
        left: 30px;
    }
    #IMAGE63,
    #IMAGE63 > .ladi-image > .ladi-image-background.loaded {
        width: 816.552px;
        height: 450px;
    }
    #BOX82,
    #SECTION72 {
        height: 1420px;
    }
    #BOX92,
    #SECTION73 {
        height: 1330px;
    }
    #BOX100,
    #SECTION74 {
        height: 640px;
    }
    #IMAGE63 {
        top: 370px;
        left: 170px;
    }
    #IMAGE63 > .ladi-image > .ladi-image-background.loaded {
        background-image: url("../images/set-2-20211126092658.webp");
    }
    #PARAGRAPH61 {
        top: 860.9px;
        left: 30px;
    }
    #SECTION64 {
        height: 840px;
    }
    #BOX71 {
        height: 870px;
        top: -13.1px;
        left: 0;
    }
    #PARAGRAPH65 {
        top: 6.9px;
        left: 30px;
    }
    #PARAGRAPH67 {
        top: 316.9px;
        left: 30px;
    }
    #PARAGRAPH68,
    #PARAGRAPH79,
    #PARAGRAPH83,
    #PARAGRAPH98 {
        width: 1140px;
    }
    #PARAGRAPH68 {
        top: 366.9px;
        left: 30px;
    }
    #LIST_PARAGRAPH69,
    #LIST_PARAGRAPH89,
    #PARAGRAPH145 {
        width: 1070px;
    }
    #LIST_PARAGRAPH69 {
        top: 516.9px;
        left: 70px;
    }
    #PARAGRAPH70 {
        top: 684.9px;
        left: 30px;
    }
    #LIST_PARAGRAPH80 {
        width: 1040px;
        top: 686.9px;
        left: 90px;
    }
    #PARAGRAPH81 {
        top: 806.9px;
        left: 30px;
    }
    #IMAGE84 {
        top: 90px;
        left: 60px;
    }
    #IMAGE84 > .ladi-image > .ladi-image-background.loaded {
        left: -104px;
    }
    #PARAGRAPH85,
    #PARAGRAPH95 {
        width: 690px;
    }
    #PARAGRAPH85 {
        top: 90px;
        left: 470px;
    }
    #PARAGRAPH86 {
        top: 510px;
        left: 30px;
    }
    #PARAGRAPH87 {
        top: 570px;
        left: 30px;
    }
    #LIST_PARAGRAPH89 {
        top: 850px;
        left: 90px;
    }
    #PARAGRAPH90 {
        top: 960px;
        left: 30px;
    }
    #PARAGRAPH91 {
        top: 1020px;
        left: 30px;
    }
    #BOX100,
    #BOX543 {
        top: -3.1px;
        left: 0;
    }
    #PARAGRAPH94 {
        top: 70px;
        left: 30px;
    }
    #PARAGRAPH95 {
        top: 150px;
        left: 230px;
    }
    #PARAGRAPH96 {
        top: 220px;
        left: 30px;
    }
    #PARAGRAPH97 {
        top: 299px;
        left: 30px;
    }
    #PARAGRAPH98 {
        top: 340px;
        left: 30px;
    }
    #PARAGRAPH99 {
        width: 1120px;
        top: 520px;
        left: 40px;
    }
    #IMAGE101 {
        top: 390px;
        left: 490px;
    }
    #SECTION491 {
        height: 818.9px;
    }
    #BOX543 {
        height: 814.2px;
    }
    #IMAGE492 {
        width: 457.769px;
        height: 717.8px;
        top: 76.9px;
        left: 371.115px;
    }
    #IMAGE492 > .ladi-image > .ladi-image-background.loaded {
        width: 524.724px;
        height: 739.733px;
        top: 1.15439px;
        left: -66.9545px;
        background-image: url("../images/kq-gtn-hypercare-1-20230414063234-jtkzg.webp");
    }
    #IMAGE493,
    #IMAGE493 > .ladi-image > .ladi-image-background.loaded {
        width: 483.058px;
        height: 535px;
    }
    #IMAGE493 {
        top: 283.9px;
        left: 158.369px;
    }
    #IMAGE493 > .ladi-image > .ladi-image-background.loaded {
        background-image: url("../images/hypercare_decor-02-20210728082840_1.webp");
    }
    #HEADLINE494 {
        width: 1200px;
        top: 10.7px;
        left: 0;
    }
    #HEADLINE494 > .ladi-headline {
        font-size: 30px;
        line-height: 1.6;
    }
    #BOX147,
    #GROUP148 {
        width: 1110px;
        height: 350px;
    }
    #PARAGRAPH145 {
        left: 20px;
    }
    #SECTION75 {
        height: 383px;
    }
    #BOX146 {
        width: 1200px;
        height: 390px;
    }
    #SECTION495 {
        height: 1000.9px;
    }
    #BOX541 {
        width: 1200px;
        height: 1010px;
        top: -9.1px;
        left: 0;
    }
    #IMAGE497,
    #IMAGE497 > .ladi-image > .ladi-image-background.loaded {
        width: 499.417px;
        height: 902.234px;
    }
    #IMAGE497 {
        left: 54.4405px;
    }
    #IMAGE497 > .ladi-image > .ladi-image-background.loaded {
        background-image: url("../images/cover091113-3240-34643-0123015-20210607044235.webp");
    }
    #GROUP496,
    #IMAGE498 {
        width: 608.298px;
        height: 920px;
    }
    #IMAGE498 {
        top: 0;
    }
    #IMAGE498 > .ladi-image > .ladi-image-background.loaded {
        width: 632.324px;
        height: 944.205px;
        top: -14.205px;
        left: -13.058px;
        background-image: url("../images/cover-form-02-20210601071912-1-20210607044125.webp");
    }
    #HEADLINE499 {
        top: 56px;
        left: 114.149px;
    }
    #FORM500 {
        height: 170.889px;
        top: 426px;
        left: 139.649px;
    }
    #BUTTON501,
	#FORM_ITEM502,
    #FORM_ITEM503,
    #FORM_ITEM504 {
        height: 42.8489px;
    }
    #BUTTON501 {
        top: 140.04px;
    }
    #BUTTON_TEXT501 {
        top: 12.304px;
    }
    #BUTTON_TEXT501 > .ladi-headline,
    #HEADLINE516 > .ladi-headline {
        font-size: 19px;
    }
	#FORM_ITEM503 {
        top: 46.52px;
    }
    #FORM_ITEM504 {
        top: 93.52px;
    }
    #HEADLINE505 {
        width: 440px;
        top: 619px;
        left: 79.649px;
    }
    #HEADLINE506 {
        width: 509px;
        top: 262px;
        left: 45.149px;
    }
    #HEADLINE507 {
        top: 850px;
        left: 148.149px;
    }
    #HEADLINE508 {
        top: 850px;
        left: 269.149px;
    }
    #HEADLINE509 {
        top: 850px;
        left: 395.149px;
    }
    #IMAGE510,
    #IMAGE510 > .ladi-image > .ladi-image-background,
    #IMAGE511,
    #IMAGE511 > .ladi-image > .ladi-image-background,
    #IMAGE512,
    #IMAGE512 > .ladi-image > .ladi-image-background.loaded {
        width: 100px;
        height: 100px;
    }
    #IMAGE510 {
        top: 750px;
        left: 254.155px;
    }
    #IMAGE510 > .ladi-image > .ladi-image-background.loaded {
        background-image: url("../images/bag-02-20210607062735_1.webp");
    }
    #IMAGE511 {
        top: 750px;
        left: 379.149px;
    }
    #IMAGE511 > .ladi-image > .ladi-image-background.loaded {
        background-image: url("../images/bag-03-20210607062734_1.webp");
    }
    #IMAGE512 {
        top: 750px;
        left: 129.149px;
    }
    #IMAGE512 > .ladi-image > .ladi-image-background.loaded {
        background-image: url("../images/bag-01-20210607062735.webp");
    }
    #HEADLINE513 {
        width: 189px;
        top: 375.35px;
        left: 90.649px;
    }
    #HEADLINE513 > .ladi-headline {
        font-size: 20px;
    }
    #HEADLINE514 {
        width: 236px;
        top: 366.85px;
        left: 281.649px;
    }
    #HEADLINE514 > .ladi-headline {
        font-size: 29px;
    }
    #HEADLINE515 {
        top: 344.85px;
        left: 182.149px;
    }
    #HEADLINE515 > .ladi-headline {
        font-size: 18px;
    }
    #HEADLINE516 {
        width: 193px;
        top: 344.85px;
        left: 273.149px;
    }
    #BOX517 {
        width: 314.725px;
        top: 180px;
        left: 148.173px;
    }
    #COUNTDOWN518 {
        width: 347.283px;
        top: 182px;
        left: 87.399px;
    }
    #HEADLINE523,
    #HEADLINE524 {
        opacity: 0 !important;
        pointer-events: none !important;
        width: 43px;
    }
    #HEADLINE523 {
        top: 185px;
        left: 239.335px;
    }
    #HEADLINE524 {
        top: 185.981px;
        left: 328.327px;
    }
    #HEADLINE525 {
        top: 110px;
        left: 114.149px;
    }
    #HEADLINE526 {
        top: 134px;
        left: 114.149px;
    }
    #GROUP496 {
        top: 21.7px;
        left: 300px;
    }
    #PARAGRAPH527 {
        width: 609px;
        top: 961.7px;
        left: 290px;
    }
    #SECTION76 {
        height: 48.4px;
        display: none !important;
    }
    #PARAGRAPH149,
    #PARAGRAPH451 {
        width: 469px;
    }
    #PARAGRAPH149 {
        top: 12.4px;
        left: 40px;
    }
    #SECTION450 {
        height: 679.7px;
    }
    #PARAGRAPH451 {
        top: 18.7px;
        left: 70px;
    }
    #PARAGRAPH453,
    #PARAGRAPH456,
    #PARAGRAPH460,
    #PARAGRAPH464,
    #PARAGRAPH467,
    #PARAGRAPH470,
    #PARAGRAPH475,
    #PARAGRAPH478,
    #PARAGRAPH481,
    #PARAGRAPH484 {
        width: 980px;
    }
    #GROUP452,
    #GROUP463,
    #GROUP466,
    #GROUP474,
    #GROUP477,
    #GROUP480 {
        width: 1060px;
        height: 84px;
    }
    #GROUP452 {
        top: 88.7px;
        left: 70px;
    }
    #GROUP455,
    #GROUP459,
    #GROUP483 {
        width: 1060px;
        height: 63.9443px;
    }
    #GROUP455 {
        top: 198.7px;
        left: 70px;
    }
    #IMAGE458 {
        top: 268.7px;
        left: 150px;
    }
    #GROUP459 {
        top: 598.7px;
        left: 70px;
    }
    #SECTION462 {
        height: 728.7px;
    }
    #GROUP463 {
        top: 19px;
        left: 70px;
    }
    #GROUP466 {
        top: 129px;
        left: 70px;
    }
    #GROUP469 {
        width: 1060px;
        height: 140px;
        top: 239px;
        left: 70px;
    }
    #IMAGE472 {
        top: 384.1px;
        left: 150px;
    }
    #IMAGE472 > .ladi-image > .ladi-image-background.loaded {
        width: 191.441px;
        background-image: url("../images/feedback_hypercare-1-20210817094926.webp");
    }
    #SECTION473 {
        height: 442.7px;
    }
    #GROUP474 {
        top: 20.3px;
        left: 70px;
    }
    #GROUP477 {
        top: 120.3px;
        left: 70px;
    }
    #GROUP480 {
        top: 240.3px;
        left: 70px;
    }
    #GROUP483 {
        top: 350.3px;
        left: 70px;
    }
    #SECTION437 {
        height: 150px;
    }
    #PARAGRAPH438 {
        width: 670px;
        top: 14px;
        left: 260px;
    }
    #BUTTON439 {
            width: 470px;
    top: 80.5px;
    left: 50%;
    position: relative;
    margin-left: -235px;
    }
}
@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;
    }
    #SECTION1,
    #SECTION10,
    [data-hint]:not([data-timeout-id-copied]):after,
    [data-hint]:not([data-timeout-id-copied]):before {
        display: none !important;
    }
    .ladi-section .ladi-container {
        width: 420px;
    }
    #BOX100,
    #BOX146,
    #BOX31,
    #BOX38,
    #BOX43,
    #BOX53,
    #BOX541,
    #BOX543,
    #BOX58,
    #BOX66,
    #BOX71,
    #BOX82,
    #BOX92,
    #BUTTON439,
    #HEADLINE494,
    #IMAGE44,
    #LIST_PARAGRAPH69,
    #LIST_PARAGRAPH80,
    #LIST_PARAGRAPH89,
    #PARAGRAPH149,
    #PARAGRAPH27,
    #PARAGRAPH30,
    #PARAGRAPH32,
    #PARAGRAPH34,
    #PARAGRAPH36,
    #PARAGRAPH40,
    #PARAGRAPH42,
    #PARAGRAPH451,
    #PARAGRAPH51,
    #PARAGRAPH52,
    #PARAGRAPH54,
    #PARAGRAPH55,
    #PARAGRAPH56,
    #PARAGRAPH57,
    #PARAGRAPH59,
    #PARAGRAPH60,
    #PARAGRAPH61,
    #PARAGRAPH65,
    #PARAGRAPH67,
    #PARAGRAPH68,
    #PARAGRAPH70,
    #PARAGRAPH78,
    #PARAGRAPH79,
    #PARAGRAPH81,
    #PARAGRAPH83,
    #PARAGRAPH85,
    #PARAGRAPH86,
    #PARAGRAPH87,
    #PARAGRAPH90,
    #PARAGRAPH91,
    #PARAGRAPH93,
    #PARAGRAPH94,
    #PARAGRAPH95,
    #PARAGRAPH96,
    #PARAGRAPH97,
    #PARAGRAPH98,
    #PARAGRAPH99 {
        width: 400px;
    }
    #SECTION1 {
        height: 133px;
    }
    #BUTTON3 {
        top: 0;
        left: 10px;
    }
    #BUTTON4 {
        top: 0;
        left: 510px;
    }
    #BUTTON6 {
        top: 0;
        left: 140px;
    }
    #SECTION8 {
        height: 70px;
    }
    #PARAGRAPH11 {
        top: 7px;
        left: 10px;
    }
    #PARAGRAPH12 {
        top: 37px;
        left: 30px;
    }
    #BUTTON13 {
        top: 17px;
        left: 320px;
    }
    #SECTION10 {
        height: 256px;
    }
    #BOX541,
    #BOX543,
    #BUTTON15,
    #PARAGRAPH149,
    #PARAGRAPH451 {
        top: 10px;
        left: 10px;
    }
    #BUTTON17 {
        top: 215px;
        left: 167px;
    }
    #BUTTON19 {
        top: 174px;
        left: 120px;
    }
    #BUTTON21 {
        top: 133px;
        left: 170px;
    }
    #BUTTON23 {
        top: 92px;
        left: 140px;
    }
    #BUTTON25 {
        top: 6px;
        left: 182px;
    }
    #SECTION9 {
        height: 1175.55px;
    }
    #BOX31 {
        height: 271.304px;
        top: 9px;
        left: -635px;
    }
    #PARAGRAPH27 {
        top: 31px;
        left: 10px;
    }
    #IMAGE29,
    #IMAGE29 > .ladi-image > .ladi-image-background,
    #IMAGE35,
    #IMAGE35 > .ladi-image > .ladi-image-background,
    #IMAGE41,
    #IMAGE41 > .ladi-image > .ladi-image-background.loaded {
        width: 400px;
        height: 181.25px;
    }
    #IMAGE29 {
        top: 301px;
        left: 10px;
    }
    #IMAGE29 > .ladi-image > .ladi-image-background,
    #IMAGE41 > .ladi-image > .ladi-image-background.loaded {
        background-image: url("../images/set-1-20211126092658.webp");
    }
    #PARAGRAPH30 {
        top: 521px;
        left: 10px;
    }
    #SECTION28 {
        height: 1664.45px;
    }
    #BOX38 {
        height: 455.652px;
        top: 5.45px;
        left: 760px;
    }
    #PARAGRAPH32 {
        top: 25.45px;
        left: 10px;
    }
    #IMAGE35 {
        top: 975.45px;
        left: 10px;
    }
    #IMAGE35 > .ladi-image > .ladi-image-background.loaded {
        background-image: url("../images/set-4-20211126092658.webp");
    }
    #PARAGRAPH36 {
        top: 1193.45px;
        left: 10px;
    }
    #IMAGE37,
    #IMAGE37 > .ladi-image > .ladi-image-background.loaded {
        width: 399.901px;
        height: 181.205px;
    }
    #IMAGE37 {
        top: 35.7949px;
        left: 80.436px;
    }
    #IMAGE37 > .ladi-image > .ladi-image-background.loaded {
        background-image: url("../images/photo_2021-11-26_16-18-40-20211126091904_1.webp");
    }
    #PARAGRAPH440 {
        width: 383px;
        left: 88.8865px;
    }
    #PARAGRAPH440 > .ladi-paragraph,
    #PARAGRAPH442 > .ladi-paragraph {
        font-size: 12px;
    }
    #PARAGRAPH441 {
        width: 153px;
        top: 101.256px;
    }
    #HEADLINE505 > .ladi-headline,
    #PARAGRAPH441 > .ladi-paragraph {
        font-size: 13px;
    }
    #PARAGRAPH442 {
        width: 29px;
        top: 184px;
        left: 70px;
    }
    #PARAGRAPH444 {
        width: 215px;
        left: 22.5552px;
    }
    #BOX445 {
        width: 10.2524px;
        height: 9.46171px;
        top: 3.63911px;
    }
    #GROUP447 {
        width: 237.855px;
        height: 15.2843px;
        top: 210.615px;
        left: 249.662px;
    }
    #PARAGRAPH443 {
        width: 161px;
        left: 16.835px;
    }
    #BOX446 {
        width: 7.65227px;
        height: 6.36666px;
        top: 6.46923px;
    }
    #GROUP448 {
        width: 177.774px;
        height: 41px;
        top: 210.615px;
        left: 71.888px;
    }
    #GROUP449 {
        width: 487.517px;
        height: 251.615px;
        top: 1420.45px;
        left: -64px;
    }
    #SECTION33 {
        height: 1544.07px;
    }
    #BOX43 {
        height: 333.913px;
        top: 15.3px;
        left: 680px;
    }
    #PARAGRAPH34 {
        top: 35.3px;
        left: 10px;
    }
    #IMAGE41 {
        top: 831px;
        left: 10px;
    }
    #PARAGRAPH42 {
        top: 1061px;
        left: 10px;
    }
    #SECTION39 {
        height: 2197.04px;
    }
    #BOX53 {
        height: 473.043px;
        top: 20.14px;
        left: -530px;
    }
    #PARAGRAPH40 {
        top: 430.14px;
        left: 10px;
    }
    #IMAGE44 {
        height: 380px;
        top: 30.14px;
        left: 10px;
    }
    #IMAGE44 > .ladi-image > .ladi-image-background.loaded {
        width: 675.556px;
        height: 380px;
        left: -237px;
        background-image: url("../images/set-3-20211126092658.webp");
    }
    #PARAGRAPH51 {
        top: 546.84px;
        left: 10px;
    }
    #PARAGRAPH52 {
        top: 1335.93px;
        left: 10px;
    }
    #SECTION45 {
        height: 2002.83px;
    }
    #BOX58 {
        height: 347.826px;
        top: 6.1px;
        left: -560px;
    }
    #PARAGRAPH54 {
        top: 26.1px;
        left: 10px;
    }
    #PARAGRAPH55 {
        top: 126.1px;
        left: 10px;
    }
    #PARAGRAPH56 {
        top: 1253.89px;
        left: 10px;
    }
    #PARAGRAPH57 {
        top: 1183.89px;
        left: 10px;
    }
    #SECTION48 {
        height: 1970.27px;
    }
    #BOX66 {
        height: 427.826px;
        top: 31.27px;
        left: -930px;
    }
    #PARAGRAPH59 {
        top: 27.06px;
        left: 10px;
    }
    #PARAGRAPH60 {
        top: 141.27px;
        left: 10px;
    }
    #IMAGE63,
    #IMAGE63 > .ladi-image > .ladi-image-background.loaded {
        width: 400px;
        height: 220.439px;
    }
    #IMAGE63 {
        top: 799.97px;
        left: 10px;
    }
    #IMAGE63 > .ladi-image > .ladi-image-background.loaded {
        background-image: url("../images/set-2-20211126092658_1.webp");
    }
    #PARAGRAPH61 {
        top: 1037.06px;
        left: 10px;
    }
    #SECTION64 {
        height: 1648.17px;
    }
    #BOX71 {
        height: 292.174px;
        top: -3px;
        left: -830px;
    }
    #PARAGRAPH65 {
        top: 27px;
        left: 10px;
    }
    #PARAGRAPH67 {
        top: 736.79px;
        left: 10px;
    }
    #PARAGRAPH68 {
        top: 776.79px;
        left: 10px;
    }
    #LIST_PARAGRAPH69 {
        top: 1056.79px;
        left: 10px;
    }
    #PARAGRAPH70 {
        top: 1296.79px;
        left: 10px;
    }
    #SECTION72 {
        height: 2515.91px;
    }
    #BOX82 {
        height: 493.913px;
        top: 24.83px;
        left: 690px;
    }
    #PARAGRAPH78 {
        top: 24.83px;
        left: 10px;
    }
    #PARAGRAPH79 {
        top: 94.83px;
        left: 10px;
    }
    #LIST_PARAGRAPH80 {
        top: 1225.62px;
        left: 10px;
    }
    #PARAGRAPH81 {
        top: 1348.62px;
        left: 10px;
    }
    #SECTION73 {
        height: 2534.92px;
    }
    #BOX92 {
        height: 462.609px;
        top: 11.92px;
        left: 570px;
    }
    #PARAGRAPH83 {
        top: 21.92px;
        left: 10px;
    }
    #IMAGE84 {
        top: 161.92px;
        left: 20px;
    }
    #IMAGE84 > .ladi-image > .ladi-image-background.loaded {
        left: -107px;
    }
    #PARAGRAPH85 {
        top: 2000.71px;
        left: 10px;
    }
    #PARAGRAPH86 {
        top: 551.92px;
        left: 10px;
    }
    #PARAGRAPH87 {
        top: 601.92px;
        left: 10px;
    }
    #LIST_PARAGRAPH89 {
        top: 1041.92px;
        left: 10px;
    }
    #PARAGRAPH90 {
        top: 1281.92px;
        left: 10px;
    }
    #PARAGRAPH91 {
        top: 1371.92px;
        left: 10px;
    }
    #SECTION74 {
        height: 1009.45px;
    }
    #BOX100 {
        height: 222.609px;
        top: 55.31px;
        left: 510px;
    }
    #PARAGRAPH93 {
        top: 25.31px;
        left: 10px;
    }
    #PARAGRAPH94 {
        top: 125.31px;
        left: 10px;
    }
    #PARAGRAPH95 {
        top: 285.31px;
        left: 10px;
    }
    #PARAGRAPH96 {
        top: 369.79px;
        left: 10px;
    }
    #PARAGRAPH97 {
        top: 499.79px;
        left: 10px;
    }
    #PARAGRAPH98 {
        top: 549.79px;
        left: 10px;
    }
    #PARAGRAPH99 {
        top: 759.79px;
        left: 10px;
    }
    #IMAGE101 {
        top: 649.79px;
        left: 150px;
    }
    #SECTION491 {
        height: 560.34px;
    }
    #BOX146,
    #BOX541,
    #BOX543 {
        height: 135.652px;
    }
    #IMAGE492 {
        width: 360.654px;
        height: 400px;
        top: 90.34px;
        left: 30px;
    }
    #IMAGE492 > .ladi-image > .ladi-image-background.loaded {
        width: 360.78px;
        height: 400px;
        top: 0;
        left: -0.126393px;
        background-image: url("../images/kq-gtn-hypercare-1-20230414063234-jtkzg_1.webp");
    }
    #IMAGE493,
    #IMAGE493 > .ladi-image > .ladi-image-background.loaded {
        width: 277.551px;
        height: 340px;
    }
    #IMAGE493 {
        top: 220.34px;
        left: 0;
    }
    #IMAGE493 > .ladi-image > .ladi-image-background.loaded {
        background-image: url("../images/hypercare_decor-02-20210728082840.webp");
    }
    #HEADLINE494 {
        top: 20.34px;
        left: 10px;
    }
    #HEADLINE494 > .ladi-headline {
        font-size: 21px;
        line-height: 1.4;
    }
    #BOX147,
    #GROUP148 {
        width: 400px;
        height: 620px;
    }
    #PARAGRAPH145 {
        width: 385px;
        left: 7.20721px;
    }
    #GROUP148 {
        top: -351.8px;
        left: -568px;
    }
    #SECTION75 {
        height: 137.512px;
    }
    #BOX146 {
        top: 1.86px;
        left: 690px;
    }
    #SECTION495 {
        height: 1019.56px;
    }
    #IMAGE497,
    #IMAGE497 > .ladi-image > .ladi-image-background.loaded {
        width: 415.15px;
        height: 750px;
    }
    #IMAGE497 {
        left: 492.005px;
    }
    #IMAGE497 > .ladi-image > .ladi-image-background.loaded {
        background-image: url("../images/cover091113-3240-34643-0123015-20210607044235_1.webp");
    }
    #IMAGE498,
    #IMAGE498 > .ladi-image > .ladi-image-background.loaded {
        width: 410px;
        height: 613.889px;
    }
    #IMAGE498 {
        top: 40.005px;
    }
    #IMAGE498 > .ladi-image > .ladi-image-background.loaded {
        top: 0;
        left: 0;
        background-image: url("../images/cover-form-02-20210601071912-1-20210607044125_1.webp");
    }
    #HEADLINE499 {
        top: 40px;
        left: 510.495px;
    }
    #FORM500 {
        height: 147.889px;
        top: 418.763px;
        left: 541.5px;
    }
    #BUTTON501,
	#FORM_ITEM502,
    #FORM_ITEM503,
    #FORM_ITEM504 {
        height: 38.4089px;
    }
    #BUTTON501 {
        top: 125.48px;
    }
    #BUTTON_TEXT501 {
        top: 10.648px;
    }
    #BUTTON_TEXT501 > .ladi-headline {
        font-size: 14px;
    }
	#FORM_ITEM503 {
        top: 41.24px;
    }
    #FORM_ITEM504 {
        top: 85.24px;
    }
    #HEADLINE505 {
        width: 354px;
        top: 590.758px;
        left: 527.716px;
    }
    #HEADLINE506 {
        width: 358px;
        top: 249.763px;
        left: 523px;
    }
    #HEADLINE507 {
        top: 877.445px;
        left: 559.49px;
    }
    #HEADLINE508 {
        top: 877.445px;
        left: 669.49px;
    }
    #HEADLINE509 {
        top: 877.445px;
        left: 779.49px;
    }
    #IMAGE510,
    #IMAGE510 > .ladi-image > .ladi-image-background,
    #IMAGE511,
    #IMAGE511 > .ladi-image > .ladi-image-background,
    #IMAGE512,
    #IMAGE512 > .ladi-image > .ladi-image-background.loaded {
        width: 88.4091px;
        height: 88.4086px;
    }
    #GROUP459,
    #GROUP483 {
        height: 111px;
        left: 10px;
    }
    #IMAGE510 {
        top: 780.005px;
        left: 660.511px;
    }
    #IMAGE510 > .ladi-image > .ladi-image-background.loaded {
        background-image: url("../images/bag-02-20210607062735.webp");
    }
    #IMAGE511 {
        top: 782.005px;
        left: 771.022px;
    }
    #IMAGE511 > .ladi-image > .ladi-image-background.loaded {
        background-image: url("../images/bag-03-20210607062734.webp");
    }
    #IMAGE512 {
        top: 781.596px;
        left: 550px;
    }
    #IMAGE512 > .ladi-image > .ladi-image-background.loaded {
        background-image: url("../images/bag-01-20210607062735_1.webp");
    }
    #HEADLINE513 {
        width: 148px;
        top: 364.263px;
        left: 522.575px;
    }
    #HEADLINE513 > .ladi-headline,
    #HEADLINE515 > .ladi-headline {
        font-size: 17px;
    }
    #HEADLINE514 {
        width: 223px;
        top: 356.763px;
        left: 675.505px;
    }
    #HEADLINE514 > .ladi-headline {
        font-size: 24px;
    }
    #HEADLINE515 {
        top: 331.763px;
        left: 570.505px;
    }
    #HEADLINE516 {
        width: 159px;
        top: 330.763px;
        left: 660.505px;
    }
    #HEADLINE516 > .ladi-headline {
        font-size: 18px;
    }
    #BOX517,
    #COUNTDOWN518,
    #PARAGRAPH453,
    #PARAGRAPH456,
    #PARAGRAPH464,
    #PARAGRAPH467,
    #PARAGRAPH470,
    #PARAGRAPH475,
    #PARAGRAPH478,
    #PARAGRAPH484,
    #PARAGRAPH527 {
        width: 320px;
    }
    #BOX517 {
        top: 170.005px;
        left: 541px;
    }
    #COUNTDOWN518 {
        top: 172.005px;
        left: 500px;
    }
    #HEADLINE523,
    #HEADLINE524 {
        opacity: 0 !important;
        pointer-events: none !important;
        width: 40px;
    }
    #HEADLINE523 {
        top: 175.005px;
        left: 640px;
    }
    #HEADLINE524 {
        top: 175.986px;
        left: 722px;
    }
    #HEADLINE525 {
        top: 96px;
        left: 510px;
    }
    #HEADLINE526 {
        top: 120px;
        left: 510px;
    }
    #GROUP496 {
        width: 907.155px;
        height: 919.445px;
        top: 3.303px;
        left: -491px;
    }
    #PARAGRAPH527 {
        top: 950.303px;
        left: 50px;
    }
    #SECTION76 {
        height: 51.045px;
    }
    #SECTION450 {
        height: 813.889px;
    }
    #GROUP452,
    #GROUP463,
    #GROUP477 {
        width: 400px;
        height: 139px;
    }
    #GROUP452 {
        top: 68.03px;
        left: 10px;
    }
    #GROUP455 {
        width: 400px;
        height: 83px;
        top: 228.03px;
        left: 10px;
    }
    #IMAGE458 {
        top: 339.698px;
        left: 90px;
    }
    #PARAGRAPH460 {
        width: 331px;
    }
    #GROUP459 {
        width: 410px;
        top: 679.698px;
    }
    #SECTION462 {
        height: 1080px;
    }
    #GROUP463 {
        top: 24.1px;
        left: 10px;
    }
    #GROUP466 {
        width: 400px;
        height: 167px;
        top: 215.809px;
        left: 10px;
    }
    #GROUP469 {
        width: 400px;
        height: 306px;
        top: 404.141px;
        left: 10px;
    }
    #IMAGE472 {
        top: 724.141px;
        left: 90px;
    }
    #IMAGE472 > .ladi-image > .ladi-image-background.loaded {
        width: 255px;
        background-image: url("../images/feedback_hypercare-1-20210817094926_1.webp");
    }
    #SECTION473 {
        height: 780.141px;
    }
    #GROUP474 {
        width: 400px;
        height: 194px;
        top: 14.1px;
        left: 10px;
    }
    #GROUP477 {
        top: 595.809px;
        left: 10px;
    }
    #PARAGRAPH481 {
        width: 311px;
    }
    #GROUP480 {
        width: 390px;
        height: 194px;
        top: 224.141px;
        left: 10px;
    }
    #GROUP483 {
        width: 400px;
        top: 444.141px;
    }
    #SECTION437 {
        height: 258px;
    }
    #PARAGRAPH438 {
        width: 360px;
        top: 12.328px;
        left: 30px;
    }
    #BUTTON439 {
        top: 172.328px;
        left: 10px;
    }
}
html {
    scroll-behavior: smooth;
}
@-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;
}
.ladipage-animated-words-wrapper b.is-visible {
    position: relative;
}
.ladipage-animated-headline.rotate-3 .ladipage-animated-words-wrapper {
    overflow: hidden;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-perspective: 300px;
    perspective: 300px;
}
.ladipage-animated-headline.rotate-3 i {
    display: inline-block;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.is-visible .ladipage-animated-headline.rotate-3 i {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}
.ladipage-animated-headline.rotate-3 i.in {
    -webkit-animation: 0.6s forwards ah-rotate-3-in;
    animation: 0.6s forwards ah-rotate-3-in;
}
.ladipage-animated-headline.rotate-3 i.out {
    -webkit-animation: 0.6s forwards ah-rotate-3-out;
    animation: 0.6s forwards ah-rotate-3-out;
}
.no-csstransitions .ladipage-animated-headline.rotate-3 i {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 0;
}
@-webkit-keyframes ah-rotate-3-in {
    0% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
    100% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }
}
@keyframes ah-rotate-3-in {
    0% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
    100% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }
}
@-webkit-keyframes ah-rotate-3-out {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }
    100% {
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }
}
@keyframes ah-rotate-3-out {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }
    100% {
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }
}
.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%);
    }
}
