a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
button,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
select,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
a {
  text-decoration: none;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  font-size: 12px;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -o-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background: #fff;
}
.ladi-loading {
  width: 80px;
  height: 80px;
  z-index: 900000000000;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
}
.ladi-loading div {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  animation: ladi-loading 1.2s linear infinite;
}
.ladi-loading div:nth-child(1) {
  animation-delay: 0s;
  top: 37px;
  left: 66px;
}
.ladi-loading div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}
.ladi-loading div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}
.ladi-loading div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}
.ladi-loading div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}
.ladi-loading div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}
.ladi-loading div:nth-child(7) {
  animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}
.ladi-loading div:nth-child(8) {
  animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}
.ladi-loading div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}
.ladi-loading div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}
.ladi-loading div:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px;
}
.ladi-loading div:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}
@keyframes ladi-loading {
  0%,
  100%,
  20%,
  80% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}
.overflow-hidden {
  overflow: hidden;
}
.ladi-transition {
  transition: all 150ms linear 0s;
}
.opacity-0 {
  opacity: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.ladipage-message {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000000000;
  background: rgba(0, 0, 0, 0.3);
}
.ladipage-message .ladipage-message-box {
  width: 400px;
  max-width: calc(100% - 50px);
  height: 160px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #fff;
  position: fixed;
  top: calc(50% - 155px);
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 10px;
}
.ladipage-message .ladipage-message-box h1 {
  background-color: rgba(6, 21, 40, 0.05);
  color: #000;
  padding: 12px 15px;
  font-weight: 600;
  font-size: 16px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.ladipage-message .ladipage-message-box .ladipage-message-text {
  font-size: 14px;
  padding: 0 20px;
  margin-top: 10px;
  line-height: 18px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.ladipage-message .ladipage-message-box .ladipage-message-close {
  display: block;
  position: absolute;
  right: 15px;
  bottom: 10px;
  margin: 0 auto;
  padding: 10px 0;
  border: none;
  width: 80px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  background-color: #e6e6e6;
  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
.ladi-wraper {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  overflow: hidden;
  background: #fff;
}
.ladi-section {
  margin: 0 auto;
  position: relative;
}
.ladi-section .ladi-section-arrow-down {
  position: absolute;
  width: 36px;
  height: 30px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: url(../img/ladi-icons.png) rgba(255, 255, 255, 0.2) no-repeat;
  background-position: 4px;
  cursor: pointer;
  z-index: 90000040;
}
.ladi-section.ladi-section-readmore {
  transition: height 350ms linear 0s;
}
.ladi-section .ladi-section-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  overflow: hidden;
}
.ladi-container {
  position: relative;
  margin: 0 auto;
  height: 100%;
}
.ladi-element {
  position: absolute;
}
.ladi-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.ladi-carousel {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ladi-carousel .ladi-carousel-content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  transition: left 350ms ease-in-out;
}
.ladi-carousel .ladi-carousel-arrow {
  position: absolute;
  width: 30px;
  height: 36px;
  top: calc(50% - 18px);
  background: url(../img/ladi-icons.png) rgba(255, 255, 255, 0.2) no-repeat;
  cursor: pointer;
  z-index: 90000040;
}
.ladi-carousel .ladi-carousel-arrow-left {
  left: 5px;
  background-position: -28px;
}
.ladi-carousel .ladi-carousel-arrow-right {
  right: 5px;
  background-position: -52px;
}
.ladi-gallery {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ladi-gallery .ladi-gallery-view {
  position: absolute;
  overflow: hidden;
}
.ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: relative;
  display: none;
  transition: transform 0.5s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.play-video {
  cursor: pointer;
}
.ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.play-video:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  background: url(../img/ladipage-play.png) no-repeat center center;
  background-size: contain;
  pointer-events: none;
  cursor: pointer;
}
.ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.next,
.ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.selected.right {
  left: 0;
  transform: translate3d(100%, 0, 0);
}
.ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.prev,
.ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.selected.left {
  left: 0;
  transform: translate3d(-100%, 0, 0);
}
.ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.next.left,
.ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.prev.right,
.ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.selected {
  left: 0;
  transform: translate3d(0, 0, 0);
}
.ladi-gallery .ladi-gallery-view > .next,
.ladi-gallery .ladi-gallery-view > .prev,
.ladi-gallery .ladi-gallery-view > .selected {
  display: block;
}
.ladi-gallery .ladi-gallery-view > .selected {
  left: 0;
}
.ladi-gallery .ladi-gallery-view > .next,
.ladi-gallery .ladi-gallery-view > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.ladi-gallery .ladi-gallery-view > .next {
  left: 100%;
}
.ladi-gallery .ladi-gallery-view > .prev {
  left: -100%;
}
.ladi-gallery .ladi-gallery-view > .next.left,
.ladi-gallery .ladi-gallery-view > .prev.right {
  left: 0;
}
.ladi-gallery .ladi-gallery-view > .selected.left {
  left: -100%;
}
.ladi-gallery .ladi-gallery-view > .selected.right {
  left: 100%;
}
.ladi-gallery .ladi-gallery-control {
  position: absolute;
  overflow: hidden;
}
.ladi-gallery.ladi-gallery-top .ladi-gallery-view {
  width: 100%;
}
.ladi-gallery.ladi-gallery-top .ladi-gallery-control {
  top: 0;
  width: 100%;
}
.ladi-gallery.ladi-gallery-bottom .ladi-gallery-view {
  top: 0;
  width: 100%;
}
.ladi-gallery.ladi-gallery-bottom .ladi-gallery-control {
  width: 100%;
  bottom: 0;
}
.ladi-gallery.ladi-gallery-left .ladi-gallery-view {
  height: 100%;
}
.ladi-gallery.ladi-gallery-left .ladi-gallery-control {
  height: 100%;
}
.ladi-gallery.ladi-gallery-right .ladi-gallery-view {
  height: 100%;
}
.ladi-gallery.ladi-gallery-right .ladi-gallery-control {
  height: 100%;
  right: 0;
}
.ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow {
  position: absolute;
  width: 30px;
  height: 36px;
  top: calc(50% - 18px);
  background: url(../img/ladi-icons.png) rgba(255, 255, 255, 0.2) no-repeat;
  cursor: pointer;
  z-index: 90000040;
}
.ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow-left {
  left: 5px;
  background-position: -28px;
}
.ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow-right {
  right: 5px;
  background-position: -52px;
}
.ladi-gallery .ladi-gallery-control .ladi-gallery-control-arrow {
  position: absolute;
  background: url(../img/ladi-icons.png) rgba(255, 255, 255, 0.2) no-repeat;
  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% - 18px);
  width: 30px;
  height: 36px;
}
.ladi-gallery.ladi-gallery-top
  .ladi-gallery-control
  .ladi-gallery-control-arrow-left {
  left: 0;
  background-position: -28px;
  transform: scale(0.6);
}
.ladi-gallery.ladi-gallery-top
  .ladi-gallery-control
  .ladi-gallery-control-arrow-right {
  right: 0;
  background-position: -52px;
  transform: scale(0.6);
}
.ladi-gallery.ladi-gallery-bottom
  .ladi-gallery-control
  .ladi-gallery-control-arrow-left {
  left: 0;
  background-position: -28px;
  transform: scale(0.6);
}
.ladi-gallery.ladi-gallery-bottom
  .ladi-gallery-control
  .ladi-gallery-control-arrow-right {
  right: 0;
  background-position: -52px;
  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% - 18px);
  width: 36px;
  height: 30px;
}
.ladi-gallery.ladi-gallery-left
  .ladi-gallery-control
  .ladi-gallery-control-arrow-left {
  top: 0;
  background-position: -77px;
  transform: scale(0.6);
}
.ladi-gallery.ladi-gallery-left
  .ladi-gallery-control
  .ladi-gallery-control-arrow-right {
  bottom: 0;
  background-position: 3px;
  transform: scale(0.6);
}
.ladi-gallery.ladi-gallery-right
  .ladi-gallery-control
  .ladi-gallery-control-arrow-left {
  top: 0;
  background-position: -77px;
  transform: scale(0.6);
}
.ladi-gallery.ladi-gallery-right
  .ladi-gallery-control
  .ladi-gallery-control-arrow-right {
  bottom: 0;
  background-position: 3px;
  transform: scale(0.6);
}
.ladi-gallery .ladi-gallery-control .ladi-gallery-control-box {
  position: relative;
}
.ladi-gallery.ladi-gallery-top .ladi-gallery-control .ladi-gallery-control-box {
  display: inline-flex;
  left: 0;
  transition: left 150ms ease-in-out;
}
.ladi-gallery.ladi-gallery-bottom
  .ladi-gallery-control
  .ladi-gallery-control-box {
  display: inline-flex;
  left: 0;
  transition: left 150ms ease-in-out;
}
.ladi-gallery.ladi-gallery-left
  .ladi-gallery-control
  .ladi-gallery-control-box {
  display: inline-grid;
  top: 0;
  transition: top 150ms ease-in-out;
}
.ladi-gallery.ladi-gallery-right
  .ladi-gallery-control
  .ladi-gallery-control-box {
  display: inline-grid;
  top: 0;
  transition: top 150ms ease-in-out;
}
.ladi-gallery
  .ladi-gallery-control
  .ladi-gallery-control-box
  .ladi-gallery-control-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  float: left;
  position: relative;
  cursor: pointer;
  filter: invert(15%);
}
.ladi-gallery
  .ladi-gallery-control
  .ladi-gallery-control-box
  .ladi-gallery-control-item.play-video:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  background: url(../img/ladipage-play.png) no-repeat center center;
  background-size: contain;
  pointer-events: none;
  cursor: pointer;
}
.ladi-gallery
  .ladi-gallery-control
  .ladi-gallery-control-box
  .ladi-gallery-control-item:hover {
  filter: none;
}
.ladi-gallery
  .ladi-gallery-control
  .ladi-gallery-control-box
  .ladi-gallery-control-item.selected {
  filter: none;
}
.ladi-gallery
  .ladi-gallery-control
  .ladi-gallery-control-box
  .ladi-gallery-control-item:last-child {
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}
.ladi-table {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.ladi-table table {
  width: 100%;
}
.ladi-table table td {
  vertical-align: middle;
}
.ladi-table tbody td {
  word-break: break-word;
}
.ladi-table table td img {
  cursor: pointer;
  width: 100%;
}
.ladi-box {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ladi-frame {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ladi-frame .ladi-frame-background {
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.ladi-banner {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ladi-banner .ladi-banner-background {
  height: 100%;
  width: 100%;
  pointer-events: none;
}
#SECTION_POPUP .ladi-container {
  z-index: 90000070;
}
#SECTION_POPUP .ladi-container > .ladi-element {
  z-index: 90000070;
  position: fixed;
  display: none;
}
#SECTION_POPUP .ladi-container > .ladi-element.hide-visibility {
  display: block !important;
  visibility: hidden !important;
}
#SECTION_POPUP .popup-close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  z-index: 9000000080;
  background: url(../img/ladi-icons.png) rgba(255, 255, 255, 0.2) no-repeat;
  background-position: -108px;
  cursor: pointer;
  display: none;
}
.ladi-popup {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ladi-popup .ladi-popup-background {
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.ladi-countdown {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ladi-countdown .ladi-countdown-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: inherit;
  background-attachment: inherit;
  background-origin: inherit;
  display: table;
  pointer-events: none;
}
.ladi-countdown .ladi-countdown-text {
  position: absolute;
  width: 100%;
  height: 100%;
  text-decoration: inherit;
  display: table;
  pointer-events: none;
}
.ladi-countdown .ladi-countdown-text span {
  display: table-cell;
  vertical-align: middle;
}
.ladi-countdown > .ladi-element {
  text-decoration: inherit;
  background-size: inherit;
  background-attachment: inherit;
  background-origin: inherit;
  position: relative;
  display: inline-block;
}
.ladi-countdown > .ladi-element:last-child {
  margin-right: 0 !important;
}
.ladi-button {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ladi-button:active {
  transform: translateY(2px);
  transition: transform 0.2s linear;
}
.ladi-button .ladi-button-background {
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.ladi-button > .ladi-element {
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  display: table;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.ladi-button > .ladi-element .ladi-headline {
  display: table-cell;
  vertical-align: middle;
}
.ladi-collection {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ladi-collection.carousel {
  overflow: hidden;
}
.ladi-collection .ladi-collection-content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  transition: left 350ms ease-in-out;
}
.ladi-collection .ladi-collection-content .ladi-collection-item {
  display: block;
  position: relative;
  float: left;
}
.ladi-collection .ladi-collection-content .ladi-collection-page {
  float: left;
}
.ladi-collection .ladi-collection-arrow {
  position: absolute;
  width: 30px;
  height: 36px;
  top: calc(50% - 18px);
  background: url(../img/ladi-icons.png) rgba(255, 255, 255, 0.2) no-repeat;
  cursor: pointer;
  z-index: 90000040;
}
.ladi-collection .ladi-collection-arrow-left {
  left: 5px;
  background-position: -28px;
}
.ladi-collection .ladi-collection-arrow-right {
  right: 5px;
  background-position: -52px;
}
.ladi-collection .ladi-collection-button-next {
  position: absolute;
  width: 36px;
  height: 30px;
  bottom: -40px;
  right: 0;
  left: 0;
  margin: auto;
  background: url(../img/ladi-icons.png) rgba(255, 255, 255, 0.2) no-repeat;
  background-position: 4px;
  cursor: pointer;
  z-index: 90000040;
}
.ladi-form {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ladi-form > .ladi-element {
  text-transform: inherit;
  text-decoration: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  color: inherit;
  background-size: inherit;
  background-attachment: inherit;
  background-origin: inherit;
}
.ladi-form .ladi-button > .ladi-element {
  color: initial;
  font-size: initial;
  font-weight: initial;
  text-transform: initial;
  text-decoration: initial;
  font-style: initial;
  text-align: initial;
  letter-spacing: initial;
  line-height: initial;
}
.ladi-form > .ladi-element .ladi-form-item-container {
  text-transform: inherit;
  text-decoration: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  color: inherit;
  background-size: inherit;
  background-attachment: inherit;
  background-origin: inherit;
}
.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item {
  text-transform: inherit;
  text-decoration: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  color: inherit;
}
.ladi-form
  > .ladi-element
  .ladi-form-item-container
  .ladi-form-item-background {
  background-size: inherit;
  background-attachment: inherit;
  background-origin: inherit;
}
.ladi-form
  > .ladi-element
  .ladi-form-item-container
  .ladi-form-item
  .ladi-form-control-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 9px 6px !important;
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
}
.ladi-form
  > .ladi-element
  .ladi-form-item-container
  .ladi-form-item
  .ladi-form-control-select-3 {
  width: calc(100% / 3 - 5px);
  max-width: calc(100% / 3 - 5px);
  min-width: calc(100% / 3 - 5px);
}
.ladi-form
  > .ladi-element
  .ladi-form-item-container
  .ladi-form-item
  .ladi-form-control-select-3:nth-child(3) {
  margin-left: 7.5px;
}
.ladi-form
  > .ladi-element
  .ladi-form-item-container
  .ladi-form-item
  .ladi-form-control-select-3:nth-child(4) {
  margin-left: 7.5px;
}
.ladi-form
  > .ladi-element
  .ladi-form-item-container
  .ladi-form-item
  .ladi-form-control-select
  option {
  color: initial;
}
.ladi-form
  > .ladi-element
  .ladi-form-item-container
  .ladi-form-item
  .ladi-form-control:not(.ladi-form-control-select) {
  text-transform: inherit;
  text-decoration: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  color: inherit;
  background-size: inherit;
  background-attachment: inherit;
  background-origin: inherit;
}
.ladi-form
  > .ladi-element
  .ladi-form-item-container
  .ladi-form-item
  .ladi-form-control-select:not([data-selected=""]) {
  text-transform: inherit;
  text-decoration: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  color: inherit;
  background-size: inherit;
  background-attachment: inherit;
  background-origin: inherit;
}
.ladi-form
  > .ladi-element
  .ladi-form-item-container
  .ladi-form-item
  .ladi-form-control-select[data-selected=""] {
  text-transform: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  color: inherit;
  background-size: inherit;
  background-attachment: inherit;
  background-origin: inherit;
}
.ladi-form
  > .ladi-element
  .ladi-form-item-container
  .ladi-form-item
  .ladi-form-checkbox-item {
  text-transform: inherit;
  text-decoration: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  color: inherit;
  background-size: inherit;
  background-attachment: inherit;
  background-origin: inherit;
  vertical-align: middle;
}
.ladi-form
  > .ladi-element
  .ladi-form-item-container
  .ladi-form-item
  .ladi-form-checkbox-item
  span {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.ladi-form
  > .ladi-element
  .ladi-form-item-container
  .ladi-form-item
  .ladi-form-checkbox-item
  span[data-checked="true"] {
  text-transform: inherit;
  text-decoration: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  color: inherit;
  background-size: inherit;
  background-attachment: inherit;
  background-origin: inherit;
}
.ladi-form
  > .ladi-element
  .ladi-form-item-container
  .ladi-form-item
  .ladi-form-checkbox-item
  span[data-checked="false"] {
  text-transform: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  color: inherit;
  background-size: inherit;
  background-attachment: inherit;
  background-origin: inherit;
}
.ladi-form .ladi-form-item-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ladi-form .ladi-form-item {
  width: 100%;
  height: 100%;
  position: absolute;
}
.ladi-form .ladi-form-item-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.ladi-form .ladi-form-item.ladi-form-checkbox {
  height: auto;
}
.ladi-form .ladi-form-item .ladi-form-control {
  background-color: transparent;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  padding: 0 5px;
  color: inherit;
  font-size: inherit;
  border: none;
}
.ladi-form .ladi-form-item.ladi-form-checkbox {
  padding: 10px 5px;
}
.ladi-form
  .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-vertical
  .ladi-form-checkbox-item {
  margin-top: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: table;
  border: none;
}
.ladi-form
  .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-horizontal
  .ladi-form-checkbox-item {
  margin-top: 0 !important;
  margin-left: 0 !important;
  margin-right: 10px !important;
  display: inline-block;
  border: none;
  position: relative;
}
.ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item input {
  vertical-align: middle;
  width: 13px;
  height: 13px;
  display: table-cell;
  margin-right: 5px;
}
.ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span {
  display: table-cell;
  cursor: default;
  vertical-align: middle;
  word-break: break-word;
}
.ladi-form
  .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-horizontal
  .ladi-form-checkbox-item
  input {
  position: absolute;
  top: 4px;
}
.ladi-form
  .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-horizontal
  .ladi-form-checkbox-item
  span {
  padding-left: 18px;
}
.ladi-form .ladi-form-item textarea.ladi-form-control {
  resize: none;
  padding: 5px;
}
.ladi-form .ladi-button {
  cursor: pointer;
}
.ladi-form .ladi-button .ladi-headline {
  cursor: pointer;
  user-select: none;
}
.ladi-cart {
  position: absolute;
  width: 100%;
  font-size: 12px;
}
.ladi-cart .ladi-cart-row {
  position: relative;
  display: inline-table;
  width: 100%;
}
.ladi-cart .ladi-cart-row:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: #dcdcdc;
}
.ladi-cart .ladi-cart-no-product {
  text-align: center;
  font-size: 16px;
  vertical-align: middle;
}
.ladi-cart .ladi-cart-image {
  width: 16%;
  vertical-align: middle;
  position: relative;
  text-align: center;
}
.ladi-cart .ladi-cart-image img {
  max-width: 100%;
}
.ladi-cart .ladi-cart-title {
  vertical-align: middle;
  padding: 0 5px;
  word-break: break-all;
}
.ladi-cart .ladi-cart-title .ladi-cart-title-name {
  display: block;
  margin-bottom: 5px;
}
.ladi-cart .ladi-cart-title .ladi-cart-title-variant {
  font-weight: 700;
  display: block;
}
.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: inline-flex;
}
.ladi-cart .ladi-cart-quantity input {
  width: 24px;
  text-align: center;
  height: 22px;
  -moz-appearance: textfield;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
.ladi-cart .ladi-cart-quantity input::-webkit-inner-spin-button,
.ladi-cart .ladi-cart-quantity input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ladi-cart .ladi-cart-quantity button {
  border: 1px solid #dcdcdc;
  cursor: pointer;
  text-align: center;
  width: 21px;
  height: 22px;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.ladi-cart .ladi-cart-quantity button:active {
  transform: translateY(2px);
  transition: transform 0.2s linear;
}
.ladi-cart .ladi-cart-quantity button span {
  font-size: 18px;
  position: relative;
  left: 0.5px;
}
.ladi-cart .ladi-cart-quantity button:first-child span {
  top: -1.2px;
}
.ladi-cart .ladi-cart-price {
  width: 100px;
  vertical-align: middle;
  text-align: right;
  padding: 0 5px;
}
.ladi-cart .ladi-cart-action {
  width: 28px;
  vertical-align: middle;
  text-align: center;
}
.ladi-cart .ladi-cart-action button {
  border: 1px solid #dcdcdc;
  cursor: pointer;
  text-align: center;
  width: 25px;
  height: 22px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.ladi-cart .ladi-cart-action button:active {
  transform: translateY(2px);
  transition: transform 0.2s linear;
}
.ladi-cart .ladi-cart-action button span {
  font-size: 13px;
  position: relative;
  top: 0.5px;
}
.ladi-video {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
}
.ladi-video .ladi-video-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.ladi-group {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ladi-button-group {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ladi-shape {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.ladi-html-code {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ladi-image {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.ladi-image .ladi-image-background {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  background-attachment: scroll;
  background-origin: content-box;
  position: absolute;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.ladi-headline {
  width: 100%;
  display: inline-block;
  background-size: cover;
  background-position: center center;
}
.ladi-headline a {
  text-decoration: none;
}
.ladi-paragraph {
  width: 100%;
  display: inline-block;
}
.ladi-paragraph a {
  text-decoration: underline;
}
.ladi-list-paragraph {
  width: 100%;
  display: inline-block;
}
.ladi-list-paragraph a {
  text-decoration: underline;
}
.ladi-list-paragraph ul li {
  position: relative;
  counter-increment: linum;
}
.ladi-list-paragraph ul li:before {
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
}
.ladi-list-paragraph ul li:last-child {
  padding-bottom: 0 !important;
}
.ladi-line {
  position: relative;
}
.ladi-line .ladi-line-container {
  border-bottom: 0 !important;
  border-right: 0 !important;
  width: 100%;
  height: 100%;
}
a[data-action] {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
}
a:visited {
  color: inherit;
}
a:link {
  color: inherit;
}
[data-opacity="0"] {
  opacity: 0;
}
[data-hidden="true"] {
  display: none;
}
[data-action="true"] {
  cursor: pointer;
}
.ladi-hidden {
  display: none;
}
.backdrop-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90000060;
}
.lightbox-screen {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 9000000080;
  background: rgba(0, 0, 0, 0.5);
}
.lightbox-screen .lightbox-close {
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 9000000090;
  background: url(../img/ladi-icons.png) rgba(255, 255, 255, 0.2) no-repeat;
  background-position: -108px;
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  cursor: pointer;
}
.lightbox-screen .lightbox-hidden {
  display: none;
}
.ladi-animation-hidden {
  visibility: hidden !important;
}
.ladi-list-paragraph ul li.ladi-lazyload:before {
  background-image: none !important;
}
.ladi-cart-number {
  position: absolute;
  top: -2px;
  right: -7px;
  background: #f36e36;
  text-align: center;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  border-radius: 100%;
}
.ladi-form-quantity {
  display: inline-flex;
  border-color: inherit;
}
.ladi-form
  > .ladi-element
  .ladi-form-item-container
  .ladi-form-item.ladi-form-quantity
  .ladi-form-control {
  text-align: center;
  pointer-events: none;
  -moz-appearance: textfield;
  width: calc(100% - 45px);
  padding: 0;
  min-width: 24px;
  border-top: 1px hidden;
  border-bottom: 1px hidden;
  border-color: inherit;
}
.ladi-form
  > .ladi-element
  .ladi-form-item-container
  .ladi-form-item.ladi-form-quantity
  input::-webkit-inner-spin-button,
.ladi-form
  > .ladi-element
  .ladi-form-item-container
  .ladi-form-item.ladi-form-quantity
  input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ladi-form-quantity button {
  border: 1px hidden;
  border-color: inherit;
  cursor: pointer;
  text-align: center;
  width: 30px;
  height: 100%;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.ladi-form-quantity button span {
  font-size: 18px;
  position: relative;
  left: 0.5px;
}
.ladi-form-quantity button:first-child span {
  top: -1.2px;
}
.ladi-form [data-variant="true"] select option[disabled] {
  background: #fff;
  color: #b8b8b8 !important;
}
label[for="name"],
label[for="phone"] {
  display: block;
  position: absolute;
  left: 0;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .ladi-fullwidth {
    width: 100vw !important;
    left: calc(-50vw + 50%) !important;
    box-sizing: border-box !important;
    transform: none !important;
  }
  .ladi-fullwidth .ladi-gallery-view-item {
    transition-duration: 1.5s;
  }
}

@media (max-width: 767px) {
  .ladi-element.ladi-auto-scroll {
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100% !important;
    left: 0 !important;
    -webkit-overflow-scrolling: touch;
  }
  .ladi-section.ladi-auto-scroll {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .ladi-carousel .ladi-carousel-content {
    transition: left 0.3s ease-in-out;
  }
  .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item {
    transition: transform 0.3s ease-in-out;
  }
}
.ladi-notify-transition {
  transition: top 0.5s ease-in-out, bottom 0.5s ease-in-out,
    opacity 0.5s ease-in-out;
}
.ladi-notify {
  padding: 5px;
  box-shadow: 0 0 1px rgba(64, 64, 64, 0.3), 0 8px 50px rgba(64, 64, 64, 0.05);
  border-radius: 40px;
  color: rgba(64, 64, 64, 1);
  background: rgba(250, 250, 250, 0.9);
  line-height: 1.6;
  width: 100%;
  height: 100%;
  font-size: 13px;
}
.ladi-notify .ladi-notify-image img {
  float: left;
  margin-right: 13px;
  border-radius: 50%;
  width: 53px;
  height: 53px;
  pointer-events: none;
}
.ladi-notify .ladi-notify-title {
  font-size: 100%;
  height: 17px;
  overflow: hidden;
  font-weight: 700;
  overflow-wrap: break-word;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
}
.ladi-notify .ladi-notify-content {
  font-size: 92.308%;
  height: 17px;
  overflow: hidden;
  overflow-wrap: break-word;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
  padding-top: 2px;
}
.ladi-notify .ladi-notify-time {
  line-height: 1.6;
  font-size: 84.615%;
  display: inline-block;
  overflow-wrap: break-word;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: calc(100% - 155px);
  overflow: hidden;
}
.ladi-notify .ladi-notify-copyright {
  font-size: 76.9231%;
  margin-left: 2px;
  position: relative;
  padding: 0 5px;
  cursor: pointer;
  opacity: 0.6;
  display: inline-block;
  top: -4px;
}
.ladi-notify .ladi-notify-copyright svg {
  vertical-align: middle;
}
.ladi-notify .ladi-notify-copyright svg:not(:root) {
  overflow: hidden;
}
.ladi-notify .ladi-notify-copyright div {
  text-decoration: none;
  color: rgba(64, 64, 64, 1);
  display: inline;
}
.ladi-notify .ladi-notify-copyright strong {
  font-weight: 700;
}
.builder-container .ladi-notify {
  transition: unset;
}
.ladi-spin-lucky {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  box-shadow: 0 0 7px 0 rgba(64, 64, 64, 0.6), 0 8px 50px rgba(64, 64, 64, 0.3);
  background-repeat: no-repeat;
  background-size: cover;
}
.ladi-spin-lucky .ladi-spin-lucky-start {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 20%;
  height: 20%;
  cursor: pointer;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transition: transform 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out;
}
.ladi-spin-lucky .ladi-spin-lucky-start:hover {
  transform: scale(1.1);
}
.ladi-spin-lucky .ladi-spin-lucky-screen {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  transition: transform 7s cubic-bezier(0.25, 0.1, 0, 1);
  -webkit-transition: transform 7s cubic-bezier(0.25, 0.1, 0, 1);
  text-decoration-line: inherit;
  text-transform: inherit;
  -webkit-text-decoration-line: inherit;
}
.ladi-spin-lucky .ladi-spin-lucky-screen:before {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.ladi-spin-lucky .ladi-spin-lucky-label {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  width: 42%;
  padding-left: 12%;
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  text-decoration-line: inherit;
  text-transform: inherit;
  -webkit-text-decoration-line: inherit;
  line-height: 1.6;
  text-shadow: rgba(0, 0, 0, 0.5) 1px 0 2px;
}

@media (min-width: 768px) {
  .ladi-section .ladi-container {
    width: 1200px;
  }
}

@media (max-width: 767px) {
  .ladi-section .ladi-container {
    width: 420px;
  }
}
@font-face {
  font-family: "UTM AvoBold.ttf";
  src: url("../font/utm-avobold-20200828042229.ttf") format("truetype");
}
@font-face {
  font-family: "SourceSansPro-Light.ttf";
  src: url("../font/sourcesanspro-light-20201231072035.ttf") format("truetype");
}
@font-face {
  font-family: "SourceSansPro-Bold.ttf";
  src: url("../font/sourcesanspro-bold-20201231072028.ttf") format("truetype");
}
@font-face {
  font-family: "SourceSansPro-Regular.ttf";
  src: url("../font/sourcesanspro-regular-20201231072035.ttf")
    format("truetype");
}
@font-face {
  font-family: "SourceSansPro-Black.ttf";
  src: url("../font/sourcesanspro-black-20201231072028.ttf") format("truetype");
}
body {
  font-family: "Open Sans", sans-serif;
}

@media (min-width: 768px) {
  #SECTION_POPUP {
    height: 0px;
  }
  #SECTION1 {
    height: 132.8px;
  }
  #SECTION1 > .ladi-section-background {
    background-color: rgb(0, 0, 0);
  }
  #SECTION2 {
    height: 781.2px;
  }
  #SECTION2 > .ladi-section-background {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("../img/bg-top-20210308074909.jpg");
    background-position: center top;
    background-repeat: no-repeat;
  }
  #SECTION3 {
    height: 751.8px;
  }
  #SECTION3 > .ladi-section-background {
    background-color: rgb(0, 0, 0);
  }
  #SECTION4 {
    height: 881.8px;
  }
  #SECTION4 > .ladi-section-background {
    background-color: rgb(212, 212, 212);
  }
  #SECTION5 {
    height: 943.8px;
  }
  #SECTION5 > .ladi-section-background {
    background-image: url("../img/bg3-20200916073400.png");
    background-position: center top;
    background-repeat: repeat;
  }
  #SECTION6 {
    height: 1119.8px;
  }
  #SECTION6 > .ladi-section-background {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("../img/bg-why-20210305110136.jpg");
    background-position: center top;
    background-repeat: repeat;
  }
  #SECTION7 {
    height: 1074.8px;
  }
  #SECTION7 > .ladi-container {
    transform: scale(0.8);
    transform-origin: 0 0;
    left: 100px;
  }
  #SECTION7 > .ladi-section-background {
    background-color: rgb(228, 228, 228);
  }
  #HEADLINE9 {
    width: 756px;
    top: 0px;
    left: 0px;
  }
  #HEADLINE9 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(251, 205, 47);
    font-size: 52px;
    text-align: center;
    line-height: 1.6;
  }
  #SHAPE10 {
    width: 20.5954px;
    height: 20px;
    top: 32px;
    left: 224.303px;
  }
  #SHAPE10 svg:last-child {
    fill: rgba(251, 204, 46, 1);
  }
  #SHAPE11 {
    width: 20.5954px;
    height: 20px;
    top: 32px;
    left: 516.19px;
  }
  #SHAPE11 svg:last-child {
    fill: rgba(251, 204, 46, 1);
  }
  #GROUP8 {
    width: 756px;
    height: 83px;
    top: 17.6px;
    left: -201px;
  }
  #SHAPE12 {
    width: 59.6px;
    height: 59.6px;
    top: 34.6px;
    left: 426px;
  }
  #SHAPE12 svg:last-child {
    fill: rgba(251, 205, 47, 1);
  }
  #HEADLINE13 {
    width: 151px;
    top: 34.6px;
    left: 504px;
  }
  #HEADLINE13 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 12px;
    line-height: 1.6;
    margin-top: 8px;
  }
  #SHAPE14 {
    width: 44.0412px;
    height: 54.3657px;
    top: 41.6px;
    left: 724px;
  }
  #SHAPE14 svg:last-child {
    fill: rgba(251, 205, 47, 1);
  }
  #HEADLINE15 {
    width: 151px;
    top: 34.6px;
    left: 789px;
  }
  #HEADLINE15 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 12px;
    line-height: 1.6;
  }
  #COUNTDOWN_ITEM17 {
    visibility: hidden;
    pointer-events: none;
  }
  #COUNTDOWN16 {
    width: 284px;
    height: 57px;
    top: 33.3px;
    left: 35px;
  }
  #COUNTDOWN16 > .ladi-countdown {
    font-family: "Roboto Slab", serif;
    color: rgb(251, 206, 48);
    font-size: 40px;
    font-weight: bold;
    text-align: center;
  }
  #COUNTDOWN16 > .ladi-countdown > .ladi-element {
    width: calc((100% - 10px * 3) / 4);
    margin-right: 10px;
    height: 100%;
  }
  #HEADLINE21 {
    width: 232px;
    top: 0px;
    left: 59px;
  }
  #HEADLINE21 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 15px;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE22 {
    width: 1200px;
    top: 39.2px;
    left: 0px;
  }
  #HEADLINE22 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE24 {
    width: 543px;
    top: 212.2px;
    left: 348px;
  }
  #HEADLINE24 > .ladi-headline {
    color: rgb(251, 205, 47);
    font-size: 25px;
    font-weight: bold;
    text-align: left;
    line-height: 1.6;
  }
  #IMAGE25 {
    width: 487px;
    height: 418.304px;
    top: 327.2px;
    left: 390px;
  }
  #IMAGE25 > .ladi-image > .ladi-image-background {
    width: 487px;
    height: 418.304px;
    top: 0px;
    left: 0px;
    background-image: url("../img/product.png");
    background-size: contain;
  }
  #SHAPE36 {
    width: 39.4196px;
    height: 53px;
    top: 0px;
    left: 0px;
  }
  #SHAPE36 svg:last-child {
    fill: rgba(251, 206, 48, 1);
  }
  #HEADLINE37 {
    width: 355px;
    top: 0px;
    left: 47px;
  }
  #HEADLINE37 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 20px;
    line-height: 1.6;
  }
  #GROUP35 {
    width: 402px;
    height: 59px;
    top: 5.083px;
    left: 9px;
  }
  #BOX39 {
    width: 318px;
    height: 457.6px;
    top: 0px;
    left: 13px;
  }
  #BOX39 > .ladi-box {
    background-color: rgb(65, 6, 4);
    border-radius: 20px;
  }
  #BOX41 {
    width: 317px;
    height: 72.8px;
    top: 0px;
    left: 13px;
  }
  #BOX41 > .ladi-box {
    background-color: rgb(136, 14, 8);
    border-radius: 15px 15px 0px 0px;
  }
  #PARAGRAPH42 {
    width: 273px;
    top: 31.28px;
    left: 40px;
  }
  #PARAGRAPH42 > .ladi-paragraph {
    font-family: "Roboto Slab", serif;
    color: rgb(255, 254, 33);
    font-size: 19px;
    font-weight: bold;
    text-align: left;
    line-height: 1.6;
  }
  #PARAGRAPH43 {
    width: 249px;
    top: 8.32px;
    left: 42.8954px;
  }
  #PARAGRAPH43 > .ladi-paragraph {
    font-family: "SourceSansPro-Light.ttf";
    text-decoration-line: line-through;
    -webkit-text-decoration-line: line-through;
    color: rgb(232, 232, 232);
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON_TEXT48 {
    width: 249px;
    top: 8.0572px;
    left: 0px;
  }
  #BUTTON_TEXT48 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON48 {
    width: 248.793px;
    height: 51.0289px;
    top: 170.647px;
    left: 0.703056px;
  }
  #BUTTON48 > .ladi-button > .ladi-button-background {
    background: rgba(255, 68, 59, 1);
    background: -webkit-linear-gradient(
      180deg,
      rgba(255, 68, 59, 1),
      rgba(120, 6, 1, 1)
    );
    background: linear-gradient(
      180deg,
      rgba(255, 68, 59, 1),
      rgba(120, 6, 1, 1)
    );
  }
  #BUTTON48 > .ladi-button {
    border-radius: 12px;
  }
  #BUTTON48.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_ITEM50 {
    width: 250.342px;
    height: 45.6576px;
    top: 20px;
    left: 0px;
  }
  #FORM_ITEM51 {
    width: 250.342px;
    height: 47.4479px;
    top: 98.9281px;
    left: 0px;
  }
  #FORM47 {
    width: 250.342px;
    height: 168.676px;
    top: 180.622px;
    left: 42.192px;
  }
  #FORM47 > .ladi-form {
    color: rgb(212, 212, 212);
    font-size: 15px;
    line-height: 1.6;
  }
  #FORM47 > .ladi-form label[for="phone"] {
    top: 78px;
  }
  #FORM47 .ladi-form-item .ladi-form-control::placeholder,
  #FORM47
    .ladi-form
    .ladi-form-item
    .ladi-form-control-select[data-selected=""],
  #FORM47
    .ladi-form
    .ladi-form-item.ladi-form-checkbox
    .ladi-form-checkbox-item
    span[data-checked="false"] {
    color: rgba(212, 212, 212, 1);
  }
  #FORM47 .ladi-form-item {
    padding-left: 10px;
    padding-right: 10px;
  }
  #FORM47 .ladi-form-item.ladi-form-checkbox {
    padding-left: 15px;
    padding-right: 15px;
  }
  #FORM47 .ladi-form-item-container {
    border-style: solid;
    border-color: rgb(122, 7, 7);
    border-width: 2px;
    border-radius: 13px;
  }
  #FORM47 .ladi-form-item-container .ladi-form-quantity button {
    background-color: rgb(122, 7, 7);
  }
  #FORM47 .ladi-form-item-background {
    background-color: rgb(24, 3, 3);
    border-radius: 11px;
  }
  #PARAGRAPH52 {
    width: 280px;
    top: 80.056px;
    left: 30px;
  }
  #PARAGRAPH52 > .ladi-paragraph {
    font-family: "SourceSansPro-Bold.ttf";
    color: rgb(255, 255, 255);
    font-size: 17px;
    text-align: center;
    line-height: 1.6;
  }
  #COUNTDOWN_ITEM54 {
    visibility: hidden;
    pointer-events: none;
  }
  #COUNTDOWN53 {
    width: 269.882px;
    height: 50.255px;
    top: 116.742px;
    left: 30px;
  }
  #COUNTDOWN53 > .ladi-countdown {
    font-family: "Roboto Slab", serif;
    color: rgb(255, 255, 255);
    font-size: 40px;
    font-weight: bold;
    text-align: center;
  }
  #COUNTDOWN53 > .ladi-countdown > .ladi-element {
    width: calc((100% - 10px * 3) / 4);
    margin-right: 10px;
    height: 100%;
  }
  #COUNTDOWN53 > .ladi-countdown .ladi-countdown-background {
    background-color: rgb(173, 30, 23);
    border-radius: 9px;
  }
  #PARAGRAPH58 {
    width: 260px;
    top: 420px;
    left: 40px;
  }
  #PARAGRAPH58 > .ladi-paragraph {
    font-family: "SourceSansPro-Regular.ttf";
    color: rgb(255, 255, 255);
    font-size: 13px;
    text-align: center;
    line-height: 1.6;
  }
  #PARAGRAPH59 {
    width: 260px;
    top: 395.2px;
    left: 40px;
  }
  #PARAGRAPH59 > .ladi-paragraph {
    font-family: "SourceSansPro-Regular.ttf";
    color: rgb(255, 255, 255);
    font-size: 13px;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP38 {
    width: 331px;
    height: 457.6px;
    top: 313.143px;
    left: 824px;
  }
  #BOX61 {
    width: 280px;
    height: 170px;
    top: 0px;
    left: 0px;
  }
  #BOX61 > .ladi-box {
    background-color: rgb(89, 27, 24);
    border-style: solid;
    border-color: rgb(255, 156, 1);
    border-width: 2px;
    border-radius: 20px;
  }
  #BOX62 {
    width: 276px;
    height: 60.4044px;
    top: 2.68421px;
    left: 2px;
  }
  #BOX62 > .ladi-box {
    background-color: rgb(136, 15, 9);
    border-color: rgb(69, 182, 255);
    border-width: 4px;
    border-radius: 20px 20px 0px 0px;
  }
  #HEADLINE63 {
    width: 280px;
    top: 17.8947px;
    left: 0px;
  }
  #HEADLINE63 > .ladi-headline {
    font-family: "SourceSansPro-Black.ttf";
    color: rgb(255, 255, 255);
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE65 {
    width: 271px;
    top: 0px;
    left: 0px;
  }
  #HEADLINE65 > .ladi-headline {
    font-family: "SourceSansPro-Black.ttf";
    color: rgb(255, 255, 255);
    font-size: 22px;
    text-align: center;
    line-height: 1.6;
  }
  #SHAPE66 {
    width: 17.552px;
    height: 17.8948px;
    top: 6.26317px;
    left: 38px;
  }
  #SHAPE66 svg:last-child {
    fill: rgba(255, 225, 0, 1);
  }
  #GROUP64 {
    width: 271px;
    height: 35px;
    top: 74.2632px;
    left: 9px;
  }
  #HEADLINE68 {
    width: 271px;
    top: 0px;
    left: 0px;
  }
  #HEADLINE68 > .ladi-headline {
    font-family: "SourceSansPro-Black.ttf";
    color: rgb(255, 255, 255);
    font-size: 22px;
    text-align: center;
    line-height: 1.6;
  }
  #SHAPE69 {
    width: 17.552px;
    height: 17.8948px;
    top: 6.26317px;
    left: 37px;
  }
  #SHAPE69 svg:last-child {
    fill: rgba(255, 225, 0, 1);
  }
  #GROUP67 {
    width: 271px;
    height: 30.4211px;
    top: 125.263px;
    left: 9px;
  }
  #LINE70 {
    width: 279px;
    top: 107.368px;
    left: 2px;
  }
  #LINE70 > .ladi-line > .ladi-line-container {
    border-top: 1px solid rgb(136, 14, 8);
    border-right: 1px solid rgb(136, 14, 8);
    border-bottom: 1px solid rgb(136, 14, 8);
    border-left: 0px !important;
  }
  #LINE70 > .ladi-line {
    width: 100%;
    padding: 8px 0px;
  }
  #LINE71 {
    width: 279px;
    top: 55.4737px;
    left: 2px;
  }
  #LINE71 > .ladi-line > .ladi-line-container {
    border-top: 1px solid rgb(136, 14, 8);
    border-right: 1px solid rgb(136, 14, 8);
    border-bottom: 1px solid rgb(136, 14, 8);
    border-left: 0px !important;
  }
  #LINE71 > .ladi-line {
    width: 100%;
    padding: 8px 0px;
  }
  #GROUP60 {
    width: 281px;
    height: 170px;
    top: 726.8px;
    left: 479.5px;
  }
  #IMAGE75 {
    width: 103.574px;
    height: 93.3189px;
    top: 3.14002px;
    left: 0px;
  }
  #IMAGE75 > .ladi-image > .ladi-image-background {
    width: 103.574px;
    height: 93.3189px;
    top: 0px;
    left: 0px;
    background-image: url("../img/quality_mark1-20210219070803.png");
  }
  #IMAGE76 {
    width: 99.6002px;
    height: 99.6px;
    top: 0px;
    left: 122.738px;
  }
  #IMAGE76 > .ladi-image > .ladi-image-background {
    width: 99.6002px;
    height: 99.6px;
    top: 0px;
    left: 0px;
    background-image: url("../img/quality_mark3-20210219070757.png");
  }
  #IMAGE77 {
    width: 95.3702px;
    height: 95.37px;
    top: 3.14002px;
    left: 246.628px;
  }
  #IMAGE77 > .ladi-image > .ladi-image-background {
    width: 95.3702px;
    height: 95.37px;
    top: 0px;
    left: 0px;
    background-image: url("../img/quality_mark2-20210219070750.png");
  }
  #GROUP74 {
    width: 341.999px;
    height: 99.6px;
    top: 797.2px;
    left: 824px;
  }
  #GROUP74.ladi-animation > .ladi-group {
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #HEADLINE78 {
    width: 880px;
    top: 80.25px;
    left: 176.5px;
  }
  #HEADLINE78 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(232, 59, 48);
    font-size: 34px;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE80 {
    width: 437px;
    top: 14.5px;
    left: 78px;
  }
  #HEADLINE80 > .ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 24px;
    line-height: 1.6;
  }
  #IMAGE86 {
    width: 66px;
    height: 66px;
    top: 0px;
    left: 0px;
  }
  #IMAGE86 > .ladi-image > .ladi-image-background {
    width: 66px;
    height: 66px;
    top: 0px;
    left: 0px;
    background-image: url("../img/cham-than-20210305103341.png");
  }
  #HEADLINE96 {
    width: 1016px;
    top: 41.2px;
    left: 103.352px;
  }
  #HEADLINE96 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(0, 0, 0);
    font-size: 32px;
    text-align: center;
    line-height: 1.6;
  }
  #IMAGE97 {
    width: 395.168px;
    height: 416.5px;
    top: 183.4px;
    left: 0px;
  }
  #IMAGE97 > .ladi-image > .ladi-image-background {
    width: 395.168px;
    height: 416.5px;
    top: 0px;
    left: 0px;
    background-image: url("../img/no01-20210305104342.png");
  }
  #IMAGE97 > .ladi-image {
    border-radius: 10px;
  }
  #HEADLINE98 {
    width: 395px;
    top: 624.35px;
    left: 0px;
  }
  #HEADLINE98 > .ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #IMAGE99 {
    width: 363.704px;
    height: 416.5px;
    top: 183.4px;
    left: 429.5px;
  }
  #IMAGE99 > .ladi-image > .ladi-image-background {
    width: 416.5px;
    height: 416.5px;
    top: 0px;
    left: 0px;
    background-image: url("../img/no02-20210305104520.png");
  }
  #IMAGE99 > .ladi-image {
    border-radius: 10px;
  }
  #HEADLINE100 {
    width: 364px;
    top: 624.35px;
    left: 429.5px;
  }
  #HEADLINE100 > .ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE101 {
    width: 395px;
    top: 674.35px;
    left: 0px;
  }
  #HEADLINE101 > .ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE102 {
    width: 364px;
    top: 674.35px;
    left: 429.5px;
  }
  #HEADLINE102 > .ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
  }
  #IMAGE103 {
    width: 377.036px;
    height: 416.5px;
    top: 183.4px;
    left: 822.964px;
  }
  #IMAGE103 > .ladi-image > .ladi-image-background {
    width: 416.499px;
    height: 416.5px;
    top: 0px;
    left: 0px;
    background-image: url("../img/no03-20210305104951.png");
  }
  #IMAGE103 > .ladi-image {
    border-radius: 10px;
  }
  #HEADLINE104 {
    width: 377px;
    top: 626.35px;
    left: 822.964px;
  }
  #HEADLINE104 > .ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE105 {
    width: 377px;
    top: 674.35px;
    left: 822.982px;
  }
  #HEADLINE105 > .ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE106 {
    width: 947px;
    top: 768.35px;
    left: 155px;
  }
  #HEADLINE106 > .ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE107 {
    width: 791px;
    top: 37.4px;
    left: 233px;
  }
  #HEADLINE107 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(255, 199, 42);
    font-size: 35px;
    text-align: center;
    line-height: 1.6;
  }
  #IMAGE108 {
    width: 1026.09px;
    height: 684.4px;
    top: 149.4px;
    left: 115.455px;
  }
  #IMAGE108 > .ladi-image > .ladi-image-background {
    width: 1026.09px;
    height: 684.4px;
    top: 0px;
    left: 0px;
    background-image: url("../img/bieudo-20200916074550.png");
  }
  #HEADLINE109 {
    width: 1155px;
    top: 35.6px;
    left: 30px;
  }
  #HEADLINE109 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 42px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BOX110 {
    width: 420px;
    height: 107.167px;
    top: 0px;
    left: 0px;
  }
  #BOX110 > .ladi-box {
    opacity: 0.74;
    background-color: rgb(0, 0, 0);
  }
  #GROUP111 {
    width: 420px;
    height: 107.167px;
    top: 313.143px;
    left: 0px;
  }
  #BOX113 {
    width: 420px;
    height: 107.167px;
    top: 0px;
    left: 0px;
  }
  #BOX113 > .ladi-box {
    opacity: 0.74;
    background-color: rgb(0, 0, 0);
  }
  #SHAPE115 {
    width: 39.4196px;
    height: 53px;
    top: 0px;
    left: 0px;
  }
  #SHAPE115 svg:last-child {
    fill: rgba(251, 206, 48, 1);
  }
  #HEADLINE116 {
    width: 356px;
    top: 0px;
    left: 47px;
  }
  #HEADLINE116 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 20px;
    line-height: 1.6;
  }
  #GROUP114 {
    width: 402px;
    height: 59px;
    top: 25.083px;
    left: 9px;
  }
  #GROUP112 {
    width: 420px;
    height: 107.167px;
    top: 432.783px;
    left: 0px;
  }
  #BOX118 {
    width: 420px;
    height: 107.167px;
    top: 0px;
    left: 0px;
  }
  #BOX118 > .ladi-box {
    opacity: 0.74;
    background-color: rgb(0, 0, 0);
  }
  #SHAPE120 {
    width: 39.4196px;
    height: 53px;
    top: 0px;
    left: 0px;
  }
  #SHAPE120 svg:last-child {
    fill: rgba(251, 206, 48, 1);
  }
  #HEADLINE121 {
    width: 356px;
    top: 10.5px;
    left: 47px;
  }
  #HEADLINE121 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 20px;
    line-height: 1.6;
  }
  #GROUP119 {
    width: 402px;
    height: 53px;
    top: 25.083px;
    left: 9px;
  }
  #GROUP117 {
    width: 420px;
    height: 107.167px;
    top: 555.783px;
    left: 0px;
  }
  #BOX122 {
    width: 1200px;
    height: 668px;
    top: 42.65px;
    left: 0px;
  }
  #BOX122 > .ladi-box {
    background: #fdfbfb;
    background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
    background: linear-gradient(180deg, #fdfbfb, #eaedee);
  }
  #GROUP123 {
    width: 515px;
    height: 66px;
    top: 224.75px;
    left: 45px;
  }
  #HEADLINE135 {
    width: 437px;
    top: 14.5px;
    left: 78px;
  }
  #HEADLINE135 > .ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 24px;
    line-height: 1.6;
  }
  #IMAGE136 {
    width: 66px;
    height: 66px;
    top: 0px;
    left: 0px;
  }
  #IMAGE136 > .ladi-image > .ladi-image-background {
    width: 66px;
    height: 66px;
    top: 0px;
    left: 0px;
    background-image: url("../img/cham-than-20210305103341.png");
  }
  #GROUP134 {
    width: 515px;
    height: 66px;
    top: 324.833px;
    left: 45px;
  }
  #HEADLINE138 {
    width: 437px;
    top: 0px;
    left: 78px;
  }
  #HEADLINE138 > .ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 24px;
    line-height: 1.6;
  }
  #IMAGE139 {
    width: 66px;
    height: 66px;
    top: 0.5px;
    left: 0px;
  }
  #IMAGE139 > .ladi-image > .ladi-image-background {
    width: 66px;
    height: 66px;
    top: 0px;
    left: 0px;
    background-image: url("../img/cham-than-20210305103341.png");
  }
  #GROUP137 {
    width: 515px;
    height: 75px;
    top: 429.333px;
    left: 45px;
  }
  #HEADLINE141 {
    width: 437px;
    top: 18.5px;
    left: 78px;
  }
  #HEADLINE141 > .ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 24px;
    line-height: 1.6;
  }
  #IMAGE142 {
    width: 66px;
    height: 66px;
    top: 0px;
    left: 0px;
  }
  #IMAGE142 > .ladi-image > .ladi-image-background {
    width: 66px;
    height: 66px;
    top: 0px;
    left: 0px;
    background-image: url("../img/cham-than-20210305103341.png");
  }
  #GROUP140 {
    width: 515px;
    height: 66px;
    top: 534.833px;
    left: 45px;
  }
  #HEADLINE144 {
    width: 437px;
    top: 14.5px;
    left: 78px;
  }
  #HEADLINE144 > .ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 24px;
    line-height: 1.6;
  }
  #IMAGE145 {
    width: 66px;
    height: 66px;
    top: 0px;
    left: 0px;
  }
  #IMAGE145 > .ladi-image > .ladi-image-background {
    width: 66px;
    height: 66px;
    top: 0px;
    left: 0px;
    background-image: url("../img/cham-than-20210305103341.png");
  }
  #GROUP143 {
    width: 515px;
    height: 66px;
    top: 223.75px;
    left: 636.5px;
  }
  #HEADLINE147 {
    width: 437px;
    top: 14.5px;
    left: 78px;
  }
  #HEADLINE147 > .ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 24px;
    line-height: 1.6;
  }
  #IMAGE148 {
    width: 66px;
    height: 66px;
    top: 0px;
    left: 0px;
  }
  #IMAGE148 > .ladi-image > .ladi-image-background {
    width: 66px;
    height: 66px;
    top: 0px;
    left: 0px;
    background-image: url("../img/cham-than-20210305103341.png");
  }
  #GROUP146 {
    width: 515px;
    height: 66px;
    top: 323.833px;
    left: 636.5px;
  }
  #HEADLINE150 {
    width: 437px;
    top: 14.5px;
    left: 78px;
  }
  #HEADLINE150 > .ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 24px;
    line-height: 1.6;
  }
  #IMAGE151 {
    width: 66px;
    height: 66px;
    top: 0px;
    left: 0px;
  }
  #IMAGE151 > .ladi-image > .ladi-image-background {
    width: 66px;
    height: 66px;
    top: 0px;
    left: 0px;
    background-image: url("../img/cham-than-20210305103341.png");
  }
  #GROUP149 {
    width: 515px;
    height: 66px;
    top: 428.333px;
    left: 636.5px;
  }
  #HEADLINE153 {
    width: 437px;
    top: 14.5px;
    left: 78px;
  }
  #HEADLINE153 > .ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 24px;
    line-height: 1.6;
  }
  #IMAGE154 {
    width: 66px;
    height: 66px;
    top: 0px;
    left: 0px;
  }
  #IMAGE154 > .ladi-image > .ladi-image-background {
    width: 66px;
    height: 66px;
    top: 0px;
    left: 0px;
    background-image: url("../img/cham-than-20210305103341.png");
  }
  #GROUP152 {
    width: 515px;
    height: 66px;
    top: 533.833px;
    left: 636.5px;
  }
  #PARAGRAPH155 {
    width: 824px;
    top: 627.5px;
    left: 204.5px;
  }
  #PARAGRAPH155 > .ladi-paragraph {
    color: rgb(0, 0, 0);
    font-size: 24px;
    text-align: center;
    line-height: 1.6;
  }
  #IMAGE156 {
    width: 94.5717px;
    height: 88.805px;
    top: 0px;
    left: 17px;
  }
  #IMAGE156 > .ladi-image > .ladi-image-background {
    width: 734.665px;
    height: 689.867px;
    top: -242.704px;
    left: 0px;
    background-image: url("../img/icon-pack-20210308084441.png");
  }
  #SHAPE157 {
    width: 92px;
    height: 92px;
    top: 9.902px;
    left: 0px;
  }
  #SHAPE157 svg:last-child {
    fill: url("style.css#SHAPE157_desktop_gradient");
  }
  #GROUP158 {
    width: 111.572px;
    height: 101.902px;
    top: 0px;
    left: 167.214px;
  }
  #BOX159 {
    width: 426px;
    height: 210.131px;
    top: 67.869px;
    left: 0px;
  }
  #BOX159 > .ladi-box {
    background-color: rgb(36, 36, 36);
    border-radius: 10px;
  }
  #PARAGRAPH160 {
    width: 407px;
    top: 172.869px;
    left: 12.5px;
  }
  #PARAGRAPH160 > .ladi-paragraph {
    color: rgb(232, 232, 232);
    font-size: 18px;
    line-height: 1.6;
  }
  #PARAGRAPH161 {
    width: 320px;
    top: 119px;
    left: 53.5px;
  }
  #PARAGRAPH161 > .ladi-paragraph {
    color: rgb(232, 232, 232);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP162 {
    width: 426px;
    height: 278px;
    top: 190.531px;
    left: 0px;
  }
  #BOX165 {
    width: 426px;
    height: 230.131px;
    top: 57.967px;
    left: 0px;
  }
  #BOX165 > .ladi-box {
    opacity: 0.65;
    background-color: rgb(36, 36, 36);
    border-radius: 10px;
  }
  #SHAPE167 {
    width: 92px;
    height: 92px;
    top: 0px;
    left: 167.214px;
  }
  #SHAPE167 svg:last-child {
    fill: url("style.css#SHAPE167_desktop_gradient");
  }
  #PARAGRAPH169 {
    width: 407px;
    top: 162.967px;
    left: 12.5px;
  }
  #PARAGRAPH169 > .ladi-paragraph {
    color: rgb(232, 232, 232);
    font-size: 18px;
    line-height: 1.6;
  }
  #PARAGRAPH170 {
    width: 320px;
    top: 109.098px;
    left: 53.5px;
  }
  #PARAGRAPH170 > .ladi-paragraph {
    color: rgb(232, 232, 232);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BOX172 {
    width: 426px;
    height: 241.131px;
    top: 61.3205px;
    left: 0px;
  }
  #BOX172 > .ladi-box {
    background-color: rgb(36, 36, 36);
    border-radius: 10px;
  }
  #SHAPE174 {
    width: 92px;
    height: 92px;
    top: 3.3535px;
    left: 0px;
  }
  #SHAPE174 svg:last-child {
    fill: url("style.css#SHAPE174_desktop_gradient");
  }
  #IMAGE175 {
    width: 94.5717px;
    height: 88.805px;
    top: 0px;
    left: 0px;
  }
  #IMAGE175 > .ladi-image > .ladi-image-background {
    width: 734.665px;
    height: 689.868px;
    top: -258.704px;
    left: -166px;
    background-image: url("../img/icon-pack-20210308084441.png");
  }
  #GROUP173 {
    width: 94.5717px;
    height: 95.3535px;
    top: 0px;
    left: 167.214px;
  }
  #PARAGRAPH176 {
    width: 407px;
    top: 166.321px;
    left: 9.5px;
  }
  #PARAGRAPH176 > .ladi-paragraph {
    color: rgb(232, 232, 232);
    font-size: 18px;
    line-height: 1.6;
  }
  #PARAGRAPH177 {
    width: 320px;
    top: 112.451px;
    left: 53.5px;
  }
  #PARAGRAPH177 > .ladi-paragraph {
    color: rgb(232, 232, 232);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP171 {
    width: 426px;
    height: 302.452px;
    top: 525.6px;
    left: 0px;
  }
  #BOX179 {
    width: 426px;
    height: 230.131px;
    top: 57.967px;
    left: 0px;
  }
  #BOX179 > .ladi-box {
    opacity: 0.65;
    background-color: rgb(36, 36, 36);
    border-radius: 10px;
  }
  #SHAPE181 {
    width: 92px;
    height: 92px;
    top: 0px;
    left: 167.214px;
  }
  #SHAPE181 svg:last-child {
    fill: url("style.css#SHAPE181_desktop_gradient");
  }
  #PARAGRAPH183 {
    width: 407px;
    top: 162.967px;
    left: 9.5px;
  }
  #PARAGRAPH183 > .ladi-paragraph {
    color: rgb(232, 232, 232);
    font-size: 18px;
    line-height: 1.6;
  }
  #PARAGRAPH184 {
    width: 320px;
    top: 109.098px;
    left: 53.5px;
  }
  #PARAGRAPH184 > .ladi-paragraph {
    color: rgb(232, 232, 232);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BOX186 {
    width: 426px;
    height: 187.131px;
    top: 57.967px;
    left: 0px;
  }
  #BOX186 > .ladi-box {
    opacity: 0.65;
    background-color: rgb(36, 36, 36);
    border-radius: 10px;
  }
  #SHAPE188 {
    width: 92px;
    height: 92px;
    top: 0px;
    left: 167.214px;
  }
  #SHAPE188 svg:last-child {
    fill: url("style.css#SHAPE188_desktop_gradient");
  }
  #PARAGRAPH190 {
    width: 407px;
    top: 162.967px;
    left: 9.5px;
  }
  #PARAGRAPH190 > .ladi-paragraph {
    color: rgb(232, 232, 232);
    font-size: 18px;
    line-height: 1.6;
  }
  #PARAGRAPH191 {
    width: 320px;
    top: 109.098px;
    left: 53.5px;
  }
  #PARAGRAPH191 > .ladi-paragraph {
    color: rgb(232, 232, 232);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #SECTION192 {
    height: 709.9px;
  }
  #SECTION192 > .ladi-section-background {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("../img/bg-history-20210308095728.jpg");
    background-position: center top;
    background-repeat: repeat;
  }
  #PARAGRAPH193 {
    width: 1088px;
    top: 28.633px;
    left: 56.5px;
  }
  #PARAGRAPH193 > .ladi-paragraph {
    color: rgb(0, 0, 0);
    font-size: 37px;
    text-align: center;
    line-height: 1.6;
  }
  #PARAGRAPH194 {
    width: 584px;
    top: 190.633px;
    left: 0px;
  }
  #PARAGRAPH194 > .ladi-paragraph {
    color: rgb(0, 0, 0);
    font-size: 20px;
    line-height: 1.6;
  }
  #PARAGRAPH195 {
    width: 1080px;
    top: 33.9px;
    left: 60px;
  }
  #PARAGRAPH195 > .ladi-paragraph {
    color: rgb(0, 0, 0);
    font-size: 40px;
    text-align: center;
    line-height: 1.6;
  }
  #IMAGE196 {
    width: 337.733px;
    height: 811.043px;
    top: 263.757px;
    left: 443px;
  }
  #IMAGE196 > .ladi-image > .ladi-image-background {
    width: 337.733px;
    height: 811.043px;
    top: 0px;
    left: 0px;
    background-image: url("../img/penis-20210308101120.png");
  }
  #BOX197 {
    width: 236px;
    height: 236px;
    top: 313.757px;
    left: 197.133px;
  }
  #BOX197 > .ladi-box {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("../img/nhan-sam-20200717085710.png");
    background-position: center top;
    background-repeat: repeat;
    border-radius: 400px;
  }
  #BOX197 > .ladi-box:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  #IMAGE198 {
    width: 265.163px;
    height: 219.741px;
    top: 400.53px;
    left: 279.164px;
  }
  #IMAGE198 > .ladi-image > .ladi-image-background {
    width: 265.163px;
    height: 219.741px;
    top: 0px;
    left: 0px;
    background-image: url("../img/arrow-white-01-20210308101717.png");
  }
  #HEADLINE200 {
    width: 335px;
    top: 0px;
    left: 22px;
  }
  #HEADLINE200 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(0, 0, 0);
    font-size: 27px;
    text-align: right;
    line-height: 1.6;
  }
  #HEADLINE201 {
    width: 356px;
    top: 53px;
    left: 0px;
  }
  #HEADLINE201 > .ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 24px;
    text-align: right;
    line-height: 1.4;
  }
  #GROUP199 {
    width: 357px;
    height: 120px;
    top: 351.257px;
    left: -182px;
  }
  #BOX202 {
    width: 240.867px;
    height: 240.867px;
    top: 725.4px;
    left: 202.133px;
  }
  #BOX202 > .ladi-box {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("../img/photo-2-20201107084841.jpg");
    background-position: center top;
    background-repeat: repeat;
    border-radius: 400px;
  }
  #BOX202 > .ladi-box:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  #IMAGE203 {
    width: 277.415px;
    height: 118.255px;
    top: 786.706px;
    left: 273.038px;
  }
  #IMAGE203 > .ladi-image > .ladi-image-background {
    width: 277.415px;
    height: 137.674px;
    top: 0px;
    left: 0px;
    background-image: url("../img/arrow-white-05-20210308102115.png");
  }
  #HEADLINE205 {
    width: 278px;
    top: 0px;
    left: 78px;
  }
  #HEADLINE205 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(0, 0, 0);
    font-size: 27px;
    text-align: right;
    line-height: 1.6;
  }
  #HEADLINE206 {
    width: 356px;
    top: 61px;
    left: 0px;
  }
  #HEADLINE206 > .ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 24px;
    text-align: right;
    line-height: 1.4;
  }
  #GROUP204 {
    width: 356px;
    height: 162px;
    top: 737.4px;
    left: -183px;
  }
  #BOX207 {
    width: 235.871px;
    height: 235.871px;
    top: 400.53px;
    left: 778.235px;
  }
  #BOX207 > .ladi-box {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("../img/hat-de-ngua-2-20200713105701.jpg");
    background-position: center top;
    background-repeat: repeat;
    border-radius: 400px;
  }
  #BOX207 > .ladi-box:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  #IMAGE208 {
    width: 236.098px;
    height: 252px;
    top: 377.757px;
    left: 651.5px;
  }
  #IMAGE208 > .ladi-image > .ladi-image-background {
    width: 236.098px;
    height: 252px;
    top: 0px;
    left: 0px;
    background-image: url("../img/arrow-white-02-20210308102542.png");
  }
  #HEADLINE210 {
    width: 356px;
    top: 0px;
    left: 0px;
  }
  #HEADLINE210 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(0, 0, 0);
    font-size: 27px;
    text-align: left;
    line-height: 1.6;
  }
  #HEADLINE211 {
    width: 356px;
    top: 48px;
    left: 0px;
  }
  #HEADLINE211 > .ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 24px;
    text-align: left;
    line-height: 1.4;
  }
  #GROUP209 {
    width: 356px;
    height: 216px;
    top: 440.465px;
    left: 1045px;
  }
  #BOX212 {
    width: 240.867px;
    height: 240.867px;
    top: 773.533px;
    left: 778.235px;
  }
  #BOX212 > .ladi-box {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("../img/chiet-xuat-la-damiana-20200911072014.jpg");
    background-position: center top;
    background-repeat: repeat;
    border-radius: 400px;
  }
  #BOX212 > .ladi-box:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  #IMAGE213 {
    width: 287.925px;
    height: 118.255px;
    top: 866.706px;
    left: 642.863px;
  }
  #IMAGE213 > .ladi-image > .ladi-image-background {
    width: 287.925px;
    height: 118.255px;
    top: 0px;
    left: 0px;
    background-image: url("../img/arrow-white-06-20210308102804.png");
  }
  #HEADLINE215 {
    width: 356px;
    top: 0px;
    left: 0px;
  }
  #HEADLINE215 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(0, 0, 0);
    font-size: 27px;
    text-align: left;
    line-height: 1.6;
  }
  #HEADLINE216 {
    width: 356px;
    top: 50px;
    left: 0px;
  }
  #HEADLINE216 > .ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 24px;
    text-align: left;
    line-height: 1.4;
  }
  #GROUP214 {
    width: 356px;
    height: 151px;
    top: 826.961px;
    left: 1045px;
  }
  #SECTION218 {
    height: 956.4px;
  }
  #SECTION218 > .ladi-section-background {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("../img/bg-reviews-20210308104543.jpg");
    background-position: center top;
    background-repeat: repeat;
  }
  #SECTION219 {
    height: 673px;
  }
  #SECTION219 > .ladi-section-background {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("../img/bg-work-20210308103128.jpg");
    background-position: center top;
    background-repeat: repeat;
  }
  #PARAGRAPH220 {
    width: 1080px;
    top: 47.35px;
    left: 60px;
  }
  #PARAGRAPH220 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 40px;
    text-align: center;
    line-height: 1.6;
  }
  #IMAGE224 {
    width: 99.896px;
    height: 93.805px;
    top: 292.948px;
    left: 337.13px;
  }
  #IMAGE224 > .ladi-image > .ladi-image-background {
    width: 697.953px;
    height: 655.395px;
    top: -256.897px;
    left: -385.345px;
    background-image: url("../img/icon-pack-20210308103357.png");
  }
  #IMAGE225 {
    width: 99.896px;
    height: 93.805px;
    top: 292.948px;
    left: 757.052px;
  }
  #IMAGE225 > .ladi-image > .ladi-image-background {
    width: 697.953px;
    height: 655.395px;
    top: -256.897px;
    left: -385.345px;
    background-image: url("../img/icon-pack-20210308103357.png");
  }
  #IMAGE226 {
    width: 217.587px;
    height: 219px;
    top: 230.351px;
    left: 77px;
  }
  #IMAGE226 > .ladi-image > .ladi-image-background {
    width: 217.587px;
    height: 219px;
    top: 0px;
    left: 0px;
    background-image: url("../img/easy01-20210308103517.png");
  }
  #IMAGE227 {
    width: 216.193px;
    height: 217.597px;
    top: 231.053px;
    left: 491.904px;
  }
  #IMAGE227 > .ladi-image > .ladi-image-background {
    width: 216.193px;
    height: 217.597px;
    top: 0px;
    left: 0px;
    background-image: url("../img/easy02-20210308103613.png");
  }
  #IMAGE228 {
    width: 211.922px;
    height: 213.298px;
    top: 233.202px;
    left: 897.788px;
  }
  #IMAGE228 > .ladi-image > .ladi-image-background {
    width: 211.922px;
    height: 213.298px;
    top: 0px;
    left: 0px;
    background-image: url("../img/easy03-20210308103613.png");
  }
  #PARAGRAPH229 {
    width: 213px;
    top: 472.85px;
    left: 79.2935px;
  }
  #PARAGRAPH229 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
  }
  #PARAGRAPH230 {
    width: 213px;
    top: 472.85px;
    left: 493.5px;
  }
  #PARAGRAPH230 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
  }
  #PARAGRAPH231 {
    width: 213px;
    top: 472.85px;
    left: 897.788px;
  }
  #PARAGRAPH231 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
  }
  #SECTION232 {
    height: 445px;
  }
  #SECTION232 > .ladi-section-background {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("../img/bg-easy-20210308103849.jpg");
    background-position: center top;
    background-repeat: repeat;
  }
  #PARAGRAPH233 {
    width: 1080px;
    top: 35.1px;
    left: 60px;
  }
  #PARAGRAPH233 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 53px;
    text-align: center;
    line-height: 1.6;
  }
  #IMAGE234 {
    width: 85.883px;
    height: 139.805px;
    top: 0px;
    left: 95.0585px;
  }
  #IMAGE234 > .ladi-image > .ladi-image-background {
    width: 850.588px;
    height: 798.725px;
    top: -466.652px;
    left: 0px;
    background-image: url("../img/icon-pack-20210308104014.png");
  }
  #PARAGRAPH235 {
    width: 256px;
    top: 154.503px;
    left: 0px;
  }
  #PARAGRAPH235 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
  }
  #IMAGE236 {
    width: 135.883px;
    height: 139.805px;
    top: 0px;
    left: 60.058px;
  }
  #IMAGE236 > .ladi-image > .ladi-image-background {
    width: 850.588px;
    height: 798.723px;
    top: -460.652px;
    left: -154px;
    background-image: url("../img/icon-pack-20210308104014.png");
  }
  #PARAGRAPH237 {
    width: 256px;
    top: 154.503px;
    left: 0px;
  }
  #PARAGRAPH237 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP238 {
    width: 256px;
    height: 240.503px;
    top: 159.597px;
    left: 483px;
  }
  #GROUP239 {
    width: 256px;
    height: 240.503px;
    top: 159.597px;
    left: 79.2935px;
  }
  #IMAGE241 {
    width: 135.883px;
    height: 139.805px;
    top: 0px;
    left: 60.058px;
  }
  #IMAGE241 > .ladi-image > .ladi-image-background {
    width: 850.588px;
    height: 798.723px;
    top: -461.652px;
    left: -357px;
    background-image: url("../img/icon-pack-20210308104014.png");
  }
  #PARAGRAPH242 {
    width: 256px;
    top: 154.503px;
    left: 0px;
  }
  #PARAGRAPH242 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP240 {
    width: 256px;
    height: 240.503px;
    top: 159.597px;
    left: 854.788px;
  }
  #PARAGRAPH243 {
    width: 1080px;
    top: 32.1px;
    left: 78px;
  }
  #PARAGRAPH243 > .ladi-paragraph {
    color: rgb(0, 0, 0);
    font-size: 53px;
    text-align: center;
    line-height: 1.6;
  }
  #IMAGE245 {
    width: 219.526px;
    height: 212px;
    top: 0px;
    left: 0px;
  }
  #IMAGE245 > .ladi-image > .ladi-image-background {
    width: 219.526px;
    height: 212px;
    top: 0px;
    left: 0px;
    background-image: url("../img/photo01-20210308104916.png");
  }
  #PARAGRAPH246 {
    width: 643px;
    top: 31px;
    left: 262.5px;
  }
  #PARAGRAPH246 > .ladi-paragraph {
    color: rgb(0, 0, 0);
    font-size: 19px;
    line-height: 1.6;
  }
  #GROUP247 {
    width: 905.5px;
    height: 212px;
    top: 146.2px;
    left: 149.5px;
  }
  #IMAGE249 {
    width: 219.526px;
    height: 212px;
    top: 0px;
    left: 0px;
  }
  #IMAGE249 > .ladi-image > .ladi-image-background {
    width: 219.526px;
    height: 212px;
    top: 0px;
    left: 0px;
    background-image: url("../img/photo03-20210308105300.png");
  }
  #PARAGRAPH250 {
    width: 643px;
    top: 31px;
    left: 262.5px;
  }
  #PARAGRAPH250 > .ladi-paragraph {
    color: rgb(0, 0, 0);
    font-size: 19px;
    line-height: 1.6;
  }
  #GROUP248 {
    width: 905.5px;
    height: 212px;
    top: 423.1px;
    left: 149.5px;
  }
  #IMAGE252 {
    width: 219.526px;
    height: 212px;
    top: 0px;
    left: 0px;
  }
  #IMAGE252 > .ladi-image > .ladi-image-background {
    width: 219.526px;
    height: 212px;
    top: 0px;
    left: 0px;
    background-image: url("../img/photo02-20210308105431.png");
  }
  #PARAGRAPH253 {
    width: 643px;
    top: 31px;
    left: 262.5px;
  }
  #PARAGRAPH253 > .ladi-paragraph {
    color: rgb(0, 0, 0);
    font-size: 19px;
    line-height: 1.6;
  }
  #GROUP251 {
    width: 905.5px;
    height: 212px;
    top: 695.1px;
    left: 149.5px;
  }
  #SECTION254 {
    height: 736px;
  }
  #SECTION254 > .ladi-section-background {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("../img/bg-change-20210308105553.jpg");
    background-position: center top;
    background-repeat: repeat;
  }
  #PARAGRAPH256 {
    width: 1120px;
    top: 36.7px;
    left: 40px;
  }
  #PARAGRAPH256 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 53px;
    text-align: center;
    line-height: 1.6;
  }
  #IMAGE257 {
    width: 111.847px;
    height: 93.805px;
    top: 0px;
    left: 0px;
  }
  #IMAGE257 > .ladi-image > .ladi-image-background {
    width: 842.976px;
    height: 791.575px;
    top: 0px;
    left: -731.131px;
    background-image: url("../img/icon-pack-20210308105758.png");
  }
  #PARAGRAPH259 {
    width: 469px;
    top: 11.569px;
    left: 137.5px;
  }
  #PARAGRAPH259 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 22px;
    line-height: 1.6;
  }
  #GROUP260 {
    width: 606.5px;
    height: 93.805px;
    top: 253.631px;
    left: 12px;
  }
  #IMAGE262 {
    width: 111.847px;
    height: 93.805px;
    top: 0px;
    left: 0px;
  }
  #IMAGE262 > .ladi-image > .ladi-image-background {
    width: 842.976px;
    height: 791.575px;
    top: 0px;
    left: -731.131px;
    background-image: url("../img/icon-pack-20210308105758.png");
  }
  #PARAGRAPH263 {
    width: 469px;
    top: 11.569px;
    left: 137.5px;
  }
  #PARAGRAPH263 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 22px;
    line-height: 1.6;
  }
  #GROUP261 {
    width: 606.5px;
    height: 93.805px;
    top: 340.298px;
    left: 12px;
  }
  #IMAGE265 {
    width: 111.847px;
    height: 93.805px;
    top: 5px;
    left: 0px;
  }
  #IMAGE265 > .ladi-image > .ladi-image-background {
    width: 842.976px;
    height: 791.575px;
    top: 0px;
    left: -731.131px;
    background-image: url("../img/icon-pack-20210308105758.png");
  }
  #PARAGRAPH266 {
    width: 991px;
    top: 0px;
    left: 137.5px;
  }
  #PARAGRAPH266 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 22px;
    line-height: 1.6;
  }
  #GROUP264 {
    width: 1128.5px;
    height: 98.805px;
    top: 429.7px;
    left: 10px;
  }
  #IMAGE268 {
    width: 111.847px;
    height: 93.805px;
    top: 0px;
    left: 0px;
  }
  #IMAGE268 > .ladi-image > .ladi-image-background {
    width: 842.976px;
    height: 791.575px;
    top: 0px;
    left: -731.131px;
    background-image: url("../img/icon-pack-20210308105758.png");
  }
  #PARAGRAPH269 {
    width: 759px;
    top: 11.569px;
    left: 137.5px;
  }
  #PARAGRAPH269 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 22px;
    line-height: 1.6;
  }
  #GROUP267 {
    width: 896.5px;
    height: 93.805px;
    top: 526.7px;
    left: 10px;
  }
  #IMAGE271 {
    width: 111.847px;
    height: 93.805px;
    top: 0px;
    left: 0px;
  }
  #IMAGE271 > .ladi-image > .ladi-image-background {
    width: 842.976px;
    height: 791.575px;
    top: 0px;
    left: -731.131px;
    background-image: url("../img/icon-pack-20210308105758.png");
  }
  #PARAGRAPH272 {
    width: 915px;
    top: 11.569px;
    left: 137.5px;
  }
  #PARAGRAPH272 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 22px;
    line-height: 1.6;
  }
  #GROUP270 {
    width: 1052.5px;
    height: 93.805px;
    top: 622.7px;
    left: 10px;
  }
  #IMAGE276 {
    width: 418.304px;
    height: 512.657px;
    top: 375.8px;
    left: 440px;
  }
  #IMAGE276 > .ladi-image > .ladi-image-background {
    width: 418.304px;
    height: 512.657px;
    top: 0px;
    left: 0px;
    background-image: url("../img/mencore_decor-20210205024136-20210301031908.png");
  }
  #BOX278 {
    width: 318px;
    height: 457.6px;
    top: 0px;
    left: 13px;
  }
  #BOX278 > .ladi-box {
    background-color: rgb(65, 6, 4);
    border-radius: 20px;
  }
  #BOX279 {
    width: 317px;
    height: 72.8px;
    top: 0px;
    left: 13px;
  }
  #BOX279 > .ladi-box {
    background-color: rgb(136, 14, 8);
    border-radius: 15px 15px 0px 0px;
  }
  #PARAGRAPH280 {
    width: 273px;
    top: 31.28px;
    left: 40px;
  }
  #PARAGRAPH280 > .ladi-paragraph {
    font-family: "Roboto Slab", serif;
    color: rgb(255, 254, 33);
    font-size: 19px;
    font-weight: bold;
    text-align: left;
    line-height: 1.6;
  }
  #PARAGRAPH281 {
    width: 249px;
    top: 8.32px;
    left: 42.8954px;
  }
  #PARAGRAPH281 > .ladi-paragraph {
    font-family: "SourceSansPro-Light.ttf";
    text-decoration-line: line-through;
    -webkit-text-decoration-line: line-through;
    color: rgb(232, 232, 232);
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON_TEXT283 {
    width: 249px;
    top: 8.0572px;
    left: 0px;
  }
  #BUTTON_TEXT283 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON283 {
    width: 248.793px;
    height: 51.0289px;
    top: 170.647px;
    left: 0.703056px;
  }
  #BUTTON283 > .ladi-button > .ladi-button-background {
    background: rgba(255, 68, 59, 1);
    background: -webkit-linear-gradient(
      180deg,
      rgba(255, 68, 59, 1),
      rgba(120, 6, 1, 1)
    );
    background: linear-gradient(
      180deg,
      rgba(255, 68, 59, 1),
      rgba(120, 6, 1, 1)
    );
  }
  #BUTTON283 > .ladi-button {
    border-radius: 12px;
  }
  #BUTTON283.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_ITEM285 {
    width: 250.342px;
    height: 45.6576px;
    top: 20px;
    left: 0px;
  }
  #FORM_ITEM286 {
    width: 250.342px;
    height: 47.4479px;
    top: 100.9281px;
    left: 0px;
  }
  #FORM282 {
    width: 250.342px;
    height: 168.676px;
    top: 180.622px;
    left: 42.192px;
  }
  #FORM282 > .ladi-form {
    color: rgb(212, 212, 212);
    font-size: 15px;
    line-height: 1.6;
  }
  #FORM282 > .ladi-form label[for="phone"] {
    top: 80px;
  }
  #FORM282 .ladi-form-item .ladi-form-control::placeholder,
  #FORM282
    .ladi-form
    .ladi-form-item
    .ladi-form-control-select[data-selected=""],
  #FORM282
    .ladi-form
    .ladi-form-item.ladi-form-checkbox
    .ladi-form-checkbox-item
    span[data-checked="false"] {
    color: rgba(212, 212, 212, 1);
  }
  #FORM282 .ladi-form-item {
    padding-left: 10px;
    padding-right: 10px;
  }
  #FORM282 .ladi-form-item.ladi-form-checkbox {
    padding-left: 15px;
    padding-right: 15px;
  }
  #FORM282 .ladi-form-item-container {
    border-style: solid;
    border-color: rgb(122, 7, 7);
    border-width: 2px;
    border-radius: 13px;
  }
  #FORM282 .ladi-form-item-container .ladi-form-quantity button {
    background-color: rgb(122, 7, 7);
  }
  #FORM282 .ladi-form-item-background {
    background-color: rgb(24, 3, 3);
    border-radius: 11px;
  }
  #PARAGRAPH287 {
    width: 280px;
    top: 80.056px;
    left: 30px;
  }
  #PARAGRAPH287 > .ladi-paragraph {
    font-family: "SourceSansPro-Bold.ttf";
    color: rgb(255, 255, 255);
    font-size: 17px;
    text-align: center;
    line-height: 1.6;
  }
  #COUNTDOWN_ITEM289 {
    visibility: hidden;
    pointer-events: none;
  }
  #COUNTDOWN288 {
    width: 269.882px;
    height: 50.255px;
    top: 116.742px;
    left: 30px;
  }
  #COUNTDOWN288 > .ladi-countdown {
    font-family: "Roboto Slab", serif;
    color: rgb(255, 255, 255);
    font-size: 40px;
    font-weight: bold;
    text-align: center;
  }
  #COUNTDOWN288 > .ladi-countdown > .ladi-element {
    width: calc((100% - 10px * 3) / 4);
    margin-right: 10px;
    height: 100%;
  }
  #COUNTDOWN288 > .ladi-countdown .ladi-countdown-background {
    background-color: rgb(173, 30, 23);
    border-radius: 9px;
  }
  #PARAGRAPH293 {
    width: 260px;
    top: 420px;
    left: 40px;
  }
  #PARAGRAPH293 > .ladi-paragraph {
    font-family: "SourceSansPro-Regular.ttf";
    color: rgb(255, 255, 255);
    font-size: 13px;
    text-align: center;
    line-height: 1.6;
  }
  #PARAGRAPH294 {
    width: 260px;
    top: 395.2px;
    left: 40px;
  }
  #PARAGRAPH294 > .ladi-paragraph {
    font-family: "SourceSansPro-Regular.ttf";
    color: rgb(255, 255, 255);
    font-size: 13px;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP277 {
    width: 331px;
    height: 457.6px;
    top: 376.143px;
    left: 835.499px;
  }
  #BOX296 {
    width: 280px;
    height: 170px;
    top: 0px;
    left: 0px;
  }
  #BOX296 > .ladi-box {
    background-color: rgb(89, 27, 24);
    border-style: solid;
    border-color: rgb(255, 156, 1);
    border-width: 2px;
    border-radius: 20px;
  }
  #BOX297 {
    width: 276px;
    height: 60.4044px;
    top: 2.68421px;
    left: 2px;
  }
  #BOX297 > .ladi-box {
    background-color: rgb(136, 15, 9);
    border-color: rgb(69, 182, 255);
    border-width: 4px;
    border-radius: 20px 20px 0px 0px;
  }
  #HEADLINE298 {
    width: 280px;
    top: 17.8947px;
    left: 0px;
  }
  #HEADLINE298 > .ladi-headline {
    font-family: "SourceSansPro-Black.ttf";
    color: rgb(255, 255, 255);
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE300 {
    width: 271px;
    top: 0px;
    left: 0px;
  }
  #HEADLINE300 > .ladi-headline {
    font-family: "SourceSansPro-Black.ttf";
    color: rgb(255, 255, 255);
    font-size: 22px;
    text-align: center;
    line-height: 1.6;
  }
  #SHAPE301 {
    width: 17.552px;
    height: 17.8948px;
    top: 6.26317px;
    left: 38px;
  }
  #SHAPE301 svg:last-child {
    fill: rgba(255, 225, 0, 1);
  }
  #GROUP299 {
    width: 271px;
    height: 30.4211px;
    top: 74.2632px;
    left: 9px;
  }
  #HEADLINE303 {
    width: 271px;
    top: 0px;
    left: 0px;
  }
  #HEADLINE303 > .ladi-headline {
    font-family: "SourceSansPro-Black.ttf";
    color: rgb(255, 255, 255);
    font-size: 22px;
    text-align: center;
    line-height: 1.6;
  }
  #SHAPE304 {
    width: 17.552px;
    height: 17.8948px;
    top: 6.26317px;
    left: 37px;
  }
  #SHAPE304 svg:last-child {
    fill: rgba(255, 225, 0, 1);
  }
  #GROUP302 {
    width: 271px;
    height: 30.4211px;
    top: 125.263px;
    left: 9px;
  }
  #LINE305 {
    width: 279px;
    top: 107.368px;
    left: 2px;
  }
  #LINE305 > .ladi-line > .ladi-line-container {
    border-top: 1px solid rgb(136, 14, 8);
    border-right: 1px solid rgb(136, 14, 8);
    border-bottom: 1px solid rgb(136, 14, 8);
    border-left: 0px !important;
  }
  #LINE305 > .ladi-line {
    width: 100%;
    padding: 8px 0px;
  }
  #LINE306 {
    width: 279px;
    top: 55.4737px;
    left: 2px;
  }
  #LINE306 > .ladi-line > .ladi-line-container {
    border-top: 1px solid rgb(136, 14, 8);
    border-right: 1px solid rgb(136, 14, 8);
    border-bottom: 1px solid rgb(136, 14, 8);
    border-left: 0px !important;
  }
  #LINE306 > .ladi-line {
    width: 100%;
    padding: 8px 0px;
  }
  #GROUP295 {
    width: 280px;
    height: 170px;
    top: 795.8px;
    left: 50px;
  }
  #IMAGE308 {
    width: 103.574px;
    height: 93.3189px;
    top: 3.14002px;
    left: 0px;
  }
  #IMAGE308 > .ladi-image > .ladi-image-background {
    width: 103.574px;
    height: 93.3189px;
    top: 0px;
    left: 0px;
    background-image: url("../img/quality_mark1-20210219070803.png");
  }
  #IMAGE309 {
    width: 99.6002px;
    height: 99.6px;
    top: 0px;
    left: 122.738px;
  }
  #IMAGE309 > .ladi-image > .ladi-image-background {
    width: 99.6002px;
    height: 99.6px;
    top: 0px;
    left: 0px;
    background-image: url("../img/quality_mark3-20210219070757.png");
  }
  #IMAGE310 {
    width: 95.3702px;
    height: 95.37px;
    top: 3.14002px;
    left: 246.628px;
  }
  #IMAGE310 > .ladi-image > .ladi-image-background {
    width: 95.3702px;
    height: 95.37px;
    top: 0px;
    left: 0px;
    background-image: url("../img/quality_mark2-20210219070750.png");
  }
  #GROUP307 {
    width: 341.999px;
    height: 99.6px;
    top: 875.8px;
    left: 830px;
  }
  #GROUP307.ladi-animation > .ladi-group {
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #BOX312 {
    width: 420px;
    height: 107.167px;
    top: 0px;
    left: 0px;
  }
  #BOX312 > .ladi-box {
    opacity: 0.74;
    background-color: rgb(0, 0, 0);
  }
  #SHAPE314 {
    width: 39.4196px;
    height: 53px;
    top: 0px;
    left: 0px;
  }
  #SHAPE314 svg:last-child {
    fill: rgba(251, 206, 48, 1);
  }
  #HEADLINE315 {
    width: 355px;
    top: 0px;
    left: 47px;
  }
  #HEADLINE315 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 20px;
    line-height: 1.6;
  }
  #GROUP313 {
    width: 402px;
    height: 59px;
    top: 5.083px;
    left: 9px;
  }
  #GROUP311 {
    width: 420px;
    height: 107.167px;
    top: 376.143px;
    left: 0px;
  }
  #BOX317 {
    width: 420px;
    height: 107.167px;
    top: 0px;
    left: 0px;
  }
  #BOX317 > .ladi-box {
    opacity: 0.74;
    background-color: rgb(0, 0, 0);
  }
  #SHAPE319 {
    width: 39.4196px;
    height: 53px;
    top: 0px;
    left: 0px;
  }
  #SHAPE319 svg:last-child {
    fill: rgba(251, 206, 48, 1);
  }
  #HEADLINE320 {
    width: 356px;
    top: 0px;
    left: 47px;
  }
  #HEADLINE320 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 20px;
    line-height: 1.6;
  }
  #GROUP318 {
    width: 402px;
    height: 59px;
    top: 25.083px;
    left: 9px;
  }
  #GROUP316 {
    width: 420px;
    height: 107.167px;
    top: 498.463px;
    left: 0px;
  }
  #BOX322 {
    width: 420px;
    height: 107.167px;
    top: 0px;
    left: 0px;
  }
  #BOX322 > .ladi-box {
    opacity: 0.74;
    background-color: rgb(0, 0, 0);
  }
  #SHAPE324 {
    width: 39.4196px;
    height: 53px;
    top: 0px;
    left: 0px;
  }
  #SHAPE324 svg:last-child {
    fill: rgba(251, 206, 48, 1);
  }
  #HEADLINE325 {
    width: 356px;
    top: 10.5px;
    left: 47px;
  }
  #HEADLINE325 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 20px;
    line-height: 1.6;
  }
  #GROUP323 {
    width: 402px;
    height: 53px;
    top: 25.083px;
    left: 9px;
  }
  #GROUP321 {
    width: 420px;
    height: 107.167px;
    top: 620.783px;
    left: 0px;
  }
  #SECTION273 {
    height: 1007.2px;
  }
  #SECTION273 > .ladi-section-background {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("../img/bg-bottom-20210309022924.jpg");
    background-position: center top;
    background-repeat: no-repeat;
  }
  #SECTION329 {
    height: 474.9px;
  }
  #SECTION329 > .ladi-section-background {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("../img/bg-order-20210309021809.jpg");
    background-position: center top;
    background-repeat: repeat;
  }
  #PARAGRAPH330 {
    width: 1120px;
    top: 27.2px;
    left: 40px;
  }
  #PARAGRAPH330 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 43px;
    text-align: center;
    line-height: 1.6;
  }
  #IMAGE331 {
    width: 121.598px;
    height: 150.805px;
    top: 0px;
    left: 60.902px;
  }
  #IMAGE331 > .ladi-image > .ladi-image-background {
    width: 925.281px;
    height: 868.858px;
    top: -718.056px;
    left: 0px;
    background-image: url("../img/icon-pack-20210309022007.png");
  }
  #PARAGRAPH332 {
    width: 229px;
    top: 222.402px;
    left: 0px;
  }
  #PARAGRAPH332 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 22px;
    text-align: center;
    line-height: 1.6;
  }
  #PARAGRAPH333 {
    width: 340px;
    top: 165.902px;
    left: -55.5px;
  }
  #PARAGRAPH333 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 25px;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP334 {
    width: 229px;
    height: 291.402px;
    top: 108.298px;
    left: 16.098px;
  }
  #IMAGE336 {
    width: 121.598px;
    height: 150.805px;
    top: 0px;
    left: 60.902px;
  }
  #IMAGE336 > .ladi-image > .ladi-image-background {
    width: 925.281px;
    height: 868.861px;
    top: -718.056px;
    left: -163px;
    background-image: url("../img/icon-pack-20210309022007.png");
  }
  #PARAGRAPH337 {
    width: 229px;
    top: 222.402px;
    left: 0px;
  }
  #PARAGRAPH337 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 22px;
    text-align: center;
    line-height: 1.6;
  }
  .ttt {
    width:136px!important;
    top: 165.902px!important;
  }
  #PARAGRAPH338 {
    width: 836px;
    top: 108.902px;
    left: 46.5px;
  }
  #PARAGRAPH338 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 25px;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP335 {
    width: 229px;
    height: 326.402px;
    top: 108.298px;
    left: 323.899px;
  }
  #IMAGE340 {
    width: 136.098px;
    height: 150.805px;
    top: 0px;
    left: 46.451px;
  }
  #IMAGE340 > .ladi-image > .ladi-image-background {
    width: 925.281px;
    height: 868.861px;
    top: -718.056px;
    left: -328px;
    background-image: url("../img/icon-pack-20210309022007.png");
  }
  #PARAGRAPH341 {
    width: 229px;
    top: 222.402px;
    left: 0px;
  }
  #PARAGRAPH341 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 22px;
    text-align: center;
    line-height: 1.6;
  }
  #PARAGRAPH342 {
    width: 165px;
    top: 165.902px;
    left: 27px;
  }
  #PARAGRAPH342 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 25px;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP339 {
    width: 229px;
    height: 326.402px;
    top: 108.298px;
    left: 636.699px;
  }
  #IMAGE344 {
    width: 121.598px;
    height: 150.805px;
    top: 0px;
    left: 60.902px;
  }
  #IMAGE344 > .ladi-image > .ladi-image-background {
    width: 925.281px;
    height: 868.861px;
    top: -718.056px;
    left: -487px;
    background-image: url("../img/icon-pack-20210309022007.png");
  }
  #PARAGRAPH345 {
    width: 229px;
    top: 222.402px;
    left: 0px;
  }
  #PARAGRAPH345 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 22px;
    text-align: center;
    line-height: 1.6;
  }
  #PARAGRAPH346 {
    width: 136px;
    top: 167.902px;
    left: 46.5px;
  }
  #PARAGRAPH346 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 25px;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP343 {
    width: 229px;
    height: 326.402px;
    top: 108.298px;
    left: 939.5px;
  }
  #IMAGE347 {
    width: 80.9266px;
    height: 127.805px;
    top: 156.097px;
    left: 245.098px;
  }
  #IMAGE347 > .ladi-image > .ladi-image-background {
    width: 796.829px;
    height: 748.242px;
    top: -276.499px;
    left: -682.818px;
    background-image: url("../img/icon-pack-20210309022007.png");
  }
  #IMAGE348 {
    width: 80.9266px;
    height: 127.805px;
    top: 156.097px;
    left: 552.899px;
  }
  #IMAGE348 > .ladi-image > .ladi-image-background {
    width: 796.829px;
    height: 748.242px;
    top: -276.499px;
    left: -682.818px;
    background-image: url("../img/icon-pack-20210309022007.png");
  }
  #IMAGE349 {
    width: 80.9266px;
    height: 127.805px;
    top: 156.097px;
    left: 880.537px;
  }
  #IMAGE349 > .ladi-image > .ladi-image-background {
    width: 796.829px;
    height: 748.242px;
    top: -276.499px;
    left: -682.818px;
    background-image: url("../img/icon-pack-20210309022007.png");
  }
  #BOX354 {
    width: 1200px;
    height: 267.191px;
    top: 53.383px;
    left: 0px;
  }
  #BOX354 > .ladi-box {
    opacity: 0.74;
    background-color: rgb(0, 0, 0);
  }
  #PARAGRAPH358 {
    width: 745px;
    top: 77.633px;
    left: 32.098px;
  }
  #PARAGRAPH358 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 39px;
    line-height: 1.6;
  }
  #GROUP359 {
    width: 291px;
    height: 90.3px;
    top: 17.6px;
    left: 916px;
  }
  #COUNTDOWN_ITEM367 {
    visibility: hidden;
    pointer-events: none;
  }
  #COUNTDOWN366 {
    width: 284px;
    height: 57px;
    top: 33.3px;
    left: 35px;
  }
  #COUNTDOWN366 > .ladi-countdown {
    font-family: "Roboto Slab", serif;
    color: rgb(251, 206, 48);
    font-size: 40px;
    font-weight: bold;
    text-align: center;
  }
  #COUNTDOWN366 > .ladi-countdown > .ladi-element {
    width: calc((100% - 10px * 3) / 4);
    margin-right: 10px;
    height: 100%;
  }
  #HEADLINE371 {
    width: 255px;
    top: 0px;
    left: 52px;
  }
  #HEADLINE371 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 23px;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP365 {
    width: 307px;
    height: 90.3px;
    top: 169.178px;
    left: 842px;
  }
  #PARAGRAPH372 {
    width: 628px;
    top: 211.478px;
    left: 32.098px;
  }
  #PARAGRAPH372 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 20px;
    line-height: 1.6;
  }
  #PARAGRAPH373 {
    width: 224px;
    top: 121.633px;
    left: 909px;
  }
  .scroll {
    cursor: pointer;
  }
  #PARAGRAPH373 > .ladi-paragraph {
    color: rgb(232, 60, 48);
    font-size: 22px;
    text-align: center;
    line-height: 1.6;
  }
  #SECTION374 {
    height: 120.8px;
  }
  #SECTION374 > .ladi-section-background {
    background-color: rgb(36, 36, 36);
  }
  #PARAGRAPH375 {
    width: 469px;
    top: 18.6px;
    left: 370px;
  }
  #PARAGRAPH375 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON_TEXT376 {
    width: 231px;
    top: 9px;
    left: 0px;
  }
  #BUTTON_TEXT376 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(36, 36, 36);
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON376 {
    width: 278.369px;
    height: 50px;
    top: 843.9px;
    left: 484.37px;
  }
  #BUTTON376 > .ladi-button > .ladi-button-background {
    background-color: rgb(251, 205, 47);
  }
  #BUTTON376 > .ladi-button {
    box-shadow: 0px 0px 32px -6px rgba(251, 204, 46, 1);
    -webkit-box-shadow: 0px 0px 32px -6px rgba(251, 204, 46, 1);
    border-radius: 52px;
  }
  #BUTTON376.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;
  }
  #BUTTON_TEXT380 {
    width: 231px;
    top: 9px;
    left: 0px;
  }
  #BUTTON_TEXT380 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(36, 36, 36);
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON380 {
    width: 278.369px;
    height: 50px;
    top: 589.933px;
    left: 460.815px;
  }
  #BUTTON380 > .ladi-button > .ladi-button-background {
    background-color: rgb(251, 205, 47);
  }
  #BUTTON380 > .ladi-button {
    box-shadow: 0px 0px 32px -6px rgba(251, 204, 46, 1);
    -webkit-box-shadow: 0px 0px 32px -6px rgba(251, 204, 46, 1);
    border-radius: 52px;
  }
  #BUTTON380.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;
  }
  #SHAPE384 {
    width: 56px;
    height: 56px;
    top: 17.5985px;
    left: 186px;
  }
  #SHAPE384 svg:last-child {
    fill: rgba(255, 255, 255, 1);
  }
  #GROUP385 {
    width: 426px;
    height: 268.098px;
    top: 195.001px;
    left: 774px;
  }
  #SHAPE386 {
    width: 50.6308px;
    height: 50px;
    top: 21.5975px;
    left: 188px;
  }
  #SHAPE386 svg:last-child {
    fill: rgba(255, 255, 255, 1);
  }
  #GROUP387 {
    width: 426px;
    height: 268.098px;
    top: 555.6px;
    left: 770px;
  }
  #SHAPE388 {
    width: 50.531px;
    height: 62.377px;
    top: 15.8985px;
    left: 187px;
  }
  #SHAPE388 svg:last-child {
    fill: rgba(255, 255, 255, 1);
  }
  #GROUP389 {
    width: 426px;
    height: 245.098px;
    top: 845.6px;
    left: 390px;
  }
  #IMAGE390 {
    width: 221.276px;
    height: 550px;
    top: 265.6px;
    left: 500px;
  }
  #IMAGE390 > .ladi-image > .ladi-image-background {
    width: 221.276px;
    height: 550px;
    top: 0px;
    left: 0px;
    background-image: url("../img/product_midd.png");
  }
  #HEADLINE391 {
    width: 460px;
    top: 925.8px;
    left: 360px;
  }
  #HEADLINE391 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 14px;
    text-align: center;
    line-height: 1.6;
  }
  #NOTIFY392 {
    width: 300px;
    height: 62px;
    top: 10px;
    left: 10px;
    bottom: auto;
    right: auto;
    position: fixed;
    z-index: 90000060;
  }
}

