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

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

body {
  line-height: 1;
}

a {
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

.ladi-loading {
  z-index: 900000000000;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(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: ladi-loading 1.2s linear infinite;
}

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

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

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

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

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

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

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

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

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

.ladi-loading .loading div:nth-child(10) {
  animation-delay: -.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;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10000000000;
  background: rgba(0, 0, 0, .3);
}

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

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

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

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

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

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

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

.lightbox-screen .lightbox-close {
  width: 16px;
  height: 16px;
  margin: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%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");
}

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

.overflow-hidden {
  overflow: hidden;
}

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

.z-index-1 {
  z-index: 1;
}

.opacity-0 {
  opacity: 0;
}

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

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

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

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

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

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

body.grab {
  cursor: grab;
}

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

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

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

.ladi-element {
  position: absolute;
}

@media (hover: hover) {
  .ladi-check-hover {
    opacity: 0;
  }
}

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

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

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

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

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

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

.ladi-carousel .ladi-carousel-arrow {
  position: absolute;
  top: calc(50% - (33px) / 2);
  cursor: pointer;
  z-index: 90000040;
  width: 33px;
  height: 33px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23000%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.00015%200.585938L18.4144%2012.0002L7.00015%2023.4144L5.58594%2022.0002L15.5859%2012.0002L5.58594%202.00015L7.00015%200.585938Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}

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

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

.ladi-carousel-indicators-circle {
  display: inline-flex;
  gap: 10px;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: fit-content;
}

.ladi-carousel-indicators-circle .item {
  width: 10px;
  height: 10px;
  background-color: #D6D6D6;
  border-radius: 100%;
  cursor: pointer;
  outline: 1px solid #fff;
}

.ladi-carousel-indicators-circle .item.selected,
.ladi-carousel-indicators-circle .item:hover {
  background-color: #808080;
}

.ladi-carousel-indicators-number {
  display: inline-flex;
  gap: 10px;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: fit-content;
}

.ladi-carousel-indicators-number .item {
  width: 15px;
  height: 15px;
  background-color: #D6D6D6;
  border-radius: 100%;
  cursor: pointer;
  font-size: 10px;
  text-align: center;
  line-height: 15px;
  outline: 1px solid #fff;
}

.ladi-carousel-indicators-number .item.selected,
.ladi-carousel-indicators-number .item:hover {
  background-color: #808080;
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ladi-form .ladi-form-item-title-value {
  font-weight: bold;
  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: 0px !important;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-vertical .ladi-form-checkbox-item {
  margin-top: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: 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;
}

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

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

.ladi-form .ladi-element .ladi-form-otp::-webkit-outer-spin-button,
.ladi-form .ladi-element .ladi-form-otp::-webkit-inner-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-resend .button-get-code {
  display: block;
}

.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-video {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
}

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

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

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

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

.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: bold;
  color: #fff;
  border-radius: 100%;
}

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

.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 {
  text-decoration: underline;
}

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

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

.ladi-line {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

a:visited {
  color: inherit;
}

a:link {
  color: inherit;
}

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

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

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

.ladi-hidden {
  display: none;
}

.ladi-animation-hidden {
  visibility: hidden !important;
  opacity: 0 !important;
}

.element-click-selected {
  cursor: pointer;
}

.is-2nd-click {
  cursor: pointer;
}

.ladi-button-shape.is-2nd-click,
.ladi-accordion-shape.is-2nd-click {
  z-index: 1;
}

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

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

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

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

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

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

  [data-hint]:not([data-timeout-id-copied]):before,
  [data-hint]:not([data-timeout-id-copied]):after {
    display: none !important;
  }

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

  .ladi-carousel .ladi-carousel-content {
    transition: top 300ms ease-in-out, left 300ms ease-in-out;
  }
}


body {
  direction: ltr;
}

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

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

@font-face {
  font-family: "UcmNlUFucBybyMaWdodCdGY";
  src: url("../fonts/sourcesanspro-light-20201231072035.ttf") format("truetype");
}

@font-face {
  font-family: "UcmNlUFucBybyCbxkLnRZg";
  src: url("../fonts/sourcesanspro-bold-20201231072028.ttf") format("truetype");
}

@font-face {
  font-family: "UcmNlUFucBybySZWdbGFyLnRZg";
  src: url("../fonts/sourcesanspro-regular-20201231072035.ttf") format("truetype");
}

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

#SECTION1>.ladi-section-background.loaded,
#SECTION39>.ladi-section-background.loaded,
#SECTION73>.ladi-section-background.loaded,
#SECTION314>.ladi-section-background.loaded,
#SECTION143>.ladi-section-background.loaded {
  background-origin: content-box;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

#IMAGE4>.ladi-image>.ladi-image-background.loaded,
#IMAGE227>.ladi-image>.ladi-image-background.loaded,
#FORM_ITEM402,
#FORM_ITEM401,
#IMAGE5>.ladi-image>.ladi-image-background.loaded,
#IMAGE6>.ladi-image>.ladi-image-background.loaded,
#IMAGE7>.ladi-image>.ladi-image-background.loaded,
#IMAGE8>.ladi-image>.ladi-image-background.loaded,
#IMAGE11>.ladi-image>.ladi-image-background.loaded,
#IMAGE18>.ladi-image>.ladi-image-background.loaded,
#IMAGE20>.ladi-image>.ladi-image-background.loaded,
#IMAGE22>.ladi-image>.ladi-image-background.loaded,
#IMAGE21>.ladi-image>.ladi-image-background.loaded,
#IMAGE19>.ladi-image>.ladi-image-background.loaded,
#IMAGE299,
#IMAGE299>.ladi-image>.ladi-image-background.loaded,
#IMAGE302,
#IMAGE302>.ladi-image>.ladi-image-background.loaded,
#IMAGE305,
#IMAGE305>.ladi-image>.ladi-image-background.loaded,
#IMAGE308,
#IMAGE308>.ladi-image>.ladi-image-background.loaded,
#IMAGE52>.ladi-image>.ladi-image-background.loaded,
#IMAGE231>.ladi-image>.ladi-image-background.loaded,
#IMAGE234>.ladi-image>.ladi-image-background.loaded,
#IMAGE236>.ladi-image>.ladi-image-background.loaded,
#IMAGE238>.ladi-image>.ladi-image-background.loaded,
#IMAGE240>.ladi-image>.ladi-image-background.loaded,
#IMAGE242>.ladi-image>.ladi-image-background.loaded,
#IMAGE41>.ladi-image>.ladi-image-background.loaded,
#IMAGE75>.ladi-image>.ladi-image-background.loaded,
#IMAGE77>.ladi-image>.ladi-image-background.loaded,
#IMAGE78>.ladi-image>.ladi-image-background.loaded,
#SHAPE87,
#BOX92,
#BOX94,
#IMAGE67>.ladi-image>.ladi-image-background.loaded,
#IMAGE68>.ladi-image>.ladi-image-background.loaded,
#IMAGE69>.ladi-image>.ladi-image-background.loaded,
#IMAGE70>.ladi-image>.ladi-image-background.loaded,
#IMAGE71>.ladi-image>.ladi-image-background.loaded,
#IMAGE142>.ladi-image>.ladi-image-background.loaded,
#BOX106,
#IMAGE104>.ladi-image>.ladi-image-background.loaded,
#BOX111,
#IMAGE115,
#IMAGE115>.ladi-image>.ladi-image-background.loaded,
#IMAGE117,
#IMAGE117>.ladi-image>.ladi-image-background.loaded,
#BOX113,
#IMAGE116,
#IMAGE116>.ladi-image>.ladi-image-background.loaded,
#IMAGE158>.ladi-image>.ladi-image-background.loaded,
#IMAGE157>.ladi-image>.ladi-image-background.loaded,
#IMAGE156>.ladi-image>.ladi-image-background.loaded,
#IMAGE499>.ladi-image>.ladi-image-background.loaded,
#IMAGE500>.ladi-image>.ladi-image-background.loaded,
#IMAGE505>.ladi-image>.ladi-image-background.loaded,
#IMAGE506>.ladi-image>.ladi-image-background.loaded,
#IMAGE510>.ladi-image>.ladi-image-background.loaded,
#SHAPE320,
#IMAGE322>.ladi-image>.ladi-image-background.loaded,
#SHAPE326,
#IMAGE328>.ladi-image>.ladi-image-background.loaded,
#SHAPE332,
#IMAGE334>.ladi-image>.ladi-image-background.loaded,
#SHAPE338,
#IMAGE340>.ladi-image>.ladi-image-background.loaded,
#IMAGE343>.ladi-image>.ladi-image-background.loaded,
#IMAGE344>.ladi-image>.ladi-image-background.loaded,
#IMAGE345>.ladi-image>.ladi-image-background.loaded,
#IMAGE346>.ladi-image>.ladi-image-background.loaded,
#IMAGE202>.ladi-image>.ladi-image-background.loaded,
#FORM_ITEM460,
#IMAGE228>.ladi-image>.ladi-image-background.loaded {
  top: 0px;
  left: 0px;
}

#IMAGE4:hover>.ladi-image,
#IMAGE227:hover>.ladi-image,
#PARAGRAPH278>.ladi-paragraph:hover,
#BOX391>.ladi-box.loaded:hover,
#BOX392>.ladi-box.loaded:hover,
#BOX393>.ladi-box.loaded:hover,
#PARAGRAPH394>.ladi-paragraph:hover,
#PARAGRAPH395>.ladi-paragraph:hover,
#PARAGRAPH396>.ladi-paragraph:hover,
#BOX397>.ladi-box.loaded:hover,
#PARAGRAPH398>.ladi-paragraph:hover,
#BUTTON400>.ladi-button:hover,
#BUTTON_TEXT400>.ladi-headline:hover,
#PARAGRAPH404>.ladi-paragraph:hover,
#PARAGRAPH411>.ladi-paragraph:hover,
#IMAGE5:hover>.ladi-image,
#IMAGE6:hover>.ladi-image,
#IMAGE7:hover>.ladi-image,
#IMAGE8:hover>.ladi-image,
#PARAGRAPH9>.ladi-paragraph:hover,
#PARAGRAPH10>.ladi-paragraph:hover,
#IMAGE11:hover>.ladi-image,
#HEADLINE12>.ladi-headline:hover,
#HEADLINE13>.ladi-headline:hover,
#BUTTON271>.ladi-button:hover,
#BUTTON_TEXT271>.ladi-headline:hover,
#HEADLINE16>.ladi-headline:hover,
#IMAGE18:hover>.ladi-image,
#PARAGRAPH23>.ladi-paragraph:hover,
#IMAGE20:hover>.ladi-image,
#PARAGRAPH24>.ladi-paragraph:hover,
#IMAGE22:hover>.ladi-image,
#PARAGRAPH25>.ladi-paragraph:hover,
#IMAGE21:hover>.ladi-image,
#PARAGRAPH26>.ladi-paragraph:hover,
#IMAGE19:hover>.ladi-image,
#PARAGRAPH27>.ladi-paragraph:hover,
#HEADLINE297>.ladi-headline:hover,
#IMAGE299:hover>.ladi-image,
#PARAGRAPH300>.ladi-paragraph:hover,
#IMAGE302:hover>.ladi-image,
#PARAGRAPH303>.ladi-paragraph:hover,
#IMAGE305:hover>.ladi-image,
#PARAGRAPH306>.ladi-paragraph:hover,
#IMAGE308:hover>.ladi-image,
#PARAGRAPH309>.ladi-paragraph:hover,
#BUTTON310>.ladi-button:hover,
#BUTTON_TEXT310>.ladi-headline:hover,
#IMAGE52:hover>.ladi-image,
#BOX42>.ladi-box.loaded:hover,
#BOX43>.ladi-box.loaded:hover,
#BOX44>.ladi-box.loaded:hover,
#BOX45>.ladi-box.loaded:hover,
#BOX46>.ladi-box.loaded:hover,
#BOX47>.ladi-box.loaded:hover,
#IMAGE231:hover>.ladi-image,
#HEADLINE232>.ladi-headline:hover,
#IMAGE234:hover>.ladi-image,
#HEADLINE235>.ladi-headline:hover,
#IMAGE236:hover>.ladi-image,
#HEADLINE237>.ladi-headline:hover,
#IMAGE238:hover>.ladi-image,
#HEADLINE239>.ladi-headline:hover,
#IMAGE240:hover>.ladi-image,
#HEADLINE241>.ladi-headline:hover,
#IMAGE242:hover>.ladi-image,
#HEADLINE243>.ladi-headline:hover,
#HEADLINE40>.ladi-headline:hover,
#HEADLINE244>.ladi-headline:hover,
#IMAGE41:hover>.ladi-image,
#HEADLINE74>.ladi-headline:hover,
#IMAGE75:hover>.ladi-image,
#IMAGE77:hover>.ladi-image,
#IMAGE78:hover>.ladi-image,
#PARAGRAPH79>.ladi-paragraph:hover,
#SHAPE81:hover>.ladi-shape,
#SHAPE82:hover>.ladi-shape,
#SHAPE83:hover>.ladi-shape,
#SHAPE84:hover>.ladi-shape,
#SHAPE85:hover>.ladi-shape,
#PARAGRAPH80>.ladi-paragraph:hover,
#SHAPE87:hover>.ladi-shape,
#SHAPE88:hover>.ladi-shape,
#SHAPE89:hover>.ladi-shape,
#SHAPE90:hover>.ladi-shape,
#HEADLINE91>.ladi-headline:hover,
#BOX92>.ladi-box.loaded:hover,
#HEADLINE93>.ladi-headline:hover,
#BOX94>.ladi-box.loaded:hover,
#HEADLINE95>.ladi-headline:hover,
#HEADLINE100>.ladi-headline:hover,
#BUTTON102>.ladi-button:hover,
#BUTTON_TEXT102>.ladi-headline:hover,
#SHAPE371:hover>.ladi-shape,
#HEADLINE55>.ladi-headline:hover,
#BOX59>.ladi-box.loaded:hover,
#PARAGRAPH64>.ladi-paragraph:hover,
#IMAGE67:hover>.ladi-image,
#BOX60>.ladi-box.loaded:hover,
#PARAGRAPH65>.ladi-paragraph:hover,
#IMAGE68:hover>.ladi-image,
#BOX56>.ladi-box.loaded:hover,
#PARAGRAPH61>.ladi-paragraph:hover,
#IMAGE69:hover>.ladi-image,
#BOX58>.ladi-box.loaded:hover,
#PARAGRAPH63>.ladi-paragraph:hover,
#IMAGE70:hover>.ladi-image,
#BOX57>.ladi-box.loaded:hover,
#PARAGRAPH62>.ladi-paragraph:hover,
#IMAGE71:hover>.ladi-image,
#IMAGE142:hover>.ladi-image,
#BOX106>.ladi-box.loaded:hover,
#IMAGE104:hover>.ladi-image,
#HEADLINE105>.ladi-headline:hover,
#PARAGRAPH107>.ladi-paragraph:hover,
#PARAGRAPH108>.ladi-paragraph:hover,
#PARAGRAPH109>.ladi-paragraph:hover,
#HEADLINE110>.ladi-headline:hover,
#BOX111>.ladi-box.loaded:hover,
#IMAGE115:hover>.ladi-image,
#PARAGRAPH118>.ladi-paragraph:hover,
#BOX112>.ladi-box.loaded:hover,
#IMAGE117:hover>.ladi-image,
#PARAGRAPH119>.ladi-paragraph:hover,
#BOX113>.ladi-box.loaded:hover,
#IMAGE116:hover>.ladi-image,
#PARAGRAPH120>.ladi-paragraph:hover,
#BUTTON269>.ladi-button:hover,
#BUTTON_TEXT269>.ladi-headline:hover,
#SHAPE246:hover>.ladi-shape,
#HEADLINE247>.ladi-headline:hover,
#HEADLINE145>.ladi-headline:hover,
#BOX147>.ladi-box.loaded:hover,
#BOX148>.ladi-box.loaded:hover,
#HEADLINE149>.ladi-headline:hover,
#IMAGE158:hover>.ladi-image,
#PARAGRAPH159>.ladi-paragraph:hover,
#BOX151>.ladi-box.loaded:hover,
#BOX153>.ladi-box.loaded:hover,
#HEADLINE155>.ladi-headline:hover,
#IMAGE157:hover>.ladi-image,
#PARAGRAPH161>.ladi-paragraph:hover,
#BOX150>.ladi-box.loaded:hover,
#BOX152>.ladi-box.loaded:hover,
#HEADLINE154>.ladi-headline:hover,
#IMAGE156:hover>.ladi-image,
#PARAGRAPH160>.ladi-paragraph:hover,
#IMAGE499:hover>.ladi-image,
#IMAGE500:hover>.ladi-image,
#PARAGRAPH501>.ladi-paragraph:hover,
#PARAGRAPH502>.ladi-paragraph:hover,
#PARAGRAPH503>.ladi-paragraph:hover,
#IMAGE505:hover>.ladi-image,
#IMAGE506:hover>.ladi-image,
#IMAGE510:hover>.ladi-image,
#HEADLINE317>.ladi-headline:hover,
#SHAPE320:hover>.ladi-shape,
#SHAPE321:hover>.ladi-shape,
#IMAGE322:hover>.ladi-image,
#PARAGRAPH323>.ladi-paragraph:hover,
#SHAPE326:hover>.ladi-shape,
#SHAPE327:hover>.ladi-shape,
#IMAGE328:hover>.ladi-image,
#PARAGRAPH329>.ladi-paragraph:hover,
#SHAPE332:hover>.ladi-shape,
#SHAPE333:hover>.ladi-shape,
#IMAGE334:hover>.ladi-image,
#PARAGRAPH335>.ladi-paragraph:hover,
#SHAPE338:hover>.ladi-shape,
#SHAPE339:hover>.ladi-shape,
#IMAGE340:hover>.ladi-image,
#PARAGRAPH341>.ladi-paragraph:hover,
#HEADLINE342>.ladi-headline:hover,
#IMAGE343:hover>.ladi-image,
#IMAGE344:hover>.ladi-image,
#IMAGE345:hover>.ladi-image,
#IMAGE346:hover>.ladi-image,
#HEADLINE203>.ladi-headline:hover,
#PARAGRAPH204>.ladi-paragraph:hover,
#IMAGE202:hover>.ladi-image,
#BOX449>.ladi-box.loaded:hover,
#BOX450>.ladi-box.loaded:hover,
#BOX451>.ladi-box.loaded:hover,
#PARAGRAPH452>.ladi-paragraph:hover,
#PARAGRAPH453>.ladi-paragraph:hover,
#PARAGRAPH454>.ladi-paragraph:hover,
#BOX455>.ladi-box.loaded:hover,
#PARAGRAPH456>.ladi-paragraph:hover,
#BUTTON458>.ladi-button:hover,
#BUTTON_TEXT458>.ladi-headline:hover,
#PARAGRAPH462>.ladi-paragraph:hover,
#PARAGRAPH469>.ladi-paragraph:hover,
#IMAGE228:hover>.ladi-image,
#HEADLINE369>.ladi-headline:hover {
  opacity: 1;
}

#PARAGRAPH278>.ladi-paragraph,
#PARAGRAPH300>.ladi-paragraph,
#PARAGRAPH303>.ladi-paragraph,
#PARAGRAPH306>.ladi-paragraph,
#PARAGRAPH309>.ladi-paragraph,
#PARAGRAPH323>.ladi-paragraph,
#PARAGRAPH329>.ladi-paragraph,
#PARAGRAPH335>.ladi-paragraph,
#PARAGRAPH341>.ladi-paragraph {
  line-height: 1.6;
  color: rgb(255, 255, 255);
  text-align: center;
}

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

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

