.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:253,244,221;--color-primary-1:247,219,141;--color-primary-2:239,183,27;--color-primary-3:120,92,14;--color-primary-4:36,27,4;--color-secondary-0:217,228,233;--color-secondary-1:128,166,182;--color-secondary-2:0,76,109;--color-secondary-3:0,38,55;--color-secondary-4:0,11,16;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Panton";--paragraphs-font-family:"Panton"; }@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-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CxeKpFVxgTXo683kWB5UwpPW40NNbP4W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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;z-index:auto;display:block; }#CxeKpFVxgTXo683kWB5UwpPW40NNbP4W > .row .container { background-color: transparent; background-image: none; }#CxeKpFVxgTXo683kWB5UwpPW40NNbP4W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CxeKpFVxgTXo683kWB5UwpPW40NNbP4W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CxeKpFVxgTXo683kWB5UwpPW40NNbP4W > .row .container > .video-iframe-container { display: none; }#CxeKpFVxgTXo683kWB5UwpPW40NNbP4W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CxeKpFVxgTXo683kWB5UwpPW40NNbP4W > .row > .video-iframe-container { display: none; }#CxeKpFVxgTXo683kWB5UwpPW40NNbP4W > .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); }#CxeKpFVxgTXo683kWB5UwpPW40NNbP4W > .row .container { border-width: 0; border-radius: 0; }#CxeKpFVxgTXo683kWB5UwpPW40NNbP4W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CxeKpFVxgTXo683kWB5UwpPW40NNbP4W > .row .container { font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;position:relative;display:block; }#I49IPCZlLrTgngKUelXqN04MIgSTsIZV { 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:8.374rem;width:12.8125rem;top:0rem;left:31.09375rem;overflow:hidden;display:block; }
#EFACLzGwHSLTVs5X3UiWTZx9lRTKWkKy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ab2ec9fc-3cb3-4461-872a-38555f7f92da/Mader241029041_BLUE.jpg");background-position:center left !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; }#EFACLzGwHSLTVs5X3UiWTZx9lRTKWkKy.adaptive-delivery-prevent-bg, #EFACLzGwHSLTVs5X3UiWTZx9lRTKWkKy.lazyload, #EFACLzGwHSLTVs5X3UiWTZx9lRTKWkKy.lazyloading { background-image: none; }#EFACLzGwHSLTVs5X3UiWTZx9lRTKWkKy > .row .container { background-color: transparent; background-image: none; }#EFACLzGwHSLTVs5X3UiWTZx9lRTKWkKy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFACLzGwHSLTVs5X3UiWTZx9lRTKWkKy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFACLzGwHSLTVs5X3UiWTZx9lRTKWkKy > .row .container > .video-iframe-container { display: none; }#EFACLzGwHSLTVs5X3UiWTZx9lRTKWkKy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFACLzGwHSLTVs5X3UiWTZx9lRTKWkKy > .row > .video-iframe-container { display: none; }#EFACLzGwHSLTVs5X3UiWTZx9lRTKWkKy > .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); }#EFACLzGwHSLTVs5X3UiWTZx9lRTKWkKy > .row .container { border-width: 0; border-radius: 0; }#EFACLzGwHSLTVs5X3UiWTZx9lRTKWkKy::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; }#EFACLzGwHSLTVs5X3UiWTZx9lRTKWkKy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EFACLzGwHSLTVs5X3UiWTZx9lRTKWkKy > .row .container { font-size:0.875rem;font-family:arial;height:45.875rem;width:75rem;position:relative;display:block; }#Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx .widget-form-header {  }
#Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);width:25.3125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;line-height:1.; }
#Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx .widget-input-text { 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-tertiary-0),0.55);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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:0;display:block;width:25.3125rem;box-sizing:border-box;height:2.875rem;color:rgba(var(--color-secondary-2),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;line-height:1.4;box-shadow: none; }
#Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx .widget-input-text {padding-top: 0; padding-bottom: 0;}#Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx .widget-textarea { 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-tertiary-0),0.55);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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:0;display:block;width:25.3125rem;box-sizing:border-box;height:4.125rem;color:rgba(var(--color-secondary-2),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;line-height:1.4;box-shadow: none; }
#Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx .widget-input-select { 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-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom: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:block;width:25.3125rem;box-sizing:border-box;height:2.75rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.9375rem;overflow:hidden;vertical-align:top;font-weight:400;font-style:normal; }
#Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx .widget-input-select {padding-top: 0; padding-bottom: 0;}#Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx .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:0;display:block;box-sizing:border-box;font-size:1.3125rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);width:25.3125rem;height:3.8125rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal; }
#Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-0),0.69);font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal; }
#Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-0),0.69);font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal; }
#Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-0),0.69);font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal; }
#Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-0),0.69);font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal; }
#Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx .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:lato;line-height:1.3;font-size:0.75rem;font-weight:300;color:#f6f6f6;vertical-align:top;width:24.125rem;overflow:hidden;font-style:normal;float:none; }
#Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx .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; }
#Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx .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:lato;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx .widget-container:first-of-type{padding-top:0;}#Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx .widget-container:last-of-type{padding-bottom:0;}#Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:18.7138671875rem;left:46.748046875rem; }
#Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.3125rem;display:block;vertical-align:top; }
#Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx {display:block;}#Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:18.7138671875rem;left:46.748046875rem; }
#Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx #gKkVqJUil1phfBoTuxVXTdcdbGfop8qM { position:relative; }
#Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx #CKBCIe3oW8ATD8FTUuUE58lNW5b1TQDF { position:relative;display:none; }
#Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx #cADFJzDTOTArBctVn2MlCmpWy0iy3TF8 { position:relative; }
#Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx #UW3IuEOxvd8x9ShIXDBQ4yOQAIyZcc2h { position:relative; }
#Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx #VQlrwI5zmiNH2DLhzB57RWpvUZC9TAx5 { position:relative;display:none; }
#Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx #sqMPmMupWhuP9fDaQvOr8JHymDXGzK69 { position:relative; }
#Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx #V4FLx0M7M2bLCminByo20pzTUmh9smIo { position:relative; }
#Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx #SzzxQR5lZlOTepHLwDVo0ncRfDoweyhD { position:relative;display:none; }
#Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx #FnIiUBulPyRJTg8pQRsTZ6KofPHubTGT { position:relative; }
#Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx #szpkQqM6TewFwqETTDCbx80uqpTNSxrE { position:relative; }
#Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx #aG9CZNvzuFJT4S7mFOLm6QTGkdylpATc { position:relative;display:none; }
#Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx #gZgFc4tRJCisAKKqsLksFtLWamt5rzR1 { position:relative; }
#Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx #PuQIQyB3OJneXIdBqF9OKxwwrKNN9rT1 { position:relative; }
#Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx #rUvDFQGxfhf68lwPzLFJxeXHcWH7OByi { position:relative;display:none; }
#Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx #PhPSZMc2QNl5GCZkGWMOsFQa9Td3oikb { position:relative; }
#Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx #GKazDcMKbUK0DKJJskWSFQzzV7XG1mPR { position:relative; }
#Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx #JuNIh2JGcvC58XSoPXJJrLPTXUbn4RRo { position:relative; }
#TuO5hcnOBGuqRxIqqrbepbfvgd0uBkDU { color:rgba(var(--color-primary-2),1);display:block;width:63.684375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-2),1);top:4.915771484375rem;left:9.718017578125rem;height:7.75rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#a9CLbNHOSaKGF4CTTD2pAsRrf54CfJdU { color:rgba(var(--color-tertiary-0),1);display:block;width:28.6853125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-2),1);top:14.715576171875rem;left:44.793701171875rem;height:4.125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#rSrTSvrk85NzAmWmZy1t4x1IlkOx9wIy { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top: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:46.5rem;width:46.5rem;top:-0.9755859375rem;left:0rem;overflow:hidden;display:block; }
#JQXb8qLLPLGQfuobT0K8KNCHmG3VoO4I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#JQXb8qLLPLGQfuobT0K8KNCHmG3VoO4I > .row .container { background-color: transparent; background-image: none; }#JQXb8qLLPLGQfuobT0K8KNCHmG3VoO4I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQXb8qLLPLGQfuobT0K8KNCHmG3VoO4I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQXb8qLLPLGQfuobT0K8KNCHmG3VoO4I > .row .container > .video-iframe-container { display: none; }#JQXb8qLLPLGQfuobT0K8KNCHmG3VoO4I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQXb8qLLPLGQfuobT0K8KNCHmG3VoO4I > .row > .video-iframe-container { display: none; }#JQXb8qLLPLGQfuobT0K8KNCHmG3VoO4I > .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); }#JQXb8qLLPLGQfuobT0K8KNCHmG3VoO4I > .row .container { border-width: 0; border-radius: 0; }#JQXb8qLLPLGQfuobT0K8KNCHmG3VoO4I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JQXb8qLLPLGQfuobT0K8KNCHmG3VoO4I > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;position:relative;display:block; }#nkoLEQmACuoBXzLXcmi0qV0cZDNDIzHu { color:rgba(var(--color-primary-2),1);display:block;width:69.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.6875rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:1.7490234375rem;left:2.7646484375rem;height:3.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Gm4di7SPIyDKVC1TSaWOXrlrMDsFPQsS { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.4375rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:1.8740234375rem;left:58.0771484375rem;display:block; }
#knzsk7BWbfScO6NPu8AWJm3WVyDyQwwD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#exH6rUCUVa3mfgXQwTeHy4JlIUAdRwrE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b3c885ff-f151-4323-8e4a-bb835acc6f38/Mader241029020_BLUE.jpg");background-position:center left !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; }#exH6rUCUVa3mfgXQwTeHy4JlIUAdRwrE.adaptive-delivery-prevent-bg, #exH6rUCUVa3mfgXQwTeHy4JlIUAdRwrE.lazyload, #exH6rUCUVa3mfgXQwTeHy4JlIUAdRwrE.lazyloading { background-image: none; }#exH6rUCUVa3mfgXQwTeHy4JlIUAdRwrE > .row .container { background-color: transparent; background-image: none; }#exH6rUCUVa3mfgXQwTeHy4JlIUAdRwrE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exH6rUCUVa3mfgXQwTeHy4JlIUAdRwrE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exH6rUCUVa3mfgXQwTeHy4JlIUAdRwrE > .row .container > .video-iframe-container { display: none; }#exH6rUCUVa3mfgXQwTeHy4JlIUAdRwrE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exH6rUCUVa3mfgXQwTeHy4JlIUAdRwrE > .row > .video-iframe-container { display: none; }#exH6rUCUVa3mfgXQwTeHy4JlIUAdRwrE > .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); }#exH6rUCUVa3mfgXQwTeHy4JlIUAdRwrE > .row .container { border-width: 0; border-radius: 0; }#exH6rUCUVa3mfgXQwTeHy4JlIUAdRwrE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#exH6rUCUVa3mfgXQwTeHy4JlIUAdRwrE > .row .container { font-size:0.875rem;font-family:arial;height:44.25rem;width:75rem;position:relative;display:block; }#nMLtuxl3r5XBqlZmQxHL9eEB3sAuEAsC { color:rgba(var(--color-tertiary-0),1);display:block;width:40rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.8;letter-spacing:0;top:13.3681640625rem;left:2.8125rem;height:27.875rem;display:block; }#nMLtuxl3r5XBqlZmQxHL9eEB3sAuEAsC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nMLtuxl3r5XBqlZmQxHL9eEB3sAuEAsC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_be4841d18446267c09c96185692f6d0a4dc3f7dd.svg); }
#NgQELQANFG3sT9A0m3hoxpCtnuzrC9wl { color:rgba(var(--color-primary-2),1);display:block;width:56.62475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.6875rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-2),1);top:1.24755859375rem;left:2.8125rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LrobfLz2ectuNG03G1PRRw1IE3AfZMaV { color:rgba(var(--color-tertiary-0),1);display:block;width:71.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.8;letter-spacing:0;top:6.060791015625rem;left:2.8125rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Lyfcxmcb73B78EhJTNwRgEK4CXAxlAAl { color:rgba(var(--color-tertiary-0),1);display:block;width:40rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.8;letter-spacing:0;top:13.3681640625rem;left:35rem;height:25.3125rem;display:block; }#Lyfcxmcb73B78EhJTNwRgEK4CXAxlAAl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Lyfcxmcb73B78EhJTNwRgEK4CXAxlAAl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_be4841d18446267c09c96185692f6d0a4dc3f7dd.svg); }
#lph49xbQs1VoJ4y4EmJ9Eial1o18VGEs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#lph49xbQs1VoJ4y4EmJ9Eial1o18VGEs > .row .container { background-color: transparent; background-image: none; }#lph49xbQs1VoJ4y4EmJ9Eial1o18VGEs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lph49xbQs1VoJ4y4EmJ9Eial1o18VGEs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lph49xbQs1VoJ4y4EmJ9Eial1o18VGEs > .row .container > .video-iframe-container { display: none; }#lph49xbQs1VoJ4y4EmJ9Eial1o18VGEs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lph49xbQs1VoJ4y4EmJ9Eial1o18VGEs > .row > .video-iframe-container { display: none; }#lph49xbQs1VoJ4y4EmJ9Eial1o18VGEs > .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); }#lph49xbQs1VoJ4y4EmJ9Eial1o18VGEs > .row .container { border-width: 0; border-radius: 0; }#lph49xbQs1VoJ4y4EmJ9Eial1o18VGEs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lph49xbQs1VoJ4y4EmJ9Eial1o18VGEs > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;position:relative;display:block; }#dUroiEribOGRHoaPx2SxVe64LET164pI { color:rgba(var(--color-primary-2),1);display:block;width:69.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.6875rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:1.7490234375rem;left:2.6240234375rem;height:3.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VE47lHIDCOvskhT0TnEk1ss9hmw8rXSs { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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-tertiary-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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.4375rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:1.8740234375rem;left:58.0615234375rem;display:block; }
#mgtxIfT8CRFkGIiIutC9I9WqWxTNU8iO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Pi81q4cAX65tm7XrdZilm3nZ9RyMbdav { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#004c6d;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; }#Pi81q4cAX65tm7XrdZilm3nZ9RyMbdav > .row .container { background-color: transparent; background-image: none; }#Pi81q4cAX65tm7XrdZilm3nZ9RyMbdav::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pi81q4cAX65tm7XrdZilm3nZ9RyMbdav > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pi81q4cAX65tm7XrdZilm3nZ9RyMbdav > .row .container > .video-iframe-container { display: none; }#Pi81q4cAX65tm7XrdZilm3nZ9RyMbdav > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pi81q4cAX65tm7XrdZilm3nZ9RyMbdav > .row > .video-iframe-container { display: none; }#Pi81q4cAX65tm7XrdZilm3nZ9RyMbdav > .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); }#Pi81q4cAX65tm7XrdZilm3nZ9RyMbdav > .row .container { border-width: 0; border-radius: 0; }#Pi81q4cAX65tm7XrdZilm3nZ9RyMbdav > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pi81q4cAX65tm7XrdZilm3nZ9RyMbdav > .row .container { font-size:0.875rem;font-family:arial;height:49.9375rem;width:75rem;position:relative;display:block; }#CFZsT6ctKMAhyJUxfEI64bRfJT5llmos { color:rgba(var(--color-tertiary-0),1);display:block;width:40rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.8;letter-spacing:0;top:21.243896484375rem;left:2.8125rem;height:25.3125rem;display:block; }#CFZsT6ctKMAhyJUxfEI64bRfJT5llmos li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CFZsT6ctKMAhyJUxfEI64bRfJT5llmos li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_be4841d18446267c09c96185692f6d0a4dc3f7dd.svg); }
#vTC6lgfyVLCnTrH6meT76wr9QSiASzlV { color:rgba(var(--color-primary-2),1);display:block;width:56.62475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.6875rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-2),1);top:1.24755859375rem;left:2.8125rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QTTbP0S3mGTSIkFvwTEM8AqgF8VoQ7qn { color:rgba(var(--color-tertiary-0),1);display:block;width:71.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.8;letter-spacing:0;top:6.060791015625rem;left:2.8125rem;height:13.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SbV07vIPmw9f9O0zqomCJo6gl60aVuoI { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top: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:40.1855625rem;width:40.1855625rem;top:9.7509765625rem;left:34.1240234375rem;overflow:hidden;display:block; }
#ZLhTvzJ7rqMnKSb27Xq5zCROHXi96svd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#ZLhTvzJ7rqMnKSb27Xq5zCROHXi96svd > .row .container { background-color: transparent; background-image: none; }#ZLhTvzJ7rqMnKSb27Xq5zCROHXi96svd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZLhTvzJ7rqMnKSb27Xq5zCROHXi96svd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZLhTvzJ7rqMnKSb27Xq5zCROHXi96svd > .row .container > .video-iframe-container { display: none; }#ZLhTvzJ7rqMnKSb27Xq5zCROHXi96svd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZLhTvzJ7rqMnKSb27Xq5zCROHXi96svd > .row > .video-iframe-container { display: none; }#ZLhTvzJ7rqMnKSb27Xq5zCROHXi96svd > .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); }#ZLhTvzJ7rqMnKSb27Xq5zCROHXi96svd > .row .container { border-width: 0; border-radius: 0; }#ZLhTvzJ7rqMnKSb27Xq5zCROHXi96svd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZLhTvzJ7rqMnKSb27Xq5zCROHXi96svd > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:75rem;position:relative;display:block; }#c7KIJ5n3391MfHZGxgKDUauqFn4Qy0RT { color:rgba(var(--color-primary-2),1);display:block;width:69.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.6875rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:1.0625rem;left:2.625rem;height:3.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Lr6laSSFu0OL8zq43bAJN9QLTWRsy6O0 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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-tertiary-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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.4375rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:1.1875rem;left:58.0625rem;display:block; }
#eFc0w9poQImzM7c9O60NtqIKQlXxJV69 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bXOd8omJFChnzoXV3SCLUJLNrkQiD2uZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#bXOd8omJFChnzoXV3SCLUJLNrkQiD2uZ > .row .container { background-color: transparent; background-image: none; }#bXOd8omJFChnzoXV3SCLUJLNrkQiD2uZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bXOd8omJFChnzoXV3SCLUJLNrkQiD2uZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bXOd8omJFChnzoXV3SCLUJLNrkQiD2uZ > .row .container > .video-iframe-container { display: none; }#bXOd8omJFChnzoXV3SCLUJLNrkQiD2uZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bXOd8omJFChnzoXV3SCLUJLNrkQiD2uZ > .row > .video-iframe-container { display: none; }#bXOd8omJFChnzoXV3SCLUJLNrkQiD2uZ > .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); }#bXOd8omJFChnzoXV3SCLUJLNrkQiD2uZ > .row .container { border-width: 0; border-radius: 0; }#bXOd8omJFChnzoXV3SCLUJLNrkQiD2uZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bXOd8omJFChnzoXV3SCLUJLNrkQiD2uZ > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:75rem;position:relative;display:block; }#RkJrOdvww8lT7NdsZGoQlAGN3m1iW6E4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.375rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.8125rem;left:29.0625rem; }
#RkJrOdvww8lT7NdsZGoQlAGN3m1iW6E4 > img { max-width: 100%;max-height:100%; width:3.375rem; height:3.375rem; }#AKXNO8rOeIzTxscELi3gPilea93Ua7qA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:1.75rem;left:33.5rem; }
#AKXNO8rOeIzTxscELi3gPilea93Ua7qA > img { max-width: 100%;max-height:100%; width:3.4375rem; height:3.4375rem; }#i3cUtwiG6HUdlJgTo8sE55RTNZxm9MZi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:1.75rem;left:38.1875rem; }
#i3cUtwiG6HUdlJgTo8sE55RTNZxm9MZi > img { max-width: 100%;max-height:100%; width:3.5rem; height:3.5rem; }#TXU6af5AD8Xez1Xi7h80ChNurlrag1Ny { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.94140625rem;left:2.8740234375rem;height:1.1181625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CxeKpFVxgTXo683kWB5UwpPW40NNbP4W { display:block; }#CxeKpFVxgTXo683kWB5UwpPW40NNbP4W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I49IPCZlLrTgngKUelXqN04MIgSTsIZV { top:0rem;left:17.46875rem;width:12.8125rem;height:8.374rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFACLzGwHSLTVs5X3UiWTZx9lRTKWkKy { display:block; }#EFACLzGwHSLTVs5X3UiWTZx9lRTKWkKy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx .widget-regular-label { width:25.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;height:auto; }
#Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx .widget-input-text { width:25.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx .widget-input-text {padding-top: 0; padding-bottom: 0;}#Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx .widget-textarea { width:25.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx .widget-input-select { width:25.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx .widget-input-select {padding-top: 0; padding-bottom: 0;}#Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx .widget-input-button { width:25.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx .widget-checkbox-label { width:24.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx  { width:25.3125rem;height:auto;top:29.625rem;left:0rem; }
#Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx .radio-container { width:25.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx {display:block;}#Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx { width:25.3125rem;height:auto;top:29.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx #gKkVqJUil1phfBoTuxVXTdcdbGfop8qM {  }
 }@media only screen and (max-width: 763px) { #Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx #CKBCIe3oW8ATD8FTUuUE58lNW5b1TQDF {  }
 }@media only screen and (max-width: 763px) { #Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx #cADFJzDTOTArBctVn2MlCmpWy0iy3TF8 {  }
 }@media only screen and (max-width: 763px) { #Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx #UW3IuEOxvd8x9ShIXDBQ4yOQAIyZcc2h {  }
 }@media only screen and (max-width: 763px) { #Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx #VQlrwI5zmiNH2DLhzB57RWpvUZC9TAx5 {  }
 }@media only screen and (max-width: 763px) { #Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx #sqMPmMupWhuP9fDaQvOr8JHymDXGzK69 {  }
 }@media only screen and (max-width: 763px) { #Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx #V4FLx0M7M2bLCminByo20pzTUmh9smIo {  }
 }@media only screen and (max-width: 763px) { #Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx #SzzxQR5lZlOTepHLwDVo0ncRfDoweyhD {  }
 }@media only screen and (max-width: 763px) { #Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx #FnIiUBulPyRJTg8pQRsTZ6KofPHubTGT {  }
 }@media only screen and (max-width: 763px) { #Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx #szpkQqM6TewFwqETTDCbx80uqpTNSxrE {  }
 }@media only screen and (max-width: 763px) { #Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx #aG9CZNvzuFJT4S7mFOLm6QTGkdylpATc {  }
 }@media only screen and (max-width: 763px) { #Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx #gZgFc4tRJCisAKKqsLksFtLWamt5rzR1 {  }
 }@media only screen and (max-width: 763px) { #Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx #PuQIQyB3OJneXIdBqF9OKxwwrKNN9rT1 {  }
 }@media only screen and (max-width: 763px) { #Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx #rUvDFQGxfhf68lwPzLFJxeXHcWH7OByi {  }
 }@media only screen and (max-width: 763px) { #Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx #PhPSZMc2QNl5GCZkGWMOsFQa9Td3oikb {  }
 }@media only screen and (max-width: 763px) { #Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx #GKazDcMKbUK0DKJJskWSFQzzV7XG1mPR {  }
 }@media only screen and (max-width: 763px) { #Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx #JuNIh2JGcvC58XSoPXJJrLPTXUbn4RRo {  }
 }@media only screen and (max-width: 763px) { #TuO5hcnOBGuqRxIqqrbepbfvgd0uBkDU { top:4.875rem;left:0rem;width:47.75rem;height:7.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9CLbNHOSaKGF4CTTD2pAsRrf54CfJdU { top:14.6875rem;left:19.125rem;width:28.625rem;height:3.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSrTSvrk85NzAmWmZy1t4x1IlkOx9wIy { top:-0.9375rem;left:0rem;width:46.5rem;height:46.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQXb8qLLPLGQfuobT0K8KNCHmG3VoO4I { display:block; }#JQXb8qLLPLGQfuobT0K8KNCHmG3VoO4I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nkoLEQmACuoBXzLXcmi0qV0cZDNDIzHu { top:1.6875rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gm4di7SPIyDKVC1TSaWOXrlrMDsFPQsS { width:14.375rem;height:3.4375rem;top:1.8125rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #knzsk7BWbfScO6NPu8AWJm3WVyDyQwwD { display:block; }
 }@media only screen and (max-width: 763px) { #exH6rUCUVa3mfgXQwTeHy4JlIUAdRwrE { display:block; }#exH6rUCUVa3mfgXQwTeHy4JlIUAdRwrE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nMLtuxl3r5XBqlZmQxHL9eEB3sAuEAsC { top:13.3125rem;left:0rem;width:40rem;height:;font-size:1.25rem;display:block; }#nMLtuxl3r5XBqlZmQxHL9eEB3sAuEAsC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_be4841d18446267c09c96185692f6d0a4dc3f7dd.svg); }
 }@media only screen and (max-width: 763px) { #NgQELQANFG3sT9A0m3hoxpCtnuzrC9wl { top:1.1875rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrobfLz2ectuNG03G1PRRw1IE3AfZMaV { top:6rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lyfcxmcb73B78EhJTNwRgEK4CXAxlAAl { top:13.3125rem;left:7.75rem;width:40rem;height:;font-size:1.25rem;display:block; }#Lyfcxmcb73B78EhJTNwRgEK4CXAxlAAl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_be4841d18446267c09c96185692f6d0a4dc3f7dd.svg); }
 }@media only screen and (max-width: 763px) { #lph49xbQs1VoJ4y4EmJ9Eial1o18VGEs { display:block; }#lph49xbQs1VoJ4y4EmJ9Eial1o18VGEs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dUroiEribOGRHoaPx2SxVe64LET164pI { top:1.6875rem;left:0rem;width:47.75rem;height:0;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VE47lHIDCOvskhT0TnEk1ss9hmw8rXSs { width:14.375rem;height:3.4375rem;top:1.8125rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgtxIfT8CRFkGIiIutC9I9WqWxTNU8iO { display:block; }
 }@media only screen and (max-width: 763px) { #Pi81q4cAX65tm7XrdZilm3nZ9RyMbdav { display:block; }#Pi81q4cAX65tm7XrdZilm3nZ9RyMbdav > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CFZsT6ctKMAhyJUxfEI64bRfJT5llmos { top:21.1875rem;left:0rem;width:40rem;height:25.3125rem;font-size:1.25rem;display:block; }#CFZsT6ctKMAhyJUxfEI64bRfJT5llmos li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_be4841d18446267c09c96185692f6d0a4dc3f7dd.svg); }
 }@media only screen and (max-width: 763px) { #vTC6lgfyVLCnTrH6meT76wr9QSiASzlV { top:1.1875rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTTbP0S3mGTSIkFvwTEM8AqgF8VoQ7qn { top:6rem;left:0rem;width:47.75rem;height:13.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbV07vIPmw9f9O0zqomCJo6gl60aVuoI { top:9.75rem;left:7.625rem;width:40.125rem;height:40.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLhTvzJ7rqMnKSb27Xq5zCROHXi96svd { display:block; }#ZLhTvzJ7rqMnKSb27Xq5zCROHXi96svd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c7KIJ5n3391MfHZGxgKDUauqFn4Qy0RT { top:1.0625rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lr6laSSFu0OL8zq43bAJN9QLTWRsy6O0 { width:14.375rem;height:3.4375rem;top:1.1875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFc0w9poQImzM7c9O60NtqIKQlXxJV69 { display:block; }
 }@media only screen and (max-width: 763px) { #bXOd8omJFChnzoXV3SCLUJLNrkQiD2uZ { display:block; }#bXOd8omJFChnzoXV3SCLUJLNrkQiD2uZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RkJrOdvww8lT7NdsZGoQlAGN3m1iW6E4 { top:1.8125rem;left:15.4375rem;width:3.375rem;height:3.375rem;display:block; }
#RkJrOdvww8lT7NdsZGoQlAGN3m1iW6E4 > img { max-width: 100%;max-height:100%; width:3.375rem; height:3.375rem; } }@media only screen and (max-width: 763px) { #AKXNO8rOeIzTxscELi3gPilea93Ua7qA { top:1.75rem;left:19.875rem;width:3.4375rem;height:3.4375rem;display:block; }
#AKXNO8rOeIzTxscELi3gPilea93Ua7qA > img { max-width: 100%;max-height:100%; width:3.4375rem; height:3.4375rem; } }@media only screen and (max-width: 763px) { #i3cUtwiG6HUdlJgTo8sE55RTNZxm9MZi { top:1.75rem;left:24.5625rem;width:3.5rem;height:3.5rem;display:block; }
#i3cUtwiG6HUdlJgTo8sE55RTNZxm9MZi > img { max-width: 100%;max-height:100%; width:3.5rem; height:3.5rem; } }@media only screen and (max-width: 763px) { #TXU6af5AD8Xez1Xi7h80ChNurlrag1Ny { top:2.9375rem;left:0rem;width:20rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CxeKpFVxgTXo683kWB5UwpPW40NNbP4W { position:relative;z-index:auto;display:block; }#CxeKpFVxgTXo683kWB5UwpPW40NNbP4W > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I49IPCZlLrTgngKUelXqN04MIgSTsIZV { width:9rem;height:6.0625rem;top:0.60416668653488rem;left:5.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFACLzGwHSLTVs5X3UiWTZx9lRTKWkKy { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/61888fa0-c5bb-4c8e-9761-79af790386eb/MaderMaintenanceCentreLowResPic16.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EFACLzGwHSLTVs5X3UiWTZx9lRTKWkKy.adaptive-delivery-prevent-bg, #EFACLzGwHSLTVs5X3UiWTZx9lRTKWkKy.lazyload, #EFACLzGwHSLTVs5X3UiWTZx9lRTKWkKy.lazyloading { background-image: none; }#EFACLzGwHSLTVs5X3UiWTZx9lRTKWkKy > .row .container { background-color: transparent; background-image: none; }#EFACLzGwHSLTVs5X3UiWTZx9lRTKWkKy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.54); }#EFACLzGwHSLTVs5X3UiWTZx9lRTKWkKy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFACLzGwHSLTVs5X3UiWTZx9lRTKWkKy > .row .container > .video-iframe-container { display: none; }#EFACLzGwHSLTVs5X3UiWTZx9lRTKWkKy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.54); }#EFACLzGwHSLTVs5X3UiWTZx9lRTKWkKy > .row > .video-iframe-container { display: none; }#EFACLzGwHSLTVs5X3UiWTZx9lRTKWkKy > .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); }#EFACLzGwHSLTVs5X3UiWTZx9lRTKWkKy > .row .container { border-width: 0; border-radius: 0; }#EFACLzGwHSLTVs5X3UiWTZx9lRTKWkKy::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; }#EFACLzGwHSLTVs5X3UiWTZx9lRTKWkKy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EFACLzGwHSLTVs5X3UiWTZx9lRTKWkKy > .row .container { width:20rem;height:31.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;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; }
#Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx .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;background-color:rgba(255,255,255,0.35);background-image:none;color:#004c6d;height:2.0625rem; }
#Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx .widget-input-text {padding-top: 0; padding-bottom: 0;}#Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;background-color:rgba(255,255,255,0.35);background-image:none;color:#004c6d; }
#Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx .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; }
#Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx .widget-input-select {padding-top: 0; padding-bottom: 0;}#Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.1875rem;font-size:1.1875rem;overflow:hidden; }
#Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx [class*="-text"]:-moz-placeholder { font-weight:400;font-style:normal; }
#Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx [class*="-text"]::-moz-placeholder { font-weight:400;font-style:normal; }
#Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx [class*="-text"]:-ms-input-placeholder { font-weight:400;font-style:normal; }
#Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx [class*="-text"]::-webkit-input-placeholder { font-weight:400;font-style:normal; }
#Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx  { width:17.5rem;height:auto;top:9.53125rem;left:0rem; }
#Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx {display:block;}#Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx { width:17.5rem;height:auto;top:9.53125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx #gKkVqJUil1phfBoTuxVXTdcdbGfop8qM {  }
 }@media only screen and (max-width: 763px) { #Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx #CKBCIe3oW8ATD8FTUuUE58lNW5b1TQDF { display:none; }
 }@media only screen and (max-width: 763px) { #Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx #cADFJzDTOTArBctVn2MlCmpWy0iy3TF8 {  }
 }@media only screen and (max-width: 763px) { #Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx #UW3IuEOxvd8x9ShIXDBQ4yOQAIyZcc2h {  }
 }@media only screen and (max-width: 763px) { #Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx #VQlrwI5zmiNH2DLhzB57RWpvUZC9TAx5 { display:none; }
 }@media only screen and (max-width: 763px) { #Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx #sqMPmMupWhuP9fDaQvOr8JHymDXGzK69 {  }
 }@media only screen and (max-width: 763px) { #Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx #V4FLx0M7M2bLCminByo20pzTUmh9smIo {  }
 }@media only screen and (max-width: 763px) { #Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx #SzzxQR5lZlOTepHLwDVo0ncRfDoweyhD { display:none; }
 }@media only screen and (max-width: 763px) { #Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx #FnIiUBulPyRJTg8pQRsTZ6KofPHubTGT {  }
 }@media only screen and (max-width: 763px) { #Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx #szpkQqM6TewFwqETTDCbx80uqpTNSxrE {  }
 }@media only screen and (max-width: 763px) { #Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx #aG9CZNvzuFJT4S7mFOLm6QTGkdylpATc {  }
 }@media only screen and (max-width: 763px) { #Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx #gZgFc4tRJCisAKKqsLksFtLWamt5rzR1 {  }
 }@media only screen and (max-width: 763px) { #Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx #PuQIQyB3OJneXIdBqF9OKxwwrKNN9rT1 {  }
 }@media only screen and (max-width: 763px) { #Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx #rUvDFQGxfhf68lwPzLFJxeXHcWH7OByi {  }
 }@media only screen and (max-width: 763px) { #Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx #PhPSZMc2QNl5GCZkGWMOsFQa9Td3oikb {  }
 }@media only screen and (max-width: 763px) { #Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx #GKazDcMKbUK0DKJJskWSFQzzV7XG1mPR {  }
 }@media only screen and (max-width: 763px) { #Ts8Wmpo6BgvGNT9JoluokTIq8T0QZKXx #JuNIh2JGcvC58XSoPXJJrLPTXUbn4RRo {  }
 }@media only screen and (max-width: 763px) { #TuO5hcnOBGuqRxIqqrbepbfvgd0uBkDU { width:19.1865rem;height:4.6875rem;top:1.6865234375rem;left:0.4052734375rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #a9CLbNHOSaKGF4CTTD2pAsRrf54CfJdU { width:20rem;height:2.5rem;top:7.09375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #rSrTSvrk85NzAmWmZy1t4x1IlkOx9wIy { width:0.625rem;height:0.625rem;top:28.90625rem;left:2.186279296875rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #JQXb8qLLPLGQfuobT0K8KNCHmG3VoO4I { display:block; }#JQXb8qLLPLGQfuobT0K8KNCHmG3VoO4I > .row .container { width:20rem;height:9.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nkoLEQmACuoBXzLXcmi0qV0cZDNDIzHu { width:20rem;height:4rem;top:0.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gm4di7SPIyDKVC1TSaWOXrlrMDsFPQsS { width:17.5rem;height:3.4375rem;top:5.2490234375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #knzsk7BWbfScO6NPu8AWJm3WVyDyQwwD { display:block; }
 }@media only screen and (max-width: 763px) { #exH6rUCUVa3mfgXQwTeHy4JlIUAdRwrE { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b3c885ff-f151-4323-8e4a-bb835acc6f38/Mader241029020_BLUE.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#exH6rUCUVa3mfgXQwTeHy4JlIUAdRwrE.adaptive-delivery-prevent-bg, #exH6rUCUVa3mfgXQwTeHy4JlIUAdRwrE.lazyload, #exH6rUCUVa3mfgXQwTeHy4JlIUAdRwrE.lazyloading { background-image: none; }#exH6rUCUVa3mfgXQwTeHy4JlIUAdRwrE > .row .container { background-color: transparent; background-image: none; }#exH6rUCUVa3mfgXQwTeHy4JlIUAdRwrE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exH6rUCUVa3mfgXQwTeHy4JlIUAdRwrE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exH6rUCUVa3mfgXQwTeHy4JlIUAdRwrE > .row .container > .video-iframe-container { display: none; }#exH6rUCUVa3mfgXQwTeHy4JlIUAdRwrE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exH6rUCUVa3mfgXQwTeHy4JlIUAdRwrE > .row > .video-iframe-container { display: none; }#exH6rUCUVa3mfgXQwTeHy4JlIUAdRwrE > .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); }#exH6rUCUVa3mfgXQwTeHy4JlIUAdRwrE > .row .container { border-width: 0; border-radius: 0; }#exH6rUCUVa3mfgXQwTeHy4JlIUAdRwrE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#exH6rUCUVa3mfgXQwTeHy4JlIUAdRwrE > .row .container { width:20rem;height:70.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nMLtuxl3r5XBqlZmQxHL9eEB3sAuEAsC { width:20rem;height:27.3349375rem;top:14.763671875rem;left:0rem;font-size:1rem;z-index:15002;display:block; }#nMLtuxl3r5XBqlZmQxHL9eEB3sAuEAsC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_be4841d18446267c09c96185692f6d0a4dc3f7dd.svg); }
 }@media only screen and (max-width: 763px) { #NgQELQANFG3sT9A0m3hoxpCtnuzrC9wl { width:15.3125rem;height:1.3125rem;top:1.1708984375rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LrobfLz2ectuNG03G1PRRw1IE3AfZMaV { width:20rem;height:10.7988125rem;top:2.830078125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #Lyfcxmcb73B78EhJTNwRgEK4CXAxlAAl { width:20rem;height:27.0224375rem;top:42.66015625rem;left:0rem;font-size:1rem;z-index:15002;display:block; }#Lyfcxmcb73B78EhJTNwRgEK4CXAxlAAl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_be4841d18446267c09c96185692f6d0a4dc3f7dd.svg); }
 }@media only screen and (max-width: 763px) { #lph49xbQs1VoJ4y4EmJ9Eial1o18VGEs { display:block; }#lph49xbQs1VoJ4y4EmJ9Eial1o18VGEs > .row .container { width:20rem;height:8.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dUroiEribOGRHoaPx2SxVe64LET164pI { width:20rem;height:4rem;top:0.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VE47lHIDCOvskhT0TnEk1ss9hmw8rXSs { width:14.375rem;height:3.4375rem;top:4.6875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgtxIfT8CRFkGIiIutC9I9WqWxTNU8iO { display:block; }
 }@media only screen and (max-width: 763px) { #Pi81q4cAX65tm7XrdZilm3nZ9RyMbdav { background-color:#004c6d;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;display:block; }#Pi81q4cAX65tm7XrdZilm3nZ9RyMbdav > .row .container { background-color: transparent; background-image: none; }#Pi81q4cAX65tm7XrdZilm3nZ9RyMbdav::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pi81q4cAX65tm7XrdZilm3nZ9RyMbdav > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pi81q4cAX65tm7XrdZilm3nZ9RyMbdav > .row .container > .video-iframe-container { display: none; }#Pi81q4cAX65tm7XrdZilm3nZ9RyMbdav > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pi81q4cAX65tm7XrdZilm3nZ9RyMbdav > .row > .video-iframe-container { display: none; }#Pi81q4cAX65tm7XrdZilm3nZ9RyMbdav > .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); }#Pi81q4cAX65tm7XrdZilm3nZ9RyMbdav > .row .container { border-width: 0; border-radius: 0; }#Pi81q4cAX65tm7XrdZilm3nZ9RyMbdav > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pi81q4cAX65tm7XrdZilm3nZ9RyMbdav > .row .container { width:20rem;height:59rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CFZsT6ctKMAhyJUxfEI64bRfJT5llmos { width:20rem;height:28.88475rem;top:29.826171875rem;left:0rem;font-size:1rem;z-index:15002;display:block; }#CFZsT6ctKMAhyJUxfEI64bRfJT5llmos li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_be4841d18446267c09c96185692f6d0a4dc3f7dd.svg); }
 }@media only screen and (max-width: 763px) { #vTC6lgfyVLCnTrH6meT76wr9QSiASzlV { width:15.3125rem;height:1.3125rem;top:1.1708984375rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QTTbP0S3mGTSIkFvwTEM8AqgF8VoQ7qn { width:20rem;height:26.99706875rem;top:2.830078125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #SbV07vIPmw9f9O0zqomCJo6gl60aVuoI { width:0.625rem;height:0.625rem;top:1.5146484375rem;left:4.6875rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #ZLhTvzJ7rqMnKSb27Xq5zCROHXi96svd { display:block; }#ZLhTvzJ7rqMnKSb27Xq5zCROHXi96svd > .row .container { width:20rem;height:11.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c7KIJ5n3391MfHZGxgKDUauqFn4Qy0RT { width:20rem;height:4rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lr6laSSFu0OL8zq43bAJN9QLTWRsy6O0 { width:14.375rem;height:3.4375rem;top:6.5rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFc0w9poQImzM7c9O60NtqIKQlXxJV69 { display:block; }
 }@media only screen and (max-width: 763px) { #bXOd8omJFChnzoXV3SCLUJLNrkQiD2uZ { display:block; }#bXOd8omJFChnzoXV3SCLUJLNrkQiD2uZ > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RkJrOdvww8lT7NdsZGoQlAGN3m1iW6E4 { display:flex;width:3.375rem;height:3.375rem;top:0.8125rem;left:4.375rem; }
#RkJrOdvww8lT7NdsZGoQlAGN3m1iW6E4 > img { max-width: 100%;max-height:100%; width:3.375rem; height:3.375rem; } }@media only screen and (max-width: 763px) { #AKXNO8rOeIzTxscELi3gPilea93Ua7qA { display:flex;width:3.4375rem;height:3.4375rem;top:0.75rem;left:8.1875rem; }
#AKXNO8rOeIzTxscELi3gPilea93Ua7qA > img { max-width: 100%;max-height:100%; width:3.4375rem; height:3.4375rem; } }@media only screen and (max-width: 763px) { #i3cUtwiG6HUdlJgTo8sE55RTNZxm9MZi { display:flex;width:3.5rem;height:3.5rem;top:0.75rem;left:12.1875rem; }
#i3cUtwiG6HUdlJgTo8sE55RTNZxm9MZi > img { max-width: 100%;max-height:100%; width:3.5rem; height:3.5rem; } }@media only screen and (max-width: 763px) { #TXU6af5AD8Xez1Xi7h80ChNurlrag1Ny { width:20rem;height:1.28125rem;top:4.75rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }