a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
button,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
select,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

a {
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.ladi-loading {
  z-index: 900000000000;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
}

.ladi-loading .loading {
  width: 80px;
  height: 80px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
  position: absolute;
}

.ladi-loading .loading div {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  animation: ladi-loading 1.2s linear infinite;
}

.ladi-loading .loading div:nth-child(1) {
  animation-delay: 0s;
  top: 37px;
  left: 66px;
}

.ladi-loading .loading div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}

.ladi-loading .loading div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}

.ladi-loading .loading div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}

.ladi-loading .loading div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}

.ladi-loading .loading div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}

.ladi-loading .loading div:nth-child(7) {
  animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}

.ladi-loading .loading div:nth-child(8) {
  animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}

.ladi-loading .loading div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}

.ladi-loading .loading div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}

.ladi-loading .loading div:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px;
}

.ladi-loading .loading div:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}

@keyframes ladi-loading {
  0%,
  100%,
  20%,
  80% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.5);
  }
}

.ladipage-message {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10000000000;
  background: rgba(0, 0, 0, 0.3);
}

.ladipage-message .ladipage-message-box {
  width: 400px;
  max-width: calc(100% - 50px);
  height: 160px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #fff;
  position: fixed;
  top: calc(50% - 155px);
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 10px;
}

.ladipage-message .ladipage-message-box span {
  display: block;
  background-color: rgba(6, 21, 40, 0.05);
  color: #000;
  padding: 12px 15px;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.ladipage-message .ladipage-message-box .ladipage-message-text {
  display: -webkit-box;
  font-size: 14px;
  padding: 0 20px;
  margin-top: 10px;
  line-height: 18px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ladipage-message .ladipage-message-box .ladipage-message-close {
  display: block;
  position: absolute;
  right: 15px;
  bottom: 10px;
  margin: 0 auto;
  padding: 10px 0;
  border: none;
  width: 80px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  background-color: #e6e6e6;
  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  cursor: pointer;
  outline: 0;
}

.lightbox-screen {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 9000000080;
  background: rgba(0, 0, 0, 0.5);
}

.lightbox-screen .lightbox-close {
  position: absolute;
  z-index: 9000000090;
  cursor: pointer;
}

.lightbox-screen .lightbox-hidden {
  display: none;
}

.lightbox-screen .lightbox-close {
  width: 16px;
  height: 16px;
  margin: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M23.4144%202.00015L2.00015%2023.4144L0.585938%2022.0002L22.0002%200.585938L23.4144%202.00015Z%22%3E%3C%2Fpath%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%200.585938L23.4144%2022.0002L22.0002%2023.4144L0.585938%202.00015L2.00015%200.585938Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
}

body {
  font-size: 12px;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -o-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: #fff;
}

.overflow-hidden {
  overflow: hidden;
}

.ladi-transition {
  transition: all 150ms linear 0s;
}

.z-index-1 {
  z-index: 1;
}

.opacity-0 {
  opacity: 0;
}

.height-0 {
  height: 0 !important;
}

.pointer-events-none {
  pointer-events: none;
}

.transition-parent-collapse-height {
  transition: height 150ms linear 0s;
}

.transition-parent-collapse-top {
  transition: top 150ms linear 0s;
}

.transition-readmore {
  transition: height 350ms linear 0s;
}

.transition-collapse {
  transition: height 150ms linear 0s;
}

body.grab {
  cursor: grab;
}

.ladi-wraper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  padding-top: 61px;
}

.ladi-container {
  position: relative;
  margin: 0 auto;
  height: 100%;
}

.ladi-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
}

.ladi-element {
  position: absolute;
}

@media (hover: hover) {
  .ladi-check-hover {
    opacity: 0;
  }
}

.ladi-section {
  margin: 0 auto;
  position: relative;
}

.ladi-section[data-tab-id] {
  display: none;
}

.ladi-section.selected[data-tab-id] {
  display: block;
}

.ladi-section .ladi-section-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  overflow: hidden;
}

.ladi-html-code {
  position: absolute;
  width: 100%;
  height: 100%;
}

a[data-action] {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
}

a:visited {
  color: inherit;
}

a:link {
  color: inherit;
}

[data-opacity='0'] {
  opacity: 0;
}

[data-hidden='true'] {
  display: none;
}

[data-action='true'] {
  cursor: pointer;
}

.ladi-hidden {
  display: none;
}

.ladi-animation-hidden {
  visibility: hidden !important;
  opacity: 0 !important;
}

