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.svg) 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.svg) 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: -webkit-inline-flex;
  display: inline-flex;
  left: 0;
  transition: left 150ms ease-in-out;
}
.ladi-gallery.ladi-gallery-bottom
  .ladi-gallery-control
  .ladi-gallery-control-box {
  display: -webkit-inline-flex;
  display: inline-flex;
  left: 0;
  transition: left 150ms ease-in-out;
}
.ladi-gallery.ladi-gallery-left
  .ladi-gallery-control
  .ladi-gallery-control-box {
  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.svg) 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.svg) 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.svg) 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: -webkit-inline-flex;
  display: inline-flex;
}
.ladi-cart .ladi-cart-quantity input {
  width: 24px;
  text-align: center;
  height: 22px;
  -moz-appearance: textfield;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
.ladi-cart .ladi-cart-quantity input::-webkit-inner-spin-button,
.ladi-cart .ladi-cart-quantity input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ladi-cart .ladi-cart-quantity button {
  border: 1px solid #dcdcdc;
  cursor: pointer;
  text-align: center;
  width: 21px;
  height: 22px;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.ladi-cart .ladi-cart-quantity button: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.svg) 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-lazyload {
  background-image: none !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: -webkit-inline-flex;
  display: inline-flex;
  border-color: inherit;
}
.ladi-form
  > .ladi-element
  .ladi-form-item-container
  .ladi-form-item.ladi-form-quantity
  .ladi-form-control {
  text-align: center;
  pointer-events: none;
  -moz-appearance: textfield;
  width: calc(100% - 45px);
  padding: 0;
  min-width: 24px;
  border-top: 1px hidden;
  border-bottom: 1px hidden;
  border-color: inherit;
}
.ladi-form
  > .ladi-element
  .ladi-form-item-container
  .ladi-form-item.ladi-form-quantity
  input::-webkit-inner-spin-button,
.ladi-form
  > .ladi-element
  .ladi-form-item-container
  .ladi-form-item.ladi-form-quantity
  input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ladi-form-quantity button {
  border: 1px hidden;
  border-color: inherit;
  cursor: pointer;
  text-align: center;
  width: 30px;
  height: 100%;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.ladi-form-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;
}
.ladi-story-page-progress-bar {
  width: 100%;
  height: 25px;
  position: fixed;
  top: 0;
  left: 0;
}
.ladi-story-page-progress-bar-item {
  height: 100%;
  width: 100%;
  display: block;
  float: left;
  margin: 0 5px;
  position: relative;
  cursor: pointer;
}
.ladi-story-page-progress-bar-item:before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  width: 100%;
  height: 4px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.ladi-story-page-progress-bar-item.active:before {
  background: #fff;
}
.ladi-story-page-progress-bar-item span {
  background: #fff;
  border-radius: 10px;
  height: 4px;
  display: block;
  margin: auto 0;
  top: 0;
  bottom: 0;
  position: absolute;
  transition: width 0.3s linear;
  width: 0%;
}
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 Avo.ttf";
  src: url("../font/utm-avo-20200828042229.ttf") format("truetype");
}
@font-face {
  font-family: "UTM HelvetIns.ttf";
  src: url("../font/utm-helvetins-20200828042229.ttf") format("truetype");
}
@font-face {
  font-family: "UTM AvoBold.ttf";
  src: url("../font/utm-avobold-20200828042229.ttf") format("truetype");
}
@font-face {
  font-family: "Merriweather-Black.ttf";
  src: url("../font/merriweather-black-20201007045253.ttf") format("truetype");
}
@font-face {
  font-family: "SourceSansPro-Black.ttf";
  src: url("../font/sourcesanspro-black-20201231072028.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");
}
body {
  font-family: "UTM Avo.ttf";
}