@media (max-width: 767px) {
  #SECTION_POPUP {
    height: 0px;
  }
  #SECTION1 {
    height: 115.266px;
  }
  #SECTION1 > .ladi-section-background {
    background-color: rgb(0, 0, 0);
  }
  #SECTION2 {
    height: 1450.7px;
  }
  #SECTION2 > .ladi-section-background {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("../img/header_bg-20210305073915.jpg");
    background-position: center top;
    background-repeat: no-repeat;
  }
  #SECTION3 {
    height: 1205.67px;
  }
  #SECTION3 > .ladi-section-background {
    background-color: rgb(0, 0, 0);
  }
  #SECTION4 {
    height: 1400px;
  }
  #SECTION4 > .ladi-section-background {
    background-color: rgb(212, 212, 212);
  }
  #SECTION5 {
    height: 558.799px;
  }
  #SECTION5 > .ladi-section-background {
    background-image: url("../img/bg3-20200916073400.png");
    background-position: center top;
    background-repeat: repeat;
  }
  #SECTION6 {
    height: 1650px;
  }
  #SECTION6 > .ladi-section-background {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("../img/bg-why-20210305110136.jpg");
    background-position: center top;
    background-repeat: repeat;
  }
  #SECTION7 {
    height: 2100.01px;
  }
  #HEADLINE9 {
    width: 756px;
    top: 0px;
    left: 0px;
  }
  #HEADLINE9 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(251, 205, 47);
    font-size: 52px;
    text-align: center;
    line-height: 1.6;
  }
  #SHAPE10 {
    width: 20.5954px;
    height: 20px;
    top: 32px;
    left: 224.303px;
  }
  #SHAPE10 svg:last-child {
    fill: rgba(251, 204, 46, 1);
  }
  #SHAPE11 {
    width: 20.5954px;
    height: 20px;
    top: 32px;
    left: 516.19px;
  }
  #SHAPE11 svg:last-child {
    fill: rgba(251, 204, 46, 1);
  }
  #GROUP8 {
    width: 756px;
    height: 83px;
    top: 10px;
    left: -176px;
  }
  #SHAPE12 {
    width: 59.6px;
    height: 59.6px;
    top: -2.7px;
    left: 807.2px;
  }
  #SHAPE12 svg:last-child {
    fill: rgba(251, 205, 47, 1);
  }
  #HEADLINE13 {
    width: 152px;
    top: -18.734px;
    left: 504.5px;
  }
  #HEADLINE13 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 15px;
    line-height: 1.6;
  }
  #SHAPE14 {
    width: 44.0412px;
    height: 54.3657px;
    top: 15.9px;
    left: 877.979px;
  }
  #SHAPE14 svg:last-child {
    fill: rgba(251, 205, 47, 1);
  }
  #HEADLINE15 {
    width: 152px;
    top: 43.266px;
    left: 455.5px;
  }
  #HEADLINE15 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 15px;
    line-height: 1.6;
  }
  #COUNTDOWN_ITEM17 {
    visibility: hidden;
    pointer-events: none;
  }
  #COUNTDOWN16 {
    width: 284px;
    height: 57px;
    top: 33.3px;
    left: 0px;
  }
  #COUNTDOWN16 > .ladi-countdown {
    font-family: "Roboto Slab", serif;
    color: rgb(251, 206, 48);
    font-size: 40px;
    font-weight: bold;
    text-align: center;
  }
  #COUNTDOWN16 > .ladi-countdown > .ladi-element {
    width: calc((100% - 10px * 3) / 4);
    margin-right: 10px;
    height: 100%;
  }
  #HEADLINE21 {
    width: 232px;
    top: 0px;
    left: 59px;
  }
  #HEADLINE21 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 15px;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE22 {
    width: 401px;
    top: 24.734px;
    left: 10px;
  }
  #HEADLINE22 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 32px;
    font-weight: bold;
    line-height: 1.6;
  }
  #HEADLINE24 {
    width: 401px;
    top: 253px;
    left: 9.5px;
  }
  #HEADLINE24 > .ladi-headline {
    color: rgb(251, 205, 47);
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    line-height: 1.6;
  }
  #IMAGE25 {
    width: 431px;
    height: 431px;
    top: 666.734px;
    left: 8px;
  }
  #IMAGE25 > .ladi-image > .ladi-image-background {
    width: 431px;
    height: 431px;
    top: 0px;
    left: 0px;
    background-image: url("../img/product.png");
  }
  #SHAPE36 {
    width: 39.4196px;
    height: 53px;
    top: 0px;
    left: 0px;
  }
  #SHAPE36 svg:last-child {
    fill: rgba(251, 206, 48, 1);
  }
  #HEADLINE37 {
    width: 356px;
    top: 0px;
    left: 47px;
  }
  #HEADLINE37 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 20px;
    line-height: 1.6;
  }
  #GROUP35 {
    width: 402px;
    height: 59px;
    top: 25.083px;
    left: 9px;
  }
  #BOX39 {
    width: 318px;
    height: 457.6px;
    top: 0px;
    left: 13px;
  }
  #BOX39 > .ladi-box {
    background-color: rgb(65, 6, 4);
    border-radius: 20px;
  }
  #BOX41 {
    width: 317px;
    height: 72.8px;
    top: 0px;
    left: 13px;
  }
  #BOX41 > .ladi-box {
    background-color: rgb(136, 14, 8);
    border-radius: 15px 15px 0px 0px;
  }
  #PARAGRAPH42 {
    width: 273px;
    top: 31.28px;
    left: 40px;
  }
  #PARAGRAPH42 > .ladi-paragraph {
    font-family: "Roboto Slab", serif;
    color: rgb(255, 254, 33);
    font-size: 19px;
    font-weight: bold;
    text-align: left;
    line-height: 1.6;
  }
  #PARAGRAPH43 {
    width: 249px;
    top: 8.32px;
    left: 42.8954px;
  }
  #PARAGRAPH43 > .ladi-paragraph {
    font-family: "SourceSansPro-Light.ttf";
    text-decoration-line: line-through;
    -webkit-text-decoration-line: line-through;
    color: rgb(232, 232, 232);
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON_TEXT48 {
    width: 249px;
    top: 8.0572px;
    left: 0px;
  }
  #BUTTON_TEXT48 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON48 {
    width: 248.793px;
    height: 51.0289px;
    top: 170.647px;
    left: 0.703056px;
  }
  #BUTTON48 > .ladi-button > .ladi-button-background {
    background: rgba(255, 68, 59, 1);
    background: -webkit-linear-gradient(
      180deg,
      rgba(255, 68, 59, 1),
      rgba(120, 6, 1, 1)
    );
    background: linear-gradient(
      180deg,
      rgba(255, 68, 59, 1),
      rgba(120, 6, 1, 1)
    );
  }
  #BUTTON48 > .ladi-button {
    border-radius: 12px;
  }
  #BUTTON48.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_ITEM50 {
    width: 250.342px;
    height: 45.6576px;
    top: 20px;
    left: 0px;
  }
  #FORM_ITEM51 {
    width: 250.342px;
    height: 47.4479px;
    top: 95.9281px;
    left: 0px;
  }
  #FORM47 {
    width: 250.342px;
    height: 168.676px;
    top: 180.622px;
    left: 42.192px;
  }
  #FORM47 > .ladi-form {
    color: rgb(212, 212, 212);
    font-size: 15px;
    line-height: 1.6;
  }
  #FORM47 > .ladi-form label[for="phone"] {
    top: 75px;
  }
  #FORM47 .ladi-form-item .ladi-form-control::placeholder,
  #FORM47
    .ladi-form
    .ladi-form-item
    .ladi-form-control-select[data-selected=""],
  #FORM47
    .ladi-form
    .ladi-form-item.ladi-form-checkbox
    .ladi-form-checkbox-item
    span[data-checked="false"] {
    color: rgba(212, 212, 212, 1);
  }
  #FORM47 .ladi-form-item {
    padding-left: 10px;
    padding-right: 10px;
  }
  #FORM47 .ladi-form-item.ladi-form-checkbox {
    padding-left: 15px;
    padding-right: 15px;
  }
  #FORM47 .ladi-form-item-container {
    border-style: solid;
    border-color: rgb(122, 7, 7);
    border-width: 2px;
    border-radius: 13px;
  }
  #FORM47 .ladi-form-item-container .ladi-form-quantity button {
    background-color: rgb(122, 7, 7);
  }
  #FORM47 .ladi-form-item-background {
    background-color: rgb(24, 3, 3);
    border-radius: 11px;
  }
  #PARAGRAPH52 {
    width: 281px;
    top: 80.056px;
    left: 30px;
  }
  #PARAGRAPH52 > .ladi-paragraph {
    font-family: "SourceSansPro-Bold.ttf";
    color: rgb(255, 255, 255);
    font-size: 17px;
    text-align: center;
    line-height: 1.6;
  }
  #COUNTDOWN_ITEM54 {
    visibility: hidden;
    pointer-events: none;
  }
  #COUNTDOWN53 {
    width: 269.882px;
    height: 50.255px;
    top: 116.742px;
    left: 24px;
  }
  #COUNTDOWN53 > .ladi-countdown {
    font-family: "Roboto Slab", serif;
    color: rgb(255, 255, 255);
    font-size: 40px;
    font-weight: bold;
    text-align: center;
  }
  #COUNTDOWN53 > .ladi-countdown > .ladi-element {
    width: calc((100% - 10px * 3) / 4);
    margin-right: 10px;
    height: 100%;
  }
  #COUNTDOWN53 > .ladi-countdown .ladi-countdown-background {
    background-color: rgb(173, 30, 23);
    border-radius: 9px;
  }
  #PARAGRAPH58 {
    width: 260px;
    top: 420px;
    left: 40px;
  }
  #PARAGRAPH58 > .ladi-paragraph {
    font-family: "SourceSansPro-Regular.ttf";
    color: rgb(255, 255, 255);
    font-size: 13px;
    text-align: center;
    line-height: 1.6;
  }
  #PARAGRAPH59 {
    width: 260px;
    top: 395.2px;
    left: 40px;
  }
  #PARAGRAPH59 > .ladi-paragraph {
    font-family: "SourceSansPro-Regular.ttf";
    color: rgb(255, 255, 255);
    font-size: 13px;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP38 {
    width: 331px;
    height: 457.6px;
    top: 1111px;
    left: 44.5px;
  }
  #BOX61 {
    width: 280px;
    height: 170px;
    top: 0px;
    left: 0px;
  }
  #BOX61 > .ladi-box {
    background-color: rgb(89, 27, 24);
    border-style: solid;
    border-color: rgb(255, 156, 1);
    border-width: 2px;
    border-radius: 20px;
  }
  #BOX62 {
    width: 276px;
    height: 60.4044px;
    top: 2.68421px;
    left: 2px;
  }
  #BOX62 > .ladi-box {
    background-color: rgb(136, 15, 9);
    border-color: rgb(69, 182, 255);
    border-width: 4px;
    border-radius: 20px 20px 0px 0px;
  }
  #HEADLINE63 {
    width: 281px;
    top: 17.8947px;
    left: 0px;
  }
  #HEADLINE63 > .ladi-headline {
    font-family: "SourceSansPro-Black.ttf";
    color: rgb(255, 255, 255);
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE65 {
    width: 272px;
    top: 0px;
    left: 0px;
  }
  #HEADLINE65 > .ladi-headline {
    font-family: "SourceSansPro-Black.ttf";
    color: rgb(255, 255, 255);
    font-size: 22px;
    text-align: center;
    line-height: 1.6;
  }
  #SHAPE66 {
    width: 17.552px;
    height: 17.8948px;
    top: 6.26317px;
    left: 38px;
  }
  #SHAPE66 svg:last-child {
    fill: rgba(255, 225, 0, 1);
  }
  #GROUP64 {
    width: 271px;
    height: 30.4211px;
    top: 74.2632px;
    left: 9px;
  }
  #HEADLINE68 {
    width: 272px;
    top: 0px;
    left: 0px;
  }
  #HEADLINE68 > .ladi-headline {
    font-family: "SourceSansPro-Black.ttf";
    color: rgb(255, 255, 255);
    font-size: 22px;
    text-align: center;
    line-height: 1.6;
  }
  #SHAPE69 {
    width: 17.552px;
    height: 17.8948px;
    top: 6.26317px;
    left: 37px;
  }
  #SHAPE69 svg:last-child {
    fill: rgba(255, 225, 0, 1);
  }
  #GROUP67 {
    width: 271px;
    height: 30.4211px;
    top: 125.263px;
    left: 9px;
  }
  #LINE70 {
    width: 279px;
    top: 107.368px;
    left: 2px;
  }
  #LINE70 > .ladi-line > .ladi-line-container {
    border-top: 1px solid rgb(136, 14, 8);
    border-right: 1px solid rgb(136, 14, 8);
    border-bottom: 1px solid rgb(136, 14, 8);
    border-left: 0px !important;
  }
  #LINE70 > .ladi-line {
    width: 100%;
    padding: 8px 0px;
  }
  #LINE71 {
    width: 279px;
    top: 55.4737px;
    left: 2px;
  }
  #LINE71 > .ladi-line > .ladi-line-container {
    border-top: 1px solid rgb(136, 14, 8);
    border-right: 1px solid rgb(136, 14, 8);
    border-bottom: 1px solid rgb(136, 14, 8);
    border-left: 0px !important;
  }
  #LINE71 > .ladi-line {
    width: 100%;
    padding: 8px 0px;
  }
  #GROUP60 {
    width: 280px;
    height: 170px;
    top: 1587.7px;
    left: 75px;
  }
  #IMAGE75 {
    width: 103.574px;
    height: 93.3189px;
    top: 3.14002px;
    left: 0px;
  }
  #IMAGE75 > .ladi-image > .ladi-image-background {
    width: 103.574px;
    height: 93.3189px;
    top: 0px;
    left: 0px;
    background-image: url("../img/quality_mark1-20210219070803.png");
  }
  #IMAGE76 {
    width: 99.6002px;
    height: 99.6px;
    top: 0px;
    left: 122.738px;
  }
  #IMAGE76 > .ladi-image > .ladi-image-background {
    width: 99.6002px;
    height: 99.6px;
    top: 0px;
    left: 0px;
    background-image: url("../img/quality_mark3-20210219070757.png");
  }
  #IMAGE77 {
    width: 95.3702px;
    height: 95.37px;
    top: 3.14002px;
    left: 246.628px;
  }
  #IMAGE77 > .ladi-image > .ladi-image-background {
    width: 95.3702px;
    height: 95.37px;
    top: 0px;
    left: 0px;
    background-image: url("../img/quality_mark2-20210219070750.png");
  }
  #GROUP74 {
    width: 341.999px;
    height: 99.6px;
    top: 1774.1px;
    left: 39.0005px;
  }
  #GROUP74.ladi-animation > .ladi-group {
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #HEADLINE78 {
    width: 356px;
    top: 36.6667px;
    left: 32px;
  }
  #HEADLINE78 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(232, 59, 48);
    font-size: 27px;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE80 {
    width: 304px;
    top: 0px;
    left: 78px;
  }
  #HEADLINE80 > .ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 24px;
    line-height: 1.6;
  }
  #IMAGE86 {
    width: 66px;
    height: 66px;
    top: 1.5px;
    left: 0px;
  }
  #IMAGE86 > .ladi-image > .ladi-image-background {
    width: 66px;
    height: 66px;
    top: 0px;
    left: 0px;
    background-image: url("../img/cham-than-20210305103341.png");
  }
  #HEADLINE96 {
    width: 401px;
    top: 32px;
    left: 9.5px;
  }
  #HEADLINE96 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(0, 0, 0);
    font-size: 25px;
    text-align: center;
    line-height: 1.6;
  }
  #IMAGE97 {
    width: 200px;
    height: 200px;
    top: 235px;
    left: 104px;
  }
  #IMAGE97 > .ladi-image > .ladi-image-background {
    width: 200px;
    height: 200px;
    top: 0px;
    left: 0px;
    background-image: url("../img/no01-20210305104342.png");
  }
  #IMAGE97 > .ladi-image {
    border-radius: 10px;
  }
  #HEADLINE98 {
    width: 275px;
    top: 453px;
    left: 73px;
  }
  #HEADLINE98 > .ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #IMAGE99 {
    width: 200px;
    height: 200px;
    top: 620px;
    left: 110.5px;
  }
  #IMAGE99 > .ladi-image > .ladi-image-background {
    width: 200px;
    height: 200px;
    top: 0px;
    left: 0px;
    background-image: url("../img/no02-20210305104520.png");
  }
  #IMAGE99 > .ladi-image {
    border-radius: 10px;
  }
  #HEADLINE100 {
    width: 275px;
    top: 837px;
    left: 73px;
  }
  #HEADLINE100 > .ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE101 {
    width: 332px;
    top: 499px;
    left: 44.5px;
  }
  #HEADLINE101 > .ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE102 {
    width: 332px;
    top: 886.5px;
    left: 44px;
  }
  #HEADLINE102 > .ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
  }
  #IMAGE103 {
    width: 200px;
    height: 200px;
    top: 980px;
    left: 110.5px;
  }
  #IMAGE103 > .ladi-image > .ladi-image-background {
    width: 200px;
    height: 200px;
    top: 0px;
    left: 0px;
    background-image: url("../img/no03-20210305104951.png");
  }
  #IMAGE103 > .ladi-image {
    border-radius: 10px;
  }
  #HEADLINE104 {
    width: 275px;
    top: 1197.5px;
    left: 72.5px;
  }
  #HEADLINE104 > .ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE105 {
    width: 303px;
    top: 1245px;
    left: 59px;
  }
  #HEADLINE105 > .ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE106 {
    width: 401px;
    top: 1334px;
    left: 9.5px;
  }
  #HEADLINE106 > .ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE107 {
    width: 401px;
    top: 24px;
    left: 9.5px;
  }
  #HEADLINE107 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(255, 199, 42);
    font-size: 28px;
    text-align: center;
    line-height: 1.6;
  }
  #IMAGE108 {
    width: 400px;
    height: 266.799px;
    top: 188px;
    left: 10.5px;
  }
  #IMAGE108 > .ladi-image > .ladi-image-background {
    width: 400px;
    height: 266.799px;
    top: 0px;
    left: 0px;
    background-image: url("../img/bieudo-20200916074550.png");
  }
  #HEADLINE109 {
    width: 401px;
    top: 31px;
    left: 10.5px;
  }
  #HEADLINE109 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 31px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BOX110 {
    width: 420px;
    height: 107.167px;
    top: 0px;
    left: 0px;
  }
  #BOX110 > .ladi-box {
    opacity: 0.74;
    background-color: rgb(0, 0, 0);
  }
  #GROUP111 {
    width: 420px;
    height: 107.167px;
    top: 322.6px;
    left: 0px;
  }
  #BOX113 {
    width: 420px;
    height: 107.167px;
    top: 0px;
    left: 0px;
  }
  #BOX113 > .ladi-box {
    opacity: 0.74;
    background-color: rgb(0, 0, 0);
  }
  #SHAPE115 {
    width: 39.4196px;
    height: 53px;
    top: 0px;
    left: 0px;
  }
  #SHAPE115 svg:last-child {
    fill: rgba(251, 206, 48, 1);
  }
  #HEADLINE116 {
    width: 356px;
    top: 0px;
    left: 47px;
  }
  #HEADLINE116 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 20px;
    line-height: 1.6;
  }
  #GROUP114 {
    width: 402px;
    height: 59px;
    top: 25.083px;
    left: 9px;
  }
  #GROUP112 {
    width: 420px;
    height: 107.167px;
    top: 439.767px;
    left: 0px;
  }
  #BOX118 {
    width: 420px;
    height: 107.167px;
    top: 0px;
    left: 0px;
  }
  #BOX118 > .ladi-box {
    opacity: 0.74;
    background-color: rgb(0, 0, 0);
  }
  #SHAPE120 {
    width: 39.4196px;
    height: 53px;
    top: 0px;
    left: 0px;
  }
  #SHAPE120 svg:last-child {
    fill: rgba(251, 206, 48, 1);
  }
  #HEADLINE121 {
    width: 356px;
    top: 10.5px;
    left: 47px;
  }
  #HEADLINE121 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 20px;
    line-height: 1.6;
  }
  #GROUP119 {
    width: 402px;
    height: 53px;
    top: 34.083px;
    left: 9px;
  }
  #GROUP117 {
    width: 420px;
    height: 107.167px;
    top: 558.934px;
    left: 0px;
  }
  #BOX122 {
    width: 400px;
    height: 1175.67px;
    top: 10px;
    left: 10px;
  }
  #BOX122 > .ladi-box {
    background: #fdfbfb;
    background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
    background: linear-gradient(180deg, #fdfbfb, #eaedee);
  }
  #GROUP123 {
    width: 382px;
    height: 75px;
    top: 356.167px;
    left: 21.5px;
  }
  #HEADLINE135 {
    width: 437px;
    top: 14.5px;
    left: 78px;
  }
  #HEADLINE135 > .ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 24px;
    line-height: 1.6;
  }
  #IMAGE136 {
    width: 66px;
    height: 66px;
    top: 0px;
    left: 0px;
  }
  #IMAGE136 > .ladi-image > .ladi-image-background {
    width: 66px;
    height: 66px;
    top: 0px;
    left: 0px;
    background-image: url("../img/cham-than-20210305103341.png");
  }
  #GROUP134 {
    width: 515px;
    height: 66px;
    top: 562.667px;
    left: 21.5px;
  }
  #HEADLINE138 {
    width: 300px;
    top: 0px;
    left: 78px;
  }
  #HEADLINE138 > .ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 24px;
    line-height: 1.6;
  }
  #IMAGE139 {
    width: 66px;
    height: 66px;
    top: 0.5px;
    left: 0px;
  }
  #IMAGE139 > .ladi-image > .ladi-image-background {
    width: 66px;
    height: 66px;
    top: 0px;
    left: 0px;
    background-image: url("../img/cham-than-20210305103341.png");
  }
  #GROUP137 {
    width: 378px;
    height: 75px;
    top: 766.667px;
    left: 21.5px;
  }
  #HEADLINE141 {
    width: 300px;
    top: 0px;
    left: 78px;
  }
  #HEADLINE141 > .ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 24px;
    line-height: 1.6;
  }
  #IMAGE142 {
    width: 66px;
    height: 66px;
    top: 6.5px;
    left: 0px;
  }
  #IMAGE142 > .ladi-image > .ladi-image-background {
    width: 66px;
    height: 66px;
    top: 0px;
    left: 0px;
    background-image: url("../img/cham-than-20210305103341.png");
  }
  #GROUP140 {
    width: 378px;
    height: 75px;
    top: 970.167px;
    left: 21.5px;
  }
  #HEADLINE144 {
    width: 301px;
    top: 0px;
    left: 78px;
  }
  #HEADLINE144 > .ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 24px;
    line-height: 1.6;
  }
  #IMAGE145 {
    width: 66px;
    height: 66px;
    top: 5.5px;
    left: 0px;
  }
  #IMAGE145 > .ladi-image > .ladi-image-background {
    width: 66px;
    height: 66px;
    top: 0px;
    left: 0px;
    background-image: url("../img/cham-than-20210305103341.png");
  }
  #GROUP143 {
    width: 379px;
    height: 75px;
    top: 243.167px;
    left: 21.5px;
  }
  #HEADLINE147 {
    width: 305px;
    top: 14.5px;
    left: 78px;
  }
  #HEADLINE147 > .ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 24px;
    line-height: 1.6;
  }
  #IMAGE148 {
    width: 66px;
    height: 66px;
    top: 0px;
    left: 0px;
  }
  #IMAGE148 > .ladi-image > .ladi-image-background {
    width: 66px;
    height: 66px;
    top: 0px;
    left: 0px;
    background-image: url("../img/cham-than-20210305103341.png");
  }
  #GROUP146 {
    width: 383px;
    height: 66px;
    top: 459.667px;
    left: 21.5px;
  }
  #HEADLINE150 {
    width: 299px;
    top: 0px;
    left: 78px;
  }
  #HEADLINE150 > .ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 24px;
    line-height: 1.6;
  }
  #IMAGE151 {
    width: 66px;
    height: 66px;
    top: 0px;
    left: 0px;
  }
  #IMAGE151 > .ladi-image > .ladi-image-background {
    width: 66px;
    height: 66px;
    top: 0px;
    left: 0px;
    background-image: url("../img/cham-than-20210305103341.png");
  }
  #GROUP149 {
    width: 377px;
    height: 75px;
    top: 661.667px;
    left: 21.5px;
  }
  #HEADLINE153 {
    width: 303px;
    top: 0px;
    left: 78px;
  }
  #HEADLINE153 > .ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 24px;
    line-height: 1.6;
  }
  #IMAGE154 {
    width: 66px;
    height: 66px;
    top: 7.5px;
    left: 0px;
  }
  #IMAGE154 > .ladi-image > .ladi-image-background {
    width: 66px;
    height: 66px;
    top: 0px;
    left: 0px;
    background-image: url("../img/cham-than-20210305103341.png");
  }
  #GROUP152 {
    width: 381px;
    height: 75px;
    top: 865.167px;
    left: 21.5px;
  }
  #PARAGRAPH155 {
    width: 401px;
    top: 1065.67px;
    left: 9.5px;
  }
  #PARAGRAPH155 > .ladi-paragraph {
    color: rgb(0, 0, 0);
    font-size: 24px;
    text-align: center;
    line-height: 1.6;
  }
  #IMAGE156 {
    width: 94.5717px;
    height: 88.805px;
    top: 0px;
    left: 17px;
  }
  #IMAGE156 > .ladi-image > .ladi-image-background {
    width: 734.665px;
    height: 689.867px;
    top: -242.704px;
    left: 0px;
    background-image: url("../img/icon-pack-20210308084441.png");
  }
  #SHAPE157 {
    width: 92px;
    height: 92px;
    top: 9.902px;
    left: 0px;
  }
  #SHAPE157 svg:last-child {
    fill: url("style.css#SHAPE157_desktop_gradient");
  }
  #GROUP158 {
    width: 111.572px;
    height: 101.902px;
    top: 0px;
    left: 150.214px;
  }
  #BOX159 {
    width: 399.5px;
    height: 210.131px;
    top: 67.869px;
    left: 0px;
  }
  #BOX159 > .ladi-box {
    background-color: rgb(36, 36, 36);
    border-radius: 10px;
  }
  #PARAGRAPH160 {
    width: 375px;
    top: 174.869px;
    left: 12.5px;
  }
  #PARAGRAPH160 > .ladi-paragraph {
    color: rgb(232, 232, 232);
    font-size: 18px;
    line-height: 1.6;
  }
  #PARAGRAPH161 {
    width: 320px;
    top: 119px;
    left: 36.5px;
  }
  #PARAGRAPH161 > .ladi-paragraph {
    color: rgb(232, 232, 232);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP162 {
    width: 399.5px;
    height: 278px;
    top: 240.565px;
    left: 10px;
  }
  #BOX165 {
    width: 400px;
    height: 210.131px;
    top: 57.967px;
    left: 0px;
  }
  #BOX165 > .ladi-box {
    opacity: 0.65;
    background-color: rgb(36, 36, 36);
    border-radius: 10px;
  }
  #SHAPE167 {
    width: 89.1925px;
    height: 92px;
    top: 0px;
    left: 162.111px;
  }
  #SHAPE167 svg:last-child {
    fill: url("style.css#SHAPE167_desktop_gradient");
  }
  #PARAGRAPH169 {
    width: 370px;
    top: 142.967px;
    left: 30.5387px;
  }
  #PARAGRAPH169 > .ladi-paragraph {
    color: rgb(232, 232, 232);
    font-size: 18px;
    line-height: 1.6;
  }
  #PARAGRAPH170 {
    width: 310px;
    top: 102.098px;
    left: 51.8674px;
  }
  #PARAGRAPH170 > .ladi-paragraph {
    color: rgb(232, 232, 232);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BOX172 {
    width: 400px;
    height: 241.131px;
    top: 61.3205px;
    left: 0px;
  }
  #BOX172 > .ladi-box {
    background-color: rgb(36, 36, 36);
    border-radius: 10px;
  }
  #SHAPE174 {
    width: 92px;
    height: 92px;
    top: 3.3535px;
    left: 0px;
  }
  #SHAPE174 svg:last-child {
    fill: url("style.css#SHAPE174_desktop_gradient");
  }
  #IMAGE175 {
    width: 94.5717px;
    height: 88.805px;
    top: 0px;
    left: 0px;
  }
  #IMAGE175 > .ladi-image > .ladi-image-background {
    width: 734.665px;
    height: 689.868px;
    top: -258.704px;
    left: -166px;
    background-image: url("../img/icon-pack-20210308084441.png");
  }
  #GROUP173 {
    width: 94.5717px;
    height: 95.3535px;
    top: 0px;
    left: 154.214px;
  }
  #PARAGRAPH176 {
    width: 391px;
    top: 166.321px;
    left: 5.5px;
  }
  #PARAGRAPH176 > .ladi-paragraph {
    color: rgb(232, 232, 232);
    font-size: 18px;
    line-height: 1.6;
  }
  #PARAGRAPH177 {
    width: 320px;
    top: 112.451px;
    left: 40.5px;
  }
  #PARAGRAPH177 > .ladi-paragraph {
    color: rgb(232, 232, 232);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP171 {
    width: 400px;
    height: 302.452px;
    top: 870.565px;
    left: 10px;
  }
  #BOX179 {
    width: 390px;
    height: 210.131px;
    top: 57.967px;
    left: 0px;
  }
  #BOX179 > .ladi-box {
    opacity: 0.65;
    background-color: rgb(36, 36, 36);
    border-radius: 10px;
  }
  #SHAPE181 {
    width: 92px;
    height: 92px;
    top: 0px;
    left: 154.214px;
  }
  #SHAPE181 svg:last-child {
    fill: url("style.css#SHAPE181_desktop_gradient");
  }
  #PARAGRAPH183 {
    width: 370px;
    top: 139.968px;
    left: 20px;
  }
  #PARAGRAPH183 > .ladi-paragraph {
    color: rgb(232, 232, 232);
    font-size: 18px;
    line-height: 1.6;
  }
  #PARAGRAPH184 {
    width: 320px;
    top: 90.098px;
    left: 40.5px;
  }
  #PARAGRAPH184 > .ladi-paragraph {
    color: rgb(232, 232, 232);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
  }
  #BOX186 {
    width: 400px;
    height: 187.131px;
    top: 57.967px;
    left: 0px;
  }
  #BOX186 > .ladi-box {
    opacity: 0.65;
    background-color: rgb(36, 36, 36);
    border-radius: 10px;
  }
  #SHAPE188 {
    width: 92px;
    height: 92px;
    top: 0px;
    left: 154.214px;
  }
  #SHAPE188 svg:last-child {
    fill: url("style.css#SHAPE188_desktop_gradient");
  }
  #PARAGRAPH190 {
    width: 359px;
    top: 162.968px;
    left: 20px;
  }
  #PARAGRAPH190 > .ladi-paragraph {
    color: rgb(232, 232, 232);
    font-size: 18px;
    line-height: 1.6;
  }
  #PARAGRAPH191 {
    width: 320px;
    top: 109.098px;
    left: 40.5px;
  }
  #PARAGRAPH191 > .ladi-paragraph {
    color: rgb(232, 232, 232);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #SECTION192 {
    height: 979px;
  }
  #SECTION192 > .ladi-section-background {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("../img/bg-history-20210308095728.jpg");
    background-position: center top;
    background-repeat: repeat;
  }
  #PARAGRAPH193 {
    width: 401px;
    top: 35.755px;
    left: 10px;
  }
  #PARAGRAPH193 > .ladi-paragraph {
    color: rgb(0, 0, 0);
    font-size: 37px;
    text-align: center;
    line-height: 1.2;
  }
  #PARAGRAPH194 {
    width: 401px;
    top: 305.755px;
    left: 10px;
  }
  #PARAGRAPH194 > .ladi-paragraph {
    color: rgb(0, 0, 0);
    font-size: 20px;
    line-height: 1.6;
  }
  #PARAGRAPH195 {
    width: 401px;
    top: 25.715px;
    left: 10px;
  }
  #PARAGRAPH195 > .ladi-paragraph {
    color: rgb(0, 0, 0);
    font-size: 35px;
    text-align: center;
    line-height: 1.2;
  }
  #IMAGE196 {
    width: 191.552px;
    height: 460px;
    top: 406.755px;
    left: -490px;
  }
  #IMAGE196 > .ladi-image > .ladi-image-background {
    width: 191.552px;
    height: 460px;
    top: 0px;
    left: 0px;
    background-image: url("../img/penis-20210308101120.png");
  }
  #BOX197 {
    width: 236px;
    height: 236px;
    top: 355.715px;
    left: 90px;
  }
  #BOX197 > .ladi-box {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("../img/nhan-sam-20200717085710.png");
    background-position: center top;
    background-repeat: repeat;
    border-radius: 400px;
  }
  #BOX197 > .ladi-box:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  #IMAGE198 {
    width: 265.163px;
    height: 219.741px;
    top: 1596.76px;
    left: -420px;
  }
  #IMAGE198 > .ladi-image > .ladi-image-background {
    width: 265.163px;
    height: 219.741px;
    top: 0px;
    left: 0px;
    background-image: url("../img/arrow-white-01-20210308101717.png");
  }
  #HEADLINE200 {
    width: 357px;
    top: 0px;
    left: 0px;
  }
  #HEADLINE200 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(0, 0, 0);
    font-size: 27px;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE201 {
    width: 356px;
    top: 53px;
    left: 0px;
  }
  #HEADLINE201 > .ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 24px;
    text-align: center;
    line-height: 1.4;
  }
  #GROUP199 {
    width: 357px;
    height: 161px;
    top: 595.715px;
    left: 40px;
  }
  #BOX202 {
    width: 230.005px;
    height: 230.005px;
    top: 1295.72px;
    left: 90px;
  }
  #BOX202 > .ladi-box {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("../img/photo-2-20201107084841.jpg");
    background-position: center top;
    background-repeat: repeat;
    border-radius: 400px;
  }
  #BOX202 > .ladi-box:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  #IMAGE203 {
    width: 277.415px;
    height: 118.255px;
    top: 2016.75px;
    left: 500px;
  }
  #IMAGE203 > .ladi-image > .ladi-image-background {
    width: 277.415px;
    height: 137.674px;
    top: 0px;
    left: 0px;
    background-image: url("../img/arrow-white-05-20210308102115.png");
  }
  #HEADLINE205 {
    width: 212px;
    top: 0px;
    left: 60px;
  }
  #HEADLINE205 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(0, 0, 0);
    font-size: 27px;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE206 {
    width: 331px;
    top: 50.005px;
    left: 0px;
  }
  #HEADLINE206 > .ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 24px;
    text-align: center;
    line-height: 1.4;
  }
  #GROUP204 {
    width: 331px;
    height: 194.005px;
    top: 1555.72px;
    left: 50px;
  }
  #BOX207 {
    width: 235.871px;
    height: 235.871px;
    top: 785.715px;
    left: 90px;
  }
  #BOX207 > .ladi-box {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("../img/hat-de-ngua-2-20200713105701.jpg");
    background-position: center top;
    background-repeat: repeat;
    border-radius: 400px;
  }
  #BOX207 > .ladi-box:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  #IMAGE208 {
    width: 236.098px;
    height: 252px;
    top: 1306.76px;
    left: 710px;
  }
  #IMAGE208 > .ladi-image > .ladi-image-background {
    width: 236.098px;
    height: 252px;
    top: 0px;
    left: 0px;
    background-image: url("../img/arrow-white-02-20210308102542.png");
  }
  #HEADLINE210 {
    width: 356px;
    top: 0px;
    left: 0px;
  }
  #HEADLINE210 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(0, 0, 0);
    font-size: 27px;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE211 {
    width: 356px;
    top: 48px;
    left: 0px;
  }
  #HEADLINE211 > .ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 24px;
    text-align: center;
    line-height: 1.4;
  }
  #GROUP209 {
    width: 356px;
    height: 216px;
    top: 1035.72px;
    left: 28px;
  }
  #BOX212 {
    width: 209.995px;
    height: 209.995px;
    top: 1775.72px;
    left: 100px;
  }
  #BOX212 > .ladi-box {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("../img/chiet-xuat-la-damiana-20200911072014.jpg");
    background-position: center top;
    background-repeat: repeat;
    border-radius: 400px;
  }
  #BOX212 > .ladi-box:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  #IMAGE213 {
    width: 287.925px;
    height: 118.255px;
    top: 1946.75px;
    left: 560px;
  }
  #IMAGE213 > .ladi-image > .ladi-image-background {
    width: 287.925px;
    height: 118.255px;
    top: 0px;
    left: 0px;
    background-image: url("../img/arrow-white-06-20210308102804.png");
  }
  #HEADLINE215 {
    width: 415px;
    top: 0px;
    left: 3px;
  }
  #HEADLINE215 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(0, 0, 0);
    font-size: 27px;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE216 {
    width: 420px;
    top: 60.005px;
    left: 0px;
  }
  #HEADLINE216 > .ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 24px;
    text-align: center;
    line-height: 1.4;
  }
  #GROUP214 {
    width: 420px;
    height: 161.005px;
    top: 2015.72px;
    left: 0px;
  }
  #SECTION218 {
    height: 1465.74px;
  }
  #SECTION218 > .ladi-section-background {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("../img/bg-reviews-20210308104543.jpg");
    background-position: center top;
    background-repeat: repeat;
  }
  #SECTION219 {
    height: 1400.51px;
  }
  #SECTION219 > .ladi-section-background {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("../img/bg-work-20210308103128.jpg");
    background-position: center top;
    background-repeat: repeat;
  }
  #PARAGRAPH220 {
    width: 400px;
    top: 32.745px;
    left: 10px;
  }
  #PARAGRAPH220 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 34px;
    text-align: center;
    line-height: 1.6;
  }
  #IMAGE224 {
    width: 99.896px;
    height: 93.805px;
    top: 1102.74px;
    left: -280px;
  }
  #IMAGE224 > .ladi-image > .ladi-image-background {
    width: 697.953px;
    height: 655.395px;
    top: -256.897px;
    left: -385.345px;
    background-image: url("../img/icon-pack-20210308103357.png");
  }
  #IMAGE225 {
    width: 99.896px;
    height: 93.805px;
    top: 1342.74px;
    left: 630px;
  }
  #IMAGE225 > .ladi-image > .ladi-image-background {
    width: 697.953px;
    height: 655.395px;
    top: -256.897px;
    left: -385.345px;
    background-image: url("../img/icon-pack-20210308103357.png");
  }
  #IMAGE226 {
    width: 217.587px;
    height: 219px;
    top: 392.745px;
    left: 100px;
  }
  #IMAGE226 > .ladi-image > .ladi-image-background {
    width: 217.587px;
    height: 219px;
    top: 0px;
    left: 0px;
    background-image: url("../img/easy01-20210308103517.png");
  }
  #IMAGE227 {
    width: 216.193px;
    height: 217.597px;
    top: 752.745px;
    left: 100px;
  }
  #IMAGE227 > .ladi-image > .ladi-image-background {
    width: 216.193px;
    height: 217.597px;
    top: 0px;
    left: 0px;
    background-image: url("../img/easy02-20210308103613.png");
  }
  #IMAGE228 {
    width: 211.922px;
    height: 213.298px;
    top: 1112.74px;
    left: 100px;
  }
  #IMAGE228 > .ladi-image > .ladi-image-background {
    width: 211.922px;
    height: 213.298px;
    top: 0px;
    left: 0px;
    background-image: url("../img/easy03-20210308103613.png");
  }
  #PARAGRAPH229 {
    width: 213px;
    top: 632.745px;
    left: 100px;
  }
  #PARAGRAPH229 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
  }
  #PARAGRAPH230 {
    width: 213px;
    top: 992.745px;
    left: 100px;
  }
  #PARAGRAPH230 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
  }
  #PARAGRAPH231 {
    width: 213px;
    top: 1342.74px;
    left: 100px;
  }
  #PARAGRAPH231 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
  }
  #SECTION232 {
    height: 1091.51px;
  }
  #SECTION232 > .ladi-section-background {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("../img/bg-easy-20210308103849.jpg");
    background-position: center top;
    background-repeat: repeat;
  }
  #PARAGRAPH233 {
    width: 400px;
    top: 23.235px;
    left: 10px;
  }
  #PARAGRAPH233 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 53px;
    text-align: center;
    line-height: 1.6;
  }
  #IMAGE234 {
    width: 85.883px;
    height: 139.805px;
    top: 0px;
    left: 95.0585px;
  }
  #IMAGE234 > .ladi-image > .ladi-image-background {
    width: 850.588px;
    height: 798.725px;
    top: -466.652px;
    left: 0px;
    background-image: url("../img/icon-pack-20210308104014.png");
  }
  #PARAGRAPH235 {
    width: 256px;
    top: 154.503px;
    left: 0px;
  }
  #PARAGRAPH235 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
  }
  #IMAGE236 {
    width: 135.883px;
    height: 139.805px;
    top: 0px;
    left: 60.058px;
  }
  #IMAGE236 > .ladi-image > .ladi-image-background {
    width: 850.588px;
    height: 798.723px;
    top: -460.652px;
    left: -154px;
    background-image: url("../img/icon-pack-20210308104014.png");
  }
  #PARAGRAPH237 {
    width: 256px;
    top: 154.503px;
    left: 0px;
  }
  #PARAGRAPH237 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP238 {
    width: 256px;
    height: 240.503px;
    top: 223.2px;
    left: 80px;
  }
  #GROUP239 {
    width: 256px;
    height: 240.503px;
    top: 515.818px;
    left: 80px;
  }
  #IMAGE241 {
    width: 135.883px;
    height: 139.805px;
    top: 0px;
    left: 60.058px;
  }
  #IMAGE241 > .ladi-image > .ladi-image-background {
    width: 850.588px;
    height: 798.723px;
    top: -461.652px;
    left: -357px;
    background-image: url("../img/icon-pack-20210308104014.png");
  }
  #PARAGRAPH242 {
    width: 256px;
    top: 154.503px;
    left: 0px;
  }
  #PARAGRAPH242 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP240 {
    width: 256px;
    height: 240.503px;
    top: 808.435px;
    left: 88px;
  }
  #PARAGRAPH243 {
    width: 401px;
    top: 31.725px;
    left: 10px;
  }
  #PARAGRAPH243 > .ladi-paragraph {
    color: rgb(0, 0, 0);
    font-size: 34px;
    text-align: center;
    line-height: 1.2;
  }
  #IMAGE245 {
    width: 219.526px;
    height: 212px;
    top: 0px;
    left: 90px;
  }
  #IMAGE245 > .ladi-image > .ladi-image-background {
    width: 219.526px;
    height: 212px;
    top: 0px;
    left: 0px;
    background-image: url("../img/photo01-20210308104916.png");
  }
  #PARAGRAPH246 {
    width: 400px;
    top: 240px;
    left: 0px;
  }
  #PARAGRAPH246 > .ladi-paragraph {
    color: rgb(0, 0, 0);
    font-size: 19px;
    line-height: 1.6;
  }
  #GROUP247 {
    width: 400px;
    height: 445px;
    top: 121.725px;
    left: 10px;
  }
  #IMAGE249 {
    width: 219.526px;
    height: 212px;
    top: 0px;
    left: 90px;
  }
  #IMAGE249 > .ladi-image > .ladi-image-background {
    width: 219.526px;
    height: 212px;
    top: 0px;
    left: 0px;
    background-image: url("../img/photo03-20210308105300.png");
  }
  #PARAGRAPH250 {
    width: 400px;
    top: 240px;
    left: 0px;
  }
  #PARAGRAPH250 > .ladi-paragraph {
    color: rgb(0, 0, 0);
    font-size: 19px;
    line-height: 1.6;
  }
  #GROUP248 {
    width: 400px;
    height: 416px;
    top: 625.725px;
    left: 10px;
  }
  #IMAGE252 {
    width: 219.526px;
    height: 212px;
    top: 0px;
    left: 90px;
  }
  #IMAGE252 > .ladi-image > .ladi-image-background {
    width: 219.526px;
    height: 212px;
    top: 0px;
    left: 0px;
    background-image: url("../img/photo02-20210308105431.png");
  }
  #PARAGRAPH253 {
    width: 400px;
    top: 240.005px;
    left: 0px;
  }
  #PARAGRAPH253 > .ladi-paragraph {
    color: rgb(0, 0, 0);
    font-size: 19px;
    line-height: 1.6;
  }
  #GROUP251 {
    width: 400px;
    height: 475.005px;
    top: 1070.72px;
    left: 10px;
  }
  #SECTION254 {
    height: 880.025px;
  }
  #SECTION254 > .ladi-section-background {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("../img/bg-change-20210308105553.jpg");
    background-position: center top;
    background-repeat: repeat;
  }
  #PARAGRAPH256 {
    width: 400px;
    top: 25.985px;
    left: 10px;
  }
  #PARAGRAPH256 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 39px;
    text-align: center;
    line-height: 1.6;
  }
  #IMAGE257 {
    width: 111.847px;
    height: 93.805px;
    top: 7px;
    left: 0px;
  }
  #IMAGE257 > .ladi-image > .ladi-image-background {
    width: 842.976px;
    height: 791.575px;
    top: 0px;
    left: -731.131px;
    background-image: url("../img/icon-pack-20210308105758.png");
  }
  #PARAGRAPH259 {
    width: 331px;
    top: 0px;
    left: 130px;
  }
  #PARAGRAPH259 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 22px;
    line-height: 1.6;
  }
  #GROUP260 {
    width: 461px;
    height: 100.805px;
    top: 267.945px;
    left: -50px;
  }
  #IMAGE262 {
    width: 111.847px;
    height: 93.805px;
    top: 5px;
    left: 0px;
  }
  #IMAGE262 > .ladi-image > .ladi-image-background {
    width: 842.976px;
    height: 791.575px;
    top: 0px;
    left: -731.131px;
    background-image: url("../img/icon-pack-20210308105758.png");
  }
  #PARAGRAPH263 {
    width: 331px;
    top: 0px;
    left: 130px;
  }
  #PARAGRAPH263 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 22px;
    line-height: 1.6;
  }
  #GROUP261 {
    width: 461px;
    height: 98.805px;
    top: 377.945px;
    left: -50px;
  }
  #IMAGE265 {
    width: 111.847px;
    height: 93.805px;
    top: 12px;
    left: 0px;
  }
  #IMAGE265 > .ladi-image > .ladi-image-background {
    width: 842.976px;
    height: 791.575px;
    top: 0px;
    left: -731.131px;
    background-image: url("../img/icon-pack-20210308105758.png");
  }
  #PARAGRAPH266 {
    width: 331px;
    top: 0px;
    left: 130px;
  }
  #PARAGRAPH266 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 22px;
    line-height: 1.6;
  }
  #GROUP264 {
    width: 461px;
    height: 141px;
    top: 477.945px;
    left: -46px;
  }
  #IMAGE268 {
    width: 111.847px;
    height: 93.805px;
    top: 6px;
    left: 0px;
  }
  #IMAGE268 > .ladi-image > .ladi-image-background {
    width: 842.976px;
    height: 791.575px;
    top: 0px;
    left: -731.131px;
    background-image: url("../img/icon-pack-20210308105758.png");
  }
  #PARAGRAPH269 {
    width: 331px;
    top: 0px;
    left: 135px;
  }
  #PARAGRAPH269 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 22px;
    line-height: 1.6;
  }
  #GROUP267 {
    width: 466px;
    height: 106px;
    top: 637.945px;
    left: -50px;
  }
  #IMAGE271 {
    width: 111.847px;
    height: 93.805px;
    top: 7px;
    left: 0px;
  }
  #IMAGE271 > .ladi-image > .ladi-image-background {
    width: 842.976px;
    height: 791.575px;
    top: 0px;
    left: -731.131px;
    background-image: url("../img/icon-pack-20210308105758.png");
  }
  #PARAGRAPH272 {
    width: 331px;
    top: 0px;
    left: 130px;
  }
  #PARAGRAPH272 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 22px;
    line-height: 1.6;
  }
  #GROUP270 {
    width: 461px;
    height: 100.805px;
    top: 767.945px;
    left: -50px;
  }
  #IMAGE276 {
    width: 400px;
    height: 511.96px;
    top: 1407.9px;
    left: -20px;
  }
  #IMAGE276 > .ladi-image > .ladi-image-background {
    width: 400px;
    height: 511.96px;
    top: 0px;
    left: 0px;
    background-image: url("../img/mencore_decor-20210205024136-20210301031908.png");
  }
  #BOX278 {
    width: 318px;
    height: 457.6px;
    top: 0px;
    left: 13px;
  }
  #BOX278 > .ladi-box {
    background-color: rgb(65, 6, 4);
    border-radius: 20px;
  }
  #BOX279 {
    width: 317px;
    height: 72.8px;
    top: 0px;
    left: 13px;
  }
  #BOX279 > .ladi-box {
    background-color: rgb(136, 14, 8);
    border-radius: 15px 15px 0px 0px;
  }
  #PARAGRAPH280 {
    width: 273px;
    top: 31.28px;
    left: 40px;
  }
  #PARAGRAPH280 > .ladi-paragraph {
    font-family: "Roboto Slab", serif;
    color: rgb(255, 254, 33);
    font-size: 19px;
    font-weight: bold;
    text-align: left;
    line-height: 1.6;
  }
  #PARAGRAPH281 {
    width: 249px;
    top: 8.32px;
    left: 42.8954px;
  }
  #PARAGRAPH281 > .ladi-paragraph {
    font-family: "SourceSansPro-Light.ttf";
    text-decoration-line: line-through;
    -webkit-text-decoration-line: line-through;
    color: rgb(232, 232, 232);
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON_TEXT283 {
    width: 249px;
    top: 8.0572px;
    left: 0px;
  }
  #BUTTON_TEXT283 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON283 {
    width: 248.793px;
    height: 51.0289px;
    top: 165.647px;
    left: 0.703056px;
  }
  #BUTTON283 > .ladi-button > .ladi-button-background {
    background: rgba(255, 68, 59, 1);
    background: -webkit-linear-gradient(
      180deg,
      rgba(255, 68, 59, 1),
      rgba(120, 6, 1, 1)
    );
    background: linear-gradient(
      180deg,
      rgba(255, 68, 59, 1),
      rgba(120, 6, 1, 1)
    );
  }
  #BUTTON283 > .ladi-button {
    border-radius: 12px;
  }
  #BUTTON283.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_ITEM285 {
    width: 250.342px;
    height: 45.6576px;
    top: 20px;
    left: 0px;
  }
  #FORM_ITEM286 {
    width: 250.342px;
    height: 47.4479px;
    top: 95.9281px;
    left: 0px;
  }
  #FORM282 {
    width: 250.342px;
    height: 168.676px;
    top: 180.622px;
    left: 42.192px;
  }
  #FORM282 > .ladi-form {
    color: rgb(212, 212, 212);
    font-size: 15px;
    line-height: 1.6;
  }
  #FORM282 > .ladi-form label[for="phone"] {
    top: 74px;
  }
  #FORM282 .ladi-form-item .ladi-form-control::placeholder,
  #FORM282
    .ladi-form
    .ladi-form-item
    .ladi-form-control-select[data-selected=""],
  #FORM282
    .ladi-form
    .ladi-form-item.ladi-form-checkbox
    .ladi-form-checkbox-item
    span[data-checked="false"] {
    color: rgba(212, 212, 212, 1);
  }
  #FORM282 .ladi-form-item {
    padding-left: 10px;
    padding-right: 10px;
  }
  #FORM282 .ladi-form-item.ladi-form-checkbox {
    padding-left: 15px;
    padding-right: 15px;
  }
  #FORM282 .ladi-form-item-container {
    border-style: solid;
    border-color: rgb(122, 7, 7);
    border-width: 2px;
    border-radius: 13px;
  }
  #FORM282 .ladi-form-item-container .ladi-form-quantity button {
    background-color: rgb(122, 7, 7);
  }
  #FORM282 .ladi-form-item-background {
    background-color: rgb(24, 3, 3);
    border-radius: 11px;
  }
  #PARAGRAPH287 {
    width: 297px;
    top: 80.056px;
    left: 30px;
  }
  #PARAGRAPH287 > .ladi-paragraph {
    font-family: "SourceSansPro-Bold.ttf";
    color: rgb(255, 255, 255);
    font-size: 20px;
    text-align: center;
    line-height: 1.6;
  }
  #COUNTDOWN_ITEM289 {
    visibility: hidden;
    pointer-events: none;
  }
  #COUNTDOWN288 {
    width: 269.882px;
    height: 50.255px;
    top: 116.742px;
    left: 30px;
  }
  #COUNTDOWN288 > .ladi-countdown {
    font-family: "Roboto Slab", serif;
    color: rgb(255, 255, 255);
    font-size: 40px;
    font-weight: bold;
    text-align: center;
  }
  #COUNTDOWN288 > .ladi-countdown > .ladi-element {
    width: calc((100% - 10px * 3) / 4);
    margin-right: 10px;
    height: 100%;
  }
  #COUNTDOWN288 > .ladi-countdown .ladi-countdown-background {
    background-color: rgb(173, 30, 23);
    border-radius: 9px;
  }
  #PARAGRAPH293 {
    width: 260px;
    top: 416px;
    left: 40px;
  }
  #PARAGRAPH293 > .ladi-paragraph {
    font-family: "SourceSansPro-Regular.ttf";
    color: rgb(255, 255, 255);
    font-size: 13px;
    text-align: center;
    line-height: 1.6;
  }
  #PARAGRAPH294 {
    width: 260px;
    top: 395.2px;
    left: 40px;
  }
  #PARAGRAPH294 > .ladi-paragraph {
    font-family: "SourceSansPro-Regular.ttf";
    color: rgb(255, 255, 255);
    font-size: 13px;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP277 {
    width: 331px;
    height: 457.6px;
    top: 555.94px;
    left: 40px;
  }
  #BOX296 {
    width: 280px;
    height: 170px;
    top: 0px;
    left: 0px;
  }
  #BOX296 > .ladi-box {
    background-color: rgb(89, 27, 24);
    border-style: solid;
    border-color: rgb(255, 156, 1);
    border-width: 2px;
    border-radius: 20px;
  }
  #BOX297 {
    width: 276px;
    height: 60.4044px;
    top: 2.68421px;
    left: 2px;
  }
  #BOX297 > .ladi-box {
    background-color: rgb(136, 15, 9);
    border-color: rgb(69, 182, 255);
    border-width: 4px;
    border-radius: 20px 20px 0px 0px;
  }
  #HEADLINE298 {
    width: 281px;
    top: 17.8947px;
    left: 0px;
  }
  #HEADLINE298 > .ladi-headline {
    font-family: "SourceSansPro-Black.ttf";
    color: rgb(255, 255, 255);
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE300 {
    width: 272px;
    top: 0px;
    left: 0px;
  }
  #HEADLINE300 > .ladi-headline {
    font-family: "SourceSansPro-Black.ttf";
    color: rgb(255, 255, 255);
    font-size: 22px;
    text-align: center;
    line-height: 1.6;
  }
  #SHAPE301 {
    width: 17.552px;
    height: 17.8948px;
    top: 6.26317px;
    left: 38px;
  }
  #SHAPE301 svg:last-child {
    fill: rgba(255, 225, 0, 1);
  }
  #GROUP299 {
    width: 271px;
    height: 30.4211px;
    top: 74.2632px;
    left: 9px;
  }
  #HEADLINE303 {
    width: 272px;
    top: 0px;
    left: 0px;
  }
  #HEADLINE303 > .ladi-headline {
    font-family: "SourceSansPro-Black.ttf";
    color: rgb(255, 255, 255);
    font-size: 22px;
    text-align: center;
    line-height: 1.6;
  }
  #SHAPE304 {
    width: 17.552px;
    height: 17.8948px;
    top: 6.26317px;
    left: 37px;
  }
  #SHAPE304 svg:last-child {
    fill: rgba(255, 225, 0, 1);
  }
  #GROUP302 {
    width: 271px;
    height: 30.4211px;
    top: 125.263px;
    left: 9px;
  }
  #LINE305 {
    width: 279px;
    top: 107.368px;
    left: 2px;
  }
  #LINE305 > .ladi-line > .ladi-line-container {
    border-top: 1px solid rgb(136, 14, 8);
    border-right: 1px solid rgb(136, 14, 8);
    border-bottom: 1px solid rgb(136, 14, 8);
    border-left: 0px !important;
  }
  #LINE305 > .ladi-line {
    width: 100%;
    padding: 8px 0px;
  }
  #LINE306 {
    width: 279px;
    top: 55.4737px;
    left: 2px;
  }
  #LINE306 > .ladi-line > .ladi-line-container {
    border-top: 1px solid rgb(136, 14, 8);
    border-right: 1px solid rgb(136, 14, 8);
    border-bottom: 1px solid rgb(136, 14, 8);
    border-left: 0px !important;
  }
  #LINE306 > .ladi-line {
    width: 100%;
    padding: 8px 0px;
  }
  #GROUP295 {
    width: 280px;
    height: 170px;
    top: 1897.9px;
    left: 89px;
  }
  #IMAGE308 {
    width: 103.574px;
    height: 93.3189px;
    top: 3.14002px;
    left: 0px;
  }
  #IMAGE308 > .ladi-image > .ladi-image-background {
    width: 103.574px;
    height: 93.3189px;
    top: 0px;
    left: 0px;
    background-image: url("../img/quality_mark1-20210219070803.png");
  }
  #IMAGE309 {
    width: 99.6002px;
    height: 99.6px;
    top: 0px;
    left: 122.738px;
  }
  #IMAGE309 > .ladi-image > .ladi-image-background {
    width: 99.6002px;
    height: 99.6px;
    top: 0px;
    left: 0px;
    background-image: url("../img/quality_mark3-20210219070757.png");
  }
  #IMAGE310 {
    width: 95.3702px;
    height: 95.37px;
    top: 3.14002px;
    left: 246.628px;
  }
  #IMAGE310 > .ladi-image > .ladi-image-background {
    width: 95.3702px;
    height: 95.37px;
    top: 0px;
    left: 0px;
    background-image: url("../img/quality_mark2-20210219070750.png");
  }
  #GROUP307 {
    width: 341.999px;
    height: 99.6px;
    top: 2077.9px;
    left: 40px;
  }
  #GROUP307.ladi-animation > .ladi-group {
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }

  #BOX312 {
    width: 420px;
    height: 107.167px;
    top: 0px;
    left: 0px;
  }
  #BOX312 > .ladi-box {
    opacity: 0.74;
    background-color: rgb(0, 0, 0);
  }
  #SHAPE314 {
    width: 39.4196px;
    height: 53px;
    top: 0px;
    left: 0px;
  }
  #SHAPE314 svg:last-child {
    fill: rgba(251, 206, 48, 1);
  }
  #HEADLINE315 {
    width: 356px;
    top: 0px;
    left: 47px;
  }
  #HEADLINE315 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 20px;
    line-height: 1.6;
  }
  #GROUP313 {
    width: 402px;
    height: 59px;
    top: 25.083px;
    left: 9px;
  }
  #GROUP311 {
    width: 420px;
    height: 107.167px;
    top: 1055.97px;
    left: 0px;
  }
  #BOX317 {
    width: 420px;
    height: 107.167px;
    top: 0px;
    left: 0px;
  }
  #BOX317 > .ladi-box {
    opacity: 0.74;
    background-color: rgb(0, 0, 0);
  }
  #SHAPE319 {
    width: 39.4196px;
    height: 53px;
    top: 0px;
    left: 0px;
  }
  #SHAPE319 svg:last-child {
    fill: rgba(251, 206, 48, 1);
  }
  #HEADLINE320 {
    width: 356px;
    top: 0px;
    left: 47px;
  }
  #HEADLINE320 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 20px;
    line-height: 1.6;
  }
  #GROUP318 {
    width: 402px;
    height: 59px;
    top: 25.083px;
    left: 9px;
  }
  #GROUP316 {
    width: 420px;
    height: 107.167px;
    top: 1173.13px;
    left: 0px;
  }
  #BOX322 {
    width: 420px;
    height: 107.167px;
    top: 0px;
    left: 0px;
  }
  #BOX322 > .ladi-box {
    opacity: 0.74;
    background-color: rgb(0, 0, 0);
  }
  #SHAPE324 {
    width: 39.4196px;
    height: 53px;
    top: 0px;
    left: 0px;
  }
  #SHAPE324 svg:last-child {
    fill: rgba(251, 206, 48, 1);
  }
  #HEADLINE325 {
    width: 356px;
    top: 10.5px;
    left: 47px;
  }
  #HEADLINE325 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 20px;
    line-height: 1.6;
  }
  #GROUP323 {
    width: 402px;
    height: 53px;
    top: 25.083px;
    left: 9px;
  }
  #GROUP321 {
    width: 420px;
    height: 107.167px;
    top: 1297.9px;
    left: 0px;
  }
  #SECTION273 {
    height: 1790.9px;
  }
  #SECTION273 > .ladi-section-background {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("../img/header_bg-20210305073915.jpg");
    background-position: center top;
    background-repeat: no-repeat;
  }
  #SECTION329 {
    height: 1530.02px;
  }
  #SECTION329 > .ladi-section-background {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("../img/bg-order-20210309021809.jpg");
    background-position: center top;
    background-repeat: repeat;
  }
  #PARAGRAPH330 {
    width: 400px;
    top: 35.96px;
    left: 10px;
  }
  #PARAGRAPH330 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 43px;
    text-align: center;
    line-height: 1.6;
  }
  #IMAGE331 {
    width: 121.598px;
    height: 150.805px;
    top: 0px;
    left: 60.902px;
  }
  #IMAGE331 > .ladi-image > .ladi-image-background {
    width: 925.281px;
    height: 868.858px;
    top: -718.056px;
    left: 0px;
    background-image: url("../img/icon-pack-20210309022007.png");
  }
  #PARAGRAPH332 {
    width: 229px;
    top: 222.402px;
    left: 0px;
  }
  #PARAGRAPH332 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 22px;
    text-align: center;
    line-height: 1.6;
  }
  #PARAGRAPH333 {
    width: 136px;
    top: 167.902px;
    left: 46.5px;
  }
  #PARAGRAPH333 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 25px;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP334 {
    width: 229px;
    height: 291.402px;
    top: 255.96px;
    left: 90px;
  }
  #IMAGE336 {
    width: 121.598px;
    height: 150.805px;
    top: 0px;
    left: 60.902px;
  }
  #IMAGE336 > .ladi-image > .ladi-image-background {
    width: 925.281px;
    height: 868.861px;
    top: -718.056px;
    left: -163px;
    background-image: url("../img/icon-pack-20210309022007.png");
  }
  #PARAGRAPH337 {
    width: 229px;
    top: 222.402px;
    left: 0px;
  }
  #PARAGRAPH337 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 22px;
    text-align: center;
    line-height: 1.6;
  }
  #PARAGRAPH338 {
    width: 136px;
    top: 167.902px;
    left: 46.5px;
  }
  .lll {
    width: 300px!important;
    top: 50px!important;
    left: 56px!important;
  }
  #PARAGRAPH338 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 25px;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP335 {
    width: 229px;
    height: 326.402px;
    top: 565.96px;
    left: 90px;
  }
  #IMAGE340 {
    width: 136.098px;
    height: 150.805px;
    top: 0px;
    left: 46.451px;
  }
  #IMAGE340 > .ladi-image > .ladi-image-background {
    width: 925.281px;
    height: 868.861px;
    top: -718.056px;
    left: -328px;
    background-image: url("../img/icon-pack-20210309022007.png");
  }
  #PARAGRAPH341 {
    width: 229px;
    top: 222.402px;
    left: 0px;
  }
  #PARAGRAPH341 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 22px;
    text-align: center;
    line-height: 1.6;
  }
  #PARAGRAPH342 {
    width: 165px;
    top: 165.902px;
    left: 27px;
  }
  #PARAGRAPH342 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 25px;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP339 {
    width: 229px;
    height: 326.402px;
    top: 915.96px;
    left: 90px;
  }
  #IMAGE344 {
    width: 121.598px;
    height: 150.805px;
    top: 0px;
    left: 60.902px;
  }
  #IMAGE344 > .ladi-image > .ladi-image-background {
    width: 925.281px;
    height: 868.861px;
    top: -718.056px;
    left: -487px;
    background-image: url("../img/icon-pack-20210309022007.png");
  }
  #PARAGRAPH345 {
    width: 229px;
    top: 222.402px;
    left: 0px;
  }
  #PARAGRAPH345 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 22px;
    text-align: center;
    line-height: 1.6;
  }
  #PARAGRAPH346 {
    width: 136px;
    top: 167.902px;
    left: 46.5px;
  }
  #PARAGRAPH346 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 25px;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP343 {
    width: 229px;
    height: 326.402px;
    top: 1265.96px;
    left: 90px;
  }
  #IMAGE347 {
    width: 80.9266px;
    height: 127.805px;
    top: 525.96px;
    left: 670px;
  }
  #IMAGE347 > .ladi-image > .ladi-image-background {
    width: 796.829px;
    height: 748.242px;
    top: -276.499px;
    left: -682.818px;
    background-image: url("../img/icon-pack-20210309022007.png");
  }
  #IMAGE348 {
    width: 80.9266px;
    height: 127.805px;
    top: 765.96px;
    left: -190px;
  }
  #IMAGE348 > .ladi-image > .ladi-image-background {
    width: 796.829px;
    height: 748.242px;
    top: -276.499px;
    left: -682.818px;
    background-image: url("../img/icon-pack-20210309022007.png");
  }
  #IMAGE349 {
    width: 80.9266px;
    height: 127.805px;
    top: 645.96px;
    left: 660px;
  }
  #IMAGE349 > .ladi-image > .ladi-image-background {
    width: 796.829px;
    height: 748.242px;
    top: -276.499px;
    left: -682.818px;
    background-image: url("../img/icon-pack-20210309022007.png");
  }
  #BOX354 {
    width: 400px;
    height: 510px;
    top: 15.94px;
    left: 10px;
  }
  #BOX354 > .ladi-box {
    opacity: 0.74;
    background-color: rgb(0, 0, 0);
  }
  #PARAGRAPH358 {
    width: 380px;
    top: 35.94px;
    left: 20px;
  }
  #PARAGRAPH358 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 34px;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP359 {
    width: 291px;
    height: 90.3px;
    top: 6.35px;
    left: 492.5px;
  }
  #COUNTDOWN_ITEM367 {
    visibility: hidden;
    pointer-events: none;
  }
  #COUNTDOWN366 {
    width: 284px;
    height: 57px;
    top: 33.3px;
    left: 30px;
  }
  #COUNTDOWN366 > .ladi-countdown {
    font-family: "Roboto Slab", serif;
    color: rgb(251, 206, 48);
    font-size: 40px;
    font-weight: bold;
    text-align: center;
  }
  #COUNTDOWN366 > .ladi-countdown > .ladi-element {
    width: calc((100% - 10px * 3) / 4);
    margin-right: 10px;
    height: 100%;
  }
  #HEADLINE371 {
    width: 255px;
    top: 0px;
    left: 52px;
  }
  #HEADLINE371 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 23px;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP365 {
    width: 307px;
    height: 90.3px;
    top: 425.94px;
    left: 30px;
  }
  #PARAGRAPH372 {
    width: 380px;
    top: 285.94px;
    left: 20px;
  }
  #PARAGRAPH372 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 20px;
    text-align: center;
    line-height: 1.6;
  }
  #PARAGRAPH373 {
    width: 224px;
    top: 375.94px;
    left: 100px;
  }
  #PARAGRAPH373 > .ladi-paragraph {
    color: rgb(232, 60, 48);
    font-size: 22px;
    text-align: center;
    line-height: 1.6;
  }
  #SECTION374 {
    height: 100px;
  }
  #SECTION374 > .ladi-section-background {
    background-color: rgb(36, 36, 36);
  }
  #PARAGRAPH375 {
    width: 400px;
    top: 10px;
    left: 10px;
  }
  #PARAGRAPH375 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON_TEXT376 {
    width: 279px;
    top: 9px;
    left: 0px;
  }
  #BUTTON_TEXT376 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(36, 36, 36);
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON376 {
    width: 230px;
    height: 50px;
    top: 474.799px;
    left: 91px;
  }
  #BUTTON376 > .ladi-button > .ladi-button-background {
    background-color: rgb(251, 205, 47);
  }
  #BUTTON376 > .ladi-button {
    box-shadow: 0px 0px 32px -6px rgba(251, 204, 46, 1);
    -webkit-box-shadow: 0px 0px 32px -6px rgba(251, 204, 46, 1);
    border-radius: 52px;
  }
  #BUTTON376.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;
  }
  #BUTTON_TEXT380 {
    width: 279px;
    top: 9px;
    left: 0px;
  }
  #BUTTON_TEXT380 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(36, 36, 36);
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON380 {
    width: 230px;
    height: 50px;
    top: 1432.74px;
    left: 90px;
  }
  #BUTTON380 > .ladi-button > .ladi-button-background {
    background-color: rgb(251, 205, 47);
  }
  #BUTTON380 > .ladi-button {
    box-shadow: 0px 0px 32px -6px rgba(251, 204, 46, 1);
    -webkit-box-shadow: 0px 0px 32px -6px rgba(251, 204, 46, 1);
    border-radius: 52px;
  }
  #BUTTON380.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;
  }
  #SHAPE384 {
    width: 54.2911px;
    height: 56px;
    top: 17.5985px;
    left: 180.324px;
  }
  #SHAPE384 svg:last-child {
    fill: rgba(255, 255, 255, 1);
  }
  #GROUP385 {
    width: 400.539px;
    height: 268.098px;
    top: 560.565px;
    left: 10px;
  }
  #SHAPE386 {
    width: 50.6308px;
    height: 50px;
    top: 21.5975px;
    left: 175px;
  }
  #SHAPE386 svg:last-child {
    fill: rgba(255, 255, 255, 1);
  }
  #GROUP387 {
    width: 390px;
    height: 268.098px;
    top: 1220.56px;
    left: 14px;
  }
  #SHAPE388 {
    width: 50.531px;
    height: 62.377px;
    top: 15.8985px;
    left: 174px;
  }
  #SHAPE388 svg:last-child {
    fill: rgba(255, 255, 255, 1);
  }
  #GROUP389 {
    width: 400px;
    height: 245.098px;
    top: 1520.56px;
    left: 10px;
  }
  #IMAGE390 {
    width: 156.905px;
    height: 390px;
    top: 490.565px;
    left: -350px;
  }
  #IMAGE390 > .ladi-image > .ladi-image-background {
    width: 156.905px;
    height: 390px;
    top: 0px;
    left: 0px;
    background-image: url("../img/product_midd.png");
  }
  #HEADLINE391 {
    width: 400px;
    top: 1934.9px;
    left: 10px;
  }
  #HEADLINE391 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 12px;
    text-align: center;
    line-height: 1.6;
  }
  #NOTIFY392 {
    width: 300px;
    height: 62px;
    top: 10px;
    left: 10px;
    bottom: auto;
    right: auto;
    position: fixed;
    z-index: 90000060;
  }
}