#BOX391>.ladi-box.loaded,
#BOX147>.ladi-box.loaded,
#BOX151>.ladi-box.loaded,
#BOX150>.ladi-box.loaded,
#BOX449>.ladi-box.loaded {
  border-radius: 20px;
}

#BOX391>.ladi-box.loaded,
#BOX449>.ladi-box.loaded {
  background-image: linear-gradient(rgb(23, 201, 159), rgb(1, 129, 154));
  background-color: initial;
  background-size: initial;
  background-origin: initial;
  background-position: initial;
  background-repeat: initial;
  background-attachment: initial;
  -webkit-background-clip: initial;
  box-shadow: rgb(0, 0, 0) 0px 15px 20px -15px;
}

#BOX392,
#IMAGE18,
#IMAGE20,
#IMAGE21,
#IMAGE19,
#IMAGE67,
#IMAGE68,
#IMAGE69,
#IMAGE70,
#IMAGE71,
#BOX450 {
  top: 0px;
}

#BOX392>.ladi-box.loaded,
#BOX450>.ladi-box.loaded {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: rgb(23, 201, 159);
}

#BOX393>.ladi-box.loaded,
#BOX451>.ladi-box.loaded {
  background-color: rgb(1, 129, 154);
}

#PARAGRAPH394>.ladi-paragraph,
#PARAGRAPH452>.ladi-paragraph {
  font-family: "Roboto Slab", serif;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.6;
  color: rgb(255, 247, 1);
  text-align: center;
}

#PARAGRAPH395>.ladi-paragraph,
#PARAGRAPH453>.ladi-paragraph {
  font-family: UcmNlUFucBybyMaWdodCdGY;
  font-size: 18px;
  line-height: 1.6;
  color: rgb(232, 232, 232);
  text-decoration-line: line-through;
  text-align: center;
}

#PARAGRAPH396>.ladi-paragraph,
#PARAGRAPH454>.ladi-paragraph {
  font-family: UcmNlUFucBybyCbxkLnRZg;
  font-size: 19px;
  line-height: 1.6;
  color: rgb(255, 255, 255);
  text-align: right;
}

#BOX397>.ladi-box.loaded,
#BOX455>.ladi-box.loaded {
  border-radius: 6px;
}

#BOX397>.ladi-box.loaded,
#FORM399 .ladi-form-item-background,
#COUNTDOWN405>.ladi-countdown .ladi-countdown-background,
#BOX42>.ladi-box.loaded,
#BOX43>.ladi-box.loaded,
#BOX44>.ladi-box.loaded,
#BOX45>.ladi-box.loaded,
#BOX46>.ladi-box.loaded,
#BOX47>.ladi-box.loaded,
#BOX106>.ladi-box.loaded,
#BOX111>.ladi-box.loaded,
#BOX112>.ladi-box.loaded,
#BOX113>.ladi-box.loaded,
#BOX455>.ladi-box.loaded,
#FORM457 .ladi-form-item-background,
#COUNTDOWN463>.ladi-countdown .ladi-countdown-background {
  background-color: rgb(255, 255, 255);
}

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

#FORM399,
#FORM457 {
  width: 357.432px;
}

#FORM399>.ladi-form,
#FORM457>.ladi-form {
  line-height: 1.6;
  color: rgb(0, 0, 0);
}

#FORM399 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"],
#FORM399 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item .ladi-editing,
#FORM399 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item .ladi-editing::placeholder,
#FORM399 .ladi-form .ladi-survey-option .ladi-survey-option-label,
#FORM399 .ladi-form-item .ladi-form-control::placeholder,
#FORM399 .ladi-form-item select.ladi-form-control[data-selected=""],
#FORM457 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"],
#FORM457 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item .ladi-editing,
#FORM457 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item .ladi-editing::placeholder,
#FORM457 .ladi-form .ladi-survey-option .ladi-survey-option-label,
#FORM457 .ladi-form-item .ladi-form-control::placeholder,
#FORM457 .ladi-form-item select.ladi-form-control[data-selected=""] {
  color: rgb(0, 0, 0);
}

#FORM399 .ladi-form-item,
#FORM457 .ladi-form-item {
  padding-left: 10px;
  padding-right: 10px;
}

#FORM399 .ladi-form-item.otp-countdown:before,
#FORM457 .ladi-form-item.otp-countdown:before {
  right: 15px;
}

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

#FORM399 .ladi-survey-option,
#FORM457 .ladi-survey-option {
  text-align: left;
}

#FORM399 .ladi-form-item-container,
#FORM399 .ladi-form-label-container .ladi-form-label-item,
#FORM457 .ladi-form-item-container,
#FORM457 .ladi-form-label-container .ladi-form-label-item {
  border-width: 2px;
  border-radius: 13px;
  border-style: solid;
  border-color: rgb(110, 152, 32);
}

#FORM399 .ladi-form-item-container .ladi-form-item.ladi-form-quantity,
#FORM457 .ladi-form-item-container .ladi-form-item.ladi-form-quantity {
  width: calc(100% + 2px);
}

#FORM399 .ladi-form-item-container .ladi-form-quantity .button,
#FORM457 .ladi-form-item-container .ladi-form-quantity .button {
  background-color: rgb(110, 152, 32);
}

#FORM399 .ladi-form-item-background,
#FORM457 .ladi-form-item-background {
  border-radius: 11px;
}

#FORM_ITEM403,
#BUTTON_TEXT400,
#COUNTDOWN405,
#PARAGRAPH23,
#PARAGRAPH24,
#PARAGRAPH26,
#PARAGRAPH27,
#PARAGRAPH79,
#SHAPE88,
#SHAPE89,
#SHAPE90,
#BOX59,
#BOX60,
#BOX56,
#BOX58,
#BOX57,
#FORM_ITEM461,
#BUTTON458,
#BUTTON_TEXT458,
#COUNTDOWN463 {
  left: 0px;
}

#FORM_ITEM482,
#FORM_ITEM483,
#FORM_ITEM484,
#FORM_ITEM485,
#FORM_ITEM486,
#FORM_ITEM487,
#FORM_ITEM488,
#FORM_ITEM489,
#FORM_ITEM490,
#FORM_ITEM491,
#FORM_ITEM492,
#FORM_ITEM493,
#FORM_ITEM494,
#FORM_ITEM495,
#FORM_ITEM496,
#FORM_ITEM497 {
  width: 35.929px;
  height: 35px;
}

#FORM_ITEM482,
#FORM_ITEM483,
#FORM_ITEM484,
#FORM_ITEM485,
#FORM_ITEM486,
#FORM_ITEM487,
#FORM_ITEM488,
#FORM_ITEM489,
#SECTION245,
#FORM_ITEM490,
#FORM_ITEM491,
#FORM_ITEM492,
#FORM_ITEM493,
#FORM_ITEM494,
#FORM_ITEM495,
#FORM_ITEM496,
#FORM_ITEM497 {
  display: none !important;
}

#BUTTON400>.ladi-button>.ladi-button-background,
#BUTTON458>.ladi-button>.ladi-button-background {
  background-image: linear-gradient(rgb(255, 106, 0), rgb(238, 9, 121));
  background-color: initial;
  background-size: initial;
  background-origin: initial;
  background-position: initial;
  background-repeat: initial;
  background-attachment: initial;
}

#BUTTON400>.ladi-button>.ladi-button-background,
#BUTTON271>.ladi-button>.ladi-button-background,
#BUTTON269>.ladi-button>.ladi-button-background,
#BOX147>.ladi-box.loaded,
#BOX151>.ladi-box.loaded,
#BOX150>.ladi-box.loaded,
#BUTTON458>.ladi-button>.ladi-button-background {
  -webkit-background-clip: initial;
}

#BUTTON400>.ladi-button,
#BUTTON458>.ladi-button {
  border-radius: 12px;
}

#BUTTON400 .ladi-button,
#BUTTON271 .ladi-button,
#BUTTON310 .ladi-button,
#BUTTON102 .ladi-button,
#BUTTON269 .ladi-button,
#BUTTON458 .ladi-button {
  animation-name: pulse;
  animation-delay: 0s;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

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

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

#COUNTDOWN405>.ladi-countdown,
#COUNTDOWN463>.ladi-countdown {
  font-family: "Roboto Slab", serif;
  font-size: 40px;
  font-weight: bold;
  color: rgb(84, 84, 84);
  text-align: center;
}

#COUNTDOWN405>.ladi-countdown>.ladi-element,
#COUNTDOWN463>.ladi-countdown>.ladi-element {
  width: calc(25% - 7.5px);
  height: 100%;
  margin-right: 10px;
}

#COUNTDOWN405>.ladi-countdown .ladi-countdown-background,
#COUNTDOWN463>.ladi-countdown .ladi-countdown-background {
  border-radius: 9px;
}

#COUNTDOWN_ITEM406,
#COUNTDOWN_ITEM464 {
  visibility: hidden;
  pointer-events: none;
}

#PARAGRAPH411>.ladi-paragraph {
  font-family: UcmNlUFucBybySZWdbGFyLnRZg;
  line-height: 1.6;
  color: rgb(255, 247, 1);
  text-align: center;
}

#SECTION2>.ladi-section-background.loaded {
  background-size: cover;
  background-origin: content-box;
  background-position: 50% 0%;
  background-repeat: repeat;
  background-attachment: scroll;
}

#IMAGE6,
#IMAGE6>.ladi-image>.ladi-image-background.loaded,
#IMAGE7,
#IMAGE7>.ladi-image>.ladi-image-background.loaded,
#IMAGE8,
#IMAGE8>.ladi-image>.ladi-image-background.loaded {
  width: 333.55px;
  height: 227.277px;
}

#IMAGE6>.ladi-image>.ladi-image-background.loaded {
  background-image: url("../images/images-20200811044708.webp");
}

