.ladi-spin-lucky .ladi-spin-lucky-label,
.ladi-spin-lucky .ladi-spin-lucky-screen,
.ladi-survey .ladi-survey-option,
.ladi-survey .ladi-survey-option-label {
  text-decoration-line: inherit;
  -webkit-text-decoration-line: inherit;
}

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

.ladi-html em {
  font-style: italic;
}

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

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

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

.ladi-loading div:first-child {
  animation-delay: 0s;
  top: 37px;
  left: 66px;
}

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

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

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

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

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

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

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

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

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

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

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

@keyframes ladi-loading {
  0%,
  100%,
  20%,
  80% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}

.ladi-collection.carousel,
.ladi-form > [data-quantity="true"] .ladi-form-item-container,
.ladi-notify .ladi-notify-copyright svg:not(:root),
.overflow-hidden {
  overflow: hidden;
}

.ladi-transition {
  transition: 150ms linear;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ladi-hidden,
.ladi-section[data-tab-id],
.ladi-survey .ladi-survey-button-next.empty,
.ladi-survey .ladi-survey-button-next.no-select,
.ladi-tabs > .ladi-element[data-index],
.lightbox-screen .lightbox-hidden,
[data-hidden="true"] {
  display: none;
}

.ladi-section .ladi-section-arrow-down {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  z-index: 90000040;
}

.ladi-section .ladi-section-close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 90000040;
}

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

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

.ladi-element,
.ladi-overlay {
  position: absolute;
}

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

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