.element-click-selected {
  cursor: pointer;
}

.is-2nd-click {
  cursor: pointer;
}

.ladi-button-shape.is-2nd-click,
.ladi-accordion-shape.is-2nd-click {
  z-index: 1;
}

.backdrop-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90000060;
}

.backdrop-dropbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90000040;
}

.ladi-lazyload {
  background-image: none !important;
}

.ladi-list-paragraph ul li.ladi-lazyload:before {
  background-image: none !important;
}

@media (min-width: 768px) {
}

@media (max-width: 767px) {
  .ladi-element.ladi-auto-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100% !important;
    left: 0 !important;
    -webkit-overflow-scrolling: touch;
  }

  [data-hint]:not([data-timeout-id-copied]):before,
  [data-hint]:not([data-timeout-id-copied]):after {
    display: none !important;
  }

  .ladi-section.ladi-auto-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
button,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
select,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

a {
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.ladi-loading {
  z-index: 900000000000;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
}

.ladi-loading .loading {
  width: 80px;
  height: 80px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
  position: absolute;
}

.ladi-loading .loading div {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  animation: ladi-loading 1.2s linear infinite;
}

.ladi-loading .loading div:nth-child(1) {
  animation-delay: 0s;
  top: 37px;
  left: 66px;
}

.ladi-loading .loading div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}

.ladi-loading .loading div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}

.ladi-loading .loading div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}

.ladi-loading .loading div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}

.ladi-loading .loading div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}

.ladi-loading .loading div:nth-child(7) {
  animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}

.ladi-loading .loading div:nth-child(8) {
  animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}

.ladi-loading .loading div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}

.ladi-loading .loading div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}

.ladi-loading .loading div:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px;
}

.ladi-loading .loading div:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}

@keyframes ladi-loading {
  0%,
  100%,
  20%,
  80% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.5);
  }
}

.ladipage-message {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10000000000;
  background: rgba(0, 0, 0, 0.3);
}

.ladipage-message .ladipage-message-box {
  width: 400px;
  max-width: calc(100% - 50px);
  height: 160px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #fff;
  position: fixed;
  top: calc(50% - 155px);
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 10px;
}

.ladipage-message .ladipage-message-box span {
  display: block;
  background-color: rgba(6, 21, 40, 0.05);
  color: #000;
  padding: 12px 15px;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.ladipage-message .ladipage-message-box .ladipage-message-text {
  display: -webkit-box;
  font-size: 14px;
  padding: 0 20px;
  margin-top: 10px;
  line-height: 18px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ladipage-message .ladipage-message-box .ladipage-message-close {
  display: block;
  position: absolute;
  right: 15px;
  bottom: 10px;
  margin: 0 auto;
  padding: 10px 0;
  border: none;
  width: 80px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  background-color: #e6e6e6;
  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  cursor: pointer;
}

.lightbox-screen {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 9000000080;
  background: rgba(0, 0, 0, 0.5);
}

.lightbox-screen .lightbox-close {
  position: absolute;
  z-index: 9000000090;
  cursor: pointer;
}

.lightbox-screen .lightbox-hidden {
  display: none;
}

.lightbox-screen .lightbox-close {
  width: 16px;
  height: 16px;
  margin: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M23.4144%202.00015L2.00015%2023.4144L0.585938%2022.0002L22.0002%200.585938L23.4144%202.00015Z%22%3E%3C%2Fpath%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%200.585938L23.4144%2022.0002L22.0002%2023.4144L0.585938%202.00015L2.00015%200.585938Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
}

body {
  font-size: 12px;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -o-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: #fff;
}

.overflow-hidden {
  overflow: hidden;
}

.ladi-transition {
  transition: all 150ms linear 0s;
}

.z-index-1 {
  z-index: 1;
}

.opacity-0 {
  opacity: 0;
}

.height-0 {
  height: 0 !important;
}

.pointer-events-none {
  pointer-events: none;
}

.transition-parent-collapse-height {
  transition: height 150ms linear 0s;
}

.transition-parent-collapse-top {
  transition: top 150ms linear 0s;
}

.transition-readmore {
  transition: height 350ms linear 0s;
}

.transition-collapse {
  transition: height 150ms linear 0s;
}

body.grab {
  cursor: grab;
}

.ladi-wraper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}

.ladi-container {
  position: relative;
  margin: 0 auto;
  height: 100%;
}

.ladi-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
}

.ladi-element {
  position: absolute;
}