#IMAGE7>.ladi-image>.ladi-image-background.loaded {
  background-image: url("../images/xo-gan-1-20201019073908.webp");
}

#IMAGE8>.ladi-image>.ladi-image-background.loaded {
  background-image: url("../images/annotation-2020-08-11-114928-20200811045031.webp");
}

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

#IMAGE11,
#IMAGE11>.ladi-image>.ladi-image-background.loaded {
  width: 84.2553px;
  height: 72px;
}

#IMAGE11>.ladi-image>.ladi-image-background.loaded {
  background-image: url("../images/cb-20200806054621.webp");
}

#HEADLINE12>.ladi-headline {
  font-weight: bold;
  line-height: 1.6;
  color: rgb(255, 1, 1);
  text-transform: uppercase;
  text-align: center;
}

#HEADLINE13>.ladi-headline {
  color: rgb(0, 0, 0);
  text-align: center;
}

#BUTTON271,
#BUTTON310,
#BUTTON102,
#BUTTON269 {
  width: 250px;
  height: 62.5px;
}

#BUTTON271>.ladi-button>.ladi-button-background {
  background-image: linear-gradient(rgb(229, 45, 39), rgb(179, 18, 23));
  background-color: initial;
  background-size: initial;
  background-origin: initial;
  background-position: initial;
  background-repeat: initial;
  background-attachment: initial;
}

#BUTTON271>.ladi-button,
#BUTTON310>.ladi-button,
#BUTTON102>.ladi-button,
#BUTTON269>.ladi-button {
  border-width: 2px;
  border-radius: 50px;
  border-style: solid;
  border-color: rgb(1, 151, 181);
}

#BUTTON_TEXT271,
#BUTTON_TEXT310,
#BUTTON_TEXT102,
#BUTTON_TEXT269 {
  width: 246px;
  top: 9px;
  left: 0px;
}

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

#HEADLINE16>.ladi-headline,
#HEADLINE297>.ladi-headline {
  font-weight: bold;
  line-height: 1.4;
  color: rgb(48, 202, 232);
  text-align: center;
}

#LINE17>.ladi-line>.ladi-line-container,
#LINE313>.ladi-line>.ladi-line-container,
#LINE101>.ladi-line>.ladi-line-container,
#LINE114>.ladi-line>.ladi-line-container {
  border-top: 1px solid rgb(48, 202, 232);
  border-right: 1px solid rgb(48, 202, 232);
  border-bottom: 1px solid rgb(48, 202, 232);
  border-left: 0px !important;
}

#LINE17>.ladi-line,
#LINE313>.ladi-line,
#LINE101>.ladi-line,
#LINE72>.ladi-line,
#LINE114>.ladi-line,
#LINE146>.ladi-line,
#LINE508>.ladi-line,
#LINE509>.ladi-line {
  width: 100%;
  padding: 8px 0px;
}

#IMAGE18>.ladi-image>.ladi-image-background.loaded {
  background-image: url("../images/tri-mun-coc-1-20200811040709.webp");
}

#IMAGE18>.ladi-image,
#IMAGE231>.ladi-image,
#IMAGE234>.ladi-image,
#IMAGE236>.ladi-image,
#IMAGE238>.ladi-image,
#IMAGE240>.ladi-image,
#IMAGE242>.ladi-image,
#IMAGE77>.ladi-image,
#IMAGE78>.ladi-image,
#IMAGE158>.ladi-image,
#IMAGE157>.ladi-image,
#IMAGE156>.ladi-image {
  mask: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20preserveAspectRatio%3D%22none%22%20viewBox%3D%220%200%2029.77%2029.77%22%20class%3D%22%22%3E%3Ccircle%20cx%3D%2214.89%22%20cy%3D%2214.89%22%20r%3D%2214.89%22%3E%3C%2Fcircle%3E%3C%2Fsvg%3E") 0% 0% / 100% 100%;
}

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

#IMAGE20>.ladi-image>.ladi-image-background.loaded {
  background-image: url("../images/untitled-1-02-20200806072929.webp");
}

#GROUP130,
#PARAGRAPH25 {
  width: 192px;
}

#IMAGE22,
#IMAGE22>.ladi-image>.ladi-image-background.loaded {
  width: 180.999px;
  height: 181px;
}

#IMAGE22 {
  top: 0px;
  left: 7.5px;
}

#IMAGE22>.ladi-image>.ladi-image-background.loaded {
  background-image: url("../images/untitled-1-03-20200806072929.webp");
}

#PARAGRAPH25 {
  top: 214.5px;
  left: 0px;
}

#IMAGE21>.ladi-image>.ladi-image-background.loaded {
  background-image: url("../images/untitled-1-04-20200806072929.webp");
}

#IMAGE19>.ladi-image>.ladi-image-background.loaded {
  background-image: url("../images/untitled-1-05-20200806072929.webp");
}

#SECTION279>.ladi-section-background.loaded {
  background-origin: content-box;
  background-attachment: scroll;
}

#BUTTON310>.ladi-button>.ladi-button-background {
  background-color: rgb(238, 102, 170);
}

#BOX42 {
  width: 331px;
  height: 127.641px;
}

#BOX42>.ladi-box.loaded,
#BOX43>.ladi-box.loaded,
#BOX44>.ladi-box.loaded,
#BOX45>.ladi-box.loaded,
#BOX46>.ladi-box.loaded,
#BOX47>.ladi-box.loaded {
  border-radius: 100px;
  box-shadow: rgb(132, 132, 132) 0px 0px 20px -4px;
}

#BOX43,
#BOX44,
#BOX45,
#BOX46,
#BOX47 {
  width: 331px;
  height: 126.344px;
}

#IMAGE231>.ladi-image,
#IMAGE234>.ladi-image,
#IMAGE236>.ladi-image,
#IMAGE238>.ladi-image,
#IMAGE240>.ladi-image,
#IMAGE242>.ladi-image {
  border-width: 4px;
  border-radius: 10px;
  border-color: rgb(255, 255, 255);
}

#HEADLINE232,
#HEADLINE235,
#HEADLINE237,
#HEADLINE239,
#HEADLINE241,
#HEADLINE243 {
  width: 177px;
}

#HEADLINE232>.ladi-headline,
#HEADLINE235>.ladi-headline,
#HEADLINE239>.ladi-headline,
#HEADLINE241>.ladi-headline,
#HEADLINE243>.ladi-headline {
  font-size: 20px;
  color: rgb(1, 129, 154);
}

#IMAGE236>.ladi-image>.ladi-image-background.loaded {
  background-image: url("../images/tp3-20200722045517.webp");
}

#HEADLINE237>.ladi-headline {
  font-size: 20px;
  line-height: 1.6;
  color: rgb(1, 129, 154);
}

#IMAGE238>.ladi-image>.ladi-image-background.loaded {
  background-image: url("../images/tp4-20200722050006.webp");
}

#IMAGE240>.ladi-image>.ladi-image-background.loaded {
  background-image: url("../images/tp5-20200722050006.webp");
}

#IMAGE242>.ladi-image>.ladi-image-background.loaded {
  background-image: url("../images/tp6-20200722050006.webp");
}

#HEADLINE40>.ladi-headline {
  font-weight: bold;
  color: rgb(48, 202, 232);
  text-align: center;
}

#HEADLINE244>.ladi-headline {
  line-height: 1.6;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  text-align: center;
}

#IMAGE41 .ladi-image {
  animation-name: fadeInDown;
  animation-delay: 1s;
  animation-duration: 1s;
  animation-iteration-count: 1;
}

#SECTION51>.ladi-section-background.loaded {
  background-position: 50% 0%;
  background-repeat: no-repeat;
}

#HEADLINE74>.ladi-headline,
#HEADLINE55>.ladi-headline {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  color: rgb(48, 202, 232);
  text-align: center;
}

#IMAGE75,
#IMAGE75>.ladi-image>.ladi-image-background.loaded {
  width: 212.018px;
  height: 179.754px;
}

#IMAGE75>.ladi-image>.ladi-image-background.loaded {
  background-image: url("../images/computer01-20200806081731.webp");
}

#PARAGRAPH79>.ladi-paragraph {
  font-size: 16px;
  color: rgb(255, 255, 255);
  text-align: right;
}

#SHAPE81,
#SHAPE82,
#SHAPE83,
#SHAPE84,
#SHAPE85 {
  width: 24.7113px;
  height: 28.1579px;
}

#SHAPE81 svg:last-child,
#SHAPE82 svg:last-child,
#SHAPE83 svg:last-child,
#SHAPE84 svg:last-child,
#SHAPE85 svg:last-child {
  fill: rgb(48, 202, 232);
}

#PARAGRAPH80>.ladi-paragraph {
  font-size: 16px;
  color: rgb(255, 255, 255);
  text-align: left;
}

#SHAPE87 svg:last-child,
#SHAPE88 svg:last-child,
#SHAPE89 svg:last-child,
#SHAPE90 svg:last-child,
#SHAPE371 svg:last-child {
  fill: rgb(255, 1, 1);
}

#HEADLINE91>.ladi-headline {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  color: rgb(48, 202, 232);
  text-transform: uppercase;
  text-align: right;
}

#GROUP96,
#BOX92,
#GROUP97,
#BOX94,
#IMAGE334,
#IMAGE334>.ladi-image>.ladi-image-background.loaded {
  width: 110px;
  height: 55px;
}

#BOX92>.ladi-box.loaded,
#BOX94>.ladi-box.loaded,
#BOX106>.ladi-box.loaded {
  border-radius: 10px;
}

#BOX92>.ladi-box.loaded,
#BOX94>.ladi-box.loaded,
#BOX148>.ladi-box.loaded,
#BOX153>.ladi-box.loaded,
#BOX152>.ladi-box.loaded {
  background-color: rgb(48, 202, 232);
}

#HEADLINE93,
#HEADLINE95 {
  width: 103px;
}

#HEADLINE93 {
  top: 14.5px;
  left: 4px;
}

#HEADLINE93>.ladi-headline,
#HEADLINE95>.ladi-headline {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  text-align: center;
}

#HEADLINE95 {
  top: 13.5px;
  left: 4px;
}

#HEADLINE100>.ladi-headline {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  color: rgb(48, 202, 232);
  text-transform: uppercase;
  text-align: left;
}

#LINE101 {
  width: 268px;
}

#BUTTON102>.ladi-button>.ladi-button-background {
  background-color: rgb(232, 48, 140);
}

#BOX59>.ladi-box.loaded,
#BOX60>.ladi-box.loaded,
#BOX56>.ladi-box.loaded,
#BOX58>.ladi-box.loaded,
#BOX57>.ladi-box.loaded {
  border-width: 2px;
  border-radius: 10px;
  border-style: solid;
  border-color: rgb(22, 217, 255);
}

#PARAGRAPH64>.ladi-paragraph,
#PARAGRAPH65>.ladi-paragraph,
#PARAGRAPH61>.ladi-paragraph,
#PARAGRAPH63>.ladi-paragraph,
#PARAGRAPH62>.ladi-paragraph {
  line-height: 1.6;
  color: rgb(255, 255, 255);
}

#IMAGE67>.ladi-image>.ladi-image-background.loaded {
  background-image: url("../images/untitled-1-09-20200806081309.webp");
}

#IMAGE68>.ladi-image>.ladi-image-background.loaded {
  background-image: url("../images/untitled-1-10-20200806081309.webp");
}

#IMAGE69>.ladi-image>.ladi-image-background.loaded {
  background-image: url("../images/untitled-1-06-20200806081309.webp");
}

#IMAGE70>.ladi-image>.ladi-image-background.loaded {
  background-image: url("../images/untitled-1-08-20200806081309.webp");
}

#IMAGE71>.ladi-image>.ladi-image-background.loaded {
  background-image: url("../images/untitled-1-07-20200806081309.webp");
}

#LINE72 {
  width: 219px;
}

#LINE72>.ladi-line>.ladi-line-container {
  border-top: 2px solid rgb(48, 202, 232);
  border-right: 2px solid rgb(48, 202, 232);
  border-bottom: 2px solid rgb(48, 202, 232);
  border-left: 0px !important;
}

#BOX106>.ladi-box.loaded {
  box-shadow: rgb(0, 0, 0) 0px 0px 23px -9px;
}

#HEADLINE105>.ladi-headline {
  font-weight: bold;
  line-height: 1.4;
  color: rgb(48, 202, 232);
}

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

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

#HEADLINE110>.ladi-headline {
  font-size: 28px;
  font-weight: bold;
  color: rgb(48, 202, 232);
  text-align: center;
}

#LINE114 {
  width: 239px;
}

#GROUP124,
#BOX111,
#BOX112,
#BOX113 {
  width: 326px;
  height: 326px;
}

#BOX111>.ladi-box.loaded,
#BOX112>.ladi-box.loaded,
#BOX113>.ladi-box.loaded {
  box-shadow: rgb(0, 0, 0) 0px 0px 11px -5px;
}

#IMAGE115,
#IMAGE115>.ladi-image>.ladi-image-background.loaded {
  width: 326px;
  height: 227.269px;
}

#IMAGE115>.ladi-image>.ladi-image-background.loaded {
  background-image: url("../images/dt1-20200806084526.webp");
}

#PARAGRAPH118,
#PARAGRAPH119,
#PARAGRAPH120 {
  width: 284px;
}

#PARAGRAPH118 {
  top: 241.5px;
  left: 30px;
}

#PARAGRAPH118>.ladi-paragraph,
#PARAGRAPH119>.ladi-paragraph,
#PARAGRAPH120>.ladi-paragraph {
  line-height: 1.2;
  color: rgb(0, 0, 0);
}

#LINE121,
#LINE122,
#LINE123 {
  height: 36px;
}

#LINE121 {
  top: 244.5px;
  left: 10px;
}

#LINE121>.ladi-line>.ladi-line-container,
#LINE122>.ladi-line>.ladi-line-container,
#LINE123>.ladi-line>.ladi-line-container {
  border-top: 0px !important;
  border-right: 3px solid rgb(48, 202, 232);
  border-bottom: 3px solid rgb(48, 202, 232);
  border-left: 3px solid rgb(48, 202, 232);
}

#LINE121>.ladi-line,
#LINE122>.ladi-line,
#LINE123>.ladi-line {
  height: 100%;
  padding: 0px 8px;
}

#GROUP125 {
  width: 326.526px;
  height: 326px;
}

#BOX112 {
  top: 0px;
  left: 0.526px;
}

#IMAGE117,
#IMAGE117>.ladi-image>.ladi-image-background.loaded,
#IMAGE116,
#IMAGE116>.ladi-image>.ladi-image-background.loaded {
  width: 326.001px;
  height: 227.269px;
}

#IMAGE117>.ladi-image>.ladi-image-background.loaded {
  background-image: url("../images/dt2-20200806084526.webp");
}

