.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:217,217,217;--color-primary-1:128,128,128;--color-primary-2:0,0,0;--color-primary-3:0,0,0;--color-primary-4:0,0,0;--color-secondary-0:221,231,246;--color-secondary-1:142,175,227;--color-secondary-2:29,94,198;--color-secondary-3:15,47,99;--color-secondary-4:4,14,30;--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:"arial";--paragraphs-font-family:"roboto"; }@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;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); }#lxNC4kQb47R0WvsD8oi34TxwAkqxIhXv { z-index:auto;position:relative;display:block; }#lxNC4kQb47R0WvsD8oi34TxwAkqxIhXv { background-color: transparent; background-image: none; }#lxNC4kQb47R0WvsD8oi34TxwAkqxIhXv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lxNC4kQb47R0WvsD8oi34TxwAkqxIhXv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lxNC4kQb47R0WvsD8oi34TxwAkqxIhXv > .row .container > .video-iframe-container { display: none; }#lxNC4kQb47R0WvsD8oi34TxwAkqxIhXv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lxNC4kQb47R0WvsD8oi34TxwAkqxIhXv > .row > .video-iframe-container { display: none; }#lxNC4kQb47R0WvsD8oi34TxwAkqxIhXv > .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); }#lxNC4kQb47R0WvsD8oi34TxwAkqxIhXv { border-width: 0; border-radius: 0; }#lxNC4kQb47R0WvsD8oi34TxwAkqxIhXv > .row .container { 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:auto !important;font-size:0.875rem;font-family:var(--headlines-font-family);height:8.875rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#hu9ZFLBmOv7ZqQqO66cDrkHvEy0XRexw { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8rem;width:10.9375rem;top:0.4375rem;left:8.625rem;overflow:hidden;display:block; }
#fncC5zI2L7Q4Bepkyscp1NsuLS5MCqaC { color:rgba(var(--color-tertiary-4),1);display:block;width:12.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.29980625rem;top:1.9375rem;left:53.1875rem;text-align:center;text-align-last:center;display:block; }
#n0kcnUik4xQCtgSHzySyCmwLx5uiMbzq { z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(var(--color-secondary-2),1) ;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:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;top:3.9375rem;left:52.5625rem;display:block; }
#T4V6QpB5LczDmCnyfywTA2rzvgl4EUoz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#av4QD6KLqu3UFhS8rwzK5IJ4HIzuy7pk { z-index:auto;position:relative;display:none; }#av4QD6KLqu3UFhS8rwzK5IJ4HIzuy7pk { border-width: 0; border-radius: 0; }#av4QD6KLqu3UFhS8rwzK5IJ4HIzuy7pk > .row .container { 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:auto !important;font-size:0.875rem;font-family:var(--headlines-font-family);height:8.875rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:none; }#tO4v0TRq4eR8HANGPgv4rQ3y2imGVZvA { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:8.6875rem;top:0rem;left:8.5625rem;overflow:hidden;display:block; }
#wa098RsAleI5yasNOU3B59IVgUwzHHrs { 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:9.875rem;width:19.875rem;display:none; }
#D5uxccABgqeehrv5Pu7SNHr51CqenTwt { position:relative;display:block; }#D5uxccABgqeehrv5Pu7SNHr51CqenTwt { background-color: transparent; background-image: none; }#D5uxccABgqeehrv5Pu7SNHr51CqenTwt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D5uxccABgqeehrv5Pu7SNHr51CqenTwt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D5uxccABgqeehrv5Pu7SNHr51CqenTwt > .row .container > .video-iframe-container { display: none; }#D5uxccABgqeehrv5Pu7SNHr51CqenTwt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D5uxccABgqeehrv5Pu7SNHr51CqenTwt > .row > .video-iframe-container { display: none; }#D5uxccABgqeehrv5Pu7SNHr51CqenTwt > .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); }#D5uxccABgqeehrv5Pu7SNHr51CqenTwt { border-width: 0; border-radius: 0; }#D5uxccABgqeehrv5Pu7SNHr51CqenTwt > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D5uxccABgqeehrv5Pu7SNHr51CqenTwt > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--headlines-font-family);height:22.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#qiNHpCSzFAP3ZdbaNkEObpGuaRRSArpT { color:rgba(var(--color-tertiary-4),1);display:block;width:15.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.29980625rem;top:1.8125rem;left:11.25rem;display:block; }
#DL7LRfEyZ4IVfCMTXTJaTVvHccHIwF62 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:7.6591796875rem;left:8.6875rem;display:block; }
#ULTapT7yK0RdqGblfkM07ZG5qBPKwXQq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#iWHK1TSNh4ZQXmANTI243boJsgvS6cmq { z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(var(--color-primary-2),0.35) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#kfBIzxoLJZSRBzB4gy2x9PG2vK44dbXw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t2gIBaBpQmRutd0q0XpSB8Zf2SdLiliH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#t2gIBaBpQmRutd0q0XpSB8Zf2SdLiliH > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#ZlsxPyVAHUUAGr6gPthGPor8TSO7Wxny { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);height:1.29980625rem;top:28.1875rem;left:7.5rem;display:block; }
#DQAVxmFdR8NPzeotVUtsbTXvDZqaT2Ah { z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(var(--color-primary-2),0.35) ;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#W7arzqJHviIXZDGpbFfyCqTm9MtozzKo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FFChkT6doSfFZuVGoB4r7guNvlJXrJsZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#innqlNRtAS3gepgBpQny2SMQaRdTi24i { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.19921875rem;top:4.75rem;left:49.9375rem;display:block; }#innqlNRtAS3gepgBpQny2SMQaRdTi24i li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3841550bb4dba6e5865a5a524e42c2615e1c57d2.svg); }
#OxyrkG6nsJRxMSwyqaVu4bEw21AOCGg9 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);height:0;top:11.7431640625rem;left:42.875rem;display:none; }
#f5gdDVr85M8az9bTMszAEBmiRJv0Jl2D { box-sizing:content-box;height:0.125rem;width:54.5rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.4375rem;left:8.625rem;display:none; }
#Z9VbLCDnMo38kfCtwk616fHrD8ReJvoV { position:relative;display:block; }#Z9VbLCDnMo38kfCtwk616fHrD8ReJvoV { background-color: transparent; background-image: none; }#Z9VbLCDnMo38kfCtwk616fHrD8ReJvoV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9VbLCDnMo38kfCtwk616fHrD8ReJvoV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9VbLCDnMo38kfCtwk616fHrD8ReJvoV > .row .container > .video-iframe-container { display: none; }#Z9VbLCDnMo38kfCtwk616fHrD8ReJvoV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9VbLCDnMo38kfCtwk616fHrD8ReJvoV > .row > .video-iframe-container { display: none; }#Z9VbLCDnMo38kfCtwk616fHrD8ReJvoV > .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); }#Z9VbLCDnMo38kfCtwk616fHrD8ReJvoV { border-width: 0; border-radius: 0; }#Z9VbLCDnMo38kfCtwk616fHrD8ReJvoV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Z9VbLCDnMo38kfCtwk616fHrD8ReJvoV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--headlines-font-family);height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#eJ553v4XgQ0fivWNTPpVPt3vl54NXRzA { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.38574375rem;top:5.3125rem;left:7.5rem;display:block; }
#ngtG7nQUIaIQHmb930wQ0whSzk1wq2rP { 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:3.75rem;width:6.3125rem;display:block; }
#dVTBDkZ83KklZz1avI9AsSTmNcaZQQWD { 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; }
#KgrAobcSlfhuE5JCtQVc4806EMBIBNFJ { position:relative;display:block; }#KgrAobcSlfhuE5JCtQVc4806EMBIBNFJ { background-color: transparent; background-image: none; }#KgrAobcSlfhuE5JCtQVc4806EMBIBNFJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KgrAobcSlfhuE5JCtQVc4806EMBIBNFJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KgrAobcSlfhuE5JCtQVc4806EMBIBNFJ > .row .container > .video-iframe-container { display: none; }#KgrAobcSlfhuE5JCtQVc4806EMBIBNFJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KgrAobcSlfhuE5JCtQVc4806EMBIBNFJ > .row > .video-iframe-container { display: none; }#KgrAobcSlfhuE5JCtQVc4806EMBIBNFJ > .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); }#KgrAobcSlfhuE5JCtQVc4806EMBIBNFJ { border-width: 0; border-radius: 0; }#KgrAobcSlfhuE5JCtQVc4806EMBIBNFJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#KgrAobcSlfhuE5JCtQVc4806EMBIBNFJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--headlines-font-family);height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tBLStGpzam0Js3H3kDGyoDfWhwiGTOWU { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:1.75rem;left:7.5rem;display:block; }
#ckhf3JztsMA5v4fXKvloywbp0kWZQvHU { position:relative;display:block; }#ckhf3JztsMA5v4fXKvloywbp0kWZQvHU { background-color: transparent; background-image: none; }#ckhf3JztsMA5v4fXKvloywbp0kWZQvHU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckhf3JztsMA5v4fXKvloywbp0kWZQvHU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckhf3JztsMA5v4fXKvloywbp0kWZQvHU > .row .container > .video-iframe-container { display: none; }#ckhf3JztsMA5v4fXKvloywbp0kWZQvHU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckhf3JztsMA5v4fXKvloywbp0kWZQvHU > .row > .video-iframe-container { display: none; }#ckhf3JztsMA5v4fXKvloywbp0kWZQvHU > .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); }#ckhf3JztsMA5v4fXKvloywbp0kWZQvHU { border-width: 0; border-radius: 0; }#ckhf3JztsMA5v4fXKvloywbp0kWZQvHU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ckhf3JztsMA5v4fXKvloywbp0kWZQvHU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--headlines-font-family);height:36.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vuGtsTf7B3h2CZB2VpvWFLaDimZLbIig { box-sizing:content-box;height:25.1875rem;width:18.3125rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;left:8.5625rem;top:3.125rem;display:block; }
#ha2KvvHIRHyplbv10ctFxqW6vKTV4QyO { 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:10.3125rem;width:16.125rem;left:9.6875rem;top:4.375rem;display:block; }
#J2x77oRgTWhdEoVsVdECByHyeJuUo56D { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:1.7871125rem;top:15.625rem;left:8.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yUSyd52DVUSXJ1o63sU0RxnpcsA30R6c { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.7;letter-spacing:0;text-shadow:0rem 0rem 0.0625rem rgba(var(--color-tertiary-4),0.5);height:8.496125rem;top:18.0625rem;left:9.375rem;text-align:left;text-align-last:left;display:block; }#yUSyd52DVUSXJ1o63sU0RxnpcsA30R6c li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c5602157afd39ae6afef8bc0732a6c97721b10f7.svg); }
#lyhQrg68sgu4WvbHAnaz9MJLe30XZtmt { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:block; }
#mF3XcrVBl3RyEfccOaL67ifDVNd4aaKX { 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:21.875rem;width:30.625rem;display:block; }
#taP3PBmqbLAviNNoHO1sWopbRdfqc7o0 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:14.625rem;left:7.5rem;display:block; }
#vgPu3cg8NNZnZTzyR9y2JTrT8E5evxxt { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);height:6.499rem;top:17.0625rem;left:7.5rem;display:block; }#vgPu3cg8NNZnZTzyR9y2JTrT8E5evxxt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3841550bb4dba6e5865a5a524e42c2615e1c57d2.svg); }
#pCs0CM7U5vaxfcT5fQhPgN9rChExLfq6 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#o2nWZkGrsT8pAibHE9ueT9ZBuHrrrrN6 { 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:31.5rem;width:43.75rem;display:none; }
#VkMk1psfMxdxfR8bvtXDelefnFgagTIc { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.4375rem;top:17.125rem;left:7.5rem;display:none; }
#aqaqlmSXKBgysVMpVJBsXZyfeOTvIIyX { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);height:;top:19.75rem;left:7.5rem;display:none; }#aqaqlmSXKBgysVMpVJBsXZyfeOTvIIyX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3841550bb4dba6e5865a5a524e42c2615e1c57d2.svg); }
#ZAzoeA6u8VmWgkRHKLSGd5aJOIAeJDRz { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#Dte6P1fpmzToeQKdzcyzIt7gPXGlTp8R { 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:23rem;width:30.625rem;display:none; }
#elc81mWM817hPnSocQ3sQDku0W7xUpPG { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:14.625rem;left:7.5rem;display:none; }
#HlxHxwSP7a5J1cWTSTOFJi97TMy5DqUo { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);height:;top:17.0625rem;left:7.5rem;display:none; }#HlxHxwSP7a5J1cWTSTOFJi97TMy5DqUo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3841550bb4dba6e5865a5a524e42c2615e1c57d2.svg); }
#BT75PqdULTIuKFvLIDOedGWsnbSpbBAE { position:relative;display:block; }#BT75PqdULTIuKFvLIDOedGWsnbSpbBAE { background-color: transparent; background-image: none; }#BT75PqdULTIuKFvLIDOedGWsnbSpbBAE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BT75PqdULTIuKFvLIDOedGWsnbSpbBAE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BT75PqdULTIuKFvLIDOedGWsnbSpbBAE > .row .container > .video-iframe-container { display: none; }#BT75PqdULTIuKFvLIDOedGWsnbSpbBAE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BT75PqdULTIuKFvLIDOedGWsnbSpbBAE > .row > .video-iframe-container { display: none; }#BT75PqdULTIuKFvLIDOedGWsnbSpbBAE > .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); }#BT75PqdULTIuKFvLIDOedGWsnbSpbBAE { border-width: 0; border-radius: 0; }#BT75PqdULTIuKFvLIDOedGWsnbSpbBAE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BT75PqdULTIuKFvLIDOedGWsnbSpbBAE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:48.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SIVdNykwD2qTgi4gM4XGuhgfzgHAZ5xd { box-sizing:content-box;height:17.3125rem;width:20.5rem;position:absolute;display:block;z-index:15000;background-color:#f4f4f4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:5.875rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#KbTHmUl4bnpL8dIb4kTwqvIXOvSoZfvl { position:absolute;display:block;z-index:15001;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:2.8125rem;width:2.8125rem;top:10.1875rem;left:7.1875rem;overflow:hidden;display:block; }
#ZyX4CVnwzD7cx44p1TuxGHOSwBawUWL9 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:10.375rem;left:10.6875rem;height:1.29980625rem;font-style:normal;display:block; }
#mzOILLtiIdaoCIkv2VulWPfy5HKi3f0f { color:#767676;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:11.625rem;left:10.6875rem;height:1.0556625rem;font-style:normal;display:block; }
#cv5FHC2EDWwUlFFaO4t1TgpLVCvCRJCn { position:absolute;display:block;z-index:15004;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:1.125rem;width:8.1875rem;top:13.875rem;left:6.6875rem;overflow:hidden;display:block; }
#EeVnU7r3WOAWUyJAHs2kt90Lpbbq50Ln { position:absolute;display:block;z-index:15005;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:5.4375rem;width:5.3125rem;top:9.0625rem;left:20.5625rem;overflow:hidden;display:block; }
#upT6ThIifTM0TD4i9lCvXwZlMsd8n5at { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:16.25rem;left:6.9375rem;height:6.499rem;display:block; }
#pKrAMXRZbZw2n6Jh4QGVfE9Jo0HHbNkA { box-sizing:content-box;height:17.3125rem;width:20.5rem;position:absolute;display:block;z-index:15007;background-color:#f4f4f4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.125rem;left:28.0625rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#tiVDGiWnB3iq19aFGfhxRxXT9bmQbT7R { position:absolute;display:block;z-index:15008;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:2.5rem;width:2.5rem;top:10.25rem;left:29.375rem;overflow:hidden;display:block; }
#Ck9fw0iimlgTxlQnnLHx237u5JJGoQBV { position:absolute;display:block;z-index:15011;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:1.125rem;width:8.1875rem;top:13.9375rem;left:28.875rem;overflow:hidden;display:block; }
#UQDAPfTsFxGDlNVLx1buwQpw5VEoDlX5 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:16.3125rem;left:29.125rem;height:6.499rem;display:block; }
#ylL3TUfTuPW2u9EZpzhQmohBpeHd9WT8 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:10.4375rem;left:32.875rem;height:1.29980625rem;font-style:normal;display:block; }
#KcXzvTskC6pbXkEApxfUmXVGunl97ONB { color:#767676;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:11.6875rem;left:32.875rem;height:1.0556625rem;font-style:normal;display:block; }
#LB99LVx85ckTsZHHxlme9W7Kqp88uNWX { position:absolute;display:block;z-index:15012;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:5.4375rem;width:5.3125rem;top:9.125rem;left:42.75rem;overflow:hidden;display:block; }
#pcXOseMA5o0zADCIObSRTcTroeA3hBD5 { box-sizing:content-box;height:17.3125rem;width:20.5rem;position:absolute;display:block;z-index:15014;background-color:#f4f4f4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:50.25rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#k3HWK2QCwpxMx6uxUDv8hd01ITyEGBhR { position:absolute;display:block;z-index:15015;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:2.5rem;width:2.5rem;top:10.1875rem;left:51.5625rem;overflow:hidden;display:block; }
#vl1JGiWzcVKQLpeeSZ9LxEv9sEtr23t0 { position:absolute;display:block;z-index:15018;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:1.125rem;width:8.1875rem;top:13.875rem;left:51.0625rem;overflow:hidden;display:block; }
#ZthlUfDQT1I1e4sUobbIgJMCWarAMBoR { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:16.25rem;left:51.3125rem;height:6.499rem;display:block; }
#vzCcyFqHUtRc4IJMr97nLJKSrCbAL4S2 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:10.375rem;left:55.0625rem;height:1.29980625rem;font-style:normal;display:block; }
#PKTVtMM1KidTQxug3xrPeiOh3DM3wdbE { color:#767676;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:11.625rem;left:55.0625rem;height:1.0556625rem;font-style:normal;display:block; }
#x2crVkVAfICWKSHbcIDWWKdQW0N7O13k { position:absolute;display:block;z-index:15019;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:5.4375rem;width:5.3125rem;top:9.0625rem;left:64.9375rem;overflow:hidden;display:block; }
#gt5sDZQLBf6ApL8lcDuq4Gn0kfCwGbSA { box-sizing:content-box;height:17.3125rem;width:20.5rem;position:absolute;display:block;z-index:15000;background-color:#f4f4f4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.8125rem;left:5.875rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#VGSUVD27WrztKIEhNO3pTfRql7m7k7QI { position:absolute;display:block;z-index:15001;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:2.5rem;width:2.5rem;top:28.9375rem;left:7.1875rem;overflow:hidden;display:block; }
#fyMqMzF8p7NJGsWNZ4UTIhXR8GpVbETl { position:absolute;display:block;z-index:15004;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:1.125rem;width:8.1875rem;top:32.625rem;left:6.6875rem;overflow:hidden;display:block; }
#L4eSc71wU9SEQiFyI4y4XzJ05x9vOoFS { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:35rem;left:6.9375rem;height:9.098625rem;display:block; }
#r8lXe9ceiMKIHEwz4m8tolWSn3xVH0vK { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:29.125rem;left:10.6875rem;height:1.29980625rem;font-style:normal;display:block; }
#P62GHd1DOMCPyKWIxH3keNlIa4Ul4Bzc { color:#767676;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:30.375rem;left:10.6875rem;height:1.0556625rem;font-style:normal;display:block; }
#WyyMlzEI3TxO6mLLG3wsUM86i2mRuWHn { position:absolute;display:block;z-index:15005;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:5.4375rem;width:5.3125rem;top:27.8125rem;left:20.5625rem;overflow:hidden;display:block; }
#cUEU0Esl52HQ9G0HxWeBWOH09Ks4Wo4D { box-sizing:content-box;height:17.3125rem;width:20.5rem;position:absolute;display:block;z-index:15007;background-color:#f4f4f4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.875rem;left:28.0625rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#aBJqLPy1cGrMQBJzVEhg9I3V92P7A9c5 { position:absolute;display:block;z-index:15008;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:2.5rem;width:2.5rem;top:29rem;left:29.375rem;overflow:hidden;display:block; }
#Tb7phKLRZQ5bHVTbFnh8bxKO8hd67vfD { position:absolute;display:block;z-index:15011;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:1.125rem;width:8.1875rem;top:32.6875rem;left:28.875rem;overflow:hidden;display:block; }
#SdKGo6V2tAxuzgNQsx9M5Knlcbe2mhKI { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:35.0625rem;left:29.125rem;height:7.7988125rem;display:block; }
#T2RNBZ7nmrrNefN9rIFC3HNWLJ4JHUun { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:29.1875rem;left:32.875rem;height:1.29980625rem;font-style:normal;display:block; }
#JetihdWWlGpQafX7bgIIVh9VIPfICie5 { color:#767676;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:30.4375rem;left:32.875rem;height:1.0556625rem;font-style:normal;display:block; }
#odS5QPz05CxyaPSn1InNKWJPx1KfTZhh { position:absolute;display:block;z-index:15012;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:5.4375rem;width:5.3125rem;top:27.875rem;left:42.75rem;overflow:hidden;display:block; }
#QnEe6DTT3iZPBm5iFuWAVW6pCOCgDynP { box-sizing:content-box;height:17.3125rem;width:20.5rem;position:absolute;display:block;z-index:15014;background-color:#f4f4f4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.8125rem;left:50.25rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#TxuMg4OtfpFKTcN67VTWIf9XEAfuokiq { position:absolute;display:block;z-index:15018;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:1.125rem;width:8.1875rem;top:32.625rem;left:51.0625rem;overflow:hidden;display:block; }
#QRtAC0C8DiNrIetea9WWHE9FRW2tOGuk { position:absolute;display:block;z-index:15015;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:2.8125rem;width:2.8125rem;top:28.9375rem;left:51.5625rem;overflow:hidden;display:block; }
#fnXe4J4Q5bhmoprbeX6GW7IdrscAxDCy { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:35rem;left:51.3125rem;height:5.19921875rem;display:block; }
#z5Q3gNWZ9e0faro8RemPdTCBr4iQ0lQU { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:29.125rem;left:55.0625rem;height:1.29980625rem;font-style:normal;display:block; }
#fya3g6u3LMGlGbWBxVpkmUZCKF8LzpBP { color:#767676;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:30.375rem;left:55.0625rem;height:1.0556625rem;font-style:normal;display:block; }
#xO8kyIwnHIBf4UDG3IPckfTeMMTEVqF7 { position:absolute;display:block;z-index:15019;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:5.4375rem;width:5.3125rem;top:27.8125rem;left:64.9375rem;overflow:hidden;display:block; }
#JDfatbSXmNFf0DOe1qcFxPWxa89Q9eM9 { color:rgba(var(--color-tertiary-4),1);display:block;width:56.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.35546875rem;top:1.75rem;left:9.21875rem;text-align:center;text-align-last:center;display:block; }
#ClznVygEbqIU0VnTqIUMDoeLCOSbUTrA { background-color:#333333;background-image:url("https://images.assets-landingi.com/zf3hI1DG/bg2.jpg");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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#ClznVygEbqIU0VnTqIUMDoeLCOSbUTrA.adaptive-delivery-prevent-bg, #ClznVygEbqIU0VnTqIUMDoeLCOSbUTrA.lazyload, #ClznVygEbqIU0VnTqIUMDoeLCOSbUTrA.lazyloading { background-image: none; }#ClznVygEbqIU0VnTqIUMDoeLCOSbUTrA > .row .container { border-width: 0; border-radius: 0; }#ClznVygEbqIU0VnTqIUMDoeLCOSbUTrA > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ClznVygEbqIU0VnTqIUMDoeLCOSbUTrA > .row .container { width:75rem;height:41.0625rem;font-size:0.875rem;font-family:var(--headlines-font-family);position:relative;display:none; }#s60HXrhEpebOxHNE8HDu1Cf79e3qWWWl { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:block; }
#eKEEH9zDBNefMvAOmE7uu980mmNFcM4b { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.625rem;top:5.75rem;left:8.75rem;display:block; }
#nFHpkOxGWx8h5XI5vfwerxy1CdqeRzpf { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:block; }
#uFhzlyb1nmiPGAxT5nHH47cDbNP3TiGh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1; }
#E5iy3BdzGKQTSTGw57grhWTrvvkWh0b0 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.625rem;top:7.9375rem;left:9.9375rem;display:block; }
#ZbFJWacIruwJ2HAdMbmVM0XVTTxW5F27 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.41015625rem;top:12.25rem;left:7.5rem;display:block; }
#DHT0IEph4K6Vs22TasXUQzy7iTyzgJng { color:rgba(var(--color-tertiary-4),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.2246125rem;top:13.09765625rem;left:15.3125rem;display:block; }
#T8gtQVJ37PzS1lfygKtlbo4opi6trRxA { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;left:24.5rem;top:18.1875rem;display:block; }
#N1MLws4irHaEXimBNPB3r6ghQ8uD9Ffv { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:block; }
#cNgcFrWbxs6PSTCAeUZ3thuJ74yMu5BX { color:rgba(var(--color-tertiary-4),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.625rem;top:6.8125rem;left:7.5rem;display:block; }
#i896vTLfF36LZmnBvxgRJ3Qz5wXxt8Ku { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.625rem;top:12.5rem;left:34.9375rem;display:block; }
#ecAtU0A0ampQMa2cDJo47hTrPWWk8E7N { color:rgba(var(--color-tertiary-4),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.546875rem;top:12.9375rem;left:7.5rem;display:block; }
#OvC88seGabDaC84JVqRaBLaPpQ8m5H8L { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;left:15.3125rem;top:11.0625rem; }
#RcNGdVTN6WvuWhqTuKDZpeuRQMnkaiwD { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;left:43.375rem;top:18.1875rem;display:block; }
#R266XMFlCZ6vvX0tXd4d6xhff8nHGPDM { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:block; }
#BWdVrGgOUzPJy9neU9adJf1Tzp8IMFd2 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.25rem;top:22.8125rem;left:39.6875rem;display:block; }
#kWxM1sG6UzApvWQANyeTz97VUf5eZVTl { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.625rem;top:12.25rem;left:29rem;display:block; }
#guRf7Q3QdwVK3RGiTO56HMlT8iUQlLqa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;left:41.5rem;top:14.421875rem; }
#B08T9zLWQADXyeyONzW3VKtBK5LroUGk { color:rgba(var(--color-tertiary-4),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.2734375rem;top:11.9375rem;left:7.5rem;display:block; }
#g7E6Tk74FwJIzPfZxm22M8Smoqo2EUQT { position:relative;display:block; }#g7E6Tk74FwJIzPfZxm22M8Smoqo2EUQT { background-color: transparent; background-image: none; }#g7E6Tk74FwJIzPfZxm22M8Smoqo2EUQT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g7E6Tk74FwJIzPfZxm22M8Smoqo2EUQT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g7E6Tk74FwJIzPfZxm22M8Smoqo2EUQT > .row .container > .video-iframe-container { display: none; }#g7E6Tk74FwJIzPfZxm22M8Smoqo2EUQT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g7E6Tk74FwJIzPfZxm22M8Smoqo2EUQT > .row > .video-iframe-container { display: none; }#g7E6Tk74FwJIzPfZxm22M8Smoqo2EUQT > .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); }#g7E6Tk74FwJIzPfZxm22M8Smoqo2EUQT { border-width: 0; border-radius: 0; }#g7E6Tk74FwJIzPfZxm22M8Smoqo2EUQT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#g7E6Tk74FwJIzPfZxm22M8Smoqo2EUQT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--headlines-font-family);height:39.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JGwo4cV5x1DuvHX6fFXtTXzeTyRxCs0g { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:25.996125rem;top:8.765625rem;left:8.8125rem;display:block; }#JGwo4cV5x1DuvHX6fFXtTXzeTyRxCs0g li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_680d67f1507c383594c6c5eebdb63f4efad88512.svg); }
#f2FT94lp9p7ps0uNseKgqgao1VL9IT6l { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:25.996125rem;top:8.765625rem;left:25.3125rem;display:block; }#f2FT94lp9p7ps0uNseKgqgao1VL9IT6l li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_680d67f1507c383594c6c5eebdb63f4efad88512.svg); }
#igH2RsyL2xrWuFueR8JwbXhpTdri2gF7 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.1875rem;position:absolute;font-family:arial;font-size:3.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:4.46875rem;top:0.8876953125rem;left:8.8125rem;font-style:normal;display:block; }
#CZhA9GhIC6aDI38H4dPJcn6aLDpssc3y { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:block; }
#dp85LZTJt0JJs5gB8h7c4t6KEuGgmx3T { 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:31.8125rem;width:21.6875rem;left:44.25rem;top:3.01171875rem;display:block; }
#kxLxy364duTTcUSLvHld4dWdJvtatV9X { background-color:#333333;background-image:url("https://images.assets-landingi.com/zf3hI1DG/bg2.jpg");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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#kxLxy364duTTcUSLvHld4dWdJvtatV9X.adaptive-delivery-prevent-bg, #kxLxy364duTTcUSLvHld4dWdJvtatV9X.lazyload, #kxLxy364duTTcUSLvHld4dWdJvtatV9X.lazyloading { background-image: none; }#kxLxy364duTTcUSLvHld4dWdJvtatV9X > .row .container { border-width: 0; border-radius: 0; }#kxLxy364duTTcUSLvHld4dWdJvtatV9X > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#kxLxy364duTTcUSLvHld4dWdJvtatV9X > .row .container { width:75rem;height:41.0625rem;font-size:0.875rem;font-family:var(--headlines-font-family);position:relative;display:none; }#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP .widget-form-header {  }
#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP .widget-input-text {padding-top: 0; padding-bottom: 0;}#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP .widget-input-select {padding-top: 0; padding-bottom: 0;}#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#5d92ff;background-image:none;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:NaN;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:17.5rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP .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.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP .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; }
#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP .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.3; }
#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP .widget-container:first-of-type{padding-top:0;}#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP .widget-container:last-of-type{padding-bottom:0;}#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute; }
#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem; }
#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);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; }
#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP {display:block;}#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute; }
#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP #Lawp2017lmQhB993MTQoB6uFsLkgOZhT { position:relative; }
#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP #TBcHWRuFnQTKwRkchkC5M6uk0oJvmhZA { position:relative;display:block; }
#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP #mgWgAX8CFsXVcIl1IRWP6IbTHHGZxylN { position:relative; }
#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP #ID9P7Ra6bJ2thhuwXGgAqKEMRgy5Z75L { position:relative; }
#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP #Py0HggIJaLHU0o7gMrFU0quqkwQP0Oy2 { position:relative;display:block; }
#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP #aqcs5rsdZcuGMSoOKGyg8XyRNrA8NnGU { position:relative; }
#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP #SbvCDBhfFu2w6DhnnW7ZAzfGS8C0skaq { position:relative; }
#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP #P6KBFNRZQ5THJQcFaIsLWQWIUAliBlIH { position:relative;z-index:2; }
#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP #cgfARbFtKvJJ4vJGvcGCBmQP5bC526E9 { position:relative; }
#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP #tIVrQxKIPgm0L2zk5cuBHWifEW3fIGXv { position:relative; }
#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP #mrssIJMvMK3fR2aSslRrkp83eU2VlQs3 { position:relative;z-index:2; }
#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP #RMtFcUTaPSadUkAOK2t82HBuGvdb3Ap7 { position:relative; }
#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP #JhQy9DUnpMbfTUccrnUCRNONhW7U6Lss { position:relative; }
#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP #fJreXt4L9kott6H9NNw2FgkgfnCFKoAf { position:relative;z-index:2; }
#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP #WD60tMeEHuEsQMzUt49mSDMaq0WnazKv { position:relative; }
#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP #PuxBweuhG6KgQhFcKri6lu3xThIa53Zv { position:relative; }
#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP #O0tq9vov7V6toxrMGivsRwqXv3sLU1S4 { position:relative;z-index:2; }
#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP #JfFF212dhTIX4T3QcUuZqnDhAFW7SLtE { position:relative; }
#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP #riSKlI7Vlw4TX1Vu7pSGvfQnANoQOJKe { position:relative; }
#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP #PfALSKwkD13f9y2vx86269BfL3pTqqUM { position:relative; }
#kkDsI8BSp735pH62qD6dBDATSIJ6ORpI { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:block; }
#zyHyeyf5wC2zlATsqE1oTGaVqsawwhR5 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:6.3125rem;left:8.3125rem;display:none; }
#tPvFURDXBTyydURKobOT3T8tTfM7ewkg { position:relative;display:block; }#tPvFURDXBTyydURKobOT3T8tTfM7ewkg { background-color: transparent; background-image: none; }#tPvFURDXBTyydURKobOT3T8tTfM7ewkg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tPvFURDXBTyydURKobOT3T8tTfM7ewkg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tPvFURDXBTyydURKobOT3T8tTfM7ewkg > .row .container > .video-iframe-container { display: none; }#tPvFURDXBTyydURKobOT3T8tTfM7ewkg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tPvFURDXBTyydURKobOT3T8tTfM7ewkg > .row > .video-iframe-container { display: none; }#tPvFURDXBTyydURKobOT3T8tTfM7ewkg > .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); }#tPvFURDXBTyydURKobOT3T8tTfM7ewkg { border-width: 0; border-radius: 0; }#tPvFURDXBTyydURKobOT3T8tTfM7ewkg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tPvFURDXBTyydURKobOT3T8tTfM7ewkg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#eeeeee;background-image:none;font-size:0.875rem;font-family:var(--headlines-font-family);height:27.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iTBIuLrKmt9FVZTH1fqS8KvNk8fNPlhV { color:rgba(var(--color-tertiary-4),1);display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.75rem;left:9.625rem;height:2.11230625rem;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;display:block; }
#WLkzlZJvHbFyT5R8Kn9QQ1OPPOmTym0O { color:rgba(var(--color-tertiary-4),1);display:block;width:56.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.2373046875rem;left:9.625rem;height:12.9980625rem;display:block; }
#AxQ6Lx2kL4TiBd3P7tUV4CKq0eu8gLS3 { position:relative;display:block; }#AxQ6Lx2kL4TiBd3P7tUV4CKq0eu8gLS3 { background-color: transparent; background-image: none; }#AxQ6Lx2kL4TiBd3P7tUV4CKq0eu8gLS3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxQ6Lx2kL4TiBd3P7tUV4CKq0eu8gLS3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxQ6Lx2kL4TiBd3P7tUV4CKq0eu8gLS3 > .row .container > .video-iframe-container { display: none; }#AxQ6Lx2kL4TiBd3P7tUV4CKq0eu8gLS3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxQ6Lx2kL4TiBd3P7tUV4CKq0eu8gLS3 > .row > .video-iframe-container { display: none; }#AxQ6Lx2kL4TiBd3P7tUV4CKq0eu8gLS3 > .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); }#AxQ6Lx2kL4TiBd3P7tUV4CKq0eu8gLS3 { border-width: 0; border-radius: 0; }#AxQ6Lx2kL4TiBd3P7tUV4CKq0eu8gLS3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AxQ6Lx2kL4TiBd3P7tUV4CKq0eu8gLS3 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0.66);background-image:none;font-size:0.875rem;font-family:var(--headlines-font-family);height:7.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#imJmf6gqu8mb7BLxLT3bbM595sHarMBb { color:rgba(var(--color-tertiary-0),1);display:block;width:36.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.625rem;left:19rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#aib33W02tZfDpWLNTbqn2y1ouAqbyMJi { position:relative;display:none; }#aib33W02tZfDpWLNTbqn2y1ouAqbyMJi { border-width: 0; border-radius: 0; }#aib33W02tZfDpWLNTbqn2y1ouAqbyMJi > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#aib33W02tZfDpWLNTbqn2y1ouAqbyMJi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#mirdzyq7fkvHaJ4haVFm5HiXqbSHbCKX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#mirdzyq7fkvHaJ4haVFm5HiXqbSHbCKX > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#JzftGiK6AnvI3WoqQw932JeAVCb0zLeF { z-index:15003;top:49.125rem;left:28.125rem;background-color:#ffd600;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(255,214,0,0.25) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#StFBwhNAyzptpgRwRTe8p8KTe0J6clwz { 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) { #lxNC4kQb47R0WvsD8oi34TxwAkqxIhXv { display:none; }#lxNC4kQb47R0WvsD8oi34TxwAkqxIhXv > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hu9ZFLBmOv7ZqQqO66cDrkHvEy0XRexw { width:10.9375rem;height:8.0078125rem;top:0.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fncC5zI2L7Q4Bepkyscp1NsuLS5MCqaC { top:1.9375rem;left:35rem;width:12.75rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #n0kcnUik4xQCtgSHzySyCmwLx5uiMbzq { width:14.0625rem;height:3.4375rem;top:3.9375rem;left:33.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T4V6QpB5LczDmCnyfywTA2rzvgl4EUoz { display:block; }
 }@media only screen and (max-width: 763px) { #av4QD6KLqu3UFhS8rwzK5IJ4HIzuy7pk { display:none; }#av4QD6KLqu3UFhS8rwzK5IJ4HIzuy7pk > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tO4v0TRq4eR8HANGPgv4rQ3y2imGVZvA { width:12.25rem;height:8.6646341463415rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wa098RsAleI5yasNOU3B59IVgUwzHHrs { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #D5uxccABgqeehrv5Pu7SNHr51CqenTwt { display:none; }#D5uxccABgqeehrv5Pu7SNHr51CqenTwt > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qiNHpCSzFAP3ZdbaNkEObpGuaRRSArpT { top:1.8125rem;left:0rem;width:15.875rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DL7LRfEyZ4IVfCMTXTJaTVvHccHIwF62 { top:7.625rem;left:0rem;width:18.5rem;height:;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ULTapT7yK0RdqGblfkM07ZG5qBPKwXQq { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #iWHK1TSNh4ZQXmANTI243boJsgvS6cmq { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kfBIzxoLJZSRBzB4gy2x9PG2vK44dbXw { display:block; }
 }@media only screen and (max-width: 763px) { #t2gIBaBpQmRutd0q0XpSB8Zf2SdLiliH { top:0rem;width:;height:;display:none; }
#t2gIBaBpQmRutd0q0XpSB8Zf2SdLiliH > img { max-width: 100%;max-height:100%; width:; height:; } }@media only screen and (max-width: 763px) { #ZlsxPyVAHUUAGr6gPthGPor8TSO7Wxny { top:28.1875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DQAVxmFdR8NPzeotVUtsbTXvDZqaT2Ah { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #W7arzqJHviIXZDGpbFfyCqTm9MtozzKo { display:block; }
 }@media only screen and (max-width: 763px) { #FFChkT6doSfFZuVGoB4r7guNvlJXrJsZ { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #innqlNRtAS3gepgBpQny2SMQaRdTi24i { top:4.75rem;left:31.5625rem;width:16.1875rem;height:5.1875rem;font-size:1.125rem;display:none; }#innqlNRtAS3gepgBpQny2SMQaRdTi24i li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3841550bb4dba6e5865a5a524e42c2615e1c57d2.svg); }
 }@media only screen and (max-width: 763px) { #OxyrkG6nsJRxMSwyqaVu4bEw21AOCGg9 { top:11.6875rem;left:29.25rem;width:18.5rem;height:10.0625rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #f5gdDVr85M8az9bTMszAEBmiRJv0Jl2D { top:18.4375rem;left:0rem;width:47.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z9VbLCDnMo38kfCtwk616fHrD8ReJvoV { display:none; }#Z9VbLCDnMo38kfCtwk616fHrD8ReJvoV > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eJ553v4XgQ0fivWNTPpVPt3vl54NXRzA { top:5.3125rem;left:0rem;width:12.5rem;height:3.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ngtG7nQUIaIQHmb930wQ0whSzk1wq2rP { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dVTBDkZ83KklZz1avI9AsSTmNcaZQQWD { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #KgrAobcSlfhuE5JCtQVc4806EMBIBNFJ { display:none; }#KgrAobcSlfhuE5JCtQVc4806EMBIBNFJ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tBLStGpzam0Js3H3kDGyoDfWhwiGTOWU { top:1.75rem;left:0rem;width:18.125rem;height:;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ckhf3JztsMA5v4fXKvloywbp0kWZQvHU { display:none; }#ckhf3JztsMA5v4fXKvloywbp0kWZQvHU > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vuGtsTf7B3h2CZB2VpvWFLaDimZLbIig { top:3.125rem;left:0rem;width:18.3125rem;height:25.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ha2KvvHIRHyplbv10ctFxqW6vKTV4QyO { width:16.125rem;height:11.805803571429rem;top:4.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #J2x77oRgTWhdEoVsVdECByHyeJuUo56D { top:15.625rem;left:0rem;width:18.6875rem;height:1.75rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yUSyd52DVUSXJ1o63sU0RxnpcsA30R6c { top:18.0625rem;left:0rem;width:17.5625rem;height:8.5rem;font-size:1rem;display:none; }#yUSyd52DVUSXJ1o63sU0RxnpcsA30R6c li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c5602157afd39ae6afef8bc0732a6c97721b10f7.svg); }
 }@media only screen and (max-width: 763px) { #lyhQrg68sgu4WvbHAnaz9MJLe30XZtmt { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #mF3XcrVBl3RyEfccOaL67ifDVNd4aaKX { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #taP3PBmqbLAviNNoHO1sWopbRdfqc7o0 { top:14.625rem;left:0rem;width:18.6875rem;height:;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vgPu3cg8NNZnZTzyR9y2JTrT8E5evxxt { top:17.0625rem;left:0rem;width:16.1875rem;height:;font-size:1rem;display:none; }#vgPu3cg8NNZnZTzyR9y2JTrT8E5evxxt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3841550bb4dba6e5865a5a524e42c2615e1c57d2.svg); }
 }@media only screen and (max-width: 763px) { #pCs0CM7U5vaxfcT5fQhPgN9rChExLfq6 { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #o2nWZkGrsT8pAibHE9ueT9ZBuHrrrrN6 { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VkMk1psfMxdxfR8bvtXDelefnFgagTIc { top:17.125rem;left:0rem;width:18.6875rem;height:1.4375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aqaqlmSXKBgysVMpVJBsXZyfeOTvIIyX { top:19.75rem;left:0rem;width:16.1875rem;height:;font-size:1rem;display:none; }#aqaqlmSXKBgysVMpVJBsXZyfeOTvIIyX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3841550bb4dba6e5865a5a524e42c2615e1c57d2.svg); }
 }@media only screen and (max-width: 763px) { #ZAzoeA6u8VmWgkRHKLSGd5aJOIAeJDRz { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #Dte6P1fpmzToeQKdzcyzIt7gPXGlTp8R { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #elc81mWM817hPnSocQ3sQDku0W7xUpPG { top:14.625rem;left:0rem;width:18.6875rem;height:;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HlxHxwSP7a5J1cWTSTOFJi97TMy5DqUo { top:17.0625rem;left:0rem;width:16.1875rem;height:;font-size:1rem;display:none; }#HlxHxwSP7a5J1cWTSTOFJi97TMy5DqUo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3841550bb4dba6e5865a5a524e42c2615e1c57d2.svg); }
 }@media only screen and (max-width: 763px) { #BT75PqdULTIuKFvLIDOedGWsnbSpbBAE { display:block; }#BT75PqdULTIuKFvLIDOedGWsnbSpbBAE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SIVdNykwD2qTgi4gM4XGuhgfzgHAZ5xd { top:9.0625rem;left:0rem;width:20.5rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbTHmUl4bnpL8dIb4kTwqvIXOvSoZfvl { top:10.1875rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyX4CVnwzD7cx44p1TuxGHOSwBawUWL9 { top:10.375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzOILLtiIdaoCIkv2VulWPfy5HKi3f0f { top:11.625rem;left:0rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cv5FHC2EDWwUlFFaO4t1TgpLVCvCRJCn { top:13.875rem;left:0rem;width:8.1875rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeVnU7r3WOAWUyJAHs2kt90Lpbbq50Ln { top:9.0625rem;left:6.9375rem;width:5.3125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #upT6ThIifTM0TD4i9lCvXwZlMsd8n5at { top:16.25rem;left:0rem;width:18.375rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKrAMXRZbZw2n6Jh4QGVfE9Jo0HHbNkA { top:9.125rem;left:14.4375rem;width:20.5rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiVDGiWnB3iq19aFGfhxRxXT9bmQbT7R { top:10.25rem;left:15.75rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ck9fw0iimlgTxlQnnLHx237u5JJGoQBV { top:13.9375rem;left:15.25rem;width:8.1875rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQDAPfTsFxGDlNVLx1buwQpw5VEoDlX5 { top:16.3125rem;left:15.5rem;width:18.375rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylL3TUfTuPW2u9EZpzhQmohBpeHd9WT8 { top:10.4375rem;left:19.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcXzvTskC6pbXkEApxfUmXVGunl97ONB { top:11.6875rem;left:19.25rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LB99LVx85ckTsZHHxlme9W7Kqp88uNWX { top:9.125rem;left:29.125rem;width:5.3125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcXOseMA5o0zADCIObSRTcTroeA3hBD5 { top:9.0625rem;left:27.25rem;width:20.5rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3HWK2QCwpxMx6uxUDv8hd01ITyEGBhR { top:10.1875rem;left:37.9375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vl1JGiWzcVKQLpeeSZ9LxEv9sEtr23t0 { top:13.875rem;left:37.4375rem;width:8.1875rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZthlUfDQT1I1e4sUobbIgJMCWarAMBoR { top:16.25rem;left:29.375rem;width:18.375rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzCcyFqHUtRc4IJMr97nLJKSrCbAL4S2 { top:10.375rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKTVtMM1KidTQxug3xrPeiOh3DM3wdbE { top:11.625rem;left:35.25rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2crVkVAfICWKSHbcIDWWKdQW0N7O13k { top:9.0625rem;left:42.4375rem;width:5.3125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gt5sDZQLBf6ApL8lcDuq4Gn0kfCwGbSA { top:27.8125rem;left:0rem;width:20.5rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGSUVD27WrztKIEhNO3pTfRql7m7k7QI { top:28.9375rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyMqMzF8p7NJGsWNZ4UTIhXR8GpVbETl { top:32.625rem;left:0rem;width:8.1875rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4eSc71wU9SEQiFyI4y4XzJ05x9vOoFS { top:35rem;left:0rem;width:18.375rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8lXe9ceiMKIHEwz4m8tolWSn3xVH0vK { top:29.125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P62GHd1DOMCPyKWIxH3keNlIa4Ul4Bzc { top:30.375rem;left:0rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyyMlzEI3TxO6mLLG3wsUM86i2mRuWHn { top:27.8125rem;left:6.9375rem;width:5.3125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUEU0Esl52HQ9G0HxWeBWOH09Ks4Wo4D { top:27.875rem;left:14.4375rem;width:20.5rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBJqLPy1cGrMQBJzVEhg9I3V92P7A9c5 { top:29rem;left:15.75rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb7phKLRZQ5bHVTbFnh8bxKO8hd67vfD { top:32.6875rem;left:15.25rem;width:8.1875rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdKGo6V2tAxuzgNQsx9M5Knlcbe2mhKI { top:35.0625rem;left:15.5rem;width:18.375rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2RNBZ7nmrrNefN9rIFC3HNWLJ4JHUun { top:29.1875rem;left:19.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JetihdWWlGpQafX7bgIIVh9VIPfICie5 { top:30.4375rem;left:19.25rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #odS5QPz05CxyaPSn1InNKWJPx1KfTZhh { top:27.875rem;left:29.125rem;width:5.3125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnEe6DTT3iZPBm5iFuWAVW6pCOCgDynP { top:27.8125rem;left:27.25rem;width:20.5rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxuMg4OtfpFKTcN67VTWIf9XEAfuokiq { top:32.625rem;left:37.4375rem;width:8.1875rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRtAC0C8DiNrIetea9WWHE9FRW2tOGuk { top:28.9375rem;left:37.9375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnXe4J4Q5bhmoprbeX6GW7IdrscAxDCy { top:35rem;left:29.375rem;width:18.375rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5Q3gNWZ9e0faro8RemPdTCBr4iQ0lQU { top:29.125rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fya3g6u3LMGlGbWBxVpkmUZCKF8LzpBP { top:30.375rem;left:35.25rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xO8kyIwnHIBf4UDG3IPckfTeMMTEVqF7 { top:27.8125rem;left:42.4375rem;width:5.3125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDfatbSXmNFf0DOe1qcFxPWxa89Q9eM9 { top:1.75rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ClznVygEbqIU0VnTqIUMDoeLCOSbUTrA { display:none; }#ClznVygEbqIU0VnTqIUMDoeLCOSbUTrA > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #s60HXrhEpebOxHNE8HDu1Cf79e3qWWWl { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #eKEEH9zDBNefMvAOmE7uu980mmNFcM4b { top:5.75rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nFHpkOxGWx8h5XI5vfwerxy1CdqeRzpf { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #uFhzlyb1nmiPGAxT5nHH47cDbNP3TiGh { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #E5iy3BdzGKQTSTGw57grhWTrvvkWh0b0 { top:7.9375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZbFJWacIruwJ2HAdMbmVM0XVTTxW5F27 { top:12.25rem;left:0rem;width:13.875rem;height:3.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DHT0IEph4K6Vs22TasXUQzy7iTyzgJng { top:13.0625rem;left:1.6875rem;width:16.125rem;height:4.1875rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T8gtQVJ37PzS1lfygKtlbo4opi6trRxA { top:18.1875rem;left:10.875rem;width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #N1MLws4irHaEXimBNPB3r6ghQ8uD9Ffv { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #cNgcFrWbxs6PSTCAeUZ3thuJ74yMu5BX { top:6.8125rem;left:0rem;width:19rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #i896vTLfF36LZmnBvxgRJ3Qz5wXxt8Ku { top:12.5rem;left:21.3125rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ecAtU0A0ampQMa2cDJo47hTrPWWk8E7N { top:12.9375rem;left:0rem;width:16.125rem;height:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OvC88seGabDaC84JVqRaBLaPpQ8m5H8L { top:11.0625rem;left:1.6875rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RcNGdVTN6WvuWhqTuKDZpeuRQMnkaiwD { top:18.1875rem;left:29.75rem;width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #R266XMFlCZ6vvX0tXd4d6xhff8nHGPDM { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #BWdVrGgOUzPJy9neU9adJf1Tzp8IMFd2 { top:22.8125rem;left:26.0625rem;width:12.5rem;height:3.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kWxM1sG6UzApvWQANyeTz97VUf5eZVTl { top:12.25rem;left:15.375rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #guRf7Q3QdwVK3RGiTO56HMlT8iUQlLqa { top:14.375rem;left:27.875rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #B08T9zLWQADXyeyONzW3VKtBK5LroUGk { top:11.9375rem;left:0rem;width:13.875rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #g7E6Tk74FwJIzPfZxm22M8Smoqo2EUQT { display:none; }#g7E6Tk74FwJIzPfZxm22M8Smoqo2EUQT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JGwo4cV5x1DuvHX6fFXtTXzeTyRxCs0g { top:8.75rem;left:0rem;width:15.4375rem;height:25.9375rem;font-size:1rem;display:none; }#JGwo4cV5x1DuvHX6fFXtTXzeTyRxCs0g li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_680d67f1507c383594c6c5eebdb63f4efad88512.svg); }
 }@media only screen and (max-width: 763px) { #f2FT94lp9p7ps0uNseKgqgao1VL9IT6l { top:8.75rem;left:11.6875rem;width:14.0625rem;height:25.9375rem;font-size:1rem;display:none; }#f2FT94lp9p7ps0uNseKgqgao1VL9IT6l li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_680d67f1507c383594c6c5eebdb63f4efad88512.svg); }
 }@media only screen and (max-width: 763px) { #igH2RsyL2xrWuFueR8JwbXhpTdri2gF7 { top:0.875rem;left:0rem;width:32.1875rem;height:4.4375rem;font-size:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CZhA9GhIC6aDI38H4dPJcn6aLDpssc3y { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #dp85LZTJt0JJs5gB8h7c4t6KEuGgmx3T { width:21.6875rem;height:31.6501953125rem;top:3rem;left:26.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kxLxy364duTTcUSLvHld4dWdJvtatV9X { display:none; }#kxLxy364duTTcUSLvHld4dWdJvtatV9X > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP .widget-regular-label { display:block;width:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP .widget-input-text { width:;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP .widget-input-text {padding-top: 0; padding-bottom: 0;}#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP .widget-textarea { width:;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP .widget-input-select { width:;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP .widget-input-select {padding-top: 0; padding-bottom: 0;}#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP .widget-input-button { width:;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:NaN; }
#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP .widget-checkbox-label { width:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP  { width:;height:;top:0rem; }
#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP .radio-container { width:;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP {display:block;}#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP #Lawp2017lmQhB993MTQoB6uFsLkgOZhT {  }
 }@media only screen and (max-width: 763px) { #P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP #TBcHWRuFnQTKwRkchkC5M6uk0oJvmhZA { display:block; }
 }@media only screen and (max-width: 763px) { #P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP #mgWgAX8CFsXVcIl1IRWP6IbTHHGZxylN {  }
 }@media only screen and (max-width: 763px) { #P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP #ID9P7Ra6bJ2thhuwXGgAqKEMRgy5Z75L {  }
 }@media only screen and (max-width: 763px) { #P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP #Py0HggIJaLHU0o7gMrFU0quqkwQP0Oy2 { display:block; }
 }@media only screen and (max-width: 763px) { #P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP #aqcs5rsdZcuGMSoOKGyg8XyRNrA8NnGU {  }
 }@media only screen and (max-width: 763px) { #P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP #SbvCDBhfFu2w6DhnnW7ZAzfGS8C0skaq {  }
 }@media only screen and (max-width: 763px) { #P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP #P6KBFNRZQ5THJQcFaIsLWQWIUAliBlIH {  }
 }@media only screen and (max-width: 763px) { #P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP #cgfARbFtKvJJ4vJGvcGCBmQP5bC526E9 {  }
 }@media only screen and (max-width: 763px) { #P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP #tIVrQxKIPgm0L2zk5cuBHWifEW3fIGXv {  }
 }@media only screen and (max-width: 763px) { #P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP #mrssIJMvMK3fR2aSslRrkp83eU2VlQs3 {  }
 }@media only screen and (max-width: 763px) { #P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP #RMtFcUTaPSadUkAOK2t82HBuGvdb3Ap7 {  }
 }@media only screen and (max-width: 763px) { #P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP #JhQy9DUnpMbfTUccrnUCRNONhW7U6Lss {  }
 }@media only screen and (max-width: 763px) { #P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP #fJreXt4L9kott6H9NNw2FgkgfnCFKoAf {  }
 }@media only screen and (max-width: 763px) { #P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP #WD60tMeEHuEsQMzUt49mSDMaq0WnazKv {  }
 }@media only screen and (max-width: 763px) { #P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP #PuxBweuhG6KgQhFcKri6lu3xThIa53Zv {  }
 }@media only screen and (max-width: 763px) { #P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP #O0tq9vov7V6toxrMGivsRwqXv3sLU1S4 {  }
 }@media only screen and (max-width: 763px) { #P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP #JfFF212dhTIX4T3QcUuZqnDhAFW7SLtE {  }
 }@media only screen and (max-width: 763px) { #P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP #riSKlI7Vlw4TX1Vu7pSGvfQnANoQOJKe {  }
 }@media only screen and (max-width: 763px) { #P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP #PfALSKwkD13f9y2vx86269BfL3pTqqUM {  }
 }@media only screen and (max-width: 763px) { #kkDsI8BSp735pH62qD6dBDATSIJ6ORpI { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #zyHyeyf5wC2zlATsqE1oTGaVqsawwhR5 { top:6.3125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tPvFURDXBTyydURKobOT3T8tTfM7ewkg { display:block; }#tPvFURDXBTyydURKobOT3T8tTfM7ewkg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTBIuLrKmt9FVZTH1fqS8KvNk8fNPlhV { top:0.75rem;left:0rem;width:27.25rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLkzlZJvHbFyT5R8Kn9QQ1OPPOmTym0O { top:5.1875rem;left:0rem;width:47.75rem;height:12.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxQ6Lx2kL4TiBd3P7tUV4CKq0eu8gLS3 { display:block; }#AxQ6Lx2kL4TiBd3P7tUV4CKq0eu8gLS3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #imJmf6gqu8mb7BLxLT3bbM595sHarMBb { top:0.625rem;left:5.375rem;width:36.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aib33W02tZfDpWLNTbqn2y1ouAqbyMJi { display:none; }#aib33W02tZfDpWLNTbqn2y1ouAqbyMJi > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mirdzyq7fkvHaJ4haVFm5HiXqbSHbCKX { display:none; }
#mirdzyq7fkvHaJ4haVFm5HiXqbSHbCKX > img { max-width: 100%;max-height:100%; width:; height:; } }@media only screen and (max-width: 763px) { #JzftGiK6AnvI3WoqQw932JeAVCb0zLeF { top:49.125rem;left:14.5rem;width:18.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #StFBwhNAyzptpgRwRTe8p8KTe0J6clwz { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;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); } }@media only screen and (max-width: 763px) { #lxNC4kQb47R0WvsD8oi34TxwAkqxIhXv { position:relative;z-index:auto;display:none; }#lxNC4kQb47R0WvsD8oi34TxwAkqxIhXv { border-width: 0; border-radius: 0; }#lxNC4kQb47R0WvsD8oi34TxwAkqxIhXv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lxNC4kQb47R0WvsD8oi34TxwAkqxIhXv > .row .container { width:20rem;height:6rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.125rem solid #1d5ec6;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hu9ZFLBmOv7ZqQqO66cDrkHvEy0XRexw { width:7rem;height:5.125rem;top:0.375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fncC5zI2L7Q4Bepkyscp1NsuLS5MCqaC { top:1.07421875rem;left:7.4375rem;width:12.3125rem;height:1.29980625rem;z-index:15014;font-size:1rem;text-align:center;text-align-last:center;font-family:arial;font-weight:700;font-style:normal;color:#1d5ec6;display:block; }
 }@media only screen and (max-width: 763px) { #n0kcnUik4xQCtgSHzySyCmwLx5uiMbzq { top:2.3125rem;left:8.1875rem;z-index:15013;width:11.3125rem;height:2.875rem;font-family:roboto;background-color:#1d5ec6;background-image:none;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #T4V6QpB5LczDmCnyfywTA2rzvgl4EUoz { display:block; }
 }@media only screen and (max-width: 763px) { #av4QD6KLqu3UFhS8rwzK5IJ4HIzuy7pk { position:relative;z-index:auto;display:block; }#av4QD6KLqu3UFhS8rwzK5IJ4HIzuy7pk { background-color: transparent; background-image: none; }#av4QD6KLqu3UFhS8rwzK5IJ4HIzuy7pk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#av4QD6KLqu3UFhS8rwzK5IJ4HIzuy7pk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#av4QD6KLqu3UFhS8rwzK5IJ4HIzuy7pk > .row .container > .video-iframe-container { display: none; }#av4QD6KLqu3UFhS8rwzK5IJ4HIzuy7pk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#av4QD6KLqu3UFhS8rwzK5IJ4HIzuy7pk > .row > .video-iframe-container { display: none; }#av4QD6KLqu3UFhS8rwzK5IJ4HIzuy7pk > .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); }#av4QD6KLqu3UFhS8rwzK5IJ4HIzuy7pk { border-width: 0; border-radius: 0; }#av4QD6KLqu3UFhS8rwzK5IJ4HIzuy7pk > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#av4QD6KLqu3UFhS8rwzK5IJ4HIzuy7pk > .row .container { width:20rem;height:6.3125rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.1875rem solid #1d5ec6;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tO4v0TRq4eR8HANGPgv4rQ3y2imGVZvA { width:7.6875rem;height:5.4375rem;top:0.4375rem;left:0.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wa098RsAleI5yasNOU3B59IVgUwzHHrs { top:0.9375rem;left:9.75rem;width:9.125rem;height:4.4375rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #D5uxccABgqeehrv5Pu7SNHr51CqenTwt { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e30b2a34-7138-474f-a6b2-18bc23423028/ontimegaragedoorrepairandelectricgateservice.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #101113;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; }#D5uxccABgqeehrv5Pu7SNHr51CqenTwt.adaptive-delivery-prevent-bg, #D5uxccABgqeehrv5Pu7SNHr51CqenTwt.lazyload, #D5uxccABgqeehrv5Pu7SNHr51CqenTwt.lazyloading { background-image: none; }#D5uxccABgqeehrv5Pu7SNHr51CqenTwt > .row .container { background-color: transparent; background-image: none; }#D5uxccABgqeehrv5Pu7SNHr51CqenTwt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(11,12,16,0.64); }#D5uxccABgqeehrv5Pu7SNHr51CqenTwt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D5uxccABgqeehrv5Pu7SNHr51CqenTwt > .row .container > .video-iframe-container { display: none; }#D5uxccABgqeehrv5Pu7SNHr51CqenTwt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(11,12,16,0.64); }#D5uxccABgqeehrv5Pu7SNHr51CqenTwt > .row > .video-iframe-container { display: none; }#D5uxccABgqeehrv5Pu7SNHr51CqenTwt > .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); }#D5uxccABgqeehrv5Pu7SNHr51CqenTwt > .row .container { border-width: 0; border-radius: 0; }#D5uxccABgqeehrv5Pu7SNHr51CqenTwt::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; }#D5uxccABgqeehrv5Pu7SNHr51CqenTwt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D5uxccABgqeehrv5Pu7SNHr51CqenTwt > .row .container { width:20rem;height:34.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qiNHpCSzFAP3ZdbaNkEObpGuaRRSArpT { top:1.9365234375rem;left:2.8125rem;width:16.125rem;height:1.29980625rem;z-index:15000;font-family:roboto;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-size:1rem;font-weight:700;font-style:normal;color:#eadada;display:block; }
 }@media only screen and (max-width: 763px) { #DL7LRfEyZ4IVfCMTXTJaTVvHccHIwF62 { top:3.96875rem;left:0.9375rem;width:18.125rem;height:11.375rem;z-index:15001;font-family:var(--headlines-font-family);font-size:2.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ffffff;font-weight:700;font-style:normal;text-align:center;text-align-last:center;line-height:1.3;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #ULTapT7yK0RdqGblfkM07ZG5qBPKwXQq { display:flex;top:1.8671875rem;left:1.125rem;width:1.4375rem;height:1.4375rem;z-index:15005; }
 }@media only screen and (max-width: 763px) { #iWHK1TSNh4ZQXmANTI243boJsgvS6cmq { top:25.3115234375rem;left:0.46875rem;z-index:15014;width:19.0625rem;height:3.5rem;font-family:roboto;background-color:#1d5ec6;background-image:none;box-shadow: none;line-height:1.4;font-size:1.4375rem;font-weight:400;font-style:normal;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kfBIzxoLJZSRBzB4gy2x9PG2vK44dbXw { display:block; }
 }@media only screen and (max-width: 763px) { #t2gIBaBpQmRutd0q0XpSB8Zf2SdLiliH { display:flex;top:26.0927734375rem;left:2.5625rem;width:1.9375rem;height:1.9375rem;z-index:15015; }
#t2gIBaBpQmRutd0q0XpSB8Zf2SdLiliH > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #ZlsxPyVAHUUAGr6gPthGPor8TSO7Wxny { top:24.01171875rem;left:3.75rem;width:12.5rem;height:1.29980625rem;z-index:15016;color:#ffffff;font-family:roboto;font-weight:700;font-style:normal;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DQAVxmFdR8NPzeotVUtsbTXvDZqaT2Ah { top:30.4375rem;left:1.75rem;z-index:15017;width:16.5rem;height:2.6875rem;background-color:#fde118;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#1d5ec6;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7arzqJHviIXZDGpbFfyCqTm9MtozzKo { display:block; }
 }@media only screen and (max-width: 763px) { #FFChkT6doSfFZuVGoB4r7guNvlJXrJsZ { display:flex;top:31rem;left:2.8125rem;width:1.5625rem;height:1.5625rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #innqlNRtAS3gepgBpQny2SMQaRdTi24i { top:14.3125rem;left:1.90625rem;width:16.1875rem;height:7.6875rem;z-index:15001;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;color:#ffffff;text-align:left;text-align-last:left;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);line-height:1.5;display:block; }#innqlNRtAS3gepgBpQny2SMQaRdTi24i li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#innqlNRtAS3gepgBpQny2SMQaRdTi24i li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3841550bb4dba6e5865a5a524e42c2615e1c57d2.svg); }
 }@media only screen and (max-width: 763px) { #OxyrkG6nsJRxMSwyqaVu4bEw21AOCGg9 { top:11.6875rem;left:0.75rem;width:18.5rem;height:auto;z-index:15001;font-family:roboto;font-size:1.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ffffff;font-weight:700;font-style:normal;text-align:center;text-align-last:center;line-height:1.3;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:none; }
 }@media only screen and (max-width: 763px) { #f5gdDVr85M8az9bTMszAEBmiRJv0Jl2D { width:10.3125rem;height:0.1875rem;top:12.5rem;left:4.84375rem;background-color:#ffb703;background-image:none;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #Z9VbLCDnMo38kfCtwk616fHrD8ReJvoV { background-color:#ffffff;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; }#Z9VbLCDnMo38kfCtwk616fHrD8ReJvoV > .row .container { background-color: transparent; background-image: none; }#Z9VbLCDnMo38kfCtwk616fHrD8ReJvoV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9VbLCDnMo38kfCtwk616fHrD8ReJvoV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9VbLCDnMo38kfCtwk616fHrD8ReJvoV > .row .container > .video-iframe-container { display: none; }#Z9VbLCDnMo38kfCtwk616fHrD8ReJvoV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9VbLCDnMo38kfCtwk616fHrD8ReJvoV > .row > .video-iframe-container { display: none; }#Z9VbLCDnMo38kfCtwk616fHrD8ReJvoV > .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); }#Z9VbLCDnMo38kfCtwk616fHrD8ReJvoV > .row .container { border-width: 0; border-radius: 0; }#Z9VbLCDnMo38kfCtwk616fHrD8ReJvoV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z9VbLCDnMo38kfCtwk616fHrD8ReJvoV > .row .container { width:20rem;height:18.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eJ553v4XgQ0fivWNTPpVPt3vl54NXRzA { top:1.625rem;left:0.65625rem;width:18.6875rem;height:2.923825rem;z-index:15000;font-weight:700;font-style:normal;font-family:roboto;font-size:1.125rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ngtG7nQUIaIQHmb930wQ0whSzk1wq2rP { top:6.3798828125rem;left:0.625rem;width:18.75rem;height:11.1875rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dVTBDkZ83KklZz1avI9AsSTmNcaZQQWD { top:5.1875rem;left:5.0625rem;width:9.875rem;height:0.125rem;z-index:15006;background-color:#454040;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #KgrAobcSlfhuE5JCtQVc4806EMBIBNFJ { border-top:0.625rem solid rgba(0,0,0,0);border-left:0.625rem solid rgba(0,0,0,0);border-right:0.625rem solid rgba(0,0,0,0);border-bottom:0.1875rem solid #1d5ec6;background-color:#ffffff;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KgrAobcSlfhuE5JCtQVc4806EMBIBNFJ > .row .container { background-color: transparent; background-image: none; }#KgrAobcSlfhuE5JCtQVc4806EMBIBNFJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KgrAobcSlfhuE5JCtQVc4806EMBIBNFJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KgrAobcSlfhuE5JCtQVc4806EMBIBNFJ > .row .container > .video-iframe-container { display: none; }#KgrAobcSlfhuE5JCtQVc4806EMBIBNFJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KgrAobcSlfhuE5JCtQVc4806EMBIBNFJ > .row > .video-iframe-container { display: none; }#KgrAobcSlfhuE5JCtQVc4806EMBIBNFJ > .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); }#KgrAobcSlfhuE5JCtQVc4806EMBIBNFJ > .row .container { border-width: 0; border-radius: 0; }#KgrAobcSlfhuE5JCtQVc4806EMBIBNFJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KgrAobcSlfhuE5JCtQVc4806EMBIBNFJ > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tBLStGpzam0Js3H3kDGyoDfWhwiGTOWU { top:0.974609375rem;left:0.9375rem;width:18.125rem;height:4.548825rem;z-index:15000;font-size:1.75rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #ckhf3JztsMA5v4fXKvloywbp0kWZQvHU { background-color:#ffffff;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; }#ckhf3JztsMA5v4fXKvloywbp0kWZQvHU > .row .container { background-color: transparent; background-image: none; }#ckhf3JztsMA5v4fXKvloywbp0kWZQvHU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckhf3JztsMA5v4fXKvloywbp0kWZQvHU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckhf3JztsMA5v4fXKvloywbp0kWZQvHU > .row .container > .video-iframe-container { display: none; }#ckhf3JztsMA5v4fXKvloywbp0kWZQvHU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckhf3JztsMA5v4fXKvloywbp0kWZQvHU > .row > .video-iframe-container { display: none; }#ckhf3JztsMA5v4fXKvloywbp0kWZQvHU > .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); }#ckhf3JztsMA5v4fXKvloywbp0kWZQvHU > .row .container { border-width: 0; border-radius: 0; }#ckhf3JztsMA5v4fXKvloywbp0kWZQvHU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ckhf3JztsMA5v4fXKvloywbp0kWZQvHU > .row .container { width:20rem;height:124.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vuGtsTf7B3h2CZB2VpvWFLaDimZLbIig { top:1.28125rem;left:0.5625rem;width:18.75rem;height:28.75rem;z-index:14999;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;background-color:#e3e3e3;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ha2KvvHIRHyplbv10ctFxqW6vKTV4QyO { top:2.5rem;left:1.25rem;width:17.5rem;height:12.8125rem;z-index:15001;overflow:hidden;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2x77oRgTWhdEoVsVdECByHyeJuUo56D { top:16.146484375rem;left:0.65625rem;width:18.6875rem;height:1.7871125rem;z-index:15001;font-weight:700;font-style:normal;font-family:roboto;font-size:1.375rem;text-align:center;text-align-last:center;color:#000000;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) { #yUSyd52DVUSXJ1o63sU0RxnpcsA30R6c { top:18.6875rem;left:2.25rem;width:16.6875rem;height:8.75rem;z-index:15000;font-family:roboto;font-size:1rem;font-weight:700;font-style:normal;color:#000000;text-align:left;text-align-last:left;text-shadow:0rem 0rem 0rem rgba(0,0,0,0);line-height:1.5;display:block; }#yUSyd52DVUSXJ1o63sU0RxnpcsA30R6c li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yUSyd52DVUSXJ1o63sU0RxnpcsA30R6c li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c5602157afd39ae6afef8bc0732a6c97721b10f7.svg); }
 }@media only screen and (max-width: 763px) { #lyhQrg68sgu4WvbHAnaz9MJLe30XZtmt { top:32.125rem;left:0.5625rem;width:18.75rem;height:28.75rem;z-index:15001;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #mF3XcrVBl3RyEfccOaL67ifDVNd4aaKX { top:33.25rem;left:1.25rem;width:17.5rem;height:12.8125rem;z-index:15001;overflow:hidden;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #taP3PBmqbLAviNNoHO1sWopbRdfqc7o0 { top:46.708984375rem;left:0.65625rem;width:18.6875rem;height:1.7871125rem;z-index:15001;font-weight:700;font-style:normal;font-family:roboto;font-size:1.375rem;text-align:center;text-align-last:center;color:#000000;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) { #vgPu3cg8NNZnZTzyR9y2JTrT8E5evxxt { top:49.9375rem;left:2.5rem;width:16.1875rem;height:8.75rem;z-index:15002;font-family:roboto;font-size:1rem;font-weight:700;font-style:normal;color:#000000;text-align:left;text-align-last:left;text-shadow:0rem 0rem 0rem rgba(0,0,0,0);line-height:1.5;display:block; }#vgPu3cg8NNZnZTzyR9y2JTrT8E5evxxt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vgPu3cg8NNZnZTzyR9y2JTrT8E5evxxt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3841550bb4dba6e5865a5a524e42c2615e1c57d2.svg); }
 }@media only screen and (max-width: 763px) { #pCs0CM7U5vaxfcT5fQhPgN9rChExLfq6 { top:63rem;left:0.5625rem;width:18.75rem;height:28.75rem;z-index:15001;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #o2nWZkGrsT8pAibHE9ueT9ZBuHrrrrN6 { top:64.1875rem;left:1.25rem;width:17.5rem;height:12.8125rem;z-index:15001;overflow:hidden;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkMk1psfMxdxfR8bvtXDelefnFgagTIc { top:77.775390625rem;left:0.65625rem;width:18.6875rem;height:1.7871125rem;z-index:15001;font-weight:700;font-style:normal;font-family:roboto;font-size:1.375rem;text-align:center;text-align-last:center;color:#000000;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) { #aqaqlmSXKBgysVMpVJBsXZyfeOTvIIyX { top:80.75rem;left:1.90625rem;width:16.1875rem;height:8.75rem;z-index:15002;font-family:roboto;font-size:1rem;font-weight:700;font-style:normal;color:#000000;text-align:left;text-align-last:left;text-shadow:0rem 0rem 0rem rgba(0,0,0,0);line-height:1.5;display:block; }#aqaqlmSXKBgysVMpVJBsXZyfeOTvIIyX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aqaqlmSXKBgysVMpVJBsXZyfeOTvIIyX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3841550bb4dba6e5865a5a524e42c2615e1c57d2.svg); }
 }@media only screen and (max-width: 763px) { #ZAzoeA6u8VmWgkRHKLSGd5aJOIAeJDRz { top:93.8125rem;left:0.5625rem;width:18.75rem;height:28.75rem;z-index:15001;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #Dte6P1fpmzToeQKdzcyzIt7gPXGlTp8R { top:95.25rem;left:1.25rem;width:17.5rem;height:12.8125rem;z-index:15001;overflow:hidden;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #elc81mWM817hPnSocQ3sQDku0W7xUpPG { top:109.1875rem;left:0.65625rem;width:18.6875rem;height:1.7871125rem;z-index:15001;font-weight:700;font-style:normal;font-family:roboto;font-size:1.375rem;text-align:center;text-align-last:center;color:#000000;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) { #HlxHxwSP7a5J1cWTSTOFJi97TMy5DqUo { top:112.1875rem;left:1.90625rem;width:16.1875rem;height:6.9375rem;z-index:15002;font-family:roboto;font-size:1rem;font-weight:700;font-style:normal;color:#000000;text-align:left;text-align-last:left;text-shadow:0rem 0rem 0rem rgba(0,0,0,0);line-height:1.5;display:block; }#HlxHxwSP7a5J1cWTSTOFJi97TMy5DqUo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HlxHxwSP7a5J1cWTSTOFJi97TMy5DqUo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3841550bb4dba6e5865a5a524e42c2615e1c57d2.svg); }
 }@media only screen and (max-width: 763px) { #BT75PqdULTIuKFvLIDOedGWsnbSpbBAE { background-color:rgba(var(--color-tertiary-0),1);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; }#BT75PqdULTIuKFvLIDOedGWsnbSpbBAE > .row .container { background-color: transparent; background-image: none; }#BT75PqdULTIuKFvLIDOedGWsnbSpbBAE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BT75PqdULTIuKFvLIDOedGWsnbSpbBAE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BT75PqdULTIuKFvLIDOedGWsnbSpbBAE > .row .container > .video-iframe-container { display: none; }#BT75PqdULTIuKFvLIDOedGWsnbSpbBAE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BT75PqdULTIuKFvLIDOedGWsnbSpbBAE > .row > .video-iframe-container { display: none; }#BT75PqdULTIuKFvLIDOedGWsnbSpbBAE > .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); }#BT75PqdULTIuKFvLIDOedGWsnbSpbBAE > .row .container { border-width: 0; border-radius: 0; }#BT75PqdULTIuKFvLIDOedGWsnbSpbBAE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BT75PqdULTIuKFvLIDOedGWsnbSpbBAE > .row .container { width:20rem;height:125.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SIVdNykwD2qTgi4gM4XGuhgfzgHAZ5xd { width:19.0625rem;height:17.3125rem;top:12.9375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbTHmUl4bnpL8dIb4kTwqvIXOvSoZfvl { width:2.8125rem;height:2.8125rem;top:14.0625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyX4CVnwzD7cx44p1TuxGHOSwBawUWL9 { width:12.5rem;height:1.29980625rem;top:14.25rem;left:5.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzOILLtiIdaoCIkv2VulWPfy5HKi3f0f { width:12.5rem;height:1.0556625rem;top:15.5rem;left:5.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cv5FHC2EDWwUlFFaO4t1TgpLVCvCRJCn { width:8.1875rem;height:1.125rem;top:17.75rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeVnU7r3WOAWUyJAHs2kt90Lpbbq50Ln { width:5.3125rem;height:5.4375rem;top:12.75rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #upT6ThIifTM0TD4i9lCvXwZlMsd8n5at { width:17.9375rem;height:7.7988125rem;top:20.4375rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKrAMXRZbZw2n6Jh4QGVfE9Jo0HHbNkA { width:19.0625rem;height:17.3125rem;top:31.5rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiVDGiWnB3iq19aFGfhxRxXT9bmQbT7R { width:2.5rem;height:2.5rem;top:32.625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ck9fw0iimlgTxlQnnLHx237u5JJGoQBV { width:8.1875rem;height:1.125rem;top:36.3125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQDAPfTsFxGDlNVLx1buwQpw5VEoDlX5 { width:18.375rem;height:6.499rem;top:39rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylL3TUfTuPW2u9EZpzhQmohBpeHd9WT8 { width:12.5rem;height:1.29980625rem;top:32.8125rem;left:5.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcXzvTskC6pbXkEApxfUmXVGunl97ONB { width:12.5rem;height:1.0556625rem;top:34.0625rem;left:5.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LB99LVx85ckTsZHHxlme9W7Kqp88uNWX { width:5.3125rem;height:5.4375rem;top:31.125rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcXOseMA5o0zADCIObSRTcTroeA3hBD5 { width:19.0625rem;height:17.3125rem;top:50.0625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3HWK2QCwpxMx6uxUDv8hd01ITyEGBhR { width:2.5rem;height:2.5rem;top:51.1875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vl1JGiWzcVKQLpeeSZ9LxEv9sEtr23t0 { width:8.1875rem;height:1.125rem;top:54.875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZthlUfDQT1I1e4sUobbIgJMCWarAMBoR { width:18.375rem;height:6.499rem;top:57.375rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzCcyFqHUtRc4IJMr97nLJKSrCbAL4S2 { width:12.5rem;height:1.29980625rem;top:51.375rem;left:5.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKTVtMM1KidTQxug3xrPeiOh3DM3wdbE { width:12.5rem;height:1.0556625rem;top:52.625rem;left:5.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2crVkVAfICWKSHbcIDWWKdQW0N7O13k { width:5.3125rem;height:5.4375rem;top:50.0625rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gt5sDZQLBf6ApL8lcDuq4Gn0kfCwGbSA { width:19.0625rem;height:17.3125rem;top:68.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGSUVD27WrztKIEhNO3pTfRql7m7k7QI { width:2.5rem;height:2.5rem;top:69.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyMqMzF8p7NJGsWNZ4UTIhXR8GpVbETl { width:8.1875rem;height:1.125rem;top:73.4375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4eSc71wU9SEQiFyI4y4XzJ05x9vOoFS { width:18.375rem;height:9.098625rem;top:75.8125rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8lXe9ceiMKIHEwz4m8tolWSn3xVH0vK { width:12.5rem;height:1.29980625rem;top:69.9375rem;left:5.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P62GHd1DOMCPyKWIxH3keNlIa4Ul4Bzc { width:12.5rem;height:1.0556625rem;top:71.1875rem;left:5.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyyMlzEI3TxO6mLLG3wsUM86i2mRuWHn { width:5.3125rem;height:5.4375rem;top:68.625rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUEU0Esl52HQ9G0HxWeBWOH09Ks4Wo4D { width:19.0625rem;height:17.3125rem;top:87.0625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBJqLPy1cGrMQBJzVEhg9I3V92P7A9c5 { width:2.5rem;height:2.5rem;top:88.1875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb7phKLRZQ5bHVTbFnh8bxKO8hd67vfD { width:8.1875rem;height:1.125rem;top:91.875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdKGo6V2tAxuzgNQsx9M5Knlcbe2mhKI { width:18.375rem;height:7.7988125rem;top:94.25rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2RNBZ7nmrrNefN9rIFC3HNWLJ4JHUun { width:12.5rem;height:1.29980625rem;top:88.375rem;left:5.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JetihdWWlGpQafX7bgIIVh9VIPfICie5 { width:12.5rem;height:1.0556625rem;top:89.625rem;left:5.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #odS5QPz05CxyaPSn1InNKWJPx1KfTZhh { width:5.3125rem;height:5.4375rem;top:87.0625rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnEe6DTT3iZPBm5iFuWAVW6pCOCgDynP { width:19.0625rem;height:17.3125rem;top:105.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxuMg4OtfpFKTcN67VTWIf9XEAfuokiq { width:8.1875rem;height:1.125rem;top:110.4375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRtAC0C8DiNrIetea9WWHE9FRW2tOGuk { width:2.8125rem;height:2.8125rem;top:106.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnXe4J4Q5bhmoprbeX6GW7IdrscAxDCy { width:18.375rem;height:5.19921875rem;top:113.125rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5Q3gNWZ9e0faro8RemPdTCBr4iQ0lQU { width:12.5rem;height:1.29980625rem;top:106.9375rem;left:5.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fya3g6u3LMGlGbWBxVpkmUZCKF8LzpBP { width:12.5rem;height:1.0556625rem;top:108.1875rem;left:5.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xO8kyIwnHIBf4UDG3IPckfTeMMTEVqF7 { width:5.3125rem;height:5.4375rem;top:105.625rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDfatbSXmNFf0DOe1qcFxPWxa89Q9eM9 { top:3.5625rem;left:0.8125rem;width:18.375rem;height:6.09375rem;z-index:15006;font-size:1.5625rem;font-weight:700;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ClznVygEbqIU0VnTqIUMDoeLCOSbUTrA { background-color:rgba(34,151,225,0.18);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; }#ClznVygEbqIU0VnTqIUMDoeLCOSbUTrA > .row .container { background-color: transparent; background-image: none; }#ClznVygEbqIU0VnTqIUMDoeLCOSbUTrA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ClznVygEbqIU0VnTqIUMDoeLCOSbUTrA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ClznVygEbqIU0VnTqIUMDoeLCOSbUTrA > .row .container > .video-iframe-container { display: none; }#ClznVygEbqIU0VnTqIUMDoeLCOSbUTrA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ClznVygEbqIU0VnTqIUMDoeLCOSbUTrA > .row > .video-iframe-container { display: none; }#ClznVygEbqIU0VnTqIUMDoeLCOSbUTrA > .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); }#ClznVygEbqIU0VnTqIUMDoeLCOSbUTrA > .row .container { border-width: 0; border-radius: 0; }#ClznVygEbqIU0VnTqIUMDoeLCOSbUTrA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ClznVygEbqIU0VnTqIUMDoeLCOSbUTrA > .row .container { width:20rem;height:57.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s60HXrhEpebOxHNE8HDu1Cf79e3qWWWl { top:8.4375rem;left:0.625rem;width:18.75rem;height:13.125rem;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #eKEEH9zDBNefMvAOmE7uu980mmNFcM4b { top:8.875rem;left:3.75rem;width:12.5rem;height:1.625rem;z-index:15001;font-size:1.25rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nFHpkOxGWx8h5XI5vfwerxy1CdqeRzpf { top:8.4375rem;left:0.625rem;width:18.75rem;height:2.5rem;z-index:15000;background-color:#1d5ec6;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #uFhzlyb1nmiPGAxT5nHH47cDbNP3TiGh { display:flex;top:14.5rem;left:8.5625rem;width:2.875rem;height:2.875rem;z-index:15002; }
 }@media only screen and (max-width: 763px) { #E5iy3BdzGKQTSTGw57grhWTrvvkWh0b0 { top:12.125rem;left:3.75rem;width:12.5rem;height:1.625rem;z-index:15003;text-align:center;text-align-last:center;color:#1d5ec6;font-size:1.25rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZbFJWacIruwJ2HAdMbmVM0XVTTxW5F27 { top:18.21484375rem;left:1.9375rem;width:16.125rem;height:2.2734375rem;z-index:15004;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;color:rgba(0,0,0,0.79);display:block; }
 }@media only screen and (max-width: 763px) { #DHT0IEph4K6Vs22TasXUQzy7iTyzgJng { top:2.125rem;left:1.9375rem;width:16.125rem;height:4.2246125rem;z-index:15004;font-size:1.625rem;font-weight:700;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T8gtQVJ37PzS1lfygKtlbo4opi6trRxA { top:24.8125rem;left:0.4375rem;width:18.75rem;height:13.125rem;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #N1MLws4irHaEXimBNPB3r6ghQ8uD9Ffv { top:24.8125rem;left:0.4375rem;width:18.75rem;height:2.5rem;z-index:15000;background-color:#1d5ec6;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #cNgcFrWbxs6PSTCAeUZ3thuJ74yMu5BX { top:28.375rem;left:0.5625rem;width:19rem;height:1.625rem;z-index:15003;text-align:center;text-align-last:center;color:#1d5ec6;font-size:1.25rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #i896vTLfF36LZmnBvxgRJ3Qz5wXxt8Ku { top:25.25rem;left:3.5625rem;width:12.5rem;height:1.625rem;z-index:15001;font-size:1.25rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ecAtU0A0ampQMa2cDJo47hTrPWWk8E7N { top:34rem;left:0.8125rem;width:18.0625rem;height:3.41015625rem;z-index:15005;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;color:rgba(0,0,0,0.79);display:block; }
 }@media only screen and (max-width: 763px) { #OvC88seGabDaC84JVqRaBLaPpQ8m5H8L { display:flex;top:30.6875rem;left:8.375rem;width:2.875rem;height:2.875rem;z-index:15002; }
 }@media only screen and (max-width: 763px) { #RcNGdVTN6WvuWhqTuKDZpeuRQMnkaiwD { top:41.0625rem;left:0.625rem;width:18.75rem;height:13.125rem;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #R266XMFlCZ6vvX0tXd4d6xhff8nHGPDM { top:41.0625rem;left:0.625rem;width:18.75rem;height:2.5rem;z-index:15000;background-color:#1d5ec6;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #BWdVrGgOUzPJy9neU9adJf1Tzp8IMFd2 { top:44.625rem;left:1.1875rem;width:17.6875rem;height:1.625rem;z-index:15003;text-align:center;text-align-last:center;color:#1d5ec6;font-size:1.25rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kWxM1sG6UzApvWQANyeTz97VUf5eZVTl { top:41.5rem;left:3.75rem;width:12.5rem;height:1.625rem;z-index:15001;font-size:1.25rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #guRf7Q3QdwVK3RGiTO56HMlT8iUQlLqa { display:flex;top:47rem;left:8.5625rem;width:2.875rem;height:2.875rem;z-index:15002; }
 }@media only screen and (max-width: 763px) { #B08T9zLWQADXyeyONzW3VKtBK5LroUGk { top:50.8125rem;left:3.0625rem;width:13.875rem;height:2.2734375rem;z-index:15004;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;color:rgba(0,0,0,0.79);display:block; }
 }@media only screen and (max-width: 763px) { #g7E6Tk74FwJIzPfZxm22M8Smoqo2EUQT { background-color:#ffffff;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; }#g7E6Tk74FwJIzPfZxm22M8Smoqo2EUQT > .row .container { background-color: transparent; background-image: none; }#g7E6Tk74FwJIzPfZxm22M8Smoqo2EUQT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g7E6Tk74FwJIzPfZxm22M8Smoqo2EUQT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g7E6Tk74FwJIzPfZxm22M8Smoqo2EUQT > .row .container > .video-iframe-container { display: none; }#g7E6Tk74FwJIzPfZxm22M8Smoqo2EUQT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g7E6Tk74FwJIzPfZxm22M8Smoqo2EUQT > .row > .video-iframe-container { display: none; }#g7E6Tk74FwJIzPfZxm22M8Smoqo2EUQT > .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); }#g7E6Tk74FwJIzPfZxm22M8Smoqo2EUQT > .row .container { border-width: 0; border-radius: 0; }#g7E6Tk74FwJIzPfZxm22M8Smoqo2EUQT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g7E6Tk74FwJIzPfZxm22M8Smoqo2EUQT > .row .container { width:20rem;height:70.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JGwo4cV5x1DuvHX6fFXtTXzeTyRxCs0g { top:8.4111328125rem;left:0rem;width:9.5rem;height:31.933625rem;z-index:15000;font-size:1rem;display:block; }#JGwo4cV5x1DuvHX6fFXtTXzeTyRxCs0g li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JGwo4cV5x1DuvHX6fFXtTXzeTyRxCs0g li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_680d67f1507c383594c6c5eebdb63f4efad88512.svg); }
 }@media only screen and (max-width: 763px) { #f2FT94lp9p7ps0uNseKgqgao1VL9IT6l { top:8.4111328125rem;left:10.5rem;width:9.5rem;height:31.933625rem;z-index:15001;font-size:1rem;display:block; }#f2FT94lp9p7ps0uNseKgqgao1VL9IT6l li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#f2FT94lp9p7ps0uNseKgqgao1VL9IT6l li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_680d67f1507c383594c6c5eebdb63f4efad88512.svg); }
 }@media only screen and (max-width: 763px) { #igH2RsyL2xrWuFueR8JwbXhpTdri2gF7 { top:1.875rem;left:1.9375rem;width:16.125rem;height:2.4375rem;z-index:15005;font-size:1.875rem;font-weight:700;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CZhA9GhIC6aDI38H4dPJcn6aLDpssc3y { top:5.125rem;left:5.3125rem;width:9.375rem;height:0.25rem;z-index:15006;background-color:#1d5ec6;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #dp85LZTJt0JJs5gB8h7c4t6KEuGgmx3T { top:40.9375rem;left:0rem;width:20rem;height:29.1875rem;z-index:15007;overflow:hidden;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #kxLxy364duTTcUSLvHld4dWdJvtatV9X { background-color:rgba(34,151,225,0.18);background-image:none;border-top:0.1875rem solid #1d5ec6;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kxLxy364duTTcUSLvHld4dWdJvtatV9X > .row .container { background-color: transparent; background-image: none; }#kxLxy364duTTcUSLvHld4dWdJvtatV9X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxLxy364duTTcUSLvHld4dWdJvtatV9X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxLxy364duTTcUSLvHld4dWdJvtatV9X > .row .container > .video-iframe-container { display: none; }#kxLxy364duTTcUSLvHld4dWdJvtatV9X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxLxy364duTTcUSLvHld4dWdJvtatV9X > .row > .video-iframe-container { display: none; }#kxLxy364duTTcUSLvHld4dWdJvtatV9X > .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); }#kxLxy364duTTcUSLvHld4dWdJvtatV9X > .row .container { border-width: 0; border-radius: 0; }#kxLxy364duTTcUSLvHld4dWdJvtatV9X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kxLxy364duTTcUSLvHld4dWdJvtatV9X > .row .container { width:20rem;height:34.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP .widget-form-header { font-size:0.875rem; }
#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP .widget-regular-label { width:15rem;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;display:block;vertical-align:top;height:auto; }
#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP .widget-input-text { height:2.5rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP .widget-input-text {padding-top: 0; padding-bottom: 0;}#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP .widget-textarea { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP .widget-input-select { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP .widget-input-select {padding-top: 0; padding-bottom: 0;}#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP .widget-input-button { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#1d5ec6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP [class*="-text"]:-moz-placeholder { font-size:0.875rem;font-weight:400;font-style:normal; }
#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP [class*="-text"]::-moz-placeholder { font-size:0.875rem;font-weight:400;font-style:normal; }
#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP [class*="-text"]:-ms-input-placeholder { font-size:0.875rem;font-weight:400;font-style:normal; }
#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem;font-weight:400;font-style:normal; }
#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP .widget-checkbox-label { width:13.75rem;color:#000000;font-size:0.875rem;overflow:hidden;height:auto;font-weight:400;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;float:none; }
#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP .widget-radio-label { float:none; }
#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;font-size:0; }
#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP .widget-container:first-of-type{padding-top:0;}#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP .widget-container:last-of-type{padding-bottom:0;}#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP  { top:6.4453125rem;left:1.1875rem;width:15rem;height:auto;z-index:15002;border-top:0.125rem solid #1d5ec6;border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,0);font-size:0.875rem;background-color:transparent;background-image:none; }
#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP .radio-container { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP .widget-info-text { color:#000000;font-family:roboto;font-size:0.75rem; }
#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP {display:block;}#P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP { top:6.4453125rem;left:1.1875rem;width:15rem;height:auto;z-index:15002;border-top:0.125rem solid #1d5ec6;border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,0);font-size:0.875rem;background-color:transparent;background-image:none; }
 }@media only screen and (max-width: 763px) { #P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP #Lawp2017lmQhB993MTQoB6uFsLkgOZhT {  }
 }@media only screen and (max-width: 763px) { #P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP #TBcHWRuFnQTKwRkchkC5M6uk0oJvmhZA { display:block; }
 }@media only screen and (max-width: 763px) { #P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP #mgWgAX8CFsXVcIl1IRWP6IbTHHGZxylN {  }
 }@media only screen and (max-width: 763px) { #P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP #ID9P7Ra6bJ2thhuwXGgAqKEMRgy5Z75L {  }
 }@media only screen and (max-width: 763px) { #P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP #Py0HggIJaLHU0o7gMrFU0quqkwQP0Oy2 { display:block; }
 }@media only screen and (max-width: 763px) { #P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP #aqcs5rsdZcuGMSoOKGyg8XyRNrA8NnGU {  }
 }@media only screen and (max-width: 763px) { #P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP #SbvCDBhfFu2w6DhnnW7ZAzfGS8C0skaq {  }
 }@media only screen and (max-width: 763px) { #P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP #P6KBFNRZQ5THJQcFaIsLWQWIUAliBlIH {  }
 }@media only screen and (max-width: 763px) { #P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP #cgfARbFtKvJJ4vJGvcGCBmQP5bC526E9 {  }
 }@media only screen and (max-width: 763px) { #P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP #tIVrQxKIPgm0L2zk5cuBHWifEW3fIGXv {  }
 }@media only screen and (max-width: 763px) { #P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP #mrssIJMvMK3fR2aSslRrkp83eU2VlQs3 {  }
 }@media only screen and (max-width: 763px) { #P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP #RMtFcUTaPSadUkAOK2t82HBuGvdb3Ap7 {  }
 }@media only screen and (max-width: 763px) { #P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP #JhQy9DUnpMbfTUccrnUCRNONhW7U6Lss {  }
 }@media only screen and (max-width: 763px) { #P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP #fJreXt4L9kott6H9NNw2FgkgfnCFKoAf {  }
 }@media only screen and (max-width: 763px) { #P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP #WD60tMeEHuEsQMzUt49mSDMaq0WnazKv {  }
 }@media only screen and (max-width: 763px) { #P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP #PuxBweuhG6KgQhFcKri6lu3xThIa53Zv {  }
 }@media only screen and (max-width: 763px) { #P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP #O0tq9vov7V6toxrMGivsRwqXv3sLU1S4 {  }
 }@media only screen and (max-width: 763px) { #P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP #JfFF212dhTIX4T3QcUuZqnDhAFW7SLtE {  }
 }@media only screen and (max-width: 763px) { #P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP #riSKlI7Vlw4TX1Vu7pSGvfQnANoQOJKe {  }
 }@media only screen and (max-width: 763px) { #P4RcWbZfHyK3Ki13dXdUsaBMiI1ibtTP #PfALSKwkD13f9y2vx86269BfL3pTqqUM {  }
 }@media only screen and (max-width: 763px) { #kkDsI8BSp735pH62qD6dBDATSIJ6ORpI { top:1.6875rem;left:0.5625rem;width:18.75rem;height:29.5625rem;z-index:15001;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #zyHyeyf5wC2zlATsqE1oTGaVqsawwhR5 { top:3.125rem;left:1.9375rem;width:16.125rem;height:2.03125rem;z-index:15003;font-size:1.5625rem;font-weight:700;font-style:normal;color:#004ecc;display:block; }
 }@media only screen and (max-width: 763px) { #tPvFURDXBTyydURKobOT3T8tTfM7ewkg { background-color:#eeeeee;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; }#tPvFURDXBTyydURKobOT3T8tTfM7ewkg > .row .container { background-color: transparent; background-image: none; }#tPvFURDXBTyydURKobOT3T8tTfM7ewkg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tPvFURDXBTyydURKobOT3T8tTfM7ewkg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tPvFURDXBTyydURKobOT3T8tTfM7ewkg > .row .container > .video-iframe-container { display: none; }#tPvFURDXBTyydURKobOT3T8tTfM7ewkg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tPvFURDXBTyydURKobOT3T8tTfM7ewkg > .row > .video-iframe-container { display: none; }#tPvFURDXBTyydURKobOT3T8tTfM7ewkg > .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); }#tPvFURDXBTyydURKobOT3T8tTfM7ewkg > .row .container { border-width: 0; border-radius: 0; }#tPvFURDXBTyydURKobOT3T8tTfM7ewkg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tPvFURDXBTyydURKobOT3T8tTfM7ewkg > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTBIuLrKmt9FVZTH1fqS8KvNk8fNPlhV { width:20rem;height:4.2246125rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WLkzlZJvHbFyT5R8Kn9QQ1OPPOmTym0O { width:19.125rem;height:37.6943125rem;top:6.0498046875rem;left:0.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AxQ6Lx2kL4TiBd3P7tUV4CKq0eu8gLS3 { background-color:rgba(0,0,0,0.66);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; }#AxQ6Lx2kL4TiBd3P7tUV4CKq0eu8gLS3 > .row .container { background-color: transparent; background-image: none; }#AxQ6Lx2kL4TiBd3P7tUV4CKq0eu8gLS3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxQ6Lx2kL4TiBd3P7tUV4CKq0eu8gLS3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxQ6Lx2kL4TiBd3P7tUV4CKq0eu8gLS3 > .row .container > .video-iframe-container { display: none; }#AxQ6Lx2kL4TiBd3P7tUV4CKq0eu8gLS3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxQ6Lx2kL4TiBd3P7tUV4CKq0eu8gLS3 > .row > .video-iframe-container { display: none; }#AxQ6Lx2kL4TiBd3P7tUV4CKq0eu8gLS3 > .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); }#AxQ6Lx2kL4TiBd3P7tUV4CKq0eu8gLS3 > .row .container { border-width: 0; border-radius: 0; }#AxQ6Lx2kL4TiBd3P7tUV4CKq0eu8gLS3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AxQ6Lx2kL4TiBd3P7tUV4CKq0eu8gLS3 > .row .container { width:20rem;height:3.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #imJmf6gqu8mb7BLxLT3bbM595sHarMBb { width:20rem;height:2.5996125rem;top:0.54296875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aib33W02tZfDpWLNTbqn2y1ouAqbyMJi { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#aib33W02tZfDpWLNTbqn2y1ouAqbyMJi > .row .container { background-color: transparent; background-image: none; }#aib33W02tZfDpWLNTbqn2y1ouAqbyMJi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aib33W02tZfDpWLNTbqn2y1ouAqbyMJi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aib33W02tZfDpWLNTbqn2y1ouAqbyMJi > .row .container > .video-iframe-container { display: none; }#aib33W02tZfDpWLNTbqn2y1ouAqbyMJi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aib33W02tZfDpWLNTbqn2y1ouAqbyMJi > .row > .video-iframe-container { display: none; }#aib33W02tZfDpWLNTbqn2y1ouAqbyMJi > .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); }#aib33W02tZfDpWLNTbqn2y1ouAqbyMJi > .row .container { border-width: 0; border-radius: 0; }#aib33W02tZfDpWLNTbqn2y1ouAqbyMJi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aib33W02tZfDpWLNTbqn2y1ouAqbyMJi > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mirdzyq7fkvHaJ4haVFm5HiXqbSHbCKX { display:flex;top:3.1875rem;left:3.375rem;width:1.5625rem;height:1.5625rem;z-index:15004;font-size:1.0625rem; }
#mirdzyq7fkvHaJ4haVFm5HiXqbSHbCKX > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #JzftGiK6AnvI3WoqQw932JeAVCb0zLeF { top:0.5rem;left:0.3125rem;width:19.375rem;height:4.9375rem;background-color:#ffa400;background-image:none;font-family:"source sans pro";font-size:1.375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.3125rem 0.3125rem rgba(255,214,0,0.25) ;display:block; }
 }@media only screen and (max-width: 763px) { #StFBwhNAyzptpgRwRTe8p8KTe0J6clwz { display:block; }
 }