.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:223,234,255;--color-primary-1:158,191,255;--color-primary-2:94,149,255;--color-primary-3:3,55,156;--color-primary-4:2,23,47;--color-secondary-0:255,235,217;--color-secondary-1:255,188,129;--color-secondary-2:255,121,3;--color-secondary-3:128,61,2;--color-secondary-4:38,18,0;--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:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 763px) {
    html {
        width: 764px;
    }
}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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/06a36e9e-c123-4f08-93da-ed71c34c08b8/fundosite.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:45.375rem;width:47.75rem;overflow:visible;position:relative;display:block; }#NulKF19HqTTlAb14U3bkAqeXELpxFntT { 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:4.25rem;width:4.1875rem;top:1.6243489980698rem;left:0rem;overflow:hidden;display:block; }
#QIu2tPAC5H05SiqX6XQB75JuoRR1bwmT { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:22.9375rem;top:8.05078125rem;left:0rem;overflow:hidden;display:block; }
#FQZSzp8PaE7cTM0EmcbIQL2QUQrfpeqk { color:rgba(var(--color-tertiary-0),1);display:block;width:22.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.3359375rem;left:0rem;height:11.69925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LMRJ5sVLkpSVDXQMTyI2enEoWa6adGwu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6235375rem;width:1.6235375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:2.935791015625rem;left:36.749267578125rem; }
#oazfrasAsnMED9T2qEmp994XDvRU2uNH { color:rgba(var(--color-tertiary-0),1);display:block;width:8.6865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:2.904052734375rem;left:39.063720703125rem;height:1.68823125rem;font-style:normal;display:block; }
#QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 .widget-form-header {  }
#QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:15.25rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 .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:15.25rem;box-sizing:border-box;height:2.1875rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;line-height:.4; }
#QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 .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:15.25rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;line-height:.4; }
#QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 .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:15.25rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 .widget-input-button { border-top-left-radius:3.875rem;border-top-right-radius:3.875rem;border-bottom-left-radius:3.875rem;border-bottom-right-radius:3.875rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:15.25rem;height:2.6875rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 .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:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:14.0625rem;overflow:hidden;font-style:normal;float:none; }
#QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 .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; }
#QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 .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:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 .widget-container:first-of-type{padding-top:0;}#QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 .widget-container:last-of-type{padding-bottom:0;}#QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2  { background-color:rgba(var(--color-primary-3),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15.25rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15005;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;position:absolute;top:12.65625rem;left:29.37109375rem; }
#QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15.25rem;display:block;vertical-align:top; }
#QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 .widget-info-text { display:block;height:auto;font-family:arial;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; }
#QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 {display:block;}#QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 { background-color:rgba(var(--color-primary-3),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15.25rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15005;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;position:absolute;top:12.65625rem;left:29.37109375rem; }
#QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 #O0DGt4AkfOITVimn24CwP5vpks7G8Riu { position:relative; }
#QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 #pPvUhSAvyJ1i5eTh10ks0upZexN6MuPG { position:relative;display:none; }
#QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 #OiW4pTr2CqCeviudPTDmPZvnDAkzgNer { position:relative; }
#QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 #IpL4cXcTLTHNROaV7rATUT4XaA0moSrb { position:relative; }
#QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 #Klhq3zZGsIZsvONlyfB35BWqATeeXQan { position:relative;display:none; }
#QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 #U7DJTRm4BVFXv8uVu5OnqTaob3H0BI0w { position:relative; }
#QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 #X5ykznzVJA3LdhEIKnutEV95lKpeJHQO { position:relative; }
#QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 #A4oVXPDPxWZTCK4kySdL7zAdB6dEB3O2 { position:relative;display:none; }
#QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 #iFH9CFxebdWEqQwH9CM2xTExUw0W5CKd { position:relative; }
#QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 #qW5x3ywUfHZyE2JE8G4rG5RrvsRPtirJ { position:relative; }
#QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 #eZFSnHIclbZeIJSmAorn0FWfkoXsSUIc { position:relative;display:none; }
#QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 #HSw4DRwlmmxuGdTdkr9gX9H3fMq29bk9 { position:relative; }
#QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 #P2PoDItIT2JpbFi3ovWLnCrR1fzG3CDz { position:relative; }
#QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 #Of4TqMyguI6qoPLf9vCaUxQX40PzhcF5 { position:relative;display:none; }
#QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 #kL1Bf1C0eJPynW2WHd1Nv57dPFcaQUFV { position:relative; }
#tw1zQSJprqmIezi6hmgfz8AEvT3ige37 { position:relative;display:block; }
#TDiNbaE2TfrPQuu0pku2p2rkuG97ewVR { position:relative;display:block; }
#gcr9S5NTRTwLhXCbmmqHszdZ4Z3rxRyB { position:relative;display:block; }
#BFQEPkvGpfSBL8hN7bGOhQHk9JUF3cog { position:relative;display:block; }
#HSapb152PTDaDNH50E7Z5RdPwzDcrqXV { position:relative;display:block; }
#QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 #BUQmerq0WucAR5PXG2ZAcn7b4KEzSyXd { position:relative; }
#QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 #J1gHgHq5r5QmVnMwz9rX1dzKqSQWXmi3 { position:relative; }
#XCcxBGI22oWF084sUFx9PNnM2nb6zIEH { color:rgba(var(--color-tertiary-0),1);display:block;width:16.496125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:7.9765625rem;left:29.9970703125rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#vu8ovJR38hh6xAqxWWHeHE7pcvki3SC4 { box-sizing:content-box;height:27rem;width:19.1875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-3),1);background-image:none;top:6.55078125rem;left:28.464285714286rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#ZCRJyWuQaT7VoFFUK337KBnhWsPvHtm5 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:21.561279296875rem;left:0rem;height:10.129375rem;font-style:normal;display:none; }
#FEqAHNFvTxiJsGNIBCrl305DTUOKKuaX { color:rgba(var(--color-tertiary-0),1);display:block;width:24.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15002;line-height:.9;letter-spacing:0;top:14.561633110046rem;left:0rem;height:5.28645625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Tl5GLRSZuoZnKeCVUsvug7FtN2XyTDru { 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:16.875rem;width:19.375rem;top:9.0468759536744rem;left:0rem;overflow:hidden;display:none; }
#c2soL8txfSdrPNOQV6OUSKlvL8pBgvXP { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.1248125rem;width:21.1248125rem;top:5.1704549789429rem;left:0rem;overflow:hidden;display:none; }
#gRWQPBhCxUp3wh4qTmF0idoEpEBRlHG5 { background-color:#f9f9f9;background-image:none;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:block; }#gRWQPBhCxUp3wh4qTmF0idoEpEBRlHG5 > .row .container { background-color: transparent; background-image: none; }#gRWQPBhCxUp3wh4qTmF0idoEpEBRlHG5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gRWQPBhCxUp3wh4qTmF0idoEpEBRlHG5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gRWQPBhCxUp3wh4qTmF0idoEpEBRlHG5 > .row .container > .video-iframe-container { display: none; }#gRWQPBhCxUp3wh4qTmF0idoEpEBRlHG5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gRWQPBhCxUp3wh4qTmF0idoEpEBRlHG5 > .row > .video-iframe-container { display: none; }#gRWQPBhCxUp3wh4qTmF0idoEpEBRlHG5 > .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); }#gRWQPBhCxUp3wh4qTmF0idoEpEBRlHG5 > .row .container { border-width: 0; border-radius: 0; }#gRWQPBhCxUp3wh4qTmF0idoEpEBRlHG5 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#gRWQPBhCxUp3wh4qTmF0idoEpEBRlHG5 > .row .container { width:47.75rem;height:35.3125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#zIdMFqzgiIzR6F3STqo0k8LLw6MTqvyW { 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:17.1875rem;width:19.8118125rem;top:8.0726203918456rem;left:1.3680763244629rem;overflow:hidden;display:block; }
#Kdr9el2XD7hJHZzbfTbs73Dd1T1B3SvS { color:#404040;display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.1704549789429rem;left:23.500177383423rem;height:10.2305rem;display:block; }
#tRc76MxytAF5ox3b8AzlEuMRqSrdIH5o { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.875rem;border-top-right-radius:3.875rem;border-bottom-left-radius:3.875rem;border-bottom-right-radius:3.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.9351125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:29.060331135988rem;left:16.049263000488rem;display:block; }
#XsQZF1idJ5RatpS44Qskxm5R0cwgnSc1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tKEgFkBZ64GL34Xnxb0huqVIlC3Li3nk { color:#5d92ff;display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15018;line-height:.7;letter-spacing:0;top:0.25rem;left:6.21875rem;height:0.9622375rem;font-style:normal;display:block; }
#c4rdcmWPTprbTR1hKG6tzymN1TTC0ND4 { color:#5d92ff;display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15019;line-height:.7;letter-spacing:0;top:2.3296880722046rem;left:31.642189025879rem;height:0.9622375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#KCXk61z7RxoTVxloPdum7z0rNgTRmHRf { color:#404040;display:block;width:20.372875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:.7;letter-spacing:0;top:19.169532060623rem;left:23.5rem;height:0.78735625rem;font-style:normal;display:block; }
#lFrCG4LpTKVJZEbvB2U2qwMVX4zXThFu { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.1248125rem;width:21.1248125rem;top:5.1704549789429rem;left:0rem;overflow:hidden;display:block; }
#s8X2KqXigsocmrbpsApqAsUtUw07iczp { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:2rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:20.75rem;left:23.5rem;display:block; }
#dLSCM8OQRv3AKNS5INrNtqaXoOhGiok6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i6W1acSFNmw9V2JuEJy0P1PfGKpKTPVn { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:2rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:20.75rem;left:28.9375rem;display:block; }
#doNfd7DSmnJI7g8BKFHedFaPTWKS0TnG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XiqS5FTu6iytv3HfuZyZb2mm4yV0GzD9 { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:2rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:20.75rem;left:34.3125rem;display:block; }
#oThA2XIHP8w4qAIZuXPGnQCtwuD8hsoC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x2SUMtPPUMAqBTnTg8sysDudOzhMU4AN { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:2rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:20.75rem;left:39.75rem;display:block; }
#t6bT22R3ciTXhzAy5Mme1gMocmIMwZnM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MSRzNSFuPv6GFiFa9tiuc0WqpkhEihC1 { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:1.9992875rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:23.0625rem;left:23.5rem;display:block; }
#puwPQiQW8n9RX1moOVNZAZl2waXvSioz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XqsHib5wSHcWnMGFXC01QRgJqUcbU2bl { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:1.9992875rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:23.0625rem;left:28.9375rem;display:block; }
#coFMhFpp3W9aN0axEznDhk3Ub0i2B88h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h5Ak4AFOnlGHMwp7hmf43WgZ3GWhG5KP { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:2rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:23.0625rem;left:34.375rem;display:block; }
#Czw1N7aHUpleLsfcxsOJJm3lFcaTHVaJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o93MxJmVcCgBCOmH6aBhvuOUbTZzuIbd { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:1.9992875rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:23.0625rem;left:39.75rem;display:block; }
#wMzN0NaJzBy8a1WfDpzlH7GaPN5eV7Qy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lS3D4hccos4aGeZ52W3fVTq70Ho376AX { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:2rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:25.3125rem;left:23.5rem;display:block; }
#Ro91NyrWOHQo76SVJBHrQasl9z9M389R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tJIJACx0EZbeIqKQfpXmb5M0vR5RGJSM { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:2rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:25.3125rem;left:28.9375rem;display:block; }
#iLuJGqHsHaGywBtwG4103VNfmTrueB9l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hTQHzEMzuNyCsBQnrS5t0FtBHb2hpUTW { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:2rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:25.3125rem;left:34.4375rem;display:block; }
#NR6eClIGNIrUB1ZltioMyevqh5XfG0QM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xduCcdQ60cqSJahC4BiB04UTruU7iHGA { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:2rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:25.3125rem;left:39.75rem;display:block; }
#adV7rTso2wovOsJRBrhPOUZ60pMBuQNC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nA51UNWFB7eq6CIcEF5Z88K49AtUNdc1 { color:rgba(var(--color-primary-3),1);display:block;width:41.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.125rem;left:3.98828125rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#plafcUfXwttEkFI6Rtxomi5HQN3Hkr2J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#plafcUfXwttEkFI6Rtxomi5HQN3Hkr2J > .row .container { background-color: transparent; background-image: none; }#plafcUfXwttEkFI6Rtxomi5HQN3Hkr2J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#plafcUfXwttEkFI6Rtxomi5HQN3Hkr2J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#plafcUfXwttEkFI6Rtxomi5HQN3Hkr2J > .row .container > .video-iframe-container { display: none; }#plafcUfXwttEkFI6Rtxomi5HQN3Hkr2J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#plafcUfXwttEkFI6Rtxomi5HQN3Hkr2J > .row > .video-iframe-container { display: none; }#plafcUfXwttEkFI6Rtxomi5HQN3Hkr2J > .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); }#plafcUfXwttEkFI6Rtxomi5HQN3Hkr2J > .row .container { border-width: 0; border-radius: 0; }#plafcUfXwttEkFI6Rtxomi5HQN3Hkr2J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#plafcUfXwttEkFI6Rtxomi5HQN3Hkr2J > .row .container { font-size:0.875rem;font-family:arial;height:42.3125rem;width:47.75rem;position:relative;display:block; }#rM1ETEC4XgaEX8dvaMZZiQdZge3xAUzy { color:rgba(var(--color-primary-3),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.7408852577209rem;left:9.4672317504881rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uQ5XPqanp0zJtwEO3saKTTwa04LGcWVs { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:8.25rem;width:8.25rem;top:8.6875rem;left:37.375rem;overflow:hidden;display:block; }
#TzoCRT13qqhut1qVxZnUxiQ9fznLmURK { position:absolute;display:block;z-index:15007;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:1.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:8.25rem;width:8.25rem;top:25.0625rem;left:29.1875rem;overflow:hidden;display:block; }
#hPesKsgwkU0NUTgoVX5D4TI4ywuQBF6a { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.24925rem;width:8.24925rem;top:16.875rem;left:37.375rem;overflow:hidden;display:block; }
#UCe5wrCDI4bWJkFxAVteR5sGJLKz78uN { position:absolute;display:block;z-index:15010;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:1.25rem;box-shadow: none;height:8.25rem;width:8.25rem;top:25.0625rem;left:37.375rem;overflow:hidden;display:block; }
#B0d0SVVl1o66DKdpm8fgNVuh8T3QUWU3 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:8.25rem;width:8.25rem;top:8.6875rem;left:29.1875rem;overflow:hidden;display:block; }
#slH5fLAMKOJSctINrT8HQBOLvBDDcsrB { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:8.25rem;top:16.9375rem;left:29.1875rem;overflow:hidden;display:block; }
#UacOoqsBg8nGaNwATovkdH5pD9tCRRJv { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.875rem;border-top-right-radius:3.875rem;border-bottom-left-radius:3.875rem;border-bottom-right-radius:3.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.93728125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:35.135633945465rem;left:15.123699188233rem;display:block; }
#iPI8LxBayJqvUrZfWCnTUccoSqNTLa7U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QXwwvZskVGN7cl5zNSgcfuNDiRLIeF8X { color:rgba(var(--color-tertiary-4),1);display:block;width:23.499rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:9.0634765625rem;left:2.125rem;height:5.19921875rem;font-style:normal;display:block; }
#Cr39Br59dXxeTOOAw7XE1K7cTevf1G3h { color:rgba(var(--color-primary-3),1);display:block;width:23.499375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:15.6875rem;left:2.125rem;height:1.2999125rem;font-style:normal;display:block; }
#P6bc0NG2scarvPRqCNS8trhMfCHBFTZG { color:rgba(var(--color-tertiary-4),1);display:block;width:23.5623125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:17.5rem;left:2.125rem;height:3.41015625rem;display:block; }
#LbLNGqgCPx8ta2fe1SaUCgAPn1CQgEyN { color:rgba(var(--color-primary-3),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:22.6875rem;left:2.125rem;height:1.2999125rem;font-style:normal;display:block; }
#X5zv8Mqu8tdIQH8mIfi01ffNQOdN9aa7 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.811625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:25.0625rem;left:2.125rem;height:3.41015625rem;display:block; }
#IzxRJoIP6cKTHRHbC0L6IXzp0L5QL7Mo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IzxRJoIP6cKTHRHbC0L6IXzp0L5QL7Mo > .row .container { background-color: transparent; background-image: none; }#IzxRJoIP6cKTHRHbC0L6IXzp0L5QL7Mo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IzxRJoIP6cKTHRHbC0L6IXzp0L5QL7Mo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IzxRJoIP6cKTHRHbC0L6IXzp0L5QL7Mo > .row .container > .video-iframe-container { display: none; }#IzxRJoIP6cKTHRHbC0L6IXzp0L5QL7Mo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IzxRJoIP6cKTHRHbC0L6IXzp0L5QL7Mo > .row > .video-iframe-container { display: none; }#IzxRJoIP6cKTHRHbC0L6IXzp0L5QL7Mo > .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); }#IzxRJoIP6cKTHRHbC0L6IXzp0L5QL7Mo > .row .container { border-width: 0; border-radius: 0; }#IzxRJoIP6cKTHRHbC0L6IXzp0L5QL7Mo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IzxRJoIP6cKTHRHbC0L6IXzp0L5QL7Mo > .row .container { font-size:0.875rem;font-family:arial;height:57rem;width:47.75rem;position:relative;display:block; }#zD73g1pHpQBvV6TEluW9FN9p70FKIhHT { color:#5d92ff;display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15025;line-height:.7;letter-spacing:0;top:5.3125rem;left:29.75rem;height:0.9622375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#sdGVQhsDNouq2NfUa4o9VDk1cmMPXEvN { color:#5d92ff;display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15024;line-height:.7;letter-spacing:0;top:3.375rem;left:4.4375rem;height:0.9622375rem;font-style:normal;display:block; }
#g8qCmhuLOD1ur1UgAScVS3y3UGLTWUr2 { color:rgba(var(--color-primary-3),1);display:block;width:41.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.125rem;left:2rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TCKylo5zJECSfRblPJyrU2ZpWsn5k6k7 { box-sizing:content-box;height:12.4375rem;width:47.75rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:9.201171875rem;left:0rem;box-shadow: none;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#gDnbkc4DpXNpauysGx40RhHlhpf6c8WB { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.87435rem;width:4.43685rem;top:10.75rem;left:4.375rem;overflow:hidden;display:block; }
#qFv1G3F4W7Febqekpzslq132DoG3Rz4P { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1237rem;width:5.68685rem;top:10.75rem;left:14.9375rem;overflow:hidden;display:block; }
#tTXXTHORqUTSH3W2W5D18NRiFk8M1d8P { position:absolute;display:block;z-index:15029;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.625rem;width:4.125rem;top:9.5rem;left:28.1875rem;overflow:hidden;display:block; }
#e9pQmBGGS6b5gIyTTZgDfPcTDLdx3ISC { position:absolute;display:block;z-index:15030;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.625rem;width:5.625rem;top:10.0625rem;left:39.375rem;overflow:hidden;display:block; }
#rQTd6Nocy7AeohVNMVWdmlDPnK1CcDzy { color:rgba(var(--color-tertiary-4),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:16.625rem;left:2.5rem;height:2.2734375rem;text-align:center;text-align-last:center;display:block; }
#xNk6H89s7XfV0o7XgoAxi7ZSWDXovEd9 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:16.625rem;left:14.3125rem;height:3.41015625rem;text-align:center;text-align-last:center;display:block; }
#U5KmqZglFvpArq3T5PS8aXWw2fGCMXJE { color:rgba(var(--color-tertiary-4),1);display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:16.625rem;left:25.875rem;height:3.41015625rem;text-align:center;text-align-last:center;display:block; }
#OdwlXKvRlRHdgfSTwKcS5m8lkkSnOIfk { color:rgba(var(--color-tertiary-4),1);display:block;width:5.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:16.625rem;left:39.3125rem;height:3.41015625rem;text-align:center;text-align-last:center;display:block; }
#SddBtPaHMeBUGFhZJum2E181yR3yicDz { position:absolute;display:block;z-index:15036;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:5.625rem;width:5.0625rem;top:24.5rem;left:3.875rem;overflow:hidden;display:block; }
#ku7Hucp02glzth7Pnu21rzO9kFTVTE0h { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:30.0625rem;left:2.5rem;height:2.2734375rem;text-align:center;text-align-last:center;display:block; }
#H8yRPItKyFD9CDTaraZhFfD3hE9EMToU { position:absolute;display:block;z-index:15037;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:5.625rem;width:7.9375rem;top:24.5rem;left:13.8125rem;overflow:hidden;display:block; }
#OU08ZcQJxXWF1ViB3pRTnkCJaW0BRXGM { color:rgba(var(--color-tertiary-0),1);display:block;width:6.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:30.0625rem;left:14.3125rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#czkMOzkAqc2s7ehRyBThS1nAMV5xygGl { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:6.4375rem;top:24.5rem;left:27.0625rem;overflow:hidden;display:block; }
#LEumU1ObgpwHKKK8KcQQlbqCQZQ8730G { color:rgba(var(--color-tertiary-0),1);display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:30.625rem;left:25.9375rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#kKMnEcAvhqSdkyriV7Wi3l0eAWRFdhTP { position:absolute;display:block;z-index:15039;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:4.4375rem;width:6.5625rem;top:25.125rem;left:37.9375rem;overflow:hidden;display:block; }
#lkef8xpxAHhbFdTDmnaBJoUCuqtBGlkT { color:rgba(var(--color-tertiary-0),1);display:block;width:5.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:30.125rem;left:38.375rem;height:2.2734375rem;text-align:center;text-align-last:center;display:block; }
#I5yDAgPRIOPpKWXaylXwsS1nQQkZATK6 { box-sizing:content-box;height:12.4375rem;width:47.75rem;position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-primary-2),1);background-image:none;top:22.75rem;left:0rem;box-shadow: none;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#B2mpRGJTVgCdWm99QwPNOEuBPw9KdQue { box-sizing:content-box;height:12.4375rem;width:47.75rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-primary-3),1);background-image:none;top:36.125rem;left:0rem;box-shadow: none;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#LmpaF7y3oJnDcpET8U9qtoeMFUXvPe0p { position:absolute;display:block;z-index:15045;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:4.81228125rem;width:3.37456875rem;top:38.250860214233rem;left:5rem;overflow:hidden;display:block; }
#kx0O5fykFhQe8eXh2NSdD8FPeToiMAoe { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:43.478725433349rem;left:2.5rem;height:2.2734375rem;text-align:center;text-align-last:center;display:block; }
#sAh9EODC0VJ0mowdnn8zyzPhH99rTIqi { position:absolute;display:block;z-index:15046;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:5.625rem;width:5.625rem;top:37.625860214233rem;left:15rem;overflow:hidden;display:block; }
#LGlE44q6NGUJ6kPStbdcLAUZkx28OMPE { color:rgba(var(--color-tertiary-0),1);display:block;width:6.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:43.478725433349rem;left:14.375rem;height:2.2734375rem;text-align:center;text-align-last:center;display:block; }
#okubLH3dhZcKiOgwS4c8SxdzFWza1CPp { position:absolute;display:block;z-index:15047;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.125rem;width:2.6875rem;top:37.688360214233rem;left:28.750003814698rem;overflow:hidden;display:block; }
#eekaDhmqUtiXhpMxfM6ClOfdbJXEELEq { color:rgba(var(--color-tertiary-0),1);display:block;width:8.6870625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:43.998472213745rem;left:25.748699188233rem;height:2.2734375rem;text-align:center;text-align-last:center;display:block; }
#smU2plTzZGvT4nZ2TVUrL4sf8oFzym9D { position:absolute;display:block;z-index:15048;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:4.6875rem;width:3rem;top:38.250860214233rem;left:40.000003814698rem;overflow:hidden;display:block; }
#iqQntM4sSmvdaDGkaV4wA6mhT15Koq1u { color:rgba(var(--color-tertiary-0),1);display:block;width:5.68685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:43.791235923767rem;left:38.750003814698rem;height:2.2734375rem;text-align:center;text-align-last:center;display:block; }
#t3sI9wzQwWEtVDlcyILa4P5oHrKgeRN9 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.875rem;border-top-right-radius:3.875rem;border-bottom-left-radius:3.875rem;border-bottom-right-radius:3.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.9362rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:50.750870704651rem;left:15rem;display:block; }
#xBh8N0UeLSmAgcsR5hO1XMiLTN3nXDNo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eUzTm9hW5GkUbczodA76qBwhuuhkyImO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eUzTm9hW5GkUbczodA76qBwhuuhkyImO > .row .container { background-color: transparent; background-image: none; }#eUzTm9hW5GkUbczodA76qBwhuuhkyImO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eUzTm9hW5GkUbczodA76qBwhuuhkyImO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eUzTm9hW5GkUbczodA76qBwhuuhkyImO > .row .container > .video-iframe-container { display: none; }#eUzTm9hW5GkUbczodA76qBwhuuhkyImO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eUzTm9hW5GkUbczodA76qBwhuuhkyImO > .row > .video-iframe-container { display: none; }#eUzTm9hW5GkUbczodA76qBwhuuhkyImO > .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); }#eUzTm9hW5GkUbczodA76qBwhuuhkyImO > .row .container { border-width: 0; border-radius: 0; }#eUzTm9hW5GkUbczodA76qBwhuuhkyImO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eUzTm9hW5GkUbczodA76qBwhuuhkyImO > .row .container { font-size:0.875rem;font-family:arial;height:44.875rem;width:47.75rem;position:relative;display:block; }#Teq2lQ2QKVGLd9HgsPo8PxwznslsiTvD { color:rgba(var(--color-primary-3),1);display:block;width:41.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.875rem;left:3.0625rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cbQkivHT9Pv9gqUv04deSVzTsHJeiPOT { color:#5d92ff;display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15021;line-height:.7;letter-spacing:0;top:3.1234788894653rem;left:5.5rem;height:0.9622375rem;font-style:normal;display:block; }
#N6uNyZFVp3C1ZTTO5biksuLsO6oW0HB1 { color:#5d92ff;display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15022;line-height:.7;letter-spacing:0;top:5.0618515014649rem;left:30.811847686767rem;height:0.9622375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#NQr1eCZBJWmbeSsBCfglgSIoPSu4GaQE { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:28.125rem;width:26.375rem;top:8.1875003576281rem;left:0rem;overflow:hidden;display:block; }
#TpwnUiEJPvEiBRmBUkc7VFXlhzc0MCCZ { color:rgba(var(--color-tertiary-4),1);display:block;width:17.874375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:8.1868491172788rem;left:29.875217437744rem;height:5.19921875rem;font-style:normal;display:block; }
#VTFE4giNE464NRz8tQ6Tt26KC4mqO0BX { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:15.625rem;left:29.9375rem;height:1.2999125rem;font-style:normal;display:block; }
#Iw5QUJKAlhQ2nikx11u0gqT44ZHpGV7u { color:rgba(var(--color-tertiary-4),1);display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.7;letter-spacing:0;top:16.9375rem;left:30.875rem;height:5.94921875rem;font-style:normal;display:block; }
#JFlHLP5naipp2LWqCNDfvA5uwUNF5cvi { color:#5d92ff;display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:17.1875rem;left:29.875rem;height:1.13769375rem;font-style:normal;display:block; }
#uIb2lu3sDGnxHkQKJyXZiC9mSlinOxsX { color:#5d92ff;display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:18.5625rem;left:29.9375rem;height:1.13769375rem;font-style:normal;display:block; }
#EUAIigUWEBTtyqUy7vruNGrneuEgd9gN { color:#5d92ff;display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:20.0625rem;left:29.875rem;height:1.13769375rem;font-style:normal;display:block; }
#IqxZz8kviD6DS9zyg65L6su83dG7Coh4 { color:#5d92ff;display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:21.625rem;left:29.875rem;height:1.13769375rem;font-style:normal;display:block; }
#NK1o6k3rLC2738m330IIBov8gycw7uWI { color:#5d92ff;display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:23.0625rem;left:29.875rem;height:1.13769375rem;font-style:normal;display:block; }
#yrmSqKaTxCi0Tl73yPJivPEoPcrtFdRD { color:#5d92ff;display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:24.5rem;left:29.875rem;height:1.13769375rem;font-style:normal;display:block; }
#hkuEUu9H0B3OO6S2GwTnoeSSemOeIrFX { color:rgba(var(--color-tertiary-4),1);display:block;width:15.7498125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:25.855032444rem;left:29.875217437744rem;height:1.2999125rem;font-style:normal;display:block; }
#ryxNz3fGcacfocDd0bsx8Tf3A8BQwRqx { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.875rem;border-top-right-radius:3.875rem;border-bottom-left-radius:3.875rem;border-bottom-right-radius:3.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.93685rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:38.498262830079rem;left:15.123699188233rem;display:block; }
#THrR9wmTgUubBHi9a40lbvEbuzHaiimw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HRaTa7o3y7UxKZmtoMFMr5B6EUiHDKt2 { color:#5d92ff;display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:27.375rem;left:29.875rem;height:1.13769375rem;font-style:normal;display:block; }
#Blv8waTk6cfGTfkerMTvAdvwR03fQxnb { color:#5d92ff;display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:28.75rem;left:29.9375rem;height:1.13769375rem;font-style:normal;display:block; }
#HciH7bs77ya88DIPFz5XQfy048IGORqf { color:#5d92ff;display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:30.3125rem;left:29.875rem;height:1.13769375rem;font-style:normal;display:block; }
#u1UDVWRVynADLZxmMkEFkZULTRSapi5m { color:#5d92ff;display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:31.8125rem;left:29.875rem;height:1.13769375rem;font-style:normal;display:block; }
#TNUWl4gAwNTl1iLqZ3Hq1oHm4bD20lPt { color:rgba(var(--color-tertiary-4),1);display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15030;line-height:1.7;letter-spacing:0;top:27.125rem;left:30.875rem;height:8.9238125rem;font-style:normal;display:block; }
#HzeIlxKCoi42QcNUDWkH3JxkqMwdgO5u { color:#5d92ff;display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:33.25rem;left:29.875rem;height:1.13769375rem;font-style:normal;display:block; }
#qms0qd5WTdAXEe0ET54bQGo4bl6cs7Go { color:#5d92ff;display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:34.6875rem;left:29.875rem;height:1.13769375rem;font-style:normal;display:block; }
#WnLBsIIkhP7Q1Ts14uKqzbbZ0aylrThg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/60fddad7-9452-49a9-a255-7e798af66d1c/bc4cb9abmonousointerseccaov2.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WnLBsIIkhP7Q1Ts14uKqzbbZ0aylrThg.adaptive-delivery-prevent-bg, #WnLBsIIkhP7Q1Ts14uKqzbbZ0aylrThg.lazyload, #WnLBsIIkhP7Q1Ts14uKqzbbZ0aylrThg.lazyloading { background-image: none; }#WnLBsIIkhP7Q1Ts14uKqzbbZ0aylrThg > .row .container { background-color: transparent; background-image: none; }#WnLBsIIkhP7Q1Ts14uKqzbbZ0aylrThg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WnLBsIIkhP7Q1Ts14uKqzbbZ0aylrThg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WnLBsIIkhP7Q1Ts14uKqzbbZ0aylrThg > .row .container > .video-iframe-container { display: none; }#WnLBsIIkhP7Q1Ts14uKqzbbZ0aylrThg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WnLBsIIkhP7Q1Ts14uKqzbbZ0aylrThg > .row > .video-iframe-container { display: none; }#WnLBsIIkhP7Q1Ts14uKqzbbZ0aylrThg > .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); }#WnLBsIIkhP7Q1Ts14uKqzbbZ0aylrThg > .row .container { border-width: 0; border-radius: 0; }#WnLBsIIkhP7Q1Ts14uKqzbbZ0aylrThg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WnLBsIIkhP7Q1Ts14uKqzbbZ0aylrThg > .row .container { font-size:0.875rem;font-family:arial;height:44rem;width:47.75rem;position:relative;display:block; }#MGVTl2DdBx5xL6EWl4XUiXcdSEHiGy1J { color:rgba(var(--color-primary-2),1);display:block;width:0.812325rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:10.25rem;left:16.4375rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#E0tp0ohiptVbCtU7si2JWh9DfM5xFbiz { color:rgba(var(--color-tertiary-0),1);display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10.25rem;left:17.1875rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PSJLFUZIKTu9GegSoS7fxiLMsV9SO861 { color:rgba(var(--color-primary-2),1);display:block;width:0.81163125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10.249566078186rem;left:29.623699188233rem;height:1.7871125rem;font-style:normal;text-align:right;text-align-last:right;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; }
#bZfdLydASGk0QI2IPfapci4ygMTd8dLG { color:rgba(var(--color-tertiary-0),1);display:block;width:32.1244375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:13.875rem;left:7.8125rem;height:15.597625rem;text-align:center;text-align-last:center;display:block; }
#zRaRhUJltXZEnRw0mQsk9VwdniyEI0DU { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:3rem;top:33.3125rem;left:30.25rem;overflow:hidden;display:block; }
#IQ9BXQc04y2Q7DFJ3sfboJtkD0q9sRZF { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.68696875rem;width:4.12464375rem;top:33.4375rem;left:34.625rem;overflow:hidden;display:block; }
#TxbV53AlwpxX4HM982gPx17bAQT03rxs { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8737rem;width:3.8737rem;top:33.3125rem;left:25.25rem;overflow:hidden;display:block; }
#e8kkqeSvGiEHWpX9eyaFuOtZSuhueqkT { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.74913125rem;width:9.249125rem;top:34.375rem;left:14.3125rem;overflow:hidden;display:block; }
#xKoyD7arfEextLNLbDMaiv7oqmAqMiKl { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:4.562325rem;top:34.3125rem;left:8.0625rem;overflow:hidden;display:block; }
#xoG6gDEfHzugeGLgXEplkuTVzNDwuFuF { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.875rem;border-top-right-radius:3.875rem;border-bottom-left-radius:3.875rem;border-bottom-right-radius:3.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.93728125rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:37.8125rem;left:15.125rem;display:block; }
#ZA3ATzTVZTopkqZLJ5sVXEQL6UNOw9g7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wIdC5I6wSMQvQzppQ4sanaC2Il0GTolO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wIdC5I6wSMQvQzppQ4sanaC2Il0GTolO > .row .container { background-color: transparent; background-image: none; }#wIdC5I6wSMQvQzppQ4sanaC2Il0GTolO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wIdC5I6wSMQvQzppQ4sanaC2Il0GTolO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wIdC5I6wSMQvQzppQ4sanaC2Il0GTolO > .row .container > .video-iframe-container { display: none; }#wIdC5I6wSMQvQzppQ4sanaC2Il0GTolO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wIdC5I6wSMQvQzppQ4sanaC2Il0GTolO > .row > .video-iframe-container { display: none; }#wIdC5I6wSMQvQzppQ4sanaC2Il0GTolO > .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); }#wIdC5I6wSMQvQzppQ4sanaC2Il0GTolO > .row .container { border-width: 0; border-radius: 0; }#wIdC5I6wSMQvQzppQ4sanaC2Il0GTolO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wIdC5I6wSMQvQzppQ4sanaC2Il0GTolO > .row .container { font-size:0.875rem;font-family:arial;height:3.25rem;width:47.75rem;position:relative;display:block; }#O1me7RtUZykfgmhIQevhVk9UUlToVnai { color:rgba(var(--color-tertiary-0),1);display:block;width:47.7495625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.177303314209rem;left:0rem;height:0.89355625rem;text-align:center;text-align-last:center;display:block; }
#JgdtHdCrtZJUmCQopZA2egKhVwwSH9Eo { position:relative;display:none; }#JgdtHdCrtZJUmCQopZA2egKhVwwSH9Eo { border-width: 0; border-radius: 0; }#JgdtHdCrtZJUmCQopZA2egKhVwwSH9Eo > .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; }#JgdtHdCrtZJUmCQopZA2egKhVwwSH9Eo > .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:18.75rem;width:47.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; }#pVyg95EzSz6QXX6imFrBv4PTiURpCZQe { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.875rem;border-top-right-radius:3.875rem;border-bottom-left-radius:3.875rem;border-bottom-right-radius:3.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.93728125rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:36.875001907349rem;left:15.123699188233rem;display:none; }
#HVfVu9DbWOTACHwER4Eyz0Av6pSkMZsz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IKLDMdapuZ5D2hm5wzckMJO4o40eOOsL { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.875rem;border-top-right-radius:3.875rem;border-bottom-left-radius:3.875rem;border-bottom-right-radius:3.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.93728125rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:36.875001907349rem;left:15.123699188233rem;display:none; }
#cWqrDvBQZmZHBM2ICRAOhLPJzJNkekO9 { 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) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NulKF19HqTTlAb14U3bkAqeXELpxFntT { top:1.5625rem;left:0rem;width:4.1875rem;height:4.2497634985864rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIu2tPAC5H05SiqX6XQB75JuoRR1bwmT { top:8rem;left:0rem;width:22.9375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQZSzp8PaE7cTM0EmcbIQL2QUQrfpeqk { top:14.3125rem;left:0rem;width:22.1875rem;height:11.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMRJ5sVLkpSVDXQMTyI2enEoWa6adGwu { top:2.875rem;left:36.749267578125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oazfrasAsnMED9T2qEmp994XDvRU2uNH { top:2.875rem;left:39.063720703125rem;width:8.625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 .widget-regular-label { width:15.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 .widget-input-text { width:15.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 .widget-textarea { width:15.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 .widget-input-select { width:15.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 .widget-input-button { width:15.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 .widget-checkbox-label { width:14.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2  { width:15.25rem;height:auto;top:12.625rem;left:29.37109375rem; }
#QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 .radio-container { width:15.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 {display:block;}#QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 { width:15.25rem;height:auto;top:12.625rem;left:29.37109375rem; }
 }@media only screen and (max-width: 763px) { #QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 #O0DGt4AkfOITVimn24CwP5vpks7G8Riu {  }
 }@media only screen and (max-width: 763px) { #QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 #pPvUhSAvyJ1i5eTh10ks0upZexN6MuPG {  }
 }@media only screen and (max-width: 763px) { #QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 #OiW4pTr2CqCeviudPTDmPZvnDAkzgNer {  }
 }@media only screen and (max-width: 763px) { #QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 #IpL4cXcTLTHNROaV7rATUT4XaA0moSrb {  }
 }@media only screen and (max-width: 763px) { #QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 #Klhq3zZGsIZsvONlyfB35BWqATeeXQan {  }
 }@media only screen and (max-width: 763px) { #QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 #U7DJTRm4BVFXv8uVu5OnqTaob3H0BI0w {  }
 }@media only screen and (max-width: 763px) { #QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 #X5ykznzVJA3LdhEIKnutEV95lKpeJHQO {  }
 }@media only screen and (max-width: 763px) { #QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 #A4oVXPDPxWZTCK4kySdL7zAdB6dEB3O2 {  }
 }@media only screen and (max-width: 763px) { #QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 #iFH9CFxebdWEqQwH9CM2xTExUw0W5CKd {  }
 }@media only screen and (max-width: 763px) { #QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 #qW5x3ywUfHZyE2JE8G4rG5RrvsRPtirJ {  }
 }@media only screen and (max-width: 763px) { #QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 #eZFSnHIclbZeIJSmAorn0FWfkoXsSUIc {  }
 }@media only screen and (max-width: 763px) { #QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 #HSw4DRwlmmxuGdTdkr9gX9H3fMq29bk9 {  }
 }@media only screen and (max-width: 763px) { #QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 #P2PoDItIT2JpbFi3ovWLnCrR1fzG3CDz {  }
 }@media only screen and (max-width: 763px) { #QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 #Of4TqMyguI6qoPLf9vCaUxQX40PzhcF5 {  }
 }@media only screen and (max-width: 763px) { #QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 #kL1Bf1C0eJPynW2WHd1Nv57dPFcaQUFV {  }
 }@media only screen and (max-width: 763px) { #tw1zQSJprqmIezi6hmgfz8AEvT3ige37 { display:block; }
 }@media only screen and (max-width: 763px) { #TDiNbaE2TfrPQuu0pku2p2rkuG97ewVR { display:block; }
 }@media only screen and (max-width: 763px) { #gcr9S5NTRTwLhXCbmmqHszdZ4Z3rxRyB { display:block; }
 }@media only screen and (max-width: 763px) { #BFQEPkvGpfSBL8hN7bGOhQHk9JUF3cog { display:block; }
 }@media only screen and (max-width: 763px) { #HSapb152PTDaDNH50E7Z5RdPwzDcrqXV { display:block; }
 }@media only screen and (max-width: 763px) { #QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 #BUQmerq0WucAR5PXG2ZAcn7b4KEzSyXd {  }
 }@media only screen and (max-width: 763px) { #QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 #J1gHgHq5r5QmVnMwz9rX1dzKqSQWXmi3 {  }
 }@media only screen and (max-width: 763px) { #XCcxBGI22oWF084sUFx9PNnM2nb6zIEH { top:7.9375rem;left:29.9970703125rem;width:16.4375rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vu8ovJR38hh6xAqxWWHeHE7pcvki3SC4 { top:6.5rem;left:28.464285714286rem;width:19.1875rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCRJyWuQaT7VoFFUK337KBnhWsPvHtm5 { top:21.5rem;left:0rem;width:25.3125rem;height:10.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FEqAHNFvTxiJsGNIBCrl305DTUOKKuaX { top:11.9375rem;left:0rem;width:20rem;height:7.1875rem;font-size:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tl5GLRSZuoZnKeCVUsvug7FtN2XyTDru { top:9rem;left:0rem;width:19.375rem;height:16.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #c2soL8txfSdrPNOQV6OUSKlvL8pBgvXP { top:5.125rem;left:0rem;width:21.0625rem;height:21.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gRWQPBhCxUp3wh4qTmF0idoEpEBRlHG5 { display:block; }#gRWQPBhCxUp3wh4qTmF0idoEpEBRlHG5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zIdMFqzgiIzR6F3STqo0k8LLw6MTqvyW { top:8.0625rem;left:1.3680763244629rem;width:19.75rem;height:17.133875307976rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kdr9el2XD7hJHZzbfTbs73Dd1T1B3SvS { top:5.125rem;left:23.500177383423rem;width:24.125rem;height:12.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRc76MxytAF5ox3b8AzlEuMRqSrdIH5o { width:17.5rem;height:2.875rem;top:29rem;left:16.049263000488rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsQZF1idJ5RatpS44Qskxm5R0cwgnSc1 { display:block; }
 }@media only screen and (max-width: 763px) { #tKEgFkBZ64GL34Xnxb0huqVIlC3Li3nk { top:0.1875rem;left:6.2180385589599rem;width:13.75rem;height:0.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4rdcmWPTprbTR1hKG6tzymN1TTC0ND4 { top:2.3125rem;left:31.642189025879rem;width:10.625rem;height:0.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCXk61z7RxoTVxloPdum7z0rNgTRmHRf { top:19.125rem;left:23.5rem;width:20.3125rem;height:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFrCG4LpTKVJZEbvB2U2qwMVX4zXThFu { top:5.125rem;left:0rem;width:21.0625rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8X2KqXigsocmrbpsApqAsUtUw07iczp { width:5rem;height:1.9375rem;top:20.75rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLSCM8OQRv3AKNS5INrNtqaXoOhGiok6 { display:block; }
 }@media only screen and (max-width: 763px) { #i6W1acSFNmw9V2JuEJy0P1PfGKpKTPVn { width:5rem;height:1.9375rem;top:20.75rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #doNfd7DSmnJI7g8BKFHedFaPTWKS0TnG { display:block; }
 }@media only screen and (max-width: 763px) { #XiqS5FTu6iytv3HfuZyZb2mm4yV0GzD9 { width:5rem;height:1.9375rem;top:20.75rem;left:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oThA2XIHP8w4qAIZuXPGnQCtwuD8hsoC { display:block; }
 }@media only screen and (max-width: 763px) { #x2SUMtPPUMAqBTnTg8sysDudOzhMU4AN { width:5rem;height:1.9375rem;top:20.75rem;left:39.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6bT22R3ciTXhzAy5Mme1gMocmIMwZnM { display:block; }
 }@media only screen and (max-width: 763px) { #MSRzNSFuPv6GFiFa9tiuc0WqpkhEihC1 { width:5rem;height:1.9375rem;top:23.0625rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #puwPQiQW8n9RX1moOVNZAZl2waXvSioz { display:block; }
 }@media only screen and (max-width: 763px) { #XqsHib5wSHcWnMGFXC01QRgJqUcbU2bl { width:5rem;height:1.9375rem;top:23.0625rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #coFMhFpp3W9aN0axEznDhk3Ub0i2B88h { display:block; }
 }@media only screen and (max-width: 763px) { #h5Ak4AFOnlGHMwp7hmf43WgZ3GWhG5KP { width:5rem;height:2rem;top:23.0625rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Czw1N7aHUpleLsfcxsOJJm3lFcaTHVaJ { display:block; }
 }@media only screen and (max-width: 763px) { #o93MxJmVcCgBCOmH6aBhvuOUbTZzuIbd { width:5rem;height:1.9375rem;top:23.0625rem;left:39.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMzN0NaJzBy8a1WfDpzlH7GaPN5eV7Qy { display:block; }
 }@media only screen and (max-width: 763px) { #lS3D4hccos4aGeZ52W3fVTq70Ho376AX { width:5rem;height:2rem;top:25.3125rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ro91NyrWOHQo76SVJBHrQasl9z9M389R { display:block; }
 }@media only screen and (max-width: 763px) { #tJIJACx0EZbeIqKQfpXmb5M0vR5RGJSM { width:5rem;height:2rem;top:25.3125rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLuJGqHsHaGywBtwG4103VNfmTrueB9l { display:block; }
 }@media only screen and (max-width: 763px) { #hTQHzEMzuNyCsBQnrS5t0FtBHb2hpUTW { width:5rem;height:2rem;top:25.3125rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NR6eClIGNIrUB1ZltioMyevqh5XfG0QM { display:block; }
 }@media only screen and (max-width: 763px) { #xduCcdQ60cqSJahC4BiB04UTruU7iHGA { width:5rem;height:2rem;top:25.3125rem;left:39.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #adV7rTso2wovOsJRBrhPOUZ60pMBuQNC { display:block; }
 }@media only screen and (max-width: 763px) { #nA51UNWFB7eq6CIcEF5Z88K49AtUNdc1 { top:0.125rem;left:3.98828125rem;width:41.625rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #plafcUfXwttEkFI6Rtxomi5HQN3Hkr2J { display:block; }#plafcUfXwttEkFI6Rtxomi5HQN3Hkr2J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rM1ETEC4XgaEX8dvaMZZiQdZge3xAUzy { top:2.6875rem;left:9.4672317504881rem;width:28.8125rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQ5XPqanp0zJtwEO3saKTTwa04LGcWVs { top:8.6875rem;left:37.375rem;width:8.1875rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzoCRT13qqhut1qVxZnUxiQ9fznLmURK { top:25.0625rem;left:29.1875rem;width:8.1875rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPesKsgwkU0NUTgoVX5D4TI4ywuQBF6a { top:16.875rem;left:37.375rem;width:8.1875rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCe5wrCDI4bWJkFxAVteR5sGJLKz78uN { top:25.0625rem;left:37.375rem;width:8.1875rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0d0SVVl1o66DKdpm8fgNVuh8T3QUWU3 { top:8.6875rem;left:29.1875rem;width:8.1875rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #slH5fLAMKOJSctINrT8HQBOLvBDDcsrB { top:16.9375rem;left:29.1875rem;width:8.1875rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UacOoqsBg8nGaNwATovkdH5pD9tCRRJv { width:17.5rem;height:2.875rem;top:35.125rem;left:15.123699188233rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPI8LxBayJqvUrZfWCnTUccoSqNTLa7U { display:block; }
 }@media only screen and (max-width: 763px) { #QXwwvZskVGN7cl5zNSgcfuNDiRLIeF8X { top:9.0625rem;left:2.125rem;width:23.4375rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cr39Br59dXxeTOOAw7XE1K7cTevf1G3h { top:15.6875rem;left:2.125rem;width:23.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6bc0NG2scarvPRqCNS8trhMfCHBFTZG { top:17.5rem;left:2.125rem;width:23.5rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbLNGqgCPx8ta2fe1SaUCgAPn1CQgEyN { top:22.6875rem;left:2.125rem;width:25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5zv8Mqu8tdIQH8mIfi01ffNQOdN9aa7 { top:25.0625rem;left:2.125rem;width:25.75rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzxRJoIP6cKTHRHbC0L6IXzp0L5QL7Mo { display:block; }#IzxRJoIP6cKTHRHbC0L6IXzp0L5QL7Mo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zD73g1pHpQBvV6TEluW9FN9p70FKIhHT { top:5.3125rem;left:29.75rem;width:10.625rem;height:0.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdGVQhsDNouq2NfUa4o9VDk1cmMPXEvN { top:3.375rem;left:4.4375rem;width:13.75rem;height:0.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8qCmhuLOD1ur1UgAScVS3y3UGLTWUr2 { top:3.125rem;left:2rem;width:41.5625rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCKylo5zJECSfRblPJyrU2ZpWsn5k6k7 { top:9.1875rem;left:0rem;width:47.75rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDnbkc4DpXNpauysGx40RhHlhpf6c8WB { top:10.75rem;left:4.375rem;width:4.375rem;height:5.7925649861096rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFv1G3F4W7Febqekpzslq132DoG3Rz4P { top:10.75rem;left:14.9375rem;width:5.625rem;height:6.0568020451857rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTXXTHORqUTSH3W2W5D18NRiFk8M1d8P { top:9.5rem;left:28.1875rem;width:4.125rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9pQmBGGS6b5gIyTTZgDfPcTDLdx3ISC { top:10.0625rem;left:39.375rem;width:5.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQTd6Nocy7AeohVNMVWdmlDPnK1CcDzy { top:16.625rem;left:2.5rem;width:8.125rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNk6H89s7XfV0o7XgoAxi7ZSWDXovEd9 { top:16.625rem;left:14.3125rem;width:6.875rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5KmqZglFvpArq3T5PS8aXWw2fGCMXJE { top:16.625rem;left:25.875rem;width:8.6875rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdwlXKvRlRHdgfSTwKcS5m8lkkSnOIfk { top:16.625rem;left:39.3125rem;width:5.6875rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SddBtPaHMeBUGFhZJum2E181yR3yicDz { top:24.5rem;left:3.875rem;width:5.0625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ku7Hucp02glzth7Pnu21rzO9kFTVTE0h { top:30.0625rem;left:2.5rem;width:8.125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8yRPItKyFD9CDTaraZhFfD3hE9EMToU { top:24.5rem;left:13.8125rem;width:7.9375rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OU08ZcQJxXWF1ViB3pRTnkCJaW0BRXGM { top:30.0625rem;left:14.3125rem;width:6.875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #czkMOzkAqc2s7ehRyBThS1nAMV5xygGl { top:24.5rem;left:27.0625rem;width:6.4375rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEumU1ObgpwHKKK8KcQQlbqCQZQ8730G { top:30.625rem;left:25.9375rem;width:8.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKMnEcAvhqSdkyriV7Wi3l0eAWRFdhTP { top:25.125rem;left:37.9375rem;width:6.5625rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkef8xpxAHhbFdTDmnaBJoUCuqtBGlkT { top:30.125rem;left:38.375rem;width:5.6875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5yDAgPRIOPpKWXaylXwsS1nQQkZATK6 { top:22.75rem;left:0rem;width:47.75rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2mpRGJTVgCdWm99QwPNOEuBPw9KdQue { top:36.125rem;left:0rem;width:47.75rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmpaF7y3oJnDcpET8U9qtoeMFUXvPe0p { top:38.25rem;left:5rem;width:3.3125rem;height:4.7237685232002rem;display:block; }
 }@media only screen and (max-width: 763px) { #kx0O5fykFhQe8eXh2NSdD8FPeToiMAoe { top:43.4375rem;left:2.5rem;width:8.125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAh9EODC0VJ0mowdnn8zyzPhH99rTIqi { top:37.625rem;left:15rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGlE44q6NGUJ6kPStbdcLAUZkx28OMPE { top:43.4375rem;left:14.375rem;width:6.875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #okubLH3dhZcKiOgwS4c8SxdzFWza1CPp { top:37.6875rem;left:28.750003814698rem;width:2.6875rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eekaDhmqUtiXhpMxfM6ClOfdbJXEELEq { top:43.9375rem;left:25.748699188233rem;width:8.625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #smU2plTzZGvT4nZ2TVUrL4sf8oFzym9D { top:38.25rem;left:40.000003814698rem;width:3rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqQntM4sSmvdaDGkaV4wA6mhT15Koq1u { top:43.75rem;left:38.750003814698rem;width:5.625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3sI9wzQwWEtVDlcyILa4P5oHrKgeRN9 { width:17.5rem;height:2.875rem;top:50.75rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBh8N0UeLSmAgcsR5hO1XMiLTN3nXDNo { display:block; }
 }@media only screen and (max-width: 763px) { #eUzTm9hW5GkUbczodA76qBwhuuhkyImO { display:block; }#eUzTm9hW5GkUbczodA76qBwhuuhkyImO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Teq2lQ2QKVGLd9HgsPo8PxwznslsiTvD { top:2.875rem;left:3.0625rem;width:41.625rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbQkivHT9Pv9gqUv04deSVzTsHJeiPOT { top:3.0625rem;left:5.5rem;width:13.75rem;height:0.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6uNyZFVp3C1ZTTO5biksuLsO6oW0HB1 { top:5rem;left:30.811847686767rem;width:10.625rem;height:0.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQr1eCZBJWmbeSsBCfglgSIoPSu4GaQE { top:8.1875rem;left:0rem;width:26.375rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpwnUiEJPvEiBRmBUkc7VFXlhzc0MCCZ { top:8.125rem;left:29.875217437744rem;width:17.8125rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTFE4giNE464NRz8tQ6Tt26KC4mqO0BX { top:15.625rem;left:29.9375rem;width:13.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iw5QUJKAlhQ2nikx11u0gqT44ZHpGV7u { top:16.9375rem;left:30.875rem;width:8.6875rem;height:8.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFlHLP5naipp2LWqCNDfvA5uwUNF5cvi { top:17.1875rem;left:29.875rem;width:8.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIb2lu3sDGnxHkQKJyXZiC9mSlinOxsX { top:18.5625rem;left:29.9375rem;width:8.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUAIigUWEBTtyqUy7vruNGrneuEgd9gN { top:20.0625rem;left:29.875rem;width:8.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqxZz8kviD6DS9zyg65L6su83dG7Coh4 { top:21.625rem;left:29.875rem;width:8.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NK1o6k3rLC2738m330IIBov8gycw7uWI { top:23.0625rem;left:29.875rem;width:8.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrmSqKaTxCi0Tl73yPJivPEoPcrtFdRD { top:24.5rem;left:29.875rem;width:8.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkuEUu9H0B3OO6S2GwTnoeSSemOeIrFX { top:25.8125rem;left:29.875217437744rem;width:15.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryxNz3fGcacfocDd0bsx8Tf3A8BQwRqx { width:17.5rem;height:2.875rem;top:38.4375rem;left:15.123699188233rem;display:block; }
 }@media only screen and (max-width: 763px) { #THrR9wmTgUubBHi9a40lbvEbuzHaiimw { display:block; }
 }@media only screen and (max-width: 763px) { #HRaTa7o3y7UxKZmtoMFMr5B6EUiHDKt2 { top:27.375rem;left:29.875rem;width:8.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Blv8waTk6cfGTfkerMTvAdvwR03fQxnb { top:28.75rem;left:29.9375rem;width:8.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HciH7bs77ya88DIPFz5XQfy048IGORqf { top:30.3125rem;left:29.875rem;width:8.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1UDVWRVynADLZxmMkEFkZULTRSapi5m { top:31.8125rem;left:29.875rem;width:8.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNUWl4gAwNTl1iLqZ3Hq1oHm4bD20lPt { top:27.125rem;left:30.875rem;width:8.6875rem;height:8.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzeIlxKCoi42QcNUDWkH3JxkqMwdgO5u { top:33.25rem;left:29.875rem;width:8.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qms0qd5WTdAXEe0ET54bQGo4bl6cs7Go { top:34.6875rem;left:29.875rem;width:8.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnLBsIIkhP7Q1Ts14uKqzbbZ0aylrThg { display:block; }#WnLBsIIkhP7Q1Ts14uKqzbbZ0aylrThg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MGVTl2DdBx5xL6EWl4XUiXcdSEHiGy1J { top:10.25rem;left:16.4375rem;width:0.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0tp0ohiptVbCtU7si2JWh9DfM5xFbiz { top:10.25rem;left:17.1875rem;width:13.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSJLFUZIKTu9GegSoS7fxiLMsV9SO861 { top:10.1875rem;left:29.623699188233rem;width:0.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZfdLydASGk0QI2IPfapci4ygMTd8dLG { top:13.875rem;left:7.8125rem;width:32.0625rem;height:18.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRaRhUJltXZEnRw0mQsk9VwdniyEI0DU { top:33.3125rem;left:30.25rem;width:3rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQ9BXQc04y2Q7DFJ3sfboJtkD0q9sRZF { top:33.4375rem;left:34.625rem;width:4.0625rem;height:3.6315269215148rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxbV53AlwpxX4HM982gPx17bAQT03rxs { top:33.3125rem;left:25.25rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8kkqeSvGiEHWpX9eyaFuOtZSuhueqkT { top:34.375rem;left:14.3125rem;width:9.1875rem;height:1.7373950900097rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKoyD7arfEextLNLbDMaiv7oqmAqMiKl { top:34.3125rem;left:8.0625rem;width:4.5rem;height:1.8497103490609rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoG6gDEfHzugeGLgXEplkuTVzNDwuFuF { width:17.5rem;height:2.875rem;top:37.8125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZA3ATzTVZTopkqZLJ5sVXEQL6UNOw9g7 { display:block; }
 }@media only screen and (max-width: 763px) { #wIdC5I6wSMQvQzppQ4sanaC2Il0GTolO { display:block; }#wIdC5I6wSMQvQzppQ4sanaC2Il0GTolO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O1me7RtUZykfgmhIQevhVk9UUlToVnai { top:1.125rem;left:0rem;width:47.6875rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgdtHdCrtZJUmCQopZA2egKhVwwSH9Eo { display:none; }#JgdtHdCrtZJUmCQopZA2egKhVwwSH9Eo > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pVyg95EzSz6QXX6imFrBv4PTiURpCZQe { width:17.5rem;height:2.875rem;top:36.875rem;left:15.123699188233rem;display:none; }
 }@media only screen and (max-width: 763px) { #HVfVu9DbWOTACHwER4Eyz0Av6pSkMZsz { display:block; }
 }@media only screen and (max-width: 763px) { #IKLDMdapuZ5D2hm5wzckMJO4o40eOOsL { width:17.5rem;height:2.875rem;top:36.875rem;left:15.123699188233rem;display:none; }
 }@media only screen and (max-width: 763px) { #cWqrDvBQZmZHBM2ICRAOhLPJzJNkekO9 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/06a36e9e-c123-4f08-93da-ed71c34c08b8/fundosite.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:67.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NulKF19HqTTlAb14U3bkAqeXELpxFntT { width:4.1870125rem;height:4.24926875rem;top:2.125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIu2tPAC5H05SiqX6XQB75JuoRR1bwmT { width:15.1233125rem;height:2.37426875rem;top:7.1875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQZSzp8PaE7cTM0EmcbIQL2QUQrfpeqk { width:20rem;height:0;top:24.11548125rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #LMRJ5sVLkpSVDXQMTyI2enEoWa6adGwu { display:flex;width:1.5625rem;height:1.5625rem;top:6.74926875rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oazfrasAsnMED9T2qEmp994XDvRU2uNH { width:8.62425rem;height:0;top:9.56176875rem;left:5.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 .widget-regular-label { width:15.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 .widget-input-text { width:15.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.1875rem; }
#QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 .widget-textarea { width:15.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 .widget-input-select { width:15.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 .widget-input-button { width:15.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 .widget-checkbox-label { width:14.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2  { width:15.37475rem;height:auto;top:15.897216796875rem;left:1.06201171875rem; }
#QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 .radio-container { width:15.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 {display:block;}#QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 { width:15.37475rem;height:auto;top:15.897216796875rem;left:1.06201171875rem; }
 }@media only screen and (max-width: 763px) { #QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 #O0DGt4AkfOITVimn24CwP5vpks7G8Riu {  }
 }@media only screen and (max-width: 763px) { #QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 #pPvUhSAvyJ1i5eTh10ks0upZexN6MuPG {  }
 }@media only screen and (max-width: 763px) { #QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 #OiW4pTr2CqCeviudPTDmPZvnDAkzgNer {  }
 }@media only screen and (max-width: 763px) { #QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 #IpL4cXcTLTHNROaV7rATUT4XaA0moSrb {  }
 }@media only screen and (max-width: 763px) { #QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 #Klhq3zZGsIZsvONlyfB35BWqATeeXQan {  }
 }@media only screen and (max-width: 763px) { #QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 #U7DJTRm4BVFXv8uVu5OnqTaob3H0BI0w {  }
 }@media only screen and (max-width: 763px) { #QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 #X5ykznzVJA3LdhEIKnutEV95lKpeJHQO {  }
 }@media only screen and (max-width: 763px) { #QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 #A4oVXPDPxWZTCK4kySdL7zAdB6dEB3O2 {  }
 }@media only screen and (max-width: 763px) { #QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 #iFH9CFxebdWEqQwH9CM2xTExUw0W5CKd {  }
 }@media only screen and (max-width: 763px) { #QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 #qW5x3ywUfHZyE2JE8G4rG5RrvsRPtirJ {  }
 }@media only screen and (max-width: 763px) { #QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 #eZFSnHIclbZeIJSmAorn0FWfkoXsSUIc {  }
 }@media only screen and (max-width: 763px) { #QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 #HSw4DRwlmmxuGdTdkr9gX9H3fMq29bk9 {  }
 }@media only screen and (max-width: 763px) { #QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 #P2PoDItIT2JpbFi3ovWLnCrR1fzG3CDz {  }
 }@media only screen and (max-width: 763px) { #QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 #Of4TqMyguI6qoPLf9vCaUxQX40PzhcF5 {  }
 }@media only screen and (max-width: 763px) { #QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 #kL1Bf1C0eJPynW2WHd1Nv57dPFcaQUFV {  }
 }@media only screen and (max-width: 763px) { #tw1zQSJprqmIezi6hmgfz8AEvT3ige37 { display:block; }
 }@media only screen and (max-width: 763px) { #TDiNbaE2TfrPQuu0pku2p2rkuG97ewVR { display:block; }
 }@media only screen and (max-width: 763px) { #gcr9S5NTRTwLhXCbmmqHszdZ4Z3rxRyB { display:block; }
 }@media only screen and (max-width: 763px) { #BFQEPkvGpfSBL8hN7bGOhQHk9JUF3cog { display:block; }
 }@media only screen and (max-width: 763px) { #HSapb152PTDaDNH50E7Z5RdPwzDcrqXV { display:block; }
 }@media only screen and (max-width: 763px) { #QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 #BUQmerq0WucAR5PXG2ZAcn7b4KEzSyXd {  }
 }@media only screen and (max-width: 763px) { #QJeZsbGalE8TSvSgRXtVd0zhqIF3lZh2 #J1gHgHq5r5QmVnMwz9rX1dzKqSQWXmi3 {  }
 }@media only screen and (max-width: 763px) { #XCcxBGI22oWF084sUFx9PNnM2nb6zIEH { width:16.4355625rem;height:3.898925rem;top:12.8125rem;left:1.781005859375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vu8ovJR38hh6xAqxWWHeHE7pcvki3SC4 { width:18.1875rem;height:24.3125rem;top:11.934814453125rem;left:0.90576171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCRJyWuQaT7VoFFUK337KBnhWsPvHtm5 { width:20rem;height:0;top:32.5625rem;left:1.53125rem;font-size:1.125rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #FEqAHNFvTxiJsGNIBCrl305DTUOKKuaX { width:20rem;height:7.19925rem;top:38.0615234375rem;left:0rem;font-size:2rem;z-index:15003;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tl5GLRSZuoZnKeCVUsvug7FtN2XyTDru { width:16.875rem;height:14.6875rem;top:50.6875rem;left:1.5625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #c2soL8txfSdrPNOQV6OUSKlvL8pBgvXP { width:17.9375rem;height:17.9375rem;top:47.375rem;left:1.0625rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #gRWQPBhCxUp3wh4qTmF0idoEpEBRlHG5 { display:block; }#gRWQPBhCxUp3wh4qTmF0idoEpEBRlHG5 > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zIdMFqzgiIzR6F3STqo0k8LLw6MTqvyW { width:19.375rem;height:16.875rem;top:11.4355625rem;left:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kdr9el2XD7hJHZzbfTbs73Dd1T1B3SvS { width:17.124rem;height:18.1875rem;top:11.02294921875rem;left:1.436767578125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRc76MxytAF5ox3b8AzlEuMRqSrdIH5o { width:17.5rem;height:2.9375rem;top:45rem;left:1.25rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #XsQZF1idJ5RatpS44Qskxm5R0cwgnSc1 { display:block; }
 }@media only screen and (max-width: 763px) { #tKEgFkBZ64GL34Xnxb0huqVIlC3Li3nk { width:13.75rem;height:0.9619125rem;top:1.5625rem;left:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4rdcmWPTprbTR1hKG6tzymN1TTC0ND4 { width:10.625rem;height:0.9619125rem;top:8.748779296875rem;left:1.436767578125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCXk61z7RxoTVxloPdum7z0rNgTRmHRf { width:14.9375rem;height:2.70019375rem;top:31.220313072204rem;left:1.4375rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #lFrCG4LpTKVJZEbvB2U2qwMVX4zXThFu { width:20rem;height:20rem;top:9.359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #s8X2KqXigsocmrbpsApqAsUtUw07iczp { width:5rem;height:1.9375rem;top:34.5rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLSCM8OQRv3AKNS5INrNtqaXoOhGiok6 { display:block; }
 }@media only screen and (max-width: 763px) { #i6W1acSFNmw9V2JuEJy0P1PfGKpKTPVn { width:5rem;height:1.9375rem;top:34.5rem;left:7.112500190735rem;display:block; }
 }@media only screen and (max-width: 763px) { #doNfd7DSmnJI7g8BKFHedFaPTWKS0TnG { display:block; }
 }@media only screen and (max-width: 763px) { #XiqS5FTu6iytv3HfuZyZb2mm4yV0GzD9 { width:5rem;height:1.9375rem;top:34.5rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oThA2XIHP8w4qAIZuXPGnQCtwuD8hsoC { display:block; }
 }@media only screen and (max-width: 763px) { #x2SUMtPPUMAqBTnTg8sysDudOzhMU4AN { width:5rem;height:1.9375rem;top:36.75rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6bT22R3ciTXhzAy5Mme1gMocmIMwZnM { display:block; }
 }@media only screen and (max-width: 763px) { #MSRzNSFuPv6GFiFa9tiuc0WqpkhEihC1 { width:5rem;height:1.9375rem;top:36.75rem;left:7.112500190735rem;display:block; }
 }@media only screen and (max-width: 763px) { #puwPQiQW8n9RX1moOVNZAZl2waXvSioz { display:block; }
 }@media only screen and (max-width: 763px) { #XqsHib5wSHcWnMGFXC01QRgJqUcbU2bl { width:5rem;height:1.9375rem;top:36.75rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #coFMhFpp3W9aN0axEznDhk3Ub0i2B88h { display:block; }
 }@media only screen and (max-width: 763px) { #h5Ak4AFOnlGHMwp7hmf43WgZ3GWhG5KP { width:5rem;height:2rem;top:39.125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Czw1N7aHUpleLsfcxsOJJm3lFcaTHVaJ { display:block; }
 }@media only screen and (max-width: 763px) { #o93MxJmVcCgBCOmH6aBhvuOUbTZzuIbd { width:5rem;height:1.9375rem;top:39.15625rem;left:7.112500190735rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMzN0NaJzBy8a1WfDpzlH7GaPN5eV7Qy { display:block; }
 }@media only screen and (max-width: 763px) { #lS3D4hccos4aGeZ52W3fVTq70Ho376AX { width:5rem;height:2rem;top:39.125rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ro91NyrWOHQo76SVJBHrQasl9z9M389R { display:block; }
 }@media only screen and (max-width: 763px) { #tJIJACx0EZbeIqKQfpXmb5M0vR5RGJSM { width:5rem;height:2rem;top:41.4375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLuJGqHsHaGywBtwG4103VNfmTrueB9l { display:block; }
 }@media only screen and (max-width: 763px) { #hTQHzEMzuNyCsBQnrS5t0FtBHb2hpUTW { width:5rem;height:2rem;top:41.4375rem;left:7.112500190735rem;display:block; }
 }@media only screen and (max-width: 763px) { #NR6eClIGNIrUB1ZltioMyevqh5XfG0QM { display:block; }
 }@media only screen and (max-width: 763px) { #xduCcdQ60cqSJahC4BiB04UTruU7iHGA { width:5rem;height:2rem;top:41.4375rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #adV7rTso2wovOsJRBrhPOUZ60pMBuQNC { display:block; }
 }@media only screen and (max-width: 763px) { #nA51UNWFB7eq6CIcEF5Z88K49AtUNdc1 { width:16.3125rem;height:8.9355625rem;top:1.25rem;left:2.1875rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #plafcUfXwttEkFI6Rtxomi5HQN3Hkr2J { background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/d41GddHY/polkole.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#plafcUfXwttEkFI6Rtxomi5HQN3Hkr2J.adaptive-delivery-prevent-bg, #plafcUfXwttEkFI6Rtxomi5HQN3Hkr2J.lazyload, #plafcUfXwttEkFI6Rtxomi5HQN3Hkr2J.lazyloading { background-image: none; }#plafcUfXwttEkFI6Rtxomi5HQN3Hkr2J > .row .container { background-color: transparent; background-image: none; }#plafcUfXwttEkFI6Rtxomi5HQN3Hkr2J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#plafcUfXwttEkFI6Rtxomi5HQN3Hkr2J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#plafcUfXwttEkFI6Rtxomi5HQN3Hkr2J > .row .container > .video-iframe-container { display: none; }#plafcUfXwttEkFI6Rtxomi5HQN3Hkr2J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#plafcUfXwttEkFI6Rtxomi5HQN3Hkr2J > .row > .video-iframe-container { display: none; }#plafcUfXwttEkFI6Rtxomi5HQN3Hkr2J > .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); }#plafcUfXwttEkFI6Rtxomi5HQN3Hkr2J > .row .container { width:20rem;height:73.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rM1ETEC4XgaEX8dvaMZZiQdZge3xAUzy { width:20rem;height:5.361325rem;top:1.1250005960464rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQ5XPqanp0zJtwEO3saKTTwa04LGcWVs { width:8.2498125rem;height:8.2498125rem;top:8.3865013122556rem;left:10.000000298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzoCRT13qqhut1qVxZnUxiQ9fznLmURK { width:8.2498125rem;height:8.2498125rem;top:24.749349594116rem;left:1.8185763955116rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPesKsgwkU0NUTgoVX5D4TI4ywuQBF6a { width:8.2498125rem;height:8.2498125rem;top:16.567926406861rem;left:10.000000298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCe5wrCDI4bWJkFxAVteR5sGJLKz78uN { width:8.2498125rem;height:8.2498125rem;top:24.749349594116rem;left:10.000000298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0d0SVVl1o66DKdpm8fgNVuh8T3QUWU3 { width:8.2498125rem;height:8.2498125rem;top:8.2487010955813rem;left:1.8185763955116rem;display:block; }
 }@media only screen and (max-width: 763px) { #slH5fLAMKOJSctINrT8HQBOLvBDDcsrB { width:8.2498125rem;height:8.2498125rem;top:16.498481750488rem;left:1.8185763955116rem;display:block; }
 }@media only screen and (max-width: 763px) { #UacOoqsBg8nGaNwATovkdH5pD9tCRRJv { width:17.5rem;height:2.9367875rem;top:66.3733997345rem;left:1.2491122484207rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #iPI8LxBayJqvUrZfWCnTUccoSqNTLa7U { display:block; }
 }@media only screen and (max-width: 763px) { #QXwwvZskVGN7cl5zNSgcfuNDiRLIeF8X { width:20rem;height:7.7988125rem;top:34.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cr39Br59dXxeTOOAw7XE1K7cTevf1G3h { width:20rem;height:2.5996125rem;top:43.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6bc0NG2scarvPRqCNS8trhMfCHBFTZG { width:20rem;height:5.68359375rem;top:47.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbLNGqgCPx8ta2fe1SaUCgAPn1CQgEyN { width:20rem;height:2.5996125rem;top:54.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5zv8Mqu8tdIQH8mIfi01ffNQOdN9aa7 { width:20rem;height:6.8203125rem;top:57.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzxRJoIP6cKTHRHbC0L6IXzp0L5QL7Mo { display:block; }#IzxRJoIP6cKTHRHbC0L6IXzp0L5QL7Mo > .row .container { width:20rem;height:96.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zD73g1pHpQBvV6TEluW9FN9p70FKIhHT { width:10.625rem;height:0.9622375rem;top:8.3587241172788rem;left:1.0690104961395rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdGVQhsDNouq2NfUa4o9VDk1cmMPXEvN { width:13.75rem;height:0.9622375rem;top:1.15625rem;left:1.5625000596046rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8qCmhuLOD1ur1UgAScVS3y3UGLTWUr2 { width:16.5625rem;height:8.9355625rem;top:0.78125rem;left:2.3817275166511rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TCKylo5zJECSfRblPJyrU2ZpWsn5k6k7 { width:20rem;height:25.3125rem;top:11.069005489349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDnbkc4DpXNpauysGx40RhHlhpf6c8WB { width:3.5rem;height:4.625rem;top:11.8125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFv1G3F4W7Febqekpzslq132DoG3Rz4P { width:4.0625rem;height:4.375rem;top:17.6875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTXXTHORqUTSH3W2W5D18NRiFk8M1d8P { width:3.5625rem;height:5.75rem;top:23.3125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9pQmBGGS6b5gIyTTZgDfPcTDLdx3ISC { width:4.1875rem;height:4.9375rem;top:29.75rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQTd6Nocy7AeohVNMVWdmlDPnK1CcDzy { width:12.5rem;height:2.5996125rem;top:13.125rem;left:7.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xNk6H89s7XfV0o7XgoAxi7ZSWDXovEd9 { width:10.5rem;height:2.5996125rem;top:18.1875rem;left:7.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U5KmqZglFvpArq3T5PS8aXWw2fGCMXJE { width:10rem;height:3.8994125rem;top:25.125rem;left:7.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OdwlXKvRlRHdgfSTwKcS5m8lkkSnOIfk { width:9.625rem;height:2.5996125rem;top:31.375rem;left:7.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SddBtPaHMeBUGFhZJum2E181yR3yicDz { width:4.375rem;height:4.8125rem;top:38.625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ku7Hucp02glzth7Pnu21rzO9kFTVTE0h { width:8.125rem;height:2.5996125rem;top:39.6875rem;left:7.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #H8yRPItKyFD9CDTaraZhFfD3hE9EMToU { width:6.25rem;height:4.4375rem;top:44.0625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OU08ZcQJxXWF1ViB3pRTnkCJaW0BRXGM { width:6.875rem;height:2.5996125rem;top:44.8125rem;left:7.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #czkMOzkAqc2s7ehRyBThS1nAMV5xygGl { width:4.125rem;height:3.5625rem;top:49.75rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEumU1ObgpwHKKK8KcQQlbqCQZQ8730G { width:8.6875rem;height:1.2999125rem;top:50.880859375rem;left:7.96875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kKMnEcAvhqSdkyriV7Wi3l0eAWRFdhTP { width:4.6875rem;height:3.1875rem;top:55rem;left:2.380859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkef8xpxAHhbFdTDmnaBJoUCuqtBGlkT { width:8.5rem;height:2.5996125rem;top:55.5rem;left:7.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I5yDAgPRIOPpKWXaylXwsS1nQQkZATK6 { width:20rem;height:22.3125rem;top:37.6298828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2mpRGJTVgCdWm99QwPNOEuBPw9KdQue { width:20rem;height:29.375rem;top:61.1923828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmpaF7y3oJnDcpET8U9qtoeMFUXvPe0p { width:3.37456875rem;height:4.81228125rem;top:63.250870227812rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #kx0O5fykFhQe8eXh2NSdD8FPeToiMAoe { width:8.125rem;height:2.5996125rem;top:78.624134063719rem;left:7.5000002980231rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sAh9EODC0VJ0mowdnn8zyzPhH99rTIqi { width:4.81228125rem;height:4.81228125rem;top:70.563143253325rem;left:1.9422743916511rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGlE44q6NGUJ6kPStbdcLAUZkx28OMPE { width:6.875rem;height:2.5996125rem;top:71.813154220581rem;left:7.5000002980231rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #okubLH3dhZcKiOgwS4c8SxdzFWza1CPp { width:2.1875rem;height:4.8125rem;top:76.813152313231rem;left:2.8125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #eekaDhmqUtiXhpMxfM6ClOfdbJXEELEq { width:8.6870625rem;height:2.5996125rem;top:64.313155174256rem;left:7.5000002980231rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #smU2plTzZGvT4nZ2TVUrL4sf8oFzym9D { width:2.5rem;height:3.93663125rem;top:83.063152313231rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqQntM4sSmvdaDGkaV4wA6mhT15Koq1u { width:5.68685rem;height:2.5996125rem;top:83.685985565187rem;left:7.5000002980231rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t3sI9wzQwWEtVDlcyILa4P5oHrKgeRN9 { width:17.5rem;height:2.875rem;top:91.8164100647rem;left:1.25rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #xBh8N0UeLSmAgcsR5hO1XMiLTN3nXDNo { display:block; }
 }@media only screen and (max-width: 763px) { #eUzTm9hW5GkUbczodA76qBwhuuhkyImO { display:block; }#eUzTm9hW5GkUbczodA76qBwhuuhkyImO > .row .container { width:20rem;height:69.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Teq2lQ2QKVGLd9HgsPo8PxwznslsiTvD { width:16.936875rem;height:8.9355625rem;top:1.7415370941162rem;left:2.0062935948372rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cbQkivHT9Pv9gqUv04deSVzTsHJeiPOT { width:13.75rem;height:0.9622375rem;top:2.0850696563721rem;left:1.3179253935814rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6uNyZFVp3C1ZTTO5biksuLsO6oW0HB1 { width:8.375rem;height:0.9622375rem;top:9.2565107345581rem;left:2.9437935948372rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQr1eCZBJWmbeSsBCfglgSIoPSu4GaQE { width:19.1873125rem;height:20.499125rem;top:11.44314289093rem;left:0.40581601858139rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpwnUiEJPvEiBRmBUkc7VFXlhzc0MCCZ { width:16.311875rem;height:6.499025rem;top:33.643664360046rem;left:1.3172743916511rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTFE4giNE464NRz8tQ6Tt26KC4mqO0BX { width:13.4375rem;height:1.2999125rem;top:40.770401954651rem;left:1.4735243916511rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iw5QUJKAlhQ2nikx11u0gqT44ZHpGV7u { width:8.6870625rem;height:8.9238125rem;top:42.9375rem;left:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFlHLP5naipp2LWqCNDfvA5uwUNF5cvi { width:8.6870625rem;height:1.13769375rem;top:42.9375rem;left:2.005859375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIb2lu3sDGnxHkQKJyXZiC9mSlinOxsX { width:8.6870625rem;height:1.13769375rem;top:44.5rem;left:2.005859375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUAIigUWEBTtyqUy7vruNGrneuEgd9gN { width:8.6870625rem;height:1.13769375rem;top:46.07421875rem;left:2.005859375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqxZz8kviD6DS9zyg65L6su83dG7Coh4 { width:8.6870625rem;height:1.13769375rem;top:47.5859375rem;left:2.005859375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NK1o6k3rLC2738m330IIBov8gycw7uWI { width:8.6870625rem;height:1.13769375rem;top:49.09765625rem;left:2.005859375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrmSqKaTxCi0Tl73yPJivPEoPcrtFdRD { width:8.6870625rem;height:1.13769375rem;top:50.5263671875rem;left:2.005859375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkuEUu9H0B3OO6S2GwTnoeSSemOeIrFX { width:15.686875rem;height:1.2999125rem;top:52.75rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryxNz3fGcacfocDd0bsx8Tf3A8BQwRqx { width:17.5rem;height:2.875rem;top:67rem;left:1.25rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #THrR9wmTgUubBHi9a40lbvEbuzHaiimw { display:block; }
 }@media only screen and (max-width: 763px) { #HRaTa7o3y7UxKZmtoMFMr5B6EUiHDKt2 { width:8.6870625rem;height:1.13769375rem;top:55.250002861023rem;left:2.005859375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Blv8waTk6cfGTfkerMTvAdvwR03fQxnb { width:8.6870625rem;height:1.13769375rem;top:56.875003814698rem;left:2.005859375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HciH7bs77ya88DIPFz5XQfy048IGORqf { width:8.6870625rem;height:1.13769375rem;top:58.4375rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1UDVWRVynADLZxmMkEFkZULTRSapi5m { width:8.6870625rem;height:1.13769375rem;top:59.949222564698rem;left:2.005859375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNUWl4gAwNTl1iLqZ3Hq1oHm4bD20lPt { width:8.6870625rem;height:8.9238125rem;top:55.250002861023rem;left:3.8489584922791rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzeIlxKCoi42QcNUDWkH3JxkqMwdgO5u { width:8.6870625rem;height:1.13769375rem;top:61.312503814698rem;left:2.005859375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qms0qd5WTdAXEe0ET54bQGo4bl6cs7Go { width:8.6870625rem;height:1.13769375rem;top:62.889326095581rem;left:2.005859375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnLBsIIkhP7Q1Ts14uKqzbbZ0aylrThg { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/60fddad7-9452-49a9-a255-7e798af66d1c/bc4cb9abmonousointerseccaov2.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#WnLBsIIkhP7Q1Ts14uKqzbbZ0aylrThg.adaptive-delivery-prevent-bg, #WnLBsIIkhP7Q1Ts14uKqzbbZ0aylrThg.lazyload, #WnLBsIIkhP7Q1Ts14uKqzbbZ0aylrThg.lazyloading { background-image: none; }#WnLBsIIkhP7Q1Ts14uKqzbbZ0aylrThg > .row .container { background-color: transparent; background-image: none; }#WnLBsIIkhP7Q1Ts14uKqzbbZ0aylrThg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WnLBsIIkhP7Q1Ts14uKqzbbZ0aylrThg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WnLBsIIkhP7Q1Ts14uKqzbbZ0aylrThg > .row .container > .video-iframe-container { display: none; }#WnLBsIIkhP7Q1Ts14uKqzbbZ0aylrThg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WnLBsIIkhP7Q1Ts14uKqzbbZ0aylrThg > .row > .video-iframe-container { display: none; }#WnLBsIIkhP7Q1Ts14uKqzbbZ0aylrThg > .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); }#WnLBsIIkhP7Q1Ts14uKqzbbZ0aylrThg > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MGVTl2DdBx5xL6EWl4XUiXcdSEHiGy1J { width:0.74978125rem;height:1.7871125rem;top:5.5rem;left:16.375rem;font-size:1.375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #E0tp0ohiptVbCtU7si2JWh9DfM5xFbiz { width:12.6875rem;height:1.7871125rem;top:5.5rem;left:3.8125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PSJLFUZIKTu9GegSoS7fxiLMsV9SO861 { width:0.74978125rem;height:1.7871125rem;top:5.4375rem;left:2.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZfdLydASGk0QI2IPfapci4ygMTd8dLG { width:20rem;height:29.8955rem;top:8.7161445617675rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRaRhUJltXZEnRw0mQsk9VwdniyEI0DU { width:3rem;height:4rem;top:43rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQ9BXQc04y2Q7DFJ3sfboJtkD0q9sRZF { width:4.0625rem;height:3.6314192096893rem;top:43.1875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxbV53AlwpxX4HM982gPx17bAQT03rxs { width:3.8125rem;height:3.8125rem;top:39.4375rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8kkqeSvGiEHWpX9eyaFuOtZSuhueqkT { width:9.1875rem;height:1.7380370885896rem;top:40rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKoyD7arfEextLNLbDMaiv7oqmAqMiKl { width:4.5rem;height:1.8493860038468rem;top:39.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoG6gDEfHzugeGLgXEplkuTVzNDwuFuF { width:17.5rem;height:2.875rem;top:47.937489748001rem;left:1.25rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #ZA3ATzTVZTopkqZLJ5sVXEQL6UNOw9g7 { display:block; }
 }@media only screen and (max-width: 763px) { #wIdC5I6wSMQvQzppQ4sanaC2Il0GTolO { display:block; }#wIdC5I6wSMQvQzppQ4sanaC2Il0GTolO > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O1me7RtUZykfgmhIQevhVk9UUlToVnai { width:14.624rem;height:2.6806625rem;top:1.748046875rem;left:2.68798828125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgdtHdCrtZJUmCQopZA2egKhVwwSH9Eo { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#JgdtHdCrtZJUmCQopZA2egKhVwwSH9Eo { background-color: transparent; background-image: none; }#JgdtHdCrtZJUmCQopZA2egKhVwwSH9Eo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JgdtHdCrtZJUmCQopZA2egKhVwwSH9Eo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JgdtHdCrtZJUmCQopZA2egKhVwwSH9Eo > .row .container > .video-iframe-container { display: none; }#JgdtHdCrtZJUmCQopZA2egKhVwwSH9Eo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JgdtHdCrtZJUmCQopZA2egKhVwwSH9Eo > .row > .video-iframe-container { display: none; }#JgdtHdCrtZJUmCQopZA2egKhVwwSH9Eo > .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); }#JgdtHdCrtZJUmCQopZA2egKhVwwSH9Eo > .row .container { width:20rem;background-color:rgba(0,0,0,0);background-image:none;height:2.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pVyg95EzSz6QXX6imFrBv4PTiURpCZQe { width:10.68725rem;height:2.87475625rem;top:0rem;left:0rem;z-index:15021;font-family:montserrat;background-color:#5d92ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVfVu9DbWOTACHwER4Eyz0Av6pSkMZsz { display:block; }
 }@media only screen and (max-width: 763px) { #IKLDMdapuZ5D2hm5wzckMJO4o40eOOsL { width:8.625rem;height:2.875rem;top:0rem;left:11.313232421875rem;z-index:15023;font-family:montserrat;background-color:#42d039;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWqrDvBQZmZHBM2ICRAOhLPJzJNkekO9 { display:block; }
 }