#PARAGRAPH119 {
  top: 241.5px;
  left: 33.526px;
}

#LINE122 {
  top: 244.5px;
  left: 11.526px;
}

#GROUP126 {
  width: 326.001px;
  height: 326px;
}

#IMAGE116>.ladi-image>.ladi-image-background.loaded {
  background-image: url("../images/dt3-20200806084526.webp");
}

#PARAGRAPH120 {
  top: 241.5px;
  left: 31px;
}

#LINE123 {
  top: 241.5px;
  left: 10px;
}

#BUTTON269>.ladi-button>.ladi-button-background {
  background-image: linear-gradient(rgb(227, 93, 91), rgb(229, 57, 53));
  background-color: initial;
  background-size: initial;
  background-origin: initial;
  background-position: initial;
  background-repeat: initial;
  background-attachment: initial;
}

#VIDEO246>.ladi-video>.ladi-video-background {
  background-image: url("../images/hqdefault.webp");
  background-size: cover;
  background-origin: content-box;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

#VIDEO246>.ladi-video {
  box-shadow: rgb(0, 0, 0) 0px 15px 15px -15px;
}

#SHAPE246,
#IMAGE505,
#IMAGE505>.ladi-image>.ladi-image-background.loaded,
#IMAGE506,
#IMAGE506>.ladi-image>.ladi-image-background.loaded {
  width: 60px;
  height: 60px;
}

#SHAPE246 svg:last-child {
  fill: rgba(0, 0, 0, 0.5);
}

#HEADLINE247>.ladi-headline {
  font-weight: bold;
  line-height: 1.4;
  color: rgb(0, 0, 0);
  text-align: center;
}

#HEADLINE145>.ladi-headline {
  font-size: 28px;
  font-weight: bold;
  color: rgb(255, 255, 255);
  text-align: center;
}

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

#CAROUSEL229 {
  height: 675px;
}

#CAROUSEL229 .ladi-carousel .ladi-carousel-arrow {
  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%22M7.00015%200.585938L18.4144%2012.0002L7.00015%2023.4144L5.58594%2022.0002L15.5859%2012.0002L5.58594%202.00015L7.00015%200.585938Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}

#GROUP163,
#GROUP165,
#GROUP164 {
  width: 321px;
  height: 597px;
}

#BOX147,
#BOX151,
#BOX150 {
  width: 321px;
  height: 513px;
  top: 84px;
  left: 0px;
}

#BOX147>.ladi-box.loaded,
#BOX151>.ladi-box.loaded,
#BOX150>.ladi-box.loaded {
  background-image: linear-gradient(rgb(253, 251, 251), rgb(234, 237, 238));
  background-color: initial;
  background-size: initial;
  background-origin: initial;
  background-position: initial;
  background-repeat: initial;
  background-attachment: initial;
}

#BOX148,
#BOX153,
#BOX152 {
  width: 321px;
  height: 47px;
  top: 140px;
  left: 0px;
}

#HEADLINE149,
#HEADLINE155,
#HEADLINE154 {
  width: 308px;
}

#HEADLINE149 {
  top: 149px;
  left: 7px;
}

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

#IMAGE158,
#IMAGE158>.ladi-image>.ladi-image-background.loaded,
#IMAGE157,
#IMAGE157>.ladi-image>.ladi-image-background.loaded,
#IMAGE156,
#IMAGE156>.ladi-image>.ladi-image-background.loaded {
  width: 130px;
  height: 130px;
}

#IMAGE158,
#IMAGE157 {
  top: 0px;
  left: 95.5px;
}

#IMAGE158>.ladi-image>.ladi-image-background.loaded {
  background-image: url("../images/kh1-20200806090021.webp");
}

#IMAGE158>.ladi-image {
  border-width: 11px;
  border-color: rgb(255, 255, 255);
}

#PARAGRAPH159 {
  width: 287px;
  top: 216px;
  left: 17px;
}

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

#HEADLINE155 {
  top: 149.5px;
  left: 6.5px;
}

#IMAGE157>.ladi-image>.ladi-image-background.loaded {
  background-image: url("../images/kh3-20200806090021.webp");
}

#PARAGRAPH161,
#PARAGRAPH160 {
  width: 288px;
}

#PARAGRAPH161 {
  top: 216px;
  left: 16.5px;
}

#PARAGRAPH161>.ladi-paragraph,
#PARAGRAPH160>.ladi-paragraph {
  font-size: 15px;
  line-height: 1.4;
  color: rgb(0, 0, 0);
  text-align: justify;
}

#HEADLINE154 {
  top: 149px;
  left: 6.5px;
}

#IMAGE156 {
  top: 0px;
  left: 92.5px;
}

#IMAGE156>.ladi-image>.ladi-image-background.loaded {
  background-image: url("../images/kh2-20200806090021.webp");
}

#PARAGRAPH160 {
  top: 216px;
  left: 16px;
}

#IMAGE500 {
  width: 420px;
}

#IMAGE500>.ladi-image>.ladi-image-background.loaded {
  width: 420px;
  height: 943px;
  background-image: url("../images/bg-3-mobile-20200731094416.webp");
}

#PARAGRAPH501>.ladi-paragraph {
  font-weight: bold;
  color: rgb(48, 202, 232);
}

#IMAGE505>.ladi-image>.ladi-image-background.loaded {
  background-image: url("../images/b9ii2-20200731024451.webp");
}

#IMAGE506>.ladi-image>.ladi-image-background.loaded {
  background-image: url("../images/b9ii1-20200731024451.webp");
}

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

#HEADLINE317>.ladi-headline {
  font-weight: bold;
  color: rgb(255, 255, 255);
  text-align: center;
}

#GROUP318,
#GROUP324,
#GROUP330,
#GROUP336 {
  width: 243px;
  height: 209px;
}

#GROUP319,
#SHAPE320,
#GROUP325,
#SHAPE326,
#GROUP331,
#SHAPE332,
#GROUP337,
#SHAPE338 {
  width: 156px;
  height: 156px;
}

#GROUP319,
#GROUP325,
#GROUP331,
#GROUP337 {
  top: 0px;
  left: 43.5px;
}

#SHAPE320 svg:last-child,
#SHAPE326 svg:last-child,
#SHAPE332 svg:last-child,
#SHAPE338 svg:last-child {
  fill: rgb(1, 129, 154);
}

#SHAPE321,
#SHAPE327,
#SHAPE333,
#SHAPE339 {
  width: 141px;
  height: 141px;
  top: 7.5px;
  left: 7.5px;
}

#SHAPE321 svg:last-child,
#SHAPE327 svg:last-child,
#SHAPE333 svg:last-child,
#SHAPE339 svg:last-child {
  fill: rgb(255, 255, 255);
}

#IMAGE322,
#IMAGE322>.ladi-image>.ladi-image-background.loaded {
  width: 87.9315px;
  height: 98px;
}

#IMAGE322 {
  top: 29px;
  left: 32.568px;
}

#IMAGE322>.ladi-image>.ladi-image-background.loaded {
  background-image: url("../images/gp2-20200806090908.webp");
}

#PARAGRAPH323,
#PARAGRAPH329,
#PARAGRAPH335,
#PARAGRAPH341 {
  width: 243px;
  top: 182px;
  left: 0px;
}

#IMAGE328,
#IMAGE328>.ladi-image>.ladi-image-background.loaded {
  width: 91.8px;
  height: 81px;
}

#IMAGE328 {
  top: 39.5px;
  left: 33.5px;
}

#IMAGE328>.ladi-image>.ladi-image-background.loaded {
  background-image: url("../images/gp1-20200806090908.webp");
}

#IMAGE334 {
  top: 50.5px;
  left: 23px;
}

#IMAGE334>.ladi-image>.ladi-image-background.loaded {
  background-image: url("../images/gp3-20200806090909.webp");
}

#IMAGE340,
#IMAGE340>.ladi-image>.ladi-image-background.loaded {
  width: 60.0526px;
  height: 81.5px;
}

#IMAGE340 {
  top: 39.5px;
  left: 47.974px;
}

#IMAGE340>.ladi-image>.ladi-image-background.loaded {
  background-image: url("../images/gp4-20200806090909.webp");
}

#HEADLINE342>.ladi-headline {
  font-weight: bold;
  line-height: 1.4;
  color: rgb(255, 255, 255);
  text-align: center;
}

#IMAGE343,
#IMAGE343>.ladi-image>.ladi-image-background.loaded {
  width: 157.548px;
  height: 217px;
}

#IMAGE343>.ladi-image>.ladi-image-background.loaded {
  background-image: url("../images/cn3-20200806091527.webp");
}

#IMAGE344,
#IMAGE344>.ladi-image>.ladi-image-background.loaded {
  width: 156.557px;
  height: 217px;
}

#IMAGE344>.ladi-image>.ladi-image-background.loaded {
  background-image: url("../images/cn4-20200806091527.webp");
}

#IMAGE345,
#IMAGE345>.ladi-image>.ladi-image-background.loaded {
  width: 155.566px;
}

#IMAGE345>.ladi-image>.ladi-image-background.loaded {
  background-image: url("../images/parasotic-fda-20240328050015-rghkp.webp");
}

#IMAGE346,
#IMAGE346>.ladi-image>.ladi-image-background.loaded {
  width: 156.557px;
  height: 216.009px;
}

#IMAGE346>.ladi-image>.ladi-image-background.loaded {
  background-image: url("../images/cn2-20200806091527.webp");
}

#HEADLINE203>.ladi-headline {
  font-weight: bold;
  line-height: 1.4;
  color: rgb(255, 255, 255);
}

#PARAGRAPH204>.ladi-paragraph {
  font-style: italic;
  line-height: 1.6;
  color: rgb(255, 255, 255);
  text-align: center;
}

#BUTTON_TEXT458 {
  width: 290px;
}

#PARAGRAPH469>.ladi-paragraph {
  font-family: UcmNlUFucBybySZWdbGFyLnRZg;
  line-height: 1.6;
  color: rgb(255, 225, 0);
  text-align: center;
}

#SECTION368>.ladi-section-background.loaded {
  background-color: rgb(228, 228, 228);
}

