.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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUbVT1XPC7g0woo4KWWn3d63yDCLmdTX { 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;z-index:auto;display:block; }#TUbVT1XPC7g0woo4KWWn3d63yDCLmdTX > .row .container { background-color: transparent; background-image: none; }#TUbVT1XPC7g0woo4KWWn3d63yDCLmdTX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUbVT1XPC7g0woo4KWWn3d63yDCLmdTX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUbVT1XPC7g0woo4KWWn3d63yDCLmdTX > .row .container > .video-iframe-container { display: none; }#TUbVT1XPC7g0woo4KWWn3d63yDCLmdTX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUbVT1XPC7g0woo4KWWn3d63yDCLmdTX > .row > .video-iframe-container { display: none; }#TUbVT1XPC7g0woo4KWWn3d63yDCLmdTX > .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); }#TUbVT1XPC7g0woo4KWWn3d63yDCLmdTX > .row .container { border-width: 0; border-radius: 0; }#TUbVT1XPC7g0woo4KWWn3d63yDCLmdTX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TUbVT1XPC7g0woo4KWWn3d63yDCLmdTX > .row .container { font-size:14px;font-family:arial;height:74px;width:1200px;position:relative;display:block; }#JAnT4W2S5Vw435h5LKCH8CO4qT6tDCX4 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#005c98;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:ubuntu;font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:104px;height:35px;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:18px;left:623px;display:block; }
#V0vNhwSckE09Cpbx2hcZJ3LGCkqTMti8 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#URTVWbZbU3Cr4kvc1tZtberZS71WTqsc { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#005c98;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:ubuntu;font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:104px;height:35px;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:18px;left:738px;display:block; }
#cvfGAp3IwwL7EoEpE7T2SCNXLTM5iFhM { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#VRqcZkV6UGAGGio06dTmiSevOs04k83M { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#005c98;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:ubuntu;font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:104px;height:35px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:19.5px;left:975px;display:block; }
#vKrA5lgEmu3h1BK35JxA7HW3dXKst1gJ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#gpmAMTI6JGZq2f472gPD3aE5oa46nwIo { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#005c98;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:ubuntu;font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:104px;height:35px;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:18px;left:858px;display:block; }
#bV0uqGqaAIMO56ARpk01bnm9Scfh3Tqx { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#d4W2ehITB7CC6xyw7yMtIHG7v6fm5l6Q { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:29px;width:188px;top:26.5px;left:104px;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8818038c-a90a-4ddc-aed3-5f2295c25ad2/HEROPAGESORRISUS.jpg");background-position:center !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;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(236,236,236,0.34); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(236,236,236,0.34); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:574px;width:1200px;overflow:visible;position:relative;display:block; }#hnQOULp7TpMfe9q8cInyU87duyvHLBNk { color:#005c98;display:block;width:585px;position:absolute;font-family:ubuntu;font-size:60px;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:58px;left:94px;height:240px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#frytgU0DJIfJEKy3fobhVzDS53zVB2C2 { color:#005c98;display:block;width:531px;position:absolute;font-family:ubuntu;font-size:27px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:315px;left:94px;height:70.1667px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I5E6M22v2anhSpzEWVTwC1I1AlT1CBHk { background-color:#005c98;background-image:none;background-position:top left !important;background-repeat: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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 2px 1px 7px #005c98 ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:ubuntu;font-size:25px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:272px;height:85px;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:428px;left:94px;display:block; }
#wd1kwOpBom3lIwGpLfg1MGCyt1Aacztf { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ufFo70xhXP27a9GHZTbf2QETm8sTl9Xq { background-color:transparent;background-image:none;border-top:2px solid rgba(0,92,152,0.7);border-left:2px solid rgba(0,92,152,0.7);border-right:2px solid rgba(0,92,152,0.7);border-bottom:2px solid rgba(0,92,152,0.7);border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-sizing:border-box;color:#005c98;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:ubuntu;font-size:25px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:272px;height:58px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:441.5px;left:391px;display:block; }
#ANFHO8WzDIpDOTMVeyQxVHd8yV0CeGd4 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#xhbedVSATSLLgZrWfzKJAFKFyMlnqLkm { position:absolute;display:block;z-index:15005;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;height:562px;width:377px;top:6px;left:706.53125px;overflow:hidden;display:block; }
#q3BwP6trViQ2nIlIeyhUXW3VV453otOb { 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; }#q3BwP6trViQ2nIlIeyhUXW3VV453otOb > .row .container { background-color: transparent; background-image: none; }#q3BwP6trViQ2nIlIeyhUXW3VV453otOb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q3BwP6trViQ2nIlIeyhUXW3VV453otOb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q3BwP6trViQ2nIlIeyhUXW3VV453otOb > .row .container > .video-iframe-container { display: none; }#q3BwP6trViQ2nIlIeyhUXW3VV453otOb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q3BwP6trViQ2nIlIeyhUXW3VV453otOb > .row > .video-iframe-container { display: none; }#q3BwP6trViQ2nIlIeyhUXW3VV453otOb > .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); }#q3BwP6trViQ2nIlIeyhUXW3VV453otOb > .row .container { border-width: 0; border-radius: 0; }#q3BwP6trViQ2nIlIeyhUXW3VV453otOb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q3BwP6trViQ2nIlIeyhUXW3VV453otOb > .row .container { font-size:14px;font-family:arial;height:814px;width:1200px;position:relative;display:block; }#Z55PnPGeZu2rvX3QczT0uHqQqNZhTboQ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:280px;width:316px;top:67px;left:442px;overflow:hidden;display:block; }
#tIckSod8OnQW3rqrqO87tpKJ3NJdDsro { position:absolute;display:block;z-index:15001;background-color:#005c98;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:218px;width:316px;top:67px;left:42px;display:block; }
#daxNVGFQnfsQRVyZwnf94NTO8nvXraQ4 { color:#ffffff;display:block;width:279px;position:absolute;font-family:ubuntu;font-size:44px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:119px;left:63px;height:114.3906px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aOPdE7Jix3xLEwEFTwDeDb2aU9VZb6OT { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:358px;width:316px;top:376px;left:442px;overflow:hidden;display:block; }
#QPKhFkb5MudO7nWC3S3QANqonOdGPZq0 { position:absolute;display:block;z-index:15004;background-color:#005c98;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:218px;width:316px;top:515px;left:843px;display:block; }
#SUcsUwBFN6WpSCcRKxuu34gGmdgvecrW { color:#ffffff;display:block;width:273px;position:absolute;font-family:ubuntu;font-size:42px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:569.3984375px;left:863.5px;height:109.167px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g7vHTOUrpUWo7cfUG1TCklWVSzlfSUs0 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:209px;width:316px;top:302.5px;left:42px;overflow:hidden;display:block; }
#P1sEiVh83NmGQrrL07TtpEzsnCSsHxZ3 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:209px;width:316px;top:526px;left:42px;overflow:hidden;display:block; }
#MyQRBTpy8TxDJ2KBEBdlkvIOL5OE7Iwc { color:#005c98;display:block;width:286px;position:absolute;font-family:ubuntu;font-size:36px;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:67px;left:843px;height:144px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RPWZBugpODbT2U5OkU8zknJIhz3b79at { color:#005c98;display:block;width:276px;position:absolute;font-family:ubuntu;font-size:19px;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:228px;left:843px;height:239.25px;font-style:normal;display:block; }
#IeBHwCWtCrHNgzpCxWvknMnW4UiIp3r6 { 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; }#IeBHwCWtCrHNgzpCxWvknMnW4UiIp3r6 > .row .container { background-color: transparent; background-image: none; }#IeBHwCWtCrHNgzpCxWvknMnW4UiIp3r6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IeBHwCWtCrHNgzpCxWvknMnW4UiIp3r6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IeBHwCWtCrHNgzpCxWvknMnW4UiIp3r6 > .row .container > .video-iframe-container { display: none; }#IeBHwCWtCrHNgzpCxWvknMnW4UiIp3r6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IeBHwCWtCrHNgzpCxWvknMnW4UiIp3r6 > .row > .video-iframe-container { display: none; }#IeBHwCWtCrHNgzpCxWvknMnW4UiIp3r6 > .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); }#IeBHwCWtCrHNgzpCxWvknMnW4UiIp3r6 > .row .container { border-width: 0; border-radius: 0; }#IeBHwCWtCrHNgzpCxWvknMnW4UiIp3r6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IeBHwCWtCrHNgzpCxWvknMnW4UiIp3r6 > .row .container { font-size:14px;font-family:arial;height:899px;width:1200px;position:relative;display:block; }#ycr0s659t6qH6GxwJkNJkb9b3vSU19sX { color:#005c98;display:block;width:752px;position:absolute;font-family:ubuntu;font-size:40px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:50px;left:192px;height:104px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HUH0kfFcGJnA37mpFvnUbrwtv9m2CcxF { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:264px;width:264px;top:169px;left:192px;overflow:hidden;display:block; }
#w414KtAEHVe5moXcy8pX3MUeHe2hBoQN { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:264px;width:264px;top:169px;left:468px;overflow:hidden;display:block; }
#Mm7UlAZ67ziU9OLGf88ledeLzKtyfccX { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:264px;width:264px;top:169px;left:744px;overflow:hidden;display:block; }
#Gt7Mb0mJcTlsX9235TDfMtfWFsVPZ2vh { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:264px;width:264px;top:453px;left:744px;overflow:hidden;display:block; }
#SoZ8EkHlRMZmWQQ2zlfqcSfOdDx9UGoW { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:264px;width:264px;top:453px;left:468px;overflow:hidden;display:block; }
#hPC8o4fKAKxXU3W3N0i8x8s7cFS03tkl { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:264px;width:254px;top:453px;left:192px;overflow:hidden;display:block; }
#sOtZz9KTBM1yc3ThEU9TsltGiZTWoyrz { background-color:#0cd100;background-image:none;background-position:top left !important;background-repeat: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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:ubuntu;font-size:26px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:400px;height:91px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:767px;left:400px;display:block; }
#HHIqQkxEpITetuE7umGAP7B86PIcteTW { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #009cff, #005c98);background-image: -moz-linear-gradient(180deg, #009cff, #005c98);background-image: -ms-linear-gradient(180deg, #009cff, #005c98);background-image: -o-linear-gradient(180deg, #009cff, #005c98);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#009cff', endColorstr='#005c98' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#009cff', endColorstr='#005c98' );";background-image: linear-gradient(180deg, #009cff, #005c98);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; }#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI > .row .container { background-color: transparent; background-image: none; }#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI > .row .container > .video-iframe-container { display: none; }#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI > .row > .video-iframe-container { display: none; }#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI > .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); }#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI > .row .container { border-width: 0; border-radius: 0; }#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI > .row .container { font-size:14px;font-family:arial;height:739px;width:1200px;position:relative;display:block; }#wPxLkFN9qMHImgyxkA2UDsBDBRfu2TAG { color:#005c98;display:block;width:280px;position:absolute;font-family:ubuntu;font-size:30px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:384px;left:60px;height:78px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P1K3bsCpSRdAwU1GRwr9IEs0N8UABPa1 { color:#005c98;display:block;width:280px;position:absolute;font-family:ubuntu;font-size:23px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:490px;left:60px;height:89.6953px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fGBbcNChW6PIzeo6KUyDh43rIE4lXaPp { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:332px;width:304px;top:353px;left:48px;display:block; }
#UP92RfdRKeTgRnWg5XP2coobUofZCIUB { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:300px;width:300px;top:53px;left:48px;overflow:hidden;display:block; }
#f0SWZJRiGm4y5mUEKZgxuRNbwHIIgUHk { color:#005c98;display:block;width:280px;position:absolute;font-family:ubuntu;font-size:30px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:383px;left:460px;height:78px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C3zJDX4lzsnu2gKkCcnepTmdHqKmhaGJ { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:332px;width:304px;top:353px;left:448px;display:block; }
#aDfK7CP3BS0eTCHv1Bpd5iinZC9Qieb1 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:300px;width:300px;top:54px;left:450px;overflow:hidden;display:block; }
#GXUeDWMyNkFKKn1EZxqPtp4h1ixCmEAf { color:#005c98;display:block;width:280px;position:absolute;font-family:ubuntu;font-size:23px;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:478px;left:460px;height:179.391px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FnZaLzD12yZXwnGz21DDSsfGFT2uvqBp { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:333px;width:304px;top:354px;left:848px;display:block; }
#mKJJUaMVnEopmMK61qxs8yxUryVpMK3d { color:#005c98;display:block;width:280px;position:absolute;font-family:ubuntu;font-size:23px;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:507px;left:860px;height:119.583px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xDyQ4b4W7NZmFwz7CpE5b1TH8ZFHS6TV { color:#005c98;display:block;width:280px;position:absolute;font-family:ubuntu;font-size:30px;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:381px;left:860px;height:117px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KfnB0McWMuIO6FcVXcJ624sGwJH2hqAx { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:300px;width:300px;top:54px;left:850px;overflow:hidden;display:block; }
#bGmJmF8muXpgqSQ3yc1Bw4RiC8NGLZ6n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0096ff, #005c98);background-image: -moz-linear-gradient(180deg, #0096ff, #005c98);background-image: -ms-linear-gradient(180deg, #0096ff, #005c98);background-image: -o-linear-gradient(180deg, #0096ff, #005c98);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0096ff', endColorstr='#005c98' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0096ff', endColorstr='#005c98' );";background-image: linear-gradient(180deg, #0096ff, #005c98);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; }#bGmJmF8muXpgqSQ3yc1Bw4RiC8NGLZ6n > .row .container { background-color: transparent; background-image: none; }#bGmJmF8muXpgqSQ3yc1Bw4RiC8NGLZ6n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bGmJmF8muXpgqSQ3yc1Bw4RiC8NGLZ6n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bGmJmF8muXpgqSQ3yc1Bw4RiC8NGLZ6n > .row .container > .video-iframe-container { display: none; }#bGmJmF8muXpgqSQ3yc1Bw4RiC8NGLZ6n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bGmJmF8muXpgqSQ3yc1Bw4RiC8NGLZ6n > .row > .video-iframe-container { display: none; }#bGmJmF8muXpgqSQ3yc1Bw4RiC8NGLZ6n > .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); }#bGmJmF8muXpgqSQ3yc1Bw4RiC8NGLZ6n > .row .container { border-width: 0; border-radius: 0; }#bGmJmF8muXpgqSQ3yc1Bw4RiC8NGLZ6n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bGmJmF8muXpgqSQ3yc1Bw4RiC8NGLZ6n > .row .container { font-size:14px;font-family:arial;height:1219px;width:1200px;position:relative;display:block; }#tkDJaahcnqlJpnxUQTrcmx0xkM3XxFyk { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:462px;width:471px;top:43px;left:621px;overflow:hidden;display:block; }
#JaCq405NrOF0N4oNx4kfXKNgktn1AAbe { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:463px;width:471px;top:538px;left:108px;overflow:hidden;display:block; }
#TcBTsTt3ThtoDn5agHSU4K198tpoTvOQ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:462px;width:470px;top:41px;left:109px;overflow:hidden;display:block; }
#VwoTlTmpz9y4TEMP88kL4ei0K6Jway6o { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:462px;width:471px;top:540px;left:621px;overflow:hidden;display:block; }
#BBmcVJV4JJSPvanHmToIkei65ucEgqed { background-color:#0cd100;background-image:none;background-position:top left !important;background-repeat: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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:ubuntu;font-size:26px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:400px;height:91px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1064px;left:400px;display:block; }
#lkrfxwkfciz03FzvQkocKS3c9OeEV4sk { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#K2R2ifd0piLFyaAJHV0IDgiBo9cCMiVx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#005c98;background-image:url("https://images.assets-landingi.com/uc/8818038c-a90a-4ddc-aed3-5f2295c25ad2/HEROPAGESORRISUS.jpg");background-position:center !important;background-repeat: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; }#K2R2ifd0piLFyaAJHV0IDgiBo9cCMiVx.adaptive-delivery-prevent-bg, #K2R2ifd0piLFyaAJHV0IDgiBo9cCMiVx.lazyload, #K2R2ifd0piLFyaAJHV0IDgiBo9cCMiVx.lazyloading { background-image: none; }#K2R2ifd0piLFyaAJHV0IDgiBo9cCMiVx > .row .container { background-color: transparent; background-image: none; }#K2R2ifd0piLFyaAJHV0IDgiBo9cCMiVx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K2R2ifd0piLFyaAJHV0IDgiBo9cCMiVx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K2R2ifd0piLFyaAJHV0IDgiBo9cCMiVx > .row .container > .video-iframe-container { display: none; }#K2R2ifd0piLFyaAJHV0IDgiBo9cCMiVx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K2R2ifd0piLFyaAJHV0IDgiBo9cCMiVx > .row > .video-iframe-container { display: none; }#K2R2ifd0piLFyaAJHV0IDgiBo9cCMiVx > .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); }#K2R2ifd0piLFyaAJHV0IDgiBo9cCMiVx > .row .container { border-width: 0; border-radius: 0; }#K2R2ifd0piLFyaAJHV0IDgiBo9cCMiVx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K2R2ifd0piLFyaAJHV0IDgiBo9cCMiVx > .row .container { font-size:14px;font-family:arial;height:632px;width:1200px;position:relative;display:block; }#nP0c1EWcHT21qoGTsfn2verLzFqD5bFv { color:#025c98;display:block;width:361px;position:absolute;font-family:ubuntu;font-size:51px;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:80px;left:150px;height:112.167px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PIUfFtEim0x0ETBeLRJFTlmrtcB6Ct5L { color:#025c98;display:block;width:401px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:273px;left:150px;height:210px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nTUzpxbprtzgfzOeJ5OHtFtgrouMvDCS { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:596px;width:365px;top:36px;left:697.03125px;overflow:hidden;display:block; }
#ADOadXTU077DxOwTExpiNuU10kCUdz9U { color:#025c98;display:block;width:462px;position:absolute;font-family:ubuntu;font-size:12px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:206px;left:150px;height:46.7499px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#matIGcirb5RWBT0Wavp8N6H5v1FVNprd { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:42px;width:42px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:150px;left:358px; }
#matIGcirb5RWBT0Wavp8N6H5v1FVNprd > img { max-width: 100%;max-height:100%; }#JcItDqnqAhuH8kGdcZVC1h1vt8znoHvP { 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; }#JcItDqnqAhuH8kGdcZVC1h1vt8znoHvP > .row .container { background-color: transparent; background-image: none; }#JcItDqnqAhuH8kGdcZVC1h1vt8znoHvP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JcItDqnqAhuH8kGdcZVC1h1vt8znoHvP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JcItDqnqAhuH8kGdcZVC1h1vt8znoHvP > .row .container > .video-iframe-container { display: none; }#JcItDqnqAhuH8kGdcZVC1h1vt8znoHvP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JcItDqnqAhuH8kGdcZVC1h1vt8znoHvP > .row > .video-iframe-container { display: none; }#JcItDqnqAhuH8kGdcZVC1h1vt8znoHvP > .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); }#JcItDqnqAhuH8kGdcZVC1h1vt8znoHvP > .row .container { border-width: 0; border-radius: 0; }#JcItDqnqAhuH8kGdcZVC1h1vt8znoHvP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JcItDqnqAhuH8kGdcZVC1h1vt8znoHvP > .row .container { font-size:14px;font-family:arial;height:698px;width:1200px;position:relative;display:block; }#AdmVCRBqbWBdELNbP6utCV4Az2KwZFSR { color:#005c98;display:block;width:218px;position:absolute;font-family:ubuntu;font-size:23px;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:615px;left:110px;height:34.5px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iwJeieRclfRionOKmwoD8dRE8o3hoio0 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:461px;width:296px;top:140px;left:71px;overflow:hidden;display:block; }
#xfdULqwMrN6GMfKX8TlgGOP9SuSgrg9L { color:#005c98;display:block;width:218px;position:absolute;font-family:ubuntu;font-size:23px;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:615px;left:466px;height:34.5px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IpEAQTXthQkztnTKiR4CVcgi3axkzWBW { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:461px;width:306px;top:140px;left:422px;overflow:hidden;display:block; }
#NTk7gDQt8qcWwurusFg0XJivH75JkB2B { color:#005c98;display:block;width:705px;position:absolute;font-family:ubuntu;font-size:25px;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:25px;left:247.5px;height:75px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MWsQPUWXnDhpw51CJHaeyzHh2nyusdfF { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:460px;width:344px;top:140px;left:803.0390625px;overflow:hidden;display:block; }
#R9DR8kv2B4seAP4aVIZqpaiUtNx0TBUU { color:#005c98;display:block;width:322px;position:absolute;font-family:ubuntu;font-size:23px;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:615px;left:814.0390625px;height:34.5px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#t4dX1WcSMtxue8sa5RWfft3gDIZBDOiT { 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; }#t4dX1WcSMtxue8sa5RWfft3gDIZBDOiT > .row .container { background-color: transparent; background-image: none; }#t4dX1WcSMtxue8sa5RWfft3gDIZBDOiT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t4dX1WcSMtxue8sa5RWfft3gDIZBDOiT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t4dX1WcSMtxue8sa5RWfft3gDIZBDOiT > .row .container > .video-iframe-container { display: none; }#t4dX1WcSMtxue8sa5RWfft3gDIZBDOiT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t4dX1WcSMtxue8sa5RWfft3gDIZBDOiT > .row > .video-iframe-container { display: none; }#t4dX1WcSMtxue8sa5RWfft3gDIZBDOiT > .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); }#t4dX1WcSMtxue8sa5RWfft3gDIZBDOiT > .row .container { border-width: 0; border-radius: 0; }#t4dX1WcSMtxue8sa5RWfft3gDIZBDOiT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t4dX1WcSMtxue8sa5RWfft3gDIZBDOiT > .row .container { font-size:14px;font-family:arial;height:677px;width:1200px;position:relative;display:block; }#BSIX2SI4LPDuA57266CGbS26qNgByQOI { color:#005c98;display:block;width:415px;position:absolute;font-family:ubuntu;font-size:50px;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:69px;left:142px;height:360px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WNv8SRMCk1JOZeMUWJ1rU4iRGVkkCxCT { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:408px;width:515px;top:75px;left:603.5px;display:block; }
#cX9zIyuEa628rbX9Tc0mL4VaoRkwEI2m { box-sizing:content-box;height:440px;width:552px;position:absolute;display:block;z-index:15003;background-color:rgba(0,92,152,0.18);background-image:none;top:57px;left:583px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;border-top:2px solid rgba(243,243,243,0.28);border-left:2px solid rgba(243,243,243,0.28);border-right:2px solid rgba(243,243,243,0.28);border-bottom:2px solid rgba(243,243,243,0.28);display:block; }
#mFVsHAH21bdOicwHyGZWyJO9EfTomEHT { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5b504d7d-a657-443e-9dc5-b202453c5c24/clicasorrisusbackg.png");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;position:relative;z-index:auto;display:none; }#mFVsHAH21bdOicwHyGZWyJO9EfTomEHT.adaptive-delivery-prevent-bg, #mFVsHAH21bdOicwHyGZWyJO9EfTomEHT.lazyload, #mFVsHAH21bdOicwHyGZWyJO9EfTomEHT.lazyloading { background-image: none; }#mFVsHAH21bdOicwHyGZWyJO9EfTomEHT > .row .container { border-width: 0; border-radius: 0; }#mFVsHAH21bdOicwHyGZWyJO9EfTomEHT::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#mFVsHAH21bdOicwHyGZWyJO9EfTomEHT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#mFVsHAH21bdOicwHyGZWyJO9EfTomEHT > .row .container { width:1200px;height:903px;font-size:14px;font-family:"open sans";position:relative;display:none; }#HKa9lWGW2y9NveS9T2GyTJ6yNDlE3a1N { color:#005c98;display:block;width:659px;position:absolute;font-family:ubuntu;font-size:48px;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:70.953125px;left:270.5px;height:172.781px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kcTDURkx5kk39hTPhJO4r3qOFdgWh6rw { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;border-top:2px solid rgba(227,227,227,0.34);border-left:2px solid rgba(227,227,227,0.34);border-right:2px solid rgba(227,227,227,0.34);border-bottom:2px solid rgba(227,227,227,0.34);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:514px;width:470px;top:285px;left:365px;display:block; }
#kDOS0odfZeVfdrqnQQwzmS0kyORiLlKC { color:#005c98;display:block;width:415px;position:absolute;font-family:ubuntu;font-size:38px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:319px;left:392px;height:49.3984px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz .widget-form-header {  }
#czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:14px;font-weight:bold;color:#000000;width:345px;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;text-align:left;text-align-last:left;vertical-align:top; }
#czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz .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:rgba(255,255,255,0.03);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:1px solid #005c98;border-left:1px solid #005c98;border-right:1px solid #005c98;border-bottom:1px solid #005c98;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:345px;box-sizing:border-box;height:55px;color:#005c98;font-size:16px;overflow:hidden;font-family:ubuntu;vertical-align:top; }
#czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz .widget-input-text {padding-top: 0; padding-bottom: 0;}#czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(255,255,255,0.03);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:1px solid #005c98;border-left:1px solid #005c98;border-right:1px solid #005c98;border-bottom:1px solid #005c98;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:345px;box-sizing:border-box;height:70px;color:#005c98;font-size:16px;overflow:hidden;font-family:ubuntu;vertical-align:top; }
#czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz .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:345px;box-sizing:border-box;height:40px;color:#161616;font-family:ubuntu;font-size:14px;overflow:hidden;vertical-align:top; }
#czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz .widget-input-select {padding-top: 0; padding-bottom: 0;}#czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz .widget-input-checkbox { width:16px;height:16px;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; }
#czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz .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:#005c98;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:24px;font-weight:bold;color:#f2f9ff;width:345px;height:62px;font-family:ubuntu;overflow:hidden; }
#czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz [class*="-text"]:-moz-placeholder { color:#005c98;font-family:ubuntu;font-size:14px;font-weight:700;font-style:normal; }
#czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz [class*="-text"]::-moz-placeholder { color:#005c98;font-family:ubuntu;font-size:14px;font-weight:700;font-style:normal; }
#czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz [class*="-text"]:-ms-input-placeholder { color:#005c98;font-family:ubuntu;font-size:14px;font-weight:700;font-style:normal; }
#czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz [class*="-text"]::-webkit-input-placeholder { color:#005c98;font-family:ubuntu;font-size:14px;font-weight:700;font-style:normal; }
#czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz .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:ubuntu;line-height:1.3;font-size:12px;font-weight:300;color:#2782be;vertical-align:top;width:325px;overflow:hidden;font-style:normal;float:none; }
#czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz .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; }
#czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz .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:ubuntu;font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz .widget-container:first-of-type{padding-top:0;}#czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz .widget-container:last-of-type{padding-bottom:0;}#czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz  { background-color:rgba(0,0,0,0);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:345px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:427.96875px;left:405px; }
#czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:345px;display:block;vertical-align:top; }
#czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz {display:block;}#czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz { background-color:rgba(0,0,0,0);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:345px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:367px;left:407px; }
#czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz #JoAhzv7mX3itdJS1fJOUtCKDwld5oZZF { position:relative; }
#czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz #u7wceZMTuPCPgPp90c3EJbKANqzE0Ibz { position:relative;display:block; }
#czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz #X1LMcdfSpRp5o9fCvsrO29HEZxLgkLQZ { position:relative; }
#czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz #JmngP604fF060XRPUH2GmdZVeAaxAWRa { position:relative; }
#czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz #VlHsWQCX9ThrTnIRVNGbMSZMxbF88sF6 { position:relative;display:block; }
#czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz #eRHoC4koIaUA60etZoBloWvOtw1Q8sAQ { position:relative; }
#czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz #t7o8gOB3W2ba34ox6yWiyffNRSLcvPpm { position:relative; }
#czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz #p85F0HVpCSrwWQ92RpfIIsMHvTzmqnP5 { position:relative;display:block; }
#czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz #ePzPxH96pli4t9O4fT7pXchwLmFkNSgO { position:relative; }
#czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz #IfqdLFlRwuxyd7JLaxg4dbCHmw6kTDWX { position:relative; }
#czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz #v5WeOw2NJVir661JpywyXowZr5kPi7FQ { position:relative;z-index:2; }
#czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz #ZQNlRiI5T1DVBmtFkdblTrUeWGcH47Zx { position:relative; }
#czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz #RTByvxV3l9t2exFTN2rNBiBUL3gy2bTu { position:relative; }
#czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz #gTA4WDfhvOTiFHHURerKbkD2uuytxKD4 { position:relative; }
#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b2af6d88-516e-46e0-a8f7-0f44b5e836ee/sorrisusmaceiodaniel.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;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; }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6.adaptive-delivery-prevent-bg, #DO8vshUgqGmZs0mRc66AfylEKFTIwZU6.lazyload, #DO8vshUgqGmZs0mRc66AfylEKFTIwZU6.lazyloading { background-image: none; }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 > .row .container { background-color: transparent; background-image: none; }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.83); }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 > .row .container > .video-iframe-container { display: none; }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.83); }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 > .row > .video-iframe-container { display: none; }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 > .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); }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 > .row .container { border-width: 0; border-radius: 0; }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 > .row .container { font-size:14px;font-family:arial;height:1047px;width:1200px;position:relative;display:block; }#os0o6GLhEmeDyOs9raBRqIS3geRxIEB9 { color:#005c98;display:block;width:1200px;position:absolute;font-family:ubuntu;font-size:82px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:142px;left:0px;height:106.594px;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; }
#HR3hS2ZwnbF7CP15hbTbVMECDC8wMard { color:#005c98;display:block;width:766px;position:absolute;font-family:ubuntu;font-size:39px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:92.3125px;left:217px;height:50.6979px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DnXA64rF6aoc9W7l6vzwWJ7tqBB007UM { position:absolute;display:block;z-index:15006;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b8966a13-c141-4c63-b8cb-afa3421d9918/mapasorrisus.png");background-position:top left !important;background-repeat: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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:350px;width:960px;top:295px;left:120px;display:block; }#DnXA64rF6aoc9W7l6vzwWJ7tqBB007UM.adaptive-delivery-prevent-bg, #DnXA64rF6aoc9W7l6vzwWJ7tqBB007UM.lazyload, #DnXA64rF6aoc9W7l6vzwWJ7tqBB007UM.lazyloading { background-image: none; }
#yHX2r8izcybxuN8t1FharBLMWL0qKrZL { box-sizing:content-box;color:#005c98;font-size:21px;font-weight:400;line-height:1;height:31px;width:31px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:705px;left:314px;display:block; }
#sIrzZuALgTPpKSe4UpQGxVlDhobVkIMi { color:#005c98;display:block;width:445px;position:absolute;font-family:ubuntu;font-size:17px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:709px;left:345px;height:22.0938px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q1fspATbVkHTc1QHwCEcTHV6qCBKmcMc { box-sizing:content-box;color:#005c98;font-size:21px;font-weight:400;line-height:1;height:31px;width:31px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:705px;left:492px;display:block; }
#fVInqBsaJTH8VRfhcebl0K1XrtGsnE0u { color:#005c98;display:block;width:363px;position:absolute;font-family:ubuntu;font-size:17px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:709px;left:523px;height:22.0938px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aTVVTt3Oh0nbgH2uZbZ25ZTxecvkWVIG { box-sizing:content-box;color:#009fe7;font-size:101px;font-weight:400;line-height:1;height:145px;width:145px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:376.5px;left:779px;display:block; }
#foWhnU1mR1L2Mk4Z8LFrdCFseRdItLJ4 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:36px;width:239px;top:871px;left:448px;overflow:hidden;display:block; }
#GAQyGb8HIR6VWt84P4GwKPHLZpzZaeW8 { color:#005c98;display:block;width:723px;position:absolute;font-family:ubuntu;font-size:16px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:995px;left:238px;height:20.7969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TUbVT1XPC7g0woo4KWWn3d63yDCLmdTX { display:block; }#TUbVT1XPC7g0woo4KWWn3d63yDCLmdTX > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JAnT4W2S5Vw435h5LKCH8CO4qT6tDCX4 { width:104px;height:35px;top:18px;left:405px;display:block; }
 }@media only screen and (max-width: 763px) { #V0vNhwSckE09Cpbx2hcZJ3LGCkqTMti8 { display:block; }
 }@media only screen and (max-width: 763px) { #URTVWbZbU3Cr4kvc1tZtberZS71WTqsc { width:104px;height:35px;top:18px;left:520px;display:block; }
 }@media only screen and (max-width: 763px) { #cvfGAp3IwwL7EoEpE7T2SCNXLTM5iFhM { display:block; }
 }@media only screen and (max-width: 763px) { #VRqcZkV6UGAGGio06dTmiSevOs04k83M { width:104px;height:35px;top:19px;left:660px;display:block; }
 }@media only screen and (max-width: 763px) { #vKrA5lgEmu3h1BK35JxA7HW3dXKst1gJ { display:block; }
 }@media only screen and (max-width: 763px) { #gpmAMTI6JGZq2f472gPD3aE5oa46nwIo { width:104px;height:35px;top:18px;left:640px;display:block; }
 }@media only screen and (max-width: 763px) { #bV0uqGqaAIMO56ARpk01bnm9Scfh3Tqx { display:block; }
 }@media only screen and (max-width: 763px) { #d4W2ehITB7CC6xyw7yMtIHG7v6fm5l6Q { width:188px;height:29px;top:26px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hnQOULp7TpMfe9q8cInyU87duyvHLBNk { width:585px;height:240px;top:58px;left:0px;font-size:60px;display:block; }
 }@media only screen and (max-width: 763px) { #frytgU0DJIfJEKy3fobhVzDS53zVB2C2 { width:531px;height:70px;top:315px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #I5E6M22v2anhSpzEWVTwC1I1AlT1CBHk { width:272px;height:85px;top:428px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #wd1kwOpBom3lIwGpLfg1MGCyt1Aacztf { display:block; }
 }@media only screen and (max-width: 763px) { #ufFo70xhXP27a9GHZTbf2QETm8sTl9Xq { width:272px;height:58px;top:441px;left:173px;display:block; }
 }@media only screen and (max-width: 763px) { #ANFHO8WzDIpDOTMVeyQxVHd8yV0CeGd4 { display:block; }
 }@media only screen and (max-width: 763px) { #xhbedVSATSLLgZrWfzKJAFKFyMlnqLkm { top:6px;left:387px;width:377px;height:562px;display:block; }
 }@media only screen and (max-width: 763px) { #q3BwP6trViQ2nIlIeyhUXW3VV453otOb { display:block; }#q3BwP6trViQ2nIlIeyhUXW3VV453otOb > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z55PnPGeZu2rvX3QczT0uHqQqNZhTboQ { width:316px;height:280px;top:67px;left:192px;display:block; }
 }@media only screen and (max-width: 763px) { #tIckSod8OnQW3rqrqO87tpKJ3NJdDsro { width:316px;height:218px;top:67px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #daxNVGFQnfsQRVyZwnf94NTO8nvXraQ4 { width:279px;height:114px;top:119px;left:0px;font-size:44px;display:block; }
 }@media only screen and (max-width: 763px) { #aOPdE7Jix3xLEwEFTwDeDb2aU9VZb6OT { width:316px;height:358px;top:376px;left:192px;display:block; }
 }@media only screen and (max-width: 763px) { #QPKhFkb5MudO7nWC3S3QANqonOdGPZq0 { width:316px;height:218px;top:515px;left:446px;display:block; }
 }@media only screen and (max-width: 763px) { #SUcsUwBFN6WpSCcRKxuu34gGmdgvecrW { width:273px;height:109px;top:569px;left:489px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #g7vHTOUrpUWo7cfUG1TCklWVSzlfSUs0 { width:316px;height:209px;top:302px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #P1sEiVh83NmGQrrL07TtpEzsnCSsHxZ3 { width:316px;height:209px;top:526px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #MyQRBTpy8TxDJ2KBEBdlkvIOL5OE7Iwc { width:286px;height:144px;top:67px;left:476px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #RPWZBugpODbT2U5OkU8zknJIhz3b79at { width:276px;height:239px;top:228px;left:486px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #IeBHwCWtCrHNgzpCxWvknMnW4UiIp3r6 { display:block; }#IeBHwCWtCrHNgzpCxWvknMnW4UiIp3r6 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ycr0s659t6qH6GxwJkNJkb9b3vSU19sX { width:752px;height:104px;top:50px;left:0px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #HUH0kfFcGJnA37mpFvnUbrwtv9m2CcxF { top:169px;left:0px;width:264px;height:264px;display:block; }
 }@media only screen and (max-width: 763px) { #w414KtAEHVe5moXcy8pX3MUeHe2hBoQN { top:169px;left:250px;width:264px;height:264px;display:block; }
 }@media only screen and (max-width: 763px) { #Mm7UlAZ67ziU9OLGf88ledeLzKtyfccX { top:169px;left:500px;width:264px;height:264px;display:block; }
 }@media only screen and (max-width: 763px) { #Gt7Mb0mJcTlsX9235TDfMtfWFsVPZ2vh { top:453px;left:500px;width:264px;height:264px;display:block; }
 }@media only screen and (max-width: 763px) { #SoZ8EkHlRMZmWQQ2zlfqcSfOdDx9UGoW { top:453px;left:250px;width:264px;height:264px;display:block; }
 }@media only screen and (max-width: 763px) { #hPC8o4fKAKxXU3W3N0i8x8s7cFS03tkl { top:453px;left:0px;width:254px;height:264px;display:block; }
 }@media only screen and (max-width: 763px) { #sOtZz9KTBM1yc3ThEU9TsltGiZTWoyrz { width:400px;height:91px;top:767px;left:182px;display:block; }
 }@media only screen and (max-width: 763px) { #HHIqQkxEpITetuE7umGAP7B86PIcteTW { display:block; }
 }@media only screen and (max-width: 763px) { #l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI { display:block; }#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wPxLkFN9qMHImgyxkA2UDsBDBRfu2TAG { width:280px;height:78px;top:384px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #P1K3bsCpSRdAwU1GRwr9IEs0N8UABPa1 { width:280px;height:89px;top:490px;left:0px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #fGBbcNChW6PIzeo6KUyDh43rIE4lXaPp { width:304px;height:332px;top:353px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #UP92RfdRKeTgRnWg5XP2coobUofZCIUB { top:53px;left:0px;width:300px;height:300px;display:block; }
 }@media only screen and (max-width: 763px) { #f0SWZJRiGm4y5mUEKZgxuRNbwHIIgUHk { width:280px;height:78px;top:383px;left:228px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #C3zJDX4lzsnu2gKkCcnepTmdHqKmhaGJ { width:304px;height:332px;top:353px;left:204px;display:block; }
 }@media only screen and (max-width: 763px) { #aDfK7CP3BS0eTCHv1Bpd5iinZC9Qieb1 { top:54px;left:208px;width:300px;height:300px;display:block; }
 }@media only screen and (max-width: 763px) { #GXUeDWMyNkFKKn1EZxqPtp4h1ixCmEAf { width:280px;height:179px;top:478px;left:228px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #FnZaLzD12yZXwnGz21DDSsfGFT2uvqBp { width:304px;height:333px;top:354px;left:458px;display:block; }
 }@media only screen and (max-width: 763px) { #mKJJUaMVnEopmMK61qxs8yxUryVpMK3d { width:280px;height:149px;top:507px;left:482px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #xDyQ4b4W7NZmFwz7CpE5b1TH8ZFHS6TV { width:280px;height:117px;top:381px;left:482px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #KfnB0McWMuIO6FcVXcJ624sGwJH2hqAx { top:54px;left:462px;width:300px;height:300px;display:block; }
 }@media only screen and (max-width: 763px) { #bGmJmF8muXpgqSQ3yc1Bw4RiC8NGLZ6n { display:block; }#bGmJmF8muXpgqSQ3yc1Bw4RiC8NGLZ6n > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tkDJaahcnqlJpnxUQTrcmx0xkM3XxFyk { top:43px;left:293px;width:471px;height:462px;display:block; }
 }@media only screen and (max-width: 763px) { #JaCq405NrOF0N4oNx4kfXKNgktn1AAbe { top:538px;left:0px;width:471px;height:463px;display:block; }
 }@media only screen and (max-width: 763px) { #TcBTsTt3ThtoDn5agHSU4K198tpoTvOQ { top:41px;left:0px;width:470px;height:462px;display:block; }
 }@media only screen and (max-width: 763px) { #VwoTlTmpz9y4TEMP88kL4ei0K6Jway6o { top:540px;left:293px;width:471px;height:462px;display:block; }
 }@media only screen and (max-width: 763px) { #BBmcVJV4JJSPvanHmToIkei65ucEgqed { width:400px;height:91px;top:1064px;left:182px;display:block; }
 }@media only screen and (max-width: 763px) { #lkrfxwkfciz03FzvQkocKS3c9OeEV4sk { display:block; }
 }@media only screen and (max-width: 763px) { #K2R2ifd0piLFyaAJHV0IDgiBo9cCMiVx { display:block; }#K2R2ifd0piLFyaAJHV0IDgiBo9cCMiVx > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nP0c1EWcHT21qoGTsfn2verLzFqD5bFv { width:361px;height:112px;top:80px;left:0px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #PIUfFtEim0x0ETBeLRJFTlmrtcB6Ct5L { width:401px;height:240px;top:273px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #nTUzpxbprtzgfzOeJ5OHtFtgrouMvDCS { top:36px;left:399px;width:365px;height:596px;display:block; }
 }@media only screen and (max-width: 763px) { #ADOadXTU077DxOwTExpiNuU10kCUdz9U { width:462px;height:46px;top:206px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #matIGcirb5RWBT0Wavp8N6H5v1FVNprd { top:150px;left:140px;width:42px;height:42px;display:block; }
#matIGcirb5RWBT0Wavp8N6H5v1FVNprd > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #JcItDqnqAhuH8kGdcZVC1h1vt8znoHvP { display:block; }#JcItDqnqAhuH8kGdcZVC1h1vt8znoHvP > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AdmVCRBqbWBdELNbP6utCV4Az2KwZFSR { width:218px;height:34px;top:615px;left:0px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #iwJeieRclfRionOKmwoD8dRE8o3hoio0 { top:140px;left:0px;width:296px;height:461px;display:block; }
 }@media only screen and (max-width: 763px) { #xfdULqwMrN6GMfKX8TlgGOP9SuSgrg9L { width:218px;height:34px;top:615px;left:248px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #IpEAQTXthQkztnTKiR4CVcgi3axkzWBW { top:140px;left:204px;width:306px;height:461px;display:block; }
 }@media only screen and (max-width: 763px) { #NTk7gDQt8qcWwurusFg0XJivH75JkB2B { width:705px;height:75px;top:25px;left:29.5px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #MWsQPUWXnDhpw51CJHaeyzHh2nyusdfF { top:140px;left:420px;width:344px;height:460px;display:block; }
 }@media only screen and (max-width: 763px) { #R9DR8kv2B4seAP4aVIZqpaiUtNx0TBUU { width:322px;height:34px;top:615px;left:442px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #t4dX1WcSMtxue8sa5RWfft3gDIZBDOiT { display:block; }#t4dX1WcSMtxue8sa5RWfft3gDIZBDOiT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BSIX2SI4LPDuA57266CGbS26qNgByQOI { width:415px;height:420px;top:69px;left:0px;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #WNv8SRMCk1JOZeMUWJ1rU4iRGVkkCxCT { top:75px;left:249px;width:515px;height:408px;display:block; }
 }@media only screen and (max-width: 763px) { #cX9zIyuEa628rbX9Tc0mL4VaoRkwEI2m { top:57px;left:208px;width:552px;height:440px;display:block; }
 }@media only screen and (max-width: 763px) { #mFVsHAH21bdOicwHyGZWyJO9EfTomEHT { display:block; }#mFVsHAH21bdOicwHyGZWyJO9EfTomEHT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HKa9lWGW2y9NveS9T2GyTJ6yNDlE3a1N { width:659px;height:172px;top:70px;left:52.5px;font-size:48px;display:block; }
 }@media only screen and (max-width: 763px) { #kcTDURkx5kk39hTPhJO4r3qOFdgWh6rw { width:470px;height:514px;top:285px;left:147px;display:block; }
 }@media only screen and (max-width: 763px) { #kDOS0odfZeVfdrqnQQwzmS0kyORiLlKC { width:415px;height:49px;top:319px;left:174px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz .widget-regular-label { width:345px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz .widget-input-text { width:345px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz .widget-input-text {padding-top: 0; padding-bottom: 0;}#czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz .widget-textarea { width:345px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz .widget-input-select { width:345px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz .widget-input-select {padding-top: 0; padding-bottom: 0;}#czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz .widget-input-button { width:241px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:52px; }
#czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz .widget-checkbox-label { width:323px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz  { width:345px;height:auto;top:507px;left:187.984375px; }
#czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz .radio-container { width:345px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz {display:block;}#czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz { width:345px;height:auto;top:507px;left:187.984375px; }
 }@media only screen and (max-width: 763px) { #czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz #JoAhzv7mX3itdJS1fJOUtCKDwld5oZZF {  }
 }@media only screen and (max-width: 763px) { #czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz #u7wceZMTuPCPgPp90c3EJbKANqzE0Ibz {  }
 }@media only screen and (max-width: 763px) { #czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz #X1LMcdfSpRp5o9fCvsrO29HEZxLgkLQZ {  }
 }@media only screen and (max-width: 763px) { #czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz #JmngP604fF060XRPUH2GmdZVeAaxAWRa {  }
 }@media only screen and (max-width: 763px) { #czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz #VlHsWQCX9ThrTnIRVNGbMSZMxbF88sF6 {  }
 }@media only screen and (max-width: 763px) { #czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz #eRHoC4koIaUA60etZoBloWvOtw1Q8sAQ {  }
 }@media only screen and (max-width: 763px) { #czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz #t7o8gOB3W2ba34ox6yWiyffNRSLcvPpm {  }
 }@media only screen and (max-width: 763px) { #czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz #p85F0HVpCSrwWQ92RpfIIsMHvTzmqnP5 {  }
 }@media only screen and (max-width: 763px) { #czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz #ePzPxH96pli4t9O4fT7pXchwLmFkNSgO {  }
 }@media only screen and (max-width: 763px) { #czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz #IfqdLFlRwuxyd7JLaxg4dbCHmw6kTDWX {  }
 }@media only screen and (max-width: 763px) { #czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz #v5WeOw2NJVir661JpywyXowZr5kPi7FQ {  }
 }@media only screen and (max-width: 763px) { #czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz #ZQNlRiI5T1DVBmtFkdblTrUeWGcH47Zx {  }
 }@media only screen and (max-width: 763px) { #czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz #RTByvxV3l9t2exFTN2rNBiBUL3gy2bTu {  }
 }@media only screen and (max-width: 763px) { #czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz #gTA4WDfhvOTiFHHURerKbkD2uuytxKD4 {  }
 }@media only screen and (max-width: 763px) { #DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 { display:block; }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #os0o6GLhEmeDyOs9raBRqIS3geRxIEB9 { width:764px;height:;top:142px;left:0px;font-size:41px;display:block; }
 }@media only screen and (max-width: 763px) { #HR3hS2ZwnbF7CP15hbTbVMECDC8wMard { width:764px;height:50px;top:92px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #DnXA64rF6aoc9W7l6vzwWJ7tqBB007UM { width:764px;height:350px;top:295px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #yHX2r8izcybxuN8t1FharBLMWL0qKrZL { width:31px;height:31px;top:705px;left:96px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #sIrzZuALgTPpKSe4UpQGxVlDhobVkIMi { width:445px;height:22px;top:709px;left:127px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #q1fspATbVkHTc1QHwCEcTHV6qCBKmcMc { width:31px;height:31px;top:705px;left:274px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #fVInqBsaJTH8VRfhcebl0K1XrtGsnE0u { width:363px;height:22px;top:709px;left:305px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #aTVVTt3Oh0nbgH2uZbZ25ZTxecvkWVIG { width:145px;height:145px;top:376px;left:561px;font-size:101px;display:block; }
 }@media only screen and (max-width: 763px) { #foWhnU1mR1L2Mk4Z8LFrdCFseRdItLJ4 { top:871px;left:230px;width:239px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #GAQyGb8HIR6VWt84P4GwKPHLZpzZaeW8 { width:723px;height:20px;top:995px;left:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TUbVT1XPC7g0woo4KWWn3d63yDCLmdTX { position:fixed;z-index:199999;top:0px;left:0px;right:0px;background-color:#ffffff;background-image:none;display:block; }#TUbVT1XPC7g0woo4KWWn3d63yDCLmdTX > .row .container { background-color: transparent; background-image: none; }#TUbVT1XPC7g0woo4KWWn3d63yDCLmdTX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUbVT1XPC7g0woo4KWWn3d63yDCLmdTX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUbVT1XPC7g0woo4KWWn3d63yDCLmdTX > .row .container > .video-iframe-container { display: none; }#TUbVT1XPC7g0woo4KWWn3d63yDCLmdTX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUbVT1XPC7g0woo4KWWn3d63yDCLmdTX > .row > .video-iframe-container { display: none; }#TUbVT1XPC7g0woo4KWWn3d63yDCLmdTX > .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); }#TUbVT1XPC7g0woo4KWWn3d63yDCLmdTX > .row .container { width:320px;height:97px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JAnT4W2S5Vw435h5LKCH8CO4qT6tDCX4 { width:63px;height:36px;top:60px;left:0px;font-size:14px;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #V0vNhwSckE09Cpbx2hcZJ3LGCkqTMti8 { display:block; }
 }@media only screen and (max-width: 763px) { #URTVWbZbU3Cr4kvc1tZtberZS71WTqsc { width:72px;height:36px;top:60px;left:74px;font-size:14px;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cvfGAp3IwwL7EoEpE7T2SCNXLTM5iFhM { display:block; }
 }@media only screen and (max-width: 763px) { #VRqcZkV6UGAGGio06dTmiSevOs04k83M { width:67px;height:36px;top:60px;left:253px;font-size:14px;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vKrA5lgEmu3h1BK35JxA7HW3dXKst1gJ { display:block; }
 }@media only screen and (max-width: 763px) { #gpmAMTI6JGZq2f472gPD3aE5oa46nwIo { width:76px;height:36px;top:60px;left:165px;font-size:14px;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bV0uqGqaAIMO56ARpk01bnm9Scfh3Tqx { display:block; }
 }@media only screen and (max-width: 763px) { #d4W2ehITB7CC6xyw7yMtIHG7v6fm5l6Q { width:153px;height:25px;top:21.5px;left:83.5px;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0f28dfe3-1586-46b1-9c6a-582d00e7435b/herosorrisusmaceio.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.35); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.35); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:802px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hnQOULp7TpMfe9q8cInyU87duyvHLBNk { width:320px;height:136.781px;top:114px;left:0px;text-align:center;text-align-last:center;font-size:38px;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #frytgU0DJIfJEKy3fobhVzDS53zVB2C2 { width:320px;height:34px;top:263px;left:0px;text-align:center;text-align-last:center;font-size:17px;font-weight:700;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #I5E6M22v2anhSpzEWVTwC1I1AlT1CBHk { width:272px;height:71px;top:368px;left:24px;line-height:1;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wd1kwOpBom3lIwGpLfg1MGCyt1Aacztf { display:block; }
 }@media only screen and (max-width: 763px) { #ufFo70xhXP27a9GHZTbf2QETm8sTl9Xq { width:198px;height:46px;top:315px;left:61px;font-weight:700;font-style:normal;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ANFHO8WzDIpDOTMVeyQxVHd8yV0CeGd4 { display:block; }
 }@media only screen and (max-width: 763px) { #xhbedVSATSLLgZrWfzKJAFKFyMlnqLkm { width:236px;height:354px;top:448px;left:42px;display:block; }
 }@media only screen and (max-width: 763px) { #q3BwP6trViQ2nIlIeyhUXW3VV453otOb { background-color:#ffffff;background-image:none;display:block; }#q3BwP6trViQ2nIlIeyhUXW3VV453otOb > .row .container { background-color: transparent; background-image: none; }#q3BwP6trViQ2nIlIeyhUXW3VV453otOb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q3BwP6trViQ2nIlIeyhUXW3VV453otOb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q3BwP6trViQ2nIlIeyhUXW3VV453otOb > .row .container > .video-iframe-container { display: none; }#q3BwP6trViQ2nIlIeyhUXW3VV453otOb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q3BwP6trViQ2nIlIeyhUXW3VV453otOb > .row > .video-iframe-container { display: none; }#q3BwP6trViQ2nIlIeyhUXW3VV453otOb > .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); }#q3BwP6trViQ2nIlIeyhUXW3VV453otOb > .row .container { width:320px;height:2209px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z55PnPGeZu2rvX3QczT0uHqQqNZhTboQ { width:316px;height:285px;top:1148px;left:2px;display:block; }
 }@media only screen and (max-width: 763px) { #tIckSod8OnQW3rqrqO87tpKJ3NJdDsro { width:316px;height:191px;top:536px;left:2px;display:block; }
 }@media only screen and (max-width: 763px) { #daxNVGFQnfsQRVyZwnf94NTO8nvXraQ4 { width:303px;height:114.3906px;top:574.3125px;left:8.5px;font-size:44px;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #aOPdE7Jix3xLEwEFTwDeDb2aU9VZb6OT { width:316px;height:358px;top:761px;left:2px;display:block; }
 }@media only screen and (max-width: 763px) { #QPKhFkb5MudO7nWC3S3QANqonOdGPZq0 { width:316px;height:218px;top:1458px;left:2px;display:block; }
 }@media only screen and (max-width: 763px) { #SUcsUwBFN6WpSCcRKxuu34gGmdgvecrW { width:256px;height:109.188px;top:1512.390625px;left:32px;font-size:42px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g7vHTOUrpUWo7cfUG1TCklWVSzlfSUs0 { width:316px;height:209px;top:1700px;left:2px;display:block; }
 }@media only screen and (max-width: 763px) { #P1sEiVh83NmGQrrL07TtpEzsnCSsHxZ3 { width:316px;height:209px;top:1936px;left:2px;display:block; }
 }@media only screen and (max-width: 763px) { #MyQRBTpy8TxDJ2KBEBdlkvIOL5OE7Iwc { width:288px;height:162.781px;top:40px;left:15px;font-size:37px;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #RPWZBugpODbT2U5OkU8zknJIhz3b79at { width:288px;height:300px;top:218px;left:15px;text-align:center;text-align-last:center;font-size:20px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #IeBHwCWtCrHNgzpCxWvknMnW4UiIp3r6 { display:block; }#IeBHwCWtCrHNgzpCxWvknMnW4UiIp3r6 > .row .container { width:320px;height:2071px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ycr0s659t6qH6GxwJkNJkb9b3vSU19sX { width:286px;height:150.781px;top:51px;left:17px;text-align:center;text-align-last:center;font-size:29px;font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 763px) { #HUH0kfFcGJnA37mpFvnUbrwtv9m2CcxF { width:264px;height:264px;top:247px;left:28px;display:block; }
 }@media only screen and (max-width: 763px) { #w414KtAEHVe5moXcy8pX3MUeHe2hBoQN { width:264px;height:264px;top:531px;left:28px;display:block; }
 }@media only screen and (max-width: 763px) { #Mm7UlAZ67ziU9OLGf88ledeLzKtyfccX { width:264px;height:264px;top:815px;left:28px;display:block; }
 }@media only screen and (max-width: 763px) { #Gt7Mb0mJcTlsX9235TDfMtfWFsVPZ2vh { width:264px;height:264px;top:1667px;left:28px;display:block; }
 }@media only screen and (max-width: 763px) { #SoZ8EkHlRMZmWQQ2zlfqcSfOdDx9UGoW { width:264px;height:264px;top:1383px;left:28px;display:block; }
 }@media only screen and (max-width: 763px) { #hPC8o4fKAKxXU3W3N0i8x8s7cFS03tkl { width:254px;height:264px;top:1099px;left:28px;display:block; }
 }@media only screen and (max-width: 763px) { #sOtZz9KTBM1yc3ThEU9TsltGiZTWoyrz { width:272px;height:58px;top:1968px;left:24px;font-size:22px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #HHIqQkxEpITetuE7umGAP7B86PIcteTW { display:block; }
 }@media only screen and (max-width: 763px) { #l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI { display:block; }#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI > .row .container { width:320px;height:1968px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wPxLkFN9qMHImgyxkA2UDsBDBRfu2TAG { width:264px;height:72.7969px;top:371px;left:28px;text-align:center;text-align-last:center;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #P1K3bsCpSRdAwU1GRwr9IEs0N8UABPa1 { width:264px;height:89.6953px;top:461.1875px;left:28px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fGBbcNChW6PIzeo6KUyDh43rIE4lXaPp { width:304px;height:230px;top:352px;left:8px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:block; }
 }@media only screen and (max-width: 763px) { #UP92RfdRKeTgRnWg5XP2coobUofZCIUB { width:300px;height:300px;top:54px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #f0SWZJRiGm4y5mUEKZgxuRNbwHIIgUHk { width:280px;height:72.7968px;top:965px;left:20px;text-align:center;text-align-last:center;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #C3zJDX4lzsnu2gKkCcnepTmdHqKmhaGJ { width:304px;height:321px;top:928.765625px;left:8px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:block; }
 }@media only screen and (max-width: 763px) { #aDfK7CP3BS0eTCHv1Bpd5iinZC9Qieb1 { width:300px;height:300px;top:630.765625px;left:10px;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #GXUeDWMyNkFKKn1EZxqPtp4h1ixCmEAf { width:280px;height:179.391px;top:1047.15625px;left:20px;text-align:center;text-align-last:center;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #FnZaLzD12yZXwnGz21DDSsfGFT2uvqBp { width:304px;height:333px;top:1574px;left:8px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:block; }
 }@media only screen and (max-width: 763px) { #mKJJUaMVnEopmMK61qxs8yxUryVpMK3d { width:280px;height:149.492px;top:1729.171875px;left:20px;text-align:center;text-align-last:center;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #xDyQ4b4W7NZmFwz7CpE5b1TH8ZFHS6TV { width:280px;height:109.195px;top:1609px;left:20px;text-align:center;text-align-last:center;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #KfnB0McWMuIO6FcVXcJ624sGwJH2hqAx { width:300px;height:300px;top:1276px;left:10px;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #bGmJmF8muXpgqSQ3yc1Bw4RiC8NGLZ6n { display:block; }#bGmJmF8muXpgqSQ3yc1Bw4RiC8NGLZ6n > .row .container { width:320px;height:1534px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tkDJaahcnqlJpnxUQTrcmx0xkM3XxFyk { width:320px;height:315px;top:374px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #JaCq405NrOF0N4oNx4kfXKNgktn1AAbe { width:320px;height:315px;top:716px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TcBTsTt3ThtoDn5agHSU4K198tpoTvOQ { width:320px;height:313px;top:1057px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #VwoTlTmpz9y4TEMP88kL4ei0K6Jway6o { width:320px;height:315px;top:30px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #BBmcVJV4JJSPvanHmToIkei65ucEgqed { width:304px;height:71px;top:1407px;left:8px;font-size:24px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #lkrfxwkfciz03FzvQkocKS3c9OeEV4sk { display:block; }
 }@media only screen and (max-width: 763px) { #K2R2ifd0piLFyaAJHV0IDgiBo9cCMiVx { display:block; }#K2R2ifd0piLFyaAJHV0IDgiBo9cCMiVx > .row .container { width:320px;height:1107px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nP0c1EWcHT21qoGTsfn2verLzFqD5bFv { width:320px;height:99px;top:36px;left:0px;text-align:center;text-align-last:center;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #PIUfFtEim0x0ETBeLRJFTlmrtcB6Ct5L { width:307px;height:313.5px;top:227px;left:6.5px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #nTUzpxbprtzgfzOeJ5OHtFtgrouMvDCS { width:295px;height:484px;top:623px;left:12.5px;display:block; }
 }@media only screen and (max-width: 763px) { #ADOadXTU077DxOwTExpiNuU10kCUdz9U { width:320px;height:50.6952px;top:149px;left:0px;text-align:center;text-align-last:center;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #matIGcirb5RWBT0Wavp8N6H5v1FVNprd { display:flex;width:42px;height:42px;top:560.5px;left:139px; }
#matIGcirb5RWBT0Wavp8N6H5v1FVNprd > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #JcItDqnqAhuH8kGdcZVC1h1vt8znoHvP { display:block; }#JcItDqnqAhuH8kGdcZVC1h1vt8znoHvP > .row .container { width:320px;height:1752px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AdmVCRBqbWBdELNbP6utCV4Az2KwZFSR { width:320px;height:28.5px;top:628px;left:0px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #iwJeieRclfRionOKmwoD8dRE8o3hoio0 { width:296px;height:461px;top:153px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #xfdULqwMrN6GMfKX8TlgGOP9SuSgrg9L { width:218px;height:28.5px;top:1185px;left:51px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #IpEAQTXthQkztnTKiR4CVcgi3axkzWBW { width:306px;height:461px;top:706px;left:7px;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #NTk7gDQt8qcWwurusFg0XJivH75JkB2B { width:320px;height:97.5px;top:18px;left:0px;text-align:center;text-align-last:center;font-size:25px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MWsQPUWXnDhpw51CJHaeyzHh2nyusdfF { width:306px;height:411px;top:1267.890625px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #R9DR8kv2B4seAP4aVIZqpaiUtNx0TBUU { width:320px;height:28.5px;top:1694px;left:0px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #t4dX1WcSMtxue8sa5RWfft3gDIZBDOiT { display:block; }#t4dX1WcSMtxue8sa5RWfft3gDIZBDOiT > .row .container { width:320px;height:995px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BSIX2SI4LPDuA57266CGbS26qNgByQOI { width:286px;height:277.156px;top:44px;left:17px;text-align:center;text-align-last:center;font-size:33px;font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 763px) { #WNv8SRMCk1JOZeMUWJ1rU4iRGVkkCxCT { height:501px;width:297px;top:397.890625px;left:11.5px;display:block; }
 }@media only screen and (max-width: 763px) { #cX9zIyuEa628rbX9Tc0mL4VaoRkwEI2m { width:316px;height:541px;top:375.890625px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #mFVsHAH21bdOicwHyGZWyJO9EfTomEHT { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/04da42da-d114-4796-9e60-f047ce2e096e/clicasorrisusbackgmobile.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#mFVsHAH21bdOicwHyGZWyJO9EfTomEHT.adaptive-delivery-prevent-bg, #mFVsHAH21bdOicwHyGZWyJO9EfTomEHT.lazyload, #mFVsHAH21bdOicwHyGZWyJO9EfTomEHT.lazyloading { background-image: none; }#mFVsHAH21bdOicwHyGZWyJO9EfTomEHT > .row .container { border-width: 0; border-radius: 0; }#mFVsHAH21bdOicwHyGZWyJO9EfTomEHT::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mFVsHAH21bdOicwHyGZWyJO9EfTomEHT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mFVsHAH21bdOicwHyGZWyJO9EfTomEHT > .row .container { width:320px;height:835px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HKa9lWGW2y9NveS9T2GyTJ6yNDlE3a1N { width:225px;height:244.781px;top:58.96875px;left:47.5px;font-size:34px;text-align:center;text-align-last:center;line-height:1.2;color:#005c98;display:block; }
 }@media only screen and (max-width: 763px) { #kcTDURkx5kk39hTPhJO4r3qOFdgWh6rw { width:320px;height:437px;top:315.984375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #kDOS0odfZeVfdrqnQQwzmS0kyORiLlKC { width:300px;height:36.3984px;top:347px;left:10px;font-size:28px;text-align:center;text-align-last:center;color:#005c98;display:block; }
 }@media only screen and (max-width: 763px) { #czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;height:46px; }
#czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz .widget-input-text {padding-top: 0; padding-bottom: 0;}#czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz .widget-input-select {padding-top: 0; padding-bottom: 0;}#czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;height:46px;font-size:16px;overflow:hidden; }
#czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz [class*="-text"]:-moz-placeholder { color:#005c98;font-weight:700;font-style:normal; }
#czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz [class*="-text"]::-moz-placeholder { color:#005c98;font-weight:700;font-style:normal; }
#czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz [class*="-text"]:-ms-input-placeholder { color:#005c98;font-weight:700;font-style:normal; }
#czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz [class*="-text"]::-webkit-input-placeholder { color:#005c98;font-weight:700;font-style:normal; }
#czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz .widget-checkbox-label { width:260px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#5d7484; }
#czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz  { width:280px;height:auto;top:412px;left:0px; }
#czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz {display:block;}#czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz { width:280px;height:auto;top:412px;left:0px; }
 }@media only screen and (max-width: 763px) { #czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz #JoAhzv7mX3itdJS1fJOUtCKDwld5oZZF {  }
 }@media only screen and (max-width: 763px) { #czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz #u7wceZMTuPCPgPp90c3EJbKANqzE0Ibz { display:block; }
 }@media only screen and (max-width: 763px) { #czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz #X1LMcdfSpRp5o9fCvsrO29HEZxLgkLQZ {  }
 }@media only screen and (max-width: 763px) { #czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz #JmngP604fF060XRPUH2GmdZVeAaxAWRa {  }
 }@media only screen and (max-width: 763px) { #czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz #VlHsWQCX9ThrTnIRVNGbMSZMxbF88sF6 { display:block; }
 }@media only screen and (max-width: 763px) { #czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz #eRHoC4koIaUA60etZoBloWvOtw1Q8sAQ {  }
 }@media only screen and (max-width: 763px) { #czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz #t7o8gOB3W2ba34ox6yWiyffNRSLcvPpm {  }
 }@media only screen and (max-width: 763px) { #czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz #p85F0HVpCSrwWQ92RpfIIsMHvTzmqnP5 { display:block; }
 }@media only screen and (max-width: 763px) { #czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz #ePzPxH96pli4t9O4fT7pXchwLmFkNSgO {  }
 }@media only screen and (max-width: 763px) { #czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz #IfqdLFlRwuxyd7JLaxg4dbCHmw6kTDWX {  }
 }@media only screen and (max-width: 763px) { #czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz #v5WeOw2NJVir661JpywyXowZr5kPi7FQ {  }
 }@media only screen and (max-width: 763px) { #czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz #ZQNlRiI5T1DVBmtFkdblTrUeWGcH47Zx {  }
 }@media only screen and (max-width: 763px) { #czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz #RTByvxV3l9t2exFTN2rNBiBUL3gy2bTu {  }
 }@media only screen and (max-width: 763px) { #czyLh7vwm4i1FHUmSAmDU5pSS2kf81Rz #gTA4WDfhvOTiFHHURerKbkD2uuytxKD4 {  }
 }@media only screen and (max-width: 763px) { #DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 > .row .container { background-color: transparent; background-image: none; }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 > .row .container > .video-iframe-container { display: none; }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 > .row > .video-iframe-container { display: none; }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 > .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); }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 > .row .container { border-width: 0; border-radius: 0; }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 > .row .container { width:320px;height:1172px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #os0o6GLhEmeDyOs9raBRqIS3geRxIEB9 { width:320px;height:82px;top:118px;left:0px;text-align:center;text-align-last:center;font-size:41px;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #HR3hS2ZwnbF7CP15hbTbVMECDC8wMard { width:320px;height:56px;top:46px;left:0px;text-align:center;text-align-last:center;font-size:28px;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #DnXA64rF6aoc9W7l6vzwWJ7tqBB007UM { width:320px;height:350px;top:248px;left:0px;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c018731e-acc8-484c-a090-a5a8712e7e98/mapasorrisusmobile.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#DnXA64rF6aoc9W7l6vzwWJ7tqBB007UM.adaptive-delivery-prevent-bg, #DnXA64rF6aoc9W7l6vzwWJ7tqBB007UM.lazyload, #DnXA64rF6aoc9W7l6vzwWJ7tqBB007UM.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #yHX2r8izcybxuN8t1FharBLMWL0qKrZL { width:31px;height:31px;top:650px;left:28px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #sIrzZuALgTPpKSe4UpQGxVlDhobVkIMi { width:219px;height:26px;top:652px;left:59px;text-align:left;text-align-last:left;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #q1fspATbVkHTc1QHwCEcTHV6qCBKmcMc { width:31px;height:31px;top:681px;left:29px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #fVInqBsaJTH8VRfhcebl0K1XrtGsnE0u { width:236px;height:46.7969px;top:687px;left:57px;text-align:left;text-align-last:left;font-size:18px;color:#005c98;display:block; }
 }@media only screen and (max-width: 763px) { #aTVVTt3Oh0nbgH2uZbZ25ZTxecvkWVIG { width:140px;height:140px;top:327px;left:81.5px;font-size:98px;display:block; }
 }@media only screen and (max-width: 763px) { #foWhnU1mR1L2Mk4Z8LFrdCFseRdItLJ4 { width:196px;height:32px;top:901px;left:62px;display:block; }
 }@media only screen and (max-width: 763px) { #GAQyGb8HIR6VWt84P4GwKPHLZpzZaeW8 { width:283px;height:36.3906px;top:1082px;left:18.5px;text-align:center;text-align-last:center;font-size:14px;color:#005c98;font-weight:700;font-style:normal;display:block; }
 }