.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:250,233,224;--color-primary-1:241,188,162;--color-primary-2:231,143,100;--color-primary-3:224,94,61;--color-primary-4:46,29,20;--color-secondary-0:231,239,255;--color-secondary-1:174,201,255;--color-secondary-2:93,146,255;--color-secondary-3:47,73,128;--color-secondary-4:14,22,38;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:119,119,119;--color-tertiary-4:0,0,0;--headlines-font-family:Poppins;--paragraphs-font-family:dm sans; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-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); }#brwl7W7LGaFW5IO24eD0COqHtVXGSzoT { position:relative;display:none; }#brwl7W7LGaFW5IO24eD0COqHtVXGSzoT { border-width: 0; border-radius: 0; }#brwl7W7LGaFW5IO24eD0COqHtVXGSzoT > .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; }#brwl7W7LGaFW5IO24eD0COqHtVXGSzoT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#oTOHxTRnOp3aETUfhsnvWHURVCNouKl9 { 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:2.5625rem;width:7.4375rem;top:0.90625rem;left:0rem;overflow:hidden;display:block; }
#dJmqbQzTE59n9TFa9hSVQqxI80nvaweo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#o2AM1aaqrJEAhubm66O98WLk2i08D9zP { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:2.375rem;left:31.5625rem;height:1.4619125rem;text-align:center;text-align-last:center;display:none; }
#E7tRLCFBAQRDQ4V0GJy4wAcdo3ASHy7v { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:2.375rem;left:31.5625rem;height:1.4619125rem;text-align:center;text-align-last:center;display:none; }
#UT44vHAzp7ggExdPNpIc0QAvd4Ghm83q { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:2.375rem;left:19.125rem;height:1.4619125rem;text-align:center;text-align-last:center;display:none; }
#N5svc2mV6r2VTsOXXPOSS49ev292GWT5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2c2834;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#N5svc2mV6r2VTsOXXPOSS49ev292GWT5 > .row .container { background-color: transparent; background-image: none; }#N5svc2mV6r2VTsOXXPOSS49ev292GWT5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N5svc2mV6r2VTsOXXPOSS49ev292GWT5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N5svc2mV6r2VTsOXXPOSS49ev292GWT5 > .row .container > .video-iframe-container { display: none; }#N5svc2mV6r2VTsOXXPOSS49ev292GWT5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N5svc2mV6r2VTsOXXPOSS49ev292GWT5 > .row > .video-iframe-container { display: none; }#N5svc2mV6r2VTsOXXPOSS49ev292GWT5 > .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); }#N5svc2mV6r2VTsOXXPOSS49ev292GWT5 > .row .container { border-width: 0; border-radius: 0; }#N5svc2mV6r2VTsOXXPOSS49ev292GWT5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N5svc2mV6r2VTsOXXPOSS49ev292GWT5 > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#MtHUHThPxkckR2F65XTNc2bea21mEaMC { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6875rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.3125rem;left:59.3125rem;display:block; }
#NximvK00k0OEQcRLLigWiV6M5HJBIF1m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#at3eb2nunFNak8aOwFS3Q2tOwZEDaAQd { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:2.4375rem;left:60.1875rem; }
#ng57RU7BE75dzZxZwex6ICkOPk5UZcFb { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:2.375rem;left:41.9375rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#ZriqJ4AS54E8vMaMRHU0nCuOkRrnBNTV { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.4375rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:2.375rem;left:34.3125rem;display:block; }
#KhT1DzwGfg5Ox9yfun91PQZ3s4KkTqdJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UVGAqie3dm1NZULbh1oiCDhg6uHiwuoJ { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.4375rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:2.375rem;left:51rem;display:block; }
#tJNlPmmm1pTE8aOTKKHO5H8wZTbNSfvT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RaorshDtlUpIzo5xL7TwnHGwHE7Q0cQD { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:10.5rem;top:1.1875rem;left:0rem;overflow:hidden;display:block; }
#thBMTvcbOGelgNihIQtnBn7SVx0RZdAB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/620a2895-742d-4153-8658-52847225af3e/WhatsAppImage20240924at141618.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#thBMTvcbOGelgNihIQtnBn7SVx0RZdAB.adaptive-delivery-prevent-bg, #thBMTvcbOGelgNihIQtnBn7SVx0RZdAB.lazyload, #thBMTvcbOGelgNihIQtnBn7SVx0RZdAB.lazyloading { background-image: none; }#thBMTvcbOGelgNihIQtnBn7SVx0RZdAB > .row .container { background-color: transparent; background-image: none; }#thBMTvcbOGelgNihIQtnBn7SVx0RZdAB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.76); }#thBMTvcbOGelgNihIQtnBn7SVx0RZdAB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#thBMTvcbOGelgNihIQtnBn7SVx0RZdAB > .row .container > .video-iframe-container { display: none; }#thBMTvcbOGelgNihIQtnBn7SVx0RZdAB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.76); }#thBMTvcbOGelgNihIQtnBn7SVx0RZdAB > .row > .video-iframe-container { display: none; }#thBMTvcbOGelgNihIQtnBn7SVx0RZdAB > .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); }#thBMTvcbOGelgNihIQtnBn7SVx0RZdAB > .row .container { border-width: 0; border-radius: 0; }#thBMTvcbOGelgNihIQtnBn7SVx0RZdAB::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#thBMTvcbOGelgNihIQtnBn7SVx0RZdAB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#thBMTvcbOGelgNihIQtnBn7SVx0RZdAB > .row .container { font-size:0.875rem;font-family:arial;height:50.5625rem;width:75rem;position:relative;display:block; }#R0Bp942aNxk4c55sT2GI4kKWTl8kF6fN { color:rgba(var(--color-tertiary-0),1);display:block;width:41.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:11.75rem;left:15.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#SAWl3KtOQiZHgTe7JxTATuyO2xlZCRsV { color:rgba(var(--color-tertiary-0),1);display:block;width:57.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.4375rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:15.5625rem;left:8.9375rem;height:5.84765rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M8qtPFnFMy7BoK7R2LFtmKciUTbE9Os6 { color:rgba(var(--color-tertiary-0),1);display:block;width:52.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:27.125rem;left:11.125rem;height:6.296875rem;text-align:center;text-align-last:center;display:block; }
#EzaOp61llhLzUDK7RcGG3Pq8fr8hGQkX { box-sizing:content-box;height:0.125rem;width:40.1875rem;position:absolute;display:block;z-index:15015;background-color:#868686;background-image:none;top:36.125rem;left:17.4375rem;display:block; }
#mQB34bR9wFEm484hLCuLbp9PF0JQQNKp { color:rgba(var(--color-tertiary-0),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:38.25rem;left:27.375rem;height:1.7871125rem;font-style:normal;display:block; }
#qbLTw7ydaKE0ZyF1sQO2f1tWndbwxxUM { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:42.5rem;left:18.1875rem; }
#l9puP6TMvIkAELOvCswUT6e5NAamQvAQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#rSAhJnryev9LLQiOG4xREQemobCXN9Se { position:absolute;display:block;z-index:15019;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:1rem;width:19.125rem;top:24.375rem;left:27.9375rem;overflow:hidden;display:block; }
#JOkl12akUsTOsSEVgLF6fQNHOTBceBTO { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:41.9375rem;left:39.9375rem;display:block; }
#zZN2IQiWaqUKI9bJhURlQgF7zPr3kfqo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nFkvnBmdLoG0AyEkCZX16pKbKXC6MmCe { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6875rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:41.9375rem;left:17.4375rem;display:block; }
#Rdo8hBI23Up9JvdZZZAsi1RshQUo8Vk4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TNCTvrEe2ziahEVN9TerSmu9zW9c30Kc { color:rgba(var(--color-tertiary-0),1);display:block;width:46.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:10.4375rem;left:15.5625rem;height:1.57470625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nX7Nsq1GqLbEdAVMFniANGduCVCkHQEW { color:rgba(var(--color-tertiary-0),1);display:block;width:57.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.4375rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:12.125rem;left:7.75rem;height:5.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#PRP9pP7Xo3pvMBMii7Ut6MmP9z9Ekfst { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PRP9pP7Xo3pvMBMii7Ut6MmP9z9Ekfst > .row .container { background-color: transparent; background-image: none; }#PRP9pP7Xo3pvMBMii7Ut6MmP9z9Ekfst::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PRP9pP7Xo3pvMBMii7Ut6MmP9z9Ekfst > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PRP9pP7Xo3pvMBMii7Ut6MmP9z9Ekfst > .row .container > .video-iframe-container { display: none; }#PRP9pP7Xo3pvMBMii7Ut6MmP9z9Ekfst > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PRP9pP7Xo3pvMBMii7Ut6MmP9z9Ekfst > .row > .video-iframe-container { display: none; }#PRP9pP7Xo3pvMBMii7Ut6MmP9z9Ekfst > .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); }#PRP9pP7Xo3pvMBMii7Ut6MmP9z9Ekfst > .row .container { border-width: 0; border-radius: 0; }#PRP9pP7Xo3pvMBMii7Ut6MmP9z9Ekfst > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PRP9pP7Xo3pvMBMii7Ut6MmP9z9Ekfst > .row .container { font-size:0.875rem;font-family:arial;height:15.875rem;width:75rem;position:relative;display:block; }#S22zXSJBbPdTo0gJ85KNuVfOWgSPsmTV { position:absolute;display:block;z-index:15000;height:12.4375rem;width:75rem;top:0.9375rem;left:1.03125rem;display:block; }
#NQiTfiUTx7MKdtgAWmHVymz53x8nTwzh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2c2834;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; }#NQiTfiUTx7MKdtgAWmHVymz53x8nTwzh > .row .container { background-color: transparent; background-image: none; }#NQiTfiUTx7MKdtgAWmHVymz53x8nTwzh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQiTfiUTx7MKdtgAWmHVymz53x8nTwzh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQiTfiUTx7MKdtgAWmHVymz53x8nTwzh > .row .container > .video-iframe-container { display: none; }#NQiTfiUTx7MKdtgAWmHVymz53x8nTwzh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQiTfiUTx7MKdtgAWmHVymz53x8nTwzh > .row > .video-iframe-container { display: none; }#NQiTfiUTx7MKdtgAWmHVymz53x8nTwzh > .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); }#NQiTfiUTx7MKdtgAWmHVymz53x8nTwzh > .row .container { border-width: 0; border-radius: 0; }#NQiTfiUTx7MKdtgAWmHVymz53x8nTwzh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NQiTfiUTx7MKdtgAWmHVymz53x8nTwzh > .row .container { font-size:0.875rem;font-family:arial;height:42.75rem;width:75rem;position:relative;display:block; }#n13gg2wC05oTDtidciVNEc2hfvSgufZE { color:rgba(var(--color-tertiary-0),1);display:block;width:40.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.75rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:3.787109375rem;left:0rem;height:3.0249rem;font-style:normal;display:block; }
#T7PPz2TRKuFZXN4XAykThk2kPl9RXNOF { box-sizing:content-box;height:0.1875rem;width:5.625rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-3),1);background-image:none;top:8.130859375rem;left:0rem;display:block; }
#gwJhTemxKqwOwaGXTGwouW1Ldvs9kiqW { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:32.193359375rem;left:29.65625rem;display:block; }
#nDubKE046QKIsTpThdDPl5ZzkRW3Ce73 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pUgHwtcra8t59ZJZnrIMVK07cGMhiZCH { box-sizing:content-box;height:12.6875rem;width:17.5rem;position:absolute;display:block;z-index:15036;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/67866c6d-c773-49a4-ad1e-c7f1125c3bab/Capturedecran20241029a110934.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.125rem;left:57.4375rem;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; }#pUgHwtcra8t59ZJZnrIMVK07cGMhiZCH.adaptive-delivery-prevent-bg, #pUgHwtcra8t59ZJZnrIMVK07cGMhiZCH.lazyload, #pUgHwtcra8t59ZJZnrIMVK07cGMhiZCH.lazyloading { background-image: none; }
#pcyLNXZdHBM864SMVEaI8gcbyZSrzQAs { box-sizing:content-box;height:18.375rem;width:17.5rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:11.125rem;left:0rem;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; }
#uvh4Okm9TyRLus4g9mZd01dQpNhaIS88 { box-sizing:content-box;height:18.375rem;width:17.5rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:11.125rem;left:19rem;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; }
#H1T4Lgs5VwIsb0rZZT0PgKPn7cNsqG9F { box-sizing:content-box;height:18.375rem;width:17.5rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:11.125rem;left:38.1875rem;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; }
#dVPrThpprWmAHXqxTUzpwVe8EB8cpA8f { box-sizing:content-box;height:18.375rem;width:17.5rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:11.125rem;left:57.4375rem;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; }
#LDJ3rT7kivfk1bKP6Rzwtq9cGy8O58cd { color:rgba(var(--color-tertiary-0),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15043;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:16rem;left:1.0625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d8Ry5f39OwxRnO4irCRTwWzTpM2Ha4tb { color:rgba(var(--color-tertiary-0),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15046;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:15.96875rem;left:20.0625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p5k3pNvz32iyWaynpy2xuyfTutFF7MtH { color:#1e3d98;display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15045;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:16rem;left:39.25rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sOd7xqDgAN2FGsQ00EKyk8IswNkU8oUT { box-sizing:content-box;height:12.6875rem;width:17.5rem;position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e93fd2e1-6ff2-4441-b0fa-b8ce875afac2/Capturedecran20241029a110953.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.125rem;left:0rem;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; }#sOd7xqDgAN2FGsQ00EKyk8IswNkU8oUT.adaptive-delivery-prevent-bg, #sOd7xqDgAN2FGsQ00EKyk8IswNkU8oUT.lazyload, #sOd7xqDgAN2FGsQ00EKyk8IswNkU8oUT.lazyloading { background-image: none; }
#aXaVcIvtuTcdPp1DkfdKNKUpJ7pp0Rh7 { box-sizing:content-box;height:12.6875rem;width:17.5rem;position:absolute;display:block;z-index:15030;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e35d6b9b-3b32-4244-90c3-470d5b416e9e/Capturedecran20241029a110926.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.125rem;left:19rem;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; }#aXaVcIvtuTcdPp1DkfdKNKUpJ7pp0Rh7.adaptive-delivery-prevent-bg, #aXaVcIvtuTcdPp1DkfdKNKUpJ7pp0Rh7.lazyload, #aXaVcIvtuTcdPp1DkfdKNKUpJ7pp0Rh7.lazyloading { background-image: none; }
#Nt2wAvw50w39hdlFeht3NElPQGV2AUaR { box-sizing:content-box;height:12.6875rem;width:17.5rem;position:absolute;display:block;z-index:15032;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/cccfb952-0cf3-4903-9281-3de29c6e9b4e/electric1080585_1280.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.125rem;left:38.1875rem;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; }#Nt2wAvw50w39hdlFeht3NElPQGV2AUaR.adaptive-delivery-prevent-bg, #Nt2wAvw50w39hdlFeht3NElPQGV2AUaR.lazyload, #Nt2wAvw50w39hdlFeht3NElPQGV2AUaR.lazyloading { background-image: none; }
#Ss5ZAq429Jov6wyA4CiqwqdG6IedpUtV { color:#2c2834;display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.2;letter-spacing:0;top:25.5625rem;left:1.0625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X2hAV7WUCaxIpAx0TpsRyrPD7ZsLLXEC { color:rgba(var(--color-tertiary-0),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15044;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:15.25rem;left:58.5rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#klCgwhwSPN6PXRhmZuxD8zAR1eiTHur9 { color:#2c2834;display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15026;line-height:1.2;letter-spacing:0;top:25.5625rem;left:20.0625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X95SuiXNa3AB7DreCZIcg2BTZmJ5g4xv { color:#2c2834;display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.2;letter-spacing:0;top:25.5625rem;left:39.25rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hNF11LKP2PB7CG5ILgdcBWyTgvLDOtTR { color:#2c2834;display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15032;line-height:1.2;letter-spacing:0;top:26rem;left:58.5rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zsnZGK7JXM1zwe87ZViTOd2vJEObmwev { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;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; }#zsnZGK7JXM1zwe87ZViTOd2vJEObmwev > .row .container { background-color: transparent; background-image: none; }#zsnZGK7JXM1zwe87ZViTOd2vJEObmwev::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zsnZGK7JXM1zwe87ZViTOd2vJEObmwev > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zsnZGK7JXM1zwe87ZViTOd2vJEObmwev > .row .container > .video-iframe-container { display: none; }#zsnZGK7JXM1zwe87ZViTOd2vJEObmwev > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zsnZGK7JXM1zwe87ZViTOd2vJEObmwev > .row > .video-iframe-container { display: none; }#zsnZGK7JXM1zwe87ZViTOd2vJEObmwev > .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); }#zsnZGK7JXM1zwe87ZViTOd2vJEObmwev > .row .container { border-width: 0; border-radius: 0; }#zsnZGK7JXM1zwe87ZViTOd2vJEObmwev > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zsnZGK7JXM1zwe87ZViTOd2vJEObmwev > .row .container { font-size:0.875rem;font-family:arial;height:29rem;width:75rem;position:relative;display:block; }#cy5ktI6ipggLDWdmp1vTEvArpKqovEV2 { position:absolute;display:block;z-index:15007;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:9.763671875rem;left:32.625rem;display:block; }
#i02qcvnhclw59Hb4Hr4zXvb35Tgakn8y { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a2b7841c-8e83-4e49-ba1e-5f2feaec3c75/WhatsAppImage20221128at114346.jpeg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.5rem rgba(var(--color-tertiary-4),0.25) ;height:12.875rem;width:56.9375rem;top:12.1875rem;left:9.03125rem;display:block; }#i02qcvnhclw59Hb4Hr4zXvb35Tgakn8y.adaptive-delivery-prevent-bg, #i02qcvnhclw59Hb4Hr4zXvb35Tgakn8y.lazyload, #i02qcvnhclw59Hb4Hr4zXvb35Tgakn8y.lazyloading { background-image: none; }
#kogVD6iUPEzTeTuTP7UGodbTpMhigAoR { color:#2c2834;display:block;width:57.25rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:2.3254623413086rem;left:8.75rem;height:6.875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#k9TX1IolHa1GB2t7C6kfHZeBABh7WzWI { z-index:;position:relative;display:block; }#k9TX1IolHa1GB2t7C6kfHZeBABh7WzWI { background-color: transparent; background-image: none; }#k9TX1IolHa1GB2t7C6kfHZeBABh7WzWI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9TX1IolHa1GB2t7C6kfHZeBABh7WzWI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9TX1IolHa1GB2t7C6kfHZeBABh7WzWI > .row .container > .video-iframe-container { display: none; }#k9TX1IolHa1GB2t7C6kfHZeBABh7WzWI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9TX1IolHa1GB2t7C6kfHZeBABh7WzWI > .row > .video-iframe-container { display: none; }#k9TX1IolHa1GB2t7C6kfHZeBABh7WzWI > .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); }#k9TX1IolHa1GB2t7C6kfHZeBABh7WzWI { border-width: 0; border-radius: 0; }#k9TX1IolHa1GB2t7C6kfHZeBABh7WzWI > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:50.1875rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#DcyMyPPAMNnZp5gdaLxsZ3JMClf4Wnu1 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:7.125rem;left:0rem;height:2.921875rem;font-style:normal;display:block; }
#ZsZBaS4XK2wbfwzmmWda0skSLD4NdClG { color:#2c2834;display:block;width:34.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:9.6875rem;left:0rem;height:5.5rem;font-style:normal;display:block; }
#lie5382Tr1PTNI1zqDhDfhrcLlxOMTu2 { box-sizing:content-box;height:0.1875rem;width:5.625rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-3),1);background-image:none;top:17.5rem;left:0rem;display:block; }
#Z6lzuAgcCRXyixTDrdWuFqx4VLzRPhqn { color:rgba(var(--color-tertiary-3),1);display:block;width:39rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:19.9375rem;left:0rem;height:18.89065625rem;text-align:justify;text-align-last:initial;display:block; }
#Cy9zsqcxz6OhECuWngtPC2sJm30iwuiI { box-sizing:content-box;height:38.75rem;width:33.625rem;position:absolute;display:block;z-index:15031;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/620a2895-742d-4153-8658-52847225af3e/WhatsAppImage20240924at141618.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:5.875rem;left:41.375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#Cy9zsqcxz6OhECuWngtPC2sJm30iwuiI.adaptive-delivery-prevent-bg, #Cy9zsqcxz6OhECuWngtPC2sJm30iwuiI.lazyload, #Cy9zsqcxz6OhECuWngtPC2sJm30iwuiI.lazyloading { background-image: none; }
#FGTQh3scpaKnDmGK3Q89dOmPTJiwaQ7E { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15027;background-color:#2c2834;background-image:none;top:4.875rem;left:40.3125rem;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; }
#ZOTWepbFqENS5oHsBFxIvDfBFFHnblgr { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:40.4375rem;left:0.625rem;display:block; }
#ND4rOe8C7bKiAuAPtTUBWSaZUzlGXthg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DOfLu4lCX9DLf0JNeSqEiNLV8iFaaGyf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;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; }#DOfLu4lCX9DLf0JNeSqEiNLV8iFaaGyf > .row .container { background-color: transparent; background-image: none; }#DOfLu4lCX9DLf0JNeSqEiNLV8iFaaGyf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DOfLu4lCX9DLf0JNeSqEiNLV8iFaaGyf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DOfLu4lCX9DLf0JNeSqEiNLV8iFaaGyf > .row .container > .video-iframe-container { display: none; }#DOfLu4lCX9DLf0JNeSqEiNLV8iFaaGyf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DOfLu4lCX9DLf0JNeSqEiNLV8iFaaGyf > .row > .video-iframe-container { display: none; }#DOfLu4lCX9DLf0JNeSqEiNLV8iFaaGyf > .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); }#DOfLu4lCX9DLf0JNeSqEiNLV8iFaaGyf > .row .container { border-width: 0; border-radius: 0; }#DOfLu4lCX9DLf0JNeSqEiNLV8iFaaGyf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DOfLu4lCX9DLf0JNeSqEiNLV8iFaaGyf > .row .container { font-size:0.875rem;font-family:arial;height:48rem;width:75rem;position:relative;display:block; }#b5cQpcRJ8h5m6sdiC2Q9cfQvdLMoZzys { color:#2c2834;display:block;width:40.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.75rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:3.625rem;left:17.34375rem;height:3.0249rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S4Wa9osnPqHWmnDBxxxzOHFlh6h76s2M { box-sizing:content-box;height:0.1875rem;width:5.625rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-3),1);background-image:none;top:7.625rem;left:34.6875rem;display:block; }
#A2e4n5KgawZsWWKBdWdmvL1NkUhIW64B { position:absolute;display:block;z-index:15031;height:21.75rem;width:75rem;top:11.5rem;left:0rem;display:block; }
#FE0hzTS21kACEx9xu0KfvXRl5TTdPZbB { z-index:;position:relative;display:block; }#FE0hzTS21kACEx9xu0KfvXRl5TTdPZbB { background-color: transparent; background-image: none; }#FE0hzTS21kACEx9xu0KfvXRl5TTdPZbB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FE0hzTS21kACEx9xu0KfvXRl5TTdPZbB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FE0hzTS21kACEx9xu0KfvXRl5TTdPZbB > .row .container > .video-iframe-container { display: none; }#FE0hzTS21kACEx9xu0KfvXRl5TTdPZbB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FE0hzTS21kACEx9xu0KfvXRl5TTdPZbB > .row > .video-iframe-container { display: none; }#FE0hzTS21kACEx9xu0KfvXRl5TTdPZbB > .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); }#FE0hzTS21kACEx9xu0KfvXRl5TTdPZbB { border-width: 0; border-radius: 0; }#FE0hzTS21kACEx9xu0KfvXRl5TTdPZbB > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:50.1875rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#a1dIuPTcoM6uWmfFFLGtT3fzxiO4KMb0 { color:#2c2834;display:block;width:34.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:9.375rem;left:0rem;height:;font-style:normal;display:block; }
#RtGBshypAkCt7ysyDTpXXOEyb5JHOvxU { box-sizing:content-box;height:0.1875rem;width:5.625rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-3),1);background-image:none;top:15.75rem;left:0rem;display:block; }
#GdDi0CeOOwdk9hcxmDWhtcAiCO4BeLvz { color:rgba(var(--color-tertiary-3),1);display:block;width:39rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:17.375rem;left:0rem;height:23.61321875rem;text-align:justify;text-align-last:initial;display:block; }
#xaOwAbyeJr7ClazyaGasg28QO26DFfzP { box-sizing:content-box;height:38.75rem;width:33.625rem;position:absolute;display:block;z-index:15031;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e93fd2e1-6ff2-4441-b0fa-b8ce875afac2/Capturedecran20241029a110953.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:5.875rem;left:41.375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#xaOwAbyeJr7ClazyaGasg28QO26DFfzP.adaptive-delivery-prevent-bg, #xaOwAbyeJr7ClazyaGasg28QO26DFfzP.lazyload, #xaOwAbyeJr7ClazyaGasg28QO26DFfzP.lazyloading { background-image: none; }
#vr93837KZ1FCh5c6mTzDUXsrXlPPtD80 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15027;background-color:#2c2834;background-image:none;top:4.875rem;left:40.3125rem;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; }
#V9xHuVnd5G2zmZls4Ii0dhFfCcCnAB9F { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:41.8125rem;left:0rem;display:block; }
#O9rwAsE2PPcANdW5Avqxg1ET9q70eDPP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OkZ2Na6SftylVvezKNPF8gPEboekZdft { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:5.7021484375rem;left:0rem;height:1.4624rem;font-style:normal;display:block; }
#a0y3mMXggz2sebOEvOB9nf8JNSISgWyz { z-index:;position:relative;display:block; }#a0y3mMXggz2sebOEvOB9nf8JNSISgWyz { background-color: transparent; background-image: none; }#a0y3mMXggz2sebOEvOB9nf8JNSISgWyz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0y3mMXggz2sebOEvOB9nf8JNSISgWyz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0y3mMXggz2sebOEvOB9nf8JNSISgWyz > .row .container > .video-iframe-container { display: none; }#a0y3mMXggz2sebOEvOB9nf8JNSISgWyz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0y3mMXggz2sebOEvOB9nf8JNSISgWyz > .row > .video-iframe-container { display: none; }#a0y3mMXggz2sebOEvOB9nf8JNSISgWyz > .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); }#a0y3mMXggz2sebOEvOB9nf8JNSISgWyz { border-width: 0; border-radius: 0; }#a0y3mMXggz2sebOEvOB9nf8JNSISgWyz > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:50.1875rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#TXTsHEdJWtUnxMHBb2pmWzPCloIkCA8L { color:#2c2834;display:block;width:38.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:9.125rem;left:36rem;height:2.75rem;font-style:normal;display:block; }
#KLvxxsrgTyH1K4cn0rJBmpXQf4S6eoAy { box-sizing:content-box;height:0.1875rem;width:5.625rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-3),1);background-image:none;top:13.125rem;left:36rem;display:block; }
#Co7qaMkEK6UBm8eDJzuCPQpXE5PgbUdp { color:rgba(var(--color-tertiary-3),1);display:block;width:39rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:14.7509765625rem;left:36rem;height:25.18746875rem;text-align:justify;text-align-last:initial;display:block; }
#eJ9bQTmAl470WTCVAJFJo19vKlDrsSF3 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:40.75rem;left:59.4375rem;display:block; }
#VUOWwMl97V5bzzW2iM3817elpVa8zPSf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F7CVXalo5Qd93oVasAW6r9Lcdgg9PG1g { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15029;background-color:#2c2834;background-image:none;top:3.5rem;left:0rem;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; }
#Sbly6sJehqdWhkvJFzrhoJEyqwhzButp { box-sizing:content-box;height:38.75rem;width:33.625rem;position:absolute;display:block;z-index:15033;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e35d6b9b-3b32-4244-90c3-470d5b416e9e/Capturedecran20241029a110926.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.5rem;left:1.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#Sbly6sJehqdWhkvJFzrhoJEyqwhzButp.adaptive-delivery-prevent-bg, #Sbly6sJehqdWhkvJFzrhoJEyqwhzButp.lazyload, #Sbly6sJehqdWhkvJFzrhoJEyqwhzButp.lazyloading { background-image: none; }
#RrgEps0WUIiD97u22XeJ9ZSdW1udBuJe { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:5.25rem;left:36rem;height:2.921875rem;font-style:normal;display:block; }
#ElkOr413VqkGOXTmlOR5xHLwxQ8EMvm1 { z-index:;position:relative;display:block; }#ElkOr413VqkGOXTmlOR5xHLwxQ8EMvm1 { background-color: transparent; background-image: none; }#ElkOr413VqkGOXTmlOR5xHLwxQ8EMvm1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ElkOr413VqkGOXTmlOR5xHLwxQ8EMvm1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ElkOr413VqkGOXTmlOR5xHLwxQ8EMvm1 > .row .container > .video-iframe-container { display: none; }#ElkOr413VqkGOXTmlOR5xHLwxQ8EMvm1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ElkOr413VqkGOXTmlOR5xHLwxQ8EMvm1 > .row > .video-iframe-container { display: none; }#ElkOr413VqkGOXTmlOR5xHLwxQ8EMvm1 > .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); }#ElkOr413VqkGOXTmlOR5xHLwxQ8EMvm1 { border-width: 0; border-radius: 0; }#ElkOr413VqkGOXTmlOR5xHLwxQ8EMvm1 > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:50.1875rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#fvZ6kRTqZ1Wo5rszJsoKVTocgunem8GE { color:#2c2834;display:block;width:34.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:9.6875rem;left:0rem;height:;font-style:normal;display:block; }
#rETPFMc9n2xLrvN4uiXvDK7fK8ku4NhV { box-sizing:content-box;height:0.1875rem;width:5.625rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-3),1);background-image:none;top:14.25rem;left:0rem;display:block; }
#W2onBSXGAm1tKod9z6pw29SZQtH7sTHP { color:rgba(var(--color-tertiary-3),1);display:block;width:39rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:16.3515625rem;left:1.375rem;height:28.33596875rem;text-align:justify;text-align-last:initial;display:block; }
#dx1UZPGwuEMMbTQTdy5BXXB61pUpIoEB { box-sizing:content-box;height:38.75rem;width:33.625rem;position:absolute;display:block;z-index:15031;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/cccfb952-0cf3-4903-9281-3de29c6e9b4e/electric1080585_1280.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:5.875rem;left:41.375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#dx1UZPGwuEMMbTQTdy5BXXB61pUpIoEB.adaptive-delivery-prevent-bg, #dx1UZPGwuEMMbTQTdy5BXXB61pUpIoEB.lazyload, #dx1UZPGwuEMMbTQTdy5BXXB61pUpIoEB.lazyloading { background-image: none; }
#FBvaABC1hAd0CNU9Myxd327XiLc1qdgs { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15027;background-color:#2c2834;background-image:none;top:4.875rem;left:40.3125rem;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; }
#nIzPrwkE1PsPDKO0iBGO07aoVU6PkR7K { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:45.5rem;left:0rem;display:block; }
#nJsOHvTDwOapKEoc4QBUtTBabHPtHyvt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ESET8xoL1wy7BhRO9N2UrUTKBqKxLl97 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:5.875rem;left:0rem;height:1.4624rem;font-style:normal;display:block; }
#svJJaKHkRGB74gzPFSqH19C48ozzKoTX { z-index:;position:relative;display:block; }#svJJaKHkRGB74gzPFSqH19C48ozzKoTX { background-color: transparent; background-image: none; }#svJJaKHkRGB74gzPFSqH19C48ozzKoTX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#svJJaKHkRGB74gzPFSqH19C48ozzKoTX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#svJJaKHkRGB74gzPFSqH19C48ozzKoTX > .row .container > .video-iframe-container { display: none; }#svJJaKHkRGB74gzPFSqH19C48ozzKoTX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#svJJaKHkRGB74gzPFSqH19C48ozzKoTX > .row > .video-iframe-container { display: none; }#svJJaKHkRGB74gzPFSqH19C48ozzKoTX > .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); }#svJJaKHkRGB74gzPFSqH19C48ozzKoTX { border-width: 0; border-radius: 0; }#svJJaKHkRGB74gzPFSqH19C48ozzKoTX > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:50.1875rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#a7szi9RlQ9EVnLvS47CqMx3RHqsUxMEX { color:#2c2834;display:block;width:34.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:8.4375rem;left:35.375rem;height:5.5rem;font-style:normal;display:block; }
#mzMoHTwDgOIgDqIEOztaAFXeUpi9n3WT { box-sizing:content-box;height:0.1875rem;width:5.625rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-3),1);background-image:none;top:14.75rem;left:35.375rem;display:block; }
#aeNNEVERucfrH0oHxVTwMVuTqXrQTl3x { color:rgba(var(--color-tertiary-3),1);display:block;width:39rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:16rem;left:35.375rem;height:26.76171875rem;text-align:justify;text-align-last:initial;display:block; }
#N8USbpTm6o1bvlX4Q2mnWfH5heAM0zDZ { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:43.25rem;left:59.4375rem;display:block; }
#tK295ooye4kTQpOQwUrcNuKnLbhJkr2G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cudmF02gcOFqtFeT1xiopMbOHh1FWiP4 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15029;background-color:#2c2834;background-image:none;top:3.5rem;left:0rem;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; }
#Z3ZuaJbkO2iVEdMZHGJpEJPJrmHuIZAn { box-sizing:content-box;height:38.75rem;width:33.625rem;position:absolute;display:block;z-index:15033;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/67866c6d-c773-49a4-ad1e-c7f1125c3bab/Capturedecran20241029a110934.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.5rem;left:1.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#Z3ZuaJbkO2iVEdMZHGJpEJPJrmHuIZAn.adaptive-delivery-prevent-bg, #Z3ZuaJbkO2iVEdMZHGJpEJPJrmHuIZAn.lazyload, #Z3ZuaJbkO2iVEdMZHGJpEJPJrmHuIZAn.lazyloading { background-image: none; }
#wK0pvTdnyhJwXqUahWK8oLWsMdAnCdqq { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:4.5625rem;left:35.375rem;height:2.921875rem;font-style:normal;display:block; }
#CxMwi0Pq6O4emwgo5AXkiR5halCLmpoI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(44,40,52,0.99);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; }#CxMwi0Pq6O4emwgo5AXkiR5halCLmpoI > .row .container { background-color: transparent; background-image: none; }#CxMwi0Pq6O4emwgo5AXkiR5halCLmpoI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CxMwi0Pq6O4emwgo5AXkiR5halCLmpoI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CxMwi0Pq6O4emwgo5AXkiR5halCLmpoI > .row .container > .video-iframe-container { display: none; }#CxMwi0Pq6O4emwgo5AXkiR5halCLmpoI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CxMwi0Pq6O4emwgo5AXkiR5halCLmpoI > .row > .video-iframe-container { display: none; }#CxMwi0Pq6O4emwgo5AXkiR5halCLmpoI > .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); }#CxMwi0Pq6O4emwgo5AXkiR5halCLmpoI > .row .container { border-width: 0; border-radius: 0; }#CxMwi0Pq6O4emwgo5AXkiR5halCLmpoI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CxMwi0Pq6O4emwgo5AXkiR5halCLmpoI > .row .container { font-size:0.875rem;font-family:arial;height:25.9375rem;width:75rem;position:relative;display:block; }#kh64RKnsQnuw6rOkmPu3ggAlcamXaO8E { color:rgba(var(--color-tertiary-0),1);display:block;width:30.0625rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.875rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Zd9i7ufuWVlPN3AKi82xInx9scLavHTH { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5rem;width:30.125rem;top:1.96875rem;left:33.6875rem;overflow:hidden;display:block; }
#oLkNk0VozTqtqHSqO7NLwKfRFg8yO6zK { color:rgba(var(--color-tertiary-0),1);display:block;width:28.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:10.3125rem;left:0.875rem;height:8.4375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HUJk4tfZNy06lxh35nGa7mH5oxdI9T4O { box-sizing:content-box;height:0.1875rem;width:5.625rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-3),1);background-image:none;top:7.4375rem;left:12.21875rem;display:block; }
#X2C2NDemWq5sOeZOTBbswLWvmpnWSoss { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f6f8;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; }#X2C2NDemWq5sOeZOTBbswLWvmpnWSoss > .row .container { background-color: transparent; background-image: none; }#X2C2NDemWq5sOeZOTBbswLWvmpnWSoss::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X2C2NDemWq5sOeZOTBbswLWvmpnWSoss > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X2C2NDemWq5sOeZOTBbswLWvmpnWSoss > .row .container > .video-iframe-container { display: none; }#X2C2NDemWq5sOeZOTBbswLWvmpnWSoss > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X2C2NDemWq5sOeZOTBbswLWvmpnWSoss > .row > .video-iframe-container { display: none; }#X2C2NDemWq5sOeZOTBbswLWvmpnWSoss > .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); }#X2C2NDemWq5sOeZOTBbswLWvmpnWSoss > .row .container { border-width: 0; border-radius: 0; }#X2C2NDemWq5sOeZOTBbswLWvmpnWSoss > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X2C2NDemWq5sOeZOTBbswLWvmpnWSoss > .row .container { font-size:0.875rem;font-family:arial;height:38.875rem;width:75rem;position:relative;display:block; }#HJM2QRmqTZf6EZhqQ5fyhE75WSbJbTbZ { position:absolute;display:block;z-index:15000;height:21.75rem;width:59.9375rem;top:7.3125rem;left:7.5625rem;display:block; }
#LnV2S6RW97SoSzbAngq6hgTMQ8Tmd8LM { color:#2c2834;display:block;width:46.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:1.4375rem;left:14.25rem;height:2.76245rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VJQToeFqgt324AfyHbhpfCEQRwhT5OqU { box-sizing:content-box;height:0.1875rem;width:16.5rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-primary-3),1);background-image:none;top:5.0625rem;left:29.25rem;display:block; }
#i1MN3vRrkQdsITNFgZFTIeMnk3x08Xo3 { position:relative;display:none; }#i1MN3vRrkQdsITNFgZFTIeMnk3x08Xo3 { border-width: 0; border-radius: 0; }#i1MN3vRrkQdsITNFgZFTIeMnk3x08Xo3 > .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; }#i1MN3vRrkQdsITNFgZFTIeMnk3x08Xo3 > .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:54.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#DD5txK09dol9PSSeyAZqqhXVz8NRFAHN { color:#2c2834;display:block;width:40.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.75rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:3.625rem;left:17.34375rem;height:3.0249rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N4SS3JtNNSTNA8ATW0TOlw6sQCtPnOlk { box-sizing:content-box;height:0.1875rem;width:5.625rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-3),1);background-image:none;top:7.4375rem;left:34.6875rem;display:block; }
#MHPafZZnv7Wzdqlq1LPDQxfkynXibmd1 { position:absolute;display:block;z-index:15031;height:21.75rem;width:75rem;top:9.875rem;left:0rem;display:block; }
#JuVwTsreVHz31tPeEBJWuFp3gg3AXED7 { background-color:#2c2834;background-image:none;background-position:center !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; }#JuVwTsreVHz31tPeEBJWuFp3gg3AXED7 > .row .container { background-color: transparent; background-image: none; }#JuVwTsreVHz31tPeEBJWuFp3gg3AXED7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JuVwTsreVHz31tPeEBJWuFp3gg3AXED7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JuVwTsreVHz31tPeEBJWuFp3gg3AXED7 > .row .container > .video-iframe-container { display: none; }#JuVwTsreVHz31tPeEBJWuFp3gg3AXED7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JuVwTsreVHz31tPeEBJWuFp3gg3AXED7 > .row > .video-iframe-container { display: none; }#JuVwTsreVHz31tPeEBJWuFp3gg3AXED7 > .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); }#JuVwTsreVHz31tPeEBJWuFp3gg3AXED7 > .row .container { border-width: 0; border-radius: 0; }#JuVwTsreVHz31tPeEBJWuFp3gg3AXED7 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#JuVwTsreVHz31tPeEBJWuFp3gg3AXED7 > .row .container { font-size:0.875rem;font-family:arial;height:53.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#xIAaJpsSQxLWnHgCdU1wLlknRUVpfdyh { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:47.4375rem;width:30rem;top:4.4375rem;left:1.3125rem;display:block; }
#rEb5hTRzLQslcTM0zrKAipApIZ7TzJoB { color:rgba(var(--color-tertiary-0),1);display:block;width:22.25rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:700;z-index:15026;line-height:1.2;letter-spacing:0;top:6.18115234375rem;left:4.125rem;height:5.09765625rem;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; }
#Ud55tE6MOEAnRNTr5KyooNiL9cSI6Ipz { color:rgba(var(--color-tertiary-0),1);display:block;width:38.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.75rem;font-weight:700;z-index:15025;line-height:1.1;letter-spacing:0;top:4.4375rem;left:35.9375rem;height:12.09375rem;font-style:normal;display:block; }
#RKgBK4ktXQDIdCXMIawNqEFdnf17dEei { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:normal;z-index:15028;line-height:1.6;letter-spacing:0;top:12.46533203125rem;left:4rem;height:3.3994125rem;text-align:left;text-align-last:left;display:block; }
#TtF2fTrwhWXxuc4cmSodoVdNybsBKMFM { box-sizing:content-box;height:0.1875rem;width:5.625rem;position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-primary-3),1);background-image:none;top:14.0625rem;left:35.9375rem;display:block; }
#BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 .widget-form-header {  }
#BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:22.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.7);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.7);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.7);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.7);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:22.5rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;overflow:hidden;font-family:"source sans pro";vertical-align:top;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.7);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.7);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.7);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.7);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:22.5rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;overflow:hidden;font-family:"source sans pro";vertical-align:top;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 .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:22.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 .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; }
#BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#142c4f;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:4.1875rem;margin-bottom:0.25rem;margin-left:4.1875rem;display:block;box-sizing:border-box;font-size:1.5rem;font-weight:700;color:#f2f9ff;width:14.125rem;height:3.4375rem;font-family:"source sans pro";overflow:hidden;font-style:normal; }
#BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:"source sans pro";font-size:0.9375rem; }
#BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:"source sans pro";font-size:0.9375rem; }
#BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:"source sans pro";font-size:0.9375rem; }
#BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:"source sans pro";font-size:0.9375rem; }
#BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 .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:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:21.6875rem;overflow:hidden;font-style:normal; }
#BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 .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; }
#BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 .widget-container:first-of-type{padding-top:0;}#BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 .widget-container:last-of-type{padding-bottom:0;}#BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15025;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:16.4892578125rem;left:2.53125rem; }
#BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.5rem;display:block;vertical-align:top; }
#BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 .widget-info-text { display:block;height:auto;font-family:"open sans";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; }
#BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 {display:block;}#BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15025;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:16.4892578125rem;left:2.53125rem; }
#BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 #N4WQ6gTWSyLJ9Moke8EnXLP1xA0J1WZw { position:relative; }
#BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 #gpx1TEoEsgTLbfCvCy6Xrid4E0ZQ7nFJ { position:relative;display:block; }
#BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 #ABTNL68hhoxPx5O7H2AI8hQq4ABWF7BS { position:relative; }
#BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 #IKkvic98eQ328KFBSmwRrbTVnHldAtt7 { position:relative; }
#BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 #T3KDOHKZGLTI7erzC021oTuNG5ziteiA { position:relative;display:block; }
#BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 #Dt450SHDZXZmgxo68R4OmC7KcNrkvJG4 { position:relative; }
#BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 #PnyhZ4MfSpkECWTLVDltGRm4f2GCqXLQ { position:relative; }
#BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 #GksmhyoOeWr2sIAXPeyByBoqvxhEARcv { position:relative;display:block; }
#BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 #NBPnR0VzCM7KVSZBskDVXQcCAZJgWksr { position:relative; }
#BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 #Tcma2LNvWHhEHZZydbSpS1fmITdaixzk { position:relative; }
#BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 #GCh7Mq8IQXKxdtM9sQb4Bpa0t3mBg77l { position:relative;display:block; }
#BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 #eAv5IhzNz2uasB08skOFXTZVVps7w5gq { position:relative; }
#BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 #aoNxtQ3ku4BsuhUPXh2BC4kQdXxocOB4 { position:relative; }
#BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 #SJ7RTe7lJLENTSXs8TFmZfnKDI5dwgmy { position:relative;z-index:2; }
#BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 #w8Oi56BqwaDskrJplDgFz25g2imxT7iP { position:relative; }
#BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 #wsQEeT7kVkSJfeEHD0mZzR1op1geKguw { position:relative; }
#BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 #Ul7STU1a6GQseITgNGFbJLPVtKDeC3nF { position:relative; }
#RiZBx0z9NkzPp6R30xCN57fkEaEDCwDT { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:33.96875rem;left:80.125rem;display:none; }
#lMFM4GhwwKRgWkEDk1ZMHD6gT2KL9Oiv { box-sizing:content-box;height:12.375rem;width:15rem;position:absolute;display:block;z-index:15016;background-color:#fffafb;background-image:none;top:39.4375rem;left:35.9375rem;border-top:0.0625rem solid #eeeeee;border-left:0.0625rem solid #eeeeee;border-right:0.0625rem solid #eeeeee;border-bottom:0.0625rem solid #eeeeee;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.09) ;display:block; }
#PEOpHtb2uB3d9nTooF60EyrfllWu9TkV { color:#2c2834;display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:46.125rem;left:36.59375rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hZ91pWXsnnsgeibCvTkf0LLP4mT39o9r { color:rgba(var(--color-tertiary-3),1);display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.4;letter-spacing:0;top:48.74951171875rem;left:37.15625rem;height:1.3999rem;text-align:center;text-align-last:center;display:block; }
#G8ZuRto9Pgey5EIMTwCHFBgSfOF4zJhC { box-sizing:content-box;height:12.375rem;width:15rem;position:absolute;display:block;z-index:15020;background-color:#fffafb;background-image:none;top:39.4375rem;left:53.125rem;border-top:0.0625rem solid #eeeeee;border-left:0.0625rem solid #eeeeee;border-right:0.0625rem solid #eeeeee;border-bottom:0.0625rem solid #eeeeee;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.09) ;display:block; }
#eBNw7mqOKsJvAMfDzbCHHrvefMDmLs9b { color:#2c2834;display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:46.125rem;left:53.78125rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qT5l97h9aG0DpW1hBsuUycgU99ZHMUOw { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:41rem;left:41.3125rem; }
#T6QkwmeTpuQkCGVzGFiS12GsAOLcKMXS { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:41rem;left:58.5rem; }
#PIwRy0TRpmk9HaCglsAN7bLwQTo7ShRf { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5625rem;width:32.0625rem;top:16.537109375rem;left:35.9375rem;overflow:hidden;display:block; }
#MFy3b0HCVBg0qu1H5Ae9BBRA8rOLcbrq { color:rgba(var(--color-tertiary-3),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15038;line-height:1.4;letter-spacing:0;top:48.75rem;left:52.71875rem;height:1.3984375rem;text-align:center;text-align-last:center;display:block; }
#X8zTyT4nTHsmBuqyCFqP74bNpb2KuvdL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2c2834;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; }#X8zTyT4nTHsmBuqyCFqP74bNpb2KuvdL > .row .container { background-color: transparent; background-image: none; }#X8zTyT4nTHsmBuqyCFqP74bNpb2KuvdL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X8zTyT4nTHsmBuqyCFqP74bNpb2KuvdL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X8zTyT4nTHsmBuqyCFqP74bNpb2KuvdL > .row .container > .video-iframe-container { display: none; }#X8zTyT4nTHsmBuqyCFqP74bNpb2KuvdL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X8zTyT4nTHsmBuqyCFqP74bNpb2KuvdL > .row > .video-iframe-container { display: none; }#X8zTyT4nTHsmBuqyCFqP74bNpb2KuvdL > .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); }#X8zTyT4nTHsmBuqyCFqP74bNpb2KuvdL > .row .container { border-width: 0; border-radius: 0; }#X8zTyT4nTHsmBuqyCFqP74bNpb2KuvdL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X8zTyT4nTHsmBuqyCFqP74bNpb2KuvdL > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;position:relative;display:block; }#yIJPnZVVCUTwPAATrb3FGUarevR1d5yM { color:rgba(var(--color-tertiary-0),1);display:block;width:45.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.16845703125rem;left:29.1875rem;height:1.29980625rem;display:block; }
#fBldw2ciODTz82FmBfZUrSOHNAG1LuSB { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:9.625rem;top:2.09375rem;left:0rem;overflow:hidden;display:block; }
#KeQrtvDnNOZXwfNvK6c0wenG7xUvaOui { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:1.6875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.4375rem;left:38.84375rem;display:block; }
#D7TLTh5oLzHyVTOkCcTHyAoDqPmXDWGw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bHzcXwn2EOg7xIErQgmxqacvErSLfgXC { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#bHzcXwn2EOg7xIErQgmxqacvErSLfgXC { background-color: transparent; background-image: none; }#bHzcXwn2EOg7xIErQgmxqacvErSLfgXC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bHzcXwn2EOg7xIErQgmxqacvErSLfgXC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bHzcXwn2EOg7xIErQgmxqacvErSLfgXC > .row .container > .video-iframe-container { display: none; }#bHzcXwn2EOg7xIErQgmxqacvErSLfgXC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bHzcXwn2EOg7xIErQgmxqacvErSLfgXC > .row > .video-iframe-container { display: none; }#bHzcXwn2EOg7xIErQgmxqacvErSLfgXC > .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); }#bHzcXwn2EOg7xIErQgmxqacvErSLfgXC { border-width: 0; border-radius: 0; }#bHzcXwn2EOg7xIErQgmxqacvErSLfgXC > .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; }#bHzcXwn2EOg7xIErQgmxqacvErSLfgXC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#eTaLDq8QcpRGgTIxiXKBWhV22Rx08xyg { box-sizing:content-box;color:#5d92ff;font-size:2.375rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:0rem;left:71.875rem;display:none; }
#eTaLDq8QcpRGgTIxiXKBWhV22Rx08xyg > img { max-width: 100%;max-height:100%; width:3.4375rem; height:3.4375rem; }#alieEBI7Ad56xLwNTLttT6w278QWqzVr { z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #fd00ff, #ff004c);background-image: -moz-linear-gradient(178deg, #fd00ff, #ff004c);background-image: -ms-linear-gradient(178deg, #fd00ff, #ff004c);background-image: -o-linear-gradient(178deg, #fd00ff, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd00ff', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd00ff', endColorstr='#ff004c' );";background-image: linear-gradient(178deg, #fd00ff, #ff004c);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: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#JpacQsGIqQCEQ7dG5wTHOhso7BWMSCSI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QZIS6riHaJ3oQRHTgdOnq4bdsv20mZBZ { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:36.625rem;left:17rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #brwl7W7LGaFW5IO24eD0COqHtVXGSzoT { display:block; }#brwl7W7LGaFW5IO24eD0COqHtVXGSzoT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oTOHxTRnOp3aETUfhsnvWHURVCNouKl9 { top:0.875rem;left:0rem;width:7.4375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJmqbQzTE59n9TFa9hSVQqxI80nvaweo { display:none; }
 }@media only screen and (max-width: 763px) { #o2AM1aaqrJEAhubm66O98WLk2i08D9zP { top:16.1875rem;left:0rem;width:9.0625rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #E7tRLCFBAQRDQ4V0GJy4wAcdo3ASHy7v { top:2.375rem;left:17.9375rem;width:9.0625rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UT44vHAzp7ggExdPNpIc0QAvd4Ghm83q { top:5.0625rem;left:0rem;width:6.4375rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #N5svc2mV6r2VTsOXXPOSS49ev292GWT5 { display:block; }#N5svc2mV6r2VTsOXXPOSS49ev292GWT5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MtHUHThPxkckR2F65XTNc2bea21mEaMC { width:15.6875rem;height:3.4375rem;top:1.3125rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NximvK00k0OEQcRLLigWiV6M5HJBIF1m { display:block; }
 }@media only screen and (max-width: 763px) { #at3eb2nunFNak8aOwFS3Q2tOwZEDaAQd { top:2.4375rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ng57RU7BE75dzZxZwex6ICkOPk5UZcFb { top:2.375rem;left:28.3125rem;width:9.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZriqJ4AS54E8vMaMRHU0nCuOkRrnBNTV { width:7.5rem;height:1.4375rem;top:2.375rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhT1DzwGfg5Ox9yfun91PQZ3s4KkTqdJ { display:block; }
 }@media only screen and (max-width: 763px) { #UVGAqie3dm1NZULbh1oiCDhg6uHiwuoJ { width:7.5rem;height:1.4375rem;top:2.375rem;left:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJNlPmmm1pTE8aOTKKHO5H8wZTbNSfvT { display:block; }
 }@media only screen and (max-width: 763px) { #RaorshDtlUpIzo5xL7TwnHGwHE7Q0cQD { top:1.1875rem;left:0rem;width:10.5rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #thBMTvcbOGelgNihIQtnBn7SVx0RZdAB { display:block; }#thBMTvcbOGelgNihIQtnBn7SVx0RZdAB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R0Bp942aNxk4c55sT2GI4kKWTl8kF6fN { top:11.75rem;left:2rem;width:41.4375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAWl3KtOQiZHgTe7JxTATuyO2xlZCRsV { top:15.5625rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8qtPFnFMy7BoK7R2LFtmKciUTbE9Os6 { top:27.125rem;left:0rem;width:47.75rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzaOp61llhLzUDK7RcGG3Pq8fr8hGQkX { top:36.125rem;left:3.8125rem;width:40.1875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQB34bR9wFEm484hLCuLbp9PF0JQQNKp { top:38.25rem;left:13.75rem;width:20.3125rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbLTw7ydaKE0ZyF1sQO2f1tWndbwxxUM { top:42.5rem;left:4.5625rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9puP6TMvIkAELOvCswUT6e5NAamQvAQ { display:none; }
 }@media only screen and (max-width: 763px) { #rSAhJnryev9LLQiOG4xREQemobCXN9Se { top:24.375rem;left:14.3125rem;width:19.125rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOkl12akUsTOsSEVgLF6fQNHOTBceBTO { width:15.5625rem;height:3.4375rem;top:41.9375rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZN2IQiWaqUKI9bJhURlQgF7zPr3kfqo { display:block; }
 }@media only screen and (max-width: 763px) { #nFkvnBmdLoG0AyEkCZX16pKbKXC6MmCe { width:15.6875rem;height:3.4375rem;top:41.9375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rdo8hBI23Up9JvdZZZAsi1RshQUo8Vk4 { display:block; }
 }@media only screen and (max-width: 763px) { #TNCTvrEe2ziahEVN9TerSmu9zW9c30Kc { top:10.4375rem;left:1.5rem;width:46.25rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nX7Nsq1GqLbEdAVMFniANGduCVCkHQEW { top:11rem;left:0rem;width:20rem;height:10.75rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #PRP9pP7Xo3pvMBMii7Ut6MmP9z9Ekfst { display:block; }#PRP9pP7Xo3pvMBMii7Ut6MmP9z9Ekfst > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S22zXSJBbPdTo0gJ85KNuVfOWgSPsmTV { top:0.9375rem;left:0rem;width:47.75rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQiTfiUTx7MKdtgAWmHVymz53x8nTwzh { display:block; }#NQiTfiUTx7MKdtgAWmHVymz53x8nTwzh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n13gg2wC05oTDtidciVNEc2hfvSgufZE { top:3.75rem;left:0rem;width:40.3125rem;height:3rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7PPz2TRKuFZXN4XAykThk2kPl9RXNOF { top:8.125rem;left:0rem;width:5.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwJhTemxKqwOwaGXTGwouW1Ldvs9kiqW { width:15.5625rem;height:3.4375rem;top:32.1875rem;left:16.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDubKE046QKIsTpThdDPl5ZzkRW3Ce73 { display:block; }
 }@media only screen and (max-width: 763px) { #pUgHwtcra8t59ZJZnrIMVK07cGMhiZCH { top:11.125rem;left:30.25rem;width:17.5rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcyLNXZdHBM864SMVEaI8gcbyZSrzQAs { top:11.125rem;left:0rem;width:17.5rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvh4Okm9TyRLus4g9mZd01dQpNhaIS88 { top:11.125rem;left:5.375rem;width:17.5rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1T4Lgs5VwIsb0rZZT0PgKPn7cNsqG9F { top:11.125rem;left:24.5625rem;width:17.5rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVPrThpprWmAHXqxTUzpwVe8EB8cpA8f { top:11.125rem;left:30.25rem;width:17.5rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDJ3rT7kivfk1bKP6Rzwtq9cGy8O58cd { top:16rem;left:0rem;width:15.375rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8Ry5f39OwxRnO4irCRTwWzTpM2Ha4tb { top:15.9375rem;left:6.4375rem;width:15.375rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5k3pNvz32iyWaynpy2xuyfTutFF7MtH { top:16rem;left:25.625rem;width:15.375rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOd7xqDgAN2FGsQ00EKyk8IswNkU8oUT { top:11.125rem;left:0rem;width:17.5rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXaVcIvtuTcdPp1DkfdKNKUpJ7pp0Rh7 { top:11.125rem;left:5.375rem;width:17.5rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nt2wAvw50w39hdlFeht3NElPQGV2AUaR { top:11.125rem;left:24.5625rem;width:17.5rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ss5ZAq429Jov6wyA4CiqwqdG6IedpUtV { top:25.5625rem;left:0rem;width:15.375rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2hAV7WUCaxIpAx0TpsRyrPD7ZsLLXEC { top:15.25rem;left:32.375rem;width:15.375rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #klCgwhwSPN6PXRhmZuxD8zAR1eiTHur9 { top:25.5625rem;left:6.4375rem;width:15.375rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X95SuiXNa3AB7DreCZIcg2BTZmJ5g4xv { top:25.5625rem;left:25.625rem;width:15.375rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNF11LKP2PB7CG5ILgdcBWyTgvLDOtTR { top:26rem;left:32.375rem;width:15.375rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsnZGK7JXM1zwe87ZViTOd2vJEObmwev { display:block; }#zsnZGK7JXM1zwe87ZViTOd2vJEObmwev > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cy5ktI6ipggLDWdmp1vTEvArpKqovEV2 { top:9.75rem;left:19rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i02qcvnhclw59Hb4Hr4zXvb35Tgakn8y { width:47.75rem;height:12.875rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kogVD6iUPEzTeTuTP7UGodbTpMhigAoR { width:47.75rem;height:6.875rem;top:2.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9TX1IolHa1GB2t7C6kfHZeBABh7WzWI { display:block; }#k9TX1IolHa1GB2t7C6kfHZeBABh7WzWI > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DcyMyPPAMNnZp5gdaLxsZ3JMClf4Wnu1 { top:7.125rem;left:0rem;width:29.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsZBaS4XK2wbfwzmmWda0skSLD4NdClG { top:9.6875rem;left:0rem;width:34.4375rem;height:5.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lie5382Tr1PTNI1zqDhDfhrcLlxOMTu2 { top:17.5rem;left:0rem;width:5.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6lzuAgcCRXyixTDrdWuFqx4VLzRPhqn { top:19.9375rem;left:0rem;width:39rem;height:18.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cy9zsqcxz6OhECuWngtPC2sJm30iwuiI { top:5.875rem;left:14.125rem;width:33.625rem;height:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGTQh3scpaKnDmGK3Q89dOmPTJiwaQ7E { top:4.875rem;left:26.6875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOTWepbFqENS5oHsBFxIvDfBFFHnblgr { width:15.5625rem;height:3.4375rem;top:40.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ND4rOe8C7bKiAuAPtTUBWSaZUzlGXthg { display:block; }
 }@media only screen and (max-width: 763px) { #DOfLu4lCX9DLf0JNeSqEiNLV8iFaaGyf { display:block; }#DOfLu4lCX9DLf0JNeSqEiNLV8iFaaGyf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b5cQpcRJ8h5m6sdiC2Q9cfQvdLMoZzys { top:3.625rem;left:3.71875rem;width:40.3125rem;height:3rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4Wa9osnPqHWmnDBxxxzOHFlh6h76s2M { top:7.625rem;left:21.0625rem;width:5.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2e4n5KgawZsWWKBdWdmvL1NkUhIW64B { top:11.5rem;left:0rem;width:47.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FE0hzTS21kACEx9xu0KfvXRl5TTdPZbB { display:block; }#FE0hzTS21kACEx9xu0KfvXRl5TTdPZbB > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a1dIuPTcoM6uWmfFFLGtT3fzxiO4KMb0 { top:9.375rem;left:0rem;width:34.4375rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtGBshypAkCt7ysyDTpXXOEyb5JHOvxU { top:15.75rem;left:0rem;width:5.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdDi0CeOOwdk9hcxmDWhtcAiCO4BeLvz { top:17.375rem;left:0rem;width:39rem;height:23.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaOwAbyeJr7ClazyaGasg28QO26DFfzP { top:5.875rem;left:14.125rem;width:33.625rem;height:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vr93837KZ1FCh5c6mTzDUXsrXlPPtD80 { top:4.875rem;left:26.6875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9xHuVnd5G2zmZls4Ii0dhFfCcCnAB9F { width:15.5625rem;height:3.4375rem;top:41.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9rwAsE2PPcANdW5Avqxg1ET9q70eDPP { display:block; }
 }@media only screen and (max-width: 763px) { #OkZ2Na6SftylVvezKNPF8gPEboekZdft { top:5.6875rem;left:0rem;width:32.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0y3mMXggz2sebOEvOB9nf8JNSISgWyz { display:block; }#a0y3mMXggz2sebOEvOB9nf8JNSISgWyz > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TXTsHEdJWtUnxMHBb2pmWzPCloIkCA8L { top:9.125rem;left:9.25rem;width:38.5rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLvxxsrgTyH1K4cn0rJBmpXQf4S6eoAy { top:13.125rem;left:22.375rem;width:5.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Co7qaMkEK6UBm8eDJzuCPQpXE5PgbUdp { top:14.75rem;left:8.75rem;width:39rem;height:25.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJ9bQTmAl470WTCVAJFJo19vKlDrsSF3 { width:15.5625rem;height:3.4375rem;top:40.75rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUOWwMl97V5bzzW2iM3817elpVa8zPSf { display:block; }
 }@media only screen and (max-width: 763px) { #F7CVXalo5Qd93oVasAW6r9Lcdgg9PG1g { top:3.5rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sbly6sJehqdWhkvJFzrhoJEyqwhzButp { top:4.5rem;left:0rem;width:33.625rem;height:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrgEps0WUIiD97u22XeJ9ZSdW1udBuJe { top:5.25rem;left:15.1875rem;width:32.5625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElkOr413VqkGOXTmlOR5xHLwxQ8EMvm1 { display:block; }#ElkOr413VqkGOXTmlOR5xHLwxQ8EMvm1 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fvZ6kRTqZ1Wo5rszJsoKVTocgunem8GE { top:9.6875rem;left:0rem;width:34.4375rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rETPFMc9n2xLrvN4uiXvDK7fK8ku4NhV { top:14.25rem;left:0rem;width:5.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2onBSXGAm1tKod9z6pw29SZQtH7sTHP { top:16.3125rem;left:0rem;width:39rem;height:28.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dx1UZPGwuEMMbTQTdy5BXXB61pUpIoEB { top:5.875rem;left:14.125rem;width:33.625rem;height:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBvaABC1hAd0CNU9Myxd327XiLc1qdgs { top:4.875rem;left:26.6875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIzPrwkE1PsPDKO0iBGO07aoVU6PkR7K { width:15.5625rem;height:3.4375rem;top:45.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJsOHvTDwOapKEoc4QBUtTBabHPtHyvt { display:block; }
 }@media only screen and (max-width: 763px) { #ESET8xoL1wy7BhRO9N2UrUTKBqKxLl97 { top:5.875rem;left:0rem;width:33.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #svJJaKHkRGB74gzPFSqH19C48ozzKoTX { display:block; }#svJJaKHkRGB74gzPFSqH19C48ozzKoTX > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a7szi9RlQ9EVnLvS47CqMx3RHqsUxMEX { top:8.4375rem;left:13.3125rem;width:34.4375rem;height:5.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzMoHTwDgOIgDqIEOztaAFXeUpi9n3WT { top:14.75rem;left:21.75rem;width:5.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeNNEVERucfrH0oHxVTwMVuTqXrQTl3x { top:16rem;left:8.75rem;width:39rem;height:26.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8USbpTm6o1bvlX4Q2mnWfH5heAM0zDZ { width:15.5625rem;height:3.4375rem;top:43.25rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tK295ooye4kTQpOQwUrcNuKnLbhJkr2G { display:block; }
 }@media only screen and (max-width: 763px) { #cudmF02gcOFqtFeT1xiopMbOHh1FWiP4 { top:3.5rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3ZuaJbkO2iVEdMZHGJpEJPJrmHuIZAn { top:4.5rem;left:0rem;width:33.625rem;height:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wK0pvTdnyhJwXqUahWK8oLWsMdAnCdqq { top:4.5625rem;left:15.1875rem;width:32.5625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxMwi0Pq6O4emwgo5AXkiR5halCLmpoI { display:block; }#CxMwi0Pq6O4emwgo5AXkiR5halCLmpoI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kh64RKnsQnuw6rOkmPu3ggAlcamXaO8E { width:30.0625rem;height:2.4375rem;top:3.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zd9i7ufuWVlPN3AKi82xInx9scLavHTH { top:1.9375rem;left:0.6875rem;width:30.125rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLkNk0VozTqtqHSqO7NLwKfRFg8yO6zK { width:28.3125rem;height:8.4375rem;top:10.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUJk4tfZNy06lxh35nGa7mH5oxdI9T4O { top:7.4375rem;left:6.3125rem;width:5.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2C2NDemWq5sOeZOTBbswLWvmpnWSoss { display:block; }#X2C2NDemWq5sOeZOTBbswLWvmpnWSoss > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HJM2QRmqTZf6EZhqQ5fyhE75WSbJbTbZ { top:7.3125rem;left:0rem;width:47.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnV2S6RW97SoSzbAngq6hgTMQ8Tmd8LM { width:46.4375rem;height:;top:1.4375rem;left:0.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJQToeFqgt324AfyHbhpfCEQRwhT5OqU { top:5.0625rem;left:15.625rem;width:16.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1MN3vRrkQdsITNFgZFTIeMnk3x08Xo3 { display:block; }#i1MN3vRrkQdsITNFgZFTIeMnk3x08Xo3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DD5txK09dol9PSSeyAZqqhXVz8NRFAHN { top:3.625rem;left:3.71875rem;width:40.3125rem;height:3rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4SS3JtNNSTNA8ATW0TOlw6sQCtPnOlk { top:7.4375rem;left:21.0625rem;width:5.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHPafZZnv7Wzdqlq1LPDQxfkynXibmd1 { top:9.875rem;left:0rem;width:47.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuVwTsreVHz31tPeEBJWuFp3gg3AXED7 { display:block; }#JuVwTsreVHz31tPeEBJWuFp3gg3AXED7 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xIAaJpsSQxLWnHgCdU1wLlknRUVpfdyh { top:4.4375rem;left:0rem;width:30rem;height:47.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEb5hTRzLQslcTM0zrKAipApIZ7TzJoB { top:6.125rem;left:0rem;width:22.25rem;height:5.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ud55tE6MOEAnRNTr5KyooNiL9cSI6Ipz { top:4.4375rem;left:9.125rem;width:38.625rem;height:12.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKgBK4ktXQDIdCXMIawNqEFdnf17dEei { top:12.4375rem;left:0rem;width:22.5rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtF2fTrwhWXxuc4cmSodoVdNybsBKMFM { top:14.0625rem;left:22.3125rem;width:5.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 .widget-regular-label { width:22.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 .widget-input-text { width:22.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 .widget-textarea { width:22.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 .widget-input-select { width:22.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 .widget-input-button { width:14.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:4.25rem; }
#BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 .widget-checkbox-label { width:21.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6  { width:22.9375rem;height:31.0625rem;top:16.4375rem;left:0rem; }
#BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 .radio-container { width:22.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 {display:block;}#BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 { width:22.9375rem;height:31.0625rem;top:16.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 #N4WQ6gTWSyLJ9Moke8EnXLP1xA0J1WZw {  }
 }@media only screen and (max-width: 763px) { #BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 #gpx1TEoEsgTLbfCvCy6Xrid4E0ZQ7nFJ { display:none; }
 }@media only screen and (max-width: 763px) { #BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 #ABTNL68hhoxPx5O7H2AI8hQq4ABWF7BS {  }
 }@media only screen and (max-width: 763px) { #BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 #IKkvic98eQ328KFBSmwRrbTVnHldAtt7 {  }
 }@media only screen and (max-width: 763px) { #BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 #T3KDOHKZGLTI7erzC021oTuNG5ziteiA { display:none; }
 }@media only screen and (max-width: 763px) { #BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 #Dt450SHDZXZmgxo68R4OmC7KcNrkvJG4 {  }
 }@media only screen and (max-width: 763px) { #BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 #PnyhZ4MfSpkECWTLVDltGRm4f2GCqXLQ {  }
 }@media only screen and (max-width: 763px) { #BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 #GksmhyoOeWr2sIAXPeyByBoqvxhEARcv { display:none; }
 }@media only screen and (max-width: 763px) { #BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 #NBPnR0VzCM7KVSZBskDVXQcCAZJgWksr {  }
 }@media only screen and (max-width: 763px) { #BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 #Tcma2LNvWHhEHZZydbSpS1fmITdaixzk {  }
 }@media only screen and (max-width: 763px) { #BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 #GCh7Mq8IQXKxdtM9sQb4Bpa0t3mBg77l {  }
 }@media only screen and (max-width: 763px) { #BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 #eAv5IhzNz2uasB08skOFXTZVVps7w5gq {  }
 }@media only screen and (max-width: 763px) { #BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 #aoNxtQ3ku4BsuhUPXh2BC4kQdXxocOB4 {  }
 }@media only screen and (max-width: 763px) { #BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 #SJ7RTe7lJLENTSXs8TFmZfnKDI5dwgmy {  }
 }@media only screen and (max-width: 763px) { #BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 #w8Oi56BqwaDskrJplDgFz25g2imxT7iP {  }
 }@media only screen and (max-width: 763px) { #BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 #wsQEeT7kVkSJfeEHD0mZzR1op1geKguw {  }
 }@media only screen and (max-width: 763px) { #BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 #Ul7STU1a6GQseITgNGFbJLPVtKDeC3nF {  }
 }@media only screen and (max-width: 763px) { #RiZBx0z9NkzPp6R30xCN57fkEaEDCwDT { top:34.5625rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMFM4GhwwKRgWkEDk1ZMHD6gT2KL9Oiv { top:39.4375rem;left:22.3125rem;width:15rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEOpHtb2uB3d9nTooF60EyrfllWu9TkV { top:46.125rem;left:22.96875rem;width:13.8125rem;height:1.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZ91pWXsnnsgeibCvTkf0LLP4mT39o9r { top:48.6875rem;left:23.53125rem;width:12.6875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8ZuRto9Pgey5EIMTwCHFBgSfOF4zJhC { top:39.4375rem;left:32.625rem;width:15rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBNw7mqOKsJvAMfDzbCHHrvefMDmLs9b { top:46.125rem;left:33.9375rem;width:13.8125rem;height:1.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT5l97h9aG0DpW1hBsuUycgU99ZHMUOw { top:41rem;left:27.6875rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6QkwmeTpuQkCGVzGFiS12GsAOLcKMXS { top:41rem;left:43.375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIwRy0TRpmk9HaCglsAN7bLwQTo7ShRf { top:16.5rem;left:15.6875rem;width:32.0625rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFy3b0HCVBg0qu1H5Ae9BBRA8rOLcbrq { top:48.75rem;left:31.8125rem;width:15.9375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8zTyT4nTHsmBuqyCFqP74bNpb2KuvdL { display:block; }#X8zTyT4nTHsmBuqyCFqP74bNpb2KuvdL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yIJPnZVVCUTwPAATrb3FGUarevR1d5yM { top:4.125rem;left:1.9375rem;width:45.8125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBldw2ciODTz82FmBfZUrSOHNAG1LuSB { top:2.0625rem;left:0rem;width:9.625rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeQrtvDnNOZXwfNvK6c0wenG7xUvaOui { width:9.0625rem;height:1.6875rem;top:1.4375rem;left:25.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7TLTh5oLzHyVTOkCcTHyAoDqPmXDWGw { display:block; }
 }@media only screen and (max-width: 763px) { #bHzcXwn2EOg7xIErQgmxqacvErSLfgXC { display:block; }#bHzcXwn2EOg7xIErQgmxqacvErSLfgXC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eTaLDq8QcpRGgTIxiXKBWhV22Rx08xyg { top:0rem;left:44.3125rem;width:3.4375rem;height:3.4375rem;display:block; }
#eTaLDq8QcpRGgTIxiXKBWhV22Rx08xyg > img { max-width: 100%;max-height:100%; width:3.4375rem; height:3.4375rem; } }@media only screen and (max-width: 763px) { #alieEBI7Ad56xLwNTLttT6w278QWqzVr { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #JpacQsGIqQCEQ7dG5wTHOhso7BWMSCSI { display:block; }
 }@media only screen and (max-width: 763px) { #QZIS6riHaJ3oQRHTgdOnq4bdsv20mZBZ { top:36.625rem;left:3.375rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #brwl7W7LGaFW5IO24eD0COqHtVXGSzoT { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:#2c2834;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#brwl7W7LGaFW5IO24eD0COqHtVXGSzoT > .row .container { background-color: transparent; background-image: none; }#brwl7W7LGaFW5IO24eD0COqHtVXGSzoT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brwl7W7LGaFW5IO24eD0COqHtVXGSzoT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brwl7W7LGaFW5IO24eD0COqHtVXGSzoT > .row .container > .video-iframe-container { display: none; }#brwl7W7LGaFW5IO24eD0COqHtVXGSzoT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brwl7W7LGaFW5IO24eD0COqHtVXGSzoT > .row > .video-iframe-container { display: none; }#brwl7W7LGaFW5IO24eD0COqHtVXGSzoT > .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); }#brwl7W7LGaFW5IO24eD0COqHtVXGSzoT > .row .container { border-width: 0; border-radius: 0; }#brwl7W7LGaFW5IO24eD0COqHtVXGSzoT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#brwl7W7LGaFW5IO24eD0COqHtVXGSzoT > .row .container { width:20rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oTOHxTRnOp3aETUfhsnvWHURVCNouKl9 { width:6.6875rem;height:2.3125rem;top:1.75rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dJmqbQzTE59n9TFa9hSVQqxI80nvaweo { display:flex;top:1.8125rem;left:17.8125rem;width:2.1875rem;height:2.1875rem;z-index:15022;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #o2AM1aaqrJEAhubm66O98WLk2i08D9zP { width:4.5625rem;height:1.29980625rem;top:5.07470703125rem;left:14.25rem;font-size:1rem;z-index:15046;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #E7tRLCFBAQRDQ4V0GJy4wAcdo3ASHy7v { width:6.6875rem;height:1.29980625rem;top:5.07470703125rem;left:6.65625rem;font-size:1rem;z-index:15045;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UT44vHAzp7ggExdPNpIc0QAvd4Ghm83q { width:6.4375rem;height:1.29980625rem;top:5.07470703125rem;left:0rem;font-size:1rem;z-index:15043;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #N5svc2mV6r2VTsOXXPOSS49ev292GWT5 { position:relative;z-index:auto;display:none; }#N5svc2mV6r2VTsOXXPOSS49ev292GWT5 > .row .container { width:20rem;height:59.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MtHUHThPxkckR2F65XTNc2bea21mEaMC { width:15.6875rem;height:3.4375rem;top:17.1875rem;left:2.15625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NximvK00k0OEQcRLLigWiV6M5HJBIF1m { display:block; }
 }@media only screen and (max-width: 763px) { #at3eb2nunFNak8aOwFS3Q2tOwZEDaAQd { display:flex;width:3.25rem;height:3.25rem;top:3.875rem;left:16.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ng57RU7BE75dzZxZwex6ICkOPk5UZcFb { width:9.0625rem;height:auto;top:2.375rem;left:5.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZriqJ4AS54E8vMaMRHU0nCuOkRrnBNTV { width:7.5rem;height:1.4375rem;top:2.375rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #KhT1DzwGfg5Ox9yfun91PQZ3s4KkTqdJ { display:block; }
 }@media only screen and (max-width: 763px) { #UVGAqie3dm1NZULbh1oiCDhg6uHiwuoJ { width:7.5rem;height:1.4375rem;top:2.375rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #tJNlPmmm1pTE8aOTKKHO5H8wZTbNSfvT { display:block; }
 }@media only screen and (max-width: 763px) { #RaorshDtlUpIzo5xL7TwnHGwHE7Q0cQD { width:6.625rem;height:2.25rem;top:74.6875rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #thBMTvcbOGelgNihIQtnBn7SVx0RZdAB { display:block; }#thBMTvcbOGelgNihIQtnBn7SVx0RZdAB > .row .container { width:20rem;height:59.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R0Bp942aNxk4c55sT2GI4kKWTl8kF6fN { width:20rem;height:0.9746125rem;top:3.5rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #SAWl3KtOQiZHgTe7JxTATuyO2xlZCRsV { width:20rem;height:0;top:16.0625rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #M8qtPFnFMy7BoK7R2LFtmKciUTbE9Os6 { width:20rem;height:18.890625rem;top:22.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzaOp61llhLzUDK7RcGG3Pq8fr8hGQkX { width:20rem;height:0.125rem;top:42.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQB34bR9wFEm484hLCuLbp9PF0JQQNKp { width:20rem;height:1.6499rem;top:44.4375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qbLTw7ydaKE0ZyF1sQO2f1tWndbwxxUM { display:flex;width:2.3125rem;height:2.3125rem;top:53.3125rem;left:2.9375rem; }
 }@media only screen and (max-width: 763px) { #l9puP6TMvIkAELOvCswUT6e5NAamQvAQ { display:flex;top:37.4375rem;left:0rem;width:2.1875rem;height:2.1875rem;z-index:14999;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #rSAhJnryev9LLQiOG4xREQemobCXN9Se { width:10.875rem;height:0.75rem;top:8.1875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOkl12akUsTOsSEVgLF6fQNHOTBceBTO { width:15.5625rem;height:3.4375rem;top:47.875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZN2IQiWaqUKI9bJhURlQgF7zPr3kfqo { display:block; }
 }@media only screen and (max-width: 763px) { #nFkvnBmdLoG0AyEkCZX16pKbKXC6MmCe { width:15.6875rem;height:3.4375rem;top:52.6875rem;left:2.1875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #Rdo8hBI23Up9JvdZZZAsi1RshQUo8Vk4 { display:block; }
 }@media only screen and (max-width: 763px) { #TNCTvrEe2ziahEVN9TerSmu9zW9c30Kc { width:18.8125rem;height:3.1494125rem;top:3.0625rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nX7Nsq1GqLbEdAVMFniANGduCVCkHQEW { width:20rem;height:10.7988375rem;top:11rem;left:0rem;font-size:1.5rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #PRP9pP7Xo3pvMBMii7Ut6MmP9z9Ekfst { display:block; }#PRP9pP7Xo3pvMBMii7Ut6MmP9z9Ekfst > .row .container { width:20rem;height:59.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S22zXSJBbPdTo0gJ85KNuVfOWgSPsmTV { width:20rem;height:12.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQiTfiUTx7MKdtgAWmHVymz53x8nTwzh { display:block; }#NQiTfiUTx7MKdtgAWmHVymz53x8nTwzh > .row .container { width:20rem;height:93.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n13gg2wC05oTDtidciVNEc2hfvSgufZE { width:20rem;height:4.673825rem;top:2.4755859375rem;left:0rem;font-size:2.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #T7PPz2TRKuFZXN4XAykThk2kPl9RXNOF { width:5.625rem;height:0.1875rem;top:7.712890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwJhTemxKqwOwaGXTGwouW1Ldvs9kiqW { width:15.5625rem;height:3.4375rem;top:87.921875rem;left:2.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDubKE046QKIsTpThdDPl5ZzkRW3Ce73 { display:block; }
 }@media only screen and (max-width: 763px) { #pUgHwtcra8t59ZJZnrIMVK07cGMhiZCH { width:20rem;height:12.6875rem;top:67.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcyLNXZdHBM864SMVEaI8gcbyZSrzQAs { width:20rem;height:17.9375rem;top:10.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvh4Okm9TyRLus4g9mZd01dQpNhaIS88 { width:20rem;height:17.9375rem;top:29.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1T4Lgs5VwIsb0rZZT0PgKPn7cNsqG9F { width:20rem;height:17.9375rem;top:48.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVPrThpprWmAHXqxTUzpwVe8EB8cpA8f { width:20rem;height:17.9375rem;top:67.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDJ3rT7kivfk1bKP6Rzwtq9cGy8O58cd { width:17.5625rem;height:1.5rem;top:16.125rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8Ry5f39OwxRnO4irCRTwWzTpM2Ha4tb { width:17.5625rem;height:3rem;top:34.375rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5k3pNvz32iyWaynpy2xuyfTutFF7MtH { width:17.5625rem;height:3rem;top:53.4375rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOd7xqDgAN2FGsQ00EKyk8IswNkU8oUT { width:20rem;height:12.6875rem;top:10.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXaVcIvtuTcdPp1DkfdKNKUpJ7pp0Rh7 { width:20rem;height:12.6875rem;top:29.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nt2wAvw50w39hdlFeht3NElPQGV2AUaR { width:20rem;height:12.6875rem;top:48.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ss5ZAq429Jov6wyA4CiqwqdG6IedpUtV { width:15.375rem;height:1.5rem;top:25.1875rem;left:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2hAV7WUCaxIpAx0TpsRyrPD7ZsLLXEC { width:15.375rem;height:3rem;top:72.375rem;left:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #klCgwhwSPN6PXRhmZuxD8zAR1eiTHur9 { width:15.375rem;height:1.5rem;top:44.0625rem;left:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X95SuiXNa3AB7DreCZIcg2BTZmJ5g4xv { width:15.375rem;height:1.5rem;top:63.1875rem;left:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNF11LKP2PB7CG5ILgdcBWyTgvLDOtTR { width:15.375rem;height:1.5rem;top:82.1875rem;left:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsnZGK7JXM1zwe87ZViTOd2vJEObmwev { display:block; }#zsnZGK7JXM1zwe87ZViTOd2vJEObmwev > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cy5ktI6ipggLDWdmp1vTEvArpKqovEV2 { width:12.5rem;height:0.12402375rem;top:7.40625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i02qcvnhclw59Hb4Hr4zXvb35Tgakn8y { width:20rem;height:5.9375rem;top:9.03125rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a2b7841c-8e83-4e49-ba1e-5f2feaec3c75/WhatsAppImage20221128at114346.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#i02qcvnhclw59Hb4Hr4zXvb35Tgakn8y.adaptive-delivery-prevent-bg, #i02qcvnhclw59Hb4Hr4zXvb35Tgakn8y.lazyload, #i02qcvnhclw59Hb4Hr4zXvb35Tgakn8y.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #kogVD6iUPEzTeTuTP7UGodbTpMhigAoR { width:20rem;height:5.15625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9TX1IolHa1GB2t7C6kfHZeBABh7WzWI { display:block; }#k9TX1IolHa1GB2t7C6kfHZeBABh7WzWI > .row .container { width:20rem;height:71.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DcyMyPPAMNnZp5gdaLxsZ3JMClf4Wnu1 { width:12.5rem;height:4.38574375rem;top:21.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsZBaS4XK2wbfwzmmWda0skSLD4NdClG { width:20rem;height:4.125rem;top:15.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lie5382Tr1PTNI1zqDhDfhrcLlxOMTu2 { width:5.625rem;height:0.1875rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6lzuAgcCRXyixTDrdWuFqx4VLzRPhqn { width:20rem;height:36.20703125rem;top:27.9521484375rem;left:0rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #Cy9zsqcxz6OhECuWngtPC2sJm30iwuiI { width:19.5rem;height:12.3125rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGTQh3scpaKnDmGK3Q89dOmPTJiwaQ7E { width:8.125rem;height:6.6875rem;top:2.625rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOTWepbFqENS5oHsBFxIvDfBFFHnblgr { width:15.5625rem;height:3.4375rem;top:66.03173828125rem;left:2.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ND4rOe8C7bKiAuAPtTUBWSaZUzlGXthg { display:block; }
 }@media only screen and (max-width: 763px) { #DOfLu4lCX9DLf0JNeSqEiNLV8iFaaGyf { display:block; }#DOfLu4lCX9DLf0JNeSqEiNLV8iFaaGyf > .row .container { width:20rem;height:47.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b5cQpcRJ8h5m6sdiC2Q9cfQvdLMoZzys { width:20rem;height:2.3374rem;top:2.5rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4Wa9osnPqHWmnDBxxxzOHFlh6h76s2M { width:5.625rem;height:0.1875rem;top:6.05859375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2e4n5KgawZsWWKBdWdmvL1NkUhIW64B { width:20rem;height:21.75rem;top:7.80859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FE0hzTS21kACEx9xu0KfvXRl5TTdPZbB { display:block; }#FE0hzTS21kACEx9xu0KfvXRl5TTdPZbB > .row .container { width:20rem;height:82.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a1dIuPTcoM6uWmfFFLGtT3fzxiO4KMb0 { width:20rem;height:4.125rem;top:17.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtGBshypAkCt7ysyDTpXXOEyb5JHOvxU { width:5.625rem;height:0.1875rem;top:21.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdDi0CeOOwdk9hcxmDWhtcAiCO4BeLvz { width:20rem;height:48.80071875rem;top:27.625rem;left:0rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #xaOwAbyeJr7ClazyaGasg28QO26DFfzP { width:19.5rem;height:12.3125rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vr93837KZ1FCh5c6mTzDUXsrXlPPtD80 { width:8.125rem;height:6.6875rem;top:2.625rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9xHuVnd5G2zmZls4Ii0dhFfCcCnAB9F { width:15.5625rem;height:3.4375rem;top:77.25rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9rwAsE2PPcANdW5Avqxg1ET9q70eDPP { display:block; }
 }@media only screen and (max-width: 763px) { #OkZ2Na6SftylVvezKNPF8gPEboekZdft { width:20rem;height:2.923825rem;top:23.25341796875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0y3mMXggz2sebOEvOB9nf8JNSISgWyz { display:block; }#a0y3mMXggz2sebOEvOB9nf8JNSISgWyz > .row .container { width:20rem;height:81rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TXTsHEdJWtUnxMHBb2pmWzPCloIkCA8L { width:20rem;height:4.125rem;top:14.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLvxxsrgTyH1K4cn0rJBmpXQf4S6eoAy { width:5.625rem;height:0.1875rem;top:19.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Co7qaMkEK6UBm8eDJzuCPQpXE5PgbUdp { width:20rem;height:50.37503125rem;top:24.75rem;left:0rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #eJ9bQTmAl470WTCVAJFJo19vKlDrsSF3 { width:15.5625rem;height:3.4375rem;top:76.1875rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUOWwMl97V5bzzW2iM3817elpVa8zPSf { display:block; }
 }@media only screen and (max-width: 763px) { #F7CVXalo5Qd93oVasAW6r9Lcdgg9PG1g { width:8.0625rem;height:8.0625rem;top:0.875rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sbly6sJehqdWhkvJFzrhoJEyqwhzButp { width:19.5rem;height:12.3125rem;top:1.4521484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrgEps0WUIiD97u22XeJ9ZSdW1udBuJe { width:20rem;height:2.923825rem;top:20.5771484375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElkOr413VqkGOXTmlOR5xHLwxQ8EMvm1 { display:block; }#ElkOr413VqkGOXTmlOR5xHLwxQ8EMvm1 > .row .container { width:20rem;height:85.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fvZ6kRTqZ1Wo5rszJsoKVTocgunem8GE { width:20rem;height:2.0625rem;top:17rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rETPFMc9n2xLrvN4uiXvDK7fK8ku4NhV { width:5.625rem;height:0.1875rem;top:19.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2onBSXGAm1tKod9z6pw29SZQtH7sTHP { width:20rem;height:53.52346875rem;top:25.625rem;left:0rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #dx1UZPGwuEMMbTQTdy5BXXB61pUpIoEB { width:19.5rem;height:12.3125rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBvaABC1hAd0CNU9Myxd327XiLc1qdgs { width:8.125rem;height:6.6875rem;top:2.625rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIzPrwkE1PsPDKO0iBGO07aoVU6PkR7K { width:15.5625rem;height:3.4375rem;top:80.625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJsOHvTDwOapKEoc4QBUtTBabHPtHyvt { display:block; }
 }@media only screen and (max-width: 763px) { #ESET8xoL1wy7BhRO9N2UrUTKBqKxLl97 { width:20rem;height:2.923825rem;top:21.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #svJJaKHkRGB74gzPFSqH19C48ozzKoTX { display:block; }#svJJaKHkRGB74gzPFSqH19C48ozzKoTX > .row .container { width:20rem;height:83.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a7szi9RlQ9EVnLvS47CqMx3RHqsUxMEX { width:20rem;height:4.125rem;top:16.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzMoHTwDgOIgDqIEOztaAFXeUpi9n3WT { width:5.625rem;height:0.1875rem;top:20.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeNNEVERucfrH0oHxVTwMVuTqXrQTl3x { width:20rem;height:48.80078125rem;top:27.5rem;left:0rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #N8USbpTm6o1bvlX4Q2mnWfH5heAM0zDZ { width:15.5625rem;height:3.4375rem;top:77.4375rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tK295ooye4kTQpOQwUrcNuKnLbhJkr2G { display:block; }
 }@media only screen and (max-width: 763px) { #cudmF02gcOFqtFeT1xiopMbOHh1FWiP4 { width:8.375rem;height:8.375rem;top:1.5rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3ZuaJbkO2iVEdMZHGJpEJPJrmHuIZAn { width:19.5rem;height:12.3125rem;top:2.0625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wK0pvTdnyhJwXqUahWK8oLWsMdAnCdqq { width:20rem;height:2.923825rem;top:22.62841796875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxMwi0Pq6O4emwgo5AXkiR5halCLmpoI { display:block; }#CxMwi0Pq6O4emwgo5AXkiR5halCLmpoI > .row .container { width:20rem;height:33.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kh64RKnsQnuw6rOkmPu3ggAlcamXaO8E { width:17.9375rem;height:2.4375rem;top:1.36328125rem;left:1.03125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zd9i7ufuWVlPN3AKi82xInx9scLavHTH { width:18.75rem;height:13.375rem;top:18.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLkNk0VozTqtqHSqO7NLwKfRFg8yO6zK { width:20rem;height:9.5625rem;top:5.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUJk4tfZNy06lxh35nGa7mH5oxdI9T4O { width:5.625rem;height:0.1875rem;top:4.3125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2C2NDemWq5sOeZOTBbswLWvmpnWSoss { display:block; }#X2C2NDemWq5sOeZOTBbswLWvmpnWSoss > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HJM2QRmqTZf6EZhqQ5fyhE75WSbJbTbZ { width:20rem;height:21.75rem;top:4.662109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnV2S6RW97SoSzbAngq6hgTMQ8Tmd8LM { width:20rem;height:2.4375rem;top:1.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#2c2834;display:block; }
 }@media only screen and (max-width: 763px) { #VJQToeFqgt324AfyHbhpfCEQRwhT5OqU { width:16.5rem;height:0.1875rem;top:4rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1MN3vRrkQdsITNFgZFTIeMnk3x08Xo3 { display:none; }#i1MN3vRrkQdsITNFgZFTIeMnk3x08Xo3 > .row .container { width:20rem;height:89.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DD5txK09dol9PSSeyAZqqhXVz8NRFAHN { width:20rem;height:4.125rem;top:2.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4SS3JtNNSTNA8ATW0TOlw6sQCtPnOlk { width:5.625rem;height:0.1875rem;top:7.68359375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHPafZZnv7Wzdqlq1LPDQxfkynXibmd1 { width:20rem;height:21.75rem;top:9.74609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuVwTsreVHz31tPeEBJWuFp3gg3AXED7 { display:block; }#JuVwTsreVHz31tPeEBJWuFp3gg3AXED7 > .row .container { width:20rem;height:112.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xIAaJpsSQxLWnHgCdU1wLlknRUVpfdyh { width:20rem;height:47.4375rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEb5hTRzLQslcTM0zrKAipApIZ7TzJoB { width:20rem;height:4.798825rem;top:4.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ud55tE6MOEAnRNTr5KyooNiL9cSI6Ipz { width:20rem;height:10.9960625rem;top:69.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RKgBK4ktXQDIdCXMIawNqEFdnf17dEei { width:20rem;height:3.19921875rem;top:11rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #TtF2fTrwhWXxuc4cmSodoVdNybsBKMFM { width:5.625rem;height:0.1875rem;top:80.875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 .widget-input-button { width:11rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.25rem; }
#BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6  { width:17.5rem;height:31.0625rem;top:45.1767578125rem;left:0rem; }
#BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 {display:block;}#BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 { width:17.5rem;height:31.0625rem;top:15.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 #N4WQ6gTWSyLJ9Moke8EnXLP1xA0J1WZw {  }
 }@media only screen and (max-width: 763px) { #BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 #gpx1TEoEsgTLbfCvCy6Xrid4E0ZQ7nFJ { display:block; }
 }@media only screen and (max-width: 763px) { #BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 #ABTNL68hhoxPx5O7H2AI8hQq4ABWF7BS {  }
 }@media only screen and (max-width: 763px) { #BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 #IKkvic98eQ328KFBSmwRrbTVnHldAtt7 {  }
 }@media only screen and (max-width: 763px) { #BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 #T3KDOHKZGLTI7erzC021oTuNG5ziteiA { display:block; }
 }@media only screen and (max-width: 763px) { #BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 #Dt450SHDZXZmgxo68R4OmC7KcNrkvJG4 {  }
 }@media only screen and (max-width: 763px) { #BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 #PnyhZ4MfSpkECWTLVDltGRm4f2GCqXLQ {  }
 }@media only screen and (max-width: 763px) { #BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 #GksmhyoOeWr2sIAXPeyByBoqvxhEARcv { display:block; }
 }@media only screen and (max-width: 763px) { #BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 #NBPnR0VzCM7KVSZBskDVXQcCAZJgWksr {  }
 }@media only screen and (max-width: 763px) { #BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 #Tcma2LNvWHhEHZZydbSpS1fmITdaixzk {  }
 }@media only screen and (max-width: 763px) { #BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 #GCh7Mq8IQXKxdtM9sQb4Bpa0t3mBg77l { display:block; }
 }@media only screen and (max-width: 763px) { #BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 #eAv5IhzNz2uasB08skOFXTZVVps7w5gq {  }
 }@media only screen and (max-width: 763px) { #BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 #aoNxtQ3ku4BsuhUPXh2BC4kQdXxocOB4 {  }
 }@media only screen and (max-width: 763px) { #BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 #SJ7RTe7lJLENTSXs8TFmZfnKDI5dwgmy {  }
 }@media only screen and (max-width: 763px) { #BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 #w8Oi56BqwaDskrJplDgFz25g2imxT7iP {  }
 }@media only screen and (max-width: 763px) { #BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 #wsQEeT7kVkSJfeEHD0mZzR1op1geKguw {  }
 }@media only screen and (max-width: 763px) { #BpHSEEtiry0nI2uCFX4R0cGTwcJswuS6 #Ul7STU1a6GQseITgNGFbJLPVtKDeC3nF {  }
 }@media only screen and (max-width: 763px) { #RiZBx0z9NkzPp6R30xCN57fkEaEDCwDT { display:flex;width:2.3125rem;height:2.3125rem;top:102.4375rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #lMFM4GhwwKRgWkEDk1ZMHD6gT2KL9Oiv { width:17.5rem;height:12.375rem;top:83.125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEOpHtb2uB3d9nTooF60EyrfllWu9TkV { width:13.8125rem;height:1.7871125rem;top:89.875rem;left:3.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZ91pWXsnnsgeibCvTkf0LLP4mT39o9r { width:12.6875rem;height:1.3999rem;top:92.4375rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8ZuRto9Pgey5EIMTwCHFBgSfOF4zJhC { width:17.5rem;height:12.375rem;top:96.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBNw7mqOKsJvAMfDzbCHHrvefMDmLs9b { width:13.8125rem;height:1.7871125rem;top:103rem;left:3.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT5l97h9aG0DpW1hBsuUycgU99ZHMUOw { display:flex;width:4.375rem;height:4.375rem;top:84.75rem;left:7.8125rem; }
 }@media only screen and (max-width: 763px) { #T6QkwmeTpuQkCGVzGFiS12GsAOLcKMXS { display:flex;width:4.375rem;height:4.375rem;top:97.875rem;left:7.8125rem; }
 }@media only screen and (max-width: 763px) { #PIwRy0TRpmk9HaCglsAN7bLwQTo7ShRf { width:20rem;height:14.0625rem;top:53.767578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFy3b0HCVBg0qu1H5Ae9BBRA8rOLcbrq { width:15.9375rem;height:1.3994125rem;top:105.75rem;left:2.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8zTyT4nTHsmBuqyCFqP74bNpb2KuvdL { display:block; }#X8zTyT4nTHsmBuqyCFqP74bNpb2KuvdL > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yIJPnZVVCUTwPAATrb3FGUarevR1d5yM { width:20rem;height:2.2744125rem;top:5.11328125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fBldw2ciODTz82FmBfZUrSOHNAG1LuSB { width:5.9375rem;height:2.0625rem;top:1.57421875rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeQrtvDnNOZXwfNvK6c0wenG7xUvaOui { width:9.0625rem;height:1.6875rem;top:1.76171875rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7TLTh5oLzHyVTOkCcTHyAoDqPmXDWGw { display:block; }
 }@media only screen and (max-width: 763px) { #bHzcXwn2EOg7xIErQgmxqacvErSLfgXC { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#bHzcXwn2EOg7xIErQgmxqacvErSLfgXC > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eTaLDq8QcpRGgTIxiXKBWhV22Rx08xyg { display:flex;width:3.75rem;height:3.75rem;top:0rem;left:16.25rem;font-size:2.625rem;display:none; }
#eTaLDq8QcpRGgTIxiXKBWhV22Rx08xyg > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; } }@media only screen and (max-width: 763px) { #alieEBI7Ad56xLwNTLttT6w278QWqzVr { top:0.9375rem;left:1.34375rem;z-index:15047;width:17.3125rem;height:3.375rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #e05e3d, #e03d3d);background-image: -moz-linear-gradient(178deg, #e05e3d, #e03d3d);background-image: -ms-linear-gradient(178deg, #e05e3d, #e03d3d);background-image: -o-linear-gradient(178deg, #e05e3d, #e03d3d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e05e3d', endColorstr='#e03d3d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e05e3d', endColorstr='#e03d3d' );";background-image: linear-gradient(178deg, #e05e3d, #e03d3d);background-size:auto !important;font-size:1.625rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpacQsGIqQCEQ7dG5wTHOhso7BWMSCSI { display:block; }
 }@media only screen and (max-width: 763px) { #QZIS6riHaJ3oQRHTgdOnq4bdsv20mZBZ { display:flex;width:2.3125rem;height:2.3125rem;top:1.46875rem;left:1.90625rem;z-index:15048; }
 }