@media (min-width: 768px) {
  #SECTION1 {
    height: 796px;
  }

  #SECTION1>.ladi-section-background.loaded {
    background-image: url("../images/bg1-20200806053118.webp");
    background-size: cover;
  }

  #IMAGE4,
  #IMAGE4>.ladi-image>.ladi-image-background.loaded {
    width: 785.387px;
    height: 611.68px;
  }

  #IMAGE4 {
    top: 176.177px;
    left: 20px;
  }

  #IMAGE4>.ladi-image>.ladi-image-background.loaded {
    background-image: url("../images/parasotic-vn-decor-01-20240328045941-lknty_4.webp");
  }

  #IMAGE227,
  #IMAGE227>.ladi-image>.ladi-image-background.loaded {
    width: 787.763px;
    height: 217.486px;
  }

  #IMAGE227 {
    top: 12.364px;
    left: -2.3765px;
  }

  #IMAGE227>.ladi-image>.ladi-image-background.loaded {
    background-image: url("../images/parasotic-logo_4-20240328060454-wugog.webp");
  }

  #PARAGRAPH278,
  #HEADLINE55 {
    width: 687px;
  }

  #PARAGRAPH278 {
    top: 207.85px;
    left: 48.005px;
  }

  #PARAGRAPH278>.ladi-paragraph,
  #HEADLINE12>.ladi-headline {
    font-size: 30px;
  }

  #GROUP390 {
    width: 418.712px;
    height: 657px;
    top: 105.5px;
    left: 822.72px;
  }

  #BOX391 {
    width: 376.2px;
    height: 631.92px;
  }

  #BOX391,
  #BOX449 {
    top: 25.08px;
    left: 25.08px;
  }

  #BOX392,
  #BOX450 {
    width: 376.2px;
    height: 75.24px;
    left: 25.08px;
  }

  #BOX393,
  #BOX451 {
    width: 376.2px;
    height: 87.78px;
    top: 75.24px;
    left: 25.08px;
  }

  #PARAGRAPH394,
  #PARAGRAPH404,
  #PARAGRAPH452,
  #PARAGRAPH462 {
    width: 351px;
  }

  #PARAGRAPH394,
  #PARAGRAPH452 {
    top: 115.368px;
    left: 37.62px;
  }

  #PARAGRAPH395 {
    width: 312px;
  }

  #PARAGRAPH395,
  #PARAGRAPH453 {
    top: 85.272px;
    left: 53.7908px;
  }

  #PARAGRAPH396,
  #PARAGRAPH454 {
    width: 240px;
    top: 20.064px;
    left: 25.08px;
  }

  #BOX397,
  #BOX455 {
    width: 69.9282px;
    height: 50.16px;
    top: 8.794px;
    left: 275.58px;
  }

  #PARAGRAPH398,
  #PARAGRAPH456 {
    width: 56px;
    top: 13.794px;
    left: 282.032px;
  }

  #FORM399 {
    height: 221.529px;
    top: 340px;
    left: 56px;
  }

  #FORM399>.ladi-form,
  #PARAGRAPH118>.ladi-paragraph,
  #PARAGRAPH119>.ladi-paragraph,
  #PARAGRAPH120>.ladi-paragraph,
  #FORM457>.ladi-form {
    font-size: 15px;
  }

  #FORM_ITEM402,
  #FORM_ITEM401,
  #FORM_ITEM460 {
    width: 313.929px;
    height: 55.0524px;
  }

  #FORM_ITEM403,
  #FORM_ITEM461 {
    width: 313.929px;
    height: 57.2112px;
    top: 85px;
  }

  #FORM_ITEM402 {
    top: 20px;
  }

  #FORM_ITEM401 {
    top: -47px;
  }

  #FORM_ITEM482,
  #FORM_ITEM490 {
    top: 137.059px;
    left: 321.503px;
  }

  #FORM_ITEM483,
  #FORM_ITEM491 {
    top: 137.059px;
    left: 275.574px;
  }

  #FORM_ITEM484,
  #FORM_ITEM492 {
    top: 137.059px;
    left: 229.645px;
  }

  #FORM_ITEM485,
  #FORM_ITEM493 {
    top: 137.059px;
    left: 183.716px;
  }

  #FORM_ITEM486,
  #FORM_ITEM494 {
    top: 137.059px;
    left: 137.787px;
  }

  #FORM_ITEM487,
  #FORM_ITEM495 {
    top: 137.059px;
    left: 91.858px;
  }

  #FORM_ITEM488,
  #FORM_ITEM496 {
    top: 137.059px;
    left: 45.929px;
  }

  #FORM_ITEM489,
  #FORM_ITEM497 {
    top: 137.059px;
    left: 0px;
  }

  #BUTTON400,
  #BUTTON458 {
    width: 311.987px;
    height: 61.5289px;
  }

  #BUTTON400 {
    top: 160px;
    left: 0;
  }

  #BUTTON_TEXT400 {
    width: 290px;
  }

  #BUTTON_TEXT400,
  #BUTTON_TEXT458 {
    top: 9.71509px;
  }

  #PARAGRAPH404,
  #PARAGRAPH462 {
    top: 171.769px;
    left: 37.62px;
  }

  #COUNTDOWN405,
  #COUNTDOWN463 {
    width: 338.432px;
    height: 60.5959px;
    top: 216.004px;
  }

  #PARAGRAPH411 {
    width: 357px;
    top: 570px;
    left: 34.68px;
  }

  #PARAGRAPH411>.ladi-paragraph,
  #PARAGRAPH469>.ladi-paragraph {
    font-size: 16px;
  }

  #SECTION2 {
    height: 699.9px;
  }

  #IMAGE5,
  #IMAGE5>.ladi-image>.ladi-image-background.loaded {
    width: 1008.71px;
    height: 510.149px;
  }

  #IMAGE5 {
    top: 89.025px;
    left: 95.645px;
  }

  #IMAGE5>.ladi-image>.ladi-image-background.loaded {
    background-image: url("../images/bg2-20200806053935.webp");
  }

  #IMAGE6 {
    top: 250.461px;
    left: 433.226px;
  }

  #IMAGE7 {
    top: 250.461px;
    left: 77.995px;
  }

  #IMAGE8 {
    top: 246.461px;
    left: 788.455px;
  }

  #PARAGRAPH9 {
    width: 539px;
    top: 498.6px;
    left: 78.645px;
  }

  #PARAGRAPH10 {
    width: 563px;
    top: 498.6px;
    left: 637.005px;
  }

  #IMAGE11 {
    top: 31.1px;
    left: 559.872px;
  }

  #HEADLINE12 {
    width: 1156px;
    top: 134.6px;
    left: 25.995px;
  }

  #HEADLINE13 {
    width: 856px;
    top: 181.6px;
    left: 172.5px;
  }

  #HEADLINE13>.ladi-headline {
    font-size: 25px;
    line-height: 1.6;
  }

  #BUTTON271 {
    top: 599.174px;
    left: 475.001px;
  }

  #SECTION3 {
    height: 570.61px;
  }

  #SECTION3>.ladi-section-background.loaded {
    background-image: url("../images/main-bg-20240327040803-efdds.webp");
    background-size: cover;
    background-origin: content-box;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  #HEADLINE16 {
    width: 644px;
    top: 49.7px;
    left: 278px;
  }

  #HEADLINE16>.ladi-headline,
  #HEADLINE297>.ladi-headline {
    font-size: 35px;
  }

  #LINE17,
  #LINE313 {
    width: 371px;
  }

  #LINE17 {
    top: 163.2px;
    left: 418.501px;
  }

  #GROUP128,
  #GROUP131,
  #GROUP132 {
    width: 192px;
    height: 264.5px;
  }

  #GROUP128 {
    top: 234.2px;
    left: 87.1705px;
  }

  #IMAGE18,
  #IMAGE18>.ladi-image>.ladi-image-background.loaded,
  #IMAGE20,
  #IMAGE20>.ladi-image>.ladi-image-background.loaded,
  #IMAGE21,
  #IMAGE21>.ladi-image>.ladi-image-background.loaded,
  #IMAGE19,
  #IMAGE19>.ladi-image>.ladi-image-background.loaded {
    width: 180.999px;
    height: 181px;
  }

  #IMAGE18 {
    left: 5.5005px;
  }

  #PARAGRAPH23,
  #PARAGRAPH24,
  #PARAGRAPH26,
  #PARAGRAPH27,
  #PARAGRAPH300,
  #PARAGRAPH303,
  #PARAGRAPH306,
  #PARAGRAPH309 {
    width: 192px;
  }

  #PARAGRAPH23,
  #PARAGRAPH24,
  #PARAGRAPH26,
  #PARAGRAPH27 {
    top: 214.5px;
  }

  #GROUP129 {
    width: 192px;
    height: 239.5px;
    top: 234.2px;
    left: 295.586px;
  }

  #IMAGE20,
  #IMAGE21 {
    left: 5.5px;
  }

  #GROUP130 {
    height: 264.5px;
    top: 234.2px;
    left: 504.001px;
  }

  #GROUP131 {
    top: 234.2px;
    left: 712.416px;
  }

  #GROUP132 {
    top: 234.2px;
    left: 920.831px;
  }

  #IMAGE19 {
    left: 5.501px;
  }

  #SECTION279 {
    height: 592.7px;
  }

  #SECTION279>.ladi-section-background.loaded {
    background-image: url("../images/notforeach-bg-20240327051735-erzp4.webp");
    background-size: cover;
    background-position: 100% 50%;
    background-repeat: no-repeat;
  }

  #HEADLINE297 {
    width: 819px;
    top: 58.7px;
    left: 190.5px;
  }

  #GROUP298 {
    width: 223.644px;
    height: 263px;
    top: 196.7px;
    left: 344.77px;
  }

  #IMAGE299,
  #IMAGE299>.ladi-image>.ladi-image-background.loaded,
  #IMAGE305,
  #IMAGE305>.ladi-image>.ladi-image-background.loaded {
    width: 223.644px;
    height: 188.756px;
  }

  #IMAGE299>.ladi-image>.ladi-image-background.loaded {
    background-image: url("../images/number2-20200806073423.webp");
  }

  #PARAGRAPH300 {
    top: 213px;
    left: 17.822px;
  }

  #PARAGRAPH300>.ladi-paragraph,
  #PARAGRAPH303>.ladi-paragraph,
  #PARAGRAPH306>.ladi-paragraph,
  #PARAGRAPH309>.ladi-paragraph,
  #PARAGRAPH323>.ladi-paragraph,
  #PARAGRAPH329>.ladi-paragraph,
  #PARAGRAPH335>.ladi-paragraph,
  #PARAGRAPH341>.ladi-paragraph {
    font-size: 18px;
  }

  #GROUP301 {
    width: 226.644px;
    height: 259.42px;
    top: 200.28px;
    left: 612.142px;
  }

  #IMAGE302,
  #IMAGE302>.ladi-image>.ladi-image-background.loaded {
    width: 223.644px;
    height: 181.599px;
  }

  #IMAGE302>.ladi-image>.ladi-image-background.loaded {
    background-image: url("../images/number3-20200806073424.webp");
  }

  #PARAGRAPH303 {
    top: 209.42px;
    left: 34.644px;
  }

  #GROUP304 {
    width: 229.861px;
    height: 263px;
    top: 196.7px;
    left: 882.515px;
  }

  #IMAGE305>.ladi-image>.ladi-image-background.loaded {
    background-image: url("../images/number4-20200806073424.webp");
  }

  #PARAGRAPH306 {
    top: 213px;
    left: 37.861px;
  }

  #GROUP307 {
    width: 208.416px;
    height: 263px;
    top: 196.7px;
    left: 92.6255px;
  }

  #IMAGE308,
  #IMAGE308>.ladi-image>.ladi-image-background.loaded {
    width: 204.184px;
    height: 188.756px;
  }

  #IMAGE308>.ladi-image>.ladi-image-background.loaded {
    background-image: url("../images/number1-20200806073423.webp");
  }

  #PARAGRAPH309 {
    top: 213px;
    left: 16.4155px;
  }

  #BUTTON310 {
    top: 502.86px;
    left: 475px;
  }

  #LINE313 {
    top: 163.2px;
    left: 420.5px;
  }

  #SECTION14 {
    height: 734.61px;
  }

  #IMAGE52,
  #IMAGE52>.ladi-image>.ladi-image-background.loaded {
    width: 2550px;
    height: 330.898px;
  }

  #IMAGE52 {
    top: 403.712px;
    left: -687px;
  }

  #IMAGE52>.ladi-image>.ladi-image-background.loaded {
    background-image: url("../images/head-bg5-20200806075139_1.webp");
  }

  #BOX42 {
    top: 253.09px;
    left: 38px;
  }

  #BOX43 {
    top: 417.069px;
    left: 38px;
  }

  #BOX44,
  #IMAGE236 {
    top: 579.752px;
    left: 38px;
  }

  #BOX45,
  #IMAGE238 {
    top: 253.095px;
    left: 828px;
  }

  #BOX46 {
    top: 415.778px;
    left: 828px;
  }

  #BOX47,
  #IMAGE242 {
    top: 578.46px;
    left: 828px;
  }

  #IMAGE231 {
    width: 128.341px;
    height: 128.7px;
    top: 253.095px;
    left: 38px;
  }

  #IMAGE231>.ladi-image>.ladi-image-background.loaded {
    width: 228.863px;
    height: 128.7px;
    background-image: url("../images/tp1-20200722045517.webp");
  }

  #HEADLINE232 {
    top: 284.445px;
    left: 188px;
  }

  #HEADLINE232>.ladi-headline,
  #HEADLINE235>.ladi-headline,
  #HEADLINE239>.ladi-headline,
  #HEADLINE241>.ladi-headline,
  #HEADLINE243>.ladi-headline {
    line-height: 1.6;
  }

  #IMAGE234 {
    width: 126.876px;
    height: 127.92px;
    top: 417.07px;
    left: 38px;
  }

  #IMAGE234>.ladi-image>.ladi-image-background.loaded {
    width: 176.7px;
    height: 127.92px;
    background-image: url("../images/tp2-20200722045517.webp");
  }

  #HEADLINE235 {
    top: 446.949px;
    left: 188px;
  }

  #IMAGE236 {
    width: 126.895px;
    height: 128.113px;
  }

  #IMAGE236>.ladi-image>.ladi-image-background.loaded {
    width: 175.402px;
    height: 128.113px;
  }

  #HEADLINE237 {
    top: 629.697px;
    left: 188px;
  }

  #IMAGE238 {
    width: 125.125px;
    height: 126.7px;
  }

  #IMAGE238>.ladi-image>.ladi-image-background.loaded {
    width: 225.307px;
    height: 126.7px;
  }

  #HEADLINE239 {
    top: 284.445px;
    left: 974px;
  }

  #IMAGE240 {
    width: 125.764px;
    height: 126.799px;
    top: 415.777px;
    left: 828px;
  }

  #IMAGE240>.ladi-image>.ladi-image-background.loaded {
    width: 175.152px;
    height: 126.799px;
  }

  #HEADLINE241 {
    top: 447.949px;
    left: 974px;
  }

  #IMAGE242 {
    width: 125.726px;
    height: 125.989px;
  }

  #IMAGE242>.ladi-image>.ladi-image-background.loaded {
    width: 172.493px;
    height: 125.989px;
  }

  #HEADLINE243 {
    top: 609.454px;
    left: 974px;
  }

  #HEADLINE40 {
    width: 619px;
    top: 57.09px;
    left: 293px;
  }

  #HEADLINE40>.ladi-headline {
    font-size: 30px;
    line-height: 1.4;
  }

  #HEADLINE244 {
    width: 777px;
    top: 154px;
    left: 213.5px;
  }

  #HEADLINE244>.ladi-headline {
    font-size: 20px;
  }

  #IMAGE41,
  #IMAGE41>.ladi-image>.ladi-image-background.loaded {
    width: 310.94px;
    height: 442.773px;
  }

  #IMAGE41 {
    top: 258.854px;
    left: 442.78px;
  }

  #IMAGE41>.ladi-image>.ladi-image-background.loaded {
    background-image: url("../images/parasotic-vn-jar-20240328045941-91ihy.webp");
  }

  #SECTION51 {
    height: 953.9px;
  }

  #SECTION51>.ladi-section-background.loaded {
    background-image: url("../images/bg6-20200806081555.webp");
    background-size: cover;
    background-origin: content-box;
    background-attachment: scroll;
  }

  #HEADLINE74,
  #HEADLINE110,
  #HEADLINE317,
  #HEADLINE342 {
    width: 767px;
  }

  #HEADLINE74 {
    top: 73.58px;
    left: 217px;
  }

  #IMAGE75 {
    top: 455.797px;
    left: 493.991px;
  }

  #IMAGE77,
  #IMAGE77>.ladi-image>.ladi-image-background.loaded {
    width: 316.283px;
    height: 316.283px;
  }

  #IMAGE77 {
    top: 231.797px;
    left: 761px;
  }

  #IMAGE77>.ladi-image>.ladi-image-background.loaded {
    background-image: url("../images/a12-20200806081839_1.webp");
  }

  #IMAGE78,
  #IMAGE78>.ladi-image>.ladi-image-background.loaded {
    width: 509.991px;
    height: 397.194px;
  }

  #IMAGE78 {
    top: 358.83px;
    left: 11px;
  }

  #IMAGE78>.ladi-image>.ladi-image-background.loaded {
    background-image: url("../images/parasotic-vn-02-20240328045941-gydc2.webp");
  }

  #GROUP99 {
    width: 477.032px;
    height: 162.158px;
    top: 263.797px;
    left: 11px;
  }

  #PARAGRAPH79,
  #PARAGRAPH80 {
    width: 447px;
  }

  #PARAGRAPH79 {
    top: 0px;
  }

  #PARAGRAPH79>.ladi-paragraph,
  #PARAGRAPH80>.ladi-paragraph {
    line-height: 2;
  }

  #SHAPE81 {
    top: 4px;
    left: 452.321px;
  }

  #SHAPE82 {
    top: 36.5px;
    left: 452.321px;
  }

  #SHAPE83 {
    top: 69px;
    left: 452.321px;
  }

  #SHAPE84 {
    top: 101.5px;
    left: 452.321px;
  }

  #SHAPE85 {
    top: 134px;
    left: 452.321px;
  }

  #GROUP98 {
    width: 484.432px;
    height: 164.754px;
    top: 687.797px;
    left: 722.568px;
  }

  #PARAGRAPH80 {
    top: 1px;
    left: 38.432px;
  }

  #SHAPE87,
  #SHAPE88,
  #SHAPE89,
  #SHAPE90,
  #SHAPE371 {
    width: 28.9643px;
    height: 35.7543px;
  }

  #SHAPE88 {
    top: 64px;
  }

  #SHAPE89 {
    top: 97px;
  }

  #SHAPE90 {
    top: 129px;
  }

  #HEADLINE91,
  #HEADLINE100 {
    width: 307px;
  }

  #HEADLINE91 {
    top: 198.58px;
    left: 48px;
  }

  #GROUP96 {
    top: 199.08px;
    left: 378.032px;
  }

  #GROUP97 {
    top: 621.08px;
    left: 724.695px;
  }

  #HEADLINE100 {
    top: 621.08px;
    left: 854px;
  }

  #LINE101 {
    top: 117.08px;
    left: 464.25px;
  }

  #BUTTON102 {
    top: 879.33px;
    left: 476px;
  }

  #SHAPE371 {
    top: 720.27px;
    left: 722px;
  }

  #SECTION39 {
    height: 601.9px;
  }

  #SECTION39>.ladi-section-background.loaded {
    background-image: url("../images/bg5-20200806075059_1.webp");
    background-size: cover;
  }

  #HEADLINE55 {
    top: 61.48px;
    left: 258.5px;
  }

  #GROUP140,
  #GROUP139 {
    width: 213px;
    height: 389.832px;
  }

  #GROUP140 {
    top: 181.165px;
    left: 722.625px;
  }

  #BOX59,
  #BOX56,
  #BOX58 {
    width: 213px;
    height: 333px;
  }

  #BOX59,
  #BOX60,
  #BOX58,
  #BOX57 {
    top: 56.832px;
  }

  #PARAGRAPH64,
  #PARAGRAPH65,
  #PARAGRAPH61,
  #PARAGRAPH63,
  #PARAGRAPH62 {
    width: 177px;
  }

  #PARAGRAPH64,
  #PARAGRAPH63,
  #PARAGRAPH62 {
    top: 136.332px;
    left: 18px;
  }

  #PARAGRAPH64>.ladi-paragraph,
  #PARAGRAPH65>.ladi-paragraph,
  #PARAGRAPH63>.ladi-paragraph {
    font-size: 17px;
    text-align: center;
  }

  #IMAGE67,
  #IMAGE67>.ladi-image>.ladi-image-background.loaded,
  #IMAGE68,
  #IMAGE68>.ladi-image>.ladi-image-background.loaded,
  #IMAGE70,
  #IMAGE70>.ladi-image>.ladi-image-background.loaded,
  #IMAGE71,
  #IMAGE71>.ladi-image>.ladi-image-background.loaded {
    width: 115px;
    height: 114.327px;
  }

  #IMAGE67 {
    left: 48.165px;
  }

  #GROUP141 {
    width: 213px;
    height: 386.832px;
    top: 181.165px;
    left: 953.5px;
  }

  #BOX60 {
    width: 213px;
    height: 330px;
  }

  #PARAGRAPH65 {
    top: 136.332px;
    left: 17px;
  }

  #IMAGE68 {
    left: 48px;
  }

  #GROUP137 {
    width: 213px;
    height: 389.833px;
    top: 181.164px;
    left: 30px;
  }

  #BOX56 {
    top: 56.833px;
  }

  #PARAGRAPH61 {
    top: 136.333px;
    left: 18px;
  }

  #PARAGRAPH61>.ladi-paragraph,
  #PARAGRAPH62>.ladi-paragraph {
    font-size: 18px;
    text-align: center;
  }

  #IMAGE69,
  #IMAGE69>.ladi-image>.ladi-image-background.loaded {
    width: 115px;
    height: 114.328px;
  }

  #IMAGE69 {
    left: 48.662px;
  }

  #GROUP139 {
    top: 181.165px;
    left: 491.75px;
  }

  #IMAGE70 {
    left: 48.331px;
  }

  #GROUP138 {
    width: 213px;
    height: 390.832px;
    top: 181.165px;
    left: 260.875px;
  }

  #BOX57 {
    width: 213px;
    height: 334px;
  }

  #IMAGE71 {
    left: 48.497px;
  }

  #LINE72 {
    top: 148px;
    left: 489.25px;
  }

  #SECTION66 {
    height: 1265.9px;
  }

  #IMAGE142,
  #IMAGE142>.ladi-image>.ladi-image-background.loaded {
    width: 2500px;
    height: 438.857px;
  }

  #IMAGE142 {
    top: 827.043px;
    left: -640px;
  }

  #IMAGE142>.ladi-image>.ladi-image-background.loaded {
    background-image: url("../images/head-bg7-20200806084950.webp");
  }

  #GROUP127,
  #BOX106 {
    width: 921px;
    height: 435px;
  }

  #GROUP127 {
    top: 122.68px;
    left: 139.5px;
  }

  #IMAGE104,
  #IMAGE104>.ladi-image>.ladi-image-background.loaded {
    width: 320.455px;
    height: 435px;
  }

  #IMAGE104 {
    top: 0px;
    left: 3.519px;
  }

  #IMAGE104>.ladi-image>.ladi-image-background.loaded {
    background-image: url("../images/123rf_84809049_super_fix-20200807065108.webp");
  }

  #HEADLINE105 {
    width: 524px;
    top: 50.511px;
    left: 326.5px;
  }

  #HEADLINE105>.ladi-headline,
  #HEADLINE203>.ladi-headline {
    font-size: 25px;
    text-align: left;
  }

  #PARAGRAPH107,
  #PARAGRAPH108,
  #PARAGRAPH109 {
    width: 543px;
  }

  #PARAGRAPH107 {
    top: 109px;
    left: 326.5px;
  }

  #PARAGRAPH108 {
    top: 307px;
    left: 326.5px;
  }

  #PARAGRAPH109 {
    top: 336px;
    left: 326.5px;
  }

  #HEADLINE110 {
    top: 653.18px;
    left: 217px;
  }

  #HEADLINE110>.ladi-headline,
  #HEADLINE145>.ladi-headline {
    line-height: 1.4;
  }

  #LINE114 {
    top: 734.18px;
    left: 481px;
  }

  #GROUP124 {
    top: 805.68px;
    left: 71px;
  }

  #GROUP125 {
    top: 805.68px;
    left: 436.737px;
  }

  #GROUP126 {
    top: 805.68px;
    left: 803px;
  }

  #BUTTON269 {
    top: 1177.43px;
    left: 481px;
  }

  #SECTION245 {
    height: 655.9px;
  }

  #VIDEO246 {
    width: 764px;
    height: 429.75px;
    top: 176px;
    left: 218px;
  }

  #SHAPE246 {
    top: 184.875px;
    left: 352px;
  }

  #HEADLINE247 {
    width: 841px;
    top: 40px;
    left: 179.237px;
  }

  #HEADLINE247>.ladi-headline {
    font-size: 25px;
  }

  #SECTION73 {
    height: 863px;
  }

  #SECTION73>.ladi-section-background.loaded {
    background-image: url("../images/bg8-20200806085329.webp");
    background-size: cover;
  }

  #HEADLINE145 {
    width: 766px;
    top: 74.78px;
    left: 220px;
  }

  #LINE146 {
    width: 196px;
    top: 161.28px;
    left: 502.737px;
  }

  #CAROUSEL229 {
    width: 1262.03px;
    top: 188px;
    left: -35.263px;
  }

  #GROUP163 {
    top: 33px;
    left: 78px;
  }

  #GROUP165 {
    top: 33px;
    left: 884px;
  }

  #GROUP164 {
    top: 33px;
    left: 476px;
  }

  #SECTION498 {
    height: 409.67px;
  }

  #IMAGE499 {
    width: 2204.74px;
    height: 409.67px;
    top: 0px;
    left: -1004.74px;
  }

  #IMAGE499>.ladi-image>.ladi-image-background.loaded {
    width: 2204.74px;
    height: 687.67px;
    background-image: url("../images/b9bg-20200731024451_1.webp");
  }

  #IMAGE500 {
    height: 943px;
    top: -638.33px;
    left: -534px;
    display: none !important;
  }

  #PARAGRAPH501 {
    width: 631px;
    top: 67.67px;
    left: 570px;
  }

  #PARAGRAPH501>.ladi-paragraph {
    font-size: 35px;
    line-height: 1.4;
  }

  #PARAGRAPH502,
  #PARAGRAPH503 {
    width: 470px;
  }

  #PARAGRAPH502 {
    top: 187.67px;
    left: 650px;
  }

  #PARAGRAPH503 {
    top: 292.67px;
    left: 650px;
  }

  #IMAGE505 {
    top: 267.67px;
    left: 570px;
  }

  #IMAGE506 {
    top: 167.67px;
    left: 570px;
  }

  #LINE508,
  #LINE509 {
    width: 476px;
  }

  #LINE508 {
    top: 237.67px;
    left: 570px;
  }

  #LINE509 {
    top: 347.67px;
    left: 570px;
  }

  #IMAGE510,
  #IMAGE510>.ladi-image>.ladi-image-background.loaded {
    width: 477.918px;
    height: 372.215px;
  }

  #IMAGE510 {
    top: 28.95px;
    left: 31.587px;
  }

  #IMAGE510>.ladi-image>.ladi-image-background.loaded {
    background-image: url("../images/parasotic-vn-decor-01-20240328045941-lknty_1.webp");
  }

  #SECTION314 {
    height: 720.9px;
  }

  #SECTION314>.ladi-section-background.loaded {
    background-image: url("../images/bg8-20200806085329_1.webp");
    background-size: cover;
  }

  #HEADLINE317 {
    top: 46.78px;
    left: 220.752px;
  }

  #HEADLINE317>.ladi-headline {
    font-size: 28px;
    line-height: 1.4;
  }

  #GROUP318 {
    top: 158.78px;
    left: 77.75px;
  }

  #GROUP324 {
    top: 158.78px;
    left: 344.917px;
  }

  #GROUP330 {
    top: 158.78px;
    left: 612.083px;
  }

  #GROUP336 {
    top: 158.78px;
    left: 879.25px;
  }

  #HEADLINE342 {
    top: 405.78px;
    left: 217px;
  }

  #HEADLINE342>.ladi-headline {
    font-size: 22px;
  }

  #IMAGE343 {
    top: 481.78px;
    left: 623.616px;
  }

  #IMAGE344 {
    top: 481.78px;
    left: 830.377px;
  }

  #IMAGE345,
  #IMAGE345>.ladi-image>.ladi-image-background.loaded {
    height: 216.009px;
  }

  #IMAGE345 {
    top: 482.28px;
    left: 418.836px;
  }

  #IMAGE346 {
    top: 482.28px;
    left: 213.066px;
  }

  #SECTION143 {
    height: 741.9px;
  }

  #SECTION143>.ladi-section-background.loaded {
    background-image: url("../images/bg9-20200806091646.webp");
    background-size: cover;
  }

  #HEADLINE203 {
    width: 572px;
    top: 121.24px;
    left: 0px;
  }

  #PARAGRAPH204 {
    width: 560px;
    top: 654.7px;
    left: 125.812px;
  }

  #PARAGRAPH204>.ladi-paragraph {
    font-size: 14px;
  }

  #IMAGE202,
  #IMAGE202>.ladi-image>.ladi-image-background.loaded {
    width: 569.469px;
    height: 443.517px;
  }

  #IMAGE202 {
    top: 169.688px;
    left: 121.077px;
  }

  #IMAGE202>.ladi-image>.ladi-image-background.loaded {
    background-image: url("../images/parasotic-vn-decor-01-20240328045941-lknty.webp");
  }

  #GROUP448 {
    width: 414.712px;
    height: 645px;
    top: 83.3505px;
    left: 813.72px;
  }

  #BOX449 {
    width: 376.2px;
    height: 619.92px;
  }

  #PARAGRAPH453 {
    width: 314px;
  }

  #FORM457 {
    height: 211.529px;
    top: 293.419px;
    left: 57.28px;
  }

  #BUTTON458 {
    top: 150px;
  }

  #PARAGRAPH469 {
    width: 364px;
    top: 532.948px;
    left: 31.18px;
  }

  #IMAGE228,
  #IMAGE228>.ladi-image>.ladi-image-background.loaded {
    width: 488.632px;
    height: 133.24px;
  }

  #IMAGE228 {
    top: -12px;
    left: 0px;
  }

  #IMAGE228>.ladi-image>.ladi-image-background.loaded {
    background-image: url("../images/parasotic-logo_4-20240328060454-wugog_1.webp");
  }

  #SECTION368 {
    height: 49.1px;
  }

  #HEADLINE369 {
    width: 475px;
    top: 10.55px;
    left: 355.5px;
  }

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

