  @import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Prata&display=swap');
  a,
  abbr,
  acronym,
  address,
  applet,
  article,
  aside,
  audio,
  b,
  big,
  blockquote,
  body,
  button,
  canvas,
  caption,
  center,
  cite,
  code,
  dd,
  del,
  details,
  dfn,
  div,
  dl,
  dt,
  em,
  embed,
  fieldset,
  figcaption,
  figure,
  footer,
  form,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  header,
  hgroup,
  html,
  i,
  iframe,
  img,
  input,
  ins,
  kbd,
  label,
  legend,
  li,
  mark,
  menu,
  nav,
  object,
  ol,
  output,
  p,
  pre,
  q,
  ruby,
  s,
  samp,
  section,
  select,
  small,
  span,
  strike,
  strong,
  sub,
  summary,
  sup,
  table,
  tbody,
  td,
  textarea,
  tfoot,
  th,
  thead,
  time,
  tr,
  tt,
  u,
  ul,
  var,
  video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
  }
  
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  menu,
  nav,
  section {
    display: block
  }
  
  body {
    line-height: 1
  }
  
  a {
    text-decoration: none
  }
  
  ol,
  ul {
    list-style: none
  }
  
  blockquote,
  q {
    quotes: none
  }
  
  blockquote:after,
  blockquote:before,
  q:after,
  q:before {
    content: '';
    content: none
  }
  
  table {
    border-collapse: collapse;
    border-spacing: 0
  }
  
  .ladi-html strong {
    font-weight: 700
  }
  
  .ladi-html em {
    font-style: italic
  }
  
  .ladi-html a {
    text-decoration: underline
  }
  
  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: -.1s;
    top: 22px;
    left: 62px
  }
  
  .ladi-loading div:nth-child(3) {
    animation-delay: -.2s;
    top: 11px;
    left: 52px
  }
  
  .ladi-loading div:nth-child(4) {
    animation-delay: -.3s;
    top: 7px;
    left: 37px
  }
  
  .ladi-loading div:nth-child(5) {
    animation-delay: -.4s;
    top: 11px;
    left: 22px
  }
  
  .ladi-loading div:nth-child(6) {
    animation-delay: -.5s;
    top: 22px;
    left: 11px
  }
  
  .ladi-loading div:nth-child(7) {
    animation-delay: -.6s;
    top: 37px;
    left: 7px
  }
  
  .ladi-loading div:nth-child(8) {
    animation-delay: -.7s;
    top: 52px;
    left: 11px
  }
  
  .ladi-loading div:nth-child(9) {
    animation-delay: -.8s;
    top: 62px;
    left: 22px
  }
  
  .ladi-loading div:nth-child(10) {
    animation-delay: -.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
  }
  
  .height-0 {
    height: 0!important
  }
  
  .transition-readmore {
    transition: height 350ms linear 0s
  }
  
  .transition-collapse {
    transition: height 150ms linear 0s
  }
  
  .transition-parent-collapse-height {
    transition: height 150ms linear 0s
  }
  
  .transition-parent-collapse-top {
    transition: top 150ms linear 0s
  }
  
  .pointer-events-none {
    pointer-events: none
  }
  
  .ladipage-message {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10000000000;
    background: rgba(0, 0, 0, .3)
  }
  
  .ladipage-message .ladipage-message-box {
    width: 400px;
    max-width: calc(100% - 50px);
    height: 160px;
    border: 1px solid rgba(0, 0, 0, .3);
    background-color: #fff;
    position: fixed;
    top: calc(50% - 155px);
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 10px
  }
  
  .ladipage-message .ladipage-message-box span {
    display: block;
    background-color: rgba(6, 21, 40, .05);
    color: #000;
    padding: 12px 15px;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
  }
  
  .ladipage-message .ladipage-message-box .ladipage-message-text {
    display: -webkit-box;
    font-size: 14px;
    padding: 0 20px;
    margin-top: 10px;
    line-height: 18px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
  }
  
  .ladipage-message .ladipage-message-box .ladipage-message-close {
    display: block;
    position: absolute;
    right: 15px;
    bottom: 10px;
    margin: 0 auto;
    padding: 10px 0;
    border: none;
    width: 80px;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    background-color: #e6e6e6;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    cursor: pointer
  }
  
  .ladi-wraper {
    padding-top: 52px;
    width: 100%;
    overflow: hidden;
  }
  
  .ladi-section {
    margin: 0 auto;
    position: relative
  }
  
  .ladi-section[data-tab-id] {
    display: none
  }
  
  .ladi-section.selected[data-tab-id] {
    display: block
  }
  
  .ladi-section .ladi-section-arrow-down {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
    z-index: 90000040
  }
  
  .ladi-section .ladi-section-close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 90000040
  }
  
  .ladi-section .ladi-section-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    overflow: hidden
  }
  
  .ladi-container {
    position: relative;
    margin: 0 auto;
    height: 100%
  }
  
  .ladi-element {
    position: absolute
  }
  
  .ladi-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none
  }
  
  .ladi-survey {
    width: 100%;
    display: inline-block
  }
  
  .ladi-survey .ladi-survey-option {
    cursor: pointer;
    position: relative;
    display: inline-block;
    text-decoration-line: inherit;
    -webkit-text-decoration-line: inherit;
    transition: inherit;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
  }
  
  .ladi-survey .ladi-survey-option-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none
  }
  
  .ladi-survey .ladi-survey-option-label {
    display: block;
    text-decoration-line: inherit;
    -webkit-text-decoration-line: inherit;
    position: relative
  }
  
  .ladi-survey .ladi-survey-option-image {
    background-size: cover;
    background-position: center center;
    pointer-events: none;
    vertical-align: middle;
    border-radius: inherit;
    position: relative
  }
  
  .ladi-survey .ladi-survey-button-next {
    display: block
  }
  
  .ladi-survey .ladi-survey-button-next.empty {
    display: none
  }
  
  .ladi-survey .ladi-survey-button-next.no-select {
    display: none
  }
  
  .ladi-survey .ladi-survey-button-next button {
    background-color: #fff;
    border: 1px solid #eee;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 2px
  }
  
  .ladi-survey .ladi-survey-button-next button:active {
    transform: translateY(2px);
    transition: transform .2s linear
  }
  
  .ladi-carousel {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    touch-action: pan-y
  }
  
  .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;
    top: calc(50% - (33px)/ 2);
    cursor: pointer;
    z-index: 90000040
  }
  
  .ladi-carousel .ladi-carousel-arrow-left {
    left: 5px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
  }
  
  .ladi-carousel .ladi-carousel-arrow-right {
    right: 5px
  }
  
  .ladi-gallery {
    position: absolute;
    width: 100%;
    height: 100%
  }
  
  .ladi-gallery .ladi-gallery-view {
    position: absolute;
    overflow: hidden;
    touch-action: pan-y
  }
  
  .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 .5s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
  }
  
  .ladi-gallery-view-item.play-video {
    cursor: pointer
  }
  
  .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(https://w.ladicdn.com/source/ladipage-play.svg) 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;
    touch-action: pan-y
  }
  
  .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;
    top: calc(50% - (33px)/ 2);
    cursor: pointer;
    z-index: 90000040
  }
  
  .ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow-left {
    left: 5px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
  }
  
  .ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow-right {
    right: 5px
  }
  
  .ladi-gallery .ladi-gallery-control .ladi-gallery-control-arrow {
    position: absolute;
    cursor: pointer;
    z-index: 90000040
  }
  
  .ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-arrow,
  .ladi-gallery.ladi-gallery-top .ladi-gallery-control .ladi-gallery-control-arrow {
    top: calc(50% - (33px)/ 2)
  }
  
  .ladi-gallery.ladi-gallery-top .ladi-gallery-control .ladi-gallery-control-arrow-left {
    left: 0;
    transform: rotate(180deg) scale(.6);
    -webkit-transform: rotate(180deg) scale(.6)
  }
  
  .ladi-gallery.ladi-gallery-top .ladi-gallery-control .ladi-gallery-control-arrow-right {
    right: 0;
    transform: scale(.6);
    -webkit-transform: scale(.6)
  }
  
  .ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-arrow-left {
    left: 0;
    transform: rotate(180deg) scale(.6);
    -webkit-transform: rotate(180deg) scale(.6)
  }
  
  .ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-arrow-right {
    right: 0;
    transform: scale(.6);
    -webkit-transform: scale(.6)
  }
  
  .ladi-gallery.ladi-gallery-left .ladi-gallery-control .ladi-gallery-control-arrow,
  .ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-arrow {
    left: calc(50% - (33px)/ 2)
  }
  
  .ladi-gallery.ladi-gallery-left .ladi-gallery-control .ladi-gallery-control-arrow-left {
    top: 0;
    transform: scale(.6) rotate(270deg);
    -webkit-transform: scale(.6) rotate(270deg)
  }
  
  .ladi-gallery.ladi-gallery-left .ladi-gallery-control .ladi-gallery-control-arrow-right {
    bottom: 0;
    transform: scale(.6) rotate(90deg);
    -webkit-transform: scale(.6) rotate(90deg)
  }
  
  .ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-arrow-left {
    top: 0;
    transform: scale(.6) rotate(270deg);
    -webkit-transform: scale(.6) rotate(270deg)
  }
  
  .ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-arrow-right {
    bottom: 0;
    transform: scale(.6) rotate(90deg);
    -webkit-transform: scale(.6) rotate(90deg)
  }
  
  .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-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(https://w.ladicdn.com/source/ladipage-play.svg) 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-tabs {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
  }
  
  .ladi-tabs .ladi-tabs-background {
    height: 100%;
    width: 100%;
    pointer-events: none
  }
  
  .ladi-tabs>.ladi-element[data-index] {
    display: none
  }
  
  .ladi-tabs>.ladi-element.selected[data-index] {
    display: block
  }
  
  .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[data-fixed-close=true] {
    position: relative!important
  }
  
  #SECTION_POPUP .ladi-container>.ladi-element.hide-visibility {
    display: block!important;
    visibility: hidden!important
  }
  
  #SECTION_POPUP .popup-close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9000000080;
    cursor: pointer
  }
  
  .ladi-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;    
    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 .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;
    top: calc(50% - (33px)/ 2);
    cursor: pointer;
    z-index: 90000040
  }
  
  .ladi-collection .ladi-collection-arrow-left {
    left: 5px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
  }
  
  .ladi-collection .ladi-collection-arrow-right {
    right: 5px
  }
  
  .ladi-collection .ladi-collection-button-next {
    position: absolute;
    bottom: -40px;
    right: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
    z-index: 90000040;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg)
  }
  
  .ladi-form {
    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>[data-quantity=true] .ladi-form-item-container {
    overflow: hidden
  }
  
  .ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item {
    text-transform: inherit;
    text-decoration: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit
  }
  
  .ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item-background {
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit
  }
  
  .ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 9px 6px!important;
    background-position: right .5rem center;
    background-repeat: no-repeat
  }
  
  .ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-2 {
    width: calc(100% / 2 - 5px);
    max-width: calc(100% / 2 - 5px);
    min-width: calc(100% / 2 - 5px)
  }
  
  .ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-2:nth-child(3) {
    margin-left: 7.5px
  }
  
  .ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-3 {
    width: calc(100% / 3 - 5px);
    max-width: calc(100% / 3 - 5px);
    min-width: calc(100% / 3 - 5px)
  }
  
  .ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-3:nth-child(3) {
    margin-left: 7.5px
  }
  
  .ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-3:nth-child(4) {
    margin-left: 7.5px
  }
  
  .ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select option {
    color: initial
  }
  
  .ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control:not(.ladi-form-control-select) {
    text-transform: inherit;
    text-decoration: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit
  }
  
  .ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
    text-transform: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit
  }
  
  .ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select:not([data-selected=""]) {
    text-decoration: inherit
  }
  
  .ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item {
    text-transform: inherit;
    text-decoration: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit;
    vertical-align: middle
  }
  
  .ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item span {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
  }
  
  .ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item span[data-checked=true] {
    text-transform: inherit;
    text-decoration: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit
  }
  
  .ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item span[data-checked=false] {
    text-transform: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit
  }
  
  .ladi-form .ladi-form-item-container {
    position: absolute;
    width: 100%;
    height: 100%
  }
  
  .ladi-form .ladi-form-item-title-value {
    font-weight: 700;
    word-break: break-word
  }
  
  .ladi-form .ladi-form-label-container {
    position: relative;
    width: 100%
  }
  
  .ladi-form .ladi-form-label-container .ladi-form-label-item {
    display: inline-block;
    cursor: pointer;
    position: relative;
    border-radius: 0!important;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
  }
  
  .ladi-form .ladi-form-label-container .ladi-form-label-item.image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
  }
  
  .ladi-form .ladi-form-label-container .ladi-form-label-item.no-value {
    display: none!important
  }
  
  .ladi-form .ladi-form-label-container .ladi-form-label-item.text.disabled {
    opacity: .35
  }
  
  .ladi-form .ladi-form-label-container .ladi-form-label-item.image.disabled {
    opacity: .2
  }
  
  .ladi-form .ladi-form-label-container .ladi-form-label-item.color.disabled {
    opacity: .15
  }
  
  .ladi-form .ladi-form-label-container .ladi-form-label-item.selected:before {
    content: '';
    width: 0;
    height: 0;
    bottom: -1px;
    right: -1px;
    position: absolute;
    border-width: 0 0 15px 15px;
    border-color: transparent;
    border-style: solid
  }
  
  .ladi-form .ladi-form-label-container .ladi-form-label-item.selected:after {
    content: '';
    background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' enable-background='new 0 0 12 12' viewBox='0 0 12 12' x='0' fill='%23fff' y='0'%3E%3Cg%3E%3Cpath d='m5.2 10.9c-.2 0-.5-.1-.7-.2l-4.2-3.7c-.4-.4-.5-1-.1-1.4s1-.5 1.4-.1l3.4 3 5.1-7c .3-.4 1-.5 1.4-.2s.5 1 .2 1.4l-5.7 7.9c-.2.2-.4.4-.7.4 0-.1 0-.1-.1-.1z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: bottom right;
    width: 7px;
    height: 7px;
    bottom: 0;
    right: 0;
    position: absolute
  }
  
  .ladi-form .ladi-form-item {
    width: 100%;
    height: 100%;
    position: absolute
  }
  
  .ladi-form .ladi-form-item-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none
  }
  
  .ladi-form .ladi-form-item.ladi-form-checkbox {
    height: auto
  }
  
  .ladi-form .ladi-form-item .ladi-form-control {
    background-color: transparent;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    padding: 0 5px;
    color: inherit;
    font-size: inherit;
    border: none
  }
  
  .ladi-form .ladi-form-item.ladi-form-checkbox {
    padding: 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-combobox {
    position: absolute;
    width: 100%;
    height: 100%
  }
  
  .ladi-combobox .ladi-combobox-item-container {
    position: absolute;
    width: 100%;
    height: 100%;
    text-transform: inherit;
    text-decoration: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit
  }
  
  .ladi-combobox .ladi-combobox-item-container .ladi-combobox-item-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit
  }
  
  .ladi-combobox .ladi-combobox-item-container .ladi-combobox-item {
    width: 100%;
    height: 100%;
    position: absolute;
    text-transform: inherit;
    text-decoration: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit
  }
  
  .ladi-combobox .ladi-combobox-item-container .ladi-combobox-item .ladi-combobox-control option {
    color: initial
  }
  
  .ladi-combobox .ladi-combobox-item-container .ladi-combobox-item .ladi-combobox-control {
    background-color: transparent;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    padding: 0 5px;
    font-size: inherit;
    border: none;
    text-transform: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 9px 6px!important;
    background-position: right .5rem center;
    background-repeat: no-repeat
  }
  
  .ladi-combobox .ladi-combobox-item-container .ladi-combobox-item .ladi-combobox-control:not([data-selected=""]) {
    text-decoration: inherit
  }
  
  .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;
    word-break: break-word
  }
  
  .ladi-cart .ladi-cart-title .ladi-cart-title-variant {
    font-weight: 700;
    display: block;
    word-break: break-word
  }
  
  .ladi-cart .ladi-cart-image .ladi-cart-image-quantity {
    position: absolute;
    top: -3px;
    right: -5px;
    background: rgba(150, 149, 149, .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 .2s linear
  }
  
  .ladi-cart .ladi-cart-quantity button span {
    font-size: 18px;
    position: relative;
    left: .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 10px 0 5px
  }
  
  .ladi-cart .ladi-cart-row.has-promotion .ladi-cart-price span {
    text-decoration: line-through;
    display: block;
    margin-bottom: 3px
  }
  
  .ladi-cart .ladi-cart-row.has-promotion .ladi-cart-price span.price-compare {
    text-decoration: none;
    color: #e85d04;
    font-weight: 700;
    margin-bottom: 0
  }
  
  .ladi-cart .ladi-cart-row.has-promotion .ladi-cart-title span.promotion-name {
    margin-top: 5px;
    display: block;
    word-break: break-word
  }
  
  .ladi-cart .ladi-cart-action {
    width: 28px;
    vertical-align: middle;
    text-align: center
  }
  
  .ladi-cart .ladi-cart-action button {
    border: 1px solid #dcdcdc;
    cursor: pointer;
    text-align: center;
    width: 25px;
    height: 22px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
  }
  
  .ladi-cart .ladi-cart-action button:active {
    transform: translateY(2px);
    transition: transform .2s linear
  }
  
  .ladi-cart .ladi-cart-action button span {
    font-size: 13px;
    position: relative;
    top: .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: underline
  }
  
  .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
  }
  
  .button-unmute {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
  }
  .slick-slide{
    margin: 0 2px;
  }
  .button-unmute div {
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2036%2036%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m%2021.48%2C17.98%20c%200%2C-1.77%20-1.02%2C-3.29%20-2.5%2C-4.03%20v%202.21%20l%202.45%2C2.45%20c%20.03%2C-0.2%20.05%2C-0.41%20.05%2C-0.63%20z%20m%202.5%2C0%20c%200%2C.94%20-0.2%2C1.82%20-0.54%2C2.64%20l%201.51%2C1.51%20c%20.66%2C-1.24%201.03%2C-2.65%201.03%2C-4.15%200%2C-4.28%20-2.99%2C-7.86%20-7%2C-8.76%20v%202.05%20c%202.89%2C.86%205%2C3.54%205%2C6.71%20z%20M%209.25%2C8.98%20l%20-1.27%2C1.26%204.72%2C4.73%20H%207.98%20v%206%20H%2011.98%20l%205%2C5%20v%20-6.73%20l%204.25%2C4.25%20c%20-0.67%2C.52%20-1.42%2C.93%20-2.25%2C1.18%20v%202.06%20c%201.38%2C-0.31%202.63%2C-0.95%203.69%2C-1.81%20l%202.04%2C2.05%201.27%2C-1.27%20-9%2C-9%20-7.72%2C-7.72%20z%20m%207.72%2C.99%20-2.09%2C2.08%202.09%2C2.09%20V%209.98%20z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 100%;
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center center
  }
  
  [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;
    background-color: rgba(0, 0, 0, 0.5);
    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: 2;
    background: rgba(0, 0, 0, .5)
  }
  
  .lightbox-screen .lightbox-close {
    position: absolute;
    z-index: 9000000090;
    cursor: pointer
  }
  
  .lightbox-screen .lightbox-hidden {
    display: none
  }
  
  .ladi-animation-hidden {
    visibility: hidden!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: .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, .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 .3s linear;
    width: 0%
  }
  
  .ladi-carousel .ladi-carousel-arrow,
  .ladi-collection .ladi-collection-arrow,
  .ladi-collection .ladi-collection-button-next,
  .ladi-gallery .ladi-gallery-control .ladi-gallery-control-arrow,
  .ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow,
  .ladi-section .ladi-section-arrow-down {
    width: 33px;
    height: 33px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")
  }
  
  #SECTION_POPUP .popup-close,
  .ladi-section .ladi-section-close,
  .lightbox-screen .lightbox-close {
    width: 18px;
    height: 18px;
    margin: 6px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20148.1%20148.1%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M83.4%2C74l54.1-54.1c2.6-2.6%2C2.6-6.8%2C0-9.3c-2.6-2.6-6.8-2.6-9.3%2C0L74%2C64.7L20%2C10.5c-2.6-2.6-6.8-2.6-9.3%2C0c-2.6%2C2.6-2.6%2C6.8%2C0%2C9.3l54%2C54.1l-54.1%2C54.1c-2.6%2C2.6-2.6%2C6.8%2C0%2C9.3c2.6%2C2.6%2C6.8%2C2.6%2C9.3%2C0l54.1-54l54.1%2C54.1c1.3%2C1.3%2C3%2C1.9%2C4.7%2C1.9s3.4-0.6%2C4.7-1.9c1.3-1.3%2C2-3.1%2C2-4.9c0-1.7-0.8-3.4-2-4.6L83.4%2C74z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")
  }
  
  #BODY_BACKGROUND {
    position: fixed;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100vh!important
  }
  
  #POPUP_BLOG .ladi-headline img,
  #POPUP_BLOG .ladi-paragraph img {
    max-width: 100%
  }
  
  @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 .3s ease-in-out
    }
    .ladi-gallery .ladi-gallery-view>.ladi-gallery-view-item {
      transition: transform .3s ease-in-out
    }
    #POPUP_BLOG .ladi-headline img,
    #POPUP_BLOG .ladi-paragraph img {
      height: auto!important
    }
  }
  
  .ladi-notify-transition {
    transition: top .5s ease-in-out, bottom .5s ease-in-out, opacity .5s ease-in-out
  }
  
  .ladi-notify {
    padding: 5px;
    box-shadow: 0 0 1px rgba(64, 64, 64, .3), 0 8px 50px rgba(64, 64, 64, .05);
    border-radius: 40px;
    color: rgba(64, 64, 64, 1);
    background: rgba(250, 250, 250, .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: .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, .6), 0 8px 50px rgba(64, 64, 64, .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 .3s ease-in-out;
    -webkit-transition: transform .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(.25, .1, 0, 1);
    -webkit-transition: transform 7s cubic-bezier(.25, .1, 0, 1);
    text-decoration-line: inherit;
    -webkit-text-decoration-line: inherit;
    text-transform: 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;
    -webkit-text-decoration-line: inherit;
    text-transform: inherit;
    line-height: 1.6;
    text-shadow: rgba(0, 0, 0, .5) 1px 0 2px
  }
 
  @media (min-width: 768px) {
    .ladi-section .ladi-container {
      width: 960px;
    }
  }
  
  @media (max-width: 767px) {
    .ladi-section .ladi-container {
      width: 420px;
    }
  }
  
  body {
    font-family: "Roboto Slab", serif
  }
  
  @media (min-width: 768px) {
    #SECTION_POPUP {
      height: 0px;
    }
    #SECTION_POPUP .ladi-section-arrow-down {
      background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #SECTION5 {
      height: 753.9px;
    }
    #SECTION5 > .ladi-section-background {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s1440x753/5eb1335ec310210e1b180020/bg_hamer_1-20210428052244.jpeg");
      background-position: center top;
      background-repeat: repeat;
    }
    #SECTION5 .ladi-section-arrow-down {
      background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #SECTION6 {
      height: 1467.9px;
    }
    #SECTION6 > .ladi-section-background {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s1440x1467/5eb1335ec310210e1b180020/bg_hamer_2-20210428065447.jpeg");
      background-position: center top;
      background-repeat: repeat;
    }
    #SECTION6 .ladi-section-arrow-down {
      background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #IMAGE8 {
      width: 494.496px;
      height: 79.4237px;
      top: 0px;
      left: 0px;
    }
    #IMAGE8 > .ladi-image > .ladi-image-background {
      width: 494.496px;
      height: 78.4918px;
      top: 0px;
      left: 0px;
      background-image: url("../images/vcbgftg-20210129080345.png");
    }
    #HEADLINE9 {
      width: 494px;
      top: 13.0208px;
      left: 0px;
    }
    #HEADLINE9 > .ladi-headline {
      font-family: "Prata", serif;
      color: #f2cc90;
      font-size: 40px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #IMAGE16 {
      width: 226.957px;
      height: 84.1935px;
      top: 467.1px;
      left: 76px;
    }
    #IMAGE16 > .ladi-image > .ladi-image-background {
      width: 226.957px;
      height: 84.1935px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s550x400/5c7362c6c417ab07e5196b05/kjlyhio-20210129081258.png");
    }
    #IMAGE17 {
      width: 226.957px;
      height: 84.1935px;
      top: 490.1px;
      left: 685px;
    }
    #IMAGE17 > .ladi-image > .ladi-image-background {
      width: 226.957px;
      height: 84.1935px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s550x400/5c7362c6c417ab07e5196b05/kjlyhio-20210129081258.png");
    }
    #HEADLINE18 {
      width: 464px;
      top: 15.2362px;
      left: 13.0655px;
    }
    #HEADLINE18 > .ladi-headline {
      font-family: "Prata", serif;
      color: rgb(255, 238, 196);
      font-size: 30px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #IMAGE19 {
      width: 233.622px;
      height: 90.0416px;
      top: 0px;
      left: 960.287px;
    }
    #IMAGE19 > .ladi-image > .ladi-image-background {
      width: 233.622px;
      height: 90.0416px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s550x400/5c7362c6c417ab07e5196b05/vcf-20210129081635.png");
    }
    #IMAGE21 {
      width: 110.392px;
      height: 51px;
      top: 127.145px;
      left: 910px;
    }
    #IMAGE21 > .ladi-image > .ladi-image-background {
      width: 110.392px;
      height: 51px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s450x400/5c7362c6c417ab07e5196b05/bdg-20210129081634.png");
    }
    #IMAGE21.ladi-animation > .ladi-image {
      animation-name: shake;
      -webkit-animation-name: shake;
      animation-delay: 1s;
      -webkit-animation-delay: 1s;
      animation-duration: 15s;
      -webkit-animation-duration: 15s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #BOX22 {
      width: 960px;
      height: 500px;
      top: 611.9px;
      left: 0px;
    }
    #BOX22 > .ladi-box {
      background-color: rgb(255, 255, 255);
    }
    #PARAGRAPH23 {
      width: 420px;
      top: 665.2px;
      left: 49.5px;
    }
    #PARAGRAPH23 > .ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 16px;
      text-align: justify;
      line-height: 1.6;
    }
    #IMAGE28 {
      width: 102.937px;
      height: 107px;
      top: 630.2px;
      left: 21px;
    }
    #IMAGE28 > .ladi-image > .ladi-image-background {
      width: 102.937px;
      height: 107px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s450x450/5c7362c6c417ab07e5196b05/tttt-20210129083939.png");
    }
    #IMAGE29 {
      width: 102.937px;
      height: 107px;
      top: 630.2px;
      left: 837px;
    }
    #IMAGE29 > .ladi-image > .ladi-image-background {
      width: 102.937px;
      height: 107px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s450x450/5c7362c6c417ab07e5196b05/tttt-20210129083939.png");
    }
    #IMAGE29 > .ladi-image {
      transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
    }
    #IMAGE30 {
      width: 102.937px;
      height: 107px;
      top: 985.2px;
      left: 837px;
    }
    #IMAGE30 > .ladi-image > .ladi-image-background {
      width: 102.937px;
      height: 107px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s450x450/5c7362c6c417ab07e5196b05/tttt-20210129083939.png");
    }
    #IMAGE30 > .ladi-image {
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
    }
    #IMAGE31 {
      width: 102.937px;
      height: 107px;
      top: 985.2px;
      left: 21px;
    }
    #IMAGE31 > .ladi-image > .ladi-image-background {
      width: 102.937px;
      height: 107px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s450x450/5c7362c6c417ab07e5196b05/tttt-20210129083939.png");
    }
    #IMAGE31 > .ladi-image {
      transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg);
    }
    #IMAGE34 {
      width: 122.842px;
      height: 45.3204px;
      top: 22.3606px;
      left: 418.579px;
    }
    #IMAGE34 > .ladi-image > .ladi-image-background {
      width: 122.842px;
      height: 45.3204px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s450x350/5c7362c6c417ab07e5196b05/hvjngh-20210129084404.png");
    }
    #IMAGE34.ladi-animation > .ladi-image {
      animation-name: shake;
      -webkit-animation-name: shake;
      animation-delay: 1s;
      -webkit-animation-delay: 1s;
      animation-duration: 15s;
      -webkit-animation-duration: 15s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #IMAGE35 {
      width: 326.565px;
      height: 121.145px;
      top: 6px;
      left: -181.834px;
    }
    #IMAGE35 > .ladi-image > .ladi-image-background {
      width: 326.565px;
      height: 121.145px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s650x450/5c7362c6c417ab07e5196b05/kjlyhio-20210129081258.png");
    }
    #GALLERY84 {
      width: 406.181px;
      height: 389.773px;
      top: 668.61px;
      left: 499.5px;
    }
    #GALLERY84 > .ladi-gallery > .ladi-gallery-view {
      height: calc(100% - 0px);
    }
    #GALLERY84 > .ladi-gallery > .ladi-gallery-control {
      height: 0px;
      display: none;
    }
    #GALLERY84 > .ladi-gallery > .ladi-gallery-control > .ladi-gallery-control-box > .ladi-gallery-control-item {
      width: 0px;
      height: 0px;
      margin-right: 0px;
    }
    #GALLERY84 .ladi-gallery .ladi-gallery-view-item[data-index="0"] {
      background-image: url("https://w.ladicdn.com/s750x700/5eb1335ec310210e1b180020/keo-sam-hamer-malaysia-37f82k-6-20210501062119.jpeg");
    }
    #GALLERY84 .ladi-gallery .ladi-gallery-control-item[data-index="0"] {
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/keo-sam-hamer-malaysia-37f82k-6-20210501062119.jpeg");
    }
    #GALLERY84 .ladi-gallery .ladi-gallery-view-item[data-index="1"] {
      background-image: url("https://w.ladicdn.com/s750x700/5eb1335ec310210e1b180020/keo-sam-hamer-usa-20210501062328.jpeg");
    }
    #GALLERY84 .ladi-gallery .ladi-gallery-control-item[data-index="1"] {
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/keo-sam-hamer-usa-20210501062328.jpeg");
    }
    #GALLERY84 .ladi-gallery .ladi-gallery-view-item[data-index="2"] {
      background-image: url("https://w.ladicdn.com/s750x700/5eb1335ec310210e1b180020/keo-sam-hamer-e854a9-6-31dc2b6e-f5fb-454b-ab31-f4bda426626e-20210501062509.jpeg");
    }
    #GALLERY84 .ladi-gallery .ladi-gallery-control-item[data-index="2"] {
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/keo-sam-hamer-e854a9-6-31dc2b6e-f5fb-454b-ab31-f4bda426626e-20210501062509.jpeg");
    }
    #BOX127 {
      width: 478.057px;
      height: 65px;
      top: 6.2362px;
      left: 6.037px;
    }
    #BOX127 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s800x400/5c7362c6c417ab07e5196b05/rrr-20210130021442.jpg");
      background-position: center center;
      background-repeat: repeat;
      border-radius: 6px;
    }
    #BOX128 {
      width: 489.698px;
      height: 78.4724px;
      top: 0px;
      left: 0px;
    }
    #BOX128 > .ladi-box {
      background-color: #650904;
      border-style: solid;
      border-color: #f2cc90;
      border-width: 2px;
      border-radius: 8px;
    }
    #GROUP163 {
      width: 489.698px;
      height: 78.4724px;
      top: 505.06px;
      left: 235.151px;
    }
    #SECTION236 {
      height: 64px;
      position: fixed;
      top: 0;
      z-index: 1;
      width: 100%;
    }
    #SECTION236 > .ladi-section-background {
      background-color: rgb(52, 4, 4);
    }
    #SECTION236 .ladi-section-arrow-down {
      background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #IMAGE237 {
      width: 180.731px;
      height: 56.6662px;
      top: 3.6669px;
      left: 0px;
    }
    #IMAGE237 > .ladi-image > .ladi-image-background {
      width: 180.731px;
      height: 56.4788px;
      top: 0px;
      left: 0px;
      background-image: url("../images/logo-hamer_white-20210428050213.png");
    }
    #SHAPE240 {
      width: 40px;
      height: 40px;
      top: 14.8336px;
      left: 972px;
      display: none !important;
    }
    #SHAPE240 svg:last-child {
      fill: rgba(255, 255, 255, 1.0);
    }
    #BUTTON241 {
      width: 180px;
      height: 45px;
      top: 9.5px;
      left: 780px;
    }
    #BUTTON241 > .ladi-button > .ladi-button-background {
      background-color: #f2cc90;
    }
    #BUTTON241 > .ladi-button {
      box-shadow: 0px 0px 15px -4px rgba(242, 204, 144, 1);
      -webkit-box-shadow: 0px 0px 15px -4px rgba(242, 204, 144, 1);
      border-style: dashed;
      border-color: rgb(255, 255, 255);
      border-width: 1px;
      border-radius: 3px;
    }
    #BUTTON_TEXT241 {
      width: 178px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT241 > .ladi-headline {
      color: rgb(52, 4, 4);
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #BUTTON244 {
      width: 100px;
      height: 45px;
      top: 0px;
      left: 0px;
    }
    #BUTTON244 > .ladi-button > .ladi-button-background {
      background-color: rgba(245, 65, 38, 0);
    }
    #BUTTON244 > .ladi-button {
      border-color: rgb(244, 64, 37);
      border-width: 1px;
      border-radius: 100px;
    }
    #BUTTON_TEXT244 {
      width: 100px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT244 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #BUTTON246 {
      width: 100px;
      height: 45px;
      top: 0px;
      left: 100px;
    }
    #BUTTON246 > .ladi-button > .ladi-button-background {
      background-color: rgba(245, 65, 38, 0);
    }
    #BUTTON246 > .ladi-button {
      border-color: rgb(244, 64, 37);
      border-width: 1px;
      border-radius: 100px;
    }
    #BUTTON_TEXT246 {
      width: 100px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT246 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #BUTTON248 {
      width: 100px;
      height: 45px;
      top: 0px;
      left: 200px;
    }
    #BUTTON248 > .ladi-button > .ladi-button-background {
      background-color: rgba(245, 65, 38, 0);
    }
    #BUTTON248 > .ladi-button {
      border-color: rgb(244, 64, 37);
      border-width: 1px;
      border-radius: 100px;
    }
    #BUTTON_TEXT248 {
      width: 100px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT248 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #BUTTON250 {
      width: 100px;
      height: 45px;
      top: 0px;
      left: 300px;
    }
    #BUTTON250 > .ladi-button > .ladi-button-background {
      background-color: rgba(245, 65, 38, 0);
    }
    #BUTTON250 > .ladi-button {
      border-color: rgb(244, 64, 37);
      border-width: 1px;
      border-radius: 100px;
    }
    #BUTTON_TEXT250 {
      width: 100px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT250 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP254 {
      width: 500px;
      height: 45px;
      top: 9.5px;
      left: 255.8px;
    }
    #IMAGE295 {
      width: 414.173px;
      height: 349.475px;
      top: 133.109px;
      left: 40.1615px;
    }
    #IMAGE295 > .ladi-image > .ladi-image-background {
      width: 414.173px;
      height: 349.475px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s750x650/5eb1335ec310210e1b180020/model-s5-1-20210428051630.png");
    }
    #HEADLINE297 {
      width: 460px;
      top: 57.109px;
      left: 500px;
    }
    #HEADLINE297 > .ladi-headline {
      color: #f2cc90;
      font-size: 24px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #IMAGE298 {
      width: 333.706px;
      height: 210.914px;
      top: 278.67px;
      left: 134.731px;
    }
    #IMAGE298 > .ladi-image > .ladi-image-background {
      width: 336.342px;
      height: 210.914px;
      top: 0px;
      left: 0px;
      background-image: url("../images/keo-sam-20210503063758.png");
    }
    #IMAGE298.ladi-animation > .ladi-image {
      animation-name: fadeInUp;
      -webkit-animation-name: fadeInUp;
      animation-delay: 0.2s;
      -webkit-animation-delay: 0.2s;
      animation-duration: 1.5s;
      -webkit-animation-duration: 1.5s;
      animation-iteration-count: 1;
      -webkit-animation-iteration-count: 1;
    }
    #IMAGE301 {
      width: 314.411px;
      height: 82.6867px;
      top: 0px;
      left: 0px;
    }
    #IMAGE301 > .ladi-image > .ladi-image-background {
      width: 314.411px;
      height: 83.436px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s650x400/5c7362c6c417ab07e5196b05/dvfazdgaw4tqv43t34-20201008041550.png");
    }
    #HEADLINE302 {
      width: 160px;
      top: 19.343px;
      left: 140.706px;
    }
    #HEADLINE302 > .ladi-headline {
      color: #f2cc90;
      font-size: 28px;
      font-weight: bold;
      line-height: 1.6;
    }
    #HEADLINE303 {
      width: 110px;
      top: 19.343px;
      left: 13.706px;
    }
    #HEADLINE303 > .ladi-headline {
      color: rgb(228, 228, 228);
      font-size: 16px;
      text-align: center;
      line-height: 1.4;
    }
    #LINE304 {
      height: 43px;
      top: 19.843px;
      left: 123.706px;
    }
    #LINE304 > .ladi-line > .ladi-line-container {
      border-top: 0px !important;
      border-right: 1px solid rgba(117, 117, 117, 0.5);
      border-bottom: 1px solid rgba(117, 117, 117, 0.5);
      border-left: 1px solid rgba(117, 117, 117, 0.5);
    }
    #LINE304 > .ladi-line {
      height: 100%;
      padding: 0px 8px;
    }
    #SHAPE305 {
      width: 18.6134px;
      height: 22.9769px;
      top: 410px;
      left: 571.287px;
    }
    #SHAPE305.ladi-animation > .ladi-shape {
      animation-name: shake;
      -webkit-animation-name: shake;
      animation-delay: 1s;
      -webkit-animation-delay: 1s;
      animation-duration: 2s;
      -webkit-animation-duration: 2s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #SHAPE305 svg:last-child {
      fill: rgba(184, 155, 114, 1.0);
    }
    #PARAGRAPH307 {
      width: 441px;
      top: 27.2118px;
      left: 32.748px;
    }
    #PARAGRAPH307 > .ladi-paragraph {
      font-family: "Prata", serif;
      color: rgb(52, 4, 4);
      font-size: 16px;
      font-style: italic;
      line-height: 1.6;
    }
    #GROUP308 {
      width: 494.496px;
      height: 79.4237px;
      top: 469.394px;
      left: 0px;
    }
    #BOX312 {
      width: 360px;
      height: 310px;
      top: 0px;
      left: 0px;
    }
    #BOX312 > .ladi-box {
      background-color: rgba(238, 227, 215, 0);
      border-style: solid;
      border-color: rgba(184, 133, 84, 0.3);
      border-width: 2px;
      border-radius: 12px;
    }
    #HEADLINE315 {
      width: 320px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE315 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 24px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP332 {
      width: 314.411px;
      height: 82.6867px;
      top: 1.056px;
      left: 2.794px;
    }
    #COUNTDOWN335 {
      width: 300px;
      height: 45px;
      top: 0px;
      left: 0px;
    }
    #COUNTDOWN335 > .ladi-countdown {
      font-family: "Open Sans", sans-serif;
      color: #650904;
      font-size: 28px;
      font-weight: bold;
      text-align: center;
      letter-spacing: 3px;
    }
    #COUNTDOWN335 > .ladi-countdown > .ladi-element {
      width: calc((100% - 18px * 3) / 4);
      margin-right: 5px;
      height: 100%;
    }
    #COUNTDOWN335 > .ladi-countdown .ladi-countdown-background {
      border-radius: 0px;
    }
    #BOX340 {
      width: 320px;
      height: 60px;
      top: 0px;
      left: 0px;
    }
    #BOX340 > .ladi-box {
      background-color: #f2cc90;
      border-radius: 5px 5px 0px 0px;
    }
    #PARAGRAPH341 {
      width: 40px;
      top: 38px;
      left: 89.956px;
    }
    #PARAGRAPH341 > .ladi-paragraph {
      color: rgb(52, 4, 4);
      font-size: 14px;
      text-align: center;
      line-height: 1.6;
    }
    #PARAGRAPH342 {
      width: 40px;
      top: 38px;
      left: 166.956px;
    }
    #PARAGRAPH342 > .ladi-paragraph {
      color: rgb(52, 4, 4);
      font-size: 14px;
      text-align: center;
      line-height: 1.6;
    }
    #PARAGRAPH343 {
      width: 40px;
      top: 38px;
      left: 13.956px;
    }
    #PARAGRAPH343 > .ladi-paragraph {
      color: rgb(52, 4, 4);
      font-size: 14px;
      text-align: center;
      line-height: 1.6;
    }
    #PARAGRAPH344 {
      width: 40px;
      top: 38px;
      left: 242.956px;
    }
    #PARAGRAPH344 > .ladi-paragraph {
      color: rgb(52, 4, 4);
      font-size: 14px;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP345 {
      width: 300px;
      height: 60px;
      top: 0px;
      left: 10px;
    }
    #GROUP346 {
      width: 320px;
      height: 60px;
      top: 77.9px;
      left: 0px;
    }
    #PARAGRAPH347 {
      width: 320px;
      top: 43.9px;
      left: 0px;
    }
    #PARAGRAPH347 > .ladi-paragraph {
      color: rgb(255, 255, 255);
      font-size: 18px;
      font-weight: bold;
      line-height: 1.6;
    }
    #BOX374 {
      width: 320px;
      height: 84.798px;
      top: 0px;
      left: 0px;
    }
    #BOX374 > .ladi-box {
      box-shadow: 0px 15px 20px -15px #000;
      -webkit-box-shadow: 0px 15px 20px -15px #000;
      background-color: rgb(52, 4, 4);
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
    }
    #GROUP375 {
      width: 320px;
      height: 84.798px;
      top: 138.473px;
      left: 0.001px;
    }
    #BUTTON_TEXT376 {
      width: 178px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT376 > .ladi-headline {
      color: rgb(52, 4, 4);
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #BUTTON376 {
      width: 180px;
      height: 45px;
      top: 228.271px;
      left: 70px;
    }
    #BUTTON376 > .ladi-button > .ladi-button-background {
      background-color: #f2cc90;
    }
    #BUTTON376 > .ladi-button {
      box-shadow: 0px 0px 15px -4px rgba(242, 204, 144, 1);
      -webkit-box-shadow: 0px 0px 15px -4px rgba(242, 204, 144, 1);
      border-style: dashed;
      border-color: rgb(255, 255, 255);
      border-width: 1px;
      border-radius: 3px;
    }
    #GROUP378 {
      width: 320.001px;
      height: 273.271px;
      top: 18.3645px;
      left: 19.9995px;
    }
    #GROUP379 {
      width: 360px;
      height: 310px;
      top: 152.846px;
      left: 550px;
    }
    #HEADLINE380 {
      width: 960px;
      top: 1141.49px;
      left: 0.0005px;
    }
    #HEADLINE380 > .ladi-headline {
      font-family: "Prata", serif;
      color: #650904;
      font-size: 30px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #IMAGE381 {
      width: 105px;
      height: 121px;
      top: 0px;
      left: 42.5px;
    }
    #IMAGE381 > .ladi-image > .ladi-image-background {
      width: 105px;
      height: 121px;
      top: 0px;
      left: 0px;
      background-image: url("../images/sub1-s2-20210428070616.png");
    }
    #HEADLINE382 {
      width: 190px;
      top: 130.5px;
      left: 0px;
    }
    #HEADLINE382 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 18px;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP383 {
      width: 190px;
      height: 186.5px;
      top: 1212.4px;
      left: 55.515px;
    }
    #IMAGE385 {
      width: 105px;
      height: 121px;
      top: 0px;
      left: 42.5px;
    }
    #IMAGE385 > .ladi-image > .ladi-image-background {
      width: 105px;
      height: 121px;
      top: 0px;
      left: 0px;
      background-image: url("../images/sub2-s2-20210428070616.png");
    }
    #HEADLINE386 {
      width: 190px;
      top: 130.5px;
      left: 0px;
    }
    #HEADLINE386 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 18px;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP384 {
      width: 190px;
      height: 158.5px;
      top: 1212.4px;
      left: 275.515px;
    }
    #IMAGE388 {
      width: 105px;
      height: 121px;
      top: 0px;
      left: 42.5px;
    }
    #IMAGE388 > .ladi-image > .ladi-image-background {
      width: 105px;
      height: 121px;
      top: 0px;
      left: 0px;
      background-image: url("../images/sub3-s2-20210428070616.png");
    }
    #HEADLINE389 {
      width: 190px;
      top: 130.5px;
      left: 0px;
    }
    #HEADLINE389 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 18px;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP387 {
      width: 190px;
      height: 158.5px;
      top: 1212.4px;
      left: 495.515px;
    }
    #IMAGE391 {
      width: 105px;
      height: 121px;
      top: 0px;
      left: 42.5px;
    }
    #IMAGE391 > .ladi-image > .ladi-image-background {
      width: 105px;
      height: 121px;
      top: 0px;
      left: 0px;
      background-image: url("../images/sub4-s2-20210428070616.png");
    }
    #HEADLINE392 {
      width: 190px;
      top: 130.5px;
      left: 0px;
    }
    #HEADLINE392 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 18px;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP390 {
      width: 190px;
      height: 186.5px;
      top: 1212.4px;
      left: 715.515px;
    }
    #GROUP164 {
      width: 846.028px;
      height: 75.4724px;
      top: 41.7px;
      left: 57.5005px;
    }
    #BOX126 {
      width: 846.028px;
      height: 75.4724px;
      top: 0px;
      left: 0px;
    }
    #BOX126 > .ladi-box {
      background-color: rgba(255, 255, 255, 0);
      border-style: solid;
      border-color: rgb(232, 181, 102);
      border-width: 1.5px;
      border-radius: 8px;
    }
    #BOX125 {
      width: 828.057px;
      height: 61px;
      top: 7.2362px;
      left: 8.9855px;
    }
    #BOX125 > .ladi-box {
      background-color: #f2cc90;
      border-radius: 6px;
    }
    #IMAGE75 {
      width: 155.657px;
      height: 71.912px;
      top: 704.336px;
      left: 960px;
    }
    #IMAGE75 > .ladi-image > .ladi-image-background {
      width: 155.657px;
      height: 71.912px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s500x400/5c7362c6c417ab07e5196b05/bdg-20210129081634.png");
    }
    #IMAGE75.ladi-animation > .ladi-image {
      animation-name: shake;
      -webkit-animation-name: shake;
      animation-delay: 1s;
      -webkit-animation-delay: 1s;
      animation-duration: 15s;
      -webkit-animation-duration: 15s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #IMAGE74 {
      width: 223.32px;
      height: 86.186px;
      top: 618.15px;
      left: 368.34px;
    }
    #IMAGE74 > .ladi-image > .ladi-image-background {
      width: 223.32px;
      height: 86.186px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s550x400/5c7362c6c417ab07e5196b05/cccc-20210129085651.png");
    }
    #HEADLINE40 {
      width: 810px;
      top: 16.2362px;
      left: 16.514px;
    }
    #HEADLINE40 > .ladi-headline {
      font-family: "Prata", serif;
      color: #650904;
      font-size: 30px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #IMAGE39 {
      width: 209.751px;
      height: 77.384px;
      top: 238.834px;
      left: -209.751px;
    }
    #IMAGE39 > .ladi-image > .ladi-image-background {
      width: 209.751px;
      height: 77.384px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s550x400/5c7362c6c417ab07e5196b05/hvjngh-20210129084404.png");
    }
    #IMAGE39.ladi-animation > .ladi-image {
      animation-name: shake;
      -webkit-animation-name: shake;
      animation-delay: 1s;
      -webkit-animation-delay: 1s;
      animation-duration: 15s;
      -webkit-animation-duration: 15s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #IMAGE38 {
      width: 194.818px;
      height: 75.1863px;
      top: 0px;
      left: 818.828px;
    }
    #IMAGE38 > .ladi-image > .ladi-image-background {
      width: 194.818px;
      height: 75.1863px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s500x400/5c7362c6c417ab07e5196b05/cccc-20210129085651.png");
    }
    #IMAGE37 {
      width: 231.094px;
      height: 89.1863px;
      top: 65.9861px;
      left: -57.094px;
    }
    #IMAGE37 > .ladi-image > .ladi-image-background {
      width: 231.094px;
      height: 89.1863px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s550x400/5c7362c6c417ab07e5196b05/cccc-20210129085651.png");
    }
    #SECTION32 {
      height: 934.9px;
    }
    #SECTION32 > .ladi-section-background {
      background: rgba(26, 18, 13, 1.0);
      background: -webkit-linear-gradient(180deg, rgba(26, 18, 13, 1.0), rgba(58, 37, 22, 1.0));
      background: linear-gradient(180deg, rgba(26, 18, 13, 1.0), rgba(58, 37, 22, 1.0));
    }
    #SECTION32 .ladi-section-arrow-down {
      background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #BOX394 {
      width: 150px;
      height: 150px;
      top: 0px;
      left: 0px;
    }
    #BOX394 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s500x500/5eb1335ec310210e1b180020/cynomorium-songaricum-20210428072509.jpeg");
      background-position: center top;
      background-repeat: repeat;
      border-style: solid;
      border-color: #f2cc90;
      border-width: 10px;
      border-radius: 1000px;
    }
    #BOX395 {
      width: 200px;
      height: 45px;
      top: 52.5px;
      left: 132.5px;
    }
    #BOX395 > .ladi-box {
      background-color: #650904;
      border-style: solid;
      border-color: #f2cc90;
      border-width: 2px;
      border-radius: 0px 50px 50px 0px;
    }
    #HEADLINE397 {
      width: 160px;
      top: 61px;
      left: 159.5px;
    }
    #HEADLINE397 > .ladi-headline {
      color: #f2cc90;
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP398 {
      width: 332.5px;
      height: 150px;
      top: 166.218px;
      left: 57.5005px;
    }
    #BOX400 {
      width: 200px;
      height: 45px;
      top: 52.5px;
      left: 132.5px;
    }
    #BOX400 > .ladi-box {
      background-color: #650904;
      border-style: solid;
      border-color: #f2cc90;
      border-width: 2px;
      border-radius: 0px 50px 50px 0px;
    }
    #BOX401 {
      width: 150px;
      height: 150px;
      top: 0px;
      left: 0px;
    }
    #BOX401 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s500x500/5eb1335ec310210e1b180020/duong-nau-20210428072509.jpeg");
      background-position: center top;
      background-repeat: repeat;
      border-style: solid;
      border-color: #f2cc90;
      border-width: 10px;
      border-radius: 1000px;
    }
    #HEADLINE402 {
      width: 160px;
      top: 61px;
      left: 159.5px;
    }
    #HEADLINE402 > .ladi-headline {
      color: #f2cc90;
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP399 {
      width: 332.5px;
      height: 150px;
      top: 342.336px;
      left: -72.4995px;
    }
    #BOX408 {
      width: 200px;
      height: 45px;
      top: 52.5px;
      left: 132.5px;
    }
    #BOX408 > .ladi-box {
      background-color: #650904;
      border-style: solid;
      border-color: #f2cc90;
      border-width: 2px;
      border-radius: 0px 50px 50px 0px;
    }
    #BOX409 {
      width: 150px;
      height: 150px;
      top: 0px;
      left: 0px;
    }
    #BOX409 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s500x500/5eb1335ec310210e1b180020/cafe-20210428072509.jpeg");
      background-position: center top;
      background-repeat: repeat;
      border-style: solid;
      border-color: #f2cc90;
      border-width: 10px;
      border-radius: 1000px;
    }
    #HEADLINE410 {
      width: 160px;
      top: 61px;
      left: 159.5px;
    }
    #HEADLINE410 > .ladi-headline {
      color: #f2cc90;
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP407 {
      width: 332.5px;
      height: 150px;
      top: 521.799px;
      left: -72.4995px;
    }
    #BOX412 {
      width: 200px;
      height: 45px;
      top: 52.5px;
      left: 0px;
    }
    #BOX412 > .ladi-box {
      background-color: #650904;
      border-style: solid;
      border-color: #f2cc90;
      border-width: 2px;
      border-radius: 50px 0px 0px 50px;
    }
    #BOX413 {
      width: 150px;
      height: 150px;
      top: 0px;
      left: 184px;
    }
    #BOX413 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s500x500/5eb1335ec310210e1b180020/mach-nha-20210428072509.jpeg");
      background-position: center top;
      background-repeat: repeat;
      border-style: solid;
      border-color: #f2cc90;
      border-width: 10px;
      border-radius: 1000px;
    }
    #HEADLINE414 {
      width: 160px;
      top: 61px;
      left: 14px;
    }
    #HEADLINE414 > .ladi-headline {
      color: #f2cc90;
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP411 {
      width: 334px;
      height: 150px;
      top: 166.218px;
      left: 565.147px;
    }
    #BOX416 {
      width: 200px;
      height: 45px;
      top: 52.5px;
      left: 0px;
    }
    #BOX416 > .ladi-box {
      background-color: #650904;
      border-style: solid;
      border-color: #f2cc90;
      border-width: 2px;
      border-radius: 50px 0px 0px 50px;
    }
    #BOX417 {
      width: 150px;
      height: 150px;
      top: 0px;
      left: 184px;
    }
    #BOX417 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s500x500/5eb1335ec310210e1b180020/thach-luu-20210428072509.png");
      background-position: center top;
      background-repeat: repeat;
      border-style: solid;
      border-color: #f2cc90;
      border-width: 10px;
      border-radius: 1000px;
    }
    #HEADLINE418 {
      width: 160px;
      top: 61px;
      left: 14px;
    }
    #HEADLINE418 > .ladi-headline {
      color: #f2cc90;
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP415 {
      width: 334px;
      height: 150px;
      top: 342.336px;
      left: 701.488px;
    }
    #BOX420 {
      width: 200px;
      height: 45px;
      top: 52.5px;
      left: 0px;
    }
    #BOX420 > .ladi-box {
      background-color: #650904;
      border-style: solid;
      border-color: #f2cc90;
      border-width: 2px;
      border-radius: 50px 0px 0px 50px;
    }
    #BOX421 {
      width: 150px;
      height: 150px;
      top: 0px;
      left: 184px;
    }
    #BOX421 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s500x500/5eb1335ec310210e1b180020/protein-thuy-phan-20210428072509.jpeg");
      background-position: center top;
      background-repeat: repeat;
      border-style: solid;
      border-color: #f2cc90;
      border-width: 10px;
      border-radius: 1000px;
    }
    #HEADLINE422 {
      width: 160px;
      top: 61px;
      left: 14px;
    }
    #HEADLINE422 > .ladi-headline {
      color: #f2cc90;
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP419 {
      width: 334px;
      height: 150px;
      top: 522.799px;
      left: 701.488px;
    }
    #BOX424 {
      width: 200px;
      height: 45px;
      top: 52.5px;
      left: 132.5px;
    }
    #BOX424 > .ladi-box {
      background-color: #650904;
      border-style: solid;
      border-color: #f2cc90;
      border-width: 2px;
      border-radius: 0px 50px 50px 0px;
    }
    #BOX425 {
      width: 150px;
      height: 150px;
      top: 0px;
      left: 0px;
    }
    #BOX425 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s500x500/5eb1335ec310210e1b180020/enzyme-20210428072509.jpg");
      background-position: center top;
      background-repeat: repeat;
      border-style: solid;
      border-color: #f2cc90;
      border-width: 10px;
      border-radius: 1000px;
    }
    #HEADLINE426 {
      width: 160px;
      top: 61px;
      left: 159.5px;
    }
    #HEADLINE426 > .ladi-headline {
      color: #f2cc90;
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP423 {
      width: 332.5px;
      height: 150px;
      top: 704.336px;
      left: 57.5007px;
    }
    #BOX428 {
      width: 200px;
      height: 45px;
      top: 52.5px;
      left: 0px;
    }
    #BOX428 > .ladi-box {
      background-color: #650904;
      border-style: solid;
      border-color: #f2cc90;
      border-width: 2px;
      border-radius: 50px 0px 0px 50px;
    }
    #BOX429 {
      width: 150px;
      height: 150px;
      top: 0px;
      left: 184px;
    }
    #BOX429 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s500x500/5eb1335ec310210e1b180020/nhan-sam-20210428072509.jpeg");
      background-position: center top;
      background-repeat: repeat;
      border-style: solid;
      border-color: #f2cc90;
      border-width: 10px;
      border-radius: 1000px;
    }
    #HEADLINE430 {
      width: 160px;
      top: 61px;
      left: 14px;
    }
    #HEADLINE430 > .ladi-headline {
      color: #f2cc90;
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP427 {
      width: 334px;
      height: 150px;
      top: 704.336px;
      left: 565.147px;
    }
    #BUTTON433 {
      width: 320px;
      height: 45px;
      top: 469.394px;
      left: 570px;
    }
    #BUTTON_TEXT433 {
      width: 320px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT433 > .ladi-headline {
      text-decoration-line: underline;
      -webkit-text-decoration-line: underline;
      color: rgb(255, 238, 196);
      font-size: 15px;
      font-weight: bold;
      font-style: italic;
      text-align: center;
      line-height: 1.6;
    }
    #SECTION434 {
      height: 1017.3px;
    }
    #SECTION434 > .ladi-section-background {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s1440x1017/5eb1335ec310210e1b180020/bg_hamer_2-20210428065447.jpeg");
      background-position: center top;
      background-repeat: repeat;
    }
    #SECTION434 .ladi-section-arrow-down {
      background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #HEADLINE435 {
      width: 960px;
      top: 36.495px;
      left: 0.256px;
    }
    #HEADLINE435 > .ladi-headline {
      font-family: "Prata", serif;
      color: #650904;
      font-size: 30px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #PARAGRAPH437 {
      width: 420px;
      top: 9.5px;
      left: 55.515px;
    }
    #PARAGRAPH437 > .ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      line-height: 1.6;
    }
    #PARAGRAPH441 {
      width: 420px;
      top: 8.5px;
      left: 55.515px;
    }
    #PARAGRAPH441 > .ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      line-height: 1.6;
    }
    #PARAGRAPH446 {
      width: 420px;
      top: 8.5px;
      left: 55.5145px;
    }
    #PARAGRAPH446 > .ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      line-height: 1.6;
    }
    #SHAPE447 {
      width: 45px;
      height: 45px;
      top: 0px;
      left: 0px;
    }
    #SHAPE447 svg:last-child {
      fill: rgba(101, 9, 4, 1);
    }
    #SHAPE448 {
      width: 45px;
      height: 45px;
      top: 5.5px;
      left: 0px;
    }
    #SHAPE448 svg:last-child {
      fill: rgba(52, 4, 4, 1);
    }
    #SHAPE449 {
      width: 45px;
      height: 45px;
      top: 0px;
      left: 0px;
    }
    #SHAPE449 svg:last-child {
      fill: rgba(52, 4, 4, 1);
    }
    #SHAPE450 {
      width: 45px;
      height: 45px;
      top: 0px;
      left: 0px;
    }
    #SHAPE450 svg:last-child {
      fill: rgba(52, 4, 4, 1);
    }
    #GROUP451 {
      width: 475.515px;
      height: 45px;
      top: 184.6px;
      left: -0.0005px;
    }
    #GROUP452 {
      width: 475.515px;
      height: 45px;
      top: 249.6px;
      left: -0.0005px;
    }
    #GROUP453 {
      width: 475.514px;
      height: 45px;
      top: 314.6px;
      left: -0.0005px;
    }
    #PARAGRAPH454 {
      width: 420px;
      top: 0px;
      left: 55.5145px;
    }
    #PARAGRAPH454 > .ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      line-height: 1.6;
    }
    #PARAGRAPH455 {
      width: 420px;
      top: 45px;
      left: 45px;
    }
    #PARAGRAPH455 > .ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 20px;
      line-height: 1.6;
    }
    #SHAPE456 {
      width: 45px;
      height: 45px;
      top: 0px;
      left: 0px;
    }
    #SHAPE456 svg:last-child {
      fill: rgba(52, 4, 4, 1);
    }
    #SHAPE457 {
      width: 45px;
      height: 45px;
      top: 269px;
      left: 419.485px;
    }
    #SHAPE457 svg:last-child {
      fill: rgba(52, 4, 4, 1);
    }
    #GROUP458 {
      width: 475.514px;
      height: 56px;
      top: 379.6px;
      left: -0.0005px;
    }
    #GROUP459 {
      width: 465px;
      height: 314px;
      top: 153.1px;
      left: 495.514px;
    }
    #BOX462 {
      width: 372.028px;
      height: 75.4724px;
      top: 0px;
      left: 0px;
    }
    #BOX462 > .ladi-box {
      background-color: rgba(255, 255, 255, 0);
      border-style: solid;
      border-color: rgb(232, 181, 102);
      border-width: 1.5px;
      border-radius: 8px;
    }
    #BOX463 {
      width: 364.126px;
      height: 61px;
      top: 7.2362px;
      left: 3.951px;
    }
    #BOX463 > .ladi-box {
      background-color: #650904;
      border-radius: 6px;
    }
    #IMAGE464 {
      width: 124.987px;
      height: 48.2362px;
      top: 80.7501px;
      left: 609.006px;
    }
    #IMAGE464 > .ladi-image > .ladi-image-background {
      width: 124.987px;
      height: 48.2362px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s450x350/5c7362c6c417ab07e5196b05/cccc-20210129085651.png");
    }
    #IMAGE465 {
      width: 132.631px;
      height: 51.1863px;
      top: 7.5638px;
      left: 217.006px;
    }
    #IMAGE465 > .ladi-image > .ladi-image-background {
      width: 132.631px;
      height: 51.1863px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s450x400/5c7362c6c417ab07e5196b05/cccc-20210129085651.png");
    }
    #HEADLINE466 {
      width: 343px;
      top: 13.7362px;
      left: 14.514px;
    }
    #HEADLINE466 > .ladi-headline {
      font-family: "Prata", serif;
      color: #f2cc90;
      font-size: 30px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP467 {
      width: 372.028px;
      height: 75.4724px;
      top: 39.5638px;
      left: 293.986px;
    }
    #IMAGE468 {
      width: 100px;
      height: 100px;
      top: 0px;
      left: 0px;
    }
    #IMAGE468 > .ladi-image > .ladi-image-background {
      width: 100px;
      height: 100px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s450x450/5eb1335ec310210e1b180020/ext1-20210429063840.png");
    }
    #PARAGRAPH470 {
      width: 300px;
      top: 0px;
      left: 119.5px;
    }
    #PARAGRAPH470 > .ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      text-align: justify;
      line-height: 1.6;
    }
    #GROUP471 {
      width: 419.5px;
      height: 100px;
      top: 178.036px;
      left: 0px;
    }
    #IMAGE473 {
      width: 100px;
      height: 100px;
      top: 0px;
      left: 0px;
    }
    #IMAGE473 > .ladi-image > .ladi-image-background {
      width: 100px;
      height: 100px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s450x450/5eb1335ec310210e1b180020/ext2-20210429064115.png");
    }
    #PARAGRAPH474 {
      width: 300px;
      top: 0px;
      left: 119.5px;
    }
    #PARAGRAPH474 > .ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      text-align: justify;
      line-height: 1.6;
    }
    #GROUP472 {
      width: 419.5px;
      height: 100px;
      top: 298.036px;
      left: 0px;
    }
    #IMAGE476 {
      width: 100px;
      height: 100px;
      top: 0px;
      left: 0px;
    }
    #IMAGE476 > .ladi-image > .ladi-image-background {
      width: 100px;
      height: 100px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s450x450/5eb1335ec310210e1b180020/ext3-20210429064345.png");
    }
    #PARAGRAPH477 {
      width: 300px;
      top: 0px;
      left: 119.5px;
    }
    #PARAGRAPH477 > .ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      text-align: justify;
      line-height: 1.6;
    }
    #GROUP475 {
      width: 419.5px;
      height: 140px;
      top: 418.036px;
      left: 0px;
    }
    #IMAGE479 {
      width: 100px;
      height: 100px;
      top: 0px;
      left: 0px;
    }
    #IMAGE479 > .ladi-image > .ladi-image-background {
      width: 100px;
      height: 100px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s450x450/5eb1335ec310210e1b180020/ext4-20210429064334.png");
    }
    #PARAGRAPH480 {
      width: 300px;
      top: 0px;
      left: 119.5px;
    }
    #PARAGRAPH480 > .ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      text-align: justify;
      line-height: 1.6;
    }
    #GROUP478 {
      width: 419.5px;
      height: 112px;
      top: 178.036px;
      left: 540.5px;
    }
    #IMAGE482 {
      width: 100px;
      height: 100px;
      top: 0px;
      left: 0px;
    }
    #IMAGE482 > .ladi-image > .ladi-image-background {
      width: 100px;
      height: 100px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s450x450/5eb1335ec310210e1b180020/ext5-20210429064414.png");
    }
    #PARAGRAPH483 {
      width: 300px;
      top: 0px;
      left: 119.5px;
    }
    #PARAGRAPH483 > .ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      text-align: justify;
      line-height: 1.6;
    }
    #GROUP481 {
      width: 419.5px;
      height: 100px;
      top: 298.036px;
      left: 540.5px;
    }
    #IMAGE485 {
      width: 100px;
      height: 100px;
      top: 0px;
      left: 0px;
    }
    #IMAGE485 > .ladi-image > .ladi-image-background {
      width: 100px;
      height: 100px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s450x450/5eb1335ec310210e1b180020/ext6-20210429064457.png");
    }
    #PARAGRAPH486 {
      width: 300px;
      top: 0px;
      left: 119.5px;
    }
    #PARAGRAPH486 > .ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      text-align: justify;
      line-height: 1.6;
    }
    #GROUP484 {
      width: 419.5px;
      height: 112px;
      top: 418.036px;
      left: 540.5px;
    }
    #BOX488 {
      width: 1100.89px;
      height: 360.048px;
      top: 600.276px;
      left: -69.445px;
    }
    #BOX488 > .ladi-box > .ladi-overlay {
      background-color: rgb(52, 4, 4);
      opacity: 0.8;
    }
    #BOX488 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s1450x700/5eb1335ec310210e1b180020/bg3-20210429065725.jpeg");
      background-position: center top;
      background-repeat: repeat;
      border-radius: 13px;
    }
    #PARAGRAPH489 {
      width: 960px;
      top: 912.99px;
      left: 0.798px;
    }
    #PARAGRAPH489 > .ladi-paragraph {
      color: #f2cc90;
      font-size: 14px;
      font-style: italic;
      text-align: center;
      line-height: 1.2;
    }
    #BOX491 {
      width: 980px;
      height: 233.406px;
      top: 660.027px;
      left: -7.535px;
    }
    #BOX491 > .ladi-box {
      border-style: solid;
      border-color: rgba(255, 213, 163, 0.2);
      border-width: 1px;
      border-radius: 13px;
    }
    #BOX492 {
      width: 959.61px;
      height: 213.963px;
      top: 669.361px;
      left: 0.993px;
    }
    #BOX492 > .ladi-box {
      background-color: rgb(255, 255, 255);
      border-radius: 8px;
    }
    #HEADLINE501 {
      width: 901px;
      top: 680.342px;
      left: 31.965px;
    }
    #HEADLINE501 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 20px;
      font-weight: bold;
      line-height: 1.6;
    }
    #LIST_PARAGRAPH503 {
      width: 900px;
      top: 722.342px;
      left: 31.965px;
    }
    #LIST_PARAGRAPH503 > .ladi-list-paragraph {
      color: rgb(0, 0, 0);
      font-size: 16px;
      line-height: 1.6;
    }
    #LIST_PARAGRAPH503 ul li {
      padding-left: 20px;
    }
    #LIST_PARAGRAPH503 ul li:before {
      content: counter(linum, disc);
      font-size: 40px;
      top: -20px;
    }
    #SECTION506 {
      height: 2024.98px;
    }
    #SECTION506.ladi-animation {
      animation-name: fadeInUp;
      -webkit-animation-name: fadeInUp;
      animation-delay: 0.2s;
      -webkit-animation-delay: 0.2s;
      animation-duration: 1.5s;
      -webkit-animation-duration: 1.5s;
      animation-iteration-count: 1;
      -webkit-animation-iteration-count: 1;
    }
    #SECTION506 .ladi-section-arrow-down {
      background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #LINE507 {
      width: 959px;
      top: 152.859px;
      left: 1.46055px;
    }
    #LINE507 > .ladi-line > .ladi-line-container {
      border-top: 1px solid rgb(211, 211, 211);
      border-right: 1px solid rgb(211, 211, 211);
      border-bottom: 1px solid rgb(211, 211, 211);
      border-left: 0px !important;
    }
    #LINE507 > .ladi-line {
      width: 100%;
      padding: 8px 0px;
    }
    #HEADLINE508 {
      width: 280px;
      top: 124.46px;
      left: 0.46055px;
    }
    #HEADLINE508 > .ladi-headline {
      color: rgb(5, 34, 74);
      font-size: 18px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
    }
    #HEADLINE509 {
      width: 100px;
      top: 127.46px;
      left: 709.934px;
    }
    #HEADLINE509 > .ladi-headline {
      color: rgb(5, 34, 74);
      font-size: 14px;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP510 {
      width: 140px;
      height: 37.101px;
      top: 116.91px;
      left: 809.934px;
    }
    #BOX511 {
      width: 140px;
      height: 37.101px;
      top: 0px;
      left: 0px;
    }
    #BOX511 > .ladi-box {
      background-color: rgb(238, 238, 238);
      border-style: solid;
      border-color: rgb(191, 191, 191);
      border-width: 1px;
      border-radius: 4px;
    }
    #HEADLINE512 {
      width: 88px;
      top: 9.601px;
      left: 19.185px;
    }
    #HEADLINE512 > .ladi-headline {
      color: rgb(5, 34, 74);
      font-size: 15px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
    }
    #SHAPE513 {
      width: 12.6768px;
      height: 22.7807px;
      top: 7.601px;
      left: 116.45px;
    }
    #SHAPE513 svg:last-child {
      fill: rgba(95, 95, 95, 1.0);
    }
    #IMAGE514 {
      width: 61.0732px;
      height: 39.125px;
      top: 1929.65px;
      left: 449.463px;
    }
    #IMAGE514 > .ladi-image > .ladi-image-background {
      width: 61.0732px;
      height: 39.125px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/5d1c84501729460c7fdb5970/typing-animation-3x-20190902093018-20200106170119.gif");
    }
    #BOX515 {
      width: 68px;
      height: 68px;
      top: 198.859px;
      left: 1.0022px;
    }
    #BOX515 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/damdung-20210429082445.jpeg");
      background-position: center top;
      background-repeat: no-repeat;
      border-radius: 40px;
    }
    #PARAGRAPH516 {
      width: 880px;
      top: 223.359px;
      left: 81.809px;
    }
    #PARAGRAPH516 > .ladi-paragraph {
      color: rgb(5, 34, 74);
      font-size: 14px;
      text-align: justify;
      line-height: 1.4;
    }
    #PARAGRAPH517 {
      width: 588px;
      top: 198.859px;
      left: 81.809px;
    }
    #PARAGRAPH517 > .ladi-paragraph {
      color: rgb(5, 34, 74);
      font-size: 16px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP518 {
      width: 317px;
      height: 25.9772px;
      top: 279.158px;
      left: 81.809px;
    }
    #PARAGRAPH519 {
      width: 164px;
      top: 5.9886px;
      left: 0px;
    }
    #PARAGRAPH519 > .ladi-paragraph {
      font-family: "Open Sans", sans-serif;
      color: rgb(67, 102, 176);
      font-size: 12px;
      text-align: left;
      line-height: 1.2;
    }
    #IMAGE520 {
      width: 23.7439px;
      height: 25.9772px;
      top: 0px;
      left: 105.215px;
    }
    #IMAGE520 > .ladi-image > .ladi-image-background {
      width: 23.7439px;
      height: 25.9772px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s350x350/5c7362c6c417ab07e5196b05/df-20191029092328.png");
    }
    #PARAGRAPH521 {
      width: 48px;
      top: 5.9886px;
      left: 132px;
    }
    #PARAGRAPH521 > .ladi-paragraph {
      color: rgb(75, 75, 75);
      font-size: 12px;
      text-align: left;
      line-height: 1.2;
    }
    #PARAGRAPH522 {
      width: 164px;
      top: 5.9886px;
      left: 153px;
    }
    #PARAGRAPH522 > .ladi-paragraph {
      font-family: "Open Sans", sans-serif;
      color: rgb(67, 102, 176);
      font-size: 12px;
      text-align: left;
      line-height: 1.2;
    }
    #LINE523 {
      height: 85px;
      top: 332.759px;
      left: 77.809px;
    }
    #LINE523 > .ladi-line > .ladi-line-container {
      border-top: 0px !important;
      border-right: 1px dotted rgb(220, 220, 220);
      border-bottom: 1px dotted rgb(220, 220, 220);
      border-left: 1px dotted rgb(220, 220, 220);
    }
    #LINE523 > .ladi-line {
      height: 100%;
      padding: 0px 8px;
    }
    #BOX524 {
      width: 57px;
      height: 57px;
      top: 334.759px;
      left: 94.809px;
    }
    #BOX524 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/quangninh-20210429082446.jpeg");
      background-position: center top;
      background-repeat: no-repeat;
    }
    #PARAGRAPH525 {
      width: 782px;
      top: 354.759px;
      left: 176.057px;
    }
    #PARAGRAPH525 > .ladi-paragraph {
      color: rgb(5, 34, 74);
      font-size: 14px;
      text-align: justify;
      line-height: 1.6;
    }
    #PARAGRAPH526 {
      width: 295px;
      top: 332.759px;
      left: 177.002px;
    }
    #PARAGRAPH526 > .ladi-paragraph {
      color: rgb(5, 34, 74);
      font-size: 16px;
      font-weight: bold;
      text-align: left;
      line-height: 1.4;
    }
    #GROUP527 {
      width: 230px;
      height: 14px;
      top: 405.259px;
      left: 177.002px;
    }
    #PARAGRAPH528 {
      width: 164px;
      top: 0px;
      left: 0px;
    }
    #PARAGRAPH528 > .ladi-paragraph {
      color: rgb(67, 102, 176);
      font-size: 12px;
      text-align: left;
      line-height: 1.2;
    }
    #PARAGRAPH529 {
      width: 164px;
      top: 0px;
      left: 66px;
    }
    #PARAGRAPH529 > .ladi-paragraph {
      color: rgb(93, 93, 93);
      font-size: 12px;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP530 {
      width: 63.237px;
      height: 13.296px;
      top: 266.862px;
      left: 81.809px;
    }
    #SHAPE531 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 0px;
    }
    #SHAPE531 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE532 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 12.8922px;
    }
    #SHAPE532 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE533 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 25.7843px;
    }
    #SHAPE533 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE534 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 38.6765px;
    }
    #SHAPE534 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE535 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 51.5686px;
    }
    #SHAPE535 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #LINE536 {
      height: 68px;
      top: 452.86px;
      left: 77.809px;
    }
    #LINE536 > .ladi-line > .ladi-line-container {
      border-top: 0px !important;
      border-right: 1px dotted rgb(220, 220, 220);
      border-bottom: 1px dotted rgb(220, 220, 220);
      border-left: 1px dotted rgb(220, 220, 220);
    }
    #LINE536 > .ladi-line {
      height: 100%;
      padding: 0px 8px;
    }
    #HEADLINE537 {
      width: 960px;
      top: 51.801px;
      left: 1.46055px;
    }
    #HEADLINE537 > .ladi-headline {
      color: rgb(5, 34, 74);
      font-size: 30px;
      font-weight: bold;
      line-height: 1.2;
    }
    #PARAGRAPH538 {
      width: 215px;
      top: 452.86px;
      left: 176.057px;
    }
    #PARAGRAPH538 > .ladi-paragraph {
      color: rgb(5, 34, 74);
      font-size: 16px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
    }
    #PARAGRAPH539 {
      width: 783px;
      top: 475.86px;
      left: 176.057px;
    }
    #PARAGRAPH539 > .ladi-paragraph {
      color: rgb(5, 34, 74);
      font-size: 14px;
      text-align: justify;
      letter-spacing: 0px;
      line-height: 1.6;
    }
    #BOX540 {
      width: 68px;
      height: 68px;
      top: 452.86px;
      left: 94.809px;
    }
    #BOX540 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/damdung-20210429082445.jpeg");
      background-position: center top;
      background-repeat: no-repeat;
      border-radius: 55px;
    }
    #GROUP541 {
      width: 230px;
      height: 14px;
      top: 506.86px;
      left: 177.002px;
    }
    #PARAGRAPH542 {
      width: 164px;
      top: 0px;
      left: 0px;
    }
    #PARAGRAPH542 > .ladi-paragraph {
      color: rgb(67, 102, 176);
      font-size: 12px;
      text-align: left;
      line-height: 1.2;
    }
    #PARAGRAPH543 {
      width: 164px;
      top: 0px;
      left: 66px;
    }
    #PARAGRAPH543 > .ladi-paragraph {
      color: rgb(93, 93, 93);
      font-size: 12px;
      text-align: left;
      line-height: 1.2;
    }
    #BOX544 {
      width: 68px;
      height: 68px;
      top: 571.859px;
      left: 1.0022px;
    }
    #BOX544 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/vandai-20210429082445.jpeg");
      background-position: center top;
      background-repeat: no-repeat;
      border-radius: 55px;
    }
    #PARAGRAPH545 {
      width: 880px;
      top: 594.859px;
      left: 81.809px;
    }
    #PARAGRAPH545 > .ladi-paragraph {
      color: rgb(5, 34, 74);
      font-size: 14px;
      text-align: justify;
      line-height: 1.6;
    }
    #PARAGRAPH546 {
      width: 191px;
      top: 571.859px;
      left: 81.809px;
    }
    #PARAGRAPH546 > .ladi-paragraph {
      color: rgb(5, 34, 74);
      font-size: 16px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP547 {
      width: 321px;
      height: 25.9772px;
      top: 653.158px;
      left: 81.809px;
    }
    #PARAGRAPH548 {
      width: 164px;
      top: 7px;
      left: 0px;
    }
    #PARAGRAPH548 > .ladi-paragraph {
      color: rgb(67, 102, 176);
      font-size: 12px;
      text-align: left;
      line-height: 1.2;
    }
    #IMAGE549 {
      width: 23.7439px;
      height: 25.9772px;
      top: 0px;
      left: 105.215px;
    }
    #IMAGE549 > .ladi-image > .ladi-image-background {
      width: 23.7439px;
      height: 25.9772px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s350x350/5c7362c6c417ab07e5196b05/df-20191029092328.png");
    }
    #PARAGRAPH550 {
      width: 25px;
      top: 7px;
      left: 132px;
    }
    #PARAGRAPH550 > .ladi-paragraph {
      color: rgb(75, 75, 75);
      font-size: 12px;
      text-align: left;
      line-height: 1.2;
    }
    #PARAGRAPH551 {
      width: 164px;
      top: 5.9886px;
      left: 157px;
    }
    #PARAGRAPH551 > .ladi-paragraph {
      color: rgb(67, 102, 176);
      font-size: 12px;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP552 {
      width: 63.237px;
      height: 13.296px;
      top: 639.862px;
      left: 81.809px;
    }
    #SHAPE553 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 0px;
    }
    #SHAPE553 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE554 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 12.8922px;
    }
    #SHAPE554 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE555 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 25.7843px;
    }
    #SHAPE555 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE556 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 38.6765px;
    }
    #SHAPE556 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE557 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 51.5686px;
    }
    #SHAPE557 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #BOX558 {
      width: 68px;
      height: 68px;
      top: 715.75px;
      left: 1.0026px;
    }
    #BOX558 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/phuluong-20210429082445.jpeg");
      background-position: center top;
      background-repeat: no-repeat;
      border-radius: 55px;
    }
    #PARAGRAPH559 {
      width: 877px;
      top: 740.25px;
      left: 81.8094px;
    }
    #PARAGRAPH559 > .ladi-paragraph {
      color: rgb(5, 34, 74);
      font-size: 14px;
      text-align: justify;
      line-height: 1.4;
    }
    #PARAGRAPH560 {
      width: 206px;
      top: 715.75px;
      left: 81.809px;
    }
    #PARAGRAPH560 > .ladi-paragraph {
      color: rgb(5, 34, 74);
      font-size: 16px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP561 {
      width: 325.193px;
      height: 25.2985px;
      top: 796.694px;
      left: 81.8094px;
    }
    #PARAGRAPH562 {
      width: 164px;
      top: 5.65465px;
      left: 0px;
    }
    #PARAGRAPH562 > .ladi-paragraph {
      color: rgb(67, 102, 176);
      font-size: 12px;
      text-align: left;
      line-height: 1.2;
    }
    #IMAGE563 {
      width: 23.7439px;
      height: 25.2985px;
      top: 0px;
      left: 110.408px;
    }
    #IMAGE563 > .ladi-image > .ladi-image-background {
      width: 23.7439px;
      height: 25.9772px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s350x350/5c7362c6c417ab07e5196b05/df-20191029092328.png");
    }
    #PARAGRAPH564 {
      width: 24px;
      top: 5.64925px;
      left: 137.193px;
    }
    #PARAGRAPH564 > .ladi-paragraph {
      color: rgb(75, 75, 75);
      font-size: 12px;
      text-align: left;
      line-height: 1.2;
    }
    #PARAGRAPH565 {
      width: 164px;
      top: 5.64925px;
      left: 161.193px;
    }
    #PARAGRAPH565 > .ladi-paragraph {
      color: rgb(67, 102, 176);
      font-size: 12px;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP566 {
      width: 63.237px;
      height: 12.9486px;
      top: 783.75px;
      left: 81.8094px;
    }
    #SHAPE567 {
      width: 11.6684px;
      height: 12.9486px;
      top: 0px;
      left: 0px;
    }
    #SHAPE567 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE568 {
      width: 11.6684px;
      height: 12.9486px;
      top: 0px;
      left: 12.8922px;
    }
    #SHAPE568 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE569 {
      width: 11.6684px;
      height: 12.9486px;
      top: 0px;
      left: 25.7843px;
    }
    #SHAPE569 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE570 {
      width: 11.6684px;
      height: 12.9486px;
      top: 0px;
      left: 38.6765px;
    }
    #SHAPE570 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE571 {
      width: 11.6684px;
      height: 12.9486px;
      top: 0px;
      left: 51.5686px;
    }
    #SHAPE571 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #BOX572 {
      width: 68px;
      height: 68px;
      top: 858.992px;
      left: 1.0022px;
    }
    #BOX572 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/xuanquy-20210429082445.jpeg");
      background-position: center top;
      background-repeat: no-repeat;
      border-radius: 55px;
    }
    #PARAGRAPH573 {
      width: 877px;
      top: 888.992px;
      left: 81.8086px;
    }
    #PARAGRAPH573 > .ladi-paragraph {
      color: rgb(5, 34, 74);
      font-size: 14px;
      text-align: justify;
      line-height: 1.4;
    }
    #PARAGRAPH574 {
      width: 217px;
      top: 858.992px;
      left: 81.809px;
    }
    #PARAGRAPH574 > .ladi-paragraph {
      color: rgb(5, 34, 74);
      font-size: 16px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP575 {
      width: 325.193px;
      height: 25.9772px;
      top: 964.992px;
      left: 81.809px;
    }
    #PARAGRAPH576 {
      width: 164px;
      top: 7px;
      left: 0px;
    }
    #PARAGRAPH576 > .ladi-paragraph {
      color: rgb(67, 102, 176);
      font-size: 12px;
      text-align: left;
      line-height: 1.2;
    }
    #IMAGE577 {
      width: 23.7439px;
      height: 25.9772px;
      top: 0px;
      left: 110.408px;
    }
    #IMAGE577 > .ladi-image > .ladi-image-background {
      width: 23.7439px;
      height: 25.9772px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s350x350/5c7362c6c417ab07e5196b05/df-20191029092328.png");
    }
    #PARAGRAPH578 {
      width: 24px;
      top: 5.9886px;
      left: 137.193px;
    }
    #PARAGRAPH578 > .ladi-paragraph {
      color: rgb(75, 75, 75);
      font-size: 12px;
      text-align: left;
      line-height: 1.2;
    }
    #PARAGRAPH579 {
      width: 164px;
      top: 5.9886px;
      left: 161.193px;
    }
    #PARAGRAPH579 > .ladi-paragraph {
      color: rgb(67, 102, 176);
      font-size: 12px;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP580 {
      width: 63.237px;
      height: 13.296px;
      top: 951.696px;
      left: 81.809px;
    }
    #SHAPE581 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 0px;
    }
    #SHAPE581 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE582 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 12.8922px;
    }
    #SHAPE582 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE583 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 25.7843px;
    }
    #SHAPE583 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE584 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 38.6765px;
    }
    #SHAPE584 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE585 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 51.5686px;
    }
    #SHAPE585 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #HEADLINE586 {
      width: 118px;
      top: 128.511px;
      left: 819.934px;
    }
    #HEADLINE586 > .ladi-headline {
      color: rgb(5, 34, 74);
      font-size: 14px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
    }
    #BOX590 {
      width: 68px;
      height: 68px;
      top: 1027.97px;
      left: 1.0022px;
    }
    #BOX590 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/huongly-20210429082445.jpeg");
      background-position: center top;
      background-repeat: no-repeat;
      border-radius: 55px;
    }
    #PARAGRAPH591 {
      width: 877px;
      top: 1057.97px;
      left: 81.8082px;
    }
    #PARAGRAPH591 > .ladi-paragraph {
      color: rgb(5, 34, 74);
      font-size: 14px;
      text-align: justify;
      line-height: 1.4;
    }
    #PARAGRAPH592 {
      width: 217px;
      top: 1027.97px;
      left: 81.8092px;
    }
    #PARAGRAPH592 > .ladi-paragraph {
      color: rgb(5, 34, 74);
      font-size: 16px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
    }
    #PARAGRAPH594 {
      width: 164px;
      top: 7px;
      left: 0px;
    }
    #PARAGRAPH594 > .ladi-paragraph {
      color: rgb(67, 102, 176);
      font-size: 12px;
      text-align: left;
      line-height: 1.2;
    }
    #IMAGE595 {
      width: 23.7439px;
      height: 25.9772px;
      top: 0px;
      left: 110.408px;
    }
    #IMAGE595 > .ladi-image > .ladi-image-background {
      width: 23.7439px;
      height: 25.9772px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s350x350/5c7362c6c417ab07e5196b05/df-20191029092328.png");
    }
    #PARAGRAPH596 {
      width: 24px;
      top: 5.9886px;
      left: 137.193px;
    }
    #PARAGRAPH596 > .ladi-paragraph {
      color: rgb(75, 75, 75);
      font-size: 12px;
      text-align: left;
      line-height: 1.2;
    }
    #PARAGRAPH597 {
      width: 164px;
      top: 5.9886px;
      left: 161.193px;
    }
    #PARAGRAPH597 > .ladi-paragraph {
      color: rgb(67, 102, 176);
      font-size: 12px;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP593 {
      width: 325.193px;
      height: 25.9772px;
      top: 1115.27px;
      left: 81.8082px;
    }
    #SHAPE599 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 0px;
    }
    #SHAPE599 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE600 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 12.8922px;
    }
    #SHAPE600 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE601 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 25.7843px;
    }
    #SHAPE601 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE602 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 38.6765px;
    }
    #SHAPE602 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE603 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 51.5686px;
    }
    #SHAPE603 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #GROUP598 {
      width: 63.237px;
      height: 13.296px;
      top: 1101.97px;
      left: 81.8082px;
    }
    #BOX605 {
      width: 68px;
      height: 68px;
      top: 1178.25px;
      left: 0px;
    }
    #BOX605 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/thanhdat-20210429082445.jpeg");
      background-position: center top;
      background-repeat: no-repeat;
      border-radius: 55px;
    }
    #PARAGRAPH606 {
      width: 877px;
      top: 1208.25px;
      left: 80.806px;
    }
    #PARAGRAPH606 > .ladi-paragraph {
      color: rgb(5, 34, 74);
      font-size: 14px;
      text-align: justify;
      line-height: 1.4;
    }
    #PARAGRAPH607 {
      width: 217px;
      top: 1178.25px;
      left: 80.807px;
    }
    #PARAGRAPH607 > .ladi-paragraph {
      color: rgb(5, 34, 74);
      font-size: 16px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
    }
    #PARAGRAPH609 {
      width: 164px;
      top: 7px;
      left: 0px;
    }
    #PARAGRAPH609 > .ladi-paragraph {
      color: rgb(67, 102, 176);
      font-size: 12px;
      text-align: left;
      line-height: 1.2;
    }
    #IMAGE610 {
      width: 23.7439px;
      height: 25.9772px;
      top: 0px;
      left: 110.408px;
    }
    #IMAGE610 > .ladi-image > .ladi-image-background {
      width: 23.7439px;
      height: 25.9772px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s350x350/5c7362c6c417ab07e5196b05/df-20191029092328.png");
    }
    #PARAGRAPH611 {
      width: 24px;
      top: 5.9886px;
      left: 137.193px;
    }
    #PARAGRAPH611 > .ladi-paragraph {
      color: rgb(75, 75, 75);
      font-size: 12px;
      text-align: left;
      line-height: 1.2;
    }
    #PARAGRAPH612 {
      width: 164px;
      top: 5.9886px;
      left: 161.193px;
    }
    #PARAGRAPH612 > .ladi-paragraph {
      color: rgb(67, 102, 176);
      font-size: 12px;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP608 {
      width: 325.193px;
      height: 25.9772px;
      top: 1265.55px;
      left: 80.712px;
    }
    #SHAPE614 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 0px;
    }
    #SHAPE614 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE615 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 12.8922px;
    }
    #SHAPE615 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE616 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 25.7843px;
    }
    #SHAPE616 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE617 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 38.6765px;
    }
    #SHAPE617 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE618 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 51.5686px;
    }
    #SHAPE618 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #GROUP613 {
      width: 63.237px;
      height: 13.296px;
      top: 1252.25px;
      left: 80.712px;
    }
    #BOX620 {
      width: 68px;
      height: 68px;
      top: 1328.53px;
      left: 1.0022px;
    }
    #BOX620 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/ducchien-20210429082445.jpeg");
      background-position: center top;
      background-repeat: no-repeat;
      border-radius: 55px;
    }
    #PARAGRAPH621 {
      width: 877px;
      top: 1358.53px;
      left: 81.8082px;
    }
    #PARAGRAPH621 > .ladi-paragraph {
      color: rgb(5, 34, 74);
      font-size: 14px;
      text-align: justify;
      line-height: 1.4;
    }
    #PARAGRAPH622 {
      width: 217px;
      top: 1328.53px;
      left: 81.8092px;
    }
    #PARAGRAPH622 > .ladi-paragraph {
      color: rgb(5, 34, 74);
      font-size: 16px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
    }
    #PARAGRAPH624 {
      width: 164px;
      top: 7px;
      left: 0px;
    }
    #PARAGRAPH624 > .ladi-paragraph {
      color: rgb(67, 102, 176);
      font-size: 12px;
      text-align: left;
      line-height: 1.2;
    }
    #IMAGE625 {
      width: 23.7439px;
      height: 25.9772px;
      top: 0px;
      left: 110.408px;
    }
    #IMAGE625 > .ladi-image > .ladi-image-background {
      width: 23.7439px;
      height: 25.9772px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s350x350/5c7362c6c417ab07e5196b05/df-20191029092328.png");
    }
    #PARAGRAPH626 {
      width: 24px;
      top: 5.9886px;
      left: 137.193px;
    }
    #PARAGRAPH626 > .ladi-paragraph {
      color: rgb(75, 75, 75);
      font-size: 12px;
      text-align: left;
      line-height: 1.2;
    }
    #PARAGRAPH627 {
      width: 164px;
      top: 5.9886px;
      left: 161.193px;
    }
    #PARAGRAPH627 > .ladi-paragraph {
      color: rgb(67, 102, 176);
      font-size: 12px;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP623 {
      width: 325.193px;
      height: 25.9772px;
      top: 1415.83px;
      left: 81.8092px;
    }
    #SHAPE629 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 0px;
    }
    #SHAPE629 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE630 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 12.8922px;
    }
    #SHAPE630 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE631 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 25.7843px;
    }
    #SHAPE631 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE632 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 38.6765px;
    }
    #SHAPE632 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE633 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 51.5686px;
    }
    #SHAPE633 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #GROUP628 {
      width: 63.237px;
      height: 13.296px;
      top: 1402.53px;
      left: 81.8092px;
    }
    #BOX635 {
      width: 68px;
      height: 68px;
      top: 1478.81px;
      left: 0px;
    }
    #BOX635 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/congvinh-20210429082445.jpeg");
      background-position: center top;
      background-repeat: no-repeat;
      border-radius: 55px;
    }
    #PARAGRAPH636 {
      width: 877px;
      top: 1508.81px;
      left: 80.806px;
    }
    #PARAGRAPH636 > .ladi-paragraph {
      color: rgb(5, 34, 74);
      font-size: 14px;
      text-align: justify;
      line-height: 1.4;
    }
    #PARAGRAPH637 {
      width: 217px;
      top: 1478.81px;
      left: 80.807px;
    }
    #PARAGRAPH637 > .ladi-paragraph {
      color: rgb(5, 34, 74);
      font-size: 16px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
    }
    #PARAGRAPH639 {
      width: 164px;
      top: 7px;
      left: 0px;
    }
    #PARAGRAPH639 > .ladi-paragraph {
      color: rgb(67, 102, 176);
      font-size: 12px;
      text-align: left;
      line-height: 1.2;
    }
    #IMAGE640 {
      width: 23.7439px;
      height: 25.9772px;
      top: 0px;
      left: 110.408px;
    }
    #IMAGE640 > .ladi-image > .ladi-image-background {
      width: 23.7439px;
      height: 25.9772px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s350x350/5c7362c6c417ab07e5196b05/df-20191029092328.png");
    }
    #PARAGRAPH641 {
      width: 24px;
      top: 5.9886px;
      left: 137.193px;
    }
    #PARAGRAPH641 > .ladi-paragraph {
      color: rgb(75, 75, 75);
      font-size: 12px;
      text-align: left;
      line-height: 1.2;
    }
    #PARAGRAPH642 {
      width: 164px;
      top: 5.9886px;
      left: 161.193px;
    }
    #PARAGRAPH642 > .ladi-paragraph {
      color: rgb(67, 102, 176);
      font-size: 12px;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP638 {
      width: 325.193px;
      height: 25.9772px;
      top: 1566.11px;
      left: 80.807px;
    }
    #SHAPE644 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 0px;
    }
    #SHAPE644 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE645 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 12.8922px;
    }
    #SHAPE645 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE646 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 25.7843px;
    }
    #SHAPE646 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE647 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 38.6765px;
    }
    #SHAPE647 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE648 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 51.5686px;
    }
    #SHAPE648 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #GROUP643 {
      width: 63.237px;
      height: 13.296px;
      top: 1552.81px;
      left: 80.807px;
    }
    #BOX650 {
      width: 68px;
      height: 68px;
      top: 1629.09px;
      left: 0px;
    }
    #BOX650 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/duynguyen-20210429082630.jpeg");
      background-position: center top;
      background-repeat: no-repeat;
      border-radius: 55px;
    }
    #PARAGRAPH651 {
      width: 877px;
      top: 1659.09px;
      left: 80.806px;
    }
    #PARAGRAPH651 > .ladi-paragraph {
      color: rgb(5, 34, 74);
      font-size: 14px;
      text-align: justify;
      line-height: 1.4;
    }
    #PARAGRAPH652 {
      width: 217px;
      top: 1629.09px;
      left: 80.807px;
    }
    #PARAGRAPH652 > .ladi-paragraph {
      color: rgb(5, 34, 74);
      font-size: 16px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
    }
    #PARAGRAPH654 {
      width: 164px;
      top: 7px;
      left: 0px;
    }
    #PARAGRAPH654 > .ladi-paragraph {
      color: rgb(67, 102, 176);
      font-size: 12px;
      text-align: left;
      line-height: 1.2;
    }
    #IMAGE655 {
      width: 23.7439px;
      height: 25.9772px;
      top: 0px;
      left: 110.408px;
    }
    #IMAGE655 > .ladi-image > .ladi-image-background {
      width: 23.7439px;
      height: 25.9772px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s350x350/5c7362c6c417ab07e5196b05/df-20191029092328.png");
    }
    #PARAGRAPH656 {
      width: 24px;
      top: 5.9886px;
      left: 137.193px;
    }
    #PARAGRAPH656 > .ladi-paragraph {
      color: rgb(75, 75, 75);
      font-size: 12px;
      text-align: left;
      line-height: 1.2;
    }
    #PARAGRAPH657 {
      width: 164px;
      top: 5.9886px;
      left: 161.193px;
    }
    #PARAGRAPH657 > .ladi-paragraph {
      color: rgb(67, 102, 176);
      font-size: 12px;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP653 {
      width: 325.193px;
      height: 25.9772px;
      top: 1716.39px;
      left: 80.807px;
    }
    #SHAPE659 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 0px;
    }
    #SHAPE659 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE660 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 12.8922px;
    }
    #SHAPE660 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE661 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 25.7843px;
    }
    #SHAPE661 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE662 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 38.6765px;
    }
    #SHAPE662 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE663 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 51.5686px;
    }
    #SHAPE663 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #GROUP658 {
      width: 63.237px;
      height: 13.296px;
      top: 1703.09px;
      left: 80.807px;
    }
    #BOX665 {
      width: 68px;
      height: 68px;
      top: 1779.37px;
      left: 0px;
    }
    #BOX665 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/thuquynh-20210429082630.jpeg");
      background-position: center top;
      background-repeat: no-repeat;
      border-radius: 55px;
    }
    #PARAGRAPH666 {
      width: 877px;
      top: 1809.37px;
      left: 80.806px;
    }
    #PARAGRAPH666 > .ladi-paragraph {
      color: rgb(5, 34, 74);
      font-size: 14px;
      text-align: justify;
      line-height: 1.4;
    }
    #PARAGRAPH667 {
      width: 217px;
      top: 1779.37px;
      left: 80.807px;
    }
    #PARAGRAPH667 > .ladi-paragraph {
      color: rgb(5, 34, 74);
      font-size: 16px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
    }
    #PARAGRAPH669 {
      width: 164px;
      top: 7px;
      left: 0px;
    }
    #PARAGRAPH669 > .ladi-paragraph {
      color: rgb(67, 102, 176);
      font-size: 12px;
      text-align: left;
      line-height: 1.2;
    }
    #IMAGE670 {
      width: 23.7439px;
      height: 25.9772px;
      top: 0px;
      left: 110.408px;
    }
    #IMAGE670 > .ladi-image > .ladi-image-background {
      width: 23.7439px;
      height: 25.9772px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s350x350/5c7362c6c417ab07e5196b05/df-20191029092328.png");
    }
    #PARAGRAPH671 {
      width: 24px;
      top: 5.9886px;
      left: 137.193px;
    }
    #PARAGRAPH671 > .ladi-paragraph {
      color: rgb(75, 75, 75);
      font-size: 12px;
      text-align: left;
      line-height: 1.2;
    }
    #PARAGRAPH672 {
      width: 164px;
      top: 5.9886px;
      left: 161.193px;
    }
    #PARAGRAPH672 > .ladi-paragraph {
      color: rgb(67, 102, 176);
      font-size: 12px;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP668 {
      width: 325.193px;
      height: 25.9772px;
      top: 1866.67px;
      left: 80.807px;
    }
    #SHAPE674 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 0px;
    }
    #SHAPE674 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE675 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 12.8922px;
    }
    #SHAPE675 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE676 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 25.7843px;
    }
    #SHAPE676 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE677 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 38.6765px;
    }
    #SHAPE677 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE678 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 51.5686px;
    }
    #SHAPE678 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #GROUP673 {
      width: 63.237px;
      height: 13.296px;
      top: 1853.37px;
      left: 80.807px;
    }
    #IMAGE683 {
      width: 532.201px;
      height: 296.968px;
      top: 172.426px;
      left: 9.22px;
    }
    #IMAGE683 > .ladi-image > .ladi-image-background {
      width: 532.201px;
      height: 296.968px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s850x600/5eb1335ec310210e1b180020/water-20210429082742.png");
    }
    #SECTION1087 {
      height: 1296.9px;
    }
    #SECTION1087 > .ladi-section-background {
      background: rgba(26, 18, 13, 1.0);
      background: -webkit-linear-gradient(180deg, rgba(26, 18, 13, 1.0), rgba(58, 37, 22, 1.0));
      background: linear-gradient(180deg, rgba(26, 18, 13, 1.0), rgba(58, 37, 22, 1.0));
    }
    #SECTION1087 .ladi-section-arrow-down {
      background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #IMAGE1088 {
      width: 124.987px;
      height: 48.2362px;
      top: 68.8276px;
      left: 649.591px;
    }
    #IMAGE1088 > .ladi-image > .ladi-image-background {
      width: 124.987px;
      height: 48.2362px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s450x350/5c7362c6c417ab07e5196b05/cccc-20210129085651.png");
    }
    #IMAGE1089 {
      width: 132.631px;
      height: 51.1863px;
      top: 37.0638px;
      left: 157.369px;
    }
    #IMAGE1089 > .ladi-image > .ladi-image-background {
      width: 132.631px;
      height: 51.1863px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s450x400/5c7362c6c417ab07e5196b05/cccc-20210129085651.png");
    }
    #BOX1090 {
      width: 410px;
      height: 74px;
      top: 43.0638px;
      left: 277.5px;
    }
    #BOX1090 > .ladi-box {
      background-color: rgba(255, 255, 255, 0);
      border-style: solid;
      border-color: rgb(232, 181, 102);
      border-width: 1.5px;
      border-radius: 8px;
    }
    #BOX1091 {
      width: 400px;
      height: 60px;
      top: 50.0638px;
      left: 282.5px;
    }
    #BOX1091 > .ladi-box {
      background-color: #f2cc90;
      border-radius: 6px;
    }
    #HEADLINE1092 {
      width: 380px;
      top: 56.0638px;
      left: 292.5px;
    }
    #HEADLINE1092 > .ladi-headline {
      font-family: "Prata", serif;
      color: #650904;
      font-size: 30px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #BOX1094 {
      width: 400px;
      height: 999.52px;
      top: 0px;
      left: 0px;
    }
    #BOX1094 > .ladi-box {
      box-shadow: 0px 0px 15px -4px rgba(242, 204, 144, 1);
      -webkit-box-shadow: 0px 0px 15px -4px rgba(242, 204, 144, 1);
      background-color: rgb(255, 255, 255);
      border-radius: 5px;
    }
    #GROUP1125 {
      width: 380px;
      height: 60px;
      top: 602.022px;
      left: 9.9996px;
    }
    #IMAGE1126 {
      width: 380px;
      height: 60px;
      top: 0px;
      left: 0px;
    }
    #IMAGE1126 > .ladi-image > .ladi-image-background {
      width: 849.24px;
      height: 600.413px;
      top: -164.217px;
      left: -200.24px;
      background-image: url("https://w.ladicdn.com/s1150x950/5eb1335ec310210e1b180020/bg_hamer_1-20210428052244.jpeg");
    }
    #IMAGE1126 > .ladi-image {
      box-shadow: 0px 0px 15px -4px rgba(249, 187, 0, 1);
      -webkit-box-shadow: 0px 0px 15px -4px rgba(249, 187, 0, 1);
      border-radius: 3px 3px 0px 0px;
    }
    #GROUP1127 {
      width: 149.05px;
      height: 43.4716px;
      top: 8.27655px;
      left: 225.475px;
    }
    #COUNTDOWN1128 {
      width: 149.05px;
      height: 25.07px;
      top: 0px;
      left: 0px;
    }
    #COUNTDOWN1128 > .ladi-countdown {
      font-family: "Oswald", sans-serif;
      color: #650904;
      font-size: 22px;
      text-align: center;
    }
    #COUNTDOWN1128 > .ladi-countdown > .ladi-element {
      width: calc((100% - 15px * 3) / 4);
      margin-right: 8px;
      height: 100%;
    }
    #COUNTDOWN1128 > .ladi-countdown .ladi-countdown-background {
      background-color: #f2cc90;
      border-radius: 3px;
    }
    #HEADLINE1133 {
      width: 30px;
      top: 24.4716px;
      left: 0.591469px;
    }
    #HEADLINE1133 > .ladi-headline {
      color: rgb(228, 228, 228);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE1134 {
      width: 30px;
      top: 24.4716px;
      left: 39.4312px;
    }
    #HEADLINE1134 > .ladi-headline {
      color: rgb(228, 228, 228);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE1135 {
      width: 30px;
      top: 24.4716px;
      left: 78.2705px;
    }
    #HEADLINE1135 > .ladi-headline {
      color: rgb(228, 228, 228);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE1136 {
      width: 30px;
      top: 24.4716px;
      left: 117.111px;
    }
    #HEADLINE1136 > .ladi-headline {
      color: rgb(228, 228, 228);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #SHAPE1137 {
      width: 40px;
      height: 40px;
      top: 10.0124px;
      left: 10.475px;
    }
    #SHAPE1137 svg:last-child {
      fill: rgba(242, 204, 144, 1);
    }
    #PARAGRAPH1138 {
      width: 160px;
      top: 17.5124px;
      left: 65.475px;
    }
    #PARAGRAPH1138 > .ladi-paragraph {
      color: rgb(255, 255, 255);
      font-size: 16px;
      line-height: 1.6;
    }
    #GROUP1139 {
      width: 380px;
      height: 47.5px;
      top: 554.522px;
      left: 9.9996px;
    }
    #BOX1140 {
      width: 380px;
      height: 20px;
      top: 19.58px;
      left: 0px;
    }
    #BOX1140 > .ladi-box {
      background-color: rgb(228, 228, 228);
      border-radius: 100px;
    }
    #BOX1141 {
      width: 280px;
      height: 20px;
      top: 19.58px;
      left: 0px;
    }
    #BOX1141 > .ladi-box {
      background: rgba(242, 204, 144, 1);
      background: -webkit-linear-gradient(-90deg, rgba(242, 204, 144, 1), rgba(184, 155, 114, 1));
      background: linear-gradient(-90deg, rgba(242, 204, 144, 1), rgba(184, 155, 114, 1));
      box-shadow: 0px 0px 20px -4px rgba(249, 187, 0, 1);
      -webkit-box-shadow: 0px 0px 20px -4px rgba(249, 187, 0, 1);
      border-radius: 100px;
    }
    #PARAGRAPH1142 {
      width: 180px;
      top: 19.58px;
      left: 50px;
    }
    #PARAGRAPH1142 > .ladi-paragraph {
      color: #650904;
      font-size: 13px;
      font-style: italic;
      text-align: center;
      line-height: 1.6;
    }
    #PARAGRAPH1142.ladi-animation > .ladi-paragraph {
      animation-name: flash;
      -webkit-animation-name: flash;
      animation-delay: 0s;
      -webkit-animation-delay: 0s;
      animation-duration: 3s;
      -webkit-animation-duration: 3s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #IMAGE1143 {
      width: 47.5px;
      height: 47.5px;
      top: 0px;
      left: 248.5px;
    }
    #IMAGE1143 > .ladi-image > .ladi-image-background {
      width: 139.513px;
      height: 83.708px;
      top: -25px;
      left: -46px;
      background-image: url("https://w.ladicdn.com/5eb1335ec310210e1b180020/fire_brown-20210430044110.gif");
    }
    #GALLERY1152 {
      width: 380px;
      height: 460px;
      top: 14.525px;
      left: 9.9996px;
    }
    #GALLERY1152 > .ladi-gallery > .ladi-gallery-view {
      height: calc(100% - 85px);
    }
    #GALLERY1152 > .ladi-gallery > .ladi-gallery-control {
      height: 80px;
    }
    #GALLERY1152 > .ladi-gallery > .ladi-gallery-control > .ladi-gallery-control-box > .ladi-gallery-control-item {
      width: 80px;
      height: 80px;
      margin-right: 5px;
    }
    .ladi-gallery .ladi-gallery-view-item{
      height: 100%;
    }
    .ladi-gallery .ladi-gallery-control-item{
      height: 80px;
      width: 80px !important;
    }
    #GALLERY1152 .ladi-gallery .ladi-gallery-view-item[data-index="0"] {
      background-image: url("https://w.ladicdn.com/s700x800/5eb1335ec310210e1b180020/keo-sam-hamer-usa-20210501062328.jpeg");
    }
    #GALLERY1152 .ladi-gallery .ladi-gallery-control-item[data-index="0"] {
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/keo-sam-hamer-usa-20210501062328.jpeg");
    }
    #GALLERY1152 .ladi-gallery .ladi-gallery-view-item[data-index="1"] {
      background-image: url("https://w.ladicdn.com/s700x800/5eb1335ec310210e1b180020/keo-sam-hamer-usa-7-20210501062329.jpeg");
    }
    #GALLERY1152 .ladi-gallery .ladi-gallery-control-item[data-index="1"] {
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/keo-sam-hamer-usa-7-20210501062329.jpeg");
    }
    #GALLERY1152 .ladi-gallery .ladi-gallery-view-item[data-index="2"] {
      background-image: url("https://w.ladicdn.com/s700x800/5eb1335ec310210e1b180020/keo-sam-hamer-thong-tin-sai-9-224f3b74-7f54-4252-8871-2a8960471e32-20210501062328.jpeg");
    }
    #GALLERY1152 .ladi-gallery .ladi-gallery-control-item[data-index="2"] {
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/keo-sam-hamer-thong-tin-sai-9-224f3b74-7f54-4252-8871-2a8960471e32-20210501062328.jpeg");
    }
    #GALLERY1152 .ladi-gallery .ladi-gallery-view-item[data-index="3"] {
      background-image: url("https://w.ladicdn.com/s700x800/5eb1335ec310210e1b180020/keo-sam-hamer-usa-5-20210501062329.jpeg");
    }
    #GALLERY1152 .ladi-gallery .ladi-gallery-control-item[data-index="3"] {
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/keo-sam-hamer-usa-5-20210501062329.jpeg");
    }
    #GALLERY1152 .ladi-gallery .ladi-gallery-view-item[data-index="4"] {
      background-image: url("https://w.ladicdn.com/s700x800/5eb1335ec310210e1b180020/keo-sam-hamer-usa-6-20210501062329.jpeg");
    }
    #GALLERY1152 .ladi-gallery .ladi-gallery-control-item[data-index="4"] {
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/keo-sam-hamer-usa-6-20210501062329.jpeg");
    }
    #GALLERY1152 .ladi-gallery .ladi-gallery-view-item[data-index="5"] {
      background-image: url("https://w.ladicdn.com/s700x800/5eb1335ec310210e1b180020/keo-sam-hamer-usa-1-20210501062329.jpeg");
    }
    #GALLERY1152 .ladi-gallery .ladi-gallery-control-item[data-index="5"] {
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/keo-sam-hamer-usa-1-20210501062329.jpeg");
    }
    #GALLERY1152 .ladi-gallery .ladi-gallery-view-item[data-index="6"] {
      background-image: url("https://w.ladicdn.com/s700x800/5eb1335ec310210e1b180020/keo-sam-hamer-usa-2-20210501062329.jpeg");
    }
    #GALLERY1152 .ladi-gallery .ladi-gallery-control-item[data-index="6"] {
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/keo-sam-hamer-usa-2-20210501062329.jpeg");
    }
    #BUTTON1153 {
      width: 380px;
      height: 50px;
      top: 939.17px;
      left: 9.9996px;
    }
    #BUTTON1153 > .ladi-button > .ladi-button-background {
      background-color: rgb(164, 39, 39);
    }
    #BUTTON1153 > .ladi-button {
      box-shadow: 0px 0px 15px -4px rgba(101, 9, 4, 1);
      -webkit-box-shadow: 0px 0px 15px -4px rgba(101, 9, 4, 1);
      border-style: dashed;
      border-color: #f2cc90;
      border-width: 1px;
      border-radius: 5px;
    }
    #BUTTON_TEXT1153 {
      width: 378px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT1153 > .ladi-headline {
      color: #f2cc90;
      font-size: 24px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE1155 {
      width: 380px;
      top: 484.525px;
      left: 9.9996px;
    }
    #HEADLINE1155 > .ladi-headline {
      color: rgb(52, 4, 4);
      font-size: 22px;
      font-weight: bold;
      line-height: 1.6;
    }
    #BOX1194 {
      width: 400px;
      height: 999.52px;
      top: 0px;
      left: 0px;
    }
    #BOX1194 > .ladi-box {
      box-shadow: 0px 0px 15px -4px rgba(242, 204, 144, 1);
      -webkit-box-shadow: 0px 0px 15px -4px rgba(242, 204, 144, 1);
      background-color: rgb(255, 255, 255);
      border-radius: 5px;
    }
    #GROUP1225 {
      width: 380px;
      height: 60px;
      top: 602.022px;
      left: 9.9996px;
    }
    #IMAGE1226 {
      width: 380px;
      height: 60px;
      top: 0px;
      left: 0px;
    }
    #IMAGE1226 > .ladi-image > .ladi-image-background {
      width: 849.24px;
      height: 600.413px;
      top: -164.217px;
      left: -200.24px;
      background-image: url("https://w.ladicdn.com/s1150x950/5eb1335ec310210e1b180020/bg_hamer_1-20210428052244.jpeg");
    }
    #IMAGE1226 > .ladi-image {
      box-shadow: 0px 0px 15px -4px rgba(249, 187, 0, 1);
      -webkit-box-shadow: 0px 0px 15px -4px rgba(249, 187, 0, 1);
      border-radius: 3px 3px 0px 0px;
    }
    #GROUP1227 {
      width: 149.05px;
      height: 43.4716px;
      top: 8.27655px;
      left: 225.475px;
    }
    #COUNTDOWN1228 {
      width: 149.05px;
      height: 25.07px;
      top: 0px;
      left: 0px;
    }
    #COUNTDOWN1228 > .ladi-countdown {
      font-family: "Oswald", sans-serif;
      color: #650904;
      font-size: 22px;
      text-align: center;
    }
    #COUNTDOWN1228 > .ladi-countdown > .ladi-element {
      width: calc((100% - 15px * 3) / 4);
      margin-right: 8px;
      height: 100%;
    }
    #COUNTDOWN1228 > .ladi-countdown .ladi-countdown-background {
      background-color: #f2cc90;
      border-radius: 3px;
    }
    #HEADLINE1233 {
      width: 30px;
      top: 24.4716px;
      left: 0.591469px;
    }
    #HEADLINE1233 > .ladi-headline {
      color: rgb(228, 228, 228);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE1234 {
      width: 30px;
      top: 24.4716px;
      left: 39.4312px;
    }
    #HEADLINE1234 > .ladi-headline {
      color: rgb(228, 228, 228);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE1235 {
      width: 30px;
      top: 24.4716px;
      left: 78.2705px;
    }
    #HEADLINE1235 > .ladi-headline {
      color: rgb(228, 228, 228);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE1236 {
      width: 30px;
      top: 24.4716px;
      left: 117.111px;
    }
    #HEADLINE1236 > .ladi-headline {
      color: rgb(228, 228, 228);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #SHAPE1237 {
      width: 40px;
      height: 40px;
      top: 10.0124px;
      left: 10.475px;
    }
    #SHAPE1237 svg:last-child {
      fill: rgba(242, 204, 144, 1);
    }
    #PARAGRAPH1238 {
      width: 160px;
      top: 17.5124px;
      left: 65.475px;
    }
    #PARAGRAPH1238 > .ladi-paragraph {
      color: rgb(255, 255, 255);
      font-size: 16px;
      line-height: 1.6;
    }
    #GROUP1239 {
      width: 380px;
      height: 47.5px;
      top: 554.522px;
      left: 9.9996px;
    }
    #BOX1240 {
      width: 380px;
      height: 20px;
      top: 19.58px;
      left: 0px;
    }
    #BOX1240 > .ladi-box {
      background-color: rgb(228, 228, 228);
      border-radius: 100px;
    }
    #BOX1241 {
      width: 230px;
      height: 20px;
      top: 19.58px;
      left: 0px;
    }
    #BOX1241 > .ladi-box {
      background: rgba(242, 204, 144, 1);
      background: -webkit-linear-gradient(-90deg, rgba(242, 204, 144, 1), rgba(184, 155, 114, 1));
      background: linear-gradient(-90deg, rgba(242, 204, 144, 1), rgba(184, 155, 114, 1));
      box-shadow: 0px 0px 20px -4px rgba(249, 187, 0, 1);
      -webkit-box-shadow: 0px 0px 20px -4px rgba(249, 187, 0, 1);
      border-radius: 100px;
    }
    #PARAGRAPH1242 {
      width: 180px;
      top: 19.58px;
      left: 25px;
    }
    #PARAGRAPH1242 > .ladi-paragraph {
      color: #650904;
      font-size: 13px;
      font-style: italic;
      text-align: center;
      line-height: 1.6;
    }
    #PARAGRAPH1242.ladi-animation > .ladi-paragraph {
      animation-name: flash;
      -webkit-animation-name: flash;
      animation-delay: 0s;
      -webkit-animation-delay: 0s;
      animation-duration: 3s;
      -webkit-animation-duration: 3s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #IMAGE1243 {
      width: 47.5px;
      height: 47.5px;
      top: 0px;
      left: 199.5px;
    }
    #IMAGE1243 > .ladi-image > .ladi-image-background {
      width: 139.513px;
      height: 83.708px;
      top: -25px;
      left: -46px;
      background-image: url("https://w.ladicdn.com/5eb1335ec310210e1b180020/fire_brown-20210430044110.gif");
    }
    #BOX1245 {
      width: 380px;
      height: 270px;
      top: 0px;
      left: 0px;
    }
    #BOX1245 > .ladi-box {
      background: #fdfbfb;
      background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
      background: linear-gradient(180deg, #fdfbfb, #eaedee);
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px;
    }
    #PARAGRAPH1247 {
      width: 160px;
      top: 3px;
      left: 181.999px;
    }
    #PARAGRAPH1247 > .ladi-paragraph {
      color: #650904;
      font-size: 28px;
      font-weight: bold;
      text-align: right;
      line-height: 1.6;
    }
    #PARAGRAPH1248 {
      width: 120px;
      top: 25px;
      left: 0px;
    }
    #PARAGRAPH1248 > .ladi-paragraph {
      color: rgb(217, 0, 7);
      font-size: 16px;
      font-weight: bold;
      line-height: 1.6;
    }
    #GALLERY1252 {
      width: 380px;
      height: 460px;
      top: 14.525px;
      left: 9.9996px;
    }
    #GALLERY1252 > .ladi-gallery > .ladi-gallery-view {
      height: calc(100% - 85px);
    }
    #GALLERY1252 > .ladi-gallery > .ladi-gallery-control {
      height: 80px;
    }
    #GALLERY1252 > .ladi-gallery > .ladi-gallery-control > .ladi-gallery-control-box > .ladi-gallery-control-item {
      width: 80px;
      height: 80px;
      margin-right: 5px;
    }
    #GALLERY1252 .ladi-gallery .ladi-gallery-view-item[data-index="0"] {
      background-image: url("https://w.ladicdn.com/s700x800/5eb1335ec310210e1b180020/keo-sam-hamer-e854a9-6-31dc2b6e-f5fb-454b-ab31-f4bda426626e-20210501062509.jpeg");
    }
    #GALLERY1252 .ladi-gallery .ladi-gallery-control-item[data-index="0"] {
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/keo-sam-hamer-e854a9-6-31dc2b6e-f5fb-454b-ab31-f4bda426626e-20210501062509.jpeg");
    }
    #GALLERY1252 .ladi-gallery .ladi-gallery-view-item[data-index="1"] {
      background-image: url("https://w.ladicdn.com/s700x800/5eb1335ec310210e1b180020/keo-sam-hamer-e854a9-4-42bb63fb-451b-4998-ae15-982af44d85d2-20210501062509.jpeg");
    }
    #GALLERY1252 .ladi-gallery .ladi-gallery-control-item[data-index="1"] {
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/keo-sam-hamer-e854a9-4-42bb63fb-451b-4998-ae15-982af44d85d2-20210501062509.jpeg");
    }
    #GALLERY1252 .ladi-gallery .ladi-gallery-view-item[data-index="2"] {
      background-image: url("https://w.ladicdn.com/s700x800/5eb1335ec310210e1b180020/keo-sam-hamer-e854a9-3-2fa10954-5f6a-4872-9cd7-4682ccc05bc5-20210501062509.jpeg");
    }
    #GALLERY1252 .ladi-gallery .ladi-gallery-control-item[data-index="2"] {
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/keo-sam-hamer-e854a9-3-2fa10954-5f6a-4872-9cd7-4682ccc05bc5-20210501062509.jpeg");
    }
    #GALLERY1252 .ladi-gallery .ladi-gallery-view-item[data-index="3"] {
      background-image: url("https://w.ladicdn.com/s700x800/5eb1335ec310210e1b180020/keo-sam-hamer-e854a9-2-e5c221f4-bdad-4e16-a033-180996062c9d-20210501062509.jpeg");
    }
    #GALLERY1252 .ladi-gallery .ladi-gallery-control-item[data-index="3"] {
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/keo-sam-hamer-e854a9-2-e5c221f4-bdad-4e16-a033-180996062c9d-20210501062509.jpeg");
    }
    #GALLERY1252 .ladi-gallery .ladi-gallery-view-item[data-index="4"] {
      background-image: url("https://w.ladicdn.com/s700x800/5eb1335ec310210e1b180020/keo-sam-hamer-e854a9-5-d95a1fde-559f-41e9-baa7-0236766f9ee4-20210501062509.jpeg");
    }
    #GALLERY1252 .ladi-gallery .ladi-gallery-control-item[data-index="4"] {
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/keo-sam-hamer-e854a9-5-d95a1fde-559f-41e9-baa7-0236766f9ee4-20210501062509.jpeg");
    }
    #BUTTON1253 {
      width: 380px;
      height: 50px;
      top: 940.53px;
      left: 10px;
    }
    #BUTTON1253 > .ladi-button > .ladi-button-background {
      background-color: rgb(164, 39, 39);
    }
    #BUTTON1253 > .ladi-button {
      box-shadow: 0px 0px 15px -4px rgba(101, 9, 4, 1);
      -webkit-box-shadow: 0px 0px 15px -4px rgba(101, 9, 4, 1);
      border-style: dashed;
      border-color: #f2cc90;
      border-width: 1px;
      border-radius: 5px;
    }
    #BUTTON_TEXT1253 {
      width: 378px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT1253 > .ladi-headline {
      color: #f2cc90;
      font-size: 24px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE1255 {
      width: 380px;
      top: 484.525px;
      left: 9.9996px;
    }
    #HEADLINE1255 > .ladi-headline {
      color: rgb(52, 4, 4);
      font-size: 22px;
      font-weight: bold;
      line-height: 1.6;
    }
    #BOX1438 {
      width: 400px;
      height: 999.52px;
      top: 87px;
      left: 0px;
    }
    #BOX1438 > .ladi-box {
      box-shadow: 0px 0px 15px -4px rgba(242, 204, 144, 1);
      -webkit-box-shadow: 0px 0px 15px -4px rgba(242, 204, 144, 1);
      background-color: rgb(255, 255, 255);
      border-radius: 5px;
    }
    #IMAGE1470 {
      width: 380px;
      height: 60px;
      top: 0px;
      left: 0px;
    }
    #IMAGE1470 > .ladi-image > .ladi-image-background {
      width: 849.24px;
      height: 600.413px;
      top: -164.217px;
      left: -200.24px;
      background-image: url("https://w.ladicdn.com/s1150x950/5eb1335ec310210e1b180020/bg_hamer_1-20210428052244.jpeg");
    }
    #IMAGE1470 > .ladi-image {
      box-shadow: 0px 0px 15px -4px rgba(249, 187, 0, 1);
      -webkit-box-shadow: 0px 0px 15px -4px rgba(249, 187, 0, 1);
      border-radius: 3px 3px 0px 0px;
    }
    #COUNTDOWN1472 {
      width: 149.05px;
      height: 25.07px;
      top: 0px;
      left: 0px;
    }
    #COUNTDOWN1472 > .ladi-countdown {
      font-family: "Oswald", sans-serif;
      color: #650904;
      font-size: 22px;
      text-align: center;
    }
    #COUNTDOWN1472 > .ladi-countdown > .ladi-element {
      width: calc((100% - 15px * 3) / 4);
      margin-right: 8px;
      height: 100%;
    }
    #COUNTDOWN1472 > .ladi-countdown .ladi-countdown-background {
      background-color: #f2cc90;
      border-radius: 3px;
    }
    #HEADLINE1477 {
      width: 30px;
      top: 24.4716px;
      left: 0.591469px;
    }
    #HEADLINE1477 > .ladi-headline {
      color: rgb(228, 228, 228);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE1478 {
      width: 30px;
      top: 24.4716px;
      left: 39.4312px;
    }
    #HEADLINE1478 > .ladi-headline {
      color: rgb(228, 228, 228);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE1479 {
      width: 30px;
      top: 24.4716px;
      left: 78.2705px;
    }
    #HEADLINE1479 > .ladi-headline {
      color: rgb(228, 228, 228);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE1480 {
      width: 30px;
      top: 24.4716px;
      left: 117.111px;
    }
    #HEADLINE1480 > .ladi-headline {
      color: rgb(228, 228, 228);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1471 {
      width: 149.05px;
      height: 43.4716px;
      top: 8.27655px;
      left: 225.475px;
    }
    #SHAPE1481 {
      width: 40px;
      height: 40px;
      top: 10.0124px;
      left: 10.475px;
    }
    #SHAPE1481 svg:last-child {
      fill: rgba(242, 204, 144, 1);
    }
    #PARAGRAPH1482 {
      width: 160px;
      top: 17.5124px;
      left: 65.475px;
    }
    #PARAGRAPH1482 > .ladi-paragraph {
      color: rgb(255, 255, 255);
      font-size: 16px;
      line-height: 1.6;
    }
    #GROUP1469 {
      width: 380px;
      height: 60px;
      top: 689.022px;
      left: 9.9996px;
    }
    #BOX1484 {
      width: 380px;
      height: 20px;
      top: 19.58px;
      left: 0px;
    }
    #BOX1484 > .ladi-box {
      background-color: rgb(228, 228, 228);
      border-radius: 100px;
    }
    #BOX1485 {
      width: 320px;
      height: 20px;
      top: 19.58px;
      left: 0px;
    }
    #BOX1485 > .ladi-box {
      background: rgba(242, 204, 144, 1);
      background: -webkit-linear-gradient(-90deg, rgba(242, 204, 144, 1), rgba(184, 155, 114, 1));
      background: linear-gradient(-90deg, rgba(242, 204, 144, 1), rgba(184, 155, 114, 1));
      box-shadow: 0px 0px 20px -4px rgba(249, 187, 0, 1);
      -webkit-box-shadow: 0px 0px 20px -4px rgba(249, 187, 0, 1);
      border-radius: 100px;
    }
    #PARAGRAPH1486 {
      width: 180px;
      top: 19.58px;
      left: 70px;
    }
    #PARAGRAPH1486 > .ladi-paragraph {
      color: #650904;
      font-size: 13px;
      font-style: italic;
      text-align: center;
      line-height: 1.6;
    }
    #PARAGRAPH1486.ladi-animation > .ladi-paragraph {
      animation-name: flash;
      -webkit-animation-name: flash;
      animation-delay: 0s;
      -webkit-animation-delay: 0s;
      animation-duration: 3s;
      -webkit-animation-duration: 3s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #IMAGE1487 {
      width: 47.5px;
      height: 47.5px;
      top: 0px;
      left: 292.5px;
    }
    #IMAGE1487 > .ladi-image > .ladi-image-background {
      width: 139.513px;
      height: 83.708px;
      top: -25px;
      left: -46px;
      background-image: url("https://w.ladicdn.com/5eb1335ec310210e1b180020/fire_brown-20210430044110.gif");
    }
    #GROUP1483 {
      width: 380px;
      height: 47.5px;
      top: 641.522px;
      left: 9.9996px;
    }
    #GALLERY1496 {
      width: 380px;
      height: 460px;
      top: 101.525px;
      left: 9.9996px;
    }
    #GALLERY1496 > .ladi-gallery > .ladi-gallery-view {
      height: calc(100% - 85px);
    }
    #GALLERY1496 > .ladi-gallery > .ladi-gallery-control {
      height: 80px;
    }
    #GALLERY1496 > .ladi-gallery > .ladi-gallery-control > .ladi-gallery-control-box > .ladi-gallery-control-item {
      width: 80px;
      height: 80px;
      margin-right: 5px;
    }
    #GALLERY1496 .ladi-gallery .ladi-gallery-view-item[data-index="0"] {
      background-image: url("https://w.ladicdn.com/s700x800/5eb1335ec310210e1b180020/keo-sam-hamer-malaysia-37f82k-6-20210501062119.jpeg");
    }
    #GALLERY1496 .ladi-gallery .ladi-gallery-control-item[data-index="0"] {
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/keo-sam-hamer-malaysia-37f82k-6-20210501062119.jpeg");
    }
    #GALLERY1496 .ladi-gallery .ladi-gallery-view-item[data-index="1"] {
      background-image: url("https://w.ladicdn.com/s700x800/5eb1335ec310210e1b180020/keo-sam-hamer-malaysia-37f82k-5-20210501062120.jpeg");
    }
    #GALLERY1496 .ladi-gallery .ladi-gallery-control-item[data-index="1"] {
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/keo-sam-hamer-malaysia-37f82k-5-20210501062120.jpeg");
    }
    #GALLERY1496 .ladi-gallery .ladi-gallery-view-item[data-index="2"] {
      background-image: url("https://w.ladicdn.com/s700x800/5eb1335ec310210e1b180020/keo-sam-hamer-malaysia-37f82k-4-20210501062120.jpeg");
    }
    #GALLERY1496 .ladi-gallery .ladi-gallery-control-item[data-index="2"] {
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/keo-sam-hamer-malaysia-37f82k-4-20210501062120.jpeg");
    }
    #GALLERY1496 .ladi-gallery .ladi-gallery-view-item[data-index="3"] {
      background-image: url("https://w.ladicdn.com/s700x800/5eb1335ec310210e1b180020/keo-sam-hamer-malaysia-37f82k-12-20210501062120.jpeg");
    }
    #GALLERY1496 .ladi-gallery .ladi-gallery-control-item[data-index="3"] {
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/keo-sam-hamer-malaysia-37f82k-12-20210501062120.jpeg");
    }
    #GALLERY1496 .ladi-gallery .ladi-gallery-view-item[data-index="4"] {
      background-image: url("https://w.ladicdn.com/s700x800/5eb1335ec310210e1b180020/keo-sam-hamer-malaysia-20210501062120.jpeg");
    }
    #GALLERY1496 .ladi-gallery .ladi-gallery-control-item[data-index="4"] {
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/keo-sam-hamer-malaysia-20210501062120.jpeg");
    }
    #GALLERY1496 .ladi-gallery .ladi-gallery-view-item[data-index="5"] {
      background-image: url("https://w.ladicdn.com/s700x800/5eb1335ec310210e1b180020/keo-sam-hamer-malaysia-37f82k-11-20210501062120.jpeg");
    }
    #GALLERY1496 .ladi-gallery .ladi-gallery-control-item[data-index="5"] {
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/keo-sam-hamer-malaysia-37f82k-11-20210501062120.jpeg");
    }
    #BUTTON_TEXT1497 {
      width: 378px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT1497 > .ladi-headline {
      color: #f2cc90;
      font-size: 24px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #BUTTON1497 {
      width: 380px;
      height: 50px;
      top: 1027.16px;
      left: 10px;
    }
    #BUTTON1497 > .ladi-button > .ladi-button-background {
      background-color: rgb(164, 39, 39);
    }
    #BUTTON1497 > .ladi-button {
      box-shadow: 0px 0px 15px -4px rgba(101, 9, 4, 1);
      -webkit-box-shadow: 0px 0px 15px -4px rgba(101, 9, 4, 1);
      border-style: dashed;
      border-color: #f2cc90;
      border-width: 1px;
      border-radius: 5px;
    }
    #HEADLINE1499 {
      width: 380px;
      top: 571.525px;
      left: 9.9996px;
    }
    #HEADLINE1499 > .ladi-headline {
      color: rgb(52, 4, 4);
      font-size: 22px;
      font-weight: bold;
      line-height: 1.6;
    }
    #IMAGE1577 {
      width: 99.9997px;
      height: 120px;
      top: 0px;
      left: 50px;
    }
    #IMAGE1577 > .ladi-image > .ladi-image-background {
      width: 99.9997px;
      height: 120px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/5eb1335ec310210e1b180020/best-seller-20210501053657.gif");
    }
    #BOX1578 {
      width: 200px;
      height: 60px;
      top: 30px;
      left: 0px;
    }
    #BOX1578 > .ladi-box {
      box-shadow: inset 0px 15px 20px -15px rgba(242, 204, 144, 1);
      -webkit-box-shadow: inset 0px 15px 20px -15px rgba(242, 204, 144, 1);
      background-color: rgb(164, 39, 39);
      border-style: dashed;
      border-color: #f2cc90;
      border-width: 2px;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
    }
    #GROUP1579 {
      width: 200px;
      height: 120px;
      top: 0px;
      left: 100px;
    }
    #BUTTON252 {
      width: 100px;
      height: 45px;
      top: 0px;
      left: 400px;
    }
    #BUTTON252 > .ladi-button > .ladi-button-background {
      background-color: rgba(245, 65, 38, 0);
    }
    #BUTTON252 > .ladi-button {
      border-color: rgb(244, 64, 37);
      border-width: 1px;
      border-radius: 100px;
    }
    #BUTTON_TEXT252 {
      width: 100px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT252 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #SECTION1580 {
      height: 493.9px;
    }
    #SECTION1580 > .ladi-section-background {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s1440x493/5eb1335ec310210e1b180020/bg_hamer_4-20210501063010.jpeg");
      background-position: center top;
      background-repeat: repeat;
    }
    #SECTION1580 .ladi-section-arrow-down {
      background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #LINE1581 {
      width: 960px;
      top: 402.83px;
      left: 0.49962px;
    }
    #LINE1581 > .ladi-line > .ladi-line-container {
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      border-right: 1px solid rgba(255, 255, 255, 0.1);
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      border-left: 0px !important;
    }
    #LINE1581 > .ladi-line {
      width: 100%;
      padding: 8px 0px;
    }
    #HEADLINE1582 {
      width: 960px;
      top: 444.83px;
      left: 0.49962px;
    }
    #HEADLINE1582 > .ladi-headline {
      color: rgba(255, 255, 255, 0.9);
      font-size: 12px;
      text-align: center;
      line-height: 1.2;
    }
    #HEADLINE1583 {
      width: 450px;
      top: 154.083px;
      left: 0px;
    }
    #HEADLINE1583 > .ladi-headline {
      color: #f2cc90;
      font-size: 22px;
      font-weight: bold;
      text-align: left;
      line-height: 1.4;
    }
    #GROUP1584 {
      width: 404px;
      height: 25px;
      top: 203.841px;
      left: -0.0001px;
      display: none !important;
    }
    #SHAPE1585 {
      width: 25px;
      height: 25px;
      top: 0px;
      left: 0px;
    }
    #SHAPE1585 svg:last-child {
      fill: rgba(242, 204, 144, 1);
    }
    #HEADLINE1586 {
      width: 369px;
      top: 3px;
      left: 35px;
    }
    #HEADLINE1586 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 14px;
      text-align: left;
      line-height: 1.4;
    }
    #GROUP1587 {
      width: 327px;
      height: 25px;
      top: 267.887px;
      left: 0px;
    }
    #SHAPE1588 {
      width: 25px;
      height: 25px;
      top: 0px;
      left: 0px;
    }
    #SHAPE1588 svg:last-child {
      fill: rgba(242, 204, 144, 1);
    }
    #HEADLINE1589 {
      width: 292px;
      top: 3px;
      left: 35px;
    }
    #HEADLINE1589 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 14px;
      text-align: left;
      line-height: 1.4;
    }
    #GROUP1590 {
      width: 327px;
      height: 25px;
      top: 298.882px;
      left: 0.49981px;
    }
    #SHAPE1591 {
      width: 25px;
      height: 25px;
      top: 0px;
      left: 0px;
    }
    #SHAPE1591 svg:last-child {
      fill: rgba(242, 204, 144, 1);
    }
    #HEADLINE1592 {
      width: 292px;
      top: 3px;
      left: 35px;
    }
    #HEADLINE1592 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 14px;
      text-align: left;
      line-height: 1.4;
    }
    #HEADLINE1593 {
      width: 450px;
      top: 156.083px;
      left: 511px;
    }
    #HEADLINE1593 > .ladi-headline {
      color: #f2cc90;
      font-size: 22px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP1594 {
      width: 234.65px;
      height: 25px;
      top: 237.878px;
      left: 511px;
    }
    #HEADLINE1595 {
      width: 200px;
      top: 3px;
      left: 34.65px;
    }
    #HEADLINE1595 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 14px;
      font-weight: bold;
      text-align: left;
      line-height: 1.4;
    }
    #SHAPE1596 {
      width: 25px;
      height: 25px;
      top: 0px;
      left: 0px;
    }
    #SHAPE1596 svg:last-child {
      fill: rgba(242, 204, 144, 1);
    }
    #GROUP1597 {
      width: 234.65px;
      height: 25px;
      top: 203.862px;
      left: 511px;
    }
    #HEADLINE1598 {
      width: 200px;
      top: 3px;
      left: 34.65px;
    }
    #HEADLINE1598 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 14px;
      font-weight: bold;
      text-align: left;
      line-height: 1.4;
    }
    #SHAPE1599 {
      width: 25px;
      height: 25px;
      top: 0px;
      left: 0px;
    }
    #SHAPE1599 svg:last-child {
      fill: rgba(242, 204, 144, 1);
    }
    #GROUP1600 {
      width: 234.65px;
      height: 25px;
      top: 267.887px;
      left: 511px;
    }
    #HEADLINE1601 {
      width: 200px;
      top: 3px;
      left: 34.65px;
    }
    #HEADLINE1601 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 14px;
      font-weight: bold;
      text-align: left;
      line-height: 1.4;
    }
    #SHAPE1602 {
      width: 25px;
      height: 25px;
      top: 0px;
      left: 0px;
    }
    #SHAPE1602 svg:last-child {
      fill: rgba(242, 204, 144, 1);
    }
    #GROUP1603 {
      width: 176px;
      height: 25px;
      top: 203.837px;
      left: 760px;
    }
    #HEADLINE1604 {
      width: 141px;
      top: 3px;
      left: 35px;
    }
    #HEADLINE1604 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 14px;
      font-weight: bold;
      text-align: left;
      line-height: 1.4;
    }
    #SHAPE1605 {
      width: 25px;
      height: 25px;
      top: 0px;
      left: 0px;
    }
    #SHAPE1605 svg:last-child {
      fill: rgba(242, 204, 144, 1);
    }
    #GROUP1606 {
      width: 181.65px;
      height: 25px;
      top: 237.878px;
      left: 760px;
    }
    #HEADLINE1607 {
      width: 147px;
      top: 3px;
      left: 34.65px;
    }
    #HEADLINE1607 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 14px;
      font-weight: bold;
      text-align: left;
      line-height: 1.4;
    }
    #SHAPE1608 {
      width: 25px;
      height: 25px;
      top: 0px;
      left: 0px;
    }
    #SHAPE1608 svg:last-child {
      fill: rgba(242, 204, 144, 1);
    }
    #IMAGE1609 {
      width: 199.99px;
      height: 62.8542px;
      top: 323.882px;
      left: 511px;
    }
    #IMAGE1609 > .ladi-image > .ladi-image-background {
      width: 199.99px;
      height: 62.8542px;
      top: 0px;
      left: 0px;
      background-image: url("../images/logo-hamer_white-20210428050213.png");
    }
    #SHAPE1615 {
      width: 25px;
      height: 25px;
      top: 0px;
      left: 0px;
    }
    #SHAPE1615 svg:last-child {
      fill: rgba(242, 204, 144, 1);
    }
    #HEADLINE1616 {
      width: 369px;
      top: 3px;
      left: 35px;
    }
    #HEADLINE1616 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 14px;
      text-align: left;
      line-height: 1.4;
    }
    #GROUP1614 {
      width: 404px;
      height: 25px;
      top: 237.878px;
      left: 0.49981px;
    }
    #POPUP1623 {
      width: 820px;
      height: 1144px;
      top: 0px;
      left: 0px;
      bottom: 0px;
      right: 0px;
      margin: auto;
      border-radius: 5px;
    }
    #POPUP1623 > .ladi-popup > .ladi-overlay {
      border-radius: 4px;
    }
    #POPUP1623 > .ladi-popup > .ladi-popup-background {
      background-color: rgb(255, 255, 255);
      border-radius: 4px;
    }
    #POPUP1623 > .ladi-popup {
      
    }
    #IMAGE1657 {
      width: 400px;
      height: 60px;
      top: 0px;
      left: 0px;
    }
    #IMAGE1657 > .ladi-image > .ladi-image-background {
      width: 849.24px;
      height: 600.413px;
      top: -164.217px;
      left: -200.24px;
      background-image: url("https://w.ladicdn.com/s1150x950/5eb1335ec310210e1b180020/bg_hamer_1-20210428052244.jpeg");
    }
    #IMAGE1657 > .ladi-image {
      box-shadow: 0px 0px 15px -4px rgba(249, 187, 0, 1);
      -webkit-box-shadow: 0px 0px 15px -4px rgba(249, 187, 0, 1);
      border-radius: 3px 3px 0px 0px;
    }
    #COUNTDOWN1659 {
      width: 149.05px;
      height: 25.07px;
      top: 0px;
      left: 0px;
    }
    #COUNTDOWN1659 > .ladi-countdown {
      font-family: "Oswald", sans-serif;
      color: #650904;
      font-size: 22px;
      text-align: center;
    }
    #COUNTDOWN1659 > .ladi-countdown > .ladi-element {
      width: calc((100% - 12px * 3) / 4);
      margin-right: 5px;
      height: 100%;
    }
    #COUNTDOWN1659 > .ladi-countdown .ladi-countdown-background {
      background-color: #f2cc90;
      border-radius: 3px;
    }
    #HEADLINE1664 {
      width: 30px;
      top: 24.4716px;
      left: 0.591469px;
    }
    #HEADLINE1664 > .ladi-headline {
      color: rgb(228, 228, 228);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE1665 {
      width: 30px;
      top: 24.4716px;
      left: 39.4312px;
    }
    #HEADLINE1665 > .ladi-headline {
      color: rgb(228, 228, 228);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE1666 {
      width: 30px;
      top: 24.4716px;
      left: 78.2705px;
    }
    #HEADLINE1666 > .ladi-headline {
      color: rgb(228, 228, 228);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE1667 {
      width: 30px;
      top: 24.4716px;
      left: 117.111px;
    }
    #HEADLINE1667 > .ladi-headline {
      color: rgb(228, 228, 228);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1658 {
      width: 149.05px;
      height: 43.4716px;
      top: 8.2766px;
      left: 239.475px;
    }
    #SHAPE1668 {
      width: 40px;
      height: 40px;
      top: 10.0124px;
      left: 10.475px;
    }
    #SHAPE1668 svg:last-child {
      fill: rgba(242, 204, 144, 1);
    }
    #PARAGRAPH1669 {
      width: 160px;
      top: 17.5124px;
      left: 65.475px;
    }
    #PARAGRAPH1669 > .ladi-paragraph {
      color: rgb(255, 255, 255);
      font-size: 16px;
      line-height: 1.6;
    }
    #GROUP1656 {
      width: 400px;
      height: 60px;
      top: 117.497px;
      left: 0px;
    }
    #BOX1671 {
      width: 400px;
      height: 21.0526px;
      top: 19.58px;
      left: 0px;
    }
    #BOX1671 > .ladi-box {
      background-color: rgb(228, 228, 228);
      border-radius: 100px;
    }
    #BOX1672 {
      width: 360px;
      height: 20px;
      top: 19.58px;
      left: 0px;
    }
    #BOX1672 > .ladi-box {
      background: rgba(242, 204, 144, 1);
      background: -webkit-linear-gradient(-90deg, rgba(242, 204, 144, 1), rgba(184, 155, 114, 1));
      background: linear-gradient(-90deg, rgba(242, 204, 144, 1), rgba(184, 155, 114, 1));
      box-shadow: 0px 0px 20px -4px rgba(249, 187, 0, 1);
      -webkit-box-shadow: 0px 0px 20px -4px rgba(249, 187, 0, 1);
      border-radius: 100px;
    }
    #PARAGRAPH1673 {
      width: 180px;
      top: 20.1063px;
      left: 100px;
    }
    #PARAGRAPH1673 > .ladi-paragraph {
      color: #650904;
      font-size: 13px;
      font-style: italic;
      text-align: center;
      line-height: 1.6;
    }
    #PARAGRAPH1673.ladi-animation > .ladi-paragraph {
      animation-name: flash;
      -webkit-animation-name: flash;
      animation-delay: 0s;
      -webkit-animation-delay: 0s;
      animation-duration: 3s;
      -webkit-animation-duration: 3s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #IMAGE1674 {
      width: 47.5px;
      height: 47.5px;
      top: 0px;
      left: 332.5px;
    }
    #IMAGE1674 > .ladi-image > .ladi-image-background {
      width: 139.513px;
      height: 83.708px;
      top: -25px;
      left: -46px;
      background-image: url("https://w.ladicdn.com/5eb1335ec310210e1b180020/fire_brown-20210430044110.gif");
    }
    #GROUP1670 {
      width: 400px;
      height: 47.5px;
      top: 69.997px;
      left: 0px;
    }
    #HEADLINE1686 {
      width: 400px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE1686 > .ladi-headline {
      color: rgb(52, 4, 4);
      font-size: 22px;
      font-weight: bold;
      line-height: 1.6;
    }
    #GROUP1624 {
      width: 400px;
      height: 241px;
      top: 232.5px;
      left: 12.5px;
    }
    #IMAGE1762 {
      width: 200px;
      height: 200px;
      top: 0px;
      left: 212.5px;
    }
    #IMAGE1762 > .ladi-image > .ladi-image-background {
      width: 200px;
      height: 200px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s550x550/5eb1335ec310210e1b180020/keo-sam-hamer-malaysia-37f82k-6-20210501062119.jpeg");
    }
    #BOX1764 {
      width: 160px;
      height: 48px;
      top: 24px;
      left: 0px;
    }
    #BOX1764 > .ladi-box {
      box-shadow: inset 0px 15px 20px -15px rgba(242, 204, 144, 1);
      -webkit-box-shadow: inset 0px 15px 20px -15px rgba(242, 204, 144, 1);
      background-color: rgb(164, 39, 39);
      border-style: dashed;
      border-color: #f2cc90;
      border-width: 2px;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
    }
    #IMAGE1765 {
      width: 79.9998px;
      height: 96px;
      top: 0px;
      left: 40px;
    }
    #IMAGE1765 > .ladi-image > .ladi-image-background {
      width: 79.9998px;
      height: 96px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/5eb1335ec310210e1b180020/best-seller-20210501053657.gif");
    }
    #GROUP1763 {
      width: 160px;
      height: 96px;
      top: 52px;
      left: 12.5px;
    }
    #BUTTON_TEXT1767 {
      width: 298px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT1767 > .ladi-headline {
      font-family: "Oswald", sans-serif;
      color: #f2cc90;
      font-size: 24px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #BUTTON1767 {
      width: 300px;
      height: 50px;
      top: 265px;
      left: 50px;
    }
    #BUTTON1767 > .ladi-button > .ladi-button-background {
      background-color: rgb(52, 4, 4);
    }
    #BUTTON1767 > .ladi-button {
      box-shadow: 0px 0px 20px -4px rgba(101, 9, 4, 1);
      -webkit-box-shadow: 0px 0px 20px -4px rgba(101, 9, 4, 1);
      border-style: dashed;
      border-color: #f2cc90;
      border-width: 1px;
      border-radius: 3px;
    }
    #BUTTON1767.ladi-animation > .ladi-button {
      animation-name: pulse;
      -webkit-animation-name: pulse;
      animation-delay: 0s;
      -webkit-animation-delay: 0s;
      animation-duration: 3s;
      -webkit-animation-duration: 3s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #FORM_ITEM1769 {
      width: 400px;
      height: 45px;
      top: 0px;
      left: 0px;
    }
    #FORM_ITEM1770 {
      width: 400px;
      height: 45px;
      top: 50px;
      left: 0px;
    }
    #FORM_ITEM1771 {
      width: 400px;
      height: 60px;
      top: 200px;
      left: 0px;
    }
    #FORM_ITEM1772 {
      width: 400px;
      height: 45px;
      top: 150px;
      left: 0px;
    }
    #FORM_ITEM1773 {
      width: 400px;
      height: 45px;
      top: 100px;
      left: 0px;
    }
    #FORM1766 {
      width: 400px;
      height: 315px;
      top: 483px;
      left: 12.5px;
    }
    #FORM1766 > .ladi-form {
      color: rgb(132, 132, 132);
      font-size: 16px;
      letter-spacing: 0px;
      line-height: 1.6;
    }
    #FORM1766 .ladi-form-item .ladi-form-control::placeholder,
    #FORM1766 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"] {
      color: rgba(132, 132, 132, 1.0);
    }
    #FORM1766 .ladi-form-item {
      padding-left: 8px;
      padding-right: 8px;
    }
    #FORM1766 .ladi-form-item.ladi-form-checkbox {
      padding-left: 13px;
      padding-right: 13px;
    }
    #FORM1766 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
      background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgba(132%2C%20132%2C%20132%2C%201.0)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
    }
    #FORM1766 .ladi-form-item-container,
    #FORM1766 .ladi-form-label-container .ladi-form-label-item {
      border-style: solid;
      border-color: rgb(132, 132, 132);
      border-width: 1px;
      border-radius: 3px;
    }
    #FORM1766 .ladi-form-item-container .ladi-form-quantity button {
      background-color: rgb(132, 132, 132);
    }
    #FORM1766 .ladi-form-item-background {
      background-color: rgb(255, 255, 255);
      border-radius: 2px
    }
    #GROUP1675 {
      width: 400px;
      height: 65px;
      top: 176px;
      left: 0px;
    }
    #GROUP1680 {
      width: 65px;
      height: 65px;
      top: 0px;
      left: 335px;
    }
    #PARAGRAPH1682 {
      width: 38px;
      top: 20px;
      left: 4.875px;
    }
    #PARAGRAPH1682 > .ladi-paragraph {
      font-family: "Montserrat", sans-serif;
      color: rgb(255, 255, 255);
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #SHAPE1681 {
      width: 65px;
      height: 65px;
      top: 0px;
      left: 0px;
    }
    #SHAPE1681 svg:last-child {
      fill: rgba(217, 0, 7, 1);
    }
    #GROUP1677 {
      width: 297px;
      height: 45px;
      top: 10.5px;
      left: 17px;
    }
    #PARAGRAPH1679 {
      width: 110px;
      top: 22px;
      left: 0px;
    }
    #PARAGRAPH1679 > .ladi-paragraph {
      text-decoration-line: line-through;
      -webkit-text-decoration-line: line-through;
      color: rgb(84, 84, 84);
      font-size: 14px;
      text-align: right;
      line-height: 1.6;
    }
    #PARAGRAPH1678 {
      width: 187px;
      top: 0px;
      left: 110px;
    }
    #PARAGRAPH1678 > .ladi-paragraph {
      color: #650904;
      font-size: 28px;
      font-weight: bold;
      text-align: right;
      line-height: 1.6;
    }
    #BOX1676 {
      width: 400px;
      height: 60px;
      top: 2.5px;
      left: 0px;
    }
    #BOX1676 > .ladi-box {
      background: #fdfbfb;
      background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
      background: linear-gradient(180deg, #fdfbfb, #eaedee);
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px;
    }
    #BOX1777 {
      width: 380px;
      height: 320px;
      top: 0px;
      left: 0px;
    }
    #BOX1777 > .ladi-box {
      background-color: rgb(238, 238, 238);
      border-style: solid;
      border-color: rgb(184, 155, 114);
      border-width: 1px;
      border-radius: 3px;
    }
    #HEADLINE1780 {
      width: 290px;
      top: 23.062px;
      left: 0px;
    }
    #HEADLINE1780 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 14px;
      text-align: left;
      line-height: 1.2;
    }
    #HEADLINE1781 {
      width: 200px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE1781 > .ladi-headline {
      color: rgb(52, 4, 4);
      font-size: 16px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP1779 {
      width: 290px;
      height: 39.062px;
      top: 7.114px;
      left: 62px;
    }
    #BOX1783 {
      width: 53.2904px;
      height: 53.2903px;
      top: 0px;
      left: 0px;
    }
    #BOX1783 > .ladi-box {
      border-style: solid;
      border-color: #650904;
      border-width: 1px;
      border-radius: 1000px;
    }
    #SHAPE1784 {
      width: 33.3px;
      height: 33.3px;
      top: 8.9951px;
      left: 10.499px;
    }
    #SHAPE1784 svg:last-child {
      fill: rgba(115, 21, 21, 1);
    }
    #GROUP1782 {
      width: 53.2904px;
      height: 53.2903px;
      top: 0px;
      left: 0px;
    }
    #GROUP1778 {
      width: 352px;
      height: 53.2903px;
      top: 242.432px;
      left: 16.499px;
    }
    #HEADLINE1787 {
      width: 200px;
      top: 22.922px;
      left: 0px;
    }
    #HEADLINE1787 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 14px;
      text-align: left;
      line-height: 1.2;
    }
    #HEADLINE1788 {
      width: 200px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE1788 > .ladi-headline {
      color: rgb(52, 4, 4);
      font-size: 16px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP1786 {
      width: 200px;
      height: 38.922px;
      top: 7.184px;
      left: 62px;
    }
    #BOX1790 {
      width: 53.2904px;
      height: 53.2903px;
      top: 0px;
      left: 0px;
    }
    #BOX1790 > .ladi-box {
      border-style: solid;
      border-color: #650904;
      border-width: 1px;
      border-radius: 1000px;
    }
    #SHAPE1791 {
      width: 29.969px;
      height: 29.969px;
      top: 13.2903px;
      left: 11.259px;
    }
    #SHAPE1791 svg:last-child {
      fill: rgba(101, 9, 4, 1);
    }
    #GROUP1789 {
      width: 53.2904px;
      height: 53.2903px;
      top: 0px;
      left: 0px;
    }
    #GROUP1785 {
      width: 262px;
      height: 53.2903px;
      top: 169.997px;
      left: 16.499px;
    }
    #HEADLINE1794 {
      width: 200px;
      top: 22.968px;
      left: 0px;
    }
    #HEADLINE1794 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 14px;
      text-align: left;
      line-height: 1.2;
    }
    #HEADLINE1795 {
      width: 200px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE1795 > .ladi-headline {
      color: rgb(52, 4, 4);
      font-size: 16px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP1793 {
      width: 200px;
      height: 38.968px;
      top: 7.161px;
      left: 62px;
    }
    #BOX1797 {
      width: 53.2904px;
      height: 53.2903px;
      top: 0px;
      left: 0px;
    }
    #BOX1797 > .ladi-box {
      border-style: solid;
      border-color: #650904;
      border-width: 1px;
      border-radius: 1000px;
    }
    #SHAPE1798 {
      width: 36.0002px;
      height: 36.0002px;
      top: 7.6451px;
      left: 8.419px;
    }
    #SHAPE1798 svg:last-child {
      fill: rgba(101, 9, 4, 1);
    }
    #GROUP1796 {
      width: 53.2904px;
      height: 53.2903px;
      top: 0px;
      left: 0px;
    }
    #GROUP1792 {
      width: 262px;
      height: 53.2903px;
      top: 97.287px;
      left: 16.499px;
    }
    #BOX1801 {
      width: 53.2904px;
      height: 53.2903px;
      top: 0px;
      left: 0px;
    }
    #BOX1801 > .ladi-box {
      border-style: solid;
      border-color: #650904;
      border-width: 1px;
      border-radius: 1000px;
    }
    #SHAPE1802 {
      width: 28.9893px;
      height: 28.9892px;
      top: 13.1243px;
      left: 12.9964px;
    }
    #SHAPE1802 svg:last-child {
      fill: rgba(101, 9, 4, 1);
    }
    #GROUP1800 {
      width: 53.2904px;
      height: 53.2903px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE1804 {
      width: 173px;
      top: 23.031px;
      left: 0px;
    }
    #HEADLINE1804 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 14px;
      text-align: left;
      line-height: 1.2;
    }
    #HEADLINE1805 {
      width: 200px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE1805 > .ladi-headline {
      color: rgb(52, 4, 4);
      font-size: 16px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP1803 {
      width: 200px;
      height: 39.031px;
      top: 7.13px;
      left: 62px;
    }
    #GROUP1799 {
      width: 262px;
      height: 53.2903px;
      top: 24.287px;
      left: 16.499px;
    }
    #GROUP1776 {
      width: 380px;
      height: 320px;
      top: 576.5px;
      left: 428.5px;
    }
    #BOX1806 {
      width: 400px;
      height: 320px;
      top: 0px;
      left: 0px;
    }
    #BOX1806 > .ladi-box {
      background-color: rgb(238, 227, 215);
      border-style: dashed;
      border-color: rgb(52, 4, 4);
      border-width: 1px;
      border-radius: 5px;
    }
    #LIST_PARAGRAPH1807 {
      width: 380px;
      top: 10px;
      left: 10px;
    }
    #LIST_PARAGRAPH1807 > .ladi-list-paragraph {
      color: rgb(0, 0, 0);
      font-size: 16px;
      line-height: 1.6;
    }
    #LIST_PARAGRAPH1807 ul li {
      padding-left: 25px;
    }
    #LIST_PARAGRAPH1807 ul li:before {
      content: "";
      background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Asodipodi%3D%22http%3A%2F%2Fsodipodi.sourceforge.net%2FDTD%2Fsodipodi-0.dtd%22%20xmlns%3Ainkscape%3D%22http%3A%2F%2Fwww.inkscape.org%2Fnamespaces%2Finkscape%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%22100%25%22%20height%3D%22100%25%22%20class%3D%22%22%20fill%3D%22rgba(115%2C%2021%2C%2021%2C%201)%22%3E%3Cg%20transform%3D%22translate(0%2C-1028.3622)%22%3E%3Cpath%20style%3D%22%22%20d%3D%22M%205.0722656%200%20C%202.2623755%200%200%202.2623755%200%205.0722656%20L%200%2018.927734%20C%200%2021.737625%202.2623755%2024%205.0722656%2024%20L%2018.927734%2024%20C%2021.737625%2024%2024%2021.737625%2024%2018.927734%20L%2024%205.0722656%20C%2024%202.2623755%2021.737625%200%2018.927734%200%20L%205.0722656%200%20z%20M%2012.015625%206%20C%2013.335896%206.9716%2015.107306%206.888825%2016.865234%206.078125%20C%2017.099436%208.736025%2016.948934%2010.917344%2016.214844%2012.777344%20C%2015.464735%2014.677844%2014.089312%2016.3268%2012.015625%2018%20C%209.93862%2016.3264%208.541732%2014.680356%207.78125%2012.785156%20C%207.035785%2010.927356%206.8878164%208.7477719%207.1621094%206.0761719%20C%208.9213394%206.8891719%2010.693988%206.9714%2012.015625%206%20z%20M%2014.232422%209.9257812%20C%2014.103997%209.9257812%2013.977952%209.985825%2013.888672%2010.078125%20L%2011.25%2012.716797%20L%2010.111328%2011.578125%20C%209.7439624%2011.195525%209.0216736%2011.917756%209.4042969%2012.285156%20L%2010.896484%2013.779297%20C%2011.08175%2013.965497%2011.420203%2013.965497%2011.605469%2013.779297%20L%2014.595703%2010.783203%20C%2014.881144%2010.504203%2014.631463%209.9148813%2014.232422%209.9257812%20z%20%22%20transform%3D%22translate(0%2C1028.3622)%22%20fill-opacity%3D%221%22%20stroke%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
      width: 18px;
      height: 18px;
      top: 4px;
    }
    #GROUP1808 {
      width: 400px;
      height: 320px;
      top: 809.5px;
      left: 12.5px;
    }
    #LIST_PARAGRAPH1809 {
      width: 250px;
      top: 172.5px;
      left: 12.5px;
    }
    #LIST_PARAGRAPH1809 > .ladi-list-paragraph {
      color: rgb(0, 0, 0);
      font-size: 16px;
      line-height: 1.6;
    }
    #LIST_PARAGRAPH1809 ul li {
      padding-left: 25px;
    }
    #LIST_PARAGRAPH1809 ul li:before {
      content: "";
      background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20100%20100%22%20style%3D%22enable-background%3Anew%200%200%20100%20100%3B%22%20xml%3Aspace%3D%22preserve%22%20%20width%3D%22100%25%22%20height%3D%22100%25%22%20class%3D%22%22%20fill%3D%22rgba(115%2C%2021%2C%2021%2C%201)%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.cls-iVacuw%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%3C%2Fstyle%3E%3Cpath%20class%3D%22cls-iVacuw%22%20d%3D%22M49.5%2C89.5c-22.1%2C0-40-17.9-40-40c0-22.1%2C17.9-40%2C40-40c22.1%2C0%2C40%2C17.9%2C40%2C40C89.5%2C71.6%2C71.6%2C89.5%2C49.5%2C89.5z%20%20%20M67.6%2C36.4c-1.2-1.2-3.1-1.2-4.3%2C0L44.2%2C56l-8.5-8.8c-1.2-1.2-3.1-1.2-4.3%2C0c-1.2%2C1.2-1.2%2C3.2%2C0%2C4.4l10.7%2C11c1.2%2C1.2%2C3.1%2C1.2%2C4.3%2C0%20%20l21.3-21.8C68.8%2C39.6%2C68.8%2C37.6%2C67.6%2C36.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
      width: 18px;
      height: 18px;
      top: 4px;
    }
    #HEADLINE1811 {
      width: 380px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE1811 > .ladi-headline {
      color: #650904;
      font-size: 22px;
      text-align: center;
      line-height: 1.6;
    }
    #IMAGE1886 {
      width: 400px;
      height: 60px;
      top: 0px;
      left: 0px;
    }
    #IMAGE1886 > .ladi-image > .ladi-image-background {
      width: 849.24px;
      height: 600.413px;
      top: -164.217px;
      left: -200.24px;
      background-image: url("https://w.ladicdn.com/s1150x950/5eb1335ec310210e1b180020/bg_hamer_1-20210428052244.jpeg");
    }
    #IMAGE1886 > .ladi-image {
      box-shadow: 0px 0px 15px -4px rgba(249, 187, 0, 1);
      -webkit-box-shadow: 0px 0px 15px -4px rgba(249, 187, 0, 1);
      border-radius: 3px 3px 0px 0px;
    }
    #COUNTDOWN1888 {
      width: 149.05px;
      height: 25.07px;
      top: 0px;
      left: 0px;
    }
    #COUNTDOWN1888 > .ladi-countdown {
      font-family: "Oswald", sans-serif;
      color: #650904;
      font-size: 22px;
      text-align: center;
    }
    #COUNTDOWN1888 > .ladi-countdown > .ladi-element {
      width: calc((100% - 12px * 3) / 4);
      margin-right: 5px;
      height: 100%;
    }
    #COUNTDOWN1888 > .ladi-countdown .ladi-countdown-background {
      background-color: #f2cc90;
      border-radius: 3px;
    }
    #HEADLINE1893 {
      width: 30px;
      top: 24.4716px;
      left: 0.591469px;
    }
    #HEADLINE1893 > .ladi-headline {
      color: rgb(228, 228, 228);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE1894 {
      width: 30px;
      top: 24.4716px;
      left: 39.4312px;
    }
    #HEADLINE1894 > .ladi-headline {
      color: rgb(228, 228, 228);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE1895 {
      width: 30px;
      top: 24.4716px;
      left: 78.2705px;
    }
    #HEADLINE1895 > .ladi-headline {
      color: rgb(228, 228, 228);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE1896 {
      width: 30px;
      top: 24.4716px;
      left: 117.111px;
    }
    #HEADLINE1896 > .ladi-headline {
      color: rgb(228, 228, 228);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1887 {
      width: 149.05px;
      height: 43.4716px;
      top: 8.2766px;
      left: 239.475px;
    }
    #SHAPE1897 {
      width: 40px;
      height: 40px;
      top: 10.0124px;
      left: 10.475px;
    }
    #SHAPE1897 svg:last-child {
      fill: rgba(242, 204, 144, 1);
    }
    #PARAGRAPH1898 {
      width: 160px;
      top: 17.5124px;
      left: 65.475px;
    }
    #PARAGRAPH1898 > .ladi-paragraph {
      color: rgb(255, 255, 255);
      font-size: 16px;
      line-height: 1.6;
    }
    #GROUP1885 {
      width: 400px;
      height: 60px;
      top: 117.497px;
      left: 0px;
    }
    #BOX1900 {
      width: 400px;
      height: 21.0526px;
      top: 19.58px;
      left: 0px;
    }
    #BOX1900 > .ladi-box {
      background-color: rgb(228, 228, 228);
      border-radius: 100px;
    }
    #BOX1901 {
      width: 300px;
      height: 20px;
      top: 19.58px;
      left: 0px;
    }
    #BOX1901 > .ladi-box {
      background: rgba(242, 204, 144, 1);
      background: -webkit-linear-gradient(-90deg, rgba(242, 204, 144, 1), rgba(184, 155, 114, 1));
      background: linear-gradient(-90deg, rgba(242, 204, 144, 1), rgba(184, 155, 114, 1));
      box-shadow: 0px 0px 20px -4px rgba(249, 187, 0, 1);
      -webkit-box-shadow: 0px 0px 20px -4px rgba(249, 187, 0, 1);
      border-radius: 100px;
    }
    #PARAGRAPH1902 {
      width: 180px;
      top: 19.58px;
      left: 60px;
    }
    #PARAGRAPH1902 > .ladi-paragraph {
      color: #650904;
      font-size: 13px;
      font-style: italic;
      text-align: center;
      line-height: 1.6;
    }
    #PARAGRAPH1902.ladi-animation > .ladi-paragraph {
      animation-name: flash;
      -webkit-animation-name: flash;
      animation-delay: 0s;
      -webkit-animation-delay: 0s;
      animation-duration: 3s;
      -webkit-animation-duration: 3s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #IMAGE1903 {
      width: 47.5px;
      height: 47.5px;
      top: 0px;
      left: 271.5px;
    }
    #IMAGE1903 > .ladi-image > .ladi-image-background {
      width: 139.513px;
      height: 83.708px;
      top: -25px;
      left: -46px;
      background-image: url("https://w.ladicdn.com/5eb1335ec310210e1b180020/fire_brown-20210430044110.gif");
    }
    #GROUP1899 {
      width: 400px;
      height: 47.5px;
      top: 69.997px;
      left: 0px;
    }
    #BOX1905 {
      width: 400px;
      height: 60px;
      top: 2.5px;
      left: 0px;
    }
    #BOX1905 > .ladi-box {
      background: #fdfbfb;
      background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
      background: linear-gradient(180deg, #fdfbfb, #eaedee);
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px;
    }
    #PARAGRAPH1907 {
      width: 187px;
      top: 0px;
      left: 110px;
    }
    #PARAGRAPH1907 > .ladi-paragraph {
      color: #650904;
      font-size: 28px;
      font-weight: bold;
      text-align: right;
      line-height: 1.6;
    }
    #PARAGRAPH1908 {
      width: 110px;
      top: 22px;
      left: 0px;
    }
    #PARAGRAPH1908 > .ladi-paragraph {
      text-decoration-line: line-through;
      -webkit-text-decoration-line: line-through;
      color: rgb(84, 84, 84);
      font-size: 14px;
      text-align: right;
      line-height: 1.6;
    }
    #GROUP1906 {
      width: 297px;
      height: 45px;
      top: 10.5px;
      left: 17px;
    }
    #SHAPE1910 {
      width: 65px;
      height: 65px;
      top: 0px;
      left: 0px;
    }
    #SHAPE1910 svg:last-child {
      fill: rgba(217, 0, 7, 1);
    }
    #PARAGRAPH1911 {
      width: 38px;
      top: 20px;
      left: 4.875px;
    }
    #PARAGRAPH1911 > .ladi-paragraph {
      font-family: "Montserrat", sans-serif;
      color: rgb(255, 255, 255);
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1909 {
      width: 65px;
      height: 65px;
      top: 0px;
      left: 335px;
    }
    #GROUP1904 {
      width: 400px;
      height: 65px;
      top: 176px;
      left: 0px;
    }
    #HEADLINE1912 {
      width: 400px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE1912 > .ladi-headline {
      color: rgb(52, 4, 4);
      font-size: 22px;
      font-weight: bold;
      line-height: 1.6;
    }
    #GROUP1884 {
      width: 400px;
      height: 241px;
      top: 232.5px;
      left: 11.5px;
    }
    #IMAGE1913 {
      width: 200px;
      height: 200px;
      top: 0px;
      left: 211.5px;
    }
    #IMAGE1913 > .ladi-image > .ladi-image-background {
      width: 200px;
      height: 200px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s550x550/5eb1335ec310210e1b180020/keo-sam-hamer-usa-20210501062328.jpeg");
    }
    #BUTTON_TEXT1915 {
      width: 298px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT1915 > .ladi-headline {
      font-family: "Oswald", sans-serif;
      color: #f2cc90;
      font-size: 24px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #BUTTON1915 {
      width: 300px;
      height: 50px;
      top: 265px;
      left: 50px;
    }
    #BUTTON1915 > .ladi-button > .ladi-button-background {
      background-color: rgb(52, 4, 4);
    }
    #BUTTON1915 > .ladi-button {
      box-shadow: 0px 0px 20px -4px rgba(101, 9, 4, 1);
      -webkit-box-shadow: 0px 0px 20px -4px rgba(101, 9, 4, 1);
      border-style: dashed;
      border-color: #f2cc90;
      border-width: 1px;
      border-radius: 3px;
    }
    #BUTTON1915.ladi-animation > .ladi-button {
      animation-name: pulse;
      -webkit-animation-name: pulse;
      animation-delay: 0s;
      -webkit-animation-delay: 0s;
      animation-duration: 3s;
      -webkit-animation-duration: 3s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #FORM_ITEM1917 {
      width: 400px;
      height: 45px;
      top: 0px;
      left: 0px;
    }
    #FORM_ITEM1918 {
      width: 400px;
      height: 45px;
      top: 50px;
      left: 0px;
    }
    #FORM_ITEM1919 {
      width: 400px;
      height: 60px;
      top: 200px;
      left: 0px;
    }
    #FORM_ITEM1920 {
      width: 400px;
      height: 45px;
      top: 150px;
      left: 0px;
    }
    #FORM_ITEM1921 {
      width: 400px;
      height: 45px;
      top: 100px;
      left: 0px;
    }
    #FORM1914 {
      width: 400px;
      height: 315px;
      top: 483px;
      left: 11.5px;
    }
    #FORM1914 > .ladi-form {
      color: rgb(132, 132, 132);
      font-size: 16px;
      letter-spacing: 0px;
      line-height: 1.6;
    }
    #FORM1914 .ladi-form-item .ladi-form-control::placeholder,
    #FORM1914 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"] {
      color: rgba(132, 132, 132, 1.0);
    }
    #FORM1914 .ladi-form-item {
      padding-left: 8px;
      padding-right: 8px;
    }
    #FORM1914 .ladi-form-item.ladi-form-checkbox {
      padding-left: 13px;
      padding-right: 13px;
    }
    #FORM1914 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
      background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgba(132%2C%20132%2C%20132%2C%201.0)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
    }
    #FORM1914 .ladi-form-item-container,
    #FORM1914 .ladi-form-label-container .ladi-form-label-item {
      border-style: solid;
      border-color: rgb(132, 132, 132);
      border-width: 1px;
      border-radius: 3px;
    }
    #FORM1914 .ladi-form-item-container .ladi-form-quantity button {
      background-color: rgb(132, 132, 132);
    }
    #FORM1914 .ladi-form-item-background {
      background-color: rgb(255, 255, 255);
      border-radius: 2px
    }
    #BOX1926 {
      width: 400px;
      height: 320px;
      top: 0px;
      left: 0px;
    }
    #BOX1926 > .ladi-box {
      background-color: rgb(238, 238, 238);
      border-style: solid;
      border-color: rgb(184, 155, 114);
      border-width: 1px;
      border-radius: 3px;
    }
    #HEADLINE1929 {
      width: 290px;
      top: 23.062px;
      left: 0px;
    }
    #HEADLINE1929 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 14px;
      text-align: left;
      line-height: 1.2;
    }
    #HEADLINE1930 {
      width: 200px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE1930 > .ladi-headline {
      color: rgb(52, 4, 4);
      font-size: 16px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP1928 {
      width: 290px;
      height: 39.062px;
      top: 7.114px;
      left: 62px;
    }
    #BOX1932 {
      width: 53.2904px;
      height: 53.2903px;
      top: 0px;
      left: 0px;
    }
    #BOX1932 > .ladi-box {
      border-style: solid;
      border-color: #650904;
      border-width: 1px;
      border-radius: 1000px;
    }
    #SHAPE1933 {
      width: 33.3px;
      height: 33.3px;
      top: 8.9951px;
      left: 10.499px;
    }
    #SHAPE1933 svg:last-child {
      fill: rgba(115, 21, 21, 1);
    }
    #GROUP1931 {
      width: 53.2904px;
      height: 53.2903px;
      top: 0px;
      left: 0px;
    }
    #GROUP1927 {
      width: 352px;
      height: 53.2903px;
      top: 242.432px;
      left: 16.499px;
    }
    #HEADLINE1936 {
      width: 200px;
      top: 22.922px;
      left: 0px;
    }
    #HEADLINE1936 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 14px;
      text-align: left;
      line-height: 1.2;
    }
    #HEADLINE1937 {
      width: 200px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE1937 > .ladi-headline {
      color: rgb(52, 4, 4);
      font-size: 16px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP1935 {
      width: 200px;
      height: 38.922px;
      top: 7.184px;
      left: 62px;
    }
    #BOX1939 {
      width: 53.2904px;
      height: 53.2903px;
      top: 0px;
      left: 0px;
    }
    #BOX1939 > .ladi-box {
      border-style: solid;
      border-color: #650904;
      border-width: 1px;
      border-radius: 1000px;
    }
    #SHAPE1940 {
      width: 29.969px;
      height: 29.969px;
      top: 13.2903px;
      left: 11.259px;
    }
    #SHAPE1940 svg:last-child {
      fill: rgba(101, 9, 4, 1);
    }
    #GROUP1938 {
      width: 53.2904px;
      height: 53.2903px;
      top: 0px;
      left: 0px;
    }
    #GROUP1934 {
      width: 262px;
      height: 53.2903px;
      top: 169.997px;
      left: 16.499px;
    }
    #HEADLINE1943 {
      width: 200px;
      top: 22.968px;
      left: 0px;
    }
    #HEADLINE1943 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 14px;
      text-align: left;
      line-height: 1.2;
    }
    #HEADLINE1944 {
      width: 200px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE1944 > .ladi-headline {
      color: rgb(52, 4, 4);
      font-size: 16px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP1942 {
      width: 200px;
      height: 38.968px;
      top: 7.161px;
      left: 62px;
    }
    #BOX1946 {
      width: 53.2904px;
      height: 53.2903px;
      top: 0px;
      left: 0px;
    }
    #BOX1946 > .ladi-box {
      border-style: solid;
      border-color: #650904;
      border-width: 1px;
      border-radius: 1000px;
    }
    #SHAPE1947 {
      width: 36.0002px;
      height: 36.0002px;
      top: 7.6451px;
      left: 8.419px;
    }
    #SHAPE1947 svg:last-child {
      fill: rgba(101, 9, 4, 1);
    }
    #GROUP1945 {
      width: 53.2904px;
      height: 53.2903px;
      top: 0px;
      left: 0px;
    }
    #GROUP1941 {
      width: 262px;
      height: 53.2903px;
      top: 97.287px;
      left: 16.499px;
    }
    #BOX1950 {
      width: 53.2904px;
      height: 53.2903px;
      top: 0px;
      left: 0px;
    }
    #BOX1950 > .ladi-box {
      border-style: solid;
      border-color: #650904;
      border-width: 1px;
      border-radius: 1000px;
    }
    #SHAPE1951 {
      width: 28.9893px;
      height: 28.9892px;
      top: 13.1243px;
      left: 12.9964px;
    }
    #SHAPE1951 svg:last-child {
      fill: rgba(101, 9, 4, 1);
    }
    #GROUP1949 {
      width: 53.2904px;
      height: 53.2903px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE1953 {
      width: 173px;
      top: 23.031px;
      left: 0px;
    }
    #HEADLINE1953 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 14px;
      text-align: left;
      line-height: 1.2;
    }
    #HEADLINE1954 {
      width: 200px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE1954 > .ladi-headline {
      color: rgb(52, 4, 4);
      font-size: 16px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP1952 {
      width: 200px;
      height: 39.031px;
      top: 7.13px;
      left: 62px;
    }
    #GROUP1948 {
      width: 262px;
      height: 53.2903px;
      top: 24.287px;
      left: 16.499px;
    }
    #GROUP1925 {
      width: 400px;
      height: 320px;
      top: 1139.5px;
      left: 11.5px;
    }
    #BOX1956 {
      width: 400px;
      height: 320px;
      top: 0px;
      left: 0px;
    }
    #BOX1956 > .ladi-box {
      background-color: rgb(238, 227, 215);
      border-style: dashed;
      border-color: rgb(52, 4, 4);
      border-width: 1px;
      border-radius: 5px;
    }
    #LIST_PARAGRAPH1957 {
      width: 380px;
      top: 10px;
      left: 10px;
    }
    #LIST_PARAGRAPH1957 > .ladi-list-paragraph {
      color: rgb(0, 0, 0);
      font-size: 16px;
      line-height: 1.6;
    }
    #LIST_PARAGRAPH1957 ul li {
      padding-left: 25px;
    }
    #LIST_PARAGRAPH1957 ul li:before {
      content: "";
      background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Asodipodi%3D%22http%3A%2F%2Fsodipodi.sourceforge.net%2FDTD%2Fsodipodi-0.dtd%22%20xmlns%3Ainkscape%3D%22http%3A%2F%2Fwww.inkscape.org%2Fnamespaces%2Finkscape%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%22100%25%22%20height%3D%22100%25%22%20class%3D%22%22%20fill%3D%22rgba(115%2C%2021%2C%2021%2C%201)%22%3E%3Cg%20transform%3D%22translate(0%2C-1028.3622)%22%3E%3Cpath%20style%3D%22%22%20d%3D%22M%205.0722656%200%20C%202.2623755%200%200%202.2623755%200%205.0722656%20L%200%2018.927734%20C%200%2021.737625%202.2623755%2024%205.0722656%2024%20L%2018.927734%2024%20C%2021.737625%2024%2024%2021.737625%2024%2018.927734%20L%2024%205.0722656%20C%2024%202.2623755%2021.737625%200%2018.927734%200%20L%205.0722656%200%20z%20M%2012.015625%206%20C%2013.335896%206.9716%2015.107306%206.888825%2016.865234%206.078125%20C%2017.099436%208.736025%2016.948934%2010.917344%2016.214844%2012.777344%20C%2015.464735%2014.677844%2014.089312%2016.3268%2012.015625%2018%20C%209.93862%2016.3264%208.541732%2014.680356%207.78125%2012.785156%20C%207.035785%2010.927356%206.8878164%208.7477719%207.1621094%206.0761719%20C%208.9213394%206.8891719%2010.693988%206.9714%2012.015625%206%20z%20M%2014.232422%209.9257812%20C%2014.103997%209.9257812%2013.977952%209.985825%2013.888672%2010.078125%20L%2011.25%2012.716797%20L%2010.111328%2011.578125%20C%209.7439624%2011.195525%209.0216736%2011.917756%209.4042969%2012.285156%20L%2010.896484%2013.779297%20C%2011.08175%2013.965497%2011.420203%2013.965497%2011.605469%2013.779297%20L%2014.595703%2010.783203%20C%2014.881144%2010.504203%2014.631463%209.9148813%2014.232422%209.9257812%20z%20%22%20transform%3D%22translate(0%2C1028.3622)%22%20fill-opacity%3D%221%22%20stroke%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
      width: 18px;
      height: 18px;
      top: 4px;
    }
    #GROUP1955 {
      width: 400px;
      height: 320px;
      top: 809.5px;
      left: 11.5px;
    }
    #LIST_PARAGRAPH1958 {
      width: 250px;
      top: 172.5px;
      left: 11.5px;
    }
    #LIST_PARAGRAPH1958 > .ladi-list-paragraph {
      color: rgb(0, 0, 0);
      font-size: 16px;
      line-height: 1.6;
    }
    #LIST_PARAGRAPH1958 ul li {
      padding-left: 25px;
    }
    #LIST_PARAGRAPH1958 ul li:before {
      content: "";
      background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20100%20100%22%20style%3D%22enable-background%3Anew%200%200%20100%20100%3B%22%20xml%3Aspace%3D%22preserve%22%20%20width%3D%22100%25%22%20height%3D%22100%25%22%20class%3D%22%22%20fill%3D%22rgba(115%2C%2021%2C%2021%2C%201)%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.cls-iVacuw%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%3C%2Fstyle%3E%3Cpath%20class%3D%22cls-iVacuw%22%20d%3D%22M49.5%2C89.5c-22.1%2C0-40-17.9-40-40c0-22.1%2C17.9-40%2C40-40c22.1%2C0%2C40%2C17.9%2C40%2C40C89.5%2C71.6%2C71.6%2C89.5%2C49.5%2C89.5z%20%20%20M67.6%2C36.4c-1.2-1.2-3.1-1.2-4.3%2C0L44.2%2C56l-8.5-8.8c-1.2-1.2-3.1-1.2-4.3%2C0c-1.2%2C1.2-1.2%2C3.2%2C0%2C4.4l10.7%2C11c1.2%2C1.2%2C3.1%2C1.2%2C4.3%2C0%20%20l21.3-21.8C68.8%2C39.6%2C68.8%2C37.6%2C67.6%2C36.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
      width: 18px;
      height: 18px;
      top: 4px;
    }
    #POPUP1883 {
      width: 820px;
      height: 2040px;
      top: 0px;
      left: 0px;
      bottom: 0px;
      right: 0px;
      margin: auto;
      border-radius: 5px;
    }
    #POPUP1883 > .ladi-popup > .ladi-overlay {
      border-radius: 4px;
    }
    #POPUP1883 > .ladi-popup > .ladi-popup-background {
      background-color: rgb(255, 255, 255);
      border-radius: 4px;
    }
    #POPUP1883 > .ladi-popup {
     
    }
    #IMAGE2032 {
      width: 200px;
      height: 62.5px;
      top: 68.75px;
      left: 11.5px;
    }
    #IMAGE2032 > .ladi-image > .ladi-image-background {
      width: 200px;
      height: 62.5px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s550x400/5eb1335ec310210e1b180020/logo-hamer_red-20210428050213.png");
    }
    #HEADLINE2033 {
      width: 380px;
      top: 450.5px;
      left: 428.5px;
    }
    #HEADLINE2033 > .ladi-headline {
      color: #650904;
      font-size: 20px;
      font-weight: bold;
      line-height: 1.6;
    }
    #PARAGRAPH2034 {
      width: 380px;
      top: 524.5px;
      left: 428.5px;
    }
    #PARAGRAPH2034 > .ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 16px;
      line-height: 1.6;
    }
    #IMAGE2035 {
      width: 380px;
      height: 380px;
      top: 659px;
      left: 428.5px;
    }
    #IMAGE2035 > .ladi-image > .ladi-image-background {
      width: 380px;
      height: 380px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s700x700/5eb1335ec310210e1b180020/keo-sam-hamer-thong-tin-sai-20210501074937.jpeg");
    }
    #PARAGRAPH2037 {
      width: 380px;
      top: 1051.5px;
      left: 428.5px;
    }
    #PARAGRAPH2037 > .ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 16px;
      line-height: 1.6;
    }
    #IMAGE2038 {
      width: 380px;
      height: 285px;
      top: 1186px;
      left: 428.5px;
    }
    #IMAGE2038 > .ladi-image > .ladi-image-background {
      width: 380px;
      height: 285px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s700x600/5eb1335ec310210e1b180020/keo-sam-hamer-thong-tin-sai-6-20210501075209.jpeg");
    }
    #PARAGRAPH2118 {
      width: 380px;
      top: 1476.5px;
      left: 428.5px;
    }
    #PARAGRAPH2118 > .ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 16px;
      line-height: 1.6;
    }
    #IMAGE2119 {
      width: 380px;
      height: 206.72px;
      top: 1585.1px;
      left: 428.5px;
    }
    #IMAGE2119 > .ladi-image > .ladi-image-background {
      width: 380px;
      height: 206.72px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s700x550/5eb1335ec310210e1b180020/keo-sam-hamer-thong-tin-sai-7-20210501075615.jpeg");
    }
    #IMAGE2120 {
      width: 380px;
      height: 207.1px;
      top: 1813px;
      left: 428.5px;
    }
    #IMAGE2120 > .ladi-image > .ladi-image-background {
      width: 380px;
      height: 207.1px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s700x550/5eb1335ec310210e1b180020/keo-sam-hamer-thong-tin-sai-8-20210501075619.jpeg");
    }
    #IMAGE2161 {
      width: 400px;
      height: 60px;
      top: 0px;
      left: 0px;
    }
    #IMAGE2161 > .ladi-image > .ladi-image-background {
      width: 849.24px;
      height: 600.413px;
      top: -164.217px;
      left: -200.24px;
      background-image: url("https://w.ladicdn.com/s1150x950/5eb1335ec310210e1b180020/bg_hamer_1-20210428052244.jpeg");
    }
    #IMAGE2161 > .ladi-image {
      box-shadow: 0px 0px 15px -4px rgba(249, 187, 0, 1);
      -webkit-box-shadow: 0px 0px 15px -4px rgba(249, 187, 0, 1);
      border-radius: 3px 3px 0px 0px;
    }
    #COUNTDOWN2163 {
      width: 149.05px;
      height: 25.07px;
      top: 0px;
      left: 0px;
    }
    #COUNTDOWN2163 > .ladi-countdown {
      font-family: "Oswald", sans-serif;
      color: #650904;
      font-size: 22px;
      text-align: center;
    }
    #COUNTDOWN2163 > .ladi-countdown > .ladi-element {
      width: calc((100% - 12px * 3) / 4);
      margin-right: 5px;
      height: 100%;
    }
    #COUNTDOWN2163 > .ladi-countdown .ladi-countdown-background {
      background-color: #f2cc90;
      border-radius: 3px;
    }
    #HEADLINE2168 {
      width: 30px;
      top: 24.4716px;
      left: 0.591469px;
    }
    #HEADLINE2168 > .ladi-headline {
      color: rgb(228, 228, 228);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE2169 {
      width: 30px;
      top: 24.4716px;
      left: 39.4312px;
    }
    #HEADLINE2169 > .ladi-headline {
      color: rgb(228, 228, 228);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE2170 {
      width: 30px;
      top: 24.4716px;
      left: 78.2705px;
    }
    #HEADLINE2170 > .ladi-headline {
      color: rgb(228, 228, 228);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE2171 {
      width: 30px;
      top: 24.4716px;
      left: 117.111px;
    }
    #HEADLINE2171 > .ladi-headline {
      color: rgb(228, 228, 228);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP2162 {
      width: 149.05px;
      height: 43.4716px;
      top: 8.2766px;
      left: 239.475px;
    }
    #SHAPE2172 {
      width: 40px;
      height: 40px;
      top: 10.0124px;
      left: 10.475px;
    }
    #SHAPE2172 svg:last-child {
      fill: rgba(242, 204, 144, 1);
    }
    #PARAGRAPH2173 {
      width: 160px;
      top: 17.5124px;
      left: 65.475px;
    }
    #PARAGRAPH2173 > .ladi-paragraph {
      color: rgb(255, 255, 255);
      font-size: 16px;
      line-height: 1.6;
    }
    #GROUP2160 {
      width: 400px;
      height: 60px;
      top: 117.497px;
      left: 0px;
    }
    #BOX2175 {
      width: 400px;
      height: 21.0526px;
      top: 19.58px;
      left: 0px;
    }
    #BOX2175 > .ladi-box {
      background-color: rgb(228, 228, 228);
      border-radius: 100px;
    }
    #BOX2176 {
      width: 220px;
      height: 20px;
      top: 19.58px;
      left: 0px;
    }
    #BOX2176 > .ladi-box {
      background: rgba(242, 204, 144, 1);
      background: -webkit-linear-gradient(-90deg, rgba(242, 204, 144, 1), rgba(184, 155, 114, 1));
      background: linear-gradient(-90deg, rgba(242, 204, 144, 1), rgba(184, 155, 114, 1));
      box-shadow: 0px 0px 20px -4px rgba(249, 187, 0, 1);
      -webkit-box-shadow: 0px 0px 20px -4px rgba(249, 187, 0, 1);
      border-radius: 100px;
    }
    #PARAGRAPH2177 {
      width: 180px;
      top: 20.1063px;
      left: 20px;
    }
    #PARAGRAPH2177 > .ladi-paragraph {
      color: #650904;
      font-size: 13px;
      font-style: italic;
      text-align: center;
      line-height: 1.6;
    }
    #PARAGRAPH2177.ladi-animation > .ladi-paragraph {
      animation-name: flash;
      -webkit-animation-name: flash;
      animation-delay: 0s;
      -webkit-animation-delay: 0s;
      animation-duration: 3s;
      -webkit-animation-duration: 3s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #IMAGE2178 {
      width: 47.5px;
      height: 47.5px;
      top: 0px;
      left: 192.5px;
    }
    #IMAGE2178 > .ladi-image > .ladi-image-background {
      width: 139.513px;
      height: 83.708px;
      top: -25px;
      left: -46px;
      background-image: url("https://w.ladicdn.com/5eb1335ec310210e1b180020/fire_brown-20210430044110.gif");
    }
    #GROUP2174 {
      width: 400px;
      height: 47.5px;
      top: 69.997px;
      left: 0px;
    }
    #BOX2180 {
      width: 400px;
      height: 60px;
      top: 2.5px;
      left: 0px;
    }
    #BOX2180 > .ladi-box {
      background: #fdfbfb;
      background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
      background: linear-gradient(180deg, #fdfbfb, #eaedee);
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px;
    }
    #PARAGRAPH2182 {
      width: 187px;
      top: 0px;
      left: 110px;
    }
    #PARAGRAPH2182 > .ladi-paragraph {
      color: #650904;
      font-size: 28px;
      font-weight: bold;
      text-align: right;
      line-height: 1.6;
    }
    #PARAGRAPH2183 {
      width: 110px;
      top: 22px;
      left: 0px;
    }
    #PARAGRAPH2183 > .ladi-paragraph {
      text-decoration-line: line-through;
      -webkit-text-decoration-line: line-through;
      color: rgb(84, 84, 84);
      font-size: 14px;
      text-align: right;
      line-height: 1.6;
    }
    #GROUP2181 {
      width: 297px;
      height: 45px;
      top: 10.5px;
      left: 17px;
    }
    #SHAPE2185 {
      width: 65px;
      height: 65px;
      top: 0px;
      left: 0px;
    }
    #SHAPE2185 svg:last-child {
      fill: rgba(217, 0, 7, 1);
    }
    #PARAGRAPH2186 {
      width: 38px;
      top: 20px;
      left: 4.875px;
    }
    #PARAGRAPH2186 > .ladi-paragraph {
      font-family: "Montserrat", sans-serif;
      color: rgb(255, 255, 255);
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP2184 {
      width: 65px;
      height: 65px;
      top: 0px;
      left: 335px;
    }
    #GROUP2179 {
      width: 400px;
      height: 65px;
      top: 176px;
      left: 0px;
    }
    #HEADLINE2187 {
      width: 400px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE2187 > .ladi-headline {
      color: rgb(52, 4, 4);
      font-size: 22px;
      font-weight: bold;
      line-height: 1.6;
    }
    #GROUP2159 {
      width: 400px;
      height: 241px;
      top: 232.5px;
      left: 15px;
    }
    #IMAGE2188 {
      width: 200px;
      height: 200px;
      top: 0px;
      left: 215px;
    }
    #IMAGE2188 > .ladi-image > .ladi-image-background {
      width: 200px;
      height: 200px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s550x550/5eb1335ec310210e1b180020/keo-sam-hamer-e854a9-6-31dc2b6e-f5fb-454b-ab31-f4bda426626e-20210501062509.jpeg");
    }
    #BUTTON_TEXT2190 {
      width: 298px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT2190 > .ladi-headline {
      font-family: "Oswald", sans-serif;
      color: #f2cc90;
      font-size: 24px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #BUTTON2190 {
      width: 300px;
      height: 50px;
      top: 265px;
      left: 50px;
    }
    #BUTTON2190 > .ladi-button > .ladi-button-background {
      background-color: rgb(52, 4, 4);
    }
    #BUTTON2190 > .ladi-button {
      box-shadow: 0px 0px 20px -4px rgba(101, 9, 4, 1);
      -webkit-box-shadow: 0px 0px 20px -4px rgba(101, 9, 4, 1);
      border-style: dashed;
      border-color: #f2cc90;
      border-width: 1px;
      border-radius: 3px;
    }
    #BUTTON2190.ladi-animation > .ladi-button {
      animation-name: pulse;
      -webkit-animation-name: pulse;
      animation-delay: 0s;
      -webkit-animation-delay: 0s;
      animation-duration: 3s;
      -webkit-animation-duration: 3s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #FORM_ITEM2192 {
      width: 400px;
      height: 45px;
      top: 0px;
      left: 0px;
    }
    #FORM_ITEM2193 {
      width: 400px;
      height: 45px;
      top: 50px;
      left: 0px;
    }
    #FORM_ITEM2194 {
      width: 400px;
      height: 60px;
      top: 200px;
      left: 0px;
    }
    #FORM_ITEM2195 {
      width: 400px;
      height: 45px;
      top: 150px;
      left: 0px;
    }
    #FORM_ITEM2196 {
      width: 400px;
      height: 45px;
      top: 100px;
      left: 0px;
    }
    #FORM2189 {
      width: 400px;
      height: 315px;
      top: 483px;
      left: 15px;
    }
    #FORM2189 > .ladi-form {
      color: rgb(132, 132, 132);
      font-size: 16px;
      letter-spacing: 0px;
      line-height: 1.6;
    }
    #FORM2189 .ladi-form-item .ladi-form-control::placeholder,
    #FORM2189 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"] {
      color: rgba(132, 132, 132, 1.0);
    }
    #FORM2189 .ladi-form-item {
      padding-left: 8px;
      padding-right: 8px;
    }
    #FORM2189 .ladi-form-item.ladi-form-checkbox {
      padding-left: 13px;
      padding-right: 13px;
    }
    #FORM2189 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
      background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgba(132%2C%20132%2C%20132%2C%201.0)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
    }
    #FORM2189 .ladi-form-item-container,
    #FORM2189 .ladi-form-label-container .ladi-form-label-item {
      border-style: solid;
      border-color: rgb(132, 132, 132);
      border-width: 1px;
      border-radius: 3px;
    }
    #FORM2189 .ladi-form-item-container .ladi-form-quantity button {
      background-color: rgb(132, 132, 132);
    }
    #FORM2189 .ladi-form-item-background {
      background-color: rgb(255, 255, 255);
      border-radius: 2px
    }
    #BOX2201 {
      width: 380px;
      height: 320px;
      top: 0px;
      left: 0px;
    }
    #BOX2201 > .ladi-box {
      background-color: rgb(238, 238, 238);
      border-style: solid;
      border-color: rgb(184, 155, 114);
      border-width: 1px;
      border-radius: 3px;
    }
    #HEADLINE2204 {
      width: 290px;
      top: 23.062px;
      left: 0px;
    }
    #HEADLINE2204 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 14px;
      text-align: left;
      line-height: 1.2;
    }
    #HEADLINE2205 {
      width: 200px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE2205 > .ladi-headline {
      color: rgb(52, 4, 4);
      font-size: 16px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP2203 {
      width: 290px;
      height: 39.062px;
      top: 7.114px;
      left: 62px;
    }
    #BOX2207 {
      width: 53.2904px;
      height: 53.2903px;
      top: 0px;
      left: 0px;
    }
    #BOX2207 > .ladi-box {
      border-style: solid;
      border-color: #650904;
      border-width: 1px;
      border-radius: 1000px;
    }
    #SHAPE2208 {
      width: 33.3px;
      height: 33.3px;
      top: 8.9951px;
      left: 10.499px;
    }
    #SHAPE2208 svg:last-child {
      fill: rgba(115, 21, 21, 1);
    }
    #GROUP2206 {
      width: 53.2904px;
      height: 53.2903px;
      top: 0px;
      left: 0px;
    }
    #GROUP2202 {
      width: 352px;
      height: 53.2903px;
      top: 242.432px;
      left: 16.499px;
    }
    #HEADLINE2211 {
      width: 200px;
      top: 22.922px;
      left: 0px;
    }
    #HEADLINE2211 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 14px;
      text-align: left;
      line-height: 1.2;
    }
    #HEADLINE2212 {
      width: 200px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE2212 > .ladi-headline {
      color: rgb(52, 4, 4);
      font-size: 16px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP2210 {
      width: 200px;
      height: 38.922px;
      top: 7.184px;
      left: 62px;
    }
    #BOX2214 {
      width: 53.2904px;
      height: 53.2903px;
      top: 0px;
      left: 0px;
    }
    #BOX2214 > .ladi-box {
      border-style: solid;
      border-color: #650904;
      border-width: 1px;
      border-radius: 1000px;
    }
    #SHAPE2215 {
      width: 29.969px;
      height: 29.969px;
      top: 13.2903px;
      left: 11.259px;
    }
    #SHAPE2215 svg:last-child {
      fill: rgba(101, 9, 4, 1);
    }
    #GROUP2213 {
      width: 53.2904px;
      height: 53.2903px;
      top: 0px;
      left: 0px;
    }
    #GROUP2209 {
      width: 262px;
      height: 53.2903px;
      top: 169.997px;
      left: 16.499px;
    }
    #HEADLINE2218 {
      width: 200px;
      top: 22.968px;
      left: 0px;
    }
    #HEADLINE2218 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 14px;
      text-align: left;
      line-height: 1.2;
    }
    #HEADLINE2219 {
      width: 200px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE2219 > .ladi-headline {
      color: rgb(52, 4, 4);
      font-size: 16px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP2217 {
      width: 200px;
      height: 38.968px;
      top: 7.161px;
      left: 62px;
    }
    #BOX2221 {
      width: 53.2904px;
      height: 53.2903px;
      top: 0px;
      left: 0px;
    }
    #BOX2221 > .ladi-box {
      border-style: solid;
      border-color: #650904;
      border-width: 1px;
      border-radius: 1000px;
    }
    #SHAPE2222 {
      width: 36.0002px;
      height: 36.0002px;
      top: 7.6451px;
      left: 8.419px;
    }
    #SHAPE2222 svg:last-child {
      fill: rgba(101, 9, 4, 1);
    }
    #GROUP2220 {
      width: 53.2904px;
      height: 53.2903px;
      top: 0px;
      left: 0px;
    }
    #GROUP2216 {
      width: 262px;
      height: 53.2903px;
      top: 97.287px;
      left: 16.499px;
    }
    #BOX2225 {
      width: 53.2904px;
      height: 53.2903px;
      top: 0px;
      left: 0px;
    }
    #BOX2225 > .ladi-box {
      border-style: solid;
      border-color: #650904;
      border-width: 1px;
      border-radius: 1000px;
    }
    #SHAPE2226 {
      width: 28.9893px;
      height: 28.9892px;
      top: 13.1243px;
      left: 12.9964px;
    }
    #SHAPE2226 svg:last-child {
      fill: rgba(101, 9, 4, 1);
    }
    #GROUP2224 {
      width: 53.2904px;
      height: 53.2903px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE2228 {
      width: 173px;
      top: 23.031px;
      left: 0px;
    }
    #HEADLINE2228 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 14px;
      text-align: left;
      line-height: 1.2;
    }
    #HEADLINE2229 {
      width: 200px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE2229 > .ladi-headline {
      color: rgb(52, 4, 4);
      font-size: 16px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP2227 {
      width: 200px;
      height: 39.031px;
      top: 7.13px;
      left: 62px;
    }
    #GROUP2223 {
      width: 262px;
      height: 53.2903px;
      top: 24.287px;
      left: 16.499px;
    }
    #GROUP2200 {
      width: 380px;
      height: 320px;
      top: 573.5px;
      left: 425px;
    }
    #BOX2231 {
      width: 400px;
      height: 320px;
      top: 0px;
      left: 0px;
    }
    #BOX2231 > .ladi-box {
      background-color: rgb(238, 227, 215);
      border-style: dashed;
      border-color: rgb(52, 4, 4);
      border-width: 1px;
      border-radius: 5px;
    }
    #LIST_PARAGRAPH2232 {
      width: 380px;
      top: 10px;
      left: 10px;
    }
    #LIST_PARAGRAPH2232 > .ladi-list-paragraph {
      color: rgb(0, 0, 0);
      font-size: 16px;
      line-height: 1.6;
    }
    #LIST_PARAGRAPH2232 ul li {
      padding-left: 25px;
    }
    #LIST_PARAGRAPH2232 ul li:before {
      content: "";
      background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Asodipodi%3D%22http%3A%2F%2Fsodipodi.sourceforge.net%2FDTD%2Fsodipodi-0.dtd%22%20xmlns%3Ainkscape%3D%22http%3A%2F%2Fwww.inkscape.org%2Fnamespaces%2Finkscape%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%22100%25%22%20height%3D%22100%25%22%20class%3D%22%22%20fill%3D%22rgba(115%2C%2021%2C%2021%2C%201)%22%3E%3Cg%20transform%3D%22translate(0%2C-1028.3622)%22%3E%3Cpath%20style%3D%22%22%20d%3D%22M%205.0722656%200%20C%202.2623755%200%200%202.2623755%200%205.0722656%20L%200%2018.927734%20C%200%2021.737625%202.2623755%2024%205.0722656%2024%20L%2018.927734%2024%20C%2021.737625%2024%2024%2021.737625%2024%2018.927734%20L%2024%205.0722656%20C%2024%202.2623755%2021.737625%200%2018.927734%200%20L%205.0722656%200%20z%20M%2012.015625%206%20C%2013.335896%206.9716%2015.107306%206.888825%2016.865234%206.078125%20C%2017.099436%208.736025%2016.948934%2010.917344%2016.214844%2012.777344%20C%2015.464735%2014.677844%2014.089312%2016.3268%2012.015625%2018%20C%209.93862%2016.3264%208.541732%2014.680356%207.78125%2012.785156%20C%207.035785%2010.927356%206.8878164%208.7477719%207.1621094%206.0761719%20C%208.9213394%206.8891719%2010.693988%206.9714%2012.015625%206%20z%20M%2014.232422%209.9257812%20C%2014.103997%209.9257812%2013.977952%209.985825%2013.888672%2010.078125%20L%2011.25%2012.716797%20L%2010.111328%2011.578125%20C%209.7439624%2011.195525%209.0216736%2011.917756%209.4042969%2012.285156%20L%2010.896484%2013.779297%20C%2011.08175%2013.965497%2011.420203%2013.965497%2011.605469%2013.779297%20L%2014.595703%2010.783203%20C%2014.881144%2010.504203%2014.631463%209.9148813%2014.232422%209.9257812%20z%20%22%20transform%3D%22translate(0%2C1028.3622)%22%20fill-opacity%3D%221%22%20stroke%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
      width: 18px;
      height: 18px;
      top: 4px;
    }
    #GROUP2230 {
      width: 400px;
      height: 320px;
      top: 809.5px;
      left: 15px;
    }
    #LIST_PARAGRAPH2233 {
      width: 250px;
      top: 172.5px;
      left: 15px;
    }
    #LIST_PARAGRAPH2233 > .ladi-list-paragraph {
      color: rgb(0, 0, 0);
      font-size: 16px;
      line-height: 1.6;
    }
    #LIST_PARAGRAPH2233 ul li {
      padding-left: 25px;
    }
    #LIST_PARAGRAPH2233 ul li:before {
      content: "";
      background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20100%20100%22%20style%3D%22enable-background%3Anew%200%200%20100%20100%3B%22%20xml%3Aspace%3D%22preserve%22%20%20width%3D%22100%25%22%20height%3D%22100%25%22%20class%3D%22%22%20fill%3D%22rgba(115%2C%2021%2C%2021%2C%201)%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.cls-iVacuw%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%3C%2Fstyle%3E%3Cpath%20class%3D%22cls-iVacuw%22%20d%3D%22M49.5%2C89.5c-22.1%2C0-40-17.9-40-40c0-22.1%2C17.9-40%2C40-40c22.1%2C0%2C40%2C17.9%2C40%2C40C89.5%2C71.6%2C71.6%2C89.5%2C49.5%2C89.5z%20%20%20M67.6%2C36.4c-1.2-1.2-3.1-1.2-4.3%2C0L44.2%2C56l-8.5-8.8c-1.2-1.2-3.1-1.2-4.3%2C0c-1.2%2C1.2-1.2%2C3.2%2C0%2C4.4l10.7%2C11c1.2%2C1.2%2C3.1%2C1.2%2C4.3%2C0%20%20l21.3-21.8C68.8%2C39.6%2C68.8%2C37.6%2C67.6%2C36.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
      width: 18px;
      height: 18px;
      top: 4px;
    }
    #POPUP2158 {
      width: 820px;
      height: 1144px;
      top: 0px;
      left: 0px;
      bottom: 0px;
      right: 0px;
      margin: auto;
      border-radius: 5px;
    }
    #POPUP2158 > .ladi-popup > .ladi-overlay {
      border-radius: 4px;
    }
    #POPUP2158 > .ladi-popup > .ladi-popup-background {
      background-color: rgb(255, 255, 255);
      border-radius: 4px;
    }
    #POPUP2158 > .ladi-popup {
    
    }
    #IMAGE2307 {
      width: 200px;
      height: 62.5px;
      top: 68.75px;
      left: 15px;
    }
    #IMAGE2307 > .ladi-image > .ladi-image-background {
      width: 200px;
      height: 62.5px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s550x400/5eb1335ec310210e1b180020/logo-hamer_red-20210428050213.png");
    }
    #POPUP2381 {
      width: 400px;
      height: 560px;
      top: 0px;
      left: 0px;
      bottom: 0px;
      right: 0px;
      margin: auto;
      border-radius: 3px;
    }
    #POPUP2381 > .ladi-popup > .ladi-overlay {
      border-radius: 3px;
    }
    #POPUP2381 > .ladi-popup > .ladi-popup-background {
      background-image: url("https://w.ladicdn.com/s400x560/5eb1335ec310210e1b180020/bg_menu_1-20210502053839.jpg");
      background-position: center top;
      background-repeat: repeat;
      border-radius: 3px;
    }
    #BUTTON2382 {
      width: 400px;
      height: 40px;
      top: 0px;
      left: 0px;
    }
    #BUTTON2382 > .ladi-button > .ladi-button-background {
      opacity: 0.6;
    }
    #BUTTON_TEXT2382 {
      width: 400px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT2382 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #BUTTON_TEXT2383 {
      width: 400px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT2383 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #BUTTON2383 {
      width: 400px;
      height: 40px;
      top: 57px;
      left: 0px;
    }
    #BUTTON_TEXT2387 {
      width: 400px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT2387 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #BUTTON2387 {
      width: 400px;
      height: 40px;
      top: 114px;
      left: 0px;
    }
    #BUTTON2387 > .ladi-button > .ladi-button-background {
      opacity: 0.6;
    }
    #BUTTON_TEXT2389 {
      width: 400px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT2389 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #BUTTON2389 {
      width: 400px;
      height: 40px;
      top: 171px;
      left: 0px;
    }
    #BUTTON_TEXT2392 {
      width: 400px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT2392 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #BUTTON2392 {
      width: 400px;
      height: 40px;
      top: 228px;
      left: 0px;
    }
    #BUTTON2392 > .ladi-button > .ladi-button-background {
      opacity: 0.6;
    }
    #BUTTON_TEXT2394 {
      width: 298px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT2394 > .ladi-headline {
      color: rgb(52, 4, 4);
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #BUTTON2394 {
      width: 300px;
      height: 45px;
      top: 485px;
      left: 50px;
    }
    #BUTTON2394 > .ladi-button > .ladi-button-background {
      background-color: #f2cc90;
    }
    #BUTTON2394 > .ladi-button {
      box-shadow: 0px 0px 15px -4px rgba(242, 204, 144, 1);
      -webkit-box-shadow: 0px 0px 15px -4px rgba(242, 204, 144, 1);
      border-style: dashed;
      border-color: rgb(255, 255, 255);
      border-width: 1px;
      border-radius: 3px;
    }
    #IMAGE2396 {
      width: 200px;
      height: 62.5px;
      top: 30px;
      left: 100px;
    }
    #IMAGE2396 > .ladi-image > .ladi-image-background {
      width: 200px;
      height: 62.5px;
      top: 0px;
      left: 0px;
      background-image: url("../images/logo-hamer_white-20210428050213.png");
    }
    #BUTTON_TEXT2397 {
      width: 400px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT2397 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #BUTTON2397 {
      width: 400px;
      height: 40px;
      top: 285px;
      left: 0px;
    }
    #LINE2401 {
      width: 380px;
      top: 40px;
      left: 10px;
    }
    #LINE2401 > .ladi-line > .ladi-line-container {
      border-top: 1px dashed rgb(84, 84, 84);
      border-right: 1px dashed rgb(84, 84, 84);
      border-bottom: 1px dashed rgb(84, 84, 84);
      border-left: 0px !important;
    }
    #LINE2401 > .ladi-line {
      width: 100%;
      padding: 8px 0px;
    }
    #LINE2402 {
      width: 380px;
      top: 97px;
      left: 10px;
    }
    #LINE2402 > .ladi-line > .ladi-line-container {
      border-top: 1px dashed rgb(84, 84, 84);
      border-right: 1px dashed rgb(84, 84, 84);
      border-bottom: 1px dashed rgb(84, 84, 84);
      border-left: 0px !important;
    }
    #LINE2402 > .ladi-line {
      width: 100%;
      padding: 8px 0px;
    }
    #LINE2403 {
      width: 380px;
      top: 154px;
      left: 10px;
    }
    #LINE2403 > .ladi-line > .ladi-line-container {
      border-top: 1px dashed rgb(84, 84, 84);
      border-right: 1px dashed rgb(84, 84, 84);
      border-bottom: 1px dashed rgb(84, 84, 84);
      border-left: 0px !important;
    }
    #LINE2403 > .ladi-line {
      width: 100%;
      padding: 8px 0px;
    }
    #LINE2404 {
      width: 380px;
      top: 211px;
      left: 10px;
    }
    #LINE2404 > .ladi-line > .ladi-line-container {
      border-top: 1px dashed rgb(84, 84, 84);
      border-right: 1px dashed rgb(84, 84, 84);
      border-bottom: 1px dashed rgb(84, 84, 84);
      border-left: 0px !important;
    }
    #LINE2404 > .ladi-line {
      width: 100%;
      padding: 8px 0px;
    }
    #LINE2405 {
      width: 380px;
      top: 268px;
      left: 10px;
    }
    #LINE2405 > .ladi-line > .ladi-line-container {
      border-top: 1px dashed rgb(84, 84, 84);
      border-right: 1px dashed rgb(84, 84, 84);
      border-bottom: 1px dashed rgb(84, 84, 84);
      border-left: 0px !important;
    }
    #LINE2405 > .ladi-line {
      width: 100%;
      padding: 8px 0px;
    }
    #GROUP2406 {
      width: 400px;
      height: 325px;
      top: 121.125px;
      left: 0px;
    }
    #BOX2407 {
      width: 400px;
      height: 560px;
      top: 0px;
      left: 0px;
    }
    #BOX2407 > .ladi-box > .ladi-overlay {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s750x900/5eb1335ec310210e1b180020/sex-bg-20200504091241-20210502053927.png");
      background-position: center top;
      background-repeat: repeat;
      opacity: 0.4;
    }
    #BOX2407 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-position: center top;
      background-repeat: repeat;
      border-radius: 3px;
    }
    #SECTION2408 {
      height: 843.3px;
    }
    #SECTION2408 > .ladi-section-background {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s1440x843/5eb1335ec310210e1b180020/bg_hamer_2-20210428065447.jpeg");
      background-position: center top;
      background-repeat: repeat;
    }
    #SECTION2408 .ladi-section-arrow-down {
      background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #IMAGE2411 {
      width: 400px;
      height: 60px;
      top: 0px;
      left: 0px;
    }
    #IMAGE2411 > .ladi-image > .ladi-image-background {
      width: 849.24px;
      height: 600.413px;
      top: -164.217px;
      left: -200.24px;
      background-image: url("https://w.ladicdn.com/s1150x950/5eb1335ec310210e1b180020/bg_menu_1-20210502053839.jpg");
    }
    #IMAGE2411 > .ladi-image {
      box-shadow: 0px 0px 15px -4px rgba(249, 187, 0, 1);
      -webkit-box-shadow: 0px 0px 15px -4px rgba(249, 187, 0, 1);
      border-radius: 3px 3px 0px 0px;
    }
    #COUNTDOWN2413 {
      width: 149.05px;
      height: 25.07px;
      top: 0px;
      left: 0px;
    }
    #COUNTDOWN2413 > .ladi-countdown {
      font-family: "Oswald", sans-serif;
      color: #650904;
      font-size: 22px;
      text-align: center;
    }
    #COUNTDOWN2413 > .ladi-countdown > .ladi-element {
      width: calc((100% - 12px * 3) / 4);
      margin-right: 5px;
      height: 100%;
    }
    #COUNTDOWN2413 > .ladi-countdown .ladi-countdown-background {
      background-color: #f2cc90;
      border-radius: 3px;
    }
    #HEADLINE2418 {
      width: 30px;
      top: 24.4716px;
      left: 0.591469px;
    }
    #HEADLINE2418 > .ladi-headline {
      color: rgb(228, 228, 228);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE2419 {
      width: 30px;
      top: 24.4716px;
      left: 39.4312px;
    }
    #HEADLINE2419 > .ladi-headline {
      color: rgb(228, 228, 228);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE2420 {
      width: 30px;
      top: 24.4716px;
      left: 78.2705px;
    }
    #HEADLINE2420 > .ladi-headline {
      color: rgb(228, 228, 228);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE2421 {
      width: 30px;
      top: 24.4716px;
      left: 117.111px;
    }
    #HEADLINE2421 > .ladi-headline {
      color: rgb(228, 228, 228);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP2412 {
      width: 149.05px;
      height: 43.4716px;
      top: 8.2766px;
      left: 239.475px;
    }
    #SHAPE2422 {
      width: 40px;
      height: 40px;
      top: 10.0124px;
      left: 10.475px;
    }
    #SHAPE2422 svg:last-child {
      fill: rgba(242, 204, 144, 1);
    }
    #PARAGRAPH2423 {
      width: 160px;
      top: 17.5124px;
      left: 65.475px;
    }
    #PARAGRAPH2423 > .ladi-paragraph {
      color: rgb(255, 255, 255);
      font-size: 16px;
      line-height: 1.6;
    }
    #GROUP2410 {
      width: 400px;
      height: 60px;
      top: 179.497px;
      left: 20px;
    }
    #BOX2425 {
      width: 260px;
      height: 21.0526px;
      top: 19.58px;
      left: 0px;
    }
    #BOX2425 > .ladi-box {
      background-color: rgb(228, 228, 228);
      border-radius: 100px;
    }
    #BOX2426 {
      width: 220px;
      height: 20px;
      top: 19.58px;
      left: 0px;
    }
    #BOX2426 > .ladi-box {
      background: rgba(242, 204, 144, 1);
      background: -webkit-linear-gradient(-90deg, rgba(242, 204, 144, 1), rgba(184, 155, 114, 1));
      background: linear-gradient(-90deg, rgba(242, 204, 144, 1), rgba(184, 155, 114, 1));
      box-shadow: 0px 0px 20px -4px rgba(249, 187, 0, 1);
      -webkit-box-shadow: 0px 0px 20px -4px rgba(249, 187, 0, 1);
      border-radius: 100px;
    }
    #PARAGRAPH2427 {
      width: 180px;
      top: 20.1063px;
      left: 15px;
    }
    #PARAGRAPH2427 > .ladi-paragraph {
      color: #650904;
      font-size: 13px;
      font-style: italic;
      text-align: center;
      line-height: 1.6;
    }
    #PARAGRAPH2427.ladi-animation > .ladi-paragraph {
      animation-name: flash;
      -webkit-animation-name: flash;
      animation-delay: 0s;
      -webkit-animation-delay: 0s;
      animation-duration: 3s;
      -webkit-animation-duration: 3s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #IMAGE2428 {
      width: 47.5px;
      height: 47.5px;
      top: 0px;
      left: 195px;
    }
    #IMAGE2428 > .ladi-image > .ladi-image-background {
      width: 139.513px;
      height: 83.708px;
      top: -25px;
      left: -46px;
      background-image: url("https://w.ladicdn.com/5eb1335ec310210e1b180020/fire_brown-20210430044110.gif");
    }
    #GROUP2424 {
      width: 260px;
      height: 47.5px;
      top: 308.647px;
      left: 0px;
    }
    #BOX2438 {
      width: 440px;
      height: 600px;
      top: 0px;
      left: 0px;
    }
    #BOX2438 > .ladi-box > .ladi-overlay {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s750x950/5eb1335ec310210e1b180020/sex-bg-20200504091241-20210502053927.png");
      background-position: center top;
      background-repeat: repeat;
      opacity: 0.3;
    }
    #BOX2438 > .ladi-box {
      box-shadow: 0px 0px 15px -4px rgba(242, 204, 144, 1);
      -webkit-box-shadow: 0px 0px 15px -4px rgba(242, 204, 144, 1);
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s750x950/5eb1335ec310210e1b180020/bg_menu_1-20210502053839.jpg");
      background-position: center top;
      background-repeat: repeat;
      border-style: solid;
      border-color: #f2cc90;
      border-width: 1px;
      border-radius: 5px;
    }
    #BUTTON_TEXT2440 {
      width: 298px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT2440 > .ladi-headline {
      font-family: "Oswald", sans-serif;
      color: #f2cc90;
      font-size: 24px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #BUTTON2440 {
      width: 300px;
      height: 50px;
      top: 278px;
      left: 50px;
    }
    #BUTTON2440 > .ladi-button > .ladi-button-background {
      background-color: rgb(52, 4, 4);
    }
    #BUTTON2440 > .ladi-button {
      box-shadow: 0px 0px 20px -4px rgba(101, 9, 4, 1);
      -webkit-box-shadow: 0px 0px 20px -4px rgba(101, 9, 4, 1);
      border-style: dashed;
      border-color: #f2cc90;
      border-width: 1px;
      border-radius: 3px;
    }
    #BUTTON2440.ladi-animation > .ladi-button {
      animation-name: pulse;
      -webkit-animation-name: pulse;
      animation-delay: 0s;
      -webkit-animation-delay: 0s;
      animation-duration: 3s;
      -webkit-animation-duration: 3s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #FORM_ITEM2442 {
      width: 400px;
      height: 45px;
      top: 0px;
      left: 0px;
    }
    #FORM_ITEM2443 {
      width: 400px;
      height: 45px;
      top: 50px;
      left: 0px;
    }
    #FORM_ITEM2444 {
      width: 400px;
      height: 60px;
      top: 200px;
      left: 0px;
    }
    #FORM_ITEM2445 {
      width: 400px;
      height: 45px;
      top: 150px;
      left: 0px;
    }
    #FORM_ITEM2446 {
      width: 400px;
      height: 45px;
      top: 100px;
      left: 0px;
    }
    #FORM2439 {
      width: 400px;
      height: 328px;
      top: 249.003px;
      left: 20px;
    }
    #FORM2439 > .ladi-form {
      color: rgb(132, 132, 132);
      font-size: 16px;
      letter-spacing: 0px;
      line-height: 1.6;
    }
    #FORM2439 .ladi-form-item .ladi-form-control::placeholder,
    #FORM2439 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"] {
      color: rgba(132, 132, 132, 1.0);
    }
    #FORM2439 .ladi-form-item {
      padding-left: 8px;
      padding-right: 8px;
    }
    #FORM2439 .ladi-form-item.ladi-form-checkbox {
      padding-left: 13px;
      padding-right: 13px;
    }
    #FORM2439 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
      background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgba(132%2C%20132%2C%20132%2C%201.0)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
    }
    #FORM2439 .ladi-form-item-container,
    #FORM2439 .ladi-form-label-container .ladi-form-label-item {
      border-style: solid;
      border-color: rgb(132, 132, 132);
      border-width: 1px;
      border-radius: 3px;
    }
    #FORM2439 .ladi-form-item-container .ladi-form-quantity button {
      background-color: rgb(132, 132, 132);
    }
    #FORM2439 .ladi-form-item-background {
      background-color: rgb(255, 255, 255);
      border-radius: 2px
    }
    #HEADLINE2447 {
      width: 400px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE2447 > .ladi-headline {
      font-family: "Prata", serif;
      color: #f2cc90;
      font-size: 40px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE2448 {
      width: 400px;
      top: 64px;
      left: 0px;
    }
    #HEADLINE2448 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 22px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP2449 {
      width: 400px;
      height: 134px;
      top: 35.996px;
      left: 20px;
    }
    #IMAGE2450 {
      width: 359.414px;
      height: 303.27px;
      top: 0px;
      left: 138.032px;
    }
    #IMAGE2450 > .ladi-image > .ladi-image-background {
      width: 359.414px;
      height: 303.27px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s700x650/5eb1335ec310210e1b180020/model-s5-1-20210428051630.png");
    }
    #IMAGE2451 {
      width: 542.651px;
      height: 302.799px;
      top: 0px;
      left: 0px;
    }
    #IMAGE2451 > .ladi-image > .ladi-image-background {
      width: 542.651px;
      height: 302.799px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s850x650/5eb1335ec310210e1b180020/water-20210429082742.png");
    }
    #GROUP2482 {
      width: 542.651px;
      height: 303.27px;
      top: -95.333px;
      left: 581.349px;
    }
    #BOX2492 {
      width: 259.621px;
      height: 68.798px;
      top: 0px;
      left: 0px;
    }
    #BOX2492 > .ladi-box {
      box-shadow: 0px 15px 20px -15px #000;
      -webkit-box-shadow: 0px 15px 20px -15px #000;
      background-color: rgb(52, 4, 4);
      border-radius: 5px;
    }
    #IMAGE2494 {
      width: 255.087px;
      height: 67.0851px;
      top: 0px;
      left: 0px;
    }
    #IMAGE2494 > .ladi-image > .ladi-image-background {
      width: 255.087px;
      height: 67.693px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s600x400/5c7362c6c417ab07e5196b05/dvfazdgaw4tqv43t34-20201008041550.png");
    }
    #HEADLINE2495 {
      width: 130px;
      top: 15.6933px;
      left: 114.157px;
    }
    #HEADLINE2495 > .ladi-headline {
      color: #f2cc90;
      font-size: 22px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE2496 {
      width: 89px;
      top: 15.6933px;
      left: 11.1199px;
    }
    #HEADLINE2496 > .ladi-headline {
      color: rgb(228, 228, 228);
      font-size: 14px;
      text-align: center;
      line-height: 1.4;
    }
    #LINE2497 {
      height: 35px;
      top: 16.099px;
      left: 100.365px;
    }
    #LINE2497 > .ladi-line > .ladi-line-container {
      border-top: 0px !important;
      border-right: 1px solid rgba(117, 117, 117, 0.5);
      border-bottom: 1px solid rgba(117, 117, 117, 0.5);
      border-left: 1px solid rgba(117, 117, 117, 0.5);
    }
    #LINE2497 > .ladi-line {
      height: 100%;
      padding: 0px 8px;
    }
    #GROUP2493 {
      width: 255.087px;
      height: 67.0851px;
      top: 0.85675px;
      left: 2.26682px;
    }
    #GROUP2491 {
      width: 259.621px;
      height: 68.798px;
      top: 356.147px;
      left: 0.19px;
    }
    #IMAGE2498 {
      width: 259.621px;
      height: 259.621px;
      top: 49.027px;
      left: 0px;
    }
    #IMAGE2498 > .ladi-image > .ladi-image-background {
      width: 259.621px;
      height: 259.621px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s600x600/5eb1335ec310210e1b180020/keo-sam-hamer-malaysia-37f82k-6-20210501062119.jpeg");
    }
    #IMAGE2498 > .ladi-image {
      border-style: solid;
      border-color: #f2cc90;
      border-width: 1px;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
    }
    #HEADLINE2500 {
      width: 260px;
      top: 280.648px;
      left: 0px;
    }
    #HEADLINE2500 > .ladi-headline {
      color: rgb(52, 4, 4);
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #BOX2503 {
      width: 160px;
      height: 48px;
      top: 24px;
      left: 0px;
    }
    #BOX2503 > .ladi-box {
      box-shadow: inset 0px 15px 20px -15px rgba(242, 204, 144, 1);
      -webkit-box-shadow: inset 0px 15px 20px -15px rgba(242, 204, 144, 1);
      background-color: rgb(164, 39, 39);
      border-style: dashed;
      border-color: #f2cc90;
      border-width: 2px;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
    }
    #IMAGE2504 {
      width: 79.9998px;
      height: 96px;
      top: 0px;
      left: 40px;
    }
    #IMAGE2504 > .ladi-image > .ladi-image-background {
      width: 79.9998px;
      height: 96px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/5eb1335ec310210e1b180020/best-seller-20210501053657.gif");
    }
    #GROUP2502 {
      width: 160px;
      height: 96px;
      top: 0px;
      left: 50px;
    }
    #GROUP2505 {
      width: 260px;
      height: 424.945px;
      top: 188.94px;
      left: 107px;
    }
    #BOX2508 {
      width: 259.621px;
      height: 68.798px;
      top: 0px;
      left: 0px;
    }
    #BOX2508 > .ladi-box {
      box-shadow: 0px 15px 20px -15px #000;
      -webkit-box-shadow: 0px 15px 20px -15px #000;
      background-color: rgb(52, 4, 4);
      border-radius: 5px;
    }
    #IMAGE2510 {
      width: 255.087px;
      height: 67.0851px;
      top: 0px;
      left: 0px;
    }
    #IMAGE2510 > .ladi-image > .ladi-image-background {
      width: 255.087px;
      height: 67.693px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s600x400/5c7362c6c417ab07e5196b05/dvfazdgaw4tqv43t34-20201008041550.png");
    }
    #HEADLINE2511 {
      width: 130px;
      top: 15.6933px;
      left: 114.157px;
    }
    #HEADLINE2511 > .ladi-headline {
      color: #f2cc90;
      font-size: 22px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE2512 {
      width: 89px;
      top: 15.6933px;
      left: 11.1199px;
    }
    #HEADLINE2512 > .ladi-headline {
      color: rgb(228, 228, 228);
      font-size: 14px;
      text-align: center;
      line-height: 1.4;
    }
    #LINE2513 {
      height: 35px;
      top: 16.099px;
      left: 100.365px;
    }
    #LINE2513 > .ladi-line > .ladi-line-container {
      border-top: 0px !important;
      border-right: 1px solid rgba(117, 117, 117, 0.5);
      border-bottom: 1px solid rgba(117, 117, 117, 0.5);
      border-left: 1px solid rgba(117, 117, 117, 0.5);
    }
    #LINE2513 > .ladi-line {
      height: 100%;
      padding: 0px 8px;
    }
    #GROUP2509 {
      width: 255.087px;
      height: 67.0851px;
      top: 0.85675px;
      left: 2.26682px;
    }
    #GROUP2507 {
      width: 259.621px;
      height: 68.798px;
      top: 307.12px;
      left: 0.19px;
    }
    #IMAGE2514 {
      width: 259.621px;
      height: 259.621px;
      top: 0px;
      left: 0px;
    }
    #IMAGE2514 > .ladi-image > .ladi-image-background {
      width: 259.621px;
      height: 259.621px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s600x600/5eb1335ec310210e1b180020/keo-sam-hamer-e854a9-6-31dc2b6e-f5fb-454b-ab31-f4bda426626e-20210501062509.jpeg");
    }
    #IMAGE2514 > .ladi-image {
      border-style: solid;
      border-color: #f2cc90;
      border-width: 1px;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
    }
    #HEADLINE2515 {
      width: 260px;
      top: 231.621px;
      left: 0px;
    }
    #HEADLINE2515 > .ladi-headline {
      color: rgb(52, 4, 4);
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #BOX2517 {
      width: 260px;
      height: 21.0526px;
      top: 19.58px;
      left: 0px;
    }
    #BOX2517 > .ladi-box {
      background-color: rgb(228, 228, 228);
      border-radius: 100px;
    }
    #BOX2518 {
      width: 155px;
      height: 20px;
      top: 19.58px;
      left: 0px;
    }
    #BOX2518 > .ladi-box {
      background: rgba(242, 204, 144, 1);
      background: -webkit-linear-gradient(-90deg, rgba(242, 204, 144, 1), rgba(184, 155, 114, 1));
      background: linear-gradient(-90deg, rgba(242, 204, 144, 1), rgba(184, 155, 114, 1));
      box-shadow: 0px 0px 20px -4px rgba(249, 187, 0, 1);
      -webkit-box-shadow: 0px 0px 20px -4px rgba(249, 187, 0, 1);
      border-radius: 100px;
    }
    #PARAGRAPH2519 {
      width: 155px;
      top: 20.1063px;
      left: 0px;
    }
    #PARAGRAPH2519 > .ladi-paragraph {
      color: #650904;
      font-size: 13px;
      font-style: italic;
      text-align: center;
      line-height: 1.6;
    }
    #PARAGRAPH2519.ladi-animation > .ladi-paragraph {
      animation-name: flash;
      -webkit-animation-name: flash;
      animation-delay: 0s;
      -webkit-animation-delay: 0s;
      animation-duration: 3s;
      -webkit-animation-duration: 3s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #IMAGE2520 {
      width: 47.5px;
      height: 47.5px;
      top: 0px;
      left: 131.5px;
    }
    #IMAGE2520 > .ladi-image > .ladi-image-background {
      width: 139.513px;
      height: 83.708px;
      top: -25px;
      left: -46px;
      background-image: url("https://w.ladicdn.com/5eb1335ec310210e1b180020/fire_brown-20210430044110.gif");
    }
    #GROUP2516 {
      width: 260px;
      height: 47.5px;
      top: 259.62px;
      left: 0px;
    }
    #GROUP2506 {
      width: 260px;
      height: 375.918px;
      top: 237.967px;
      left: 377px;
    }
    #BOX2526 {
      width: 259.621px;
      height: 68.798px;
      top: 0px;
      left: 0px;
    }
    #BOX2526 > .ladi-box {
      box-shadow: 0px 15px 20px -15px #000;
      -webkit-box-shadow: 0px 15px 20px -15px #000;
      background-color: rgb(52, 4, 4);
      border-radius: 5px;
    }
    #IMAGE2528 {
      width: 255.087px;
      height: 67.0851px;
      top: 0px;
      left: 0px;
    }
    #IMAGE2528 > .ladi-image > .ladi-image-background {
      width: 255.087px;
      height: 67.693px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s600x400/5c7362c6c417ab07e5196b05/dvfazdgaw4tqv43t34-20201008041550.png");
    }
    #HEADLINE2529 {
      width: 130px;
      top: 15.6933px;
      left: 114.157px;
    }
    #HEADLINE2529 > .ladi-headline {
      color: #f2cc90;
      font-size: 22px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE2530 {
      width: 89px;
      top: 15.6933px;
      left: 11.1199px;
    }
    #HEADLINE2530 > .ladi-headline {
      color: rgb(228, 228, 228);
      font-size: 14px;
      text-align: center;
      line-height: 1.4;
    }
    #LINE2531 {
      height: 35px;
      top: 16.099px;
      left: 100.365px;
    }
    #LINE2531 > .ladi-line > .ladi-line-container {
      border-top: 0px !important;
      border-right: 1px solid rgba(117, 117, 117, 0.5);
      border-bottom: 1px solid rgba(117, 117, 117, 0.5);
      border-left: 1px solid rgba(117, 117, 117, 0.5);
    }
    #LINE2531 > .ladi-line {
      height: 100%;
      padding: 0px 8px;
    }
    #GROUP2527 {
      width: 255.087px;
      height: 67.0851px;
      top: 0.85675px;
      left: 2.26682px;
    }
    #GROUP2525 {
      width: 259.621px;
      height: 68.798px;
      top: 307.12px;
      left: 0.19px;
    }
    #IMAGE2532 {
      width: 259.621px;
      height: 259.621px;
      top: 0px;
      left: 0px;
    }
    #IMAGE2532 > .ladi-image > .ladi-image-background {
      width: 259.621px;
      height: 259.621px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s600x600/5eb1335ec310210e1b180020/keo-sam-hamer-usa-20210501062328.jpeg");
    }
    #IMAGE2532 > .ladi-image {
      border-style: solid;
      border-color: #f2cc90;
      border-width: 1px;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
    }
    #HEADLINE2533 {
      width: 260px;
      top: 231.621px;
      left: 0px;
    }
    #HEADLINE2533 > .ladi-headline {
      color: rgb(52, 4, 4);
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #BOX2535 {
      width: 260px;
      height: 21.0526px;
      top: 19.75px;
      left: 0px;
    }
    #BOX2535 > .ladi-box {
      background-color: rgb(228, 228, 228);
      border-radius: 100px;
    }
    #BOX2536 {
      width: 189.5px;
      height: 20px;
      top: 19.75px;
      left: 0px;
    }
    #BOX2536 > .ladi-box {
      background: rgba(242, 204, 144, 1);
      background: -webkit-linear-gradient(-90deg, rgba(242, 204, 144, 1), rgba(184, 155, 114, 1));
      background: linear-gradient(-90deg, rgba(242, 204, 144, 1), rgba(184, 155, 114, 1));
      box-shadow: 0px 0px 20px -4px rgba(249, 187, 0, 1);
      -webkit-box-shadow: 0px 0px 20px -4px rgba(249, 187, 0, 1);
      border-radius: 100px;
    }
    #PARAGRAPH2537 {
      width: 180px;
      top: 20.2763px;
      left: 4.75px;
    }
    #PARAGRAPH2537 > .ladi-paragraph {
      color: #650904;
      font-size: 13px;
      font-style: italic;
      text-align: center;
      line-height: 1.6;
    }
    #PARAGRAPH2537.ladi-animation > .ladi-paragraph {
      animation-name: flash;
      -webkit-animation-name: flash;
      animation-delay: 0s;
      -webkit-animation-delay: 0s;
      animation-duration: 3s;
      -webkit-animation-duration: 3s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #IMAGE2538 {
      width: 47.5px;
      height: 47.5px;
      top: 0px;
      left: 163px;
    }
    #IMAGE2538 > .ladi-image > .ladi-image-background {
      width: 139.513px;
      height: 83.708px;
      top: -25px;
      left: -46px;
      background-image: url("https://w.ladicdn.com/5eb1335ec310210e1b180020/fire_brown-20210430044110.gif");
    }
    #GROUP2534 {
      width: 260px;
      height: 47.5px;
      top: 259.45px;
      left: 0px;
    }
    #GROUP2524 {
      width: 260px;
      height: 375.918px;
      top: 237.967px;
      left: -163px;
    }
    #HEADLINE2543 {
      width: 200px;
      top: 23.062px;
      left: 0px;
    }
    #HEADLINE2543 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 14px;
      text-align: left;
      line-height: 1.2;
    }
    #HEADLINE2544 {
      width: 200px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE2544 > .ladi-headline {
      color: rgb(52, 4, 4);
      font-size: 16px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP2542 {
      width: 200px;
      height: 39.062px;
      top: 7.114px;
      left: 62px;
    }
    #BOX2546 {
      width: 53.2904px;
      height: 53.2903px;
      top: 0px;
      left: 0px;
    }
    #BOX2546 > .ladi-box {
      border-style: solid;
      border-color: #650904;
      border-width: 1px;
      border-radius: 1000px;
    }
    #SHAPE2547 {
      width: 33.3px;
      height: 33.3px;
      top: 8.9951px;
      left: 10.499px;
    }
    #SHAPE2547 svg:last-child {
      fill: rgba(115, 21, 21, 1);
    }
    #GROUP2545 {
      width: 53.2904px;
      height: 53.2903px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE2550 {
      width: 200px;
      top: 22.922px;
      left: 0px;
    }
    #HEADLINE2550 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 14px;
      text-align: left;
      line-height: 1.2;
    }
    #HEADLINE2551 {
      width: 200px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE2551 > .ladi-headline {
      color: rgb(52, 4, 4);
      font-size: 16px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP2549 {
      width: 200px;
      height: 38.922px;
      top: 7.184px;
      left: 62px;
    }
    #BOX2553 {
      width: 53.2904px;
      height: 53.2903px;
      top: 0px;
      left: 0px;
    }
    #BOX2553 > .ladi-box {
      border-style: solid;
      border-color: #650904;
      border-width: 1px;
      border-radius: 1000px;
    }
    #SHAPE2554 {
      width: 29.969px;
      height: 29.969px;
      top: 13.2903px;
      left: 11.259px;
    }
    #SHAPE2554 svg:last-child {
      fill: rgba(101, 9, 4, 1);
    }
    #GROUP2552 {
      width: 53.2904px;
      height: 53.2903px;
      top: 0px;
      left: 0px;
    }
    #GROUP2548 {
      width: 262px;
      height: 53.2903px;
      top: 77.716px;
      left: 0px;
    }
    #HEADLINE2557 {
      width: 200px;
      top: 22.968px;
      left: 0px;
    }
    #HEADLINE2557 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 14px;
      text-align: left;
      line-height: 1.2;
    }
    #HEADLINE2558 {
      width: 200px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE2558 > .ladi-headline {
      color: rgb(52, 4, 4);
      font-size: 16px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP2556 {
      width: 200px;
      height: 38.968px;
      top: 7.161px;
      left: 62px;
    }
    #BOX2560 {
      width: 53.2904px;
      height: 53.2903px;
      top: 0px;
      left: 0px;
    }
    #BOX2560 > .ladi-box {
      border-style: solid;
      border-color: #650904;
      border-width: 1px;
      border-radius: 1000px;
    }
    #SHAPE2561 {
      width: 36.0002px;
      height: 36.0002px;
      top: 7.6451px;
      left: 8.419px;
    }
    #SHAPE2561 svg:last-child {
      fill: rgba(101, 9, 4, 1);
    }
    #GROUP2559 {
      width: 53.2904px;
      height: 53.2903px;
      top: 0px;
      left: 0px;
    }
    #GROUP2555 {
      width: 262px;
      height: 53.2903px;
      top: 0px;
      left: 292px;
    }
    #BOX2564 {
      width: 53.2904px;
      height: 53.2903px;
      top: 0px;
      left: 0px;
    }
    #BOX2564 > .ladi-box {
      border-style: solid;
      border-color: #650904;
      border-width: 1px;
      border-radius: 1000px;
    }
    #SHAPE2565 {
      width: 28.9893px;
      height: 28.9892px;
      top: 13.1243px;
      left: 12.9964px;
    }
    #SHAPE2565 svg:last-child {
      fill: rgba(101, 9, 4, 1);
    }
    #GROUP2563 {
      width: 53.2904px;
      height: 53.2903px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE2567 {
      width: 173px;
      top: 23.031px;
      left: 0px;
    }
    #HEADLINE2567 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 14px;
      text-align: left;
      line-height: 1.2;
    }
    #HEADLINE2568 {
      width: 200px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE2568 > .ladi-headline {
      color: rgb(52, 4, 4);
      font-size: 16px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP2566 {
      width: 200px;
      height: 39.031px;
      top: 7.13px;
      left: 62px;
    }
    #GROUP2562 {
      width: 262px;
      height: 53.2903px;
      top: 0px;
      left: 0px;
    }
    #GROUP2569 {
      width: 440px;
      height: 600px;
      top: 188.94px;
      left: 667px;
    }
    #GROUP2541 {
      width: 262px;
      height: 53.2903px;
      top: 77.716px;
      left: 292px;
    }
    #GROUP2571 {
      width: 554px;
      height: 131.006px;
      top: 657.932px;
      left: -40px;
    }
    #IMAGE2572 {
      width: 400px;
      height: 102.606px;
      top: 48.6787px;
      left: 82px;
    }
    #IMAGE2572 > .ladi-image > .ladi-image-background {
      width: 400px;
      height: 102.606px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s750x450/5eb1335ec310210e1b180020/text-slogan-20210502065823.png");
    }
    #IMAGE2573 {
      width: 546.452px;
      height: 182.15px;
      top: 0px;
      left: 0px;
    }
    #IMAGE2573 > .ladi-image > .ladi-image-background {
      width: 546.452px;
      height: 182.15px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s850x500/5eb1335ec310210e1b180020/text-slogan-2-20210502070053.png");
    }
    #GROUP2574 {
      width: 546.452px;
      height: 182.15px;
      top: 6.79px;
      left: -45px;
    }
    #BOX2575 {
      width: 300px;
      height: 300px;
      top: 50px;
      left: 50px;
    }
    #BOX2575 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s650x650/5eb1335ec310210e1b180020/keo-sam-20210503080026.jpg");
      background-position: center top;
      background-repeat: repeat;
      border-style: solid;
      border-color: #f2cc90;
      border-width: 10px;
      border-radius: 1000px;
    }
    #IMAGE2577 {
      width: 400px;
      height: 400px;
      top: 0px;
      left: 0px;
    }
    #IMAGE2577 > .ladi-image > .ladi-image-background {
      width: 400px;
      height: 400px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s750x750/5eb1335ec310210e1b180020/pngtreeluxury-mandala-gold-transparent-background_5996752-20210502081542.png");
    }
    #GROUP2578 {
      width: 400px;
      height: 400px;
      top: 307.45px;
      left: 280px;
    }
    #NOTIFY2579 {
      width: 400px;
      height: 62px;
      top: auto;
      left: 10px;
      bottom: 10px;
      right: auto;
      position: fixed;
      z-index: 90000060;
    }
    #BOX2617 {
      width: 59.8137px;
      height: 59.8137px;
      top: 0px;
      left: 0px;
    }
    #BOX2617 > .ladi-box {
      background-color: rgba(253, 251, 251, 0);
      border-style: solid;
      border-color: #650904;
      border-width: 1px;
      border-radius: 99px;
    }
    #BOX2617.ladi-animation > .ladi-box {
      animation-name: pulse;
      -webkit-animation-name: pulse;
      animation-delay: 1s;
      -webkit-animation-delay: 1s;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #SHAPE2618 {
      width: 49.2738px;
      height: 49.2738px;
      top: 5.27038px;
      left: 5.26998px;
    }
    #SHAPE2618 svg:last-child {
      fill: url("#SHAPE2618_desktop_gradient");
    }
    #GROUP2616 {
      width: 59.8137px;
      height: 59.8137px;
      top: 0px;
      left: 0px;
    }
    #SHAPE2619 {
      width: 26.1945px;
      height: 27.0065px;
      top: 16.7445px;
      left: 16.8095px;
    }
    #SHAPE2619.ladi-animation > .ladi-shape {
      animation-name: swing;
      -webkit-animation-name: swing;
      animation-delay: 1s;
      -webkit-animation-delay: 1s;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #SHAPE2619 svg:last-child {
      fill: rgba(101, 9, 4, 1);
    }
    #GROUP2615 {
      width: 59.8137px;
      height: 59.8137px;
      top: auto;
      left: auto;
      bottom: 170px;
      right: 25px;
      position: fixed;
      z-index: 90000050;
    }
    #BOX2622 {
      width: 59.7349px;
      height: 59.7349px;
      top: 0px;
      left: 0px;
    }
    #BOX2622 > .ladi-box {
      background-color: rgba(253, 251, 251, 0);
      border-style: solid;
      border-color: #650904;
      border-width: 1px;
      border-radius: 99px;
    }
    #BOX2622.ladi-animation > .ladi-box {
      animation-name: pulse;
      -webkit-animation-name: pulse;
      animation-delay: 1s;
      -webkit-animation-delay: 1s;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #IMAGE2626 {
      width: 49.6491px;
      height: 49.6491px;
      top: 5.04292px;
      left: 5.04292px;
    }
    #IMAGE2626 > .ladi-image > .ladi-image-background {
      width: 49.6491px;
      height: 49.6491px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s350x350/5eb1335ec310210e1b180020/zalo_2-20210503074224.png");
    }
    #GROUP2627 {
      width: 59.7349px;
      height: 59.7349px;
      top: auto;
      left: auto;
      bottom: 100px;
      right: 25px;
      position: fixed;
      z-index: 90000050;
    }
    #POPUP2634 {
      width: 400px;
      height: 480px;
      top: 0px;
      left: 0px;
      bottom: 0px;
      right: 0px;
      margin: auto;
    }
    #IMAGE2635 {
      width: 400px;
      height: 360px;
      top: 0px;
      left: 0px;
    }
    #IMAGE2635 > .ladi-image > .ladi-image-background {
      width: 400px;
      height: 360px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s750x700/57b167c9ca57d39c18a1c57c/nen.png");
    }
    #IMAGE2635 > .ladi-image {
      border-radius: 5px;
    }
    #HEADLINE2636 {
      width: 380px;
      top: 98.5px;
      left: 10px;
    }
    #HEADLINE2636 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 24px;
      font-weight: bold;
      text-align: center;
      line-height: 1.2;
    }
    #PARAGRAPH2637 {
      width: 380px;
      top: 146.5px;
      left: 10px;
    }
    #PARAGRAPH2637 > .ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 16px;
      text-align: center;
      line-height: 1.4;
    }
    #GROUP2639 {
      width: 400px;
      height: 360px;
      top: 61.5px;
      left: 0px;
    }
    #BUTTON2640 {
      width: 180px;
      height: 45px;
      top: 353px;
      left: 110px;
    }
    #BUTTON2640 > .ladi-button > .ladi-button-background {
      background: rgba(52, 4, 4, 1);
      background: -webkit-linear-gradient(180deg, rgba(52, 4, 4, 1), rgba(0, 0, 0, 1));
      background: linear-gradient(180deg, rgba(52, 4, 4, 1), rgba(0, 0, 0, 1));
    }
    #BUTTON2640 > .ladi-button {
      border-radius: 5px;
    }
    #BUTTON_TEXT2640 {
      width: 180px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT2640 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #PARAGRAPH2649 {
      width: 120px;
      top: 0px;
      left: 0px;
    }
    #PARAGRAPH2649 > .ladi-paragraph {
      color: #650904;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.6;
    }
    #SHAPE2650 {
      width: 44px;
      height: 44px;
      top: 3px;
      left: 137.999px;
    }
    #SHAPE2650.ladi-animation > .ladi-shape {
      animation-name: tada;
      -webkit-animation-name: tada;
      animation-delay: 3s;
      -webkit-animation-delay: 3s;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #SHAPE2650 svg:last-child {
      fill: rgba(217, 0, 7, 1);
    }
    #LINE2651 {
      width: 360px;
      top: 49.99px;
      left: 0px;
    }
    #LINE2651 > .ladi-line > .ladi-line-container {
      border-top: 1px dashed rgb(95, 95, 95);
      border-right: 1px dashed rgb(95, 95, 95);
      border-bottom: 1px dashed rgb(95, 95, 95);
      border-left: 0px !important;
    }
    #LINE2651 > .ladi-line {
      width: 100%;
      padding: 8px 0px;
    }
    #GROUP2652 {
      width: 120px;
      height: 50px;
      top: 0px;
      left: 17.9992px;
    }
    #GROUP2653 {
      width: 360px;
      height: 66.99px;
      top: 9.5px;
      left: 9.9999px;
    }
    #PARAGRAPH2655 {
      width: 160px;
      top: 3px;
      left: 181.999px;
    }
    #PARAGRAPH2655 > .ladi-paragraph {
      color: #650904;
      font-size: 28px;
      font-weight: bold;
      text-align: right;
      line-height: 1.6;
    }
    #PARAGRAPH2657 {
      width: 120px;
      top: 25px;
      left: 0px;
    }
    #PARAGRAPH2657 > .ladi-paragraph {
      color: rgb(217, 0, 7);
      font-size: 16px;
      font-weight: bold;
      line-height: 1.6;
    }
    #PARAGRAPH2658 {
      width: 120px;
      top: 0px;
      left: 0px;
    }
    #PARAGRAPH2658 > .ladi-paragraph {
      color: #650904;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.6;
    }
    #GROUP2656 {
      width: 120px;
      height: 50px;
      top: 0px;
      left: 17.9992px;
    }
    #SHAPE2659 {
      width: 44px;
      height: 44px;
      top: 3px;
      left: 137.999px;
    }
    #SHAPE2659.ladi-animation > .ladi-shape {
      animation-name: tada;
      -webkit-animation-name: tada;
      animation-delay: 3s;
      -webkit-animation-delay: 3s;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #SHAPE2659 svg:last-child {
      fill: rgba(217, 0, 7, 1);
    }
    #LINE2660 {
      width: 360px;
      top: 49.99px;
      left: 0px;
    }
    #LINE2660 > .ladi-line > .ladi-line-container {
      border-top: 1px dashed rgb(95, 95, 95);
      border-right: 1px dashed rgb(95, 95, 95);
      border-bottom: 1px dashed rgb(95, 95, 95);
      border-left: 0px !important;
    }
    #LINE2660 > .ladi-line {
      width: 100%;
      padding: 8px 0px;
    }
    #GROUP2654 {
      width: 360px;
      height: 66.99px;
      top: 76.49px;
      left: 9.9999px;
    }
    #PARAGRAPH2662 {
      width: 160px;
      top: 3px;
      left: 181.999px;
    }
    #PARAGRAPH2662 > .ladi-paragraph {
      color: #650904;
      font-size: 28px;
      font-weight: bold;
      text-align: right;
      line-height: 1.6;
    }
    #PARAGRAPH2664 {
      width: 120px;
      top: 25px;
      left: 0px;
    }
    #PARAGRAPH2664 > .ladi-paragraph {
      color: rgb(217, 0, 7);
      font-size: 16px;
      font-weight: bold;
      line-height: 1.6;
    }
    #PARAGRAPH2665 {
      width: 120px;
      top: 0px;
      left: 0px;
    }
    #PARAGRAPH2665 > .ladi-paragraph {
      color: #650904;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.6;
    }
    #GROUP2663 {
      width: 120px;
      height: 50px;
      top: 0px;
      left: 17.9992px;
    }
    #SHAPE2666 {
      width: 44px;
      height: 44px;
      top: 3px;
      left: 137.999px;
    }
    #SHAPE2666.ladi-animation > .ladi-shape {
      animation-name: tada;
      -webkit-animation-name: tada;
      animation-delay: 3s;
      -webkit-animation-delay: 3s;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #SHAPE2666 svg:last-child {
      fill: rgba(217, 0, 7, 1);
    }
    #LINE2667 {
      width: 360px;
      top: 49.99px;
      left: 0px;
    }
    #LINE2667 > .ladi-line > .ladi-line-container {
      border-top: 1px dashed rgb(95, 95, 95);
      border-right: 1px dashed rgb(95, 95, 95);
      border-bottom: 1px dashed rgb(95, 95, 95);
      border-left: 0px !important;
    }
    #LINE2667 > .ladi-line {
      width: 100%;
      padding: 8px 0px;
    }
    #GROUP2661 {
      width: 360px;
      height: 66.99px;
      top: 143.48px;
      left: 9.9999px;
    }
    #PARAGRAPH2669 {
      width: 160px;
      top: 3px;
      left: 164px;
    }
    #PARAGRAPH2669 > .ladi-paragraph {
      color: #650904;
      font-size: 28px;
      font-weight: bold;
      text-align: right;
      line-height: 1.6;
    }
    #PARAGRAPH2671 {
      width: 120px;
      top: 25px;
      left: 0px;
    }
    #PARAGRAPH2671 > .ladi-paragraph {
      color: rgb(217, 0, 7);
      font-size: 16px;
      font-weight: bold;
      line-height: 1.6;
    }
    #PARAGRAPH2672 {
      width: 120px;
      top: 0px;
      left: 0px;
    }
    #PARAGRAPH2672 > .ladi-paragraph {
      color: #650904;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.6;
    }
    #GROUP2670 {
      width: 120px;
      height: 50px;
      top: 0px;
      left: 0px;
    }
    #SHAPE2673 {
      width: 44px;
      height: 44px;
      top: 3px;
      left: 120px;
    }
    #SHAPE2673.ladi-animation > .ladi-shape {
      animation-name: tada;
      -webkit-animation-name: tada;
      animation-delay: 3s;
      -webkit-animation-delay: 3s;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #SHAPE2673 svg:last-child {
      fill: rgba(217, 0, 7, 1);
    }
    #GROUP2668 {
      width: 324px;
      height: 50px;
      top: 210.47px;
      left: 27.9991px;
    }
    #GROUP2679 {
      width: 380px;
      height: 270px;
      top: 662.02px;
      left: 9.9996px;
    }
    #GROUP2680 {
      width: 400px;
      height: 999.52px;
      top: 235px;
      left: 690px;
    }
    #BOX2682 {
      width: 380px;
      height: 270px;
      top: 0px;
      left: 0px;
    }
    #BOX2682 > .ladi-box {
      background: #fdfbfb;
      background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
      background: linear-gradient(180deg, #fdfbfb, #eaedee);
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px;
    }
    #PARAGRAPH2684 {
      width: 160px;
      top: 3px;
      left: 181.999px;
    }
    #PARAGRAPH2684 > .ladi-paragraph {
      color: #650904;
      font-size: 28px;
      font-weight: bold;
      text-align: right;
      line-height: 1.6;
    }
    #PARAGRAPH2686 {
      width: 120px;
      top: 25px;
      left: 0px;
    }
    #PARAGRAPH2686 > .ladi-paragraph {
      color: rgb(217, 0, 7);
      font-size: 16px;
      font-weight: bold;
      line-height: 1.6;
    }
    #PARAGRAPH2687 {
      width: 120px;
      top: 0px;
      left: 0px;
    }
    #PARAGRAPH2687 > .ladi-paragraph {
      color: #650904;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.6;
    }
    #GROUP2685 {
      width: 120px;
      height: 50px;
      top: 0px;
      left: 17.9992px;
    }
    #SHAPE2688 {
      width: 44px;
      height: 44px;
      top: 3px;
      left: 137.999px;
    }
    #SHAPE2688.ladi-animation > .ladi-shape {
      animation-name: tada;
      -webkit-animation-name: tada;
      animation-delay: 3s;
      -webkit-animation-delay: 3s;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #SHAPE2688 svg:last-child {
      fill: rgba(217, 0, 7, 1);
    }
    #LINE2689 {
      width: 360px;
      top: 49.99px;
      left: 0px;
    }
    #LINE2689 > .ladi-line > .ladi-line-container {
      border-top: 1px dashed rgb(95, 95, 95);
      border-right: 1px dashed rgb(95, 95, 95);
      border-bottom: 1px dashed rgb(95, 95, 95);
      border-left: 0px !important;
    }
    #LINE2689 > .ladi-line {
      width: 100%;
      padding: 8px 0px;
    }
    #GROUP2683 {
      width: 360px;
      height: 66.99px;
      top: 9.5px;
      left: 9.9999px;
    }
    #PARAGRAPH2691 {
      width: 160px;
      top: 3px;
      left: 181.999px;
    }
    #PARAGRAPH2691 > .ladi-paragraph {
      color: #650904;
      font-size: 28px;
      font-weight: bold;
      text-align: right;
      line-height: 1.6;
    }
    #PARAGRAPH2693 {
      width: 120px;
      top: 25px;
      left: 0px;
    }
    #PARAGRAPH2693 > .ladi-paragraph {
      color: rgb(217, 0, 7);
      font-size: 16px;
      font-weight: bold;
      line-height: 1.6;
    }
    #PARAGRAPH2694 {
      width: 120px;
      top: 0px;
      left: 0px;
    }
    #PARAGRAPH2694 > .ladi-paragraph {
      color: #650904;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.6;
    }
    #GROUP2692 {
      width: 120px;
      height: 50px;
      top: 0px;
      left: 17.9992px;
    }
    #SHAPE2695 {
      width: 44px;
      height: 44px;
      top: 3px;
      left: 137.999px;
    }
    #SHAPE2695.ladi-animation > .ladi-shape {
      animation-name: tada;
      -webkit-animation-name: tada;
      animation-delay: 3s;
      -webkit-animation-delay: 3s;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #SHAPE2695 svg:last-child {
      fill: rgba(217, 0, 7, 1);
    }
    #LINE2696 {
      width: 360px;
      top: 49.99px;
      left: 0px;
    }
    #LINE2696 > .ladi-line > .ladi-line-container {
      border-top: 1px dashed rgb(95, 95, 95);
      border-right: 1px dashed rgb(95, 95, 95);
      border-bottom: 1px dashed rgb(95, 95, 95);
      border-left: 0px !important;
    }
    #LINE2696 > .ladi-line {
      width: 100%;
      padding: 8px 0px;
    }
    #GROUP2690 {
      width: 360px;
      height: 66.99px;
      top: 76.49px;
      left: 9.9999px;
    }
    #PARAGRAPH2698 {
      width: 160px;
      top: 3px;
      left: 181.999px;
    }
    #PARAGRAPH2698 > .ladi-paragraph {
      color: #650904;
      font-size: 28px;
      font-weight: bold;
      text-align: right;
      line-height: 1.6;
    }
    #PARAGRAPH2700 {
      width: 120px;
      top: 25px;
      left: 0px;
    }
    #PARAGRAPH2700 > .ladi-paragraph {
      color: rgb(217, 0, 7);
      font-size: 16px;
      font-weight: bold;
      line-height: 1.6;
    }
    #PARAGRAPH2701 {
      width: 120px;
      top: 0px;
      left: 0px;
    }
    #PARAGRAPH2701 > .ladi-paragraph {
      color: #650904;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.6;
    }
    #GROUP2699 {
      width: 120px;
      height: 50px;
      top: 0px;
      left: 17.9992px;
    }
    #SHAPE2702 {
      width: 44px;
      height: 44px;
      top: 3px;
      left: 137.999px;
    }
    #SHAPE2702.ladi-animation > .ladi-shape {
      animation-name: tada;
      -webkit-animation-name: tada;
      animation-delay: 3s;
      -webkit-animation-delay: 3s;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #SHAPE2702 svg:last-child {
      fill: rgba(217, 0, 7, 1);
    }
    #LINE2703 {
      width: 360px;
      top: 49.99px;
      left: 0px;
    }
    #LINE2703 > .ladi-line > .ladi-line-container {
      border-top: 1px dashed rgb(95, 95, 95);
      border-right: 1px dashed rgb(95, 95, 95);
      border-bottom: 1px dashed rgb(95, 95, 95);
      border-left: 0px !important;
    }
    #LINE2703 > .ladi-line {
      width: 100%;
      padding: 8px 0px;
    }
    #GROUP2697 {
      width: 360px;
      height: 66.99px;
      top: 143.48px;
      left: 9.9999px;
    }
    #PARAGRAPH2705 {
      width: 160px;
      top: 0px;
      left: 164px;
    }
    #PARAGRAPH2705 > .ladi-paragraph {
      color: #650904;
      font-size: 28px;
      font-weight: bold;
      text-align: right;
      line-height: 1.6;
    }
    #PARAGRAPH2708 {
      width: 120px;
      top: 9.5px;
      left: 0px;
    }
    #PARAGRAPH2708 > .ladi-paragraph {
      color: #650904;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.6;
    }
    #SHAPE2709 {
      width: 44px;
      height: 44px;
      top: 0px;
      left: 120px;
    }
    #SHAPE2709.ladi-animation > .ladi-shape {
      animation-name: tada;
      -webkit-animation-name: tada;
      animation-delay: 3s;
      -webkit-animation-delay: 3s;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #SHAPE2709 svg:last-child {
      fill: rgba(217, 0, 7, 1);
    }
    #GROUP2704 {
      width: 324px;
      height: 44px;
      top: 210.47px;
      left: 28.0005px;
    }
    #GROUP2681 {
      width: 380px;
      height: 270px;
      top: 662.02px;
      left: 9.9996px;
    }
    #GROUP2714 {
      width: 400px;
      height: 999.52px;
      top: 235.5px;
      left: -130px;
    }
    #BOX2716 {
      width: 380px;
      height: 270px;
      top: 0px;
      left: 0px;
    }
    #BOX2716 > .ladi-box {
      background: #fdfbfb;
      background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
      background: linear-gradient(180deg, #fdfbfb, #eaedee);
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px;
    }
    #PARAGRAPH2718 {
      width: 160px;
      top: 3px;
      left: 181.999px;
    }
    #PARAGRAPH2718 > .ladi-paragraph {
      color: #650904;
      font-size: 28px;
      font-weight: bold;
      text-align: right;
      line-height: 1.6;
    }
    #PARAGRAPH2720 {
      width: 120px;
      top: 25px;
      left: 0px;
    }
    #PARAGRAPH2720 > .ladi-paragraph {
      color: rgb(217, 0, 7);
      font-size: 16px;
      font-weight: bold;
      line-height: 1.6;
    }
    #PARAGRAPH2721 {
      width: 120px;
      top: 0px;
      left: 0px;
    }
    #PARAGRAPH2721 > .ladi-paragraph {
      color: #650904;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.6;
    }
    #GROUP2719 {
      width: 120px;
      height: 37px;
      top: 0px;
      left: 17.9992px;
    }
    #SHAPE2722 {
      width: 44px;
      height: 44px;
      top: 3px;
      left: 137.999px;
    }
    #SHAPE2722.ladi-animation > .ladi-shape {
      animation-name: tada;
      -webkit-animation-name: tada;
      animation-delay: 3s;
      -webkit-animation-delay: 3s;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #SHAPE2722 svg:last-child {
      fill: rgba(217, 0, 7, 1);
    }
    #LINE2723 {
      width: 360px;
      top: 49.99px;
      left: 0px;
    }
    #LINE2723 > .ladi-line > .ladi-line-container {
      border-top: 1px dashed rgb(95, 95, 95);
      border-right: 1px dashed rgb(95, 95, 95);
      border-bottom: 1px dashed rgb(95, 95, 95);
      border-left: 0px !important;
    }
    #LINE2723 > .ladi-line {
      width: 100%;
      padding: 8px 0px;
    }
    #GROUP2717 {
      width: 360px;
      height: 66.99px;
      top: 9.5px;
      left: 9.9999px;
    }
    #PARAGRAPH2725 {
      width: 160px;
      top: 3px;
      left: 181.999px;
    }
    #PARAGRAPH2725 > .ladi-paragraph {
      color: #650904;
      font-size: 28px;
      font-weight: bold;
      text-align: right;
      line-height: 1.6;
    }
    #PARAGRAPH2727 {
      width: 120px;
      top: 25px;
      left: 0px;
    }
    #PARAGRAPH2727 > .ladi-paragraph {
      color: rgb(217, 0, 7);
      font-size: 16px;
      font-weight: bold;
      line-height: 1.6;
    }
    #PARAGRAPH2728 {
      width: 120px;
      top: 0px;
      left: 0px;
    }
    #PARAGRAPH2728 > .ladi-paragraph {
      color: #650904;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.6;
    }
    #GROUP2726 {
      width: 120px;
      height: 50px;
      top: 0px;
      left: 17.9992px;
    }
    #SHAPE2729 {
      width: 44px;
      height: 44px;
      top: 3px;
      left: 137.999px;
    }
    #SHAPE2729.ladi-animation > .ladi-shape {
      animation-name: tada;
      -webkit-animation-name: tada;
      animation-delay: 3s;
      -webkit-animation-delay: 3s;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #SHAPE2729 svg:last-child {
      fill: rgba(217, 0, 7, 1);
    }
    #LINE2730 {
      width: 360px;
      top: 49.99px;
      left: 0px;
    }
    #LINE2730 > .ladi-line > .ladi-line-container {
      border-top: 1px dashed rgb(95, 95, 95);
      border-right: 1px dashed rgb(95, 95, 95);
      border-bottom: 1px dashed rgb(95, 95, 95);
      border-left: 0px !important;
    }
    #LINE2730 > .ladi-line {
      width: 100%;
      padding: 8px 0px;
    }
    #GROUP2724 {
      width: 360px;
      height: 66.99px;
      top: 76.49px;
      left: 9.9999px;
    }
    #PARAGRAPH2732 {
      width: 160px;
      top: 3px;
      left: 181.999px;
    }
    #PARAGRAPH2732 > .ladi-paragraph {
      color: #650904;
      font-size: 28px;
      font-weight: bold;
      text-align: right;
      line-height: 1.6;
    }
    #PARAGRAPH2734 {
      width: 120px;
      top: 25px;
      left: 0px;
    }
    #PARAGRAPH2734 > .ladi-paragraph {
      color: rgb(217, 0, 7);
      font-size: 16px;
      font-weight: bold;
      line-height: 1.6;
    }
    #PARAGRAPH2735 {
      width: 120px;
      top: 0px;
      left: 0px;
    }
    #PARAGRAPH2735 > .ladi-paragraph {
      color: #650904;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.6;
    }
    #GROUP2733 {
      width: 120px;
      height: 50px;
      top: 0px;
      left: 17.9992px;
    }
    #SHAPE2736 {
      width: 44px;
      height: 44px;
      top: 3px;
      left: 137.999px;
    }
    #SHAPE2736.ladi-animation > .ladi-shape {
      animation-name: tada;
      -webkit-animation-name: tada;
      animation-delay: 3s;
      -webkit-animation-delay: 3s;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #SHAPE2736 svg:last-child {
      fill: rgba(217, 0, 7, 1);
    }
    #LINE2737 {
      width: 360px;
      top: 49.99px;
      left: 0px;
    }
    #LINE2737 > .ladi-line > .ladi-line-container {
      border-top: 1px dashed rgb(95, 95, 95);
      border-right: 1px dashed rgb(95, 95, 95);
      border-bottom: 1px dashed rgb(95, 95, 95);
      border-left: 0px !important;
    }
    #LINE2737 > .ladi-line {
      width: 100%;
      padding: 8px 0px;
    }
    #GROUP2731 {
      width: 360px;
      height: 66.99px;
      top: 143.48px;
      left: 9.9999px;
    }
    #PARAGRAPH2739 {
      width: 160px;
      top: 3px;
      left: 164px;
    }
    #PARAGRAPH2739 > .ladi-paragraph {
      color: #650904;
      font-size: 28px;
      font-weight: bold;
      text-align: right;
      line-height: 1.6;
    }
    #PARAGRAPH2741 {
      width: 120px;
      top: 25px;
      left: 0px;
    }
    #PARAGRAPH2741 > .ladi-paragraph {
      color: rgb(217, 0, 7);
      font-size: 16px;
      font-weight: bold;
      line-height: 1.6;
    }
    #PARAGRAPH2742 {
      width: 120px;
      top: 0px;
      left: 0px;
    }
    #PARAGRAPH2742 > .ladi-paragraph {
      color: #650904;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.6;
    }
    #GROUP2740 {
      width: 120px;
      height: 50px;
      top: 0px;
      left: 0px;
    }
    #SHAPE2743 {
      width: 44px;
      height: 44px;
      top: 3px;
      left: 120px;
    }
    #SHAPE2743.ladi-animation > .ladi-shape {
      animation-name: tada;
      -webkit-animation-name: tada;
      animation-delay: 3s;
      -webkit-animation-delay: 3s;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #SHAPE2743 svg:last-child {
      fill: rgba(217, 0, 7, 1);
    }
    #GROUP2738 {
      width: 324px;
      height: 50px;
      top: 210.47px;
      left: 27.9991px;
    }
    #GROUP2715 {
      width: 380px;
      height: 270px;
      top: 749.027px;
      left: 9.9996px;
    }
    #GROUP2748 {
      width: 400px;
      height: 1086.52px;
      top: 150px;
      left: 280px;
    }
    #BOX2752 {
      width: 380px;
      height: 510px;
      top: 45px;
      left: 0px;
    }
    #BOX2752 > .ladi-box {
      border-style: dashed;
      border-color: rgb(180, 180, 180);
      border-width: 1px;
      border-radius: 5px;
    }
    #LIST_PARAGRAPH2753 {
      width: 360px;
      top: 54.968px;
      left: 10.125px;
    }
    #LIST_PARAGRAPH2753 > .ladi-list-paragraph {
      color: #650904;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.6;
    }
    #LIST_PARAGRAPH2753 ul li {
      padding-left: 28px;
    }
    #LIST_PARAGRAPH2753 ul li:before {
      content: "";
      background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%201536%201896.0833%22%20class%3D%22%22%20fill%3D%22rgba(255%2C%2071%2C%2071%2C%201.0)%22%3E%20%3Cpath%20d%3D%22M928%201356V640H608v716q0%2025%2018%2038.5t46%2013.5h192q28%200%2046-13.5t18-38.5zM472%20512h195L541%20351q-26-31-69-31-40%200-68%2028t-28%2068%2028%2068%2068%2028zm688-96q0-40-28-68t-68-28q-43%200-69%2031L870%20512h194q40%200%2068-28t28-68zm376%20256v320q0%2014-9%2023t-23%209h-96v416q0%2040-28%2068t-68%2028H224q-40%200-68-28t-28-68v-416H32q-14%200-23-9t-9-23V672q0-14%209-23t23-9h440q-93%200-158.5-65.5T248%20416t65.5-158.5T472%20192q107%200%20168%2077l128%20165%20128-165q61-77%20168-77%2093%200%20158.5%2065.5T1288%20416t-65.5%20158.5T1064%20640h440q14%200%2023%209t9%2023z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
      width: 24px;
      height: 24px;
      top: 0px;
    }
    #LIST_PARAGRAPH2754 {
      width: 360px;
      top: 178.97px;
      left: 10.125px;
    }
    #LIST_PARAGRAPH2754 > .ladi-list-paragraph {
      color: #650904;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.6;
    }
    #LIST_PARAGRAPH2754 ul li {
      padding-left: 28px;
    }
    #LIST_PARAGRAPH2754 ul li:before {
      content: "";
      background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%201536%201896.0833%22%20class%3D%22%22%20fill%3D%22rgba(255%2C%2071%2C%2071%2C%201.0)%22%3E%20%3Cpath%20d%3D%22M928%201356V640H608v716q0%2025%2018%2038.5t46%2013.5h192q28%200%2046-13.5t18-38.5zM472%20512h195L541%20351q-26-31-69-31-40%200-68%2028t-28%2068%2028%2068%2068%2028zm688-96q0-40-28-68t-68-28q-43%200-69%2031L870%20512h194q40%200%2068-28t28-68zm376%20256v320q0%2014-9%2023t-23%209h-96v416q0%2040-28%2068t-68%2028H224q-40%200-68-28t-28-68v-416H32q-14%200-23-9t-9-23V672q0-14%209-23t23-9h440q-93%200-158.5-65.5T248%20416t65.5-158.5T472%20192q107%200%20168%2077l128%20165%20128-165q61-77%20168-77%2093%200%20158.5%2065.5T1288%20416t-65.5%20158.5T1064%20640h440q14%200%2023%209t9%2023z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
      width: 24px;
      height: 24px;
      top: 0px;
    }
    #BOX2756 {
      width: 80px;
      height: 80px;
      top: 0px;
      left: 0px;
    }
    #BOX2756 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/keo-sam-hamer-malaysia-4-vien-20210510070123.jpg");
      background-position: center top;
      background-repeat: repeat;
      border-style: solid;
      border-color: #650904;
      border-width: 1px;
      border-radius: 5px;
    }
    #BOX2757 {
      width: 270px;
      height: 80px;
      top: 0px;
      left: 89.75px;
    }
    #BOX2757 > .ladi-box {
      box-shadow: 0px 0px 20px -4px rgba(101, 9, 4, 1);
      -webkit-box-shadow: 0px 0px 20px -4px rgba(101, 9, 4, 1);
      background-color: rgb(52, 4, 4);
      border-style: dashed;
      border-color: #f2cc90;
      border-width: 1px;
      border-radius: 5px;
    }
    #PARAGRAPH2758 {
      width: 250px;
      top: 27.5px;
      left: 99.75px;
    }
    #PARAGRAPH2758 > .ladi-paragraph {
      color: rgb(255, 255, 255);
      font-size: 16px;
      line-height: 1.6;
    }
    #BUTTON_TEXT2759 {
      width: 60px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT2759 > .ladi-headline {
      color: #f2cc90;
      font-size: 11px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #BUTTON2759 {
      width: 60px;
      height: 20px;
      top: 60px;
      left: 10px;
    }
    #BUTTON2759 > .ladi-button > .ladi-button-background {
      background-color: rgb(52, 4, 4);
    }
    #BUTTON2759 > .ladi-button {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
    }
    #GROUP2755 {
      width: 359.75px;
      height: 80px;
      top: 213.96px;
      left: 10.125px;
    }
    #LIST_PARAGRAPH2761 {
      width: 360px;
      top: 303.96px;
      left: 10.125px;
    }
    #LIST_PARAGRAPH2761 > .ladi-list-paragraph {
      color: #650904;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.6;
    }
    #LIST_PARAGRAPH2761 ul li {
      padding-left: 28px;
    }
    #LIST_PARAGRAPH2761 ul li:before {
      content: "";
      background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%201536%201896.0833%22%20class%3D%22%22%20fill%3D%22rgba(255%2C%2071%2C%2071%2C%201.0)%22%3E%20%3Cpath%20d%3D%22M928%201356V640H608v716q0%2025%2018%2038.5t46%2013.5h192q28%200%2046-13.5t18-38.5zM472%20512h195L541%20351q-26-31-69-31-40%200-68%2028t-28%2068%2028%2068%2068%2028zm688-96q0-40-28-68t-68-28q-43%200-69%2031L870%20512h194q40%200%2068-28t28-68zm376%20256v320q0%2014-9%2023t-23%209h-96v416q0%2040-28%2068t-68%2028H224q-40%200-68-28t-28-68v-416H32q-14%200-23-9t-9-23V672q0-14%209-23t23-9h440q-93%200-158.5-65.5T248%20416t65.5-158.5T472%20192q107%200%20168%2077l128%20165%20128-165q61-77%20168-77%2093%200%20158.5%2065.5T1288%20416t-65.5%20158.5T1064%20640h440q14%200%2023%209t9%2023z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
      width: 24px;
      height: 24px;
      top: 0px;
    }
    #BOX2763 {
      width: 80px;
      height: 80px;
      top: 0px;
      left: 0px;
    }
    #BOX2763 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/keo-sam-hamer-malaysia-2-vien-20210430054420.jpg");
      background-position: center top;
      background-repeat: repeat;
      border-style: solid;
      border-color: #650904;
      border-width: 1px;
      border-radius: 5px;
    }
    #BOX2764 {
      width: 270px;
      height: 80px;
      top: 0px;
      left: 89.75px;
    }
    #BOX2764 > .ladi-box {
      box-shadow: 0px 0px 20px -4px rgba(101, 9, 4, 1);
      -webkit-box-shadow: 0px 0px 20px -4px rgba(101, 9, 4, 1);
      background-color: rgb(52, 4, 4);
      border-style: dashed;
      border-color: #f2cc90;
      border-width: 1px;
      border-radius: 5px;
    }
    #PARAGRAPH2765 {
      width: 250px;
      top: 27.5px;
      left: 99.75px;
    }
    #PARAGRAPH2765 > .ladi-paragraph {
      color: rgb(255, 255, 255);
      font-size: 16px;
      line-height: 1.6;
    }
    #BUTTON_TEXT2766 {
      width: 60px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT2766 > .ladi-headline {
      color: #f2cc90;
      font-size: 11px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #BUTTON2766 {
      width: 60px;
      height: 20px;
      top: 60px;
      left: 10px;
    }
    #BUTTON2766 > .ladi-button > .ladi-button-background {
      background-color: rgb(52, 4, 4);
    }
    #BUTTON2766 > .ladi-button {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
    }
    #GROUP2762 {
      width: 359.75px;
      height: 80px;
      top: 338.96px;
      left: 10.25px;
    }
    #LIST_PARAGRAPH2768 {
      width: 360px;
      top: 427.99px;
      left: 10.25px;
    }
    #LIST_PARAGRAPH2768 > .ladi-list-paragraph {
      color: #650904;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.6;
    }
    #LIST_PARAGRAPH2768 ul li {
      padding-left: 28px;
    }
    #LIST_PARAGRAPH2768 ul li:before {
      content: "";
      background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%201536%201896.0833%22%20class%3D%22%22%20fill%3D%22rgba(255%2C%2071%2C%2071%2C%201.0)%22%3E%20%3Cpath%20d%3D%22M928%201356V640H608v716q0%2025%2018%2038.5t46%2013.5h192q28%200%2046-13.5t18-38.5zM472%20512h195L541%20351q-26-31-69-31-40%200-68%2028t-28%2068%2028%2068%2068%2028zm688-96q0-40-28-68t-68-28q-43%200-69%2031L870%20512h194q40%200%2068-28t28-68zm376%20256v320q0%2014-9%2023t-23%209h-96v416q0%2040-28%2068t-68%2028H224q-40%200-68-28t-28-68v-416H32q-14%200-23-9t-9-23V672q0-14%209-23t23-9h440q-93%200-158.5-65.5T248%20416t65.5-158.5T472%20192q107%200%20168%2077l128%20165%20128-165q61-77%20168-77%2093%200%20158.5%2065.5T1288%20416t-65.5%20158.5T1064%20640h440q14%200%2023%209t9%2023z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
      width: 24px;
      height: 24px;
      top: 0px;
    }
    #BOX2770 {
      width: 80px;
      height: 80px;
      top: 0px;
      left: 0px;
    }
    #BOX2770 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/keo-sam-hamer-malaysia-1-vien-20210430054315.jpg");
      background-position: center top;
      background-repeat: repeat;
      border-style: solid;
      border-color: #650904;
      border-width: 1px;
      border-radius: 5px;
    }
    #BOX2771 {
      width: 270px;
      height: 80px;
      top: 0px;
      left: 89.75px;
    }
    #BOX2771 > .ladi-box {
      box-shadow: 0px 0px 20px -4px rgba(101, 9, 4, 1);
      -webkit-box-shadow: 0px 0px 20px -4px rgba(101, 9, 4, 1);
      background-color: rgb(52, 4, 4);
      border-style: dashed;
      border-color: #f2cc90;
      border-width: 1px;
      border-radius: 5px;
    }
    #PARAGRAPH2772 {
      width: 250px;
      top: 27.5px;
      left: 99.75px;
    }
    #PARAGRAPH2772 > .ladi-paragraph {
      color: rgb(255, 255, 255);
      font-size: 16px;
      line-height: 1.6;
    }
    #BUTTON_TEXT2773 {
      width: 60px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT2773 > .ladi-headline {
      color: #f2cc90;
      font-size: 11px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #BUTTON2773 {
      width: 60px;
      height: 20px;
      top: 60px;
      left: 10px;
    }
    #BUTTON2773 > .ladi-button > .ladi-button-background {
      background-color: rgb(52, 4, 4);
    }
    #BUTTON2773 > .ladi-button {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
    }
    #GROUP2769 {
      width: 359.75px;
      height: 80px;
      top: 462.99px;
      left: 10.375px;
    }
    #BOX2776 {
      width: 80px;
      height: 80px;
      top: 0px;
      left: 0px;
    }
    #BOX2776 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/keo-sam-hamer-malaysia-10-vien-20210510070429.jpg");
      background-position: center top;
      background-repeat: repeat;
      border-style: solid;
      border-color: #650904;
      border-width: 1px;
      border-radius: 5px;
    }
    #BOX2777 {
      width: 270px;
      height: 80px;
      top: 0px;
      left: 90px;
    }
    #BOX2777 > .ladi-box {
      box-shadow: 0px 0px 20px -4px rgba(101, 9, 4, 1);
      -webkit-box-shadow: 0px 0px 20px -4px rgba(101, 9, 4, 1);
      background-color: rgb(52, 4, 4);
      border-style: dashed;
      border-color: #f2cc90;
      border-width: 1px;
      border-radius: 5px;
    }
    #PARAGRAPH2778 {
      width: 250px;
      top: 27.5px;
      left: 100px;
    }
    #PARAGRAPH2778 > .ladi-paragraph {
      color: rgb(255, 255, 255);
      font-size: 16px;
      line-height: 1.6;
    }
    #BUTTON_TEXT2779 {
      width: 60px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT2779 > .ladi-headline {
      color: #f2cc90;
      font-size: 11px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #BUTTON2779 {
      width: 60px;
      height: 20px;
      top: 60px;
      left: 10px;
    }
    #BUTTON2779 > .ladi-button > .ladi-button-background {
      background-color: rgb(52, 4, 4);
    }
    #BUTTON2779 > .ladi-button {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
    }
    #GROUP2775 {
      width: 360px;
      height: 80px;
      top: 88.97px;
      left: 10.125px;
    }
    #BOX2790 {
      width: 380px;
      height: 385px;
      top: 45px;
      left: 0px;
    }
    #BOX2790 > .ladi-box {
      border-style: dashed;
      border-color: rgb(180, 180, 180);
      border-width: 1px;
      border-radius: 5px;
    }
    #LIST_PARAGRAPH2791 {
      width: 360px;
      top: 54.968px;
      left: 10.125px;
    }
    #LIST_PARAGRAPH2791 > .ladi-list-paragraph {
      color: #650904;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.6;
    }
    #LIST_PARAGRAPH2791 ul li {
      padding-left: 28px;
    }
    #LIST_PARAGRAPH2791 ul li:before {
      content: "";
      background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%201536%201896.0833%22%20class%3D%22%22%20fill%3D%22rgba(255%2C%2071%2C%2071%2C%201.0)%22%3E%20%3Cpath%20d%3D%22M928%201356V640H608v716q0%2025%2018%2038.5t46%2013.5h192q28%200%2046-13.5t18-38.5zM472%20512h195L541%20351q-26-31-69-31-40%200-68%2028t-28%2068%2028%2068%2068%2028zm688-96q0-40-28-68t-68-28q-43%200-69%2031L870%20512h194q40%200%2068-28t28-68zm376%20256v320q0%2014-9%2023t-23%209h-96v416q0%2040-28%2068t-68%2028H224q-40%200-68-28t-28-68v-416H32q-14%200-23-9t-9-23V672q0-14%209-23t23-9h440q-93%200-158.5-65.5T248%20416t65.5-158.5T472%20192q107%200%20168%2077l128%20165%20128-165q61-77%20168-77%2093%200%20158.5%2065.5T1288%20416t-65.5%20158.5T1064%20640h440q14%200%2023%209t9%2023z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
      width: 24px;
      height: 24px;
      top: 0px;
    }
    #LIST_PARAGRAPH2792 {
      width: 360px;
      top: 178.97px;
      left: 10.125px;
    }
    #LIST_PARAGRAPH2792 > .ladi-list-paragraph {
      color: #650904;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.6;
    }
    #LIST_PARAGRAPH2792 ul li {
      padding-left: 28px;
    }
    #LIST_PARAGRAPH2792 ul li:before {
      content: "";
      background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%201536%201896.0833%22%20class%3D%22%22%20fill%3D%22rgba(255%2C%2071%2C%2071%2C%201.0)%22%3E%20%3Cpath%20d%3D%22M928%201356V640H608v716q0%2025%2018%2038.5t46%2013.5h192q28%200%2046-13.5t18-38.5zM472%20512h195L541%20351q-26-31-69-31-40%200-68%2028t-28%2068%2028%2068%2068%2028zm688-96q0-40-28-68t-68-28q-43%200-69%2031L870%20512h194q40%200%2068-28t28-68zm376%20256v320q0%2014-9%2023t-23%209h-96v416q0%2040-28%2068t-68%2028H224q-40%200-68-28t-28-68v-416H32q-14%200-23-9t-9-23V672q0-14%209-23t23-9h440q-93%200-158.5-65.5T248%20416t65.5-158.5T472%20192q107%200%20168%2077l128%20165%20128-165q61-77%20168-77%2093%200%20158.5%2065.5T1288%20416t-65.5%20158.5T1064%20640h440q14%200%2023%209t9%2023z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
      width: 24px;
      height: 24px;
      top: 0px;
    }
    #BOX2794 {
      width: 80px;
      height: 80px;
      top: 0px;
      left: 0px;
    }
    #BOX2794 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/keo-sam-hamer-usa-2-vien-20210510094808.jpeg");
      background-position: center top;
      background-repeat: repeat;
      border-style: solid;
      border-color: #650904;
      border-width: 1px;
      border-radius: 5px;
    }
    #BOX2795 {
      width: 270px;
      height: 80px;
      top: 0px;
      left: 89.75px;
    }
    #BOX2795 > .ladi-box {
      box-shadow: 0px 0px 20px -4px rgba(101, 9, 4, 1);
      -webkit-box-shadow: 0px 0px 20px -4px rgba(101, 9, 4, 1);
      background-color: rgb(52, 4, 4);
      border-style: dashed;
      border-color: #f2cc90;
      border-width: 1px;
      border-radius: 5px;
    }
    #PARAGRAPH2796 {
      width: 250px;
      top: 27.5px;
      left: 99.75px;
    }
    #PARAGRAPH2796 > .ladi-paragraph {
      color: rgb(255, 255, 255);
      font-size: 16px;
      line-height: 1.6;
    }
    #BUTTON_TEXT2797 {
      width: 60px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT2797 > .ladi-headline {
      color: #f2cc90;
      font-size: 11px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #BUTTON2797 {
      width: 60px;
      height: 20px;
      top: 60px;
      left: 10px;
    }
    #BUTTON2797 > .ladi-button > .ladi-button-background {
      background-color: rgb(52, 4, 4);
    }
    #BUTTON2797 > .ladi-button {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
    }
    #GROUP2793 {
      width: 359.75px;
      height: 80px;
      top: 213.96px;
      left: 10.125px;
    }
    #LIST_PARAGRAPH2799 {
      width: 360px;
      top: 303.96px;
      left: 10.125px;
    }
    #LIST_PARAGRAPH2799 > .ladi-list-paragraph {
      color: #650904;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.6;
    }
    #LIST_PARAGRAPH2799 ul li {
      padding-left: 28px;
    }
    #LIST_PARAGRAPH2799 ul li:before {
      content: "";
      background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%201536%201896.0833%22%20class%3D%22%22%20fill%3D%22rgba(255%2C%2071%2C%2071%2C%201.0)%22%3E%20%3Cpath%20d%3D%22M928%201356V640H608v716q0%2025%2018%2038.5t46%2013.5h192q28%200%2046-13.5t18-38.5zM472%20512h195L541%20351q-26-31-69-31-40%200-68%2028t-28%2068%2028%2068%2068%2028zm688-96q0-40-28-68t-68-28q-43%200-69%2031L870%20512h194q40%200%2068-28t28-68zm376%20256v320q0%2014-9%2023t-23%209h-96v416q0%2040-28%2068t-68%2028H224q-40%200-68-28t-28-68v-416H32q-14%200-23-9t-9-23V672q0-14%209-23t23-9h440q-93%200-158.5-65.5T248%20416t65.5-158.5T472%20192q107%200%20168%2077l128%20165%20128-165q61-77%20168-77%2093%200%20158.5%2065.5T1288%20416t-65.5%20158.5T1064%20640h440q14%200%2023%209t9%2023z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
      width: 24px;
      height: 24px;
      top: 0px;
    }
    #BOX2801 {
      width: 80px;
      height: 80px;
      top: 0px;
      left: 0px;
    }
    #BOX2801 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/keo-sam-hamer-usa-1-vien-20210510094844.jpeg");
      background-position: center top;
      background-repeat: repeat;
      border-style: solid;
      border-color: #650904;
      border-width: 1px;
      border-radius: 5px;
    }
    #BOX2802 {
      width: 270px;
      height: 80px;
      top: 0px;
      left: 89.75px;
    }
    #BOX2802 > .ladi-box {
      box-shadow: 0px 0px 20px -4px rgba(101, 9, 4, 1);
      -webkit-box-shadow: 0px 0px 20px -4px rgba(101, 9, 4, 1);
      background-color: rgb(52, 4, 4);
      border-style: dashed;
      border-color: #f2cc90;
      border-width: 1px;
      border-radius: 5px;
    }
    #PARAGRAPH2803 {
      width: 250px;
      top: 27.5px;
      left: 99.75px;
    }
    #PARAGRAPH2803 > .ladi-paragraph {
      color: rgb(255, 255, 255);
      font-size: 16px;
      line-height: 1.6;
    }
    #BUTTON_TEXT2804 {
      width: 60px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT2804 > .ladi-headline {
      color: #f2cc90;
      font-size: 11px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #BUTTON2804 {
      width: 60px;
      height: 20px;
      top: 60px;
      left: 10px;
    }
    #BUTTON2804 > .ladi-button > .ladi-button-background {
      background-color: rgb(52, 4, 4);
    }
    #BUTTON2804 > .ladi-button {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
    }
    #GROUP2800 {
      width: 359.75px;
      height: 80px;
      top: 338.96px;
      left: 10.25px;
    }
    #BOX2814 {
      width: 80px;
      height: 80px;
      top: 0px;
      left: 0px;
    }
    #BOX2814 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/keo-sam-hamer-usa-5-vien-20210510094724.jpeg");
      background-position: center top;
      background-repeat: repeat;
      border-style: solid;
      border-color: #650904;
      border-width: 1px;
      border-radius: 5px;
    }
    #BOX2815 {
      width: 270px;
      height: 80px;
      top: 0px;
      left: 90px;
    }
    #BOX2815 > .ladi-box {
      box-shadow: 0px 0px 20px -4px rgba(101, 9, 4, 1);
      -webkit-box-shadow: 0px 0px 20px -4px rgba(101, 9, 4, 1);
      background-color: rgb(52, 4, 4);
      border-style: dashed;
      border-color: #f2cc90;
      border-width: 1px;
      border-radius: 5px;
    }
    #PARAGRAPH2816 {
      width: 250px;
      top: 27.5px;
      left: 100px;
    }
    #PARAGRAPH2816 > .ladi-paragraph {
      color: rgb(255, 255, 255);
      font-size: 16px;
      line-height: 1.6;
    }
    #BUTTON_TEXT2817 {
      width: 60px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT2817 > .ladi-headline {
      color: #f2cc90;
      font-size: 11px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #BUTTON2817 {
      width: 60px;
      height: 20px;
      top: 60px;
      left: 10px;
    }
    #BUTTON2817 > .ladi-button > .ladi-button-background {
      background-color: rgb(52, 4, 4);
    }
    #BUTTON2817 > .ladi-button {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
    }
    #GROUP2813 {
      width: 360px;
      height: 80px;
      top: 88.97px;
      left: 10.125px;
    }
    #HEADLINE2825 {
      width: 380px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE2825 > .ladi-headline {
      color: #650904;
      font-size: 22px;
      text-align: center;
      line-height: 1.6;
    }
    #BOX2828 {
      width: 380px;
      height: 510px;
      top: 45px;
      left: 0px;
    }
    #BOX2828 > .ladi-box {
      border-style: dashed;
      border-color: rgb(180, 180, 180);
      border-width: 1px;
      border-radius: 5px;
    }
    #LIST_PARAGRAPH2829 {
      width: 360px;
      top: 54.968px;
      left: 10.125px;
    }
    #LIST_PARAGRAPH2829 > .ladi-list-paragraph {
      color: #650904;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.6;
    }
    #LIST_PARAGRAPH2829 ul li {
      padding-left: 28px;
    }
    #LIST_PARAGRAPH2829 ul li:before {
      content: "";
      background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%201536%201896.0833%22%20class%3D%22%22%20fill%3D%22rgba(255%2C%2071%2C%2071%2C%201.0)%22%3E%20%3Cpath%20d%3D%22M928%201356V640H608v716q0%2025%2018%2038.5t46%2013.5h192q28%200%2046-13.5t18-38.5zM472%20512h195L541%20351q-26-31-69-31-40%200-68%2028t-28%2068%2028%2068%2068%2028zm688-96q0-40-28-68t-68-28q-43%200-69%2031L870%20512h194q40%200%2068-28t28-68zm376%20256v320q0%2014-9%2023t-23%209h-96v416q0%2040-28%2068t-68%2028H224q-40%200-68-28t-28-68v-416H32q-14%200-23-9t-9-23V672q0-14%209-23t23-9h440q-93%200-158.5-65.5T248%20416t65.5-158.5T472%20192q107%200%20168%2077l128%20165%20128-165q61-77%20168-77%2093%200%20158.5%2065.5T1288%20416t-65.5%20158.5T1064%20640h440q14%200%2023%209t9%2023z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
      width: 24px;
      height: 24px;
      top: 0px;
    }
    #LIST_PARAGRAPH2830 {
      width: 360px;
      top: 178.97px;
      left: 10.125px;
    }
    #LIST_PARAGRAPH2830 > .ladi-list-paragraph {
      color: #650904;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.6;
    }
    #LIST_PARAGRAPH2830 ul li {
      padding-left: 28px;
    }
    #LIST_PARAGRAPH2830 ul li:before {
      content: "";
      background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%201536%201896.0833%22%20class%3D%22%22%20fill%3D%22rgba(255%2C%2071%2C%2071%2C%201.0)%22%3E%20%3Cpath%20d%3D%22M928%201356V640H608v716q0%2025%2018%2038.5t46%2013.5h192q28%200%2046-13.5t18-38.5zM472%20512h195L541%20351q-26-31-69-31-40%200-68%2028t-28%2068%2028%2068%2068%2028zm688-96q0-40-28-68t-68-28q-43%200-69%2031L870%20512h194q40%200%2068-28t28-68zm376%20256v320q0%2014-9%2023t-23%209h-96v416q0%2040-28%2068t-68%2028H224q-40%200-68-28t-28-68v-416H32q-14%200-23-9t-9-23V672q0-14%209-23t23-9h440q-93%200-158.5-65.5T248%20416t65.5-158.5T472%20192q107%200%20168%2077l128%20165%20128-165q61-77%20168-77%2093%200%20158.5%2065.5T1288%20416t-65.5%20158.5T1064%20640h440q14%200%2023%209t9%2023z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
      width: 24px;
      height: 24px;
      top: 0px;
    }
    #BOX2832 {
      width: 80px;
      height: 80px;
      top: 0px;
      left: 0px;
    }
    #BOX2832 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/4-vien-keo-sam-hamer-e854a9-20210510095718.jpeg");
      background-position: center top;
      background-repeat: repeat;
      border-style: solid;
      border-color: #650904;
      border-width: 1px;
      border-radius: 5px;
    }
    #BOX2833 {
      width: 270px;
      height: 80px;
      top: 0px;
      left: 89.75px;
    }
    #BOX2833 > .ladi-box {
      box-shadow: 0px 0px 20px -4px rgba(101, 9, 4, 1);
      -webkit-box-shadow: 0px 0px 20px -4px rgba(101, 9, 4, 1);
      background-color: rgb(52, 4, 4);
      border-style: dashed;
      border-color: #f2cc90;
      border-width: 1px;
      border-radius: 5px;
    }
    #PARAGRAPH2834 {
      width: 250px;
      top: 27.5px;
      left: 99.75px;
    }
    #PARAGRAPH2834 > .ladi-paragraph {
      color: rgb(255, 255, 255);
      font-size: 16px;
      line-height: 1.6;
    }
    #BUTTON_TEXT2835 {
      width: 60px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT2835 > .ladi-headline {
      color: #f2cc90;
      font-size: 11px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #BUTTON2835 {
      width: 60px;
      height: 20px;
      top: 60px;
      left: 10px;
    }
    #BUTTON2835 > .ladi-button > .ladi-button-background {
      background-color: rgb(52, 4, 4);
    }
    #BUTTON2835 > .ladi-button {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
    }
    #GROUP2831 {
      width: 359.75px;
      height: 80px;
      top: 213.96px;
      left: 10.125px;
    }
    #LIST_PARAGRAPH2837 {
      width: 360px;
      top: 303.96px;
      left: 10.125px;
    }
    #LIST_PARAGRAPH2837 > .ladi-list-paragraph {
      color: #650904;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.6;
    }
    #LIST_PARAGRAPH2837 ul li {
      padding-left: 28px;
    }
    #LIST_PARAGRAPH2837 ul li:before {
      content: "";
      background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%201536%201896.0833%22%20class%3D%22%22%20fill%3D%22rgba(255%2C%2071%2C%2071%2C%201.0)%22%3E%20%3Cpath%20d%3D%22M928%201356V640H608v716q0%2025%2018%2038.5t46%2013.5h192q28%200%2046-13.5t18-38.5zM472%20512h195L541%20351q-26-31-69-31-40%200-68%2028t-28%2068%2028%2068%2068%2028zm688-96q0-40-28-68t-68-28q-43%200-69%2031L870%20512h194q40%200%2068-28t28-68zm376%20256v320q0%2014-9%2023t-23%209h-96v416q0%2040-28%2068t-68%2028H224q-40%200-68-28t-28-68v-416H32q-14%200-23-9t-9-23V672q0-14%209-23t23-9h440q-93%200-158.5-65.5T248%20416t65.5-158.5T472%20192q107%200%20168%2077l128%20165%20128-165q61-77%20168-77%2093%200%20158.5%2065.5T1288%20416t-65.5%20158.5T1064%20640h440q14%200%2023%209t9%2023z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
      width: 24px;
      height: 24px;
      top: 0px;
    }
    #BOX2839 {
      width: 80px;
      height: 80px;
      top: 0px;
      left: 0px;
    }
    #BOX2839 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/2-vien-keo-sam-hamer-e854a9-20210501052054.jpeg");
      background-position: center top;
      background-repeat: repeat;
      border-style: solid;
      border-color: #650904;
      border-width: 1px;
      border-radius: 5px;
    }
    #BOX2840 {
      width: 270px;
      height: 80px;
      top: 0px;
      left: 89.75px;
    }
    #BOX2840 > .ladi-box {
      box-shadow: 0px 0px 20px -4px rgba(101, 9, 4, 1);
      -webkit-box-shadow: 0px 0px 20px -4px rgba(101, 9, 4, 1);
      background-color: rgb(52, 4, 4);
      border-style: dashed;
      border-color: #f2cc90;
      border-width: 1px;
      border-radius: 5px;
    }
    #PARAGRAPH2841 {
      width: 250px;
      top: 27.5px;
      left: 99.75px;
    }
    #PARAGRAPH2841 > .ladi-paragraph {
      color: rgb(255, 255, 255);
      font-size: 16px;
      line-height: 1.6;
    }
    #BUTTON_TEXT2842 {
      width: 60px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT2842 > .ladi-headline {
      color: #f2cc90;
      font-size: 11px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #BUTTON2842 {
      width: 60px;
      height: 20px;
      top: 60px;
      left: 10px;
    }
    #BUTTON2842 > .ladi-button > .ladi-button-background {
      background-color: rgb(52, 4, 4);
    }
    #BUTTON2842 > .ladi-button {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
    }
    #GROUP2838 {
      width: 359.75px;
      height: 80px;
      top: 338.96px;
      left: 10.25px;
    }
    #LIST_PARAGRAPH2844 {
      width: 360px;
      top: 427.99px;
      left: 10.25px;
    }
    #LIST_PARAGRAPH2844 > .ladi-list-paragraph {
      color: #650904;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.6;
    }
    #LIST_PARAGRAPH2844 ul li {
      padding-left: 28px;
    }
    #LIST_PARAGRAPH2844 ul li:before {
      content: "";
      background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%201536%201896.0833%22%20class%3D%22%22%20fill%3D%22rgba(255%2C%2071%2C%2071%2C%201.0)%22%3E%20%3Cpath%20d%3D%22M928%201356V640H608v716q0%2025%2018%2038.5t46%2013.5h192q28%200%2046-13.5t18-38.5zM472%20512h195L541%20351q-26-31-69-31-40%200-68%2028t-28%2068%2028%2068%2068%2028zm688-96q0-40-28-68t-68-28q-43%200-69%2031L870%20512h194q40%200%2068-28t28-68zm376%20256v320q0%2014-9%2023t-23%209h-96v416q0%2040-28%2068t-68%2028H224q-40%200-68-28t-28-68v-416H32q-14%200-23-9t-9-23V672q0-14%209-23t23-9h440q-93%200-158.5-65.5T248%20416t65.5-158.5T472%20192q107%200%20168%2077l128%20165%20128-165q61-77%20168-77%2093%200%20158.5%2065.5T1288%20416t-65.5%20158.5T1064%20640h440q14%200%2023%209t9%2023z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
      width: 24px;
      height: 24px;
      top: 0px;
    }
    #BOX2846 {
      width: 80px;
      height: 80px;
      top: 0px;
      left: 0px;
    }
    #BOX2846 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/1-vien-keo-sam-hamer-e854a9-20210501052436.jpeg");
      background-position: center top;
      background-repeat: repeat;
      border-style: solid;
      border-color: #650904;
      border-width: 1px;
      border-radius: 5px;
    }
    #BOX2847 {
      width: 270px;
      height: 80px;
      top: 0px;
      left: 89.75px;
    }
    #BOX2847 > .ladi-box {
      box-shadow: 0px 0px 20px -4px rgba(101, 9, 4, 1);
      -webkit-box-shadow: 0px 0px 20px -4px rgba(101, 9, 4, 1);
      background-color: rgb(52, 4, 4);
      border-style: dashed;
      border-color: #f2cc90;
      border-width: 1px;
      border-radius: 5px;
    }
    #PARAGRAPH2848 {
      width: 250px;
      top: 27.5px;
      left: 99.75px;
    }
    #PARAGRAPH2848 > .ladi-paragraph {
      color: rgb(255, 255, 255);
      font-size: 16px;
      line-height: 1.6;
    }
    #BUTTON_TEXT2849 {
      width: 60px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT2849 > .ladi-headline {
      color: #f2cc90;
      font-size: 11px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #BUTTON2849 {
      width: 60px;
      height: 20px;
      top: 60px;
      left: 10px;
    }
    #BUTTON2849 > .ladi-button > .ladi-button-background {
      background-color: rgb(52, 4, 4);
    }
    #BUTTON2849 > .ladi-button {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
    }
    #GROUP2845 {
      width: 359.75px;
      height: 80px;
      top: 462.99px;
      left: 10.375px;
    }
    #BOX2852 {
      width: 80px;
      height: 80px;
      top: 0px;
      left: 0px;
    }
    #BOX2852 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/10-vien-keo-sam-hamer-e854a9-20210510095659.jpeg");
      background-position: center top;
      background-repeat: repeat;
      border-style: solid;
      border-color: #650904;
      border-width: 1px;
      border-radius: 5px;
    }
    #BOX2853 {
      width: 270px;
      height: 80px;
      top: 0px;
      left: 90px;
    }
    #BOX2853 > .ladi-box {
      box-shadow: 0px 0px 20px -4px rgba(101, 9, 4, 1);
      -webkit-box-shadow: 0px 0px 20px -4px rgba(101, 9, 4, 1);
      background-color: rgb(52, 4, 4);
      border-style: dashed;
      border-color: #f2cc90;
      border-width: 1px;
      border-radius: 5px;
    }
    #PARAGRAPH2854 {
      width: 250px;
      top: 27.5px;
      left: 100px;
    }
    #PARAGRAPH2854 > .ladi-paragraph {
      color: rgb(255, 255, 255);
      font-size: 16px;
      line-height: 1.6;
    }
    #BUTTON_TEXT2855 {
      width: 60px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT2855 > .ladi-headline {
      color: #f2cc90;
      font-size: 11px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #BUTTON2855 {
      width: 60px;
      height: 20px;
      top: 60px;
      left: 10px;
    }
    #BUTTON2855 > .ladi-button > .ladi-button-background {
      background-color: rgb(52, 4, 4);
    }
    #BUTTON2855 > .ladi-button {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
    }
    #GROUP2851 {
      width: 360px;
      height: 80px;
      top: 88.97px;
      left: 10.125px;
    }
    #HEADLINE2863 {
      width: 380px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE2863 > .ladi-headline {
      color: #650904;
      font-size: 22px;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP2864 {
      width: 380px;
      height: 555px;
      top: 12px;
      left: 428.5px;
    }
    #GROUP2866 {
      width: 380px;
      height: 555px;
      top: 8.5px;
      left: 425px;
    }
    #GROUP2972 {
      width: 380px;
      height: 430px;
      top: 10.5px;
      left: 428.5px;
    }
  }
  
  @media (max-width: 767px) {
    #SECTION_POPUP {
      height: 0px;
    }
    #SECTION_POPUP .ladi-section-arrow-down {
      background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #SECTION5 {
      height: 1125.03px;
    }
    #SECTION5 > .ladi-section-background {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s768x1125/5eb1335ec310210e1b180020/bg_hamer_1-20210428052244.jpeg");
      background-position: center top;
      background-repeat: repeat;
    }
    #SECTION5 .ladi-section-arrow-down {
      background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #SECTION6 {
      height: 2295.45px;
    }
    #SECTION6 > .ladi-section-background {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s768x2295/5eb1335ec310210e1b180020/bg_hamer_2-20210428065447.jpeg");
      background-position: center top;
      background-repeat: repeat;
    }
    #SECTION6 .ladi-section-arrow-down {
      background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #IMAGE8 {
      width: 420px;
      height: 67.4585px;
      top: 0px;
      left: 0px;
    }
    #IMAGE8 > .ladi-image > .ladi-image-background {
      width: 420px;
      height: 66.667px;
      top: 0px;
      left: 0px;
      background-image: url("../images/vcbgftg-20210129080345.png");
    }
    #HEADLINE9 {
      width: 400px;
      top: 19.9589px;
      left: 10.3065px;
    }
    #HEADLINE9 > .ladi-headline {
      font-family: "Prata", serif;
      color: #f2cc90;
      font-size: 30px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #IMAGE16 {
      width: 119.131px;
      height: 44.1935px;
      top: 747px;
      left: -6px;
    }
    #IMAGE16 > .ladi-image > .ladi-image-background {
      width: 119.131px;
      height: 44.1935px;
      top: 0px;
      left: 0px;
      background-image: url("../images/kjlyhio-20210129081258.png");
    }
    #IMAGE17 {
      width: 102.957px;
      height: 38.1935px;
      top: 815.49px;
      left: 340.373px;
    }
    #IMAGE17 > .ladi-image > .ladi-image-background {
      width: 102.957px;
      height: 38.1935px;
      top: 0px;
      left: 0px;
      background-image: url("../images/kjlyhio-20210129081258.png");
    }
    #HEADLINE18 {
      width: 380px;
      top: 14px;
      left: 10px;
    }
    #HEADLINE18 > .ladi-headline {
      font-family: "Prata", serif;
      color: rgb(255, 238, 196);
      font-size: 20px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #IMAGE19 {
      width: 200px;
      height: 77.0833px;
      top: 175.876px;
      left: 249.717px;
    }
    #IMAGE19 > .ladi-image > .ladi-image-background {
      width: 200px;
      height: 77.0833px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s550x400/5c7362c6c417ab07e5196b05/vcf-20210129081635.png");
    }
    #IMAGE21 {
      width: 77.4549px;
      height: 35.7833px;
      top: 19.9589px;
      left: 342.545px;
    }
    #IMAGE21 > .ladi-image > .ladi-image-background {
      width: 77.4549px;
      height: 35.7833px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s400x350/5c7362c6c417ab07e5196b05/bdg-20210129081634.png");
    }
    #IMAGE21.ladi-animation > .ladi-image {
      animation-name: shake;
      -webkit-animation-name: shake;
      animation-delay: 1s;
      -webkit-animation-delay: 1s;
      animation-duration: 15s;
      -webkit-animation-duration: 15s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #BOX22 {
      width: 399.693px;
      height: 864px;
      top: 867.95px;
      left: 9.166px;
    }
    #BOX22 > .ladi-box {
      background-color: rgb(255, 255, 255);
    }
    #PARAGRAPH23 {
      width: 340px;
      top: 903.86px;
      left: 38.8025px;
    }
    #PARAGRAPH23 > .ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 16px;
      text-align: justify;
      line-height: 1.6;
    }
    #IMAGE28 {
      width: 77.4127px;
      height: 80.4681px;
      top: 878.7px;
      left: 16.5519px;
    }
    #IMAGE28 > .ladi-image > .ladi-image-background {
      width: 77.4127px;
      height: 80.4681px;
      top: 0px;
      left: 0px;
      background-image: url("../images/tttt-20210129083939.png");
    }
    #IMAGE29 {
      width: 77.4127px;
      height: 80.4681px;
      top: 878.7px;
      left: 323.816px;
    }
    #IMAGE29 > .ladi-image > .ladi-image-background {
      width: 77.4127px;
      height: 80.4681px;
      top: 0px;
      left: 0px;
      background-image: url("../images/tttt-20210129083939.png");
    }
    #IMAGE29 > .ladi-image {
      transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
    }
    #IMAGE30 {
      width: 77.4127px;
      height: 80.4681px;
      top: 1638.95px;
      left: 323.123px;
    }
    #IMAGE30 > .ladi-image > .ladi-image-background {
      width: 77.4127px;
      height: 80.4681px;
      top: 0px;
      left: 0px;
      background-image: url("../images/tttt-20210129083939.png");
    }
    #IMAGE30 > .ladi-image {
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
    }
    #IMAGE31 {
      width: 77.4127px;
      height: 80.4681px;
      top: 1638.95px;
      left: 19.8589px;
    }
    #IMAGE31 > .ladi-image > .ladi-image-background {
      width: 77.4127px;
      height: 80.4681px;
      top: 0px;
      left: 0px;
      background-image: url("../images/tttt-20210129083939.png");
    }
    #IMAGE31 > .ladi-image {
      transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg);
    }
    #IMAGE34 {
      width: 99.0727px;
      height: 36.5512px;
      top: 25.6833px;
      left: -28.0397px;
    }
    #IMAGE34 > .ladi-image > .ladi-image-background {
      width: 99.0727px;
      height: 36.5512px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s400x350/5c7362c6c417ab07e5196b05/hvjngh-20210129084404.png");
    }
    #IMAGE34.ladi-animation > .ladi-image {
      animation-name: shake;
      -webkit-animation-name: shake;
      animation-delay: 1s;
      -webkit-animation-delay: 1s;
      animation-duration: 15s;
      -webkit-animation-duration: 15s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #IMAGE35 {
      width: 237.608px;
      height: 88.145px;
      top: 422.981px;
      left: -164.804px;
    }
    #IMAGE35 > .ladi-image > .ladi-image-background {
      width: 237.608px;
      height: 88.145px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s550x400/5c7362c6c417ab07e5196b05/kjlyhio-20210129081258.png");
    }
    #GALLERY84 {
      width: 340px;
      height: 295px;
      top: 1397.95px;
      left: 38.8025px;
    }
    #GALLERY84 > .ladi-gallery > .ladi-gallery-view {
      height: calc(100% - 0px);
    }
    #GALLERY84 > .ladi-gallery > .ladi-gallery-control {
      height: 0px;
      display: none;
    }
    #GALLERY84 > .ladi-gallery > .ladi-gallery-control > .ladi-gallery-control-box > .ladi-gallery-control-item {
      width: 0px;
      height: 0px;
      margin-right: 0px;
    }
    #GALLERY84 .ladi-gallery .ladi-gallery-view-item[data-index="0"] {
      background-image: url("https://w.ladicdn.com/s650x600/5eb1335ec310210e1b180020/keo-sam-hamer-malaysia-37f82k-6-20210501062119.jpeg");
    }
    #GALLERY84 .ladi-gallery .ladi-gallery-control-item[data-index="0"] {
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/keo-sam-hamer-malaysia-37f82k-6-20210501062119.jpeg");
    }
    #GALLERY84 .ladi-gallery .ladi-gallery-view-item[data-index="1"] {
      background-image: url("https://w.ladicdn.com/s650x600/5eb1335ec310210e1b180020/keo-sam-hamer-usa-20210501062328.jpeg");
    }
    #GALLERY84 .ladi-gallery .ladi-gallery-control-item[data-index="1"] {
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/keo-sam-hamer-usa-20210501062328.jpeg");
    }
    #GALLERY84 .ladi-gallery .ladi-gallery-view-item[data-index="2"] {
      background-image: url("https://w.ladicdn.com/s650x600/5eb1335ec310210e1b180020/keo-sam-hamer-e854a9-6-31dc2b6e-f5fb-454b-ab31-f4bda426626e-20210501062509.jpeg");
    }
    #GALLERY84 .ladi-gallery .ladi-gallery-control-item[data-index="2"] {
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/keo-sam-hamer-e854a9-6-31dc2b6e-f5fb-454b-ab31-f4bda426626e-20210501062509.jpeg");
    }
    #BOX127 {
      width: 364.409px;
      height: 49.5476px;
      top: 4.75367px;
      left: 17.7955px;
    }
    #BOX127 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s700x350/5c7362c6c417ab07e5196b05/rrr-20210130021442.jpg");
      background-position: center center;
      background-repeat: repeat;
      border-radius: 6px;
    }
    #BOX128 {
      width: 400px;
      height: 60px;
      top: 0px;
      left: 0px;
    }
    #BOX128 > .ladi-box {
      background-color: #650904;
      border-style: solid;
      border-color: #f2cc90;
      border-width: 2px;
      border-radius: 8px;
    }
    #GROUP163 {
      width: 400px;
      height: 60px;
      top: 778.189px;
      left: 9.1773px;
    }
    #GROUP163.ladi-animation > .ladi-group {
      animation-name: fadeInUp;
      -webkit-animation-name: fadeInUp;
      animation-delay: 0.2s;
      -webkit-animation-delay: 0.2s;
      animation-duration: 1.5s;
      -webkit-animation-duration: 1.5s;
      animation-iteration-count: 1;
      -webkit-animation-iteration-count: 1;
    }
    #SECTION236 {
      height: 64px;
      position: fixed;
      z-index: 1;
      width: 100%;
      top: 0;
    }
    #SECTION236 > .ladi-section-background {
      background-color: rgb(52, 4, 4);
    }
    #SECTION236 .ladi-section-arrow-down {
      background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #IMAGE237 {
      width: 154.093px;
      height: 50px;
      top: 7px;
      left: 55.3065px;
    }
    #IMAGE237 > .ladi-image > .ladi-image-background {
      width: 154.093px;
      height: 48.1541px;
      top: 0px;
      left: 0px;
      background-image: url("../images/logo-hamer_white-20210428050213.png");
    }
    #SHAPE240 {
      width: 45px;
      height: 45px;
      top: 9.5px;
      left: 10.3065px;
    }
    #SHAPE240 svg:last-child {
      fill: rgba(255, 255, 255, 1.0);
    }
    #BUTTON241 {
      width: 180px;
      height: 45px;
      top: 9.5px;
      left: 229.999px;
    }
    #BUTTON241 > .ladi-button > .ladi-button-background {
      background-color: #f2cc90;
    }
    #BUTTON241 > .ladi-button {
      box-shadow: 0px 0px 15px -4px rgba(242, 204, 144, 1);
      -webkit-box-shadow: 0px 0px 15px -4px rgba(242, 204, 144, 1);
      border-style: dashed;
      border-color: rgb(255, 255, 255);
      border-width: 1px;
      border-radius: 3px;
    }
    #BUTTON_TEXT241 {
      width: 178px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT241 > .ladi-headline {
      color: rgb(52, 4, 4);
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #BUTTON244 {
      width: 100px;
      height: 45px;
      top: 0px;
      left: 0px;
    }
    #BUTTON244 > .ladi-button > .ladi-button-background {
      background-color: rgba(245, 65, 38, 0);
    }
    #BUTTON244 > .ladi-button {
      border-color: rgb(244, 64, 37);
      border-width: 1px;
      border-radius: 100px;
    }
    #BUTTON_TEXT244 {
      width: 100px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT244 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #BUTTON246 {
      width: 100px;
      height: 45px;
      top: 0px;
      left: 100px;
    }
    #BUTTON246 > .ladi-button > .ladi-button-background {
      background-color: rgba(245, 65, 38, 0);
    }
    #BUTTON246 > .ladi-button {
      border-color: rgb(244, 64, 37);
      border-width: 1px;
      border-radius: 100px;
    }
    #BUTTON_TEXT246 {
      width: 100px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT246 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #BUTTON248 {
      width: 100px;
      height: 45px;
      top: 0px;
      left: 200px;
    }
    #BUTTON248 > .ladi-button > .ladi-button-background {
      background-color: rgba(245, 65, 38, 0);
    }
    #BUTTON248 > .ladi-button {
      border-color: rgb(244, 64, 37);
      border-width: 1px;
      border-radius: 100px;
    }
    #BUTTON_TEXT248 {
      width: 100px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT248 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #BUTTON250 {
      width: 100px;
      height: 45px;
      top: 0px;
      left: 300px;
    }
    #BUTTON250 > .ladi-button > .ladi-button-background {
      background-color: rgba(245, 65, 38, 0);
    }
    #BUTTON250 > .ladi-button {
      border-color: rgb(244, 64, 37);
      border-width: 1px;
      border-radius: 100px;
    }
    #BUTTON_TEXT250 {
      width: 100px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT250 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP254 {
      width: 500px;
      height: 45px;
      top: 0px;
      left: -500px;
      display: none !important;
    }
    #IMAGE295 {
      width: 400px;
      height: 337.516px;
      top: 153.252px;
      left: 9.9995px;
    }
    #IMAGE295 > .ladi-image > .ladi-image-background {
      width: 400px;
      height: 337.516px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s750x650/5eb1335ec310210e1b180020/model-s5-1-20210428051630.png");
    }
    #HEADLINE297 {
      width: 400px;
      top: 67.9589px;
      left: 10.3065px;
    }
    #HEADLINE297 > .ladi-headline {
      color: #f2cc90;
      font-size: 22px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #IMAGE298 {
      width: 260.572px;
      height: 164.692px;
      top: 332.076px;
      left: 119.502px;
    }
    #IMAGE298 > .ladi-image > .ladi-image-background {
      width: 262.632px;
      height: 164.692px;
      top: 0px;
      left: 0px;
      background-image: url("../images/keo-sam-20210503063758.png");
    }
    #IMAGE298.ladi-animation > .ladi-image {
      animation-name: fadeInUp;
      -webkit-animation-name: fadeInUp;
      animation-delay: 0.2s;
      -webkit-animation-delay: 0.2s;
      animation-duration: 1.5s;
      -webkit-animation-duration: 1.5s;
      animation-iteration-count: 1;
      -webkit-animation-iteration-count: 1;
    }
    #IMAGE301 {
      width: 314.411px;
      height: 82.6867px;
      top: 0px;
      left: 0px;
    }
    #IMAGE301 > .ladi-image > .ladi-image-background {
      width: 314.411px;
      height: 83.436px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s650x400/5c7362c6c417ab07e5196b05/dvfazdgaw4tqv43t34-20201008041550.png");
    }
    #HEADLINE302 {
      width: 160px;
      top: 19.343px;
      left: 140.706px;
    }
    #HEADLINE302 > .ladi-headline {
      color: #f2cc90;
      font-size: 28px;
      font-weight: bold;
      line-height: 1.6;
    }
    #HEADLINE303 {
      width: 110px;
      top: 19.343px;
      left: 13.706px;
    }
    #HEADLINE303 > .ladi-headline {
      color: rgb(228, 228, 228);
      font-size: 16px;
      text-align: center;
      line-height: 1.4;
    }
    #LINE304 {
      height: 43px;
      top: 19.843px;
      left: 123.706px;
    }
    #LINE304 > .ladi-line > .ladi-line-container {
      border-top: 0px !important;
      border-right: 1px solid rgba(117, 117, 117, 0.5);
      border-bottom: 1px solid rgba(117, 117, 117, 0.5);
      border-left: 1px solid rgba(117, 117, 117, 0.5);
    }
    #LINE304 > .ladi-line {
      height: 100%;
      padding: 0px 8px;
    }
    #SHAPE305 {
      width: 15.373px;
      height: 18.9769px;
      top: 824.75px;
      left: 49.9995px;
    }
    #SHAPE305.ladi-animation > .ladi-shape {
      animation-name: shake;
      -webkit-animation-name: shake;
      animation-delay: 1s;
      -webkit-animation-delay: 1s;
      animation-duration: 2s;
      -webkit-animation-duration: 2s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #SHAPE305 svg:last-child {
      fill: rgba(184, 155, 114, 1.0);
    }
    #PARAGRAPH307 {
      width: 381px;
      top: 22.7293px;
      left: 19.5px;
    }
    #PARAGRAPH307 > .ladi-paragraph {
      font-family: "Prata", serif;
      color: rgb(52, 4, 4);
      font-size: 14px;
      font-style: italic;
      line-height: 1.6;
    }
    #GROUP308 {
      width: 420px;
      height: 67.4585px;
      top: 477.976px;
      left: -0.0005px;
    }
    #BOX312 {
      width: 360px;
      height: 310px;
      top: 0px;
      left: 0px;
    }
    #BOX312 > .ladi-box {
      background-color: rgba(238, 227, 215, 0);
      border-style: solid;
      border-color: rgba(184, 133, 84, 0.3);
      border-width: 2px;
      border-radius: 12px;
    }
    #HEADLINE315 {
      width: 320px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE315 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 24px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP332 {
      width: 314.411px;
      height: 82.6867px;
      top: 1.056px;
      left: 2.794px;
    }
    #COUNTDOWN335 {
      width: 300px;
      height: 45px;
      top: 0px;
      left: 0px;
    }
    #COUNTDOWN335 > .ladi-countdown {
      font-family: "Open Sans", sans-serif;
      color: #650904;
      font-size: 28px;
      font-weight: bold;
      text-align: center;
      letter-spacing: 3px;
    }
    #COUNTDOWN335 > .ladi-countdown > .ladi-element {
      width: calc((100% - 20px * 3) / 4);
      margin-right: 5px;
      height: 100%;
    }
    #COUNTDOWN335 > .ladi-countdown .ladi-countdown-background {
      border-radius: 0px;
    }
    #BOX340 {
      width: 320px;
      height: 60px;
      top: 0px;
      left: 0px;
    }
    #BOX340 > .ladi-box {
      background-color: #f2cc90;
      border-radius: 5px 5px 0px 0px;
    }
    #PARAGRAPH341 {
      width: 40px;
      top: 38px;
      left: 89.956px;
    }
    #PARAGRAPH341 > .ladi-paragraph {
      color: rgb(52, 4, 4);
      font-size: 14px;
      text-align: center;
      line-height: 1.6;
    }
    #PARAGRAPH342 {
      width: 40px;
      top: 38px;
      left: 166.956px;
    }
    #PARAGRAPH342 > .ladi-paragraph {
      color: rgb(52, 4, 4);
      font-size: 14px;
      text-align: center;
      line-height: 1.6;
    }
    #PARAGRAPH343 {
      width: 40px;
      top: 38px;
      left: 13.956px;
    }
    #PARAGRAPH343 > .ladi-paragraph {
      color: rgb(52, 4, 4);
      font-size: 14px;
      text-align: center;
      line-height: 1.6;
    }
    #PARAGRAPH344 {
      width: 40px;
      top: 38px;
      left: 242.956px;
    }
    #PARAGRAPH344 > .ladi-paragraph {
      color: rgb(52, 4, 4);
      font-size: 14px;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP345 {
      width: 300px;
      height: 60px;
      top: 0px;
      left: 10px;
    }
    #GROUP346 {
      width: 320px;
      height: 60px;
      top: 77.9px;
      left: 0px;
    }
    #PARAGRAPH347 {
      width: 320px;
      top: 43.9px;
      left: 0px;
    }
    #PARAGRAPH347 > .ladi-paragraph {
      color: rgb(255, 255, 255);
      font-size: 18px;
      font-weight: bold;
      line-height: 1.6;
    }
    #BOX374 {
      width: 320px;
      height: 84.798px;
      top: 0px;
      left: 0px;
    }
    #BOX374 > .ladi-box {
      box-shadow: 0px 15px 20px -15px #000;
      -webkit-box-shadow: 0px 15px 20px -15px #000;
      background-color: rgb(52, 4, 4);
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
    }
    #GROUP375 {
      width: 320px;
      height: 84.798px;
      top: 138.473px;
      left: 0.001px;
    }
    #BUTTON_TEXT376 {
      width: 178px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT376 > .ladi-headline {
      color: rgb(52, 4, 4);
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #BUTTON376 {
      width: 180px;
      height: 45px;
      top: 228.271px;
      left: 70px;
    }
    #BUTTON376 > .ladi-button > .ladi-button-background {
      background-color: #f2cc90;
    }
    #BUTTON376 > .ladi-button {
      box-shadow: 0px 0px 15px -4px rgba(242, 204, 144, 1);
      -webkit-box-shadow: 0px 0px 15px -4px rgba(242, 204, 144, 1);
      border-style: dashed;
      border-color: rgb(255, 255, 255);
      border-width: 1px;
      border-radius: 3px;
    }
    #GROUP378 {
      width: 320.001px;
      height: 273.271px;
      top: 18.3645px;
      left: 19.9995px;
    }
    #GROUP379 {
      width: 360px;
      height: 310px;
      top: 568.434px;
      left: 29.9995px;
    }
    #HEADLINE380 {
      width: 399px;
      top: 1761.42px;
      left: 10.4995px;
    }
    #HEADLINE380 > .ladi-headline {
      font-family: "Prata", serif;
      color: #650904;
      font-size: 24px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #IMAGE381 {
      width: 105px;
      height: 121px;
      top: 0px;
      left: 42.5px;
    }
    #IMAGE381 > .ladi-image > .ladi-image-background {
      width: 105px;
      height: 121px;
      top: 0px;
      left: 0px;
      background-image: url("../images/sub1-s2-20210428070616.png");
    }
    #HEADLINE382 {
      width: 190px;
      top: 130.5px;
      left: 0px;
    }
    #HEADLINE382 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 18px;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP383 {
      width: 190px;
      height: 186.5px;
      top: 1857.42px;
      left: 10.4995px;
    }
    #IMAGE385 {
      width: 105px;
      height: 121px;
      top: 0px;
      left: 42.5px;
    }
    #IMAGE385 > .ladi-image > .ladi-image-background {
      width: 105px;
      height: 121px;
      top: 0px;
      left: 0px;
      background-image: url("../images/sub2-s2-20210428070616.png");
    }
    #HEADLINE386 {
      width: 190px;
      top: 130.5px;
      left: 0px;
    }
    #HEADLINE386 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 18px;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP384 {
      width: 190px;
      height: 158.5px;
      top: 1857.42px;
      left: 219.5px;
    }
    #IMAGE388 {
      width: 105px;
      height: 121px;
      top: 0px;
      left: 42.5px;
    }
    #IMAGE388 > .ladi-image > .ladi-image-background {
      width: 105px;
      height: 121px;
      top: 0px;
      left: 0px;
      background-image: url("../images/sub3-s2-20210428070616.png");
    }
    #HEADLINE389 {
      width: 190px;
      top: 130.5px;
      left: 0px;
    }
    #HEADLINE389 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 18px;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP387 {
      width: 190px;
      height: 158.5px;
      top: 2063.42px;
      left: 10.4995px;
    }
    #IMAGE391 {
      width: 105px;
      height: 121px;
      top: 0px;
      left: 42.5px;
    }
    #IMAGE391 > .ladi-image > .ladi-image-background {
      width: 105px;
      height: 121px;
      top: 0px;
      left: 0px;
      background-image: url("../images/sub4-s2-20210428070616.png");
    }
    #HEADLINE392 {
      width: 190px;
      top: 130.5px;
      left: 0px;
    }
    #HEADLINE392 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 18px;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP390 {
      width: 190px;
      height: 186.5px;
      top: 2063.42px;
      left: 219.5px;
    }
    #GROUP164 {
      width: 400px;
      height: 95px;
      top: 42.997px;
      left: 11px;
    }
    #GROUP164.ladi-animation > .ladi-group {
      animation-name: fadeInUp;
      -webkit-animation-name: fadeInUp;
      animation-delay: 0.2s;
      -webkit-animation-delay: 0.2s;
      animation-duration: 1.5s;
      -webkit-animation-duration: 1.5s;
      animation-iteration-count: 1;
      -webkit-animation-iteration-count: 1;
    }
    #BOX126 {
      width: 400px;
      height: 95px;
      top: 0px;
      left: 0px;
    }
    #BOX126 > .ladi-box {
      background-color: rgba(255, 255, 255, 0);
      border-style: solid;
      border-color: rgb(232, 181, 102);
      border-width: 1.5px;
      border-radius: 8px;
    }
    #BOX125 {
      width: 380px;
      height: 80px;
      top: 7.5px;
      left: 9px;
    }
    #BOX125 > .ladi-box {
      background-color: #f2cc90;
      border-radius: 6px;
    }
    #IMAGE75 {
      width: 64.9365px;
      height: 30px;
      top: 145.818px;
      left: 10px;
    }
    #IMAGE75 > .ladi-image > .ladi-image-background {
      width: 64.9365px;
      height: 30px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s400x350/5c7362c6c417ab07e5196b05/bdg-20210129081634.png");
    }
    #IMAGE75.ladi-animation > .ladi-image {
      animation-name: shake;
      -webkit-animation-name: shake;
      animation-delay: 1s;
      -webkit-animation-delay: 1s;
      animation-duration: 15s;
      -webkit-animation-duration: 15s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #IMAGE74 {
      width: 155.468px;
      height: 60px;
      top: 1225.78px;
      left: 0px;
    }
    #IMAGE74 > .ladi-image > .ladi-image-background {
      width: 155.468px;
      height: 60px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s500x400/5c7362c6c417ab07e5196b05/cccc-20210129085651.png");
    }
    #HEADLINE40 {
      width: 340px;
      top: 19.5px;
      left: 30px;
    }
    #HEADLINE40 > .ladi-headline {
      font-family: "Prata", serif;
      color: #650904;
      font-size: 20px;
      font-weight: bold;
      text-align: center;
      line-height: 1.4;
    }
    #IMAGE39 {
      width: 240.251px;
      height: 88.6364px;
      top: -2.503px;
      left: 420px;
      display: none !important;
    }
    #IMAGE39 > .ladi-image > .ladi-image-background {
      width: 240.251px;
      height: 88.6364px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s550x400/5c7362c6c417ab07e5196b05/hvjngh-20210129084404.png");
    }
    #IMAGE39.ladi-animation > .ladi-image {
      animation-name: shake;
      -webkit-animation-name: shake;
      animation-delay: 1s;
      -webkit-animation-delay: 1s;
      animation-duration: 15s;
      -webkit-animation-duration: 15s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #IMAGE38 {
      width: 155.468px;
      height: 60px;
      top: 20.497px;
      left: -20px;
    }
    #IMAGE38 > .ladi-image > .ladi-image-background {
      width: 155.468px;
      height: 60px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s500x400/5c7362c6c417ab07e5196b05/cccc-20210129085651.png");
    }
    #IMAGE37 {
      width: 155.468px;
      height: 60px;
      top: 120.497px;
      left: 300px;
    }
    #IMAGE37 > .ladi-image > .ladi-image-background {
      width: 155.468px;
      height: 60px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s500x400/5c7362c6c417ab07e5196b05/cccc-20210129085651.png");
    }
    #SECTION32 {
      height: 1893.78px;
    }
    #SECTION32 > .ladi-section-background {
      background: rgba(26, 18, 13, 1.0);
      background: -webkit-linear-gradient(180deg, rgba(26, 18, 13, 1.0), rgba(58, 37, 22, 1.0));
      background: linear-gradient(180deg, rgba(26, 18, 13, 1.0), rgba(58, 37, 22, 1.0));
    }
    #SECTION32 .ladi-section-arrow-down {
      background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #BOX394 {
      width: 150px;
      height: 150px;
      top: 0px;
      left: 0px;
    }
    #BOX394 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s500x500/5eb1335ec310210e1b180020/cynomorium-songaricum-20210428072509.jpeg");
      background-position: center top;
      background-repeat: repeat;
      border-style: solid;
      border-color: #f2cc90;
      border-width: 10px;
      border-radius: 1000px;
    }
    #BOX395 {
      width: 200px;
      height: 45px;
      top: 52.5px;
      left: 132.5px;
    }
    #BOX395 > .ladi-box {
      background-color: #650904;
      border-style: solid;
      border-color: #f2cc90;
      border-width: 2px;
      border-radius: 0px 50px 50px 0px;
    }
    #HEADLINE397 {
      width: 160px;
      top: 61px;
      left: 159.5px;
    }
    #HEADLINE397 > .ladi-headline {
      color: #f2cc90;
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP398 {
      width: 332.5px;
      height: 150px;
      top: 185.494px;
      left: 10px;
    }
    #BOX400 {
      width: 200px;
      height: 45px;
      top: 52.5px;
      left: 132.5px;
    }
    #BOX400 > .ladi-box {
      background-color: #650904;
      border-style: solid;
      border-color: #f2cc90;
      border-width: 2px;
      border-radius: 0px 50px 50px 0px;
    }
    #BOX401 {
      width: 150px;
      height: 150px;
      top: 0px;
      left: 0px;
    }
    #BOX401 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s500x500/5eb1335ec310210e1b180020/duong-nau-20210428072509.jpeg");
      background-position: center top;
      background-repeat: repeat;
      border-style: solid;
      border-color: #f2cc90;
      border-width: 10px;
      border-radius: 1000px;
    }
    #HEADLINE402 {
      width: 160px;
      top: 61px;
      left: 159.5px;
    }
    #HEADLINE402 > .ladi-headline {
      color: #f2cc90;
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP399 {
      width: 332.5px;
      height: 150px;
      top: 345.494px;
      left: 10px;
    }
    #BOX408 {
      width: 200px;
      height: 45px;
      top: 52.5px;
      left: 132.5px;
    }
    #BOX408 > .ladi-box {
      background-color: #650904;
      border-style: solid;
      border-color: #f2cc90;
      border-width: 2px;
      border-radius: 0px 50px 50px 0px;
    }
    #BOX409 {
      width: 150px;
      height: 150px;
      top: 0px;
      left: 0px;
    }
    #BOX409 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s500x500/5eb1335ec310210e1b180020/cafe-20210428072509.jpeg");
      background-position: center top;
      background-repeat: repeat;
      border-style: solid;
      border-color: #f2cc90;
      border-width: 10px;
      border-radius: 1000px;
    }
    #HEADLINE410 {
      width: 160px;
      top: 61px;
      left: 159.5px;
    }
    #HEADLINE410 > .ladi-headline {
      color: #f2cc90;
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP407 {
      width: 332.5px;
      height: 150px;
      top: 664.497px;
      left: 10px;
    }
    #BOX412 {
      width: 200px;
      height: 45px;
      top: 52.5px;
      left: 0px;
    }
    #BOX412 > .ladi-box {
      background-color: #650904;
      border-style: solid;
      border-color: #f2cc90;
      border-width: 2px;
      border-radius: 50px 0px 0px 50px;
    }
    #BOX413 {
      width: 150px;
      height: 150px;
      top: 0px;
      left: 184px;
    }
    #BOX413 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s500x500/5eb1335ec310210e1b180020/mach-nha-20210428072509.jpeg");
      background-position: center top;
      background-repeat: repeat;
      border-style: solid;
      border-color: #f2cc90;
      border-width: 10px;
      border-radius: 1000px;
    }
    #HEADLINE414 {
      width: 160px;
      top: 61px;
      left: 14px;
    }
    #HEADLINE414 > .ladi-headline {
      color: #f2cc90;
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP411 {
      width: 334px;
      height: 150px;
      top: 1225.78px;
      left: 74px;
    }
    #BOX416 {
      width: 200px;
      height: 45px;
      top: 52.5px;
      left: 0px;
    }
    #BOX416 > .ladi-box {
      background-color: #650904;
      border-style: solid;
      border-color: #f2cc90;
      border-width: 2px;
      border-radius: 50px 0px 0px 50px;
    }
    #BOX417 {
      width: 150px;
      height: 150px;
      top: 0px;
      left: 184px;
    }
    #BOX417 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s500x500/5eb1335ec310210e1b180020/thach-luu-20210428072509.png");
      background-position: center top;
      background-repeat: repeat;
      border-style: solid;
      border-color: #f2cc90;
      border-width: 10px;
      border-radius: 1000px;
    }
    #HEADLINE418 {
      width: 160px;
      top: 61px;
      left: 14px;
    }
    #HEADLINE418 > .ladi-headline {
      color: #f2cc90;
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP415 {
      width: 334px;
      height: 150px;
      top: 1385.37px;
      left: 74px;
    }
    #BOX420 {
      width: 200px;
      height: 45px;
      top: 52.5px;
      left: 0px;
    }
    #BOX420 > .ladi-box {
      background-color: #650904;
      border-style: solid;
      border-color: #f2cc90;
      border-width: 2px;
      border-radius: 50px 0px 0px 50px;
    }
    #BOX421 {
      width: 150px;
      height: 150px;
      top: 0px;
      left: 184px;
    }
    #BOX421 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s500x500/5eb1335ec310210e1b180020/protein-thuy-phan-20210428072509.jpeg");
      background-position: center top;
      background-repeat: repeat;
      border-style: solid;
      border-color: #f2cc90;
      border-width: 10px;
      border-radius: 1000px;
    }
    #HEADLINE422 {
      width: 160px;
      top: 61px;
      left: 14px;
    }
    #HEADLINE422 > .ladi-headline {
      color: #f2cc90;
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP419 {
      width: 334px;
      height: 150px;
      top: 1545.37px;
      left: 74px;
    }
    #BOX424 {
      width: 200px;
      height: 45px;
      top: 52.5px;
      left: 132.5px;
    }
    #BOX424 > .ladi-box {
      background-color: #650904;
      border-style: solid;
      border-color: #f2cc90;
      border-width: 2px;
      border-radius: 0px 50px 50px 0px;
    }
    #BOX425 {
      width: 150px;
      height: 150px;
      top: 0px;
      left: 0px;
    }
    #BOX425 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s500x500/5eb1335ec310210e1b180020/enzyme-20210428072509.jpg");
      background-position: center top;
      background-repeat: repeat;
      border-style: solid;
      border-color: #f2cc90;
      border-width: 10px;
      border-radius: 1000px;
    }
    #HEADLINE426 {
      width: 160px;
      top: 61px;
      left: 159.5px;
    }
    #HEADLINE426 > .ladi-headline {
      color: #f2cc90;
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP423 {
      width: 332.5px;
      height: 150px;
      top: 505.494px;
      left: 10px;
    }
    #BOX428 {
      width: 200px;
      height: 45px;
      top: 52.5px;
      left: 0px;
    }
    #BOX428 > .ladi-box {
      background-color: #650904;
      border-style: solid;
      border-color: #f2cc90;
      border-width: 2px;
      border-radius: 50px 0px 0px 50px;
    }
    #BOX429 {
      width: 150px;
      height: 150px;
      top: 0px;
      left: 184px;
    }
    #BOX429 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s500x500/5eb1335ec310210e1b180020/nhan-sam-20210428072509.jpeg");
      background-position: center top;
      background-repeat: repeat;
      border-style: solid;
      border-color: #f2cc90;
      border-width: 10px;
      border-radius: 1000px;
    }
    #HEADLINE430 {
      width: 160px;
      top: 61px;
      left: 14px;
    }
    #HEADLINE430 > .ladi-headline {
      color: #f2cc90;
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP427 {
      width: 334px;
      height: 150px;
      top: 1705.37px;
      left: 74px;
    }
    #BUTTON433 {
      width: 320px;
      height: 45px;
      top: 896.63px;
      left: 50px;
    }
    #BUTTON_TEXT433 {
      width: 320px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT433 > .ladi-headline {
      text-decoration-line: underline;
      -webkit-text-decoration-line: underline;
      color: rgb(255, 238, 196);
      font-size: 15px;
      font-weight: bold;
      font-style: italic;
      text-align: center;
      line-height: 1.6;
    }
    #SECTION434 {
      height: 1544.43px;
    }
    #SECTION434 > .ladi-section-background {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s768x1544/5eb1335ec310210e1b180020/bg_hamer_2-20210428065447.jpeg");
      background-position: center top;
      background-repeat: repeat;
    }
    #SECTION434 .ladi-section-arrow-down {
      background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #HEADLINE435 {
      width: 399px;
      top: 10px;
      left: 10.5px;
    }
    #HEADLINE435 > .ladi-headline {
      font-family: "Prata", serif;
      color: #650904;
      font-size: 24px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #PARAGRAPH437 {
      width: 354px;
      top: 9.5px;
      left: 55.515px;
    }
    #PARAGRAPH437 > .ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 16px;
      line-height: 1.6;
    }
    #PARAGRAPH441 {
      width: 354px;
      top: 8.5px;
      left: 55.515px;
    }
    #PARAGRAPH441 > .ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 16px;
      line-height: 1.6;
    }
    #PARAGRAPH446 {
      width: 354px;
      top: 8.5px;
      left: 55.5145px;
    }
    #PARAGRAPH446 > .ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 16px;
      line-height: 1.6;
    }
    #SHAPE447 {
      width: 45px;
      height: 45px;
      top: 0px;
      left: 0px;
    }
    #SHAPE447 svg:last-child {
      fill: rgba(101, 9, 4, 1);
    }
    #SHAPE448 {
      width: 45px;
      height: 45px;
      top: 5.5px;
      left: 0px;
    }
    #SHAPE448 svg:last-child {
      fill: rgba(52, 4, 4, 1);
    }
    #SHAPE449 {
      width: 45px;
      height: 45px;
      top: 0px;
      left: 0px;
    }
    #SHAPE449 svg:last-child {
      fill: rgba(52, 4, 4, 1);
    }
    #SHAPE450 {
      width: 45px;
      height: 45px;
      top: 0px;
      left: 0px;
    }
    #SHAPE450 svg:last-child {
      fill: rgba(52, 4, 4, 1);
    }
    #GROUP451 {
      width: 409.515px;
      height: 45px;
      top: 154px;
      left: 10.5px;
    }
    #GROUP452 {
      width: 409.515px;
      height: 45px;
      top: 209px;
      left: 10.5px;
    }
    #GROUP453 {
      width: 409.514px;
      height: 45px;
      top: 264px;
      left: 10.5px;
    }
    #PARAGRAPH454 {
      width: 354px;
      top: 0px;
      left: 55.5145px;
    }
    #PARAGRAPH454 > .ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 16px;
      line-height: 1.6;
    }
    #PARAGRAPH455 {
      width: 400px;
      top: 45px;
      left: 10px;
    }
    #PARAGRAPH455 > .ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 20px;
      text-align: justify;
      line-height: 1.6;
    }
    #SHAPE456 {
      width: 45px;
      height: 45px;
      top: 0px;
      left: 0px;
    }
    #SHAPE456 svg:last-child {
      fill: rgba(52, 4, 4, 1);
    }
    #SHAPE457 {
      width: 45px;
      height: 45px;
      top: 269px;
      left: 375px;
    }
    #SHAPE457 svg:last-child {
      fill: rgba(52, 4, 4, 1);
    }
    #GROUP458 {
      width: 409.514px;
      height: 50.5px;
      top: 319px;
      left: 10.5px;
    }
    #GROUP459 {
      width: 420px;
      height: 314px;
      top: 425px;
      left: 0px;
    }
    #BOX462 {
      width: 400px;
      height: 75px;
      top: 0px;
      left: 0px;
    }
    #BOX462 > .ladi-box {
      background-color: rgba(255, 255, 255, 0);
      border-style: solid;
      border-color: rgb(232, 181, 102);
      border-width: 1.5px;
      border-radius: 8px;
    }
    #BOX463 {
      width: 380px;
      height: 60px;
      top: 7.5px;
      left: 10px;
    }
    #BOX463 > .ladi-box {
      background-color: #650904;
      border-radius: 6px;
    }
    #IMAGE464 {
      width: 124.987px;
      height: 48.2362px;
      top: 78.659px;
      left: 333.506px;
    }
    #IMAGE464 > .ladi-image > .ladi-image-background {
      width: 124.987px;
      height: 48.2362px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s450x350/5c7362c6c417ab07e5196b05/cccc-20210129085651.png");
    }
    #IMAGE465 {
      width: 132.631px;
      height: 51.1863px;
      top: 4px;
      left: -36.315px;
    }
    #IMAGE465 > .ladi-image > .ladi-image-background {
      width: 132.631px;
      height: 51.1863px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s450x400/5c7362c6c417ab07e5196b05/cccc-20210129085651.png");
    }
    #HEADLINE466 {
      width: 343px;
      top: 21.5px;
      left: 28.5px;
    }
    #HEADLINE466 > .ladi-headline {
      font-family: "Prata", serif;
      color: #f2cc90;
      font-size: 20px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP467 {
      width: 400px;
      height: 75px;
      top: 31.4225px;
      left: 10px;
    }
    #IMAGE468 {
      width: 100px;
      height: 100px;
      top: 0px;
      left: 0px;
    }
    #IMAGE468 > .ladi-image > .ladi-image-background {
      width: 100px;
      height: 100px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s450x450/5eb1335ec310210e1b180020/ext1-20210429063840.png");
    }
    #PARAGRAPH470 {
      width: 270px;
      top: 0px;
      left: 119.5px;
    }
    #PARAGRAPH470 > .ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      text-align: justify;
      line-height: 1.6;
    }
    #GROUP471 {
      width: 389.5px;
      height: 112px;
      top: 135.895px;
      left: 15.25px;
    }
    #IMAGE473 {
      width: 100px;
      height: 100px;
      top: 0px;
      left: 0px;
    }
    #IMAGE473 > .ladi-image > .ladi-image-background {
      width: 100px;
      height: 100px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s450x450/5eb1335ec310210e1b180020/ext2-20210429064115.png");
    }
    #PARAGRAPH474 {
      width: 270px;
      top: 0px;
      left: 119.5px;
    }
    #PARAGRAPH474 > .ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      text-align: justify;
      line-height: 1.6;
    }
    #GROUP472 {
      width: 389.5px;
      height: 100px;
      top: 267.895px;
      left: 15.25px;
    }
    #IMAGE476 {
      width: 100px;
      height: 100px;
      top: 0px;
      left: 0px;
    }
    #IMAGE476 > .ladi-image > .ladi-image-background {
      width: 100px;
      height: 100px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s450x450/5eb1335ec310210e1b180020/ext3-20210429064345.png");
    }
    #PARAGRAPH477 {
      width: 270px;
      top: 0px;
      left: 119.5px;
    }
    #PARAGRAPH477 > .ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      text-align: justify;
      line-height: 1.6;
    }
    #GROUP475 {
      width: 389.5px;
      height: 140px;
      top: 387.895px;
      left: 15.25px;
    }
    #IMAGE479 {
      width: 100px;
      height: 100px;
      top: 0px;
      left: 0px;
    }
    #IMAGE479 > .ladi-image > .ladi-image-background {
      width: 100px;
      height: 100px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s450x450/5eb1335ec310210e1b180020/ext4-20210429064334.png");
    }
    #PARAGRAPH480 {
      width: 270px;
      top: 0px;
      left: 119.5px;
    }
    #PARAGRAPH480 > .ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      text-align: justify;
      line-height: 1.6;
    }
    #GROUP478 {
      width: 389.5px;
      height: 112px;
      top: 547.895px;
      left: 15.25px;
    }
    #IMAGE482 {
      width: 100px;
      height: 100px;
      top: 0px;
      left: 0px;
    }
    #IMAGE482 > .ladi-image > .ladi-image-background {
      width: 100px;
      height: 100px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s450x450/5eb1335ec310210e1b180020/ext5-20210429064414.png");
    }
    #PARAGRAPH483 {
      width: 270px;
      top: 0px;
      left: 119.5px;
    }
    #PARAGRAPH483 > .ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      text-align: justify;
      line-height: 1.6;
    }
    #GROUP481 {
      width: 389.5px;
      height: 112px;
      top: 679.895px;
      left: 15.25px;
    }
    #IMAGE485 {
      width: 100px;
      height: 100px;
      top: 0px;
      left: 0px;
    }
    #IMAGE485 > .ladi-image > .ladi-image-background {
      width: 100px;
      height: 100px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s450x450/5eb1335ec310210e1b180020/ext6-20210429064457.png");
    }
    #PARAGRAPH486 {
      width: 270px;
      top: 0px;
      left: 119.5px;
    }
    #PARAGRAPH486 > .ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      text-align: justify;
      line-height: 1.6;
    }
    #GROUP484 {
      width: 389.5px;
      height: 112px;
      top: 811.895px;
      left: 15.25px;
    }
    #BOX488 {
      width: 400px;
      height: 560px;
      top: 973.072px;
      left: 10px;
    }
    #BOX488 > .ladi-box > .ladi-overlay {
      background-color: rgb(52, 4, 4);
      opacity: 0.8;
    }
    #BOX488 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("../images/bg3-20210429065725.jpeg");
      background-position: center top;
      background-repeat: repeat;
      border-radius: 13px;
    }
    #PARAGRAPH489 {
      width: 380px;
      top: 1440.8px;
      left: 20px;
    }
    #PARAGRAPH489 > .ladi-paragraph {
      color: #f2cc90;
      font-size: 14px;
      font-style: italic;
      text-align: center;
      line-height: 1.6;
    }
    #BOX491 {
      width: 380px;
      height: 448px;
      top: 983.072px;
      left: 20px;
    }
    #BOX491 > .ladi-box {
      border-style: solid;
      border-color: rgba(255, 213, 163, 0.2);
      border-width: 1px;
      border-radius: 13px;
    }
    #BOX492 {
      width: 364px;
      height: 430px;
      top: 992.072px;
      left: 28px;
    }
    #BOX492 > .ladi-box {
      background-color: rgb(255, 255, 255);
      border-radius: 8px;
    }
    #HEADLINE501 {
      width: 340px;
      top: 998.572px;
      left: 39.4995px;
    }
    #HEADLINE501 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 20px;
      font-weight: bold;
      line-height: 1.6;
    }
    #LIST_PARAGRAPH503 {
      width: 340px;
      top: 1040.57px;
      left: 39.4995px;
    }
    #LIST_PARAGRAPH503 > .ladi-list-paragraph {
      color: rgb(0, 0, 0);
      font-size: 16px;
      line-height: 1.6;
    }
    #LIST_PARAGRAPH503 ul li {
      padding-left: 20px;
    }
    #LIST_PARAGRAPH503 ul li:before {
      content: counter(linum, disc);
      font-size: 40px;
      top: -20px;
    }
    #SECTION506 {
      height: 2266.5px;
    }
    #SECTION506.ladi-animation {
      animation-name: fadeInUp;
      -webkit-animation-name: fadeInUp;
      animation-delay: 0.2s;
      -webkit-animation-delay: 0.2s;
      animation-duration: 1.5s;
      -webkit-animation-duration: 1.5s;
      animation-iteration-count: 1;
      -webkit-animation-iteration-count: 1;
    }
    #SECTION506 .ladi-section-arrow-down {
      background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #LINE507 {
      width: 401px;
      top: 145.992px;
      left: 9.4999px;
    }
    #LINE507 > .ladi-line > .ladi-line-container {
      border-top: 1px solid rgb(211, 211, 211);
      border-right: 1px solid rgb(211, 211, 211);
      border-bottom: 1px solid rgb(211, 211, 211);
      border-left: 0px !important;
    }
    #LINE507 > .ladi-line {
      width: 100%;
      padding: 8px 0px;
    }
    #HEADLINE508 {
      width: 130px;
      top: 93.9435px;
      left: 9.9999px;
    }
    #HEADLINE508 > .ladi-headline {
      color: rgb(5, 34, 74);
      font-size: 16px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
    }
    #HEADLINE509 {
      width: 93px;
      top: 95.4435px;
      left: 154px;
    }
    #HEADLINE509 > .ladi-headline {
      color: rgb(5, 34, 74);
      font-size: 14px;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP510 {
      width: 149.5px;
      height: 37.101px;
      top: 84.891px;
      left: 260px;
    }
    #BOX511 {
      width: 149.5px;
      height: 37.101px;
      top: 0px;
      left: 0px;
    }
    #BOX511 > .ladi-box {
      background-color: rgb(238, 238, 238);
      border-style: solid;
      border-color: rgb(191, 191, 191);
      border-width: 1px;
      border-radius: 4px;
    }
    #HEADLINE512 {
      width: 94px;
      top: 12.5505px;
      left: 23.6904px;
    }
    #HEADLINE512 > .ladi-headline {
      color: rgb(5, 34, 74);
      font-size: 14px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
    }
    #SHAPE513 {
      width: 13.537px;
      height: 22.7807px;
      top: 7.16015px;
      left: 121.877px;
    }
    #SHAPE513 svg:last-child {
      fill: rgba(95, 95, 95, 1.0);
    }
    #IMAGE514 {
      width: 61.0732px;
      height: 39.125px;
      top: 2175.48px;
      left: 179.463px;
    }
    #IMAGE514 > .ladi-image > .ladi-image-background {
      width: 61.0732px;
      height: 39.125px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/5d1c84501729460c7fdb5970/typing-animation-3x-20190902093018-20200106170119.gif");
    }
    #BOX515 {
      width: 68px;
      height: 68px;
      top: 190.988px;
      left: 17.9999px;
    }
    #BOX515 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/damdung-20210429082445.jpeg");
      background-position: center top;
      background-repeat: no-repeat;
      border-radius: 40px;
    }
    #PARAGRAPH516 {
      width: 300px;
      top: 216.988px;
      left: 100.5px;
    }
    #PARAGRAPH516 > .ladi-paragraph {
      color: rgb(5, 34, 74);
      font-size: 14px;
      text-align: justify;
      line-height: 1.4;
    }
    #PARAGRAPH517 {
      width: 152px;
      top: 190.988px;
      left: 100.5px;
    }
    #PARAGRAPH517 > .ladi-paragraph {
      color: rgb(5, 34, 74);
      font-size: 16px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP518 {
      width: 309px;
      height: 25.9772px;
      top: 279.988px;
      left: 100.5px;
    }
    #PARAGRAPH519 {
      width: 164px;
      top: 5.9886px;
      left: 0px;
    }
    #PARAGRAPH519 > .ladi-paragraph {
      font-family: "Open Sans", sans-serif;
      color: rgb(67, 102, 176);
      font-size: 12px;
      text-align: left;
      line-height: 1.2;
    }
    #IMAGE520 {
      width: 23.7439px;
      height: 25.9772px;
      top: 0px;
      left: 105.215px;
    }
    #IMAGE520 > .ladi-image > .ladi-image-background {
      width: 23.7439px;
      height: 25.9772px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s350x350/5c7362c6c417ab07e5196b05/df-20191029092328.png");
    }
    #PARAGRAPH521 {
      width: 48px;
      top: 5.9886px;
      left: 132px;
    }
    #PARAGRAPH521 > .ladi-paragraph {
      color: rgb(75, 75, 75);
      font-size: 12px;
      text-align: left;
      line-height: 1.2;
    }
    #PARAGRAPH522 {
      width: 150px;
      top: 5.9886px;
      left: 159px;
    }
    #PARAGRAPH522 > .ladi-paragraph {
      font-family: "Open Sans", sans-serif;
      color: rgb(67, 102, 176);
      font-size: 12px;
      text-align: left;
      line-height: 1.2;
    }
    #LINE523 {
      height: 143px;
      top: 328.892px;
      left: 9.9995px;
    }
    #LINE523 > .ladi-line > .ladi-line-container {
      border-top: 0px !important;
      border-right: 1px dotted rgb(220, 220, 220);
      border-bottom: 1px dotted rgb(220, 220, 220);
      border-left: 1px dotted rgb(220, 220, 220);
    }
    #LINE523 > .ladi-line {
      height: 100%;
      padding: 0px 8px;
    }
    #BOX524 {
      width: 58px;
      height: 58px;
      top: 328.892px;
      left: 26.9998px;
    }
    #BOX524 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/quangninh-20210429082446.jpeg");
      background-position: center top;
      background-repeat: no-repeat;
    }
    #PARAGRAPH525 {
      width: 280px;
      top: 359.974px;
      left: 100.5px;
    }
    #PARAGRAPH525 > .ladi-paragraph {
      color: rgb(5, 34, 74);
      font-size: 14px;
      text-align: justify;
      line-height: 1.6;
    }
    #PARAGRAPH526 {
      width: 279px;
      top: 328.896px;
      left: 100.5px;
    }
    #PARAGRAPH526 > .ladi-paragraph {
      color: rgb(5, 34, 74);
      font-size: 16px;
      font-weight: bold;
      text-align: left;
      line-height: 1.4;
    }
    #GROUP527 {
      width: 230px;
      height: 14px;
      top: 457.972px;
      left: 100.5px;
    }
    #PARAGRAPH528 {
      width: 164px;
      top: 0px;
      left: 0px;
    }
    #PARAGRAPH528 > .ladi-paragraph {
      color: rgb(67, 102, 176);
      font-size: 12px;
      text-align: left;
      line-height: 1.2;
    }
    #PARAGRAPH529 {
      width: 164px;
      top: 0px;
      left: 66px;
    }
    #PARAGRAPH529 > .ladi-paragraph {
      color: rgb(93, 93, 93);
      font-size: 12px;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP530 {
      width: 63.237px;
      height: 13.296px;
      top: 265.692px;
      left: 100.5px;
    }
    #SHAPE531 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 0px;
    }
    #SHAPE531 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE532 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 12.8922px;
    }
    #SHAPE532 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE533 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 25.7843px;
    }
    #SHAPE533 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE534 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 38.6765px;
    }
    #SHAPE534 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE535 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 51.5686px;
    }
    #SHAPE535 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #LINE536 {
      height: 95px;
      top: 507.97px;
      left: 9.9995px;
    }
    #LINE536 > .ladi-line > .ladi-line-container {
      border-top: 0px !important;
      border-right: 1px dotted rgb(220, 220, 220);
      border-bottom: 1px dotted rgb(220, 220, 220);
      border-left: 1px dotted rgb(220, 220, 220);
    }
    #LINE536 > .ladi-line {
      height: 100%;
      padding: 0px 8px;
    }
    #HEADLINE537 {
      width: 400px;
      top: 20px;
      left: 9.4999px;
    }
    #HEADLINE537 > .ladi-headline {
      color: rgb(5, 34, 74);
      font-size: 30px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
    }
    #PARAGRAPH538 {
      width: 161px;
      top: 507.97px;
      left: 100.5px;
    }
    #PARAGRAPH538 > .ladi-paragraph {
      color: rgb(5, 34, 74);
      font-size: 15px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
    }
    #PARAGRAPH539 {
      width: 280px;
      top: 534.974px;
      left: 100.5px;
    }
    #PARAGRAPH539 > .ladi-paragraph {
      color: rgb(5, 34, 74);
      font-size: 14px;
      text-align: justify;
      letter-spacing: 0px;
      line-height: 1.6;
    }
    #BOX540 {
      width: 58px;
      height: 58px;
      top: 507.972px;
      left: 26.999px;
    }
    #BOX540 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/damdung-20210429082445.jpeg");
      background-position: center top;
      background-repeat: no-repeat;
      border-radius: 55px;
    }
    #GROUP541 {
      width: 230px;
      height: 14px;
      top: 588.974px;
      left: 100.5px;
    }
    #PARAGRAPH542 {
      width: 164px;
      top: 0px;
      left: 0px;
    }
    #PARAGRAPH542 > .ladi-paragraph {
      color: rgb(67, 102, 176);
      font-size: 12px;
      text-align: left;
      line-height: 1.2;
    }
    #PARAGRAPH543 {
      width: 164px;
      top: 0px;
      left: 66px;
    }
    #PARAGRAPH543 > .ladi-paragraph {
      color: rgb(93, 93, 93);
      font-size: 12px;
      text-align: left;
      line-height: 1.2;
    }
    #BOX544 {
      width: 68px;
      height: 68px;
      top: 641.73px;
      left: 17.9999px;
    }
    #BOX544 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/vandai-20210429082445.jpeg");
      background-position: center top;
      background-repeat: no-repeat;
      border-radius: 55px;
    }
    #PARAGRAPH545 {
      width: 300px;
      top: 669.73px;
      left: 100.5px;
    }
    #PARAGRAPH545 > .ladi-paragraph {
      color: rgb(5, 34, 74);
      font-size: 14px;
      text-align: justify;
      line-height: 1.6;
    }
    #PARAGRAPH546 {
      width: 156px;
      top: 641.73px;
      left: 100.5px;
    }
    #PARAGRAPH546 > .ladi-paragraph {
      color: rgb(5, 34, 74);
      font-size: 16px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP547 {
      width: 309px;
      height: 25.9772px;
      top: 758.73px;
      left: 100.5px;
    }
    #PARAGRAPH548 {
      width: 164px;
      top: 5.9886px;
      left: 0px;
    }
    #PARAGRAPH548 > .ladi-paragraph {
      color: rgb(67, 102, 176);
      font-size: 12px;
      text-align: left;
      line-height: 1.2;
    }
    #IMAGE549 {
      width: 23.7439px;
      height: 25.9772px;
      top: 0px;
      left: 105.215px;
    }
    #IMAGE549 > .ladi-image > .ladi-image-background {
      width: 23.7439px;
      height: 25.9772px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s350x350/5c7362c6c417ab07e5196b05/df-20191029092328.png");
    }
    #PARAGRAPH550 {
      width: 48px;
      top: 5.9886px;
      left: 132px;
    }
    #PARAGRAPH550 > .ladi-paragraph {
      color: rgb(75, 75, 75);
      font-size: 12px;
      text-align: left;
      line-height: 1.2;
    }
    #PARAGRAPH551 {
      width: 150px;
      top: 5.9886px;
      left: 159px;
    }
    #PARAGRAPH551 > .ladi-paragraph {
      color: rgb(67, 102, 176);
      font-size: 12px;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP552 {
      width: 63.237px;
      height: 13.296px;
      top: 745.43px;
      left: 100.5px;
    }
    #SHAPE553 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 0px;
    }
    #SHAPE553 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE554 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 12.8922px;
    }
    #SHAPE554 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE555 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 25.7843px;
    }
    #SHAPE555 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE556 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 38.6765px;
    }
    #SHAPE556 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE557 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 51.5686px;
    }
    #SHAPE557 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #BOX558 {
      width: 68px;
      height: 68px;
      top: 813.974px;
      left: 16.9998px;
    }
    #BOX558 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/phuluong-20210429082445.jpeg");
      background-position: center top;
      background-repeat: no-repeat;
      border-radius: 55px;
    }
    #PARAGRAPH559 {
      width: 300px;
      top: 842.71px;
      left: 100.5px;
    }
    #PARAGRAPH559 > .ladi-paragraph {
      color: rgb(5, 34, 74);
      font-size: 14px;
      text-align: justify;
      line-height: 1.6;
    }
    #PARAGRAPH560 {
      width: 189px;
      top: 813.974px;
      left: 100.5px;
    }
    #PARAGRAPH560 > .ladi-paragraph {
      color: rgb(5, 34, 74);
      font-size: 16px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP561 {
      width: 309px;
      height: 25.9772px;
      top: 931.71px;
      left: 100.5px;
    }
    #PARAGRAPH562 {
      width: 164px;
      top: 5.9886px;
      left: 0px;
    }
    #PARAGRAPH562 > .ladi-paragraph {
      color: rgb(67, 102, 176);
      font-size: 12px;
      text-align: left;
      line-height: 1.2;
    }
    #IMAGE563 {
      width: 23.7439px;
      height: 25.9772px;
      top: 0px;
      left: 105.215px;
    }
    #IMAGE563 > .ladi-image > .ladi-image-background {
      width: 23.7439px;
      height: 25.9772px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s350x350/5c7362c6c417ab07e5196b05/df-20191029092328.png");
    }
    #PARAGRAPH564 {
      width: 48px;
      top: 5.9886px;
      left: 132px;
    }
    #PARAGRAPH564 > .ladi-paragraph {
      color: rgb(75, 75, 75);
      font-size: 12px;
      text-align: left;
      line-height: 1.2;
    }
    #PARAGRAPH565 {
      width: 150px;
      top: 5.9886px;
      left: 159px;
    }
    #PARAGRAPH565 > .ladi-paragraph {
      color: rgb(67, 102, 176);
      font-size: 12px;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP566 {
      width: 63.237px;
      height: 13.296px;
      top: 918.41px;
      left: 100.5px;
    }
    #SHAPE567 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 0px;
    }
    #SHAPE567 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE568 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 12.8922px;
    }
    #SHAPE568 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE569 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 25.7843px;
    }
    #SHAPE569 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE570 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 38.6765px;
    }
    #SHAPE570 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE571 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 51.5686px;
    }
    #SHAPE571 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #BOX572 {
      width: 68px;
      height: 68px;
      top: 986.684px;
      left: 16.9996px;
    }
    #BOX572 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/xuanquy-20210429082445.jpeg");
      background-position: center top;
      background-repeat: no-repeat;
      border-radius: 55px;
    }
    #PARAGRAPH573 {
      width: 300px;
      top: 1015.68px;
      left: 100.5px;
    }
    #PARAGRAPH573 > .ladi-paragraph {
      color: rgb(5, 34, 74);
      font-size: 14px;
      text-align: justify;
      line-height: 1.6;
    }
    #PARAGRAPH574 {
      width: 168px;
      top: 986.684px;
      left: 100.5px;
    }
    #PARAGRAPH574 > .ladi-paragraph {
      color: rgb(5, 34, 74);
      font-size: 16px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP575 {
      width: 309px;
      height: 25.9772px;
      top: 1126.68px;
      left: 100.5px;
    }
    #PARAGRAPH576 {
      width: 164px;
      top: 5.9886px;
      left: 0px;
    }
    #PARAGRAPH576 > .ladi-paragraph {
      color: rgb(67, 102, 176);
      font-size: 12px;
      text-align: left;
      line-height: 1.2;
    }
    #IMAGE577 {
      width: 23.7439px;
      height: 25.9772px;
      top: 0px;
      left: 105.215px;
    }
    #IMAGE577 > .ladi-image > .ladi-image-background {
      width: 23.7439px;
      height: 25.9772px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s350x350/5c7362c6c417ab07e5196b05/df-20191029092328.png");
    }
    #PARAGRAPH578 {
      width: 48px;
      top: 5.9886px;
      left: 132px;
    }
    #PARAGRAPH578 > .ladi-paragraph {
      color: rgb(75, 75, 75);
      font-size: 12px;
      text-align: left;
      line-height: 1.2;
    }
    #PARAGRAPH579 {
      width: 150px;
      top: 5.9886px;
      left: 159px;
    }
    #PARAGRAPH579 > .ladi-paragraph {
      color: rgb(67, 102, 176);
      font-size: 12px;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP580 {
      width: 63.237px;
      height: 13.296px;
      top: 1113.38px;
      left: 100.5px;
    }
    #SHAPE581 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 0px;
    }
    #SHAPE581 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE582 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 12.8922px;
    }
    #SHAPE582 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE583 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 25.7843px;
    }
    #SHAPE583 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE584 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 38.6765px;
    }
    #SHAPE584 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE585 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 51.5686px;
    }
    #SHAPE585 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #HEADLINE586 {
      width: 100px;
      top: 95.4415px;
      left: 269.75px;
    }
    #HEADLINE586 > .ladi-headline {
      color: rgb(5, 34, 74);
      font-size: 14px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
    }
    #BOX590 {
      width: 68px;
      height: 68px;
      top: 1181.66px;
      left: 17.7489px;
    }
    #BOX590 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/huongly-20210429082445.jpeg");
      background-position: center top;
      background-repeat: no-repeat;
      border-radius: 55px;
    }
    #PARAGRAPH591 {
      width: 300px;
      top: 1210.65px;
      left: 101.249px;
    }
    #PARAGRAPH591 > .ladi-paragraph {
      color: rgb(5, 34, 74);
      font-size: 14px;
      text-align: justify;
      line-height: 1.6;
    }
    #PARAGRAPH592 {
      width: 168px;
      top: 1181.66px;
      left: 101.249px;
    }
    #PARAGRAPH592 > .ladi-paragraph {
      color: rgb(5, 34, 74);
      font-size: 16px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
    }
    #PARAGRAPH594 {
      width: 164px;
      top: 5.9886px;
      left: 0px;
    }
    #PARAGRAPH594 > .ladi-paragraph {
      color: rgb(67, 102, 176);
      font-size: 12px;
      text-align: left;
      line-height: 1.2;
    }
    #IMAGE595 {
      width: 23.7439px;
      height: 25.9772px;
      top: 0px;
      left: 105.215px;
    }
    #IMAGE595 > .ladi-image > .ladi-image-background {
      width: 23.7439px;
      height: 25.9772px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s350x350/5c7362c6c417ab07e5196b05/df-20191029092328.png");
    }
    #PARAGRAPH596 {
      width: 48px;
      top: 5.9886px;
      left: 132px;
    }
    #PARAGRAPH596 > .ladi-paragraph {
      color: rgb(75, 75, 75);
      font-size: 12px;
      text-align: left;
      line-height: 1.2;
    }
    #PARAGRAPH597 {
      width: 150px;
      top: 5.9886px;
      left: 159px;
    }
    #PARAGRAPH597 > .ladi-paragraph {
      color: rgb(67, 102, 176);
      font-size: 12px;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP593 {
      width: 309px;
      height: 25.9772px;
      top: 1299.65px;
      left: 101.249px;
    }
    #SHAPE599 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 0px;
    }
    #SHAPE599 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE600 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 12.8922px;
    }
    #SHAPE600 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE601 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 25.7843px;
    }
    #SHAPE601 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE602 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 38.6765px;
    }
    #SHAPE602 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE603 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 51.5686px;
    }
    #SHAPE603 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #GROUP598 {
      width: 63.237px;
      height: 13.296px;
      top: 1286.35px;
      left: 101.249px;
    }
    #BOX605 {
      width: 68px;
      height: 68px;
      top: 1354.63px;
      left: 17.7493px;
    }
    #BOX605 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/thanhdat-20210429082445.jpeg");
      background-position: center top;
      background-repeat: no-repeat;
      border-radius: 55px;
    }
    #PARAGRAPH606 {
      width: 300px;
      top: 1383.62px;
      left: 101.25px;
    }
    #PARAGRAPH606 > .ladi-paragraph {
      color: rgb(5, 34, 74);
      font-size: 14px;
      text-align: justify;
      line-height: 1.6;
    }
    #PARAGRAPH607 {
      width: 168px;
      top: 1354.63px;
      left: 101.25px;
    }
    #PARAGRAPH607 > .ladi-paragraph {
      color: rgb(5, 34, 74);
      font-size: 16px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
    }
    #PARAGRAPH609 {
      width: 164px;
      top: 5.9886px;
      left: 0px;
    }
    #PARAGRAPH609 > .ladi-paragraph {
      color: rgb(67, 102, 176);
      font-size: 12px;
      text-align: left;
      line-height: 1.2;
    }
    #IMAGE610 {
      width: 23.7439px;
      height: 25.9772px;
      top: 0px;
      left: 105.215px;
    }
    #IMAGE610 > .ladi-image > .ladi-image-background {
      width: 23.7439px;
      height: 25.9772px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s350x350/5c7362c6c417ab07e5196b05/df-20191029092328.png");
    }
    #PARAGRAPH611 {
      width: 48px;
      top: 5.9886px;
      left: 132px;
    }
    #PARAGRAPH611 > .ladi-paragraph {
      color: rgb(75, 75, 75);
      font-size: 12px;
      text-align: left;
      line-height: 1.2;
    }
    #PARAGRAPH612 {
      width: 150px;
      top: 5.9886px;
      left: 159px;
    }
    #PARAGRAPH612 > .ladi-paragraph {
      color: rgb(67, 102, 176);
      font-size: 12px;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP608 {
      width: 309px;
      height: 25.9772px;
      top: 1450.62px;
      left: 101.25px;
    }
    #SHAPE614 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 0px;
    }
    #SHAPE614 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE615 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 12.8922px;
    }
    #SHAPE615 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE616 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 25.7843px;
    }
    #SHAPE616 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE617 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 38.6765px;
    }
    #SHAPE617 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE618 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 51.5686px;
    }
    #SHAPE618 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #GROUP613 {
      width: 63.237px;
      height: 13.296px;
      top: 1437.32px;
      left: 101.25px;
    }
    #BOX620 {
      width: 68px;
      height: 68px;
      top: 1505.6px;
      left: 17.7498px;
    }
    #BOX620 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/ducchien-20210429082445.jpeg");
      background-position: center top;
      background-repeat: no-repeat;
      border-radius: 55px;
    }
    #PARAGRAPH621 {
      width: 300px;
      top: 1534.59px;
      left: 101.25px;
    }
    #PARAGRAPH621 > .ladi-paragraph {
      color: rgb(5, 34, 74);
      font-size: 14px;
      text-align: justify;
      line-height: 1.6;
    }
    #PARAGRAPH622 {
      width: 168px;
      top: 1505.6px;
      left: 101.25px;
    }
    #PARAGRAPH622 > .ladi-paragraph {
      color: rgb(5, 34, 74);
      font-size: 16px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
    }
    #PARAGRAPH624 {
      width: 164px;
      top: 5.9886px;
      left: 0px;
    }
    #PARAGRAPH624 > .ladi-paragraph {
      color: rgb(67, 102, 176);
      font-size: 12px;
      text-align: left;
      line-height: 1.2;
    }
    #IMAGE625 {
      width: 23.7439px;
      height: 25.9772px;
      top: 0px;
      left: 105.215px;
    }
    #IMAGE625 > .ladi-image > .ladi-image-background {
      width: 23.7439px;
      height: 25.9772px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s350x350/5c7362c6c417ab07e5196b05/df-20191029092328.png");
    }
    #PARAGRAPH626 {
      width: 48px;
      top: 5.9886px;
      left: 132px;
    }
    #PARAGRAPH626 > .ladi-paragraph {
      color: rgb(75, 75, 75);
      font-size: 12px;
      text-align: left;
      line-height: 1.2;
    }
    #PARAGRAPH627 {
      width: 150px;
      top: 5.9886px;
      left: 159px;
    }
    #PARAGRAPH627 > .ladi-paragraph {
      color: rgb(67, 102, 176);
      font-size: 12px;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP623 {
      width: 309px;
      height: 25.9772px;
      top: 1601.59px;
      left: 101.25px;
    }
    #SHAPE629 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 0px;
    }
    #SHAPE629 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE630 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 12.8922px;
    }
    #SHAPE630 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE631 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 25.7843px;
    }
    #SHAPE631 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE632 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 38.6765px;
    }
    #SHAPE632 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE633 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 51.5686px;
    }
    #SHAPE633 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #GROUP628 {
      width: 63.237px;
      height: 13.296px;
      top: 1588.29px;
      left: 101.25px;
    }
    #BOX635 {
      width: 68px;
      height: 68px;
      top: 1656.57px;
      left: 17.7497px;
    }
    #BOX635 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/congvinh-20210429082445.jpeg");
      background-position: center top;
      background-repeat: no-repeat;
      border-radius: 55px;
    }
    #PARAGRAPH636 {
      width: 300px;
      top: 1685.56px;
      left: 101.25px;
    }
    #PARAGRAPH636 > .ladi-paragraph {
      color: rgb(5, 34, 74);
      font-size: 14px;
      text-align: justify;
      line-height: 1.6;
    }
    #PARAGRAPH637 {
      width: 168px;
      top: 1656.57px;
      left: 101.25px;
    }
    #PARAGRAPH637 > .ladi-paragraph {
      color: rgb(5, 34, 74);
      font-size: 16px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
    }
    #PARAGRAPH639 {
      width: 164px;
      top: 5.9886px;
      left: 0px;
    }
    #PARAGRAPH639 > .ladi-paragraph {
      color: rgb(67, 102, 176);
      font-size: 12px;
      text-align: left;
      line-height: 1.2;
    }
    #IMAGE640 {
      width: 23.7439px;
      height: 25.9772px;
      top: 0px;
      left: 105.215px;
    }
    #IMAGE640 > .ladi-image > .ladi-image-background {
      width: 23.7439px;
      height: 25.9772px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s350x350/5c7362c6c417ab07e5196b05/df-20191029092328.png");
    }
    #PARAGRAPH641 {
      width: 48px;
      top: 5.9886px;
      left: 132px;
    }
    #PARAGRAPH641 > .ladi-paragraph {
      color: rgb(75, 75, 75);
      font-size: 12px;
      text-align: left;
      line-height: 1.2;
    }
    #PARAGRAPH642 {
      width: 150px;
      top: 5.9886px;
      left: 159px;
    }
    #PARAGRAPH642 > .ladi-paragraph {
      color: rgb(67, 102, 176);
      font-size: 12px;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP638 {
      width: 309px;
      height: 25.9772px;
      top: 1774.56px;
      left: 101.25px;
    }
    #SHAPE644 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 0px;
    }
    #SHAPE644 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE645 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 12.8922px;
    }
    #SHAPE645 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE646 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 25.7843px;
    }
    #SHAPE646 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE647 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 38.6765px;
    }
    #SHAPE647 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE648 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 51.5686px;
    }
    #SHAPE648 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #GROUP643 {
      width: 63.237px;
      height: 13.296px;
      top: 1761.26px;
      left: 101.25px;
    }
    #BOX650 {
      width: 68px;
      height: 68px;
      top: 1829.54px;
      left: 17.7501px;
    }
    #BOX650 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/duynguyen-20210429082630.jpeg");
      background-position: center top;
      background-repeat: no-repeat;
      border-radius: 55px;
    }
    #PARAGRAPH651 {
      width: 300px;
      top: 1858.53px;
      left: 101.251px;
    }
    #PARAGRAPH651 > .ladi-paragraph {
      color: rgb(5, 34, 74);
      font-size: 14px;
      text-align: justify;
      line-height: 1.6;
    }
    #PARAGRAPH652 {
      width: 168px;
      top: 1829.54px;
      left: 101.251px;
    }
    #PARAGRAPH652 > .ladi-paragraph {
      color: rgb(5, 34, 74);
      font-size: 16px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
    }
    #PARAGRAPH654 {
      width: 164px;
      top: 5.9886px;
      left: 0px;
    }
    #PARAGRAPH654 > .ladi-paragraph {
      color: rgb(67, 102, 176);
      font-size: 12px;
      text-align: left;
      line-height: 1.2;
    }
    #IMAGE655 {
      width: 23.7439px;
      height: 25.9772px;
      top: 0px;
      left: 105.215px;
    }
    #IMAGE655 > .ladi-image > .ladi-image-background {
      width: 23.7439px;
      height: 25.9772px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s350x350/5c7362c6c417ab07e5196b05/df-20191029092328.png");
    }
    #PARAGRAPH656 {
      width: 48px;
      top: 5.9886px;
      left: 132px;
    }
    #PARAGRAPH656 > .ladi-paragraph {
      color: rgb(75, 75, 75);
      font-size: 12px;
      text-align: left;
      line-height: 1.2;
    }
    #PARAGRAPH657 {
      width: 150px;
      top: 5.9886px;
      left: 159px;
    }
    #PARAGRAPH657 > .ladi-paragraph {
      color: rgb(67, 102, 176);
      font-size: 12px;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP653 {
      width: 309px;
      height: 25.9772px;
      top: 1947.53px;
      left: 101.251px;
    }
    #SHAPE659 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 0px;
    }
    #SHAPE659 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE660 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 12.8922px;
    }
    #SHAPE660 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE661 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 25.7843px;
    }
    #SHAPE661 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE662 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 38.6765px;
    }
    #SHAPE662 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE663 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 51.5686px;
    }
    #SHAPE663 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #GROUP658 {
      width: 63.237px;
      height: 13.296px;
      top: 1934.23px;
      left: 101.251px;
    }
    #BOX665 {
      width: 68px;
      height: 68px;
      top: 2002.51px;
      left: 17.7506px;
    }
    #BOX665 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/thuquynh-20210429082630.jpeg");
      background-position: center top;
      background-repeat: no-repeat;
      border-radius: 55px;
    }
    #PARAGRAPH666 {
      width: 300px;
      top: 2031.5px;
      left: 101.251px;
    }
    #PARAGRAPH666 > .ladi-paragraph {
      color: rgb(5, 34, 74);
      font-size: 14px;
      text-align: justify;
      line-height: 1.6;
    }
    #PARAGRAPH667 {
      width: 168px;
      top: 2002.51px;
      left: 101.251px;
    }
    #PARAGRAPH667 > .ladi-paragraph {
      color: rgb(5, 34, 74);
      font-size: 16px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
    }
    #PARAGRAPH669 {
      width: 164px;
      top: 5.9886px;
      left: 0px;
    }
    #PARAGRAPH669 > .ladi-paragraph {
      color: rgb(67, 102, 176);
      font-size: 12px;
      text-align: left;
      line-height: 1.2;
    }
    #IMAGE670 {
      width: 23.7439px;
      height: 25.9772px;
      top: 0px;
      left: 105.215px;
    }
    #IMAGE670 > .ladi-image > .ladi-image-background {
      width: 23.7439px;
      height: 25.9772px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s350x350/5c7362c6c417ab07e5196b05/df-20191029092328.png");
    }
    #PARAGRAPH671 {
      width: 48px;
      top: 5.9886px;
      left: 132px;
    }
    #PARAGRAPH671 > .ladi-paragraph {
      color: rgb(75, 75, 75);
      font-size: 12px;
      text-align: left;
      line-height: 1.2;
    }
    #PARAGRAPH672 {
      width: 150px;
      top: 5.9886px;
      left: 159px;
    }
    #PARAGRAPH672 > .ladi-paragraph {
      color: rgb(67, 102, 176);
      font-size: 12px;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP668 {
      width: 309px;
      height: 25.9772px;
      top: 2120.5px;
      left: 101.251px;
    }
    #SHAPE674 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 0px;
    }
    #SHAPE674 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE675 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 12.8922px;
    }
    #SHAPE675 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE676 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 25.7843px;
    }
    #SHAPE676 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE677 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 38.6765px;
    }
    #SHAPE677 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #SHAPE678 {
      width: 11.6684px;
      height: 13.296px;
      top: 0px;
      left: 51.5686px;
    }
    #SHAPE678 svg:last-child {
      fill: rgba(255, 188, 1, 1.0);
    }
    #GROUP673 {
      width: 63.237px;
      height: 13.296px;
      top: 2107.2px;
      left: 101.251px;
    }
    #IMAGE683 {
      width: 482.438px;
      height: 269.2px;
      top: 187.41px;
      left: -19px;
    }
    #IMAGE683 > .ladi-image > .ladi-image-background {
      width: 482.438px;
      height: 269.2px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s800x600/5eb1335ec310210e1b180020/water-20210429082742.png");
    }
    #SECTION1087 {
      height: 3279.46px;
    }
    #SECTION1087 > .ladi-section-background {
      background: rgba(26, 18, 13, 1.0);
      background: -webkit-linear-gradient(180deg, rgba(26, 18, 13, 1.0), rgba(58, 37, 22, 1.0));
      background: linear-gradient(180deg, rgba(26, 18, 13, 1.0), rgba(58, 37, 22, 1.0));
    }
    #SECTION1087 .ladi-section-arrow-down {
      background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #IMAGE1088 {
      width: 124.987px;
      height: 48.2362px;
      top: 110.659px;
      left: 312.506px;
    }
    #IMAGE1088 > .ladi-image > .ladi-image-background {
      width: 124.987px;
      height: 48.2362px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s450x350/5c7362c6c417ab07e5196b05/cccc-20210129085651.png");
    }
    #IMAGE1089 {
      width: 132.631px;
      height: 51.1863px;
      top: 18px;
      left: -65.315px;
    }
    #IMAGE1089 > .ladi-image > .ladi-image-background {
      width: 132.631px;
      height: 51.1863px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s450x400/5c7362c6c417ab07e5196b05/cccc-20210129085651.png");
    }
    #BOX1090 {
      width: 400px;
      height: 75px;
      top: 48.2326px;
      left: 10px;
    }
    #BOX1090 > .ladi-box {
      background-color: rgba(255, 255, 255, 0);
      border-style: solid;
      border-color: rgb(232, 181, 102);
      border-width: 1.5px;
      border-radius: 8px;
    }
    #BOX1091 {
      width: 380px;
      height: 60px;
      top: 55.7326px;
      left: 19.9996px;
    }
    #BOX1091 > .ladi-box {
      background-color: #f2cc90;
      border-radius: 6px;
    }
    #HEADLINE1092 {
      width: 343px;
      top: 69.7326px;
      left: 38.4996px;
    }
    #HEADLINE1092 > .ladi-headline {
      font-family: "Prata", serif;
      color: #650904;
      font-size: 20px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #BOX1094 {
      width: 400px;
      height: 999.52px;
      top: 0px;
      left: 0px;
    }
    #BOX1094 > .ladi-box {
      box-shadow: 0px 0px 15px -4px rgba(242, 204, 144, 1);
      -webkit-box-shadow: 0px 0px 15px -4px rgba(242, 204, 144, 1);
      background-color: rgb(255, 255, 255);
      border-radius: 5px;
    }
    #GROUP1125 {
      width: 380px;
      height: 60px;
      top: 602.022px;
      left: 9.9996px;
    }
    #IMAGE1126 {
      width: 380px;
      height: 60px;
      top: 0px;
      left: 0px;
    }
    #IMAGE1126 > .ladi-image > .ladi-image-background {
      width: 849.24px;
      height: 600.413px;
      top: -164.217px;
      left: -200.24px;
      background-image: url("https://w.ladicdn.com/s1150x950/5eb1335ec310210e1b180020/bg_hamer_1-20210428052244.jpeg");
    }
    #IMAGE1126 > .ladi-image {
      box-shadow: 0px 0px 15px -4px rgba(249, 187, 0, 1);
      -webkit-box-shadow: 0px 0px 15px -4px rgba(249, 187, 0, 1);
      border-radius: 3px 3px 0px 0px;
    }
    #GROUP1127 {
      width: 149.05px;
      height: 43.4716px;
      top: 8.27655px;
      left: 225.475px;
    }
    #COUNTDOWN1128 {
      width: 149.05px;
      height: 25.07px;
      top: 0px;
      left: 0px;
    }
    #COUNTDOWN1128 > .ladi-countdown {
      font-family: "Oswald", sans-serif;
      color: #650904;
      font-size: 22px;
      text-align: center;
    }
    #COUNTDOWN1128 > .ladi-countdown > .ladi-element {
      width: calc((100% - 10px * 3) / 4);
      margin-right: 3px;
      height: 100%;
    }   
    #COUNTDOWN1128 > .ladi-countdown .ladi-countdown-background {
      background-color: #f2cc90;
      border-radius: 3px;
    }
    #HEADLINE1133 {
      width: 30px;
      top: 24.4716px;
      left: 0.591469px;
    }
    #HEADLINE1133 > .ladi-headline {
      color: rgb(228, 228, 228);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE1134 {
      width: 30px;
      top: 24.4716px;
      left: 39.4312px;
    }
    #HEADLINE1134 > .ladi-headline {
      color: rgb(228, 228, 228);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE1135 {
      width: 30px;
      top: 24.4716px;
      left: 78.2705px;
    }
    #HEADLINE1135 > .ladi-headline {
      color: rgb(228, 228, 228);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE1136 {
      width: 30px;
      top: 24.4716px;
      left: 117.111px;
    }
    #HEADLINE1136 > .ladi-headline {
      color: rgb(228, 228, 228);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #SHAPE1137 {
      width: 40px;
      height: 40px;
      top: 10.0124px;
      left: 10.475px;
    }
    #SHAPE1137 svg:last-child {
      fill: rgba(242, 204, 144, 1);
    }
    #PARAGRAPH1138 {
      width: 160px;
      top: 17.5124px;
      left: 65.475px;
    }
    #PARAGRAPH1138 > .ladi-paragraph {
      color: rgb(255, 255, 255);
      font-size: 16px;
      line-height: 1.6;
    }
    #GROUP1139 {
      width: 380px;
      height: 47.5px;
      top: 554.522px;
      left: 9.9996px;
    }
    #BOX1140 {
      width: 380px;
      height: 20px;
      top: 19.58px;
      left: 0px;
    }
    #BOX1140 > .ladi-box {
      background-color: rgb(228, 228, 228);
      border-radius: 100px;
    }
    #BOX1141 {
      width: 280px;
      height: 20px;
      top: 19.58px;
      left: 0px;
    }
    #BOX1141 > .ladi-box {
      background: rgba(242, 204, 144, 1);
      background: -webkit-linear-gradient(-90deg, rgba(242, 204, 144, 1), rgba(184, 155, 114, 1));
      background: linear-gradient(-90deg, rgba(242, 204, 144, 1), rgba(184, 155, 114, 1));
      box-shadow: 0px 0px 20px -4px rgba(249, 187, 0, 1);
      -webkit-box-shadow: 0px 0px 20px -4px rgba(249, 187, 0, 1);
      border-radius: 100px;
    }
    #PARAGRAPH1142 {
      width: 180px;
      top: 19.58px;
      left: 50px;
    }
    #PARAGRAPH1142 > .ladi-paragraph {
      color: #650904;
      font-size: 13px;
      font-style: italic;
      text-align: center;
      line-height: 1.6;
    }
    #PARAGRAPH1142.ladi-animation > .ladi-paragraph {
      animation-name: flash;
      -webkit-animation-name: flash;
      animation-delay: 0s;
      -webkit-animation-delay: 0s;
      animation-duration: 3s;
      -webkit-animation-duration: 3s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #IMAGE1143 {
      width: 47.5px;
      height: 47.5px;
      top: 0px;
      left: 248.5px;
    }
    #IMAGE1143 > .ladi-image > .ladi-image-background {
      width: 139.513px;
      height: 83.708px;
      top: -25px;
      left: -46px;
      background-image: url("https://w.ladicdn.com/5eb1335ec310210e1b180020/fire_brown-20210430044110.gif");
    }
    #GALLERY1152 {
      width: 380px;
      height: 460px;
      top: 14.525px;
      left: 9.9996px;
    }
    #GALLERY1152 > .ladi-gallery > .ladi-gallery-view {
      height: calc(100% - 85px);
    }
    #GALLERY1152 > .ladi-gallery > .ladi-gallery-control {
      height: 80px;
    }
    #GALLERY1152 > .ladi-gallery > .ladi-gallery-control > .ladi-gallery-control-box > .ladi-gallery-control-item {
      width: 80px;
      height: 80px;
      margin-right: 5px;
    }    

    #GALLERY1152 .ladi-gallery .ladi-gallery-view-item[data-index="0"] {
      background-image: url("https://w.ladicdn.com/s700x800/5eb1335ec310210e1b180020/keo-sam-hamer-usa-20210501062328.jpeg");
    }
    #GALLERY1152 .ladi-gallery .ladi-gallery-control-item[data-index="0"] {
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/keo-sam-hamer-usa-20210501062328.jpeg");
    }
    #GALLERY1152 .ladi-gallery .ladi-gallery-view-item[data-index="1"] {
      background-image: url("https://w.ladicdn.com/s700x800/5eb1335ec310210e1b180020/keo-sam-hamer-usa-7-20210501062329.jpeg");
    }
    #GALLERY1152 .ladi-gallery .ladi-gallery-control-item[data-index="1"] {
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/keo-sam-hamer-usa-7-20210501062329.jpeg");
    }
    #GALLERY1152 .ladi-gallery .ladi-gallery-view-item[data-index="2"] {
      background-image: url("https://w.ladicdn.com/s700x800/5eb1335ec310210e1b180020/keo-sam-hamer-thong-tin-sai-9-224f3b74-7f54-4252-8871-2a8960471e32-20210501062328.jpeg");
    }
    #GALLERY1152 .ladi-gallery .ladi-gallery-control-item[data-index="2"] {
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/keo-sam-hamer-thong-tin-sai-9-224f3b74-7f54-4252-8871-2a8960471e32-20210501062328.jpeg");
    }
    #GALLERY1152 .ladi-gallery .ladi-gallery-view-item[data-index="3"] {
      background-image: url("https://w.ladicdn.com/s700x800/5eb1335ec310210e1b180020/keo-sam-hamer-usa-5-20210501062329.jpeg");
    }
    #GALLERY1152 .ladi-gallery .ladi-gallery-control-item[data-index="3"] {
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/keo-sam-hamer-usa-5-20210501062329.jpeg");
    }
    #GALLERY1152 .ladi-gallery .ladi-gallery-view-item[data-index="4"] {
      background-image: url("https://w.ladicdn.com/s700x800/5eb1335ec310210e1b180020/keo-sam-hamer-usa-6-20210501062329.jpeg");
    }
    #GALLERY1152 .ladi-gallery .ladi-gallery-control-item[data-index="4"] {
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/keo-sam-hamer-usa-6-20210501062329.jpeg");
    }
    #GALLERY1152 .ladi-gallery .ladi-gallery-view-item[data-index="5"] {
      background-image: url("https://w.ladicdn.com/s700x800/5eb1335ec310210e1b180020/keo-sam-hamer-usa-1-20210501062329.jpeg");
    }
    #GALLERY1152 .ladi-gallery .ladi-gallery-control-item[data-index="5"] {
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/keo-sam-hamer-usa-1-20210501062329.jpeg");
    }
    #GALLERY1152 .ladi-gallery .ladi-gallery-view-item[data-index="6"] {
      background-image: url("https://w.ladicdn.com/s700x800/5eb1335ec310210e1b180020/keo-sam-hamer-usa-2-20210501062329.jpeg");
    }
    #GALLERY1152 .ladi-gallery .ladi-gallery-control-item[data-index="6"] {
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/keo-sam-hamer-usa-2-20210501062329.jpeg");
    }
    #BUTTON1153 {
      width: 380px;
      height: 50px;
      top: 939.17px;
      left: 9.9996px;
    }
    #BUTTON1153 > .ladi-button > .ladi-button-background {
      background-color: rgb(164, 39, 39);
    }
    #BUTTON1153 > .ladi-button {
      box-shadow: 0px 0px 15px -4px rgba(101, 9, 4, 1);
      -webkit-box-shadow: 0px 0px 15px -4px rgba(101, 9, 4, 1);
      border-style: dashed;
      border-color: #f2cc90;
      border-width: 1px;
      border-radius: 5px;
    }
    #BUTTON_TEXT1153 {
      width: 378px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT1153 > .ladi-headline {
      color: #f2cc90;
      font-size: 24px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE1155 {
      width: 380px;
      top: 484.525px;
      left: 9.9996px;
    }
    #HEADLINE1155 > .ladi-headline {
      color: rgb(52, 4, 4);
      font-size: 22px;
      font-weight: bold;
      line-height: 1.6;
    }
    #BOX1194 {
      width: 400px;
      height: 999.52px;
      top: 0px;
      left: 0px;
    }
    #BOX1194 > .ladi-box {
      box-shadow: 0px 0px 15px -4px rgba(242, 204, 144, 1);
      -webkit-box-shadow: 0px 0px 15px -4px rgba(242, 204, 144, 1);
      background-color: rgb(255, 255, 255);
      border-radius: 5px;
    }
    #GROUP1225 {
      width: 380px;
      height: 60px;
      top: 602.022px;
      left: 9.9996px;
    }
    #IMAGE1226 {
      width: 380px;
      height: 60px;
      top: 0px;
      left: 0px;
    }
    #IMAGE1226 > .ladi-image > .ladi-image-background {
      width: 849.24px;
      height: 600.413px;
      top: -164.217px;
      left: -200.24px;
      background-image: url("https://w.ladicdn.com/s1150x950/5eb1335ec310210e1b180020/bg_hamer_1-20210428052244.jpeg");
    }
    #IMAGE1226 > .ladi-image {
      box-shadow: 0px 0px 15px -4px rgba(249, 187, 0, 1);
      -webkit-box-shadow: 0px 0px 15px -4px rgba(249, 187, 0, 1);
      border-radius: 3px 3px 0px 0px;
    }
    #GROUP1227 {
      width: 149.05px;
      height: 43.4716px;
      top: 8.27655px;
      left: 225.475px;
    }
    #COUNTDOWN1228 {
      width: 149.05px;
      height: 25.07px;
      top: 0px;
      left: 0px;
    }
    #COUNTDOWN1228 > .ladi-countdown {
      font-family: "Oswald", sans-serif;
      color: #650904;
      font-size: 22px;
      text-align: center;
    }
    #COUNTDOWN1228 > .ladi-countdown > .ladi-element {
      width: calc((100% - 15px * 3) / 4);
      margin-right: 8px;
      height: 100%;
    }
    #COUNTDOWN1228 > .ladi-countdown .ladi-countdown-background {
      background-color: #f2cc90;
      border-radius: 3px;
    }
    #HEADLINE1233 {
      width: 30px;
      top: 24.4716px;
      left: 0.591469px;
    }
    #HEADLINE1233 > .ladi-headline {
      color: rgb(228, 228, 228);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE1234 {
      width: 30px;
      top: 24.4716px;
      left: 39.4312px;
    }
    #HEADLINE1234 > .ladi-headline {
      color: rgb(228, 228, 228);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE1235 {
      width: 30px;
      top: 24.4716px;
      left: 78.2705px;
    }
    #HEADLINE1235 > .ladi-headline {
      color: rgb(228, 228, 228);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE1236 {
      width: 30px;
      top: 24.4716px;
      left: 117.111px;
    }
    #HEADLINE1236 > .ladi-headline {
      color: rgb(228, 228, 228);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #SHAPE1237 {
      width: 40px;
      height: 40px;
      top: 10.0124px;
      left: 10.475px;
    }
    #SHAPE1237 svg:last-child {
      fill: rgba(242, 204, 144, 1);
    }
    #PARAGRAPH1238 {
      width: 160px;
      top: 17.5124px;
      left: 65.475px;
    }
    #PARAGRAPH1238 > .ladi-paragraph {
      color: rgb(255, 255, 255);
      font-size: 16px;
      line-height: 1.6;
    }
    #GROUP1239 {
      width: 380px;
      height: 47.5px;
      top: 554.522px;
      left: 9.9996px;
    }
    #BOX1240 {
      width: 380px;
      height: 20px;
      top: 19.58px;
      left: 0px;
    }
    #BOX1240 > .ladi-box {
      background-color: rgb(228, 228, 228);
      border-radius: 100px;
    }
    #BOX1241 {
      width: 230px;
      height: 20px;
      top: 19.58px;
      left: 0px;
    }
    #BOX1241 > .ladi-box {
      background: rgba(242, 204, 144, 1);
      background: -webkit-linear-gradient(-90deg, rgba(242, 204, 144, 1), rgba(184, 155, 114, 1));
      background: linear-gradient(-90deg, rgba(242, 204, 144, 1), rgba(184, 155, 114, 1));
      box-shadow: 0px 0px 20px -4px rgba(249, 187, 0, 1);
      -webkit-box-shadow: 0px 0px 20px -4px rgba(249, 187, 0, 1);
      border-radius: 100px;
    }
    #PARAGRAPH1242 {
      width: 180px;
      top: 19.58px;
      left: 25px;
    }
    #PARAGRAPH1242 > .ladi-paragraph {
      color: #650904;
      font-size: 13px;
      font-style: italic;
      text-align: center;
      line-height: 1.6;
    }
    #PARAGRAPH1242.ladi-animation > .ladi-paragraph {
      animation-name: flash;
      -webkit-animation-name: flash;
      animation-delay: 0s;
      -webkit-animation-delay: 0s;
      animation-duration: 3s;
      -webkit-animation-duration: 3s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #IMAGE1243 {
      width: 47.5px;
      height: 47.5px;
      top: 0px;
      left: 199.5px;
    }
    #IMAGE1243 > .ladi-image > .ladi-image-background {
      width: 139.513px;
      height: 83.708px;
      top: -25px;
      left: -46px;
      background-image: url("https://w.ladicdn.com/5eb1335ec310210e1b180020/fire_brown-20210430044110.gif");
    }
    #BOX1245 {
      width: 380px;
      height: 270px;
      top: 0px;
      left: 0px;
    }
    #BOX1245 > .ladi-box {
      background: #fdfbfb;
      background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
      background: linear-gradient(180deg, #fdfbfb, #eaedee);
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px;
    }
    #PARAGRAPH1247 {
      width: 160px;
      top: 3px;
      left: 181.999px;
    }
    #PARAGRAPH1247 > .ladi-paragraph {
      color: #650904;
      font-size: 28px;
      font-weight: bold;
      text-align: right;
      line-height: 1.6;
    }
    #PARAGRAPH1248 {
      width: 120px;
      top: 25px;
      left: 0px;
    }
    #PARAGRAPH1248 > .ladi-paragraph {
      color: rgb(217, 0, 7);
      font-size: 16px;
      font-weight: bold;
      line-height: 1.6;
    }
    #GALLERY1252 {
      width: 380px;
      height: 460px;
      top: 14.525px;
      left: 9.9996px;
    }
    #GALLERY1252 > .ladi-gallery > .ladi-gallery-view {
      height: calc(100% - 85px);
    }
    #GALLERY1252 > .ladi-gallery > .ladi-gallery-control {
      height: 80px;
    }
    #GALLERY1252 > .ladi-gallery > .ladi-gallery-control > .ladi-gallery-control-box > .ladi-gallery-control-item {
      width: 80px;
      height: 80px;
      margin-right: 5px;
    }
    #GALLERY1252 .ladi-gallery .ladi-gallery-view-item[data-index="0"] {
      background-image: url("https://w.ladicdn.com/s700x800/5eb1335ec310210e1b180020/keo-sam-hamer-e854a9-6-31dc2b6e-f5fb-454b-ab31-f4bda426626e-20210501062509.jpeg");
    }
    #GALLERY1252 .ladi-gallery .ladi-gallery-control-item[data-index="0"] {
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/keo-sam-hamer-e854a9-6-31dc2b6e-f5fb-454b-ab31-f4bda426626e-20210501062509.jpeg");
    }
    #GALLERY1252 .ladi-gallery .ladi-gallery-view-item[data-index="1"] {
      background-image: url("https://w.ladicdn.com/s700x800/5eb1335ec310210e1b180020/keo-sam-hamer-e854a9-4-42bb63fb-451b-4998-ae15-982af44d85d2-20210501062509.jpeg");
    }
    #GALLERY1252 .ladi-gallery .ladi-gallery-control-item[data-index="1"] {
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/keo-sam-hamer-e854a9-4-42bb63fb-451b-4998-ae15-982af44d85d2-20210501062509.jpeg");
    }
    #GALLERY1252 .ladi-gallery .ladi-gallery-view-item[data-index="2"] {
      background-image: url("https://w.ladicdn.com/s700x800/5eb1335ec310210e1b180020/keo-sam-hamer-e854a9-3-2fa10954-5f6a-4872-9cd7-4682ccc05bc5-20210501062509.jpeg");
    }
    #GALLERY1252 .ladi-gallery .ladi-gallery-control-item[data-index="2"] {
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/keo-sam-hamer-e854a9-3-2fa10954-5f6a-4872-9cd7-4682ccc05bc5-20210501062509.jpeg");
    }
    #GALLERY1252 .ladi-gallery .ladi-gallery-view-item[data-index="3"] {
      background-image: url("https://w.ladicdn.com/s700x800/5eb1335ec310210e1b180020/keo-sam-hamer-e854a9-2-e5c221f4-bdad-4e16-a033-180996062c9d-20210501062509.jpeg");
    }
    #GALLERY1252 .ladi-gallery .ladi-gallery-control-item[data-index="3"] {
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/keo-sam-hamer-e854a9-2-e5c221f4-bdad-4e16-a033-180996062c9d-20210501062509.jpeg");
    }
    #GALLERY1252 .ladi-gallery .ladi-gallery-view-item[data-index="4"] {
      background-image: url("https://w.ladicdn.com/s700x800/5eb1335ec310210e1b180020/keo-sam-hamer-e854a9-5-d95a1fde-559f-41e9-baa7-0236766f9ee4-20210501062509.jpeg");
    }
    #GALLERY1252 .ladi-gallery .ladi-gallery-control-item[data-index="4"] {
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/keo-sam-hamer-e854a9-5-d95a1fde-559f-41e9-baa7-0236766f9ee4-20210501062509.jpeg");
    }
    #BUTTON1253 {
      width: 380px;
      height: 50px;
      top: 940.53px;
      left: 10px;
    }
    #BUTTON1253 > .ladi-button > .ladi-button-background {
      background-color: rgb(164, 39, 39);
    }
    #BUTTON1253 > .ladi-button {
      box-shadow: 0px 0px 15px -4px rgba(101, 9, 4, 1);
      -webkit-box-shadow: 0px 0px 15px -4px rgba(101, 9, 4, 1);
      border-style: dashed;
      border-color: #f2cc90;
      border-width: 1px;
      border-radius: 5px;
    }
    #BUTTON_TEXT1253 {
      width: 378px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT1253 > .ladi-headline {
      color: #f2cc90;
      font-size: 24px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE1255 {
      width: 380px;
      top: 484.525px;
      left: 9.9996px;
    }
    #HEADLINE1255 > .ladi-headline {
      color: rgb(52, 4, 4);
      font-size: 22px;
      font-weight: bold;
      line-height: 1.6;
    }
    #BOX1438 {
      width: 400px;
      height: 999.52px;
      top: 87px;
      left: 0px;
    }
    #BOX1438 > .ladi-box {
      box-shadow: 0px 0px 15px -4px rgba(242, 204, 144, 1);
      -webkit-box-shadow: 0px 0px 15px -4px rgba(242, 204, 144, 1);
      background-color: rgb(255, 255, 255);
      border-radius: 5px;
    }
    #IMAGE1470 {
      width: 380px;
      height: 60px;
      top: 0px;
      left: 0px;
    }
    #IMAGE1470 > .ladi-image > .ladi-image-background {
      width: 849.24px;
      height: 600.413px;
      top: -164.217px;
      left: -200.24px;
      background-image: url("https://w.ladicdn.com/s1150x950/5eb1335ec310210e1b180020/bg_hamer_1-20210428052244.jpeg");
    }
    #IMAGE1470 > .ladi-image {
      box-shadow: 0px 0px 15px -4px rgba(249, 187, 0, 1);
      -webkit-box-shadow: 0px 0px 15px -4px rgba(249, 187, 0, 1);
      border-radius: 3px 3px 0px 0px;
    }
    #COUNTDOWN1472 {
      width: 149.05px;
      height: 25.07px;
      top: 0px;
      left: 0px;
    }
    #COUNTDOWN1472 > .ladi-countdown {
      font-family: "Oswald", sans-serif;
      color: #650904;
      font-size: 22px;
      text-align: center;
    }
    #COUNTDOWN1472 > .ladi-countdown > .ladi-element {
      width: calc((100% - 7px * 3) / 4);
      margin-right: 0;
      height: 100%;
    }
    #COUNTDOWN1472 > .ladi-countdown .ladi-countdown-background {
      background-color: #f2cc90;
      border-radius: 3px;
    }
    #HEADLINE1477 {
      width: 30px;
      top: 24.4716px;
      left: 0.591469px;
    }
    #HEADLINE1477 > .ladi-headline {
      color: rgb(228, 228, 228);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE1478 {
      width: 30px;
      top: 24.4716px;
      left: 39.4312px;
    }
    #HEADLINE1478 > .ladi-headline {
      color: rgb(228, 228, 228);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE1479 {
      width: 30px;
      top: 24.4716px;
      left: 78.2705px;
    }
    #HEADLINE1479 > .ladi-headline {
      color: rgb(228, 228, 228);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE1480 {
      width: 30px;
      top: 24.4716px;
      left: 117.111px;
    }
    #HEADLINE1480 > .ladi-headline {
      color: rgb(228, 228, 228);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1471 {
      width: 149.05px;
      height: 43.4716px;
      top: 8.27655px;
      left: 225.475px;
    }
    #SHAPE1481 {
      width: 40px;
      height: 40px;
      top: 10.0124px;
      left: 10.475px;
    }
    #SHAPE1481 svg:last-child {
      fill: rgba(242, 204, 144, 1);
    }
    #PARAGRAPH1482 {
      width: 160px;
      top: 17.5124px;
      left: 65.475px;
    }
    #PARAGRAPH1482 > .ladi-paragraph {
      color: rgb(255, 255, 255);
      font-size: 16px;
      line-height: 1.6;
    }
    #GROUP1469 {
      width: 380px;
      height: 60px;
      top: 689.022px;
      left: 9.9996px;
    }
    #BOX1484 {
      width: 380px;
      height: 20px;
      top: 19.58px;
      left: 0px;
    }
    #BOX1484 > .ladi-box {
      background-color: rgb(228, 228, 228);
      border-radius: 100px;
    }
    #BOX1485 {
      width: 320px;
      height: 20px;
      top: 19.58px;
      left: 0px;
    }
    #BOX1485 > .ladi-box {
      background: rgba(242, 204, 144, 1);
      background: -webkit-linear-gradient(-90deg, rgba(242, 204, 144, 1), rgba(184, 155, 114, 1));
      background: linear-gradient(-90deg, rgba(242, 204, 144, 1), rgba(184, 155, 114, 1));
      box-shadow: 0px 0px 20px -4px rgba(249, 187, 0, 1);
      -webkit-box-shadow: 0px 0px 20px -4px rgba(249, 187, 0, 1);
      border-radius: 100px;
    }
    #PARAGRAPH1486 {
      width: 180px;
      top: 19.58px;
      left: 70px;
    }
    #PARAGRAPH1486 > .ladi-paragraph {
      color: #650904;
      font-size: 13px;
      font-style: italic;
      text-align: center;
      line-height: 1.6;
    }
    #PARAGRAPH1486.ladi-animation > .ladi-paragraph {
      animation-name: flash;
      -webkit-animation-name: flash;
      animation-delay: 0s;
      -webkit-animation-delay: 0s;
      animation-duration: 3s;
      -webkit-animation-duration: 3s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #IMAGE1487 {
      width: 47.5px;
      height: 47.5px;
      top: 0px;
      left: 292.5px;
    }
    #IMAGE1487 > .ladi-image > .ladi-image-background {
      width: 139.513px;
      height: 83.708px;
      top: -25px;
      left: -46px;
      background-image: url("https://w.ladicdn.com/5eb1335ec310210e1b180020/fire_brown-20210430044110.gif");
    }
    #GROUP1483 {
      width: 380px;
      height: 47.5px;
      top: 641.522px;
      left: 9.9996px;
    }
    #GALLERY1496 {
      width: 380px;
      height: 460px;
      top: 101.525px;
      left: 9.9996px;
    }
    .ladi-gallery > .ladi-gallery-view {
      height: calc(100% - 85px);
    }
    .ladi-gallery > .ladi-gallery-control , .ladi-gallery .ladi-gallery-control-item{
      height: 80px;
    }
    #GALLERY1496 > .ladi-gallery > .ladi-gallery-control > .ladi-gallery-control-box > .ladi-gallery-control-item {
      width: 80px;
      height: 80px;
      margin-right: 5px;
    }
    .ladi-gallery .ladi-gallery-view-item{
      height: 100%;
    }

    #GALLERY1496 .ladi-gallery .ladi-gallery-view-item[data-index="0"] {
      background-image: url("https://w.ladicdn.com/s700x800/5eb1335ec310210e1b180020/keo-sam-hamer-malaysia-37f82k-6-20210501062119.jpeg");
    }
    #GALLERY1496 .ladi-gallery .ladi-gallery-control-item[data-index="0"] {
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/keo-sam-hamer-malaysia-37f82k-6-20210501062119.jpeg");
    }
    #GALLERY1496 .ladi-gallery .ladi-gallery-view-item[data-index="1"] {
      background-image: url("https://w.ladicdn.com/s700x800/5eb1335ec310210e1b180020/keo-sam-hamer-malaysia-37f82k-5-20210501062120.jpeg");
    }
    #GALLERY1496 .ladi-gallery .ladi-gallery-control-item[data-index="1"] {
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/keo-sam-hamer-malaysia-37f82k-5-20210501062120.jpeg");
    }
    #GALLERY1496 .ladi-gallery .ladi-gallery-view-item[data-index="2"] {
      background-image: url("https://w.ladicdn.com/s700x800/5eb1335ec310210e1b180020/keo-sam-hamer-malaysia-37f82k-4-20210501062120.jpeg");
    }
    #GALLERY1496 .ladi-gallery .ladi-gallery-control-item[data-index="2"] {
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/keo-sam-hamer-malaysia-37f82k-4-20210501062120.jpeg");
    }
    #GALLERY1496 .ladi-gallery .ladi-gallery-view-item[data-index="3"] {
      background-image: url("https://w.ladicdn.com/s700x800/5eb1335ec310210e1b180020/keo-sam-hamer-malaysia-37f82k-12-20210501062120.jpeg");
    }
    #GALLERY1496 .ladi-gallery .ladi-gallery-control-item[data-index="3"] {
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/keo-sam-hamer-malaysia-37f82k-12-20210501062120.jpeg");
    }
    #GALLERY1496 .ladi-gallery .ladi-gallery-view-item[data-index="4"] {
      background-image: url("https://w.ladicdn.com/s700x800/5eb1335ec310210e1b180020/keo-sam-hamer-malaysia-20210501062120.jpeg");
    }
    #GALLERY1496 .ladi-gallery .ladi-gallery-control-item[data-index="4"] {
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/keo-sam-hamer-malaysia-20210501062120.jpeg");
    }
    #GALLERY1496 .ladi-gallery .ladi-gallery-view-item[data-index="5"] {
      background-image: url("https://w.ladicdn.com/s700x800/5eb1335ec310210e1b180020/keo-sam-hamer-malaysia-37f82k-11-20210501062120.jpeg");
    }
    #GALLERY1496 .ladi-gallery .ladi-gallery-control-item[data-index="5"] {
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/keo-sam-hamer-malaysia-37f82k-11-20210501062120.jpeg");
    }
    #BUTTON_TEXT1497 {
      width: 378px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT1497 > .ladi-headline {
      color: #f2cc90;
      font-size: 24px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #BUTTON1497 {
      width: 380px;
      height: 50px;
      top: 1027.16px;
      left: 10px;
    }
    #BUTTON1497 > .ladi-button > .ladi-button-background {
      background-color: rgb(164, 39, 39);
    }
    #BUTTON1497 > .ladi-button {
      box-shadow: 0px 0px 15px -4px rgba(101, 9, 4, 1);
      -webkit-box-shadow: 0px 0px 15px -4px rgba(101, 9, 4, 1);
      border-style: dashed;
      border-color: #f2cc90;
      border-width: 1px;
      border-radius: 5px;
    }
    #HEADLINE1499 {
      width: 380px;
      top: 571.525px;
      left: 9.9996px;
    }
    #HEADLINE1499 > .ladi-headline {
      color: rgb(52, 4, 4);
      font-size: 22px;
      font-weight: bold;
      line-height: 1.6;
    }
    #IMAGE1577 {
      width: 99.9997px;
      height: 120px;
      top: 0px;
      left: 50px;
    }
    #IMAGE1577 > .ladi-image > .ladi-image-background {
      width: 99.9997px;
      height: 120px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/5eb1335ec310210e1b180020/best-seller-20210501053657.gif");
    }
    #BOX1578 {
      width: 200px;
      height: 60px;
      top: 30px;
      left: 0px;
    }
    #BOX1578 > .ladi-box {
      box-shadow: inset 0px 15px 20px -15px rgba(242, 204, 144, 1);
      -webkit-box-shadow: inset 0px 15px 20px -15px rgba(242, 204, 144, 1);
      background-color: rgb(164, 39, 39);
      border-style: dashed;
      border-color: #f2cc90;
      border-width: 2px;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
    }
    #GROUP1579 {
      width: 200px;
      height: 120px;
      top: 0px;
      left: 100px;
    }
    #BUTTON252 {
      width: 100px;
      height: 45px;
      top: 0px;
      left: 400px;
    }
    #BUTTON252 > .ladi-button > .ladi-button-background {
      background-color: rgba(245, 65, 38, 0);
    }
    #BUTTON252 > .ladi-button {
      border-color: rgb(244, 64, 37);
      border-width: 1px;
      border-radius: 100px;
    }
    #BUTTON_TEXT252 {
      width: 100px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT252 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #SECTION1580 {
      height: 676.818px;
    }
    #SECTION1580 > .ladi-section-background {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s768x676/5eb1335ec310210e1b180020/bg_hamer_4-20210501063010.jpeg");
      background-position: center top;
      background-repeat: repeat;
    }
    #SECTION1580 .ladi-section-arrow-down {
      background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #LINE1581 {
      width: 400px;
      top: 635px;
      left: 7.9996px;
    }
    #LINE1581 > .ladi-line > .ladi-line-container {
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      border-right: 1px solid rgba(255, 255, 255, 0.1);
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      border-left: 0px !important;
    }
    #LINE1581 > .ladi-line {
      width: 100%;
      padding: 8px 0px;
    }
    #HEADLINE1582 {
      width: 400px;
      top: 652px;
      left: 7.9996px;
    }
    #HEADLINE1582 > .ladi-headline {
      color: rgba(255, 255, 255, 0.9);
      font-size: 12px;
      text-align: center;
      line-height: 1.2;
    }
    #HEADLINE1583 {
      width: 400px;
      top: 127.98px;
      left: 8.4996px;
    }
    #HEADLINE1583 > .ladi-headline {
      color: #f2cc90;
      font-size: 22px;
      font-weight: bold;
      text-align: left;
      line-height: 1.4;
    }
    #GROUP1584 {
      width: 404px;
      height: 25px;
      top: 172.98px;
      left: 7.9996px;
      display: none !important;
    }
    #SHAPE1585 {
      width: 25px;
      height: 25px;
      top: 0px;
      left: 0px;
    }
    #SHAPE1585 svg:last-child {
      fill: rgba(242, 204, 144, 1);
    }
    #HEADLINE1586 {
      width: 369px;
      top: 3px;
      left: 35px;
    }
    #HEADLINE1586 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 14px;
      text-align: left;
      line-height: 1.4;
    }
    #GROUP1587 {
      width: 327px;
      height: 25px;
      top: 222.98px;
      left: 8.4996px;
    }
    #SHAPE1588 {
      width: 25px;
      height: 25px;
      top: 0px;
      left: 0px;
    }
    #SHAPE1588 svg:last-child {
      fill: rgba(242, 204, 144, 1);
    }
    #HEADLINE1589 {
      width: 292px;
      top: 3px;
      left: 35px;
    }
    #HEADLINE1589 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 14px;
      text-align: left;
      line-height: 1.4;
    }
    #GROUP1590 {
      width: 327px;
      height: 25px;
      top: 247.98px;
      left: 8.4996px;
    }
    #SHAPE1591 {
      width: 25px;
      height: 25px;
      top: 0px;
      left: 0px;
    }
    #SHAPE1591 svg:last-child {
      fill: rgba(242, 204, 144, 1);
    }
    #HEADLINE1592 {
      width: 292px;
      top: 3px;
      left: 35px;
    }
    #HEADLINE1592 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 14px;
      text-align: left;
      line-height: 1.4;
    }
    #HEADLINE1593 {
      width: 400px;
      top: 297px;
      left: 7.9996px;
    }
    #HEADLINE1593 > .ladi-headline {
      color: #f2cc90;
      font-size: 22px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP1594 {
      width: 234.65px;
      height: 25px;
      top: 377.98px;
      left: 7.4996px;
    }
    #HEADLINE1595 {
      width: 200px;
      top: 3px;
      left: 34.65px;
    }
    #HEADLINE1595 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 14px;
      font-weight: bold;
      text-align: left;
      line-height: 1.4;
    }
    #SHAPE1596 {
      width: 25px;
      height: 25px;
      top: 0px;
      left: 0px;
    }
    #SHAPE1596 svg:last-child {
      fill: rgba(242, 204, 144, 1);
    }
    #GROUP1597 {
      width: 234.65px;
      height: 25px;
      top: 343px;
      left: 7.9996px;
    }
    #HEADLINE1598 {
      width: 200px;
      top: 3px;
      left: 34.65px;
    }
    #HEADLINE1598 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 14px;
      font-weight: bold;
      text-align: left;
      line-height: 1.4;
    }
    #SHAPE1599 {
      width: 25px;
      height: 25px;
      top: 0px;
      left: 0px;
    }
    #SHAPE1599 svg:last-child {
      fill: rgba(242, 204, 144, 1);
    }
    #GROUP1600 {
      width: 234.65px;
      height: 25px;
      top: 412.98px;
      left: 7.4996px;
    }
    #HEADLINE1601 {
      width: 200px;
      top: 3px;
      left: 34.65px;
    }
    #HEADLINE1601 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 14px;
      font-weight: bold;
      text-align: left;
      line-height: 1.4;
    }
    #SHAPE1602 {
      width: 25px;
      height: 25px;
      top: 0px;
      left: 0px;
    }
    #SHAPE1602 svg:last-child {
      fill: rgba(242, 204, 144, 1);
    }
    #GROUP1603 {
      width: 176px;
      height: 25px;
      top: 378px;
      left: 230.35px;
    }
    #HEADLINE1604 {
      width: 141px;
      top: 3px;
      left: 35px;
    }
    #HEADLINE1604 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 14px;
      font-weight: bold;
      text-align: left;
      line-height: 1.4;
    }
    #SHAPE1605 {
      width: 25px;
      height: 25px;
      top: 0px;
      left: 0px;
    }
    #SHAPE1605 svg:last-child {
      fill: rgba(242, 204, 144, 1);
    }
    #GROUP1606 {
      width: 181.65px;
      height: 25px;
      top: 343px;
      left: 230.35px;
    }
    #HEADLINE1607 {
      width: 147px;
      top: 3px;
      left: 34.65px;
    }
    #HEADLINE1607 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 14px;
      font-weight: bold;
      text-align: left;
      line-height: 1.4;
    }
    #SHAPE1608 {
      width: 25px;
      height: 25px;
      top: 0px;
      left: 0px;
    }
    #SHAPE1608 svg:last-child {
      fill: rgba(242, 204, 144, 1);
    }
    #IMAGE1609 {
      width: 200px;
      height: 64.2858px;
      top: 481px;
      left: 108px;
    }
    #IMAGE1609 > .ladi-image > .ladi-image-background {
      width: 200px;
      height: 64.2858px;
      top: 0px;
      left: 0px;
      background-image: url("../images/logo-hamer_white-20210428050213.png");
    }
    #SHAPE1615 {
      width: 25px;
      height: 25px;
      top: 0px;
      left: 0px;
    }
    #SHAPE1615 svg:last-child {
      fill: rgba(242, 204, 144, 1);
    }
    #HEADLINE1616 {
      width: 369px;
      top: 3px;
      left: 35px;
    }
    #HEADLINE1616 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 14px;
      text-align: left;
      line-height: 1.4;
    }
    #GROUP1614 {
      width: 404px;
      height: 25px;
      top: 197.98px;
      left: 8.4996px;
    }
    #POPUP1623 {
      width: 420px;
      height: 2038px;
      top: 0px;
      left: 0px;
      bottom: 0px;
      right: 0px;
      margin: auto;
      border-radius: 5px;
    }
    #POPUP1623 > .ladi-popup > .ladi-overlay {
      border-radius: 4px;
    }
    #POPUP1623 > .ladi-popup > .ladi-popup-background {
      background-color: rgb(255, 255, 255);
      border-radius: 4px;
    }
    #POPUP1623 > .ladi-popup {
    
    }
    #IMAGE1657 {
      width: 400px;
      height: 60px;
      top: 0px;
      left: 0px;
    }
    #IMAGE1657 > .ladi-image > .ladi-image-background {
      width: 849.24px;
      height: 600.413px;
      top: -164.217px;
      left: -200.24px;
      background-image: url("https://w.ladicdn.com/s1150x950/5eb1335ec310210e1b180020/bg_hamer_1-20210428052244.jpeg");
    }
    #IMAGE1657 > .ladi-image {
      box-shadow: 0px 0px 15px -4px rgba(249, 187, 0, 1);
      -webkit-box-shadow: 0px 0px 15px -4px rgba(249, 187, 0, 1);
      border-radius: 3px 3px 0px 0px;
    }
    #COUNTDOWN1659 {
      width: 149.05px;
      height: 25.07px;
      top: 0px;
      left: 0px;
    }
    #COUNTDOWN1659 > .ladi-countdown {
      font-family: "Oswald", sans-serif;
      color: #650904;
      font-size: 22px;
      text-align: center;
    }
    #COUNTDOWN1659 > .ladi-countdown > .ladi-element {
      width: calc((100% - 10px * 3) / 4);
      margin-right: 10px;
      height: 100%;
    }
    #COUNTDOWN1659 > .ladi-countdown .ladi-countdown-background {
      background-color: #f2cc90;
      border-radius: 3px;
    }
    #HEADLINE1664 {
      width: 30px;
      top: 24.4716px;
      left: 0.591469px;
    }
    #HEADLINE1664 > .ladi-headline {
      color: rgb(228, 228, 228);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE1665 {
      width: 30px;
      top: 24.4716px;
      left: 39.4312px;
    }
    #HEADLINE1665 > .ladi-headline {
      color: rgb(228, 228, 228);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE1666 {
      width: 30px;
      top: 24.4716px;
      left: 78.2705px;
    }
    #HEADLINE1666 > .ladi-headline {
      color: rgb(228, 228, 228);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE1667 {
      width: 30px;
      top: 24.4716px;
      left: 117.111px;
    }
    #HEADLINE1667 > .ladi-headline {
      color: rgb(228, 228, 228);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1658 {
      width: 149.05px;
      height: 43.4716px;
      top: 8.2766px;
      left: 239.475px;
    }
    #SHAPE1668 {
      width: 40px;
      height: 40px;
      top: 10.0124px;
      left: 10.475px;
    }
    #SHAPE1668 svg:last-child {
      fill: rgba(242, 204, 144, 1);
    }
    #PARAGRAPH1669 {
      width: 160px;
      top: 17.5124px;
      left: 65.475px;
    }
    #PARAGRAPH1669 > .ladi-paragraph {
      color: rgb(255, 255, 255);
      font-size: 16px;
      line-height: 1.6;
    }
    #GROUP1656 {
      width: 400px;
      height: 60px;
      top: 117.497px;
      left: 0px;
    }
    #BOX1671 {
      width: 400px;
      height: 21.0526px;
      top: 19.58px;
      left: 0px;
    }
    #BOX1671 > .ladi-box {
      background-color: rgb(228, 228, 228);
      border-radius: 100px;
    }
    #BOX1672 {
      width: 360px;
      height: 20px;
      top: 19.58px;
      left: 0px;
    }
    #BOX1672 > .ladi-box {
      background: rgba(242, 204, 144, 1);
      background: -webkit-linear-gradient(-90deg, rgba(242, 204, 144, 1), rgba(184, 155, 114, 1));
      background: linear-gradient(-90deg, rgba(242, 204, 144, 1), rgba(184, 155, 114, 1));
      box-shadow: 0px 0px 20px -4px rgba(249, 187, 0, 1);
      -webkit-box-shadow: 0px 0px 20px -4px rgba(249, 187, 0, 1);
      border-radius: 100px;
    }
    #PARAGRAPH1673 {
      width: 180px;
      top: 20.1063px;
      left: 100px;
    }
    #PARAGRAPH1673 > .ladi-paragraph {
      color: #650904;
      font-size: 13px;
      font-style: italic;
      text-align: center;
      line-height: 1.6;
    }
    #PARAGRAPH1673.ladi-animation > .ladi-paragraph {
      animation-name: flash;
      -webkit-animation-name: flash;
      animation-delay: 0s;
      -webkit-animation-delay: 0s;
      animation-duration: 3s;
      -webkit-animation-duration: 3s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #IMAGE1674 {
      width: 47.5px;
      height: 47.5px;
      top: 0px;
      left: 332.5px;
    }
    #IMAGE1674 > .ladi-image > .ladi-image-background {
      width: 139.513px;
      height: 83.708px;
      top: -25px;
      left: -46px;
      background-image: url("https://w.ladicdn.com/5eb1335ec310210e1b180020/fire_brown-20210430044110.gif");
    }
    #GROUP1670 {
      width: 400px;
      height: 47.5px;
      top: 69.997px;
      left: 0px;
    }
    #HEADLINE1686 {
      width: 400px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE1686 > .ladi-headline {
      color: rgb(52, 4, 4);
      font-size: 22px;
      font-weight: bold;
      line-height: 1.6;
    }
    #GROUP1624 {
      width: 400px;
      height: 241px;
      top: 232.5px;
      left: 10px;
    }
    #IMAGE1762 {
      width: 200px;
      height: 200px;
      top: 0px;
      left: 210px;
    }
    #IMAGE1762 > .ladi-image > .ladi-image-background {
      width: 200px;
      height: 200px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s550x550/5eb1335ec310210e1b180020/keo-sam-hamer-malaysia-37f82k-6-20210501062119.jpeg");
    }
    #BOX1764 {
      width: 160px;
      height: 48px;
      top: 24px;
      left: 0px;
    }
    #BOX1764 > .ladi-box {
      box-shadow: inset 0px 15px 20px -15px rgba(242, 204, 144, 1);
      -webkit-box-shadow: inset 0px 15px 20px -15px rgba(242, 204, 144, 1);
      background-color: rgb(164, 39, 39);
      border-style: dashed;
      border-color: #f2cc90;
      border-width: 2px;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
    }
    #IMAGE1765 {
      width: 79.9998px;
      height: 96px;
      top: 0px;
      left: 40px;
    }
    #IMAGE1765 > .ladi-image > .ladi-image-background {
      width: 79.9998px;
      height: 96px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/5eb1335ec310210e1b180020/best-seller-20210501053657.gif");
    }
    #GROUP1763 {
      width: 160px;
      height: 96px;
      top: 52px;
      left: 10px;
    }
    #BUTTON_TEXT1767 {
      width: 298px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT1767 > .ladi-headline {
      font-family: "Oswald", sans-serif;
      color: #f2cc90;
      font-size: 24px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #BUTTON1767 {
      width: 300px;
      height: 50px;
      top: 265px;
      left: 50px;
    }
    #BUTTON1767 > .ladi-button > .ladi-button-background {
      background-color: rgb(52, 4, 4);
    }
    #BUTTON1767 > .ladi-button {
      box-shadow: 0px 0px 20px -4px rgba(101, 9, 4, 1);
      -webkit-box-shadow: 0px 0px 20px -4px rgba(101, 9, 4, 1);
      border-style: dashed;
      border-color: #f2cc90;
      border-width: 1px;
      border-radius: 3px;
    }
    #BUTTON1767.ladi-animation > .ladi-button {
      animation-name: pulse;
      -webkit-animation-name: pulse;
      animation-delay: 0s;
      -webkit-animation-delay: 0s;
      animation-duration: 3s;
      -webkit-animation-duration: 3s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #FORM_ITEM1769 {
      width: 400px;
      height: 45px;
      top: 0px;
      left: 0px;
    }
    #FORM_ITEM1770 {
      width: 400px;
      height: 45px;
      top: 50px;
      left: 0px;
    }
    #FORM_ITEM1771 {
      width: 400px;
      height: 60px;
      top: 200px;
      left: 0px;
    }
    #FORM_ITEM1772 {
      width: 400px;
      height: 45px;
      top: 150px;
      left: 0px;
    }
    #FORM_ITEM1773 {
      width: 400px;
      height: 45px;
      top: 100px;
      left: 0px;
    }
    #FORM1766 {
      width: 400px;
      height: 315px;
      top: 483px;
      left: 10px;
    }
    #FORM1766 > .ladi-form {
      color: rgb(132, 132, 132);
      font-size: 16px;
      letter-spacing: 0px;
      line-height: 1.6;
    }
    #FORM1766 .ladi-form-item .ladi-form-control::placeholder,
    #FORM1766 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"] {
      color: rgba(132, 132, 132, 1.0);
    }
    #FORM1766 .ladi-form-item {
      padding-left: 8px;
      padding-right: 8px;
    }
    #FORM1766 .ladi-form-item.ladi-form-checkbox {
      padding-left: 13px;
      padding-right: 13px;
    }
    #FORM1766 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
      background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgba(132%2C%20132%2C%20132%2C%201.0)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
    }
    #FORM1766 .ladi-form-item-container,
    #FORM1766 .ladi-form-label-container .ladi-form-label-item {
      border-style: solid;
      border-color: rgb(132, 132, 132);
      border-width: 1px;
      border-radius: 3px;
    }
    #FORM1766 .ladi-form-item-container .ladi-form-quantity button {
      background-color: rgb(132, 132, 132);
    }
    #FORM1766 .ladi-form-item-background {
      background-color: rgb(255, 255, 255);
      border-radius: 2px
    }
    #GROUP1675 {
      width: 400px;
      height: 65px;
      top: 176px;
      left: 0px;
    }
    #GROUP1680 {
      width: 65px;
      height: 65px;
      top: 0px;
      left: 335px;
    }
    #PARAGRAPH1682 {
      width: 38px;
      top: 20px;
      left: 4.875px;
    }
    #PARAGRAPH1682 > .ladi-paragraph {
      font-family: "Montserrat", sans-serif;
      color: rgb(255, 255, 255);
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #SHAPE1681 {
      width: 65px;
      height: 65px;
      top: 0px;
      left: 0px;
    }
    #SHAPE1681 svg:last-child {
      fill: rgba(217, 0, 7, 1);
    }
    #GROUP1677 {
      width: 297px;
      height: 44px;
      top: 10.5px;
      left: 17px;
    }
    #PARAGRAPH1679 {
      width: 110px;
      top: 22px;
      left: 0px;
    }
    #PARAGRAPH1679 > .ladi-paragraph {
      text-decoration-line: line-through;
      -webkit-text-decoration-line: line-through;
      color: rgb(84, 84, 84);
      font-size: 14px;
      text-align: right;
      line-height: 1.6;
    }
    #PARAGRAPH1678 {
      width: 187px;
      top: 0px;
      left: 110px;
    }
    #PARAGRAPH1678 > .ladi-paragraph {
      color: #650904;
      font-size: 28px;
      font-weight: bold;
      text-align: right;
      line-height: 1.6;
    }
    #BOX1676 {
      width: 400px;
      height: 60px;
      top: 2.5px;
      left: 0px;
    }
    #BOX1676 > .ladi-box {
      background: #fdfbfb;
      background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
      background: linear-gradient(180deg, #fdfbfb, #eaedee);
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px;
    }
    #BOX1777 {
      width: 400px;
      height: 320px;
      top: 0px;
      left: 0px;
    }
    #BOX1777 > .ladi-box {
      background-color: rgb(238, 238, 238);
      border-style: solid;
      border-color: rgb(184, 155, 114);
      border-width: 1px;
      border-radius: 3px;
    }
    #HEADLINE1780 {
      width: 290px;
      top: 23.062px;
      left: 0px;
    }
    #HEADLINE1780 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 14px;
      text-align: left;
      line-height: 1.2;
    }
    #HEADLINE1781 {
      width: 200px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE1781 > .ladi-headline {
      color: rgb(52, 4, 4);
      font-size: 16px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP1779 {
      width: 290px;
      height: 39.062px;
      top: 7.114px;
      left: 62px;
    }
    #BOX1783 {
      width: 53.2904px;
      height: 53.2903px;
      top: 0px;
      left: 0px;
    }
    #BOX1783 > .ladi-box {
      border-style: solid;
      border-color: #650904;
      border-width: 1px;
      border-radius: 1000px;
    }
    #SHAPE1784 {
      width: 33.3px;
      height: 33.3px;
      top: 8.9951px;
      left: 10.499px;
    }
    #SHAPE1784 svg:last-child {
      fill: rgba(115, 21, 21, 1);
    }
    #GROUP1782 {
      width: 53.2904px;
      height: 53.2903px;
      top: 0px;
      left: 0px;
    }
    #GROUP1778 {
      width: 352px;
      height: 53.2903px;
      top: 242.432px;
      left: 16.499px;
    }
    #HEADLINE1787 {
      width: 200px;
      top: 22.922px;
      left: 0px;
    }
    #HEADLINE1787 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 14px;
      text-align: left;
      line-height: 1.2;
    }
    #HEADLINE1788 {
      width: 200px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE1788 > .ladi-headline {
      color: rgb(52, 4, 4);
      font-size: 16px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP1786 {
      width: 200px;
      height: 38.922px;
      top: 7.184px;
      left: 62px;
    }
    #BOX1790 {
      width: 53.2904px;
      height: 53.2903px;
      top: 0px;
      left: 0px;
    }
    #BOX1790 > .ladi-box {
      border-style: solid;
      border-color: #650904;
      border-width: 1px;
      border-radius: 1000px;
    }
    #SHAPE1791 {
      width: 29.969px;
      height: 29.969px;
      top: 13.2903px;
      left: 11.259px;
    }
    #SHAPE1791 svg:last-child {
      fill: rgba(101, 9, 4, 1);
    }
    #GROUP1789 {
      width: 53.2904px;
      height: 53.2903px;
      top: 0px;
      left: 0px;
    }
    #GROUP1785 {
      width: 262px;
      height: 53.2903px;
      top: 169.997px;
      left: 16.499px;
    }
    #HEADLINE1794 {
      width: 200px;
      top: 22.968px;
      left: 0px;
    }
    #HEADLINE1794 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 14px;
      text-align: left;
      line-height: 1.2;
    }
    #HEADLINE1795 {
      width: 200px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE1795 > .ladi-headline {
      color: rgb(52, 4, 4);
      font-size: 16px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP1793 {
      width: 200px;
      height: 38.968px;
      top: 7.161px;
      left: 62px;
    }
    #BOX1797 {
      width: 53.2904px;
      height: 53.2903px;
      top: 0px;
      left: 0px;
    }
    #BOX1797 > .ladi-box {
      border-style: solid;
      border-color: #650904;
      border-width: 1px;
      border-radius: 1000px;
    }
    #SHAPE1798 {
      width: 36.0002px;
      height: 36.0002px;
      top: 7.6451px;
      left: 8.419px;
    }
    #SHAPE1798 svg:last-child {
      fill: rgba(101, 9, 4, 1);
    }
    #GROUP1796 {
      width: 53.2904px;
      height: 53.2903px;
      top: 0px;
      left: 0px;
    }
    #GROUP1792 {
      width: 262px;
      height: 53.2903px;
      top: 97.287px;
      left: 16.499px;
    }
    #BOX1801 {
      width: 53.2904px;
      height: 53.2903px;
      top: 0px;
      left: 0px;
    }
    #BOX1801 > .ladi-box {
      border-style: solid;
      border-color: #650904;
      border-width: 1px;
      border-radius: 1000px;
    }
    #SHAPE1802 {
      width: 28.9893px;
      height: 28.9892px;
      top: 13.1243px;
      left: 12.9964px;
    }
    #SHAPE1802 svg:last-child {
      fill: rgba(101, 9, 4, 1);
    }
    #GROUP1800 {
      width: 53.2904px;
      height: 53.2903px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE1804 {
      width: 173px;
      top: 23.031px;
      left: 0px;
    }
    #HEADLINE1804 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 14px;
      text-align: left;
      line-height: 1.2;
    }
    #HEADLINE1805 {
      width: 200px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE1805 > .ladi-headline {
      color: rgb(52, 4, 4);
      font-size: 16px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP1803 {
      width: 200px;
      height: 39.031px;
      top: 7.13px;
      left: 62px;
    }
    #GROUP1799 {
      width: 262px;
      height: 53.2903px;
      top: 24.287px;
      left: 16.499px;
    }
    #GROUP1776 {
      width: 400px;
      height: 320px;
      top: 1704.5px;
      left: 10.25px;
    }
    #BOX1806 {
      width: 400px;
      height: 320px;
      top: 0px;
      left: 0px;
    }
    #BOX1806 > .ladi-box {
      background-color: rgb(238, 227, 215);
      border-style: dashed;
      border-color: rgb(52, 4, 4);
      border-width: 1px;
      border-radius: 5px;
    }
    #LIST_PARAGRAPH1807 {
      width: 380px;
      top: 10px;
      left: 10px;
    }
    #LIST_PARAGRAPH1807 > .ladi-list-paragraph {
      color: rgb(0, 0, 0);
      font-size: 16px;
      line-height: 1.6;
    }
    #LIST_PARAGRAPH1807 ul li {
      padding-left: 25px;
    }
    #LIST_PARAGRAPH1807 ul li:before {
      content: "";
      background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Asodipodi%3D%22http%3A%2F%2Fsodipodi.sourceforge.net%2FDTD%2Fsodipodi-0.dtd%22%20xmlns%3Ainkscape%3D%22http%3A%2F%2Fwww.inkscape.org%2Fnamespaces%2Finkscape%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%22100%25%22%20height%3D%22100%25%22%20class%3D%22%22%20fill%3D%22rgba(115%2C%2021%2C%2021%2C%201)%22%3E%3Cg%20transform%3D%22translate(0%2C-1028.3622)%22%3E%3Cpath%20style%3D%22%22%20d%3D%22M%205.0722656%200%20C%202.2623755%200%200%202.2623755%200%205.0722656%20L%200%2018.927734%20C%200%2021.737625%202.2623755%2024%205.0722656%2024%20L%2018.927734%2024%20C%2021.737625%2024%2024%2021.737625%2024%2018.927734%20L%2024%205.0722656%20C%2024%202.2623755%2021.737625%200%2018.927734%200%20L%205.0722656%200%20z%20M%2012.015625%206%20C%2013.335896%206.9716%2015.107306%206.888825%2016.865234%206.078125%20C%2017.099436%208.736025%2016.948934%2010.917344%2016.214844%2012.777344%20C%2015.464735%2014.677844%2014.089312%2016.3268%2012.015625%2018%20C%209.93862%2016.3264%208.541732%2014.680356%207.78125%2012.785156%20C%207.035785%2010.927356%206.8878164%208.7477719%207.1621094%206.0761719%20C%208.9213394%206.8891719%2010.693988%206.9714%2012.015625%206%20z%20M%2014.232422%209.9257812%20C%2014.103997%209.9257812%2013.977952%209.985825%2013.888672%2010.078125%20L%2011.25%2012.716797%20L%2010.111328%2011.578125%20C%209.7439624%2011.195525%209.0216736%2011.917756%209.4042969%2012.285156%20L%2010.896484%2013.779297%20C%2011.08175%2013.965497%2011.420203%2013.965497%2011.605469%2013.779297%20L%2014.595703%2010.783203%20C%2014.881144%2010.504203%2014.631463%209.9148813%2014.232422%209.9257812%20z%20%22%20transform%3D%22translate(0%2C1028.3622)%22%20fill-opacity%3D%221%22%20stroke%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
      width: 18px;
      height: 18px;
      top: 4px;
    }
    #GROUP1808 {
      width: 400px;
      height: 320px;
      top: 1374.5px;
      left: 10.25px;
    }
    #LIST_PARAGRAPH1809 {
      width: 250px;
      top: 172.5px;
      left: 10px;
    }
    #LIST_PARAGRAPH1809 > .ladi-list-paragraph {
      color: rgb(0, 0, 0);
      font-size: 16px;
      line-height: 1.6;
    }
    #LIST_PARAGRAPH1809 ul li {
      padding-left: 25px;
    }
    #LIST_PARAGRAPH1809 ul li:before {
      content: "";
      background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20100%20100%22%20style%3D%22enable-background%3Anew%200%200%20100%20100%3B%22%20xml%3Aspace%3D%22preserve%22%20%20width%3D%22100%25%22%20height%3D%22100%25%22%20class%3D%22%22%20fill%3D%22rgba(115%2C%2021%2C%2021%2C%201)%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.cls-iVacuw%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%3C%2Fstyle%3E%3Cpath%20class%3D%22cls-iVacuw%22%20d%3D%22M49.5%2C89.5c-22.1%2C0-40-17.9-40-40c0-22.1%2C17.9-40%2C40-40c22.1%2C0%2C40%2C17.9%2C40%2C40C89.5%2C71.6%2C71.6%2C89.5%2C49.5%2C89.5z%20%20%20M67.6%2C36.4c-1.2-1.2-3.1-1.2-4.3%2C0L44.2%2C56l-8.5-8.8c-1.2-1.2-3.1-1.2-4.3%2C0c-1.2%2C1.2-1.2%2C3.2%2C0%2C4.4l10.7%2C11c1.2%2C1.2%2C3.1%2C1.2%2C4.3%2C0%20%20l21.3-21.8C68.8%2C39.6%2C68.8%2C37.6%2C67.6%2C36.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
      width: 18px;
      height: 18px;
      top: 4px;
    }
    #HEADLINE1811 {
      width: 380px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE1811 > .ladi-headline {
      color: #650904;
      font-size: 22px;
      text-align: center;
      line-height: 1.6;
    }
    #IMAGE1886 {
      width: 400px;
      height: 60px;
      top: 0px;
      left: 0px;
    }
    #IMAGE1886 > .ladi-image > .ladi-image-background {
      width: 849.24px;
      height: 600.413px;
      top: -164.217px;
      left: -200.24px;
      background-image: url("https://w.ladicdn.com/s1150x950/5eb1335ec310210e1b180020/bg_hamer_1-20210428052244.jpeg");
    }
    #IMAGE1886 > .ladi-image {
      box-shadow: 0px 0px 15px -4px rgba(249, 187, 0, 1);
      -webkit-box-shadow: 0px 0px 15px -4px rgba(249, 187, 0, 1);
      border-radius: 3px 3px 0px 0px;
    }
    #COUNTDOWN1888 {
      width: 149.05px;
      height: 25.07px;
      top: 0px;
      left: 0px;
    }
    #COUNTDOWN1888 > .ladi-countdown {
      font-family: "Oswald", sans-serif;
      color: #650904;
      font-size: 22px;
      text-align: center;
    }
    #COUNTDOWN1888 > .ladi-countdown > .ladi-element {
      width: calc((100% - 10px * 3) / 4);
      margin-right: 10px;
      height: 100%;
    }
    #COUNTDOWN1888 > .ladi-countdown .ladi-countdown-background {
      background-color: #f2cc90;
      border-radius: 3px;
    }
    #HEADLINE1893 {
      width: 30px;
      top: 24.4716px;
      left: 0.591469px;
    }
    #HEADLINE1893 > .ladi-headline {
      color: rgb(228, 228, 228);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE1894 {
      width: 30px;
      top: 24.4716px;
      left: 39.4312px;
    }
    #HEADLINE1894 > .ladi-headline {
      color: rgb(228, 228, 228);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE1895 {
      width: 30px;
      top: 24.4716px;
      left: 78.2705px;
    }
    #HEADLINE1895 > .ladi-headline {
      color: rgb(228, 228, 228);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE1896 {
      width: 30px;
      top: 24.4716px;
      left: 117.111px;
    }
    #HEADLINE1896 > .ladi-headline {
      color: rgb(228, 228, 228);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1887 {
      width: 149.05px;
      height: 43.4716px;
      top: 8.2766px;
      left: 239.475px;
    }
    #SHAPE1897 {
      width: 40px;
      height: 40px;
      top: 10.0124px;
      left: 10.475px;
    }
    #SHAPE1897 svg:last-child {
      fill: rgba(242, 204, 144, 1);
    }
    #PARAGRAPH1898 {
      width: 160px;
      top: 17.5124px;
      left: 65.475px;
    }
    #PARAGRAPH1898 > .ladi-paragraph {
      color: rgb(255, 255, 255);
      font-size: 16px;
      line-height: 1.6;
    }
    #GROUP1885 {
      width: 400px;
      height: 60px;
      top: 117.497px;
      left: 0px;
    }
    #BOX1900 {
      width: 400px;
      height: 21.0526px;
      top: 19.58px;
      left: 0px;
    }
    #BOX1900 > .ladi-box {
      background-color: rgb(228, 228, 228);
      border-radius: 100px;
    }
    #BOX1901 {
      width: 280px;
      height: 20px;
      top: 19.58px;
      left: 0px;
    }
    #BOX1901 > .ladi-box {
      background: rgba(242, 204, 144, 1);
      background: -webkit-linear-gradient(-90deg, rgba(242, 204, 144, 1), rgba(184, 155, 114, 1));
      background: linear-gradient(-90deg, rgba(242, 204, 144, 1), rgba(184, 155, 114, 1));
      box-shadow: 0px 0px 20px -4px rgba(249, 187, 0, 1);
      -webkit-box-shadow: 0px 0px 20px -4px rgba(249, 187, 0, 1);
      border-radius: 100px;
    }
    #PARAGRAPH1902 {
      width: 180px;
      top: 19.58px;
      left: 50px;
    }
    #PARAGRAPH1902 > .ladi-paragraph {
      color: #650904;
      font-size: 13px;
      font-style: italic;
      text-align: center;
      line-height: 1.6;
    }
    #PARAGRAPH1902.ladi-animation > .ladi-paragraph {
      animation-name: flash;
      -webkit-animation-name: flash;
      animation-delay: 0s;
      -webkit-animation-delay: 0s;
      animation-duration: 3s;
      -webkit-animation-duration: 3s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #IMAGE1903 {
      width: 47.5px;
      height: 47.5px;
      top: 0px;
      left: 253.5px;
    }
    #IMAGE1903 > .ladi-image > .ladi-image-background {
      width: 139.513px;
      height: 83.708px;
      top: -25px;
      left: -46px;
      background-image: url("https://w.ladicdn.com/5eb1335ec310210e1b180020/fire_brown-20210430044110.gif");
    }
    #GROUP1899 {
      width: 400px;
      height: 47.5px;
      top: 69.997px;
      left: 0px;
    }
    #BOX1905 {
      width: 400px;
      height: 60px;
      top: 2.5px;
      left: 0px;
    }
    #BOX1905 > .ladi-box {
      background: #fdfbfb;
      background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
      background: linear-gradient(180deg, #fdfbfb, #eaedee);
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px;
    }
    #PARAGRAPH1907 {
      width: 187px;
      top: 0px;
      left: 110px;
    }
    #PARAGRAPH1907 > .ladi-paragraph {
      color: #650904;
      font-size: 28px;
      font-weight: bold;
      text-align: right;
      line-height: 1.6;
    }
    #PARAGRAPH1908 {
      width: 110px;
      top: 22px;
      left: 0px;
    }
    #PARAGRAPH1908 > .ladi-paragraph {
      text-decoration-line: line-through;
      -webkit-text-decoration-line: line-through;
      color: rgb(84, 84, 84);
      font-size: 14px;
      text-align: right;
      line-height: 1.6;
    }
    #GROUP1906 {
      width: 297px;
      height: 44px;
      top: 10.5px;
      left: 17px;
    }
    #SHAPE1910 {
      width: 65px;
      height: 65px;
      top: 0px;
      left: 0px;
    }
    #SHAPE1910 svg:last-child {
      fill: rgba(217, 0, 7, 1);
    }
    #PARAGRAPH1911 {
      width: 38px;
      top: 20px;
      left: 4.875px;
    }
    #PARAGRAPH1911 > .ladi-paragraph {
      font-family: "Montserrat", sans-serif;
      color: rgb(255, 255, 255);
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1909 {
      width: 65px;
      height: 65px;
      top: 0px;
      left: 335px;
    }
    #GROUP1904 {
      width: 400px;
      height: 65px;
      top: 176px;
      left: 0px;
    }
    #HEADLINE1912 {
      width: 400px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE1912 > .ladi-headline {
      color: rgb(52, 4, 4);
      font-size: 22px;
      font-weight: bold;
      line-height: 1.6;
    }
    #GROUP1884 {
      width: 400px;
      height: 241px;
      top: 232.5px;
      left: 10px;
    }
    #IMAGE1913 {
      width: 200px;
      height: 200px;
      top: 0px;
      left: 210px;
    }
    #IMAGE1913 > .ladi-image > .ladi-image-background {
      width: 200px;
      height: 200px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s550x550/5eb1335ec310210e1b180020/keo-sam-hamer-usa-20210501062328.jpeg");
    }
    #BUTTON_TEXT1915 {
      width: 298px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT1915 > .ladi-headline {
      font-family: "Oswald", sans-serif;
      color: #f2cc90;
      font-size: 24px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #BUTTON1915 {
      width: 300px;
      height: 50px;
      top: 265px;
      left: 50px;
    }
    #BUTTON1915 > .ladi-button > .ladi-button-background {
      background-color: rgb(52, 4, 4);
    }
    #BUTTON1915 > .ladi-button {
      box-shadow: 0px 0px 20px -4px rgba(101, 9, 4, 1);
      -webkit-box-shadow: 0px 0px 20px -4px rgba(101, 9, 4, 1);
      border-style: dashed;
      border-color: #f2cc90;
      border-width: 1px;
      border-radius: 3px;
    }
    #BUTTON1915.ladi-animation > .ladi-button {
      animation-name: pulse;
      -webkit-animation-name: pulse;
      animation-delay: 0s;
      -webkit-animation-delay: 0s;
      animation-duration: 3s;
      -webkit-animation-duration: 3s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #FORM_ITEM1917 {
      width: 400px;
      height: 45px;
      top: 0px;
      left: 0px;
    }
    #FORM_ITEM1918 {
      width: 400px;
      height: 45px;
      top: 50px;
      left: 0px;
    }
    #FORM_ITEM1919 {
      width: 400px;
      height: 60px;
      top: 200px;
      left: 0px;
    }
    #FORM_ITEM1920 {
      width: 400px;
      height: 45px;
      top: 150px;
      left: 0px;
    }
    #FORM_ITEM1921 {
      width: 400px;
      height: 45px;
      top: 100px;
      left: 0px;
    }
    #FORM1914 {
      width: 400px;
      height: 315px;
      top: 483px;
      left: 10px;
    }
    #FORM1914 > .ladi-form {
      color: rgb(132, 132, 132);
      font-size: 16px;
      letter-spacing: 0px;
      line-height: 1.6;
    }
    #FORM1914 .ladi-form-item .ladi-form-control::placeholder,
    #FORM1914 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"] {
      color: rgba(132, 132, 132, 1.0);
    }
    #FORM1914 .ladi-form-item {
      padding-left: 8px;
      padding-right: 8px;
    }
    #FORM1914 .ladi-form-item.ladi-form-checkbox {
      padding-left: 13px;
      padding-right: 13px;
    }
    #FORM1914 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
      background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgba(132%2C%20132%2C%20132%2C%201.0)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
    }
    #FORM1914 .ladi-form-item-container,
    #FORM1914 .ladi-form-label-container .ladi-form-label-item {
      border-style: solid;
      border-color: rgb(132, 132, 132);
      border-width: 1px;
      border-radius: 3px;
    }
    #FORM1914 .ladi-form-item-container .ladi-form-quantity button {
      background-color: rgb(132, 132, 132);
    }
    #FORM1914 .ladi-form-item-background {
      background-color: rgb(255, 255, 255);
      border-radius: 2px
    }
    #BOX1926 {
      width: 400px;
      height: 320px;
      top: 0px;
      left: 0px;
    }
    #BOX1926 > .ladi-box {
      background-color: rgb(238, 238, 238);
      border-style: solid;
      border-color: rgb(184, 155, 114);
      border-width: 1px;
      border-radius: 3px;
    }
    #HEADLINE1929 {
      width: 290px;
      top: 23.062px;
      left: 0px;
    }
    #HEADLINE1929 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 14px;
      text-align: left;
      line-height: 1.2;
    }
    #HEADLINE1930 {
      width: 200px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE1930 > .ladi-headline {
      color: rgb(52, 4, 4);
      font-size: 16px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP1928 {
      width: 290px;
      height: 39.062px;
      top: 7.114px;
      left: 62px;
    }
    #BOX1932 {
      width: 53.2904px;
      height: 53.2903px;
      top: 0px;
      left: 0px;
    }
    #BOX1932 > .ladi-box {
      border-style: solid;
      border-color: #650904;
      border-width: 1px;
      border-radius: 1000px;
    }
    #SHAPE1933 {
      width: 33.3px;
      height: 33.3px;
      top: 8.9951px;
      left: 10.499px;
    }
    #SHAPE1933 svg:last-child {
      fill: rgba(115, 21, 21, 1);
    }
    #GROUP1931 {
      width: 53.2904px;
      height: 53.2903px;
      top: 0px;
      left: 0px;
    }
    #GROUP1927 {
      width: 352px;
      height: 53.2903px;
      top: 242.432px;
      left: 16.499px;
    }
    #HEADLINE1936 {
      width: 200px;
      top: 22.922px;
      left: 0px;
    }
    #HEADLINE1936 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 14px;
      text-align: left;
      line-height: 1.2;
    }
    #HEADLINE1937 {
      width: 200px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE1937 > .ladi-headline {
      color: rgb(52, 4, 4);
      font-size: 16px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP1935 {
      width: 200px;
      height: 38.922px;
      top: 7.184px;
      left: 62px;
    }
    #BOX1939 {
      width: 53.2904px;
      height: 53.2903px;
      top: 0px;
      left: 0px;
    }
    #BOX1939 > .ladi-box {
      border-style: solid;
      border-color: #650904;
      border-width: 1px;
      border-radius: 1000px;
    }
    #SHAPE1940 {
      width: 29.969px;
      height: 29.969px;
      top: 13.2903px;
      left: 11.259px;
    }
    #SHAPE1940 svg:last-child {
      fill: rgba(101, 9, 4, 1);
    }
    #GROUP1938 {
      width: 53.2904px;
      height: 53.2903px;
      top: 0px;
      left: 0px;
    }
    #GROUP1934 {
      width: 262px;
      height: 53.2903px;
      top: 169.997px;
      left: 16.499px;
    }
    #HEADLINE1943 {
      width: 200px;
      top: 22.968px;
      left: 0px;
    }
    #HEADLINE1943 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 14px;
      text-align: left;
      line-height: 1.2;
    }
    #HEADLINE1944 {
      width: 200px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE1944 > .ladi-headline {
      color: rgb(52, 4, 4);
      font-size: 16px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP1942 {
      width: 200px;
      height: 38.968px;
      top: 7.161px;
      left: 62px;
    }
    #BOX1946 {
      width: 53.2904px;
      height: 53.2903px;
      top: 0px;
      left: 0px;
    }
    #BOX1946 > .ladi-box {
      border-style: solid;
      border-color: #650904;
      border-width: 1px;
      border-radius: 1000px;
    }
    #SHAPE1947 {
      width: 36.0002px;
      height: 36.0002px;
      top: 7.6451px;
      left: 8.419px;
    }
    #SHAPE1947 svg:last-child {
      fill: rgba(101, 9, 4, 1);
    }
    #GROUP1945 {
      width: 53.2904px;
      height: 53.2903px;
      top: 0px;
      left: 0px;
    }
    #GROUP1941 {
      width: 262px;
      height: 53.2903px;
      top: 97.287px;
      left: 16.499px;
    }
    #BOX1950 {
      width: 53.2904px;
      height: 53.2903px;
      top: 0px;
      left: 0px;
    }
    #BOX1950 > .ladi-box {
      border-style: solid;
      border-color: #650904;
      border-width: 1px;
      border-radius: 1000px;
    }
    #SHAPE1951 {
      width: 28.9893px;
      height: 28.9892px;
      top: 13.1243px;
      left: 12.9964px;
    }
    #SHAPE1951 svg:last-child {
      fill: rgba(101, 9, 4, 1);
    }
    #GROUP1949 {
      width: 53.2904px;
      height: 53.2903px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE1953 {
      width: 173px;
      top: 23.031px;
      left: 0px;
    }
    #HEADLINE1953 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 14px;
      text-align: left;
      line-height: 1.2;
    }
    #HEADLINE1954 {
      width: 200px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE1954 > .ladi-headline {
      color: rgb(52, 4, 4);
      font-size: 16px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP1952 {
      width: 200px;
      height: 39.031px;
      top: 7.13px;
      left: 62px;
    }
    #GROUP1948 {
      width: 262px;
      height: 53.2903px;
      top: 24.287px;
      left: 16.499px;
    }
    #GROUP1925 {
      width: 400px;
      height: 320px;
      top: 1577.5px;
      left: 10.125px;
    }
    #BOX1956 {
      width: 400px;
      height: 320px;
      top: 0px;
      left: 0px;
    }
    #BOX1956 > .ladi-box {
      background-color: rgb(238, 227, 215);
      border-style: dashed;
      border-color: rgb(52, 4, 4);
      border-width: 1px;
      border-radius: 5px;
    }
    #LIST_PARAGRAPH1957 {
      width: 380px;
      top: 10px;
      left: 10px;
    }
    #LIST_PARAGRAPH1957 > .ladi-list-paragraph {
      color: rgb(0, 0, 0);
      font-size: 16px;
      line-height: 1.6;
    }
    #LIST_PARAGRAPH1957 ul li {
      padding-left: 25px;
    }
    #LIST_PARAGRAPH1957 ul li:before {
      content: "";
      background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Asodipodi%3D%22http%3A%2F%2Fsodipodi.sourceforge.net%2FDTD%2Fsodipodi-0.dtd%22%20xmlns%3Ainkscape%3D%22http%3A%2F%2Fwww.inkscape.org%2Fnamespaces%2Finkscape%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%22100%25%22%20height%3D%22100%25%22%20class%3D%22%22%20fill%3D%22rgba(115%2C%2021%2C%2021%2C%201)%22%3E%3Cg%20transform%3D%22translate(0%2C-1028.3622)%22%3E%3Cpath%20style%3D%22%22%20d%3D%22M%205.0722656%200%20C%202.2623755%200%200%202.2623755%200%205.0722656%20L%200%2018.927734%20C%200%2021.737625%202.2623755%2024%205.0722656%2024%20L%2018.927734%2024%20C%2021.737625%2024%2024%2021.737625%2024%2018.927734%20L%2024%205.0722656%20C%2024%202.2623755%2021.737625%200%2018.927734%200%20L%205.0722656%200%20z%20M%2012.015625%206%20C%2013.335896%206.9716%2015.107306%206.888825%2016.865234%206.078125%20C%2017.099436%208.736025%2016.948934%2010.917344%2016.214844%2012.777344%20C%2015.464735%2014.677844%2014.089312%2016.3268%2012.015625%2018%20C%209.93862%2016.3264%208.541732%2014.680356%207.78125%2012.785156%20C%207.035785%2010.927356%206.8878164%208.7477719%207.1621094%206.0761719%20C%208.9213394%206.8891719%2010.693988%206.9714%2012.015625%206%20z%20M%2014.232422%209.9257812%20C%2014.103997%209.9257812%2013.977952%209.985825%2013.888672%2010.078125%20L%2011.25%2012.716797%20L%2010.111328%2011.578125%20C%209.7439624%2011.195525%209.0216736%2011.917756%209.4042969%2012.285156%20L%2010.896484%2013.779297%20C%2011.08175%2013.965497%2011.420203%2013.965497%2011.605469%2013.779297%20L%2014.595703%2010.783203%20C%2014.881144%2010.504203%2014.631463%209.9148813%2014.232422%209.9257812%20z%20%22%20transform%3D%22translate(0%2C1028.3622)%22%20fill-opacity%3D%221%22%20stroke%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
      width: 18px;
      height: 18px;
      top: 4px;
    }
    #GROUP1955 {
      width: 400px;
      height: 320px;
      top: 1247.5px;
      left: 10.125px;
    }
    #LIST_PARAGRAPH1958 {
      width: 250px;
      top: 172.5px;
      left: 10px;
    }
    #LIST_PARAGRAPH1958 > .ladi-list-paragraph {
      color: rgb(0, 0, 0);
      font-size: 16px;
      line-height: 1.6;
    }
    #LIST_PARAGRAPH1958 ul li {
      padding-left: 25px;
    }
    #LIST_PARAGRAPH1958 ul li:before {
      content: "";
      background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20100%20100%22%20style%3D%22enable-background%3Anew%200%200%20100%20100%3B%22%20xml%3Aspace%3D%22preserve%22%20%20width%3D%22100%25%22%20height%3D%22100%25%22%20class%3D%22%22%20fill%3D%22rgba(115%2C%2021%2C%2021%2C%201)%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.cls-iVacuw%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%3C%2Fstyle%3E%3Cpath%20class%3D%22cls-iVacuw%22%20d%3D%22M49.5%2C89.5c-22.1%2C0-40-17.9-40-40c0-22.1%2C17.9-40%2C40-40c22.1%2C0%2C40%2C17.9%2C40%2C40C89.5%2C71.6%2C71.6%2C89.5%2C49.5%2C89.5z%20%20%20M67.6%2C36.4c-1.2-1.2-3.1-1.2-4.3%2C0L44.2%2C56l-8.5-8.8c-1.2-1.2-3.1-1.2-4.3%2C0c-1.2%2C1.2-1.2%2C3.2%2C0%2C4.4l10.7%2C11c1.2%2C1.2%2C3.1%2C1.2%2C4.3%2C0%20%20l21.3-21.8C68.8%2C39.6%2C68.8%2C37.6%2C67.6%2C36.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
      width: 18px;
      height: 18px;
      top: 4px;
    }
    #POPUP1883 {
      width: 420px;
      height: 3505px;
      top: 0px;
      left: 0px;
      bottom: 0px;
      right: 0px;
      margin: auto;
      border-radius: 5px;
    }
    #POPUP1883 > .ladi-popup > .ladi-overlay {
      border-radius: 4px;
    }
    #POPUP1883 > .ladi-popup > .ladi-popup-background {
      background-color: rgb(255, 255, 255);
      border-radius: 4px;
    }
    #POPUP1883 > .ladi-popup {
      border-style: solid;
      border-color: rgb(52, 4, 4);
      border-width: 1px;
    }
    #IMAGE2032 {
      width: 200px;
      height: 62.5px;
      top: 68.75px;
      left: 10px;
    }
    #IMAGE2032 > .ladi-image > .ladi-image-background {
      width: 200px;
      height: 62.5px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s550x400/5eb1335ec310210e1b180020/logo-hamer_red-20210428050213.png");
    }
    #HEADLINE2033 {
      width: 400px;
      top: 1908.5px;
      left: 10.125px;
    }
    #HEADLINE2033 > .ladi-headline {
      color: #650904;
      font-size: 20px;
      font-weight: bold;
      line-height: 1.6;
    }
    #PARAGRAPH2034 {
      width: 400px;
      top: 1946.5px;
      left: 10.125px;
    }
    #PARAGRAPH2034 > .ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 16px;
      line-height: 1.6;
    }
    #IMAGE2035 {
      width: 400px;
      height: 400px;
      top: 2081px;
      left: 10.125px;
    }
    #IMAGE2035 > .ladi-image > .ladi-image-background {
      width: 400px;
      height: 400px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s750x750/5eb1335ec310210e1b180020/keo-sam-hamer-thong-tin-sai-20210501074937.jpeg");
    }
    #PARAGRAPH2037 {
      width: 400px;
      top: 2490.5px;
      left: 10.125px;
    }
    #PARAGRAPH2037 > .ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 16px;
      line-height: 1.6;
    }
    #IMAGE2038 {
      width: 400px;
      height: 300px;
      top: 2625px;
      left: 10.125px;
    }
    #IMAGE2038 > .ladi-image > .ladi-image-background {
      width: 400px;
      height: 300px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s750x650/5eb1335ec310210e1b180020/keo-sam-hamer-thong-tin-sai-6-20210501075209.jpeg");
    }
    #PARAGRAPH2118 {
      width: 400px;
      top: 2934.5px;
      left: 10.125px;
    }
    #PARAGRAPH2118 > .ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 16px;
      line-height: 1.6;
    }
    #IMAGE2119 {
      width: 400px;
      height: 217.6px;
      top: 3043.1px;
      left: 10.125px;
    }
    #IMAGE2119 > .ladi-image > .ladi-image-background {
      width: 400px;
      height: 217.6px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s750x550/5eb1335ec310210e1b180020/keo-sam-hamer-thong-tin-sai-7-20210501075615.jpeg");
    }
    #IMAGE2120 {
      width: 400px;
      height: 218px;
      top: 3271px;
      left: 10.125px;
    }
    #IMAGE2120 > .ladi-image > .ladi-image-background {
      width: 400px;
      height: 218px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s750x550/5eb1335ec310210e1b180020/keo-sam-hamer-thong-tin-sai-8-20210501075619.jpeg");
    }
    #IMAGE2161 {
      width: 400px;
      height: 60px;
      top: 0px;
      left: 0px;
    }
    #IMAGE2161 > .ladi-image > .ladi-image-background {
      width: 849.24px;
      height: 600.413px;
      top: -164.217px;
      left: -200.24px;
      background-image: url("https://w.ladicdn.com/s1150x950/5eb1335ec310210e1b180020/bg_hamer_1-20210428052244.jpeg");
    }
    #IMAGE2161 > .ladi-image {
      box-shadow: 0px 0px 15px -4px rgba(249, 187, 0, 1);
      -webkit-box-shadow: 0px 0px 15px -4px rgba(249, 187, 0, 1);
      border-radius: 3px 3px 0px 0px;
    }
    #COUNTDOWN2163 {
      width: 149.05px;
      height: 25.07px;
      top: 0px;
      left: 0px;
    }
    #COUNTDOWN2163 > .ladi-countdown {
      font-family: "Oswald", sans-serif;
      color: #650904;
      font-size: 22px;
      text-align: center;
    }
    #COUNTDOWN2163 > .ladi-countdown > .ladi-element {
      width: calc((100% - 12px * 3) / 4);
      margin-right: 5px;
      height: 100%;
    }
    #COUNTDOWN2163 > .ladi-countdown .ladi-countdown-background {
      background-color: #f2cc90;
      border-radius: 3px;
    }
    #HEADLINE2168 {
      width: 30px;
      top: 24.4716px;
      left: 0.591469px;
    }
    #HEADLINE2168 > .ladi-headline {
      color: rgb(228, 228, 228);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE2169 {
      width: 30px;
      top: 24.4716px;
      left: 39.4312px;
    }
    #HEADLINE2169 > .ladi-headline {
      color: rgb(228, 228, 228);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE2170 {
      width: 30px;
      top: 24.4716px;
      left: 78.2705px;
    }
    #HEADLINE2170 > .ladi-headline {
      color: rgb(228, 228, 228);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE2171 {
      width: 30px;
      top: 24.4716px;
      left: 117.111px;
    }
    #HEADLINE2171 > .ladi-headline {
      color: rgb(228, 228, 228);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP2162 {
      width: 149.05px;
      height: 43.4716px;
      top: 8.2766px;
      left: 239.475px;
    }
    #SHAPE2172 {
      width: 40px;
      height: 40px;
      top: 10.0124px;
      left: 10.475px;
    }
    #SHAPE2172 svg:last-child {
      fill: rgba(242, 204, 144, 1);
    }
    #PARAGRAPH2173 {
      width: 160px;
      top: 17.5124px;
      left: 65.475px;
    }
    #PARAGRAPH2173 > .ladi-paragraph {
      color: rgb(255, 255, 255);
      font-size: 16px;
      line-height: 1.6;
    }
    #GROUP2160 {
      width: 400px;
      height: 60px;
      top: 117.497px;
      left: 0px;
    }
    #BOX2175 {
      width: 400px;
      height: 21.0526px;
      top: 19.58px;
      left: 0px;
    }
    #BOX2175 > .ladi-box {
      background-color: rgb(228, 228, 228);
      border-radius: 100px;
    }
    #BOX2176 {
      width: 220px;
      height: 20px;
      top: 19.58px;
      left: 0px;
    }
    #BOX2176 > .ladi-box {
      background: rgba(242, 204, 144, 1);
      background: -webkit-linear-gradient(-90deg, rgba(242, 204, 144, 1), rgba(184, 155, 114, 1));
      background: linear-gradient(-90deg, rgba(242, 204, 144, 1), rgba(184, 155, 114, 1));
      box-shadow: 0px 0px 20px -4px rgba(249, 187, 0, 1);
      -webkit-box-shadow: 0px 0px 20px -4px rgba(249, 187, 0, 1);
      border-radius: 100px;
    }
    #PARAGRAPH2177 {
      width: 180px;
      top: 20.1063px;
      left: 20px;
    }
    #PARAGRAPH2177 > .ladi-paragraph {
      color: #650904;
      font-size: 13px;
      font-style: italic;
      text-align: center;
      line-height: 1.6;
    }
    #PARAGRAPH2177.ladi-animation > .ladi-paragraph {
      animation-name: flash;
      -webkit-animation-name: flash;
      animation-delay: 0s;
      -webkit-animation-delay: 0s;
      animation-duration: 3s;
      -webkit-animation-duration: 3s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #IMAGE2178 {
      width: 47.5px;
      height: 47.5px;
      top: 0px;
      left: 191.5px;
    }
    #IMAGE2178 > .ladi-image > .ladi-image-background {
      width: 139.513px;
      height: 83.708px;
      top: -25px;
      left: -46px;
      background-image: url("https://w.ladicdn.com/5eb1335ec310210e1b180020/fire_brown-20210430044110.gif");
    }
    #GROUP2174 {
      width: 400px;
      height: 47.5px;
      top: 69.997px;
      left: 0px;
    }
    #BOX2180 {
      width: 400px;
      height: 60px;
      top: 2.5px;
      left: 0px;
    }
    #BOX2180 > .ladi-box {
      background: #fdfbfb;
      background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
      background: linear-gradient(180deg, #fdfbfb, #eaedee);
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px;
    }
    #PARAGRAPH2182 {
      width: 187px;
      top: 0px;
      left: 110px;
    }
    #PARAGRAPH2182 > .ladi-paragraph {
      color: #650904;
      font-size: 28px;
      font-weight: bold;
      text-align: right;
      line-height: 1.6;
    }
    #PARAGRAPH2183 {
      width: 110px;
      top: 22px;
      left: 0px;
    }
    #PARAGRAPH2183 > .ladi-paragraph {
      text-decoration-line: line-through;
      -webkit-text-decoration-line: line-through;
      color: rgb(84, 84, 84);
      font-size: 14px;
      text-align: right;
      line-height: 1.6;
    }
    #GROUP2181 {
      width: 297px;
      height: 44px;
      top: 10.5px;
      left: 17px;
    }
    #SHAPE2185 {
      width: 65px;
      height: 65px;
      top: 0px;
      left: 0px;
    }
    #SHAPE2185 svg:last-child {
      fill: rgba(217, 0, 7, 1);
    }
    #PARAGRAPH2186 {
      width: 38px;
      top: 20px;
      left: 4.875px;
    }
    #PARAGRAPH2186 > .ladi-paragraph {
      font-family: "Montserrat", sans-serif;
      color: rgb(255, 255, 255);
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP2184 {
      width: 65px;
      height: 65px;
      top: 0px;
      left: 335px;
    }
    #GROUP2179 {
      width: 400px;
      height: 65px;
      top: 176px;
      left: 0px;
    }
    #HEADLINE2187 {
      width: 400px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE2187 > .ladi-headline {
      color: rgb(52, 4, 4);
      font-size: 22px;
      font-weight: bold;
      line-height: 1.6;
    }
    #GROUP2159 {
      width: 400px;
      height: 241px;
      top: 232.5px;
      left: 10px;
    }
    #IMAGE2188 {
      width: 200px;
      height: 200px;
      top: 0px;
      left: 210px;
    }
    #IMAGE2188 > .ladi-image > .ladi-image-background {
      width: 200px;
      height: 200px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s550x550/5eb1335ec310210e1b180020/keo-sam-hamer-e854a9-6-31dc2b6e-f5fb-454b-ab31-f4bda426626e-20210501062509.jpeg");
    }
    #BUTTON_TEXT2190 {
      width: 298px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT2190 > .ladi-headline {
      font-family: "Oswald", sans-serif;
      color: #f2cc90;
      font-size: 24px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #BUTTON2190 {
      width: 300px;
      height: 50px;
      top: 265px;
      left: 50px;
    }
    #BUTTON2190 > .ladi-button > .ladi-button-background {
      background-color: rgb(52, 4, 4);
    }
    #BUTTON2190 > .ladi-button {
      box-shadow: 0px 0px 20px -4px rgba(101, 9, 4, 1);
      -webkit-box-shadow: 0px 0px 20px -4px rgba(101, 9, 4, 1);
      border-style: dashed;
      border-color: #f2cc90;
      border-width: 1px;
      border-radius: 3px;
    }
    #BUTTON2190.ladi-animation > .ladi-button {
      animation-name: pulse;
      -webkit-animation-name: pulse;
      animation-delay: 0s;
      -webkit-animation-delay: 0s;
      animation-duration: 3s;
      -webkit-animation-duration: 3s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #FORM_ITEM2192 {
      width: 400px;
      height: 45px;
      top: 0px;
      left: 0px;
    }
    #FORM_ITEM2193 {
      width: 400px;
      height: 45px;
      top: 50px;
      left: 0px;
    }
    #FORM_ITEM2194 {
      width: 400px;
      height: 60px;
      top: 200px;
      left: 0px;
    }
    #FORM_ITEM2195 {
      width: 400px;
      height: 45px;
      top: 150px;
      left: 0px;
    }
    #FORM_ITEM2196 {
      width: 400px;
      height: 45px;
      top: 100px;
      left: 0px;
    }
    #FORM2189 {
      width: 400px;
      height: 315px;
      top: 483px;
      left: 10px;
    }
    #FORM2189 > .ladi-form {
      color: rgb(132, 132, 132);
      font-size: 16px;
      letter-spacing: 0px;
      line-height: 1.6;
    }
    #FORM2189 .ladi-form-item .ladi-form-control::placeholder,
    #FORM2189 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"] {
      color: rgba(132, 132, 132, 1.0);
    }
    #FORM2189 .ladi-form-item {
      padding-left: 8px;
      padding-right: 8px;
    }
    #FORM2189 .ladi-form-item.ladi-form-checkbox {
      padding-left: 13px;
      padding-right: 13px;
    }
    #FORM2189 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
      background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgba(132%2C%20132%2C%20132%2C%201.0)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
    }
    #FORM2189 .ladi-form-item-container,
    #FORM2189 .ladi-form-label-container .ladi-form-label-item {
      border-style: solid;
      border-color: rgb(132, 132, 132);
      border-width: 1px;
      border-radius: 3px;
    }
    #FORM2189 .ladi-form-item-container .ladi-form-quantity button {
      background-color: rgb(132, 132, 132);
    }
    #FORM2189 .ladi-form-item-background {
      background-color: rgb(255, 255, 255);
      border-radius: 2px
    }
    #BOX2201 {
      width: 400px;
      height: 320px;
      top: 0px;
      left: 0px;
    }
    #BOX2201 > .ladi-box {
      background-color: rgb(238, 238, 238);
      border-style: solid;
      border-color: rgb(184, 155, 114);
      border-width: 1px;
      border-radius: 3px;
    }
    #HEADLINE2204 {
      width: 290px;
      top: 23.062px;
      left: 0px;
    }
    #HEADLINE2204 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 14px;
      text-align: left;
      line-height: 1.2;
    }
    #HEADLINE2205 {
      width: 200px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE2205 > .ladi-headline {
      color: rgb(52, 4, 4);
      font-size: 16px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP2203 {
      width: 290px;
      height: 39.062px;
      top: 7.114px;
      left: 62px;
    }
    #BOX2207 {
      width: 53.2904px;
      height: 53.2903px;
      top: 0px;
      left: 0px;
    }
    #BOX2207 > .ladi-box {
      border-style: solid;
      border-color: #650904;
      border-width: 1px;
      border-radius: 1000px;
    }
    #SHAPE2208 {
      width: 33.3px;
      height: 33.3px;
      top: 8.9951px;
      left: 10.499px;
    }
    #SHAPE2208 svg:last-child {
      fill: rgba(115, 21, 21, 1);
    }
    #GROUP2206 {
      width: 53.2904px;
      height: 53.2903px;
      top: 0px;
      left: 0px;
    }
    #GROUP2202 {
      width: 352px;
      height: 53.2903px;
      top: 242.432px;
      left: 16.499px;
    }
    #HEADLINE2211 {
      width: 200px;
      top: 22.922px;
      left: 0px;
    }
    #HEADLINE2211 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 14px;
      text-align: left;
      line-height: 1.2;
    }
    #HEADLINE2212 {
      width: 200px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE2212 > .ladi-headline {
      color: rgb(52, 4, 4);
      font-size: 16px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP2210 {
      width: 200px;
      height: 38.922px;
      top: 7.184px;
      left: 62px;
    }
    #BOX2214 {
      width: 53.2904px;
      height: 53.2903px;
      top: 0px;
      left: 0px;
    }
    #BOX2214 > .ladi-box {
      border-style: solid;
      border-color: #650904;
      border-width: 1px;
      border-radius: 1000px;
    }
    #SHAPE2215 {
      width: 29.969px;
      height: 29.969px;
      top: 13.2903px;
      left: 11.259px;
    }
    #SHAPE2215 svg:last-child {
      fill: rgba(101, 9, 4, 1);
    }
    #GROUP2213 {
      width: 53.2904px;
      height: 53.2903px;
      top: 0px;
      left: 0px;
    }
    #GROUP2209 {
      width: 262px;
      height: 53.2903px;
      top: 169.997px;
      left: 16.499px;
    }
    #HEADLINE2218 {
      width: 200px;
      top: 22.968px;
      left: 0px;
    }
    #HEADLINE2218 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 14px;
      text-align: left;
      line-height: 1.2;
    }
    #HEADLINE2219 {
      width: 200px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE2219 > .ladi-headline {
      color: rgb(52, 4, 4);
      font-size: 16px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP2217 {
      width: 200px;
      height: 38.968px;
      top: 7.161px;
      left: 62px;
    }
    #BOX2221 {
      width: 53.2904px;
      height: 53.2903px;
      top: 0px;
      left: 0px;
    }
    #BOX2221 > .ladi-box {
      border-style: solid;
      border-color: #650904;
      border-width: 1px;
      border-radius: 1000px;
    }
    #SHAPE2222 {
      width: 36.0002px;
      height: 36.0002px;
      top: 7.6451px;
      left: 8.419px;
    }
    #SHAPE2222 svg:last-child {
      fill: rgba(101, 9, 4, 1);
    }
    #GROUP2220 {
      width: 53.2904px;
      height: 53.2903px;
      top: 0px;
      left: 0px;
    }
    #GROUP2216 {
      width: 262px;
      height: 53.2903px;
      top: 97.287px;
      left: 16.499px;
    }
    #BOX2225 {
      width: 53.2904px;
      height: 53.2903px;
      top: 0px;
      left: 0px;
    }
    #BOX2225 > .ladi-box {
      border-style: solid;
      border-color: #650904;
      border-width: 1px;
      border-radius: 1000px;
    }
    #SHAPE2226 {
      width: 28.9893px;
      height: 28.9892px;
      top: 13.1243px;
      left: 12.9964px;
    }
    #SHAPE2226 svg:last-child {
      fill: rgba(101, 9, 4, 1);
    }
    #GROUP2224 {
      width: 53.2904px;
      height: 53.2903px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE2228 {
      width: 173px;
      top: 23.031px;
      left: 0px;
    }
    #HEADLINE2228 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 14px;
      text-align: left;
      line-height: 1.2;
    }
    #HEADLINE2229 {
      width: 200px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE2229 > .ladi-headline {
      color: rgb(52, 4, 4);
      font-size: 16px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP2227 {
      width: 200px;
      height: 39.031px;
      top: 7.13px;
      left: 62px;
    }
    #GROUP2223 {
      width: 262px;
      height: 53.2903px;
      top: 24.287px;
      left: 16.499px;
    }
    #GROUP2200 {
      width: 400px;
      height: 320px;
      top: 1700.5px;
      left: 10px;
    }
    #BOX2231 {
      width: 400px;
      height: 320px;
      top: 0px;
      left: 0px;
    }
    #BOX2231 > .ladi-box {
      background-color: rgb(238, 227, 215);
      border-style: dashed;
      border-color: rgb(52, 4, 4);
      border-width: 1px;
      border-radius: 5px;
    }
    #LIST_PARAGRAPH2232 {
      width: 380px;
      top: 10px;
      left: 10px;
    }
    #LIST_PARAGRAPH2232 > .ladi-list-paragraph {
      color: rgb(0, 0, 0);
      font-size: 16px;
      line-height: 1.6;
    }
    #LIST_PARAGRAPH2232 ul li {
      padding-left: 25px;
    }
    #LIST_PARAGRAPH2232 ul li:before {
      content: "";
      background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Asodipodi%3D%22http%3A%2F%2Fsodipodi.sourceforge.net%2FDTD%2Fsodipodi-0.dtd%22%20xmlns%3Ainkscape%3D%22http%3A%2F%2Fwww.inkscape.org%2Fnamespaces%2Finkscape%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%22100%25%22%20height%3D%22100%25%22%20class%3D%22%22%20fill%3D%22rgba(115%2C%2021%2C%2021%2C%201)%22%3E%3Cg%20transform%3D%22translate(0%2C-1028.3622)%22%3E%3Cpath%20style%3D%22%22%20d%3D%22M%205.0722656%200%20C%202.2623755%200%200%202.2623755%200%205.0722656%20L%200%2018.927734%20C%200%2021.737625%202.2623755%2024%205.0722656%2024%20L%2018.927734%2024%20C%2021.737625%2024%2024%2021.737625%2024%2018.927734%20L%2024%205.0722656%20C%2024%202.2623755%2021.737625%200%2018.927734%200%20L%205.0722656%200%20z%20M%2012.015625%206%20C%2013.335896%206.9716%2015.107306%206.888825%2016.865234%206.078125%20C%2017.099436%208.736025%2016.948934%2010.917344%2016.214844%2012.777344%20C%2015.464735%2014.677844%2014.089312%2016.3268%2012.015625%2018%20C%209.93862%2016.3264%208.541732%2014.680356%207.78125%2012.785156%20C%207.035785%2010.927356%206.8878164%208.7477719%207.1621094%206.0761719%20C%208.9213394%206.8891719%2010.693988%206.9714%2012.015625%206%20z%20M%2014.232422%209.9257812%20C%2014.103997%209.9257812%2013.977952%209.985825%2013.888672%2010.078125%20L%2011.25%2012.716797%20L%2010.111328%2011.578125%20C%209.7439624%2011.195525%209.0216736%2011.917756%209.4042969%2012.285156%20L%2010.896484%2013.779297%20C%2011.08175%2013.965497%2011.420203%2013.965497%2011.605469%2013.779297%20L%2014.595703%2010.783203%20C%2014.881144%2010.504203%2014.631463%209.9148813%2014.232422%209.9257812%20z%20%22%20transform%3D%22translate(0%2C1028.3622)%22%20fill-opacity%3D%221%22%20stroke%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
      width: 18px;
      height: 18px;
      top: 4px;
    }
    #GROUP2230 {
      width: 400px;
      height: 320px;
      top: 1370.5px;
      left: 10px;
    }
    #LIST_PARAGRAPH2233 {
      width: 250px;
      top: 172.5px;
      left: 10px;
    }
    #LIST_PARAGRAPH2233 > .ladi-list-paragraph {
      color: rgb(0, 0, 0);
      font-size: 16px;
      line-height: 1.6;
    }
    #LIST_PARAGRAPH2233 ul li {
      padding-left: 25px;
    }
    #LIST_PARAGRAPH2233 ul li:before {
      content: "";
      background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20100%20100%22%20style%3D%22enable-background%3Anew%200%200%20100%20100%3B%22%20xml%3Aspace%3D%22preserve%22%20%20width%3D%22100%25%22%20height%3D%22100%25%22%20class%3D%22%22%20fill%3D%22rgba(115%2C%2021%2C%2021%2C%201)%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.cls-iVacuw%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%3C%2Fstyle%3E%3Cpath%20class%3D%22cls-iVacuw%22%20d%3D%22M49.5%2C89.5c-22.1%2C0-40-17.9-40-40c0-22.1%2C17.9-40%2C40-40c22.1%2C0%2C40%2C17.9%2C40%2C40C89.5%2C71.6%2C71.6%2C89.5%2C49.5%2C89.5z%20%20%20M67.6%2C36.4c-1.2-1.2-3.1-1.2-4.3%2C0L44.2%2C56l-8.5-8.8c-1.2-1.2-3.1-1.2-4.3%2C0c-1.2%2C1.2-1.2%2C3.2%2C0%2C4.4l10.7%2C11c1.2%2C1.2%2C3.1%2C1.2%2C4.3%2C0%20%20l21.3-21.8C68.8%2C39.6%2C68.8%2C37.6%2C67.6%2C36.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
      width: 18px;
      height: 18px;
      top: 4px;
    }
    #POPUP2158 {
      width: 420px;
      height: 2034px;
      top: 0px;
      left: 0px;
      bottom: 0px;
      right: 0px;
      margin: auto;
      border-radius: 5px;
    }
    #POPUP2158 > .ladi-popup > .ladi-overlay {
      border-radius: 4px;
    }
    #POPUP2158 > .ladi-popup > .ladi-popup-background {
      background-color: rgb(255, 255, 255);
      border-radius: 4px;
    }
    #POPUP2158 > .ladi-popup {
 
    }
    #IMAGE2307 {
      width: 200px;
      height: 62.5px;
      top: 68.75px;
      left: 10px;
    }
    #IMAGE2307 > .ladi-image > .ladi-image-background {
      width: 200px;
      height: 62.5px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s550x400/5eb1335ec310210e1b180020/logo-hamer_red-20210428050213.png");
    }
    #POPUP2381 {
      width: 400px;
      height: 560px;
      top: 0px;
      left: 0px;
      bottom: 0px;
      right: 0px;
      margin: auto;
      border-radius: 3px;
    }
    #POPUP2381 > .ladi-popup > .ladi-overlay {
      border-radius: 3px;
    }
    #POPUP2381 > .ladi-popup > .ladi-popup-background {
      background-image: url("https://w.ladicdn.com/s400x560/5eb1335ec310210e1b180020/bg_menu_1-20210502053839.jpg");
      background-position: center top;
      background-repeat: repeat;
      border-radius: 3px;
    }
    #BUTTON2382 {
      width: 400px;
      height: 40px;
      top: 0px;
      left: 0px;
    }
    #BUTTON2382 > .ladi-button > .ladi-button-background {
      opacity: 0.6;
    }
    #BUTTON_TEXT2382 {
      width: 400px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT2382 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #BUTTON_TEXT2383 {
      width: 400px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT2383 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #BUTTON2383 {
      width: 400px;
      height: 40px;
      top: 57px;
      left: 0px;
    }
    #BUTTON_TEXT2387 {
      width: 400px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT2387 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #BUTTON2387 {
      width: 400px;
      height: 40px;
      top: 114px;
      left: 0px;
    }
    #BUTTON2387 > .ladi-button > .ladi-button-background {
      opacity: 0.6;
    }
    #BUTTON_TEXT2389 {
      width: 400px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT2389 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #BUTTON2389 {
      width: 400px;
      height: 40px;
      top: 171px;
      left: 0px;
    }
    #BUTTON_TEXT2392 {
      width: 400px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT2392 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #BUTTON2392 {
      width: 400px;
      height: 40px;
      top: 228px;
      left: 0px;
    }
    #BUTTON2392 > .ladi-button > .ladi-button-background {
      opacity: 0.6;
    }
    #BUTTON_TEXT2394 {
      width: 298px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT2394 > .ladi-headline {
      color: rgb(52, 4, 4);
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #BUTTON2394 {
      width: 300px;
      height: 45px;
      top: 485px;
      left: 50px;
    }
    #BUTTON2394 > .ladi-button > .ladi-button-background {
      background-color: #f2cc90;
    }
    #BUTTON2394 > .ladi-button {
      box-shadow: 0px 0px 15px -4px rgba(242, 204, 144, 1);
      -webkit-box-shadow: 0px 0px 15px -4px rgba(242, 204, 144, 1);
      border-style: dashed;
      border-color: rgb(255, 255, 255);
      border-width: 1px;
      border-radius: 3px;
    }
    #IMAGE2396 {
      width: 200px;
      height: 62.5px;
      top: 30px;
      left: 100px;
    }
    #IMAGE2396 > .ladi-image > .ladi-image-background {
      width: 200px;
      height: 62.5px;
      top: 0px;
      left: 0px;
      background-image: url("../images/logo-hamer_white-20210428050213.png");
    }
    #BUTTON_TEXT2397 {
      width: 400px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT2397 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #BUTTON2397 {
      width: 400px;
      height: 40px;
      top: 285px;
      left: 0px;
    }
    #LINE2401 {
      width: 380px;
      top: 40px;
      left: 10px;
    }
    #LINE2401 > .ladi-line > .ladi-line-container {
      border-top: 1px dashed rgb(84, 84, 84);
      border-right: 1px dashed rgb(84, 84, 84);
      border-bottom: 1px dashed rgb(84, 84, 84);
      border-left: 0px !important;
    }
    #LINE2401 > .ladi-line {
      width: 100%;
      padding: 8px 0px;
    }
    #LINE2402 {
      width: 380px;
      top: 97px;
      left: 10px;
    }
    #LINE2402 > .ladi-line > .ladi-line-container {
      border-top: 1px dashed rgb(84, 84, 84);
      border-right: 1px dashed rgb(84, 84, 84);
      border-bottom: 1px dashed rgb(84, 84, 84);
      border-left: 0px !important;
    }
    #LINE2402 > .ladi-line {
      width: 100%;
      padding: 8px 0px;
    }
    #LINE2403 {
      width: 380px;
      top: 154px;
      left: 10px;
    }
    #LINE2403 > .ladi-line > .ladi-line-container {
      border-top: 1px dashed rgb(84, 84, 84);
      border-right: 1px dashed rgb(84, 84, 84);
      border-bottom: 1px dashed rgb(84, 84, 84);
      border-left: 0px !important;
    }
    #LINE2403 > .ladi-line {
      width: 100%;
      padding: 8px 0px;
    }
    #LINE2404 {
      width: 380px;
      top: 211px;
      left: 10px;
    }
    #LINE2404 > .ladi-line > .ladi-line-container {
      border-top: 1px dashed rgb(84, 84, 84);
      border-right: 1px dashed rgb(84, 84, 84);
      border-bottom: 1px dashed rgb(84, 84, 84);
      border-left: 0px !important;
    }
    #LINE2404 > .ladi-line {
      width: 100%;
      padding: 8px 0px;
    }
    #LINE2405 {
      width: 380px;
      top: 268px;
      left: 10px;
    }
    #LINE2405 > .ladi-line > .ladi-line-container {
      border-top: 1px dashed rgb(84, 84, 84);
      border-right: 1px dashed rgb(84, 84, 84);
      border-bottom: 1px dashed rgb(84, 84, 84);
      border-left: 0px !important;
    }
    #LINE2405 > .ladi-line {
      width: 100%;
      padding: 8px 0px;
    }
    #GROUP2406 {
      width: 400px;
      height: 325px;
      top: 121.125px;
      left: 0px;
    }
    #BOX2407 {
      width: 400px;
      height: 560px;
      top: 0px;
      left: 0px;
    }
    #BOX2407 > .ladi-box > .ladi-overlay {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s750x900/5eb1335ec310210e1b180020/sex-bg-20200504091241-20210502053927.png");
      background-position: center top;
      background-repeat: repeat;
      opacity: 0.4;
    }
    #BOX2407 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-position: center top;
      background-repeat: repeat;
      border-radius: 3px;
    }
    #SECTION2408 {
      height: 3010.8px;
    }
    #SECTION2408 > .ladi-section-background {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s768x3010/5eb1335ec310210e1b180020/bg_hamer_2-20210428065447.jpeg");
      background-position: center top;
      background-repeat: repeat;
    }
    #SECTION2408 .ladi-section-arrow-down {
      background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #IMAGE2411 {
      width: 400px;
      height: 60px;
      top: 0px;
      left: 0px;
    }
    #IMAGE2411 > .ladi-image > .ladi-image-background {
      width: 849.24px;
      height: 600.413px;
      top: -164.217px;
      left: -200.24px;
      background-image: url("https://w.ladicdn.com/s1150x950/5eb1335ec310210e1b180020/bg_menu_1-20210502053839.jpg");
    }
    #IMAGE2411 > .ladi-image {
      box-shadow: 0px 0px 15px -4px rgba(249, 187, 0, 1);
      -webkit-box-shadow: 0px 0px 15px -4px rgba(249, 187, 0, 1);
      border-radius: 3px 3px 0px 0px;
    }
    #COUNTDOWN2413 {
      width: 149.05px;
      height: 25.07px;
      top: 0px;
      left: 0px;
    }
    #COUNTDOWN2413 > .ladi-countdown {
      font-family: "Oswald", sans-serif;
      color: #650904;
      font-size: 22px;
      text-align: center;
    }
    #COUNTDOWN2413 > .ladi-countdown > .ladi-element {
      width: calc((100% - 15px * 3) / 4);
      margin-right: 6px;
      height: 100%;
    }
    #COUNTDOWN2413 > .ladi-countdown .ladi-countdown-background {
      background-color: #f2cc90;
      border-radius: 3px;
    }
    #HEADLINE2418 {
      width: 30px;
      top: 24.4716px;
      left: 0.591469px;
    }
    #HEADLINE2418 > .ladi-headline {
      color: rgb(228, 228, 228);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE2419 {
      width: 30px;
      top: 24.4716px;
      left: 39.4312px;
    }
    #HEADLINE2419 > .ladi-headline {
      color: rgb(228, 228, 228);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE2420 {
      width: 30px;
      top: 24.4716px;
      left: 78.2705px;
    }
    #HEADLINE2420 > .ladi-headline {
      color: rgb(228, 228, 228);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE2421 {
      width: 30px;
      top: 24.4716px;
      left: 117.111px;
    }
    #HEADLINE2421 > .ladi-headline {
      color: rgb(228, 228, 228);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP2412 {
      width: 149.05px;
      height: 43.4716px;
      top: 8.2766px;
      left: 239.475px;
    }
    #SHAPE2422 {
      width: 40px;
      height: 40px;
      top: 10.0124px;
      left: 10.475px;
    }
    #SHAPE2422 svg:last-child {
      fill: rgba(242, 204, 144, 1);
    }
    #PARAGRAPH2423 {
      width: 160px;
      top: 17.5124px;
      left: 65.475px;
    }
    #PARAGRAPH2423 > .ladi-paragraph {
      color: rgb(255, 255, 255);
      font-size: 16px;
      line-height: 1.6;
    }
    #GROUP2410 {
      width: 400px;
      height: 60px;
      top: 179.497px;
      left: 10px;
    }
    #BOX2425 {
      width: 260px;
      height: 21.0526px;
      top: 19.58px;
      left: 0px;
    }
    #BOX2425 > .ladi-box {
      background-color: rgb(228, 228, 228);
      border-radius: 100px;
    }
    #BOX2426 {
      width: 220px;
      height: 20px;
      top: 19.58px;
      left: 0px;
    }
    #BOX2426 > .ladi-box {
      background: rgba(242, 204, 144, 1);
      background: -webkit-linear-gradient(-90deg, rgba(242, 204, 144, 1), rgba(184, 155, 114, 1));
      background: linear-gradient(-90deg, rgba(242, 204, 144, 1), rgba(184, 155, 114, 1));
      box-shadow: 0px 0px 20px -4px rgba(249, 187, 0, 1);
      -webkit-box-shadow: 0px 0px 20px -4px rgba(249, 187, 0, 1);
      border-radius: 100px;
    }
    #PARAGRAPH2427 {
      width: 180px;
      top: 20.1063px;
      left: 15px;
    }
    #PARAGRAPH2427 > .ladi-paragraph {
      color: #650904;
      font-size: 13px;
      font-style: italic;
      text-align: center;
      line-height: 1.6;
    }
    #PARAGRAPH2427.ladi-animation > .ladi-paragraph {
      animation-name: flash;
      -webkit-animation-name: flash;
      animation-delay: 0s;
      -webkit-animation-delay: 0s;
      animation-duration: 3s;
      -webkit-animation-duration: 3s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #IMAGE2428 {
      width: 47.5px;
      height: 47.5px;
      top: 0px;
      left: 195px;
    }
    #IMAGE2428 > .ladi-image > .ladi-image-background {
      width: 139.513px;
      height: 83.708px;
      top: -25px;
      left: -46px;
      background-image: url("https://w.ladicdn.com/5eb1335ec310210e1b180020/fire_brown-20210430044110.gif");
    }
    #GROUP2424 {
      width: 260px;
      height: 47.5px;
      top: 445.999px;
      left: 70px;
    }
    #BOX2438 {
      width: 420px;
      height: 600px;
      top: 0px;
      left: 0px;
    }
    #BOX2438 > .ladi-box > .ladi-overlay {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s750x950/5eb1335ec310210e1b180020/sex-bg-20200504091241-20210502053927.png");
      background-position: center top;
      background-repeat: repeat;
      opacity: 0.3;
    }
    #BOX2438 > .ladi-box {
      box-shadow: 0px 0px 15px -4px rgba(242, 204, 144, 1);
      -webkit-box-shadow: 0px 0px 15px -4px rgba(242, 204, 144, 1);
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s750x950/5eb1335ec310210e1b180020/bg_menu_1-20210502053839.jpg");
      background-position: center top;
      background-repeat: repeat;
      border-style: solid;
      border-color: #f2cc90;
      border-width: 1px;
      border-radius: 5px;
    }
    #BUTTON_TEXT2440 {
      width: 298px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT2440 > .ladi-headline {
      font-family: "Oswald", sans-serif;
      color: #f2cc90;
      font-size: 24px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #BUTTON2440 {
      width: 300px;
      height: 50px;
      top: 278px;
      left: 50px;
    }
    #BUTTON2440 > .ladi-button > .ladi-button-background {
      background-color: rgb(52, 4, 4);
    }
    #BUTTON2440 > .ladi-button {
      box-shadow: 0px 0px 20px -4px rgba(101, 9, 4, 1);
      -webkit-box-shadow: 0px 0px 20px -4px rgba(101, 9, 4, 1);
      border-style: dashed;
      border-color: #f2cc90;
      border-width: 1px;
      border-radius: 3px;
    }
    #BUTTON2440.ladi-animation > .ladi-button {
      animation-name: pulse;
      -webkit-animation-name: pulse;
      animation-delay: 0s;
      -webkit-animation-delay: 0s;
      animation-duration: 3s;
      -webkit-animation-duration: 3s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #FORM_ITEM2442 {
      width: 400px;
      height: 45px;
      top: 0px;
      left: 0px;
    }
    #FORM_ITEM2443 {
      width: 400px;
      height: 45px;
      top: 50px;
      left: 0px;
    }
    #FORM_ITEM2444 {
      width: 400px;
      height: 60px;
      top: 200px;
      left: 0px;
    }
    #FORM_ITEM2445 {
      width: 400px;
      height: 45px;
      top: 150px;
      left: 0px;
    }
    #FORM_ITEM2446 {
      width: 400px;
      height: 45px;
      top: 100px;
      left: 0px;
    }
    #FORM2439 {
      width: 400px;
      height: 328px;
      top: 249.003px;
      left: 10px;
    }
    #FORM2439 > .ladi-form {
      color: rgb(132, 132, 132);
      font-size: 16px;
      letter-spacing: 0px;
      line-height: 1.6;
    }
    #FORM2439 .ladi-form-item .ladi-form-control::placeholder,
    #FORM2439 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"] {
      color: rgba(132, 132, 132, 1.0);
    }
    #FORM2439 .ladi-form-item {
      padding-left: 8px;
      padding-right: 8px;
    }
    #FORM2439 .ladi-form-item.ladi-form-checkbox {
      padding-left: 13px;
      padding-right: 13px;
    }
    #FORM2439 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
      background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgba(132%2C%20132%2C%20132%2C%201.0)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
    }
    #FORM2439 .ladi-form-item-container,
    #FORM2439 .ladi-form-label-container .ladi-form-label-item {
      border-style: solid;
      border-color: rgb(132, 132, 132);
      border-width: 1px;
      border-radius: 3px;
    }
    #FORM2439 .ladi-form-item-container .ladi-form-quantity button {
      background-color: rgb(132, 132, 132);
    }
    #FORM2439 .ladi-form-item-background {
      background-color: rgb(255, 255, 255);
      border-radius: 2px
    }
    #HEADLINE2447 {
      width: 400px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE2447 > .ladi-headline {
      font-family: "Prata", serif;
      color: #f2cc90;
      font-size: 40px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE2448 {
      width: 400px;
      top: 64px;
      left: 0px;
    }
    #HEADLINE2448 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 22px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP2449 {
      width: 400px;
      height: 134px;
      top: 35.996px;
      left: 10px;
    }
    #IMAGE2450 {
      width: 359.414px;
      height: 303.27px;
      top: 0px;
      left: 138.032px;
    }
    #IMAGE2450 > .ladi-image > .ladi-image-background {
      width: 359.414px;
      height: 303.27px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s700x650/5eb1335ec310210e1b180020/model-s5-1-20210428051630.png");
    }
    #IMAGE2451 {
      width: 542.651px;
      height: 302.799px;
      top: 0px;
      left: 0px;
    }
    #IMAGE2451 > .ladi-image > .ladi-image-background {
      width: 542.651px;
      height: 302.799px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s850x650/5eb1335ec310210e1b180020/water-20210429082742.png");
    }
    #GROUP2482 {
      width: 542.651px;
      height: 303.27px;
      top: 153.3px;
      left: -84.325px;
    }
    #BOX2492 {
      width: 259.621px;
      height: 68.798px;
      top: 0px;
      left: 0px;
    }
    #BOX2492 > .ladi-box {
      box-shadow: 0px 15px 20px -15px #000;
      -webkit-box-shadow: 0px 15px 20px -15px #000;
      background-color: rgb(52, 4, 4);
      border-radius: 5px;
    }
    #IMAGE2494 {
      width: 255.087px;
      height: 67.0851px;
      top: 0px;
      left: 0px;
    }
    #IMAGE2494 > .ladi-image > .ladi-image-background {
      width: 255.087px;
      height: 67.693px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s600x400/5c7362c6c417ab07e5196b05/dvfazdgaw4tqv43t34-20201008041550.png");
    }
    #HEADLINE2495 {
      width: 130px;
      top: 15.6933px;
      left: 114.157px;
    }
    #HEADLINE2495 > .ladi-headline {
      color: #f2cc90;
      font-size: 22px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE2496 {
      width: 89px;
      top: 15.6933px;
      left: 11.1199px;
    }
    #HEADLINE2496 > .ladi-headline {
      color: rgb(228, 228, 228);
      font-size: 14px;
      text-align: center;
      line-height: 1.4;
    }
    #LINE2497 {
      height: 35px;
      top: 16.099px;
      left: 100.365px;
    }
    #LINE2497 > .ladi-line > .ladi-line-container {
      border-top: 0px !important;
      border-right: 1px solid rgba(117, 117, 117, 0.5);
      border-bottom: 1px solid rgba(117, 117, 117, 0.5);
      border-left: 1px solid rgba(117, 117, 117, 0.5);
    }
    #LINE2497 > .ladi-line {
      height: 100%;
      padding: 0px 8px;
    }
    #GROUP2493 {
      width: 255.087px;
      height: 67.0851px;
      top: 0.85675px;
      left: 2.26682px;
    }
    #GROUP2491 {
      width: 259.621px;
      height: 68.798px;
      top: 493.499px;
      left: 70.19px;
    }
    #IMAGE2498 {
      width: 400px;
      height: 400px;
      top: 46px;
      left: 0.0005px;
    }
    #IMAGE2498 > .ladi-image > .ladi-image-background {
      width: 400px;
      height: 400px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s750x750/5eb1335ec310210e1b180020/keo-sam-hamer-malaysia-37f82k-6-20210501062119.jpeg");
    }
    #IMAGE2498 > .ladi-image {
      border-style: solid;
      border-color: #f2cc90;
      border-width: 1px;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
    }
    #HEADLINE2500 {
      width: 400px;
      top: 407.999px;
      left: 0px;
    }
    #HEADLINE2500 > .ladi-headline {
      color: rgb(52, 4, 4);
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #BOX2503 {
      width: 160px;
      height: 48px;
      top: 24px;
      left: 0px;
    }
    #BOX2503 > .ladi-box {
      box-shadow: inset 0px 15px 20px -15px rgba(242, 204, 144, 1);
      -webkit-box-shadow: inset 0px 15px 20px -15px rgba(242, 204, 144, 1);
      background-color: rgb(164, 39, 39);
      border-style: dashed;
      border-color: #f2cc90;
      border-width: 2px;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
    }
    #IMAGE2504 {
      width: 79.9998px;
      height: 96px;
      top: 0px;
      left: 40px;
    }
    #IMAGE2504 > .ladi-image > .ladi-image-background {
      width: 79.9998px;
      height: 96px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/5eb1335ec310210e1b180020/best-seller-20210501053657.gif");
    }
    #GROUP2502 {
      width: 160px;
      height: 96px;
      top: 0px;
      left: 120.001px;
    }
    #GROUP2505 {
      width: 400px;
      height: 562.297px;
      top: 1342.64px;
      left: 9.9998px;
    }
    #BOX2508 {
      width: 259.621px;
      height: 68.798px;
      top: 0px;
      left: 0px;
    }
    #BOX2508 > .ladi-box {
      box-shadow: 0px 15px 20px -15px #000;
      -webkit-box-shadow: 0px 15px 20px -15px #000;
      background-color: rgb(52, 4, 4);
      border-radius: 5px;
    }
    #IMAGE2510 {
      width: 255.087px;
      height: 67.0851px;
      top: 0px;
      left: 0px;
    }
    #IMAGE2510 > .ladi-image > .ladi-image-background {
      width: 255.087px;
      height: 67.693px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s600x400/5c7362c6c417ab07e5196b05/dvfazdgaw4tqv43t34-20201008041550.png");
    }
    #HEADLINE2511 {
      width: 130px;
      top: 15.6933px;
      left: 114.157px;
    }
    #HEADLINE2511 > .ladi-headline {
      color: #f2cc90;
      font-size: 22px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE2512 {
      width: 89px;
      top: 15.6933px;
      left: 11.1199px;
    }
    #HEADLINE2512 > .ladi-headline {
      color: rgb(228, 228, 228);
      font-size: 14px;
      text-align: center;
      line-height: 1.4;
    }
    #LINE2513 {
      height: 35px;
      top: 16.099px;
      left: 100.365px;
    }
    #LINE2513 > .ladi-line > .ladi-line-container {
      border-top: 0px !important;
      border-right: 1px solid rgba(117, 117, 117, 0.5);
      border-bottom: 1px solid rgba(117, 117, 117, 0.5);
      border-left: 1px solid rgba(117, 117, 117, 0.5);
    }
    #LINE2513 > .ladi-line {
      height: 100%;
      padding: 0px 8px;
    }
    #GROUP2509 {
      width: 255.087px;
      height: 67.0851px;
      top: 0.85675px;
      left: 2.26682px;
    }
    #GROUP2507 {
      width: 259.621px;
      height: 68.798px;
      top: 447.499px;
      left: 70.1895px;
    }
    #IMAGE2514 {
      width: 400px;
      height: 400px;
      top: 0px;
      left: 0px;
    }
    #IMAGE2514 > .ladi-image > .ladi-image-background {
      width: 400px;
      height: 400px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s750x750/5eb1335ec310210e1b180020/keo-sam-hamer-e854a9-6-31dc2b6e-f5fb-454b-ab31-f4bda426626e-20210501062509.jpeg");
    }
    #IMAGE2514 > .ladi-image {
      border-style: solid;
      border-color: #f2cc90;
      border-width: 1px;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
    }
    #HEADLINE2515 {
      width: 400px;
      top: 363.764px;
      left: 0px;
    }
    #HEADLINE2515 > .ladi-headline {
      color: rgb(52, 4, 4);
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #BOX2517 {
      width: 260px;
      height: 21.0526px;
      top: 19.58px;
      left: 0px;
    }
    #BOX2517 > .ladi-box {
      background-color: rgb(228, 228, 228);
      border-radius: 100px;
    }
    #BOX2518 {
      width: 155px;
      height: 20px;
      top: 19.58px;
      left: 0px;
    }
    #BOX2518 > .ladi-box {
      background: rgba(242, 204, 144, 1);
      background: -webkit-linear-gradient(-90deg, rgba(242, 204, 144, 1), rgba(184, 155, 114, 1));
      background: linear-gradient(-90deg, rgba(242, 204, 144, 1), rgba(184, 155, 114, 1));
      box-shadow: 0px 0px 20px -4px rgba(249, 187, 0, 1);
      -webkit-box-shadow: 0px 0px 20px -4px rgba(249, 187, 0, 1);
      border-radius: 100px;
    }
    #PARAGRAPH2519 {
      width: 155px;
      top: 20.1063px;
      left: 0px;
    }
    #PARAGRAPH2519 > .ladi-paragraph {
      color: #650904;
      font-size: 13px;
      font-style: italic;
      text-align: center;
      line-height: 1.6;
    }
    #PARAGRAPH2519.ladi-animation > .ladi-paragraph {
      animation-name: flash;
      -webkit-animation-name: flash;
      animation-delay: 0s;
      -webkit-animation-delay: 0s;
      animation-duration: 3s;
      -webkit-animation-duration: 3s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #IMAGE2520 {
      width: 47.5px;
      height: 47.5px;
      top: 0px;
      left: 131.5px;
    }
    #IMAGE2520 > .ladi-image > .ladi-image-background {
      width: 139.513px;
      height: 83.708px;
      top: -25px;
      left: -46px;
      background-image: url("https://w.ladicdn.com/5eb1335ec310210e1b180020/fire_brown-20210430044110.gif");
    }
    #GROUP2516 {
      width: 260px;
      height: 47.5px;
      top: 399.999px;
      left: 69.9995px;
    }
    #GROUP2506 {
      width: 400px;
      height: 516.297px;
      top: 2460.48px;
      left: 9.9998px;
    }
    #BOX2526 {
      width: 259.621px;
      height: 68.798px;
      top: 0px;
      left: 0px;
    }
    #BOX2526 > .ladi-box {
      box-shadow: 0px 15px 20px -15px #000;
      -webkit-box-shadow: 0px 15px 20px -15px #000;
      background-color: rgb(52, 4, 4);
      border-radius: 5px;
    }
    #IMAGE2528 {
      width: 255.087px;
      height: 67.0851px;
      top: 0px;
      left: 0px;
    }
    #IMAGE2528 > .ladi-image > .ladi-image-background {
      width: 255.087px;
      height: 67.693px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s600x400/5c7362c6c417ab07e5196b05/dvfazdgaw4tqv43t34-20201008041550.png");
    }
    #HEADLINE2529 {
      width: 130px;
      top: 15.6933px;
      left: 114.157px;
    }
    #HEADLINE2529 > .ladi-headline {
      color: #f2cc90;
      font-size: 22px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE2530 {
      width: 89px;
      top: 15.6933px;
      left: 11.1199px;
    }
    #HEADLINE2530 > .ladi-headline {
      color: rgb(228, 228, 228);
      font-size: 14px;
      text-align: center;
      line-height: 1.4;
    }
    #LINE2531 {
      height: 35px;
      top: 16.099px;
      left: 100.365px;
    }
    #LINE2531 > .ladi-line > .ladi-line-container {
      border-top: 0px !important;
      border-right: 1px solid rgba(117, 117, 117, 0.5);
      border-bottom: 1px solid rgba(117, 117, 117, 0.5);
      border-left: 1px solid rgba(117, 117, 117, 0.5);
    }
    #LINE2531 > .ladi-line {
      height: 100%;
      padding: 0px 8px;
    }
    #GROUP2527 {
      width: 255.087px;
      height: 67.0851px;
      top: 0.85675px;
      left: 2.26682px;
    }
    #GROUP2525 {
      width: 259.621px;
      height: 68.798px;
      top: 447.499px;
      left: 70.19px;
    }
    #IMAGE2532 {
      width: 400px;
      height: 400px;
      top: 0px;
      left: 0px;
    }
    #IMAGE2532 > .ladi-image > .ladi-image-background {
      width: 400px;
      height: 400px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s750x750/5eb1335ec310210e1b180020/keo-sam-hamer-usa-20210501062328.jpeg");
    }
    #IMAGE2532 > .ladi-image {
      border-style: solid;
      border-color: #f2cc90;
      border-width: 1px;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
    }
    #HEADLINE2533 {
      width: 400px;
      top: 359.829px;
      left: 0.0005px;
    }
    #HEADLINE2533 > .ladi-headline {
      color: rgb(52, 4, 4);
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #BOX2535 {
      width: 260px;
      height: 21.0526px;
      top: 19.75px;
      left: 0px;
    }
    #BOX2535 > .ladi-box {
      background-color: rgb(228, 228, 228);
      border-radius: 100px;
    }
    #BOX2536 {
      width: 189.5px;
      height: 20px;
      top: 19.75px;
      left: 0px;
    }
    #BOX2536 > .ladi-box {
      background: rgba(242, 204, 144, 1);
      background: -webkit-linear-gradient(-90deg, rgba(242, 204, 144, 1), rgba(184, 155, 114, 1));
      background: linear-gradient(-90deg, rgba(242, 204, 144, 1), rgba(184, 155, 114, 1));
      box-shadow: 0px 0px 20px -4px rgba(249, 187, 0, 1);
      -webkit-box-shadow: 0px 0px 20px -4px rgba(249, 187, 0, 1);
      border-radius: 100px;
    }
    #PARAGRAPH2537 {
      width: 180px;
      top: 20.2763px;
      left: 4.75px;
    }
    #PARAGRAPH2537 > .ladi-paragraph {
      color: #650904;
      font-size: 13px;
      font-style: italic;
      text-align: center;
      line-height: 1.6;
    }
    #PARAGRAPH2537.ladi-animation > .ladi-paragraph {
      animation-name: flash;
      -webkit-animation-name: flash;
      animation-delay: 0s;
      -webkit-animation-delay: 0s;
      animation-duration: 3s;
      -webkit-animation-duration: 3s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #IMAGE2538 {
      width: 47.5px;
      height: 47.5px;
      top: 0px;
      left: 163px;
    }
    #IMAGE2538 > .ladi-image > .ladi-image-background {
      width: 139.513px;
      height: 83.708px;
      top: -25px;
      left: -46px;
      background-image: url("https://w.ladicdn.com/5eb1335ec310210e1b180020/fire_brown-20210430044110.gif");
    }
    #GROUP2534 {
      width: 260px;
      height: 47.5px;
      top: 399.829px;
      left: 70px;
    }
    #GROUP2524 {
      width: 400px;
      height: 516.297px;
      top: 1924.53px;
      left: 9.9998px;
    }
    #HEADLINE2543 {
      width: 200px;
      top: 23.062px;
      left: 0px;
    }
    #HEADLINE2543 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 14px;
      text-align: left;
      line-height: 1.2;
    }
    #HEADLINE2544 {
      width: 200px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE2544 > .ladi-headline {
      color: rgb(52, 4, 4);
      font-size: 16px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP2542 {
      width: 200px;
      height: 39.062px;
      top: 7.114px;
      left: 62px;
    }
    #BOX2546 {
      width: 53.2904px;
      height: 53.2903px;
      top: 0px;
      left: 0px;
    }
    #BOX2546 > .ladi-box {
      border-style: solid;
      border-color: #650904;
      border-width: 1px;
      border-radius: 1000px;
    }
    #SHAPE2547 {
      width: 33.3px;
      height: 33.3px;
      top: 8.9951px;
      left: 10.499px;
    }
    #SHAPE2547 svg:last-child {
      fill: rgba(115, 21, 21, 1);
    }
    #GROUP2545 {
      width: 53.2904px;
      height: 53.2903px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE2550 {
      width: 200px;
      top: 22.922px;
      left: 0px;
    }
    #HEADLINE2550 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 14px;
      text-align: left;
      line-height: 1.2;
    }
    #HEADLINE2551 {
      width: 200px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE2551 > .ladi-headline {
      color: rgb(52, 4, 4);
      font-size: 16px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP2549 {
      width: 200px;
      height: 38.922px;
      top: 7.184px;
      left: 62px;
    }
    #BOX2553 {
      width: 53.2904px;
      height: 53.2903px;
      top: 0px;
      left: 0px;
    }
    #BOX2553 > .ladi-box {
      border-style: solid;
      border-color: #650904;
      border-width: 1px;
      border-radius: 1000px;
    }
    #SHAPE2554 {
      width: 29.969px;
      height: 29.969px;
      top: 13.2903px;
      left: 11.259px;
    }
    #SHAPE2554 svg:last-child {
      fill: rgba(101, 9, 4, 1);
    }
    #GROUP2552 {
      width: 53.2904px;
      height: 53.2903px;
      top: 0px;
      left: 0px;
    }
    #GROUP2548 {
      width: 262px;
      height: 53.2903px;
      top: 188.72px;
      left: 0.0004px;
    }
    #HEADLINE2557 {
      width: 200px;
      top: 22.968px;
      left: 0px;
    }
    #HEADLINE2557 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 14px;
      text-align: left;
      line-height: 1.2;
    }
    #HEADLINE2558 {
      width: 200px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE2558 > .ladi-headline {
      color: rgb(52, 4, 4);
      font-size: 16px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP2556 {
      width: 200px;
      height: 38.968px;
      top: 7.161px;
      left: 62px;
    }
    #BOX2560 {
      width: 53.2904px;
      height: 53.2903px;
      top: 0px;
      left: 0px;
    }
    #BOX2560 > .ladi-box {
      border-style: solid;
      border-color: #650904;
      border-width: 1px;
      border-radius: 1000px;
    }
    #SHAPE2561 {
      width: 36.0002px;
      height: 36.0002px;
      top: 7.6451px;
      left: 8.419px;
    }
    #SHAPE2561 svg:last-child {
      fill: rgba(101, 9, 4, 1);
    }
    #GROUP2559 {
      width: 53.2904px;
      height: 53.2903px;
      top: 0px;
      left: 0px;
    }
    #GROUP2555 {
      width: 262px;
      height: 53.2903px;
      top: 63px;
      left: 0px;
    }
    #BOX2564 {
      width: 53.2904px;
      height: 53.2903px;
      top: 0px;
      left: 0px;
    }
    #BOX2564 > .ladi-box {
      border-style: solid;
      border-color: #650904;
      border-width: 1px;
      border-radius: 1000px;
    }
    #SHAPE2565 {
      width: 28.9893px;
      height: 28.9892px;
      top: 13.1243px;
      left: 12.9964px;
    }
    #SHAPE2565 svg:last-child {
      fill: rgba(101, 9, 4, 1);
    }
    #GROUP2563 {
      width: 53.2904px;
      height: 53.2903px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE2567 {
      width: 173px;
      top: 23.031px;
      left: 0px;
    }
    #HEADLINE2567 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 14px;
      text-align: left;
      line-height: 1.2;
    }
    #HEADLINE2568 {
      width: 200px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE2568 > .ladi-headline {
      color: rgb(52, 4, 4);
      font-size: 16px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP2566 {
      width: 200px;
      height: 39.031px;
      top: 7.13px;
      left: 62px;
    }
    #GROUP2562 {
      width: 262px;
      height: 53.2903px;
      top: 0px;
      left: 0px;
    }
    #GROUP2569 {
      width: 420px;
      height: 600px;
      top: 442.37px;
      left: 0px;
    }
    #GROUP2541 {
      width: 262px;
      height: 53.2903px;
      top: 125.72px;
      left: 0.0004px;
    }
    #GROUP2571 {
      width: 262px;
      height: 242.01px;
      top: 1071.29px;
      left: 9.9998px;
    }
    #IMAGE2572 {
      width: 292.798px;
      height: 75.1072px;
      top: 35.6326px;
      left: 60.0236px;
    }
    #IMAGE2572 > .ladi-image > .ladi-image-background {
      width: 292.798px;
      height: 75.1072px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s600x400/5eb1335ec310210e1b180020/text-slogan-20210502065823.png");
    }
    #IMAGE2573 {
      width: 400px;
      height: 133.333px;
      top: 0px;
      left: 0px;
    }
    #IMAGE2573 > .ladi-image > .ladi-image-background {
      width: 400px;
      height: 133.333px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s750x450/5eb1335ec310210e1b180020/text-slogan-2-20210502070053.png");
    }
    #GROUP2574 {
      width: 400px;
      height: 133.333px;
      top: 0px;
      left: 9px;
    }
    #BOX2575 {
      width: 300px;
      height: 300px;
      top: 50px;
      left: 50px;
    }
    #BOX2575 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s650x650/5eb1335ec310210e1b180020/keo-sam-20210503080026.jpg");
      background-position: center top;
      background-repeat: repeat;
      border-style: solid;
      border-color: #f2cc90;
      border-width: 10px;
      border-radius: 1000px;
    }
    #IMAGE2577 {
      width: 400px;
      height: 400px;
      top: 0px;
      left: 0px;
    }
    #IMAGE2577 > .ladi-image > .ladi-image-background {
      width: 400px;
      height: 400px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s750x750/5eb1335ec310210e1b180020/pngtreeluxury-mandala-gold-transparent-background_5996752-20210502081542.png");
    }
    #GROUP2578 {
      width: 400px;
      height: 400px;
      top: 821.497px;
      left: 10px;
    }
    #NOTIFY2579 {
      width: 400px;
      height: 62px;
      top: auto;
      left: 10px;
      bottom: 10px;
      right: auto;
      position: fixed;
      z-index: 90000060;
    }
    #BOX2617 {
      width: 59.9467px;
      height: 59.9467px;
      top: 0px;
      left: 0px;
    }
    #BOX2617 > .ladi-box {
      background-color: rgba(253, 251, 251, 0);
      border-style: solid;
      border-color: #650904;
      border-width: 1px;
      border-radius: 99px;
    }
    #BOX2617.ladi-animation > .ladi-box {
      animation-name: pulse;
      -webkit-animation-name: pulse;
      animation-delay: 1s;
      -webkit-animation-delay: 1s;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #SHAPE2618 {
      width: 49.3833px;
      height: 49.3833px;
      top: 5.2821px;
      left: 5.2817px;
    }
    #SHAPE2618 svg:last-child {
      fill: url("#SHAPE2618_desktop_gradient");
    }
    #GROUP2616 {
      width: 59.9467px;
      height: 59.9467px;
      top: 0px;
      left: 0px;
    }
    #SHAPE2619 {
      width: 26.2527px;
      height: 27.0666px;
      top: 16.7818px;
      left: 16.8469px;
    }
    #SHAPE2619.ladi-animation > .ladi-shape {
      animation-name: swing;
      -webkit-animation-name: swing;
      animation-delay: 1s;
      -webkit-animation-delay: 1s;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #SHAPE2619 svg:last-child {
      fill: rgba(101, 9, 4, 1);
    }
    #GROUP2615 {
      width: 59.9467px;
      height: 59.9467px;
      top: auto;
      left: auto;
      bottom: 180px;
      right: 20px;
      position: fixed;
      z-index: 90000050;
      margin-right: calc((100% - 420px) / 2);
    }
    #BOX2622 {
      width: 59.8185px;
      height: 59.8185px;
      top: 0px;
      left: 0px;
    }
    #BOX2622 > .ladi-box {
      background-color: rgba(253, 251, 251, 0);
      border-style: solid;
      border-color: #650904;
      border-width: 1px;
      border-radius: 99px;
    }
    #BOX2622.ladi-animation > .ladi-box {
      animation-name: pulse;
      -webkit-animation-name: pulse;
      animation-delay: 1s;
      -webkit-animation-delay: 1s;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #IMAGE2626 {
      width: 49.7185px;
      height: 49.7185px;
      top: 5.04997px;
      left: 5.04997px;
    }
    #IMAGE2626 > .ladi-image > .ladi-image-background {
      width: 49.7185px;
      height: 49.7185px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s350x350/5eb1335ec310210e1b180020/zalo_2-20210503074224.png");
    }
    #GROUP2627 {
      width: 59.8185px;
      height: 59.8185px;
      top: auto;
      left: auto;
      bottom: 100px;
      right: 20px;
      position: fixed;
      z-index: 90000050;
      margin-right: calc((100% - 420px) / 2);
    }
    #POPUP2634 {
      width: 400px;
      height: 380px;
      top: 0px;
      left: 0px;
      bottom: 0px;
      right: 0px;
      margin: auto;
    }
    #IMAGE2635 {
      width: 400px;
      height: 320px;
      top: 0px;
      left: 0px;
    }
    #IMAGE2635 > .ladi-image > .ladi-image-background {
      width: 400px;
      height: 332px;
      top: 0px;
      left: 0px;
      background-image: url("https://w.ladicdn.com/s750x650/57b167c9ca57d39c18a1c57c/nen.png");
    }
    #IMAGE2635 > .ladi-image {
      border-radius: 5px;
    }
    #HEADLINE2636 {
      width: 380px;
      top: 100px;
      left: 8.75px;
    }
    #HEADLINE2636 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 24px;
      font-weight: bold;
      text-align: center;
      line-height: 1.2;
    }
    #PARAGRAPH2637 {
      width: 380px;
      top: 148px;
      left: 8.75px;
    }
    #PARAGRAPH2637 > .ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 16px;
      text-align: center;
      line-height: 1.4;
    }
    #GROUP2639 {
      width: 400px;
      height: 320px;
      top: 30px;
      left: 0px;
    }
    #BUTTON2640 {
      width: 180px;
      height: 45px;
      top: 296px;
      left: 110px;
    }
    #BUTTON2640 > .ladi-button > .ladi-button-background {
      background: rgba(52, 4, 4, 1);
      background: -webkit-linear-gradient(180deg, rgba(52, 4, 4, 1), rgba(0, 0, 0, 1));
      background: linear-gradient(180deg, rgba(52, 4, 4, 1), rgba(0, 0, 0, 1));
    }
    #BUTTON2640 > .ladi-button {
      border-radius: 5px;
    }
    #BUTTON_TEXT2640 {
      width: 180px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT2640 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #PARAGRAPH2649 {
      width: 120px;
      top: 0px;
      left: 0px;
    }
    #PARAGRAPH2649 > .ladi-paragraph {
      color: #650904;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.6;
    }
    #SHAPE2650 {
      width: 44px;
      height: 44px;
      top: 3px;
      left: 137.999px;
    }
    #SHAPE2650.ladi-animation > .ladi-shape {
      animation-name: tada;
      -webkit-animation-name: tada;
      animation-delay: 3s;
      -webkit-animation-delay: 3s;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #SHAPE2650 svg:last-child {
      fill: rgba(217, 0, 7, 1);
    }
    #LINE2651 {
      width: 360px;
      top: 49.99px;
      left: 0px;
    }
    #LINE2651 > .ladi-line > .ladi-line-container {
      border-top: 1px dashed rgb(95, 95, 95);
      border-right: 1px dashed rgb(95, 95, 95);
      border-bottom: 1px dashed rgb(95, 95, 95);
      border-left: 0px !important;
    }
    #LINE2651 > .ladi-line {
      width: 100%;
      padding: 8px 0px;
    }
    #GROUP2652 {
      width: 120px;
      height: 50px;
      top: 0px;
      left: 17.9992px;
    }
    #GROUP2653 {
      width: 360px;
      height: 66.99px;
      top: 9.5px;
      left: 9.9999px;
    }
    #PARAGRAPH2655 {
      width: 160px;
      top: 3px;
      left: 181.999px;
    }
    #PARAGRAPH2655 > .ladi-paragraph {
      color: #650904;
      font-size: 28px;
      font-weight: bold;
      text-align: right;
      line-height: 1.6;
    }
    #PARAGRAPH2657 {
      width: 120px;
      top: 25px;
      left: 0px;
    }
    #PARAGRAPH2657 > .ladi-paragraph {
      color: rgb(217, 0, 7);
      font-size: 16px;
      font-weight: bold;
      line-height: 1.6;
    }
    #PARAGRAPH2658 {
      width: 120px;
      top: 0px;
      left: 0px;
    }
    #PARAGRAPH2658 > .ladi-paragraph {
      color: #650904;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.6;
    }
    #GROUP2656 {
      width: 120px;
      height: 50px;
      top: 0px;
      left: 17.9992px;
    }
    #SHAPE2659 {
      width: 44px;
      height: 44px;
      top: 3px;
      left: 137.999px;
    }
    #SHAPE2659.ladi-animation > .ladi-shape {
      animation-name: tada;
      -webkit-animation-name: tada;
      animation-delay: 3s;
      -webkit-animation-delay: 3s;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #SHAPE2659 svg:last-child {
      fill: rgba(217, 0, 7, 1);
    }
    #LINE2660 {
      width: 360px;
      top: 49.99px;
      left: 0px;
    }
    #LINE2660 > .ladi-line > .ladi-line-container {
      border-top: 1px dashed rgb(95, 95, 95);
      border-right: 1px dashed rgb(95, 95, 95);
      border-bottom: 1px dashed rgb(95, 95, 95);
      border-left: 0px !important;
    }
    #LINE2660 > .ladi-line {
      width: 100%;
      padding: 8px 0px;
    }
    #GROUP2654 {
      width: 360px;
      height: 66.99px;
      top: 76.49px;
      left: 9.9999px;
    }
    #PARAGRAPH2662 {
      width: 160px;
      top: 3px;
      left: 181.999px;
    }
    #PARAGRAPH2662 > .ladi-paragraph {
      color: #650904;
      font-size: 28px;
      font-weight: bold;
      text-align: right;
      line-height: 1.6;
    }
    #PARAGRAPH2664 {
      width: 120px;
      top: 25px;
      left: 0px;
    }
    #PARAGRAPH2664 > .ladi-paragraph {
      color: rgb(217, 0, 7);
      font-size: 16px;
      font-weight: bold;
      line-height: 1.6;
    }
    #PARAGRAPH2665 {
      width: 120px;
      top: 0px;
      left: 0px;
    }
    #PARAGRAPH2665 > .ladi-paragraph {
      color: #650904;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.6;
    }
    #GROUP2663 {
      width: 120px;
      height: 50px;
      top: 0px;
      left: 17.9992px;
    }
    #SHAPE2666 {
      width: 44px;
      height: 44px;
      top: 3px;
      left: 137.999px;
    }
    #SHAPE2666.ladi-animation > .ladi-shape {
      animation-name: tada;
      -webkit-animation-name: tada;
      animation-delay: 3s;
      -webkit-animation-delay: 3s;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #SHAPE2666 svg:last-child {
      fill: rgba(217, 0, 7, 1);
    }
    #LINE2667 {
      width: 360px;
      top: 49.99px;
      left: 0px;
    }
    #LINE2667 > .ladi-line > .ladi-line-container {
      border-top: 1px dashed rgb(95, 95, 95);
      border-right: 1px dashed rgb(95, 95, 95);
      border-bottom: 1px dashed rgb(95, 95, 95);
      border-left: 0px !important;
    }
    #LINE2667 > .ladi-line {
      width: 100%;
      padding: 8px 0px;
    }
    #GROUP2661 {
      width: 360px;
      height: 66.99px;
      top: 143.48px;
      left: 9.9999px;
    }
    #PARAGRAPH2669 {
      width: 160px;
      top: 3px;
      left: 164px;
    }
    #PARAGRAPH2669 > .ladi-paragraph {
      color: #650904;
      font-size: 28px;
      font-weight: bold;
      text-align: right;
      line-height: 1.6;
    }
    #PARAGRAPH2671 {
      width: 120px;
      top: 25px;
      left: 0px;
    }
    #PARAGRAPH2671 > .ladi-paragraph {
      color: rgb(217, 0, 7);
      font-size: 16px;
      font-weight: bold;
      line-height: 1.6;
    }
    #PARAGRAPH2672 {
      width: 120px;
      top: 0px;
      left: 0px;
    }
    #PARAGRAPH2672 > .ladi-paragraph {
      color: #650904;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.6;
    }
    #GROUP2670 {
      width: 120px;
      height: 50px;
      top: 0px;
      left: 0px;
    }
    #SHAPE2673 {
      width: 44px;
      height: 44px;
      top: 3px;
      left: 120px;
    }
    #SHAPE2673.ladi-animation > .ladi-shape {
      animation-name: tada;
      -webkit-animation-name: tada;
      animation-delay: 3s;
      -webkit-animation-delay: 3s;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #SHAPE2673 svg:last-child {
      fill: rgba(217, 0, 7, 1);
    }
    #GROUP2668 {
      width: 324px;
      height: 50px;
      top: 210.47px;
      left: 27.9991px;
    }
    #GROUP2679 {
      width: 380px;
      height: 270px;
      top: 662.02px;
      left: 9.9996px;
    }
    #GROUP2680 {
      width: 400px;
      height: 999.52px;
      top: 2269.18px;
      left: 10px;
    }
    #BOX2682 {
      width: 380px;
      height: 270px;
      top: 0px;
      left: 0px;
    }
    #BOX2682 > .ladi-box {
      background: #fdfbfb;
      background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
      background: linear-gradient(180deg, #fdfbfb, #eaedee);
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px;
    }
    #PARAGRAPH2684 {
      width: 160px;
      top: 3px;
      left: 181.999px;
    }
    #PARAGRAPH2684 > .ladi-paragraph {
      color: #650904;
      font-size: 28px;
      font-weight: bold;
      text-align: right;
      line-height: 1.6;
    }
    #PARAGRAPH2686 {
      width: 120px;
      top: 25px;
      left: 0px;
    }
    #PARAGRAPH2686 > .ladi-paragraph {
      color: rgb(217, 0, 7);
      font-size: 16px;
      font-weight: bold;
      line-height: 1.6;
    }
    #PARAGRAPH2687 {
      width: 120px;
      top: 0px;
      left: 0px;
    }
    #PARAGRAPH2687 > .ladi-paragraph {
      color: #650904;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.6;
    }
    #GROUP2685 {
      width: 120px;
      height: 50px;
      top: 0px;
      left: 17.9992px;
    }
    #SHAPE2688 {
      width: 44px;
      height: 44px;
      top: 3px;
      left: 137.999px;
    }
    #SHAPE2688.ladi-animation > .ladi-shape {
      animation-name: tada;
      -webkit-animation-name: tada;
      animation-delay: 3s;
      -webkit-animation-delay: 3s;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #SHAPE2688 svg:last-child {
      fill: rgba(217, 0, 7, 1);
    }
    #LINE2689 {
      width: 360px;
      top: 49.99px;
      left: 0px;
    }
    #LINE2689 > .ladi-line > .ladi-line-container {
      border-top: 1px dashed rgb(95, 95, 95);
      border-right: 1px dashed rgb(95, 95, 95);
      border-bottom: 1px dashed rgb(95, 95, 95);
      border-left: 0px !important;
    }
    #LINE2689 > .ladi-line {
      width: 100%;
      padding: 8px 0px;
    }
    #GROUP2683 {
      width: 360px;
      height: 66.99px;
      top: 9.5px;
      left: 9.9999px;
    }
    #PARAGRAPH2691 {
      width: 160px;
      top: 3px;
      left: 181.999px;
    }
    #PARAGRAPH2691 > .ladi-paragraph {
      color: #650904;
      font-size: 28px;
      font-weight: bold;
      text-align: right;
      line-height: 1.6;
    }
    #PARAGRAPH2693 {
      width: 120px;
      top: 25px;
      left: 0px;
    }
    #PARAGRAPH2693 > .ladi-paragraph {
      color: rgb(217, 0, 7);
      font-size: 16px;
      font-weight: bold;
      line-height: 1.6;
    }
    #PARAGRAPH2694 {
      width: 120px;
      top: 0px;
      left: 0px;
    }
    #PARAGRAPH2694 > .ladi-paragraph {
      color: #650904;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.6;
    }
    #GROUP2692 {
      width: 120px;
      height: 50px;
      top: 0px;
      left: 17.9992px;
    }
    #SHAPE2695 {
      width: 44px;
      height: 44px;
      top: 3px;
      left: 137.999px;
    }
    #SHAPE2695.ladi-animation > .ladi-shape {
      animation-name: tada;
      -webkit-animation-name: tada;
      animation-delay: 3s;
      -webkit-animation-delay: 3s;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #SHAPE2695 svg:last-child {
      fill: rgba(217, 0, 7, 1);
    }
    #LINE2696 {
      width: 360px;
      top: 49.99px;
      left: 0px;
    }
    #LINE2696 > .ladi-line > .ladi-line-container {
      border-top: 1px dashed rgb(95, 95, 95);
      border-right: 1px dashed rgb(95, 95, 95);
      border-bottom: 1px dashed rgb(95, 95, 95);
      border-left: 0px !important;
    }
    #LINE2696 > .ladi-line {
      width: 100%;
      padding: 8px 0px;
    }
    #GROUP2690 {
      width: 360px;
      height: 66.99px;
      top: 76.49px;
      left: 9.9999px;
    }
    #PARAGRAPH2698 {
      width: 160px;
      top: 3px;
      left: 181.999px;
    }
    #PARAGRAPH2698 > .ladi-paragraph {
      color: #650904;
      font-size: 28px;
      font-weight: bold;
      text-align: right;
      line-height: 1.6;
    }
    #PARAGRAPH2700 {
      width: 120px;
      top: 25px;
      left: 0px;
    }
    #PARAGRAPH2700 > .ladi-paragraph {
      color: rgb(217, 0, 7);
      font-size: 16px;
      font-weight: bold;
      line-height: 1.6;
    }
    #PARAGRAPH2701 {
      width: 120px;
      top: 0px;
      left: 0px;
    }
    #PARAGRAPH2701 > .ladi-paragraph {
      color: #650904;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.6;
    }
    #GROUP2699 {
      width: 120px;
      height: 50px;
      top: 0px;
      left: 17.9992px;
    }
    #SHAPE2702 {
      width: 44px;
      height: 44px;
      top: 3px;
      left: 137.999px;
    }
    #SHAPE2702.ladi-animation > .ladi-shape {
      animation-name: tada;
      -webkit-animation-name: tada;
      animation-delay: 3s;
      -webkit-animation-delay: 3s;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #SHAPE2702 svg:last-child {
      fill: rgba(217, 0, 7, 1);
    }
    #LINE2703 {
      width: 360px;
      top: 49.99px;
      left: 0px;
    }
    #LINE2703 > .ladi-line > .ladi-line-container {
      border-top: 1px dashed rgb(95, 95, 95);
      border-right: 1px dashed rgb(95, 95, 95);
      border-bottom: 1px dashed rgb(95, 95, 95);
      border-left: 0px !important;
    }
    #LINE2703 > .ladi-line {
      width: 100%;
      padding: 8px 0px;
    }
    #GROUP2697 {
      width: 360px;
      height: 66.99px;
      top: 143.48px;
      left: 9.9999px;
    }
    #PARAGRAPH2705 {
      width: 160px;
      top: 0px;
      left: 164px;
    }
    #PARAGRAPH2705 > .ladi-paragraph {
      color: #650904;
      font-size: 28px;
      font-weight: bold;
      text-align: right;
      line-height: 1.6;
    }
    #PARAGRAPH2708 {
      width: 120px;
      top: 9.5px;
      left: 0px;
    }
    #PARAGRAPH2708 > .ladi-paragraph {
      color: #650904;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.6;
    }
    #SHAPE2709 {
      width: 44px;
      height: 44px;
      top: 0px;
      left: 120px;
    }
    #SHAPE2709.ladi-animation > .ladi-shape {
      animation-name: tada;
      -webkit-animation-name: tada;
      animation-delay: 3s;
      -webkit-animation-delay: 3s;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #SHAPE2709 svg:last-child {
      fill: rgba(217, 0, 7, 1);
    }
    #GROUP2704 {
      width: 324px;
      height: 44px;
      top: 210.47px;
      left: 28.0005px;
    }
    #GROUP2681 {
      width: 380px;
      height: 270px;
      top: 662.02px;
      left: 9.9996px;
    }
    #GROUP2714 {
      width: 400px;
      height: 999.52px;
      top: 1259.71px;
      left: 10px;
    }
    #BOX2716 {
      width: 380px;
      height: 270px;
      top: 0px;
      left: 0px;
    }
    #BOX2716 > .ladi-box {
      background: #fdfbfb;
      background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
      background: linear-gradient(180deg, #fdfbfb, #eaedee);
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px;
    }
    #PARAGRAPH2718 {
      width: 160px;
      top: 3px;
      left: 181.999px;
    }
    #PARAGRAPH2718 > .ladi-paragraph {
      color: #650904;
      font-size: 28px;
      font-weight: bold;
      text-align: right;
      line-height: 1.6;
    }
    #PARAGRAPH2720 {
      width: 120px;
      top: 25px;
      left: 0px;
    }
    #PARAGRAPH2720 > .ladi-paragraph {
      color: rgb(217, 0, 7);
      font-size: 16px;
      font-weight: bold;
      line-height: 1.6;
    }
    #PARAGRAPH2721 {
      width: 120px;
      top: 0px;
      left: 0px;
    }
    #PARAGRAPH2721 > .ladi-paragraph {
      color: #650904;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.6;
    }
    #GROUP2719 {
      width: 120px;
      height: 37px;
      top: 0px;
      left: 17.9992px;
    }
    #SHAPE2722 {
      width: 44px;
      height: 44px;
      top: 3px;
      left: 137.999px;
    }
    #SHAPE2722.ladi-animation > .ladi-shape {
      animation-name: tada;
      -webkit-animation-name: tada;
      animation-delay: 3s;
      -webkit-animation-delay: 3s;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #SHAPE2722 svg:last-child {
      fill: rgba(217, 0, 7, 1);
    }
    #LINE2723 {
      width: 360px;
      top: 49.99px;
      left: 0px;
    }
    #LINE2723 > .ladi-line > .ladi-line-container {
      border-top: 1px dashed rgb(95, 95, 95);
      border-right: 1px dashed rgb(95, 95, 95);
      border-bottom: 1px dashed rgb(95, 95, 95);
      border-left: 0px !important;
    }
    #LINE2723 > .ladi-line {
      width: 100%;
      padding: 8px 0px;
    }
    #GROUP2717 {
      width: 360px;
      height: 66.99px;
      top: 9.5px;
      left: 9.9999px;
    }
    #PARAGRAPH2725 {
      width: 160px;
      top: 3px;
      left: 181.999px;
    }
    #PARAGRAPH2725 > .ladi-paragraph {
      color: #650904;
      font-size: 28px;
      font-weight: bold;
      text-align: right;
      line-height: 1.6;
    }
    #PARAGRAPH2727 {
      width: 120px;
      top: 25px;
      left: 0px;
    }
    #PARAGRAPH2727 > .ladi-paragraph {
      color: rgb(217, 0, 7);
      font-size: 16px;
      font-weight: bold;
      line-height: 1.6;
    }
    #PARAGRAPH2728 {
      width: 120px;
      top: 0px;
      left: 0px;
    }
    #PARAGRAPH2728 > .ladi-paragraph {
      color: #650904;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.6;
    }
    #GROUP2726 {
      width: 120px;
      height: 50px;
      top: 0px;
      left: 17.9992px;
    }
    #SHAPE2729 {
      width: 44px;
      height: 44px;
      top: 3px;
      left: 137.999px;
    }
    #SHAPE2729.ladi-animation > .ladi-shape {
      animation-name: tada;
      -webkit-animation-name: tada;
      animation-delay: 3s;
      -webkit-animation-delay: 3s;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #SHAPE2729 svg:last-child {
      fill: rgba(217, 0, 7, 1);
    }
    #LINE2730 {
      width: 360px;
      top: 49.99px;
      left: 0px;
    }
    #LINE2730 > .ladi-line > .ladi-line-container {
      border-top: 1px dashed rgb(95, 95, 95);
      border-right: 1px dashed rgb(95, 95, 95);
      border-bottom: 1px dashed rgb(95, 95, 95);
      border-left: 0px !important;
    }
    #LINE2730 > .ladi-line {
      width: 100%;
      padding: 8px 0px;
    }
    #GROUP2724 {
      width: 360px;
      height: 66.99px;
      top: 76.49px;
      left: 9.9999px;
    }
    #PARAGRAPH2732 {
      width: 160px;
      top: 3px;
      left: 181.999px;
    }
    #PARAGRAPH2732 > .ladi-paragraph {
      color: #650904;
      font-size: 28px;
      font-weight: bold;
      text-align: right;
      line-height: 1.6;
    }
    #PARAGRAPH2734 {
      width: 120px;
      top: 25px;
      left: 0px;
    }
    #PARAGRAPH2734 > .ladi-paragraph {
      color: rgb(217, 0, 7);
      font-size: 16px;
      font-weight: bold;
      line-height: 1.6;
    }
    #PARAGRAPH2735 {
      width: 120px;
      top: 0px;
      left: 0px;
    }
    #PARAGRAPH2735 > .ladi-paragraph {
      color: #650904;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.6;
    }
    #GROUP2733 {
      width: 120px;
      height: 50px;
      top: 0px;
      left: 17.9992px;
    }
    #SHAPE2736 {
      width: 44px;
      height: 44px;
      top: 3px;
      left: 137.999px;
    }
    #SHAPE2736.ladi-animation > .ladi-shape {
      animation-name: tada;
      -webkit-animation-name: tada;
      animation-delay: 3s;
      -webkit-animation-delay: 3s;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #SHAPE2736 svg:last-child {
      fill: rgba(217, 0, 7, 1);
    }
    #LINE2737 {
      width: 360px;
      top: 49.99px;
      left: 0px;
    }
    #LINE2737 > .ladi-line > .ladi-line-container {
      border-top: 1px dashed rgb(95, 95, 95);
      border-right: 1px dashed rgb(95, 95, 95);
      border-bottom: 1px dashed rgb(95, 95, 95);
      border-left: 0px !important;
    }
    #LINE2737 > .ladi-line {
      width: 100%;
      padding: 8px 0px;
    }
    #GROUP2731 {
      width: 360px;
      height: 66.99px;
      top: 143.48px;
      left: 9.9999px;
    }
    #PARAGRAPH2739 {
      width: 160px;
      top: 3px;
      left: 164px;
    }
    #PARAGRAPH2739 > .ladi-paragraph {
      color: #650904;
      font-size: 28px;
      font-weight: bold;
      text-align: right;
      line-height: 1.6;
    }
    #PARAGRAPH2741 {
      width: 120px;
      top: 25px;
      left: 0px;
    }
    #PARAGRAPH2741 > .ladi-paragraph {
      color: rgb(217, 0, 7);
      font-size: 16px;
      font-weight: bold;
      line-height: 1.6;
    }
    #PARAGRAPH2742 {
      width: 120px;
      top: 0px;
      left: 0px;
    }
    #PARAGRAPH2742 > .ladi-paragraph {
      color: #650904;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.6;
    }
    #GROUP2740 {
      width: 120px;
      height: 50px;
      top: 0px;
      left: 0px;
    }
    #SHAPE2743 {
      width: 44px;
      height: 44px;
      top: 3px;
      left: 120px;
    }
    #SHAPE2743.ladi-animation > .ladi-shape {
      animation-name: tada;
      -webkit-animation-name: tada;
      animation-delay: 3s;
      -webkit-animation-delay: 3s;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #SHAPE2743 svg:last-child {
      fill: rgba(217, 0, 7, 1);
    }
    #GROUP2738 {
      width: 324px;
      height: 50px;
      top: 210.47px;
      left: 27.9991px;
    }
    #GROUP2715 {
      width: 380px;
      height: 270px;
      top: 749.027px;
      left: 9.9996px;
    }
    #GROUP2748 {
      width: 400px;
      height: 1086.52px;
      top: 163.233px;
      left: 10px;
    }
    #BOX2752 {
      width: 380px;
      height: 510px;
      top: 45px;
      left: 0px;
    }
    #BOX2752 > .ladi-box {
      border-style: dashed;
      border-color: rgb(180, 180, 180);
      border-width: 1px;
      border-radius: 5px;
    }
    #LIST_PARAGRAPH2753 {
      width: 360px;
      top: 54.968px;
      left: 10.125px;
    }
    #LIST_PARAGRAPH2753 > .ladi-list-paragraph {
      color: #650904;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.6;
    }
    #LIST_PARAGRAPH2753 ul li {
      padding-left: 28px;
    }
    #LIST_PARAGRAPH2753 ul li:before {
      content: "";
      background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%201536%201896.0833%22%20class%3D%22%22%20fill%3D%22rgba(255%2C%2071%2C%2071%2C%201.0)%22%3E%20%3Cpath%20d%3D%22M928%201356V640H608v716q0%2025%2018%2038.5t46%2013.5h192q28%200%2046-13.5t18-38.5zM472%20512h195L541%20351q-26-31-69-31-40%200-68%2028t-28%2068%2028%2068%2068%2028zm688-96q0-40-28-68t-68-28q-43%200-69%2031L870%20512h194q40%200%2068-28t28-68zm376%20256v320q0%2014-9%2023t-23%209h-96v416q0%2040-28%2068t-68%2028H224q-40%200-68-28t-28-68v-416H32q-14%200-23-9t-9-23V672q0-14%209-23t23-9h440q-93%200-158.5-65.5T248%20416t65.5-158.5T472%20192q107%200%20168%2077l128%20165%20128-165q61-77%20168-77%2093%200%20158.5%2065.5T1288%20416t-65.5%20158.5T1064%20640h440q14%200%2023%209t9%2023z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
      width: 24px;
      height: 24px;
      top: 0px;
    }
    #LIST_PARAGRAPH2754 {
      width: 360px;
      top: 178.97px;
      left: 10.125px;
    }
    #LIST_PARAGRAPH2754 > .ladi-list-paragraph {
      color: #650904;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.6;
    }
    #LIST_PARAGRAPH2754 ul li {
      padding-left: 28px;
    }
    #LIST_PARAGRAPH2754 ul li:before {
      content: "";
      background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%201536%201896.0833%22%20class%3D%22%22%20fill%3D%22rgba(255%2C%2071%2C%2071%2C%201.0)%22%3E%20%3Cpath%20d%3D%22M928%201356V640H608v716q0%2025%2018%2038.5t46%2013.5h192q28%200%2046-13.5t18-38.5zM472%20512h195L541%20351q-26-31-69-31-40%200-68%2028t-28%2068%2028%2068%2068%2028zm688-96q0-40-28-68t-68-28q-43%200-69%2031L870%20512h194q40%200%2068-28t28-68zm376%20256v320q0%2014-9%2023t-23%209h-96v416q0%2040-28%2068t-68%2028H224q-40%200-68-28t-28-68v-416H32q-14%200-23-9t-9-23V672q0-14%209-23t23-9h440q-93%200-158.5-65.5T248%20416t65.5-158.5T472%20192q107%200%20168%2077l128%20165%20128-165q61-77%20168-77%2093%200%20158.5%2065.5T1288%20416t-65.5%20158.5T1064%20640h440q14%200%2023%209t9%2023z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
      width: 24px;
      height: 24px;
      top: 0px;
    }
    #BOX2756 {
      width: 80px;
      height: 80px;
      top: 0px;
      left: 0px;
    }
    #BOX2756 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/keo-sam-hamer-malaysia-4-vien-20210510070123.jpg");
      background-position: center top;
      background-repeat: repeat;
      border-style: solid;
      border-color: #650904;
      border-width: 1px;
      border-radius: 5px;
    }
    #BOX2757 {
      width: 270px;
      height: 80px;
      top: 0px;
      left: 89.75px;
    }
    #BOX2757 > .ladi-box {
      box-shadow: 0px 0px 20px -4px rgba(101, 9, 4, 1);
      -webkit-box-shadow: 0px 0px 20px -4px rgba(101, 9, 4, 1);
      background-color: rgb(52, 4, 4);
      border-style: dashed;
      border-color: #f2cc90;
      border-width: 1px;
      border-radius: 5px;
    }
    #PARAGRAPH2758 {
      width: 250px;
      top: 27.5px;
      left: 99.75px;
    }
    #PARAGRAPH2758 > .ladi-paragraph {
      color: rgb(255, 255, 255);
      font-size: 16px;
      line-height: 1.6;
    }
    #BUTTON_TEXT2759 {
      width: 60px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT2759 > .ladi-headline {
      color: #f2cc90;
      font-size: 11px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #BUTTON2759 {
      width: 60px;
      height: 20px;
      top: 60px;
      left: 10px;
    }
    #BUTTON2759 > .ladi-button > .ladi-button-background {
      background-color: rgb(52, 4, 4);
    }
    #BUTTON2759 > .ladi-button {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
    }
    #GROUP2755 {
      width: 359.75px;
      height: 80px;
      top: 213.96px;
      left: 10.125px;
    }
    #LIST_PARAGRAPH2761 {
      width: 360px;
      top: 303.96px;
      left: 10.125px;
    }
    #LIST_PARAGRAPH2761 > .ladi-list-paragraph {
      color: #650904;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.6;
    }
    #LIST_PARAGRAPH2761 ul li {
      padding-left: 28px;
    }
    #LIST_PARAGRAPH2761 ul li:before {
      content: "";
      background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%201536%201896.0833%22%20class%3D%22%22%20fill%3D%22rgba(255%2C%2071%2C%2071%2C%201.0)%22%3E%20%3Cpath%20d%3D%22M928%201356V640H608v716q0%2025%2018%2038.5t46%2013.5h192q28%200%2046-13.5t18-38.5zM472%20512h195L541%20351q-26-31-69-31-40%200-68%2028t-28%2068%2028%2068%2068%2028zm688-96q0-40-28-68t-68-28q-43%200-69%2031L870%20512h194q40%200%2068-28t28-68zm376%20256v320q0%2014-9%2023t-23%209h-96v416q0%2040-28%2068t-68%2028H224q-40%200-68-28t-28-68v-416H32q-14%200-23-9t-9-23V672q0-14%209-23t23-9h440q-93%200-158.5-65.5T248%20416t65.5-158.5T472%20192q107%200%20168%2077l128%20165%20128-165q61-77%20168-77%2093%200%20158.5%2065.5T1288%20416t-65.5%20158.5T1064%20640h440q14%200%2023%209t9%2023z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
      width: 24px;
      height: 24px;
      top: 0px;
    }
    #BOX2763 {
      width: 80px;
      height: 80px;
      top: 0px;
      left: 0px;
    }
    #BOX2763 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/keo-sam-hamer-malaysia-2-vien-20210430054420.jpg");
      background-position: center top;
      background-repeat: repeat;
      border-style: solid;
      border-color: #650904;
      border-width: 1px;
      border-radius: 5px;
    }
    #BOX2764 {
      width: 270px;
      height: 80px;
      top: 0px;
      left: 89.75px;
    }
    #BOX2764 > .ladi-box {
      box-shadow: 0px 0px 20px -4px rgba(101, 9, 4, 1);
      -webkit-box-shadow: 0px 0px 20px -4px rgba(101, 9, 4, 1);
      background-color: rgb(52, 4, 4);
      border-style: dashed;
      border-color: #f2cc90;
      border-width: 1px;
      border-radius: 5px;
    }
    #PARAGRAPH2765 {
      width: 250px;
      top: 27.5px;
      left: 99.75px;
    }
    #PARAGRAPH2765 > .ladi-paragraph {
      color: rgb(255, 255, 255);
      font-size: 16px;
      line-height: 1.6;
    }
    #BUTTON_TEXT2766 {
      width: 60px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT2766 > .ladi-headline {
      color: #f2cc90;
      font-size: 11px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #BUTTON2766 {
      width: 60px;
      height: 20px;
      top: 60px;
      left: 10px;
    }
    #BUTTON2766 > .ladi-button > .ladi-button-background {
      background-color: rgb(52, 4, 4);
    }
    #BUTTON2766 > .ladi-button {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
    }
    #GROUP2762 {
      width: 359.75px;
      height: 80px;
      top: 338.96px;
      left: 10.25px;
    }
    #LIST_PARAGRAPH2768 {
      width: 360px;
      top: 427.99px;
      left: 10.25px;
    }
    #LIST_PARAGRAPH2768 > .ladi-list-paragraph {
      color: #650904;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.6;
    }
    #LIST_PARAGRAPH2768 ul li {
      padding-left: 28px;
    }
    #LIST_PARAGRAPH2768 ul li:before {
      content: "";
      background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%201536%201896.0833%22%20class%3D%22%22%20fill%3D%22rgba(255%2C%2071%2C%2071%2C%201.0)%22%3E%20%3Cpath%20d%3D%22M928%201356V640H608v716q0%2025%2018%2038.5t46%2013.5h192q28%200%2046-13.5t18-38.5zM472%20512h195L541%20351q-26-31-69-31-40%200-68%2028t-28%2068%2028%2068%2068%2028zm688-96q0-40-28-68t-68-28q-43%200-69%2031L870%20512h194q40%200%2068-28t28-68zm376%20256v320q0%2014-9%2023t-23%209h-96v416q0%2040-28%2068t-68%2028H224q-40%200-68-28t-28-68v-416H32q-14%200-23-9t-9-23V672q0-14%209-23t23-9h440q-93%200-158.5-65.5T248%20416t65.5-158.5T472%20192q107%200%20168%2077l128%20165%20128-165q61-77%20168-77%2093%200%20158.5%2065.5T1288%20416t-65.5%20158.5T1064%20640h440q14%200%2023%209t9%2023z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
      width: 24px;
      height: 24px;
      top: 0px;
    }
    #BOX2770 {
      width: 80px;
      height: 80px;
      top: 0px;
      left: 0px;
    }
    #BOX2770 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/keo-sam-hamer-malaysia-1-vien-20210430054315.jpg");
      background-position: center top;
      background-repeat: repeat;
      border-style: solid;
      border-color: #650904;
      border-width: 1px;
      border-radius: 5px;
    }
    #BOX2771 {
      width: 270px;
      height: 80px;
      top: 0px;
      left: 89.75px;
    }
    #BOX2771 > .ladi-box {
      box-shadow: 0px 0px 20px -4px rgba(101, 9, 4, 1);
      -webkit-box-shadow: 0px 0px 20px -4px rgba(101, 9, 4, 1);
      background-color: rgb(52, 4, 4);
      border-style: dashed;
      border-color: #f2cc90;
      border-width: 1px;
      border-radius: 5px;
    }
    #PARAGRAPH2772 {
      width: 250px;
      top: 27.5px;
      left: 99.75px;
    }
    #PARAGRAPH2772 > .ladi-paragraph {
      color: rgb(255, 255, 255);
      font-size: 16px;
      line-height: 1.6;
    }
    #BUTTON_TEXT2773 {
      width: 60px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT2773 > .ladi-headline {
      color: #f2cc90;
      font-size: 11px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #BUTTON2773 {
      width: 60px;
      height: 20px;
      top: 60px;
      left: 10px;
    }
    #BUTTON2773 > .ladi-button > .ladi-button-background {
      background-color: rgb(52, 4, 4);
    }
    #BUTTON2773 > .ladi-button {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
    }
    #GROUP2769 {
      width: 359.75px;
      height: 80px;
      top: 462.99px;
      left: 10.375px;
    }
    #BOX2776 {
      width: 80px;
      height: 80px;
      top: 0px;
      left: 0px;
    }
    #BOX2776 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/keo-sam-hamer-malaysia-10-vien-20210510070429.jpg");
      background-position: center top;
      background-repeat: repeat;
      border-style: solid;
      border-color: #650904;
      border-width: 1px;
      border-radius: 5px;
    }
    #BOX2777 {
      width: 270px;
      height: 80px;
      top: 0px;
      left: 90px;
    }
    #BOX2777 > .ladi-box {
      box-shadow: 0px 0px 20px -4px rgba(101, 9, 4, 1);
      -webkit-box-shadow: 0px 0px 20px -4px rgba(101, 9, 4, 1);
      background-color: rgb(52, 4, 4);
      border-style: dashed;
      border-color: #f2cc90;
      border-width: 1px;
      border-radius: 5px;
    }
    #PARAGRAPH2778 {
      width: 250px;
      top: 27.5px;
      left: 100px;
    }
    #PARAGRAPH2778 > .ladi-paragraph {
      color: rgb(255, 255, 255);
      font-size: 16px;
      line-height: 1.6;
    }
    #BUTTON_TEXT2779 {
      width: 60px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT2779 > .ladi-headline {
      color: #f2cc90;
      font-size: 11px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #BUTTON2779 {
      width: 60px;
      height: 20px;
      top: 60px;
      left: 10px;
    }
    #BUTTON2779 > .ladi-button > .ladi-button-background {
      background-color: rgb(52, 4, 4);
    }
    #BUTTON2779 > .ladi-button {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
    }
    #GROUP2775 {
      width: 360px;
      height: 80px;
      top: 88.97px;
      left: 10.125px;
    }
    #BOX2790 {
      width: 380px;
      height: 385px;
      top: 45px;
      left: 0px;
    }
    #BOX2790 > .ladi-box {
      border-style: dashed;
      border-color: rgb(180, 180, 180);
      border-width: 1px;
      border-radius: 5px;
    }
    #LIST_PARAGRAPH2791 {
      width: 360px;
      top: 54.968px;
      left: 10.125px;
    }
    #LIST_PARAGRAPH2791 > .ladi-list-paragraph {
      color: #650904;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.6;
    }
    #LIST_PARAGRAPH2791 ul li {
      padding-left: 28px;
    }
    #LIST_PARAGRAPH2791 ul li:before {
      content: "";
      background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%201536%201896.0833%22%20class%3D%22%22%20fill%3D%22rgba(255%2C%2071%2C%2071%2C%201.0)%22%3E%20%3Cpath%20d%3D%22M928%201356V640H608v716q0%2025%2018%2038.5t46%2013.5h192q28%200%2046-13.5t18-38.5zM472%20512h195L541%20351q-26-31-69-31-40%200-68%2028t-28%2068%2028%2068%2068%2028zm688-96q0-40-28-68t-68-28q-43%200-69%2031L870%20512h194q40%200%2068-28t28-68zm376%20256v320q0%2014-9%2023t-23%209h-96v416q0%2040-28%2068t-68%2028H224q-40%200-68-28t-28-68v-416H32q-14%200-23-9t-9-23V672q0-14%209-23t23-9h440q-93%200-158.5-65.5T248%20416t65.5-158.5T472%20192q107%200%20168%2077l128%20165%20128-165q61-77%20168-77%2093%200%20158.5%2065.5T1288%20416t-65.5%20158.5T1064%20640h440q14%200%2023%209t9%2023z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
      width: 24px;
      height: 24px;
      top: 0px;
    }
    #LIST_PARAGRAPH2792 {
      width: 360px;
      top: 178.97px;
      left: 10.125px;
    }
    #LIST_PARAGRAPH2792 > .ladi-list-paragraph {
      color: #650904;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.6;
    }
    #LIST_PARAGRAPH2792 ul li {
      padding-left: 28px;
    }
    #LIST_PARAGRAPH2792 ul li:before {
      content: "";
      background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%201536%201896.0833%22%20class%3D%22%22%20fill%3D%22rgba(255%2C%2071%2C%2071%2C%201.0)%22%3E%20%3Cpath%20d%3D%22M928%201356V640H608v716q0%2025%2018%2038.5t46%2013.5h192q28%200%2046-13.5t18-38.5zM472%20512h195L541%20351q-26-31-69-31-40%200-68%2028t-28%2068%2028%2068%2068%2028zm688-96q0-40-28-68t-68-28q-43%200-69%2031L870%20512h194q40%200%2068-28t28-68zm376%20256v320q0%2014-9%2023t-23%209h-96v416q0%2040-28%2068t-68%2028H224q-40%200-68-28t-28-68v-416H32q-14%200-23-9t-9-23V672q0-14%209-23t23-9h440q-93%200-158.5-65.5T248%20416t65.5-158.5T472%20192q107%200%20168%2077l128%20165%20128-165q61-77%20168-77%2093%200%20158.5%2065.5T1288%20416t-65.5%20158.5T1064%20640h440q14%200%2023%209t9%2023z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
      width: 24px;
      height: 24px;
      top: 0px;
    }
    #BOX2794 {
      width: 80px;
      height: 80px;
      top: 0px;
      left: 0px;
    }
    #BOX2794 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/keo-sam-hamer-usa-2-vien-20210510094808.jpeg");
      background-position: center top;
      background-repeat: repeat;
      border-style: solid;
      border-color: #650904;
      border-width: 1px;
      border-radius: 5px;
    }
    #BOX2795 {
      width: 270px;
      height: 80px;
      top: 0px;
      left: 89.75px;
    }
    #BOX2795 > .ladi-box {
      box-shadow: 0px 0px 20px -4px rgba(101, 9, 4, 1);
      -webkit-box-shadow: 0px 0px 20px -4px rgba(101, 9, 4, 1);
      background-color: rgb(52, 4, 4);
      border-style: dashed;
      border-color: #f2cc90;
      border-width: 1px;
      border-radius: 5px;
    }
    #PARAGRAPH2796 {
      width: 250px;
      top: 27.5px;
      left: 99.75px;
    }
    #PARAGRAPH2796 > .ladi-paragraph {
      color: rgb(255, 255, 255);
      font-size: 16px;
      line-height: 1.6;
    }
    #BUTTON_TEXT2797 {
      width: 60px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT2797 > .ladi-headline {
      color: #f2cc90;
      font-size: 11px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #BUTTON2797 {
      width: 60px;
      height: 20px;
      top: 60px;
      left: 10px;
    }
    #BUTTON2797 > .ladi-button > .ladi-button-background {
      background-color: rgb(52, 4, 4);
    }
    #BUTTON2797 > .ladi-button {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
    }
    #GROUP2793 {
      width: 359.75px;
      height: 80px;
      top: 213.96px;
      left: 10.125px;
    }
    #LIST_PARAGRAPH2799 {
      width: 360px;
      top: 303.96px;
      left: 10.125px;
    }
    #LIST_PARAGRAPH2799 > .ladi-list-paragraph {
      color: #650904;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.6;
    }
    #LIST_PARAGRAPH2799 ul li {
      padding-left: 28px;
    }
    #LIST_PARAGRAPH2799 ul li:before {
      content: "";
      background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%201536%201896.0833%22%20class%3D%22%22%20fill%3D%22rgba(255%2C%2071%2C%2071%2C%201.0)%22%3E%20%3Cpath%20d%3D%22M928%201356V640H608v716q0%2025%2018%2038.5t46%2013.5h192q28%200%2046-13.5t18-38.5zM472%20512h195L541%20351q-26-31-69-31-40%200-68%2028t-28%2068%2028%2068%2068%2028zm688-96q0-40-28-68t-68-28q-43%200-69%2031L870%20512h194q40%200%2068-28t28-68zm376%20256v320q0%2014-9%2023t-23%209h-96v416q0%2040-28%2068t-68%2028H224q-40%200-68-28t-28-68v-416H32q-14%200-23-9t-9-23V672q0-14%209-23t23-9h440q-93%200-158.5-65.5T248%20416t65.5-158.5T472%20192q107%200%20168%2077l128%20165%20128-165q61-77%20168-77%2093%200%20158.5%2065.5T1288%20416t-65.5%20158.5T1064%20640h440q14%200%2023%209t9%2023z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
      width: 24px;
      height: 24px;
      top: 0px;
    }
    #BOX2801 {
      width: 80px;
      height: 80px;
      top: 0px;
      left: 0px;
    }
    #BOX2801 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/keo-sam-hamer-usa-1-vien-20210510094844.jpeg");
      background-position: center top;
      background-repeat: repeat;
      border-style: solid;
      border-color: #650904;
      border-width: 1px;
      border-radius: 5px;
    }
    #BOX2802 {
      width: 270px;
      height: 80px;
      top: 0px;
      left: 89.75px;
    }
    #BOX2802 > .ladi-box {
      box-shadow: 0px 0px 20px -4px rgba(101, 9, 4, 1);
      -webkit-box-shadow: 0px 0px 20px -4px rgba(101, 9, 4, 1);
      background-color: rgb(52, 4, 4);
      border-style: dashed;
      border-color: #f2cc90;
      border-width: 1px;
      border-radius: 5px;
    }
    #PARAGRAPH2803 {
      width: 250px;
      top: 27.5px;
      left: 99.75px;
    }
    #PARAGRAPH2803 > .ladi-paragraph {
      color: rgb(255, 255, 255);
      font-size: 16px;
      line-height: 1.6;
    }
    #BUTTON_TEXT2804 {
      width: 60px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT2804 > .ladi-headline {
      color: #f2cc90;
      font-size: 11px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #BUTTON2804 {
      width: 60px;
      height: 20px;
      top: 60px;
      left: 10px;
    }
    #BUTTON2804 > .ladi-button > .ladi-button-background {
      background-color: rgb(52, 4, 4);
    }
    #BUTTON2804 > .ladi-button {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
    }
    #GROUP2800 {
      width: 359.75px;
      height: 80px;
      top: 338.96px;
      left: 10.25px;
    }
    #BOX2814 {
      width: 80px;
      height: 80px;
      top: 0px;
      left: 0px;
    }
    #BOX2814 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/keo-sam-hamer-usa-5-vien-20210510094724.jpeg");
      background-position: center top;
      background-repeat: repeat;
      border-style: solid;
      border-color: #650904;
      border-width: 1px;
      border-radius: 5px;
    }
    #BOX2815 {
      width: 270px;
      height: 80px;
      top: 0px;
      left: 90px;
    }
    #BOX2815 > .ladi-box {
      box-shadow: 0px 0px 20px -4px rgba(101, 9, 4, 1);
      -webkit-box-shadow: 0px 0px 20px -4px rgba(101, 9, 4, 1);
      background-color: rgb(52, 4, 4);
      border-style: dashed;
      border-color: #f2cc90;
      border-width: 1px;
      border-radius: 5px;
    }
    #PARAGRAPH2816 {
      width: 250px;
      top: 27.5px;
      left: 100px;
    }
    #PARAGRAPH2816 > .ladi-paragraph {
      color: rgb(255, 255, 255);
      font-size: 16px;
      line-height: 1.6;
    }
    #BUTTON_TEXT2817 {
      width: 60px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT2817 > .ladi-headline {
      color: #f2cc90;
      font-size: 11px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #BUTTON2817 {
      width: 60px;
      height: 20px;
      top: 60px;
      left: 10px;
    }
    #BUTTON2817 > .ladi-button > .ladi-button-background {
      background-color: rgb(52, 4, 4);
    }
    #BUTTON2817 > .ladi-button {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
    }
    #GROUP2813 {
      width: 360px;
      height: 80px;
      top: 88.97px;
      left: 10.125px;
    }
    #HEADLINE2825 {
      width: 380px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE2825 > .ladi-headline {
      color: #650904;
      font-size: 22px;
      text-align: center;
      line-height: 1.6;
    }
    #BOX2828 {
      width: 380px;
      height: 510px;
      top: 45px;
      left: 0px;
    }
    #BOX2828 > .ladi-box {
      border-style: dashed;
      border-color: rgb(180, 180, 180);
      border-width: 1px;
      border-radius: 5px;
    }
    #LIST_PARAGRAPH2829 {
      width: 360px;
      top: 54.968px;
      left: 10.125px;
    }
    #LIST_PARAGRAPH2829 > .ladi-list-paragraph {
      color: #650904;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.6;
    }
    #LIST_PARAGRAPH2829 ul li {
      padding-left: 28px;
    }
    #LIST_PARAGRAPH2829 ul li:before {
      content: "";
      background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%201536%201896.0833%22%20class%3D%22%22%20fill%3D%22rgba(255%2C%2071%2C%2071%2C%201.0)%22%3E%20%3Cpath%20d%3D%22M928%201356V640H608v716q0%2025%2018%2038.5t46%2013.5h192q28%200%2046-13.5t18-38.5zM472%20512h195L541%20351q-26-31-69-31-40%200-68%2028t-28%2068%2028%2068%2068%2028zm688-96q0-40-28-68t-68-28q-43%200-69%2031L870%20512h194q40%200%2068-28t28-68zm376%20256v320q0%2014-9%2023t-23%209h-96v416q0%2040-28%2068t-68%2028H224q-40%200-68-28t-28-68v-416H32q-14%200-23-9t-9-23V672q0-14%209-23t23-9h440q-93%200-158.5-65.5T248%20416t65.5-158.5T472%20192q107%200%20168%2077l128%20165%20128-165q61-77%20168-77%2093%200%20158.5%2065.5T1288%20416t-65.5%20158.5T1064%20640h440q14%200%2023%209t9%2023z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
      width: 24px;
      height: 24px;
      top: 0px;
    }
    #LIST_PARAGRAPH2830 {
      width: 360px;
      top: 178.97px;
      left: 10.125px;
    }
    #LIST_PARAGRAPH2830 > .ladi-list-paragraph {
      color: #650904;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.6;
    }
    #LIST_PARAGRAPH2830 ul li {
      padding-left: 28px;
    }
    #LIST_PARAGRAPH2830 ul li:before {
      content: "";
      background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%201536%201896.0833%22%20class%3D%22%22%20fill%3D%22rgba(255%2C%2071%2C%2071%2C%201.0)%22%3E%20%3Cpath%20d%3D%22M928%201356V640H608v716q0%2025%2018%2038.5t46%2013.5h192q28%200%2046-13.5t18-38.5zM472%20512h195L541%20351q-26-31-69-31-40%200-68%2028t-28%2068%2028%2068%2068%2028zm688-96q0-40-28-68t-68-28q-43%200-69%2031L870%20512h194q40%200%2068-28t28-68zm376%20256v320q0%2014-9%2023t-23%209h-96v416q0%2040-28%2068t-68%2028H224q-40%200-68-28t-28-68v-416H32q-14%200-23-9t-9-23V672q0-14%209-23t23-9h440q-93%200-158.5-65.5T248%20416t65.5-158.5T472%20192q107%200%20168%2077l128%20165%20128-165q61-77%20168-77%2093%200%20158.5%2065.5T1288%20416t-65.5%20158.5T1064%20640h440q14%200%2023%209t9%2023z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
      width: 24px;
      height: 24px;
      top: 0px;
    }
    #BOX2832 {
      width: 80px;
      height: 80px;
      top: 0px;
      left: 0px;
    }
    #BOX2832 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/4-vien-keo-sam-hamer-e854a9-20210510095718.jpeg");
      background-position: center top;
      background-repeat: repeat;
      border-style: solid;
      border-color: #650904;
      border-width: 1px;
      border-radius: 5px;
    }
    #BOX2833 {
      width: 270px;
      height: 80px;
      top: 0px;
      left: 89.75px;
    }
    #BOX2833 > .ladi-box {
      box-shadow: 0px 0px 20px -4px rgba(101, 9, 4, 1);
      -webkit-box-shadow: 0px 0px 20px -4px rgba(101, 9, 4, 1);
      background-color: rgb(52, 4, 4);
      border-style: dashed;
      border-color: #f2cc90;
      border-width: 1px;
      border-radius: 5px;
    }
    #PARAGRAPH2834 {
      width: 250px;
      top: 27.5px;
      left: 99.75px;
    }
    #PARAGRAPH2834 > .ladi-paragraph {
      color: rgb(255, 255, 255);
      font-size: 16px;
      line-height: 1.6;
    }
    #BUTTON_TEXT2835 {
      width: 60px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT2835 > .ladi-headline {
      color: #f2cc90;
      font-size: 11px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #BUTTON2835 {
      width: 60px;
      height: 20px;
      top: 60px;
      left: 10px;
    }
    #BUTTON2835 > .ladi-button > .ladi-button-background {
      background-color: rgb(52, 4, 4);
    }
    #BUTTON2835 > .ladi-button {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
    }
    #GROUP2831 {
      width: 359.75px;
      height: 80px;
      top: 213.96px;
      left: 10.125px;
    }
    #LIST_PARAGRAPH2837 {
      width: 360px;
      top: 303.96px;
      left: 10.125px;
    }
    #LIST_PARAGRAPH2837 > .ladi-list-paragraph {
      color: #650904;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.6;
    }
    #LIST_PARAGRAPH2837 ul li {
      padding-left: 28px;
    }
    #LIST_PARAGRAPH2837 ul li:before {
      content: "";
      background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%201536%201896.0833%22%20class%3D%22%22%20fill%3D%22rgba(255%2C%2071%2C%2071%2C%201.0)%22%3E%20%3Cpath%20d%3D%22M928%201356V640H608v716q0%2025%2018%2038.5t46%2013.5h192q28%200%2046-13.5t18-38.5zM472%20512h195L541%20351q-26-31-69-31-40%200-68%2028t-28%2068%2028%2068%2068%2028zm688-96q0-40-28-68t-68-28q-43%200-69%2031L870%20512h194q40%200%2068-28t28-68zm376%20256v320q0%2014-9%2023t-23%209h-96v416q0%2040-28%2068t-68%2028H224q-40%200-68-28t-28-68v-416H32q-14%200-23-9t-9-23V672q0-14%209-23t23-9h440q-93%200-158.5-65.5T248%20416t65.5-158.5T472%20192q107%200%20168%2077l128%20165%20128-165q61-77%20168-77%2093%200%20158.5%2065.5T1288%20416t-65.5%20158.5T1064%20640h440q14%200%2023%209t9%2023z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
      width: 24px;
      height: 24px;
      top: 0px;
    }
    #BOX2839 {
      width: 80px;
      height: 80px;
      top: 0px;
      left: 0px;
    }
    #BOX2839 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/2-vien-keo-sam-hamer-e854a9-20210501052054.jpeg");
      background-position: center top;
      background-repeat: repeat;
      border-style: solid;
      border-color: #650904;
      border-width: 1px;
      border-radius: 5px;
    }
    #BOX2840 {
      width: 270px;
      height: 80px;
      top: 0px;
      left: 89.75px;
    }
    #BOX2840 > .ladi-box {
      box-shadow: 0px 0px 20px -4px rgba(101, 9, 4, 1);
      -webkit-box-shadow: 0px 0px 20px -4px rgba(101, 9, 4, 1);
      background-color: rgb(52, 4, 4);
      border-style: dashed;
      border-color: #f2cc90;
      border-width: 1px;
      border-radius: 5px;
    }
    #PARAGRAPH2841 {
      width: 250px;
      top: 27.5px;
      left: 99.75px;
    }
    #PARAGRAPH2841 > .ladi-paragraph {
      color: rgb(255, 255, 255);
      font-size: 16px;
      line-height: 1.6;
    }
    #BUTTON_TEXT2842 {
      width: 60px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT2842 > .ladi-headline {
      color: #f2cc90;
      font-size: 11px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #BUTTON2842 {
      width: 60px;
      height: 20px;
      top: 60px;
      left: 10px;
    }
    #BUTTON2842 > .ladi-button > .ladi-button-background {
      background-color: rgb(52, 4, 4);
    }
    #BUTTON2842 > .ladi-button {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
    }
    #GROUP2838 {
      width: 359.75px;
      height: 80px;
      top: 338.96px;
      left: 10.25px;
    }
    #LIST_PARAGRAPH2844 {
      width: 360px;
      top: 427.99px;
      left: 10.25px;
    }
    #LIST_PARAGRAPH2844 > .ladi-list-paragraph {
      color: #650904;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.6;
    }
    #LIST_PARAGRAPH2844 ul li {
      padding-left: 28px;
    }
    #LIST_PARAGRAPH2844 ul li:before {
      content: "";
      background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%201536%201896.0833%22%20class%3D%22%22%20fill%3D%22rgba(255%2C%2071%2C%2071%2C%201.0)%22%3E%20%3Cpath%20d%3D%22M928%201356V640H608v716q0%2025%2018%2038.5t46%2013.5h192q28%200%2046-13.5t18-38.5zM472%20512h195L541%20351q-26-31-69-31-40%200-68%2028t-28%2068%2028%2068%2068%2028zm688-96q0-40-28-68t-68-28q-43%200-69%2031L870%20512h194q40%200%2068-28t28-68zm376%20256v320q0%2014-9%2023t-23%209h-96v416q0%2040-28%2068t-68%2028H224q-40%200-68-28t-28-68v-416H32q-14%200-23-9t-9-23V672q0-14%209-23t23-9h440q-93%200-158.5-65.5T248%20416t65.5-158.5T472%20192q107%200%20168%2077l128%20165%20128-165q61-77%20168-77%2093%200%20158.5%2065.5T1288%20416t-65.5%20158.5T1064%20640h440q14%200%2023%209t9%2023z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
      width: 24px;
      height: 24px;
      top: 0px;
    }
    #BOX2846 {
      width: 80px;
      height: 80px;
      top: 0px;
      left: 0px;
    }
    #BOX2846 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/1-vien-keo-sam-hamer-e854a9-20210501052436.jpeg");
      background-position: center top;
      background-repeat: repeat;
      border-style: solid;
      border-color: #650904;
      border-width: 1px;
      border-radius: 5px;
    }
    #BOX2847 {
      width: 270px;
      height: 80px;
      top: 0px;
      left: 89.75px;
    }
    #BOX2847 > .ladi-box {
      box-shadow: 0px 0px 20px -4px rgba(101, 9, 4, 1);
      -webkit-box-shadow: 0px 0px 20px -4px rgba(101, 9, 4, 1);
      background-color: rgb(52, 4, 4);
      border-style: dashed;
      border-color: #f2cc90;
      border-width: 1px;
      border-radius: 5px;
    }
    #PARAGRAPH2848 {
      width: 250px;
      top: 27.5px;
      left: 99.75px;
    }
    #PARAGRAPH2848 > .ladi-paragraph {
      color: rgb(255, 255, 255);
      font-size: 16px;
      line-height: 1.6;
    }
    #BUTTON_TEXT2849 {
      width: 60px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT2849 > .ladi-headline {
      color: #f2cc90;
      font-size: 11px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #BUTTON2849 {
      width: 60px;
      height: 20px;
      top: 60px;
      left: 10px;
    }
    #BUTTON2849 > .ladi-button > .ladi-button-background {
      background-color: rgb(52, 4, 4);
    }
    #BUTTON2849 > .ladi-button {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
    }
    #GROUP2845 {
      width: 359.75px;
      height: 80px;
      top: 462.99px;
      left: 10.375px;
    }
    #BOX2852 {
      width: 80px;
      height: 80px;
      top: 0px;
      left: 0px;
    }
    #BOX2852 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://w.ladicdn.com/s400x400/5eb1335ec310210e1b180020/10-vien-keo-sam-hamer-e854a9-20210510095659.jpeg");
      background-position: center top;
      background-repeat: repeat;
      border-style: solid;
      border-color: #650904;
      border-width: 1px;
      border-radius: 5px;
    }
    #BOX2853 {
      width: 270px;
      height: 80px;
      top: 0px;
      left: 90px;
    }
    #BOX2853 > .ladi-box {
      box-shadow: 0px 0px 20px -4px rgba(101, 9, 4, 1);
      -webkit-box-shadow: 0px 0px 20px -4px rgba(101, 9, 4, 1);
      background-color: rgb(52, 4, 4);
      border-style: dashed;
      border-color: #f2cc90;
      border-width: 1px;
      border-radius: 5px;
    }
    #PARAGRAPH2854 {
      width: 250px;
      top: 27.5px;
      left: 100px;
    }
    #PARAGRAPH2854 > .ladi-paragraph {
      color: rgb(255, 255, 255);
      font-size: 16px;
      line-height: 1.6;
    }
    #BUTTON_TEXT2855 {
      width: 60px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT2855 > .ladi-headline {
      color: #f2cc90;
      font-size: 11px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #BUTTON2855 {
      width: 60px;
      height: 20px;
      top: 60px;
      left: 10px;
    }
    #BUTTON2855 > .ladi-button > .ladi-button-background {
      background-color: rgb(52, 4, 4);
    }
    #BUTTON2855 > .ladi-button {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
    }
    #GROUP2851 {
      width: 360px;
      height: 80px;
      top: 88.97px;
      left: 10.125px;
    }
    #HEADLINE2863 {
      width: 380px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE2863 > .ladi-headline {
      color: #650904;
      font-size: 22px;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP2864 {
      width: 380px;
      height: 555px;
      top: 808px;
      left: 20px;
    }
    #GROUP2866 {
      width: 380px;
      height: 555px;
      top: 806px;
      left: 20px;
    }
    #GROUP2972 {
      width: 380px;
      height: 430px;
      top: 807px;
      left: 20px;
    }
  }
  .slick-next{
    right: 10px
  }
  .slick-prev{
    left: 10px;
    z-index: 1
  }
  .slick-prev:before, .slick-next:before{
    font-size: 28px;
    color:#ccc;
  }