.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkMQUggzqs3qBdyeOanI3W0wTqRRBfGz { border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #be9e6d;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8cd38842-014d-4015-a1d2-478be892e25e/HeaderKonfetti.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TkMQUggzqs3qBdyeOanI3W0wTqRRBfGz.adaptive-delivery-prevent-bg, #TkMQUggzqs3qBdyeOanI3W0wTqRRBfGz.lazyload, #TkMQUggzqs3qBdyeOanI3W0wTqRRBfGz.lazyloading { background-image: none; }#TkMQUggzqs3qBdyeOanI3W0wTqRRBfGz > .row .container { background-color: transparent; background-image: none; }#TkMQUggzqs3qBdyeOanI3W0wTqRRBfGz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkMQUggzqs3qBdyeOanI3W0wTqRRBfGz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkMQUggzqs3qBdyeOanI3W0wTqRRBfGz > .row .container > .video-iframe-container { display: none; }#TkMQUggzqs3qBdyeOanI3W0wTqRRBfGz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkMQUggzqs3qBdyeOanI3W0wTqRRBfGz > .row > .video-iframe-container { display: none; }#TkMQUggzqs3qBdyeOanI3W0wTqRRBfGz > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkMQUggzqs3qBdyeOanI3W0wTqRRBfGz > .row .container { border-width: 0; border-radius: 0; }#TkMQUggzqs3qBdyeOanI3W0wTqRRBfGz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TkMQUggzqs3qBdyeOanI3W0wTqRRBfGz > .row .container { font-size:0.875rem;font-family:arial;height:24.833333125rem;width:60rem;position:relative;display:block; }#AhrAJmPMnNaKQdwmViGM2zZMAdWw5v2J { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:44.6875rem;top:3.28125rem;left:7.65625rem;overflow:hidden;display:block; }
#zkeQJyL9DXcShsAusEGkCAHUvWAsFoaU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zkeQJyL9DXcShsAusEGkCAHUvWAsFoaU > .row .container { background-color: transparent; background-image: none; }#zkeQJyL9DXcShsAusEGkCAHUvWAsFoaU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zkeQJyL9DXcShsAusEGkCAHUvWAsFoaU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zkeQJyL9DXcShsAusEGkCAHUvWAsFoaU > .row .container > .video-iframe-container { display: none; }#zkeQJyL9DXcShsAusEGkCAHUvWAsFoaU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zkeQJyL9DXcShsAusEGkCAHUvWAsFoaU > .row > .video-iframe-container { display: none; }#zkeQJyL9DXcShsAusEGkCAHUvWAsFoaU > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zkeQJyL9DXcShsAusEGkCAHUvWAsFoaU > .row .container { border-width: 0; border-radius: 0; }#zkeQJyL9DXcShsAusEGkCAHUvWAsFoaU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zkeQJyL9DXcShsAusEGkCAHUvWAsFoaU > .row .container { font-size:0.875rem;font-family:arial;height:48.125rem;width:60rem;position:relative;display:block; }#cnyg40CbbZokCBaz8JmJfTsNdEVBfBbK { color:#bb9c6f;display:block;width:22.3125rem;position:absolute;font-family:"a tahoma";font-size:1.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:12.1875rem;left:2.5rem;height:4.54948125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ktruQDud7Sf3Ks91DRwM6WgDT4wRcvQX { color:#000000;display:block;width:22.3125rem;position:absolute;font-family:"a verdana";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:18.375rem;left:2.5rem;height:12.99805rem;text-align:left;text-align-last:left;display:block; }
#Qxd0gerLpLr232Rf72IhzokyiV8D6w2C { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #bb9c6f;border-left:0.125rem solid #bb9c6f;border-right:0.125rem solid #bb9c6f;border-bottom:0.125rem solid #bb9c6f;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#bb9c6f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"a verdana";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.959625rem;height:3.3346375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:34.500011444092rem;left:2.5rem;display:block; }
#g992RkSt2iJ8PlS5Rt6zOX4WklBM1aKP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#purJWQ2XDsUoTguT1liWOb52qwB5EeCy { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.5rem;width:30.8125rem;top:4.1868486404419rem;left:29.1875rem;overflow:hidden;display:block; }
#tBuGdP9ZFCyMeFKhHPbtLpkmz1qbO3Wl { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:0.6875rem;left:22.353515625rem;overflow:hidden;display:block; }
#DBke1ivInSvxfsVyFWMnJuxiNfuNeqpr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c5ab84;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DBke1ivInSvxfsVyFWMnJuxiNfuNeqpr > .row .container { background-color: transparent; background-image: none; }#DBke1ivInSvxfsVyFWMnJuxiNfuNeqpr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DBke1ivInSvxfsVyFWMnJuxiNfuNeqpr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DBke1ivInSvxfsVyFWMnJuxiNfuNeqpr > .row .container > .video-iframe-container { display: none; }#DBke1ivInSvxfsVyFWMnJuxiNfuNeqpr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DBke1ivInSvxfsVyFWMnJuxiNfuNeqpr > .row > .video-iframe-container { display: none; }#DBke1ivInSvxfsVyFWMnJuxiNfuNeqpr > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DBke1ivInSvxfsVyFWMnJuxiNfuNeqpr > .row .container { border-width: 0; border-radius: 0; }#DBke1ivInSvxfsVyFWMnJuxiNfuNeqpr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DBke1ivInSvxfsVyFWMnJuxiNfuNeqpr > .row .container { font-size:0.875rem;font-family:arial;height:36.3125rem;width:60rem;position:relative;display:block; }#zEAL3HsHZ3erIti44HxTAy4qeagGOcOL { color:#000000;display:block;width:27.0625rem;position:absolute;font-family:"a tahoma";font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.6875rem;left:2.5rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CbhMBlRWEVMmhyd9nwPhTSTOSJfsO2Cd { color:#000000;display:block;width:40.1875rem;position:absolute;font-family:"a verdana";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.625rem;left:2.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#NK4HTViOgsHMLDw017ON9Q2cHBHwP9IQ { box-sizing:content-box;height:26.875rem;width:19.5rem;position:absolute;display:block;z-index:15003;background-color:rgba(255,255,255,0.41);background-image:none;top:7.4375rem;left:0.25rem;display:block; }
#Rw8tb7hTuzViAIFNRf0XJIh3ccNzRFN0 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:5.4375rem;top:8.4375rem;left:7.3125rem;overflow:hidden;display:block; }
#TJ9QfeThWD2E1vfgOG94kEIw61hNc0UJ { color:#000000;display:block;width:15.1875rem;position:absolute;font-family:"a verdana";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:22.1875rem;left:2.5rem;height:3.89941875rem;text-align:left;text-align-last:left;display:block; }
#w7BpbC5OX7vIMqXw8b5rHHxbOI1KsK3x { color:#000000;display:block;width:8.0625rem;position:absolute;font-family:"a verdana";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:26.5rem;left:2.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#zGdKeB2kL9EWqpr7B6LzNdcsftwkUOi1 { color:#000000;display:block;width:9.75rem;position:absolute;font-family:"a verdana";font-size:2.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:28.25rem;left:2.5rem;height:2.84375rem;text-align:left;text-align-last:left;display:block; }
#v7tDzPdWSvEyVGWsJp45xtdnBwsOfMM5 { color:#000000;display:block;width:10.1875rem;position:absolute;font-family:"a verdana";font-size:0.625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:31.625rem;left:2.5rem;height:0.8125rem;text-align:left;text-align-last:left;display:block; }
#qTORkyOS48RD0zR2HWigqMuqdqEnX2EL { box-sizing:content-box;height:26.875rem;width:19.5rem;position:absolute;display:block;z-index:15004;background-color:rgba(255,255,255,0.41);background-image:none;top:7.4375rem;left:20.25rem;display:block; }
#TwzJeQHVXQ5pkQQsJNFr4bQ1kSJ6Xdsn { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:11.75rem;top:8.8125rem;left:25.6875rem;overflow:hidden;display:block; }
#UaK9PkW3NJCpVDrVglHNVMHUnA3cbtAK { color:#000000;display:block;width:10.375rem;position:absolute;font-family:"a verdana";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:22.1875rem;left:22.5rem;height:3.89941875rem;text-align:left;text-align-last:left;display:block; }
#Ikg89alvqtT4KHAkXaQEpv0OlKuoxpXL { color:#000000;display:block;width:8.0625rem;position:absolute;font-family:"a verdana";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:26.5rem;left:22.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#doUI9LStQ2PfwuTv5qnwKxu8HVXsnq2b { color:#000000;display:block;width:9.75rem;position:absolute;font-family:"a verdana";font-size:2.1875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:28.25rem;left:22.5rem;height:2.84375rem;text-align:left;text-align-last:left;display:block; }
#wBgy9u8ddf4bToH6CbbLAVrTXFIRFLwc { color:#000000;display:block;width:10.1875rem;position:absolute;font-family:"a verdana";font-size:0.625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:31.625rem;left:22.5rem;height:0.8125rem;text-align:left;text-align-last:left;display:block; }
#pLaAXd4tZRQVoA8b5fOto6s4Wui2TnBs { box-sizing:content-box;height:26.875rem;width:19.5rem;position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.41);background-image:none;top:7.4375rem;left:40.25rem;display:block; }
#ww6kPB992fy2xanK9i4xOe6xFqZCJF94 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.3125rem;width:5.5rem;top:7.9375rem;left:47.25rem;overflow:hidden;display:block; }
#yue2E3hHS3RmGmf0ZcwDbEq5CxD1848w { color:#000000;display:block;width:12.4375rem;position:absolute;font-family:"a verdana";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:22.1875rem;left:42.5rem;height:3.89941875rem;text-align:left;text-align-last:left;display:block; }
#GgnSfTHOhUb1PxDe5RDhog7PlZTmRgqz { color:#000000;display:block;width:8.5rem;position:absolute;font-family:"a verdana";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:26.5625rem;left:42.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#tyiwLZGx7AUHkHyxzEmUSOLivzKaZINT { color:#000000;display:block;width:9.75rem;position:absolute;font-family:"a verdana";font-size:2.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:28.25rem;left:42.3125rem;height:2.84375rem;text-align:left;text-align-last:left;display:block; }
#b3euIeVhcvk4BeFCwKDTUCgQ71SU6FMx { color:#000000;display:block;width:10.1875rem;position:absolute;font-family:"a verdana";font-size:0.625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:31.625rem;left:42.3125rem;height:0.8125rem;text-align:left;text-align-last:left;display:block; }
#uobHX2MCurpHOyLMrKL5Xyqp7yDKC7RD { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:11.75rem;top:10rem;left:24.125rem;overflow:hidden;display:none; }
#cx4nI5LoLSFLr0mAeogJS3fJLiFCmJnW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c1572580-1fb1-4239-a91b-cc3b4454c25a/HintergrundKonfetti.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cx4nI5LoLSFLr0mAeogJS3fJLiFCmJnW.adaptive-delivery-prevent-bg, #cx4nI5LoLSFLr0mAeogJS3fJLiFCmJnW.lazyload, #cx4nI5LoLSFLr0mAeogJS3fJLiFCmJnW.lazyloading { background-image: none; }#cx4nI5LoLSFLr0mAeogJS3fJLiFCmJnW > .row .container { background-color: transparent; background-image: none; }#cx4nI5LoLSFLr0mAeogJS3fJLiFCmJnW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.66); }#cx4nI5LoLSFLr0mAeogJS3fJLiFCmJnW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cx4nI5LoLSFLr0mAeogJS3fJLiFCmJnW > .row .container > .video-iframe-container { display: none; }#cx4nI5LoLSFLr0mAeogJS3fJLiFCmJnW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.66); }#cx4nI5LoLSFLr0mAeogJS3fJLiFCmJnW > .row > .video-iframe-container { display: none; }#cx4nI5LoLSFLr0mAeogJS3fJLiFCmJnW > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cx4nI5LoLSFLr0mAeogJS3fJLiFCmJnW > .row .container { border-width: 0; border-radius: 0; }#cx4nI5LoLSFLr0mAeogJS3fJLiFCmJnW::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cx4nI5LoLSFLr0mAeogJS3fJLiFCmJnW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cx4nI5LoLSFLr0mAeogJS3fJLiFCmJnW > .row .container { font-size:0.875rem;font-family:arial;height:118.5rem;width:60rem;position:relative;display:block; }#hZKmeKVGoOFFfoPQztZkTpkHlxCw3AJu { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.875rem;width:60rem;top:7.75rem;left:0rem;overflow:hidden;display:block; }
#ktupWXlMfQ5p9xmDQioTdlS0LsytZd12 { color:#000000;display:block;width:45.625rem;position:absolute;font-family:"a tahoma";font-size:1.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:23.625rem;left:7.1875rem;height:4.2246125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LggBgpyIksTKHwB3yEcETNDR6TqDm7sN { box-sizing:content-box;height:69.875rem;width:59.5rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;top:5.6555976867676rem;left:-0.00065231323242188rem;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;display:block; }
#iEq96mo5dEI9OdRdQ9wwQOOwwqZMp6hH { color:#bb9c6f;display:block;width:30rem;position:absolute;font-family:"a tahoma";font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:32.415364742279rem;left:15rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#psw4dgst17dcrJiRBRrtqsZ3I3bARD8t { color:#000000;display:block;width:31.8125rem;position:absolute;font-family:"a verdana";font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:37.098958492279rem;left:14.09375rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SNHiNyys8nCgTFKzqxZ647znEZePHM4k { color:#000000;display:block;width:32.062rem;position:absolute;font-family:"a verdana";font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:47.936786651611rem;left:13.968391418457rem;height:12.9980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AxmySccbDNLoSSNWt1lPfCeUnwvUppCT { color:#bb9c6f;display:block;width:26.6875rem;position:absolute;font-family:"a tahoma";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:45.125001430511rem;left:16.65625rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#I6Lhc8k470IrzODL7Ssi7R473AVSzTIl { color:#000000;display:block;width:34.625rem;position:absolute;font-family:"a verdana";font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:68rem;left:12.6875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pbkWM9i4xgKGpsv1AeffTDz0gkLUadFL { color:#bb9c6f;display:block;width:21.25rem;position:absolute;font-family:"a tahoma";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:65.125rem;left:19.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cD1nAwgD7LJ0F32t4a2l0cQkSxMUdPne { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"a tahoma";font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:95.1875rem;left:6.375rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eCnEfaDoOd6fRp0Tu0AlMxtsbVVbhWpJ { box-sizing:content-box;height:18.9375rem;width:27.75rem;position:absolute;display:block;z-index:15003;background-color:rgba(255,255,255,0.7);background-image:none;top:89.4375rem;left:3.1875rem;border-top:0.25rem solid #bb9c6f;border-left:0.25rem solid #bb9c6f;border-right:0.25rem solid #bb9c6f;border-bottom:0.25rem solid #bb9c6f;display:block; }
#amOk5vURlVum3ACQa2c5lWteTadz3Wg5 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.3125rem;width:8.3125rem;top:85.4375rem;left:13.1875rem;overflow:hidden;display:block; }
#EgoOxBpMKZPAstE7h02GgLzO6pF9kuID { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.125rem;width:60rem;top:79.5625rem;left:0rem;overflow:hidden;display:block; }
#S11Gnw4CKLNmMmV4onQc2dIAHo7ehL6s { color:#000000;display:block;width:24.4375rem;position:absolute;font-family:"a verdana";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:100.375rem;left:5.125rem;height:6.499rem;text-align:center;text-align-last:center;display:block; }
#WJy8c1XNA97k2TEseuwRhyWTxR1fVh8K { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.125rem;width:43.625rem;top:79.5625rem;left:0rem;overflow:hidden;display:none; }
#hxM1dBHHNXbbuxBzQBXx4bXQhTTZ2wks { position:relative;display:block; }#hxM1dBHHNXbbuxBzQBXx4bXQhTTZ2wks { background-color: transparent; background-image: none; }#hxM1dBHHNXbbuxBzQBXx4bXQhTTZ2wks::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxM1dBHHNXbbuxBzQBXx4bXQhTTZ2wks > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxM1dBHHNXbbuxBzQBXx4bXQhTTZ2wks > .row .container > .video-iframe-container { display: none; }#hxM1dBHHNXbbuxBzQBXx4bXQhTTZ2wks > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxM1dBHHNXbbuxBzQBXx4bXQhTTZ2wks > .row > .video-iframe-container { display: none; }#hxM1dBHHNXbbuxBzQBXx4bXQhTTZ2wks > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxM1dBHHNXbbuxBzQBXx4bXQhTTZ2wks { border-width: 0; border-radius: 0; }#hxM1dBHHNXbbuxBzQBXx4bXQhTTZ2wks > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hxM1dBHHNXbbuxBzQBXx4bXQhTTZ2wks > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:44.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uetHs99648XMu54nG8PEiQets4hxgWCq { box-sizing:content-box;height:36.75rem;width:27.75rem;position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;top:3.8125rem;left:30.8125rem;border-top:0.25rem solid #bb9c6f;border-left:0.25rem solid #bb9c6f;border-right:0.25rem solid #bb9c6f;border-bottom:0.25rem solid #bb9c6f;display:block; }
#p7pJifGL57V9rQmgOgSBgW1GiUtTv27X { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.25rem;width:60rem;top:4.8125rem;left:0rem;overflow:hidden;display:block; }
#tZT8Bxxxcepaqe46Jat2EudAtDgO8WtQ { color:#bb9c6f;display:block;width:24.125rem;position:absolute;font-family:"a tahoma";font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.9375rem;left:32.875rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mm0XNTa6MTS8gwwTGutTZUWTFTbOgkdw { color:#000000;display:block;width:25.375rem;position:absolute;font-family:"a tahoma";font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:9.0625rem;left:32.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IThaJ9Kuc2Ky1LLMLixDekD39rqTQJ1v { color:#000000;display:block;width:21.125rem;position:absolute;font-family:"a tahoma";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.5625rem;left:34.375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#raBBieWHTLN2PzAn60E32KK91xpQVfiH { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #bb9c6f;border-left:0.125rem solid #bb9c6f;border-right:0.125rem solid #bb9c6f;border-bottom:0.125rem solid #bb9c6f;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#bb9c6f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"a verdana";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.8125rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:35.625rem;left:33.5625rem;display:block; }
#BJd4zRMgek81NyxsdnfCKnKT3NX1eQPG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fxo4BLqavcumr0WT6GHbp1KXtHPPyV4M { color:#000000;display:block;width:18.5rem;position:absolute;font-family:"a verdana";font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:16.9375rem;left:35.6875rem;height:10.3984375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TIST11B2tuRBnhPK9Tdi5VUtvFGd3R9n { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:"a verdana";font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:28.5625rem;left:35.6875rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JI1MtcVpy3PReCV52QT7shNCaXkToLaS { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.625rem;width:4.5rem;top:12.25rem;left:31.3125rem;overflow:hidden;display:block; }
#nWv4ZLFvHhc0DNtZrUOiM1Sp8esMKT8U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c5ab84;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nWv4ZLFvHhc0DNtZrUOiM1Sp8esMKT8U > .row .container { background-color: transparent; background-image: none; }#nWv4ZLFvHhc0DNtZrUOiM1Sp8esMKT8U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWv4ZLFvHhc0DNtZrUOiM1Sp8esMKT8U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWv4ZLFvHhc0DNtZrUOiM1Sp8esMKT8U > .row .container > .video-iframe-container { display: none; }#nWv4ZLFvHhc0DNtZrUOiM1Sp8esMKT8U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWv4ZLFvHhc0DNtZrUOiM1Sp8esMKT8U > .row > .video-iframe-container { display: none; }#nWv4ZLFvHhc0DNtZrUOiM1Sp8esMKT8U > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWv4ZLFvHhc0DNtZrUOiM1Sp8esMKT8U > .row .container { border-width: 0; border-radius: 0; }#nWv4ZLFvHhc0DNtZrUOiM1Sp8esMKT8U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nWv4ZLFvHhc0DNtZrUOiM1Sp8esMKT8U > .row .container { font-size:0.875rem;font-family:arial;height:19.5625rem;width:60rem;position:relative;display:block; }#HbwgXVPbKuu4PFnJ9MJpqBzNfnShZBxu { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:20rem;top:0.75rem;left:0rem;overflow:hidden;display:block; }
#aH6ZppKU6dNi99Sl1sV8hLQJkstdey3v { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:39.375rem;top:0.75rem;left:20.625rem;overflow:hidden;display:block; }
#eiVK291nTxVdftTAvi2pz4ogFx5DX7SC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c5ab84;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eiVK291nTxVdftTAvi2pz4ogFx5DX7SC > .row .container { background-color: transparent; background-image: none; }#eiVK291nTxVdftTAvi2pz4ogFx5DX7SC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eiVK291nTxVdftTAvi2pz4ogFx5DX7SC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eiVK291nTxVdftTAvi2pz4ogFx5DX7SC > .row .container > .video-iframe-container { display: none; }#eiVK291nTxVdftTAvi2pz4ogFx5DX7SC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eiVK291nTxVdftTAvi2pz4ogFx5DX7SC > .row > .video-iframe-container { display: none; }#eiVK291nTxVdftTAvi2pz4ogFx5DX7SC > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eiVK291nTxVdftTAvi2pz4ogFx5DX7SC > .row .container { border-width: 0; border-radius: 0; }#eiVK291nTxVdftTAvi2pz4ogFx5DX7SC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eiVK291nTxVdftTAvi2pz4ogFx5DX7SC > .row .container { font-size:0.875rem;font-family:arial;height:19.9375rem;width:60rem;position:relative;display:block; }#aC0uPTv6tJ8vNAIs8TQ1qUKSva25WGKT { box-sizing:content-box;height:18.1875rem;width:19.4375rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:0.583984375rem;left:0rem;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;display:block; }
#oe8u0KPEw7vGvDLRa6XBrGzmUiawScCz { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"a tahoma";font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:5.48828125rem;left:2.3125rem;height:8.7715rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bWyvgmIq0NUEJroaiNGf9fIbzPn0wgKu { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:20.0625rem;top:0.5625rem;left:39.9375rem;overflow:hidden;display:block; }
#QvfvNTMwAW74DksPamwbGJx4A6ieg3u3 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.5625rem;top:0.5625rem;left:20.71875rem;overflow:hidden;display:block; }
#TTSUap0lxBscXWMubSKNZ57lhSw0WK2h { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:20rem;display:none; }
#ffhLNTic65bpXH3a5scaZ3t9DIc43k5s { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:20rem;display:none; }
#lzAwVErClQXOmTGbQ57iViiNRlHJ3CGi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lzAwVErClQXOmTGbQ57iViiNRlHJ3CGi > .row .container { background-color: transparent; background-image: none; }#lzAwVErClQXOmTGbQ57iViiNRlHJ3CGi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lzAwVErClQXOmTGbQ57iViiNRlHJ3CGi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lzAwVErClQXOmTGbQ57iViiNRlHJ3CGi > .row .container > .video-iframe-container { display: none; }#lzAwVErClQXOmTGbQ57iViiNRlHJ3CGi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lzAwVErClQXOmTGbQ57iViiNRlHJ3CGi > .row > .video-iframe-container { display: none; }#lzAwVErClQXOmTGbQ57iViiNRlHJ3CGi > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lzAwVErClQXOmTGbQ57iViiNRlHJ3CGi > .row .container { border-width: 0; border-radius: 0; }#lzAwVErClQXOmTGbQ57iViiNRlHJ3CGi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lzAwVErClQXOmTGbQ57iViiNRlHJ3CGi > .row .container { font-size:0.875rem;font-family:arial;height:30.25rem;width:60rem;position:relative;display:block; }#bgQR3WvAHbZmJECrNkfAM6dFbbf5NhFW { color:#bb9c6f;display:block;width:26.875rem;position:absolute;font-family:"a tahoma";font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.0625rem;left:2.5rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WH0caB9ZvvPZGw971nBcGuuxp9Oyk0SX { color:#000000;display:block;width:23.5rem;position:absolute;font-family:"a verdana";font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:8.75rem;left:2.5rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PSmMhDnBZa8pgDzlyAOoBMmid61rKZPv { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.3125rem;width:15.25rem;top:5.0000002384186rem;left:37.375rem;overflow:hidden;display:block; }
#SAyd4woGZU6X4B0Hkkv9hRAV39UbolgD { background-color:transparent;background-image:none;border-top:0.125rem solid #bb9c6f;border-left:0.125rem solid #bb9c6f;border-right:0.125rem solid #bb9c6f;border-bottom:0.125rem solid #bb9c6f;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#bb9c6f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"a verdana";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.397125rem;height:3.3346375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:20.874996185302rem;left:2.5rem;display:block; }
#FOXB3Zun5QB5fOC3ebnFBbTfxXElJt9m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xz7uzFX6qmS5cN4ua0fTEFCEuplsQNwR { color:#000000;display:block;width:23.5rem;position:absolute;font-family:"a verdana";font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:11.46875rem;left:2.5rem;height:7.3095625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wbfoayTflVVyTfsB106M7rZHXzA6Szvy { border-top:0.25rem solid #c5ab84;border-left:0;border-right:0;border-bottom:0;background-color:#222222;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wbfoayTflVVyTfsB106M7rZHXzA6Szvy > .row .container { background-color: transparent; background-image: none; }#wbfoayTflVVyTfsB106M7rZHXzA6Szvy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbfoayTflVVyTfsB106M7rZHXzA6Szvy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbfoayTflVVyTfsB106M7rZHXzA6Szvy > .row .container > .video-iframe-container { display: none; }#wbfoayTflVVyTfsB106M7rZHXzA6Szvy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbfoayTflVVyTfsB106M7rZHXzA6Szvy > .row > .video-iframe-container { display: none; }#wbfoayTflVVyTfsB106M7rZHXzA6Szvy > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbfoayTflVVyTfsB106M7rZHXzA6Szvy > .row .container { border-width: 0; border-radius: 0; }#wbfoayTflVVyTfsB106M7rZHXzA6Szvy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wbfoayTflVVyTfsB106M7rZHXzA6Szvy > .row .container { font-size:0.875rem;font-family:arial;height:19.7727275rem;width:60rem;position:relative;display:block; }#crR0q5LUgdF4NuomIr6v36QqGsReQHoi { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:60rem;top:1.0108909606934rem;left:0rem;overflow:hidden;display:block; }
#qZLnT1RkoDQzXyI7Loo30n5x7l1mx4uH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#222222;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qZLnT1RkoDQzXyI7Loo30n5x7l1mx4uH > .row .container { background-color: transparent; background-image: none; }#qZLnT1RkoDQzXyI7Loo30n5x7l1mx4uH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qZLnT1RkoDQzXyI7Loo30n5x7l1mx4uH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qZLnT1RkoDQzXyI7Loo30n5x7l1mx4uH > .row .container > .video-iframe-container { display: none; }#qZLnT1RkoDQzXyI7Loo30n5x7l1mx4uH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qZLnT1RkoDQzXyI7Loo30n5x7l1mx4uH > .row > .video-iframe-container { display: none; }#qZLnT1RkoDQzXyI7Loo30n5x7l1mx4uH > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qZLnT1RkoDQzXyI7Loo30n5x7l1mx4uH > .row .container { border-width: 0; border-radius: 0; }#qZLnT1RkoDQzXyI7Loo30n5x7l1mx4uH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qZLnT1RkoDQzXyI7Loo30n5x7l1mx4uH > .row .container { font-size:0.875rem;font-family:arial;height:10.125rem;width:60rem;position:relative;display:block; }#RMP55rXJc2befaLp4CsJt84IVbezTd32 { color:#ffffff;display:block;width:19.8125rem;position:absolute;font-family:"a verdana";font-size:1rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:4.75rem;left:0rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lmcz6g1l2wTV7vc2qwGd5Vckzo8FRmUu { color:#ffffff;display:block;width:20rem;position:absolute;font-family:"a open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.75rem;left:20rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#XgZBQeiNXiqq95wbv5NceInnKX1Jhmb0 { color:#ffffff;display:block;width:20rem;position:absolute;font-family:"a verdana";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.75rem;left:40rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#DrDe2pFTe7BIxHddT5rFAvvbtQ6g6J8T { color:#ffffff;display:block;width:17.625rem;position:absolute;font-family:"a tahoma";font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.8125rem;left:1.1875rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VFTEK9ZWNcs3CkEJJwbgLLr1o48MTvfb { color:#ffffff;display:block;width:17.625rem;position:absolute;font-family:"a tahoma";font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.8125rem;left:21.1875rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QdSJyZzUipKazqFWHisCzh9PNdMcExLu { color:#ffffff;display:block;width:17.625rem;position:absolute;font-family:"a tahoma";font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.8125rem;left:41.1875rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eFaPbHJp1zShiP4s3oWpw9nuwO0RNGfw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#222222;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eFaPbHJp1zShiP4s3oWpw9nuwO0RNGfw > .row .container { background-color: transparent; background-image: none; }#eFaPbHJp1zShiP4s3oWpw9nuwO0RNGfw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eFaPbHJp1zShiP4s3oWpw9nuwO0RNGfw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eFaPbHJp1zShiP4s3oWpw9nuwO0RNGfw > .row .container > .video-iframe-container { display: none; }#eFaPbHJp1zShiP4s3oWpw9nuwO0RNGfw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eFaPbHJp1zShiP4s3oWpw9nuwO0RNGfw > .row > .video-iframe-container { display: none; }#eFaPbHJp1zShiP4s3oWpw9nuwO0RNGfw > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eFaPbHJp1zShiP4s3oWpw9nuwO0RNGfw > .row .container { border-width: 0; border-radius: 0; }#eFaPbHJp1zShiP4s3oWpw9nuwO0RNGfw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eFaPbHJp1zShiP4s3oWpw9nuwO0RNGfw > .row .container { font-size:0.875rem;font-family:arial;height:48.125rem;width:60rem;position:relative;display:block; }#LuwaxTT0lZ0mKKhb2TWZGNmgaI53VduT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:11.875rem;left:26.9375rem; }
#LuwaxTT0lZ0mKKhb2TWZGNmgaI53VduT > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; }#FVH2BcEcT45rNTUnDxsxfU9tGGemgmyy { color:#ffffff;display:block;width:53.1875rem;position:absolute;font-family:"a verdana";font-size:0.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:26.869140625rem;left:3.40625rem;height:15.83493125rem;text-align:center;text-align-last:center;display:block; }
#CZS4Jc0dPWc0CPrx1x1pfqsNIfThTE1q { color:#ffffff;display:block;width:17.625rem;position:absolute;font-family:"a tahoma";font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.375rem;left:21.1875rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cg2y9UfsM2T7EJpfD2OC8edTgGNVJq0b { color:#ffffff;display:block;width:33.875rem;position:absolute;font-family:"a open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.9251289367676rem;left:13.0625rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#nerKslmoauIQoCiU28Nio9Hne3NAi9Ha { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:11.5625rem;left:30.375rem; }
#nerKslmoauIQoCiU28Nio9Hne3NAi9Ha > img { max-width: 100%;max-height:100%; width:2.75rem; height:2.75rem; }#Xn0G5S1T42s5THuoSQeI60JZ8RRolNMi { color:#ffffff;display:block;width:33.875rem;position:absolute;font-family:"a open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:15.4873046875rem;left:13.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#EclEABXVGbeOWC6AxGel9FsvLJur2poT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4e5a5b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#EclEABXVGbeOWC6AxGel9FsvLJur2poT > .row .container { background-color: transparent; background-image: none; }#EclEABXVGbeOWC6AxGel9FsvLJur2poT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EclEABXVGbeOWC6AxGel9FsvLJur2poT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EclEABXVGbeOWC6AxGel9FsvLJur2poT > .row .container > .video-iframe-container { display: none; }#EclEABXVGbeOWC6AxGel9FsvLJur2poT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EclEABXVGbeOWC6AxGel9FsvLJur2poT > .row > .video-iframe-container { display: none; }#EclEABXVGbeOWC6AxGel9FsvLJur2poT > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EclEABXVGbeOWC6AxGel9FsvLJur2poT > .row .container { border-width: 0; border-radius: 0; }#EclEABXVGbeOWC6AxGel9FsvLJur2poT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EclEABXVGbeOWC6AxGel9FsvLJur2poT > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:60rem;position:relative;display:block; }#VoFhgEugou6rtzOylxMIukEUTdFpFHl0 { color:#ffffff;display:block;width:36.5625rem;position:absolute;font-family:"a open sans";font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:0.8125rem;left:1.25rem;height:1.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#GBke7ZOpcw4b7NTJhnapWm3hq9Ci7Lkt { z-index:15008;top:0.6875rem;left:46.875rem;background-color:rgba(255,255,255,0.23);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"a open sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:1.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#IAqmeCmitr56dcCPzfHyoTa6aqN7sVeW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TkMQUggzqs3qBdyeOanI3W0wTqRRBfGz { display:block; }#TkMQUggzqs3qBdyeOanI3W0wTqRRBfGz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AhrAJmPMnNaKQdwmViGM2zZMAdWw5v2J { top:3.25rem;left:1.53125rem;width:44.6875rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkeQJyL9DXcShsAusEGkCAHUvWAsFoaU { display:block; }#zkeQJyL9DXcShsAusEGkCAHUvWAsFoaU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cnyg40CbbZokCBaz8JmJfTsNdEVBfBbK { top:12.1875rem;left:0rem;width:22.25rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktruQDud7Sf3Ks91DRwM6WgDT4wRcvQX { top:18.375rem;left:0rem;width:22.3125rem;height:12.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qxd0gerLpLr232Rf72IhzokyiV8D6w2C { width:22.9375rem;height:3.3125rem;top:34.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g992RkSt2iJ8PlS5Rt6zOX4WklBM1aKP { display:block; }
 }@media only screen and (max-width: 763px) { #purJWQ2XDsUoTguT1liWOb52qwB5EeCy { top:4.125rem;left:16.9375rem;width:30.8125rem;height:39.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBuGdP9ZFCyMeFKhHPbtLpkmz1qbO3Wl { top:0.6875rem;left:16.228515625rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBke1ivInSvxfsVyFWMnJuxiNfuNeqpr { display:block; }#DBke1ivInSvxfsVyFWMnJuxiNfuNeqpr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zEAL3HsHZ3erIti44HxTAy4qeagGOcOL { top:1.6875rem;left:0rem;width:27.0625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbhMBlRWEVMmhyd9nwPhTSTOSJfsO2Cd { top:4.625rem;left:0rem;width:40.1875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NK4HTViOgsHMLDw017ON9Q2cHBHwP9IQ { top:7.4375rem;left:0rem;width:19.5rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rw8tb7hTuzViAIFNRf0XJIh3ccNzRFN0 { top:8.4375rem;left:5.25rem;width:5.4375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ9QfeThWD2E1vfgOG94kEIw61hNc0UJ { top:22.1875rem;left:0.4375rem;width:15.1875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7BpbC5OX7vIMqXw8b5rHHxbOI1KsK3x { top:26.5rem;left:0.4375rem;width:8.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGdKeB2kL9EWqpr7B6LzNdcsftwkUOi1 { top:28.25rem;left:0.4375rem;width:9.75rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7tDzPdWSvEyVGWsJp45xtdnBwsOfMM5 { top:31.625rem;left:0.4375rem;width:10.1875rem;height:0.8125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTORkyOS48RD0zR2HWigqMuqdqEnX2EL { top:7.4375rem;left:12.25rem;width:19.5rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwzJeQHVXQ5pkQQsJNFr4bQ1kSJ6Xdsn { top:8.8125rem;left:19.5rem;width:11.75rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaK9PkW3NJCpVDrVglHNVMHUnA3cbtAK { top:22.1875rem;left:16.3125rem;width:10.375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ikg89alvqtT4KHAkXaQEpv0OlKuoxpXL { top:26.5rem;left:16.3125rem;width:8.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #doUI9LStQ2PfwuTv5qnwKxu8HVXsnq2b { top:28.25rem;left:16.3125rem;width:9.75rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBgy9u8ddf4bToH6CbbLAVrTXFIRFLwc { top:31.625rem;left:16.3125rem;width:10.1875rem;height:0.8125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLaAXd4tZRQVoA8b5fOto6s4Wui2TnBs { top:7.4375rem;left:28.125rem;width:19.5rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ww6kPB992fy2xanK9i4xOe6xFqZCJF94 { top:7.9375rem;left:36.9375rem;width:5.5rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yue2E3hHS3RmGmf0ZcwDbEq5CxD1848w { top:22.1875rem;left:32.1875rem;width:12.4375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgnSfTHOhUb1PxDe5RDhog7PlZTmRgqz { top:26.5625rem;left:32.1875rem;width:8.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyiwLZGx7AUHkHyxzEmUSOLivzKaZINT { top:28.25rem;left:32rem;width:9.75rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3euIeVhcvk4BeFCwKDTUCgQ71SU6FMx { top:31.625rem;left:32rem;width:10.1875rem;height:0.8125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uobHX2MCurpHOyLMrKL5Xyqp7yDKC7RD { top:10rem;left:17.9375rem;width:11.75rem;height:11.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cx4nI5LoLSFLr0mAeogJS3fJLiFCmJnW { display:block; }#cx4nI5LoLSFLr0mAeogJS3fJLiFCmJnW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hZKmeKVGoOFFfoPQztZkTpkHlxCw3AJu { top:7.75rem;left:0rem;width:47.75rem;height:11.0421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktupWXlMfQ5p9xmDQioTdlS0LsytZd12 { top:23.625rem;left:1.0625rem;width:45.625rem;height:4.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LggBgpyIksTKHwB3yEcETNDR6TqDm7sN { top:5.625rem;left:0rem;width:47.25rem;height:69.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEq96mo5dEI9OdRdQ9wwQOOwwqZMp6hH { top:32.375rem;left:8.875rem;width:30rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #psw4dgst17dcrJiRBRrtqsZ3I3bARD8t { top:37.0625rem;left:7.96875rem;width:31.8125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNHiNyys8nCgTFKzqxZ647znEZePHM4k { top:47.875rem;left:7.8433914184569rem;width:32rem;height:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxmySccbDNLoSSNWt1lPfCeUnwvUppCT { top:45.0625rem;left:10.531009674073rem;width:26.625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6Lhc8k470IrzODL7Ssi7R473AVSzTIl { top:68rem;left:6.5625rem;width:34.625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbkWM9i4xgKGpsv1AeffTDz0gkLUadFL { top:65.125rem;left:13.25rem;width:21.25rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cD1nAwgD7LJ0F32t4a2l0cQkSxMUdPne { top:95.1875rem;left:0.25rem;width:21.875rem;height:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCnEfaDoOd6fRp0Tu0AlMxtsbVVbhWpJ { top:89.4375rem;left:0rem;width:27.75rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #amOk5vURlVum3ACQa2c5lWteTadz3Wg5 { top:85.4375rem;left:7.0625rem;width:8.3125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgoOxBpMKZPAstE7h02GgLzO6pF9kuID { top:79.5625rem;left:0rem;width:47.75rem;height:27.953645833333rem;display:block; }
 }@media only screen and (max-width: 763px) { #S11Gnw4CKLNmMmV4onQc2dIAHo7ehL6s { top:100.375rem;left:0rem;width:24.4375rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJy8c1XNA97k2TEseuwRhyWTxR1fVh8K { top:79.5625rem;left:0rem;width:43.625rem;height:29.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hxM1dBHHNXbbuxBzQBXx4bXQhTTZ2wks { display:block; }#hxM1dBHHNXbbuxBzQBXx4bXQhTTZ2wks > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uetHs99648XMu54nG8PEiQets4hxgWCq { top:3.8125rem;left:19.5rem;width:27.75rem;height:36.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7pJifGL57V9rQmgOgSBgW1GiUtTv27X { top:4.8125rem;left:0rem;width:47.75rem;height:28.053125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZT8Bxxxcepaqe46Jat2EudAtDgO8WtQ { top:6.9375rem;left:23.625rem;width:24.125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mm0XNTa6MTS8gwwTGutTZUWTFTbOgkdw { top:9.0625rem;left:22.375rem;width:25.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IThaJ9Kuc2Ky1LLMLixDekD39rqTQJ1v { top:12.5625rem;left:26.625rem;width:21.125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #raBBieWHTLN2PzAn60E32KK91xpQVfiH { width:22.8125rem;height:3.4375rem;top:35.625rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJd4zRMgek81NyxsdnfCKnKT3NX1eQPG { display:block; }
 }@media only screen and (max-width: 763px) { #fxo4BLqavcumr0WT6GHbp1KXtHPPyV4M { top:16.9375rem;left:29.25rem;width:18.5rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIST11B2tuRBnhPK9Tdi5VUtvFGd3R9n { top:28.5625rem;left:29.1875rem;width:18.5625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JI1MtcVpy3PReCV52QT7shNCaXkToLaS { top:12.25rem;left:25.1875rem;width:4.5rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWv4ZLFvHhc0DNtZrUOiM1Sp8esMKT8U { display:block; }#nWv4ZLFvHhc0DNtZrUOiM1Sp8esMKT8U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HbwgXVPbKuu4PFnJ9MJpqBzNfnShZBxu { top:0.75rem;left:0rem;width:20rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aH6ZppKU6dNi99Sl1sV8hLQJkstdey3v { top:0.75rem;left:0rem;width:39.375rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiVK291nTxVdftTAvi2pz4ogFx5DX7SC { display:block; }#eiVK291nTxVdftTAvi2pz4ogFx5DX7SC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aC0uPTv6tJ8vNAIs8TQ1qUKSva25WGKT { top:0.5625rem;left:0rem;width:19.4375rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oe8u0KPEw7vGvDLRa6XBrGzmUiawScCz { top:5.4375rem;left:0.25rem;width:15.375rem;height:8.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWyvgmIq0NUEJroaiNGf9fIbzPn0wgKu { top:0.5625rem;left:11.6875rem;width:20.0625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvfvNTMwAW74DksPamwbGJx4A6ieg3u3 { top:0.5625rem;left:13.1875rem;width:18.5625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTSUap0lxBscXWMubSKNZ57lhSw0WK2h { width:20rem;height:20rem;display:none; }
 }@media only screen and (max-width: 763px) { #ffhLNTic65bpXH3a5scaZ3t9DIc43k5s { width:20rem;height:20rem;display:none; }
 }@media only screen and (max-width: 763px) { #lzAwVErClQXOmTGbQ57iViiNRlHJ3CGi { display:block; }#lzAwVErClQXOmTGbQ57iViiNRlHJ3CGi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bgQR3WvAHbZmJECrNkfAM6dFbbf5NhFW { top:6.0625rem;left:0rem;width:26.875rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WH0caB9ZvvPZGw971nBcGuuxp9Oyk0SX { top:8.75rem;left:0rem;width:23.4375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSmMhDnBZa8pgDzlyAOoBMmid61rKZPv { top:5rem;left:28.1875rem;width:15.25rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAyd4woGZU6X4B0Hkkv9hRAV39UbolgD { width:17.375rem;height:3.3125rem;top:20.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOXB3Zun5QB5fOC3ebnFBbTfxXElJt9m { display:block; }
 }@media only screen and (max-width: 763px) { #Xz7uzFX6qmS5cN4ua0fTEFCEuplsQNwR { top:11.5rem;left:0rem;width:23.5rem;height:7.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbfoayTflVVyTfsB106M7rZHXzA6Szvy { display:block; }#wbfoayTflVVyTfsB106M7rZHXzA6Szvy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #crR0q5LUgdF4NuomIr6v36QqGsReQHoi { top:1rem;left:0rem;width:47.75rem;height:14.921875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZLnT1RkoDQzXyI7Loo30n5x7l1mx4uH { display:block; }#qZLnT1RkoDQzXyI7Loo30n5x7l1mx4uH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RMP55rXJc2befaLp4CsJt84IVbezTd32 { top:4.75rem;left:0rem;width:19.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmcz6g1l2wTV7vc2qwGd5Vckzo8FRmUu { top:4.75rem;left:11.75rem;width:20rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgZBQeiNXiqq95wbv5NceInnKX1Jhmb0 { top:4.75rem;left:27.625rem;width:20rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrDe2pFTe7BIxHddT5rFAvvbtQ6g6J8T { top:2.8125rem;left:0rem;width:17.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFTEK9ZWNcs3CkEJJwbgLLr1o48MTvfb { top:2.8125rem;left:14.125rem;width:17.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdSJyZzUipKazqFWHisCzh9PNdMcExLu { top:2.8125rem;left:30rem;width:17.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFaPbHJp1zShiP4s3oWpw9nuwO0RNGfw { display:block; }#eFaPbHJp1zShiP4s3oWpw9nuwO0RNGfw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LuwaxTT0lZ0mKKhb2TWZGNmgaI53VduT { top:11.875rem;left:20.8125rem;width:2.125rem;height:2.125rem;display:block; }
#LuwaxTT0lZ0mKKhb2TWZGNmgaI53VduT > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #FVH2BcEcT45rNTUnDxsxfU9tGGemgmyy { top:26.8125rem;left:0rem;width:47.75rem;height:15.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZS4Jc0dPWc0CPrx1x1pfqsNIfThTE1q { top:2.375rem;left:15.0625rem;width:17.625rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cg2y9UfsM2T7EJpfD2OC8edTgGNVJq0b { top:4.875rem;left:6.9375rem;width:33.875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nerKslmoauIQoCiU28Nio9Hne3NAi9Ha { top:11.5625rem;left:24.25rem;width:2.75rem;height:2.75rem;display:block; }
#nerKslmoauIQoCiU28Nio9Hne3NAi9Ha > img { max-width: 100%;max-height:100%; width:2.75rem; height:2.75rem; } }@media only screen and (max-width: 763px) { #Xn0G5S1T42s5THuoSQeI60JZ8RRolNMi { top:15.4375rem;left:6.9375rem;width:33.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EclEABXVGbeOWC6AxGel9FsvLJur2poT { display:block; }#EclEABXVGbeOWC6AxGel9FsvLJur2poT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VoFhgEugou6rtzOylxMIukEUTdFpFHl0 { top:0.8125rem;left:0rem;width:36.5625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBke7ZOpcw4b7NTJhnapWm3hq9Ci7Lkt { top:0.6875rem;left:35.875rem;width:11.875rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAqmeCmitr56dcCPzfHyoTa6aqN7sVeW { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TkMQUggzqs3qBdyeOanI3W0wTqRRBfGz { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/55e14f96-9dd8-4fcd-9025-c73bbc1cb8a3/Headermobil.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TkMQUggzqs3qBdyeOanI3W0wTqRRBfGz.adaptive-delivery-prevent-bg, #TkMQUggzqs3qBdyeOanI3W0wTqRRBfGz.lazyload, #TkMQUggzqs3qBdyeOanI3W0wTqRRBfGz.lazyloading { background-image: none; }#TkMQUggzqs3qBdyeOanI3W0wTqRRBfGz > .row .container { background-color: transparent; background-image: none; }#TkMQUggzqs3qBdyeOanI3W0wTqRRBfGz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkMQUggzqs3qBdyeOanI3W0wTqRRBfGz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkMQUggzqs3qBdyeOanI3W0wTqRRBfGz > .row .container > .video-iframe-container { display: none; }#TkMQUggzqs3qBdyeOanI3W0wTqRRBfGz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkMQUggzqs3qBdyeOanI3W0wTqRRBfGz > .row > .video-iframe-container { display: none; }#TkMQUggzqs3qBdyeOanI3W0wTqRRBfGz > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkMQUggzqs3qBdyeOanI3W0wTqRRBfGz > .row .container { border-width: 0; border-radius: 0; }#TkMQUggzqs3qBdyeOanI3W0wTqRRBfGz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TkMQUggzqs3qBdyeOanI3W0wTqRRBfGz > .row .container { width:20rem;height:8.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AhrAJmPMnNaKQdwmViGM2zZMAdWw5v2J { width:20rem;height:8.3076923076923rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zkeQJyL9DXcShsAusEGkCAHUvWAsFoaU { display:block; }#zkeQJyL9DXcShsAusEGkCAHUvWAsFoaU > .row .container { width:20rem;height:53.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cnyg40CbbZokCBaz8JmJfTsNdEVBfBbK { width:20rem;height:1.625rem;top:27.8125rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#c7a56b;display:block; }
 }@media only screen and (max-width: 763px) { #ktruQDud7Sf3Ks91DRwM6WgDT4wRcvQX { width:20rem;height:16.89744375rem;top:30.1875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Qxd0gerLpLr232Rf72IhzokyiV8D6w2C { width:18.647125rem;height:3.3346375rem;top:48.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g992RkSt2iJ8PlS5Rt6zOX4WklBM1aKP { display:block; }
 }@media only screen and (max-width: 763px) { #purJWQ2XDsUoTguT1liWOb52qwB5EeCy { width:17.75rem;height:22.8125rem;top:3.8125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBuGdP9ZFCyMeFKhHPbtLpkmz1qbO3Wl { width:12rem;height:12rem;top:0.52213549613953rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBke1ivInSvxfsVyFWMnJuxiNfuNeqpr { background-color:#c5ab84;background-image:none;display:block; }#DBke1ivInSvxfsVyFWMnJuxiNfuNeqpr > .row .container { background-color: transparent; background-image: none; }#DBke1ivInSvxfsVyFWMnJuxiNfuNeqpr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DBke1ivInSvxfsVyFWMnJuxiNfuNeqpr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DBke1ivInSvxfsVyFWMnJuxiNfuNeqpr > .row .container > .video-iframe-container { display: none; }#DBke1ivInSvxfsVyFWMnJuxiNfuNeqpr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DBke1ivInSvxfsVyFWMnJuxiNfuNeqpr > .row > .video-iframe-container { display: none; }#DBke1ivInSvxfsVyFWMnJuxiNfuNeqpr > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DBke1ivInSvxfsVyFWMnJuxiNfuNeqpr > .row .container { width:20rem;height:54.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zEAL3HsHZ3erIti44HxTAy4qeagGOcOL { width:20rem;height:1.625rem;top:1.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CbhMBlRWEVMmhyd9nwPhTSTOSJfsO2Cd { width:18.75rem;height:2.5996125rem;top:3.9375rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NK4HTViOgsHMLDw017ON9Q2cHBHwP9IQ { width:19.5rem;height:14.375rem;top:8.2233071327212rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rw8tb7hTuzViAIFNRf0XJIh3ccNzRFN0 { width:5.4375rem;height:12.5rem;top:9.1608076095581rem;left:1.2916666269302rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ9QfeThWD2E1vfgOG94kEIw61hNc0UJ { width:10.375rem;height:3.89941875rem;top:10.4375rem;left:8.1250005960463rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w7BpbC5OX7vIMqXw8b5rHHxbOI1KsK3x { width:8.0625rem;height:1.29980625rem;top:15rem;left:8.1250005960463rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zGdKeB2kL9EWqpr7B6LzNdcsftwkUOi1 { width:9.75rem;height:2.03125rem;top:16.4375rem;left:8.125rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v7tDzPdWSvEyVGWsJp45xtdnBwsOfMM5 { width:10.1875rem;height:0.73046875rem;top:18.9375rem;left:8.1250005960463rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qTORkyOS48RD0zR2HWigqMuqdqEnX2EL { width:19.5rem;height:14.375rem;top:23.10221862793rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwzJeQHVXQ5pkQQsJNFr4bQ1kSJ6Xdsn { width:9.3125rem;height:9.3125rem;top:25.633464813233rem;left:1.2910157442093rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #UaK9PkW3NJCpVDrVglHNVMHUnA3cbtAK { width:10.375rem;height:3.89941875rem;top:25.1875rem;left:8.125rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #Ikg89alvqtT4KHAkXaQEpv0OlKuoxpXL { width:8.0625rem;height:1.29980625rem;top:29.8125rem;left:8.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #doUI9LStQ2PfwuTv5qnwKxu8HVXsnq2b { width:9.75rem;height:2.03125rem;top:31.4375rem;left:8.125rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wBgy9u8ddf4bToH6CbbLAVrTXFIRFLwc { width:9.5625rem;height:0.73046875rem;top:34.125rem;left:8.125rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pLaAXd4tZRQVoA8b5fOto6s4Wui2TnBs { width:19.5rem;height:14.375rem;top:38rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ww6kPB992fy2xanK9i4xOe6xFqZCJF94 { width:5.3125rem;height:12.875rem;top:38.75rem;left:1.3541666269302rem;display:block; }
 }@media only screen and (max-width: 763px) { #yue2E3hHS3RmGmf0ZcwDbEq5CxD1848w { width:11.4375rem;height:3.89941875rem;top:40rem;left:8.1250005960463rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GgnSfTHOhUb1PxDe5RDhog7PlZTmRgqz { width:8.5rem;height:1.29980625rem;top:44.75rem;left:8.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tyiwLZGx7AUHkHyxzEmUSOLivzKaZINT { width:9.75rem;height:2.03125rem;top:46.25rem;left:8.125rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b3euIeVhcvk4BeFCwKDTUCgQ71SU6FMx { width:10.1875rem;height:0.73046875rem;top:48.875rem;left:8.125rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uobHX2MCurpHOyLMrKL5Xyqp7yDKC7RD { width:9.3125rem;height:9.3125rem;top:25.633464336395rem;left:1.2910157442093rem;overflow:hidden;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #cx4nI5LoLSFLr0mAeogJS3fJLiFCmJnW { display:block; }#cx4nI5LoLSFLr0mAeogJS3fJLiFCmJnW > .row .container { width:20rem;height:105.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hZKmeKVGoOFFfoPQztZkTpkHlxCw3AJu { width:20rem;height:4.625rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktupWXlMfQ5p9xmDQioTdlS0LsytZd12 { width:17.5rem;height:8.125rem;top:8.75rem;left:1.2500001192093rem;font-size:1.25rem;font-family:"a tahoma";display:block; }
 }@media only screen and (max-width: 763px) { #LggBgpyIksTKHwB3yEcETNDR6TqDm7sN { width:19.5rem;height:70.125rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEq96mo5dEI9OdRdQ9wwQOOwwqZMp6hH { width:16.9375rem;height:4.38574375rem;top:18.6875rem;left:1.5312501192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #psw4dgst17dcrJiRBRrtqsZ3I3bARD8t { width:17.875rem;height:7.7988125rem;top:24.375rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNHiNyys8nCgTFKzqxZ647znEZePHM4k { width:17.875rem;height:19.49708125rem;top:38.216147422791rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxmySccbDNLoSSNWt1lPfCeUnwvUppCT { width:16.9375rem;height:1.4625rem;top:35.73698425293rem;left:1.5312501192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6Lhc8k470IrzODL7Ssi7R473AVSzTIl { width:17.875rem;height:5.19921875rem;top:64.9375rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbkWM9i4xgKGpsv1AeffTDz0gkLUadFL { width:16.9375rem;height:2.923825rem;top:60.8125rem;left:1.5312501192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cD1nAwgD7LJ0F32t4a2l0cQkSxMUdPne { width:20rem;height:3.25rem;top:89.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eCnEfaDoOd6fRp0Tu0AlMxtsbVVbhWpJ { width:19.5rem;height:16.125rem;top:87.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #amOk5vURlVum3ACQa2c5lWteTadz3Wg5 { width:6.5625rem;height:6.5625rem;top:75.0625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgoOxBpMKZPAstE7h02GgLzO6pF9kuID { width:20rem;height:11.6875rem;top:74.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #S11Gnw4CKLNmMmV4onQc2dIAHo7ehL6s { width:17.9375rem;height:9.098625rem;top:93.3125rem;left:1.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WJy8c1XNA97k2TEseuwRhyWTxR1fVh8K { width:20rem;height:13.3125rem;top:74.1875rem;left:0rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hxM1dBHHNXbbuxBzQBXx4bXQhTTZ2wks { display:block; }#hxM1dBHHNXbbuxBzQBXx4bXQhTTZ2wks > .row .container { width:20rem;height:52.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uetHs99648XMu54nG8PEiQets4hxgWCq { width:19.5rem;height:37.5rem;top:13.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7pJifGL57V9rQmgOgSBgW1GiUtTv27X { width:20rem;height:11.75rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZT8Bxxxcepaqe46Jat2EudAtDgO8WtQ { width:17.625rem;height:2.1125rem;top:15rem;left:1.1874999403954rem;font-size:1.625rem;font-family:"a tahoma";text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mm0XNTa6MTS8gwwTGutTZUWTFTbOgkdw { width:16.5rem;height:1.625rem;top:17.48671913147rem;left:1.7500000596046rem;font-size:1.25rem;font-family:"a tahoma";text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IThaJ9Kuc2Ky1LLMLixDekD39rqTQJ1v { width:14.75rem;height:2.5996125rem;top:20.561718940735rem;left:1.6875000596046rem;font-size:1rem;font-family:"a tahoma";text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #raBBieWHTLN2PzAn60E32KK91xpQVfiH { width:16.625rem;height:3.4375rem;top:45.750000953674rem;left:1.6875000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJd4zRMgek81NyxsdnfCKnKT3NX1eQPG { display:block; }
 }@media only screen and (max-width: 763px) { #fxo4BLqavcumr0WT6GHbp1KXtHPPyV4M { width:14.125rem;height:12.9980625rem;top:24.595313072204rem;left:1.6875000596046rem;font-size:1rem;font-family:"a tahoma";text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TIST11B2tuRBnhPK9Tdi5VUtvFGd3R9n { width:16.6875rem;height:5.19921875rem;top:39.3125rem;left:1.6875001192093rem;font-size:1rem;font-family:"a tahoma";text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JI1MtcVpy3PReCV52QT7shNCaXkToLaS { width:3.5625rem;height:15.6875rem;top:22.444531440735rem;left:15.041406214237rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWv4ZLFvHhc0DNtZrUOiM1Sp8esMKT8U { display:block; }#nWv4ZLFvHhc0DNtZrUOiM1Sp8esMKT8U > .row .container { width:20rem;height:29.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HbwgXVPbKuu4PFnJ9MJpqBzNfnShZBxu { width:20rem;height:18.75rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aH6ZppKU6dNi99Sl1sV8hLQJkstdey3v { width:20rem;height:9.5rem;top:20.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiVK291nTxVdftTAvi2pz4ogFx5DX7SC { display:block; }#eiVK291nTxVdftTAvi2pz4ogFx5DX7SC > .row .container { width:20rem;height:60.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aC0uPTv6tJ8vNAIs8TQ1qUKSva25WGKT { width:19.4375rem;height:16.875rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oe8u0KPEw7vGvDLRa6XBrGzmUiawScCz { width:18.4375rem;height:9.75rem;top:4.5625rem;left:0.78125rem;font-size:1.25rem;font-family:"a tahoma";display:block; }
 }@media only screen and (max-width: 763px) { #bWyvgmIq0NUEJroaiNGf9fIbzPn0wgKu { width:18.75rem;height:17.5625rem;top:39.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QvfvNTMwAW74DksPamwbGJx4A6ieg3u3 { width:18.5625rem;height:18.75rem;top:18.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTSUap0lxBscXWMubSKNZ57lhSw0WK2h { top:18.791667938233rem;left:0rem;width:20rem;height:20rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ffhLNTic65bpXH3a5scaZ3t9DIc43k5s { top:39.375rem;left:0rem;width:20rem;height:20rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lzAwVErClQXOmTGbQ57iViiNRlHJ3CGi { display:block; }#lzAwVErClQXOmTGbQ57iViiNRlHJ3CGi > .row .container { width:20rem;height:36.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bgQR3WvAHbZmJECrNkfAM6dFbbf5NhFW { width:20rem;height:3.25rem;top:1.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WH0caB9ZvvPZGw971nBcGuuxp9Oyk0SX { width:20rem;height:2.5996125rem;top:5.568359375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PSmMhDnBZa8pgDzlyAOoBMmid61rKZPv { width:9.5rem;height:12.6875rem;top:16.4375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAyd4woGZU6X4B0Hkkv9hRAV39UbolgD { width:17.4166875rem;height:3.35416875rem;top:30.9375rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOXB3Zun5QB5fOC3ebnFBbTfxXElJt9m { display:block; }
 }@media only screen and (max-width: 763px) { #Xz7uzFX6qmS5cN4ua0fTEFCEuplsQNwR { width:20rem;height:6.499rem;top:8.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wbfoayTflVVyTfsB106M7rZHXzA6Szvy { background-color:#222222;background-image:url("https://images.assets-landingi.com/uc/0b54798b-236e-4f26-a531-45a3196616b8/akzenteStore.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#wbfoayTflVVyTfsB106M7rZHXzA6Szvy.adaptive-delivery-prevent-bg, #wbfoayTflVVyTfsB106M7rZHXzA6Szvy.lazyload, #wbfoayTflVVyTfsB106M7rZHXzA6Szvy.lazyloading { background-image: none; }#wbfoayTflVVyTfsB106M7rZHXzA6Szvy > .row .container { background-color: transparent; background-image: none; }#wbfoayTflVVyTfsB106M7rZHXzA6Szvy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbfoayTflVVyTfsB106M7rZHXzA6Szvy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbfoayTflVVyTfsB106M7rZHXzA6Szvy > .row .container > .video-iframe-container { display: none; }#wbfoayTflVVyTfsB106M7rZHXzA6Szvy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbfoayTflVVyTfsB106M7rZHXzA6Szvy > .row > .video-iframe-container { display: none; }#wbfoayTflVVyTfsB106M7rZHXzA6Szvy > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbfoayTflVVyTfsB106M7rZHXzA6Szvy > .row .container { width:20rem;height:9.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #crR0q5LUgdF4NuomIr6v36QqGsReQHoi { width:20rem;height:6.25rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qZLnT1RkoDQzXyI7Loo30n5x7l1mx4uH { display:block; }#qZLnT1RkoDQzXyI7Loo30n5x7l1mx4uH > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RMP55rXJc2befaLp4CsJt84IVbezTd32 { width:19.8125rem;height:2.5996125rem;top:3.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmcz6g1l2wTV7vc2qwGd5Vckzo8FRmUu { width:20rem;height:2.5996125rem;top:9.4609375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgZBQeiNXiqq95wbv5NceInnKX1Jhmb0 { width:20rem;height:2.5996125rem;top:16.109252929688rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrDe2pFTe7BIxHddT5rFAvvbtQ6g6J8T { width:17.625rem;height:1.3rem;top:1.2495422363281rem;left:1.1872631311417rem;font-size:1rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #VFTEK9ZWNcs3CkEJJwbgLLr1o48MTvfb { width:17.625rem;height:1.3rem;top:7.5699768066406rem;left:1.1872631311417rem;font-size:1rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #QdSJyZzUipKazqFWHisCzh9PNdMcExLu { width:17.625rem;height:1.3rem;top:14.288116455078rem;left:1.1872631311417rem;font-size:1rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #eFaPbHJp1zShiP4s3oWpw9nuwO0RNGfw { display:block; }#eFaPbHJp1zShiP4s3oWpw9nuwO0RNGfw > .row .container { width:20rem;height:68.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LuwaxTT0lZ0mKKhb2TWZGNmgaI53VduT { display:flex;width:2.125rem;height:2.125rem;top:15.9375rem;left:6.875rem; }
#LuwaxTT0lZ0mKKhb2TWZGNmgaI53VduT > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #FVH2BcEcT45rNTUnDxsxfU9tGGemgmyy { width:17rem;height:39.05951875rem;top:25.811851501465rem;left:1.5000001192093rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CZS4Jc0dPWc0CPrx1x1pfqsNIfThTE1q { width:17.625rem;height:1.625rem;top:2.0852870941162rem;left:1.1875rem;font-size:1.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #cg2y9UfsM2T7EJpfD2OC8edTgGNVJq0b { width:18.25rem;height:9.098625rem;top:4.4375rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nerKslmoauIQoCiU28Nio9Hne3NAi9Ha { display:flex;width:2.75rem;height:2.75rem;top:15.625rem;left:10.375rem; }
#nerKslmoauIQoCiU28Nio9Hne3NAi9Ha > img { max-width: 100%;max-height:100%; width:2.75rem; height:2.75rem; } }@media only screen and (max-width: 763px) { #Xn0G5S1T42s5THuoSQeI60JZ8RRolNMi { width:20rem;height:1.29980625rem;top:19.3076171875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EclEABXVGbeOWC6AxGel9FsvLJur2poT { background-color:#495051;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#EclEABXVGbeOWC6AxGel9FsvLJur2poT > .row .container { background-color: transparent; background-image: none; }#EclEABXVGbeOWC6AxGel9FsvLJur2poT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EclEABXVGbeOWC6AxGel9FsvLJur2poT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EclEABXVGbeOWC6AxGel9FsvLJur2poT > .row .container > .video-iframe-container { display: none; }#EclEABXVGbeOWC6AxGel9FsvLJur2poT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EclEABXVGbeOWC6AxGel9FsvLJur2poT > .row > .video-iframe-container { display: none; }#EclEABXVGbeOWC6AxGel9FsvLJur2poT > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EclEABXVGbeOWC6AxGel9FsvLJur2poT > .row .container { border-width: 0; border-radius: 0; }#EclEABXVGbeOWC6AxGel9FsvLJur2poT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EclEABXVGbeOWC6AxGel9FsvLJur2poT > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VoFhgEugou6rtzOylxMIukEUTdFpFHl0 { width:20rem;height:2.8125rem;top:1.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GBke7ZOpcw4b7NTJhnapWm3hq9Ci7Lkt { top:5.3125rem;left:4.125rem;width:11.75rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAqmeCmitr56dcCPzfHyoTa6aqN7sVeW { display:block; }
 }