.ladi-survey .ladi-survey-option {
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: inherit;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

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

.ladi-survey .ladi-survey-option-label {
  display: block;
  position: relative;
}

.ladi-survey .ladi-survey-option-image {
  background-size: cover;
  background-position: center center;
  pointer-events: none;
  vertical-align: middle;
  border-radius: inherit;
  position: relative;
}

.ladi-survey .ladi-survey-button-next button {
  background-color: #fff;
  border: 1px solid #eee;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 2px;
}

.ladi-button:active,
.ladi-cart .ladi-cart-action button:active,
.ladi-cart .ladi-cart-quantity button:active,
.ladi-survey .ladi-survey-button-next button:active {
  transform: translateY(2px);
  transition: transform 0.2s linear;
}

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

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

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

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

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

.ladi-button-group,
.ladi-collection,
.ladi-combobox,
.ladi-countdown,
.ladi-form,
.ladi-form .ladi-form-item-container,
.ladi-gallery,
.ladi-group,
.ladi-html-code,
.ladi-popup,
.ladi-tabs {
  position: absolute;
  width: 100%;
  height: 100%;
}

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

.ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: relative;
  display: none;
  transition: transform 0.5s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.ladi-form .ladi-button,
.ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.play-video,
[data-action="true"] {
  cursor: pointer;
}

.ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.play-video:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  background: url(../fonts/ladipage-play.svg) center center/contain no-repeat;
  pointer-events: none;
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ladi-gallery .ladi-gallery-control .ladi-gallery-control-box,
.ladi-line {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ladi-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-button > .ladi-element .ladi-headline,
.ladi-countdown .ladi-countdown-text span {
  display: table-cell;
  vertical-align: middle;
}

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

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

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

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

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

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

.ladi-form > .ladi-element,
.ladi-form > .ladi-element .ladi-form-item-container,
.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item span[data-checked="true"],
.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control:not(.ladi-form-control-select) {
  text-transform: inherit;
  text-decoration: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  color: inherit;
  background-size: inherit;
  background-attachment: inherit;
  background-origin: inherit;
}

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

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

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

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

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 9px 6px !important;
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  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-2 {
  width: calc(100% / 2 - 5px);
  max-width: calc(100% / 2 - 5px);
  min-width: calc(100% / 2 - 5px);
}

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

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

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

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

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

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item span {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item span[data-checked="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-title-value {
  font-weight: 700;
  word-break: break-word;
}

.ladi-form .ladi-form-label-container {
  position: relative;
  width: 100%;
}

.ladi-form .ladi-form-label-container .ladi-form-label-item {
  display: inline-block;
  cursor: pointer;
  position: relative;
  border-radius: 0 !important;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

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

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

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

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

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

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

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

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

.ladi-form .ladi-form-item-background,
.ladi-video .ladi-video-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 {
  height: 100%;
  border: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ladi-combobox .ladi-combobox-item-container .ladi-combobox-item .ladi-combobox-control {
  height: 100%;
  border: none;
  text-transform: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  background-attachment: inherit;
  background-origin: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 9px 6px !important;
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
}

.ladi-cart {
  position: absolute;
  width: 100%;
  font-size: 12px;
}

.ladi-cart .ladi-cart-row {
  position: relative;
  display: inline-table;
  width: 100%;
}

.ladi-cart .ladi-cart-row:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: #dcdcdc;
}

.ladi-cart .ladi-cart-no-product {
  text-align: center;
  font-size: 16px;
  vertical-align: middle;
}

.ladi-cart .ladi-cart-image {
  width: 16%;
  vertical-align: middle;
  position: relative;
  text-align: center;
}

#POPUP_BLOG .ladi-headline img,
#POPUP_BLOG .ladi-paragraph img,
.ladi-cart .ladi-cart-image img {
  max-width: 100%;
}

.ladi-cart .ladi-cart-title {
  vertical-align: middle;
  padding: 0 5px;
  word-break: break-all;
}

.ladi-cart .ladi-cart-title .ladi-cart-title-name {
  display: block;
  margin-bottom: 5px;
  word-break: break-word;
}

.ladi-cart .ladi-cart-title .ladi-cart-title-variant {
  font-weight: 700;
  display: block;
  word-break: break-word;
}

.ladi-cart .ladi-cart-image .ladi-cart-image-quantity {
  position: absolute;
  top: -3px;
  right: -5px;
  background: rgba(150, 149, 149, 0.9);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  line-height: 20px;
}

.ladi-cart .ladi-cart-quantity {
  width: 70px;
  vertical-align: middle;
  text-align: center;
}

.ladi-cart .ladi-cart-quantity-content {
  display: -webkit-inline-flex;
  display: inline-flex;
}

.ladi-cart .ladi-cart-quantity input {
  width: 24px;
  text-align: center;
  height: 22px;
  -moz-appearance: textfield;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}

.ladi-cart .ladi-cart-quantity input::-webkit-inner-spin-button,
.ladi-cart .ladi-cart-quantity input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.ladi-cart .ladi-cart-quantity button {
  border: 1px solid #dcdcdc;
  cursor: pointer;
  text-align: center;
  width: 21px;
  height: 22px;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.ladi-cart .ladi-cart-quantity button span,
.ladi-form-quantity button span {
  font-size: 18px;
  position: relative;
  left: 0.5px;
}

.ladi-cart .ladi-cart-quantity button:first-child span,
.ladi-form-quantity button:first-child span {
  top: -1.2px;
}

.ladi-cart .ladi-cart-price {
  width: 100px;
  vertical-align: middle;
  text-align: right;
  padding: 0 10px 0 5px;
}

.ladi-cart .ladi-cart-row.has-promotion .ladi-cart-price span {
  text-decoration: line-through;
  display: block;
  margin-bottom: 3px;
}

.ladi-cart .ladi-cart-row.has-promotion .ladi-cart-price span.price-compare {
  text-decoration: none;
  color: #e85d04;
  font-weight: 700;
  margin-bottom: 0;
}

.ladi-cart .ladi-cart-row.has-promotion .ladi-cart-title span.promotion-name {
  margin-top: 5px;
  display: block;
  word-break: break-word;
}

.ladi-cart .ladi-cart-action {
  width: 28px;
  vertical-align: middle;
  text-align: center;
}

.ladi-cart .ladi-cart-action button {
  border: 1px solid #dcdcdc;
  cursor: pointer;
  text-align: center;
  width: 25px;
  height: 22px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

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

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

.ladi-button-group > .ladi-element,
.ladi-button-group > .ladi-element > .ladi-button {
  transition: inherit;
}

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

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

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

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

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

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

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

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

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

a:link,
a:visited {
  color: inherit;
}

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

.backdrop-dropbox,
.backdrop-popup,
.lightbox-screen {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

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

.backdrop-popup {
  z-index: 90000060;
}

.backdrop-dropbox {
  z-index: 90000080;
}

.lightbox-screen {
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 9000000080;
  background: rgba(0, 0, 0, 0.5);
}

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

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

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

.ladi-cart-number {
  position: absolute;
  top: -2px;
  right: -7px;
  background: #f36e36;
  text-align: center;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  border-radius: 100%;
}

.ladi-form-quantity {
  display: -webkit-inline-flex;
  display: inline-flex;
  border-color: inherit;
}

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item.ladi-form-quantity .ladi-form-control {
  text-align: center;
  pointer-events: none;
  -moz-appearance: textfield;
  width: calc(100% - 45px);
  padding: 0;
  min-width: 24px;
  border-top: 1px hidden;
  border-bottom: 1px hidden;
  border-color: inherit;
}

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item.ladi-form-quantity input::-webkit-inner-spin-button,
.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item.ladi-form-quantity input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.ladi-form-quantity button {
  border: 1px hidden;
  border-color: inherit;
  cursor: pointer;
  text-align: center;
  width: 30px;
  height: 100%;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.ladi-form [data-variant="true"] select option[disabled] {
  background: #fff;
  color: #b8b8b8 !important;
}

.ladi-story-page-progress-bar {
  width: 100%;
  height: 25px;
  position: fixed;
  top: 0;
  left: 0;
}

.ladi-story-page-progress-bar-item {
  height: 100%;
  width: 100%;
  display: block;
  float: left;
  margin: 0 5px;
  position: relative;
  cursor: pointer;
}

.ladi-story-page-progress-bar-item:before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  width: 100%;
  height: 4px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ladi-story-page-progress-bar-item.active:before {
  background: #fff;
}

.ladi-story-page-progress-bar-item span {
  background: #fff;
  border-radius: 10px;
  height: 4px;
  display: block;
  margin: auto 0;
  top: 0;
  bottom: 0;
  position: absolute;
  transition: width 0.3s linear;
  width: 0%;
}

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

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

.ladi-notify .ladi-notify-content,
.ladi-notify .ladi-notify-title {
  height: 17px;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

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

.ladi-notify .ladi-notify-title {
  font-size: 100%;
  overflow: hidden;
  font-weight: 700;
  overflow-wrap: break-word;
}

.ladi-notify .ladi-notify-content {
  font-size: 92.308%;
  overflow: hidden;
  overflow-wrap: break-word;
  padding-top: 2px;
}

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

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

.ladi-spin-lucky .ladi-spin-lucky-screen:before,
.ladi-spin-lucky .ladi-spin-lucky-start {
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  position: absolute;
}

.ladi-notify .ladi-notify-copyright div {
  text-decoration: none;
  color: #404040;
  display: inline;
}

.builder-container .ladi-notify {
  transition: unset;
}

.ladi-spin-lucky {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  box-shadow: 0 0 7px 0 rgba(64, 64, 64, 0.6), 0 8px 50px rgba(64, 64, 64, 0.3);
  background-repeat: no-repeat;
  background-size: cover;
}

.ladi-spin-lucky .ladi-spin-lucky-start {
  right: 0;
  bottom: 0;
  margin: auto;
  width: 20%;
  height: 20%;
  cursor: pointer;
  background-size: contain;
  transition: transform 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out;
}

.ladi-spin-lucky .ladi-spin-lucky-start:hover {
  transform: scale(1.1);
}

.ladi-spin-lucky .ladi-spin-lucky-screen {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  transition: transform 7s cubic-bezier(0.25, 0.1, 0, 1);
  -webkit-transition: transform 7s cubic-bezier(0.25, 0.1, 0, 1);
  text-transform: inherit;
}

.ladi-spin-lucky .ladi-spin-lucky-screen:before {
  background-size: cover;
  content: "";
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.ladi-spin-lucky .ladi-spin-lucky-label {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  width: 42%;
  padding-left: 12%;
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  text-transform: inherit;
  line-height: 1.6;
  text-shadow: rgba(0, 0, 0, 0.5) 1px 0 2px;
}

@media (min-width: 768px) {
  .ladi-fullwidth {
    width: 100vw !important;
    left: calc(-50vw + 50%) !important;
    box-sizing: border-box !important;
    transform: none !important;
  }
  .ladi-fullwidth .ladi-gallery-view-item {
    transition-duration: 1.5s;
  }
  .ladi-section .ladi-container {
    width: 900px;
  }
  #GROUP276.ladi-animation > .ladi-group,
  #GROUP330.ladi-animation > .ladi-group,
  #GROUP449.ladi-animation > .ladi-group,
  #GROUP455.ladi-animation > .ladi-group {
    animation-name: bounceIn;
    animation-duration: 1s;
    animation-iteration-count: 1;
  }
  #GROUP455,
  #GROUP461 {
    height: 306.5px;
    top: 502.65px;
    width: 358px;
  }
  #GROUP487,
  #GROUP491,
  #GROUP502 {
    height: 159.27px;
    top: 675.42px;
  }
  #BOX507,
  #BOX524 {
    width: 27px;
    height: 27px;
  }
  #SHAPE527,
  #SHAPE533 {
    width: 14px;
    height: 14px;
  }
  #GROUP540,
  #GROUP541 {
    width: 354px;
    top: 77.067px;
  }
  #IMAGE538,
  #IMAGE544,
  #IMAGE549 {
    height: 184.49px;
  }
  #BOX547,
  #GROUP546 {
    width: 355px;
    height: 589px;
  }
  #FORM_ITEM590,
  #FORM_ITEM591 {
    width: 406.994px;
    height: 40px;
  }
  #BOX569,
  #GROUP568 {
    width: 960px;
    height: 264px;
  }
  #GROUP607,
  #GROUP608,
  #GROUP613 {
    width: 217px;
    top: 95.87px;
  }
  #SHAPE618,
  #SHAPE619 {
    width: 80px;
    height: 80px;
    top: 139.367px;
  }
  #BUTTON622,
  #GROUP330,
  #GROUP331 {
    width: 418.267px;
    left: 120.419px;
  }
  #IMAGE11,
  #IMAGE699 {
    width: 389.03px;
    height: 407.848px;
  }
  #FORM383,
  #FORM709 {
    width: 356.614px;
    height: 170.446px;
    left: 19.647px;
  }
  #BOX372,
  #BOX437,
  #BOX702,
  #BOX738,
  #GROUP436,
  #GROUP737 {
    width: 377.136px;
    height: 78.9355px;
  }
  #GROUP371,
  #GROUP436,
  #GROUP701,
  #GROUP737 {
    height: 78.9355px;
  }
  #BOX695,
  #GROUP744 {
    width: 226.699px;
    height: 51.3064px;
    left: 126.475px;
  }
  #LINE112,
  #LINE761 {
    width: 200px;
    top: 15.5px;
  }
  #GROUP756,
  #GROUP757 {
    width: 1071px;
    height: 345.795px;
    left: 64.5px;
  }
  #GROUP780,
  #GROUP781 {
    width: 400.25px;
    left: 87px;
  }
  #BOX506,
  #BOX511,
  #BOX519,
  #BOX525,
  #BOX531,
  #GROUP508,
  #GROUP523,
  #GROUP529,
  #GROUP779,
  #GROUP780,
  #GROUP781,
  #GROUP782 {
    height: 46px;
  }
  #IMAGE11,
  #IMAGE699,
  #IMAGE784 {
    display: none !important;
  }
  #BOX897,
  #BOX898,
  #BOX899 {
    width: 287px;
    height: 287px;
    top: 605.555px;
  }
  #SECTION_POPUP {
    height: 0;
  }
  #SECTION1 .ladi-section-arrow-down,
  #SECTION124 .ladi-section-arrow-down,
  #SECTION14 .ladi-section-arrow-down,
  #SECTION143 .ladi-section-arrow-down,
  #SECTION144 .ladi-section-arrow-down,
  #SECTION182 .ladi-section-arrow-down,
  #SECTION551 .ladi-section-arrow-down,
  #SECTION63 .ladi-section-arrow-down,
  #SECTION673 .ladi-section-arrow-down,
  #SECTION697 .ladi-section-arrow-down,
  #SECTION_POPUP .ladi-section-arrow-down {
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  }
  #SECTION1 {
    height: 567.076px;
  }
  #SECTION1 > .ladi-section-background.loaded {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("../images/bg1-20210331044949_1.jpg");
    background-position: right center;
    background-repeat: repeat;
    opacity: 0.86;
  }
  #HEADLINE4 {
    width: 331px;
    top: 139.556px;
    left: 6.0685px;
  }
  #HEADLINE4 > .ladi-headline,
  #HEADLINE698 > .ladi-headline {
    font-family: "Roboto", sans-serif;
    color: #cb3e01;
    font-weight: 900;
    font-size: 19px;
    text-align: left;
    line-height: 1.2;
  }
  #IMAGE11 {
    top: 41.22px;
    left: -506.292px;
  }
  #IMAGE11 > .ladi-image > .ladi-image-background.loaded,
  #IMAGE699 > .ladi-image > .ladi-image-background.loaded {
    width: 611.467px;
    height: 407.848px;
    top: 0;
    left: -180.202px;
    background-image: url("../images/han-toolscom_23359a9c215176c856218b2990a579431614761113666-20210303084605-20210303104854_3.png");
  }
  #SECTION14 {
    height: 872.817px;
  }
  #SECTION14 > .ladi-section-background.loaded {
    background-size: cover;
    background-attachment: fixed;
    background-image: url("../images/shutterstock_321863402-20210331071702_2.png");
    background-position: center top;
    background-repeat: repeat;
    opacity: 0.7;
  }
  #HEADLINE19 {
    width: 100%;
    top: 21.7333px;
    left: 0;
    right: 0;
  }
  #HEADLINE19 > .ladi-headline {
    font-family: "Roboto", sans-serif;
    color: #ca2018;
    font-size: 30px;
    font-weight: 900;
    text-align: center;
    line-height: 1.6;
  }
  #IMAGE26,
  #IMAGE448,
  #IMAGE454,
  #IMAGE460,
  #IMAGE466 {
    width: 250px;
    height: 250px;
    top: 0;
    left: 54px;
  }
  #IMAGE26 > .ladi-image > .ladi-image-background.loaded {
    width: 250px;
    height: 250px;
    top: 0;
    left: 0;
    background-image: url("../images/diabetes-ulcer-20210319062523_1.jpg");
  }
  #IMAGE26 > .ladi-image,
  #IMAGE448 > .ladi-image,
  #IMAGE454 > .ladi-image,
  #IMAGE460 > .ladi-image,
  #IMAGE466 > .ladi-image {
    border: 15px solid #ca2018;
    border-radius: 300px;
    -webkit-mask: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20preserveAspectRatio%3D%22none%22%20viewBox%3D%220%200%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%;
  }
  #BOX37,
  #BOX445,
  #BOX451,
  #BOX457,
  #BOX463 {
    width: 358px;
    height: 67px;
    top: 0;
    left: 0;
  }
  #BOX37 > .ladi-box,
  #BOX445 > .ladi-box,
  #BOX451 > .ladi-box,
  #BOX457 > .ladi-box,
  #BOX463 > .ladi-box {
    background-color: #c91f17;
    border-radius: 45px;
  }
  #SHAPE38,
  #SHAPE446,
  #SHAPE452,
  #SHAPE458,
  #SHAPE464 {
    width: 45.6203px;
    height: 56.315px;
    top: 5.3425px;
    left: 11.9143px;
  }
  #SHAPE38 svg:last-child,
  #SHAPE446 svg:last-child,
  #SHAPE452 svg:last-child,
  #SHAPE458 svg:last-child,
  #SHAPE464 svg:last-child {
    fill: white;
  }
  #GROUP39,
  #GROUP444,
  #GROUP450,
  #GROUP456,
  #GROUP462 {
    width: 358px;
    height: 67px;
    top: 239.5px;
    left: 0;
  }
  #HEADLINE40,
  #HEADLINE447 {
    width: 243px;
    top: 250px;
    left: 57.5px;
  }
  #HEADLINE40 > .ladi-headline,
  #HEADLINE453 > .ladi-headline,
  #HEADLINE459 > .ladi-headline,
  #HEADLINE465 > .ladi-headline {
    color: #fff;
    font-size: 17px;
    text-align: center;
    line-height: 1.4;
  }
  #SECTION63 {
    height: 775.72px;
  }
  #SECTION63 > .ladi-section-background.loaded {
    background-size: cover;
    background-attachment: fixed;
    background-image: url("../images/shutterstock_321863402-20210331071702_1.png");
    background-position: center top;
    background-repeat: repeat;
    opacity: 0.7;
  }
  #SECTION124 > .ladi-section-background.loaded,
  #SECTION144 > .ladi-section-background.loaded,
  #SECTION182 > .ladi-section-background.loaded {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-position: center top;
    background-repeat: repeat;
  }
  #LINE112 {
    left: 256.5px;
  }
  #LINE112 > .ladi-line > .ladi-line-container,
  #LINE761 > .ladi-line > .ladi-line-container {
    border-top: 1px solid #c91f17;
    border-right: 1px solid #c91f17;
    border-bottom: 1px solid #c91f17;
    border-left: 0 !important;
  }
  #LINE112 > .ladi-line,
  #LINE761 > .ladi-line {
    width: 100%;
    padding: 8px 0;
  }
  #SECTION124 {
    height: 564.042px;
  }
  #SECTION124 > .ladi-section-background.loaded {
    background-image: url("../images/bf1-20210331072731.png");
  }
  #IMAGE127 {
    width: 145.451px;
    height: 224.592px;
    top: 179.686px;
    left: 0;
  }
  #IMAGE127 > .ladi-image > .ladi-image-background.loaded {
    width: 394.809px;
    height: 346.098px;
    top: -81.5074px;
    left: -68.6777px;
    background-image: url("../images/gluco.png");
    background-size: contain;
    background-position: center;
  }
  #BOX128,
  #BOX132 {
    width: 418.267px;
    height: 82px;
    top: 0;
    left: 0;
  }
  #BOX128 > .ladi-box,
  #BOX132 > .ladi-box {
    background: #ffe259;
    background: -webkit-linear-gradient(180deg, #ffe259, #ffa751);
    background: linear-gradient(180deg, #ffe259, #ffa751);
    border-radius: 11px;
  }
  #SECTION143 {
    height: 404.1px;
  }
  #SECTION144 {
    height: 935.72px;
  }
  #SECTION144 > .ladi-section-background.loaded {
    background-image: url("../images/bg2-20210331074834_1.png");
    opacity: 0.3;
  }
  #SECTION182 {
    height: 709.1px;
  }
  #SECTION182 > .ladi-section-background.loaded {
    background-image: url("../images/shutterstock_513348367-20210331080044_1.jpg");
    opacity: 0.5;
  }
  #PARAGRAPH188 {
    width: 319px;
    top: 279.24px;
    left: 18.5px;
  }
  #HEADLINE484 > .ladi-headline,
  #HEADLINE489 > .ladi-headline,
  #HEADLINE492 > .ladi-headline,
  #HEADLINE498 > .ladi-headline,
  #PARAGRAPH188 > .ladi-paragraph,
  #PARAGRAPH255 > .ladi-paragraph,
  #PARAGRAPH543 > .ladi-paragraph,
  #PARAGRAPH548 > .ladi-paragraph,
  #PARAGRAPH747 > .ladi-paragraph {
    color: #000;
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE252 > .ladi-headline,
  #HEADLINE253 > .ladi-headline {
    font-size: 30px;
    text-align: center;
    line-height: 1.6;
    font-weight: 500;
  }
  #HEADLINE252,
  #HEADLINE253 {
    width: 383px;
    top: 17px;
    left: 17.6335px;
  }
  #HEADLINE252 > .ladi-headline {
    color: #fcfffb;
  }
  #HEADLINE253 > .ladi-headline {
    color: #fff5f5;
  }
  #PARAGRAPH255 {
    width: 422px;
    top: 479.321px;
    left: 118.552px;
  }
  #HEADLINE261 {
    width: 362px;
    top: 10px;
    left: 0;
  }
  #HEADLINE261 > .ladi-headline,
  #PARAGRAPH748 > .ladi-paragraph {
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP276 {
    width: 358px;
    height: 306.5px;
    top: 137.65px;
    left: 0;
  }
  #GROUP276.ladi-animation > .ladi-group {
    -webkit-animation-name: bounceIn;
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
  }
  #GROUP330 {
    height: 82px;
    top: 189.021px;
  }
  #GROUP330.ladi-animation > .ladi-group {
    -webkit-animation-name: bounceIn;
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
  }
  #GROUP331 {
    height: 82px;
    top: 287.021px;
  }
  #GROUP331.ladi-animation > .ladi-group {
    animation-name: bounceIn;
    -webkit-animation-name: bounceIn;
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
  }
  #IMAGE370 {
    width: 330.948px;
    height: 151.783px;
    top: 0;
    left: 8px;
  }
  #IMAGE370 > .ladi-image > .ladi-image-background.loaded {
    width: 330.948px;
    height: 151.783px;
    background-position: center;
    background-size: contain;
    top: 0;
    left: 0;
    background-image: url("../images/gluconormix.png");
  }
  #BOX372,
  #BOX437,
  #BOX547,
  #BOX569,
  #BOX702,
  #BOX738,
  #FORM_ITEM590 {
    top: 0;
    left: 0;
  }
  #BOX372 > .ladi-box,
  #BOX437 > .ladi-box,
  #BOX702 > .ladi-box,
  #BOX738 > .ladi-box {
    background-color: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
  }
  #HEADLINE373,
  #HEADLINE703 {
    width: 332px;
    top: 15.3486px;
    left: 45.4975px;
  }
  #HEADLINE373 > .ladi-headline,
  #HEADLINE438 > .ladi-headline,
  #HEADLINE703 > .ladi-headline,
  #HEADLINE739 > .ladi-headline {
    color: #242424;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    line-height: 1.4;
    -webkit-text-stroke-color: #e4e4e4;
  }
  #SHAPE374,
  #SHAPE439,
  #SHAPE704,
  #SHAPE740 {
    width: 20.2089px;
    height: 24.9464px;
    top: 26.9946px;
    left: 12.0596px;
  }
  #SHAPE374:hover > .ladi-shape,
  #SHAPE439:hover > .ladi-shape,
  #SHAPE704:hover > .ladi-shape,
  #SHAPE740:hover > .ladi-shape {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
  #SHAPE374:hover > .ladi-shape svg:last-child,
  #SHAPE439:hover > .ladi-shape svg:last-child,
  #SHAPE704:hover > .ladi-shape svg:last-child,
  #SHAPE740:hover > .ladi-shape svg:last-child {
    fill: #ee6e66;
  }
  #SHAPE374 svg:last-child,
  #SHAPE439 svg:last-child,
  #SHAPE704 svg:last-child,
  #SHAPE740 svg:last-child {
    fill: #ea4701;
  }
  #GROUP371 {
    width: 377.498px;
    top: 235.295px;
    left: -0.548px;
  }
  #GROUP371.ladi-animation > .ladi-group,
  #GROUP436.ladi-animation > .ladi-group,
  #GROUP701.ladi-animation > .ladi-group,
  #GROUP737.ladi-animation > .ladi-group {
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #IMAGE416 {
    width: 421.739px;
    height: 377.193px;
    top: 51.219px;
    left: 387.13px;
  }
  #IMAGE416 > .ladi-image > .ladi-image-background.loaded {
    width: 421.739px;
    height: 338.394px;
    top: 0;
    left: 0;
    background-image: url("../images/gluco.png");
    background-size: contain;
    background-position: center;
  }
  #PARAGRAPH423 {
    width: 368px;
    top: 401.901px;
    left: 13.954px;
  }
  #PARAGRAPH423 > .ladi-paragraph,
  #PARAGRAPH730 > .ladi-paragraph {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    line-height: 1.6;
  }
  #BOX382,
  #GROUP379,
  #GROUP380 {
    width: 395.908px;
    height: 479.866px;
    top: 0;
    left: 0;
  }
  #COUNTDOWN394 {
    width: 262px;
    height: 43px;
    top: 90.814px;
    left: 39.045px;
  }
  #COUNTDOWN394 > .ladi-countdown,
  #COUNTDOWN719 > .ladi-countdown {
    color: #384360;
    font-size: 29px;
    font-weight: 700;
    text-align: center;
  }
  #COUNTDOWN394 > .ladi-countdown > .ladi-element,
  #COUNTDOWN719 > .ladi-countdown > .ladi-element {
    width: calc((100% - 21px * 3) / 4);
    margin-right: 9px;
    height: 100%;
  }
  #COUNTDOWN394 > .ladi-countdown .ladi-countdown-background,
  #COUNTDOWN719 > .ladi-countdown .ladi-countdown-background {
    background-color: #fcebc8;
  }
  #COUNTDOWN_ITEM395,
  #COUNTDOWN_ITEM578,
  #COUNTDOWN_ITEM720 {
    visibility: hidden;
    pointer-events: none;
  }
  #HEADLINE388 {
    width: 381px;
    top: 20.69px;
    left: 7.454px;
  }
  #HEADLINE388 > .ladi-headline,
  #HEADLINE714 > .ladi-headline {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0;
    line-height: 1.4;
  }
  #BOX382 > .ladi-box,
  #BOX708 > .ladi-box {
    background: #ff8d5e;
    background: -webkit-linear-gradient(180deg, #ff8d5e, #ea4702);
    background: linear-gradient(180deg, #ff8d5e, #ea4702);
    box-shadow: 3px 4px 0 0 #c17655;
    -webkit-box-shadow: 3px 4px 0 0 #c17655;
    border-radius: 8px;
  }
  #BUTTON_TEXT384,
  #BUTTON_TEXT710 {
    width: 255px;
    top: 10.4127px;
    left: 0;
  }
  #BUTTON_TEXT384 > .ladi-headline,
  #BUTTON_TEXT710 > .ladi-headline {
    cursor: pointer;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON384,
  #BUTTON710 {
    width: 256.606px;
    height: 52.0636px;
    top: 118.382px;
    left: 50.004px;
  }
  #BUTTON384 > .ladi-button > .ladi-button-background,
  #BUTTON710 > .ladi-button > .ladi-button-background {
    background: #66a2ee;
    background: -webkit-linear-gradient(180deg, #66a2ee, #109174);
    background: linear-gradient(180deg, #66a2ee, #109174);
  }
  #BUTTON384 > .ladi-button,
  #BUTTON710 > .ladi-button {
    border: 1px solid #ffefc7;
    border-radius: 100px;
  }
  #BUTTON384.ladi-animation > .ladi-button,
  #BUTTON710.ladi-animation > .ladi-button {
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
  }
  #FORM_ITEM386,
  #FORM_ITEM712 {
    width: 356.614px;
    height: 44.0664px;
    top: 0;
    left: 0;
  }
  #FORM_ITEM387,
  #FORM_ITEM713 {
    width: 356.614px;
    height: 44.0664px;
    top: 52.8796px;
    left: 0;
  }
  #FORM383 {
    top: 215.71px;
  }
  #FORM383 > .ladi-form,
  #FORM709 > .ladi-form {
    color: #000;
    font-size: 14px;
    line-height: 1.6;
  }
  #FORM383 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"],
  #FORM383 .ladi-form-item .ladi-form-control::placeholder {
    color: #000;
  }
  #FORM383 .ladi-form-item,
  #FORM587 .ladi-form-item,
  #FORM709 .ladi-form-item {
    padding-left: 8px;
    padding-right: 8px;
  }
  #FORM383 .ladi-form-item.ladi-form-checkbox,
  #FORM587 .ladi-form-item.ladi-form-checkbox,
  #FORM709 .ladi-form-item.ladi-form-checkbox {
    padding-left: 13px;
    padding-right: 13px;
  }
  #FORM383 .ladi-form-item-container .ladi-form-item .ladi-form-control-select,
  #FORM709 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20%23000%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
  }
  #FORM383 .ladi-form-item-container,
  #FORM383 .ladi-form-label-container .ladi-form-label-item,
  #FORM709 .ladi-form-item-container,
  #FORM709 .ladi-form-label-container .ladi-form-label-item {
    border: 1px solid #dfdfdf;
    border-radius: 5px;
  }
  #FORM383 .ladi-form-item-container .ladi-form-quantity button,
  #FORM709 .ladi-form-item-container .ladi-form-quantity button {
    background-color: #dfdfdf;
  }
  #FORM383 .ladi-form-item-background,
  #FORM709 .ladi-form-item-background {
    background-color: #fcfffb;
    border-radius: 4px;
  }
  #HEADLINE438 {
    width: 316px;
    top: 5px;
    left: 43.4975px;
  }
  #GROUP436 {
    top: 346.254px;
    left: 0;
  }
  #IMAGE442 {
    width: 137.779px;
    height: 120.5px;
    top: 97.19px;
    left: 63%;
  }
  #IMAGE442 > .ladi-image > .ladi-image-background.loaded {
    width: 137.779px;
    height: 120.5px;
    top: 0;
    left: 0;
    background-image: url("../images/asset-1-20210330101021_2.png");
  }
  #IMAGE442 > .ladi-image,
  #IMAGE742 > .ladi-image {
    transform: rotate(-22deg);
    -webkit-transform: rotate(-22deg);
  }
  #HEADLINE595.ladi-animation > .ladi-headline,
  #IMAGE442.ladi-animation > .ladi-image,
  #IMAGE742.ladi-animation > .ladi-image {
    animation-name: tada;
    -webkit-animation-name: tada;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
  }
  #HEADLINE447 > .ladi-headline {
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 1.4;
  }
  #IMAGE448 > .ladi-image > .ladi-image-background.loaded {
    width: 250px;
    height: 250px;
    top: 0;
    left: 0;
    background-position: center;
    background-image: url("../images/image15.jpg");
  }
  #GROUP443 {
    width: 358px;
    height: 306.5px;
    top: 137.65px;
    left: 421px;
  }
  #GROUP443.ladi-animation > .ladi-group {
    animation-name: bounceIn;
    -webkit-animation-name: bounceIn;
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #HEADLINE453 {
    width: 285px;
    top: 250px;
    left: 60px;
  }
  #IMAGE454 > .ladi-image > .ladi-image-background.loaded {
    width: 257px;
    height: 257px;
    top: -7px;
    left: -7px;
    background-image: url("../images/image17.jpg");
  }
  #GROUP449 {
    width: 358px;
    height: 306.5px;
    top: 137.65px;
    left: 842px;
  }
  #GROUP449.ladi-animation > .ladi-group {
    -webkit-animation-name: bounceIn;
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
  }
  #HEADLINE459 {
    width: 243px;
    top: 261.5px;
    left: 57.5px;
  }
  #IMAGE460 > .ladi-image > .ladi-image-background.loaded {
    width: 259px;
    height: 259px;
    top: -9px;
    left: -9px;
    background-image: url("../images/image16.jpg");
  }
  #GROUP455 {
    left: 201.699px;
  }
  #GROUP455.ladi-animation > .ladi-group {
    -webkit-animation-name: bounceIn;
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
  }
  #HEADLINE465 {
    width: 243px;
    top: 261.5px;
    left: 70.5px;
  }
  #IMAGE466 > .ladi-image > .ladi-image-background.loaded {
    width: 375px;
    height: 250px;
    top: 0;
    left: -82px;
    background-image: url("../images/teaser-eyelab-8-20210119024853.jpg");
  }
  #GROUP461 {
    left: 636px;
  }
  #GROUP461.ladi-animation > .ladi-group {
    animation-name: bounceIn;
    -webkit-animation-name: bounceIn;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #PARAGRAPH467 {
    width: 771px;
    top: 69.7333px;
    left: 189px;
  }
  #PARAGRAPH467 > .ladi-paragraph {
    font-family: "Roboto", sans-serif;
    color: #000;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE468 {
    width: 378px;
    top: 0;
    left: 0;
  }
  #HEADLINE468 > .ladi-headline,
  #HEADLINE762 > .ladi-headline {
    font-family: "Roboto", sans-serif;
    color: #ca2018;
    font-size: 22px;
    font-weight: 900;
    text-align: left;
    line-height: 1.6;
  }
  #GROUP473 {
    width: 456.5px;
    height: 36px;
    top: 15.894px;
    left: 25px;
  }
  #PARAGRAPH480 {
    width: 469px;
    top: 288.028px;
    left: 523px;
  }
  #PARAGRAPH480 > .ladi-paragraph {
    color: #000;
    font-size: 16px;
    line-height: 1.4;
  }
  #HEADLINE483 {
    width: 22px;
    top: 281.028px;
    left: 501px;
  }
  #HEADLINE483 > .ladi-headline,
  #HEADLINE764 > .ladi-headline {
    font-family: "Roboto", sans-serif;
    color: #c91f17;
    font-size: 42px;
    text-align: center;
    line-height: 1;
  }
  #HEADLINE484 {
    width: 246px;
    top: 57.27px;
    left: 0;
  }
  #PARAGRAPH485 {
    width: 171px;
    top: 0;
    left: 37.5px;
  }
  #PARAGRAPH485 > .ladi-paragraph,
  #PARAGRAPH490 > .ladi-paragraph,
  #PARAGRAPH493 > .ladi-paragraph,
  #PARAGRAPH499 > .ladi-paragraph {
    font-family: "Roboto Condensed", sans-serif;
    color: #ff4c42;
    font-size: 50px;
    font-weight: 900;
    text-align: center;
    line-height: 1;
  }
  #GROUP487 {
    width: 246px;
    left: 2.5px;
  }
  #HEADLINE489,
  #HEADLINE492,
  #HEADLINE498 {
    width: 232px;
    top: 57.27px;
    left: 0;
  }
  #PARAGRAPH490 {
    width: 171px;
    top: 0;
    left: 30.5px;
  }
  #GROUP488 {
    width: 232px;
    height: 159.27px;
    top: 669.42px;
    left: 332px;
  }
  #PARAGRAPH493 {
    width: 229px;
    top: 0;
    left: 1.5px;
  }
  #GROUP491 {
    width: 232px;
    left: 650px;
  }
  #PARAGRAPH499 {
    width: 214px;
    top: 0;
    left: 9px;
  }
  #HEADLINE500 {
    width: 926px;
    top: 37.093px;
    left: 150.5px;
  }
  #HEADLINE500 > .ladi-headline,
  #HEADLINE536 > .ladi-headline,
  #HEADLINE596 > .ladi-headline,
  #HEADLINE621 > .ladi-headline {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: 900;
    text-align: center;
    line-height: 1;
  }
  #GROUP502 {
    width: 232px;
    left: 968px;
  }
  #LINE503 {
    height: 307px;
    top: 209.787px;
    left: 85.5px;
  }
  #LINE503 > .ladi-line > .ladi-line-container {
    border-top: 0 !important;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
  }
  #LINE503 > .ladi-line,
  #LINE586 > .ladi-line {
    height: 100%;
    padding: 0 8px;
  }
  #SHAPE505,
  #SHAPE513,
  #SHAPE521 {
    width: 14px;
    height: 14px;
    top: 16px;
    left: 0;
  }
  #SHAPE505 svg:last-child {
    fill: url("index.html#SHAPE505_desktop_gradient");
  }
  #BOX506 {
    width: 369.5px;
    top: 0;
    left: 9.5px;
  }
  #BOX506 > .ladi-box {
    background-color: #ea5019;
    border-radius: 4px;
  }
  #BOX507 {
    top: 9.5px;
    left: 7px;
  }
  #BOX507 > .ladi-box,
  #BOX510 > .ladi-box,
  #BOX518 > .ladi-box {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background-color: #cb2118;
  }
  #GROUP508 {
    width: 379px;
    top: 0;
    left: 19.75px;
  }
  #GROUP508.ladi-animation > .ladi-group {
    animation-name: fadeInRight;
    -webkit-animation-name: fadeInRight;
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #BOX510,
  #BOX518,
  #BOX530 {
    width: 27px;
    height: 27px;
    top: 9.5px;
    left: 0;
  }
  #BOX511,
  #BOX519 {
    width: 371px;
    top: 0;
    left: 2.5px;
  }
  #BOX511 > .ladi-box,
  #BOX519 > .ladi-box,
  #BOX525 > .ladi-box {
    background-color: #ea4702;
    border-radius: 4px;
  }
  #HEADLINE512,
  #HEADLINE520,
  #HEADLINE532 {
    width: 358px;
    top: 10.5px;
    left: 15px;
  }
  #HEADLINE512 > .ladi-headline,
  #HEADLINE520 > .ladi-headline,
  #HEADLINE526 > .ladi-headline,
  #HEADLINE532 > .ladi-headline {
    color: #fff;
    font-size: 16px;
    text-align: left;
    line-height: 1.6;
  }
  #GROUP509,
  #GROUP517 {
    width: 373.5px;
    height: 46px;
    top: 0;
    left: 26.75px;
  }
  #GROUP509.ladi-animation > .ladi-group {
    animation-name: fadeInRight;
    -webkit-animation-name: fadeInRight;
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #SHAPE513 svg:last-child {
    fill: url("index.html#SHAPE513_desktop_gradient");
  }
  #GROUP517.ladi-animation > .ladi-group {
    animation-name: fadeInRight;
    -webkit-animation-name: fadeInRight;
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #SHAPE521 svg:last-child {
    fill: url("index.html#SHAPE521_desktop_gradient");
  }
  #BOX524 {
    top: 9px;
    left: 0;
  }
  #BOX524 > .ladi-box,
  #BOX530 > .ladi-box {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background-color: #ea3b18;
  }
  #BOX525 {
    width: 371px;
    top: 0;
    left: 3px;
  }
  #HEADLINE526 {
    width: 358px;
    top: 10px;
    left: 15px;
  }
  #GROUP523 {
    width: 374px;
    top: 0;
    left: 26.75px;
  }
  #GROUP523.ladi-animation > .ladi-group {
    animation-name: fadeInRight;
    -webkit-animation-name: fadeInRight;
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #SHAPE527 {
    top: 15.5px;
    left: 0;
  }
  #SHAPE527 svg:last-child {
    fill: url("index.html#SHAPE527_desktop_gradient");
  }
  #BOX531 {
    width: 371px;
    top: 0;
    left: 4.25px;
  }
  #BOX531 > .ladi-box {
    background-color: #ea3b18;
    border-radius: 4px;
  }
  #GROUP529 {
    width: 375.25px;
    top: 491.787px;
    left: 113.75px;
  }
  #GROUP529.ladi-animation > .ladi-group {
    animation-name: fadeInRight;
    -webkit-animation-name: fadeInRight;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #GROUP540.ladi-animation > .ladi-group,
  #GROUP541.ladi-animation > .ladi-group {
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-iteration-count: 1;
  }
  #SHAPE533 {
    top: 507.787px;
    left: 87px;
  }
  #SHAPE533 svg:last-child {
    fill: url("index.html#SHAPE533_desktop_gradient");
  }
  #HEADLINE536 {
    width: 926px;
    top: 14.373px;
    left: 137.5px;
  }
  #BOX537 {
    width: 354px;
    height: 580px;
    top: 0;
    left: 0;
  }
  #BOX537 > .ladi-box,
  #BOX542 > .ladi-box,
  #BOX547 > .ladi-box,
  #BOX750 > .ladi-box,
  #BOX758 > .ladi-box {
    background-color: #fff;
    border: 1px solid #e4e4e4;
    filter: drop-shadow(#e0e0e0 5px 6px 10px);
  }
  #IMAGE538 {
    width: 276px;
    top: 0;
    left: 39px;
  }
  #IMAGE538 > .ladi-image > .ladi-image-background.loaded {
    width: 276px;
    height: 276px;
    top: -64px;
    left: 0;
    background-image: url("../images/doctor-03-20210223093551.png");
  }
  #PARAGRAPH539 {
    width: 283px;
    top: 204.24px;
    left: 35.5px;
  }
  #PARAGRAPH539 > .ladi-paragraph,
  #PARAGRAPH545 > .ladi-paragraph,
  #PARAGRAPH550 > .ladi-paragraph {
    color: #ca2018;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP540 {
    height: 580px;
    left: 27px;
  }
  #GROUP540.ladi-animation > .ladi-group {
    -webkit-animation-name: fadeInUp;
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
  }
  #BOX542 {
    width: 354px;
    height: 584px;
    top: 0;
    left: 0;
  }
  #PARAGRAPH543 {
    width: 326px;
    top: 249.24px;
    left: 15px;
  }
  #IMAGE544 {
    width: 276px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #IMAGE544 > .ladi-image > .ladi-image-background.loaded {
    width: 438.721px;
    height: 247px;
    top: -12px;
    left: -103px;
    background-image: url("../images/han-toolscom_6d54a68f0ffb5b20f2a02e1992851c1a1617162730646-20210331035326.png");
  }
  #PARAGRAPH545,
  #PARAGRAPH550 {
    width: 283px;
    top: 204.24px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #GROUP541 {
    height: 584px;
    left: 422.5px;
  }
  #GROUP541.ladi-animation > .ladi-group {
    -webkit-animation-name: fadeInUp;
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
  }
  #PARAGRAPH548 {
    width: 326px;
    top: 245.24px;
    left: 15px;
  }
  #IMAGE549 {
    width: 276px;
    top: 0;
    left: 39.5px;
  }
  #IMAGE549 > .ladi-image > .ladi-image-background.loaded {
    width: 306.582px;
    height: 204.49px;
    top: -12px;
    left: -18.5817px;
    background-image: url("../images/indo_doctor-20201221100932.png");
  }
  #GROUP546 {
    top: 72.567px;
    left: 818px;
  }
  #GROUP546.ladi-animation > .ladi-group {
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #SECTION551 {
    height: 332.1px;
  }
  #SECTION551 > .ladi-section-background.loaded {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("../images/bf1-20210331072731_3.png");
    background-position: center top;
    background-repeat: repeat;
  }
  #BOX569 > .ladi-box {
    background-color: #fff5f5;
    border: 1px solid #e55346;
    border-radius: 20px;
  }
  #HEADLINE571 {
    width: 433px;
    top: 7px;
    left: 48.375px;
  }
  #HEADLINE571 > .ladi-headline {
    color: #486e89;
    font-size: 15px;
    text-align: left;
    line-height: 1.6;
  }
  #SHAPE572 {
    width: 38px;
    height: 38px;
    top: 0;
    left: 0;
  }
  #SHAPE572 svg:last-child {
    fill: #486e89;
  }
  #GROUP570 {
    width: 481.375px;
    height: 38px;
    top: 198.94px;
    left: 27.2285px;
  }
  #HEADLINE574 {
    width: 99px;
    top: 112.044px;
    left: 152.416px;
  }
  #HEADLINE574 > .ladi-headline {
    color: #f98688;
    font-size: 75px;
    text-align: center;
    line-height: 1;
  }
  #BOX575 {
    width: 436px;
    height: 58.3064px;
    top: 0;
    left: 0;
  }
  #BOX575 > .ladi-box {
    background-color: #17c89e;
    border-radius: 20px 0 50px;
  }
  #HEADLINE576 {
    width: 388px;
    top: 16.6532px;
    left: 16.339px;
  }
  #HEADLINE576 > .ladi-headline {
    color: #fff5f5;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    line-height: 1.6;
  }
  #COUNTDOWN577 {
    width: 141.323px;
    height: 30.7309px;
    top: 13.7877px;
    left: 263.016px;
  }
  #COUNTDOWN577 > .ladi-countdown {
    color: #21394a;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
  }
  #COUNTDOWN577 > .ladi-countdown > .ladi-element {
    width: calc((100% - 18px * 3) / 4);
    margin-right: 6px;
    height: 100%;
  }
  #COUNTDOWN577 > .ladi-countdown .ladi-countdown-background {
    background-color: #fff5f5;
    border-radius: 10px;
  }
  #BOX583 {
    width: 180.699px;
    height: 51.3064px;
    top: 0;
    left: 0;
  }
  #BOX583 > .ladi-box {
    background-color: #ff4e42;
    border-radius: 17px;
  }
  #HEADLINE584 {
    width: 170px;
    top: 11.6532px;
    left: 5.3495px;
  }
  #HEADLINE584 > .ladi-headline {
    color: #fff5f5;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP582 {
    width: 180.699px;
    height: 51.3064px;
    top: 129.463px;
    left: 277.067px;
  }
  #HEADLINE585 {
    width: 187px;
    top: 72.929px;
    left: 271.766px;
  }
  #HEADLINE585 > .ladi-headline {
    text-decoration-line: line-through;
    -webkit-text-decoration-line: line-through;
    color: #545454;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    line-height: 1.6;
  }
  #LINE586 {
    height: 47px;
    top: 112.223px;
    left: 248.416px;
  }
  #LINE586 > .ladi-line > .ladi-line-container {
    border-top: 0 !important;
    border-right: 1px solid #ffbfc0;
    border-bottom: 1px solid #ffbfc0;
    border-left: 1px solid #ffbfc0;
  }
  #BUTTON_TEXT588 {
    width: 409px;
    top: 9px;
    left: 0;
  }
  #BUTTON_TEXT588 > .ladi-headline {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    line-height: 1.6;
    text-shadow: #6a2102 1px 2px 3px;
  }
  #BUTTON588 {
    width: 409px;
    height: 48px;
    top: 106px;
    left: 0;
  }
  #BUTTON588 > .ladi-button > .ladi-button-background {
    background: #ea5119;
    background: -webkit-linear-gradient(120deg, #ea5119, #cc3f01);
    background: linear-gradient(120deg, #ea5119, #cc3f01);
  }
  #BUTTON588 > .ladi-button {
    border-radius: 8px;
  }
  #BUTTON588.ladi-animation > .ladi-button {
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
  }
  #FORM_ITEM591 {
    top: 51px;
    left: 0;
  }
  #FORM587 {
    width: 409px;
    height: 154px;
    top: 38.939px;
    left: 501px;
  }
  #FORM587 > .ladi-form {
    color: #486e89;
    font-size: 14px;
    line-height: 1.6;
  }
  #FORM587 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"],
  #FORM587 .ladi-form-item .ladi-form-control::placeholder {
    color: #486e89;
  }
  #FORM587 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgba(72%2C%20110%2C%20137%2C%201.0)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
  }
  #FORM587 .ladi-form-item-container,
  #FORM587 .ladi-form-label-container .ladi-form-label-item {
    border: 1px solid #abd0ea;
    border-radius: 8px;
  }
  #FORM587 .ladi-form-item-container .ladi-form-quantity button {
    background-color: #abd0ea;
  }
  #GROUP568 {
    top: 25.467px;
    left: 120.5px;
  }
  #GROUP568.ladi-animation > .ladi-group {
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #HEADLINE595 {
    width: 150px;
    top: 86.467px;
    left: 135px;
  }
  #HEADLINE595 > .ladi-headline {
    color: #ff4d42;
    font-size: 142px;
    line-height: 1;
    text-shadow: #cc2118 2px 3px 3px;
  }
  #HEADLINE596 {
    width: 926px;
    top: 26.17px;
    left: 137.5px;
  }
  #HEADLINE603,
  #HEADLINE614 {
    width: 150px;
    top: 218.322px;
    left: 33.5px;
  }
  #HEADLINE603 > .ladi-headline,
  #HEADLINE609 > .ladi-headline,
  #HEADLINE614 > .ladi-headline {
    color: #ffd8d9;
    font-size: 38px;
    text-align: center;
    line-height: 1.6;
    -webkit-text-stroke: 1px #f98688;
  }
  #IMAGE605,
  #IMAGE611,
  #IMAGE616 {
    width: 150.955px;
    height: 150.415px;
    top: 0;
    left: 32.8474px;
  }
  #IMAGE605 > .ladi-image > .ladi-image-background.loaded {
    width: 150.955px;
    height: 151.517px;
    top: 0;
    left: 0;
    background-image: url("../images/1-1555060955-20200610042517.jpg");
  }
  #IMAGE605 > .ladi-image,
  #IMAGE611 > .ladi-image,
  #IMAGE616 > .ladi-image {
    box-shadow: 0 19px 25px -20px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 19px 25px -20px rgba(0, 0, 0, 0.7);
    border-color: #fff;
    border-width: 5px;
    border-radius: 1000px;
  }
  #PARAGRAPH606,
  #PARAGRAPH612,
  #PARAGRAPH617 {
    width: 217px;
    top: 174.322px;
    left: 0;
  }
  #PARAGRAPH606 > .ladi-paragraph,
  #PARAGRAPH612 > .ladi-paragraph,
  #PARAGRAPH617 > .ladi-paragraph {
    color: #242424;
    font-size: 16px;
    text-align: center;
    line-height: 1.4;
  }
  #GROUP604 {
    width: 217px;
    height: 196.322px;
    top: 0;
    left: 0;
  }
  #GROUP607 {
    height: 278.322px;
    left: 106.5px;
  }
  #HEADLINE609 {
    width: 150px;
    top: 233.322px;
    left: 33.5px;
  }
  #IMAGE611 > .ladi-image > .ladi-image-background.loaded {
    width: 150.955px;
    height: 151.517px;
    top: 0;
    left: 0;
    background-image: url("../images/2-1555060955-20200610042517.jpg");
  }
  #GROUP610 {
    width: 217px;
    height: 241.322px;
    top: 0;
    left: 0;
  }
  #GROUP608 {
    height: 294.322px;
    left: 491.5px;
  }
  #IMAGE616 > .ladi-image > .ladi-image-background.loaded {
    width: 150.955px;
    height: 151.517px;
    top: 0;
    left: 0;
    background-image: url("../images/3-1555060955-20200610042517.jpg");
  }
  #GROUP615 {
    width: 217px;
    height: 219.322px;
    top: 0;
    left: 0;
  }
  #GROUP613 {
    height: 279.322px;
    left: 876.5px;
  }
  #SHAPE618 {
    left: 367px;
  }
  #SHAPE618.ladi-animation > .ladi-shape,
  #SHAPE619.ladi-animation > .ladi-shape {
    animation-name: flash;
    -webkit-animation-name: flash;
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
  }
  #SHAPE618 svg:last-child,
  #SHAPE619 svg:last-child {
    fill: #b4b4b4;
  }
  #SHAPE619 {
    left: 757px;
  }
  #HEADLINE621 {
    width: 926px;
    top: 30.44px;
    left: 150.5px;
  }
  #BUTTON622 {
    height: 76px;
    top: 387.846px;
  }
  #BUTTON622 > .ladi-button > .ladi-button-background {
    background: #ff6a00;
    background: -webkit-linear-gradient(180deg, #ff6a00, #c81f17);
    background: linear-gradient(180deg, #ff6a00, #c81f17);
  }
  #BUTTON622 > .ladi-button {
    border: 2px solid #c91f17;
    border-radius: 10px;
  }
  #BUTTON_TEXT622 {
    width: 397px;
    top: 9px;
    left: 0;
  }
  #BUTTON_TEXT622 > .ladi-headline {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    line-height: 1.6;
  }
  #IMAGE623 {
    width: 346.106px;
    height: 362.848px;
    top: 0;
    left: 92.196px;
  }
  #IMAGE623 > .ladi-image > .ladi-image-background.loaded {
    width: 544px;
    height: 362.848px;
    top: 0;
    left: -160.319px;
    background-image: url("../images/han-toolscom_23359a9c215176c856218b2990a579431614761113666-20210303084605-20210303104854.png");
  }
  #IMAGE624 {
    width: 269.478px;
    height: 176.15px;
    top: 0;
    left: 53.1636px;
  }
  #IMAGE624 > .ladi-image > .ladi-image-background.loaded {
    width: 269.478px;
    height: 193.073px;
    top: 0;
    left: 0;
    background-image: url("../images/green-tea-20210331043602.png");
  }
  #IMAGE626 {
    width: 203.902px;
    height: 113.901px;
    top: 62.249px;
    left: 0;
  }
  #IMAGE626 > .ladi-image > .ladi-image-background.loaded {
    width: 203.902px;
    height: 141.373px;
    top: 0;
    left: 0;
    background-image: url("../images/han-toolscom_862f24b49360470941c0781e9d52432f1599533272489-removebg-preview-20210331043823.png");
  }
  #SECTION673 {
    height: 100.1px;
  }
  #SECTION673 > .ladi-section-background,
  #SECTION673 > .ladi-section-background.loaded {
    background-color: #486e89;
  }
  #HEADLINE693 {
    width: 108px;
    top: 159.931px;
    left: 5.908px;
  }
  #HEADLINE693 > .ladi-headline,
  #HEADLINE743 > .ladi-headline {
    text-decoration-line: line-through;
    -webkit-text-decoration-line: line-through;
    color: #faddd2;
    font-size: 15px;
    font-weight: 700;
    text-align: right;
    line-height: 1.2;
  }
  #BOX695 {
    top: 152.278px;
  }
  #BOX695 > .ladi-box,
  #BOX745 > .ladi-box {
    background-color: #fff;
    border-radius: 17px;
  }
  #HEADLINE696 {
    width: 213px;
    top: 160.431px;
    left: 133.325px;
  }
  #HEADLINE696 > .ladi-headline,
  #HEADLINE746 > .ladi-headline {
    color: #ca2018;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE698 {
    width: 331px;
    top: 161.776px;
    left: 0;
  }
  #IMAGE699 {
    top: 30.781px;
    left: -396.292px;
  }
  #IMAGE700 {
    width: 323.5px;
    height: 151.783px;
    top: 21.22px;
    left: 0;
  }
  #IMAGE700 > .ladi-image > .ladi-image-background.loaded {
    width: 323.5px;
    height: 151.783px;
    top: 0;
    left: 0;
    background-image: url("../images/gluconormix.png");
    background-size: contain;
    background-position: center;
  }
  #GROUP701 {
    width: 377.498px;
    top: 247.295px;
    left: 0;
  }
  #BOX708,
  #GROUP705,
  #GROUP706,
  #GROUP707 {
    width: 395.908px;
    height: 498.866px;
    top: 0;
    left: 0;
  }
  #FORM709 {
    top: 227.651px;
  }
  #FORM709 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"],
  #FORM709 .ladi-form-item .ladi-form-control::placeholder {
    color: #000;
  }
  #HEADLINE714 {
    width: 381px;
    top: 18.631px;
    left: 7.454px;
  }
  #COUNTDOWN719 {
    width: 262px;
    height: 43px;
    top: 87.755px;
    left: 38.045px;
  }
  #PARAGRAPH730 {
    width: 368px;
    top: 418.842px;
    left: 15.454px;
  }
  #HEADLINE739 {
    width: 341px;
    top: 13.9677px;
    left: 36.136px;
  }
  #GROUP737 {
    top: 349.254px;
    left: 0;
  }
  #IMAGE741 {
    width: 444.865px;
    height: 378.642px;
    top: 173.003px;
    left: 368.229px;
  }
  #IMAGE741 > .ladi-image > .ladi-image-background.loaded {
    width: 444.865px;
    height: 356.95px;
    top: -15.459px;
    left: 0;
    background-image: url("../images/gluco.png");
    background-size: contain;
    background-position: center;
  }
  #IMAGE742 {
    width: 124.407px;
    height: 108.805px;
    top: 434.726px;
    left: 392.872px;
  }
  #IMAGE742 > .ladi-image > .ladi-image-background.loaded {
    width: 124.407px;
    height: 108.805px;
    top: 0;
    left: 0;
    background-image: url("../images/asset-1-20210330101021_2.png");
  }
  #HEADLINE743 {
    width: 108px;
    top: 171.872px;
    left: 5.908px;
  }
  #BOX745 {
    width: 226.699px;
    height: 51.3064px;
    top: 0;
    left: 0;
  }
  #HEADLINE746 {
    width: 213px;
    top: 8.1532px;
    left: 6.8495px;
  }
  #GROUP744 {
    top: 164.219px;
  }
  #SECTION697 {
    height: 840px;
  }
  #SECTION697 > .ladi-section-background.loaded {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("../images/bg1-20210331044949.jpg");
    background-position: right center;
    background-repeat: repeat;
    opacity: 0.86;
  }
  #PARAGRAPH747 {
    width: 377px;
    top: 438.629px;
    left: 0;
  }
  #PARAGRAPH748 {
    width: 469px;
    top: 37.55px;
    left: 335.094px;
  }
  #BOX750,
  #BOX758 {
    width: 1071px;
    height: 360px;
    top: 0;
    left: 0;
  }
  #IMAGE754 {
    width: 456.5px;
    height: 239.191px;
    top: 71.641px;
    left: 25px;
  }
  #IMAGE754 > .ladi-image > .ladi-image-background.loaded {
    width: 456.5px;
    height: 304.486px;
    top: -61px;
    left: 0;
    background-image: url("../images/han-toolscom_654537930c4d25cecbb7e62e41538e261648701655935-20220331044152_1.jpg");
  }
  #IMAGE754 > .ladi-image,
  #IMAGE759 > .ladi-image {
    border-radius: 0;
  }
  #LIST_PARAGRAPH755 {
    width: 509px;
    top: 22.894px;
    left: 501px;
  }
  #LIST_PARAGRAPH755 > .ladi-list-paragraph,
  #LIST_PARAGRAPH765 > .ladi-list-paragraph {
    color: #ca2018;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
  }
  #LIST_PARAGRAPH755.ladi-animation > .ladi-list-paragraph,
  #LIST_PARAGRAPH765.ladi-animation > .ladi-list-paragraph {
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #LIST_PARAGRAPH755 ul li,
  #LIST_PARAGRAPH765 ul li {
    padding-bottom: 9px;
    padding-left: 26px;
  }
  #LIST_PARAGRAPH755 ul li:before,
  #LIST_PARAGRAPH765 ul li:before {
    content: "";
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20100%20100%22%20enable-background%3D%22new%200%200%20100%20100%22%20xml%3Aspace%3D%22preserve%22%20%20width%3D%22100%25%22%20height%3D%22100%25%22%20class%3D%22%22%20fill%3D%22rgba(72%2C%20110%2C%20137%2C%201.0)%22%3E%3Cpath%20d%3D%22M50.1%2C10c22.1%2C0%2C40%2C17.9%2C40%2C40s-17.9%2C40-40%2C40s-40-17.9-40-40S28%2C10%2C50.1%2C10%20M50.1%2C5c-24.9%2C0-45%2C20.1-45%2C45s20.1%2C45%2C45%2C45%20%20s45-20.1%2C45-45S74.9%2C5%2C50.1%2C5L50.1%2C5z%22%3E%3C%2Fpath%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M73.6%2C38.9L73.6%2C38.9L46.9%2C66.2l0%2C0c-0.6%2C0.6-1.5%2C1-2.5%2C1c-1%2C0-1.8-0.4-2.5-1l0%2C0%20%20L26.8%2C50.8l0%2C0c-0.6-0.6-1-1.5-1-2.5c0-2%2C1.6-3.6%2C3.5-3.6c1%2C0%2C1.8%2C0.4%2C2.5%2C1l0%2C0l12.6%2C12.9l24.3-24.8l0%2C0c0.6-0.6%2C1.5-1%2C2.5-1%20%20c1.9%2C0%2C3.5%2C1.6%2C3.5%2C3.6C74.6%2C37.4%2C74.2%2C38.3%2C73.6%2C38.9z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    width: 20px;
    height: 20px;
    top: 2px;
  }
  #GROUP756 {
    top: 5.065px;
  }
  #GROUP756.ladi-animation > .ladi-group {
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #IMAGE759 {
    width: 470px;
    height: 339.191px;
    top: 72.641px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
  }
  #IMAGE759 > .ladi-image > .ladi-image-background.loaded {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("../images/ada-ibu-ibu.png");
    background-size: contain;
    background-position: bottom 80px center;
  }
  #LINE761 {
    left: 792.5px;
  }
  #HEADLINE762 {
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    right: 0;
  }
  #HEADLINE762 .ladi-headline {
    color: #000;
    text-align: center;
  }
  #GROUP760 {
    width: 992.5px;
    height: 35px;
    top: 13.894px;
    left: 24px;
  }
  #PARAGRAPH763 {
    width: 484px;
    top: 262.028px;
    left: 55px;
  }
  #PARAGRAPH763 > .ladi-paragraph {
    color: #000;
    font-size: 15px;
    line-height: 1.4;
  }
  #HEADLINE764 {
    width: 22px;
    top: 262.028px;
    left: 25px;
  }
  #LIST_PARAGRAPH765 {
    width: 509px;
    top: 65.3975px;
    left: 24px;
  }
  #GROUP757 {
    top: 394.065px;
  }
  #GROUP757.ladi-animation > .ladi-group {
    animation-name: fadeInRight;
    -webkit-animation-name: fadeInRight;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #IMAGE766 {
    width: 251.973px;
    height: 168.066px;
    top: 243.449px;
    left: 245.486px;
  }
  #IMAGE766 > .ladi-image > .ladi-image-background.loaded {
    width: 251.973px;
    height: 168.066px;
    top: 0;
    left: 0;
    background-image: url("../images/layer-22-20210331071128_1.png");
  }
  #SHAPE771 {
    width: 424.534px;
    height: 342.551px;
    top: 46.641px;
    left: -356.466px;
  }
  #SHAPE771 > .ladi-shape {
    transform: rotate(-92deg);
    -webkit-transform: rotate(-92deg);
    opacity: 0.6;
  }
  #SHAPE771 svg:last-child {
    fill: url("index.html#SHAPE771_desktop_gradient");
  }
  #IMAGE772 {
    width: 500.521px;
    height: 265.426px;
    top: 139.367px;
    left: 1121px;
  }
  #IMAGE772 > .ladi-image > .ladi-image-background.loaded {
    width: 500.521px;
    height: 416.426px;
    top: 0;
    left: 0;
    background-image: url("../images/6578-20200806090144.png");
  }
  #IMAGE772 > .ladi-image {
    transform: perspective(1000px) rotateY(180deg);
    -webkit-transform: perspective(1000px) rotateY(180deg);
    opacity: 0.2;
  }
  #GROUP773 {
    width: 395.908px;
    height: 479.866px;
    top: 10.546px;
    left: 815.094px;
  }
  #GROUP774 {
    width: 405.068px;
    height: 185.556px;
    top: -0.454px;
    left: 10.8965px;
  }
  #GROUP774.ladi-animation > .ladi-group {
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 0s;
    -webkit-animation-duration: 0s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #GROUP775 {
    width: 497.459px;
    height: 432.278px;
    top: 65.882px;
    left: 612.514px;
  }
  #BOX535 {
    width: 1200px;
    height: 87px;
    top: 502.787px;
    left: 0;
  }
  #BOX535 > .ladi-box {
    box-shadow: 0 13px 17px -15px #b4b4b4;
    -webkit-box-shadow: 0 13px 17px -15px #b4b4b4;
    background-color: #fff;
  }
  #GROUP777 {
    width: 395.908px;
    height: 498.866px;
    top: 58.605px;
    left: 804.092px;
  }
  #NOTIFY778 {
    width: 300px;
    height: 62px;
    top: auto;
    left: 10px;
    bottom: 10px;
    right: auto;
    position: fixed;
    z-index: 90000060;
  }
  #NOTIFY778 > .ladi-notify {
    color: #404040;
    background-color: rgba(250, 250, 250, 0.9);
  }
  #GROUP779 {
    width: 398.75px;
    top: 193.787px;
    left: 87px;
  }
  #GROUP780 {
    top: 268.287px;
  }
  #GROUP781 {
    top: 342.787px;
  }
  #GROUP782 {
    width: 400.75px;
    top: 417.787px;
    left: 87px;
  }
  #IMAGE784 {
    width: 212.537px;
    height: 209.659px;
    top: 69.808px;
    left: -260.606px;
  }
  #IMAGE784 > .ladi-image > .ladi-image-background.loaded {
    width: 212.537px;
    height: 173.24px;
    top: 0;
    left: 0;
    background-image: url("../images/insinol_3d_malay-1a-copy-20220628040645_1.png");
  }
  #GROUP893 {
    width: 322.642px;
    height: 176.15px;
    top: 256.128px;
    left: 48.986px;
  }
  #IMAGE894 {
    width: 526.5px;
    height: 466.995px;
    top: 109.048px;
    left: 564px;
  }
  #IMAGE894 > .ladi-image > .ladi-image-background.loaded {
    width: 582.014px;
    height: 466.995px;
    top: 0;
    left: -35px;
    background-image: url("../images/gluco.png");
    background-size: contain;
    background-position: center;
  }
  #BOX896 {
    width: 287px;
    height: 287px;
    top: 611.555px;
    left: -18px;
  }
  #BOX896 > .ladi-box {
    background: #fdfbfb;
    background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
    background: linear-gradient(180deg, #fdfbfb, #eaedee);
    border: 3px solid #f5804d;
    border-radius: 202px;
  }
  #BOX897 {
    left: 304.5px;
  }
  #BOX897 > .ladi-box {
    background: #fdfbfb;
    background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
    background: linear-gradient(180deg, #fdfbfb, #eaedee);
    border: 3px solid #e8e230;
    border-radius: 202px;
  }
  #BOX898 {
    left: 622.5px;
  }
  #BOX898 > .ladi-box {
    background: #fdfbfb;
    background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
    background: linear-gradient(180deg, #fdfbfb, #eaedee);
    border: 3px solid #30c9e8;
    border-radius: 202px;
  }
  #BOX899 {
    left: 939.5px;
  }
  #BOX899 > .ladi-box {
    background: #fdfbfb;
    background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
    background: linear-gradient(180deg, #fdfbfb, #eaedee);
    border: 3px solid #30e849;
    border-radius: 202px;
  }
}

