a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
button,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
select,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
a {
  text-decoration: none;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  font-size: 12px;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -o-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background: #fff;
}
.overflow-hidden {
  overflow: hidden;
}
.ladi-transition {
  transition: all 150ms linear 0s;
}
.opacity-0 {
  opacity: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.ladipage-message {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000000000;
  background: rgba(0, 0, 0, 0.3);
}
.ladipage-message .ladipage-message-box {
  width: 400px;
  max-width: calc(100% - 50px);
  height: 160px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #fff;
  position: fixed;
  top: calc(50% - 155px);
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 10px;
}
.ladipage-message .ladipage-message-box h1 {
  background-color: rgba(6, 21, 40, 0.05);
  color: #000;
  padding: 12px 15px;
  font-weight: 600;
  font-size: 16px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.ladipage-message .ladipage-message-box .ladipage-message-text {
  font-size: 14px;
  padding: 0 20px;
  margin-top: 10px;
  line-height: 18px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.ladipage-message .ladipage-message-box .ladipage-message-close {
  display: block;
  position: absolute;
  right: 15px;
  bottom: 10px;
  margin: 0 auto;
  padding: 10px 0;
  border: none;
  width: 80px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  background-color: #e6e6e6;
  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
.ladi-wraper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
}
.ladi-section {
  margin: 0 auto;
  position: relative;
}
.ladi-section .ladi-section-arrow-down {
  position: absolute;
  width: 36px;
  height: 30px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: url("../images/icons.svg") rgba(255, 255, 255, 0.2) no-repeat;
  background-position: 4px;
  cursor: pointer;
  z-index: 90000040;
}
.ladi-section.ladi-section-readmore {
  transition: height 350ms linear 0s;
}
.ladi-section .ladi-section-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  overflow: hidden;
}
.ladi-container {
  position: relative;
  margin: 0 auto;
  height: 100%;
}
.ladi-element {
  position: absolute;
}
.ladi-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.ladi-carousel {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ladi-carousel .ladi-carousel-content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  transition: left 350ms ease-in-out;
}
.ladi-carousel .ladi-carousel-arrow {
  position: absolute;
  width: 30px;
  height: 36px;
  top: calc(50% - 18px);
  background: url("../images/icons.svg") rgba(255, 255, 255, 0.2) no-repeat;
  cursor: pointer;
  z-index: 90000040;
}
.ladi-carousel .ladi-carousel-arrow-left {
  left: 5px;
  background-position: -28px;
}
.ladi-carousel .ladi-carousel-arrow-right {
  right: 5px;
  background-position: -52px;
}
.ladi-gallery {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ladi-gallery .ladi-gallery-view {
  position: absolute;
  overflow: hidden;
}
.ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: relative;
  display: none;
  transition: transform 350ms 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("../images/play-icon.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;
}
.ladi-gallery.ladi-gallery-top .ladi-gallery-view {
  width: 100%;
}
.ladi-gallery.ladi-gallery-top .ladi-gallery-control {
  top: 0;
  width: 100%;
}
.ladi-gallery.ladi-gallery-bottom .ladi-gallery-view {
  top: 0;
  width: 100%;
}
.ladi-gallery.ladi-gallery-bottom .ladi-gallery-control {
  width: 100%;
  bottom: 0;
}
.ladi-gallery.ladi-gallery-left .ladi-gallery-view {
  height: 100%;
}
.ladi-gallery.ladi-gallery-left .ladi-gallery-control {
  height: 100%;
}
.ladi-gallery.ladi-gallery-right .ladi-gallery-view {
  height: 100%;
}
.ladi-gallery.ladi-gallery-right .ladi-gallery-control {
  height: 100%;
  right: 0;
}
.ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow {
  position: absolute;
  width: 30px;
  height: 36px;
  top: calc(50% - 18px);
  background: url("../images/icons.svg") rgba(255, 255, 255, 0.2) no-repeat;
  cursor: pointer;
  z-index: 90000040;
}
.ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow-left {
  left: 5px;
  background-position: -28px;
}
.ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow-right {
  right: 5px;
  background-position: -52px;
}
.ladi-gallery .ladi-gallery-control .ladi-gallery-control-arrow {
  position: absolute;
  background: url("../images/icons.svg") rgba(255, 255, 255, 0.2) no-repeat;
  cursor: pointer;
  z-index: 90000040;
}
.ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-arrow,
.ladi-gallery.ladi-gallery-top .ladi-gallery-control .ladi-gallery-control-arrow {
  top: calc(50% - 18px);
  width: 30px;
  height: 36px;
}
.ladi-gallery.ladi-gallery-top .ladi-gallery-control .ladi-gallery-control-arrow-left {
  left: 0;
  background-position: -28px;
  transform: scale(0.6);
}
.ladi-gallery.ladi-gallery-top .ladi-gallery-control .ladi-gallery-control-arrow-right {
  right: 0;
  background-position: -52px;
  transform: scale(0.6);
}
.ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-arrow-left {
  left: 0;
  background-position: -28px;
  transform: scale(0.6);
}
.ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-arrow-right {
  right: 0;
  background-position: -52px;
  transform: scale(0.6);
}
.ladi-gallery.ladi-gallery-left .ladi-gallery-control .ladi-gallery-control-arrow,
.ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-arrow {
  left: calc(50% - 18px);
  width: 36px;
  height: 30px;
}
.ladi-gallery.ladi-gallery-left .ladi-gallery-control .ladi-gallery-control-arrow-left {
  top: 0;
  background-position: -77px;
  transform: scale(0.6);
}
.ladi-gallery.ladi-gallery-left .ladi-gallery-control .ladi-gallery-control-arrow-right {
  bottom: 0;
  background-position: 3px;
  transform: scale(0.6);
}
.ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-arrow-left {
  top: 0;
  background-position: -77px;
  transform: scale(0.6);
}
.ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-arrow-right {
  bottom: 0;
  background-position: 3px;
  transform: scale(0.6);
}
.ladi-gallery .ladi-gallery-control .ladi-gallery-control-box {
  position: relative;
}
.ladi-gallery.ladi-gallery-top .ladi-gallery-control .ladi-gallery-control-box {
  display: inline-flex;
  left: 0;
  transition: left 150ms ease-in-out;
}
.ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-box {
  display: inline-flex;
  left: 0;
  transition: left 150ms ease-in-out;
}
.ladi-gallery.ladi-gallery-left .ladi-gallery-control .ladi-gallery-control-box {
  display: inline-grid;
  top: 0;
  transition: top 150ms ease-in-out;
}
.ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-box {
  display: inline-grid;
  top: 0;
  transition: top 150ms ease-in-out;
}
.ladi-gallery .ladi-gallery-control .ladi-gallery-control-box .ladi-gallery-control-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  float: left;
  position: relative;
  cursor: pointer;
  filter: invert(15%);
}
.ladi-gallery .ladi-gallery-control .ladi-gallery-control-box .ladi-gallery-control-item.play-video:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  background: url("../images/play-icon.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-box {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ladi-frame {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ladi-frame .ladi-frame-background {
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.ladi-banner {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ladi-banner .ladi-banner-background {
  height: 100%;
  width: 100%;
  pointer-events: none;
}
#SECTION_POPUP .ladi-container {
  z-index: 90000070;
}
#SECTION_POPUP .ladi-container > .ladi-element {
  z-index: 90000070;
  position: fixed;
  display: none;
}
#SECTION_POPUP .ladi-container > .ladi-element.hide-visibility {
  display: block !important;
  visibility: hidden !important;
}
#SECTION_POPUP .popup-close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  z-index: 9000000080;
  background: url("../images/icons.svg") rgba(255, 255, 255, 0.2) no-repeat;
  background-position: -108px;
  cursor: pointer;
  display: none;
}
.ladi-popup {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ladi-popup .ladi-popup-background {
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.ladi-countdown {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ladi-countdown .ladi-countdown-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: inherit;
  background-attachment: inherit;
  background-origin: inherit;
  display: table;
  pointer-events: none;
}
.ladi-countdown .ladi-countdown-text {
  position: absolute;
  width: 100%;
  height: 100%;
  text-decoration: inherit;
  display: table;
  pointer-events: none;
}
.ladi-countdown .ladi-countdown-text span {
  display: table-cell;
  vertical-align: middle;
}
.ladi-countdown > .ladi-element {
  text-decoration: inherit;
  background-size: inherit;
  background-attachment: inherit;
  background-origin: inherit;
  position: relative;
  display: inline-block;
}
.ladi-countdown > .ladi-element:last-child {
  margin-right: 0 !important;
}
.ladi-button {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ladi-button:active {
  transform: translateY(2px);
  transition: transform 0.2s linear;
}
.ladi-button .ladi-button-background {
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.ladi-button > .ladi-element {
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  display: table;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.ladi-button > .ladi-element .ladi-headline {
  display: table-cell;
  vertical-align: middle;
}
.ladi-collection {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ladi-collection.carousel {
  overflow: hidden;
}
.ladi-collection .ladi-collection-content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  transition: left 350ms ease-in-out;
}
.ladi-collection .ladi-collection-content .ladi-collection-item {
  display: block;
  position: relative;
  float: left;
  box-shadow: 0 0 0 1px #fff;
}
.ladi-collection .ladi-collection-content .ladi-collection-page {
  float: left;
}
.ladi-collection .ladi-collection-arrow {
  position: absolute;
  width: 30px;
  height: 36px;
  top: calc(50% - 18px);
  background: url("../images/icons.svg") rgba(255, 255, 255, 0.2) no-repeat;
  cursor: pointer;
  z-index: 90000040;
}
.ladi-collection .ladi-collection-arrow-left {
  left: 5px;
  background-position: -28px;
}
.ladi-collection .ladi-collection-arrow-right {
  right: 5px;
  background-position: -52px;
}
.ladi-collection .ladi-collection-button-next {
  position: absolute;
  width: 36px;
  height: 30px;
  bottom: -40px;
  right: 0;
  left: 0;
  margin: auto;
  background: url("../images/icons.svg") rgba(255, 255, 255, 0.2) no-repeat;
  background-position: 4px;
  cursor: pointer;
  z-index: 90000040;
}
.ladi-form {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ladi-form > .ladi-element {
  text-transform: inherit;
  text-decoration: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  color: inherit;
  background-size: inherit;
  background-attachment: inherit;
  background-origin: inherit;
}
.ladi-form .ladi-element[id^="BUTTON_TEXT"] {
  color: initial;
  font-size: initial;
  font-weight: initial;
  text-transform: initial;
  text-decoration: initial;
  font-style: initial;
  text-align: initial;
  letter-spacing: initial;
  line-height: initial;
}
.ladi-form > .ladi-element .ladi-form-item-container {
  text-transform: inherit;
  text-decoration: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  color: inherit;
  background-size: inherit;
  background-attachment: inherit;
  background-origin: inherit;
}
.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item {
  text-transform: inherit;
  text-decoration: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  color: inherit;
}
.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item-background {
  background-size: inherit;
  background-attachment: inherit;
  background-origin: inherit;
}
.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 9px 6px !important;
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
}
.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-3 {
  width: calc(100% / 3 - 5px);
  max-width: calc(100% / 3 - 5px);
  min-width: calc(100% / 3 - 5px);
}
.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-3:nth-child(3) {
  margin-left: 7.5px;
}
.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-3:nth-child(4) {
  margin-left: 7.5px;
}
.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select option {
  color: initial;
}
.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control:not(.ladi-form-control-select) {
  text-transform: inherit;
  text-decoration: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  color: inherit;
  background-size: inherit;
  background-attachment: inherit;
  background-origin: inherit;
}
.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select:not([data-selected=""]) {
  text-transform: inherit;
  text-decoration: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  color: inherit;
  background-size: inherit;
  background-attachment: inherit;
  background-origin: inherit;
}
.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select[data-selected=""] {
  text-transform: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  color: inherit;
  background-size: inherit;
  background-attachment: inherit;
  background-origin: inherit;
}
.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item {
  text-transform: inherit;
  text-decoration: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  color: inherit;
  background-size: inherit;
  background-attachment: inherit;
  background-origin: inherit;
  vertical-align: middle;
}
.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item span {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item span[data-checked="true"] {
  text-transform: inherit;
  text-decoration: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  color: inherit;
  background-size: inherit;
  background-attachment: inherit;
  background-origin: inherit;
}
.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item span[data-checked="false"] {
  text-transform: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  color: inherit;
  background-size: inherit;
  background-attachment: inherit;
  background-origin: inherit;
}
.ladi-form .ladi-form-item-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ladi-form .ladi-form-item {
  width: 100%;
  height: 100%;
  position: absolute;
}
.ladi-form .ladi-form-item-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.ladi-form .ladi-form-item.ladi-form-checkbox {
  height: auto;
}
.ladi-form .ladi-form-item .ladi-form-control {
  background-color: transparent;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  padding: 0 5px;
  color: inherit;
  font-size: inherit;
  border: none;
}
.ladi-form .ladi-form-item.ladi-form-checkbox {
  padding: 10px 5px;
}
.ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-vertical .ladi-form-checkbox-item {
  margin-top: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: table;
  border: none;
}
.ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-horizontal .ladi-form-checkbox-item {
  margin-top: 0 !important;
  margin-left: 0 !important;
  margin-right: 10px !important;
  display: inline-block;
  border: none;
  position: relative;
}
.ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item input {
  vertical-align: middle;
  width: 13px;
  height: 13px;
  display: table-cell;
  margin-right: 5px;
}
.ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span {
  display: table-cell;
  cursor: default;
  vertical-align: middle;
  word-break: break-word;
}
.ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-horizontal .ladi-form-checkbox-item input {
  position: absolute;
  top: 4px;
}
.ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-horizontal .ladi-form-checkbox-item span {
  padding-left: 18px;
}
.ladi-form .ladi-form-item textarea.ladi-form-control {
  resize: none;
  padding: 5px;
}
.ladi-form .ladi-button {
  cursor: pointer;
}
.ladi-form .ladi-button .ladi-headline {
  cursor: pointer;
  user-select: none;
}
.ladi-cart {
  position: absolute;
  width: 100%;
  font-size: 12px;
}
.ladi-cart .ladi-cart-row {
  position: relative;
  display: inline-table;
  width: 100%;
}
.ladi-cart .ladi-cart-row:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: #dcdcdc;
}
.ladi-cart .ladi-cart-no-product {
  text-align: center;
  font-size: 16px;
  vertical-align: middle;
}
.ladi-cart .ladi-cart-image {
  width: 16%;
  vertical-align: middle;
  position: relative;
  text-align: center;
}
.ladi-cart .ladi-cart-image img {
  max-width: 100%;
}
.ladi-cart .ladi-cart-title {
  vertical-align: middle;
  padding: 0 5px;
  word-break: break-all;
}
.ladi-cart .ladi-cart-title .ladi-cart-title-name {
  display: block;
  margin-bottom: 5px;
}
.ladi-cart .ladi-cart-title .ladi-cart-title-variant {
  font-weight: 700;
  display: block;
}
.ladi-cart .ladi-cart-image .ladi-cart-image-quantity {
  position: absolute;
  top: -3px;
  right: -5px;
  background: rgba(150, 149, 149, 0.9);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  line-height: 20px;
}
.ladi-cart .ladi-cart-quantity {
  width: 70px;
  vertical-align: middle;
  text-align: center;
}
.ladi-cart .ladi-cart-quantity-content {
  display: inline-flex;
}
.ladi-cart .ladi-cart-quantity input {
  width: 24px;
  text-align: center;
  height: 22px;
  -moz-appearance: textfield;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
.ladi-cart .ladi-cart-quantity input::-webkit-inner-spin-button,
.ladi-cart .ladi-cart-quantity input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ladi-cart .ladi-cart-quantity button {
  border: 1px solid #dcdcdc;
  cursor: pointer;
  text-align: center;
  width: 21px;
  height: 22px;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.ladi-cart .ladi-cart-quantity button:active {
  transform: translateY(2px);
  transition: transform 0.2s linear;
}
.ladi-cart .ladi-cart-quantity button span {
  font-size: 18px;
  position: relative;
  left: 0.5px;
}
.ladi-cart .ladi-cart-quantity button:first-child span {
  top: -1.2px;
}
.ladi-cart .ladi-cart-price {
  width: 100px;
  vertical-align: middle;
  text-align: right;
  padding: 0 5px;
}
.ladi-cart .ladi-cart-action {
  width: 28px;
  vertical-align: middle;
  text-align: center;
}
.ladi-cart .ladi-cart-action button {
  border: 1px solid #dcdcdc;
  cursor: pointer;
  text-align: center;
  width: 25px;
  height: 22px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.ladi-cart .ladi-cart-action button:active {
  transform: translateY(2px);
  transition: transform 0.2s linear;
}
.ladi-cart .ladi-cart-action button span {
  font-size: 13px;
  position: relative;
  top: 0.5px;
}
.ladi-video {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
}
.ladi-video .ladi-video-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.ladi-group {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ladi-button-group {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ladi-checkout {
  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;
}
[data-opacity="0"] {
  opacity: 0;
}
[data-hidden="true"] {
  display: none;
}
[data-action="true"] {
  cursor: pointer;
}
.ladi-hidden {
  display: none;
}
.backdrop-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90000060;
}
.lightbox-screen {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 9000000080;
  background: rgba(0, 0, 0, 0.5);
}
.lightbox-screen .lightbox-close {
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 9000000090;
  background: url("../images/icons.svg") rgba(255, 255, 255, 0.2) no-repeat;
  background-position: -108px;
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  cursor: pointer;
}
.lightbox-screen .lightbox-hidden {
  display: none;
}
.ladi-animation-hidden {
  visibility: hidden !important;
}
.ladi-lazyload {
  background-image: none !important;
}
.ladi-list-paragraph ul li.ladi-lazyload:before {
  background-image: none !important;
}
@media (min-width: 768px) {
  .ladi-fullwidth {
    width: 100vw !important;
    left: calc(-50vw + 50%) !important;
    box-sizing: border-box !important;
    transform: none !important;
  }
}
@media (max-width: 767px) {
  .ladi-element.ladi-auto-scroll {
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100% !important;
    left: 0 !important;
    -webkit-overflow-scrolling: touch;
  }
  .ladi-section.ladi-auto-scroll {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .ladi-carousel .ladi-carousel-content {
    transition: left 0.3s ease-in-out;
  }
  .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item {
    transition: transform 0.3s ease-in-out;
  }
}
.ladi-notify-transition {
  transition: top 0.5s ease-in-out, bottom 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
.ladi-notify {
  padding: 5px;
  box-shadow: 0 0 1px rgba(64, 64, 64, 0.3), 0 8px 50px rgba(64, 64, 64, 0.05);
  border-radius: 40px;
  color: rgba(64, 64, 64, 1);
  background: rgba(250, 250, 250, 0.9);
  line-height: 1.6;
  width: 100%;
  height: 100%;
  font-size: 13px;
}
.ladi-notify .ladi-notify-image img {
  float: left;
  margin-right: 13px;
  border-radius: 50%;
  width: 53px;
  height: 53px;
  pointer-events: none;
}
.ladi-notify .ladi-notify-title {
  font-size: 100%;
  height: 17px;
  overflow: hidden;
  font-weight: 700;
  overflow-wrap: break-word;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
}
.ladi-notify .ladi-notify-content {
  font-size: 92.308%;
  height: 17px;
  overflow: hidden;
  overflow-wrap: break-word;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
  padding-top: 2px;
}
.ladi-notify .ladi-notify-time {
  line-height: 1.6;
  font-size: 84.615%;
  display: inline-block;
  overflow-wrap: break-word;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: calc(100% - 155px);
  overflow: hidden;
}
.ladi-notify .ladi-notify-copyright {
  font-size: 76.9231%;
  margin-left: 2px;
  position: relative;
  padding: 0 5px;
  cursor: pointer;
  opacity: 0.6;
  display: inline-block;
  top: -4px;
}
.ladi-notify .ladi-notify-copyright svg {
  vertical-align: middle;
}
.ladi-notify .ladi-notify-copyright svg:not(:root) {
  overflow: hidden;
}
.ladi-notify .ladi-notify-copyright div {
  text-decoration: none;
  color: rgba(64, 64, 64, 1);
  display: inline;
}
.ladi-notify .ladi-notify-copyright strong {
  font-weight: 700;
}
.builder-container .ladi-notify {
  transition: unset;
}
.ladi-spin-lucky {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  box-shadow: 0 0 7px 0 rgba(64, 64, 64, 0.6), 0 8px 50px rgba(64, 64, 64, 0.3);
  background-repeat: no-repeat;
  background-size: cover;
}
.ladi-spin-lucky .ladi-spin-lucky-start {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 20%;
  height: 20%;
  cursor: pointer;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transition: transform 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out;
}
.ladi-spin-lucky .ladi-spin-lucky-start:hover {
  transform: scale(1.1);
}
.ladi-spin-lucky .ladi-spin-lucky-screen {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  transition: transform 7s cubic-bezier(0.25, 0.1, 0, 1);
  -webkit-transition: transform 7s cubic-bezier(0.25, 0.1, 0, 1);
  text-decoration-line: inherit;
  text-transform: inherit;
  -webkit-text-decoration-line: inherit;
}
.ladi-spin-lucky .ladi-spin-lucky-screen:before {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.ladi-spin-lucky .ladi-spin-lucky-label {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  width: 42%;
  padding-left: 12%;
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  text-decoration-line: inherit;
  text-transform: inherit;
  -webkit-text-decoration-line: inherit;
  line-height: 1;
  text-shadow: rgba(0, 0, 0, 0.5) 1px 0 2px;
}