@media (min-width: 768px) {
  #SECTION_POPUP {
    height: 0px;
  }
  #SECTION1 {
    height: 930px;
  }
  #SECTION1 > .ladi-section-background {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("../img/bg4-20200916080138.png");
    background-position: center center;
    background-repeat: no-repeat;
  }
  #SECTION2 {
    height: 861.58px;
  }
  #SECTION2 > .ladi-section-background {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("../img/bg4-20200916080138.png");
    background-position: center top;
    background-repeat: repeat;
  }
  #SECTION3 {
    height: 355px;
  }
  #SECTION3 > .ladi-section-background {
    background-color: rgb(238, 238, 238);
  }
  #SECTION4 {
    height: 511px;
  }
  #SECTION4 > .ladi-section-background {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("../img/bg2-20200916040724.png");
    background-position: center top;
    background-repeat: repeat;
  }
  #SECTION5 {
    height: 644px;
  }
  #SECTION5 > .ladi-section-background {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("../img/bg5-20200916070838.png");
    background-position: right center;
    background-repeat: repeat;
  }
  #SECTION6 {
    height: 536px;
  }
  #SECTION6 > .ladi-section-background {
    background-color: rgb(0, 0, 0);
  }
  #SECTION7 {
    height: 661px;
  }
  #SECTION8 {
    height: 423px;
  }
  #SECTION8 > .ladi-section-background {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("../img/bg2-20200916040724.png");
    background-position: center center;
    background-repeat: repeat;
  }
  #SECTION10 {
    height: 1040px;
  }
  #SECTION10 > .ladi-section-background {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("../img/bg3-20200916073400.png");
    background-position: center top;
    background-repeat: repeat;
  }
  #HEADLINE11 {
    width: 326px;
    top: 70.757px;
    left: 50px;
  }
  #HEADLINE11 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 29px;
    line-height: 1.4;
  }
  #HEADLINE12 {
    width: 73px;
    top: 0px;
    left: 207.275px;
  }
  #HEADLINE12 > .ladi-headline {
    font-family: "UTM HelvetIns.ttf";
    color: rgb(255, 199, 42);
    font-size: 96px;
    font-weight: bold;
    line-height: 1.6;
  }
  #LINE13 {
    width: 111px;
    top: 114.757px;
    left: 131.321px;
  }
  #LINE13 > .ladi-line > .ladi-line-container {
    border-top: 1px solid rgb(255, 199, 42);
    border-right: 1px solid rgb(255, 199, 42);
    border-bottom: 1px solid rgb(255, 199, 42);
    border-left: 0px !important;
  }
  #LINE13 > .ladi-line {
    width: 100%;
    padding: 8px 0px;
  }
  #GROUP14 {
    width: 326px;
    height: 153px;
    top: 0px;
    left: 0px;
  }
  #IMAGE15 {
    width: 61px;
    height: 59px;
    top: 0px;
    left: 0px;
  }
  #IMAGE15 > .ladi-image > .ladi-image-background {
    width: 61px;
    height: 59px;
    top: 0px;
    left: 0px;
    background-image: url("../img/icon1-1554695345-20200916034606.png");
  }
  #IMAGE16 {
    width: 50px;
    height: 62px;
    top: 0px;
    left: 0px;
  }
  #IMAGE16 > .ladi-image > .ladi-image-background {
    width: 50px;
    height: 62px;
    top: 0px;
    left: 0px;
    background-image: url("../img/icon4-1554695700-20200916034607.png");
  }
  #IMAGE17 {
    width: 44px;
    height: 56px;
    top: 0px;
    left: 0px;
  }
  #IMAGE17 > .ladi-image > .ladi-image-background {
    width: 44px;
    height: 56px;
    top: 0px;
    left: 0px;
    background-image: url("../img/icon2-1554695367-20200916034607.png");
  }
  #IMAGE18 {
    width: 36px;
    height: 50px;
    top: 0px;
    left: 0px;
  }
  #IMAGE18 > .ladi-image > .ladi-image-background {
    width: 36px;
    height: 50px;
    top: 0px;
    left: 0px;
    background-image: url("../img/icon3-1554695682-20200916034607.png");
  }
  #HEADLINE19 {
    width: 243px;
    top: 1px;
    left: 68px;
  }
  #HEADLINE19 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 17px;
    font-weight: bold;
    line-height: 1.6;
  }
  #HEADLINE30 {
    width: 168px;
    top: 13px;
    left: 55px;
  }
  #HEADLINE30 > .ladi-headline {
    color: rgb(255, 199, 42);
    font-size: 17px;
    font-weight: bold;
    line-height: 1.6;
  }
  #HEADLINE31 {
    width: 168px;
    top: 1.5px;
    left: 76.5px;
  }
  #HEADLINE31 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 17px;
    font-weight: bold;
    line-height: 1.6;
  }
  #HEADLINE32 {
    width: 160px;
    top: 7px;
    left: 71px;
  }
  #HEADLINE32 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 17px;
    font-weight: bold;
    line-height: 1.6;
  }
  #GROUP33 {
    width: 310px;
    height: 56px;
    top: 197.656px;
    left: 378px;
  }
  #GROUP34 {
    width: 223px;
    height: 50px;
    top: 269.656px;
    left: 102.001px;
  }
  #GROUP35 {
    width: 244.5px;
    height: 59px;
    top: 196.156px;
    left: 90px;
  }
  #GROUP36 {
    width: 231px;
    height: 62px;
    top: 263.656px;
    left: 378.001px;
  }
  #HEADLINE37 {
    width: 193px;
    top: 36.099px;
    left: 263.679px;
  }
  #HEADLINE37 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 19px;
    font-weight: bold;
    line-height: 1.6;
  }
  #IMAGE38 {
    width: 538.283px;
    height: 190px;
    top: -10px;
    left: 80px;
  }
  #IMAGE38 > .ladi-image > .ladi-image-background {
    width: 538.283px;
    height: 190px;
    top: 0px;
    left: 0px;
    background-image: url("../img/menlust_logo-02-20201208063317.png");
  }
  #HEADLINE40 {
    width: 600px;
    top: 35.5px;
    left: 310px;
  }
  #HEADLINE40 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(255, 199, 42);
    font-size: 30px;
    text-align: center;
    line-height: 1.6;
  }
  #PARAGRAPH41 {
    width: 250px;
    top: 151px;
    left: 0px;
  }
  #PARAGRAPH41 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
  }
  #PARAGRAPH42 {
    width: 293px;
    top: 149px;
    left: 0px;
  }
  #PARAGRAPH42 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
  }
  #PARAGRAPH43 {
    width: 294px;
    top: 149px;
    left: 0px;
  }
  #PARAGRAPH43 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE44 {
    width: 158px;
    top: 0px;
    left: 0px;
  }
  #HEADLINE44 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(255, 199, 42);
    font-size: 104px;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE45 {
    width: 65px;
    top: 32px;
    left: 131px;
  }
  #HEADLINE45 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(255, 199, 42);
    font-size: 44px;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP46 {
    width: 196px;
    height: 166px;
    top: 0px;
    left: 27px;
  }
  #HEADLINE49 {
    width: 158px;
    top: 0px;
    left: 0px;
  }
  #HEADLINE49 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(255, 199, 42);
    font-size: 104px;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE50 {
    width: 65px;
    top: 32px;
    left: 131px;
  }
  #HEADLINE50 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(255, 199, 42);
    font-size: 44px;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP48 {
    width: 196px;
    height: 166px;
    top: 0px;
    left: 48.5px;
  }
  #HEADLINE52 {
    width: 158px;
    top: 0px;
    left: 0px;
  }
  #HEADLINE52 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(255, 199, 42);
    font-size: 104px;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE53 {
    width: 81px;
    top: 25px;
    left: 139px;
  }
  #HEADLINE53 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(255, 199, 42);
    font-size: 44px;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP51 {
    width: 220px;
    height: 166px;
    top: 0px;
    left: 37px;
  }
  #GROUP54 {
    width: 250px;
    height: 202px;
    top: 87.5px;
    left: 54.5px;
  }
  #GROUP55 {
    width: 293px;
    height: 199px;
    top: 88.5px;
    left: 446.5px;
  }
  #GROUP56 {
    width: 294px;
    height: 224px;
    top: 88.5px;
    left: 847.5px;
  }
  #PARAGRAPH57 {
    width: 533px;
    top: 341.5px;
    left: 326.5px;
  }
  #PARAGRAPH57 > .ladi-paragraph {
    color: rgb(180, 180, 180);
    font-size: 16px;
    font-style: italic;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE58 {
    width: 821px;
    top: 0px;
    left: 0px;
  }
  #HEADLINE58 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(21, 113, 131);
    font-size: 30px;
    text-align: center;
    line-height: 1.6;
  }
  #IMAGE59 {
    width: 528.905px;
    height: 584.575px;
    top: 43.8895px;
    left: -170.155px;
  }
  #IMAGE59 > .ladi-image > .ladi-image-background {
    width: 528.905px;
    height: 584.575px;
    top: 0px;
    left: 0px;
    background-image: url("../img/menlust_decor-20201027100226.png");
  }
  #SHAPE62 {
    width: 39.5307px;
    height: 34.732px;
    top: 21.268px;
    left: 638.374px;
  }
  #SHAPE62 > .ladi-shape {
    transform: rotate(18deg);
    -webkit-transform: rotate(18deg);
  }
  #SHAPE62 svg:last-child {
    fill: rgba(21, 113, 131, 1);
  }
  #LINE63 {
    width: 458px;
    top: 41px;
    left: 183.159px;
  }
  #LINE63 > .ladi-line > .ladi-line-container {
    border-top: 1px solid rgb(21, 113, 131);
    border-right: 1px solid rgb(21, 113, 131);
    border-bottom: 1px solid rgb(21, 113, 131);
    border-left: 0px !important;
  }
  #LINE63 > .ladi-line {
    width: 100%;
    padding: 8px 0px;
  }
  #SHAPE66 {
    width: 30.8545px;
    height: 32.6466px;
    top: 5px;
    left: 0px;
  }
  #SHAPE66 svg:last-child {
    fill: rgba(21, 113, 131, 1);
  }
  #PARAGRAPH67 {
    width: 751px;
    top: 0px;
    left: 50.5px;
  }
  #PARAGRAPH67 > .ladi-paragraph {
    color: rgb(0, 0, 0);
    font-size: 16px;
    text-align: justify;
    line-height: 1.6;
  }
  #GROUP65 {
    width: 801.5px;
    height: 75px;
    top: 402.677px;
    left: 378.75px;
  }
  #SHAPE72 {
    width: 30.0328px;
    height: 32.6466px;
    top: 5px;
    left: 0px;
  }
  #SHAPE72 svg:last-child {
    fill: rgba(21, 113, 131, 1);
  }
  #PARAGRAPH73 {
    width: 749px;
    top: 0px;
    left: 52.1818px;
  }
  #PARAGRAPH73 > .ladi-paragraph {
    color: rgb(0, 0, 0);
    font-size: 16px;
    text-align: justify;
    line-height: 1.6;
  }
  #GROUP71 {
    width: 801.182px;
    height: 75px;
    top: 147.677px;
    left: 378.75px;
  }
  #SHAPE75 {
    width: 30.8545px;
    height: 32.6466px;
    top: 7px;
    left: 0px;
  }
  #SHAPE75 svg:last-child {
    fill: rgba(21, 113, 131, 1);
  }
  #PARAGRAPH76 {
    width: 750px;
    top: 0px;
    left: 51.5px;
  }
  #PARAGRAPH76 > .ladi-paragraph {
    color: rgb(0, 0, 0);
    font-size: 16px;
    text-align: justify;
    line-height: 1.6;
  }
  #GROUP74 {
    width: 801.5px;
    height: 75px;
    top: 275.177px;
    left: 378.75px;
  }
  #GROUP77 {
    width: 820px;
    height: 58px;
    top: 56.5px;
    left: 380px;
  }
  #BUTTON78 {
    width: 298.5px;
    height: 53px;
    top: 518px;
    left: 644.25px;
  }
  #BUTTON78 > .ladi-button > .ladi-button-background {
    background: rgba(232, 48, 140, 1);
    background: -webkit-linear-gradient(
      90deg,
      rgba(232, 48, 140, 1),
      rgba(79, 16, 145, 1)
    );
    background: linear-gradient(
      90deg,
      rgba(232, 48, 140, 1),
      rgba(79, 16, 145, 1)
    );
  }
  #BUTTON78 > .ladi-button {
    box-shadow: 0px 15px 20px -20px #000;
    -webkit-box-shadow: 0px 15px 20px -20px #000;
    border-radius: 14px;
  }
  #BUTTON78.ladi-animation > .ladi-button {
    animation-name: bounce;
    -webkit-animation-name: bounce;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
  }

  @-webkit-keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    40% {
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px);
    }
    60% {
      -webkit-transform: translateY(-15px);
      transform: translateY(-15px);
    }
  }
  @keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
    40% {
      -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
      transform: translateY(-30px);
    }
    60% {
      -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
      transform: translateY(-15px);
    }
  }
  .bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
  }
  .bounce-btn {
    animation-name: bounce;
    -webkit-animation-name: bounce;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
  }
  #BUTTON_TEXT78 {
    width: 299px;
    top: 9px;
    left: 0px;
  }
  #BUTTON_TEXT78 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(255, 255, 255);
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON_TEXT79 {
    width: 299px;
    top: 9px;
    left: 0px;
  }
  #BUTTON_TEXT79 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(255, 255, 255);
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON79 {
    width: 298.5px;
    height: 53px;
    top: 412px;
    left: 478.25px;
  }
  #BUTTON79 > .ladi-button > .ladi-button-background {
    background: rgba(232, 48, 140, 1);
    background: -webkit-linear-gradient(
      90deg,
      rgba(232, 48, 140, 1),
      rgba(79, 16, 145, 1)
    );
    background: linear-gradient(
      90deg,
      rgba(232, 48, 140, 1),
      rgba(79, 16, 145, 1)
    );
  }
  #BUTTON79 > .ladi-button {
    border-radius: 14px;
  }
  #BUTTON79.ladi-animation > .ladi-button {
    animation-name: bounce;
    -webkit-animation-name: bounce;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
  }
  #IMAGE81 {
    width: 869.518px;
    height: 536px;
    top: 0px;
    left: -359.518px;
  }
  #IMAGE81 > .ladi-image > .ladi-image-background {
    width: 869.518px;
    height: 536px;
    top: 0px;
    left: 0px;
    background-image: url("../img/bb-1543826981-20200916044526.png");
  }
  #HEADLINE82 {
    width: 470px;
    top: 28px;
    left: 0px;
  }
  #HEADLINE82 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(255, 255, 255);
    font-size: 32px;
    text-align: center;
    line-height: 1.6;
  }
  #LINE83 {
    width: 464px;
    top: 144px;
    left: 5.5248px;
  }
  #LINE83 > .ladi-line > .ladi-line-container {
    border-top: 1px solid rgb(255, 255, 255);
    border-right: 1px solid rgb(255, 255, 255);
    border-bottom: 1px solid rgb(255, 255, 255);
    border-left: 0px !important;
  }
  #LINE83 > .ladi-line {
    width: 100%;
    padding: 8px 0px;
  }
  #LINE84 {
    width: 464px;
    top: 0px;
    left: 5.5248px;
  }
  #LINE84 > .ladi-line > .ladi-line-container {
    border-top: 1px solid rgb(255, 255, 255);
    border-right: 1px solid rgb(255, 255, 255);
    border-bottom: 1px solid rgb(255, 255, 255);
    border-left: 0px !important;
  }
  #LINE84 > .ladi-line {
    width: 100%;
    padding: 8px 0px;
  }
  #PARAGRAPH85 {
    width: 400px;
    top: 1px;
    left: 100px;
  }
  #PARAGRAPH85 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 16px;
    text-align: justify;
    line-height: 1.6;
  }
  #PARAGRAPH86 {
    width: 410px;
    top: 311px;
    left: 100px;
  }
  #PARAGRAPH86 > .ladi-paragraph {
    color: rgb(255, 199, 42);
    font-size: 16px;
    text-align: justify;
    line-height: 1.6;
  }
  #PARAGRAPH89 {
    width: 400px;
    top: 150.252px;
    left: 100px;
  }
  #PARAGRAPH89 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 16px;
    text-align: justify;
    line-height: 1.6;
  }
  #GROUP91 {
    width: 470px;
    height: 161px;
    top: 0px;
    left: 0px;
  }
  #SHAPE92 {
    width: 25.7914px;
    height: 34.732px;
    top: 0px;
    left: 0px;
  }
  #SHAPE92 > .ladi-shape {
    transform: rotate(-17deg);
    -webkit-transform: rotate(-17deg);
  }
  #SHAPE92 svg:last-child {
    fill: rgba(255, 255, 255, 1);
  }
  #IMAGE94 {
    width: 73.0313px;
    height: 88.0043px;
    top: 134.361px;
    left: 2.48435px;
  }
  #IMAGE94 > .ladi-image > .ladi-image-background {
    width: 73.0313px;
    height: 88.0043px;
    top: 0px;
    left: 0px;
    background-image: url("../img/tao-02-20201105064415.png");
  }
  #IMAGE97 {
    width: 78px;
    height: 74.7253px;
    top: 0px;
    left: 0px;
  }
  #IMAGE97 > .ladi-image > .ladi-image-background {
    width: 78px;
    height: 74.7253px;
    top: 0px;
    left: 0px;
    background-image: url("../img/icon2-20200916064731.png");
  }
  #IMAGE99 {
    width: 78px;
    height: 90.1874px;
    top: 292px;
    left: 0px;
  }
  #IMAGE99 > .ladi-image > .ladi-image-background {
    width: 78px;
    height: 90.1874px;
    top: 0px;
    left: 0px;
    background-image: url("../img/icon3-20200916064958.png");
  }
  #HEADLINE101 {
    width: 800px;
    top: 45px;
    left: 210px;
  }
  #HEADLINE101 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(21, 113, 131);
    font-size: 30px;
    text-align: center;
    line-height: 1.6;
  }
  #PARAGRAPH104 {
    width: 591px;
    top: 181.5px;
    left: 610px;
  }
  #PARAGRAPH104 > .ladi-paragraph {
    color: rgb(84, 84, 84);
    font-size: 17px;
    line-height: 1.6;
  }
  #SHAPE105 {
    width: 80px;
    height: 91.1579px;
    top: 149.921px;
    left: 504px;
  }
  #SHAPE105 svg:last-child {
    fill: rgba(21, 113, 131, 1);
  }
  #IMAGE107 {
    width: 898.35px;
    height: 645.3px;
    top: -1.3px;
    left: -394.35px;
  }
  #IMAGE107 > .ladi-image > .ladi-image-background {
    width: 1092.35px;
    height: 728.6px;
    top: 0px;
    left: 0px;
    background-image: url("../img/doctor-20200916071314.png");
  }
  #PARAGRAPH108 {
    width: 265px;
    top: 557.5px;
    left: 935px;
  }
  #PARAGRAPH108 > .ladi-paragraph {
    color: rgb(0, 0, 0);
    font-size: 18px;
    font-weight: bold;
    text-align: right;
    line-height: 1.6;
  }
  #HEADLINE109 {
    width: 800px;
    top: 36.5px;
    left: 210px;
  }
  #HEADLINE109 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(255, 199, 42);
    font-size: 30px;
    text-align: center;
    line-height: 1.6;
  }
  #PARAGRAPH110 {
    width: 224px;
    top: 155px;
    left: 0px;
  }
  #PARAGRAPH110 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
  }
  #PARAGRAPH111 {
    width: 213px;
    top: 209.5px;
    left: 11px;
  }
  #PARAGRAPH111 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
  }
  #PARAGRAPH112 {
    width: 213px;
    top: 155px;
    left: 0px;
  }
  #PARAGRAPH112 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
  }
  #IMAGE113 {
    width: 224px;
    height: 224px;
    top: 0px;
    left: 0px;
  }
  #IMAGE113 > .ladi-image > .ladi-image-background {
    width: 224px;
    height: 224px;
    top: 0px;
    left: 0px;
    background-image: url("../img/icon9-20200916073133.png");
  }
  #IMAGE114 {
    width: 115px;
    height: 115px;
    top: 0px;
    left: 54.5px;
  }
  #IMAGE114 > .ladi-image > .ladi-image-background {
    width: 115px;
    height: 115px;
    top: 0px;
    left: 0px;
    background-image: url("../img/icon8-20200916073133.png");
  }
  #IMAGE115 {
    width: 111px;
    height: 111px;
    top: 0px;
    left: 51px;
  }
  #IMAGE115 > .ladi-image > .ladi-image-background {
    width: 111px;
    height: 111px;
    top: 0px;
    left: 0px;
    background-image: url("../img/icon7-20200916073133.png");
  }
  #GROUP116 {
    width: 224px;
    height: 257px;
    top: 132px;
    left: 109px;
  }
  #GROUP117 {
    width: 224px;
    height: 286.5px;
    top: 77.5px;
    left: 504px;
  }
  #GROUP118 {
    width: 213px;
    height: 232px;
    top: 132px;
    left: 898px;
  }
  #HEADLINE119 {
    width: 764px;
    top: 38.5px;
    left: 245.5px;
  }
  #HEADLINE119 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(255, 199, 42);
    font-size: 28px;
    text-align: center;
    line-height: 1.6;
  }
  #IMAGE120 {
    width: 1026.09px;
    height: 684.4px;
    top: 94.3px;
    left: 86.955px;
  }
  #IMAGE120 > .ladi-image > .ladi-image-background {
    width: 1026.09px;
    height: 684.4px;
    top: 0px;
    left: 0px;
    background-image: url("../img/bieudo-20200916074550.png");
  }
  #PARAGRAPH122 {
    width: 185px;
    top: 138px;
    left: 4.5px;
  }
  #PARAGRAPH122 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 16px;
    text-align: center;
    line-height: 1.4;
  }
  #HEADLINE124 {
    width: 158px;
    top: 0px;
    left: 0px;
  }
  #HEADLINE124 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(255, 199, 42);
    font-size: 97px;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE125 {
    width: 65px;
    top: 32px;
    left: 129px;
  }
  #HEADLINE125 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(255, 199, 42);
    font-size: 44px;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP123 {
    width: 194px;
    height: 166px;
    top: 0px;
    left: 0px;
  }
  #GROUP121 {
    width: 194px;
    height: 263px;
    top: 719.7px;
    left: -11px;
  }
  #PARAGRAPH152 {
    width: 185px;
    top: 138px;
    left: 4.5px;
  }
  #PARAGRAPH152 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 16px;
    text-align: center;
    line-height: 1.4;
  }
  #HEADLINE154 {
    width: 158px;
    top: 0px;
    left: 0px;
  }
  #HEADLINE154 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(255, 199, 42);
    font-size: 97px;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE155 {
    width: 65px;
    top: 32px;
    left: 129px;
  }
  #HEADLINE155 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(255, 199, 42);
    font-size: 44px;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP153 {
    width: 194px;
    height: 155px;
    top: 0px;
    left: 0px;
  }
  #GROUP151 {
    width: 194px;
    height: 240px;
    top: 719.7px;
    left: 246px;
  }
  #PARAGRAPH157 {
    width: 185px;
    top: 138px;
    left: 4.5px;
  }
  #PARAGRAPH157 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 16px;
    text-align: center;
    line-height: 1.4;
  }
  #HEADLINE159 {
    width: 158px;
    top: 0px;
    left: 0px;
  }
  #HEADLINE159 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(255, 199, 42);
    font-size: 97px;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE160 {
    width: 65px;
    top: 32px;
    left: 129px;
  }
  #HEADLINE160 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(255, 199, 42);
    font-size: 44px;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP158 {
    width: 194px;
    height: 155px;
    top: 0px;
    left: 0px;
  }
  #GROUP156 {
    width: 194px;
    height: 263px;
    top: 719.7px;
    left: 503px;
  }
  #PARAGRAPH162 {
    width: 185px;
    top: 138px;
    left: 4.5px;
  }
  #PARAGRAPH162 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 16px;
    text-align: center;
    line-height: 1.4;
  }
  #HEADLINE164 {
    width: 158px;
    top: 0px;
    left: 0px;
  }
  #HEADLINE164 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(255, 199, 42);
    font-size: 97px;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE179 {
    width: 158px;
    top: 0px;
    left: 0px;
  }
  #HEADLINE179 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(255, 199, 42);
    font-size: 97px;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE165 {
    width: 65px;
    top: 32px;
    left: 129px;
  }
  #HEADLINE165 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(255, 199, 42);
    font-size: 44px;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP163 {
    width: 194px;
    height: 155px;
    top: 0px;
    left: 0px;
  }
  #GROUP161 {
    width: 194px;
    height: 238px;
    top: 719.7px;
    left: 760px;
  }
  #PARAGRAPH167 {
    width: 185px;
    top: 138px;
    left: 4.5px;
  }
  #PARAGRAPH167 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 16px;
    text-align: center;
    line-height: 1.4;
  }
  #HEADLINE169 {
    width: 158px;
    top: 0px;
    left: 0px;
  }
  #HEADLINE169 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(255, 199, 42);
    font-size: 97px;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE170 {
    width: 65px;
    top: 32px;
    left: 129px;
  }
  #HEADLINE170 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(255, 199, 42);
    font-size: 44px;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP168 {
    width: 194px;
    height: 155px;
    top: 0px;
    left: 0px;
  }
  #GROUP166 {
    width: 194px;
    height: 263px;
    top: 719.7px;
    left: 1017px;
  }
  #HEADLINE177 {
    width: 585px;
    top: 29.5px;
    left: 308.5px;
  }
  #HEADLINE177 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(21, 113, 131);
    font-size: 30px;
    text-align: center;
    line-height: 1.6;
  }
  #PARAGRAPH178 {
    width: 469px;
    top: 0px;
    left: 70px;
  }
  #PARAGRAPH178 > .ladi-paragraph {
    color: rgb(0, 0, 0);
    font-size: 16px;
    line-height: 1.6;
  }
  #PARAGRAPH179 {
    width: 469px;
    top: 18.323px;
    left: 76px;
  }
  #PARAGRAPH179 > .ladi-paragraph {
    color: rgb(0, 0, 0);
    font-size: 16px;
    line-height: 1.6;
  }
  #PARAGRAPH180 {
    width: 469px;
    top: 12.188px;
    left: 76px;
  }
  #PARAGRAPH180 > .ladi-paragraph {
    color: rgb(0, 0, 0);
    font-size: 16px;
    line-height: 1.6;
  }
  #PARAGRAPH181 {
    width: 469px;
    top: 24.572px;
    left: 63.3931px;
  }
  #PARAGRAPH181 > .ladi-paragraph {
    color: rgb(0, 0, 0);
    font-size: 16px;
    line-height: 1.6;
  }
  #SHAPE183 {
    width: 56.8129px;
    height: 64.7368px;
    top: 0px;
    left: 0px;
  }
  #SHAPE183 svg:last-child {
    fill: rgba(201, 31, 23, 1);
  }
  #SHAPE184 {
    width: 60.2521px;
    height: 74.377px;
    top: 0px;
    left: 0px;
  }
  #SHAPE184 svg:last-child {
    fill: rgba(200, 31, 23, 1);
  }
  #SHAPE185 {
    width: 58.2626px;
    height: 61.6466px;
    top: 0px;
    left: 0px;
  }
  #SHAPE185 svg:last-child {
    fill: rgba(201, 31, 23, 1);
  }
  #SHAPE186 {
    width: 50.206px;
    height: 74.1444px;
    top: 0px;
    left: 0px;
  }
  #SHAPE186 svg:last-child {
    fill: rgba(201, 31, 23, 1);
  }
  #IMAGE187 {
    width: 554.996px;
    height: 560px;
    top: 205px;
    left: 490px;
  }
  #IMAGE187 > .ladi-image > .ladi-image-background {
    width: 554.996px;
    height: 578.888px;
    top: 0px;
    left: 0px;
    background-image: url("../img/anh-menlust-2-20201105084754.png");
  }
  #PARAGRAPH210 {
    width: 490px;
    top: 65px;
    left: 530px;
  }
  #PARAGRAPH210 > .ladi-paragraph {
    font-family: "Merriweather-Black.ttf";
    color: rgb(255, 255, 255);
    font-size: 32px;
    text-align: right;
    line-height: 1.3;
  }
  #GROUP212 {
    width: 545px;
    height: 61.6466px;
    top: 111.425px;
    left: 655px;
  }
  #GROUP213 {
    width: 545px;
    height: 74.377px;
    top: 215.56px;
    left: 655px;
  }
  #GROUP214 {
    width: 532.393px;
    height: 74.1444px;
    top: 111.428px;
    left: 36%;
  }
  #GROUP215 {
    width: 539px;
    height: 75px;
    top: 215.56px;
    left: 36%;
  }
  #IMAGE218 {
    width: 590px;
    height: 577.809px;
    top: 310px;
    left: 30px;
  }
  #IMAGE218 > .ladi-image > .ladi-image-background {
    width: 590px;
    height: 599.21px;
    top: 0px;
    left: 0px;
    background-image: url("../img/anh-menlust-2-20201105084754.png");
  }
  #BOX219 {
    width: 416px;
    height: 362px;
    top: -80px;
    left: 120px;
  }
  #BOX219 > .ladi-box {
    opacity: 0.41;
    background-color: rgb(0, 0, 0);
  }
  #HEADLINE228 {
    width: 364px;
    top: 775px;
    left: 410px;
  }
  #HEADLINE228 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-style: italic;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP265 {
    width: 455.679px;
    height: 153px;
    top: -10px;
    left: 610px;
  }
  #SHAPE267 {
    width: 25.7914px;
    height: 34.732px;
    top: 0px;
    left: 449px;
  }
  #SHAPE267 > .ladi-shape {
    transform: rotate(-17deg);
    -webkit-transform: rotate(-17deg);
  }
  #SHAPE267 svg:last-child {
    fill: rgba(255, 255, 255, 1);
  }
  #GROUP269 {
    width: 474.791px;
    height: 34.732px;
    top: 59.5px;
    left: 2px;
  }
  #GROUP270 {
    width: 476.791px;
    height: 161px;
    top: 175px;
    left: -4px;
  }
  #GROUP272 {
    width: 510px;
    height: 382.187px;
    top: 71px;
    left: 610px;
  }
  #NOTIFY276 {
    width: 300px;
    height: 62px;
    top: auto;
    left: 10px;
    bottom: 10px;
    right: auto;
    position: fixed;
    z-index: 90000060;
  }
  #BOX279 {
    width: 360px;
    height: 190px;
    top: 0px;
    left: 0px;
  }
  #BOX279 > .ladi-box {
    background-color: rgb(89, 27, 24);
    border-style: solid;
    border-color: rgb(255, 156, 1);
    border-width: 2px;
    border-radius: 20px;
  }
  #BOX280 {
    width: 354.857px;
    height: 67.5108px;
    top: 3px;
    left: 2.57143px;
  }
  #BOX280 > .ladi-box {
    background-color: rgb(136, 15, 9);
    border-color: rgb(69, 182, 255);
    border-width: 4px;
    border-radius: 20px 20px 0px 0px;
  }
  #HEADLINE281 {
    width: 360px;
    top: 19.9999px;
    left: 0px;
  }
  #HEADLINE281 > .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;
  }
  #HEADLINE283 {
    width: 348px;
    top: 0px;
    left: 0px;
  }
  #HEADLINE283 > .ladi-headline {
    font-family: "SourceSansPro-Black.ttf";
    color: rgb(255, 255, 255);
    font-size: 22px;
    text-align: center;
    line-height: 1.6;
  }
  #SHAPE284 {
    width: 22.5668px;
    height: 20px;
    top: 7.00001px;
    left: 48.8571px;
  }
  #SHAPE284 svg:last-child {
    fill: rgba(255, 225, 0, 1);
  }
  #GROUP282 {
    width: 348px;
    height: 35px;
    top: 83.0001px;
    left: 11.5714px;
  }
  #HEADLINE286 {
    width: 348px;
    top: 0px;
    left: 0px;
  }
  #HEADLINE286 > .ladi-headline {
    font-family: "SourceSansPro-Black.ttf";
    color: rgb(255, 255, 255);
    font-size: 22px;
    text-align: center;
    line-height: 1.6;
  }
  #SHAPE287 {
    width: 22.5668px;
    height: 20px;
    top: 7.00001px;
    left: 47.5714px;
  }
  #SHAPE287 svg:last-child {
    fill: rgba(255, 225, 0, 1);
  }
  #GROUP285 {
    width: 348px;
    height: 35px;
    top: 140px;
    left: 11.5714px;
  }
  #LINE288 {
    width: 359px;
    top: 119.999px;
    left: 2.57143px;
  }
  #LINE288 > .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;
  }
  #LINE288 > .ladi-line {
    width: 100%;
    padding: 8px 0px;
  }
  #LINE289 {
    width: 359px;
    top: 62px;
    left: 2.57143px;
  }
  #LINE289 > .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;
  }
  #LINE289 > .ladi-line {
    width: 100%;
    padding: 8px 0px;
  }
  #GROUP278 {
    width: 361.571px;
    height: 190px;
    top: 170px;
    left: 736px;
  }
  #BOX291 {
    width: 396.25px;
    height: 480px;
    top: 20px;
    left: 8.75px;
  }
  #BOX291 > .ladi-box {
    background-color: rgb(65, 6, 4);
    border-radius: 20px;
  }
  #BOX292 {
    width: 396.25px;
    height: 60px;
    top: 0px;
    left: 8.75px;
  }
  #BOX292 > .ladi-box {
    background-color: rgb(89, 26, 23);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  #BOX293 {
    width: 396.25px;
    height: 70px;
    top: 60px;
    left: 8.75px;
  }
  #BOX293 > .ladi-box {
    background-color: rgb(136, 14, 8);
  }
  #PARAGRAPH294 {
    width: 333px;
    top: 90px;
    left: 42px;
  }
  #PARAGRAPH294 > .ladi-paragraph {
    font-family: "Roboto Slab", serif;
    color: rgb(255, 254, 33);
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #PARAGRAPH295 {
    width: 296px;
    top: 65px;
    left: 55px;
  }
  #PARAGRAPH295 > .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;
  }
  #PARAGRAPH296 {
    width: 228px;
    top: 16px;
    left: 8.75px;
  }
  #PARAGRAPH296 > .ladi-paragraph {
    font-family: "SourceSansPro-Bold.ttf";
    color: rgb(255, 255, 255);
    font-size: 19px;
    text-align: right;
    line-height: 1.6;
  }
  #BOX297 {
    width: 66.2199px;
    height: 40px;
    top: 11px;
    left: 245.966px;
  }
  #BOX297 > .ladi-box {
    background-color: rgb(136, 15, 9);
    border-radius: 6px;
  }
  #PARAGRAPH298 {
    width: 61px;
    top: 11px;
    left: 248.513px;
  }
  #PARAGRAPH298 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON_TEXT300 {
    width: 290px;
    top: 7.74728px;
    left: 0px;
  }
  #BUTTON_TEXT300 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON300 {
    width: 295.441px;
    height: 49.0661px;
    top: 152.122px;
    left: 0.834879px;
  }
  #BUTTON300 > .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)
    );
  }
  #BUTTON300 > .ladi-button {
    border-radius: 12px;
  }
  #BUTTON300.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_ITEM302 {
    width: 297.281px;
    height: 43.9014px;
    top: 20px;
    left: 0px;
  }
  #FORM_ITEM303 {
    width: 297.281px;
    height: 45.6229px;
    top: 90.6999px;
    left: 0px;
  }
  #FORM299 {
    width: 297.281px;
    height: 162.188px;
    top: 239.675px;
    left: 55.103px;
  }
  #FORM299 > .ladi-form {
    color: rgb(212, 212, 212);
    font-size: 15px;
    line-height: 1.6;
  }
  #FORM299 > .ladi-form label[for="phone"] {
    top: 70px;
  }
  #FORM299 .ladi-form-item .ladi-form-control::placeholder,
  #FORM299
    .ladi-form
    .ladi-form-item
    .ladi-form-control-select[data-selected=""],
  #FORM299
    .ladi-form
    .ladi-form-item.ladi-form-checkbox
    .ladi-form-checkbox-item
    span[data-checked="false"] {
    color: rgba(212, 212, 212, 1);
  }
  #FORM299 .ladi-form-item {
    padding-left: 10px;
    padding-right: 10px;
  }
  #FORM299 .ladi-form-item.ladi-form-checkbox {
    padding-left: 15px;
    padding-right: 15px;
  }
  #FORM299 .ladi-form-item-container {
    border-style: solid;
    border-color: rgb(122, 7, 7);
    border-width: 2px;
    border-radius: 13px;
  }
  #FORM299 .ladi-form-item-container .ladi-form-quantity button {
    background-color: rgb(122, 7, 7);
  }
  #FORM299 .ladi-form-item-background {
    background-color: rgb(24, 3, 3);
    border-radius: 11px;
  }
  #PARAGRAPH304 {
    width: 333px;
    top: 136.977px;
    left: 27.625px;
  }
  #PARAGRAPH304 > .ladi-paragraph {
    font-family: "SourceSansPro-Bold.ttf";
    color: rgb(255, 255, 255);
    font-size: 20px;
    text-align: center;
    line-height: 1.6;
  }
  #COUNTDOWN_ITEM306 {
    visibility: hidden;
    pointer-events: none;
  }
  #COUNTDOWN305 {
    width: 320.485px;
    height: 48.3221px;
    top: 176.252px;
    left: 0px;
  }
  #COUNTDOWN305 > .ladi-countdown {
    font-family: "Roboto Slab", serif;
    color: rgb(255, 255, 255);
    font-size: 40px;
    font-weight: bold;
    text-align: center;
  }
  #COUNTDOWN305 > .ladi-countdown > .ladi-element {
    width: calc((100% - 10px * 3) / 4);
    margin-right: 10px;
    height: 100%;
  }
  #COUNTDOWN305 > .ladi-countdown .ladi-countdown-background {
    background-color: rgb(173, 30, 23);
    border-radius: 9px;
  }
  #PARAGRAPH310 {
    width: 310px;
    top: 460px;
    left: 43.5px;
  }
  #PARAGRAPH310 > .ladi-paragraph {
    font-family: "SourceSansPro-Regular.ttf";
    color: rgb(255, 255, 255);
    font-size: 13px;
    text-align: center;
    line-height: 1.6;
  }
  #PARAGRAPH311 {
    width: 310px;
    top: 470px;
    left: 47.5px;
  }
  #PARAGRAPH311 > .ladi-paragraph {
    font-family: "SourceSansPro-Regular.ttf";
    color: rgb(255, 255, 255);
    font-size: 13px;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP290 {
    width: 405px;
    height: 500px;
    top: 380px;
    left: 715px;
  }
  #BOX313 {
    width: 300px;
    height: 180px;
    top: 0px;
    left: 0px;
  }
  #BOX313 > .ladi-box {
    background-color: rgb(89, 27, 24);
    border-style: solid;
    border-color: rgb(255, 156, 1);
    border-width: 2px;
    border-radius: 20px;
  }
  #BOX314 {
    width: 295.714px;
    height: 63.9576px;
    top: 2.84211px;
    left: 2.14286px;
  }
  #BOX314 > .ladi-box {
    background-color: rgb(136, 15, 9);
    border-color: rgb(69, 182, 255);
    border-width: 4px;
    border-radius: 20px 20px 0px 0px;
  }
  #HEADLINE315 {
    width: 300px;
    top: 18.9473px;
    left: 0px;
  }
  #HEADLINE315 > .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;
  }
  #HEADLINE317 {
    width: 291px;
    top: 0px;
    left: 0px;
  }
  #HEADLINE317 > .ladi-headline {
    font-family: "SourceSansPro-Black.ttf";
    color: rgb(255, 255, 255);
    font-size: 22px;
    text-align: center;
    line-height: 1.6;
  }
  #SHAPE318 {
    width: 18.8056px;
    height: 18.9474px;
    top: 6.6316px;
    left: 40.7141px;
  }
  #SHAPE318 svg:last-child {
    fill: rgba(255, 225, 0, 1);
  }
  #GROUP316 {
    width: 291px;
    height: 35px;
    top: 78.6316px;
    left: 9.64288px;
  }
  #HEADLINE320 {
    width: 291px;
    top: 0px;
    left: 0px;
  }
  #HEADLINE320 > .ladi-headline {
    font-family: "SourceSansPro-Black.ttf";
    color: rgb(255, 255, 255);
    font-size: 22px;
    text-align: center;
    line-height: 1.6;
  }
  #SHAPE321 {
    width: 18.8056px;
    height: 18.9474px;
    top: 6.6316px;
    left: 39.6427px;
  }
  #SHAPE321 svg:last-child {
    fill: rgba(255, 225, 0, 1);
  }
  #GROUP319 {
    width: 290.356px;
    height: 32.2106px;
    top: 132.632px;
    left: 9.64288px;
  }
  #LINE322 {
    width: 299px;
    top: 113.684px;
    left: 2.14286px;
  }
  #LINE322 > .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;
  }
  #LINE322 > .ladi-line {
    width: 100%;
    padding: 8px 0px;
  }
  #LINE323 {
    width: 299px;
    top: 58.7368px;
    left: 2.14286px;
  }
  #LINE323 > .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;
  }
  #LINE323 > .ladi-line {
    width: 100%;
    padding: 8px 0px;
  }
  #GROUP312 {
    width: 301.143px;
    height: 180px;
    top: 75px;
    left: 190px;
  }
  #BOX325 {
    width: 330px;
    height: 445.44px;
    top: 18.56px;
    left: 0px;
  }
  #BOX325 > .ladi-box {
    background-color: rgb(65, 6, 4);
    border-radius: 20px;
  }
  #BOX326 {
    width: 330px;
    height: 55.68px;
    top: 0px;
    left: 0px;
  }
  #BOX326 > .ladi-box {
    background-color: rgb(89, 26, 23);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  #BOX327 {
    width: 330px;
    height: 64.96px;
    top: 55.68px;
    left: 0px;
  }
  #BOX327 > .ladi-box {
    background-color: rgb(136, 14, 8);
  }
  #PARAGRAPH328 {
    width: 281px;
    top: 85.376px;
    left: 19.1154px;
  }
  #PARAGRAPH328 > .ladi-paragraph {
    font-family: "Roboto Slab", serif;
    color: rgb(255, 254, 33);
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #PARAGRAPH329 {
    width: 250px;
    top: 63.104px;
    left: 43.0605px;
  }
  #PARAGRAPH329 > .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;
  }
  #PARAGRAPH330 {
    width: 193px;
    top: 14.848px;
    left: 20.0769px;
  }
  #PARAGRAPH330 > .ladi-paragraph {
    font-family: "SourceSansPro-Bold.ttf";
    color: rgb(255, 255, 255);
    font-size: 19px;
    text-align: right;
    line-height: 1.6;
  }
  #BOX331 {
    width: 55.9786px;
    height: 37.12px;
    top: 10.208px;
    left: 220.606px;
  }
  #BOX331 > .ladi-box {
    background-color: rgb(136, 15, 9);
    border-radius: 6px;
  }
  #PARAGRAPH332 {
    width: 53px;
    top: 10.208px;
    left: 222.759px;
  }
  #PARAGRAPH332 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON_TEXT334 {
    width: 250px;
    top: 7.1895px;
    left: 0px;
  }
  #BUTTON_TEXT334 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON334 {
    width: 249.749px;
    height: 45.5335px;
    top: 146.977px;
    left: 0.705758px;
  }
  #BUTTON334 > .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)
    );
  }
  #BUTTON334 > .ladi-button {
    border-radius: 12px;
  }
  #BUTTON334.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_ITEM336 {
    width: 251.304px;
    height: 40.7407px;
    top: 20px;
    left: 0px;
  }
  #FORM_ITEM337 {
    width: 251.304px;
    height: 42.3382px;
    top: 90.6897px;
    left: 0px;
  }
  #FORM333 {
    width: 251.304px;
    height: 150.511px;
    top: 216.85px;
    left: 35.3543px;
  }
  #FORM333 > .ladi-form {
    color: rgb(212, 212, 212);
    font-size: 15px;
    line-height: 1.6;
  }
  #FORM333 > .ladi-form label[for="phone"] {
    top: 70px;
  }
  #FORM333 .ladi-form-item .ladi-form-control::placeholder,
  #FORM333
    .ladi-form
    .ladi-form-item
    .ladi-form-control-select[data-selected=""],
  #FORM333
    .ladi-form
    .ladi-form-item.ladi-form-checkbox
    .ladi-form-checkbox-item
    span[data-checked="false"] {
    color: rgba(212, 212, 212, 1);
  }
  #FORM333 .ladi-form-item {
    padding-left: 10px;
    padding-right: 10px;
  }
  #FORM333 .ladi-form-item.ladi-form-checkbox {
    padding-left: 15px;
    padding-right: 15px;
  }
  #FORM333 .ladi-form-item-container {
    border-style: solid;
    border-color: rgb(122, 7, 7);
    border-width: 2px;
    border-radius: 13px;
  }
  #FORM333 .ladi-form-item-container .ladi-form-quantity button {
    background-color: rgb(122, 7, 7);
  }
  #FORM333 .ladi-form-item-background {
    background-color: rgb(24, 3, 3);
    border-radius: 11px;
  }
  #PARAGRAPH338 {
    width: 281px;
    top: 127.115px;
    left: 30.1154px;
  }
  #PARAGRAPH338 > .ladi-paragraph {
    font-family: "SourceSansPro-Bold.ttf";
    color: rgb(255, 255, 255);
    font-size: 20px;
    text-align: center;
    line-height: 1.6;
  }
  #COUNTDOWN_ITEM340 {
    visibility: hidden;
    pointer-events: none;
  }
  #COUNTDOWN339 {
    width: 270.921px;
    height: 44.8429px;
    top: 159.85px;
    left: 0px;
  }
  #COUNTDOWN339 > .ladi-countdown {
    font-family: "Roboto Slab", serif;
    color: rgb(255, 255, 255);
    font-size: 40px;
    font-weight: bold;
    text-align: center;
  }
  #COUNTDOWN339 > .ladi-countdown > .ladi-element {
    width: calc((100% - 10px * 3) / 4);
    margin-right: 10px;
    height: 100%;
  }
  #COUNTDOWN339 > .ladi-countdown .ladi-countdown-background {
    background-color: rgb(173, 30, 23);
    border-radius: 9px;
  }
  #PARAGRAPH344 {
    width: 263px;
    top: 426.48px;
    left: 37.1539px;
  }
  #PARAGRAPH344 > .ladi-paragraph {
    font-family: "SourceSansPro-Regular.ttf";
    color: rgb(255, 255, 255);
    font-size: 13px;
    text-align: center;
    line-height: 1.6;
  }
  #PARAGRAPH345 {
    width: 263px;
    top: 420.32px;
    left: 34.1539px;
  }
  #PARAGRAPH345 > .ladi-paragraph {
    font-family: "SourceSansPro-Regular.ttf";
    color: rgb(255, 255, 255);
    font-size: 13px;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP324 {
    width: 330px;
    height: 464px;
    top: 265px;
    left: 170px;
  }
  #SECTION346 {
    height: 90px;
  }
  #SECTION346 > .ladi-section-background {
    background-color: rgb(36, 36, 36);
  }
  #PARAGRAPH347 {
    width: 419px;
    top: 23.58px;
    left: 390px;
  }
  #PARAGRAPH347 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
  }
}