@media (max-width: 767px) {
  .ladi-element.ladi-auto-scroll,
  .ladi-section.ladi-auto-scroll {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .ladi-element.ladi-auto-scroll {
    width: 100% !important;
    left: 0 !important;
  }
  .ladi-carousel .ladi-carousel-content {
    transition: left 0.3s ease-in-out;
  }
  .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item {
    transition: transform 0.3s ease-in-out;
  }
  #POPUP_BLOG .ladi-headline img,
  #POPUP_BLOG .ladi-paragraph img {
    height: auto !important;
  }
  .ladi-section .ladi-container {
    width: 95%;
  }
  #GROUP330,
  #GROUP331 {
    width: 197.664px;
    height: 67.8621px;
    top: 157.138px;
  }
  #GROUP455,
  #GROUP461 {
    height: 259px;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #SHAPE527,
  #SHAPE533 {
    width: 14px;
    height: 14px;
  }
  #BOX542,
  #GROUP541 {
    height: 500px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
  }
  #BOX547,
  #GROUP546 {
    width: 100%;
    height: 608px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #FORM_ITEM590,
  #FORM_ITEM591 {
    height: 40px;
  }
  #BUTTON588,
  #FORM587,
  #FORM_ITEM590,
  #FORM_ITEM591 {
    width: 336.688px;
  }
  #BOX569,
  #GROUP568 {
    width: 372px;
    height: 553px;
  }
  #GROUP607,
  #GROUP608,
  #GROUP613 {
    width: 217px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #SHAPE618,
  #SHAPE619 {
    width: 61px;
    height: 61px;
  }
  #BUTTON384,
  #BUTTON710 {
    width: 256.606px;
    left: 50.004px;
  }
  #FORM383,
  #FORM709 {
    width: 356.614px;
    left: 19.647px;
  }
  #GROUP701,
  #GROUP737 {
    height: 60px;
    left: 581px;
    width: 400px;
  }
  #HEADLINE585 > .ladi-headline,
  #HEADLINE693 > .ladi-headline,
  #HEADLINE743 > .ladi-headline {
    text-decoration-line: line-through;
    -webkit-text-decoration-line: line-through;
    font-weight: 700;
  }
  #BOX745,
  #GROUP744 {
    width: 226.699px;
    height: 51.3064px;
  }
  #BOX750,
  #GROUP756 {
    width: 100%;
    height: 620px;
  }
  #GROUP780,
  #GROUP781 {
    width: 400.25px;
    left: 12.5px;
  }
  #BOX506,
  #BOX511,
  #BOX519,
  #BOX525,
  #BOX531,
  #GROUP508,
  #GROUP523,
  #GROUP529,
  #GROUP779,
  #GROUP780,
  #GROUP781,
  #GROUP782 {
    height: 46px;
  }
  #BOX897,
  #BOX898,
  #BOX899 {
    width: 287px;
    height: 287px;
    left: 69.125px;
  }
  #SECTION_POPUP {
    height: 0;
  }
  #SECTION1 .ladi-section-arrow-down,
  #SECTION124 .ladi-section-arrow-down,
  #SECTION14 .ladi-section-arrow-down,
  #SECTION143 .ladi-section-arrow-down,
  #SECTION144 .ladi-section-arrow-down,
  #SECTION182 .ladi-section-arrow-down,
  #SECTION551 .ladi-section-arrow-down,
  #SECTION63 .ladi-section-arrow-down,
  #SECTION673 .ladi-section-arrow-down,
  #SECTION697 .ladi-section-arrow-down,
  #SECTION_POPUP .ladi-section-arrow-down {
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  }
  #SECTION1 {
    height: 805px;
  }
  #SECTION1 > .ladi-section-background.loaded {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("../images/bg1-20210331044949_2.jpg");
    background-position: right center;
    background-repeat: repeat;
    opacity: 0.86;
  }
  #HEADLINE4 {
    width: 299px;
    top: 125.556px;
    left: 0;
  }
  #HEADLINE4 > .ladi-headline {
    font-family: "Roboto", sans-serif;
    color: #cb3e01;
    font-size: 16px;
    font-weight: 900;
    text-align: left;
    line-height: 1.2;
  }
  #IMAGE11 {
    width: 400px;
    height: 266.8px;
    top: 543.038px;
    left: 511px;
  }
  #IMAGE11 > .ladi-image > .ladi-image-background.loaded {
    width: 400px;
    height: 266.8px;
    top: 0;
    left: 0;
    background-image: url("../images/han-toolscom_23359a9c215176c856218b2990a579431614761113666-20210303084605-20210303104854_2.png");
  }
  #SECTION14 {
    height: 1805px;
    padding: 40px 0;
  }
  #SECTION14 > .ladi-section-background.loaded {
    background-size: cover;
    background-attachment: fixed;
    background-image: url(../images/shutterstock_321863402-20210331071702_2.png);
    background-position: center top;
    background-repeat: repeat;
    opacity: 0.7;
  }
  #HEADLINE19,
  #HEADLINE500,
  #HEADLINE536,
  #HEADLINE596 {
    width: 100%;
    top: 10px;
    left: 0;
    right: 0;
  }
  #HEADLINE19 > .ladi-headline,
  #HEADLINE500 > .ladi-headline {
    font-family: "Roboto", sans-serif;
    color: #ca2018;
    font-size: 25px;
    font-weight: 900;
    text-align: center;
    line-height: 1.2;
  }
  #IMAGE26 {
    width: 200px;
    height: 200px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #IMAGE26 > .ladi-image > .ladi-image-background.loaded {
    width: 170px;
    height: 170px;
    top: 0;
    left: 0;
    background-image: url("../images/diabetes-ulcer-20210319062523_1.jpg");
    background-position: center;
  }
  #IMAGE26 > .ladi-image,
  #IMAGE448 > .ladi-image,
  #IMAGE454 > .ladi-image,
  #IMAGE460 > .ladi-image,
  #IMAGE466 > .ladi-image {
    border: 15px solid #ca2018;
    border-radius: 300px;
    -webkit-mask: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20preserveAspectRatio%3D%22none%22%20viewBox%3D%220%200%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%;
  }
  #BOX37,
  #BOX445,
  #BOX451,
  #BOX457,
  #BOX463 {
    width: 100%;
    height: 67px;
    top: 0;
    left: 0;
  }
  #BOX37 > .ladi-box,
  #BOX445 > .ladi-box,
  #BOX451 > .ladi-box,
  #BOX457 > .ladi-box,
  #BOX463 > .ladi-box {
    background-color: #c91f17;
    border-radius: 45px;
  }
  #SHAPE38 {
    width: 44.7252px;
    height: 55.21px;
    top: 5.895px;
    left: 12.9143px;
  }
  #SHAPE38 svg:last-child,
  #SHAPE446 svg:last-child,
  #SHAPE452 svg:last-child,
  #SHAPE458 svg:last-child,
  #SHAPE464 svg:last-child {
    fill: white;
  }
  #GROUP39,
  #GROUP450 {
    width: 100%;
    height: 67px;
    top: 195.5px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #HEADLINE40,
  #HEADLINE453 {
    width: 71%;
    top: 203.5px;
    left: 82px;
  }
  #HEADLINE40 > .ladi-headline,
  #HEADLINE447 > .ladi-headline,
  #HEADLINE453 > .ladi-headline,
  #HEADLINE459 > .ladi-headline,
  #HEADLINE465 > .ladi-headline {
    color: #fff;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 0;
  }
  #SECTION63 {
    height: 1180px;
  }
  #SECTION63 > .ladi-section-background.loaded {
    background-size: cover;
    background-attachment: fixed;
    background-image: url("../images/shutterstock_321863402-20210331071702_3.png");
    background-position: center top;
    background-repeat: repeat;
    opacity: 0.7;
  }
  #SECTION124 > .ladi-section-background.loaded,
  #SECTION144 > .ladi-section-background.loaded,
  #SECTION182 > .ladi-section-background.loaded {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-position: center top;
    background-repeat: repeat;
  }
  #LINE112 {
    width: 111px;
    top: 15.5px;
    right: 0;
  }
  #LINE112 > .ladi-line > .ladi-line-container,
  #LINE761 > .ladi-line > .ladi-line-container {
    border-top: 1px solid #c91f17;
    border-right: 1px solid #c91f17;
    border-bottom: 1px solid #c91f17;
    border-left: 0 !important;
  }
  #LINE112 > .ladi-line,
  #LINE761 > .ladi-line {
    width: 100%;
    padding: 8px 0;
  }
  #SECTION124 {
    height: 737.862px;
  }
  #SECTION124 > .ladi-section-background.loaded {
    background-image: url("../images/bf1-20210331072731_2.png");
  }
  #IMAGE127 {
    width: 132.841px;
    height: 228.787px;
    top: 105.607px;
    left: 0;
  }
  #IMAGE127 > .ladi-image > .ladi-image-background.loaded {
    width: 373.199px;
    height: 327.154px;
    top: -65.2229px;
    left: -68.8574px;
    background-image: url("../images/insinol_3d_malay-1a-copy-20220628040645_2.png");
  }
  #BOX128,
  #BOX132 {
    width: 197.664px;
    height: 67.8621px;
    top: 0;
    left: 0;
  }
  #BOX128 > .ladi-box,
  #BOX132 > .ladi-box {
    background: #ffe259;
    background: -webkit-linear-gradient(180deg, #ffe259, #ffa751);
    background: linear-gradient(180deg, #ffe259, #ffa751);
    border-radius: 11px;
  }
  #SECTION143 {
    height: 1000.72px;
  }
  #SECTION144 {
    height: 2126.61px;
  }
  #SECTION144 > .ladi-section-background.loaded {
    background-image: url("../images/bg2-20210331074834.png");
    opacity: 0.3;
  }
  #SECTION182 {
    height: 1784px;
  }
  #SECTION182 > .ladi-section-background.loaded {
    background-image: url("../images/shutterstock_513348367-20210331080044.jpg");
    opacity: 0.5;
  }
  #PARAGRAPH188 {
    width: 319px;
    top: 279.24px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #HEADLINE484 > .ladi-headline,
  #HEADLINE489 > .ladi-headline,
  #HEADLINE492 > .ladi-headline,
  #HEADLINE498 > .ladi-headline,
  #PARAGRAPH188 > .ladi-paragraph,
  #PARAGRAPH543 > .ladi-paragraph,
  #PARAGRAPH548 > .ladi-paragraph,
  #PARAGRAPH747 > .ladi-paragraph {
    color: #000;
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE252 {
    width: 181px;
    top: 16.1379px;
    left: 8.43732px;
  }
  #HEADLINE252 > .ladi-headline {
    color: #fcfffb;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE253 {
    width: 181px;
    top: 15.931px;
    left: 8.6243px;
  }
  #HEADLINE253 > .ladi-headline,
  #HEADLINE584 > .ladi-headline {
    color: #fff5f5;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 1.6;
  }
  #PARAGRAPH255 {
    width: 400px;
    top: 323.862px;
    left: 10px;
  }
  #PARAGRAPH255 > .ladi-paragraph {
    color: #000;
    font-size: 14px;
    text-align: center;
    line-height: 1.4;
  }
  #HEADLINE261 {
    width: 330px;
    top: 10.5px;
    left: 5px;
  }
  #HEADLINE261 > .ladi-headline,
  #PARAGRAPH748 > .ladi-paragraph {
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP276 {
    width: 100%;
    height: 262.5px;
    top: 167px;
    left: 0;
    right: 0;
  }
  #GROUP330 {
    left: 10px;
  }
  #GROUP331 {
    left: 211.964px;
  }
  #IMAGE370 {
    width: 284.571px;
    height: 142.783px;
    top: 0;
    left: 5.4603px;
  }
  #IMAGE370 > .ladi-image > .ladi-image-background.loaded {
    width: 284.571px;
    height: 142.783px;
    top: 0;
    left: 0;
    background-size: contain;
    background-position: center;
    background-image: url("../images/gluconormix.png");
  }
  #BOX372,
  #BOX437,
  #BOX702,
  #BOX738 {
    width: 100%;
    height: 60px;
    top: 0;
    left: 0;
  }
  #BOX372 > .ladi-box,
  #BOX437 > .ladi-box,
  #BOX702 > .ladi-box,
  #BOX738 > .ladi-box {
    background-color: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
  }
  #HEADLINE373,
  #HEADLINE438,
  #HEADLINE703,
  #HEADLINE739 {
    width: 80%;
    top: 16px;
    left: 48.3791px;
  }
  #HEADLINE373 > .ladi-headline,
  #HEADLINE438 > .ladi-headline,
  #HEADLINE703 > .ladi-headline,
  #HEADLINE739 > .ladi-headline {
    color: #242424;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    line-height: 1.2;
    -webkit-text-stroke-color: #e4e4e4;
  }
  #SHAPE374,
  #SHAPE439,
  #SHAPE704,
  #SHAPE740 {
    width: 24.9377px;
    height: 30.8605px;
    top: 16px;
    left: 12.9676px;
  }
  #SHAPE374:hover > .ladi-shape,
  #SHAPE439:hover > .ladi-shape,
  #SHAPE704:hover > .ladi-shape,
  #SHAPE740:hover > .ladi-shape {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
  #SHAPE374:hover > .ladi-shape svg:last-child,
  #SHAPE439:hover > .ladi-shape svg:last-child,
  #SHAPE704:hover > .ladi-shape svg:last-child,
  #SHAPE740:hover > .ladi-shape svg:last-child {
    fill: #ee6e66;
  }
  #SHAPE374 svg:last-child,
  #SHAPE439 svg:last-child,
  #SHAPE704 svg:last-child,
  #SHAPE740 svg:last-child {
    fill: #ea4701;
  }
  #GROUP371 {
    width: 100%;
    height: 60px;
    top: 164.772px;
    left: 0;
    right: 0;
  }
  #IMAGE416 {
    width: 100%;
    height: 339.342px;
    top: 340px;
    left: 0;
    right: 0;
  }
  #IMAGE416 > .ladi-image > .ladi-image-background.loaded {
    width: 100%;
    height: 306.389px;
    top: 0;
    left: 0;
    background-size: contain;
    background-position: center;
    background-image: url("../images/gluco.png");
  }
  #PARAGRAPH423 {
    width: 367px;
    top: 414.842px;
    left: 14.454px;
  }
  #PARAGRAPH423 > .ladi-paragraph,
  #PARAGRAPH730 > .ladi-paragraph {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    line-height: 1.6;
  }
  #BOX382,
  #GROUP379,
  #GROUP380 {
    width: 395.908px;
    height: 501.238px;
    top: 0;
    left: 0;
  }
  #COUNTDOWN394 {
    width: 262px;
    height: 43px;
    top: 88.755px;
    left: 28.045px;
  }
  #COUNTDOWN394 > .ladi-countdown,
  #COUNTDOWN719 > .ladi-countdown {
    color: #384360;
    font-size: 29px;
    font-weight: 700;
    text-align: center;
  }
  #COUNTDOWN394 > .ladi-countdown > .ladi-element,
  #COUNTDOWN719 > .ladi-countdown > .ladi-element {
    width: calc((100% - 21px * 3) / 4);
    margin-right: 9px;
    height: 100%;
  }
  #COUNTDOWN394 > .ladi-countdown .ladi-countdown-background,
  #COUNTDOWN719 > .ladi-countdown .ladi-countdown-background {
    background-color: #fcebc8;
  }
  #COUNTDOWN_ITEM395,
  #COUNTDOWN_ITEM578,
  #COUNTDOWN_ITEM720 {
    visibility: hidden;
    pointer-events: none;
  }
  #HEADLINE388 {
    width: 393px;
    top: 22.631px;
    left: 0;
  }
  #HEADLINE388 > .ladi-headline,
  #HEADLINE714 > .ladi-headline {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0;
    line-height: 1.4;
  }
  #BOX382 > .ladi-box,
  #BOX708 > .ladi-box {
    background: #ff8d5e;
    background: -webkit-linear-gradient(180deg, #ff8d5e, #ea4702);
    background: linear-gradient(180deg, #ff8d5e, #ea4702);
    box-shadow: 3px 4px 0 0 #c17655;
    -webkit-box-shadow: 3px 4px 0 0 #c17655;
    border-radius: 8px;
  }
  #BUTTON_TEXT384 {
    width: 255px;
    top: 10.6966px;
    left: 0;
  }
  #BUTTON_TEXT384 > .ladi-headline,
  #BUTTON_TEXT710 > .ladi-headline {
    font-family: "Roboto", sans-serif;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON384 {
    height: 53.4831px;
    top: 121.61px;
  }
  #BUTTON384 > .ladi-button > .ladi-button-background,
  #BUTTON710 > .ladi-button > .ladi-button-background {
    background: #66a2ee;
    background: -webkit-linear-gradient(180deg, #66a2ee, #109174);
    background: linear-gradient(180deg, #66a2ee, #109174);
  }
  #BUTTON384 > .ladi-button,
  #BUTTON710 > .ladi-button {
    border: 1px solid #ffefc7;
    border-radius: 100px;
  }
  #BUTTON384.ladi-animation > .ladi-button,
  #BUTTON710.ladi-animation > .ladi-button {
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
  }
  #FORM_ITEM386 {
    width: 356.614px;
    height: 47.5405px;
    top: 0;
    left: 0;
  }
  #FORM_ITEM387 {
    width: 356.614px;
    height: 47.5405px;
    top: 57.0486px;
    left: 0;
  }
  #FORM383 {
    height: 175.093px;
    top: 218.847px;
  }
  #FORM383 > .ladi-form,
  #FORM709 > .ladi-form {
    color: #000;
    font-size: 14px;
    line-height: 1.6;
  }
  #FORM383 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"],
  #FORM383 .ladi-form-item .ladi-form-control::placeholder {
    color: #000;
  }
  #FORM383 .ladi-form-item,
  #FORM587 .ladi-form-item,
  #FORM709 .ladi-form-item {
    padding-left: 8px;
    padding-right: 8px;
  }
  #FORM383 .ladi-form-item.ladi-form-checkbox,
  #FORM587 .ladi-form-item.ladi-form-checkbox,
  #FORM709 .ladi-form-item.ladi-form-checkbox {
    padding-left: 13px;
    padding-right: 13px;
  }
  #FORM383 .ladi-form-item-container .ladi-form-item .ladi-form-control-select,
  #FORM709 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20%23000%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
  }
  #FORM383 .ladi-form-item-container,
  #FORM383 .ladi-form-label-container .ladi-form-label-item,
  #FORM709 .ladi-form-item-container,
  #FORM709 .ladi-form-label-container .ladi-form-label-item {
    border: 1px solid #dfdfdf;
    border-radius: 5px;
  }
  #FORM383 .ladi-form-item-container .ladi-form-quantity button,
  #FORM709 .ladi-form-item-container .ladi-form-quantity button {
    background-color: #dfdfdf;
  }
  #FORM383 .ladi-form-item-background,
  #FORM709 .ladi-form-item-background {
    background-color: #fcfffb;
    border-radius: 4px;
  }
  #GROUP436 {
    width: 100%;
    height: 60px;
    top: 232.08px;
    left: 0;
    right: 0;
  }
  #IMAGE442 {
    width: 90.2335px;
    height: 78.9168px;
    top: 428.079px;
    left: 275px;
  }
  #IMAGE442 > .ladi-image > .ladi-image-background.loaded {
    width: 90.2335px;
    height: 78.9168px;
    top: 0;
    left: 0;
    background-image: url("../images/asset-1-20210330101021_2.png");
  }
  #IMAGE442 > .ladi-image,
  #IMAGE742 > .ladi-image {
    transform: rotate(-22deg);
    -webkit-transform: rotate(-22deg);
  }
  #HEADLINE595.ladi-animation > .ladi-headline,
  #IMAGE442.ladi-animation > .ladi-image,
  #IMAGE742.ladi-animation > .ladi-image {
    animation-name: tada;
    -webkit-animation-name: tada;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
  }
  #GROUP508.ladi-animation > .ladi-group,
  #GROUP509.ladi-animation > .ladi-group,
  #GROUP517.ladi-animation > .ladi-group,
  #GROUP523.ladi-animation > .ladi-group {
    animation-name: fadeInRight;
    animation-duration: 1s;
    animation-iteration-count: 1;
  }
  #SHAPE446 {
    width: 44.8102px;
    height: 55.315px;
    top: 5.8425px;
    left: 14.9143px;
  }
  #GROUP444 {
    width: 100%;
    height: 67px;
    top: 196.5px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #HEADLINE447 {
    width: 71%;
    top: 204.5px;
    left: 82px;
  }
  #IMAGE448,
  #IMAGE454,
  #IMAGE460 {
    width: 200px;
    height: 200px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #IMAGE448 > .ladi-image > .ladi-image-background.loaded {
    width: 170px;
    height: 170px;
    top: 0;
    left: 0;
    background-image: url("../images/image15.jpg");
    background-position: center;
  }
  #GROUP443 {
    width: 100%;
    height: 263.5px;
    top: 489.5px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #SHAPE452,
  #SHAPE464 {
    width: 49.5857px;
    height: 61.21px;
    top: 2.895px;
    left: 19.9143px;
  }
  #IMAGE454 > .ladi-image > .ladi-image-background.loaded {
    width: 170px;
    height: 170px;
    top: 0;
    left: 0;
    background-image: url(../images/image17.jpg);
    background-position: center;
  }
  #GROUP449 {
    width: 100%;
    height: 262.5px;
    top: 813px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #SHAPE458 {
    width: 44.0001px;
    height: 54.315px;
    top: 6.3425px;
    left: 11.9143px;
  }
  #GROUP456,
  #GROUP462 {
    width: 100%;
    height: 67px;
    top: 192px;
    left: 0;
  }
  #HEADLINE459 {
    width: 71%;
    top: 212px;
    left: 79px;
  }
  #IMAGE460 > .ladi-image > .ladi-image-background.loaded {
    width: 170px;
    height: 170px;
    top: 0;
    left: 0;
    background-image: url(../images/image16.jpg);
    background-position: center;
  }
  #GROUP455 {
    top: 1135.5px;
  }
  #HEADLINE465 {
    width: 71%;
    top: 212.5px;
    left: 84px;
  }
  #IMAGE466 {
    width: 200px;
    height: 200px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #IMAGE466 > .ladi-image > .ladi-image-background.loaded {
    width: 170px;
    height: 170px;
    top: 0;
    left: 0;
    background-image: url(../images/teaser-eyelab-8-20210119024853.jpg);
    background-position: center;
  }
  #GROUP461 {
    top: 1454.5px;
  }
  #PARAGRAPH467 {
    width: 100%;
    top: 105px;
    left: 0;
    right: 0;
  }
  #PARAGRAPH467 > .ladi-paragraph {
    font-family: "Roboto", sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE468 {
    width: 100%;
    top: 0;
    left: 0;
  }
  #HEADLINE468 > .ladi-headline {
    font-family: "Roboto", sans-serif;
    color: #ca2018;
    font-size: 22px;
    font-weight: 900;
    text-align: left;
    line-height: 1.6;
  }
  #GROUP473 {
    width: 94%;
    height: 35px;
    top: 15.894px;
    left: 12px;
  }
  #PARAGRAPH480 {
    width: 349px;
    top: 592.028px;
    left: 42px;
  }
  #PARAGRAPH480 > .ladi-paragraph {
    color: #000;
    font-size: 16px;
    line-height: 1.4;
  }
  #HEADLINE483 {
    width: 22px;
    top: 592.028px;
    left: 12px;
  }
  #HEADLINE483 > .ladi-headline,
  #HEADLINE764 > .ladi-headline {
    font-family: "Roboto", sans-serif;
    color: #c91f17;
    font-size: 42px;
    text-align: center;
    line-height: 1;
  }
  #HEADLINE484 {
    width: 249px;
    top: 75.27px;
    left: 0;
  }
  #PARAGRAPH485 {
    width: 171px;
    top: 0;
    left: 39px;
  }
  #PARAGRAPH485 > .ladi-paragraph,
  #PARAGRAPH490 > .ladi-paragraph,
  #PARAGRAPH493 > .ladi-paragraph,
  #PARAGRAPH499 > .ladi-paragraph {
    font-family: "Roboto Condensed", sans-serif;
    color: #ff4c42;
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
  }
  #GROUP487 {
    width: 249px;
    height: 177.27px;
    top: 937.03px;
    left: 85.5px;
  }
  #HEADLINE489 {
    width: 246px;
    top: 70.005px;
    left: 0;
  }
  #PARAGRAPH490 {
    width: 171px;
    top: 0;
    left: 37.5px;
  }
  #GROUP488 {
    width: 246px;
    height: 172.005px;
    top: 1252.03px;
    left: 89.625px;
  }
  #HEADLINE492 {
    width: 239px;
    top: 73.27px;
    left: 0;
  }
  #PARAGRAPH493 {
    width: 229px;
    top: 0;
    left: 7.625px;
  }
  #GROUP491 {
    width: 239px;
    height: 150.27px;
    top: 1561.57px;
    left: 90.5px;
  }
  #HEADLINE498 {
    width: 259px;
    top: 57.27px;
    left: 0;
  }
  #PARAGRAPH499 {
    width: 214px;
    top: 0;
    left: 25.125px;
  }
  #GROUP502 {
    width: 259px;
    height: 159.27px;
    top: 1868.39px;
    left: 83.125px;
  }
  #LINE503 {
    height: 307px;
    top: 494.527px;
    left: 10px;
  }
  #LINE503 > .ladi-line > .ladi-line-container {
    border-top: 0 !important;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
  }
  #LINE503 > .ladi-line,
  #LINE586 > .ladi-line {
    height: 100%;
    padding: 0 8px;
  }
  #SHAPE505,
  #SHAPE513,
  #SHAPE521 {
    width: 14px;
    height: 14px;
    top: 16px;
    left: 0;
  }
  #SHAPE505 svg:last-child {
    fill: url("index.html#SHAPE505_desktop_gradient");
  }
  #BOX506 {
    width: 369.5px;
    top: 0;
    left: 2.5px;
  }
  #BOX506 > .ladi-box {
    background-color: #ea5019;
    border-radius: 4px;
  }
  #BOX507,
  #BOX510,
  #BOX518,
  #BOX530 {
    width: 27px;
    height: 27px;
    top: 9.5px;
    left: 0;
  }
  #BOX507 > .ladi-box,
  #BOX510 > .ladi-box,
  #BOX518 > .ladi-box {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background-color: #cb2118;
  }
  #GROUP508 {
    width: 372px;
    top: 0;
    left: 26.75px;
  }
  #GROUP508.ladi-animation > .ladi-group {
    -webkit-animation-name: fadeInRight;
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
  }
  #BOX511,
  #BOX519 {
    width: 371px;
    top: 0;
    left: 2.5px;
  }
  #BOX511 > .ladi-box,
  #BOX519 > .ladi-box,
  #BOX525 > .ladi-box {
    background-color: #ea4702;
    border-radius: 4px;
  }
  #HEADLINE512,
  #HEADLINE520,
  #HEADLINE532 {
    width: 358px;
    top: 10.5px;
    left: 15px;
  }
  #HEADLINE512 > .ladi-headline,
  #HEADLINE520 > .ladi-headline,
  #HEADLINE526 > .ladi-headline,
  #HEADLINE532 > .ladi-headline {
    color: #fff;
    font-size: 16px;
    text-align: left;
    line-height: 1.6;
  }
  #GROUP509,
  #GROUP517 {
    width: 373.5px;
    height: 46px;
    top: 0;
    left: 26.75px;
  }
  #GROUP509.ladi-animation > .ladi-group {
    -webkit-animation-name: fadeInRight;
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
  }
  #SHAPE513 svg:last-child {
    fill: url("index.html#SHAPE513_desktop_gradient");
  }
  #GROUP517.ladi-animation > .ladi-group {
    -webkit-animation-name: fadeInRight;
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
  }
  #SHAPE521 svg:last-child {
    fill: url("index.html#SHAPE521_desktop_gradient");
  }
  #BOX524 {
    width: 27px;
    height: 27px;
    top: 9px;
    left: 0;
  }
  #BOX524 > .ladi-box,
  #BOX530 > .ladi-box {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background-color: #ea3b18;
  }
  #BOX525 {
    width: 371px;
    top: 0;
    left: 3px;
  }
  #HEADLINE526 {
    width: 358px;
    top: 10px;
    left: 15px;
  }
  #GROUP523 {
    width: 374px;
    top: 0;
    left: 26.75px;
  }
  #GROUP523.ladi-animation > .ladi-group {
    -webkit-animation-name: fadeInRight;
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
  }
  #SHAPE527 {
    top: 15.5px;
    left: 0;
  }
  #SHAPE527 svg:last-child {
    fill: url("index.html#SHAPE527_desktop_gradient");
  }
  #BOX531 {
    width: 371px;
    top: 0;
    left: 4.25px;
  }
  #BOX531 > .ladi-box {
    background-color: #ea3b18;
    border-radius: 4px;
  }
  #GROUP529 {
    width: 375.25px;
    top: 772.527px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #GROUP529.ladi-animation > .ladi-group {
    animation-name: fadeInRight;
    -webkit-animation-name: fadeInRight;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #SHAPE533 {
    top: 788.527px;
    left: 11.625px;
  }
  #SHAPE533 svg:last-child {
    fill: url("index.html#SHAPE533_desktop_gradient");
  }
  #HEADLINE536 > .ladi-headline,
  #HEADLINE596 > .ladi-headline {
    font-family: "Roboto", sans-serif;
    font-size: 28px;
    font-weight: 900;
    text-align: center;
    line-height: 1.6;
  }
  #BOX537 {
    width: 100%;
    height: 490px;
    top: 0;
    left: 0;
  }
  #BOX537 > .ladi-box,
  #BOX542 > .ladi-box,
  #BOX547 > .ladi-box,
  #BOX750 > .ladi-box,
  #BOX758 > .ladi-box {
    background-color: #fff;
    border: 1px solid #e4e4e4;
    filter: drop-shadow(#e0e0e0 5px 6px 10px);
  }
  #IMAGE538,
  #IMAGE544 {
    width: 276px;
    height: 184.49px;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #IMAGE538 > .ladi-image > .ladi-image-background.loaded {
    width: 276px;
    height: 276px;
    top: -64px;
    left: 0;
    background-image: url("../images/doctor-03-20210223093551.png");
  }
  #PARAGRAPH539,
  #PARAGRAPH545 {
    width: 283px;
    top: 215px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #PARAGRAPH539 > .ladi-paragraph,
  #PARAGRAPH545 > .ladi-paragraph,
  #PARAGRAPH550 > .ladi-paragraph {
    color: #ca2018;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP540 {
    width: 100%;
    height: 510px;
    top: 130px;
    left: 0;
    right: 0;
  }
  #BOX542,
  #BOX547,
  #BOX569,
  #BOX745,
  #BOX750,
  #FORM_ITEM590 {
    top: 0;
    left: 0;
  }
  #PARAGRAPH543 {
    width: 326px;
    top: 249.24px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #IMAGE544 > .ladi-image > .ladi-image-background.loaded {
    width: 438.721px;
    height: 247px;
    top: -12px;
    left: -103px;
    background-image: url("../images/han-toolscom_6d54a68f0ffb5b20f2a02e1992851c1a1617162730646-20210331035326.png");
  }
  #GROUP541 {
    top: 632px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
  }
  #PARAGRAPH548 {
    width: 326px;
    top: 255px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #IMAGE549 {
    width: 276px;
    height: 184.49px;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #IMAGE549 > .ladi-image > .ladi-image-background.loaded {
    width: 306.582px;
    height: 204.49px;
    top: -12px;
    left: -18.5817px;
    background-image: url("../images/indo_doctor-20201221100932.png");
  }
  #PARAGRAPH550 {
    width: 283px;
    top: 215px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #GROUP546 {
    top: 1148px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
  }
  #SECTION551 {
    height: 783.694px;
  }
  #SECTION551 > .ladi-section-background.loaded {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("../images/bf1-20210331072731_1.png");
    background-position: center top;
    background-repeat: repeat;
  }
  #BOX569 > .ladi-box {
    background-color: #fff5f5;
    border: 1px solid #e55346;
    border-radius: 20px;
  }
  #HEADLINE571 {
    width: 252px;
    top: 0;
    left: 47.375px;
  }
  #HEADLINE571 > .ladi-headline {
    color: #486e89;
    font-size: 16px;
    text-align: left;
    line-height: 1.6;
  }
  #SHAPE572 {
    width: 38px;
    height: 38px;
    top: 6px;
    left: 0;
  }
  #SHAPE572 svg:last-child {
    fill: #486e89;
  }
  #GROUP570 {
    width: 299.375px;
    height: 50px;
    top: 262.44px;
    left: 36.3125px;
  }
  #HEADLINE574 {
    width: 72px;
    top: 102.223px;
    left: 129.416px;
  }
  #HEADLINE574 > .ladi-headline {
    color: #f98688;
    font-size: 57px;
    text-align: center;
    line-height: 1;
  }
  #BOX575 {
    width: 307px;
    height: 58.3064px;
    top: 0;
    left: 0;
  }
  #BOX575 > .ladi-box {
    background-color: #17c89e;
    border-radius: 20px 0 50px;
  }
  #HEADLINE576 {
    width: 232px;
    top: 8.1532px;
    left: 26.416px;
  }
  #HEADLINE576 > .ladi-headline {
    color: #fff5f5;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    line-height: 1.2;
  }
  #COUNTDOWN577 {
    width: 182.712px;
    height: 39.7309px;
    top: 102.223px;
    left: 172.632px;
  }
  #COUNTDOWN577 > .ladi-countdown {
    color: #21394a;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
  }
  #COUNTDOWN577 > .ladi-countdown > .ladi-element {
    width: calc((100% - 18px * 3) / 4);
    margin-right: 6px;
    height: 100%;
  }
  #COUNTDOWN577 > .ladi-countdown .ladi-countdown-background {
    background-color: #fff5f5;
    border-radius: 10px;
  }
  #BOX583 {
    width: 229.963px;
    height: 54.3064px;
    top: 0;
    left: 0;
  }
  #BOX583 > .ladi-box {
    background-color: #ff4e42;
    border-radius: 17px;
  }
  #HEADLINE584 {
    width: 230px;
    top: 11.1532px;
    left: 0;
  }
  #GROUP582 {
    width: 230px;
    height: 54.3064px;
    top: 185.929px;
    left: 125.426px;
  }
  #HEADLINE585 {
    width: 101px;
    top: 193.082px;
    left: 13.416px;
  }
  #HEADLINE585 > .ladi-headline {
    color: #545454;
    font-size: 13px;
    text-align: center;
    line-height: 1.6;
  }
  #LINE586 {
    height: 47px;
    top: 102.223px;
    left: 201.416px;
  }
  #LINE586 > .ladi-line > .ladi-line-container {
    border-top: 0 !important;
    border-right: 1px solid #ffbfc0;
    border-bottom: 1px solid #ffbfc0;
    border-left: 1px solid #ffbfc0;
  }
  #BUTTON_TEXT588 {
    width: 409px;
    top: 9px;
    left: 0;
  }
  #BUTTON_TEXT588 > .ladi-headline {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    line-height: 1.6;
    text-shadow: #6a2102 1px 2px 3px;
  }
  #BUTTON588 {
    height: 48px;
    top: 92px;
    left: 0;
  }
  #BUTTON588 > .ladi-button > .ladi-button-background {
    background: #ea5119;
    background: -webkit-linear-gradient(120deg, #ea5119, #cc3f01);
    background: linear-gradient(120deg, #ea5119, #cc3f01);
  }
  #BUTTON588 > .ladi-button {
    border-radius: 8px;
  }
  #BUTTON588.ladi-animation > .ladi-button {
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
  }
  #FORM_ITEM591 {
    top: 44px;
    left: 0;
  }
  #FORM587 {
    height: 140px;
    top: 336.939px;
    left: 18.656px;
  }
  #FORM587 > .ladi-form {
    color: #486e89;
    font-size: 14px;
    line-height: 1.6;
  }
  #FORM587 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"],
  #FORM587 .ladi-form-item .ladi-form-control::placeholder {
    color: #486e89;
  }
  #FORM587 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgba(72%2C%20110%2C%20137%2C%201.0)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
  }
  #FORM587 .ladi-form-item-container,
  #FORM587 .ladi-form-label-container .ladi-form-label-item {
    border: 1px solid #abd0ea;
    border-radius: 8px;
  }
  #FORM587 .ladi-form-item-container .ladi-form-quantity button {
    background-color: #abd0ea;
  }
  #GROUP568 {
    top: 10px;
    left: 24px;
  }
  #HEADLINE595 {
    width: 150px;
    top: 70px;
    left: 42px;
  }
  #HEADLINE595 > .ladi-headline {
    color: #ff4d42;
    font-size: 112px;
    line-height: 1;
    text-shadow: #cc2118 2px 3px 3px;
  }
  #HEADLINE603 {
    width: 150px;
    top: 199.322px;
    left: 32.5px;
  }
  #HEADLINE603 > .ladi-headline,
  #HEADLINE609 > .ladi-headline,
  #HEADLINE614 > .ladi-headline {
    color: #ffd8d9;
    font-size: 38px;
    text-align: center;
    line-height: 1.6;
    -webkit-text-stroke: 1px #f98688;
  }
  #IMAGE605,
  #IMAGE611,
  #IMAGE616 {
    width: 150.955px;
    height: 150.415px;
    top: 0;
    left: 32.8474px;
  }
  #IMAGE605 > .ladi-image > .ladi-image-background.loaded {
    width: 150.955px;
    height: 151.517px;
    top: 0;
    left: 0;
    background-image: url("../images/1-1555060955-20200610042517.jpg");
  }
  #IMAGE611 > .ladi-image > .ladi-image-background.loaded {
    width: 150.955px;
    height: 151.517px;
    top: 0;
    left: 0;
    background-image: url(../images/2-1555060955-20200610042517.jpg);
  }
  #IMAGE616 > .ladi-image > .ladi-image-background.loaded {
    width: 150.955px;
    height: 151.517px;
    top: 0;
    left: 0;
    background-image: url(../images/3-1555060955-20200610042517.jpg);
  }
  #IMAGE605 > .ladi-image,
  #IMAGE611 > .ladi-image,
  #IMAGE616 > .ladi-image {
    box-shadow: 0 19px 25px -20px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 19px 25px -20px rgba(0, 0, 0, 0.7);
    border-color: #fff;
    border-width: 5px;
    border-radius: 1000px;
  }
  #PARAGRAPH606,
  #PARAGRAPH612,
  #PARAGRAPH617 {
    width: 217px;
    top: 174.322px;
    left: 0;
  }
  #PARAGRAPH606 > .ladi-paragraph,
  #PARAGRAPH612 > .ladi-paragraph,
  #PARAGRAPH617 > .ladi-paragraph {
    color: #242424;
    font-size: 16px;
    text-align: center;
    line-height: 1.4;
  }
  #GROUP604,
  #GROUP615 {
    width: 217px;
    height: 218.322px;
    top: 0;
    left: 0;
  }
  #GROUP607 {
    height: 260.322px;
    top: 120.216px;
  }
  #HEADLINE609 {
    width: 150px;
    top: 233.322px;
    left: 33.5px;
  }
  #IMAGE611 > .ladi-image > .ladi-image-background.loaded {
    width: 150.955px;
    height: 151.517px;
    top: 0;
    left: 0;
    background-image: url("../images/2-1555060955-20200610042517.jpg");
  }
  #GROUP610 {
    width: 217px;
    height: 240.322px;
    top: 0;
    left: 0;
  }
  #GROUP608 {
    height: 293.322px;
    top: 388.754px;
  }
  #HEADLINE614 {
    width: 150px;
    top: 218.322px;
    left: 33.5px;
  }
  #IMAGE616 > .ladi-image > .ladi-image-background.loaded {
    width: 150.955px;
    height: 151.517px;
    top: 0;
    left: 0;
    background-image: url("../images/3-1555060955-20200610042517.jpg");
  }
  #GROUP613 {
    height: 278.322px;
    top: 707.076px;
  }
  #SHAPE618 {
    top: 621.076px;
    left: 642.5px;
  }
  #SHAPE618.ladi-animation > .ladi-shape,
  #SHAPE619.ladi-animation > .ladi-shape {
    animation-name: flash;
    -webkit-animation-name: flash;
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
  }
  #SHAPE618 svg:last-child,
  #SHAPE619 svg:last-child {
    fill: #b4b4b4;
  }
  #SHAPE619 {
    top: 560.076px;
    left: 621.5px;
  }
  #HEADLINE621 {
    width: auto;
    top: 24px;
    left: 0;
  }
  #HEADLINE621 > .ladi-headline {
    font-family: "Roboto", sans-serif;
    font-size: 25px;
    font-weight: 900;
    text-align: center;
    line-height: 1;
  }
  #BUTTON622 {
    width: 401.267px;
    height: 65px;
    top: 240.862px;
    left: 10px;
  }
  #BUTTON622 > .ladi-button > .ladi-button-background {
    background: #ff6a00;
    background: -webkit-linear-gradient(180deg, #ff6a00, #c81f17);
    background: linear-gradient(180deg, #ff6a00, #c81f17);
  }
  #BUTTON622 > .ladi-button {
    border: 2px solid #c91f17;
    border-radius: 10px;
  }
  #BUTTON_TEXT622 {
    width: 414px;
    top: 9px;
    left: 0;
  }
  #BUTTON_TEXT622 > .ladi-headline {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    line-height: 1.6;
  }
  #IMAGE623 {
    width: 268.504px;
    height: 281.492px;
    top: 0;
    left: 80.192px;
  }
  #IMAGE623 > .ladi-image > .ladi-image-background.loaded {
    width: 422.027px;
    height: 281.492px;
    top: 0;
    left: -124.373px;
    background-image: url("../images/han-toolscom_23359a9c215176c856218b2990a579431614761113666-20210303084605-20210303104854_2.png");
  }
  #IMAGE624 {
    width: 269.478px;
    height: 176.15px;
    top: 0;
    left: 53.1636px;
  }
  #IMAGE624 > .ladi-image > .ladi-image-background.loaded {
    width: 269.478px;
    height: 193.073px;
    top: 0;
    left: 0;
    background-image: url("../images/green-tea-20210331043602.png");
  }
  #IMAGE626 {
    width: 203.902px;
    height: 113.901px;
    top: 62.249px;
    left: 0;
  }
  #IMAGE626 > .ladi-image > .ladi-image-background.loaded {
    width: 203.902px;
    height: 141.373px;
    top: 0;
    left: 0;
    background-image: url("../images/han-toolscom_862f24b49360470941c0781e9d52432f1599533272489-removebg-preview-20210331043823.png");
  }
  #SECTION673 {
    height: 105px;
  }
  #SECTION673 > .ladi-section-background.loaded {
    background-color: #486e89;
  }
  #HEADLINE693 {
    width: 111px;
    top: 148.119px;
    left: 11.915px;
  }
  #HEADLINE693 > .ladi-headline {
    color: #faddd2;
    font-size: 16px;
    text-align: right;
    line-height: 1.6;
  }
  #BOX695 {
    width: 241.016px;
    height: 50.3064px;
    top: 148.119px;
    left: 142.978px;
  }
  #BOX695 > .ladi-box,
  #BOX745 > .ladi-box {
    background-color: #fff;
    border-radius: 17px;
  }
  #HEADLINE696 {
    width: 236px;
    top: 155.272px;
    left: 145.486px;
  }
  #HEADLINE696 > .ladi-headline,
  #HEADLINE746 > .ladi-headline {
    color: #ca2018;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE698 {
    width: 341px;
    top: 104.732px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #HEADLINE698 > .ladi-headline {
    font-family: "Roboto", sans-serif;
    color: #cb3e01;
    font-size: 18px;
    font-weight: 900;
    text-align: left;
    line-height: 1.2;
  }
  #IMAGE699 {
    width: 355.022px;
    height: 236.8px;
    top: 662.855px;
    left: -94.0225px;
  }
  #IMAGE699 > .ladi-image > .ladi-image-background.loaded {
    width: 355.022px;
    height: 236.8px;
    top: 0;
    left: 0;
    background-image: url("../images/han-toolscom_23359a9c215176c856218b2990a579431614761113666-20210303084605-20210303104854_1.png");
  }
  #IMAGE700 {
    width: 234.046px;
    height: 115.447px;
    top: 10.008px;
    left: 13px;
  }
  #IMAGE700 > .ladi-image > .ladi-image-background.loaded {
    width: 234.046px;
    height: 115.447px;
    top: 0;
    left: 0;
    background-size: contain;
    background-position: center;
    background-image: url(../images/gluconormix.png);
  }
  #GROUP701 {
    top: 180.199px;
    left: 0;
    right: 0;
    width: 100%;
  }
  #BOX708,
  #GROUP705,
  #GROUP706,
  #GROUP707 {
    width: 395.908px;
    height: 497.866px;
    top: 0;
    left: 0;
  }
  #BUTTON_TEXT710 {
    width: 255px;
    top: 10.4127px;
    left: 0;
  }
  #BUTTON710 {
    height: 52.0636px;
    top: 118.382px;
  }
  #FORM_ITEM712 {
    width: 356.614px;
    height: 44.0664px;
    top: 0;
    left: 0;
  }
  #FORM_ITEM713 {
    width: 356.614px;
    height: 44.0664px;
    top: 52.8796px;
    left: 0;
  }
  #FORM709 {
    height: 170.446px;
    top: 223.651px;
  }
  #FORM709 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"],
  #FORM709 .ladi-form-item .ladi-form-control::placeholder {
    color: #000;
  }
  #HEADLINE714 {
    width: 381px;
    top: 18.631px;
    left: 8.454px;
  }
  #COUNTDOWN719 {
    width: 262px;
    height: 43px;
    top: 83.755px;
    left: 33.045px;
  }
  #PARAGRAPH730 {
    width: 366px;
    top: 414.842px;
    left: 16.454px;
  }
  #GROUP737 {
    top: 260px;
    left: 0;
    right: 0;
    width: 100%;
  }
  #IMAGE741 {
    width: 274.59px;
    height: 239.342px;
    top: 742.855px;
    left: 134.364px;
  }
  #IMAGE741 > .ladi-image > .ladi-image-background.loaded {
    width: 274.59px;
    height: 220.325px;
    top: 0;
    left: 0;
    background-image: url("../images/insinol-malay_decor-02-copy-20220628040822_4.png");
  }
  #IMAGE742 {
    width: 101.668px;
    height: 88.9168px;
    top: 852.615px;
    left: 71.6545px;
  }
  #IMAGE742 > .ladi-image > .ladi-image-background.loaded {
    width: 101.668px;
    height: 88.9168px;
    top: 0;
    left: 0;
    background-image: url("../images/han-toolscom_654537930c4d25cecbb7e62e41538e261648701655935-20220331044152_1.jpg");
  }
  #HEADLINE743 {
    width: 107px;
    top: 156.872px;
    left: 12.908px;
  }
  #HEADLINE743 > .ladi-headline {
    color: #faddd2;
    font-size: 15px;
    text-align: right;
    line-height: 1.2;
  }
  #HEADLINE746 {
    width: 213px;
    top: 8.1532px;
    left: 6.8495px;
  }
  #GROUP744 {
    top: 149.219px;
    left: 133.475px;
  }
  #SECTION697 {
    height: 1100px;
  }
  #IMAGE759 > .ladi-image > .ladi-image-background.loaded {
    width: 286.5px;
    height: 304.486px;
    top: 0;
    left: 0;
    background-image: url(../images/image1.png);
    background-size: contain;
    background-position: center;
  }
  #SECTION697 > .ladi-section-background.loaded {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("../images/bg1-20210331044949_2.jpg");
    background-position: right center;
    background-repeat: repeat;
    opacity: 0.86;
  }
  #PARAGRAPH747 {
    width: 390px;
    top: 959.485px;
    left: 13.954px;
  }
  #PARAGRAPH748 {
    width: 400px;
    top: 40px;
    left: 8.954px;
  }
  #IMAGE754 {
    width: 91%;
    height: 239.191px;
    top: 71.641px;
    left: 17.25px;
  }
  #IMAGE754 > .ladi-image > .ladi-image-background.loaded {
    width: 100%;
    height: 241.222px;
    top: 0;
    left: 0;
    background-image: url("../images/han-toolscom_654537930c4d25cecbb7e62e41538e261648701655935-20220331044152_1.jpg");
  }
  #IMAGE754 > .ladi-image,
  #IMAGE759 > .ladi-image {
    border-radius: 0;
  }
  #IMAGE759 > .ladi-image {
    margin-top: 30px;
  }
  #LIST_PARAGRAPH755 {
    width: 381px;
    top: 333.894px;
    left: 17px;
  }
  #LIST_PARAGRAPH755 > .ladi-list-paragraph,
  #LIST_PARAGRAPH765 > .ladi-list-paragraph {
    color: #ca2018;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
  }
  #LIST_PARAGRAPH755.ladi-animation > .ladi-list-paragraph,
  #LIST_PARAGRAPH765.ladi-animation > .ladi-list-paragraph {
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #LIST_PARAGRAPH755 ul li,
  #LIST_PARAGRAPH765 ul li {
    padding-bottom: 9px;
    padding-left: 26px;
  }
  #LIST_PARAGRAPH755 ul li:before,
  #LIST_PARAGRAPH765 ul li:before {
    content: "";
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20100%20100%22%20enable-background%3D%22new%200%200%20100%20100%22%20xml%3Aspace%3D%22preserve%22%20%20width%3D%22100%25%22%20height%3D%22100%25%22%20class%3D%22%22%20fill%3D%22rgba(72%2C%20110%2C%20137%2C%201.0)%22%3E%3Cpath%20d%3D%22M50.1%2C10c22.1%2C0%2C40%2C17.9%2C40%2C40s-17.9%2C40-40%2C40s-40-17.9-40-40S28%2C10%2C50.1%2C10%20M50.1%2C5c-24.9%2C0-45%2C20.1-45%2C45s20.1%2C45%2C45%2C45%20%20s45-20.1%2C45-45S74.9%2C5%2C50.1%2C5L50.1%2C5z%22%3E%3C%2Fpath%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M73.6%2C38.9L73.6%2C38.9L46.9%2C66.2l0%2C0c-0.6%2C0.6-1.5%2C1-2.5%2C1c-1%2C0-1.8-0.4-2.5-1l0%2C0%20%20L26.8%2C50.8l0%2C0c-0.6-0.6-1-1.5-1-2.5c0-2%2C1.6-3.6%2C3.5-3.6c1%2C0%2C1.8%2C0.4%2C2.5%2C1l0%2C0l12.6%2C12.9l24.3-24.8l0%2C0c0.6-0.6%2C1.5-1%2C2.5-1%20%20c1.9%2C0%2C3.5%2C1.6%2C3.5%2C3.6C74.6%2C37.4%2C74.2%2C38.3%2C73.6%2C38.9z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    width: 20px;
    height: 20px;
    top: 2px;
  }
  #GROUP756 {
    top: 55px;
    left: 0;
    right: 0;
  }
  #BOX758 {
    width: 100%;
    height: 415px;
    top: 0;
    left: 0;
  }
  #IMAGE759 {
    width: 373px;
    height: 369.191px;
    top: 109.641px;
    left: 13.5px;
  }
  #IMAGE759 > .ladi-image > .ladi-image-background.loaded {
    width: 373px;
    height: 248.492px;
    top: 0;
    left: 0;
    background-image: url("../images/ada-ibu-ibu.png");
  }
  #LINE761 {
    width: 200px;
    top: 61px;
    left: 166px;
  }
  #HEADLINE762 {
    width: 368px;
    top: 0;
    left: 0;
  }
  #HEADLINE762 > .ladi-headline {
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    font-weight: 900;
    text-align: left;
    line-height: 1.2;
  }
  #GROUP760 {
    width: 368px;
    height: 78px;
    top: 13.894px;
    left: 16px;
  }
  #PARAGRAPH763 {
    width: 339px;
    top: 575.028px;
    left: 45px;
  }
  #PARAGRAPH763 > .ladi-paragraph {
    color: #000;
    font-size: 15px;
    line-height: 1.4;
  }
  #HEADLINE764 {
    width: 22px;
    top: 575.028px;
    left: 16px;
  }
  #LIST_PARAGRAPH765 {
    width: 509px;
    top: 371.398px;
    left: 13.5px;
  }
  #GROUP757 {
    width: 100%;
    height: 672.795px;
    top: 711.795px;
    left: 0;
    right: 0;
  }
  #IMAGE766 {
    width: 195.477px;
    height: 130.383px;
    top: 204.011px;
    left: 213.955px;
  }
  #IMAGE766 > .ladi-image > .ladi-image-background.loaded {
    width: 195.477px;
    height: 130.383px;
    top: 0;
    left: 0;
    background-image: url("../images/layer-22-20210331071128.png");
  }
  #SHAPE771 {
    width: 400px;
    height: 322.754px;
    top: 98px;
    left: -476px;
  }
  #SHAPE771 > .ladi-shape {
    transform: rotate(-92deg);
    -webkit-transform: rotate(-92deg);
    opacity: 0.6;
  }
  #SHAPE771 svg:last-child {
    fill: url("index.html#SHAPE771_desktop_gradient");
  }
  #IMAGE772 {
    width: 400px;
    height: 332.794px;
    top: 165.206px;
    left: 496px;
  }
  #IMAGE772 > .ladi-image > .ladi-image-background.loaded {
    width: 400px;
    height: 332.794px;
    top: 0;
    left: 0;
    background-image: url("../images/6578-20200806090144_1.png");
  }
  #IMAGE772 > .ladi-image {
    transform: perspective(1000px) rotateY(180deg);
    -webkit-transform: perspective(1000px) rotateY(180deg);
    opacity: 0.2;
  }
  #GROUP773 {
    width: 100%;
    height: 501.238px;
    top: 690px;
    left: 0;
    right: 0;
  }
  #GROUP774 {
    width: 299px;
    height: 163.556px;
    top: -14.162px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #GROUP775 {
    width: 409.432px;
    height: 357.278px;
    top: 373px;
    left: 21.2972px;
  }
  #BOX535 {
    width: 400px;
    height: 29px;
    top: 498.527px;
    left: 561px;
  }
  #BOX535 > .ladi-box {
    box-shadow: 0 13px 17px -15px #b4b4b4;
    -webkit-box-shadow: 0 13px 17px -15px #b4b4b4;
    background-color: #fff;
  }
  #GROUP777 {
    width: 100%;
    height: 370px;
    top: 370px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #NOTIFY778 {
    width: 300px;
    height: 62px;
    top: auto;
    left: 10px;
    bottom: 10px;
    right: auto;
    position: fixed;
    z-index: 90000060;
  }
  #NOTIFY778 > .ladi-notify {
    color: #404040;
    background-color: rgba(250, 250, 250, 0.9);
  }
  #GROUP779 {
    width: 398.75px;
    top: 474.527px;
    left: 11.625px;
  }
  #GROUP780 {
    top: 549.027px;
  }
  #GROUP781 {
    top: 623.527px;
  }
  #GROUP782 {
    width: 400.75px;
    top: 698.027px;
    left: 12.25px;
  }
  #IMAGE784 {
    width: 345.111px;
    height: 289.546px;
    top: 489.402px;
    left: 37.4445px;
  }
  #IMAGE784 > .ladi-image > .ladi-image-background.loaded {
    width: 477.527px;
    height: 418.611px;
    top: -92.1264px;
    left: -64.4885px;
    background-image: url("../images/insinol_3d_malay-1a-copy-20220628040645.png");
  }
  #GROUP893 {
    width: 322.642px;
    height: 176.15px;
    top: 181.128px;
    left: 21.986px;
  }
  #IMAGE894 {
    width: 400px;
    height: 354.792px;
    top: 115px;
    left: 12.625px;
  }
  #IMAGE894 > .ladi-image > .ladi-image-background.loaded {
    width: 400px;
    height: 320.951px;
    top: 0;
    left: 0;
    background-image: url("../images/insinol-malay_decor-02-copy-20220628040822_2.png");
  }
  #BOX896 {
    width: 287px;
    height: 287px;
    top: 887.53px;
    left: 66.5px;
  }
  #BOX896 > .ladi-box {
    background: #fdfbfb;
    background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
    background: linear-gradient(180deg, #fdfbfb, #eaedee);
    border: 3px solid #f5804d;
    border-radius: 202px;
  }
  #BOX897 {
    top: 1194.53px;
  }
  #BOX897 > .ladi-box {
    background: #fdfbfb;
    background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
    background: linear-gradient(180deg, #fdfbfb, #eaedee);
    border: 3px solid #e8e230;
    border-radius: 202px;
  }
  #BOX898 {
    top: 1498.53px;
  }
  #BOX898 > .ladi-box {
    background: #fdfbfb;
    background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
    background: linear-gradient(180deg, #fdfbfb, #eaedee);
    border: 3px solid #30c9e8;
    border-radius: 202px;
  }
  #BOX899 {
    top: 1804.53px;
  }
  #BOX899 > .ladi-box {
    background: #fdfbfb;
    background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
    background: linear-gradient(180deg, #fdfbfb, #eaedee);
    border: 3px solid #30e849;
    border-radius: 202px;
  }
}

.countdown {
  width: 322px !important;
}

.countdown.small {
  width: 141.323px !important;
}

.countdown.small .time {
  font-size: 14px;
}

.countdown .time {
  padding: 4px 12px;
  justify-content: center;
  display: flex;
  font-size: 26px;
  line-height: 1.5;
  font-weight: 900;
  color: #000;
  background: #FFF;
  margin: 0 auto;
  border-radius: 10px;
  width: max-content;
}

.col-3 {
  display: flex;
  flex-wrap: wrap;
  padding-top: 180px;
}

.col-3 .col {
  max-width: 33.33%;
  padding: 0 15px;
  text-align: center;
  width: 33.33%;
}

.col-3 .col h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  text-align: center;
  font-size: 20px;
  line-height: normal;
  margin-bottom: 20px;
}

.col-3 .col p {
  font-size: 18px;
  line-height: normal;
}

.col-3 .col span {
  font-size: 14px;
  line-height: normal;
  margin-top: 20px;
}

.col-3 .col .cs-number {
  text-align: left;
}

.col-3 .col .cs-number li {
  border-bottom: 1px solid #d7d7d7;
  font-size: 20px;
  font-weight: normal;
  line-height: 28px;
  margin-bottom: 15px;
  padding-left: 50px;
  padding-bottom: 15px;
  position: relative;
}