.timers {
  margin-left: 11px;
}
.timers div {
  display: inline-block;
}
.timers div:nth-child(1) {
  display: inline-block;
  margin-right: 10px;
}
.timers div:nth-child(3) {
  display: inline-block;
  margin-left: 10px;
}
.form-cd .timers div {
  display: inline-block;
  color: #fff;
  background-color: rgb(173, 30, 23);
  border-radius: 9px;
  font-family: "Roboto Slab", serif;
  font-size: 40px;
  width: 60px;
  padding: 5px 0;
  text-align: center;
}
.jst-clearDiv {
  opacity: 0;
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  animation: pulse 1s infinite;
  -webkit-animation: pulse 1s infinite;
}
#custom_last_buyer {
  position: fixed;
  top: 10px;
  left: 10px;
  background: #efefef;
  opacity: 0;
  z-index: 98;
  white-space: nowrap;
  font-size: 0;
  text-align: left;
  padding: 5px;
  box-shadow: 0 0 1px rgb(64 64 64 / 30%), 0 8px 50px rgb(64 64 64 / 5%);
  border-radius: 40px;
  color: rgba(64, 64, 64, 1);
  background: rgba(250, 250, 250, 0.9);
  line-height: 1.6;
  width: 100%;
  height: 100%;
  font-size: 13px;
  width: 300px;
  height: 62px;
}
#custom_last_buyer img:not(.currsymbol) {
  float: left;
  border-radius: 100%;
  width: 53px;
  height: 53px;
}
#custom_last_buyer p {
  float: left;
  margin: 0px 0 0 5px;
  font-size: 13px;
  color: #404040;
  line-height: 13px;
  line-height: 20px;
  max-width: 78%;
  white-space: normal;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  padding: 0;
  line-height: 13px;
}
.lb-name {
  font-weight: 700;
}
#custom_last_buyer p span {
  line-height: 120% !important;
  display: inline !important;
}
#custom_last_buyer .lb-name,
#custom_last_buyer .lb-location,
#custom_last_buyer .lb-product {
  line-height: 120% !important;
  display: inline !important;
}
.fadeInBottom {
  opacity: 0;
  animation: fadeInTop 0.5s 1 1s forwards;
}
.fadeOutBottom {
  opacity: 1;
  animation: fadeOutTop 0.5s 1 1s forwards;
}
@keyframes customFadeIn {
  from {
    opacity: 0;
    transform: translate3d(100%, 100%, 100%);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
#custom_last_buyer.lb-custom-fade-in {
  opacity: 0;
  animation-name: customFadeIn;
  animation-duration: 1s;
  animation-fill-mode: both;
  height: 62px;
}
@keyframes customFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    top: 0;
  }
}
#custom_last_buyer.lb-custom-fade-out {
  opacity: 0;
  animation-name: customFadeOut;
  animation-duration: 1s;
  animation-fill-mode: both;
  height: 62px;
}
.form-btn {
  background: rgba(255, 68, 59, 1);
  background: -webkit-linear-gradient(
    180deg,
    rgba(255, 68, 59, 1),
    rgba(120, 6, 1, 1)
  );
  background: linear-gradient(180deg, rgba(255, 68, 59, 1), rgba(120, 6, 1, 1));
  padding: 10px 0 20px 0;
}
#GROUP359 .timers div:nth-child(1),
#COUNTDOWN366 .timers div:nth-child(1) {
  display: inline-block;
  margin-right: 40px;
}
#GROUP359 .timers div:nth-child(3),
#COUNTDOWN366 .timers div:nth-child(3) {
  display: inline-block;
  margin-left: 40px;
}

