.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;
}
html,
body {
  font-size: 16px;
}
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;
}
:root { --color-primary-0:255,179,128;--color-primary-1:255,140,64;--color-primary-2:255,102,0;--color-primary-3:191,77,0;--color-primary-4:128,51,0;--color-secondary-0:255,255,255;--color-secondary-1:192,201,211;--color-secondary-2:128,148,168;--color-secondary-3:65,94,124;--color-secondary-4:1,40,80;--color-tertiary-0:192,195,195;--color-tertiary-1:160,164,165;--color-tertiary-2:128,134,135;--color-tertiary-3:96,101,101;--color-tertiary-4:64,67,68;--headlines-font-family:"Raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ { background-color:#f8fbff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:auto;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid rgba(var(--color-secondary-4),1);box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ > .row .container { background-color: transparent; background-image: none; }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ > .row .container > .video-iframe-container { display: none; }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ > .row > .video-iframe-container { display: none; }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ > .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); }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ > .row .container { border-width: 0; border-radius: 0; }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:3.75rem;width:75rem;overflow:visible;position:relative;display:block; }#LCSurvOSdVmZWPwxQtJlMVe4bnLb1wHN { 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:1.875rem;width:15.375rem;top:0.81250005960463rem;left:0rem;overflow:hidden;display:block; }
#wXz0RoCcsCLJqidOEeubeE4QygoMutlN { 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;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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0rem;left:65.000005722044rem;display:block; }
#xCHgn5M948kqrC7zKTtqTONJz5eJLyCl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s6X5yy9QqhKX8X3tK7q47WKWXlo5Ri6G { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0rem;left:16.945871353149rem;display:block; }
#aPHTXNgE0w5hBhzik3Mfs2waFXEDuBk8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#niLEN44rXZCaSIeecm06rhHfxGhAUTIa { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:-0.035156251571607rem;left:25.660158157349rem;display:block; }
#FkW6aAEdaRX65CZB3E1aAkBh6flFkoEX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ldDhFkFb7WswgvRh8xBaT8WONPh4XXdq { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:-0.035156251571607rem;left:35.107145309448rem;display:block; }
#tbZI52AWXTbp6TRIogOoiZ0pE98WcxJw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N1XdHWWwbtK1lVkXw6n5eWGiRetPF6S1 { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:3.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:-0.035156251571607rem;left:55.035718917847rem;display:block; }
#hdKZ864iSWDITI0nRRl3KEilQuoMpy6J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OzQimviNSnH5DNXRyqllRBkotarXALoo { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:3.75rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:-0.035156251571607rem;left:45.071432113647rem;display:block; }
#LgORKeXH1qvhydOmnmyRAoAA9TNcdHqW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eqe1D89htwE3Jd7KPFQEC45E4X4qquwm { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1a99a418-47ba-4ddc-8bd8-242d9b8a1a1a/20250124_130917285_iOS.preview.grayscale.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO.adaptive-delivery-prevent-bg, #Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO.lazyload, #Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO.lazyloading { background-image: none; }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO > .row .container { background-color: transparent; background-image: none; }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.6); }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO > .row .container > .video-iframe-container { display: none; }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.6); }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO > .row > .video-iframe-container { display: none; }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO > .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); }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO > .row .container { border-width: 0; border-radius: 0; }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO::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; }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:37.1875rem;width:75rem;position:relative;display:block; }#dTcn8wJVrfyqKVoadk8TJJgBrspM2qh8 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.875rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:8.4464311599731rem;left:7.06138420105rem;height:10.849625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LD7up0sXi1hK1sB7pbAfv09W7fbmxdiC { color:rgba(var(--color-secondary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15019;line-height:2;letter-spacing:0;top:20.035715103149rem;left:7.4994411468506rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#GDks0aPwXu8otzTw3bABmU4tyJvlHUU0 { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;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:0.5rem;top:3.75rem;left:2.4999980926514rem;display:block; }
#ttDyVJlLpRFwaabODC9csxGTWLk7o5uC { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;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:0.5rem;top:3.8125rem;left:4.8749980926514rem;display:block; }
#rrP9tbZoXU5D0ffJ3bKtqgQtkai4r97i { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;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:0.5rem;top:3.75rem;left:7.0624980926512rem;display:block; }
#xrHKsmsilVkgbSbdEM8BJkZOZlCHW623 { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;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:0.5rem;top:3.75rem;left:9.4374980926512rem;display:block; }
#Uk5SMZSwCRhtoBQIIQUB4Z71RTblnnBQ { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-size:auto !important;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:0.5rem;top:17.125001430511rem;left:64.875005722044rem;display:block; }
#qMRrAn9iT9vDNkvJegqJDqLKLdGyi9ue { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-size:auto !important;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:0.5rem;top:17.125001430511rem;left:67.250005722044rem;display:block; }
#VndJ0UZV5ToX8Tg8r2OPwSqykX3aKhP2 { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-size:auto !important;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:0.5rem;top:17.125001430511rem;left:69.625005722044rem;display:block; }
#dy4ePgp2RMHfvAi4wLUeLsDJE8CBFfB2 { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-size:auto !important;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:0.5rem;top:17.125001430511rem;left:72.000005722044rem;display:block; }
#FL5QxqkmhaeZUT7VRza05bOdPEvkbM7r { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:25.250001907349rem;left:28.125001907349rem;display:block; }
#LyNADQF8TWWGFPJoPvhwFGr9bsC7xKzH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zy7p8AcvIikpnG6JCcNSo1GSpJNFzu8a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);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; }#zy7p8AcvIikpnG6JCcNSo1GSpJNFzu8a > .row .container { background-color: transparent; background-image: none; }#zy7p8AcvIikpnG6JCcNSo1GSpJNFzu8a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zy7p8AcvIikpnG6JCcNSo1GSpJNFzu8a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zy7p8AcvIikpnG6JCcNSo1GSpJNFzu8a > .row .container > .video-iframe-container { display: none; }#zy7p8AcvIikpnG6JCcNSo1GSpJNFzu8a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zy7p8AcvIikpnG6JCcNSo1GSpJNFzu8a > .row > .video-iframe-container { display: none; }#zy7p8AcvIikpnG6JCcNSo1GSpJNFzu8a > .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); }#zy7p8AcvIikpnG6JCcNSo1GSpJNFzu8a > .row .container { border-width: 0; border-radius: 0; }#zy7p8AcvIikpnG6JCcNSo1GSpJNFzu8a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zy7p8AcvIikpnG6JCcNSo1GSpJNFzu8a > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:50rem;width:75rem;position:relative;display:block; }#JUkDwDRHB43CxEMoPIyaHzdmU30UKBAa { color:rgba(var(--color-secondary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:11.199221611023rem;left:0rem;height:10.19534375rem;display:block; }
#nNne8DGttP4irSH0BMpRirlTNgkGXzKh { color:rgba(var(--color-tertiary-0),1);display:block;width:37.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.5);top:7rem;left:0rem;height:4.20015rem;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; }
#XZXWzmOp3dX2AxzkVT02Hbgg4UcWZhvK { color:rgba(var(--color-primary-1),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.7;letter-spacing:0;top:5.3364973068238rem;left:0rem;height:1.70015rem;font-style:normal;display:block; }
#oDsQTT4hQ7JOotEvlwC3OJ7d9BHAA6Bw { position:absolute;display:block;z-index:15025;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:28.125rem;width:37.5rem;top:5.28125rem;left:37.5rem;overflow:hidden;display:block; }
#Sfam8FXGwtD6RQabxmN3nJ3OWfswSzc1 { color:rgba(var(--color-secondary-0),1);display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.7;letter-spacing:0;top:35.593376159668rem;left:38.749378204346rem;height:15.29296875rem;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; }
#eu8QKGt59ccIGD4nFG3rMgBCKuosvlLQ { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-0),0.29));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-0),0.29));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-0),0.29));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-0),0.29));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-0),0.29)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-0),0.29)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-0),0.29));background-size:auto !important;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:15.625rem;width:75rem;top:34.312503814698rem;left:0rem;display:block; }
#fZ34blkDBdVsOJ0aQiJVhNeRDQsJHF1X { position:absolute;display:block;z-index:15028;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:26.625rem;width:37.5rem;top:23.375002861023rem;left:0rem;overflow:hidden;display:block; }
#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d473b192-cb62-46fe-8340-5978c19a303d/MHW_Slider_PLOTStudio1.jpg");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; }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu.adaptive-delivery-prevent-bg, #eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu.lazyload, #eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu.lazyloading { background-image: none; }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu > .row .container { background-color: transparent; background-image: none; }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.9); }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu > .row .container > .video-iframe-container { display: none; }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.9); }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu > .row > .video-iframe-container { display: none; }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu > .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); }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu > .row .container { border-width: 0; border-radius: 0; }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu::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; }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:62.9375rem;width:75rem;position:relative;display:block; }#pdpRD2P9DgmOBE3K3gLiGSfBK4z30lyG { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;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:15016;opacity:1;top:5.1875009536743rem;left:31.625001907349rem; }
#NWFGTprcRDwFVzqI3T92IrMbLhWueU63 { color:rgba(var(--color-secondary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:8.2500019073488rem;left:31.625001907349rem;height:2.54980625rem;font-style:normal;display:block; }
#Dxu6eaQ8yOUIdVPxROUMuGFZiVFQPBEM { color:rgba(var(--color-secondary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:11.187501430511rem;left:31.625001907349rem;height:16.9921875rem;font-style:normal;display:block; }
#ADFfEaHR0TFtcbsE4zVOuy9wRcct9zs1 { color:rgba(var(--color-primary-1),1);display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:21.847656726837rem;left:0rem;height:1.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p3Odph5L0AxKa17TnCLmiRQw5khD6FXQ { color:rgba(var(--color-secondary-0),1);display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:24.448661804199rem;left:0rem;height:11.0244375rem;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; }
#qwnEOigQUsDwtiqHeJoFlfLT9JJu20CI { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;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.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#f2Q9ILTLeldK3V5mkBWQqCL9SyTHueSC { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;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.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#MDeGB3JnLwLhC3ntpseMyl6xTqlK97WB { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;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.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#kb2Pr1SbIkEkd4RexIGCuPdMOlFl1nrm { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;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.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#QfQkkvBGQVOSSStVeamne05wUgWkJMA6 { color:rgba(var(--color-secondary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:38.375000953674rem;left:31.625001907349rem;height:16.9921875rem;font-style:normal;display:block; }
#U5L7WwXpR1TKN1tE8PQTJATviD18lScA { color:rgba(var(--color-secondary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:35.437500953674rem;left:31.625001907349rem;height:2.54980625rem;font-style:normal;display:block; }
#dF976RvMKBAkGwIou82WPkkWewMwDWXt { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;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:15020;opacity:1;top:32.375000953674rem;left:31.625001907349rem; }
#DWAziKqPLw2UyGBIbNvQH1W5TFx5KMGE { color:rgba(var(--color-secondary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:38.375000953674rem;left:55.312505722046rem;height:18.6914375rem;font-style:normal;display:block; }
#IWk2nfiC2yzrJ5ffPzPf37vOvMuieiOg { color:rgba(var(--color-secondary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:35.437500953674rem;left:55.312505722046rem;height:2.54980625rem;font-style:normal;display:block; }
#w3xf0oy1NzRLwTzCAkycmIhi1VgufzwT { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;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:15024;opacity:1;top:32.375000953674rem;left:55.312505722046rem; }
#EelXTlci9nzhzwLq5Z6sVeLWG2I7bN32 { color:rgba(var(--color-secondary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:11.187501430511rem;left:55.312505722046rem;height:16.99215625rem;font-style:normal;display:block; }
#ZrSE6Zl2683vu06qB8OQXzlzk8MX8W0V { color:rgba(var(--color-secondary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:8.2500019073488rem;left:55.312505722046rem;height:2.54980625rem;font-style:normal;display:block; }
#HBhFaZwK9p076FI9ksxAi31kMHUk8pFH { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;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:15020;opacity:1;top:5.1875009536743rem;left:55.312505722046rem; }
#RdActzWVkNcTEsFvxg7N2qC4TL1aM2ZV { color:rgba(var(--color-secondary-0),1);display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:36.020091056824rem;left:0rem;height:23.7890625rem;text-align:justify;text-align-last:initial;display:block; }
#ngrGXDRoNkHfIDT3wchbkXdMBkzhnuWc { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:58.375rem;width:45.625rem;top:3.34375rem;left:29.375001907349rem;display:block; }
#ZQEBoBTy268p6yazwHtGSlzJfPQfFqDZ { position:absolute;display:block;z-index:15027;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:16.875rem;width:28.125rem;top:3.34375rem;left:0rem;overflow:hidden;display:block; }
#dqTfyHWIiQOBGFZnvGTk7TyhluXxsZpz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8f9173b3-3cad-482d-949e-97e5e4e76c61/header_umbau.jpg");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; }#dqTfyHWIiQOBGFZnvGTk7TyhluXxsZpz.adaptive-delivery-prevent-bg, #dqTfyHWIiQOBGFZnvGTk7TyhluXxsZpz.lazyload, #dqTfyHWIiQOBGFZnvGTk7TyhluXxsZpz.lazyloading { background-image: none; }#dqTfyHWIiQOBGFZnvGTk7TyhluXxsZpz > .row .container { background-color: transparent; background-image: none; }#dqTfyHWIiQOBGFZnvGTk7TyhluXxsZpz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.8); }#dqTfyHWIiQOBGFZnvGTk7TyhluXxsZpz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dqTfyHWIiQOBGFZnvGTk7TyhluXxsZpz > .row .container > .video-iframe-container { display: none; }#dqTfyHWIiQOBGFZnvGTk7TyhluXxsZpz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.8); }#dqTfyHWIiQOBGFZnvGTk7TyhluXxsZpz > .row > .video-iframe-container { display: none; }#dqTfyHWIiQOBGFZnvGTk7TyhluXxsZpz > .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); }#dqTfyHWIiQOBGFZnvGTk7TyhluXxsZpz > .row .container { border-width: 0; border-radius: 0; }#dqTfyHWIiQOBGFZnvGTk7TyhluXxsZpz::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; }#dqTfyHWIiQOBGFZnvGTk7TyhluXxsZpz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dqTfyHWIiQOBGFZnvGTk7TyhluXxsZpz > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:0.8125rem;width:75rem;position:relative;display:block; }#XD3ptZBTtiFRa2R6Lh58Ke8TC97VRVAd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);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; }#XD3ptZBTtiFRa2R6Lh58Ke8TC97VRVAd > .row .container { background-color: transparent; background-image: none; }#XD3ptZBTtiFRa2R6Lh58Ke8TC97VRVAd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XD3ptZBTtiFRa2R6Lh58Ke8TC97VRVAd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XD3ptZBTtiFRa2R6Lh58Ke8TC97VRVAd > .row .container > .video-iframe-container { display: none; }#XD3ptZBTtiFRa2R6Lh58Ke8TC97VRVAd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XD3ptZBTtiFRa2R6Lh58Ke8TC97VRVAd > .row > .video-iframe-container { display: none; }#XD3ptZBTtiFRa2R6Lh58Ke8TC97VRVAd > .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); }#XD3ptZBTtiFRa2R6Lh58Ke8TC97VRVAd > .row .container { border-width: 0; border-radius: 0; }#XD3ptZBTtiFRa2R6Lh58Ke8TC97VRVAd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XD3ptZBTtiFRa2R6Lh58Ke8TC97VRVAd > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:47.375rem;width:75rem;position:relative;display:block; }#mgG9NcCMEAkswED90q6MTN294Gf1FPiT { color:rgba(var(--color-primary-1),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:5.375rem;left:41.249998092651rem;height:1.70015rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LuX6iLiPOhEzFsX8TZ4n5zEdZTOUp6zQ { color:rgba(var(--color-secondary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:7rem;left:41.249998092651rem;height:3.674975rem;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; }
#UJmJv9XUnws0eCTlIM1F7wJDQsFhcFAP { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-primary-4),0));background-size:auto !important;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.25rem;width:0.5rem;top:0rem;left:72rem;display:block; }
#v3sI1nAn2icrJosy4fEBNwGZa05PuSl4 { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-primary-4),0));background-size:auto !important;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.25rem;width:0.5rem;top:0rem;left:67.25rem;display:block; }
#OHeh35iZkcgReHne2NvO0PAcG7Mhuxn2 { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-primary-4),0));background-size:auto !important;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.25rem;width:0.5rem;top:0rem;left:69.625rem;display:block; }
#uUbDqT592L4kQZaxlJl5s9nRV0IF66R1 { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-primary-4),0));background-size:auto !important;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.25rem;width:0.5rem;top:0rem;left:64.875rem;display:block; }
#HfdAVkskpH6NfsTRrrk7Ln3vDqFzbOEZ { color:rgba(var(--color-secondary-4),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:15.999877929688rem;left:46.874378204346rem;height:3.3984375rem;font-style:normal;display:block; }
#I1zTche35iaXBwJzainh42hpDflDScMr { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;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:15016;opacity:1;top:12.874877929688rem;left:43.124378204346rem; }
#yMCsDiIbT59BZtKaEkJHz83ChCna3XBO { color:rgba(var(--color-secondary-4),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:12.874877929688rem;left:46.874378204346rem;height:2.54980625rem;font-style:normal;display:block; }
#JZQrBJGMhBLBWH8vXG5MGTBrJBokwVd3 { color:rgba(var(--color-secondary-4),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:25.625rem;left:46.875rem;height:6.796875rem;font-style:normal;display:block; }
#Z0DXQgTUft3KUZF6HRlncBxOBoTH44mv { color:rgba(var(--color-secondary-4),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:22.5rem;left:46.875rem;height:2.54980625rem;font-style:normal;display:block; }
#NcwxiQtOp5TbUHLEHHwf0EIvfgCC1W5D { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;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:15020;opacity:1;top:22.5rem;left:43.125rem; }
#MvGndc5p4d4GTbdI66gHly2Se9zveOzG { 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.9995rem;width:37.499375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#nw5DeWhdvNTbQNpG7MQBdJ0iBraDTdQb { color:rgba(var(--color-secondary-4),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:39.1875rem;left:46.875rem;height:8.496125rem;font-style:normal;display:block; }
#Fu64PvKeZtOheumnhm7J9GfBVvd2306w { color:rgba(var(--color-secondary-4),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:36.0625rem;left:46.875rem;height:2.54980625rem;font-style:normal;display:block; }
#RkliV70GX2FvgCuBeXRey7eso0mqnBsc { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;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:15024;opacity:1;top:36.0625rem;left:43.125rem; }
#bBoL6XQ0s4FosmZ5eKOWMZWtCedB8wPN { 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:24.312375rem;width:37.499375rem;top:23.060764312744rem;left:0rem;overflow:hidden;display:block; }
#ow31fphcgRDtv0THS2T67i2plzd1uwN1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),0.8);background-image:url("https://images.assets-landingi.com/uc/b6500b47-8f9f-4e40-9945-ac34d5d66f5d/steinschlag_detail_protec_film.jpeg");background-position:center !important;background-repeat:repeat-x !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; }#ow31fphcgRDtv0THS2T67i2plzd1uwN1.adaptive-delivery-prevent-bg, #ow31fphcgRDtv0THS2T67i2plzd1uwN1.lazyload, #ow31fphcgRDtv0THS2T67i2plzd1uwN1.lazyloading { background-image: none; }#ow31fphcgRDtv0THS2T67i2plzd1uwN1 > .row .container { background-color: transparent; background-image: none; }#ow31fphcgRDtv0THS2T67i2plzd1uwN1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ow31fphcgRDtv0THS2T67i2plzd1uwN1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ow31fphcgRDtv0THS2T67i2plzd1uwN1 > .row .container > .video-iframe-container { display: none; }#ow31fphcgRDtv0THS2T67i2plzd1uwN1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ow31fphcgRDtv0THS2T67i2plzd1uwN1 > .row > .video-iframe-container { display: none; }#ow31fphcgRDtv0THS2T67i2plzd1uwN1 > .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); }#ow31fphcgRDtv0THS2T67i2plzd1uwN1 > .row .container { border-width: 0; border-radius: 0; }#ow31fphcgRDtv0THS2T67i2plzd1uwN1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ow31fphcgRDtv0THS2T67i2plzd1uwN1 > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:56.3125rem;width:75rem;position:relative;display:block; }#SZ74VTETwi8Tv2vrTgEWyza7h48SxRPL { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:56.25rem;width:37.5rem;top:0rem;left:0rem;display:block; }
#wboEzakpgQQymHOOMlJCUXxqJOuDgNTG { color:#000000;display:block;width:28.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15019;line-height:1.7;letter-spacing:0;top:11.93638420105rem;left:6.249382019043rem;height:22.204125rem;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; }
#sUpBmcMdzhnvumu6yAOfFcLtUqpeZKO8 { color:#000000;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:3.5rem;left:6.2494411468506rem;height:7.3499375rem;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; }
#LGC71gTlwT3Pe5ORt28QwmRNSIKMnTvF { position:absolute;display:block;z-index:15020;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.687375rem;width:28.249625rem;top:35.499133110046rem;left:6.3107643127444rem;overflow:hidden;display:block; }
#eTO3PU2d6rwDcIom7OrwFcn8FLM5C10T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);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; }#eTO3PU2d6rwDcIom7OrwFcn8FLM5C10T > .row .container { background-color: transparent; background-image: none; }#eTO3PU2d6rwDcIom7OrwFcn8FLM5C10T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTO3PU2d6rwDcIom7OrwFcn8FLM5C10T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTO3PU2d6rwDcIom7OrwFcn8FLM5C10T > .row .container > .video-iframe-container { display: none; }#eTO3PU2d6rwDcIom7OrwFcn8FLM5C10T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTO3PU2d6rwDcIom7OrwFcn8FLM5C10T > .row > .video-iframe-container { display: none; }#eTO3PU2d6rwDcIom7OrwFcn8FLM5C10T > .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); }#eTO3PU2d6rwDcIom7OrwFcn8FLM5C10T > .row .container { border-width: 0; border-radius: 0; }#eTO3PU2d6rwDcIom7OrwFcn8FLM5C10T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eTO3PU2d6rwDcIom7OrwFcn8FLM5C10T > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:101.4375rem;width:75rem;position:relative;display:block; }#zHM6WslyywdTKJKLa4BqcI3LMn2B0rIO { color:rgba(var(--color-primary-1),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:3.4375114440918rem;left:11.249441146851rem;height:1.70015rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m0l4lr52TxEn0mz79epV4Xa4c4FZLpDX { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:5.7606143951416rem;left:11.249441146851rem;height:3.674975rem;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:center;text-align-last:center;display:block; }
#W889gytpRWHcPLXAZJWddSyyCKRH8KlT { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-4),0));background-size:auto !important;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.25rem;width:0.5rem;top:0rem;left:66.625rem;display:block; }
#D5052Dsg0qV044nJNl4KEU5CaWRKvCiU { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-4),0));background-size:auto !important;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.25rem;width:0.5rem;top:0rem;left:69rem;display:block; }
#W9WTZvIP4VbtVfs3xocLKKBMzVMqiEt3 { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-4),0));background-size:auto !important;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.25rem;width:0.5rem;top:0rem;left:71.375rem;display:block; }
#oFhihihD578prBne3f0TQuoMbPvEBRKa { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-4),0));background-size:auto !important;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.25rem;width:0.5rem;top:0rem;left:64.25rem;display:block; }
#p5rATbJJRGK5OiJi3aRHRNH7XVg6bTyC { color:rgba(var(--color-secondary-0),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:10.059152126312rem;left:11.249441146851rem;height:7.71484375rem;text-align:center;text-align-last:center;display:block; }
#gzBGuAD1JnJroZuBzc5z7KBK88UEaPzM { color:rgba(var(--color-secondary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:47.636161804199rem;left:0rem;height:2.625rem;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:center;text-align-last:center;display:block; }
#X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#e3e3e3;background-image:none;vertical-align:top; }
#X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem; }
#X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:"bree serif"; }
#X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK .accordion-trigger.adaptive-delivery-prevent-bg, #X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK .accordion-trigger.lazyload, #X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK .accordion-trigger.lazyloading { background-image: none; }
#X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK { box-sizing:content-box;height:auto;width:35rem;position:absolute;display:flex;flex-direction:column;gap:0.9375rem;z-index:15036;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/12ceb102-08ab-484e-914d-eb95ee41654f/steinschlag_fahrzeug.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:51.25rem;left:0rem; }#X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK.adaptive-delivery-prevent-bg, #X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK.lazyload, #X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK.lazyloading { background-image: none; }
#X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK #vfyZEpk6SNC5PeiAiuMzHc02DNu63voi { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK #ohgnfOp4XGcIa3xKU5keRSLSUUIqeM1B { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK #pQa8nz8BJ8oNJy0wA5NUUhNzKpxwVpu8 { display:block;position:relative; }
#X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK #pgOwGK6vNLJNHMdNJH4yH6TE4hnpxJVJ {  }
#X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK #MBuDsVIIMvzRtoxo70feFDiElXuiQOfJ {  }
#X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK #Fb2lnTDzCcTRDnSTGHHgTSCI093ViH7G { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK #gfQFcUDWon7oxqAZNEinpkhERZmBtPtE { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK #L5PyIlkauTGrrWpx9HIEog2xhIDM6szy { display:block;position:relative; }
#X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK #QDirdBQMhKuQd7Uv0XaSJhNAkwayknIy {  }
#X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK #kdQLTQ3T09XdqGtV16QcsQQ7vEyWS14S { display:none; }
#X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK #PPDDLdvg93tFibKbTBo17wcJD1VvT080 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK #VE5mPZCkqvoUP1TbdKR6qHykm0qtTLA9 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK #TKz1gf3I8RKKppDRGtbI361UpUPzOfz6 { display:block;position:relative; }
#X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK #iuZck3GPA1NxDFtkgHR54qgeaOJcCQUf {  }
#X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK #HuXOzZoNmQolE6xpb1Ut1GyPb2tZ972u { display:none; }
#X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK #twSPpMxiuWcdFZWNyAUrmTtJ41qUI5kG { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK #rfG5D43PszhlIIeI2wwTRtZmNQtnFgz5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK #hcDSrX0qZCEZOnuZTa29uvPGG2ToZkoZ { display:block;position:relative; }
#X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK #yJmvGuZV96BUJzTLNgrkuzK3TT7W2op7 {  }
#X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK #Jq299qx7hVHJq4uRPN2G2417m9gngNTX { display:none; }
#WQM3wrKu31KyBqBAEMqCNgzWG2nZqf0i { position:absolute;display:block;z-index:15035;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:22.5rem;width:75rem;top:23.560256004334rem;left:0rem;overflow:hidden;display:block; }
#BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#e3e3e3;background-image:none;vertical-align:top; }
#BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem; }
#BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem; }
#BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd .accordion-trigger.adaptive-delivery-prevent-bg, #BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd .accordion-trigger.lazyload, #BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd .accordion-trigger.lazyloading { background-image: none; }
#BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd { box-sizing:content-box;height:auto;width:35rem;position:absolute;display:flex;flex-direction:column;gap:0.9375rem;z-index:15037;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/ae14537b-59db-47b5-bc3e-12c6e9d8a927/teilfolierung.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:51.25rem;left:37.499998092651rem; }#BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd.adaptive-delivery-prevent-bg, #BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd.lazyload, #BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd.lazyloading { background-image: none; }
#BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd #AnXCo8hKsPVKbZHxF3SfJU7K1zT5TZer { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd #Xv5N5KW73x2xmfrXmCNODINm6Auz8tW9 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd #L5PyIlkauTGrrWpx9HIEog2xhIDM6szy { display:block;position:relative; }
#BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd #QDirdBQMhKuQd7Uv0XaSJhNAkwayknIy {  }
#BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd #uGhoCkIiOpmaROFgeyTftBH0aRKBTESs {  }
#BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd #X2MvpUHSM4v14Hm3T21TfucGKHAEHrRt { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd #bhZ6GO0tvmA1DhHfTXZwvviRRRn9KAHe { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd #pQa8nz8BJ8oNJy0wA5NUUhNzKpxwVpu8 { display:block;position:relative; }
#BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd #pgOwGK6vNLJNHMdNJH4yH6TE4hnpxJVJ {  }
#BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd #ITaguI3tPvbdgGTBq5qSNN7kF15W0oFi { display:none; }
#BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd #TqVT8RTdrUNnCT8dk9B4IraiMm4ES3JS { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd #gRATizvMWUqtAqtq2cdVVyi0Jth3i0FB { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd #TKz1gf3I8RKKppDRGtbI361UpUPzOfz6 { display:block;position:relative; }
#BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd #iuZck3GPA1NxDFtkgHR54qgeaOJcCQUf {  }
#BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd #JKmNUHACvvIcbaf4mu5tlLuuBfSrJqkH { display:none; }
#BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd #aPDxJcLVNytmdmBTh8IlsMPWX25gmcnO { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd #GJi3nn7xTpIgUhXIPHH74yRR8Fbr8HVy { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd #JDZqLIAMuHUBuTzgIr3ERocSxH6wgHPD { display:block;position:relative; }
#BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd #TSIs5u5nsCdha1oEP4gZd1edpuMQim9M {  }
#BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd #NafTlAkOnSE8fRIaxdZDTRQBb9zTEGw1 { display:none; }
#wsS0r3lNiq6wMohVZ9WeIlheLbTFRvWU { color:rgba(var(--color-secondary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:47.636161804199rem;left:37.499998092651rem;height:2.625rem;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:center;text-align-last:center;display:block; }
#XINBVkHr82Wcodw5vyx67WgeUTmVzuSZ { color:rgba(var(--color-tertiary-0),1);display:block;width:55rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:75.2544670105rem;left:19.999441146851rem;height:3.674975rem;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; }
#vLmC1gLP3ceTyVgzkyGSbDC89Gtb7Pta { color:rgba(var(--color-secondary-0),1);display:block;width:55rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:78.8928604126rem;left:19.999441146851rem;height:6.171875rem;text-align:left;text-align-last:left;display:block; }
#NsDeeWR4KTnlA6Ogy4FRXuknLHepwfmu { position:absolute;display:block;z-index:15038;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:26.25rem;width:17.4375rem;top:72.47879600525rem;left:0rem;overflow:hidden;display:block; }
#dpzt3vln7G0GZinBaXR3ZBUZFsSk3HMT { color:rgba(var(--color-tertiary-0),1);display:block;width:55rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:90.4955368042rem;left:19.999441146851rem;height:3.674975rem;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; }
#VwbkwPgzpdO6gIPG4iXKUNFU3Virq14X { color:rgba(var(--color-secondary-0),1);display:block;width:55rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:94.1339302063rem;left:19.999441146851rem;height:4.6298375rem;text-align:left;text-align-last:left;display:block; }
#siVCByqNF45VvHghn2yvJivqXSEpkTLw { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;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:15021;opacity:1;top:72.54018211365rem;left:19.999441146851rem; }
#RiwMKTUzNCKv98BEKCK1AgynT2rUlGCi { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;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:15022;opacity:1;top:87.7812538147rem;left:19.999441146851rem; }
#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e7588bf4-64c4-4197-8969-7604a96661f4/image.preview.sharp_1.png");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; }#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea.adaptive-delivery-prevent-bg, #pk6lM01ubSUoRRsrIyNITZStOTFxd0ea.lazyload, #pk6lM01ubSUoRRsrIyNITZStOTFxd0ea.lazyloading { background-image: none; }#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea > .row .container { background-color: transparent; background-image: none; }#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.8); }#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea > .row .container > .video-iframe-container { display: none; }#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.8); }#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea > .row > .video-iframe-container { display: none; }#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea > .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); }#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea > .row .container { border-width: 0; border-radius: 0; }#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea::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; }#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:18.75rem;width:75rem;position:relative;display:block; }#CCkKoPyVxEeqKA2x4blgFWKB7pATih70 { color:rgba(var(--color-secondary-0),1);display:block;width:60.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:4.9375rem;left:0rem;height:6.2988125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bwkslxtb7y0i55HaMNtzeEXW84P7fGSJ { color:rgba(var(--color-secondary-0),1);display:block;width:62.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:8.4375rem;left:0rem;height:5.736325rem;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; }
#EeTklTHLo08K8VL5FuP2c0QBrFuR0b5y { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:4.625rem;left:62.25rem;display:block; }
#iPeOADF9Lk1AVLLwPIT7cNsc92hhQBhT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L7hZsXHmCoZoU3TgWokHSbrB71e0fLIX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0d0ea3f6-6ba8-4302-9905-24f7547ee093/digitaldruck_folierung.jpeg");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; }#L7hZsXHmCoZoU3TgWokHSbrB71e0fLIX.adaptive-delivery-prevent-bg, #L7hZsXHmCoZoU3TgWokHSbrB71e0fLIX.lazyload, #L7hZsXHmCoZoU3TgWokHSbrB71e0fLIX.lazyloading { background-image: none; }#L7hZsXHmCoZoU3TgWokHSbrB71e0fLIX > .row .container { background-color: transparent; background-image: none; }#L7hZsXHmCoZoU3TgWokHSbrB71e0fLIX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-0),0.9); }#L7hZsXHmCoZoU3TgWokHSbrB71e0fLIX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7hZsXHmCoZoU3TgWokHSbrB71e0fLIX > .row .container > .video-iframe-container { display: none; }#L7hZsXHmCoZoU3TgWokHSbrB71e0fLIX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-0),0.9); }#L7hZsXHmCoZoU3TgWokHSbrB71e0fLIX > .row > .video-iframe-container { display: none; }#L7hZsXHmCoZoU3TgWokHSbrB71e0fLIX > .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); }#L7hZsXHmCoZoU3TgWokHSbrB71e0fLIX > .row .container { border-width: 0; border-radius: 0; }#L7hZsXHmCoZoU3TgWokHSbrB71e0fLIX::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; }#L7hZsXHmCoZoU3TgWokHSbrB71e0fLIX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L7hZsXHmCoZoU3TgWokHSbrB71e0fLIX > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:60.9375rem;width:75rem;position:relative;display:block; }#ht5rzoMUFRaCfAnenytRIxKVZbigLPFE { color:rgba(var(--color-primary-1),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15023;line-height:1.7;letter-spacing:0;top:4.3111362457276rem;left:2.9972724914551rem;height:1.70015rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FXTttqtLwdwZtsGcO0ERVMBvHGbP4Lni { color:rgba(var(--color-secondary-4),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:6.4481639862063rem;left:2.9972724914551rem;height:3.674975rem;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; }
#WwfnfbBxxHXdxPitWHeaQ5SJzPUdSCPO { color:rgba(var(--color-secondary-4),1);display:block;width:71.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:11.241939544677rem;left:2.9972724914551rem;height:16.97271875rem;display:block; }
#l3cPFGE7dWI0BwgHXoc9QIgCSq0UbMyb { position:absolute;display:block;z-index:15025;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:28.125rem;width:75rem;top:32.811880111694rem;left:0rem;overflow:hidden;display:block; }
#Ogv9zX27t56zeGOXMMhGbznl5IQLVbwQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);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; }#Ogv9zX27t56zeGOXMMhGbznl5IQLVbwQ > .row .container { background-color: transparent; background-image: none; }#Ogv9zX27t56zeGOXMMhGbznl5IQLVbwQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ogv9zX27t56zeGOXMMhGbznl5IQLVbwQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ogv9zX27t56zeGOXMMhGbznl5IQLVbwQ > .row .container > .video-iframe-container { display: none; }#Ogv9zX27t56zeGOXMMhGbznl5IQLVbwQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ogv9zX27t56zeGOXMMhGbznl5IQLVbwQ > .row > .video-iframe-container { display: none; }#Ogv9zX27t56zeGOXMMhGbznl5IQLVbwQ > .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); }#Ogv9zX27t56zeGOXMMhGbznl5IQLVbwQ > .row .container { border-width: 0; border-radius: 0; }#Ogv9zX27t56zeGOXMMhGbznl5IQLVbwQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ogv9zX27t56zeGOXMMhGbznl5IQLVbwQ > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:60.125rem;width:75rem;position:relative;display:block; }#DhbFiuULDRg1EPxRCSqFbEJiE9GW0XMy { color:rgba(var(--color-primary-1),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:3.125rem;left:11.249998092651rem;height:1.70015rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TqtP528wKJZPciBL99k1Pp3WIpnB3kP2 { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:4.75rem;left:11.249998092651rem;height:3.674975rem;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:center;text-align-last:center;display:block; }
#wqPN9JggAtXV4CTwmoMa7dlfhm704UFO { position:absolute;display:block;z-index:15021;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:18.75rem;top:10.0625rem;left:0rem;overflow:hidden;display:block; }
#Lg6QqH9OT070U3lvZyGZwuuxRFMub0qn { position:absolute;display:block;z-index:15022;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:18.75rem;top:10.0625rem;left:18.75rem;overflow:hidden;display:block; }
#vI3GTavU8IFFSTd5FnB1fbtoonpIZmbk { position:absolute;display:block;z-index:15023;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:25rem;width:37.5rem;top:10.0625rem;left:37.5rem;overflow:hidden;display:block; }
#ZTKOgb0krGvZrqPNZUb0pLXBbu4htA9b { position:absolute;display:block;z-index:15024;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:18.75rem;top:22.5625rem;left:0rem;overflow:hidden;display:block; }
#CiBzm2Q7yhO8f5Jf23RpwLrpoaxB1MWX { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-size:auto !important;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:9.375rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#B55w0pBgE2O4bgM3PLzJJyCApDX7iAB9 { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;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:9.375rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#dNE59Azn14spNV73Lcpfz5Vu3vpm5Hh2 { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-size:auto !important;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:9.375rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#DCc740m2eQRiD7PmDksWV0Q1n6GSV90E { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;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:9.375rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#QGXoZxIecfyc4rMfH74huGWUR7LaOXxn { position:absolute;display:block;z-index:15025;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:18.75rem;top:22.5625rem;left:18.75rem;overflow:hidden;display:block; }
#Oqmzl5l2mipK0EP8JdruuK95Go4TVzFP { position:absolute;display:block;z-index:15024;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:25rem;width:37.5rem;top:35.0625rem;left:0rem;overflow:hidden;display:block; }
#SIxefHEHENSp7rTmpnKuBa6AThFu25EK { position:absolute;display:block;z-index:15026;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:18.75rem;top:35.0625rem;left:37.5rem;overflow:hidden;display:block; }
#MnhrNZ9ENPJJRd6OQGgPgQzutA1cyCu6 { position:absolute;display:block;z-index:15026;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:18.75rem;top:35.0625rem;left:56.25rem;overflow:hidden;display:block; }
#sf7ZZuPTXrJIzVsyx6Hcwf2ZUqpgVvRr { position:absolute;display:block;z-index:15027;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:18.75rem;top:47.5625rem;left:37.5rem;overflow:hidden;display:block; }
#aksNKVoVBt9aOVo5xNbRuQDXnDwU52st { position:absolute;display:block;z-index:15027;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:18.75rem;top:47.5625rem;left:56.25rem;overflow:hidden;display:block; }
#Tzxl7cduMR271BmdHtd3xakXkxuGyS2P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));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; }#Tzxl7cduMR271BmdHtd3xakXkxuGyS2P > .row .container { background-color: transparent; background-image: none; }#Tzxl7cduMR271BmdHtd3xakXkxuGyS2P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tzxl7cduMR271BmdHtd3xakXkxuGyS2P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tzxl7cduMR271BmdHtd3xakXkxuGyS2P > .row .container > .video-iframe-container { display: none; }#Tzxl7cduMR271BmdHtd3xakXkxuGyS2P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tzxl7cduMR271BmdHtd3xakXkxuGyS2P > .row > .video-iframe-container { display: none; }#Tzxl7cduMR271BmdHtd3xakXkxuGyS2P > .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); }#Tzxl7cduMR271BmdHtd3xakXkxuGyS2P > .row .container { border-width: 0; border-radius: 0; }#Tzxl7cduMR271BmdHtd3xakXkxuGyS2P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tzxl7cduMR271BmdHtd3xakXkxuGyS2P > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:36.25rem;width:75rem;position:relative;display:block; }#JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md .widget-form-header { font-size:0.75rem; }
#JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md .widget-regular-label { height:auto;display:inline-block;*zoom:1;*display:inline;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:bold;color:rgba(var(--color-secondary-0),1);width:7.5rem;padding-top:0;padding-right:0.625rem;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:middle;text-align:right;text-align-last:right; }
#JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:inline-block;*zoom:1;*display:inline;width:64.25rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:middle; }
#JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md .widget-input-text {padding-top: 0; padding-bottom: 0;}#JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:inline-block;*zoom:1;*display:inline;width:64.25rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:middle; }
#JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:inline-block;*zoom:1;*display:inline;width:64.25rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:middle; }
#JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md .widget-input-select {padding-top: 0; padding-bottom: 0;}#JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:8.125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:middle; }
#JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:8.125rem;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:#f2f9ff;width:64.25rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md [class*="-text"]:-moz-placeholder { color:rgba(var(--color-secondary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md [class*="-text"]::-moz-placeholder { color:rgba(var(--color-secondary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-secondary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-secondary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:63.0625rem;overflow:hidden;font-style:normal;float:none; }
#JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto;display:flex;align-items:center;justify-content:flex-end; }
#JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md .widget-container:first-of-type{padding-top:0;}#JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md .widget-container:last-of-type{padding-bottom:0;}#JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:72.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;left:0rem;top:5.2213543653488rem;z-index:15000;position:absolute;font-size:0.75rem; }
#JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:64.25rem;display:inline-block;*zoom:1;*display:inline;vertical-align:middle; }
#JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md {display:block;}#JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:72.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;left:0rem;top:5.2213543653488rem;z-index:15000;position:absolute;font-size:0.75rem; }
#JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md #F031kxlptDaIlieyzM7vvA91zEqTWTiT { position:relative; }
#JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md #pdGFOJGfhmtFGILWBvIVbM0ce1Xvzp53 { position:relative;display:block; }
#JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md #CgBflSqgpfdwRg6OaI1k1PqmEpPm2aBH { position:relative; }
#JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md #hKZ4HJUL1dcl6OnxZDHiw82BN5NDIw21 { position:relative; }
#JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md #GkE8sG7vODDxsA5ohkU8CvxqOUxPmn8a { position:relative;display:block; }
#JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md #vOsWVbz5Zz4X2g6nZiTTZSmd8L3urukE { position:relative; }
#JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md #IFGWyeQT8Sr4y8MpqvNte6v5L7EsznoQ { position:relative; }
#JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md #sAIaC94y4PWr1fvn46uaIH8nVTCX4XqU { position:relative;display:block; }
#JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md #KZJ9qp3TwS4TOJB11iN3KR9TFeiTPETP { position:relative; }
#JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md #xxxKP4lQT7Rkz2xJq1qBgB1HE4fB71pv { position:relative; }
#JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md #TcOex5fvfbRb8vKRk63Wc0uiQhUD3DTo { position:relative;display:block; }
#JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md #qxZyuPHeFtqsMcJ9zPxc2SWiWxwVBmRv { position:relative; }
#JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md #olNdsxbwSGzVZnOPsWOwDLQmwc4FqhvN { position:relative; }
#JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md #LPOOPRhbFC4LBJN2JUmOCDSUWaoPZUU5 { position:relative;display:block; }
#JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md #Q0rhQwKBc9boPpayTgU4agDDdUJlwfXq { position:relative; }
#UFFm47nH6E7rgQJOR3H9f5AQDS3KVRHu { position:relative;z-index:100000;display:block; }
#Ht557MGWRL9ZLRZtbPogeQFHMc33NrwU { position:relative;z-index:100000;display:block; }
#JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md #ZrJfcwgThLeQqk0zXPA9Rvzmyorq5IzT { position:relative; }
#JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md #UrufVaUC07ef32NTN97yXyfMcOHt4tUW { position:relative; }
#TysGTzIv7LwGSvCQH2WHkCIc4c6CEeNV { color:rgba(var(--color-secondary-0),1);display:block;width:74.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:1.3597764968872rem;left:0rem;height:3.674975rem;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:center;text-align-last:center;display:block; }
#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);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; }#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z > .row .container { background-color: transparent; background-image: none; }#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z > .row .container > .video-iframe-container { display: none; }#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z > .row > .video-iframe-container { display: none; }#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z > .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); }#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z > .row .container { border-width: 0; border-radius: 0; }#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:21.6875rem;width:75rem;position:relative;display:block; }#DBODtdl41VetcGxybT57RUwZ7wbvzK0u { color:rgba(var(--color-primary-1),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:1.8125rem;left:0rem;height:1.70015rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LKTi4lA7QIhNzU48dvhNB5LDARJdtons { color:rgba(var(--color-secondary-0),1);display:block;width:58.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:3.4996337890625rem;left:0rem;height:3.674975rem;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; }
#owyTGDz8G44BuKiarHdvCvasspKoRH9E { color:rgba(var(--color-secondary-0),1);display:block;width:53.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:9.0496215820312rem;left:0rem;height:3.3984375rem;display:block; }
#RmH9Tbng29vZK56ZSLSHxM2NTVss2r9R { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:14.936889648438rem;left:0rem; }
#wNNzBA5u5kdpUU7IdhyP2Pvnb0lUlbWA { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15039;line-height:1.7;letter-spacing:0;top:16.749877929688rem;left:0rem;height:2.54980625rem;font-style:normal;display:block; }
#khI6XmzoW2EK08hrUnMfSq79WekrKLUp { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.7;letter-spacing:0;top:14.749633789062rem;left:2.2495040893555rem;height:1.9121125rem;font-style:normal;display:block; }
#vFaePdXhowyi7SvfIplDKVoq9vnkzsme { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15042;line-height:1.7;letter-spacing:0;top:16.937133789062rem;left:26.250003814698rem;height:2.54980625rem;font-style:normal;display:block; }
#B29Z32wU0cBd6K7IKcSv2dLORmT3rvET { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:15.124755859375rem;left:26.250003814698rem; }
#DcT47TIUtZMrkMHepxh9cLAzv0659ohz { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15043;line-height:1.7;letter-spacing:0;top:14.936889648438rem;left:28.499507904052rem;height:1.9121125rem;font-style:normal;display:block; }
#HnpT1ok2PXgpgzAQs6Bi988CNygvHlhT { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:14.68701171875rem;left:52.499378204346rem; }
#Nu4E4odH95odeM6lsnckyPQKGK6hyQMD { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15045;line-height:1.7;letter-spacing:0;top:16.499389648438rem;left:52.499378204346rem;height:5.0996125rem;font-style:normal;display:block; }
#Q9VV5m9SUPdTl0OkSnf1i90aAUtFHSWo { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15046;line-height:1.7;letter-spacing:0;top:14.499755859375rem;left:54.749507904052rem;height:1.9121125rem;font-style:normal;display:block; }
#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);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; }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row .container { background-color: transparent; background-image: none; }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row .container > .video-iframe-container { display: none; }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row > .video-iframe-container { display: none; }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .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); }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row .container { border-width: 0; border-radius: 0; }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:11.3125rem;width:75rem;position:relative;display:block; }#ewUlh4FvtAETAeUC3auCtlZQC3DKA0XT { color:rgba(var(--color-secondary-0),1);display:block;width:31.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:2.1300354003906rem;left:13.499441146851rem;height:1.48730625rem;text-align:left;text-align-last:left;display:block; }
#ewqBTdSO3Ga8Imk3Tt3Jzh8qC7DfvzsJ { 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:1.5rem;width:11.875rem;top:1.9375rem;left:0rem;overflow:hidden;display:block; }
#yLp3CKU3LOySCsDiwVgENgzTA1TWnFA1 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:2.125rem;left:73.500005722044rem; }
#yLp3CKU3LOySCsDiwVgENgzTA1TWnFA1 > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#JJ4pKK52dOKRTHH8TdqpD9xEOn1s9Uiy { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:2.125rem;left:71.250005722044rem; }
#JJ4pKK52dOKRTHH8TdqpD9xEOn1s9Uiy > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#QWGEXSr5ZTpoVUfrepD7LQnI2pGZ8BTb { color:rgba(var(--color-tertiary-2),1);display:block;width:74.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:6.476192474365rem;left:0rem;height:2.9746125rem;text-align:left;text-align-last:left;display:block; }
#MiSFgPbUzNEXlh4TRkb5Mk0W1Rk8uKnw { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:7.5rem;height:2.0625rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:1.8413963317871rem;left:62.72607040405rem;display:block; }
#ERHOXFg6IIrbDtMzPyigX9Oa7PKxaUWl { 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) { #XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ { display:block; }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LCSurvOSdVmZWPwxQtJlMVe4bnLb1wHN { width:15.375rem;height:1.875rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXz0RoCcsCLJqidOEeubeE4QygoMutlN { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCHgn5M948kqrC7zKTtqTONJz5eJLyCl { display:block; }
 }@media only screen and (max-width: 763px) { #s6X5yy9QqhKX8X3tK7q47WKWXlo5Ri6G { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPHTXNgE0w5hBhzik3Mfs2waFXEDuBk8 { display:block; }
 }@media only screen and (max-width: 763px) { #niLEN44rXZCaSIeecm06rhHfxGhAUTIa { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkW6aAEdaRX65CZB3E1aAkBh6flFkoEX { display:block; }
 }@media only screen and (max-width: 763px) { #ldDhFkFb7WswgvRh8xBaT8WONPh4XXdq { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbZI52AWXTbp6TRIogOoiZ0pE98WcxJw { display:block; }
 }@media only screen and (max-width: 763px) { #N1XdHWWwbtK1lVkXw6n5eWGiRetPF6S1 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdKZ864iSWDITI0nRRl3KEilQuoMpy6J { display:block; }
 }@media only screen and (max-width: 763px) { #OzQimviNSnH5DNXRyqllRBkotarXALoo { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgORKeXH1qvhydOmnmyRAoAA9TNcdHqW { display:block; }
 }@media only screen and (max-width: 763px) { #eqe1D89htwE3Jd7KPFQEC45E4X4qquwm { display:none; }
 }@media only screen and (max-width: 763px) { #Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO { display:block; }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTcn8wJVrfyqKVoadk8TJJgBrspM2qh8 { top:8.4375rem;left:0rem;width:47.75rem;height:10.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD7up0sXi1hK1sB7pbAfv09W7fbmxdiC { top:20rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDks0aPwXu8otzTw3bABmU4tyJvlHUU0 { width:0.5rem;height:20rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttDyVJlLpRFwaabODC9csxGTWLk7o5uC { width:0.5rem;height:20rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrP9tbZoXU5D0ffJ3bKtqgQtkai4r97i { width:0.5rem;height:20rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrHKsmsilVkgbSbdEM8BJkZOZlCHW623 { width:0.5rem;height:20rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uk5SMZSwCRhtoBQIIQUB4Z71RTblnnBQ { width:0.5rem;height:20rem;top:17.125rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMRrAn9iT9vDNkvJegqJDqLKLdGyi9ue { width:0.5rem;height:20rem;top:17.125rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VndJ0UZV5ToX8Tg8r2OPwSqykX3aKhP2 { width:0.5rem;height:20rem;top:17.125rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dy4ePgp2RMHfvAi4wLUeLsDJE8CBFfB2 { width:0.5rem;height:20rem;top:17.125rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FL5QxqkmhaeZUT7VRza05bOdPEvkbM7r { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyNADQF8TWWGFPJoPvhwFGr9bsC7xKzH { display:block; }
 }@media only screen and (max-width: 763px) { #zy7p8AcvIikpnG6JCcNSo1GSpJNFzu8a { display:block; }#zy7p8AcvIikpnG6JCcNSo1GSpJNFzu8a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JUkDwDRHB43CxEMoPIyaHzdmU30UKBAa { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNne8DGttP4irSH0BMpRirlTNgkGXzKh { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZXWzmOp3dX2AxzkVT02Hbgg4UcWZhvK { top:5.3125rem;left:0rem;width:37.5rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDsQTT4hQ7JOotEvlwC3OJ7d9BHAA6Bw { top:5.25rem;left:10.25rem;width:37.5rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sfam8FXGwtD6RQabxmN3nJ3OWfswSzc1 { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eu8QKGt59ccIGD4nFG3rMgBCKuosvlLQ { width:47.75rem;height:15.625rem;top:34.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZ34blkDBdVsOJ0aQiJVhNeRDQsJHF1X { top:23.375rem;left:0rem;width:37.5rem;height:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu { display:block; }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pdpRD2P9DgmOBE3K3gLiGSfBK4z30lyG { top:5.1875rem;left:18.000001907349rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWFGTprcRDwFVzqI3T92IrMbLhWueU63 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dxu6eaQ8yOUIdVPxROUMuGFZiVFQPBEM { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADFfEaHR0TFtcbsE4zVOuy9wRcct9zs1 { top:21.8125rem;left:0rem;width:28.125rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3Odph5L0AxKa17TnCLmiRQw5khD6FXQ { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwnEOigQUsDwtiqHeJoFlfLT9JJu20CI { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2Q9ILTLeldK3V5mkBWQqCL9SyTHueSC { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDeGB3JnLwLhC3ntpseMyl6xTqlK97WB { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kb2Pr1SbIkEkd4RexIGCuPdMOlFl1nrm { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfQkkvBGQVOSSStVeamne05wUgWkJMA6 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5L7WwXpR1TKN1tE8PQTJATviD18lScA { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dF976RvMKBAkGwIou82WPkkWewMwDWXt { top:32.375rem;left:18.000001907349rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWAziKqPLw2UyGBIbNvQH1W5TFx5KMGE { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWk2nfiC2yzrJ5ffPzPf37vOvMuieiOg { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3xf0oy1NzRLwTzCAkycmIhi1VgufzwT { top:32.375rem;left:41.687505722046rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EelXTlci9nzhzwLq5Z6sVeLWG2I7bN32 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrSE6Zl2683vu06qB8OQXzlzk8MX8W0V { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBhFaZwK9p076FI9ksxAi31kMHUk8pFH { top:5.1875rem;left:41.687505722046rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdActzWVkNcTEsFvxg7N2qC4TL1aM2ZV { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngrGXDRoNkHfIDT3wchbkXdMBkzhnuWc { width:45.625rem;height:58.375rem;top:3.3125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQEBoBTy268p6yazwHtGSlzJfPQfFqDZ { top:3.3125rem;left:0rem;width:28.125rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqTfyHWIiQOBGFZnvGTk7TyhluXxsZpz { display:block; }#dqTfyHWIiQOBGFZnvGTk7TyhluXxsZpz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XD3ptZBTtiFRa2R6Lh58Ke8TC97VRVAd { display:block; }#XD3ptZBTtiFRa2R6Lh58Ke8TC97VRVAd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mgG9NcCMEAkswED90q6MTN294Gf1FPiT { top:5.375rem;left:14rem;width:33.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuX6iLiPOhEzFsX8TZ4n5zEdZTOUp6zQ { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJmJv9XUnws0eCTlIM1F7wJDQsFhcFAP { width:0.5rem;height:11.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3sI1nAn2icrJosy4fEBNwGZa05PuSl4 { width:0.5rem;height:11.25rem;top:0rem;left:46.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHeh35iZkcgReHne2NvO0PAcG7Mhuxn2 { width:0.5rem;height:11.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUbDqT592L4kQZaxlJl5s9nRV0IF66R1 { width:0.5rem;height:11.25rem;top:0rem;left:44.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfdAVkskpH6NfsTRrrk7Ln3vDqFzbOEZ { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1zTche35iaXBwJzainh42hpDflDScMr { top:12.8125rem;left:23.875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMCsDiIbT59BZtKaEkJHz83ChCna3XBO { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZQrBJGMhBLBWH8vXG5MGTBrJBokwVd3 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0DXQgTUft3KUZF6HRlncBxOBoTH44mv { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcwxiQtOp5TbUHLEHHwf0EIvfgCC1W5D { top:22.5rem;left:23.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvGndc5p4d4GTbdI66gHly2Se9zveOzG { top:0rem;left:0rem;width:37.4375rem;height:20.964850247504rem;display:block; }
 }@media only screen and (max-width: 763px) { #nw5DeWhdvNTbQNpG7MQBdJ0iBraDTdQb { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fu64PvKeZtOheumnhm7J9GfBVvd2306w { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkliV70GX2FvgCuBeXRey7eso0mqnBsc { top:36.0625rem;left:23.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBoL6XQ0s4FosmZ5eKOWMZWtCedB8wPN { top:23rem;left:0rem;width:37.4375rem;height:24.272258912649rem;display:block; }
 }@media only screen and (max-width: 763px) { #ow31fphcgRDtv0THS2T67i2plzd1uwN1 { display:block; }#ow31fphcgRDtv0THS2T67i2plzd1uwN1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SZ74VTETwi8Tv2vrTgEWyza7h48SxRPL { width:47.75rem;height:20rem;top:25rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wboEzakpgQQymHOOMlJCUXxqJOuDgNTG { top:28.9375rem;left:24.5rem;width:21.25rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUpBmcMdzhnvumu6yAOfFcLtUqpeZKO8 { top:28.9375rem;left:1.75rem;width:21.25rem;height:7.349625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGC71gTlwT3Pe5ORt28QwmRNSIKMnTvF { top:35.4375rem;left:0rem;width:28.1875rem;height:18.646278766975rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTO3PU2d6rwDcIom7OrwFcn8FLM5C10T { display:block; }#eTO3PU2d6rwDcIom7OrwFcn8FLM5C10T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zHM6WslyywdTKJKLa4BqcI3LMn2B0rIO { top:3.4375rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0l4lr52TxEn0mz79epV4Xa4c4FZLpDX { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W889gytpRWHcPLXAZJWddSyyCKRH8KlT { width:0.5rem;height:11.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5052Dsg0qV044nJNl4KEU5CaWRKvCiU { width:0.5rem;height:11.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9WTZvIP4VbtVfs3xocLKKBMzVMqiEt3 { width:0.5rem;height:11.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFhihihD578prBne3f0TQuoMbPvEBRKa { width:0.5rem;height:11.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5rATbJJRGK5OiJi3aRHRNH7XVg6bTyC { top:10rem;left:0rem;width:47.75rem;height:7.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzBGuAD1JnJroZuBzc5z7KBK88UEaPzM { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK { display:flex;height:auto;width:27.8125rem;top:40.4375rem;left:1.7499980926514rem; }
#X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK #vfyZEpk6SNC5PeiAiuMzHc02DNu63voi {  }
 }@media only screen and (max-width: 763px) { #X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK #ohgnfOp4XGcIa3xKU5keRSLSUUIqeM1B {  }
 }@media only screen and (max-width: 763px) { #X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK #pQa8nz8BJ8oNJy0wA5NUUhNzKpxwVpu8 {  }
 }@media only screen and (max-width: 763px) { #X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK #pgOwGK6vNLJNHMdNJH4yH6TE4hnpxJVJ {  }
 }@media only screen and (max-width: 763px) { #X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK #MBuDsVIIMvzRtoxo70feFDiElXuiQOfJ {  }
 }@media only screen and (max-width: 763px) { #X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK #Fb2lnTDzCcTRDnSTGHHgTSCI093ViH7G {  }
 }@media only screen and (max-width: 763px) { #X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK #gfQFcUDWon7oxqAZNEinpkhERZmBtPtE {  }
 }@media only screen and (max-width: 763px) { #X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK #L5PyIlkauTGrrWpx9HIEog2xhIDM6szy {  }
 }@media only screen and (max-width: 763px) { #X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK #QDirdBQMhKuQd7Uv0XaSJhNAkwayknIy {  }
 }@media only screen and (max-width: 763px) { #X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK #kdQLTQ3T09XdqGtV16QcsQQ7vEyWS14S {  }
 }@media only screen and (max-width: 763px) { #X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK #PPDDLdvg93tFibKbTBo17wcJD1VvT080 {  }
 }@media only screen and (max-width: 763px) { #X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK #VE5mPZCkqvoUP1TbdKR6qHykm0qtTLA9 {  }
 }@media only screen and (max-width: 763px) { #X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK #TKz1gf3I8RKKppDRGtbI361UpUPzOfz6 {  }
 }@media only screen and (max-width: 763px) { #X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK #iuZck3GPA1NxDFtkgHR54qgeaOJcCQUf {  }
 }@media only screen and (max-width: 763px) { #X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK #HuXOzZoNmQolE6xpb1Ut1GyPb2tZ972u {  }
 }@media only screen and (max-width: 763px) { #X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK #twSPpMxiuWcdFZWNyAUrmTtJ41qUI5kG {  }
 }@media only screen and (max-width: 763px) { #X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK #rfG5D43PszhlIIeI2wwTRtZmNQtnFgz5 {  }
 }@media only screen and (max-width: 763px) { #X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK #hcDSrX0qZCEZOnuZTa29uvPGG2ToZkoZ {  }
 }@media only screen and (max-width: 763px) { #X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK #yJmvGuZV96BUJzTLNgrkuzK3TT7W2op7 {  }
 }@media only screen and (max-width: 763px) { #X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK #Jq299qx7hVHJq4uRPN2G2417m9gngNTX {  }
 }@media only screen and (max-width: 763px) { #WQM3wrKu31KyBqBAEMqCNgzWG2nZqf0i { top:23.5rem;left:0rem;width:47.75rem;height:14.325rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd { display:flex;height:auto;width:27.8125rem;top:40.4375rem;left:1.7499980926514rem; }
#BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd #AnXCo8hKsPVKbZHxF3SfJU7K1zT5TZer {  }
 }@media only screen and (max-width: 763px) { #BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd #Xv5N5KW73x2xmfrXmCNODINm6Auz8tW9 {  }
 }@media only screen and (max-width: 763px) { #BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd #L5PyIlkauTGrrWpx9HIEog2xhIDM6szy {  }
 }@media only screen and (max-width: 763px) { #BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd #QDirdBQMhKuQd7Uv0XaSJhNAkwayknIy {  }
 }@media only screen and (max-width: 763px) { #BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd #uGhoCkIiOpmaROFgeyTftBH0aRKBTESs {  }
 }@media only screen and (max-width: 763px) { #BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd #X2MvpUHSM4v14Hm3T21TfucGKHAEHrRt {  }
 }@media only screen and (max-width: 763px) { #BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd #bhZ6GO0tvmA1DhHfTXZwvviRRRn9KAHe {  }
 }@media only screen and (max-width: 763px) { #BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd #pQa8nz8BJ8oNJy0wA5NUUhNzKpxwVpu8 {  }
 }@media only screen and (max-width: 763px) { #BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd #pgOwGK6vNLJNHMdNJH4yH6TE4hnpxJVJ {  }
 }@media only screen and (max-width: 763px) { #BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd #ITaguI3tPvbdgGTBq5qSNN7kF15W0oFi {  }
 }@media only screen and (max-width: 763px) { #BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd #TqVT8RTdrUNnCT8dk9B4IraiMm4ES3JS {  }
 }@media only screen and (max-width: 763px) { #BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd #gRATizvMWUqtAqtq2cdVVyi0Jth3i0FB {  }
 }@media only screen and (max-width: 763px) { #BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd #TKz1gf3I8RKKppDRGtbI361UpUPzOfz6 {  }
 }@media only screen and (max-width: 763px) { #BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd #iuZck3GPA1NxDFtkgHR54qgeaOJcCQUf {  }
 }@media only screen and (max-width: 763px) { #BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd #JKmNUHACvvIcbaf4mu5tlLuuBfSrJqkH {  }
 }@media only screen and (max-width: 763px) { #BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd #aPDxJcLVNytmdmBTh8IlsMPWX25gmcnO {  }
 }@media only screen and (max-width: 763px) { #BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd #GJi3nn7xTpIgUhXIPHH74yRR8Fbr8HVy {  }
 }@media only screen and (max-width: 763px) { #BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd #JDZqLIAMuHUBuTzgIr3ERocSxH6wgHPD {  }
 }@media only screen and (max-width: 763px) { #BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd #TSIs5u5nsCdha1oEP4gZd1edpuMQim9M {  }
 }@media only screen and (max-width: 763px) { #BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd #NafTlAkOnSE8fRIaxdZDTRQBb9zTEGw1 {  }
 }@media only screen and (max-width: 763px) { #wsS0r3lNiq6wMohVZ9WeIlheLbTFRvWU { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XINBVkHr82Wcodw5vyx67WgeUTmVzuSZ { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLmC1gLP3ceTyVgzkyGSbDC89Gtb7Pta { top:78.875rem;left:0rem;width:47.75rem;height:6.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsDeeWR4KTnlA6Ogy4FRXuknLHepwfmu { top:72.4375rem;left:0rem;width:17.4375rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpzt3vln7G0GZinBaXR3ZBUZFsSk3HMT { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwbkwPgzpdO6gIPG4iXKUNFU3Virq14X { top:94.125rem;left:0rem;width:47.75rem;height:4.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #siVCByqNF45VvHghn2yvJivqXSEpkTLw { top:72.5rem;left:6.3744411468506rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiwMKTUzNCKv98BEKCK1AgynT2rUlGCi { top:87.75rem;left:6.3744411468506rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pk6lM01ubSUoRRsrIyNITZStOTFxd0ea { display:block; }#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CCkKoPyVxEeqKA2x4blgFWKB7pATih70 { top:4.9375rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwkslxtb7y0i55HaMNtzeEXW84P7fGSJ { top:8.4375rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeTklTHLo08K8VL5FuP2c0QBrFuR0b5y { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPeOADF9Lk1AVLLwPIT7cNsc92hhQBhT { display:block; }
 }@media only screen and (max-width: 763px) { #L7hZsXHmCoZoU3TgWokHSbrB71e0fLIX { display:block; }#L7hZsXHmCoZoU3TgWokHSbrB71e0fLIX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ht5rzoMUFRaCfAnenytRIxKVZbigLPFE { top:4.25rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXTttqtLwdwZtsGcO0ERVMBvHGbP4Lni { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwfnfbBxxHXdxPitWHeaQ5SJzPUdSCPO { top:11.1875rem;left:0rem;width:47.75rem;height:16.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3cPFGE7dWI0BwgHXoc9QIgCSq0UbMyb { top:32.75rem;left:0rem;width:47.75rem;height:17.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ogv9zX27t56zeGOXMMhGbznl5IQLVbwQ { display:block; }#Ogv9zX27t56zeGOXMMhGbznl5IQLVbwQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DhbFiuULDRg1EPxRCSqFbEJiE9GW0XMy { top:3.125rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqtP528wKJZPciBL99k1Pp3WIpnB3kP2 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqPN9JggAtXV4CTwmoMa7dlfhm704UFO { width:18.75rem;height:12.5rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lg6QqH9OT070U3lvZyGZwuuxRFMub0qn { width:18.75rem;height:12.5rem;top:10.0625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vI3GTavU8IFFSTd5FnB1fbtoonpIZmbk { width:37.5rem;height:25rem;top:10.0625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTKOgb0krGvZrqPNZUb0pLXBbu4htA9b { width:18.75rem;height:12.5rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiBzm2Q7yhO8f5Jf23RpwLrpoaxB1MWX { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B55w0pBgE2O4bgM3PLzJJyCApDX7iAB9 { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNE59Azn14spNV73Lcpfz5Vu3vpm5Hh2 { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCc740m2eQRiD7PmDksWV0Q1n6GSV90E { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGXoZxIecfyc4rMfH74huGWUR7LaOXxn { width:18.75rem;height:12.5rem;top:22.5625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oqmzl5l2mipK0EP8JdruuK95Go4TVzFP { width:37.5rem;height:25rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIxefHEHENSp7rTmpnKuBa6AThFu25EK { width:18.75rem;height:12.5rem;top:35.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnhrNZ9ENPJJRd6OQGgPgQzutA1cyCu6 { width:18.75rem;height:12.5rem;top:35.0625rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #sf7ZZuPTXrJIzVsyx6Hcwf2ZUqpgVvRr { width:18.75rem;height:12.5rem;top:47.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aksNKVoVBt9aOVo5xNbRuQDXnDwU52st { width:18.75rem;height:12.5rem;top:47.5625rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzxl7cduMR271BmdHtd3xakXkxuGyS2P { display:block; }#Tzxl7cduMR271BmdHtd3xakXkxuGyS2P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md .widget-regular-label { display:block;width:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md .widget-input-text { width:37.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md .widget-input-text {padding-top: 0; padding-bottom: 0;}#JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md .widget-textarea { width:37.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md .widget-input-select { width:37.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md .widget-input-select {padding-top: 0; padding-bottom: 0;}#JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md .widget-input-button { width:37.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:8.125rem; }
#JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md .widget-checkbox-label { width:35.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md  { width:45.25rem;height:auto;top:5.1875rem;left:0rem; }
#JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md .radio-container { width:37.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md {display:block;}#JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md { width:45.25rem;height:auto;top:5.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md #F031kxlptDaIlieyzM7vvA91zEqTWTiT {  }
 }@media only screen and (max-width: 763px) { #JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md #pdGFOJGfhmtFGILWBvIVbM0ce1Xvzp53 { display:block; }
 }@media only screen and (max-width: 763px) { #JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md #CgBflSqgpfdwRg6OaI1k1PqmEpPm2aBH {  }
 }@media only screen and (max-width: 763px) { #JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md #hKZ4HJUL1dcl6OnxZDHiw82BN5NDIw21 {  }
 }@media only screen and (max-width: 763px) { #JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md #GkE8sG7vODDxsA5ohkU8CvxqOUxPmn8a { display:block; }
 }@media only screen and (max-width: 763px) { #JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md #vOsWVbz5Zz4X2g6nZiTTZSmd8L3urukE {  }
 }@media only screen and (max-width: 763px) { #JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md #IFGWyeQT8Sr4y8MpqvNte6v5L7EsznoQ {  }
 }@media only screen and (max-width: 763px) { #JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md #sAIaC94y4PWr1fvn46uaIH8nVTCX4XqU { display:block; }
 }@media only screen and (max-width: 763px) { #JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md #KZJ9qp3TwS4TOJB11iN3KR9TFeiTPETP {  }
 }@media only screen and (max-width: 763px) { #JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md #xxxKP4lQT7Rkz2xJq1qBgB1HE4fB71pv {  }
 }@media only screen and (max-width: 763px) { #JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md #TcOex5fvfbRb8vKRk63Wc0uiQhUD3DTo { display:block; }
 }@media only screen and (max-width: 763px) { #JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md #qxZyuPHeFtqsMcJ9zPxc2SWiWxwVBmRv {  }
 }@media only screen and (max-width: 763px) { #JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md #olNdsxbwSGzVZnOPsWOwDLQmwc4FqhvN {  }
 }@media only screen and (max-width: 763px) { #JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md #LPOOPRhbFC4LBJN2JUmOCDSUWaoPZUU5 { display:block; }
 }@media only screen and (max-width: 763px) { #JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md #Q0rhQwKBc9boPpayTgU4agDDdUJlwfXq {  }
 }@media only screen and (max-width: 763px) { #UFFm47nH6E7rgQJOR3H9f5AQDS3KVRHu { z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #Ht557MGWRL9ZLRZtbPogeQFHMc33NrwU { z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md #ZrJfcwgThLeQqk0zXPA9Rvzmyorq5IzT {  }
 }@media only screen and (max-width: 763px) { #JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md #UrufVaUC07ef32NTN97yXyfMcOHt4tUW {  }
 }@media only screen and (max-width: 763px) { #TysGTzIv7LwGSvCQH2WHkCIc4c6CEeNV { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z { display:block; }#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DBODtdl41VetcGxybT57RUwZ7wbvzK0u { top:1.8125rem;left:0rem;width:26.25rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKTi4lA7QIhNzU48dvhNB5LDARJdtons { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #owyTGDz8G44BuKiarHdvCvasspKoRH9E { top:9rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmH9Tbng29vZK56ZSLSHxM2NTVss2r9R { width:1.5rem;height:1.5rem;top:14.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNNzBA5u5kdpUU7IdhyP2Pvnb0lUlbWA { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #khI6XmzoW2EK08hrUnMfSq79WekrKLUp { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFaePdXhowyi7SvfIplDKVoq9vnkzsme { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B29Z32wU0cBd6K7IKcSv2dLORmT3rvET { width:1.5rem;height:1.5rem;top:15.0625rem;left:12.625003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcT47TIUtZMrkMHepxh9cLAzv0659ohz { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnpT1ok2PXgpgzAQs6Bi988CNygvHlhT { width:1.5rem;height:1.5rem;top:14.625rem;left:38.874378204346rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nu4E4odH95odeM6lsnckyPQKGK6hyQMD { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9VV5m9SUPdTl0OkSnf1i90aAUtFHSWo { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa { display:block; }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ewUlh4FvtAETAeUC3auCtlZQC3DKA0XT { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewqBTdSO3Ga8Imk3Tt3Jzh8qC7DfvzsJ { width:11.875rem;height:1.5rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLp3CKU3LOySCsDiwVgENgzTA1TWnFA1 { width:1.5rem;height:1.5rem;top:47.875rem;left:5.375rem;display:block; }
#yLp3CKU3LOySCsDiwVgENgzTA1TWnFA1 > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #JJ4pKK52dOKRTHH8TdqpD9xEOn1s9Uiy { width:1.5rem;height:1.5rem;top:47.875rem;left:3.25rem;display:block; }
#JJ4pKK52dOKRTHH8TdqpD9xEOn1s9Uiy > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #QWGEXSr5ZTpoVUfrepD7LQnI2pGZ8BTb { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiSFgPbUzNEXlh4TRkb5Mk0W1Rk8uKnw { width:7.5rem;height:2.0625rem;top:1.8125rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERHOXFg6IIrbDtMzPyigX9Oa7PKxaUWl { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ { position:relative;z-index:auto;display:block; }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ > .row .container { width:20rem;height:34rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LCSurvOSdVmZWPwxQtJlMVe4bnLb1wHN { width:16rem;height:2rem;top:1.9375001005828rem;left:2.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXz0RoCcsCLJqidOEeubeE4QygoMutlN { width:20rem;height:3.75rem;top:30.3125rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #xCHgn5M948kqrC7zKTtqTONJz5eJLyCl { display:block; }
 }@media only screen and (max-width: 763px) { #s6X5yy9QqhKX8X3tK7q47WKWXlo5Ri6G { width:8.125rem;height:3.75rem;top:5.3125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPHTXNgE0w5hBhzik3Mfs2waFXEDuBk8 { display:block; }
 }@media only screen and (max-width: 763px) { #niLEN44rXZCaSIeecm06rhHfxGhAUTIa { width:8.125rem;height:3.75rem;top:10.3125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkW6aAEdaRX65CZB3E1aAkBh6flFkoEX { display:block; }
 }@media only screen and (max-width: 763px) { #ldDhFkFb7WswgvRh8xBaT8WONPh4XXdq { width:7.5rem;height:3.75rem;top:15.3125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbZI52AWXTbp6TRIogOoiZ0pE98WcxJw { display:block; }
 }@media only screen and (max-width: 763px) { #N1XdHWWwbtK1lVkXw6n5eWGiRetPF6S1 { width:7.5rem;height:3.75rem;top:25.3125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdKZ864iSWDITI0nRRl3KEilQuoMpy6J { display:block; }
 }@media only screen and (max-width: 763px) { #OzQimviNSnH5DNXRyqllRBkotarXALoo { width:10rem;height:3.75rem;top:20.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgORKeXH1qvhydOmnmyRAoAA9TNcdHqW { display:block; }
 }@media only screen and (max-width: 763px) { #eqe1D89htwE3Jd7KPFQEC45E4X4qquwm { top:0rem;left:0rem;width:20rem;height:0.5rem;z-index:15013;background-color:#ff6600;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1a99a418-47ba-4ddc-8bd8-242d9b8a1a1a/20250124_130917285_iOS.preview.grayscale.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO.adaptive-delivery-prevent-bg, #Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO.lazyload, #Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO.lazyloading { background-image: none; }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO > .row .container { background-color: transparent; background-image: none; }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ff6600; }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO > .row .container > .video-iframe-container { display: none; }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ff6600; }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO > .row > .video-iframe-container { display: none; }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO > .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); }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTcn8wJVrfyqKVoadk8TJJgBrspM2qh8 { width:20rem;height:6.82475rem;top:1.25rem;left:0rem;font-size:1.625rem;z-index:15026;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #LD7up0sXi1hK1sB7pbAfv09W7fbmxdiC { width:20rem;height:7.87575rem;top:8.823660850525rem;left:0rem;font-size:1.3125rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GDks0aPwXu8otzTw3bABmU4tyJvlHUU0 { width:0.5rem;height:20rem;top:0rem;left:11.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ttDyVJlLpRFwaabODC9csxGTWLk7o5uC { width:0.5rem;height:20rem;top:0rem;left:14.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rrP9tbZoXU5D0ffJ3bKtqgQtkai4r97i { width:0.5rem;height:20rem;top:0rem;left:16.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #xrHKsmsilVkgbSbdEM8BJkZOZlCHW623 { width:0.5rem;height:20rem;top:0rem;left:18.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uk5SMZSwCRhtoBQIIQUB4Z71RTblnnBQ { width:0.5rem;height:20rem;top:15.8125rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qMRrAn9iT9vDNkvJegqJDqLKLdGyi9ue { width:0.5rem;height:20rem;top:15.8125rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VndJ0UZV5ToX8Tg8r2OPwSqykX3aKhP2 { width:0.5rem;height:20rem;top:15.8125rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dy4ePgp2RMHfvAi4wLUeLsDJE8CBFfB2 { width:0.5rem;height:20rem;top:15.8125rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FL5QxqkmhaeZUT7VRza05bOdPEvkbM7r { width:12.75rem;height:3.75rem;top:17.986050605774rem;left:3.6250002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyNADQF8TWWGFPJoPvhwFGr9bsC7xKzH { display:block; }
 }@media only screen and (max-width: 763px) { #zy7p8AcvIikpnG6JCcNSo1GSpJNFzu8a { display:block; }#zy7p8AcvIikpnG6JCcNSo1GSpJNFzu8a > .row .container { width:20rem;height:87.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JUkDwDRHB43CxEMoPIyaHzdmU30UKBAa { width:20rem;height:20.4018rem;top:9.7984886169431rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nNne8DGttP4irSH0BMpRirlTNgkGXzKh { width:20rem;height:5.6002rem;top:1.25rem;left:0rem;font-size:2rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XZXWzmOp3dX2AxzkVT02Hbgg4UcWZhvK { width:20rem;height:1.70015rem;top:7.4739570617675rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oDsQTT4hQ7JOotEvlwC3OJ7d9BHAA6Bw { width:20rem;height:15rem;top:46.4453625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sfam8FXGwtD6RQabxmN3nJ3OWfswSzc1 { width:20rem;height:23.8020875rem;top:62.686937332156rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eu8QKGt59ccIGD4nFG3rMgBCKuosvlLQ { width:0.5rem;height:31.25rem;top:0rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fZ34blkDBdVsOJ0aQiJVhNeRDQsJHF1X { width:20rem;height:14.19975rem;top:30.9961125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu { display:block; }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu > .row .container { width:20rem;height:155rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pdpRD2P9DgmOBE3K3gLiGSfBK4z30lyG { display:flex;width:2.125rem;height:2.125rem;top:48.8125rem;left:2.25rem; }
 }@media only screen and (max-width: 763px) { #NWFGTprcRDwFVzqI3T92IrMbLhWueU63 { width:17.5rem;height:2.54960625rem;top:50.936260223389rem;left:2.2495041489601rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Dxu6eaQ8yOUIdVPxROUMuGFZiVFQPBEM { width:17.5rem;height:17.0015rem;top:52.811880111694rem;left:2.2495041489601rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ADFfEaHR0TFtcbsE4zVOuy9wRcct9zs1 { width:20rem;height:1.70015rem;top:1.5625002384186rem;left:0.00062006711959839rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p3Odph5L0AxKa17TnCLmiRQw5khD6FXQ { width:20rem;height:8.4003125rem;top:3.2626488208771rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qwnEOigQUsDwtiqHeJoFlfLT9JJu20CI { width:0.5rem;height:11.25rem;top:1.25rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #f2Q9ILTLeldK3V5mkBWQqCL9SyTHueSC { width:0.5rem;height:11.25rem;top:13.75rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #MDeGB3JnLwLhC3ntpseMyl6xTqlK97WB { width:0.5rem;height:11.25rem;top:26.25rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kb2Pr1SbIkEkd4RexIGCuPdMOlFl1nrm { width:0.5rem;height:11.25rem;top:38.75rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QfQkkvBGQVOSSStVeamne05wUgWkJMA6 { width:17.5rem;height:18.701625rem;top:76.1875rem;left:2.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U5L7WwXpR1TKN1tE8PQTJATviD18lScA { width:17.5rem;height:2.54960625rem;top:73.625rem;left:2.5625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dF976RvMKBAkGwIou82WPkkWewMwDWXt { display:flex;width:2.125rem;height:2.125rem;top:71.539562225344rem;left:2.5620041489601rem; }
 }@media only screen and (max-width: 763px) { #DWAziKqPLw2UyGBIbNvQH1W5TFx5KMGE { width:17.5rem;height:20.4018rem;top:120.96044540405rem;left:2.2495041489601rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IWk2nfiC2yzrJ5ffPzPf37vOvMuieiOg { width:17.5rem;height:2.54960625rem;top:118.41084289551rem;left:2.2495041489601rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w3xf0oy1NzRLwTzCAkycmIhi1VgufzwT { display:flex;width:2.125rem;height:2.125rem;top:116.95001983642rem;left:2.2488840222359rem; }
 }@media only screen and (max-width: 763px) { #EelXTlci9nzhzwLq5Z6sVeLWG2I7bN32 { width:17.5rem;height:17.00150625rem;top:99.887775421144rem;left:2.5006201863289rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZrSE6Zl2683vu06qB8OQXzlzk8MX8W0V { width:17.5rem;height:2.54960625rem;top:97.3381729126rem;left:2.5006201863289rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HBhFaZwK9p076FI9ksxAi31kMHUk8pFH { display:flex;width:2.125rem;height:2.125rem;top:95.675970077513rem;left:2.5006201863289rem; }
 }@media only screen and (max-width: 763px) { #RdActzWVkNcTEsFvxg7N2qC4TL1aM2ZV { width:20rem;height:32.3028125rem;top:12.560144662857rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ngrGXDRoNkHfIDT3wchbkXdMBkzhnuWc { width:20rem;height:66.5rem;top:46.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQEBoBTy268p6yazwHtGSlzJfPQfFqDZ { width:20rem;height:12rem;top:143.06238692999rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqTfyHWIiQOBGFZnvGTk7TyhluXxsZpz { display:block; }#dqTfyHWIiQOBGFZnvGTk7TyhluXxsZpz > .row .container { width:20rem;height:0.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XD3ptZBTtiFRa2R6Lh58Ke8TC97VRVAd { display:block; }#XD3ptZBTtiFRa2R6Lh58Ke8TC97VRVAd > .row .container { width:20rem;height:84.720733642575rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mgG9NcCMEAkswED90q6MTN294Gf1FPiT { width:19.999375rem;height:1.70015rem;top:1.9990196228027rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LuX6iLiPOhEzFsX8TZ4n5zEdZTOUp6zQ { width:19.999375rem;height:2.8001rem;top:3.6991577148438rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UJmJv9XUnws0eCTlIM1F7wJDQsFhcFAP { width:0.5rem;height:11.25rem;top:76.998325rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #v3sI1nAn2icrJosy4fEBNwGZa05PuSl4 { width:0.5rem;height:11.25rem;top:51.998325rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OHeh35iZkcgReHne2NvO0PAcG7Mhuxn2 { width:0.5rem;height:11.25rem;top:64.498325rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uUbDqT592L4kQZaxlJl5s9nRV0IF66R1 { width:0.5rem;height:11.25rem;top:39.498325rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HfdAVkskpH6NfsTRrrk7Ln3vDqFzbOEZ { width:16.25rem;height:5.10044375rem;top:24rem;left:3.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I1zTche35iaXBwJzainh42hpDflDScMr { display:flex;width:2.125rem;height:2.125rem;top:20.875rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #yMCsDiIbT59BZtKaEkJHz83ChCna3XBO { width:16.25rem;height:2.54960625rem;top:21.5rem;left:3.75rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JZQrBJGMhBLBWH8vXG5MGTBrJBokwVd3 { width:16.25rem;height:10.200875rem;top:35.75rem;left:3.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z0DXQgTUft3KUZF6HRlncBxOBoTH44mv { width:16.25rem;height:2.54960625rem;top:33.25rem;left:3.75rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NcwxiQtOp5TbUHLEHHwf0EIvfgCC1W5D { display:flex;width:2.125rem;height:2.125rem;top:32.625rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #MvGndc5p4d4GTbdI66gHly2Se9zveOzG { width:19.999375rem;height:11.187375rem;top:6.9990081787113rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nw5DeWhdvNTbQNpG7MQBdJ0iBraDTdQb { width:16.25rem;height:13.6011875rem;top:56.5rem;left:3.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Fu64PvKeZtOheumnhm7J9GfBVvd2306w { width:16.25rem;height:2.54960625rem;top:51.5rem;left:3.75rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RkliV70GX2FvgCuBeXRey7eso0mqnBsc { display:flex;width:2.125rem;height:2.125rem;top:50.875rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #bBoL6XQ0s4FosmZ5eKOWMZWtCedB8wPN { width:19.99875rem;height:12.965625rem;top:71.783237457275rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ow31fphcgRDtv0THS2T67i2plzd1uwN1 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b6500b47-8f9f-4e40-9945-ac34d5d66f5d/steinschlag_detail_protec_film.jpeg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;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; }#ow31fphcgRDtv0THS2T67i2plzd1uwN1.adaptive-delivery-prevent-bg, #ow31fphcgRDtv0THS2T67i2plzd1uwN1.lazyload, #ow31fphcgRDtv0THS2T67i2plzd1uwN1.lazyloading { background-image: none; }#ow31fphcgRDtv0THS2T67i2plzd1uwN1 > .row .container { background-color: transparent; background-image: none; }#ow31fphcgRDtv0THS2T67i2plzd1uwN1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #012850; }#ow31fphcgRDtv0THS2T67i2plzd1uwN1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ow31fphcgRDtv0THS2T67i2plzd1uwN1 > .row .container > .video-iframe-container { display: none; }#ow31fphcgRDtv0THS2T67i2plzd1uwN1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #012850; }#ow31fphcgRDtv0THS2T67i2plzd1uwN1 > .row > .video-iframe-container { display: none; }#ow31fphcgRDtv0THS2T67i2plzd1uwN1 > .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); }#ow31fphcgRDtv0THS2T67i2plzd1uwN1 > .row .container { border-width: 0; border-radius: 0; }#ow31fphcgRDtv0THS2T67i2plzd1uwN1::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; }#ow31fphcgRDtv0THS2T67i2plzd1uwN1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ow31fphcgRDtv0THS2T67i2plzd1uwN1 > .row .container { width:20rem;height:66.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SZ74VTETwi8Tv2vrTgEWyza7h48SxRPL { width:20rem;height:9.25rem;top:1.2493896484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wboEzakpgQQymHOOMlJCUXxqJOuDgNTG { width:17.5rem;height:38.346375rem;top:12.374755859375rem;left:1.249380171299rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.375rem #012850;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) { #sUpBmcMdzhnvumu6yAOfFcLtUqpeZKO8 { width:17.5rem;height:5.6002rem;top:3.1243896484375rem;left:2.499380171299rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGC71gTlwT3Pe5ORt28QwmRNSIKMnTvF { width:19.999375rem;height:13.232875rem;top:51.751615524292rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTO3PU2d6rwDcIom7OrwFcn8FLM5C10T { display:block; }#eTO3PU2d6rwDcIom7OrwFcn8FLM5C10T > .row .container { width:20rem;height:196.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zHM6WslyywdTKJKLa4BqcI3LMn2B0rIO { width:20rem;height:1.70015rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m0l4lr52TxEn0mz79epV4Xa4c4FZLpDX { width:20rem;height:5.6002rem;top:4.19921875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W889gytpRWHcPLXAZJWddSyyCKRH8KlT { width:0.5rem;height:11.25rem;top:23.54855rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #D5052Dsg0qV044nJNl4KEU5CaWRKvCiU { width:0.5rem;height:11.25rem;top:36.04855rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #W9WTZvIP4VbtVfs3xocLKKBMzVMqiEt3 { width:0.5rem;height:11.25rem;top:48.54855rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #oFhihihD578prBne3f0TQuoMbPvEBRKa { width:0.5rem;height:11.25rem;top:11.04855rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #p5rATbJJRGK5OiJi3aRHRNH7XVg6bTyC { width:19.99875rem;height:31.1904625rem;top:9.799119234085rem;left:0.0018601417541504rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzBGuAD1JnJroZuBzc5z7KBK88UEaPzM { width:19.99875rem;height:5.24925625rem;top:50.163070678711rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK { display:flex;height:auto;width:17.49875rem;top:56.036706924439rem;left:0rem; }
#X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK #vfyZEpk6SNC5PeiAiuMzHc02DNu63voi {  }
 }@media only screen and (max-width: 763px) { #X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK #ohgnfOp4XGcIa3xKU5keRSLSUUIqeM1B {  }
 }@media only screen and (max-width: 763px) { #X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK #pQa8nz8BJ8oNJy0wA5NUUhNzKpxwVpu8 {  }
 }@media only screen and (max-width: 763px) { #X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK #pgOwGK6vNLJNHMdNJH4yH6TE4hnpxJVJ {  }
 }@media only screen and (max-width: 763px) { #X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK #MBuDsVIIMvzRtoxo70feFDiElXuiQOfJ {  }
 }@media only screen and (max-width: 763px) { #X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK #Fb2lnTDzCcTRDnSTGHHgTSCI093ViH7G {  }
 }@media only screen and (max-width: 763px) { #X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK #gfQFcUDWon7oxqAZNEinpkhERZmBtPtE {  }
 }@media only screen and (max-width: 763px) { #X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK #L5PyIlkauTGrrWpx9HIEog2xhIDM6szy {  }
 }@media only screen and (max-width: 763px) { #X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK #QDirdBQMhKuQd7Uv0XaSJhNAkwayknIy {  }
 }@media only screen and (max-width: 763px) { #X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK #kdQLTQ3T09XdqGtV16QcsQQ7vEyWS14S {  }
 }@media only screen and (max-width: 763px) { #X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK #PPDDLdvg93tFibKbTBo17wcJD1VvT080 {  }
 }@media only screen and (max-width: 763px) { #X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK #VE5mPZCkqvoUP1TbdKR6qHykm0qtTLA9 {  }
 }@media only screen and (max-width: 763px) { #X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK #TKz1gf3I8RKKppDRGtbI361UpUPzOfz6 {  }
 }@media only screen and (max-width: 763px) { #X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK #iuZck3GPA1NxDFtkgHR54qgeaOJcCQUf {  }
 }@media only screen and (max-width: 763px) { #X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK #HuXOzZoNmQolE6xpb1Ut1GyPb2tZ972u {  }
 }@media only screen and (max-width: 763px) { #X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK #twSPpMxiuWcdFZWNyAUrmTtJ41qUI5kG {  }
 }@media only screen and (max-width: 763px) { #X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK #rfG5D43PszhlIIeI2wwTRtZmNQtnFgz5 {  }
 }@media only screen and (max-width: 763px) { #X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK #hcDSrX0qZCEZOnuZTa29uvPGG2ToZkoZ {  }
 }@media only screen and (max-width: 763px) { #X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK #yJmvGuZV96BUJzTLNgrkuzK3TT7W2op7 {  }
 }@media only screen and (max-width: 763px) { #X6TddZ6FV1IseTdddwg6sJNVhEsRTEcK #Jq299qx7hVHJq4uRPN2G2417m9gngNTX {  }
 }@media only screen and (max-width: 763px) { #WQM3wrKu31KyBqBAEMqCNgzWG2nZqf0i { width:19.999375rem;height:5.99950625rem;top:42.284228563309rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd { display:flex;height:auto;width:17.499375rem;top:86.217140197756rem;left:0rem; }
#BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd #AnXCo8hKsPVKbZHxF3SfJU7K1zT5TZer {  }
 }@media only screen and (max-width: 763px) { #BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd #Xv5N5KW73x2xmfrXmCNODINm6Auz8tW9 {  }
 }@media only screen and (max-width: 763px) { #BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd #L5PyIlkauTGrrWpx9HIEog2xhIDM6szy {  }
 }@media only screen and (max-width: 763px) { #BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd #QDirdBQMhKuQd7Uv0XaSJhNAkwayknIy {  }
 }@media only screen and (max-width: 763px) { #BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd #uGhoCkIiOpmaROFgeyTftBH0aRKBTESs {  }
 }@media only screen and (max-width: 763px) { #BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd #X2MvpUHSM4v14Hm3T21TfucGKHAEHrRt {  }
 }@media only screen and (max-width: 763px) { #BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd #bhZ6GO0tvmA1DhHfTXZwvviRRRn9KAHe {  }
 }@media only screen and (max-width: 763px) { #BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd #pQa8nz8BJ8oNJy0wA5NUUhNzKpxwVpu8 {  }
 }@media only screen and (max-width: 763px) { #BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd #pgOwGK6vNLJNHMdNJH4yH6TE4hnpxJVJ {  }
 }@media only screen and (max-width: 763px) { #BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd #ITaguI3tPvbdgGTBq5qSNN7kF15W0oFi {  }
 }@media only screen and (max-width: 763px) { #BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd #TqVT8RTdrUNnCT8dk9B4IraiMm4ES3JS {  }
 }@media only screen and (max-width: 763px) { #BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd #gRATizvMWUqtAqtq2cdVVyi0Jth3i0FB {  }
 }@media only screen and (max-width: 763px) { #BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd #TKz1gf3I8RKKppDRGtbI361UpUPzOfz6 {  }
 }@media only screen and (max-width: 763px) { #BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd #iuZck3GPA1NxDFtkgHR54qgeaOJcCQUf {  }
 }@media only screen and (max-width: 763px) { #BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd #JKmNUHACvvIcbaf4mu5tlLuuBfSrJqkH {  }
 }@media only screen and (max-width: 763px) { #BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd #aPDxJcLVNytmdmBTh8IlsMPWX25gmcnO {  }
 }@media only screen and (max-width: 763px) { #BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd #GJi3nn7xTpIgUhXIPHH74yRR8Fbr8HVy {  }
 }@media only screen and (max-width: 763px) { #BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd #JDZqLIAMuHUBuTzgIr3ERocSxH6wgHPD {  }
 }@media only screen and (max-width: 763px) { #BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd #TSIs5u5nsCdha1oEP4gZd1edpuMQim9M {  }
 }@media only screen and (max-width: 763px) { #BOJlqerPEaP2c6GxIDBR4OkeqK4vw6Sd #NafTlAkOnSE8fRIaxdZDTRQBb9zTEGw1 {  }
 }@media only screen and (max-width: 763px) { #wsS0r3lNiq6wMohVZ9WeIlheLbTFRvWU { width:19.99875rem;height:5.6002rem;top:79.992561340331rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XINBVkHr82Wcodw5vyx67WgeUTmVzuSZ { width:19.999375rem;height:8.4003125rem;top:144.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vLmC1gLP3ceTyVgzkyGSbDC89Gtb7Pta { width:19.999375rem;height:14.6205625rem;top:154.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsDeeWR4KTnlA6Ogy4FRXuknLHepwfmu { width:19.999375rem;height:30.18725rem;top:110.34414577484rem;left:0.00062006711959839rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpzt3vln7G0GZinBaXR3ZBUZFsSk3HMT { width:19.999375rem;height:5.6002rem;top:175.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VwbkwPgzpdO6gIPG4iXKUNFU3Virq14X { width:19.999375rem;height:11.6964375rem;top:182.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #siVCByqNF45VvHghn2yvJivqXSEpkTLw { display:flex;width:2.125rem;height:2.125rem;top:141.3125rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #RiwMKTUzNCKv98BEKCK1AgynT2rUlGCi { display:flex;width:2.125rem;height:2.125rem;top:172.5625rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #pk6lM01ubSUoRRsrIyNITZStOTFxd0ea { display:block; }#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea > .row .container { width:20rem;height:35.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CCkKoPyVxEeqKA2x4blgFWKB7pATih70 { width:20rem;height:7.2005rem;top:1.25rem;left:0rem;font-size:2rem;z-index:15037;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bwkslxtb7y0i55HaMNtzeEXW84P7fGSJ { width:20rem;height:15.2926875rem;top:20.097625rem;left:0rem;font-size:1.125rem;z-index:15038;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EeTklTHLo08K8VL5FuP2c0QBrFuR0b5y { width:19.999375rem;height:3.74938125rem;top:12.159561157226rem;left:0rem;z-index:15039;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #iPeOADF9Lk1AVLLwPIT7cNsc92hhQBhT { display:block; }
 }@media only screen and (max-width: 763px) { #L7hZsXHmCoZoU3TgWokHSbrB71e0fLIX { display:block; }#L7hZsXHmCoZoU3TgWokHSbrB71e0fLIX > .row .container { width:20rem;height:68.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ht5rzoMUFRaCfAnenytRIxKVZbigLPFE { width:20rem;height:1.70015rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FXTttqtLwdwZtsGcO0ERVMBvHGbP4Lni { width:20rem;height:5.6002rem;top:4.19921875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WwfnfbBxxHXdxPitWHeaQ5SJzPUdSCPO { width:19.999375rem;height:49.70986875rem;top:11.049113574219rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3cPFGE7dWI0BwgHXoc9QIgCSq0UbMyb { width:19.999375rem;height:7.499375rem;top:60.776885986328rem;left:0.00062006711959839rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ogv9zX27t56zeGOXMMhGbznl5IQLVbwQ { display:block; }#Ogv9zX27t56zeGOXMMhGbznl5IQLVbwQ > .row .container { width:20rem;height:152.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DhbFiuULDRg1EPxRCSqFbEJiE9GW0XMy { width:20rem;height:1.70015rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TqtP528wKJZPciBL99k1Pp3WIpnB3kP2 { width:20rem;height:5.6002rem;top:4.19921875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wqPN9JggAtXV4CTwmoMa7dlfhm704UFO { width:20rem;height:13.3125rem;top:11.047867298126rem;left:0.062252104282379rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lg6QqH9OT070U3lvZyGZwuuxRFMub0qn { width:20rem;height:13.3125rem;top:25.61105rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vI3GTavU8IFFSTd5FnB1fbtoonpIZmbk { width:20rem;height:13.3125rem;top:68.485866546631rem;left:0.062252104282379rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTKOgb0krGvZrqPNZUb0pLXBbu4htA9b { width:20rem;height:13.3125rem;top:40.172993183136rem;left:0.062252104282379rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiBzm2Q7yhO8f5Jf23RpwLrpoaxB1MWX { width:0.5rem;height:9.375rem;top:0rem;left:11.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #B55w0pBgE2O4bgM3PLzJJyCApDX7iAB9 { width:0.5rem;height:9.375rem;top:0rem;left:14.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dNE59Azn14spNV73Lcpfz5Vu3vpm5Hh2 { width:0.5rem;height:9.375rem;top:0rem;left:16.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #DCc740m2eQRiD7PmDksWV0Q1n6GSV90E { width:0.5rem;height:9.375rem;top:0rem;left:18.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QGXoZxIecfyc4rMfH74huGWUR7LaOXxn { width:20rem;height:12.5rem;top:54.735863208771rem;left:-0.00061994791030884rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oqmzl5l2mipK0EP8JdruuK95Go4TVzFP { width:20rem;height:13.333125rem;top:83.04855rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIxefHEHENSp7rTmpnKuBa6AThFu25EK { width:20rem;height:12.5rem;top:97.630832672119rem;left:-0.00061994791030884rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnhrNZ9ENPJJRd6OQGgPgQzutA1cyCu6 { width:20rem;height:12.5rem;top:111.38083267212rem;left:-0.00061994791030884rem;display:block; }
 }@media only screen and (max-width: 763px) { #sf7ZZuPTXrJIzVsyx6Hcwf2ZUqpgVvRr { width:20rem;height:12.5rem;top:125.13083267212rem;left:-0.00061994791030884rem;display:block; }
 }@media only screen and (max-width: 763px) { #aksNKVoVBt9aOVo5xNbRuQDXnDwU52st { width:20rem;height:12.5rem;top:138.88083267212rem;left:0.061880052089691rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzxl7cduMR271BmdHtd3xakXkxuGyS2P { display:block; }#Tzxl7cduMR271BmdHtd3xakXkxuGyS2P > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto;font-size:0.875rem;overflow:hidden;font-family:"pt sans narrow"; }
#JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md .widget-input-text {padding-top: 0; padding-bottom: 0;}#JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md .widget-input-select {padding-top: 0; padding-bottom: 0;}#JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md  { width:17.5rem;height:auto;top:6.6747436523438rem;left:0rem; }
#JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md {display:block;}#JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md { width:17.5rem;height:auto;top:6.6747436523438rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md #F031kxlptDaIlieyzM7vvA91zEqTWTiT {  }
 }@media only screen and (max-width: 763px) { #JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md #pdGFOJGfhmtFGILWBvIVbM0ce1Xvzp53 { display:block; }
 }@media only screen and (max-width: 763px) { #JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md #CgBflSqgpfdwRg6OaI1k1PqmEpPm2aBH {  }
 }@media only screen and (max-width: 763px) { #JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md #hKZ4HJUL1dcl6OnxZDHiw82BN5NDIw21 {  }
 }@media only screen and (max-width: 763px) { #JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md #GkE8sG7vODDxsA5ohkU8CvxqOUxPmn8a { display:block; }
 }@media only screen and (max-width: 763px) { #JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md #vOsWVbz5Zz4X2g6nZiTTZSmd8L3urukE {  }
 }@media only screen and (max-width: 763px) { #JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md #IFGWyeQT8Sr4y8MpqvNte6v5L7EsznoQ {  }
 }@media only screen and (max-width: 763px) { #JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md #sAIaC94y4PWr1fvn46uaIH8nVTCX4XqU { display:block; }
 }@media only screen and (max-width: 763px) { #JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md #KZJ9qp3TwS4TOJB11iN3KR9TFeiTPETP {  }
 }@media only screen and (max-width: 763px) { #JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md #xxxKP4lQT7Rkz2xJq1qBgB1HE4fB71pv {  }
 }@media only screen and (max-width: 763px) { #JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md #TcOex5fvfbRb8vKRk63Wc0uiQhUD3DTo { display:block; }
 }@media only screen and (max-width: 763px) { #JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md #qxZyuPHeFtqsMcJ9zPxc2SWiWxwVBmRv {  }
 }@media only screen and (max-width: 763px) { #JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md #olNdsxbwSGzVZnOPsWOwDLQmwc4FqhvN {  }
 }@media only screen and (max-width: 763px) { #JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md #LPOOPRhbFC4LBJN2JUmOCDSUWaoPZUU5 { display:block; }
 }@media only screen and (max-width: 763px) { #JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md #Q0rhQwKBc9boPpayTgU4agDDdUJlwfXq {  }
 }@media only screen and (max-width: 763px) { #UFFm47nH6E7rgQJOR3H9f5AQDS3KVRHu { z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #Ht557MGWRL9ZLRZtbPogeQFHMc33NrwU { z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md #ZrJfcwgThLeQqk0zXPA9Rvzmyorq5IzT {  }
 }@media only screen and (max-width: 763px) { #JXtRLLPOwpOfm0HGF9GTslI4ZL06O6md #UrufVaUC07ef32NTN97yXyfMcOHt4tUW {  }
 }@media only screen and (max-width: 763px) { #TysGTzIv7LwGSvCQH2WHkCIc4c6CEeNV { width:19.999375rem;height:5.42535rem;top:1.25rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z { display:block; }#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z > .row .container { width:20rem;height:57.889251708984rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DBODtdl41VetcGxybT57RUwZ7wbvzK0u { width:20rem;height:1.70015rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LKTi4lA7QIhNzU48dvhNB5LDARJdtons { width:20rem;height:8.4003125rem;top:4.19921875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #owyTGDz8G44BuKiarHdvCvasspKoRH9E { width:20rem;height:8.50075rem;top:13.84821875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RmH9Tbng29vZK56ZSLSHxM2NTVss2r9R { display:flex;width:1.5rem;height:1.5rem;top:24.881697177887rem;left:9.2500007748606rem; }
 }@media only screen and (max-width: 763px) { #wNNzBA5u5kdpUU7IdhyP2Pvnb0lUlbWA { width:20rem;height:2.5496625rem;top:29.099890232086rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #khI6XmzoW2EK08hrUnMfSq79WekrKLUp { width:15.3125rem;height:1.91158125rem;top:26.970947265625rem;left:2.3125000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vFaePdXhowyi7SvfIplDKVoq9vnkzsme { width:20rem;height:2.5496625rem;top:40.5625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #B29Z32wU0cBd6K7IKcSv2dLORmT3rvET { display:flex;width:1.5rem;height:1.5rem;top:35.875rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #DcT47TIUtZMrkMHepxh9cLAzv0659ohz { width:15.3125rem;height:1.91158125rem;top:38rem;left:2.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HnpT1ok2PXgpgzAQs6Bi988CNygvHlhT { display:flex;width:1.5rem;height:1.5rem;top:48.165182590484rem;left:9.2500007748606rem; }
 }@media only screen and (max-width: 763px) { #Nu4E4odH95odeM6lsnckyPQKGK6hyQMD { width:20rem;height:5.0992125rem;top:52.827009677887rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q9VV5m9SUPdTl0OkSnf1i90aAUtFHSWo { width:15.3125rem;height:1.91158125rem;top:50.290182590484rem;left:2.3437500596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa { display:block; }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ewUlh4FvtAETAeUC3auCtlZQC3DKA0XT { width:20rem;height:auto;top:2.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ewqBTdSO3Ga8Imk3Tt3Jzh8qC7DfvzsJ { width:9.5625rem;height:1.25rem;top:1.1868743896484rem;left:5.4372521042824rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLp3CKU3LOySCsDiwVgENgzTA1TWnFA1 { display:flex;width:3.75rem;height:3.75rem;top:10.184711456299rem;left:8.1250007748606rem;font-size:2.625rem; }
#yLp3CKU3LOySCsDiwVgENgzTA1TWnFA1 > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; } }@media only screen and (max-width: 763px) { #JJ4pKK52dOKRTHH8TdqpD9xEOn1s9Uiy { display:flex;width:3.75rem;height:3.75rem;top:4.468505859375rem;left:8.1250000596044rem;font-size:2.625rem; }
#JJ4pKK52dOKRTHH8TdqpD9xEOn1s9Uiy > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; } }@media only screen and (max-width: 763px) { #QWGEXSr5ZTpoVUfrepD7LQnI2pGZ8BTb { width:19.99875rem;height:17.0015rem;top:22.304689407349rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MiSFgPbUzNEXlh4TRkb5Mk0W1Rk8uKnw { width:7.499375rem;height:2.06225rem;top:16.432350158691rem;left:6.2487602829933rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERHOXFg6IIrbDtMzPyigX9Oa7PKxaUWl { display:block; }
 }