.col-3 .col .cs-number li span {
  background: #1f9dde;
  border-radius: 20px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 36px;
  font-size: 15px;
  margin: 0;
  height: 34px;
  width: 34px;
  position: absolute;
  left: 0;
  top: -3px;
}

.col-2 {
  display: flex;
  flex-wrap: wrap;
  padding-top: 100px;
}

.col-2 .col:first-child {
  max-width: 35%;
  padding: 0 15px;
  text-align: center;
  width: 35%;
}

.col-2 .col:last-child {
  max-width: 65%;
  padding: 0 15px;
  text-align: center;
  width: 65%;
}

.col-1 {
  background: #f8f8f8;
  border-radius: 40px;
  margin: 50px auto 0;
  max-width: 100%;
  padding: 20px 40px;
  width: 50%;
}

.col-1 p {
  font-size: 18px;
  line-height: normal;
  text-align: center;
}

#SECTION124, #SECTION144, #SECTION3 {
  height: 100%;
  padding-bottom: 50px;
}

#SECTION551 {
  height: 100%;
  padding: 50px 0;
}

#SECTION12, #SECTION2 {
  height: 100%;
  padding-bottom: 100px;
}

#SECTION2 .ladi-box-paragraph {
  margin-bottom: 40px;
}

#SECTION2 h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  text-align: center;
  font-size: 30px;
  line-height: normal;
  margin-bottom: 20px;
}

#SECTION2 p {
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}

#SECTION3 #HEADLINE536 {
  margin-top: 40px;
}

#SECTION3 .col-2 {
  padding-top: 40px;
}

#IMAGE1 {
  height: 250px;
  width: 100%;
}

#IMAGE1.ladi-element {
  margin-bottom: 20px;
  position: relative;
}

#IMAGE1 .ladi-image .ladi-image-background {
  background-image: url("../images/image4.jpg");
}

#IMAGE2 {
  height: 250px;
  width: 100%;
}

#IMAGE2.ladi-element {
  margin-bottom: 20px;
  position: relative;
}

#IMAGE2 .ladi-image .ladi-image-background {
  background-image: url("../images/image20.jpg");
}

#IMAGE3 {
  height: 250px;
  width: 100%;
}

#IMAGE3.ladi-element {
  margin-bottom: 20px;
  position: relative;
}

#IMAGE3 .ladi-image .ladi-image-background {
  background-image: url("../images/image2.jpg");
}

#IMAGE4 {
  height: 450px;
  width: 100%;
}

#IMAGE4.ladi-element {
  margin-bottom: 20px;
  position: relative;
}

#IMAGE4 .ladi-image .ladi-image-background {
  background-image: url("../images/image14.jpg");
  background-size: contain;
  background-position: center;
}

