.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;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/837488a4-7c02-4e5b-be52-0755fd4802c2/TO.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.adaptive-delivery-prevent-bg, #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.lazyload, #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.lazyloading { background-image: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { background-color: transparent; background-image: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container > .video-iframe-container { display: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container { display: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .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); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { border-width: 0; border-radius: 0; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { font-size:14px;font-family:arial;height:698px;width:1200px;overflow:visible;position:relative;display:block; }#RoV8a6KiPhKFdPCQrLNHBGnzw0ic3Snt { color:#ffffff;display:block;width:742px;position:absolute;font-family:poppins;font-size:19px;font-weight:300;z-index:15021;line-height:1.4;letter-spacing:0;text-shadow:1px 1px 14px rgba(0,0,0,0.13);top:329px;left:442px;height:78px;font-style:normal;display:block; }
#o4yfhwoHWI4Lg42d3dWFTOKLScecmcQO { background-color:#000000;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:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:202.984375px;height:55.984375px;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:492.015625px;left:703.5px;display:block; }
#dA8hp8EJhUSt0WM8OwT6DmKrzQ6vakAx { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ManOZ6b2GRrEuZJKq2DXJF0sVT5aIpMv { color:#ff0000;display:block;width:726px;position:absolute;font-family:poppins;font-size:40px;font-weight:700;z-index:15022;line-height:1.1;letter-spacing:0;top:165px;left:442px;height:88px;font-style:normal;display:block; }
#v8MHfDt5WmEDPuJWelNrwXP1OGCSBLzZ { position:absolute;display:block;z-index:15025;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:81px;width:740px;top:73px;left:442px;overflow:hidden;display:block; }
#dx4haP90p7PeoDGMO1peIDoUWTKBGvTP { background-color:#000000;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:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:202.984375px;height:55.984375px;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:492.015625px;left:442px;display:block; }
#yLyvJ04XeLbhETeR89LNhnNAHhENkHOf { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#HTyLb4TNv3RIgoyd9iVnio6mLAZF6RAL { 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:474px;width:362px;top:73px;left:0px;overflow:hidden;display:block; }
#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 { 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; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container { background-color: transparent; background-image: none; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container > .video-iframe-container { display: none; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row > .video-iframe-container { display: none; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .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); }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container { border-width: 0; border-radius: 0; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container { font-size:14px;font-family:arial;height:712px;width:1200px;position:relative;display:block; }#vBU7PDzsJKMZF1oxTAiKhk07MMBKNMZx { color:#ff0000;display:block;width:540px;position:absolute;font-family:poppins;font-size:19px;font-weight:700;z-index:15027;line-height:1.1;letter-spacing:0;top:230px;left:660px;height:20px;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#muCDpV43RGXTWTTxm1O0c8AvS0JhGRXZ { color:#1346a3;display:block;width:534px;position:absolute;font-family:poppins;font-size:17px;font-weight:300;z-index:15024;line-height:1.4;letter-spacing:0;top:275.5px;left:660px;height:138px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EGKXl5RqOWCV5vSeMP3bDwpOZfzur1Ua { position:absolute;display:block;z-index:15026;background-color:#fbfaf8;background-image:url("https://images.assets-landingi.com/uc/c31a038d-b96f-492c-84c0-3f3fe7b69c0d/FOTO6.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:560px;width:600px;top:78px;left:0px;display:block; }#EGKXl5RqOWCV5vSeMP3bDwpOZfzur1Ua.adaptive-delivery-prevent-bg, #EGKXl5RqOWCV5vSeMP3bDwpOZfzur1Ua.lazyload, #EGKXl5RqOWCV5vSeMP3bDwpOZfzur1Ua.lazyloading { background-image: none; }
#IbtDqkmhs3NEh42GqNtTkFHHHfivfBbK { color:#1346a3;display:block;width:540px;position:absolute;font-family:poppins;font-size:36px;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:189px;left:660px;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QW52twILfzH0cXcgWaTIe5sC06ofTGvN { color:#ff0000;display:block;width:540px;position:absolute;font-family:poppins;font-size:20px;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:145px;left:661px;height:20px;font-style:normal;display:block; }
#tdgdLrWnx11U7seMkNV0dAqPgq5RpatV { background-color:#ff0000;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:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:202.984375px;height:55.984375px;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:583.015625px;left:661px;display:block; }
#evh54SvkhIIEXCU05MLWwApgdwPTH7O9 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#IcitbrXR2t6XHLAxJKDk2duIbxTqvNRp { background-color:#ff0000;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:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:203px;height:56px;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:583.015625px;left:890px;display:block; }
#lpOsLM5Ebod5rVt5ncyJnRBuLE3c6fNJ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Qqu5Vp2Xw75WGmdRBCFnKPD7udgnh9pR { color:#ff0000;display:block;width:540px;position:absolute;font-family:poppins;font-size:25px;font-weight:700;z-index:15028;line-height:1.1;letter-spacing:0;top:486px;left:660px;height:27px;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT { 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; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row .container { background-color: transparent; background-image: none; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row .container > .video-iframe-container { display: none; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row > .video-iframe-container { display: none; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .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); }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row .container { border-width: 0; border-radius: 0; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row .container { font-size:14px;font-family:arial;height:277px;width:1200px;position:relative;display:block; }#tlVwufIvVtq5Iygzb8ZSCGlLG21gmHiT { color:#1346a3;display:block;width:918.96875px;position:absolute;font-family:poppins;font-size:18px;font-weight:300;z-index:15023;line-height:1.4;letter-spacing:0;top:94px;left:140.515625px;height:125px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gBqxNSmv0ipg35M6GGpEgs2TGOIckTDm { color:#ff0000;display:block;width:1200px;position:absolute;font-family:poppins;font-size:48px;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:35px;left:0px;height:48px;font-style:normal;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;display:block; }
#dH4THbn2TRUSpXBPyegQ0XRRTdrFAGVW { 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; }#dH4THbn2TRUSpXBPyegQ0XRRTdrFAGVW > .row .container { background-color: transparent; background-image: none; }#dH4THbn2TRUSpXBPyegQ0XRRTdrFAGVW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dH4THbn2TRUSpXBPyegQ0XRRTdrFAGVW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dH4THbn2TRUSpXBPyegQ0XRRTdrFAGVW > .row .container > .video-iframe-container { display: none; }#dH4THbn2TRUSpXBPyegQ0XRRTdrFAGVW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dH4THbn2TRUSpXBPyegQ0XRRTdrFAGVW > .row > .video-iframe-container { display: none; }#dH4THbn2TRUSpXBPyegQ0XRRTdrFAGVW > .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); }#dH4THbn2TRUSpXBPyegQ0XRRTdrFAGVW > .row .container { border-width: 0; border-radius: 0; }#dH4THbn2TRUSpXBPyegQ0XRRTdrFAGVW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dH4THbn2TRUSpXBPyegQ0XRRTdrFAGVW > .row .container { font-size:14px;font-family:arial;height:441px;width:1200px;position:relative;display:block; }#Umusvgqr4v8rmS3cotawm7FIZuE6UZrc { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,108,0,0.08), #1346a3);background-image: -moz-linear-gradient(180deg, rgba(255,108,0,0.08), #1346a3);background-image: -ms-linear-gradient(180deg, rgba(255,108,0,0.08), #1346a3);background-image: -o-linear-gradient(180deg, rgba(255,108,0,0.08), #1346a3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#14ff6c00', endColorstr='#1346a3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#14ff6c00', endColorstr='#1346a3' );";background-image: linear-gradient(180deg, rgba(255,108,0,0.08), #1346a3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:141px;width:386px;top:59px;left:407.015625px;display:block; }
#Osq9V7uEwKmVwI9TiWTdMBB4uiU09p6u { position:absolute;display:block;z-index:15026;background-color:#ff6c00;background-image:url("https://images.assets-landingi.com/uc/6be46b89-ee4a-42c9-bed5-51b5ff0bf9af/FOTO5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:200px;width:385.984px;top:0px;left:407px;display:block; }#Osq9V7uEwKmVwI9TiWTdMBB4uiU09p6u.adaptive-delivery-prevent-bg, #Osq9V7uEwKmVwI9TiWTdMBB4uiU09p6u.lazyload, #Osq9V7uEwKmVwI9TiWTdMBB4uiU09p6u.lazyloading { background-image: none; }
#ltCNOnJfB7DCnnCGNEmNT5A3KbO66uLV { color:#ffffff;display:block;width:348.969px;position:absolute;font-family:poppins;font-size:50px;font-weight:700;z-index:15030;line-height:1;letter-spacing:0;top:151px;left:409px;height:50px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#umLfuE53inRS3V3mv9LTh0aC0NOmkaOF { color:#ff0000;display:block;width:380px;position:absolute;font-family:poppins;font-size:25px;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:227px;left:407px;height:32px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pHvVmri8HvXuTfZW8ySEu3Qxr1B3yIR4 { color:#1346a3;display:block;width:386px;position:absolute;font-family:poppins;font-size:18px;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:273px;left:407px;height:92px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ItlDu1iBFzRCWolxoKUVRwuDHr8xOacT { position:absolute;display:block;z-index:15034;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,108,0,0.08), #1346a3);background-image: -moz-linear-gradient(180deg, rgba(255,108,0,0.08), #1346a3);background-image: -ms-linear-gradient(180deg, rgba(255,108,0,0.08), #1346a3);background-image: -o-linear-gradient(180deg, rgba(255,108,0,0.08), #1346a3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#14ff6c00', endColorstr='#1346a3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#14ff6c00', endColorstr='#1346a3' );";background-image: linear-gradient(180deg, rgba(255,108,0,0.08), #1346a3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:138px;width:387px;top:64px;left:813px;display:block; }
#wTSAaZBvtCADJdnJbAV37na9rNawNZ64 { position:absolute;display:block;z-index:15031;background-color:#ff6c00;background-image:url("https://images.assets-landingi.com/uc/9648f118-9380-44c0-8801-e707c98a5342/FOTO3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:200px;width:385.984px;top:1px;left:813px;display:block; }#wTSAaZBvtCADJdnJbAV37na9rNawNZ64.adaptive-delivery-prevent-bg, #wTSAaZBvtCADJdnJbAV37na9rNawNZ64.lazyload, #wTSAaZBvtCADJdnJbAV37na9rNawNZ64.lazyloading { background-image: none; }
#OxH0JEZ4zL7L123kBo5mU8UnJelTf0gy { color:#ffffff;display:block;width:348.984px;position:absolute;font-family:poppins;font-size:50px;font-weight:700;z-index:15035;line-height:1;letter-spacing:0;top:152px;left:818px;height:50px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ueoRC8T77yRO9VXn6I7XNFBRtpr3mTtL { color:#ff0000;display:block;width:380px;position:absolute;font-family:poppins;font-size:25px;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:228px;left:813px;height:32px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Gsmuxp8Gaap5Ukq7oLV3HVefTCVatm50 { color:#1346a3;display:block;width:386px;position:absolute;font-family:poppins;font-size:18px;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:273px;left:814px;height:92px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G60svDWf4g0DG9nIVEWKTDAr4hWnBGv8 { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,108,0,0.08), #1346a3);background-image: -moz-linear-gradient(180deg, rgba(255,108,0,0.08), #1346a3);background-image: -ms-linear-gradient(180deg, rgba(255,108,0,0.08), #1346a3);background-image: -o-linear-gradient(180deg, rgba(255,108,0,0.08), #1346a3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#14ff6c00', endColorstr='#1346a3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#14ff6c00', endColorstr='#1346a3' );";background-image: linear-gradient(180deg, rgba(255,108,0,0.08), #1346a3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:140px;width:386px;top:60px;left:0px;display:block; }
#J9wQCeRWJF8akrvnxTBmzWxMuh0HLBN3 { color:#ffffff;display:block;width:348.969px;position:absolute;font-family:poppins;font-size:50px;font-weight:700;z-index:15025;line-height:1;letter-spacing:0;top:151px;left:3px;height:50px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MVXOEk9KklxDBTZeuaotApJxb7BXTTAe { color:#ff0000;display:block;width:386px;position:absolute;font-family:poppins;font-size:25px;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:227px;left:0px;height:32px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N6SdBnpnmUOakENbDqeK2T9TEz6C55LT { color:#1346a3;display:block;width:386px;position:absolute;font-family:poppins;font-size:18px;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:273px;left:0px;height:138px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yc3ExUqoIuEkB2NhNGK0rpdhZxQ4u3Fu { position:absolute;display:block;z-index:15021;background-color:#ff6c00;background-image:url("https://images.assets-landingi.com/uc/ba148390-376d-4ebc-990d-1b8ce8dafe14/FOTO4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:200px;width:385.984px;top:0px;left:0px;display:block; }#yc3ExUqoIuEkB2NhNGK0rpdhZxQ4u3Fu.adaptive-delivery-prevent-bg, #yc3ExUqoIuEkB2NhNGK0rpdhZxQ4u3Fu.lazyload, #yc3ExUqoIuEkB2NhNGK0rpdhZxQ4u3Fu.lazyloading { background-image: none; }
#quMIvPAkMDNss7FK6mRaKQFfOywqcndT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf8f8;background-image:url("https://images.assets-landingi.com/uc/837488a4-7c02-4e5b-be52-0755fd4802c2/TO.jpg");background-position:top right !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; }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT.adaptive-delivery-prevent-bg, #quMIvPAkMDNss7FK6mRaKQFfOywqcndT.lazyload, #quMIvPAkMDNss7FK6mRaKQFfOywqcndT.lazyloading { background-image: none; }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT > .row .container { background-color: transparent; background-image: none; }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT > .row .container > .video-iframe-container { display: none; }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT > .row > .video-iframe-container { display: none; }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT > .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); }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT > .row .container { border-width: 0; border-radius: 0; }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT > .row .container { font-size:14px;font-family:arial;height:298px;width:1200px;position:relative;display:block; }#yTbxUSfgfMrJfCSUkgKWbTlydL8P0I1h { color:#ff0000;display:block;width:749px;position:absolute;font-family:poppins;font-size:37px;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:39px;left:451px;height:37px;font-style:normal;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;display:block; }
#DflKVbUvJId4tDTsn1tqRGEE9glSMCHn { color:#ffffff;display:block;width:680px;position:absolute;font-family:poppins;font-size:18px;font-weight:300;z-index:15023;line-height:1.4;letter-spacing:0;top:85px;left:485.5px;height:150px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NH2QIKPFzsGTHfNrit2tFVWyH9OF6WBG { position:absolute;display:block;z-index:15029;border-top:5px solid #ff0000;border-left:5px solid #ff0000;border-right:5px solid #ff0000;border-bottom:5px solid #ff0000;box-shadow: none;height:215px;width:388px;top:36.5px;left:41px;display:block; }
#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaf8;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; }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row .container { background-color: transparent; background-image: none; }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row .container > .video-iframe-container { display: none; }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row > .video-iframe-container { display: none; }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .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); }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row .container { border-width: 0; border-radius: 0; }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row .container { font-size:14px;font-family:arial;height:111px;width:1200px;position:relative;display:block; }#ZBMNnk2uFdHuiS4oEItN35RnfsH3RBS7 { color:#ff0000;display:block;width:1200px;position:absolute;font-family:poppins;font-size:50px;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:33px;left:0px;height:100px;font-style:normal;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;display:block; }
#STJ4uLh0cgb5wt24AcTw95niXEW31fwF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaf8;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; }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row .container { background-color: transparent; background-image: none; }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row .container > .video-iframe-container { display: none; }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row > .video-iframe-container { display: none; }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .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); }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row .container { border-width: 0; border-radius: 0; }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row .container { font-size:14px;font-family:arial;height:428px;width:1200px;position:relative;display:block; }#XfxVIRctNZQEkSQ1ec0mXZy1kp5RAXKS { color:#ff0000;display:block;width:350px;position:absolute;font-family:poppins;font-size:24px;font-weight:700;z-index:15062;line-height:1;letter-spacing:0;top:189px;left:426px;height:24px;font-style:normal;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;display:block; }
#DC3OrLS2tWM5T1DygKm44xNxXBH3Mlrc { position:absolute;display:block;z-index:15073;background-color:#1346a3;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:700px;border-top-right-radius:700px;border-bottom-left-radius:700px;border-bottom-right-radius:700px;box-shadow: none;height:150px;width:150px;top:9px;left:525px;display:block; }
#sBhRDEgaP4g8Iw6s5INMUJH8LbQSnlNB { color:#1346a3;display:block;width:310px;position:absolute;font-family:poppins;font-size:16px;font-weight:300;z-index:15047;line-height:1.4;letter-spacing:0;top:229px;left:441px;height:110px;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-5px;padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qqHlyZmzHOGtL2XMweUMLocK7VLFDUfQ { color:#ff0000;display:block;width:350px;position:absolute;font-family:poppins;font-size:24px;font-weight:700;z-index:15066;line-height:1;letter-spacing:0;top:189px;left:805px;height:24px;font-style:normal;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;display:block; }
#AsCJAfbI9fO1eT2BfqcWErP7BM2lQHcU { position:absolute;display:block;z-index:15077;background-color:#1346a3;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:700px;border-top-right-radius:700px;border-bottom-left-radius:700px;border-bottom-right-radius:700px;box-shadow: none;height:150px;width:150px;top:13px;left:905px;display:block; }
#Dd5kKLSe77twvLrBJDQ7dyhIXbaBUa3X { color:#1346a3;display:block;width:310px;position:absolute;font-family:poppins;font-size:16px;font-weight:300;z-index:15051;line-height:1.4;letter-spacing:0;top:229px;left:820px;height:88px;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-5px;padding-top:3px;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZRMBdPtG8ExBs2eoQdDmLgWGhX8XzNDV { color:#1346a3;display:block;width:310px;position:absolute;font-family:poppins;font-size:16px;font-weight:300;z-index:15043;line-height:1.4;letter-spacing:0;top:229px;left:60px;height:132px;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-5px;padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dIFTnhtXrO2IZc65HJG3ucQ4HGwAcvXb { color:#ff0000;display:block;width:350px;position:absolute;font-family:poppins;font-size:24px;font-weight:700;z-index:15058;line-height:1;letter-spacing:0;top:189px;left:45px;height:24px;font-style:normal;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;display:block; }
#vyQTrftgMu97bcd7RrUrJPmPCQWPFzs0 { position:absolute;display:block;z-index:15069;background-color:#1346a3;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:700px;border-top-right-radius:700px;border-bottom-left-radius:700px;border-bottom-right-radius:700px;box-shadow: none;height:150px;width:150px;top:9px;left:145px;display:block; }
#r7mNd96Gm0FD5y2e0ckz4tZeDx6IpIxW { box-sizing:content-box;color:#5d92ff;font-size:49px;font-weight:400;line-height:1;height:86px;width:86px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15081;opacity:1;top:41px;left:177px; }
#ZooK4ilMmaehwVL6vhzd1NeR9mcVBeEb { box-sizing:content-box;color:#5d92ff;font-size:49px;font-weight:400;line-height:1;height:90px;width:90px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15082;opacity:1;top:39px;left:555px; }
#qWSroHvL9CGuNL0bn10t4v65DyrzVfoi { box-sizing:content-box;color:#5d92ff;font-size:49px;font-weight:400;line-height:1;height:90px;width:90px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15083;opacity:1;top:43px;left:935px; }
#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1346a3;background-image:url("https://images.assets-landingi.com/uc/837488a4-7c02-4e5b-be52-0755fd4802c2/TO.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; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93.adaptive-delivery-prevent-bg, #BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93.lazyload, #BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93.lazyloading { background-image: none; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row .container { background-color: transparent; background-image: none; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row .container > .video-iframe-container { display: none; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row > .video-iframe-container { display: none; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .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); }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row .container { border-width: 0; border-radius: 0; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row .container { font-size:14px;font-family:arial;height:670px;width:1200px;position:relative;display:block; }#WA6dOoCuiZkRkbDioRnnww0TGM5r8L50 { background-color:#ff0000;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:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:253px;height:55.984375px;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:541.015625px;left:600px;display:block; }
#JBhKEibSfX3wFnRCuLcn4ndWun5nwWsl { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#wBPNJilTwkwnZwh5gIr6hliFz22tzKb1 { color:#ffffff;display:block;width:600px;position:absolute;font-family:poppins;font-size:18px;font-weight:300;z-index:15025;line-height:1.4;letter-spacing:0;top:283px;left:598px;height:100px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f9LJtfiJUlxHFVoBZcgvZEcEA6IscHwa { color:#ff0000;display:block;width:600px;position:absolute;font-family:poppins;font-size:36px;font-weight:700;z-index:15025;line-height:1.1;letter-spacing:0;top:165px;left:600px;height:78px;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PhUhMRfW6Lr8e1e7aL6hKg5eJVTSf2Ma { position:absolute;display:block;z-index:15029;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fd563d95-36d4-4d1e-8505-abbcdc476059/FOTO2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:1px solid #5d92ff;border-left:1px solid #5d92ff;border-right:1px solid #5d92ff;border-bottom:1px solid #5d92ff;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: none;height:520px;width:480.984px;top:74px;left:0px;display:block; }#PhUhMRfW6Lr8e1e7aL6hKg5eJVTSf2Ma.adaptive-delivery-prevent-bg, #PhUhMRfW6Lr8e1e7aL6hKg5eJVTSf2Ma.lazyload, #PhUhMRfW6Lr8e1e7aL6hKg5eJVTSf2Ma.lazyloading { background-image: none; }
#QcLavlnpc61UTiNyso7FAbVNIQT7zV4P { color:#ffffff;display:block;width:600px;position:absolute;font-family:poppins;font-size:20px;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:91px;left:598px;height:26px;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kHMFQWoNTo37MdOrs3xHrhhTKpJaOw3i { color:#ffffff;display:block;width:600px;position:absolute;font-family:poppins;font-size:20px;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:433px;left:600px;height:78px;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container { background-color: transparent; background-image: none; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container > .video-iframe-container { display: none; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row > .video-iframe-container { display: none; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .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); }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container { border-width: 0; border-radius: 0; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container { font-size:14px;font-family:arial;height:536px;width:1200px;overflow:visible;position:relative;display:block; }#iLZl6PyE8XF395gQrvCo2T5BdaInOqDh { color:#1346a3;display:block;width:1200px;position:absolute;font-family:poppins;font-size:42px;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:78px;left:0px;height:42px;font-style:normal;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;display:block; }
#mGbuS9ATn0Uu6Sa6ScdoSq0TZT8a6y6s { position:absolute;display:block;z-index:15024;background-color:#1346a3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:112px;width:284px;top:285px;left:154px;display:block; }
#VoLZM0UoWbLkuiAmhwENBxglNTWT7yzy { color:#ffffff;display:block;width:238px;position:absolute;font-family:poppins;font-size:15px;font-weight:300;z-index:15043;line-height:1.4;letter-spacing:0;top:309px;left:176px;height:63px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IKByQOv6okoA1ndPsQ77Le4xp9kWmTVn { color:#ff0000;display:block;width:284px;position:absolute;font-family:poppins;font-size:20px;font-weight:700;z-index:15058;line-height:1;letter-spacing:0;top:174px;left:154px;height:20px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nXJvRoVAk27RQ5FTlab1vd7aAoqSkuVZ { position:absolute;display:block;z-index:15039;background-color:#1346a3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30px;width:2.96875px;top:203px;left:290px;display:block; }
#MvuJ93c3G4O9XhcOH9TDihSkH2XOLkkC { position:absolute;display:block;z-index:15029;background-color:#1346a3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:112px;width:284px;top:285px;left:458px;display:block; }
#vPBz2BDVkbVKt6PXNoZ7VAA0czvqsGe9 { color:#ffffff;display:block;width:238px;position:absolute;font-family:poppins;font-size:15px;font-weight:300;z-index:15048;line-height:1.4;letter-spacing:0;top:299px;left:480px;height:63px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lLITyrgNSlH2bA9oMEnX7AlCyJbGiW1w { color:#ff0000;display:block;width:284px;position:absolute;font-family:poppins;font-size:20px;font-weight:700;z-index:15063;line-height:1;letter-spacing:0;top:155px;left:458px;height:40px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a6acuLpk01pna1w85cCX0mfuv8mg1n6z { position:absolute;display:block;z-index:15044;background-color:#1346a3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30px;width:2.96875px;top:203px;left:594px;display:block; }
#euruNbtxPSNAPrgUf9OSk2ZFz2JqbB13 { position:absolute;display:block;z-index:15034;background-color:#1346a3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:112px;width:284px;top:285px;left:762px;display:block; }
#MPHVZCrzuA78cAT3eKgXyi2mQzW0TpIQ { color:#ffffff;display:block;width:238px;position:absolute;font-family:poppins;font-size:15px;font-weight:300;z-index:15053;line-height:1.4;letter-spacing:0;top:309px;left:785px;height:63px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Zywpk6QlOZhdp7yyNmOeIRncDVuzDhrl { color:#ff0000;display:block;width:284px;position:absolute;font-family:poppins;font-size:20px;font-weight:700;z-index:15068;line-height:1;letter-spacing:0;top:175px;left:763px;height:20px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CqWpgLhaUZeuMFRCTKSsIyLX9ZpJWTO3 { position:absolute;display:block;z-index:15045;background-color:#1346a3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30px;width:2.96875px;top:203px;left:902px;display:block; }
#eCe26vkdNIm6DK6gE6wZTOldpbQlSSyC { background-color:#ff0000;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:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:894px;height:56px;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:421px;left:153px;display:block; }
#rFMJKWMnexHRdMP7aGv1zEQ4J6dUPf3V { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#sKpMVJAkxTu4E0fLZhN7FZehWdT4OMMB { color:#1346a3;display:block;width:284px;position:absolute;font-family:poppins;font-size:20px;font-weight:700;z-index:15059;line-height:1;letter-spacing:0;top:244px;left:154px;height:20px;font-style:normal;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;display:block; }
#BvPAUSJlgwbqMoQOI90LRdmmdJcn57GX { color:#1346a3;display:block;width:284px;position:absolute;font-family:poppins;font-size:20px;font-weight:700;z-index:15060;line-height:1;letter-spacing:0;top:233px;left:458px;height:20px;font-style:normal;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;display:block; }
#Ul9KMLolyq6La0xDTt69Mkn801ZLezdt { color:#1346a3;display:block;width:284px;position:absolute;font-family:poppins;font-size:20px;font-weight:700;z-index:15061;line-height:1;letter-spacing:0;top:244px;left:762px;height:20px;font-style:normal;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;display:block; }
#qGeW7xUZhGGWeara5gNwdg4hxubNhOdl { position:absolute;display:block;z-index:15034;background-color:#1346a3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:112px;width:284px;top:285px;left:762px;display:none; }
#ewQUV5i0Zqfrc5Sm58EHkRTmUJe3lguM { position:relative;display:block; }#ewQUV5i0Zqfrc5Sm58EHkRTmUJe3lguM { background-color: transparent; background-image: none; }#ewQUV5i0Zqfrc5Sm58EHkRTmUJe3lguM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ewQUV5i0Zqfrc5Sm58EHkRTmUJe3lguM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ewQUV5i0Zqfrc5Sm58EHkRTmUJe3lguM > .row .container > .video-iframe-container { display: none; }#ewQUV5i0Zqfrc5Sm58EHkRTmUJe3lguM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ewQUV5i0Zqfrc5Sm58EHkRTmUJe3lguM > .row > .video-iframe-container { display: none; }#ewQUV5i0Zqfrc5Sm58EHkRTmUJe3lguM > .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); }#ewQUV5i0Zqfrc5Sm58EHkRTmUJe3lguM { border-width: 0; border-radius: 0; }#ewQUV5i0Zqfrc5Sm58EHkRTmUJe3lguM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ewQUV5i0Zqfrc5Sm58EHkRTmUJe3lguM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:310px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wTMwJw7JnR7uiw3HUL8cvZektVo142qu { color:#ff0000;display:block;width:1200px;position:absolute;font-family:poppins;font-size:50px;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:15.984375px;left:0px;height:50px;font-style:normal;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;display:block; }
#Tc9iftVO2yFTt9A1P15de9h3TQUaie4K { color:#1346a3;display:block;width:918.96875px;position:absolute;font-family:poppins;font-size:17px;font-weight:300;z-index:15023;line-height:1.4;letter-spacing:0;top:85.984375px;left:140.515625px;height:115px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vh55r74XePx0M7io8vddxNc9sV45T89p { background-color:#ff0000;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:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:203px;height:56px;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:224px;left:498.5px;display:block; }
#CfO3HygOCb50rrFNdbu7Fu25zmGOfN01 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/101cba09-895f-44b2-9425-76806d3cf432/FOTO7to.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; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng.adaptive-delivery-prevent-bg, #EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng.lazyload, #EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng.lazyloading { background-image: none; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { background-color: transparent; background-image: none; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container > .video-iframe-container { display: none; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row > .video-iframe-container { display: none; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .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); }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { border-width: 0; border-radius: 0; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { font-size:14px;font-family:arial;height:589px;width:1200px;position:relative;display:block; }#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-form-header {  }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-regular-label { height:auto;display:block;font-family:poppins;font-size:14px;font-weight:bold;color:#ff0000;width:524px;padding-top:0;padding-right:0;padding-bottom:5px;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; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .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:#ffffff;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:1px solid #ffffff;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:524px;box-sizing:border-box;height:60px;color:#ff0000;font-size:16px;overflow:hidden;font-family:poppins;vertical-align:top;text-align:left;text-align-last:left; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-text {padding-top: 0; padding-bottom: 0;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;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:1px solid #ffffff;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:524px;box-sizing:border-box;height:70px;color:#ff0000;font-size:16px;overflow:hidden;font-family:poppins;vertical-align:top;text-align:left;text-align-last:left; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:524px;box-sizing:border-box;height:40px;color:#161616;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-select {padding-top: 0; padding-bottom: 0;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .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:#1346a3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:210px;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:20px;font-weight:700;color:#ffffff;width:314px;height:60px;font-family:poppins;overflow:hidden;text-align:center;text-align-last:center;font-style:normal; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu [class*="-text"]:-moz-placeholder { color:#1346a3;font-family:poppins;font-size:16px;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu [class*="-text"]::-moz-placeholder { color:#1346a3;font-family:poppins;font-size:16px;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu [class*="-text"]:-ms-input-placeholder { color:#1346a3;font-family:poppins;font-size:16px;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu [class*="-text"]::-webkit-input-placeholder { color:#1346a3;font-family:poppins;font-size:16px;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .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:poppins;font-size:11px;font-weight:300;color:#ffffff;vertical-align:top;width:507px;overflow:hidden;font-style:normal;line-height:1.7;float:none; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-container:first-of-type{padding-top:0;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-container:last-of-type{padding-bottom:0;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:524px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15013;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:237.5px;left:0px; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:524px;display:block;vertical-align:top; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu {display:block;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:524px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15013;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:237.5px;left:0px; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #fVFHHNq9n1I9ZAMsGDeyTqufAEfDELPN { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #o9WTTt517GngMQevdTJKhalrAg3Hipb7 { position:relative;display:none; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #IUGPiL4F1R7iTmGhmtuZ0caMTJJ3qWGK { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #Rhke0DTvSNIl9w6TNs25iCberMoT41TB { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #Ju55oitmgs84L2Pf4B2nIvl4mNuDMMtH { position:relative;display:none; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #kUfOX7XIE1SLc1w1LJpGq4coONNV5ZXo { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #poFIDCDFWrXVfb3tTilZDoMz0RyQEtAi { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #ATS3FGWocom32xmVtXGPpT69ksDon5Ho { position:relative;z-index:2; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #ywQTUO9U1biWRvU3mXGm6BXDK3fvKlK4 { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #litSURlg1DGyJLzosJa1yUlBHdqGKbGv { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #toB83ITgouB4qPHUo0LJPdyUnC6XgmXT { position:relative; }
#rH9qmTUTgF7vsqKv2yvkHfDMnUvPv91D { color:#ffffff;display:block;width:966px;position:absolute;font-family:poppins;font-size:42px;font-weight:700;z-index:15023;line-height:1;letter-spacing:0;top:144.96875px;left:21px;height:42px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dSTSnErMhdTgBZbJZMr4XFBOfD3meC3o { color:#ffffff;display:block;width:207px;position:absolute;font-family:poppins;font-size:21px;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:243px;left:803px;height:27px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L1KJWRRiDwqxHgP1ThlPviS4zOnKdDTu { box-sizing:content-box;color:#ff0000;font-size:23px;font-weight:400;line-height:1;height:34px;width:37px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15040;top:237.5px;left:745px;display:block; }
#MtKoDTrAQpGcrQNbSTryccKDb78yNIxt { box-sizing:content-box;color:#ff0000;font-size:15px;font-weight:400;line-height:1;height:22px;width:23px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15038;top:302.59375px;left:752px;display:block; }
#COXR46QP8gmcXfESJJU87Hwdikr4WBNv { color:#ffffff;display:block;width:254px;position:absolute;font-family:poppins;font-size:21px;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:300.59375px;left:803px;height:27px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KCoO4ApO0MN04fNS1qQNVxtuOBtfxE3c { color:#ffffff;display:block;width:290px;position:absolute;font-family:poppins;font-size:21px;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:360.65625px;left:803px;height:27px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fO2LlvlSOPKX35vhkTLRlZxrar1DZZb7 { box-sizing:content-box;color:#ff0000;font-size:22px;font-weight:400;line-height:1;height:32px;width:33px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15039;top:358.84375px;left:747.5px;display:block; }
#STuPNnhb2QMh6b2QAuiXZIktcPG3c7LE { color:#ff0000;display:block;width:340.984375px;position:absolute;font-family:poppins;font-size:20px;font-weight:700;z-index:15026;line-height:1;letter-spacing:0;top:66.96875px;left:21px;height:20px;font-style:normal;display:block; }
#ykGLEJs8OpGTwzJQWgUr3AQ8BXyLuab5 { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:600px;border-top-right-radius:600px;border-bottom-left-radius:600px;border-bottom-right-radius:600px;box-shadow: none;height:45px;width:45px;top:232px;left:741px;display:block; }
#RDA9MLb9ezbNtrdgCbaqy7RuNWqkbpCQ { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:600px;border-top-right-radius:600px;border-bottom-left-radius:600px;border-bottom-right-radius:600px;box-shadow: none;height:45px;width:45px;top:291px;left:741px;display:block; }
#D0BCsgcezoBHOEz2TTGnn0NpDufbRqnb { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:600px;border-top-right-radius:600px;border-bottom-left-radius:600px;border-bottom-right-radius:600px;box-shadow: none;height:45px;width:45px;top:352px;left:741px;display:block; }
#LbSoezkPTAwNLchzdUH3uhLDkvCrDL0o { position:absolute;display:block;z-index:15041;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:200px;width:3px;top:232px;left:645.5px;display:block; }
#MM4Jegn97K6UMXv80MIvx0qOfQIQ4pEB { color:#ffffff;display:block;width:557px;position:absolute;font-family:poppins;font-size:20px;font-weight:300;z-index:15027;line-height:1;letter-spacing:0;top:224px;left:21px;height:20px;font-style:normal;display:block; }
#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { background-color: transparent; background-image: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container > .video-iframe-container { display: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container { display: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .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); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { border-width: 0; border-radius: 0; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { font-size:14px;font-family:arial;height:71px;width:1200px;overflow:visible;position:relative;display:block; }#fRuzQwv2KEHDzoQ2WEofReBKbMvwU2qh { color:#ff0000;display:block;width:193px;position:absolute;font-family:poppins;font-size:11px;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 14px rgba(0,0,0,0.13);top:28.078125px;left:1004.96875px;height:14px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#er6U0zyb0T0pdkJIxJBqezF7T28XoXrt { 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:56px;width:132px;top:7.5px;left:20px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 { display:block; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RoV8a6KiPhKFdPCQrLNHBGnzw0ic3Snt { width:742px;height:78px;top:329px;left:22px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #o4yfhwoHWI4Lg42d3dWFTOKLScecmcQO { width:202px;height:55px;top:492px;left:485.5px;display:block; }
 }@media only screen and (max-width: 763px) { #dA8hp8EJhUSt0WM8OwT6DmKrzQ6vakAx { display:block; }
 }@media only screen and (max-width: 763px) { #ManOZ6b2GRrEuZJKq2DXJF0sVT5aIpMv { width:726px;height:88px;top:165px;left:38px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #v8MHfDt5WmEDPuJWelNrwXP1OGCSBLzZ { top:73px;left:24px;width:740px;height:81px;display:block; }
 }@media only screen and (max-width: 763px) { #dx4haP90p7PeoDGMO1peIDoUWTKBGvTP { width:202px;height:55px;top:492px;left:224px;display:block; }
 }@media only screen and (max-width: 763px) { #yLyvJ04XeLbhETeR89LNhnNAHhENkHOf { display:block; }
 }@media only screen and (max-width: 763px) { #HTyLb4TNv3RIgoyd9iVnio6mLAZF6RAL { top:73px;left:0px;width:362px;height:474px;display:block; }
 }@media only screen and (max-width: 763px) { #HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 { display:block; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vBU7PDzsJKMZF1oxTAiKhk07MMBKNMZx { width:540px;height:20px;top:230px;left:224px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #muCDpV43RGXTWTTxm1O0c8AvS0JhGRXZ { width:534px;height:161px;top:275px;left:224px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #EGKXl5RqOWCV5vSeMP3bDwpOZfzur1Ua { width:600px;height:560px;top:78px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #IbtDqkmhs3NEh42GqNtTkFHHHfivfBbK { width:540px;height:;top:189px;left:224px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #QW52twILfzH0cXcgWaTIe5sC06ofTGvN { width:540px;height:20px;top:145px;left:224px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #tdgdLrWnx11U7seMkNV0dAqPgq5RpatV { width:202px;height:55px;top:583px;left:382px;display:block; }
 }@media only screen and (max-width: 763px) { #evh54SvkhIIEXCU05MLWwApgdwPTH7O9 { display:block; }
 }@media only screen and (max-width: 763px) { #IcitbrXR2t6XHLAxJKDk2duIbxTqvNRp { width:203px;height:56px;top:583px;left:561px;display:block; }
 }@media only screen and (max-width: 763px) { #lpOsLM5Ebod5rVt5ncyJnRBuLE3c6fNJ { display:block; }
 }@media only screen and (max-width: 763px) { #Qqu5Vp2Xw75WGmdRBCFnKPD7udgnh9pR { width:540px;height:27px;top:486px;left:224px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT { display:block; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tlVwufIvVtq5Iygzb8ZSCGlLG21gmHiT { width:764px;height:150px;top:94px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #gBqxNSmv0ipg35M6GGpEgs2TGOIckTDm { width:764px;height:48px;top:35px;left:0px;font-size:48px;display:block; }
 }@media only screen and (max-width: 763px) { #dH4THbn2TRUSpXBPyegQ0XRRTdrFAGVW { display:block; }#dH4THbn2TRUSpXBPyegQ0XRRTdrFAGVW > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Umusvgqr4v8rmS3cotawm7FIZuE6UZrc { width:386px;height:141px;top:59px;left:123px;display:block; }
 }@media only screen and (max-width: 763px) { #Osq9V7uEwKmVwI9TiWTdMBB4uiU09p6u { width:385px;height:200px;top:0px;left:123px;display:block; }
 }@media only screen and (max-width: 763px) { #ltCNOnJfB7DCnnCGNEmNT5A3KbO66uLV { width:348px;height:50px;top:151px;left:160px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #umLfuE53inRS3V3mv9LTh0aC0NOmkaOF { width:380px;height:32px;top:227px;left:128px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #pHvVmri8HvXuTfZW8ySEu3Qxr1B3yIR4 { width:386px;height:115px;top:273px;left:122px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #ItlDu1iBFzRCWolxoKUVRwuDHr8xOacT { width:387px;height:138px;top:64px;left:375px;display:block; }
 }@media only screen and (max-width: 763px) { #wTSAaZBvtCADJdnJbAV37na9rNawNZ64 { width:385px;height:200px;top:1px;left:377px;display:block; }
 }@media only screen and (max-width: 763px) { #OxH0JEZ4zL7L123kBo5mU8UnJelTf0gy { width:348px;height:50px;top:152px;left:414px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #ueoRC8T77yRO9VXn6I7XNFBRtpr3mTtL { width:380px;height:32px;top:228px;left:382px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #Gsmuxp8Gaap5Ukq7oLV3HVefTCVatm50 { width:386px;height:115px;top:273px;left:376px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #G60svDWf4g0DG9nIVEWKTDAr4hWnBGv8 { width:386px;height:140px;top:60px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #J9wQCeRWJF8akrvnxTBmzWxMuh0HLBN3 { width:348px;height:50px;top:151px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #MVXOEk9KklxDBTZeuaotApJxb7BXTTAe { width:386px;height:32px;top:227px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #N6SdBnpnmUOakENbDqeK2T9TEz6C55LT { width:386px;height:138px;top:273px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #yc3ExUqoIuEkB2NhNGK0rpdhZxQ4u3Fu { width:385px;height:200px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #quMIvPAkMDNss7FK6mRaKQFfOywqcndT { display:block; }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTbxUSfgfMrJfCSUkgKWbTlydL8P0I1h { width:749px;height:37px;top:39px;left:15px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #DflKVbUvJId4tDTsn1tqRGEE9glSMCHn { width:680px;height:175px;top:85px;left:84px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #NH2QIKPFzsGTHfNrit2tFVWyH9OF6WBG { top:36px;left:0px;width:388px;height:215px;display:block; }
 }@media only screen and (max-width: 763px) { #UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t { display:block; }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZBMNnk2uFdHuiS4oEItN35RnfsH3RBS7 { width:764px;height:50px;top:33px;left:0px;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #STJ4uLh0cgb5wt24AcTw95niXEW31fwF { display:block; }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XfxVIRctNZQEkSQ1ec0mXZy1kp5RAXKS { width:350px;height:24px;top:189px;left:158px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #DC3OrLS2tWM5T1DygKm44xNxXBH3Mlrc { width:150px;height:150px;top:9px;left:306px;display:block; }
 }@media only screen and (max-width: 763px) { #sBhRDEgaP4g8Iw6s5INMUJH8LbQSnlNB { width:310px;height:154px;top:229px;left:198px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #qqHlyZmzHOGtL2XMweUMLocK7VLFDUfQ { width:350px;height:24px;top:189px;left:412px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #AsCJAfbI9fO1eT2BfqcWErP7BM2lQHcU { width:150px;height:150px;top:13px;left:540px;display:block; }
 }@media only screen and (max-width: 763px) { #Dd5kKLSe77twvLrBJDQ7dyhIXbaBUa3X { width:310px;height:110px;top:229px;left:452px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #ZRMBdPtG8ExBs2eoQdDmLgWGhX8XzNDV { width:310px;height:132px;top:229px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #dIFTnhtXrO2IZc65HJG3ucQ4HGwAcvXb { width:350px;height:24px;top:189px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #vyQTrftgMu97bcd7RrUrJPmPCQWPFzs0 { width:150px;height:150px;top:9px;left:72px;display:block; }
 }@media only screen and (max-width: 763px) { #r7mNd96Gm0FD5y2e0ckz4tZeDx6IpIxW { top:41px;left:104px;width:86px;height:86px;display:block; }
 }@media only screen and (max-width: 763px) { #ZooK4ilMmaehwVL6vhzd1NeR9mcVBeEb { top:39px;left:336px;width:90px;height:90px;display:block; }
 }@media only screen and (max-width: 763px) { #qWSroHvL9CGuNL0bn10t4v65DyrzVfoi { top:43px;left:570px;width:90px;height:90px;display:block; }
 }@media only screen and (max-width: 763px) { #BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 { display:block; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WA6dOoCuiZkRkbDioRnnww0TGM5r8L50 { width:253px;height:56px;top:541px;left:382px;display:block; }
 }@media only screen and (max-width: 763px) { #JBhKEibSfX3wFnRCuLcn4ndWun5nwWsl { display:block; }
 }@media only screen and (max-width: 763px) { #wBPNJilTwkwnZwh5gIr6hliFz22tzKb1 { width:600px;height:125px;top:283px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #f9LJtfiJUlxHFVoBZcgvZEcEA6IscHwa { width:600px;height:78px;top:165px;left:164px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #PhUhMRfW6Lr8e1e7aL6hKg5eJVTSf2Ma { width:480px;height:520px;top:74px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #QcLavlnpc61UTiNyso7FAbVNIQT7zV4P { width:600px;height:26px;top:91px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #kHMFQWoNTo37MdOrs3xHrhhTKpJaOw3i { width:600px;height:78px;top:433px;left:164px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ { display:block; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iLZl6PyE8XF395gQrvCo2T5BdaInOqDh { width:764px;height:42px;top:78px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #mGbuS9ATn0Uu6Sa6ScdoSq0TZT8a6y6s { width:284px;height:112px;top:285px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #VoLZM0UoWbLkuiAmhwENBxglNTWT7yzy { width:238px;height:63px;top:309px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #IKByQOv6okoA1ndPsQ77Le4xp9kWmTVn { width:284px;height:20px;top:174px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #nXJvRoVAk27RQ5FTlab1vd7aAoqSkuVZ { width:2px;height:30px;top:203px;left:72px;display:block; }
 }@media only screen and (max-width: 763px) { #MvuJ93c3G4O9XhcOH9TDihSkH2XOLkkC { width:284px;height:112px;top:285px;left:240px;display:block; }
 }@media only screen and (max-width: 763px) { #vPBz2BDVkbVKt6PXNoZ7VAA0czvqsGe9 { width:238px;height:84px;top:299px;left:262px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #lLITyrgNSlH2bA9oMEnX7AlCyJbGiW1w { width:284px;height:40px;top:155px;left:240px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #a6acuLpk01pna1w85cCX0mfuv8mg1n6z { width:2px;height:30px;top:203px;left:376px;display:block; }
 }@media only screen and (max-width: 763px) { #euruNbtxPSNAPrgUf9OSk2ZFz2JqbB13 { width:284px;height:112px;top:285px;left:480px;display:block; }
 }@media only screen and (max-width: 763px) { #MPHVZCrzuA78cAT3eKgXyi2mQzW0TpIQ { width:238px;height:63px;top:309px;left:526px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Zywpk6QlOZhdp7yyNmOeIRncDVuzDhrl { width:284px;height:20px;top:175px;left:480px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #CqWpgLhaUZeuMFRCTKSsIyLX9ZpJWTO3 { width:2px;height:30px;top:203px;left:684px;display:block; }
 }@media only screen and (max-width: 763px) { #eCe26vkdNIm6DK6gE6wZTOldpbQlSSyC { width:748px;height:56px;top:421px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #rFMJKWMnexHRdMP7aGv1zEQ4J6dUPf3V { display:block; }
 }@media only screen and (max-width: 763px) { #sKpMVJAkxTu4E0fLZhN7FZehWdT4OMMB { width:284px;height:20px;top:244px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #BvPAUSJlgwbqMoQOI90LRdmmdJcn57GX { width:284px;height:40px;top:233px;left:240px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Ul9KMLolyq6La0xDTt69Mkn801ZLezdt { width:284px;height:20px;top:244px;left:480px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qGeW7xUZhGGWeara5gNwdg4hxubNhOdl { width:284px;height:112px;top:285px;left:480px;display:none; }
 }@media only screen and (max-width: 763px) { #ewQUV5i0Zqfrc5Sm58EHkRTmUJe3lguM { display:block; }#ewQUV5i0Zqfrc5Sm58EHkRTmUJe3lguM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTMwJw7JnR7uiw3HUL8cvZektVo142qu { width:764px;height:50px;top:15px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #Tc9iftVO2yFTt9A1P15de9h3TQUaie4K { width:764px;height:115px;top:85px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #Vh55r74XePx0M7io8vddxNc9sV45T89p { width:203px;height:56px;top:224px;left:280.5px;display:block; }
 }@media only screen and (max-width: 763px) { #CfO3HygOCb50rrFNdbu7Fu25zmGOfN01 { display:block; }
 }@media only screen and (max-width: 763px) { #EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng { display:block; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-regular-label { width:524px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-text { width:524px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-text {padding-top: 0; padding-bottom: 0;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-textarea { width:524px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-select { width:524px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-select {padding-top: 0; padding-bottom: 0;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-button { width:314px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-checkbox-label { width:508px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu  { width:524px;height:auto;top:237px;left:0px; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .radio-container { width:524px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu {display:block;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu { width:524px;height:auto;top:237px;left:0px; }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #fVFHHNq9n1I9ZAMsGDeyTqufAEfDELPN {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #o9WTTt517GngMQevdTJKhalrAg3Hipb7 { display:none; }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #IUGPiL4F1R7iTmGhmtuZ0caMTJJ3qWGK {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #Rhke0DTvSNIl9w6TNs25iCberMoT41TB {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #Ju55oitmgs84L2Pf4B2nIvl4mNuDMMtH { display:none; }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #kUfOX7XIE1SLc1w1LJpGq4coONNV5ZXo {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #poFIDCDFWrXVfb3tTilZDoMz0RyQEtAi {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #ATS3FGWocom32xmVtXGPpT69ksDon5Ho {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #ywQTUO9U1biWRvU3mXGm6BXDK3fvKlK4 {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #litSURlg1DGyJLzosJa1yUlBHdqGKbGv {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #toB83ITgouB4qPHUo0LJPdyUnC6XgmXT {  }
 }@media only screen and (max-width: 763px) { #rH9qmTUTgF7vsqKv2yvkHfDMnUvPv91D { width:764px;height:42px;top:144px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #dSTSnErMhdTgBZbJZMr4XFBOfD3meC3o { width:207px;height:27px;top:243px;left:557px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #L1KJWRRiDwqxHgP1ThlPviS4zOnKdDTu { width:37px;height:34px;top:237px;left:527px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #MtKoDTrAQpGcrQNbSTryccKDb78yNIxt { width:23px;height:22px;top:302px;left:534px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #COXR46QP8gmcXfESJJU87Hwdikr4WBNv { width:254px;height:27px;top:300px;left:510px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #KCoO4ApO0MN04fNS1qQNVxtuOBtfxE3c { width:290px;height:27px;top:360px;left:474px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #fO2LlvlSOPKX35vhkTLRlZxrar1DZZb7 { width:33px;height:32px;top:358px;left:529.5px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #STuPNnhb2QMh6b2QAuiXZIktcPG3c7LE { width:340px;height:20px;top:66px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ykGLEJs8OpGTwzJQWgUr3AQ8BXyLuab5 { width:45px;height:45px;top:232px;left:523px;display:block; }
 }@media only screen and (max-width: 763px) { #RDA9MLb9ezbNtrdgCbaqy7RuNWqkbpCQ { width:45px;height:45px;top:291px;left:523px;display:block; }
 }@media only screen and (max-width: 763px) { #D0BCsgcezoBHOEz2TTGnn0NpDufbRqnb { width:45px;height:45px;top:352px;left:523px;display:block; }
 }@media only screen and (max-width: 763px) { #LbSoezkPTAwNLchzdUH3uhLDkvCrDL0o { width:3px;height:200px;top:232px;left:427.5px;display:block; }
 }@media only screen and (max-width: 763px) { #MM4Jegn97K6UMXv80MIvx0qOfQIQ4pEB { width:557px;height:20px;top:224px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt { display:block; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fRuzQwv2KEHDzoQ2WEofReBKbMvwU2qh { width:193px;height:14px;top:28px;left:571px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #er6U0zyb0T0pdkJIxJBqezF7T28XoXrt { width:132px;height:56px;top:7px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/837488a4-7c02-4e5b-be52-0755fd4802c2/TO.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.adaptive-delivery-prevent-bg, #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.lazyload, #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.lazyloading { background-image: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { background-color: transparent; background-image: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container > .video-iframe-container { display: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container { display: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .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); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { width:320px;height:973px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RoV8a6KiPhKFdPCQrLNHBGnzw0ic3Snt { width:320px;height:105px;top:575px;left:0px;text-align:center;text-align-last:center;font-size:15px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #o4yfhwoHWI4Lg42d3dWFTOKLScecmcQO { width:202px;height:48px;top:724px;left:59px;font-size:18px;color:#ffffff;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #dA8hp8EJhUSt0WM8OwT6DmKrzQ6vakAx { display:block; }
 }@media only screen and (max-width: 763px) { #ManOZ6b2GRrEuZJKq2DXJF0sVT5aIpMv { width:320px;height:81px;top:483px;left:0px;text-align:center;text-align-last:center;font-size:23px;color:#ff0000;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #v8MHfDt5WmEDPuJWelNrwXP1OGCSBLzZ { width:320px;height:38.546875px;top:886px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #dx4haP90p7PeoDGMO1peIDoUWTKBGvTP { width:202px;height:50px;top:794px;left:59px;font-size:18px;background-color:#1346a3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yLyvJ04XeLbhETeR89LNhnNAHhENkHOf { display:block; }
 }@media only screen and (max-width: 763px) { #HTyLb4TNv3RIgoyd9iVnio6mLAZF6RAL { width:319px;height:418px;top:33.234375px;left:0px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 { display:block; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container { width:320px;height:897px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vBU7PDzsJKMZF1oxTAiKhk07MMBKNMZx { width:320px;height:52px;top:800px;left:0px;text-align:center;text-align-last:center;font-size:20px;line-height:1.3;color:#1346a3;display:block; }
 }@media only screen and (max-width: 763px) { #muCDpV43RGXTWTTxm1O0c8AvS0JhGRXZ { width:320px;height:210px;top:377px;left:0px;text-align:center;text-align-last:center;font-size:15px;color:#ff0000;display:block; }
 }@media only screen and (max-width: 763px) { #EGKXl5RqOWCV5vSeMP3bDwpOZfzur1Ua { width:320px;height:220px;top:20px;left:0px;background-color:#fbfaf8;background-image:url("https://images.assets-landingi.com/uc/c31a038d-b96f-492c-84c0-3f3fe7b69c0d/FOTO6.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#EGKXl5RqOWCV5vSeMP3bDwpOZfzur1Ua.adaptive-delivery-prevent-bg, #EGKXl5RqOWCV5vSeMP3bDwpOZfzur1Ua.lazyload, #EGKXl5RqOWCV5vSeMP3bDwpOZfzur1Ua.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #IbtDqkmhs3NEh42GqNtTkFHHHfivfBbK { width:320px;height:76px;top:290px;left:0px;text-align:center;text-align-last:center;font-size:32px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QW52twILfzH0cXcgWaTIe5sC06ofTGvN { width:320px;height:20px;top:260px;left:0px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #tdgdLrWnx11U7seMkNV0dAqPgq5RpatV { width:202px;height:50px;top:648px;left:59px;font-size:18px;line-height:1;background-color:#1346a3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #evh54SvkhIIEXCU05MLWwApgdwPTH7O9 { display:block; }
 }@media only screen and (max-width: 763px) { #IcitbrXR2t6XHLAxJKDk2duIbxTqvNRp { width:203px;height:56px;top:713px;left:58.5px;font-size:18px;line-height:1;background-color:#1346a3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #lpOsLM5Ebod5rVt5ncyJnRBuLE3c6fNJ { display:block; }
 }@media only screen and (max-width: 763px) { #Qqu5Vp2Xw75WGmdRBCFnKPD7udgnh9pR { width:320px;height:26px;top:611px;left:0px;text-align:center;text-align-last:center;font-size:20px;line-height:1.3;color:#1346a3;display:block; }
 }@media only screen and (max-width: 763px) { #eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT { display:block; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row .container { width:320px;height:355px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tlVwufIvVtq5Iygzb8ZSCGlLG21gmHiT { width:320px;height:228px;top:127px;left:0px;text-align:center;text-align-last:center;font-size:14px;color:#1346a3;display:block; }
 }@media only screen and (max-width: 763px) { #gBqxNSmv0ipg35M6GGpEgs2TGOIckTDm { width:320px;height:114px;top:0px;left:0px;text-align:center;text-align-last:center;font-size:32px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dH4THbn2TRUSpXBPyegQ0XRRTdrFAGVW { display:block; }#dH4THbn2TRUSpXBPyegQ0XRRTdrFAGVW > .row .container { width:320px;height:1041px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Umusvgqr4v8rmS3cotawm7FIZuE6UZrc { width:320px;height:200px;top:392px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Osq9V7uEwKmVwI9TiWTdMBB4uiU09p6u { width:320px;height:200px;top:392px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ltCNOnJfB7DCnnCGNEmNT5A3KbO66uLV { width:320px;height:25px;top:568px;left:0px;text-align:left;text-align-last:left;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #umLfuE53inRS3V3mv9LTh0aC0NOmkaOF { width:320px;height:27px;top:594px;left:0px;text-align:left;text-align-last:left;font-size:21px;color:#ff0000;display:block; }
 }@media only screen and (max-width: 763px) { #pHvVmri8HvXuTfZW8ySEu3Qxr1B3yIR4 { width:320px;height:72px;top:621px;left:0px;text-align:left;text-align-last:left;font-size:14px;color:#1346a3;display:block; }
 }@media only screen and (max-width: 763px) { #ItlDu1iBFzRCWolxoKUVRwuDHr8xOacT { width:320px;height:200px;top:718px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #wTSAaZBvtCADJdnJbAV37na9rNawNZ64 { width:320px;height:200px;top:718px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #OxH0JEZ4zL7L123kBo5mU8UnJelTf0gy { width:320px;height:25px;top:894px;left:0px;text-align:left;text-align-last:left;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #ueoRC8T77yRO9VXn6I7XNFBRtpr3mTtL { width:320px;height:27px;top:920px;left:0px;text-align:left;text-align-last:left;font-size:21px;color:#ff0000;display:block; }
 }@media only screen and (max-width: 763px) { #Gsmuxp8Gaap5Ukq7oLV3HVefTCVatm50 { width:320px;height:72px;top:947px;left:0px;text-align:left;text-align-last:left;font-size:14px;color:#1346a3;display:block; }
 }@media only screen and (max-width: 763px) { #G60svDWf4g0DG9nIVEWKTDAr4hWnBGv8 { width:320px;height:200px;top:28px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #J9wQCeRWJF8akrvnxTBmzWxMuh0HLBN3 { width:219px;height:25px;top:204px;left:0px;text-align:left;text-align-last:left;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #MVXOEk9KklxDBTZeuaotApJxb7BXTTAe { width:320px;height:27px;top:229px;left:0px;text-align:left;text-align-last:left;font-size:21px;color:#ff0000;display:block; }
 }@media only screen and (max-width: 763px) { #N6SdBnpnmUOakENbDqeK2T9TEz6C55LT { width:320px;height:108px;top:256px;left:0px;text-align:left;text-align-last:left;font-size:14px;color:#1346a3;display:block; }
 }@media only screen and (max-width: 763px) { #yc3ExUqoIuEkB2NhNGK0rpdhZxQ4u3Fu { width:320px;height:200px;top:28px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #quMIvPAkMDNss7FK6mRaKQFfOywqcndT { background-color:#fbf8f8;background-image:url("https://images.assets-landingi.com/uc/837488a4-7c02-4e5b-be52-0755fd4802c2/TO.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT.adaptive-delivery-prevent-bg, #quMIvPAkMDNss7FK6mRaKQFfOywqcndT.lazyload, #quMIvPAkMDNss7FK6mRaKQFfOywqcndT.lazyloading { background-image: none; }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT > .row .container { background-color: transparent; background-image: none; }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT > .row .container > .video-iframe-container { display: none; }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT > .row > .video-iframe-container { display: none; }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT > .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); }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT > .row .container { width:320px;height:572px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTbxUSfgfMrJfCSUkgKWbTlydL8P0I1h { width:320px;height:62px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:26px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DflKVbUvJId4tDTsn1tqRGEE9glSMCHn { width:320px;height:228px;top:93px;left:0px;text-align:center;text-align-last:center;font-size:14px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NH2QIKPFzsGTHfNrit2tFVWyH9OF6WBG { height:173.875px;width:310px;top:350px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t { display:block; }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row .container { width:320px;height:145px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZBMNnk2uFdHuiS4oEItN35RnfsH3RBS7 { width:320px;height:96px;top:35.5px;left:0px;text-align:center;text-align-last:center;font-size:32px;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #STJ4uLh0cgb5wt24AcTw95niXEW31fwF { display:block; }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row .container { width:320px;height:484px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XfxVIRctNZQEkSQ1ec0mXZy1kp5RAXKS { width:256px;height:24px;top:187px;left:64px;text-align:left;text-align-last:left;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #DC3OrLS2tWM5T1DygKm44xNxXBH3Mlrc { width:30px;height:30px;top:184px;left:14px;display:block; }
 }@media only screen and (max-width: 763px) { #sBhRDEgaP4g8Iw6s5INMUJH8LbQSnlNB { width:306px;height:90px;top:221px;left:14px;text-align:left;text-align-last:left;font-size:13px;color:#1346a3;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #qqHlyZmzHOGtL2XMweUMLocK7VLFDUfQ { width:254px;height:24px;top:348px;left:66px;text-align:left;text-align-last:left;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #AsCJAfbI9fO1eT2BfqcWErP7BM2lQHcU { width:30px;height:30px;top:345px;left:13px;display:block; }
 }@media only screen and (max-width: 763px) { #Dd5kKLSe77twvLrBJDQ7dyhIXbaBUa3X { width:307px;height:72px;top:386px;left:13px;text-align:left;text-align-last:left;font-size:13px;color:#1346a3;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #ZRMBdPtG8ExBs2eoQdDmLgWGhX8XzNDV { width:307px;height:108px;top:45px;left:13px;text-align:left;text-align-last:left;font-size:13px;color:#1346a3;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #dIFTnhtXrO2IZc65HJG3ucQ4HGwAcvXb { width:257px;height:24px;top:12px;left:63px;text-align:left;text-align-last:left;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #vyQTrftgMu97bcd7RrUrJPmPCQWPFzs0 { width:30px;height:30px;top:9px;left:14px;display:block; }
 }@media only screen and (max-width: 763px) { #r7mNd96Gm0FD5y2e0ckz4tZeDx6IpIxW { display:flex;width:20px;height:20px;top:14px;left:19px;font-size:14px; }
 }@media only screen and (max-width: 763px) { #ZooK4ilMmaehwVL6vhzd1NeR9mcVBeEb { display:flex;width:22px;height:22px;top:188px;left:18px;font-size:15px; }
 }@media only screen and (max-width: 763px) { #qWSroHvL9CGuNL0bn10t4v65DyrzVfoi { display:flex;width:22px;height:22px;top:349px;left:17px;font-size:15px; }
 }@media only screen and (max-width: 763px) { #BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 { display:block; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row .container { width:320px;height:761px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WA6dOoCuiZkRkbDioRnnww0TGM5r8L50 { width:202px;height:43px;top:700px;left:59px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #JBhKEibSfX3wFnRCuLcn4ndWun5nwWsl { display:block; }
 }@media only screen and (max-width: 763px) { #wBPNJilTwkwnZwh5gIr6hliFz22tzKb1 { width:320px;height:147px;top:323px;left:0px;text-align:center;text-align-last:center;font-size:15px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #f9LJtfiJUlxHFVoBZcgvZEcEA6IscHwa { width:320px;height:52px;top:506px;left:0px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #PhUhMRfW6Lr8e1e7aL6hKg5eJVTSf2Ma { width:318px;height:220px;top:20px;left:0px;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fd563d95-36d4-4d1e-8505-abbcdc476059/FOTO2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#PhUhMRfW6Lr8e1e7aL6hKg5eJVTSf2Ma.adaptive-delivery-prevent-bg, #PhUhMRfW6Lr8e1e7aL6hKg5eJVTSf2Ma.lazyload, #PhUhMRfW6Lr8e1e7aL6hKg5eJVTSf2Ma.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #QcLavlnpc61UTiNyso7FAbVNIQT7zV4P { width:320px;height:52px;top:262px;left:0px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #kHMFQWoNTo37MdOrs3xHrhhTKpJaOw3i { width:320px;height:110px;top:570px;left:0px;text-align:center;text-align-last:center;font-size:17px;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ { background-color:rgba(255,255,255,0.34);background-image:none;display:block; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container { background-color: transparent; background-image: none; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container > .video-iframe-container { display: none; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row > .video-iframe-container { display: none; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .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); }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container { width:320px;height:734px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iLZl6PyE8XF395gQrvCo2T5BdaInOqDh { width:320px;height:56px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:24px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mGbuS9ATn0Uu6Sa6ScdoSq0TZT8a6y6s { width:284px;height:85px;top:140px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #VoLZM0UoWbLkuiAmhwENBxglNTWT7yzy { width:233px;height:57px;top:152px;left:44px;text-align:left;text-align-last:left;font-size:14px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IKByQOv6okoA1ndPsQ77Le4xp9kWmTVn { width:280px;height:20px;top:96px;left:20px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #nXJvRoVAk27RQ5FTlab1vd7aAoqSkuVZ { width:2px;height:400px;top:158.984375px;left:11px;display:none; }
 }@media only screen and (max-width: 763px) { #MvuJ93c3G4O9XhcOH9TDihSkH2XOLkkC { width:283px;height:98px;top:332px;left:18.5px;display:block; }
 }@media only screen and (max-width: 763px) { #vPBz2BDVkbVKt6PXNoZ7VAA0czvqsGe9 { width:247px;height:76px;top:342.5px;left:43.5px;text-align:left;text-align-last:left;font-size:14px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lLITyrgNSlH2bA9oMEnX7AlCyJbGiW1w { width:280px;height:40px;top:267px;left:20px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #a6acuLpk01pna1w85cCX0mfuv8mg1n6z { width:2px;height:30px;top:746.984375px;left:159px;display:none; }
 }@media only screen and (max-width: 763px) { #euruNbtxPSNAPrgUf9OSk2ZFz2JqbB13 { width:283px;height:82px;top:517.5px;left:18.5px;display:block; }
 }@media only screen and (max-width: 763px) { #MPHVZCrzuA78cAT3eKgXyi2mQzW0TpIQ { width:233px;height:57px;top:530px;left:43.5px;text-align:left;text-align-last:left;font-size:14px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Zywpk6QlOZhdp7yyNmOeIRncDVuzDhrl { width:280px;height:20px;top:471px;left:20px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #CqWpgLhaUZeuMFRCTKSsIyLX9ZpJWTO3 { width:2px;height:30px;top:203px;left:159px;display:none; }
 }@media only screen and (max-width: 763px) { #eCe26vkdNIm6DK6gE6wZTOldpbQlSSyC { width:283px;height:56px;top:625px;left:18.5px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #rFMJKWMnexHRdMP7aGv1zEQ4J6dUPf3V { display:block; }
 }@media only screen and (max-width: 763px) { #sKpMVJAkxTu4E0fLZhN7FZehWdT4OMMB { width:284px;height:16px;top:117px;left:18px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #BvPAUSJlgwbqMoQOI90LRdmmdJcn57GX { width:284px;height:16px;top:309px;left:18px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Ul9KMLolyq6La0xDTt69Mkn801ZLezdt { width:284px;height:16px;top:494px;left:18px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qGeW7xUZhGGWeara5gNwdg4hxubNhOdl { width:283px;height:6px;top:708px;left:18.5px;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #ewQUV5i0Zqfrc5Sm58EHkRTmUJe3lguM { display:block; }#ewQUV5i0Zqfrc5Sm58EHkRTmUJe3lguM > .row .container { width:320px;height:361px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTMwJw7JnR7uiw3HUL8cvZektVo142qu { width:320px;height:50px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:21px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Tc9iftVO2yFTt9A1P15de9h3TQUaie4K { width:304px;height:192px;top:73px;left:7px;text-align:center;text-align-last:center;font-size:12px;color:#1346a3;font-family:poppins;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Vh55r74XePx0M7io8vddxNc9sV45T89p { width:203px;height:56px;top:285px;left:58px;font-size:18px;line-height:1;background-color:#1346a3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #CfO3HygOCb50rrFNdbu7Fu25zmGOfN01 { display:block; }
 }@media only screen and (max-width: 763px) { #EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng { display:block; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { width:320px;height:581px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-text {padding-top: 0; padding-bottom: 0;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-select {padding-top: 0; padding-bottom: 0;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-button { width:168px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-size:14px;overflow:hidden;height:37px; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-checkbox-label { width:263px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu  { width:280px;height:auto;top:129px;left:0px; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu {display:block;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu { width:280px;height:auto;top:129px;left:0px; }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #fVFHHNq9n1I9ZAMsGDeyTqufAEfDELPN {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #o9WTTt517GngMQevdTJKhalrAg3Hipb7 { display:none; }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #IUGPiL4F1R7iTmGhmtuZ0caMTJJ3qWGK {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #Rhke0DTvSNIl9w6TNs25iCberMoT41TB {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #Ju55oitmgs84L2Pf4B2nIvl4mNuDMMtH { display:none; }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #kUfOX7XIE1SLc1w1LJpGq4coONNV5ZXo {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #poFIDCDFWrXVfb3tTilZDoMz0RyQEtAi {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #ATS3FGWocom32xmVtXGPpT69ksDon5Ho {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #ywQTUO9U1biWRvU3mXGm6BXDK3fvKlK4 {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #litSURlg1DGyJLzosJa1yUlBHdqGKbGv {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #toB83ITgouB4qPHUo0LJPdyUnC6XgmXT {  }
 }@media only screen and (max-width: 763px) { #rH9qmTUTgF7vsqKv2yvkHfDMnUvPv91D { width:320px;height:60px;top:60px;left:0px;text-align:center;text-align-last:center;font-size:25px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dSTSnErMhdTgBZbJZMr4XFBOfD3meC3o { width:234px;height:23px;top:443px;left:66px;text-align:left;text-align-last:left;font-size:18px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #L1KJWRRiDwqxHgP1ThlPviS4zOnKdDTu { width:23px;height:23px;top:443px;left:36px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #MtKoDTrAQpGcrQNbSTryccKDb78yNIxt { width:23px;height:22px;top:484.59375px;left:36px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #COXR46QP8gmcXfESJJU87Hwdikr4WBNv { width:234px;height:23px;top:484.09375px;left:66px;text-align:left;text-align-last:left;font-size:18px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KCoO4ApO0MN04fNS1qQNVxtuOBtfxE3c { width:234px;height:23px;top:526.9375px;left:67px;text-align:left;text-align-last:left;font-size:18px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fO2LlvlSOPKX35vhkTLRlZxrar1DZZb7 { width:33px;height:32px;top:522.4375px;left:31px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #STuPNnhb2QMh6b2QAuiXZIktcPG3c7LE { width:320px;height:20px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ykGLEJs8OpGTwzJQWgUr3AQ8BXyLuab5 { width:23px;height:23px;top:526.9375px;left:36px;display:block; }
 }@media only screen and (max-width: 763px) { #RDA9MLb9ezbNtrdgCbaqy7RuNWqkbpCQ { width:23px;height:23px;top:485.09375px;left:36px;display:block; }
 }@media only screen and (max-width: 763px) { #D0BCsgcezoBHOEz2TTGnn0NpDufbRqnb { width:23px;height:23px;top:442px;left:36px;display:block; }
 }@media only screen and (max-width: 763px) { #LbSoezkPTAwNLchzdUH3uhLDkvCrDL0o { width:3px;height:200px;top:232px;left:158px;display:none; }
 }@media only screen and (max-width: 763px) { #MM4Jegn97K6UMXv80MIvx0qOfQIQ4pEB { width:320px;height:16px;top:129px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt { background-color:rgba(0,0,0,0);background-image:none;display:block; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { background-color: transparent; background-image: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container > .video-iframe-container { display: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container { display: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .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); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { width:320px;height:108px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fRuzQwv2KEHDzoQ2WEofReBKbMvwU2qh { width:107px;height:28px;top:60px;left:106px;text-align:center;text-align-last:center;font-size:11px;color:#1346a3;display:block; }
 }@media only screen and (max-width: 763px) { #er6U0zyb0T0pdkJIxJBqezF7T28XoXrt { width:48px;height:20px;top:20px;left:136px;display:block; }
 }