.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#KKiatayM38PSB3OGq1zgQ9bPK8slZqQW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KKiatayM38PSB3OGq1zgQ9bPK8slZqQW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KKiatayM38PSB3OGq1zgQ9bPK8slZqQW > .row > .video-iframe-container { display: none; }#KKiatayM38PSB3OGq1zgQ9bPK8slZqQW > .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); }#AEFzCVO2fD7efODSoSFSw7Z5hTQPcHf4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dcddde;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#AEFzCVO2fD7efODSoSFSw7Z5hTQPcHf4 > .row .container { background-color: transparent; background-image: none; }#AEFzCVO2fD7efODSoSFSw7Z5hTQPcHf4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEFzCVO2fD7efODSoSFSw7Z5hTQPcHf4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEFzCVO2fD7efODSoSFSw7Z5hTQPcHf4 > .row .container > .video-iframe-container { display: none; }#AEFzCVO2fD7efODSoSFSw7Z5hTQPcHf4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEFzCVO2fD7efODSoSFSw7Z5hTQPcHf4 > .row > .video-iframe-container { display: none; }#AEFzCVO2fD7efODSoSFSw7Z5hTQPcHf4 > .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); }#AEFzCVO2fD7efODSoSFSw7Z5hTQPcHf4 > .row .container { border-width: 0; border-radius: 0; }#AEFzCVO2fD7efODSoSFSw7Z5hTQPcHf4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AEFzCVO2fD7efODSoSFSw7Z5hTQPcHf4 > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;position:relative;display:block; }#qCc1N9669UrVLTJ5yysq7TX7cosBDM1g { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:12.5rem;top:1.625rem;left:2.5rem;overflow:hidden;display:block; }
#GfQiQmDvVVikLvSbUioaVDm60sXbn3wm { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;top:2.4375rem;left:66.75rem; }
#GfQiQmDvVVikLvSbUioaVDm60sXbn3wm > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; }#f86l2kGpol3HnRIDQXSsmpeMoq5IaGoT { 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:15006;top:2.5625rem;left:70.125rem; }
#f86l2kGpol3HnRIDQXSsmpeMoq5IaGoT > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; }#iNTNUGd6dvt3H14zDmdyMsIEagQ2z5sm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f172f9fd-25fe-4002-82a0-a72ca88c7f54/Header_V4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iNTNUGd6dvt3H14zDmdyMsIEagQ2z5sm.adaptive-delivery-prevent-bg, #iNTNUGd6dvt3H14zDmdyMsIEagQ2z5sm.lazyload, #iNTNUGd6dvt3H14zDmdyMsIEagQ2z5sm.lazyloading { background-image: none; }#iNTNUGd6dvt3H14zDmdyMsIEagQ2z5sm > .row .container { background-color: transparent; background-image: none; }#iNTNUGd6dvt3H14zDmdyMsIEagQ2z5sm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iNTNUGd6dvt3H14zDmdyMsIEagQ2z5sm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iNTNUGd6dvt3H14zDmdyMsIEagQ2z5sm > .row .container > .video-iframe-container { display: none; }#iNTNUGd6dvt3H14zDmdyMsIEagQ2z5sm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iNTNUGd6dvt3H14zDmdyMsIEagQ2z5sm > .row > .video-iframe-container { display: none; }#iNTNUGd6dvt3H14zDmdyMsIEagQ2z5sm > .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); }#iNTNUGd6dvt3H14zDmdyMsIEagQ2z5sm > .row .container { border-width: 0; border-radius: 0; }#iNTNUGd6dvt3H14zDmdyMsIEagQ2z5sm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iNTNUGd6dvt3H14zDmdyMsIEagQ2z5sm > .row .container { font-size:0.875rem;font-family:arial;height:32.9375rem;width:75rem;position:relative;display:block; }#sepTGXDCxt9u1W51n4FNBygmLJLygUi8 { color:#000000;display:block;width:34.875rem;position:absolute;font-family:"open sans";font-size:6.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.3125rem #000000;top:2.6875rem;left:35.96875rem;height:8.9375rem;display:block; }
#RULmqi26XvdHxX94zv8nlTTnnRMq7HOB { color:#000000;display:block;width:42.625rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.3125rem #000000;top:12.75rem;left:32.09375rem;height:5.775rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nE72SOSHywtG1sIchLZTnBCJCtbKe9wZ { box-sizing:content-box;height:0.125rem;width:25rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:11.5625rem;left:40.90625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #000000 ;display:block; }
#SsWLckDt8kHO9rrv57hWK744HcfvmMId { color:#ffffff;display:block;width:18.6875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15016;line-height:1.1;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.3125rem #000000;top:22.59375rem;left:44.0625rem;height:4.125rem;text-align:center;text-align-last:center;display:block; }
#HHVs2bApCUGJnwvKkXkhhVf4kcsEDTkB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.375rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:26.28125rem;left:51.71875rem;filter: drop-shadow(0.125rem 0.125rem 0.3125rem #000000); }
#HHVs2bApCUGJnwvKkXkhhVf4kcsEDTkB > img { max-width: 100%;max-height:100%; width:3.375rem; height:3.375rem; }#i8yK2uKSOKaULobyN68MscrqWS42g17Z { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5625rem;height:8rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:21.8125rem;left:43.25rem;display:block; }
#hoZOqH7XPdBNIrPkrfl8ge2iyioaSuOo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bc8bqdcogLDwQsMZWJ5iu4KqmEbeQAPu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#bc8bqdcogLDwQsMZWJ5iu4KqmEbeQAPu > .row .container { background-color: transparent; background-image: none; }#bc8bqdcogLDwQsMZWJ5iu4KqmEbeQAPu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bc8bqdcogLDwQsMZWJ5iu4KqmEbeQAPu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bc8bqdcogLDwQsMZWJ5iu4KqmEbeQAPu > .row .container > .video-iframe-container { display: none; }#bc8bqdcogLDwQsMZWJ5iu4KqmEbeQAPu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bc8bqdcogLDwQsMZWJ5iu4KqmEbeQAPu > .row > .video-iframe-container { display: none; }#bc8bqdcogLDwQsMZWJ5iu4KqmEbeQAPu > .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); }#bc8bqdcogLDwQsMZWJ5iu4KqmEbeQAPu > .row .container { border-width: 0; border-radius: 0; }#bc8bqdcogLDwQsMZWJ5iu4KqmEbeQAPu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bc8bqdcogLDwQsMZWJ5iu4KqmEbeQAPu > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#yzwxHdTN5hIi2rM7UwNrAutLHR9MFNCw { color:#003a5d;display:block;width:62.25rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5rem;left:5.8125rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#Zo06huy27pBi0gX6Zwafin4aWQXpexVe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:url("https://images.assets-landingi.com/uc/398f57d3-9952-4b00-81c1-a976babadebd/TeslaTube_V3.jpg");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:initial !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; }#Zo06huy27pBi0gX6Zwafin4aWQXpexVe.adaptive-delivery-prevent-bg, #Zo06huy27pBi0gX6Zwafin4aWQXpexVe.lazyload, #Zo06huy27pBi0gX6Zwafin4aWQXpexVe.lazyloading { background-image: none; }#Zo06huy27pBi0gX6Zwafin4aWQXpexVe > .row .container { background-color: transparent; background-image: none; }#Zo06huy27pBi0gX6Zwafin4aWQXpexVe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zo06huy27pBi0gX6Zwafin4aWQXpexVe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zo06huy27pBi0gX6Zwafin4aWQXpexVe > .row .container > .video-iframe-container { display: none; }#Zo06huy27pBi0gX6Zwafin4aWQXpexVe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zo06huy27pBi0gX6Zwafin4aWQXpexVe > .row > .video-iframe-container { display: none; }#Zo06huy27pBi0gX6Zwafin4aWQXpexVe > .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); }#Zo06huy27pBi0gX6Zwafin4aWQXpexVe > .row .container { border-width: 0; border-radius: 0; }#Zo06huy27pBi0gX6Zwafin4aWQXpexVe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zo06huy27pBi0gX6Zwafin4aWQXpexVe > .row .container { font-size:0.875rem;font-family:arial;height:25.3125rem;width:75rem;position:relative;display:block; }#SlrOBywGUqegT0UZRnW55Nilc3VOAnuw { box-sizing:content-box;height:0.125rem;width:11.25rem;position:absolute;display:block;z-index:15014;background-color:#003a5d;background-image:none;top:6.25rem;left:2.625rem;display:block; }
#V5Ael1PIzAyQQkwcXlKm968KlO7Ekz0z { color:#636362;display:block;width:64.3125rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:7.1875rem;left:2.5rem;height:2.19375rem;font-style:normal;display:block; }
#Cku6d6ATshJgBNM3o794fI4nPUxPrRlf { color:#003a5d;display:block;width:42.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:11.0625rem;left:2.4375rem;height:5.625rem;text-align:justify;text-align-last:initial;display:block; }
#Q9T1kkNRTzVzh0En6CCx6XR4i3tpImlc { 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.125rem;width:2.875rem;top:19.125rem;left:2.375rem;overflow:hidden;display:block; }
#SieDkEGfCDNdUFZC7NMs6TnEkP1rHCVD { color:#003a5d;display:block;width:10.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:19.4375rem;left:5.9375rem;height:2.6rem;font-style:normal;display:block; }
#IBblNm466e0TXN7rebC6duzQkxAMkzTO { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.4375rem;top:19.1875rem;left:19.874999046326rem;overflow:hidden;display:block; }
#gI9WKWAODXDg178voa1mGbfk86SBa3cW { color:#003a5d;display:block;width:9.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:19.4375rem;left:22.875000953674rem;height:2.6rem;font-style:normal;display:block; }
#OKG68xVTZhGZdtHroIJHOqAigCccU6lS { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:2.0625rem;top:19.0625rem;left:36.000000953674rem;overflow:hidden;display:block; }
#sfCRvkd4nIeApmXfMAObTwbuOQhT4CiT { color:#003a5d;display:block;width:11.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:19.4375rem;left:38.500000953674rem;height:2.6rem;font-style:normal;display:block; }
#IeqgheGmWHvCpf5sexqI4wIFz7H9eWJm { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:17.375rem;top:1.875rem;left:2.4375rem;overflow:hidden;display:block; }
#gLl6vAO11buW6nwa4qzTis97s7zPzRXa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#003a5d;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; }#gLl6vAO11buW6nwa4qzTis97s7zPzRXa > .row .container { background-color: transparent; background-image: none; }#gLl6vAO11buW6nwa4qzTis97s7zPzRXa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLl6vAO11buW6nwa4qzTis97s7zPzRXa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLl6vAO11buW6nwa4qzTis97s7zPzRXa > .row .container > .video-iframe-container { display: none; }#gLl6vAO11buW6nwa4qzTis97s7zPzRXa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLl6vAO11buW6nwa4qzTis97s7zPzRXa > .row > .video-iframe-container { display: none; }#gLl6vAO11buW6nwa4qzTis97s7zPzRXa > .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); }#gLl6vAO11buW6nwa4qzTis97s7zPzRXa > .row .container { border-width: 0; border-radius: 0; }#gLl6vAO11buW6nwa4qzTis97s7zPzRXa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gLl6vAO11buW6nwa4qzTis97s7zPzRXa > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#aanoKwT5pfs0WuCe1O67Uvv8dQNXcZNf { background-color:#7ab41d;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.125rem;left:26.25rem;display:block; }
#fTy7gVKFGNLDqXaRMHvPTM7AC6p6HPwB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wqWHvWK6pSvWi2Uv0e8WLmleo5RTyI6T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#wqWHvWK6pSvWi2Uv0e8WLmleo5RTyI6T > .row .container { background-color: transparent; background-image: none; }#wqWHvWK6pSvWi2Uv0e8WLmleo5RTyI6T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wqWHvWK6pSvWi2Uv0e8WLmleo5RTyI6T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wqWHvWK6pSvWi2Uv0e8WLmleo5RTyI6T > .row .container > .video-iframe-container { display: none; }#wqWHvWK6pSvWi2Uv0e8WLmleo5RTyI6T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wqWHvWK6pSvWi2Uv0e8WLmleo5RTyI6T > .row > .video-iframe-container { display: none; }#wqWHvWK6pSvWi2Uv0e8WLmleo5RTyI6T > .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); }#wqWHvWK6pSvWi2Uv0e8WLmleo5RTyI6T > .row .container { border-width: 0; border-radius: 0; }#wqWHvWK6pSvWi2Uv0e8WLmleo5RTyI6T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wqWHvWK6pSvWi2Uv0e8WLmleo5RTyI6T > .row .container { font-size:0.875rem;font-family:arial;height:18.9375rem;width:75rem;position:relative;display:block; }#SGaCozJi3fPEDzHMFqNq5TserXc4knBW { color:#003a5d;display:block;width:33.3125rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:2rem;left:8rem;height:2.84375rem;font-style:normal;display:block; }
#u327ofC5WxGsBw4qO2kNKX1fgT5OEvaS { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:2.3125rem;left:2.5rem; }
#Tvgrm1OryEmVzTM6h7phEIKesmVXsnoM { color:#003a5d;display:block;width:42.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:7.8125rem;left:2.5rem;height:9rem;text-align:justify;text-align-last:initial;display:block; }
#XPi34cl2CoEA7lhk0Tl8giAnGTMlzsT6 { color:#636362;display:block;width:45.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:4.9375rem;left:7.9999990463256rem;height:1.625rem;font-style:normal;display:block; }
#yASfghCZczJlKKl5ivJcWTURP7dcAAsM { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:25.0625rem;top:2.75rem;left:47.5rem;overflow:hidden;display:block; }
#bbdH2rXMm2cr5cR2prXva2VUZ2TR1uT6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#bbdH2rXMm2cr5cR2prXva2VUZ2TR1uT6 > .row .container { background-color: transparent; background-image: none; }#bbdH2rXMm2cr5cR2prXva2VUZ2TR1uT6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbdH2rXMm2cr5cR2prXva2VUZ2TR1uT6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbdH2rXMm2cr5cR2prXva2VUZ2TR1uT6 > .row .container > .video-iframe-container { display: none; }#bbdH2rXMm2cr5cR2prXva2VUZ2TR1uT6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbdH2rXMm2cr5cR2prXva2VUZ2TR1uT6 > .row > .video-iframe-container { display: none; }#bbdH2rXMm2cr5cR2prXva2VUZ2TR1uT6 > .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); }#bbdH2rXMm2cr5cR2prXva2VUZ2TR1uT6 > .row .container { border-width: 0; border-radius: 0; }#bbdH2rXMm2cr5cR2prXva2VUZ2TR1uT6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bbdH2rXMm2cr5cR2prXva2VUZ2TR1uT6 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#cSQl5G1XiuMl8nAe0fhhEGcuM2rQAGO8 { color:#003a5d;display:block;width:39.1875rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:2rem;left:8rem;height:2.84375rem;font-style:normal;display:block; }
#iTT2zWfXHZZyukowxgkJ16H8sUIWgDwH { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:2.3125rem;left:2.5rem; }
#oNETxpW6gQue2JO3CLyB0GoVOO9yAAJP { color:#003a5d;display:block;width:42.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:7.8125rem;left:2.5rem;height:9rem;text-align:justify;text-align-last:initial;display:block; }
#k6afXRuTlaU4OrG8RFF5xoWBML2QBtPv { color:#636362;display:block;width:38.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:4.8749997615814rem;left:7.999218940735rem;height:1.625rem;font-style:normal;display:block; }
#Tc96G3tvAsSf6SdgmbWCvHS3QxMTwW6d { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:25rem;top:2.5rem;left:47.5rem;overflow:hidden;display:block; }
#zENlXaxHUz9y1mCSbFBEyzw3ZoQ3tIy4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#zENlXaxHUz9y1mCSbFBEyzw3ZoQ3tIy4 > .row .container { background-color: transparent; background-image: none; }#zENlXaxHUz9y1mCSbFBEyzw3ZoQ3tIy4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zENlXaxHUz9y1mCSbFBEyzw3ZoQ3tIy4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zENlXaxHUz9y1mCSbFBEyzw3ZoQ3tIy4 > .row .container > .video-iframe-container { display: none; }#zENlXaxHUz9y1mCSbFBEyzw3ZoQ3tIy4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zENlXaxHUz9y1mCSbFBEyzw3ZoQ3tIy4 > .row > .video-iframe-container { display: none; }#zENlXaxHUz9y1mCSbFBEyzw3ZoQ3tIy4 > .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); }#zENlXaxHUz9y1mCSbFBEyzw3ZoQ3tIy4 > .row .container { border-width: 0; border-radius: 0; }#zENlXaxHUz9y1mCSbFBEyzw3ZoQ3tIy4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zENlXaxHUz9y1mCSbFBEyzw3ZoQ3tIy4 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#ABxlvx4VurTvUenzFnhSTEH7LT4CZbO3 { color:#003a5d;display:block;width:38.9375rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:2rem;left:7.9999990463256rem;height:2.84375rem;font-style:normal;display:block; }
#L4G7aZv9eB8LQfI9kZbeoxGdO6LlprG9 { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:2.3125rem;left:2.5rem; }
#vHLW2H1HwRHkoh2LLmHwTrhhmctQ4NL6 { color:#003a5d;display:block;width:42.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:7.8125rem;left:2.5rem;height:10.5rem;text-align:justify;text-align-last:initial;display:block; }
#GOOzmHF7EBdLlsEGMKL9FfTO6t9KtbFH { color:#636362;display:block;width:45.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:4.9375rem;left:7.9374990463256rem;height:1.625rem;font-style:normal;display:block; }
#RTF8Ie0sd3FEcU5rkdzSTxvQSrybuD1a { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.9375rem;width:24.9375rem;top:2.4375rem;left:47.548581539755rem;overflow:hidden;display:block; }
#JcAJRH35OPNOLDGh06sIgbe2KOwzmXfo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#JcAJRH35OPNOLDGh06sIgbe2KOwzmXfo > .row .container { background-color: transparent; background-image: none; }#JcAJRH35OPNOLDGh06sIgbe2KOwzmXfo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JcAJRH35OPNOLDGh06sIgbe2KOwzmXfo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JcAJRH35OPNOLDGh06sIgbe2KOwzmXfo > .row .container > .video-iframe-container { display: none; }#JcAJRH35OPNOLDGh06sIgbe2KOwzmXfo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JcAJRH35OPNOLDGh06sIgbe2KOwzmXfo > .row > .video-iframe-container { display: none; }#JcAJRH35OPNOLDGh06sIgbe2KOwzmXfo > .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); }#JcAJRH35OPNOLDGh06sIgbe2KOwzmXfo > .row .container { border-width: 0; border-radius: 0; }#JcAJRH35OPNOLDGh06sIgbe2KOwzmXfo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JcAJRH35OPNOLDGh06sIgbe2KOwzmXfo > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#III20GL1qgwfJmvNCCalkFw2vop9AlJu { color:#003a5d;display:block;width:38.9375rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:2rem;left:7.9999990463256rem;height:2.84375rem;font-style:normal;display:block; }
#FvVgrRA4rutJTKoSafi1lZBrCOQfn9Ew { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:2.3125rem;left:2.5rem; }
#zIWP19eTw3gsO9rmEhAI7cv7e8eJ2C16 { color:#003a5d;display:block;width:42.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:7.8125rem;left:2.5rem;height:10.5rem;text-align:justify;text-align-last:initial;display:block; }
#vDs3ZlIlXTy1pNLBeW7apTXTASefss2T { color:#636362;display:block;width:45.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:4.9375rem;left:7.9374990463256rem;height:1.625rem;font-style:normal;display:block; }
#AHidv7wUOxU1CWr6iBVF4mgIlT08IGIV { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:25rem;top:2.5rem;left:47.500000953674rem;overflow:hidden;display:block; }
#JPynHbnGxhMo4e5Gakgz6ITU0pJwvS9h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#003a5d;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; }#JPynHbnGxhMo4e5Gakgz6ITU0pJwvS9h > .row .container { background-color: transparent; background-image: none; }#JPynHbnGxhMo4e5Gakgz6ITU0pJwvS9h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JPynHbnGxhMo4e5Gakgz6ITU0pJwvS9h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JPynHbnGxhMo4e5Gakgz6ITU0pJwvS9h > .row .container > .video-iframe-container { display: none; }#JPynHbnGxhMo4e5Gakgz6ITU0pJwvS9h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JPynHbnGxhMo4e5Gakgz6ITU0pJwvS9h > .row > .video-iframe-container { display: none; }#JPynHbnGxhMo4e5Gakgz6ITU0pJwvS9h > .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); }#JPynHbnGxhMo4e5Gakgz6ITU0pJwvS9h > .row .container { border-width: 0; border-radius: 0; }#JPynHbnGxhMo4e5Gakgz6ITU0pJwvS9h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JPynHbnGxhMo4e5Gakgz6ITU0pJwvS9h > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#P0irfRtGC4suOwmXeqLNvplaMFl9SyZw { background-color:#7ab41d;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.125rem;left:26.25rem;display:block; }
#fn3BFkmQdclPlMZHheFxNpTKl5kTyEuD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E8hPTe156F5SnxSnST15tPJFAJIviLzu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#E8hPTe156F5SnxSnST15tPJFAJIviLzu > .row .container { background-color: transparent; background-image: none; }#E8hPTe156F5SnxSnST15tPJFAJIviLzu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E8hPTe156F5SnxSnST15tPJFAJIviLzu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E8hPTe156F5SnxSnST15tPJFAJIviLzu > .row .container > .video-iframe-container { display: none; }#E8hPTe156F5SnxSnST15tPJFAJIviLzu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E8hPTe156F5SnxSnST15tPJFAJIviLzu > .row > .video-iframe-container { display: none; }#E8hPTe156F5SnxSnST15tPJFAJIviLzu > .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); }#E8hPTe156F5SnxSnST15tPJFAJIviLzu > .row .container { border-width: 0; border-radius: 0; }#E8hPTe156F5SnxSnST15tPJFAJIviLzu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E8hPTe156F5SnxSnST15tPJFAJIviLzu > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#wQqsasrQWmw9nw2DFaOxy7U2ILauw34u { color:#003a5d;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.3125rem rgba(25,25,25,0.35);top:1.3109436035156rem;left:0rem;height:4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bN1FJLClpfeTNUgpAZdzCxAheKoMxqhJ { position:absolute;display:block;z-index:15004;border-top:0.0625rem solid #003a5d;border-left:0.0625rem solid #003a5d;border-right:0.0625rem solid #003a5d;border-bottom:0.125rem solid #003a5d;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.9375rem;width:40.1875rem;top:6.4375rem;left:32.1875rem;overflow:hidden;display:block; }
#xnOzL7XocGPVhzMheQhNq9onmTenxWLg .widget-form-header {  }
#xnOzL7XocGPVhzMheQhNq9onmTenxWLg .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:24.125rem;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; }
#xnOzL7XocGPVhzMheQhNq9onmTenxWLg .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:#f6f6f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.125rem;box-sizing:border-box;height:2.0625rem;color:#004673;font-size:1rem;overflow:hidden;font-family:"open sans";vertical-align:top;line-height:1; }
#xnOzL7XocGPVhzMheQhNq9onmTenxWLg .widget-input-text {padding-top: 0; padding-bottom: 0;}#xnOzL7XocGPVhzMheQhNq9onmTenxWLg .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#f6f6f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.125rem;box-sizing:border-box;height:4.375rem;color:#004673;font-size:1rem;overflow:hidden;font-family:"open sans";vertical-align:top;line-height:1; }
#xnOzL7XocGPVhzMheQhNq9onmTenxWLg .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:#f6f6f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.125rem;box-sizing:border-box;height:2.0625rem;color:#003a5d;font-family:"open sans";font-size:1rem;overflow:hidden;vertical-align:top; }
#xnOzL7XocGPVhzMheQhNq9onmTenxWLg .widget-input-select {padding-top: 0; padding-bottom: 0;}#xnOzL7XocGPVhzMheQhNq9onmTenxWLg .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#xnOzL7XocGPVhzMheQhNq9onmTenxWLg .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#xnOzL7XocGPVhzMheQhNq9onmTenxWLg .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:#7ab41d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2.8125rem;margin-bottom:0.25rem;margin-left:3rem;display:block;box-sizing:border-box;font-size:1.3125rem;font-weight:bold;color:#ffffff;width:18.0625rem;height:3.3125rem;font-family:"open sans";overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.1) ;text-align:center;text-align-last:center; }
#xnOzL7XocGPVhzMheQhNq9onmTenxWLg [class*="-text"]:-moz-placeholder { color:#003a5d;font-family:"open sans";font-size:1rem; }
#xnOzL7XocGPVhzMheQhNq9onmTenxWLg [class*="-text"]::-moz-placeholder { color:#003a5d;font-family:"open sans";font-size:1rem; }
#xnOzL7XocGPVhzMheQhNq9onmTenxWLg [class*="-text"]:-ms-input-placeholder { color:#003a5d;font-family:"open sans";font-size:1rem; }
#xnOzL7XocGPVhzMheQhNq9onmTenxWLg [class*="-text"]::-webkit-input-placeholder { color:#003a5d;font-family:"open sans";font-size:1rem; }
#xnOzL7XocGPVhzMheQhNq9onmTenxWLg .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";font-size:0.625rem;font-weight:400;color:#003a5d;vertical-align:top;width:23.0625rem;overflow:hidden;font-style:normal;line-height:1.2;float:none; }
#xnOzL7XocGPVhzMheQhNq9onmTenxWLg .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; }
#xnOzL7XocGPVhzMheQhNq9onmTenxWLg .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;float:none; }
#xnOzL7XocGPVhzMheQhNq9onmTenxWLg .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#xnOzL7XocGPVhzMheQhNq9onmTenxWLg .widget-container:first-of-type{padding-top:0;}#xnOzL7XocGPVhzMheQhNq9onmTenxWLg .widget-container:last-of-type{padding-bottom:0;}#xnOzL7XocGPVhzMheQhNq9onmTenxWLg  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.125rem;height:auto;border-top:0.0625rem solid #003a5d;border-left:0.0625rem solid #003a5d;border-right:0.0625rem solid #003a5d;border-bottom:0.125rem solid #003a5d;z-index:14998;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:6.4375rem;left:2.5rem; }
#xnOzL7XocGPVhzMheQhNq9onmTenxWLg .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.125rem;display:block;vertical-align:top; }
#xnOzL7XocGPVhzMheQhNq9onmTenxWLg .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#xnOzL7XocGPVhzMheQhNq9onmTenxWLg {display:block;}#xnOzL7XocGPVhzMheQhNq9onmTenxWLg { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.125rem;height:auto;border-top:0.0625rem solid #003a5d;border-left:0.0625rem solid #003a5d;border-right:0.0625rem solid #003a5d;border-bottom:0.125rem solid #003a5d;z-index:14998;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:6.4375rem;left:2.5rem; }
#xnOzL7XocGPVhzMheQhNq9onmTenxWLg #NF6NyVF4dCPM0eZifo40Fe3rRc1Iskma { position:relative;z-index:1; }
#xnOzL7XocGPVhzMheQhNq9onmTenxWLg #rsAeMZbafR2dkd0uoreMh14VvKQrAJmy { position:relative;display:none; }
#xnOzL7XocGPVhzMheQhNq9onmTenxWLg #UVWUAiVDU7pKkr7Wvf4q8cNamegzw3yN { position:relative; }
#xnOzL7XocGPVhzMheQhNq9onmTenxWLg #ifDclaqGVO76T7QIdup4OzTEwacZ5w9g { position:relative;z-index:1; }
#xnOzL7XocGPVhzMheQhNq9onmTenxWLg #oSMbdHm0TvHK0hKKoc7MlKyT9k4VgD1F { position:relative;display:none; }
#xnOzL7XocGPVhzMheQhNq9onmTenxWLg #PIHn6WTg4EIzwMXITHMSHeIPCnmteMti { position:relative; }
#xnOzL7XocGPVhzMheQhNq9onmTenxWLg #dUciPTnbRbPvZk54FzM6M1dg42DbNcyb { position:relative; }
#xnOzL7XocGPVhzMheQhNq9onmTenxWLg #R2TMtPTigPh05ey3S33ras0ytklIO7MT { position:relative;display:block; }
#xnOzL7XocGPVhzMheQhNq9onmTenxWLg #nEZ1H2okPoQmDclXnuo0Ls8T8EiL04Nb { position:relative; }
#xnOzL7XocGPVhzMheQhNq9onmTenxWLg #o2ZkKvIDt9F03G9VkEEFQScA7KfHkfB7 { position:relative; }
#xnOzL7XocGPVhzMheQhNq9onmTenxWLg #U5P1fShk3xwH9caQuM5LCbgt3CW4oz6y { position:relative;display:none; }
#xnOzL7XocGPVhzMheQhNq9onmTenxWLg #uA7DDAEPlgz1OksCrrVNaACiDtlQaMNe { position:relative; }
#xnOzL7XocGPVhzMheQhNq9onmTenxWLg #pVQaNFbOQ0NPIkrkFJ1HxNCu9r1tHPHB { position:relative; }
#xnOzL7XocGPVhzMheQhNq9onmTenxWLg #MzrQy6396nMFeZn1sJI3kzdT7V7LMSv3 { position:relative;display:block; }
#xnOzL7XocGPVhzMheQhNq9onmTenxWLg #MtL35dDazi8xJxWqTAb21VFZSHIUQ0za { position:relative; }
#xnOzL7XocGPVhzMheQhNq9onmTenxWLg #aQ8petEX1c5TJqDqzKbWBO9XuDLlRoDF { position:relative; }
#xnOzL7XocGPVhzMheQhNq9onmTenxWLg #w4S1quwE7M7HLTRCgZqrmuWe7gih6GgP { position:relative;display:none; }
#xnOzL7XocGPVhzMheQhNq9onmTenxWLg #agV4poXOfVEdZf6fMHMsRAPcrV8nIJJO { position:relative; }
#xnOzL7XocGPVhzMheQhNq9onmTenxWLg #bKR0ngHuNrESTpdtQ369vhUO6bEux78v { position:relative; }
#xnOzL7XocGPVhzMheQhNq9onmTenxWLg #M8uTK4CSJf8Z2mTJoNrdUPqhFD115FkP { position:relative;z-index:2; }
#xnOzL7XocGPVhzMheQhNq9onmTenxWLg #OhzzVbdMugdpJyw4U4wvVP2liBOl22CQ { position:relative; }
#xnOzL7XocGPVhzMheQhNq9onmTenxWLg #wlZrsFpdqtlR4kMvUzXPdXFNapsGtCnT { position:relative; }
#xnOzL7XocGPVhzMheQhNq9onmTenxWLg #yO8ZOB7S31y9SPq14U524QsW08VE6uuC { position:relative;z-index:2; }
#xnOzL7XocGPVhzMheQhNq9onmTenxWLg #dxp3vUhEvQso25I3cD98fx6PO1uqOhfe { position:relative; }
#xnOzL7XocGPVhzMheQhNq9onmTenxWLg #hFmb8a2XXQEyQs45PIEgB2vy0RNOR2lk { position:relative;z-index:1; }
#xnOzL7XocGPVhzMheQhNq9onmTenxWLg #TaEExeiSMUfuLST5A3UByPiI2KVwNorl { position:relative; }
#nqFbSbqmoSGbuFohxWI8OQncpWMdboRe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#nqFbSbqmoSGbuFohxWI8OQncpWMdboRe > .row .container { background-color: transparent; background-image: none; }#nqFbSbqmoSGbuFohxWI8OQncpWMdboRe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqFbSbqmoSGbuFohxWI8OQncpWMdboRe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqFbSbqmoSGbuFohxWI8OQncpWMdboRe > .row .container > .video-iframe-container { display: none; }#nqFbSbqmoSGbuFohxWI8OQncpWMdboRe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqFbSbqmoSGbuFohxWI8OQncpWMdboRe > .row > .video-iframe-container { display: none; }#nqFbSbqmoSGbuFohxWI8OQncpWMdboRe > .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); }#nqFbSbqmoSGbuFohxWI8OQncpWMdboRe > .row .container { border-width: 0; border-radius: 0; }#nqFbSbqmoSGbuFohxWI8OQncpWMdboRe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nqFbSbqmoSGbuFohxWI8OQncpWMdboRe > .row .container { font-size:0.875rem;font-family:arial;height:41.9375rem;width:75rem;position:relative;display:block; }#Ml0d7NM2F3EVItbD2hHbsuEx3utpo9eU { color:#003a5d;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.3125rem rgba(25,25,25,0.35);top:1.375rem;left:0rem;height:4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zLHTGk2iGTNZTW8rCWZ0WHTKEXOBy1sa { color:#003a5d;display:block;width:43.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:6.25rem;left:28.875rem;height:11.25rem;text-align:justify;text-align-last:initial;display:block; }
#C36OT4h5QddMR6QKPc5iVsnPLAgdAEJq { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.5rem;width:65.0625rem;top:4.6875rem;left:0rem;overflow:hidden;display:block; }
#VLxPGdFsPJypFEmColNhdil6iWtKxzif { color:#003a5d;display:block;width:70.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:36.062499523163rem;left:2.4367189407349rem;height:3.75rem;text-align:justify;text-align-last:initial;display:block; }
#pmsV1NsI46cX6xQQOihArtlLLffTla1D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#pmsV1NsI46cX6xQQOihArtlLLffTla1D > .row .container { background-color: transparent; background-image: none; }#pmsV1NsI46cX6xQQOihArtlLLffTla1D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmsV1NsI46cX6xQQOihArtlLLffTla1D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmsV1NsI46cX6xQQOihArtlLLffTla1D > .row .container > .video-iframe-container { display: none; }#pmsV1NsI46cX6xQQOihArtlLLffTla1D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmsV1NsI46cX6xQQOihArtlLLffTla1D > .row > .video-iframe-container { display: none; }#pmsV1NsI46cX6xQQOihArtlLLffTla1D > .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); }#pmsV1NsI46cX6xQQOihArtlLLffTla1D > .row .container { border-width: 0; border-radius: 0; }#pmsV1NsI46cX6xQQOihArtlLLffTla1D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pmsV1NsI46cX6xQQOihArtlLLffTla1D > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:75rem;position:relative;display:block; }#isCJXmVqgXCpiftRenRPUKbzHVrlPNgh { color:#003a5d;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.3125rem rgba(25,25,25,0.35);top:1.5rem;left:0rem;height:4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FpVN9Ng48rCcF0hNc2TiFKBb9R181imC { color:#003a5d;display:block;width:37.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:6.5rem;left:2.5625rem;height:7.5rem;text-align:justify;text-align-last:initial;display:block; }
#GJkgEvqJdemRh8nbJo3wTwwLdb8yiOJ1 { color:#003a5d;display:block;width:37.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:16.0625rem;left:2.5rem;height:9.375rem;text-align:justify;text-align-last:initial;display:block; }
#kT24ID3M8H8rtwnIiLr2Ovxd46GPTL2c { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.75rem;width:32.125rem;top:5.9375rem;left:41.317234848485rem;overflow:hidden;display:block; }
#zZZVyS0DGKH7MI5Vel6EMMCusdSJZrJu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f3f6;background-image:url("https://images.assets-landingi.com/uc/a4a25ad7-8573-4609-8f92-a0d3b79d2d98/PROVA.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zZZVyS0DGKH7MI5Vel6EMMCusdSJZrJu.adaptive-delivery-prevent-bg, #zZZVyS0DGKH7MI5Vel6EMMCusdSJZrJu.lazyload, #zZZVyS0DGKH7MI5Vel6EMMCusdSJZrJu.lazyloading { background-image: none; }#zZZVyS0DGKH7MI5Vel6EMMCusdSJZrJu > .row .container { background-color: transparent; background-image: none; }#zZZVyS0DGKH7MI5Vel6EMMCusdSJZrJu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZZVyS0DGKH7MI5Vel6EMMCusdSJZrJu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZZVyS0DGKH7MI5Vel6EMMCusdSJZrJu > .row .container > .video-iframe-container { display: none; }#zZZVyS0DGKH7MI5Vel6EMMCusdSJZrJu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZZVyS0DGKH7MI5Vel6EMMCusdSJZrJu > .row > .video-iframe-container { display: none; }#zZZVyS0DGKH7MI5Vel6EMMCusdSJZrJu > .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); }#zZZVyS0DGKH7MI5Vel6EMMCusdSJZrJu > .row .container { border-width: 0; border-radius: 0; }#zZZVyS0DGKH7MI5Vel6EMMCusdSJZrJu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zZZVyS0DGKH7MI5Vel6EMMCusdSJZrJu > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:block; }#f1OAlN6EXE3VWBaFUWnG8Iaw693XWMfp { color:#ffffff;display:block;width:18.875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.125rem 0.25rem rgba(255,255,255,0.5);top:5.125rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#COKsX7BIHSfz7aetyNkEKx1QWz4yC4WE { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.125rem 0.25rem rgba(255,255,255,0.5);top:5.125rem;left:18.75rem;height:4.0625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#AnByFzdq4OmfiizdW67F8Sg7BvPxFFch { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.125rem 0.25rem rgba(255,255,255,0.5);top:5.125rem;left:37.5rem;height:4.0625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#K4tdSnePD8Ck2UMpA3dIkPaeGETgd28n { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.125rem 0.25rem rgba(255,255,255,0.5);top:5.125rem;left:56.25rem;height:4.0625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#A3pDiH2Fx12APkLti2fwoeb4egOgSLK2 { color:#ffffff;display:block;width:18.875rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.125rem 0.25rem rgba(255,255,255,0.5);top:1.4375rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Uc6NGt2qJX53uZmBSNpoCvmBVcKi6bOt { color:#ffffff;display:block;width:18.875rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.125rem 0.25rem rgba(255,255,255,0.5);top:1.375rem;left:18.75rem;height:4.0625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XvZkineSnkRUlkPoKvASwk54pHACUV6F { color:#ffffff;display:block;width:18.875rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.125rem 0.25rem rgba(255,255,255,0.5);top:1.375rem;left:37.5rem;height:4.0625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#tRhW5DixxdhLMernmnfAaFSTmueTovWS { color:#ffffff;display:block;width:18.875rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.125rem 0.25rem rgba(255,255,255,0.5);top:1.375rem;left:56.125rem;height:4.0625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ZAGMsQTrKoM56Ami9kctJqiaV8OIT7Ps { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#ZAGMsQTrKoM56Ami9kctJqiaV8OIT7Ps > .row .container { background-color: transparent; background-image: none; }#ZAGMsQTrKoM56Ami9kctJqiaV8OIT7Ps::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZAGMsQTrKoM56Ami9kctJqiaV8OIT7Ps > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZAGMsQTrKoM56Ami9kctJqiaV8OIT7Ps > .row .container > .video-iframe-container { display: none; }#ZAGMsQTrKoM56Ami9kctJqiaV8OIT7Ps > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZAGMsQTrKoM56Ami9kctJqiaV8OIT7Ps > .row > .video-iframe-container { display: none; }#ZAGMsQTrKoM56Ami9kctJqiaV8OIT7Ps > .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); }#ZAGMsQTrKoM56Ami9kctJqiaV8OIT7Ps > .row .container { border-width: 0; border-radius: 0; }#ZAGMsQTrKoM56Ami9kctJqiaV8OIT7Ps > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZAGMsQTrKoM56Ami9kctJqiaV8OIT7Ps > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:block; }#WlfhU58WRdENcqm99P3L5nwEbR7smWXv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#003a5d;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; }#WlfhU58WRdENcqm99P3L5nwEbR7smWXv > .row .container { background-color: transparent; background-image: none; }#WlfhU58WRdENcqm99P3L5nwEbR7smWXv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlfhU58WRdENcqm99P3L5nwEbR7smWXv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlfhU58WRdENcqm99P3L5nwEbR7smWXv > .row .container > .video-iframe-container { display: none; }#WlfhU58WRdENcqm99P3L5nwEbR7smWXv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlfhU58WRdENcqm99P3L5nwEbR7smWXv > .row > .video-iframe-container { display: none; }#WlfhU58WRdENcqm99P3L5nwEbR7smWXv > .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); }#WlfhU58WRdENcqm99P3L5nwEbR7smWXv > .row .container { border-width: 0; border-radius: 0; }#WlfhU58WRdENcqm99P3L5nwEbR7smWXv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WlfhU58WRdENcqm99P3L5nwEbR7smWXv > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#RMpN88kEiOQQOipxFTxMQsNdbRJ7wxER { background-color:#7ab41d;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.125rem;left:26.25rem;display:block; }
#ZWc9n0kwTSnWp0dr9iIILJzWXC5NgMmX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lxIGkVlKaKz7bVf6XJdnUpg297I1usGt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#lxIGkVlKaKz7bVf6XJdnUpg297I1usGt > .row .container { background-color: transparent; background-image: none; }#lxIGkVlKaKz7bVf6XJdnUpg297I1usGt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lxIGkVlKaKz7bVf6XJdnUpg297I1usGt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lxIGkVlKaKz7bVf6XJdnUpg297I1usGt > .row .container > .video-iframe-container { display: none; }#lxIGkVlKaKz7bVf6XJdnUpg297I1usGt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lxIGkVlKaKz7bVf6XJdnUpg297I1usGt > .row > .video-iframe-container { display: none; }#lxIGkVlKaKz7bVf6XJdnUpg297I1usGt > .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); }#lxIGkVlKaKz7bVf6XJdnUpg297I1usGt > .row .container { border-width: 0; border-radius: 0; }#lxIGkVlKaKz7bVf6XJdnUpg297I1usGt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lxIGkVlKaKz7bVf6XJdnUpg297I1usGt > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:block; }#fdVBcBxdSGylEukmRPZKphUlW8x41rzR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dcddde;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; }#fdVBcBxdSGylEukmRPZKphUlW8x41rzR > .row .container { background-color: transparent; background-image: none; }#fdVBcBxdSGylEukmRPZKphUlW8x41rzR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fdVBcBxdSGylEukmRPZKphUlW8x41rzR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fdVBcBxdSGylEukmRPZKphUlW8x41rzR > .row .container > .video-iframe-container { display: none; }#fdVBcBxdSGylEukmRPZKphUlW8x41rzR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fdVBcBxdSGylEukmRPZKphUlW8x41rzR > .row > .video-iframe-container { display: none; }#fdVBcBxdSGylEukmRPZKphUlW8x41rzR > .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); }#fdVBcBxdSGylEukmRPZKphUlW8x41rzR > .row .container { border-width: 0; border-radius: 0; }#fdVBcBxdSGylEukmRPZKphUlW8x41rzR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fdVBcBxdSGylEukmRPZKphUlW8x41rzR > .row .container { font-size:0.875rem;font-family:arial;height:11.3125rem;width:75rem;position:relative;display:block; }#WDrIyWZu0v50PaDHQ93X2Ux1La4mC7l9 { color:#003a5d;display:block;width:37.0625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:1.125rem;left:2.4375rem;height:4.875rem;display:block; }
#iToFM9lh1d5yklUeeTiB7MOhp1XLM2Vw { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;top:1.1875rem;left:70.4375rem; }
#iToFM9lh1d5yklUeeTiB7MOhp1XLM2Vw > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#hNQH6i41r5KTmXi4ArLtJ3afhrxNcHei { 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:15007;top:3.9375rem;left:70.625rem; }
#hNQH6i41r5KTmXi4ArLtJ3afhrxNcHei > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#BikdoUWbTlPlKgZkqyCTKJEoI5hnMbWJ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:14.4375rem;top:7.6875rem;left:2.4375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #AEFzCVO2fD7efODSoSFSw7Z5hTQPcHf4 { display:block; }#AEFzCVO2fD7efODSoSFSw7Z5hTQPcHf4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qCc1N9669UrVLTJ5yysq7TX7cosBDM1g { top:1.625rem;left:0rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfQiQmDvVVikLvSbUioaVDm60sXbn3wm { top:2.4375rem;left:45.1875rem;width:2.5625rem;height:2.5625rem;display:block; }
#GfQiQmDvVVikLvSbUioaVDm60sXbn3wm > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #f86l2kGpol3HnRIDQXSsmpeMoq5IaGoT { top:2.5625rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
#f86l2kGpol3HnRIDQXSsmpeMoq5IaGoT > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #iNTNUGd6dvt3H14zDmdyMsIEagQ2z5sm { display:block; }#iNTNUGd6dvt3H14zDmdyMsIEagQ2z5sm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sepTGXDCxt9u1W51n4FNBygmLJLygUi8 { top:2.6875rem;left:12.875rem;width:34.875rem;height:8.9375rem;font-size:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RULmqi26XvdHxX94zv8nlTTnnRMq7HOB { top:12.75rem;left:5.125rem;width:42.625rem;height:5.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nE72SOSHywtG1sIchLZTnBCJCtbKe9wZ { top:11.5625rem;left:22.75rem;width:25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsWLckDt8kHO9rrv57hWK744HcfvmMId { top:22.5625rem;left:29.0625rem;width:18.6875rem;height:4.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHVs2bApCUGJnwvKkXkhhVf4kcsEDTkB { top:26.25rem;left:38.09375rem;width:3.375rem;height:3.375rem;display:block; }
#HHVs2bApCUGJnwvKkXkhhVf4kcsEDTkB > img { max-width: 100%;max-height:100%; width:3.375rem; height:3.375rem; } }@media only screen and (max-width: 763px) { #i8yK2uKSOKaULobyN68MscrqWS42g17Z { width:20.5625rem;height:8rem;top:21.8125rem;left:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoZOqH7XPdBNIrPkrfl8ge2iyioaSuOo { display:block; }
 }@media only screen and (max-width: 763px) { #bc8bqdcogLDwQsMZWJ5iu4KqmEbeQAPu { display:block; }#bc8bqdcogLDwQsMZWJ5iu4KqmEbeQAPu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yzwxHdTN5hIi2rM7UwNrAutLHR9MFNCw { top:1.5rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zo06huy27pBi0gX6Zwafin4aWQXpexVe { display:block; }#Zo06huy27pBi0gX6Zwafin4aWQXpexVe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SlrOBywGUqegT0UZRnW55Nilc3VOAnuw { top:6.25rem;left:0rem;width:11.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5Ael1PIzAyQQkwcXlKm968KlO7Ekz0z { top:7.1875rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cku6d6ATshJgBNM3o794fI4nPUxPrRlf { top:11.0625rem;left:0rem;width:42.5rem;height:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9T1kkNRTzVzh0En6CCx6XR4i3tpImlc { top:19.125rem;left:0rem;width:2.875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SieDkEGfCDNdUFZC7NMs6TnEkP1rHCVD { top:19.4375rem;left:0rem;width:10.4375rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBblNm466e0TXN7rebC6duzQkxAMkzTO { top:19.1875rem;left:6.2499990463257rem;width:2.4375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gI9WKWAODXDg178voa1mGbfk86SBa3cW { top:19.4375rem;left:9.2500009536744rem;width:9.9375rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKG68xVTZhGZdtHroIJHOqAigCccU6lS { top:19.0625rem;left:22.375000953674rem;width:2.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfCRvkd4nIeApmXfMAObTwbuOQhT4CiT { top:19.4375rem;left:24.875000953674rem;width:11.3125rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeqgheGmWHvCpf5sexqI4wIFz7H9eWJm { top:1.875rem;left:0rem;width:17.375rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLl6vAO11buW6nwa4qzTis97s7zPzRXa { display:block; }#gLl6vAO11buW6nwa4qzTis97s7zPzRXa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aanoKwT5pfs0WuCe1O67Uvv8dQNXcZNf { width:22.5rem;height:3.4375rem;top:1.125rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTy7gVKFGNLDqXaRMHvPTM7AC6p6HPwB { display:block; }
 }@media only screen and (max-width: 763px) { #wqWHvWK6pSvWi2Uv0e8WLmleo5RTyI6T { display:block; }#wqWHvWK6pSvWi2Uv0e8WLmleo5RTyI6T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SGaCozJi3fPEDzHMFqNq5TserXc4knBW { top:2rem;left:0rem;width:33.3125rem;height:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u327ofC5WxGsBw4qO2kNKX1fgT5OEvaS { top:2.3125rem;left:0rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tvgrm1OryEmVzTM6h7phEIKesmVXsnoM { top:7.8125rem;left:0rem;width:42.5rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPi34cl2CoEA7lhk0Tl8giAnGTMlzsT6 { top:4.9375rem;left:0rem;width:45.625rem;height:1.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yASfghCZczJlKKl5ivJcWTURP7dcAAsM { top:2.75rem;left:22.6875rem;width:25.0625rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbdH2rXMm2cr5cR2prXva2VUZ2TR1uT6 { display:block; }#bbdH2rXMm2cr5cR2prXva2VUZ2TR1uT6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cSQl5G1XiuMl8nAe0fhhEGcuM2rQAGO8 { top:2rem;left:0rem;width:39.1875rem;height:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTT2zWfXHZZyukowxgkJ16H8sUIWgDwH { top:2.3125rem;left:0rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNETxpW6gQue2JO3CLyB0GoVOO9yAAJP { top:7.8125rem;left:0rem;width:42.8125rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6afXRuTlaU4OrG8RFF5xoWBML2QBtPv { top:4.8125rem;left:0rem;width:38.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc96G3tvAsSf6SdgmbWCvHS3QxMTwW6d { top:2.5rem;left:22.75rem;width:25rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zENlXaxHUz9y1mCSbFBEyzw3ZoQ3tIy4 { display:block; }#zENlXaxHUz9y1mCSbFBEyzw3ZoQ3tIy4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ABxlvx4VurTvUenzFnhSTEH7LT4CZbO3 { top:2rem;left:0rem;width:38.9375rem;height:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4G7aZv9eB8LQfI9kZbeoxGdO6LlprG9 { top:2.3125rem;left:0rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHLW2H1HwRHkoh2LLmHwTrhhmctQ4NL6 { top:7.8125rem;left:0rem;width:42.5625rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOOzmHF7EBdLlsEGMKL9FfTO6t9KtbFH { top:4.9375rem;left:0rem;width:45.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTF8Ie0sd3FEcU5rkdzSTxvQSrybuD1a { top:2.4375rem;left:22.8125rem;width:24.9375rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcAJRH35OPNOLDGh06sIgbe2KOwzmXfo { display:block; }#JcAJRH35OPNOLDGh06sIgbe2KOwzmXfo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #III20GL1qgwfJmvNCCalkFw2vop9AlJu { top:2rem;left:0rem;width:38.9375rem;height:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvVgrRA4rutJTKoSafi1lZBrCOQfn9Ew { top:2.3125rem;left:0rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIWP19eTw3gsO9rmEhAI7cv7e8eJ2C16 { top:7.8125rem;left:0rem;width:42.5625rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDs3ZlIlXTy1pNLBeW7apTXTASefss2T { top:4.9375rem;left:0rem;width:45.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHidv7wUOxU1CWr6iBVF4mgIlT08IGIV { top:2.5rem;left:22.75rem;width:25rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPynHbnGxhMo4e5Gakgz6ITU0pJwvS9h { display:block; }#JPynHbnGxhMo4e5Gakgz6ITU0pJwvS9h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P0irfRtGC4suOwmXeqLNvplaMFl9SyZw { width:22.5rem;height:3.4375rem;top:1.125rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fn3BFkmQdclPlMZHheFxNpTKl5kTyEuD { display:block; }
 }@media only screen and (max-width: 763px) { #E8hPTe156F5SnxSnST15tPJFAJIviLzu { display:block; }#E8hPTe156F5SnxSnST15tPJFAJIviLzu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wQqsasrQWmw9nw2DFaOxy7U2ILauw34u { top:1.25rem;left:0rem;width:47.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bN1FJLClpfeTNUgpAZdzCxAheKoMxqhJ { top:6.4375rem;left:7.4375rem;width:40.1875rem;height:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnOzL7XocGPVhzMheQhNq9onmTenxWLg .widget-regular-label { width:18.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#xnOzL7XocGPVhzMheQhNq9onmTenxWLg .widget-input-text { width:18.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xnOzL7XocGPVhzMheQhNq9onmTenxWLg .widget-input-text {padding-top: 0; padding-bottom: 0;}#xnOzL7XocGPVhzMheQhNq9onmTenxWLg .widget-textarea { width:18.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xnOzL7XocGPVhzMheQhNq9onmTenxWLg .widget-input-select { width:18.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xnOzL7XocGPVhzMheQhNq9onmTenxWLg .widget-input-select {padding-top: 0; padding-bottom: 0;}#xnOzL7XocGPVhzMheQhNq9onmTenxWLg .widget-input-button { width:15.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.375rem; }
#xnOzL7XocGPVhzMheQhNq9onmTenxWLg .widget-checkbox-label { width:17.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xnOzL7XocGPVhzMheQhNq9onmTenxWLg  { width:18.125rem;height:auto;top:18.875rem;left:26.8125rem; }
#xnOzL7XocGPVhzMheQhNq9onmTenxWLg .radio-container { width:18.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xnOzL7XocGPVhzMheQhNq9onmTenxWLg {display:block;}#xnOzL7XocGPVhzMheQhNq9onmTenxWLg { width:18.125rem;height:auto;top:18.875rem;left:26.8125rem; }
 }@media only screen and (max-width: 763px) { #xnOzL7XocGPVhzMheQhNq9onmTenxWLg #NF6NyVF4dCPM0eZifo40Fe3rRc1Iskma {  }
 }@media only screen and (max-width: 763px) { #xnOzL7XocGPVhzMheQhNq9onmTenxWLg #rsAeMZbafR2dkd0uoreMh14VvKQrAJmy { display:none; }
 }@media only screen and (max-width: 763px) { #xnOzL7XocGPVhzMheQhNq9onmTenxWLg #UVWUAiVDU7pKkr7Wvf4q8cNamegzw3yN {  }
 }@media only screen and (max-width: 763px) { #xnOzL7XocGPVhzMheQhNq9onmTenxWLg #ifDclaqGVO76T7QIdup4OzTEwacZ5w9g {  }
 }@media only screen and (max-width: 763px) { #xnOzL7XocGPVhzMheQhNq9onmTenxWLg #oSMbdHm0TvHK0hKKoc7MlKyT9k4VgD1F { display:none; }
 }@media only screen and (max-width: 763px) { #xnOzL7XocGPVhzMheQhNq9onmTenxWLg #PIHn6WTg4EIzwMXITHMSHeIPCnmteMti {  }
 }@media only screen and (max-width: 763px) { #xnOzL7XocGPVhzMheQhNq9onmTenxWLg #dUciPTnbRbPvZk54FzM6M1dg42DbNcyb {  }
 }@media only screen and (max-width: 763px) { #xnOzL7XocGPVhzMheQhNq9onmTenxWLg #R2TMtPTigPh05ey3S33ras0ytklIO7MT {  }
 }@media only screen and (max-width: 763px) { #xnOzL7XocGPVhzMheQhNq9onmTenxWLg #nEZ1H2okPoQmDclXnuo0Ls8T8EiL04Nb {  }
 }@media only screen and (max-width: 763px) { #xnOzL7XocGPVhzMheQhNq9onmTenxWLg #o2ZkKvIDt9F03G9VkEEFQScA7KfHkfB7 {  }
 }@media only screen and (max-width: 763px) { #xnOzL7XocGPVhzMheQhNq9onmTenxWLg #U5P1fShk3xwH9caQuM5LCbgt3CW4oz6y {  }
 }@media only screen and (max-width: 763px) { #xnOzL7XocGPVhzMheQhNq9onmTenxWLg #uA7DDAEPlgz1OksCrrVNaACiDtlQaMNe {  }
 }@media only screen and (max-width: 763px) { #xnOzL7XocGPVhzMheQhNq9onmTenxWLg #pVQaNFbOQ0NPIkrkFJ1HxNCu9r1tHPHB {  }
 }@media only screen and (max-width: 763px) { #xnOzL7XocGPVhzMheQhNq9onmTenxWLg #MzrQy6396nMFeZn1sJI3kzdT7V7LMSv3 {  }
 }@media only screen and (max-width: 763px) { #xnOzL7XocGPVhzMheQhNq9onmTenxWLg #MtL35dDazi8xJxWqTAb21VFZSHIUQ0za {  }
 }@media only screen and (max-width: 763px) { #xnOzL7XocGPVhzMheQhNq9onmTenxWLg #aQ8petEX1c5TJqDqzKbWBO9XuDLlRoDF {  }
 }@media only screen and (max-width: 763px) { #xnOzL7XocGPVhzMheQhNq9onmTenxWLg #w4S1quwE7M7HLTRCgZqrmuWe7gih6GgP {  }
 }@media only screen and (max-width: 763px) { #xnOzL7XocGPVhzMheQhNq9onmTenxWLg #agV4poXOfVEdZf6fMHMsRAPcrV8nIJJO {  }
 }@media only screen and (max-width: 763px) { #xnOzL7XocGPVhzMheQhNq9onmTenxWLg #bKR0ngHuNrESTpdtQ369vhUO6bEux78v {  }
 }@media only screen and (max-width: 763px) { #xnOzL7XocGPVhzMheQhNq9onmTenxWLg #M8uTK4CSJf8Z2mTJoNrdUPqhFD115FkP {  }
 }@media only screen and (max-width: 763px) { #xnOzL7XocGPVhzMheQhNq9onmTenxWLg #OhzzVbdMugdpJyw4U4wvVP2liBOl22CQ {  }
 }@media only screen and (max-width: 763px) { #xnOzL7XocGPVhzMheQhNq9onmTenxWLg #wlZrsFpdqtlR4kMvUzXPdXFNapsGtCnT {  }
 }@media only screen and (max-width: 763px) { #xnOzL7XocGPVhzMheQhNq9onmTenxWLg #yO8ZOB7S31y9SPq14U524QsW08VE6uuC {  }
 }@media only screen and (max-width: 763px) { #xnOzL7XocGPVhzMheQhNq9onmTenxWLg #dxp3vUhEvQso25I3cD98fx6PO1uqOhfe {  }
 }@media only screen and (max-width: 763px) { #xnOzL7XocGPVhzMheQhNq9onmTenxWLg #hFmb8a2XXQEyQs45PIEgB2vy0RNOR2lk {  }
 }@media only screen and (max-width: 763px) { #xnOzL7XocGPVhzMheQhNq9onmTenxWLg #TaEExeiSMUfuLST5A3UByPiI2KVwNorl {  }
 }@media only screen and (max-width: 763px) { #nqFbSbqmoSGbuFohxWI8OQncpWMdboRe { display:block; }#nqFbSbqmoSGbuFohxWI8OQncpWMdboRe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ml0d7NM2F3EVItbD2hHbsuEx3utpo9eU { top:1.375rem;left:0rem;width:47.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLHTGk2iGTNZTW8rCWZ0WHTKEXOBy1sa { top:6.25rem;left:3.9375rem;width:43.8125rem;height:11.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C36OT4h5QddMR6QKPc5iVsnPLAgdAEJq { top:4.6875rem;left:0rem;width:47.75rem;height:22.384245917387rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLxPGdFsPJypFEmColNhdil6iWtKxzif { top:36rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmsV1NsI46cX6xQQOihArtlLLffTla1D { display:block; }#pmsV1NsI46cX6xQQOihArtlLLffTla1D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #isCJXmVqgXCpiftRenRPUKbzHVrlPNgh { top:1.5rem;left:0rem;width:47.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpVN9Ng48rCcF0hNc2TiFKBb9R181imC { top:6.5rem;left:0rem;width:37.625rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJkgEvqJdemRh8nbJo3wTwwLdb8yiOJ1 { top:16.0625rem;left:0rem;width:37.5625rem;height:9.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT24ID3M8H8rtwnIiLr2Ovxd46GPTL2c { top:5.9375rem;left:15.625rem;width:32.125rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZZVyS0DGKH7MI5Vel6EMMCusdSJZrJu { display:block; }#zZZVyS0DGKH7MI5Vel6EMMCusdSJZrJu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f1OAlN6EXE3VWBaFUWnG8Iaw693XWMfp { top:5.125rem;left:0rem;width:18.875rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #COKsX7BIHSfz7aetyNkEKx1QWz4yC4WE { top:5.125rem;left:5.125rem;width:18.75rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnByFzdq4OmfiizdW67F8Sg7BvPxFFch { top:5.125rem;left:17.0625rem;width:18.75rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4tdSnePD8Ck2UMpA3dIkPaeGETgd28n { top:5.125rem;left:29rem;width:18.75rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3pDiH2Fx12APkLti2fwoeb4egOgSLK2 { top:1.4375rem;left:0rem;width:18.875rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uc6NGt2qJX53uZmBSNpoCvmBVcKi6bOt { top:1.375rem;left:5rem;width:18.875rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvZkineSnkRUlkPoKvASwk54pHACUV6F { top:1.375rem;left:16.9375rem;width:18.875rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRhW5DixxdhLMernmnfAaFSTmueTovWS { top:1.375rem;left:16.9375rem;width:18.875rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAGMsQTrKoM56Ami9kctJqiaV8OIT7Ps { display:block; }#ZAGMsQTrKoM56Ami9kctJqiaV8OIT7Ps > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WlfhU58WRdENcqm99P3L5nwEbR7smWXv { display:block; }#WlfhU58WRdENcqm99P3L5nwEbR7smWXv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RMpN88kEiOQQOipxFTxMQsNdbRJ7wxER { width:22.5rem;height:3.4375rem;top:1.125rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWc9n0kwTSnWp0dr9iIILJzWXC5NgMmX { display:block; }
 }@media only screen and (max-width: 763px) { #lxIGkVlKaKz7bVf6XJdnUpg297I1usGt { display:block; }#lxIGkVlKaKz7bVf6XJdnUpg297I1usGt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fdVBcBxdSGylEukmRPZKphUlW8x41rzR { display:block; }#fdVBcBxdSGylEukmRPZKphUlW8x41rzR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WDrIyWZu0v50PaDHQ93X2Ux1La4mC7l9 { top:1.125rem;left:0rem;width:37.0625rem;height:4.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iToFM9lh1d5yklUeeTiB7MOhp1XLM2Vw { top:1.1875rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
#iToFM9lh1d5yklUeeTiB7MOhp1XLM2Vw > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #hNQH6i41r5KTmXi4ArLtJ3afhrxNcHei { top:3.9375rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#hNQH6i41r5KTmXi4ArLtJ3afhrxNcHei > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #BikdoUWbTlPlKgZkqyCTKJEoI5hnMbWJ { top:7.6875rem;left:0rem;width:14.4375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #AEFzCVO2fD7efODSoSFSw7Z5hTQPcHf4 { position:relative;z-index:auto;display:block; }#AEFzCVO2fD7efODSoSFSw7Z5hTQPcHf4 > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qCc1N9669UrVLTJ5yysq7TX7cosBDM1g { width:9.5rem;height:2.625rem;top:1.1875rem;left:5.2796223958333rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfQiQmDvVVikLvSbUioaVDm60sXbn3wm { width:2.5625rem;height:2.5625rem;top:2.4375rem;left:8.6875rem;display:none; }
#GfQiQmDvVVikLvSbUioaVDm60sXbn3wm > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #f86l2kGpol3HnRIDQXSsmpeMoq5IaGoT { width:2.3125rem;height:2.3125rem;top:2.5625rem;left:8.8125rem;display:none; }
#f86l2kGpol3HnRIDQXSsmpeMoq5IaGoT > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #iNTNUGd6dvt3H14zDmdyMsIEagQ2z5sm { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ba4681d1-2856-4d47-956e-dd50dcf2549c/Header_Mobilephone.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#iNTNUGd6dvt3H14zDmdyMsIEagQ2z5sm.adaptive-delivery-prevent-bg, #iNTNUGd6dvt3H14zDmdyMsIEagQ2z5sm.lazyload, #iNTNUGd6dvt3H14zDmdyMsIEagQ2z5sm.lazyloading { background-image: none; }#iNTNUGd6dvt3H14zDmdyMsIEagQ2z5sm > .row .container { background-color: transparent; background-image: none; }#iNTNUGd6dvt3H14zDmdyMsIEagQ2z5sm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iNTNUGd6dvt3H14zDmdyMsIEagQ2z5sm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iNTNUGd6dvt3H14zDmdyMsIEagQ2z5sm > .row .container > .video-iframe-container { display: none; }#iNTNUGd6dvt3H14zDmdyMsIEagQ2z5sm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iNTNUGd6dvt3H14zDmdyMsIEagQ2z5sm > .row > .video-iframe-container { display: none; }#iNTNUGd6dvt3H14zDmdyMsIEagQ2z5sm > .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); }#iNTNUGd6dvt3H14zDmdyMsIEagQ2z5sm > .row .container { width:20rem;height:19.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sepTGXDCxt9u1W51n4FNBygmLJLygUi8 { width:20rem;height:2.6rem;top:1.9617190361023rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RULmqi26XvdHxX94zv8nlTTnnRMq7HOB { width:17.5rem;height:4.95rem;top:5.5625rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nE72SOSHywtG1sIchLZTnBCJCtbKe9wZ { width:7.5rem;height:0.125rem;top:4.875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsWLckDt8kHO9rrv57hWK744HcfvmMId { width:11.5625rem;height:2.475rem;top:13.3125rem;left:4.1875000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HHVs2bApCUGJnwvKkXkhhVf4kcsEDTkB { display:flex;width:2.5rem;height:2.5rem;top:15.461719512939rem;left:8.7500005364419rem;font-size:1.75rem; }
#HHVs2bApCUGJnwvKkXkhhVf4kcsEDTkB > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #i8yK2uKSOKaULobyN68MscrqWS42g17Z { width:12.625rem;height:5.5rem;top:12.5rem;left:3.7500000596046rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #hoZOqH7XPdBNIrPkrfl8ge2iyioaSuOo { display:block; }
 }@media only screen and (max-width: 763px) { #bc8bqdcogLDwQsMZWJ5iu4KqmEbeQAPu { display:block; }#bc8bqdcogLDwQsMZWJ5iu4KqmEbeQAPu > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yzwxHdTN5hIi2rM7UwNrAutLHR9MFNCw { width:19.5625rem;height:6.75rem;top:0.875rem;left:0.1875rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Zo06huy27pBi0gX6Zwafin4aWQXpexVe { background-color:#f6f6f6;background-image:url("https://images.assets-landingi.com/uc/398f57d3-9952-4b00-81c1-a976babadebd/TeslaTube_V3.jpg");background-position:bottom left !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:initial !important;display:block; }#Zo06huy27pBi0gX6Zwafin4aWQXpexVe.adaptive-delivery-prevent-bg, #Zo06huy27pBi0gX6Zwafin4aWQXpexVe.lazyload, #Zo06huy27pBi0gX6Zwafin4aWQXpexVe.lazyloading { background-image: none; }#Zo06huy27pBi0gX6Zwafin4aWQXpexVe > .row .container { background-color: transparent; background-image: none; }#Zo06huy27pBi0gX6Zwafin4aWQXpexVe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zo06huy27pBi0gX6Zwafin4aWQXpexVe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zo06huy27pBi0gX6Zwafin4aWQXpexVe > .row .container > .video-iframe-container { display: none; }#Zo06huy27pBi0gX6Zwafin4aWQXpexVe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zo06huy27pBi0gX6Zwafin4aWQXpexVe > .row > .video-iframe-container { display: none; }#Zo06huy27pBi0gX6Zwafin4aWQXpexVe > .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); }#Zo06huy27pBi0gX6Zwafin4aWQXpexVe > .row .container { width:20rem;height:31.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SlrOBywGUqegT0UZRnW55Nilc3VOAnuw { width:9.375rem;height:0.125rem;top:3.875rem;left:5.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5Ael1PIzAyQQkwcXlKm968KlO7Ekz0z { width:17.125rem;height:3.25rem;top:4.5625rem;left:1.4375rem;font-size:1.25rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cku6d6ATshJgBNM3o794fI4nPUxPrRlf { width:17.125rem;height:9rem;top:8.8125rem;left:1.4375000596046rem;font-size:1rem;text-align:justify;text-align-last:initial;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Q9T1kkNRTzVzh0En6CCx6XR4i3tpImlc { width:2.9375rem;height:3.125rem;top:19rem;left:1.3124999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #SieDkEGfCDNdUFZC7NMs6TnEkP1rHCVD { width:8.8125rem;height:2.1125rem;top:19.5078125rem;left:5.0625000596046rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBblNm466e0TXN7rebC6duzQkxAMkzTO { width:2.4375rem;height:3rem;top:22.9375rem;left:1.3124999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #gI9WKWAODXDg178voa1mGbfk86SBa3cW { width:9.25rem;height:2.1125rem;top:23.399223327637rem;left:5.0000000596046rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKG68xVTZhGZdtHroIJHOqAigCccU6lS { width:2.125rem;height:3.25rem;top:26.75rem;left:1.5000000596046rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sfCRvkd4nIeApmXfMAObTwbuOQhT4CiT { width:8.75rem;height:2.1125rem;top:27.3203125rem;left:5.0625000596046rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeqgheGmWHvCpf5sexqI4wIFz7H9eWJm { width:11.9375rem;height:3.125rem;top:0.8125rem;left:4.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLl6vAO11buW6nwa4qzTis97s7zPzRXa { display:block; }#gLl6vAO11buW6nwa4qzTis97s7zPzRXa > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aanoKwT5pfs0WuCe1O67Uvv8dQNXcZNf { width:17.3125rem;height:2.75rem;top:1.1851577758789rem;left:1.3124999403954rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTy7gVKFGNLDqXaRMHvPTM7AC6p6HPwB { display:block; }
 }@media only screen and (max-width: 763px) { #wqWHvWK6pSvWi2Uv0e8WLmleo5RTyI6T { display:block; }#wqWHvWK6pSvWi2Uv0e8WLmleo5RTyI6T > .row .container { width:20rem;height:33.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SGaCozJi3fPEDzHMFqNq5TserXc4knBW { width:16.0625rem;height:1.54375rem;top:1.0625rem;left:4.0625000596046rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u327ofC5WxGsBw4qO2kNKX1fgT5OEvaS { display:flex;width:1.875rem;height:1.875rem;top:1rem;left:1.3992187619209rem; }
 }@media only screen and (max-width: 763px) { #Tvgrm1OryEmVzTM6h7phEIKesmVXsnoM { width:18.25rem;height:18rem;top:3.3125rem;left:0.875rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #XPi34cl2CoEA7lhk0Tl8giAnGTMlzsT6 { width:20rem;height:0.89375rem;top:2.7937498092651rem;left:0rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yASfghCZczJlKKl5ivJcWTURP7dcAAsM { width:18.1875rem;height:9.6875rem;top:22.3125rem;left:0.87500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbdH2rXMm2cr5cR2prXva2VUZ2TR1uT6 { display:block; }#bbdH2rXMm2cr5cR2prXva2VUZ2TR1uT6 > .row .container { width:20rem;height:36.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cSQl5G1XiuMl8nAe0fhhEGcuM2rQAGO8 { width:15.8125rem;height:2.85rem;top:1.0187511444092rem;left:4.0625rem;font-size:1.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #iTT2zWfXHZZyukowxgkJ16H8sUIWgDwH { display:flex;width:1.875rem;height:1.875rem;top:1.5625rem;left:1.2500000596046rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #oNETxpW6gQue2JO3CLyB0GoVOO9yAAJP { width:18.4375rem;height:19.5rem;top:4.8125rem;left:0.75rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #k6afXRuTlaU4OrG8RFF5xoWBML2QBtPv { width:20rem;height:3.25rem;top:13.2rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tc96G3tvAsSf6SdgmbWCvHS3QxMTwW6d { width:18.125rem;height:10rem;top:25.3125rem;left:0.93750005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #zENlXaxHUz9y1mCSbFBEyzw3ZoQ3tIy4 { display:block; }#zENlXaxHUz9y1mCSbFBEyzw3ZoQ3tIy4 > .row .container { width:20rem;height:36.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ABxlvx4VurTvUenzFnhSTEH7LT4CZbO3 { width:12.75rem;height:2.85rem;top:1.1875rem;left:4.1250000596046rem;font-size:1.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #L4G7aZv9eB8LQfI9kZbeoxGdO6LlprG9 { display:flex;width:1.875rem;height:1.875rem;top:1.625rem;left:1.2500000596046rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #vHLW2H1HwRHkoh2LLmHwTrhhmctQ4NL6 { width:18.25rem;height:19.5rem;top:5.125rem;left:0.87500005960463rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #GOOzmHF7EBdLlsEGMKL9FfTO6t9KtbFH { width:20rem;height:4.875rem;top:13.2rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #RTF8Ie0sd3FEcU5rkdzSTxvQSrybuD1a { width:18.25rem;height:10.125rem;top:24.625rem;left:0.93750005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcAJRH35OPNOLDGh06sIgbe2KOwzmXfo { display:block; }#JcAJRH35OPNOLDGh06sIgbe2KOwzmXfo > .row .container { width:20rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #III20GL1qgwfJmvNCCalkFw2vop9AlJu { width:12.9375rem;height:3.0875rem;top:1.1624984741211rem;left:4.1875000596046rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvVgrRA4rutJTKoSafi1lZBrCOQfn9Ew { display:flex;width:1.875rem;height:1.875rem;top:1.7499980926514rem;left:1.2500000596046rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #zIWP19eTw3gsO9rmEhAI7cv7e8eJ2C16 { width:17.5rem;height:21rem;top:5.3125rem;left:1.3125rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #vDs3ZlIlXTy1pNLBeW7apTXTASefss2T { width:20rem;height:3.25rem;top:13.2rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #AHidv7wUOxU1CWr6iBVF4mgIlT08IGIV { width:17.5625rem;height:9.5rem;top:26.187500953674rem;left:1.2305709074832rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPynHbnGxhMo4e5Gakgz6ITU0pJwvS9h { display:block; }#JPynHbnGxhMo4e5Gakgz6ITU0pJwvS9h > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P0irfRtGC4suOwmXeqLNvplaMFl9SyZw { width:17.4375rem;height:2.75rem;top:1.1851654052734rem;left:1.3124999403954rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fn3BFkmQdclPlMZHheFxNpTKl5kTyEuD { display:block; }
 }@media only screen and (max-width: 763px) { #E8hPTe156F5SnxSnST15tPJFAJIviLzu { display:block; }#E8hPTe156F5SnxSnST15tPJFAJIviLzu > .row .container { width:20rem;height:47.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wQqsasrQWmw9nw2DFaOxy7U2ILauw34u { width:20rem;height:1.7875rem;top:1.25rem;left:0rem;font-size:1.375rem;line-height:1.3;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bN1FJLClpfeTNUgpAZdzCxAheKoMxqhJ { width:17.3125rem;height:11.5rem;top:34.25rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnOzL7XocGPVhzMheQhNq9onmTenxWLg .widget-regular-label { width:14.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#xnOzL7XocGPVhzMheQhNq9onmTenxWLg .widget-input-text { width:14.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.875rem; }
#xnOzL7XocGPVhzMheQhNq9onmTenxWLg .widget-input-text {padding-top: 0; padding-bottom: 0;}#xnOzL7XocGPVhzMheQhNq9onmTenxWLg .widget-textarea { width:14.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xnOzL7XocGPVhzMheQhNq9onmTenxWLg .widget-input-select { width:14.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;height:1.875rem; }
#xnOzL7XocGPVhzMheQhNq9onmTenxWLg .widget-input-select {padding-top: 0; padding-bottom: 0;}#xnOzL7XocGPVhzMheQhNq9onmTenxWLg .widget-input-button { width:14.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.125rem;overflow:hidden;height:2.75rem; }
#xnOzL7XocGPVhzMheQhNq9onmTenxWLg [class*="-text"]:-moz-placeholder { font-size:1rem; }
#xnOzL7XocGPVhzMheQhNq9onmTenxWLg [class*="-text"]::-moz-placeholder { font-size:1rem; }
#xnOzL7XocGPVhzMheQhNq9onmTenxWLg [class*="-text"]:-ms-input-placeholder { font-size:1rem; }
#xnOzL7XocGPVhzMheQhNq9onmTenxWLg [class*="-text"]::-webkit-input-placeholder { font-size:1rem; }
#xnOzL7XocGPVhzMheQhNq9onmTenxWLg .widget-checkbox-label { width:13.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.5625rem;overflow:hidden;height:auto; }
#xnOzL7XocGPVhzMheQhNq9onmTenxWLg .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0; }
#xnOzL7XocGPVhzMheQhNq9onmTenxWLg .widget-container:first-of-type{padding-top:0;}#xnOzL7XocGPVhzMheQhNq9onmTenxWLg .widget-container:last-of-type{padding-bottom:0;}#xnOzL7XocGPVhzMheQhNq9onmTenxWLg  { width:14.8125rem;height:auto;top:4.125rem;left:1.2500000596046rem; }
#xnOzL7XocGPVhzMheQhNq9onmTenxWLg .radio-container { width:14.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xnOzL7XocGPVhzMheQhNq9onmTenxWLg {display:block;}#xnOzL7XocGPVhzMheQhNq9onmTenxWLg { width:14.8125rem;height:auto;top:4.125rem;left:1.2500000596046rem; }
 }@media only screen and (max-width: 763px) { #xnOzL7XocGPVhzMheQhNq9onmTenxWLg #NF6NyVF4dCPM0eZifo40Fe3rRc1Iskma {  }
 }@media only screen and (max-width: 763px) { #xnOzL7XocGPVhzMheQhNq9onmTenxWLg #rsAeMZbafR2dkd0uoreMh14VvKQrAJmy { display:none; }
 }@media only screen and (max-width: 763px) { #xnOzL7XocGPVhzMheQhNq9onmTenxWLg #UVWUAiVDU7pKkr7Wvf4q8cNamegzw3yN {  }
 }@media only screen and (max-width: 763px) { #xnOzL7XocGPVhzMheQhNq9onmTenxWLg #ifDclaqGVO76T7QIdup4OzTEwacZ5w9g {  }
 }@media only screen and (max-width: 763px) { #xnOzL7XocGPVhzMheQhNq9onmTenxWLg #oSMbdHm0TvHK0hKKoc7MlKyT9k4VgD1F { display:none; }
 }@media only screen and (max-width: 763px) { #xnOzL7XocGPVhzMheQhNq9onmTenxWLg #PIHn6WTg4EIzwMXITHMSHeIPCnmteMti {  }
 }@media only screen and (max-width: 763px) { #xnOzL7XocGPVhzMheQhNq9onmTenxWLg #dUciPTnbRbPvZk54FzM6M1dg42DbNcyb {  }
 }@media only screen and (max-width: 763px) { #xnOzL7XocGPVhzMheQhNq9onmTenxWLg #R2TMtPTigPh05ey3S33ras0ytklIO7MT {  }
 }@media only screen and (max-width: 763px) { #xnOzL7XocGPVhzMheQhNq9onmTenxWLg #nEZ1H2okPoQmDclXnuo0Ls8T8EiL04Nb {  }
 }@media only screen and (max-width: 763px) { #xnOzL7XocGPVhzMheQhNq9onmTenxWLg #o2ZkKvIDt9F03G9VkEEFQScA7KfHkfB7 {  }
 }@media only screen and (max-width: 763px) { #xnOzL7XocGPVhzMheQhNq9onmTenxWLg #U5P1fShk3xwH9caQuM5LCbgt3CW4oz6y {  }
 }@media only screen and (max-width: 763px) { #xnOzL7XocGPVhzMheQhNq9onmTenxWLg #uA7DDAEPlgz1OksCrrVNaACiDtlQaMNe {  }
 }@media only screen and (max-width: 763px) { #xnOzL7XocGPVhzMheQhNq9onmTenxWLg #pVQaNFbOQ0NPIkrkFJ1HxNCu9r1tHPHB {  }
 }@media only screen and (max-width: 763px) { #xnOzL7XocGPVhzMheQhNq9onmTenxWLg #MzrQy6396nMFeZn1sJI3kzdT7V7LMSv3 {  }
 }@media only screen and (max-width: 763px) { #xnOzL7XocGPVhzMheQhNq9onmTenxWLg #MtL35dDazi8xJxWqTAb21VFZSHIUQ0za {  }
 }@media only screen and (max-width: 763px) { #xnOzL7XocGPVhzMheQhNq9onmTenxWLg #aQ8petEX1c5TJqDqzKbWBO9XuDLlRoDF {  }
 }@media only screen and (max-width: 763px) { #xnOzL7XocGPVhzMheQhNq9onmTenxWLg #w4S1quwE7M7HLTRCgZqrmuWe7gih6GgP {  }
 }@media only screen and (max-width: 763px) { #xnOzL7XocGPVhzMheQhNq9onmTenxWLg #agV4poXOfVEdZf6fMHMsRAPcrV8nIJJO {  }
 }@media only screen and (max-width: 763px) { #xnOzL7XocGPVhzMheQhNq9onmTenxWLg #bKR0ngHuNrESTpdtQ369vhUO6bEux78v {  }
 }@media only screen and (max-width: 763px) { #xnOzL7XocGPVhzMheQhNq9onmTenxWLg #M8uTK4CSJf8Z2mTJoNrdUPqhFD115FkP {  }
 }@media only screen and (max-width: 763px) { #xnOzL7XocGPVhzMheQhNq9onmTenxWLg #OhzzVbdMugdpJyw4U4wvVP2liBOl22CQ {  }
 }@media only screen and (max-width: 763px) { #xnOzL7XocGPVhzMheQhNq9onmTenxWLg #wlZrsFpdqtlR4kMvUzXPdXFNapsGtCnT {  }
 }@media only screen and (max-width: 763px) { #xnOzL7XocGPVhzMheQhNq9onmTenxWLg #yO8ZOB7S31y9SPq14U524QsW08VE6uuC {  }
 }@media only screen and (max-width: 763px) { #xnOzL7XocGPVhzMheQhNq9onmTenxWLg #dxp3vUhEvQso25I3cD98fx6PO1uqOhfe {  }
 }@media only screen and (max-width: 763px) { #xnOzL7XocGPVhzMheQhNq9onmTenxWLg #hFmb8a2XXQEyQs45PIEgB2vy0RNOR2lk {  }
 }@media only screen and (max-width: 763px) { #xnOzL7XocGPVhzMheQhNq9onmTenxWLg #TaEExeiSMUfuLST5A3UByPiI2KVwNorl {  }
 }@media only screen and (max-width: 763px) { #nqFbSbqmoSGbuFohxWI8OQncpWMdboRe { display:block; }#nqFbSbqmoSGbuFohxWI8OQncpWMdboRe > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ml0d7NM2F3EVItbD2hHbsuEx3utpo9eU { width:20rem;height:1.7875rem;top:1.4624996185302rem;left:0rem;font-size:1.375rem;line-height:1.3;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zLHTGk2iGTNZTW8rCWZ0WHTKEXOBy1sa { width:17.9375rem;height:18rem;top:4.25rem;left:1rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #C36OT4h5QddMR6QKPc5iVsnPLAgdAEJq { width:20rem;height:9.375rem;top:33.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLxPGdFsPJypFEmColNhdil6iWtKxzif { width:17.875rem;height:9rem;top:23.25rem;left:1rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #pmsV1NsI46cX6xQQOihArtlLLffTla1D { display:block; }#pmsV1NsI46cX6xQQOihArtlLLffTla1D > .row .container { width:20rem;height:45.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #isCJXmVqgXCpiftRenRPUKbzHVrlPNgh { width:20rem;height:3.575rem;top:1.25rem;left:0rem;font-size:1.375rem;line-height:1.3;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FpVN9Ng48rCcF0hNc2TiFKBb9R181imC { width:18.4375rem;height:10.5rem;top:6.07421875rem;left:0.8125rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #GJkgEvqJdemRh8nbJo3wTwwLdb8yiOJ1 { width:18.25rem;height:13.5rem;top:17.5rem;left:0.875rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #kT24ID3M8H8rtwnIiLr2Ovxd46GPTL2c { width:19.6875rem;height:12.0625rem;top:32rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZZVyS0DGKH7MI5Vel6EMMCusdSJZrJu { display:block; }#zZZVyS0DGKH7MI5Vel6EMMCusdSJZrJu > .row .container { width:20rem;height:29.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f1OAlN6EXE3VWBaFUWnG8Iaw693XWMfp { width:20rem;height:2.925rem;top:4.0771484375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #COKsX7BIHSfz7aetyNkEKx1QWz4yC4WE { width:20rem;height:2.925rem;top:11rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AnByFzdq4OmfiizdW67F8Sg7BvPxFFch { width:20rem;height:2.925rem;top:17.6318359375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K4tdSnePD8Ck2UMpA3dIkPaeGETgd28n { width:20rem;height:2.925rem;top:24.8408203125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A3pDiH2Fx12APkLti2fwoeb4egOgSLK2 { width:20rem;height:2.6rem;top:1.546875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Uc6NGt2qJX53uZmBSNpoCvmBVcKi6bOt { width:20rem;height:2.6rem;top:8.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XvZkineSnkRUlkPoKvASwk54pHACUV6F { width:20rem;height:2.6rem;top:15.078125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tRhW5DixxdhLMernmnfAaFSTmueTovWS { width:20rem;height:2.6rem;top:22.3037109375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZAGMsQTrKoM56Ami9kctJqiaV8OIT7Ps { display:block; }#ZAGMsQTrKoM56Ami9kctJqiaV8OIT7Ps > .row .container { width:20rem;height:2.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WlfhU58WRdENcqm99P3L5nwEbR7smWXv { display:block; }#WlfhU58WRdENcqm99P3L5nwEbR7smWXv > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RMpN88kEiOQQOipxFTxMQsNdbRJ7wxER { width:17.5rem;height:2.75rem;top:1.1851501464844rem;left:1.2499999403954rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWc9n0kwTSnWp0dr9iIILJzWXC5NgMmX { display:block; }
 }@media only screen and (max-width: 763px) { #lxIGkVlKaKz7bVf6XJdnUpg297I1usGt { display:block; }#lxIGkVlKaKz7bVf6XJdnUpg297I1usGt > .row .container { width:20rem;height:2.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fdVBcBxdSGylEukmRPZKphUlW8x41rzR { display:block; }#fdVBcBxdSGylEukmRPZKphUlW8x41rzR > .row .container { width:20rem;height:11.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WDrIyWZu0v50PaDHQ93X2Ux1La4mC7l9 { width:12.5rem;height:5.15625rem;top:1.25rem;left:0.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iToFM9lh1d5yklUeeTiB7MOhp1XLM2Vw { width:2.1875rem;height:2.1875rem;top:1.3125rem;left:17.5rem;display:block; }
#iToFM9lh1d5yklUeeTiB7MOhp1XLM2Vw > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #hNQH6i41r5KTmXi4ArLtJ3afhrxNcHei { width:1.875rem;height:1.875rem;top:3.6875rem;left:17.625rem;display:block; }
#hNQH6i41r5KTmXi4ArLtJ3afhrxNcHei > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #BikdoUWbTlPlKgZkqyCTKJEoI5hnMbWJ { width:13.625rem;height:2.1875rem;top:7.75rem;left:0.375rem;display:block; }
 }