@media (mix-width: 700px) and(max-width: 1200px) {
  .ladi-container {
    transform: scale(0.8);
    transform-origin: 0 0;
  }
}
@media (max-width: 900px) {
  .ladi-container {
    transform: scale(0.9);
    transform-origin: 0 0;
  }
}
@media (max-width: 630px) {
  #custom_last_buyer {
    width: 300px;
    left: 0;
    bottom: 0;
  }
  #custom_last_buyer p {
    font-size: 12px;
  }
  #custom_last_buyer p a {
    font-size: 12px;
    line-height: 12px;
  }
}
.feedback {
	width: 65px;
	height: 60px;
	position: fixed;
	right: -15px;
	top: 130px;
	display: flex;
	align-items: center;
	background: #e52d27;
	background: -webkit-linear-gradient(180deg, #e52d27, #b31217);
	background: linear-gradient(180deg, #e52d27, #b31217);
	padding-left: 10px;
	border-top-left-radius: 35px;
	border-bottom-left-radius: 35px;
	cursor: pointer;
	z-index: 1000;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
	transition: all 0.5s;
  }
  
  .feedback:hover {
	right: 0;
  }
  
  .feedback img {
	width: 45px;
	height: 45px;
  }
  
  .popup-window {
	font-family: inherit;
	display: none;
	width: 300px;
	position: fixed;
	right: 0;
	top: 130px;
	padding: 35px 10px;
	background: #fff;
	border-radius: 5px;
	z-index: 2000;
  }
  
  .popup-window form {
	width: 100%;
	min-height: auto;
	padding: 0;
	background: inherit;
	box-shadow: none;
  }
  
  .popup-window label {
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
	color: #333;
	text-transform: uppercase;
  }
  
  .popup-window input {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	padding: 10px;
	border: none;
	font-family: inherit;
	font-size: 16px;
	margin-bottom: 15px;
	border: 1px solid #333;
  }
  
  .popup-window button {
	width: 100%;
	padding: 10px;
	border: none;
	border-radius: 5px;
	background: #e52d27;
	background: -webkit-linear-gradient(180deg, #e52d27, #b31217);
	background: linear-gradient(180deg, #e52d27, #b31217);
	color: #fff;
	cursor: pointer;
	font-family: inherit;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 15px;
	border-radius: 20px;
  }
  
  .close-popup {
	position: absolute;
	right: 10px;
	top: 5px;
	width: 27px;
	height: 27px;
	background-color: #fff;
	cursor: pointer;
  }
  
  .close-popup:before {
	content: "";
	background: #333;
	width: 20px;
	height: 1px;
	position: absolute;
	top: 13px;
	left: 4px;
	transform: rotate(-45deg);
  }
  
  .close-popup:after {
	content: "";
	background: #333;
	width: 20px;
	height: 1px;
	position: absolute;
	top: 13px;
	left: 4px;
	transform: rotate(45deg);
  }