#IMAGE5 {
  height: 450px;
  width: 100%;
}

#IMAGE5.ladi-element {
  margin-bottom: 20px;
  position: relative;
}

#IMAGE5 .ladi-image .ladi-image-background {
  background-image: url("../images/image11.jpg");
  background-size: contain;
  background-position: center;
}

#IMAGE6 {
  height: 40px;
  width: 100%;
}

#IMAGE6.ladi-element {
  margin-bottom: 20px;
  position: relative;
}

#IMAGE6 .ladi-image .ladi-image-background {
  background-image: url("../images/img-15.png");
  background-size: contain;
  background-position: center;
}

#IMAGE7 {
  height: 40px;
  width: 100%;
}

#IMAGE7.ladi-element {
  margin-bottom: 20px;
  position: relative;
}

#IMAGE7 .ladi-image .ladi-image-background {
  background-image: url("../images/img-16.png");
  background-size: contain;
  background-position: center;
}

#IMAGE8 {
  height: 40px;
  width: 100%;
}

#IMAGE8.ladi-element {
  margin-bottom: 20px;
  position: relative;
}

#IMAGE8 .ladi-image .ladi-image-background {
  background-image: url("../images/img-17.png");
  background-size: contain;
  background-position: center;
}

#IMAGE9 {
  height: 40px;
  width: 100%;
}