@media (hover: hover) {
  .ladi-check-hover {
    opacity: 0;
  }
}

.ladi-section {
  margin: 0 auto;
  position: relative;
}

.ladi-section[data-tab-id] {
  display: none;
}

.ladi-section.selected[data-tab-id] {
  display: block;
}

.ladi-section .ladi-section-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  overflow: hidden;
}

.ladi-gallery {
  position: absolute;
  width: 100%;
  height: 100%;
}

.ladi-gallery .ladi-gallery-view {
  position: absolute;
  overflow: hidden;
}

.ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: relative;
  display: none;
  transition: transform 500ms ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.play-video {
  cursor: pointer;
}

.ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.play-video:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  background: url(https://w.ladicdn.com/source/ladipage-play.svg?v=1.0)
    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 > .selected,
.ladi-gallery .ladi-gallery-view > .next,
.ladi-gallery .ladi-gallery-view > .prev {
  display: block;
}

.ladi-gallery .ladi-gallery-view > .selected {
  left: 0;
}

.ladi-gallery .ladi-gallery-view > .next,
.ladi-gallery .ladi-gallery-view > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.ladi-gallery .ladi-gallery-view > .next {
  left: 100%;
}

.ladi-gallery .ladi-gallery-view > .prev {
  left: -100%;
}

.ladi-gallery .ladi-gallery-view > .next.left,
.ladi-gallery .ladi-gallery-view > .prev.right {
  left: 0;
}

.ladi-gallery .ladi-gallery-view > .selected.left {
  left: -100%;
}

.ladi-gallery .ladi-gallery-view > .selected.right {
  left: 100%;
}

.ladi-gallery .ladi-gallery-control {
  position: absolute;
  overflow: hidden;
}

.ladi-gallery .ladi-gallery-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: rotateY(180deg);
  -webkit-transform: rotateY(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-control .ladi-gallery-control-box {
  position: relative;
}

.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?v=1.0)
    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-gallery .ladi-gallery-view .ladi-gallery-view-arrow,
.ladi-gallery .ladi-gallery-control .ladi-gallery-control-arrow {
  width: 33px;
  height: 33px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23000%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.00015%200.585938L18.4144%2012.0002L7.00015%2023.4144L5.58594%2022.0002L15.5859%2012.0002L5.58594%202.00015L7.00015%200.585938Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
}

.ladi-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-bottom
  .ladi-gallery-control
  .ladi-gallery-control-arrow {
  top: calc(50% - (33px) / 2);
}

.ladi-gallery.ladi-gallery-bottom
  .ladi-gallery-control
  .ladi-gallery-control-arrow-left {
  left: 0px;
  transform: rotateY(180deg) scale(0.6);
  -webkit-transform: rotateY(180deg) scale(0.6);
}

.ladi-gallery.ladi-gallery-bottom
  .ladi-gallery-control
  .ladi-gallery-control-arrow-right {
  right: 0px;
  transform: scale(0.6);
  -webkit-transform: scale(0.6);
}

.ladi-gallery.ladi-gallery-bottom
  .ladi-gallery-control
  .ladi-gallery-control-box {
  display: -webkit-inline-flex;
  display: inline-flex;
  left: 0;
  transition: left 150ms ease-in-out;
}

.ladi-box {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ladi-frame {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ladi-frame-bg .ladi-frame-background {
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: inherit;
}

.ladi-frame-bg:not(.ladi-frame) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ladi-button {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ladi-button:active {
  transform: translateY(2px);
  transition: transform 0.2s linear;
}

.ladi-button .ladi-button-background {
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: inherit;
}

.ladi-button > .ladi-button-headline,
.ladi-button > .ladi-button-shape {
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  display: table;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.ladi-button > .ladi-button-shape .ladi-shape {
  margin: auto;
  top: 0;
  bottom: 0;
}

.ladi-button > .ladi-button-headline .ladi-headline {
  display: table-cell;
  vertical-align: middle;
}

.ladi-form {
  position: absolute;
  width: 100%;
  height: 100%;
}

.ladi-form > .ladi-element {
  text-transform: inherit;
  text-decoration: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  color: inherit;
  background-size: inherit;
  background-attachment: inherit;
  background-origin: inherit;
}

.ladi-form .ladi-button > .ladi-button-headline {
  color: initial;
  font-size: initial;
  font-weight: initial;
  text-transform: initial;
  text-decoration: initial;
  font-style: initial;
  text-align: initial;
  letter-spacing: initial;
  line-height: initial;
}

.ladi-form > .ladi-element .ladi-form-item-container {
  text-transform: inherit;
  text-decoration: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  color: inherit;
  background-size: inherit;
  background-attachment: inherit;
  background-origin: inherit;
}

.ladi-form > [data-quantity='true'] .ladi-form-item-container {
  overflow: hidden;
}

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item {
  text-transform: inherit;
  text-decoration: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  color: inherit;
}

.ladi-form
  > .ladi-element
  .ladi-form-item-container
  .ladi-form-item-background {
  background-size: inherit;
  background-attachment: inherit;
  background-origin: inherit;
}

.ladi-form
  > .ladi-element
  .ladi-form-item-container
  .ladi-form-item
  .ladi-form-control-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 9px 6px !important;
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  padding-right: 24px;
}

.ladi-form
  > .ladi-element
  .ladi-form-item-container
  .ladi-form-item
  .ladi-form-control-select-2 {
  width: calc(100% / 2 - 5px);
  max-width: calc(100% / 2 - 5px);
  min-width: calc(100% / 2 - 5px);
}

.ladi-form
  > .ladi-element
  .ladi-form-item-container
  .ladi-form-item
  .ladi-form-control-select-2:nth-child(3) {
  margin-left: 7.5px;
}

.ladi-form
  > .ladi-element
  .ladi-form-item-container
  .ladi-form-item
  .ladi-form-control-select-3 {
  width: calc(100% / 3 - 5px);
  max-width: calc(100% / 3 - 5px);
  min-width: calc(100% / 3 - 5px);
}

.ladi-form
  > .ladi-element
  .ladi-form-item-container
  .ladi-form-item
  .ladi-form-control-select-3:nth-child(3) {
  margin-left: 7.5px;
}

.ladi-form
  > .ladi-element
  .ladi-form-item-container
  .ladi-form-item
  .ladi-form-control-select-3:nth-child(4) {
  margin-left: 7.5px;
}

.ladi-form
  > .ladi-element
  .ladi-form-item-container
  .ladi-form-item
  .ladi-form-control-select
  option {
  color: initial;
}

.ladi-form
  > .ladi-element
  .ladi-form-item-container
  .ladi-form-item
  .ladi-form-control:not(.ladi-form-control-select) {
  text-transform: inherit;
  text-decoration: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  color: inherit;
  background-size: inherit;
  background-attachment: inherit;
  background-origin: inherit;
}

.ladi-form
  > .ladi-element
  .ladi-form-item-container
  .ladi-form-item
  .ladi-form-control-select {
  text-transform: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  color: inherit;
  background-size: inherit;
  background-attachment: inherit;
  background-origin: inherit;
}

.ladi-form
  > .ladi-element
  .ladi-form-item-container
  .ladi-form-item
  .ladi-form-control-select:not([data-selected='']) {
  text-decoration: inherit;
}

.ladi-form
  > .ladi-element
  .ladi-form-item-container
  .ladi-form-item
  .ladi-form-checkbox-item {
  text-transform: inherit;
  text-decoration: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  color: inherit;
  background-size: inherit;
  background-attachment: inherit;
  background-origin: inherit;
  vertical-align: middle;
}

.ladi-form
  > .ladi-element
  .ladi-form-item-container
  .ladi-form-item
  .ladi-form-checkbox-box-item {
  display: inline-block;
  width: fit-content;
}

.ladi-form
  > .ladi-element
  .ladi-form-item-container
  .ladi-form-item
  .ladi-form-checkbox-item
  span {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.ladi-form
  > .ladi-element
  .ladi-form-item-container
  .ladi-form-item
  .ladi-form-checkbox-item
  span[data-checked='true'] {
  text-transform: inherit;
  text-decoration: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  color: inherit;
  background-size: inherit;
  background-attachment: inherit;
  background-origin: inherit;
}

.ladi-form
  > .ladi-element
  .ladi-form-item-container
  .ladi-form-item
  .ladi-form-checkbox-item
  span[data-checked='false'] {
  text-transform: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  color: inherit;
  background-size: inherit;
  background-attachment: inherit;
  background-origin: inherit;
}

.ladi-form .ladi-form-item-container {
  position: absolute;
  width: 100%;
  height: 100%;
}

.ladi-form .ladi-form-item-title-value {
  font-weight: bold;
  word-break: break-word;
}

.ladi-form .ladi-form-label-container {
  position: relative;
  width: 100%;
}

.ladi-form .ladi-form-control-file {
  background-repeat: no-repeat;
  background-position: calc(100% - 5px) center;
}

.ladi-form .ladi-form-label-container .ladi-form-label-item {
  display: inline-block;
  cursor: pointer;
  position: relative;
  border-radius: 0px !important;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.ladi-form .ladi-form-label-container .ladi-form-label-item.image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.ladi-form .ladi-form-label-container .ladi-form-label-item.no-value {
  display: none !important;
}

.ladi-form .ladi-form-label-container .ladi-form-label-item.text.disabled {
  opacity: 0.35;
}

.ladi-form .ladi-form-label-container .ladi-form-label-item.image.disabled {
  opacity: 0.2;
}

.ladi-form .ladi-form-label-container .ladi-form-label-item.color.disabled {
  opacity: 0.15;
}

.ladi-form .ladi-form-label-container .ladi-form-label-item.selected:before {
  content: '';
  width: 0;
  height: 0;
  bottom: -1px;
  right: -1px;
  position: absolute;
  border-width: 0 0 15px 15px;
  border-color: transparent;
  border-style: solid;
}

.ladi-form .ladi-form-label-container .ladi-form-label-item.selected:after {
  content: '';
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' enable-background='new 0 0 12 12' viewBox='0 0 12 12' x='0' fill='%23fff' y='0'%3E%3Cg%3E%3Cpath d='m5.2 10.9c-.2 0-.5-.1-.7-.2l-4.2-3.7c-.4-.4-.5-1-.1-1.4s1-.5 1.4-.1l3.4 3 5.1-7c .3-.4 1-.5 1.4-.2s.5 1 .2 1.4l-5.7 7.9c-.2.2-.4.4-.7.4 0-.1 0-.1-.1-.1z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom right;
  width: 7px;
  height: 7px;
  bottom: 0;
  right: 0;
  position: absolute;
}

.ladi-form .ladi-form-item {
  width: 100%;
  height: 100%;
  position: absolute;
}

.ladi-form .ladi-form-item-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.ladi-form .ladi-form-item.ladi-form-checkbox {
  height: auto;
}

.ladi-form .ladi-form-item .ladi-form-control {
  background-color: transparent;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  padding: 0 5px;
  color: inherit;
  font-size: inherit;
  border: none;
}

.ladi-form .ladi-form-item.ladi-form-checkbox {
  padding: 0 5px;
}

.ladi-form
  .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-vertical
  .ladi-form-checkbox-item {
  margin-top: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: flex;
  align-items: center;
  border: none;
}

.ladi-form
  .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-horizontal
  .ladi-form-checkbox-item {
  margin-top: 0 !important;
  margin-left: 0 !important;
  margin-right: 10px !important;
  display: inline-flex;
  align-items: center;
  border: none;
  position: relative;
}

.ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item input {
  margin-right: 5px;
  display: block;
}

.ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span {
  cursor: default;
  word-break: break-word;
}

.ladi-form .ladi-form-item textarea.ladi-form-control {
  resize: none;
  padding: 5px;
}

.ladi-form .ladi-button {
  cursor: pointer;
}

.ladi-form .ladi-button .ladi-headline {
  cursor: pointer;
  user-select: none;
}

.ladi-form .ladi-element .ladi-form-otp::-webkit-outer-spin-button,
.ladi-form .ladi-element .ladi-form-otp::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.ladi-form .ladi-element .ladi-form-item .button-get-code {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  line-height: initial;
  padding: 5px 10px;
  height: max-content;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.ladi-form .ladi-element .ladi-form-item .button-get-code.hide-visibility {
  display: block !important;
  visibility: hidden !important;
}

.ladi-form .ladi-form-item.otp-resend .button-get-code {
  display: block;
}

.ladi-form .ladi-form-item.otp-countdown:before {
  content: attr(data-countdown-time) 's';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: max-content;
  line-height: initial;
}

.ladi-form [data-variant='true'] select option[disabled] {
  background: #fff;
  color: #b8b8b8 !important;
}

.ladi-google-recaptcha-checkbox {
  position: absolute;
  display: inline-block;
  transform: translateY(-100%);
  margin-top: -5px;
  z-index: 90000010;
}

.ladi-video {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
}

.ladi-video .ladi-video-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.button-unmute {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.button-unmute div {
  background-image: url('data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2036%2036%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m%2021.48%2C17.98%20c%200%2C-1.77%20-1.02%2C-3.29%20-2.5%2C-4.03%20v%202.21%20l%202.45%2C2.45%20c%20.03%2C-0.2%20.05%2C-0.41%20.05%2C-0.63%20z%20m%202.5%2C0%20c%200%2C.94%20-0.2%2C1.82%20-0.54%2C2.64%20l%201.51%2C1.51%20c%20.66%2C-1.24%201.03%2C-2.65%201.03%2C-4.15%200%2C-4.28%20-2.99%2C-7.86%20-7%2C-8.76%20v%202.05%20c%202.89%2C.86%205%2C3.54%205%2C6.71%20z%20M%209.25%2C8.98%20l%20-1.27%2C1.26%204.72%2C4.73%20H%207.98%20v%206%20H%2011.98%20l%205%2C5%20v%20-6.73%20l%204.25%2C4.25%20c%20-0.67%2C.52%20-1.42%2C.93%20-2.25%2C1.18%20v%202.06%20c%201.38%2C-0.31%202.63%2C-0.95%203.69%2C-1.81%20l%202.04%2C2.05%201.27%2C-1.27%20-9%2C-9%20-7.72%2C-7.72%20z%20m%207.72%2C.99%20-2.09%2C2.08%202.09%2C2.09%20V%209.98%20z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: center center;
}

.ladi-group {
  position: absolute;
  width: 100%;
  height: 100%;
}

.ladi-shape {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.ladi-cart-number {
  position: absolute;
  top: -2px;
  right: -7px;
  background: #f36e36;
  text-align: center;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  border-radius: 100%;
}

.ladi-html-code {
  position: absolute;
  width: 100%;
  height: 100%;
}

.ladi-image {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.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;
  word-break: break-word;
  background-size: cover;
  background-position: center center;
}

.ladi-headline a {
  text-decoration: underline;
}

.ladi-paragraph {
  width: 100%;
  display: inline-block;
  word-break: break-word;
}

.ladi-paragraph a {
  text-decoration: underline;
}

.ladi-line {
  position: relative;
}

.ladi-line .ladi-line-container {
  border-bottom: 0 !important;
  border-right: 0 !important;
  width: 100%;
  height: 100%;
}

a[data-action] {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
}

a:visited {
  color: inherit;
}

a:link {
  color: inherit;
}

[data-opacity='0'] {
  opacity: 0;
}

[data-hidden='true'] {
  display: none;
}

[data-action='true'] {
  cursor: pointer;
}

.ladi-hidden {
  display: none;
}

.ladi-animation-hidden {
  visibility: hidden !important;
  opacity: 0 !important;
}

.element-click-selected {
  cursor: pointer;
}

.is-2nd-click {
  cursor: pointer;
}

.ladi-button-shape.is-2nd-click,
.ladi-accordion-shape.is-2nd-click {
  z-index: 1;
}

.backdrop-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90000060;
}

.backdrop-dropbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90000040;
}

.ladi-lazyload {
  background-image: none !important;
}

.ladi-list-paragraph ul li.ladi-lazyload:before {
  background-image: none !important;
}

@media (min-width: 768px) {
  .ladi-gallery-fullwidth {
    width: 100vw !important;
    left: calc(-50vw + 50%) !important;
    box-sizing: border-box !important;
    transform: none !important;
  }

  .ladi-gallery-fullwidth .ladi-gallery-view-item {
    transition-duration: 1500ms;
  }
}

@media (max-width: 767px) {
  .ladi-element.ladi-auto-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100% !important;
    left: 0 !important;
    -webkit-overflow-scrolling: touch;
  }

  [data-hint]:not([data-timeout-id-copied]):before,
  [data-hint]:not([data-timeout-id-copied]):after {
    display: none !important;
  }

  .ladi-section.ladi-auto-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item {
    transition: transform 300ms ease-in-out;
  }
}

@media (min-width: 768px) {
  #HEADLINE111,
  #HEADLINE167,
  #HEADLINE182,
  #HEADLINE183,
  #GROUP6,
  #HEADLINE414,
  #HEADLINE415,
  #LINE128,
  #LINE129 {
    opacity: 1 !important;
    pointer-events: none !important;
  }
}

@media (max-width: 767px) {
  #HEADLINE17,
  #HEADLINE111,
  #HEADLINE154,
  #HEADLINE167,
  #HEADLINE182,
  #HEADLINE183,
  #HEADLINE414,
  #HEADLINE415,
  #LINE128,
  #LINE129 {
    opacity: 0 !important;
    pointer-events: none !important;
  }
}