@media (max-width: 767px) {
  #SECTION_POPUP {
    height: 0px;
  }
  #SECTION1 {
    height: 1240px;
  }
  #SECTION1 > .ladi-section-background {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("../img/bg11-20200916040516.png");
    background-position: left bottom;
    background-repeat: no-repeat;
  }
  #SECTION2 {
    height: 1051.44px;
  }
  #SECTION2 > .ladi-section-background {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("../img/bg4-20200916080138.png");
    background-position: left top;
    background-repeat: no-repeat;
  }
  #SECTION3 {
    height: 356.168px;
  }
  #SECTION3 > .ladi-section-background {
    background-color: rgb(238, 238, 238);
  }
  #SECTION4 {
    height: 1011.5px;
  }
  #SECTION4 > .ladi-section-background {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("../img/bg2-20200916040724.png");
    background-position: center top;
    background-repeat: repeat;
  }
  #SECTION5 {
    height: 1012.49px;
  }
  #SECTION5 > .ladi-section-background {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("../img/bg5-20200916070838.png");
    background-position: center center;
    background-repeat: no-repeat;
  }
  #SECTION6 {
    height: 694.361px;
  }
  #SECTION6 > .ladi-section-background {
    background-color: rgb(0, 0, 0);
  }
  #SECTION7 {
    height: 991.62px;
  }
  #SECTION8 {
    height: 848.5px;
  }
  #SECTION8 > .ladi-section-background {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("../img/bg2-20200916040724.png");
    background-position: center center;
    background-repeat: repeat;
  }
  #SECTION10 {
    height: 1257.8px;
  }
  #SECTION10 > .ladi-section-background {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("../img/bg3-20200916073400.png");
    background-position: center top;
    background-repeat: repeat;
  }
  #HEADLINE11 {
    width: 240px;
    top: 51.757px;
    left: 0px;
  }
  #HEADLINE11 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 25px;
    line-height: 1.4;
  }
  #HEADLINE12 {
    width: 73px;
    top: 0px;
    left: 186.275px;
  }
  #HEADLINE12 > .ladi-headline {
    font-family: "UTM HelvetIns.ttf";
    color: rgb(255, 199, 42);
    font-size: 96px;
    font-weight: bold;
    line-height: 1.6;
  }
  #LINE13 {
    width: 111px;
    top: 113.757px;
    left: 110.321px;
  }
  #LINE13 > .ladi-line > .ladi-line-container {
    border-top: 1px solid rgb(255, 199, 42);
    border-right: 1px solid rgb(255, 199, 42);
    border-bottom: 1px solid rgb(255, 199, 42);
    border-left: 0px !important;
  }
  #LINE13 > .ladi-line {
    width: 100%;
    padding: 8px 0px;
  }
  #GROUP14 {
    width: 259.275px;
    height: 153px;
    top: 0px;
    left: 0px;
  }
  #IMAGE15 {
    width: 50.1441px;
    height: 48.5px;
    top: 0px;
    left: 0px;
  }
  #IMAGE15 > .ladi-image > .ladi-image-background {
    width: 50.1441px;
    height: 48.5px;
    top: 0px;
    left: 0px;
    background-image: url("../img/icon1-1554695345-20200916034606.png");
  }
  #IMAGE16 {
    width: 38.3927px;
    height: 47.607px;
    top: 0px;
    left: 0px;
  }
  #IMAGE16 > .ladi-image > .ladi-image-background {
    width: 38.3927px;
    height: 47.607px;
    top: 0px;
    left: 0px;
    background-image: url("../img/icon4-1554695700-20200916034607.png");
  }
  #IMAGE17 {
    width: 42.7235px;
    height: 56px;
    top: 14px;
    left: 0px;
  }
  #IMAGE17 > .ladi-image > .ladi-image-background {
    width: 44px;
    height: 56px;
    top: 0px;
    left: 0px;
    background-image: url("../img/icon2-1554695367-20200916034607.png");
  }
  #IMAGE18 {
    width: 32.4px;
    height: 45px;
    top: 0px;
    left: 0px;
  }
  #IMAGE18 > .ladi-image > .ladi-image-background {
    width: 32.4px;
    height: 45px;
    top: 0px;
    left: 0px;
    background-image: url("../img/icon3-1554695682-20200916034607.png");
  }
  #HEADLINE19 {
    width: 128px;
    top: 0px;
    left: 55.3464px;
  }
  #HEADLINE19 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: bold;
    line-height: 1.6;
  }
  #HEADLINE30 {
    width: 168px;
    top: 12.5px;
    left: 41px;
  }
  #HEADLINE30 > .ladi-headline {
    color: rgb(255, 199, 42);
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
  }
  #HEADLINE31 {
    width: 138px;
    top: 0.75px;
    left: 62.5px;
  }
  #HEADLINE31 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
  }
  #HEADLINE32 {
    width: 129px;
    top: 2.30356px;
    left: 54.5176px;
  }
  #HEADLINE32 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
  }
  #GROUP33 {
    width: 183.346px;
    height: 72px;
    top: 657.696px;
    left: 5.5px;
  }
  #GROUP34 {
    width: 209px;
    height: 45px;
    top: 670.196px;
    left: 221.5px;
  }
  #GROUP35 {
    width: 199.5px;
    height: 50.75px;
    top: 585.393px;
    left: 215.5px;
  }
  #GROUP36 {
    width: 183.517px;
    height: 47.607px;
    top: 585.393px;
    left: 5.5px;
  }
  #HEADLINE37 {
    width: 161px;
    top: 67.099px;
    left: 238.679px;
  }
  #HEADLINE37 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 17px;
    font-weight: bold;
    line-height: 1.6;
  }
  #IMAGE38 {
    width: 284px;
    height: 107px;
    top: -3px;
    left: 66px;
  }
  #IMAGE38 > .ladi-image > .ladi-image-background {
    width: 284px;
    height: 107px;
    top: 0px;
    left: 0px;
    background-image: url("../img/menlust_logo-02-20201208063317.png");
  }
  #HEADLINE40 {
    width: 400px;
    top: 20px;
    left: 10px;
  }
  #HEADLINE40 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(255, 199, 42);
    font-size: 28px;
    text-align: center;
    line-height: 1.6;
  }
  #PARAGRAPH41 {
    width: 250px;
    top: 151px;
    left: 0px;
  }
  #PARAGRAPH41 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
  }
  #PARAGRAPH42 {
    width: 293px;
    top: 149px;
    left: 0px;
  }
  #PARAGRAPH42 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
  }
  #PARAGRAPH43 {
    width: 294px;
    top: 149px;
    left: 0px;
  }
  #PARAGRAPH43 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE44 {
    width: 158px;
    top: 0px;
    left: 0px;
  }
  #HEADLINE44 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(255, 199, 42);
    font-size: 104px;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE45 {
    width: 65px;
    top: 32px;
    left: 131px;
  }
  #HEADLINE45 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(255, 199, 42);
    font-size: 44px;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP46 {
    width: 196px;
    height: 166px;
    top: 0px;
    left: 27px;
  }
  #HEADLINE49 {
    width: 158px;
    top: 0px;
    left: 0px;
  }
  #HEADLINE49 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(255, 199, 42);
    font-size: 104px;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE50 {
    width: 65px;
    top: 32px;
    left: 131px;
  }
  #HEADLINE50 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(255, 199, 42);
    font-size: 44px;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP48 {
    width: 196px;
    height: 166px;
    top: 0px;
    left: 48.5px;
  }
  #HEADLINE52 {
    width: 158px;
    top: 0px;
    left: 0px;
  }
  #HEADLINE52 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(255, 199, 42);
    font-size: 104px;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE53 {
    width: 81px;
    top: 25px;
    left: 139px;
  }
  #HEADLINE53 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(255, 199, 42);
    font-size: 44px;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP51 {
    width: 220px;
    height: 166px;
    top: 0px;
    left: 37px;
  }
  #GROUP54 {
    width: 250px;
    height: 201px;
    top: 51px;
    left: 89px;
  }
  #GROUP55 {
    width: 293px;
    height: 199px;
    top: 275.5px;
    left: 67.5px;
  }
  #GROUP56 {
    width: 294px;
    height: 224px;
    top: 498px;
    left: 63px;
  }
  #PARAGRAPH57 {
    width: 400px;
    top: 758px;
    left: 10px;
  }
  #PARAGRAPH57 > .ladi-paragraph {
    color: rgb(180, 180, 180);
    font-size: 14px;
    font-style: italic;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE58 {
    width: 535px;
    top: 0px;
    left: 0px;
  }
  #HEADLINE58 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(21, 113, 131);
    font-size: 30px;
    text-align: center;
    line-height: 1.6;
  }
  #IMAGE59 {
    width: 389.931px;
    height: 396.484px;
    top: 611.11px;
    left: 25px;
  }
  #IMAGE59 > .ladi-image > .ladi-image-background {
    width: 389.931px;
    height: 396.484px;
    top: 0px;
    left: 0px;
    background-image: url("../img/menlust_decor-20201027100226.png");
  }
  #SHAPE62 {
    width: 25.7914px;
    height: 34.732px;
    top: 21.268px;
    left: 416.5px;
  }
  #SHAPE62 > .ladi-shape {
    transform: rotate(18deg);
    -webkit-transform: rotate(18deg);
  }
  #SHAPE62 svg:last-child {
    fill: rgba(21, 113, 131, 1);
  }
  #LINE63 {
    width: 299px;
    top: 41px;
    left: 119.5px;
  }
  #LINE63 > .ladi-line > .ladi-line-container {
    border-top: 1px solid rgb(21, 113, 131);
    border-right: 1px solid rgb(21, 113, 131);
    border-bottom: 1px solid rgb(21, 113, 131);
    border-left: 0px !important;
  }
  #LINE63 > .ladi-line {
    width: 100%;
    padding: 8px 0px;
  }
  #SHAPE66 {
    width: 26.129px;
    height: 27.6466px;
    top: 10px;
    left: 0px;
  }
  #SHAPE66 svg:last-child {
    fill: rgba(21, 113, 131, 1);
  }
  #PARAGRAPH67 {
    width: 369px;
    top: 0px;
    left: 37.5px;
  }
  #PARAGRAPH67 > .ladi-paragraph {
    color: rgb(0, 0, 0);
    font-size: 16px;
    line-height: 1.6;
  }
  #GROUP65 {
    width: 406.5px;
    height: 125px;
    top: 475.576px;
    left: 5.75px;
  }
  #SHAPE72 {
    width: 26.129px;
    height: 27.6466px;
    top: 10px;
    left: 0px;
  }
  #SHAPE72 svg:last-child {
    fill: rgba(21, 113, 131, 1);
  }
  #PARAGRAPH73 {
    width: 370px;
    top: 0px;
    left: 36.5px;
  }
  #PARAGRAPH73 > .ladi-paragraph {
    color: rgb(0, 0, 0);
    font-size: 16px;
    line-height: 1.6;
  }
  #GROUP71 {
    width: 406.5px;
    height: 125px;
    top: 102.101px;
    left: 4px;
  }
  #SHAPE75 {
    width: 26.129px;
    height: 27.6466px;
    top: 10px;
    left: 0px;
  }
  #SHAPE75 svg:last-child {
    fill: rgba(21, 113, 131, 1);
  }
  #PARAGRAPH76 {
    width: 369px;
    top: 0px;
    left: 37.5px;
  }
  #PARAGRAPH76 > .ladi-paragraph {
    color: rgb(0, 0, 0);
    font-size: 16px;
    line-height: 1.6;
  }
  #GROUP74 {
    width: 406.5px;
    height: 150px;
    top: 277.338px;
    left: 4px;
  }
  #GROUP77 {
    width: 535px;
    height: 58px;
    top: 15.151px;
    left: -60.5px;
  }
  #BUTTON78 {
    width: 298.5px;
    height: 53px;
    top: 999.11px;
    left: 65px;
  }
  #BUTTON78 > .ladi-button > .ladi-button-background {
    background: rgba(232, 48, 140, 1);
    background: -webkit-linear-gradient(
      90deg,
      rgba(232, 48, 140, 1),
      rgba(79, 16, 145, 1)
    );
    background: linear-gradient(
      90deg,
      rgba(232, 48, 140, 1),
      rgba(79, 16, 145, 1)
    );
  }
  #BUTTON78 > .ladi-button {
    box-shadow: 0px 15px 20px -20px #000;
    -webkit-box-shadow: 0px 15px 20px -20px #000;
    border-radius: 14px;
  }
  #BUTTON78.ladi-animation > .ladi-button {
    animation-name: bounce;
    -webkit-animation-name: bounce;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
  }
  #BUTTON_TEXT78 {
    width: 299px;
    top: 9px;
    left: 0px;
  }
  #BUTTON_TEXT78 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(255, 255, 255);
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON_TEXT79 {
    width: 299px;
    top: 9px;
    left: 0px;
  }
  #BUTTON_TEXT79 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(255, 255, 255);
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON79 {
    width: 298.5px;
    height: 53px;
    top: 915.5px;
    left: 60.75px;
  }
  #BUTTON79 > .ladi-button > .ladi-button-background {
    background: rgba(232, 48, 140, 1);
    background: -webkit-linear-gradient(
      90deg,
      rgba(232, 48, 140, 1),
      rgba(79, 16, 145, 1)
    );
    background: linear-gradient(
      90deg,
      rgba(232, 48, 140, 1),
      rgba(79, 16, 145, 1)
    );
  }
  #BUTTON79 > .ladi-button {
    border-radius: 14px;
  }
  #BUTTON79.ladi-animation > .ladi-button {
    animation-name: bounce;
    -webkit-animation-name: bounce;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
  }
  #IMAGE81 {
    width: 430.75px;
    height: 267.49px;
    top: 0px;
    left: -3.75px;
  }
  #IMAGE81 > .ladi-image > .ladi-image-background {
    width: 590.966px;
    height: 394.174px;
    top: 0px;
    left: 0px;
    background-image: url("../img/bb-1543826981-20200916044526.png");
  }
  #HEADLINE82 {
    width: 383px;
    top: 22.7826px;
    left: 0px;
  }
  #HEADLINE82 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(255, 255, 255);
    font-size: 28px;
    text-align: center;
    line-height: 1.6;
  }
  #LINE83 {
    width: 378px;
    top: 117.168px;
    left: 4.49533px;
  }
  #LINE83 > .ladi-line > .ladi-line-container {
    border-top: 1px solid rgb(255, 255, 255);
    border-right: 1px solid rgb(255, 255, 255);
    border-bottom: 1px solid rgb(255, 255, 255);
    border-left: 0px !important;
  }
  #LINE83 > .ladi-line {
    width: 100%;
    padding: 8px 0px;
  }
  #LINE84 {
    width: 378px;
    top: 0px;
    left: 4.49533px;
  }
  #LINE84 > .ladi-line > .ladi-line-container {
    border-top: 1px solid rgb(255, 255, 255);
    border-right: 1px solid rgb(255, 255, 255);
    border-bottom: 1px solid rgb(255, 255, 255);
    border-left: 0px !important;
  }
  #LINE84 > .ladi-line {
    width: 100%;
    padding: 8px 0px;
  }
  #PARAGRAPH85 {
    width: 318px;
    top: 0.863451px;
    left: 86.3451px;
  }
  #PARAGRAPH85 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 16px;
    text-align: justify;
    line-height: 1.6;
  }
  #PARAGRAPH86 {
    width: 318px;
    top: 275.533px;
    left: 86.3451px;
  }
  #PARAGRAPH86 > .ladi-paragraph {
    color: rgb(255, 199, 42);
    font-size: 16px;
    text-align: justify;
    line-height: 1.6;
  }
  #PARAGRAPH89 {
    width: 318px;
    top: 144.875px;
    left: 86.3451px;
  }
  #PARAGRAPH89 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 16px;
    text-align: justify;
    line-height: 1.6;
  }
  #GROUP91 {
    width: 382.422px;
    height: 131px;
    top: 0px;
    left: 0px;
  }
  #SHAPE92 {
    width: 20.9856px;
    height: 28.2602px;
    top: 0px;
    left: 0px;
  }
  #SHAPE92 > .ladi-shape {
    transform: rotate(-17deg);
    -webkit-transform: rotate(-17deg);
  }
  #SHAPE92 svg:last-child {
    fill: rgba(255, 255, 255, 1);
  }
  #IMAGE94 {
    width: 63.0589px;
    height: 75.9874px;
    top: 144.381px;
    left: 2.14511px;
  }
  #IMAGE94 > .ladi-image > .ladi-image-background {
    width: 63.0589px;
    height: 75.9874px;
    top: 0px;
    left: 0px;
    background-image: url("../img/tao-02-20201105064415.png");
  }
  #IMAGE97 {
    width: 67.3492px;
    height: 64.5216px;
    top: 0px;
    left: 0px;
  }
  #IMAGE97 > .ladi-image > .ladi-image-background {
    width: 67.3492px;
    height: 64.5216px;
    top: 0px;
    left: 0px;
    background-image: url("../img/icon2-20200916064731.png");
  }
  #IMAGE99 {
    width: 67.3492px;
    height: 77.8724px;
    top: 278.128px;
    left: 0px;
  }
  #IMAGE99 > .ladi-image > .ladi-image-background {
    width: 67.3492px;
    height: 77.8724px;
    top: 0px;
    left: 0px;
    background-image: url("../img/icon3-20200916064958.png");
  }
  #HEADLINE101 {
    width: 400px;
    top: 30.3268px;
    left: 10px;
  }
  #HEADLINE101 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(21, 113, 131);
    font-size: 24px;
    text-align: center;
    line-height: 1.6;
  }
  #PARAGRAPH104 {
    width: 359px;
    top: 470.485px;
    left: 48px;
  }
  #PARAGRAPH104 > .ladi-paragraph {
    color: rgb(84, 84, 84);
    font-size: 17px;
    line-height: 1.6;
  }
  #SHAPE105 {
    width: 32.8043px;
    height: 37.3796px;
    top: 462.485px;
    left: 4.9999px;
  }
  #SHAPE105 svg:last-child {
    fill: rgba(21, 113, 131, 1);
  }
  #IMAGE107 {
    width: 580.979px;
    height: 433px;
    top: 11.485px;
    left: -133.979px;
  }
  #IMAGE107 > .ladi-image > .ladi-image-background {
    width: 706.442px;
    height: 471.199px;
    top: 0px;
    left: 0px;
    background-image: url("../img/doctor-20200916071314.png");
  }
  #PARAGRAPH108 {
    width: 190px;
    top: 1029.48px;
    left: 220px;
  }
  #PARAGRAPH108 > .ladi-paragraph {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    line-height: 1.6;
  }
  #HEADLINE109 {
    width: 400px;
    top: 12px;
    left: 10px;
  }
  #HEADLINE109 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(255, 199, 42);
    font-size: 28px;
    text-align: center;
    line-height: 1.6;
  }
  #PARAGRAPH110 {
    width: 224px;
    top: 155px;
    left: 0px;
  }
  #PARAGRAPH110 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
  }
  #PARAGRAPH111 {
    width: 213px;
    top: 209.5px;
    left: 11px;
  }
  #PARAGRAPH111 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
  }
  #PARAGRAPH112 {
    width: 213px;
    top: 155px;
    left: 0px;
  }
  #PARAGRAPH112 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
  }
  #IMAGE113 {
    width: 224px;
    height: 224px;
    top: 0px;
    left: 0px;
  }
  #IMAGE113 > .ladi-image > .ladi-image-background {
    width: 224px;
    height: 224px;
    top: 0px;
    left: 0px;
    background-image: url("../img/icon9-20200916073133.png");
  }
  #IMAGE114 {
    width: 115px;
    height: 115px;
    top: 0px;
    left: 54.5px;
  }
  #IMAGE114 > .ladi-image > .ladi-image-background {
    width: 115px;
    height: 115px;
    top: 0px;
    left: 0px;
    background-image: url("../img/icon8-20200916073133.png");
  }
  #IMAGE115 {
    width: 111px;
    height: 111px;
    top: 0px;
    left: 51px;
  }
  #IMAGE115 > .ladi-image > .ladi-image-background {
    width: 111px;
    height: 111px;
    top: 0px;
    left: 0px;
    background-image: url("../img/icon7-20200916073133.png");
  }
  #GROUP116 {
    width: 224px;
    height: 230px;
    top: 131.5px;
    left: 98px;
  }
  #GROUP117 {
    width: 224px;
    height: 284.5px;
    top: 334.5px;
    left: 95px;
  }
  #GROUP118 {
    width: 213px;
    height: 230px;
    top: 652.5px;
    left: 100.5px;
  }
  #HEADLINE119 {
    width: 400px;
    top: 19px;
    left: 10px;
  }
  #HEADLINE119 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(255, 199, 42);
    font-size: 25px;
    text-align: center;
    line-height: 1.2;
  }
  #IMAGE120 {
    width: 539.431px;
    height: 359.799px;
    top: 144px;
    left: -58px;
  }
  #IMAGE120 > .ladi-image > .ladi-image-background {
    width: 539.431px;
    height: 359.799px;
    top: 0px;
    left: 0px;
    background-image: url("../img/bieudo-20200916074550.png");
  }
  #PARAGRAPH122 {
    width: 185px;
    top: 138px;
    left: 4.5px;
  }
  #PARAGRAPH122 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE124 {
    width: 158px;
    top: 0px;
    left: 0px;
  }
  #HEADLINE124 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(255, 199, 42);
    font-size: 97px;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE125 {
    width: 65px;
    top: 32px;
    left: 129px;
  }
  #HEADLINE125 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(255, 199, 42);
    font-size: 44px;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP123 {
    width: 194px;
    height: 166px;
    top: 0px;
    left: 0px;
  }
  #GROUP121 {
    width: 194px;
    height: 263px;
    top: 514.799px;
    left: 0px;
  }
  #PARAGRAPH152 {
    width: 198px;
    top: 44px;
    left: 197.5px;
  }
  #PARAGRAPH152 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE154 {
    width: 158px;
    top: 0px;
    left: 0px;
  }
  #HEADLINE154 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(255, 199, 42);
    font-size: 97px;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE155 {
    width: 65px;
    top: 32px;
    left: 129px;
  }
  #HEADLINE155 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(255, 199, 42);
    font-size: 44px;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP153 {
    width: 194px;
    height: 155px;
    top: 0px;
    left: 0px;
  }
  #GROUP151 {
    width: 395.5px;
    height: 155px;
    top: 1133.8px;
    left: 12.25px;
  }
  #PARAGRAPH157 {
    width: 185px;
    top: 138px;
    left: 4.5px;
  }
  #PARAGRAPH157 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE159 {
    width: 158px;
    top: 0px;
    left: 0px;
  }
  #HEADLINE159 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(255, 199, 42);
    font-size: 97px;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE160 {
    width: 65px;
    top: 32px;
    left: 129px;
  }
  #HEADLINE160 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(255, 199, 42);
    font-size: 44px;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP158 {
    width: 194px;
    height: 155px;
    top: 0px;
    left: 0px;
  }
  #GROUP156 {
    width: 194px;
    height: 263px;
    top: 801.799px;
    left: 226px;
  }
  #PARAGRAPH162 {
    width: 185px;
    top: 138px;
    left: 4.5px;
  }
  #PARAGRAPH162 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE164 {
    width: 158px;
    top: 0px;
    left: 0px;
  }
  #HEADLINE164 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(255, 199, 42);
    font-size: 97px;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE179 {
    width: 158px;
    top: 0px;
    left: 0px;
  }
  #HEADLINE179 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(255, 199, 42);
    font-size: 97px;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE165 {
    width: 65px;
    top: 32px;
    left: 129px;
  }
  #HEADLINE165 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(255, 199, 42);
    font-size: 44px;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP163 {
    width: 194px;
    height: 155px;
    top: 0px;
    left: 0px;
  }
  #GROUP161 {
    width: 194px;
    height: 238px;
    top: 514.799px;
    left: 226px;
  }
  #PARAGRAPH167 {
    width: 185px;
    top: 138px;
    left: 4.5px;
  }
  #PARAGRAPH167 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE169 {
    width: 158px;
    top: 0px;
    left: 0px;
  }
  #HEADLINE169 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(255, 199, 42);
    font-size: 97px;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE170 {
    width: 65px;
    top: 32px;
    left: 129px;
  }
  #HEADLINE170 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(255, 199, 42);
    font-size: 44px;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP168 {
    width: 194px;
    height: 155px;
    top: 0px;
    left: 0px;
  }
  #GROUP166 {
    width: 194px;
    height: 263px;
    top: 801.799px;
    left: 0px;
  }
  #HEADLINE177 {
    width: 400px;
    top: 10px;
    left: 10px;
  }
  #HEADLINE177 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(21, 113, 131);
    font-size: 28px;
    text-align: center;
    line-height: 1.6;
  }
  #PARAGRAPH178 {
    width: 340px;
    top: 0px;
    left: 70px;
  }
  #PARAGRAPH178 > .ladi-paragraph {
    color: rgb(0, 0, 0);
    font-size: 16px;
    line-height: 1.6;
  }
  #PARAGRAPH179 {
    width: 469px;
    top: 16.339px;
    left: 70px;
  }
  #PARAGRAPH179 > .ladi-paragraph {
    color: rgb(0, 0, 0);
    font-size: 16px;
    line-height: 1.6;
  }
  #PARAGRAPH180 {
    width: 326px;
    top: 11.6885px;
    left: 70px;
  }
  #PARAGRAPH180 > .ladi-paragraph {
    color: rgb(0, 0, 0);
    font-size: 16px;
    line-height: 1.6;
  }
  #PARAGRAPH181 {
    width: 469px;
    top: 30px;
    left: 60px;
  }
  #PARAGRAPH181 > .ladi-paragraph {
    color: rgb(0, 0, 0);
    font-size: 16px;
    line-height: 1.6;
  }
  #SHAPE183 {
    width: 56.8129px;
    height: 64.7368px;
    top: 0px;
    left: 0px;
  }
  #SHAPE183 svg:last-child {
    fill: rgba(201, 31, 23, 1);
  }
  #SHAPE184 {
    width: 60.2521px;
    height: 74.377px;
    top: 0px;
    left: 0px;
  }
  #SHAPE184 svg:last-child {
    fill: rgba(200, 31, 23, 1);
  }
  #SHAPE185 {
    width: 58.2626px;
    height: 61.6466px;
    top: 0px;
    left: 0px;
  }
  #SHAPE185 svg:last-child {
    fill: rgba(201, 31, 23, 1);
  }
  #SHAPE186 {
    width: 50.206px;
    height: 74.1444px;
    top: 0px;
    left: 0px;
  }
  #SHAPE186 svg:last-child {
    fill: rgba(201, 31, 23, 1);
  }
  #IMAGE187 {
    width: 398.085px;
    height: 376.059px;
    top: 112.561px;
    left: 25px;
  }
  #IMAGE187 > .ladi-image > .ladi-image-background {
    width: 398.085px;
    height: 388.744px;
    top: 0px;
    left: 0px;
    background-image: url("../img/anh-menlust-2-20201105084754.png");
  }
  #PARAGRAPH210 {
    width: 400px;
    top: 26.0639px;
    left: 10px;
  }
  #PARAGRAPH210 > .ladi-paragraph {
    font-family: "Merriweather-Black.ttf";
    color: rgb(255, 255, 255);
    font-size: 22px;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP212 {
    width: 539px;
    height: 61.6466px;
    top: 65px;
    left: 10px;
  }
  #GROUP213 {
    width: 396px;
    height: 74.377px;
    top: 221.339px;
    left: 10px;
  }
  #GROUP214 {
    width: 529px;
    height: 74.1444px;
    top: 131.339px;
    left: 20px;
  }
  #GROUP215 {
    width: 410px;
    height: 100px;
    top: 266.339px;
    left: 10px;
  }
  #IMAGE218 {
    width: 372.031px;
    height: 347.607px;
    top: 88px;
    left: 45px;
  }
  #IMAGE218 > .ladi-image > .ladi-image-background {
    width: 372.031px;
    height: 372.031px;
    top: 0px;
    left: 0px;
    background-image: url("../img/anh-menlust-2-20201105084754.png");
  }
  #BOX219 {
    width: 436px;
    height: 377px;
    top: 399.39px;
    left: 0px;
  }
  #BOX219 > .ladi-box {
    opacity: 0.41;
    background-color: rgb(0, 0, 0);
  }
  #HEADLINE228 {
    width: 400px;
    top: 1069.56px;
    left: 10px;
  }
  #HEADLINE228 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-style: italic;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP265 {
    width: 399.679px;
    height: 153px;
    top: 409px;
    left: 16px;
  }
  #SHAPE267 {
    width: 20.9856px;
    height: 28.2602px;
    top: 0px;
    left: 365.335px;
  }
  #SHAPE267 > .ladi-shape {
    transform: rotate(-17deg);
    -webkit-transform: rotate(-17deg);
  }
  #SHAPE267 svg:last-child {
    fill: rgba(255, 255, 255, 1);
  }
  #GROUP269 {
    width: 386.321px;
    height: 28.2602px;
    top: 48.413px;
    left: 1.62733px;
  }
  #GROUP270 {
    width: 387.948px;
    height: 131px;
    top: 62.49px;
    left: 17.6508px;
  }
  #GROUP272 {
    width: 403.345px;
    height: 356px;
    top: 296.49px;
    left: 7px;
  }
  #NOTIFY276 {
    width: 300px;
    height: 62px;
    top: auto;
    left: 10px;
    bottom: 10px;
    right: auto;
    position: fixed;
    z-index: 90000060;
  }
  #BOX279 {
    width: 356.008px;
    height: 190px;
    top: 0px;
    left: 0px;
  }
  #BOX279 > .ladi-box {
    background-color: rgb(89, 27, 24);
    border-style: solid;
    border-color: rgb(255, 156, 1);
    border-width: 2px;
    border-radius: 20px;
  }
  #BOX280 {
    width: 351.651px;
    height: 68px;
    top: 2px;
    left: 2.54292px;
  }
  #BOX280 > .ladi-box {
    background-color: rgb(136, 15, 9);
    border-color: rgb(69, 182, 255);
    border-width: 4px;
    border-radius: 20px 20px 0px 0px;
  }
  #HEADLINE281 {
    width: 356px;
    top: 20px;
    left: 0px;
  }
  #HEADLINE281 > .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;
  }
  #HEADLINE283 {
    width: 345px;
    top: 0px;
    left: 0px;
  }
  #HEADLINE283 > .ladi-headline {
    font-family: "SourceSansPro-Black.ttf";
    color: rgb(255, 255, 255);
    font-size: 22px;
    text-align: center;
    line-height: 1.6;
  }
  #SHAPE284 {
    width: 19.3544px;
    height: 20px;
    top: 7px;
    left: 48.3154px;
  }
  #SHAPE284 svg:last-child {
    fill: rgba(255, 225, 0, 1);
  }
  #GROUP282 {
    width: 345.13px;
    height: 34px;
    top: 83px;
    left: 11.4431px;
  }
  #HEADLINE286 {
    width: 345px;
    top: 0px;
    left: 0px;
  }
  #HEADLINE286 > .ladi-headline {
    font-family: "SourceSansPro-Black.ttf";
    color: rgb(255, 255, 255);
    font-size: 22px;
    text-align: center;
    line-height: 1.6;
  }
  #SHAPE287 {
    width: 20.6259px;
    height: 20px;
    top: 7px;
    left: 47.044px;
  }
  #SHAPE287 svg:last-child {
    fill: rgba(255, 225, 0, 1);
  }
  #GROUP285 {
    width: 345.13px;
    height: 34px;
    top: 140px;
    left: 11.4431px;
  }
  #LINE288 {
    width: 353px;
    top: 120px;
    left: 2.54292px;
  }
  #LINE288 > .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;
  }
  #LINE288 > .ladi-line {
    width: 100%;
    padding: 8px 0px;
  }
  #LINE289 {
    width: 353px;
    top: 62px;
    left: 2.54292px;
  }
  #LINE289 > .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;
  }
  #LINE289 > .ladi-line {
    width: 100%;
    padding: 8px 0px;
  }
  #GROUP278 {
    width: 356.573px;
    height: 190px;
    top: 780px;
    left: 33px;
  }
  #BOX291 {
    width: 394px;
    height: 520px;
    top: 20px;
    left: 0px;
  }
  #BOX291 > .ladi-box {
    background-color: rgb(65, 6, 4);
    border-radius: 20px;
  }
  #BOX292 {
    width: 394px;
    height: 60px;
    top: 0px;
    left: 0px;
  }
  #BOX292 > .ladi-box {
    background-color: rgb(89, 26, 23);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  #BOX293 {
    width: 394px;
    height: 70px;
    top: 60px;
    left: 0px;
  }
  #BOX293 > .ladi-box {
    background-color: rgb(136, 14, 8);
  }
  #PARAGRAPH294 {
    width: 342px;
    top: 87px;
    left: 27.0023px;
  }
  #PARAGRAPH294 > .ladi-paragraph {
    font-family: "Roboto Slab", serif;
    color: rgb(255, 254, 33);
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #PARAGRAPH295 {
    width: 292px;
    top: 66px;
    left: 60.1164px;
  }
  #PARAGRAPH295 > .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;
  }
  #PARAGRAPH296 {
    width: 231px;
    top: 16px;
    left: 19.0209px;
  }
  #PARAGRAPH296 > .ladi-paragraph {
    font-family: "SourceSansPro-Bold.ttf";
    color: rgb(255, 255, 255);
    font-size: 19px;
    text-align: right;
    line-height: 1.6;
  }
  #BOX297 {
    width: 65.1512px;
    height: 40px;
    top: 10px;
    left: 258.577px;
  }
  #BOX297 > .ladi-box {
    background-color: rgb(136, 15, 9);
    border-radius: 6px;
  }
  #PARAGRAPH298 {
    width: 60px;
    top: 10px;
    left: 261.082px;
  }
  #PARAGRAPH298 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON_TEXT300 {
    width: 290px;
    top: 7.74728px;
    left: 0px;
  }
  #BUTTON_TEXT300 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON300 {
    width: 290.675px;
    height: 49.0661px;
    top: 184.122px;
    left: 0.821407px;
  }
  #BUTTON300 > .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)
    );
  }
  #BUTTON300 > .ladi-button {
    border-radius: 12px;
  }
  #BUTTON300.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_ITEM302 {
    width: 292.484px;
    height: 43.9014px;
    top: 20px;
    left: 0px;
  }
  #FORM_ITEM303 {
    width: 292.484px;
    height: 45.6229px;
    top: 100.7px;
    left: 0px;
  }
  #FORM299 {
    width: 292.484px;
    height: 178.188px;
    top: 241.675px;
    left: 59.2945px;
  }
  #FORM299 > .ladi-form {
    color: rgb(212, 212, 212);
    font-size: 12px;
    line-height: 1.6;
  }
  #FORM299 > .ladi-form label[for="phone"] {
    top: 77px;
  }
  #FORM299 .ladi-form-item .ladi-form-control::placeholder,
  #FORM299
    .ladi-form
    .ladi-form-item
    .ladi-form-control-select[data-selected=""],
  #FORM299
    .ladi-form
    .ladi-form-item.ladi-form-checkbox
    .ladi-form-checkbox-item
    span[data-checked="false"] {
    color: rgba(212, 212, 212, 1);
  }
  #FORM299 .ladi-form-item {
    padding-left: 10px;
    padding-right: 10px;
  }
  #FORM299 .ladi-form-item.ladi-form-checkbox {
    padding-left: 15px;
    padding-right: 15px;
  }
  #FORM299 .ladi-form-item-container {
    border-style: solid;
    border-color: rgb(122, 7, 7);
    border-width: 2px;
    border-radius: 13px;
  }
  #FORM299 .ladi-form-item-container .ladi-form-quantity button {
    background-color: rgb(122, 7, 7);
  }
  #FORM299 .ladi-form-item-background {
    background-color: rgb(24, 3, 3);
    border-radius: 11px;
  }
  #PARAGRAPH304 {
    width: 302px;
    top: 136.977px;
    left: 60.1164px;
  }
  #PARAGRAPH304 > .ladi-paragraph {
    font-family: "SourceSansPro-Bold.ttf";
    color: rgb(255, 255, 255);
    font-size: 20px;
    text-align: center;
    line-height: 1.6;
  }
  #COUNTDOWN_ITEM306 {
    visibility: hidden;
    pointer-events: none;
  }
  #COUNTDOWN305 {
    width: 315.313px;
    height: 48.3221px;
    top: 178.252px;
    left: 10px;
  }
  #COUNTDOWN305 > .ladi-countdown {
    font-family: "Roboto Slab", serif;
    color: rgb(255, 255, 255);
    font-size: 40px;
    font-weight: bold;
    text-align: center;
  }
  #COUNTDOWN305 > .ladi-countdown > .ladi-element {
    width: calc((100% - 10px * 3) / 4);
    margin-right: 10px;
    height: 100%;
  }
  #COUNTDOWN305 > .ladi-countdown .ladi-countdown-background {
    background-color: rgb(173, 30, 23);
    border-radius: 9px;
  }
  #PARAGRAPH310 {
    width: 311px;
    top: 495px;
    left: 50.093px;
  }
  #PARAGRAPH310 > .ladi-paragraph {
    font-family: "SourceSansPro-Regular.ttf";
    color: rgb(255, 255, 255);
    font-size: 15px;
    text-align: center;
    line-height: 1.2;
  }
  #PARAGRAPH311 {
    width: 311px;
    top: 484px;
    left: 50.093px;
  }
  #PARAGRAPH311 > .ladi-paragraph {
    font-family: "SourceSansPro-Regular.ttf";
    color: rgb(255, 255, 255);
    font-size: 15px;
    text-align: center;
    line-height: 1.2;
  }
  #GROUP290 {
    width: 394px;
    height: 540px;
    top: 785px;
    left: 15px;
  }
  #BOX313 {
    width: 356.008px;
    height: 190px;
    top: 0px;
    left: 0px;
  }
  #BOX313 > .ladi-box {
    background-color: rgb(89, 27, 24);
    border-style: solid;
    border-color: rgb(255, 156, 1);
    border-width: 2px;
    border-radius: 20px;
  }
  #BOX314 {
    width: 351.651px;
    height: 68px;
    top: 2px;
    left: 2.54292px;
  }
  #BOX314 > .ladi-box {
    background-color: rgb(136, 15, 9);
    border-color: rgb(69, 182, 255);
    border-width: 4px;
    border-radius: 20px 20px 0px 0px;
  }
  #HEADLINE315 {
    width: 356px;
    top: 20px;
    left: 0px;
  }
  #HEADLINE315 > .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;
  }
  #HEADLINE317 {
    width: 345px;
    top: 0px;
    left: 0px;
  }
  #HEADLINE317 > .ladi-headline {
    font-family: "SourceSansPro-Black.ttf";
    color: rgb(255, 255, 255);
    font-size: 22px;
    text-align: center;
    line-height: 1.6;
  }
  #SHAPE318 {
    width: 19.3544px;
    height: 20px;
    top: 7px;
    left: 48.3154px;
  }
  #SHAPE318 svg:last-child {
    fill: rgba(255, 225, 0, 1);
  }
  #GROUP316 {
    width: 345.13px;
    height: 34px;
    top: 83px;
    left: 11.4431px;
  }
  #HEADLINE320 {
    width: 345px;
    top: 0px;
    left: 0px;
  }
  #HEADLINE320 > .ladi-headline {
    font-family: "SourceSansPro-Black.ttf";
    color: rgb(255, 255, 255);
    font-size: 22px;
    text-align: center;
    line-height: 1.6;
  }
  #SHAPE321 {
    width: 20.6259px;
    height: 20px;
    top: 7px;
    left: 47.044px;
  }
  #SHAPE321 svg:last-child {
    fill: rgba(255, 225, 0, 1);
  }
  #GROUP319 {
    width: 345.13px;
    height: 34px;
    top: 140px;
    left: 11.4431px;
  }
  #LINE322 {
    width: 353px;
    top: 120px;
    left: 2.54292px;
  }
  #LINE322 > .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;
  }
  #LINE322 > .ladi-line {
    width: 100%;
    padding: 8px 0px;
  }
  #LINE323 {
    width: 353px;
    top: 62px;
    left: 2.54292px;
  }
  #LINE323 > .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;
  }
  #LINE323 > .ladi-line {
    width: 100%;
    padding: 8px 0px;
  }
  #GROUP312 {
    width: 356.573px;
    height: 190px;
    top: 162.561px;
    left: 33px;
  }
  #BOX325 {
    width: 390px;
    height: 520px;
    top: 20px;
    left: 12px;
  }
  #BOX325 > .ladi-box {
    background-color: rgb(65, 6, 4);
    border-radius: 20px;
  }
  #BOX326 {
    width: 390px;
    height: 60px;
    top: 0px;
    left: 12px;
  }
  #BOX326 > .ladi-box {
    background-color: rgb(89, 26, 23);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  #BOX327 {
    width: 390px;
    height: 70px;
    top: 60px;
    left: 12px;
  }
  #BOX327 > .ladi-box {
    background-color: rgb(136, 14, 8);
  }
  #PARAGRAPH328 {
    width: 340px;
    top: 88px;
    left: 33px;
  }
  #PARAGRAPH328 > .ladi-paragraph {
    font-family: "Roboto Slab", serif;
    color: rgb(255, 254, 33);
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #PARAGRAPH329 {
    width: 291px;
    top: 66px;
    left: 67px;
  }
  #PARAGRAPH329 > .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;
  }
  #PARAGRAPH330 {
    width: 231px;
    top: 16px;
    left: 26px;
  }
  #PARAGRAPH330 > .ladi-paragraph {
    font-family: "SourceSansPro-Bold.ttf";
    color: rgb(255, 255, 255);
    font-size: 19px;
    text-align: right;
    line-height: 1.6;
  }
  #BOX331 {
    width: 65px;
    height: 40px;
    top: 10px;
    left: 265px;
  }
  #BOX331 > .ladi-box {
    background-color: rgb(136, 15, 9);
    border-radius: 6px;
  }
  #PARAGRAPH332 {
    width: 60px;
    top: 10px;
    left: 267.5px;
  }
  #PARAGRAPH332 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON_TEXT334 {
    width: 290px;
    top: 7.7473px;
    left: 0px;
  }
  #BUTTON_TEXT334 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON334 {
    width: 290px;
    height: 49.0662px;
    top: 181.122px;
    left: 0.8195px;
  }
  #BUTTON334 > .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)
    );
  }
  #BUTTON334 > .ladi-button {
    border-radius: 12px;
  }
  #BUTTON334.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_ITEM336 {
    width: 291.805px;
    height: 43.9014px;
    top: 20px;
    left: 0px;
  }
  #FORM_ITEM337 {
    width: 291.805px;
    height: 45.623px;
    top: 104.7001px;
    left: 0px;
  }
  #FORM333 {
    width: 291.805px;
    height: 178.188px;
    top: 241.675px;
    left: 58.18px;
  }
  #FORM333 > .ladi-form {
    color: rgb(212, 212, 212);
    font-size: 12px;
    line-height: 1.6;
  }
  #FORM333 > .ladi-form label[for="phone"] {
    top: 83px;
  }
  #FORM333 .ladi-form-item .ladi-form-control::placeholder,
  #FORM333
    .ladi-form
    .ladi-form-item
    .ladi-form-control-select[data-selected=""],
  #FORM333
    .ladi-form
    .ladi-form-item.ladi-form-checkbox
    .ladi-form-checkbox-item
    span[data-checked="false"] {
    color: rgba(212, 212, 212, 1);
  }
  #FORM333 .ladi-form-item {
    padding-left: 10px;
    padding-right: 10px;
  }
  #FORM333 .ladi-form-item.ladi-form-checkbox {
    padding-left: 15px;
    padding-right: 15px;
  }
  #FORM333 .ladi-form-item-container {
    border-style: solid;
    border-color: rgb(122, 7, 7);
    border-width: 2px;
    border-radius: 13px;
  }
  #FORM333 .ladi-form-item-container .ladi-form-quantity button {
    background-color: rgb(122, 7, 7);
  }
  #FORM333 .ladi-form-item-background {
    background-color: rgb(24, 3, 3);
    border-radius: 11px;
  }
  #PARAGRAPH338 {
    width: 305px;
    top: 136.977px;
    left: 60px;
  }
  #PARAGRAPH338 > .ladi-paragraph {
    font-family: "SourceSansPro-Bold.ttf";
    color: rgb(255, 255, 255);
    font-size: 20px;
    text-align: center;
    line-height: 1.6;
  }
  #COUNTDOWN_ITEM340 {
    visibility: hidden;
    pointer-events: none;
  }
  #COUNTDOWN339 {
    width: 314.581px;
    height: 48.3221px;
    top: 178.252px;
    left: 0px;
  }
  #COUNTDOWN339 > .ladi-countdown {
    font-family: "Roboto Slab", serif;
    color: rgb(255, 255, 255);
    font-size: 40px;
    font-weight: bold;
    text-align: center;
  }
  #COUNTDOWN339 > .ladi-countdown > .ladi-element {
    width: calc((100% - 10px * 3) / 4);
    margin-right: 10px;
    height: 100%;
  }
  #COUNTDOWN339 > .ladi-countdown .ladi-countdown-background {
    background-color: rgb(173, 30, 23);
    border-radius: 9px;
  }
  #PARAGRAPH344 {
    width: 311px;
    top: 496px;
    left: 54px;
  }
  #PARAGRAPH344 > .ladi-paragraph {
    font-family: "SourceSansPro-Regular.ttf";
    color: rgb(255, 255, 255);
    font-size: 15px;
    text-align: center;
    line-height: 1.2;
  }
  #PARAGRAPH345 {
    width: 311px;
    top: 490px;
    left: 44px;
  }
  #PARAGRAPH345 > .ladi-paragraph {
    font-family: "SourceSansPro-Regular.ttf";
    color: rgb(255, 255, 255);
    font-size: 15px;
    text-align: center;
    line-height: 1.2;
  }
  #GROUP324 {
    width: 402px;
    height: 540px;
    top: 487.561px;
    left: 4px;
  }
  #SECTION346 {
    height: 67.565px;
  }
  #SECTION346 > .ladi-section-background {
    background-color: rgb(8, 8, 8);
  }
  #PARAGRAPH347 {
    width: 419px;
    top: 9.172px;
    left: 0px;
  }
  #PARAGRAPH347 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
  }
  .ladi-container {
    transform: scale(0.89);
    transform-origin: 0 0;
  }
}

.timers {
  margin-left: 70px;
}
.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;
  bottom: 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);
    bottom: 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;
}

@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;
  }
  #GROUP212,
  #PARAGRAPH181,
  #GROUP213,
  #GROUP215 {
    transform: scale(0.89);
    transform-origin: 0 0;
  }
}
.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);
  }