#IMAGE9.ladi-element {
  margin-bottom: 20px;
  position: relative;
}

#IMAGE9 .ladi-image .ladi-image-background {
  background-image: url("../images/img-18.png");
  background-size: contain;
  background-position: center;
}

#IMAGE10 {
  height: 230px;
  top: 90px;
  width: 100%;
}

#IMAGE10.ladi-element {
  margin-bottom: 20px;
  position: relative;
  z-index: 3;
}

#IMAGE10 .ladi-image .ladi-image-background {
  background-repeat: no-repeat;
  background-image: url("../images/gluco.png");
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#HEADLINE621 .ladi-paragraph {
  font-size: 20px;
  margin-top: 0px;
  position: unset;
  text-align: center;
  width: 100%;
}

#HEADLINE536 {
  position: unset;
  text-align: left;
  width: 100%;
}

#HEADLINE536 .ladi-headline {
  margin-bottom: 30px;
  text-align: left;
}

#HEADLINE536 p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
}

#HEADLINE536 br {
  display: block;
}

#HEADLINE536 br::after, #HEADLINE536 br::before {
  box-sizing: border-box;
}

#HEADLINE1.ladi-element, #HEADLINE5.ladi-element {
  margin-bottom: 60px;
  position: unset;
  text-align: center;
  width: 100%;
}

#HEADLINE1 .ladi-headline, #HEADLINE5 .ladi-headline {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  line-height: 1;
}

.testimoni .testimoni-item figure {
  text-align: center;
}

.testimoni .testimoni-item figure img {
  display: block;
  margin: 0 auto;
}

.testimoni .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}

.testimoni .slick-arrow.arrow-prev {
  left: 0;
}

.testimoni .slick-arrow.arrow-next {
  right: 0;
}

#SECTION697 #HEADLINE743 {
  width: 100%;
  top: 171.872px;
  left: 0;
}

#SECTION697 #HEADLINE743 .ladi-headline {
  text-align: center;
}

#SECTION697 #GROUP744 {
  top: 234.219px;
  left: 85px;
}

form {
  text-align: center;
  position: relative;
}

form .inpt-txt {
  margin: 0 auto;
  position: relative;
  width: max-content;
}

form .inpt-txt .placeholder {
  position: absolute;
  left: 8px;
  top: 14.7px;
  z-index: 8;
}

form .submit-form {
  margin: 20px auto 30px;
}

.order-form * {
  box-sizing: border-box;
}

.order-form {
  max-width: 600px;
  padding: 20px;
  margin: 0 auto;
  background: #fff url("../img/formbg.jpg") no-repeat;
  background-size: 100% 100%;
}

.order-form .top {
  padding-top: 100px;
  background: url("../img/med1.png") top center no-repeat;
  background-size: 100px auto;
}

.order-form .top h2 {
  margin: 25px 0 0;
  padding: 0;
  line-height: 32px;
  font-size: 30px;
  font-weight: 700;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.order-form p, .timelimit {
  font-size: 22px !important;
  margin: 0 auto;
  text-align: center !important;
  line-height: 30px !important;
}

@media screen and (max-width: 480px) {
  .order-form p, .timelimit {
    font-size: 16px !important;
  }
  .order-form .top h2 {
    margin: 0 auto !important;
  }
  .order-form .frame {
    margin-top: 10px !important;
  }
  .order-form p {
    line-height: normal !important;
  }
}

.order-form .price p span {
  font-size: 21px;
  font-weight: 700;
  color: red;
}

.order-form .frame {
  margin: 45px 10px 25px;
  border: 2px solid #0299ff;
  padding: 10px;
}

.submit-roulette {
  background-color: red !important;
  color: #FFF;
  cursor: pointer;
}

.input-roulette {
  margin-bottom: 10px !important;
}

.order-form .timelimit {
  font-size: 14px;
  margin: 0 0 10px;
}

.order-form p {
  font-size: 12px;
  margin: 0;
  line-height: 30px;
}

.center {
  display: flex;
}

.center-left {
  left: 160px;
  margin: 0 30px;
  position: relative;
  height: 100%;
  width: 50%;
}

.center-right {
  margin: 0 30px;
  left: 0;
  margin: 0 30px;
  position: relative;
  height: 100%;
  width: 50%;
}

.center-right #IMAGE416 {
  left: 0;
}

.center-right #IMAGE442 {
  left: 260px;
}

.center-right .submit-form {
  position: absolute;
  top: 410px;
  left: 80px;
}

@media (max-width: 1024px) {
  .col-3 .col {
    margin-bottom: 30px;
    max-width: 100%;
    width: 100%;
  }
  .col-3 .col.order-1 {
    order: 1;
  }
  .col-3 .col.order-2 {
    order: 2;
  }
  .col-3 .col.order-3 {
    order: 3;
    display: flex;
    flex-direction: column;
  }
  .col-3 .col.order-3 #IMAGE4 {
    order: 2;
  }
  .col-3 .col.order-3 .ladi-headline {
    order: 1;
  }
  #SECTION144 .col-3 .col {
    margin-bottom: 0;
  }
  #SECTION144 .col-3 .col.order-3 {
    margin-top: 30px;
  }
  .col-2 .col {
    margin-bottom: 20px;
    max-width: 100% !important;
    width: 100% !important;
  }
  .order-form {
    width: 100%;
  }
  .center {
    flex-wrap: wrap;
  }
  .center-left {
    left: 0;
    position: unset;
    width: 100%;
  }
  .center-right {
    left: 0;
    position: unset;
    width: 100%;
  }
  .center .submit-form {
    top: 660px;
    left: 0;
    right: 0;
  }
}

@media (max-width: 991px) {
  .col-2 {
    padding-top: 0;
  }
  #SECTION12 .col-3 {
    padding-top: 40px;
  }
  .col-1 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .center-right #IMAGE442 {
    left: 61%;
  }
  .testimoni .testimoni-item figure img {
    height: auto;
    width: 100%;
  }
  .close-popup {
    right: 0 !important;
  }
  #SECTION124 .col-3 {
    padding-top: 150px;
  }
  .col-3 {
    padding-top: 180px;
  }
  #HEADLINE536 .ladi-headline,
  #HEADLINE536 .ladi-headline {
    margin-bottom: 30px;
    text-align: left;
  }
  .col-3 .col .cs-number li {
    font-size: 18px;
  }
  #SECTION673 > .ladi-section-background, #SECTION673 > .ladi-section-background.loaded {
    background-color: #486e89;
  }
  form .placeholder {
    left: 55px;
  }
  #SECTION3 #HEADLINE536 {
    margin-top: 0;
  }
}