@media (max-width: 767px) {
  #SECTION1 {
    height: 1019.99px;
  }

  #SECTION1>.ladi-section-background.loaded {
    background-image: url("../images/bg1-20200806053118_1.webp");
    background-size: auto 100%;
  }

  #IMAGE4,
  #IMAGE4>.ladi-image>.ladi-image-background.loaded {
    width: 404.2px;
    height: 338.765px;
  }

  #IMAGE4 {
    top: 132.129px;
    left: 0px;
  }

  #IMAGE4>.ladi-image>.ladi-image-background.loaded {
    background-image: url("../images/parasotic-vn-decor-01-20240328045941-lknty_2.webp");
  }

  #IMAGE227,
  #IMAGE227>.ladi-image>.ladi-image-background.loaded {
    width: 402.884px;
    height: 109.481px;
  }

  #IMAGE227 {
    top: 0px;
    left: 8.558px;
  }

  #IMAGE227>.ladi-image>.ladi-image-background.loaded {
    background-image: url("../images/parasotic-logo_4-20240328060454-wugog_2.webp");
  }

  #PARAGRAPH278,
  #PARAGRAPH9,
  #PARAGRAPH10,
  #HEADLINE13,
  #HEADLINE40,
  #HEADLINE74,
  #HEADLINE55,
  #HEADLINE110,
  #HEADLINE145,
  #HEADLINE317,
  #HEADLINE342,
  #HEADLINE203 {
    width: 400px;
  }

  #PARAGRAPH278 {
    top: 103.481px;
    left: 10px;
  }

  #PARAGRAPH278>.ladi-paragraph,
  #HEADLINE16>.ladi-headline {
    font-size: 24px;
  }

  #GROUP390 {
    width: 409.932px;
    height: 540px;
    top: 462.894px;
    left: 11.113px;
  }

  #BOX391 {
    width: 354px;
    height: 520px;
  }

  #BOX391,
  #BOX449 {
    top: 20px;
    left: 19px;
  }

  #BOX392,
  #BOX450 {
    width: 354px;
    height: 60px;
    left: 19px;
  }

  #BOX393,
  #BOX451 {
    width: 354px;
    height: 70px;
    top: 60px;
    left: 19px;
  }

  #PARAGRAPH394 {
    width: 340px;
    top: 91px;
    left: 27px;
  }

  #PARAGRAPH395,
  #PARAGRAPH404,
  #PARAGRAPH453,
  #PARAGRAPH462 {
    width: 291px;
  }

  #PARAGRAPH395,
  #PARAGRAPH453 {
    top: 66px;
    left: 50px;
  }

  #PARAGRAPH396,
  #PARAGRAPH454 {
    width: 231px;
    top: 16px;
    left: 9px;
  }

  #BOX397,
  #BOX455 {
    width: 65px;
    height: 40px;
    top: 10px;
    left: 248px;
  }

  #PARAGRAPH398,
  #PARAGRAPH456 {
    width: 60px;
    top: 10px;
    left: 250.5px;
  }

  #FORM399 {
    height: 164.066px;
    top: 290px;
    left: 50px;
  }

  #FORM399>.ladi-form,
  #FORM457>.ladi-form {
    font-size: 12px;
  }

  #FORM_ITEM402,
  #FORM_ITEM401,
  #FORM_ITEM460 {
    width: 291.805px;
    height: 43.9014px;
  }

    #FORM_ITEM402 {
      top: 3px;
    }

    #FORM_ITEM401 {
      top: -50px;
    }

  #FORM_ITEM403,
  #FORM_ITEM461 {
    width: 291.805px;
    height: 45.623px;
  }

  #FORM_ITEM403 {
    top: 54.7001px;
  }

  #FORM_ITEM482,
  #FORM_ITEM490 {
    top: 119.323px;
    left: 0px;
  }

  #FORM_ITEM483,
  #FORM_ITEM491 {
    top: 119.323px;
    left: 45.929px;
  }

  #FORM_ITEM484,
  #FORM_ITEM492 {
    top: 119.323px;
    left: 91.858px;
  }

  #FORM_ITEM485,
  #FORM_ITEM493 {
    top: 119.323px;
    left: 137.787px;
  }

  #FORM_ITEM486,
  #FORM_ITEM494 {
    top: 119.323px;
    left: 183.716px;
  }

  #FORM_ITEM487,
  #FORM_ITEM495 {
    top: 119.323px;
    left: 229.645px;
  }

  #FORM_ITEM488,
  #FORM_ITEM496 {
    top: 119.323px;
    left: 275.574px;
  }

  #FORM_ITEM489,
  #FORM_ITEM497 {
    top: 119.323px;
    left: 321.503px;
  }

  #BUTTON400,
  #BUTTON458 {
    width: 290px;
    height: 49.0662px;
  }

  #BUTTON400 {
    top: 115px;
    left: 0px;
  }

  #BUTTON_TEXT400 {
    width: 312px;
  }

  #BUTTON_TEXT400,
  #BUTTON_TEXT458 {
    top: 7.7473px;
  }

  #PARAGRAPH404,
  #PARAGRAPH462 {
    top: 136.977px;
    left: 50px;
  }

  #COUNTDOWN405,
  #COUNTDOWN463 {
    width: 314.581px;
    height: 48.3221px;
    top: 178.252px;
  }

  #PARAGRAPH411,
  #PARAGRAPH204 {
    width: 336px;
  }

  #PARAGRAPH411 {
    top: 460px;
    left: 27.5px;
  }

  #PARAGRAPH411>.ladi-paragraph,
  #PARAGRAPH204>.ladi-paragraph,
  #PARAGRAPH469>.ladi-paragraph {
    font-size: 15px;
  }

  #SECTION2 {
    height: 1347.13px;
  }

  #IMAGE5,
  #IMAGE5>.ladi-image>.ladi-image-background.loaded {
    width: 400px;
    height: 202.298px;
  }

  #IMAGE5 {
    top: 119px;
    left: -539px;
  }

  #IMAGE5>.ladi-image>.ladi-image-background.loaded {
    background-image: url("../images/bg2-20200806053935_1.webp");
  }

  #IMAGE6 {
    top: 613.298px;
    left: 43.225px;
  }

  #IMAGE7 {
    top: 239.298px;
    left: 43.225px;
  }

  #IMAGE8 {
    top: 869.575px;
    left: 43.225px;
  }

  #PARAGRAPH9 {
    top: 491.575px;
    left: 10px;
  }

  #PARAGRAPH9>.ladi-paragraph,
  #PARAGRAPH10>.ladi-paragraph,
  #PARAGRAPH502>.ladi-paragraph,
  #PARAGRAPH503>.ladi-paragraph {
    text-align: center;
  }

  #PARAGRAPH10 {
    top: 1118.58px;
    left: 10px;
  }

  #IMAGE11 {
    top: 21px;
    left: 167.872px;
  }

  #HEADLINE12,
  #HEADLINE247 {
    width: 387px;
  }

  #HEADLINE12 {
    top: 99px;
    left: 19.5px;
  }

  #HEADLINE12>.ladi-headline {
    font-size: 22px;
  }

  #HEADLINE13 {
    top: 174.298px;
    left: 10px;
  }

  #HEADLINE13>.ladi-headline {
    font-size: 22px;
    line-height: 1.4;
  }

  #BUTTON271 {
    top: 1256.72px;
    left: 85px;
  }

  #SECTION3 {
    height: 1056.59px;
  }

  #SECTION3>.ladi-section-background.loaded {
    background-position: 0% 100%;
    background-repeat: repeat;
  }

  #HEADLINE16,
  #HEADLINE297,
  #CAROUSEL229 {
    width: 420px;
  }

  #HEADLINE16 {
    top: 10.87px;
    left: 0px;
  }

  #LINE17,
  #LINE313 {
    width: 163px;
  }

  #LINE17 {
    top: 129.87px;
    left: 128.5px;
  }

  #GROUP128,
  #GROUP132 {
    width: 176px;
    height: 282.625px;
  }

  #GROUP128 {
    top: 160.375px;
    left: 25.5px;
  }

  #IMAGE18,
  #IMAGE18>.ladi-image>.ladi-image-background.loaded,
  #IMAGE21,
  #IMAGE21>.ladi-image>.ladi-image-background.loaded,
  #IMAGE19,
  #IMAGE19>.ladi-image>.ladi-image-background.loaded {
    width: 165.916px;
    height: 165.916px;
  }

  #IMAGE18 {
    left: 5.04212px;
  }

  #PARAGRAPH23,
  #PARAGRAPH24,
  #PARAGRAPH26,
  #PARAGRAPH27 {
    width: 176px;
    top: 196.625px;
  }

  #GROUP129 {
    width: 176px;
    height: 225.625px;
    top: 160.375px;
    left: 219.375px;
  }

  #IMAGE20,
  #IMAGE20>.ladi-image>.ladi-image-background.loaded {
    width: 165.916px;
    height: 165.917px;
  }

  #IMAGE20,
  #IMAGE21 {
    left: 5.04167px;
  }

  #GROUP130 {
    height: 272.5px;
    top: 761.38px;
    left: 114px;
  }

  #GROUP131 {
    width: 176px;
    height: 254.625px;
    top: 458.917px;
    left: 219.375px;
  }

  #GROUP132 {
    top: 458.917px;
    left: 25.5px;
  }

  #IMAGE19 {
    left: 5.04258px;
  }

  #SECTION279 {
    height: 831.38px;
  }

  #SECTION279>.ladi-section-background.loaded {
    background-image: url("../images/bg3-20200806070229.webp");
    background-size: auto 100%;
    background-position: 0% 100%;
    background-repeat: repeat;
  }

  #HEADLINE297 {
    top: 61.665px;
    left: 0px;
  }

  #HEADLINE297>.ladi-headline {
    font-size: 23px;
  }

  #GROUP298 {
    width: 196.7px;
    height: 231.314px;
    top: 452.775px;
    left: 11.981px;
  }

  #IMAGE299,
  #IMAGE299>.ladi-image>.ladi-image-background.loaded,
  #IMAGE305,
  #IMAGE305>.ladi-image>.ladi-image-background.loaded {
    width: 196.7px;
    height: 166.015px;
  }

  #IMAGE299>.ladi-image>.ladi-image-background.loaded {
    background-image: url("../images/number2-20200806073423_1.webp");
  }

  #PARAGRAPH300,
  #PARAGRAPH303,
  #PARAGRAPH306,
  #PARAGRAPH309 {
    width: 169px;
  }

  #PARAGRAPH300 {
    top: 187.338px;
    left: 15.6749px;
  }

  #PARAGRAPH300>.ladi-paragraph,
  #PARAGRAPH303>.ladi-paragraph,
  #PARAGRAPH306>.ladi-paragraph,
  #PARAGRAPH309>.ladi-paragraph,
  #HEADLINE244>.ladi-headline,
  #PARAGRAPH119>.ladi-paragraph,
  #PARAGRAPH120>.ladi-paragraph {
    font-size: 16px;
  }

  #GROUP301 {
    width: 199.338px;
    height: 228.166px;
    top: 187.665px;
    left: 208.681px;
  }

  #IMAGE302,
  #IMAGE302>.ladi-image>.ladi-image-background.loaded {
    width: 196.699px;
    height: 159.721px;
  }

  #IMAGE302>.ladi-image>.ladi-image-background.loaded {
    background-image: url("../images/number3-20200806073424_1.webp");
  }

  #PARAGRAPH303 {
    top: 184.19px;
    left: 30.4701px;
  }

  #GROUP304 {
    width: 202.168px;
    height: 231.314px;
    top: 452.775px;
    left: 205.851px;
  }

  #IMAGE305>.ladi-image>.ladi-image-background.loaded {
    background-image: url("../images/number4-20200806073424_1.webp");
  }

  #PARAGRAPH306 {
    top: 187.338px;
    left: 33.2996px;
  }

  #GROUP307 {
    width: 183.306px;
    height: 231.314px;
    top: 193.665px;
    left: 22.545px;
  }

  #IMAGE308,
  #IMAGE308>.ladi-image>.ladi-image-background.loaded {
    width: 179.584px;
    height: 166.015px;
  }

  #IMAGE308>.ladi-image>.ladi-image-background.loaded {
    background-image: url("../images/number1-20200806073423_1.webp");
  }

  #PARAGRAPH309 {
    top: 187.338px;
    left: 14.4378px;
  }

  #BUTTON310 {
    top: 732.665px;
    left: 85.856px;
  }

  #LINE313 {
    top: 134.665px;
    left: 128.5px;
  }

  #SECTION14 {
    height: 1153.29px;
  }

  #IMAGE52,
  #IMAGE52>.ladi-image>.ladi-image-background.loaded {
    width: 1641.7px;
    height: 282.934px;
  }

  #IMAGE52 {
    top: 870.36px;
    left: -342px;
  }

  #IMAGE52>.ladi-image>.ladi-image-background.loaded {
    background-image: url("../images/head-bg5-20200806075139.webp");
  }

  #BOX42,
  #IMAGE231 {
    top: 210px;
    left: 45.5px;
  }

  #BOX43 {
    top: 657.783px;
    left: 45.5px;
  }

  #BOX44,
  #IMAGE242 {
    top: 955.44px;
    left: 45.5px;
  }

  #BOX45 {
    top: 360.126px;
    left: 45.5px;
  }

  #BOX46 {
    top: 508.954px;
    left: 45.5px;
  }

  #BOX47 {
    top: 806.611px;
    left: 45.5px;
  }

  #IMAGE231 {
    width: 129.142px;
    height: 127.641px;
  }

  #IMAGE231>.ladi-image>.ladi-image-background.loaded {
    width: 199.145px;
    height: 127.641px;
    background-image: url("../images/tp1-20200722045517_1.webp");
  }

  #HEADLINE232 {
    top: 244.821px;
    left: 188.5px;
  }

  #HEADLINE232>.ladi-headline,
  #HEADLINE235>.ladi-headline,
  #HEADLINE239>.ladi-headline,
  #HEADLINE241>.ladi-headline,
  #HEADLINE243>.ladi-headline,
  #PARAGRAPH79>.ladi-paragraph {
    line-height: 1.4;
  }

  #IMAGE234 {
    width: 127.086px;
    height: 126.344px;
    top: 352.65px;
    left: 45.5px;
  }

  #IMAGE234>.ladi-image>.ladi-image-background.loaded {
    width: 201.905px;
    height: 126.344px;
    background-image: url("../images/tp2-20200722045517_1.webp");
  }

  #HEADLINE235 {
    top: 386.822px;
    left: 188.5px;
  }

  #IMAGE236 {
    width: 127.607px;
    height: 126.344px;
    top: 503.346px;
    left: 45.5px;
  }

  #IMAGE236>.ladi-image>.ladi-image-background.loaded {
    width: 199.429px;
    height: 126.344px;
  }

  #HEADLINE237 {
    top: 552.518px;
    left: 188.5px;
  }

  #IMAGE238 {
    width: 125.759px;
    height: 126.344px;
    top: 654.043px;
    left: 45.5px;
  }

  #IMAGE238>.ladi-image>.ladi-image-background.loaded {
    width: 202.694px;
    height: 126.344px;
  }

  #HEADLINE239 {
    top: 689.215px;
    left: 188.5px;
  }

  #IMAGE240 {
    width: 125.851px;
    height: 126.344px;
    top: 804.74px;
    left: 45.5px;
  }

  #IMAGE240>.ladi-image>.ladi-image-background.loaded {
    width: 197.41px;
    height: 126.344px;
  }

  #HEADLINE241 {
    top: 839.91px;
    left: 188.5px;
  }

  #IMAGE242 {
    width: 125.448px;
    height: 126.344px;
  }

  #IMAGE242>.ladi-image>.ladi-image-background.loaded {
    width: 194.99px;
    height: 126.344px;
  }

  #HEADLINE243 {
    top: 990.61px;
    left: 188.5px;
  }

  #HEADLINE40 {
    top: 17.235px;
    left: 10.856px;
  }

  #HEADLINE40>.ladi-headline,
  #HEADLINE317>.ladi-headline {
    font-size: 26px;
    line-height: 1.2;
  }

  #HEADLINE244 {
    width: 411px;
    top: 127.677px;
    left: 5.356px;
  }

  #IMAGE41,
  #IMAGE41>.ladi-image>.ladi-image-background.loaded {
    width: 196.684px;
    height: 280.074px;
  }

  #IMAGE41 {
    display: none;
    top: -64.116px;
    left: -294.854px;
  }

  #IMAGE41>.ladi-image>.ladi-image-background.loaded {
    background-image: url("../images/parasotic-vn-jar-20240328045941-91ihy_1.webp");
  }

  #SECTION51 {
    height: 761.221px;
  }

  #SECTION51>.ladi-section-background.loaded {
    background-image: url("../images/bg6-20200806081555_1.webp");
  }

  #HEADLINE74 {
    top: 19px;
    left: 10px;
  }

  #IMAGE75 {
    top: 530.319px;
    left: -586.009px;
  }

  #IMAGE77,
  #IMAGE77>.ladi-image>.ladi-image-background.loaded {
    width: 175px;
    height: 175px;
  }

  #IMAGE77 {
    top: 375.158px;
    left: -496.5px;
  }

  #IMAGE77>.ladi-image>.ladi-image-background.loaded {
    background-image: url("../images/a12-20200806081839.webp");
  }

  #IMAGE78,
  #IMAGE78>.ladi-image>.ladi-image-background.loaded {
    width: 382.067px;
    height: 316.893px;
  }

  #IMAGE78 {
    display: none;
    top: 297.158px;
    left: 432px;
  }

  #IMAGE78>.ladi-image>.ladi-image-background.loaded {
    background-image: url("../images/parasotic-vn-02-20240328045941-gydc2_1.webp");
  }

  #GROUP99 {
    width: 392.032px;
    height: 165.158px;
    top: 197px;
    left: 10.4839px;
  }

  #PARAGRAPH79 {
    width: 360px;
    top: 3px;
  }

  #SHAPE81 {
    top: 0px;
    left: 367.321px;
  }

  #SHAPE82 {
    top: 34.25px;
    left: 367.321px;
  }

  #SHAPE83 {
    top: 68.5px;
    left: 367.321px;
  }

  #SHAPE84 {
    top: 102.75px;
    left: 367.321px;
  }

  #SHAPE85 {
    top: 137px;
    left: 367.321px;
  }

  #GROUP98 {
    width: 396.644px;
    height: 153.927px;
    top: 483.153px;
    left: 8.77495px;
  }

  #PARAGRAPH80 {
    width: 361px;
    top: 0.927461px;
    left: 35.6442px;
  }

  #PARAGRAPH80>.ladi-paragraph {
    line-height: 1.6;
  }

  #SHAPE87,
  #SHAPE88,
  #SHAPE89,
  #SHAPE90,
  #SHAPE371 {
    width: 26.8633px;
    height: 33.1607px;
  }

  #SHAPE88 {
    top: 59.3575px;
  }

  #SHAPE89 {
    top: 89.9637px;
  }

  #SHAPE90 {
    top: 119.642px;
  }

  #HEADLINE91 {
    width: 263px;
    top: 133px;
    left: 10.4839px;
  }

  #GROUP96 {
    top: 133px;
    left: 289px;
  }

  #GROUP97 {
    top: 411.051px;
    left: 7.58095px;
  }

  #HEADLINE100 {
    width: 276px;
    top: 410.551px;
    left: 129.597px;
  }

  #LINE101 {
    top: 98px;
    left: 76px;
  }

  #BUTTON102 {
    top: 670.9px;
    left: 80px;
  }

  #SHAPE371 {
    top: 512.9px;
    left: 8px;
  }

  #SECTION39 {
    height: 1349.68px;
  }

  #SECTION39>.ladi-section-background.loaded {
    background-image: url("../images/bg5-20200806075059.webp");
    background-size: auto 100%;
  }

  #HEADLINE55 {
    top: 63.5px;
    left: 8.77495px;
  }

  #GROUP140,
  #GROUP139 {
    width: 188.384px;
    height: 356.355px;
  }

  #GROUP140 {
    top: 593.324px;
    left: 217.093px;
  }

  #BOX59,
  #BOX58 {
    width: 188.384px;
    height: 306.091px;
  }

  #BOX59,
  #BOX60,
  #BOX58,
  #BOX57 {
    top: 50.2642px;
  }

  #PARAGRAPH64,
  #PARAGRAPH65,
  #PARAGRAPH61,
  #PARAGRAPH63,
  #PARAGRAPH62 {
    width: 157px;
  }

  #PARAGRAPH64 {
    top: 120.577px;
    left: 19.9198px;
  }

  #PARAGRAPH64>.ladi-paragraph,
  #PARAGRAPH65>.ladi-paragraph {
    font-size: 15px;
    text-align: left;
  }

  #IMAGE67,
  #IMAGE67>.ladi-image>.ladi-image-background.loaded,
  #IMAGE68,
  #IMAGE68>.ladi-image>.ladi-image-background.loaded,
  #IMAGE70,
  #IMAGE70>.ladi-image>.ladi-image-background.loaded,
  #IMAGE71,
  #IMAGE71>.ladi-image>.ladi-image-background.loaded {
    width: 101.71px;
    height: 101.115px;
  }

  #IMAGE67 {
    left: 42.5987px;
  }

  #GROUP141,
  #GROUP138 {
    width: 188.384px;
    height: 328.861px;
  }

  #GROUP141 {
    top: 979.679px;
    left: 110px;
  }

  #BOX60,
  #BOX56,
  #BOX57 {
    width: 188.384px;
    height: 278.597px;
  }

  #PARAGRAPH65 {
    top: 120.577px;
    left: 15.0353px;
  }

  #IMAGE68 {
    left: 42.4527px;
  }

  #GROUP137 {
    width: 188.384px;
    height: 328.862px;
    top: 242.5px;
    left: 15px;
  }

  #BOX56 {
    top: 50.2651px;
  }

  #PARAGRAPH61 {
    top: 120.578px;
    left: 15.9198px;
  }

  #PARAGRAPH61>.ladi-paragraph,
  #PARAGRAPH63>.ladi-paragraph,
  #PARAGRAPH62>.ladi-paragraph,
  #PARAGRAPH118>.ladi-paragraph {
    font-size: 16px;
    text-align: left;
  }

  #IMAGE69,
  #IMAGE69>.ladi-image>.ladi-image-background.loaded {
    width: 101.71px;
    height: 101.116px;
  }

  #IMAGE69 {
    left: 43.0382px;
  }

  #GROUP139 {
    top: 593.324px;
    left: 15px;
  }

  #PARAGRAPH63,
  #PARAGRAPH62 {
    top: 120.577px;
    left: 15.9198px;
  }

  #IMAGE70 {
    left: 42.7455px;
  }

  #GROUP138 {
    top: 242.5px;
    left: 217.093px;
  }

  #IMAGE71 {
    left: 42.8923px;
  }

  #LINE72 {
    top: 209.5px;
    left: 101px;
  }

  #SECTION66 {
    height: 2239.93px;
  }

  #IMAGE142,
  #IMAGE142>.ladi-image>.ladi-image-background.loaded {
    width: 421.869px;
    height: 96.4271px;
  }

  #IMAGE142 {
    display: none;
    top: 2063px;
    left: 552px;
  }

  #IMAGE142>.ladi-image>.ladi-image-background.loaded {
    background-image: url("../images/head-bg7-20200806084950_1.webp");
  }

  #GROUP127,
  #BOX106 {
    width: 391px;
    height: 838px;
  }

  #GROUP127 {
    top: 48px;
    left: 15.2405px;
  }

  #IMAGE104,
  #IMAGE104>.ladi-image>.ladi-image-background.loaded {
    width: 296.145px;
    height: 402px;
  }

  #IMAGE104 {
    top: 34px;
    left: 46.687px;
  }

  #IMAGE104>.ladi-image>.ladi-image-background.loaded {
    background-image: url("../images/123rf_84809049_super_fix-20200807065108_1.webp");
  }

  #HEADLINE105 {
    width: 369px;
    top: 16.511px;
    left: 13.5px;
  }

  #HEADLINE105>.ladi-headline {
    font-size: 20px;
    text-align: center;
  }

  #PARAGRAPH107 {
    width: 367px;
    top: 546px;
    left: 12.5px;
  }

  #PARAGRAPH107>.ladi-paragraph {
    text-align: justify;
  }

  #PARAGRAPH108,
  #PARAGRAPH109 {
    width: 371px;
  }

  #PARAGRAPH108 {
    top: 448px;
    left: 11.5px;
  }

  #PARAGRAPH109 {
    top: 477px;
    left: 11.5px;
  }

  #HEADLINE110 {
    top: 919px;
    left: 10.7405px;
  }

  #HEADLINE110>.ladi-headline,
  #HEADLINE145>.ladi-headline {
    line-height: 1.2;
  }

  #LINE114 {
    top: 1057px;
    left: 91px;
  }

  #GROUP124 {
    top: 1098px;
    left: 47.7405px;
  }

  #GROUP125 {
    top: 1460.43px;
    left: 47.7405px;
  }

  #GROUP126 {
    top: 1821.43px;
    left: 48.003px;
  }

  #BUTTON269 {
    top: 2167.67px;
    left: 90px;
  }

  #SECTION245 {
    height: 411.565px;
  }

  #SECTION245>.ladi-section-background.loaded {
    background-image: url("../images/bg-2-mobile-20200731070417.webp");
    background-size: auto 100%;
    background-origin: content-box;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  #VIDEO246 {
    width: 400px;
    height: 225px;
    top: 149.737px;
    left: 10px;
  }

  #SHAPE246 {
    top: 82.5px;
    left: 170px;
  }

  #HEADLINE247 {
    top: 28.737px;
    left: 17.5px;
  }

  #HEADLINE247>.ladi-headline {
    font-size: 18px;
  }

  #SECTION73 {
    height: 861.678px;
  }

  #SECTION73>.ladi-section-background.loaded {
    background-image: url("../images/bg8-20200806085329_3.webp");
    background-size: auto 100%;
  }

  #HEADLINE145,
  #HEADLINE317 {
    top: 25px;
    left: 10px;
  }

  #LINE146 {
    width: 239px;
    top: 130px;
    left: 91px;
  }

  #CAROUSEL229 {
    top: 162.023px;
    left: 0px;
  }

  #GROUP163 {
    top: 39px;
    left: 50.5035px;
  }

  #GROUP165 {
    top: 39px;
    left: 471.503px;
  }

  #GROUP164 {
    top: 39px;
    left: 890.504px;
  }

  #SECTION498,
  #IMAGE500 {
    height: 710.044px;
  }

  #IMAGE499,
  #IMAGE499>.ladi-image>.ladi-image-background.loaded {
    width: 400px;
    height: 122.241px;
  }

  #IMAGE499 {
    top: 420.236px;
    left: 10px;
  }

  #IMAGE499>.ladi-image>.ladi-image-background.loaded {
    background-image: url("../images/b9bg-20200731024451.webp");
  }

  #IMAGE500 {
    top: 0px;
    left: 0px;
  }

  #PARAGRAPH501,
  #LINE508,
  #LINE509 {
    width: 401px;
  }

  #PARAGRAPH501 {
    top: 30px;
    left: 10px;
  }

  #PARAGRAPH501>.ladi-paragraph {
    font-size: 40px;
    line-height: 1.2;
    text-align: center;
  }

  #PARAGRAPH502 {
    width: 310px;
    top: 181.044px;
    left: 90px;
  }

  #PARAGRAPH503 {
    width: 300px;
    top: 311.044px;
    left: 100px;
  }

  #IMAGE505 {
    top: 313.077px;
    left: 20px;
  }

  #IMAGE506 {
    top: 181.077px;
    left: 20px;
  }

  #LINE508 {
    top: 191.477px;
    left: 493px;
  }

  #LINE509 {
    top: 131.044px;
    left: 470px;
  }

  #IMAGE510,
  #IMAGE510>.ladi-image>.ladi-image-background.loaded {
    width: 367.059px;
    height: 312px;
  }

  #IMAGE510 {
    top: 373.077px;
    left: 26.4705px;
  }

  #IMAGE510>.ladi-image>.ladi-image-background.loaded,
  #IMAGE202>.ladi-image>.ladi-image-background.loaded {
    background-image: url("../images/parasotic-vn-decor-01-20240328045941-lknty_3.webp");
  }

  #SECTION314 {
    height: 1152.58px;
  }

  #SECTION314>.ladi-section-background.loaded {
    background-image: url("../images/bg8-20200806085329_2.webp");
    background-size: auto 100%;
  }

  #GROUP318 {
    top: 153px;
    left: -14.5005px;
  }

  #PARAGRAPH323>.ladi-paragraph,
  #PARAGRAPH329>.ladi-paragraph,
  #PARAGRAPH335>.ladi-paragraph,
  #PARAGRAPH341>.ladi-paragraph {
    font-size: 17px;
  }

  #GROUP324 {
    top: 153px;
    left: 199.5px;
  }

  #GROUP330 {
    top: 376.68px;
    left: -14.5005px;
  }

  #GROUP336 {
    top: 376.68px;
    left: 194.5px;
  }

  #HEADLINE342 {
    top: 613px;
    left: 9.9995px;
  }

  #HEADLINE342>.ladi-headline {
    font-size: 20px;
  }

  #IMAGE343 {
    top: 665px;
    left: 221.23px;
  }

  #IMAGE344 {
    top: 910.02px;
    left: 41.221px;
  }

  #IMAGE345,
  #IMAGE345>.ladi-image>.ladi-image-background.loaded {
    height: 217px;
  }

  #IMAGE345 {
    top: 665px;
    left: 41.221px;
  }

  #IMAGE346 {
    top: 910.02px;
    left: 221.23px;
  }

  #SECTION143 {
    height: 1175.5px;
  }

  #SECTION143>.ladi-section-background.loaded {
    background-image: url("../images/bg9-20200806091646_1.webp");
    background-size: auto 100%;
  }

  #HEADLINE203 {
    top: 1044.5px;
    left: 11.131px;
  }

  #HEADLINE203>.ladi-headline {
    font-size: 19px;
    text-align: center;
  }

  #PARAGRAPH204 {
    top: 1111.5px;
    left: 43.631px;
  }

  #IMAGE202,
  #IMAGE202>.ladi-image>.ladi-image-background.loaded {
    width: 389.906px;
    height: 303.669px;
  }

  #IMAGE202 {
    top: 664.082px;
    left: 8.034px;
  }

  #GROUP448 {
    width: 403.932px;
    height: 578px;
    top: 18.1119px;
    left: 8.034px;
  }

  #BOX449 {
    width: 354px;
    height: 558px;
  }

  #PARAGRAPH452 {
    width: 341px;
    top: 93px;
    left: 24px;
  }

  #FORM457 {
    height: 189.066px;
    top: 244.224px;
    left: 46.5px;
  }

  #FORM_ITEM461 {
    top: 63.7001px;
  }

  #BUTTON458 {
    top: 140px;
  }

  #PARAGRAPH469 {
    width: 338px;
    top: 465px;
    left: 26.5px;
  }

  #IMAGE228,
  #IMAGE228>.ladi-image>.ladi-image-background.loaded {
    width: 297.719px;
    height: 146.24px;
  }

  #IMAGE228 {
    top: -80px;
    left: 523.14px;
  }

  #IMAGE228>.ladi-image>.ladi-image-background.loaded {
    background-image: url("../images/parasotic-logo_4-20240328060454-wugog_3.webp");
  }

  #SECTION368 {
    height: 84.135px;
  }

  #HEADLINE369 {
    width: 280px;
    top: 29.0675px;
    left: 81px;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -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);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

#NOTIFY490 {
  width: 250px;
  height: 62px;
  top: 10px;
  left: 10px;
  bottom: auto;
  right: auto;
  position: fixed;
}

#NOTIFY490>.ladi-notify {
  color: #404040;
  background-color: rgba(250, 250, 250, 0.9);
  display: flex;
  align-items: center;
}

@keyframes pulse {
  0% {
    -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);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes flash {
  0% {
    opacity: 1;
  }

  50% {
    opacity: .1;
  }

  100% {
    opacity: 1;
  }
}
