.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;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); }#QErfcRS0KmOSKJkbTrAQZryFOCfPwp70 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff7f12;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; }#QErfcRS0KmOSKJkbTrAQZryFOCfPwp70 > .row .container { background-color: transparent; background-image: none; }#QErfcRS0KmOSKJkbTrAQZryFOCfPwp70::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QErfcRS0KmOSKJkbTrAQZryFOCfPwp70 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QErfcRS0KmOSKJkbTrAQZryFOCfPwp70 > .row .container > .video-iframe-container { display: none; }#QErfcRS0KmOSKJkbTrAQZryFOCfPwp70 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QErfcRS0KmOSKJkbTrAQZryFOCfPwp70 > .row > .video-iframe-container { display: none; }#QErfcRS0KmOSKJkbTrAQZryFOCfPwp70 > .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); }#QErfcRS0KmOSKJkbTrAQZryFOCfPwp70 > .row .container { border-width: 0; border-radius: 0; }#QErfcRS0KmOSKJkbTrAQZryFOCfPwp70 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QErfcRS0KmOSKJkbTrAQZryFOCfPwp70 > .row .container { font-size:14px;font-family:arial;height:48px;width:1200px;position:relative;display:block; }#u764QqKyqZoD2UZsLIG8FFqLSE8z7Ago { color:#000000;display:block;width:710px;position:absolute;font-family:fabrikat;font-size:16px;font-weight:normal;z-index:15000;line-height:1;letter-spacing:0;top:16.99609375px;left:245px;height:15.9961px;text-align:center;text-align-last:center;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/bd53ef3c-115b-4309-a950-7a2ed148377e/BG.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:921px;width:1200px;overflow:visible;position:relative;display:block; }#btLTnJVKBKvaL4osboQs0ntrQyaiB1vq { color:#ffffff;display:block;width:520px;position:absolute;font-family:brinnan;font-size:47px;font-weight:300;z-index:15000;line-height:1.2;letter-spacing:0;top:336.9921875px;left:30.99609375px;height:57.6367px;font-style:normal;display:block; }
#Rnf90B1DcNCA6LxNpub79T1osZcmpwTH { color:#000000;display:block;width:121px;position:absolute;font-family:lato;font-size:20px;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:612.96875px;left:68.984375px;height:25.9961px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cpiX8LpTAfb11sCe6T8yLVtV04dIBWBw { 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:132px;width:130px;top:182.98828125px;left:376.9921875px;overflow:hidden;display:block; }
#pbt0ZwS5VstOUMX7e7exVKnxl2CIchyJ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:97px;width:294px;top:200.99609375px;left:30.99609375px;overflow:hidden;display:block; }
#xISTz4coisac1Ddngw5a7wIfPRtFDspX { color:#fc9512;display:block;width:127px;position:absolute;font-family:lato;font-size:20px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:786.97265625px;left:37.98828125px;height:25.9961px;display:block; }
#fTT2ezA6BmiG2TIyfA0Q8vEAEL4pFc7u { box-sizing:content-box;color:#5d92ff;font-size:21px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:785.9765625px;left:135.9765625px; }
#fTT2ezA6BmiG2TIyfA0Q8vEAEL4pFc7u > img { max-width: 100%;max-height:100%; }#PJoRlUceoh9TfeJyT40HON5Hqo4tuCnZ { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #d8d8d8);background-image: -moz-linear-gradient(180deg, #ffffff, #d8d8d8);background-image: -ms-linear-gradient(180deg, #ffffff, #d8d8d8);background-image: -o-linear-gradient(180deg, #ffffff, #d8d8d8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8d8d8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8d8d8' );";background-image: linear-gradient(180deg, #ffffff, #d8d8d8);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: 1px 1px 20px rgba(0,0,0,0.15) ;height:672px;width:407px;top:183px;left:738px;display:block; }
#SbBST1GSdDS1OPoyuNPTJS2XcuuBLp6b { color:#0c4e80;display:block;width:353.984px;position:absolute;font-family:montserrat;font-size:24px;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:212.87109375px;left:764.47265625px;height:86.3672px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TwNwsFoWVxoDaQOKXV0tULVIpoTRICNg { position:absolute;display:block;z-index:15027;height:180px;width:309px;top:341px;left:787px;display:block; }
#dCJLoaqG66sTT0OBmvM6S3OH2mmHEu68 { position:absolute;display:block;z-index:15035;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:96px;width:196px;top:610px;left:30.9765625px;display:block; }
#dfUSvw9DlTmyPi259P9sPAqWaPH4hlVb { position:absolute;display:block;z-index:15035;background-color:#ffb600;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:0;border-bottom-right-radius:0;height:31px;width:196px;top:610px;left:30.9765625px;display:block; }
#ri7l4dnLwLK0cuRD05d1ARMD0fLoOldD { position:absolute;display:block;z-index:15039;background-color:#ffb600;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:0;border-bottom-right-radius:0;height:31px;width:196px;top:610px;left:240px;display:block; }
#JElTUOXoXQaRrbndVEWOfTiVuCwXrPKZ { position:absolute;display:block;z-index:15038;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:96px;width:196px;top:607.96875px;left:240px;display:block; }
#epoAX0NXT5FSgXo7Qw5JC19KU1ZDkBsn { color:#000000;display:block;width:121px;position:absolute;font-family:lato;font-size:20px;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:612.96875px;left:277.96875px;height:25.9961px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FDiliKfMaoQFEWxiAgDMrWM69R5nPV73 { color:#ffffff;display:block;width:183px;position:absolute;font-family:brinnan;font-size:47px;font-weight:300;z-index:15042;line-height:1.2;letter-spacing:0;top:648.984375px;left:37.96875px;height:57.6367px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WGEBSIR0HDK0etZnCvUdzZ1lbQVJKdyM { color:#ffffff;display:block;width:183px;position:absolute;font-family:brinnan;font-size:47px;font-weight:300;z-index:15043;line-height:1.2;letter-spacing:0;top:648.984375px;left:246.97265625px;height:57.6367px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aNNIPlaB9G81hpm2WyFQAPpgk7Lmt4Jx { color:#fc9512;display:block;width:591px;position:absolute;font-family:brinnan;font-size:32px;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:397.98828125px;left:30.9765625px;height:115.137px;font-style:normal;display:block; }
#alDedISoQDxU0Cx5ub2kiUG9mxDnXefo { color:#ffffff;display:block;width:606.992px;position:absolute;font-family:brinnan;font-size:24px;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:548.984375px;left:51.97265625px;height:28.7891px;font-style:normal;display:block; }
#xc3MgAxyNLcKDNI6NbHTwcGqRS8aR07q { position:absolute;display:block;z-index:15044;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:50px;width:4px;top:537.96875px;left:32.96875px;display:block; }
#pnDJ6SnnJx2godXcUkzlKGkRLFmCB1pf { color:#ffffff;display:block;width:186.992px;position:absolute;font-family:brinnan;font-size:18px;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:718.92578125px;left:244.453125px;height:21.6016px;font-style:italic;text-align:center;text-align-last:center;display:block; }
#x1NTeCM7kyx9C4Tdg74PTCsJk1b4t72Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8bf1608c-949e-4dad-9845-25cf275ab083/Grupo5297.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#x1NTeCM7kyx9C4Tdg74PTCsJk1b4t72Z.adaptive-delivery-prevent-bg, #x1NTeCM7kyx9C4Tdg74PTCsJk1b4t72Z.lazyload, #x1NTeCM7kyx9C4Tdg74PTCsJk1b4t72Z.lazyloading { background-image: none; }#x1NTeCM7kyx9C4Tdg74PTCsJk1b4t72Z > .row .container { background-color: transparent; background-image: none; }#x1NTeCM7kyx9C4Tdg74PTCsJk1b4t72Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1NTeCM7kyx9C4Tdg74PTCsJk1b4t72Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1NTeCM7kyx9C4Tdg74PTCsJk1b4t72Z > .row .container > .video-iframe-container { display: none; }#x1NTeCM7kyx9C4Tdg74PTCsJk1b4t72Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1NTeCM7kyx9C4Tdg74PTCsJk1b4t72Z > .row > .video-iframe-container { display: none; }#x1NTeCM7kyx9C4Tdg74PTCsJk1b4t72Z > .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); }#x1NTeCM7kyx9C4Tdg74PTCsJk1b4t72Z > .row .container { border-width: 0; border-radius: 0; }#x1NTeCM7kyx9C4Tdg74PTCsJk1b4t72Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x1NTeCM7kyx9C4Tdg74PTCsJk1b4t72Z > .row .container { font-size:14px;font-family:arial;height:493px;width:1200px;position:relative;display:block; }#TFTLTLkTpf0TAdXpa5IpUNJ2ieZ7TBLC { color:#fc9512;display:block;width:453px;position:absolute;font-family:brinnan;font-size:42px;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:100px;left:35px;height:276.699px;font-style:normal;display:block; }
#LIcNcSXI23rCVTt3QW0RgxkRcm4Ze4qB { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0a258d, #0f1c4e);background-image: -moz-linear-gradient(180deg, #0a258d, #0f1c4e);background-image: -ms-linear-gradient(180deg, #0a258d, #0f1c4e);background-image: -o-linear-gradient(180deg, #0a258d, #0f1c4e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a258d', endColorstr='#0f1c4e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a258d', endColorstr='#0f1c4e' );";background-image: linear-gradient(180deg, #0a258d, #0f1c4e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;height:313px;width:556px;top:119px;left:644px;display:block; }
#iAPhBgSlAw5evB1FZA80KGVCfHHPLxrK { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:313px;width:556px;top:90px;left:615px;display:block; }
#qhUbOMcaGU1XBWXfTA9X7nMCf49AuulC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/70b89baa-2ceb-4483-bcff-1d13e546b348/Grupodemscara9.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qhUbOMcaGU1XBWXfTA9X7nMCf49AuulC.adaptive-delivery-prevent-bg, #qhUbOMcaGU1XBWXfTA9X7nMCf49AuulC.lazyload, #qhUbOMcaGU1XBWXfTA9X7nMCf49AuulC.lazyloading { background-image: none; }#qhUbOMcaGU1XBWXfTA9X7nMCf49AuulC > .row .container { background-color: transparent; background-image: none; }#qhUbOMcaGU1XBWXfTA9X7nMCf49AuulC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qhUbOMcaGU1XBWXfTA9X7nMCf49AuulC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qhUbOMcaGU1XBWXfTA9X7nMCf49AuulC > .row .container > .video-iframe-container { display: none; }#qhUbOMcaGU1XBWXfTA9X7nMCf49AuulC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qhUbOMcaGU1XBWXfTA9X7nMCf49AuulC > .row > .video-iframe-container { display: none; }#qhUbOMcaGU1XBWXfTA9X7nMCf49AuulC > .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); }#qhUbOMcaGU1XBWXfTA9X7nMCf49AuulC > .row .container { border-width: 0; border-radius: 0; }#qhUbOMcaGU1XBWXfTA9X7nMCf49AuulC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qhUbOMcaGU1XBWXfTA9X7nMCf49AuulC > .row .container { font-size:14px;font-family:arial;height:650px;width:1200px;position:relative;display:block; }#cr5r8eBMfGHsrWpAX9ErbOy5THK6zLVh { color:#0f1c4e;display:block;width:453px;position:absolute;font-family:brinnan;font-size:26px;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:73px;left:66px;height:33.8px;font-style:normal;display:block; }
#tiI8zyTLISUGRqCNbCVV67drIpgaVX55 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:28px;width:15px;top:76px;left:33px;overflow:hidden;display:block; }
#TmkRTpDqOJ9CnPNEvD3akydZ7RrkdU1X { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;border-top:1px solid rgba(10,37,141,0.4);border-left:1px solid rgba(10,37,141,0.4);border-right:1px solid rgba(10,37,141,0.4);border-bottom:1px solid rgba(10,37,141,0.4);border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: 3px 3px 12px rgba(0,0,0,0.16) ;height:386px;width:364px;top:161px;left:34px;display:block; }
#SMQN4D9TxnoT3tUTf1wpmteIOCmp61pb { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1fa1ef62-7d87-4fda-9148-2563692ee0cd/vijdlvxbanco_de_precos.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-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:0;border-bottom-right-radius:0;height:183px;width:364px;top:161.99609375px;left:35.984375px;display:block; }#SMQN4D9TxnoT3tUTf1wpmteIOCmp61pb.adaptive-delivery-prevent-bg, #SMQN4D9TxnoT3tUTf1wpmteIOCmp61pb.lazyload, #SMQN4D9TxnoT3tUTf1wpmteIOCmp61pb.lazyloading { background-image: none; }
#qorepN5ihEexBJDit93ww9nlnft6HUPw { color:#0f1c4e;display:block;width:316px;position:absolute;font-family:brinnan;font-size:20px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:364px;left:57px;height:52px;font-style:normal;display:block; }
#QX7vou0X1lzNWHcdMg61Gynz6Jn9Jmtf { color:#666666;display:block;width:316px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:426px;left:56px;height:62.3438px;font-style:normal;display:block; }
#bKkWmSUUmAKXQKe4Tvgkhvwm4Qw7So50 { color:#fc9512;display:block;width:128px;position:absolute;font-family:brinnan;font-size:16px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:506px;left:52px;height:20.8px;font-style:normal;display:block; }
#fu74BGx9BRCT3OOgXol0p38TRMTaVH8F { box-sizing:content-box;color:#5d92ff;font-size:16px;font-weight:400;line-height:1;height:24px;width:24px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:503.37890625px;left:124.4921875px; }
#PbK3fAAoN57frfoAOM4DDuqOFMNQP8IN { color:#888888;display:block;width:128px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:505px;left:246px;height:20.8px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#kCc0uF66mCaCUiIED1IHdVMdpgKEK36q { position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;border-top:1px solid rgba(10,37,141,0.4);border-left:1px solid rgba(10,37,141,0.4);border-right:1px solid rgba(10,37,141,0.4);border-bottom:1px solid rgba(10,37,141,0.4);border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: 3px 3px 12px rgba(0,0,0,0.16) ;height:386px;width:364px;top:197px;left:420px;display:block; }
#GTm64JUh7VSq5pqL13Df3EFgTE1BRpiZ { color:#0f1c4e;display:block;width:316px;position:absolute;font-family:brinnan;font-size:20px;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:400px;left:443px;height:52px;font-style:normal;display:block; }
#PbFVFpqsILT16BITgaqdPQToJQlpkMCC { color:#666666;display:block;width:316px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:462px;left:442px;height:62.3438px;font-style:normal;display:block; }
#AxceV27DkZbWwEGC2gGTZlQL2CPGJ6cI { color:#888888;display:block;width:128px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:541px;left:632px;height:20.8px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#vQMsit1kc5aJsQtIBQglxbybu92IcFLG { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/cdfff7d7-8347-42ba-9cad-b3af5396a0ee/eurvero.jpeg");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-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:0;border-bottom-right-radius:0;height:183px;width:364px;top:196.9921875px;left:422px;display:block; }#vQMsit1kc5aJsQtIBQglxbybu92IcFLG.adaptive-delivery-prevent-bg, #vQMsit1kc5aJsQtIBQglxbybu92IcFLG.lazyload, #vQMsit1kc5aJsQtIBQglxbybu92IcFLG.lazyloading { background-image: none; }
#UqPmf2rtUcyHeSq3N5zfE9bEWzEByNBc { color:#fc9512;display:block;width:128px;position:absolute;font-family:brinnan;font-size:16px;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:542.9921875px;left:437.98828125px;height:20.7969px;font-style:normal;display:block; }
#vTh5uA5tsSWlp4t8KFZioA5p7VvcHWco { box-sizing:content-box;color:#5d92ff;font-size:16px;font-weight:400;line-height:1;height:24px;width:24px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:539px;left:511px; }
#lc4eTlSlqxXSkg0cSDM4kfmzCHzHD0WT { position:absolute;display:block;z-index:15018;background-color:transparent;background-image:none;border-top:1px solid rgba(10,37,141,0.4);border-left:1px solid rgba(10,37,141,0.4);border-right:1px solid rgba(10,37,141,0.4);border-bottom:1px solid rgba(10,37,141,0.4);border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: 3px 3px 12px rgba(0,0,0,0.16) ;height:421px;width:364px;top:127px;left:801px;display:block; }
#xf0aEcqp5mOrHi7NPRRoDU7l5RFvqE4a { color:#0f1c4e;display:block;width:316px;position:absolute;font-family:brinnan;font-size:20px;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:330px;left:824px;height:77.9883px;font-style:normal;display:block; }
#bFqZtQ9Pa3TQ52sSdaVM6ApyCbks5Xoa { color:#666666;display:block;width:316px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:422px;left:824px;height:62.3438px;font-style:normal;display:block; }
#PzytdpQu45DiEhRDF7l3H0IAJ9EBIAue { color:#888888;display:block;width:128px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:501px;left:1014px;height:20.8px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#AqVFiMccL0eMl7k5moAG26C9uk3JvQDD { position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8f0cb4a8-c74a-43ff-a1ff-a0a769fde5ef/drwcpsm.jpeg");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-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:0;border-bottom-right-radius:0;height:183px;width:364px;top:127px;left:802px;display:block; }#AqVFiMccL0eMl7k5moAG26C9uk3JvQDD.adaptive-delivery-prevent-bg, #AqVFiMccL0eMl7k5moAG26C9uk3JvQDD.lazyload, #AqVFiMccL0eMl7k5moAG26C9uk3JvQDD.lazyloading { background-image: none; }
#sb2helnbwlL7RwN8PPEy7iKIHl4hW7Jn { color:#fc9512;display:block;width:128px;position:absolute;font-family:brinnan;font-size:16px;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:501.9921875px;left:824px;height:20.7969px;font-style:normal;display:block; }
#FUTBttZsfhMqPTMFCJK5qX4i4yWBRfLU { box-sizing:content-box;color:#5d92ff;font-size:16px;font-weight:400;line-height:1;height:24px;width:24px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:499px;left:893px; }
#QyzyZHEtrETKBRdveobqFGAameiwzyLF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e19616fc-3f95-4b3b-8a48-793cff79982a/Grupo5242.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QyzyZHEtrETKBRdveobqFGAameiwzyLF.adaptive-delivery-prevent-bg, #QyzyZHEtrETKBRdveobqFGAameiwzyLF.lazyload, #QyzyZHEtrETKBRdveobqFGAameiwzyLF.lazyloading { background-image: none; }#QyzyZHEtrETKBRdveobqFGAameiwzyLF > .row .container { background-color: transparent; background-image: none; }#QyzyZHEtrETKBRdveobqFGAameiwzyLF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QyzyZHEtrETKBRdveobqFGAameiwzyLF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QyzyZHEtrETKBRdveobqFGAameiwzyLF > .row .container > .video-iframe-container { display: none; }#QyzyZHEtrETKBRdveobqFGAameiwzyLF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QyzyZHEtrETKBRdveobqFGAameiwzyLF > .row > .video-iframe-container { display: none; }#QyzyZHEtrETKBRdveobqFGAameiwzyLF > .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); }#QyzyZHEtrETKBRdveobqFGAameiwzyLF > .row .container { border-width: 0; border-radius: 0; }#QyzyZHEtrETKBRdveobqFGAameiwzyLF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QyzyZHEtrETKBRdveobqFGAameiwzyLF > .row .container { font-size:14px;font-family:arial;height:530px;width:1200px;position:relative;display:block; }#ZPQFkRefJCzsT3naaK4qS7T0E8AL8A5X { color:#ffffff;display:block;width:629px;position:absolute;font-family:brinnan;font-size:42px;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:238px;left:34.5px;height:100.781px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hzFu5rufgpVVvHMVvenQHezIGiD7SC5y { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:98px;width:320px;top:358px;left:21.5px;overflow:hidden;display:block; }
#wW4Z2BlH7snRxhym4BNAKu5m6NZ3x8bJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/81b16065-2b7a-4401-b683-96ae21da2d2e/Grupo5301.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wW4Z2BlH7snRxhym4BNAKu5m6NZ3x8bJ.adaptive-delivery-prevent-bg, #wW4Z2BlH7snRxhym4BNAKu5m6NZ3x8bJ.lazyload, #wW4Z2BlH7snRxhym4BNAKu5m6NZ3x8bJ.lazyloading { background-image: none; }#wW4Z2BlH7snRxhym4BNAKu5m6NZ3x8bJ > .row .container { background-color: transparent; background-image: none; }#wW4Z2BlH7snRxhym4BNAKu5m6NZ3x8bJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wW4Z2BlH7snRxhym4BNAKu5m6NZ3x8bJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wW4Z2BlH7snRxhym4BNAKu5m6NZ3x8bJ > .row .container > .video-iframe-container { display: none; }#wW4Z2BlH7snRxhym4BNAKu5m6NZ3x8bJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wW4Z2BlH7snRxhym4BNAKu5m6NZ3x8bJ > .row > .video-iframe-container { display: none; }#wW4Z2BlH7snRxhym4BNAKu5m6NZ3x8bJ > .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); }#wW4Z2BlH7snRxhym4BNAKu5m6NZ3x8bJ > .row .container { border-width: 0; border-radius: 0; }#wW4Z2BlH7snRxhym4BNAKu5m6NZ3x8bJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wW4Z2BlH7snRxhym4BNAKu5m6NZ3x8bJ > .row .container { font-size:14px;font-family:arial;height:392px;width:1200px;position:relative;display:block; }#zw7A327fdoAHmNa6mDf3s8yDFphAZWID { 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:112px;width:337px;top:80px;left:35px;overflow:hidden;display:block; }
#yDDdAnlC9UAtK6y1BUTZbLTMf6PLkRIF { 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:42px;width:37px;top:146px;left:1127px;overflow:hidden;display:block; }
#kIfPI6PtALZ21PssUKW4GRH0AJGcNfql { 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:31px;width:43px;top:152px;left:1062px;overflow:hidden;display:block; }
#Nn71NaighaT6Bfg5fVJ1stJh6RM4NGPm { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:37px;width:37px;top:149px;left:1003px;overflow:hidden;display:block; }
#thVREOek3EGabFZZVmTlsUJkVP3h56ui { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:40px;width:41px;top:147px;left:942px;overflow:hidden;display:block; }
#VRnOW6USox6bemb4Nly26IpS8akNnu8A { color:#ffffff;display:block;width:629px;position:absolute;font-family:brinnan;font-size:28px;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:91px;left:536px;height:34.8438px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#gRiXtmnLqHCdyMik1MKq6OdidHJwa9rP { color:#ffffff;display:block;width:629px;position:absolute;font-family:brinnan;font-size:28px;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:271px;left:536px;height:34.8438px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#iLRf6ztnZ3B0vR9SDJB5Racn8ydoVGey { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:54px;width:275px;top:256px;left:35px;overflow:hidden;display:block; }
#Zb67MPPOvToi2eBR7HpFiAKAXNIkvgcT { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:150px;width:120px;top:60.9765625px;left:406.23046875px;overflow:hidden;display:block; }
#naMBSreM3IwQO1BVT9mGbis2FMxu0h9U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#naMBSreM3IwQO1BVT9mGbis2FMxu0h9U > .row .container { background-color: transparent; background-image: none; }#naMBSreM3IwQO1BVT9mGbis2FMxu0h9U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#naMBSreM3IwQO1BVT9mGbis2FMxu0h9U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#naMBSreM3IwQO1BVT9mGbis2FMxu0h9U > .row .container > .video-iframe-container { display: none; }#naMBSreM3IwQO1BVT9mGbis2FMxu0h9U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#naMBSreM3IwQO1BVT9mGbis2FMxu0h9U > .row > .video-iframe-container { display: none; }#naMBSreM3IwQO1BVT9mGbis2FMxu0h9U > .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); }#naMBSreM3IwQO1BVT9mGbis2FMxu0h9U > .row .container { border-width: 0; border-radius: 0; }#naMBSreM3IwQO1BVT9mGbis2FMxu0h9U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#naMBSreM3IwQO1BVT9mGbis2FMxu0h9U > .row .container { font-size:14px;font-family:arial;height:66px;width:1200px;position:relative;display:block; }#ekmZxsrd6kx5LIV9cJz6ubb0H1e7ac3O { position:absolute;display:block;z-index:15000;height:28px;width:480px;top:19px;left:17px;display:block; }
#z0ZvHZLsS5IdcZ7FeEmFczMuWARWwg3F { 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:32px;width:151px;top:19px;left:1033.6666564941px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QErfcRS0KmOSKJkbTrAQZryFOCfPwp70 { display:block; }#QErfcRS0KmOSKJkbTrAQZryFOCfPwp70 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u764QqKyqZoD2UZsLIG8FFqLSE8z7Ago { top:16px;left:27px;width:710px;height:15px;font-size:16px;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) { #btLTnJVKBKvaL4osboQs0ntrQyaiB1vq { top:336px;left:0px;width:520px;height:57px;font-size:47px;display:block; }
 }@media only screen and (max-width: 763px) { #Rnf90B1DcNCA6LxNpub79T1osZcmpwTH { top:612px;left:0px;width:120px;height:25px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #cpiX8LpTAfb11sCe6T8yLVtV04dIBWBw { top:182px;left:158.9921875px;width:130px;height:131.992px;display:block; }
 }@media only screen and (max-width: 763px) { #pbt0ZwS5VstOUMX7e7exVKnxl2CIchyJ { top:200px;left:0px;width:293px;height:96.667555377163px;display:block; }
 }@media only screen and (max-width: 763px) { #xISTz4coisac1Ddngw5a7wIfPRtFDspX { top:786px;left:0px;width:126px;height:25px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #fTT2ezA6BmiG2TIyfA0Q8vEAEL4pFc7u { top:785px;left:0px;width:30px;height:30px;display:block; }
#fTT2ezA6BmiG2TIyfA0Q8vEAEL4pFc7u > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #PJoRlUceoh9TfeJyT40HON5Hqo4tuCnZ { top:183px;left:358px;width:406px;height:671px;display:block; }
 }@media only screen and (max-width: 763px) { #SbBST1GSdDS1OPoyuNPTJS2XcuuBLp6b { width:353px;height:86px;top:212px;left:411px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #TwNwsFoWVxoDaQOKXV0tULVIpoTRICNg { top:341px;left:456px;width:308px;height:180px;display:block; }
 }@media only screen and (max-width: 763px) { #dCJLoaqG66sTT0OBmvM6S3OH2mmHEu68 { top:610px;left:0px;width:195px;height:95px;display:block; }
 }@media only screen and (max-width: 763px) { #dfUSvw9DlTmyPi259P9sPAqWaPH4hlVb { top:610px;left:0px;width:195px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #ri7l4dnLwLK0cuRD05d1ARMD0fLoOldD { top:610px;left:22px;width:195px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #JElTUOXoXQaRrbndVEWOfTiVuCwXrPKZ { top:607px;left:22px;width:195px;height:95px;display:block; }
 }@media only screen and (max-width: 763px) { #epoAX0NXT5FSgXo7Qw5JC19KU1ZDkBsn { top:612px;left:59.96875px;width:120px;height:25px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #FDiliKfMaoQFEWxiAgDMrWM69R5nPV73 { top:648px;left:0px;width:183px;height:57px;font-size:47px;display:block; }
 }@media only screen and (max-width: 763px) { #WGEBSIR0HDK0etZnCvUdzZ1lbQVJKdyM { top:648px;left:28.97265625px;width:182px;height:57px;font-size:47px;display:block; }
 }@media only screen and (max-width: 763px) { #aNNIPlaB9G81hpm2WyFQAPpgk7Lmt4Jx { top:397px;left:0px;width:591px;height:115px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #alDedISoQDxU0Cx5ub2kiUG9mxDnXefo { top:548px;left:0px;width:606px;height:28px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #xc3MgAxyNLcKDNI6NbHTwcGqRS8aR07q { top:537px;left:0px;width:4px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #pnDJ6SnnJx2godXcUkzlKGkRLFmCB1pf { top:718px;left:26.453125px;width:186px;height:21px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #x1NTeCM7kyx9C4Tdg74PTCsJk1b4t72Z { display:block; }#x1NTeCM7kyx9C4Tdg74PTCsJk1b4t72Z > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TFTLTLkTpf0TAdXpa5IpUNJ2ieZ7TBLC { top:100px;left:0px;width:453px;height:272px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #LIcNcSXI23rCVTt3QW0RgxkRcm4Ze4qB { top:119px;left:208px;width:556px;height:313px;display:block; }
 }@media only screen and (max-width: 763px) { #iAPhBgSlAw5evB1FZA80KGVCfHHPLxrK { top:90px;left:208px;width:556px;height:313px;display:block; }
 }@media only screen and (max-width: 763px) { #qhUbOMcaGU1XBWXfTA9X7nMCf49AuulC { display:block; }#qhUbOMcaGU1XBWXfTA9X7nMCf49AuulC > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cr5r8eBMfGHsrWpAX9ErbOy5THK6zLVh { top:73px;left:0px;width:453px;height:33px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #tiI8zyTLISUGRqCNbCVV67drIpgaVX55 { top:76px;left:0px;width:15px;height:28px;display:block; }
 }@media only screen and (max-width: 763px) { #TmkRTpDqOJ9CnPNEvD3akydZ7RrkdU1X { top:161px;left:0px;width:364px;height:386px;display:block; }
 }@media only screen and (max-width: 763px) { #SMQN4D9TxnoT3tUTf1wpmteIOCmp61pb { top:161px;left:0px;width:364px;height:183px;display:block; }
 }@media only screen and (max-width: 763px) { #qorepN5ihEexBJDit93ww9nlnft6HUPw { top:364px;left:0px;width:316px;height:52px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #QX7vou0X1lzNWHcdMg61Gynz6Jn9Jmtf { top:426px;left:0px;width:316px;height:62px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #bKkWmSUUmAKXQKe4Tvgkhvwm4Qw7So50 { top:506px;left:0px;width:128px;height:21px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #fu74BGx9BRCT3OOgXol0p38TRMTaVH8F { top:503px;left:0px;width:24px;height:24px;display:block; }
 }@media only screen and (max-width: 763px) { #PbK3fAAoN57frfoAOM4DDuqOFMNQP8IN { top:505px;left:28px;width:128px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #kCc0uF66mCaCUiIED1IHdVMdpgKEK36q { top:197px;left:202px;width:364px;height:386px;display:block; }
 }@media only screen and (max-width: 763px) { #GTm64JUh7VSq5pqL13Df3EFgTE1BRpiZ { top:400px;left:225px;width:316px;height:52px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #PbFVFpqsILT16BITgaqdPQToJQlpkMCC { top:462px;left:224px;width:316px;height:62px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #AxceV27DkZbWwEGC2gGTZlQL2CPGJ6cI { top:541px;left:414px;width:128px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #vQMsit1kc5aJsQtIBQglxbybu92IcFLG { top:196px;left:204px;width:364px;height:183px;display:block; }
 }@media only screen and (max-width: 763px) { #UqPmf2rtUcyHeSq3N5zfE9bEWzEByNBc { top:542px;left:219.98828125px;width:128px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #vTh5uA5tsSWlp4t8KFZioA5p7VvcHWco { top:539px;left:293px;width:24px;height:24px;display:block; }
 }@media only screen and (max-width: 763px) { #lc4eTlSlqxXSkg0cSDM4kfmzCHzHD0WT { top:127px;left:400px;width:364px;height:421px;display:block; }
 }@media only screen and (max-width: 763px) { #xf0aEcqp5mOrHi7NPRRoDU7l5RFvqE4a { top:330px;left:448px;width:316px;height:78px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #bFqZtQ9Pa3TQ52sSdaVM6ApyCbks5Xoa { top:422px;left:448px;width:316px;height:62px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #PzytdpQu45DiEhRDF7l3H0IAJ9EBIAue { top:501px;left:636px;width:128px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #AqVFiMccL0eMl7k5moAG26C9uk3JvQDD { top:127px;left:400px;width:364px;height:183px;display:block; }
 }@media only screen and (max-width: 763px) { #sb2helnbwlL7RwN8PPEy7iKIHl4hW7Jn { top:501px;left:606px;width:128px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #FUTBttZsfhMqPTMFCJK5qX4i4yWBRfLU { top:499px;left:675px;width:24px;height:24px;display:block; }
 }@media only screen and (max-width: 763px) { #QyzyZHEtrETKBRdveobqFGAameiwzyLF { display:block; }#QyzyZHEtrETKBRdveobqFGAameiwzyLF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZPQFkRefJCzsT3naaK4qS7T0E8AL8A5X { top:238px;left:0px;width:629px;height:101px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #hzFu5rufgpVVvHMVvenQHezIGiD7SC5y { top:358px;left:0px;width:320px;height:98px;display:block; }
 }@media only screen and (max-width: 763px) { #wW4Z2BlH7snRxhym4BNAKu5m6NZ3x8bJ { display:block; }#wW4Z2BlH7snRxhym4BNAKu5m6NZ3x8bJ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zw7A327fdoAHmNa6mDf3s8yDFphAZWID { top:80px;left:0px;width:337px;height:112px;display:block; }
 }@media only screen and (max-width: 763px) { #yDDdAnlC9UAtK6y1BUTZbLTMf6PLkRIF { top:146px;left:727px;width:37px;height:42px;display:block; }
 }@media only screen and (max-width: 763px) { #kIfPI6PtALZ21PssUKW4GRH0AJGcNfql { top:152px;left:721px;width:43px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #Nn71NaighaT6Bfg5fVJ1stJh6RM4NGPm { top:149px;left:727px;width:37px;height:37px;display:block; }
 }@media only screen and (max-width: 763px) { #thVREOek3EGabFZZVmTlsUJkVP3h56ui { top:147px;left:723px;width:41px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #VRnOW6USox6bemb4Nly26IpS8akNnu8A { top:91px;left:135px;width:629px;height:34px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #gRiXtmnLqHCdyMik1MKq6OdidHJwa9rP { top:271px;left:135px;width:629px;height:34px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #iLRf6ztnZ3B0vR9SDJB5Racn8ydoVGey { top:256px;left:0px;width:275px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #Zb67MPPOvToi2eBR7HpFiAKAXNIkvgcT { top:60px;left:188.23046875px;width:120px;height:150px;display:block; }
 }@media only screen and (max-width: 763px) { #naMBSreM3IwQO1BVT9mGbis2FMxu0h9U { display:block; }#naMBSreM3IwQO1BVT9mGbis2FMxu0h9U > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ekmZxsrd6kx5LIV9cJz6ubb0H1e7ac3O { top:19px;left:0px;width:480px;height:28px;display:block; }
 }@media only screen and (max-width: 763px) { #z0ZvHZLsS5IdcZ7FeEmFczMuWARWwg3F { top:19px;left:613px;width:151px;height:32px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QErfcRS0KmOSKJkbTrAQZryFOCfPwp70 { display:block; }#QErfcRS0KmOSKJkbTrAQZryFOCfPwp70 > .row .container { width:320px;height:87px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u764QqKyqZoD2UZsLIG8FFqLSE8z7Ago { width:292.988px;height:62.3438px;top:12.8125px;left:13.4765625px;font-size:16px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bd53ef3c-115b-4309-a950-7a2ed148377e/BG.jpg");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(0,22,83,0.5); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,22,83,0.5); }#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:1635px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #btLTnJVKBKvaL4osboQs0ntrQyaiB1vq { width:320px;height:35.9961px;top:191px;left:0px;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rnf90B1DcNCA6LxNpub79T1osZcmpwTH { width:320px;height:23.3984px;top:529px;left:0px;font-size:18px;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #cpiX8LpTAfb11sCe6T8yLVtV04dIBWBw { width:74px;height:76px;top:40px;left:244px;display:none; }
 }@media only screen and (max-width: 763px) { #pbt0ZwS5VstOUMX7e7exVKnxl2CIchyJ { width:203.984px;height:65px;top:50px;left:48.4765625px;display:block; }
 }@media only screen and (max-width: 763px) { #xISTz4coisac1Ddngw5a7wIfPRtFDspX { width:127px;height:26px;top:1546px;left:96px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #fTT2ezA6BmiG2TIyfA0Q8vEAEL4pFc7u { width:30px;height:30px;top:1544px;left:194px;display:block; }
#fTT2ezA6BmiG2TIyfA0Q8vEAEL4pFc7u > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #PJoRlUceoh9TfeJyT40HON5Hqo4tuCnZ { width:320px;height:671px;top:836px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #SbBST1GSdDS1OPoyuNPTJS2XcuuBLp6b { width:320px;height:86.3672px;top:866px;left:0px;text-align:center;text-align-last:center;font-size:24px;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TwNwsFoWVxoDaQOKXV0tULVIpoTRICNg { width:280px;height:180px;top:996px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #dCJLoaqG66sTT0OBmvM6S3OH2mmHEu68 { width:195px;height:95px;top:526px;left:63px;display:block; }
 }@media only screen and (max-width: 763px) { #dfUSvw9DlTmyPi259P9sPAqWaPH4hlVb { width:195px;height:30px;top:526px;left:63px;display:block; }
 }@media only screen and (max-width: 763px) { #ri7l4dnLwLK0cuRD05d1ARMD0fLoOldD { width:195px;height:30px;top:643px;left:63px;display:block; }
 }@media only screen and (max-width: 763px) { #JElTUOXoXQaRrbndVEWOfTiVuCwXrPKZ { width:195px;height:95px;top:641px;left:63px;display:block; }
 }@media only screen and (max-width: 763px) { #epoAX0NXT5FSgXo7Qw5JC19KU1ZDkBsn { width:120px;height:23.3984px;top:646px;left:100px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #FDiliKfMaoQFEWxiAgDMrWM69R5nPV73 { width:181.992px;height:35.9961px;top:565px;left:69px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #WGEBSIR0HDK0etZnCvUdzZ1lbQVJKdyM { width:181.992px;height:35.9961px;top:687px;left:70px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #aNNIPlaB9G81hpm2WyFQAPpgk7Lmt4Jx { width:320px;height:191.895px;top:245px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #alDedISoQDxU0Cx5ub2kiUG9mxDnXefo { width:320px;height:57.5781px;top:461px;left:0px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xc3MgAxyNLcKDNI6NbHTwcGqRS8aR07q { width:50px;height:4px;top:441px;left:135px;display:block; }
 }@media only screen and (max-width: 763px) { #pnDJ6SnnJx2godXcUkzlKGkRLFmCB1pf { width:185.996px;height:21.6016px;top:747px;left:67px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x1NTeCM7kyx9C4Tdg74PTCsJk1b4t72Z { display:block; }#x1NTeCM7kyx9C4Tdg74PTCsJk1b4t72Z > .row .container { width:320px;height:495px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TFTLTLkTpf0TAdXpa5IpUNJ2ieZ7TBLC { width:320px;height:195.645px;top:29px;left:0px;font-size:32px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LIcNcSXI23rCVTt3QW0RgxkRcm4Ze4qB { width:294px;height:174px;top:264.96875px;left:23.68085106383px;display:block; }
 }@media only screen and (max-width: 763px) { #iAPhBgSlAw5evB1FZA80KGVCfHHPLxrK { height:171px;width:305px;top:250.96875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #qhUbOMcaGU1XBWXfTA9X7nMCf49AuulC { display:block; }#qhUbOMcaGU1XBWXfTA9X7nMCf49AuulC > .row .container { width:320px;height:1481px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cr5r8eBMfGHsrWpAX9ErbOy5THK6zLVh { width:276px;height:67.5781px;top:21px;left:24px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #tiI8zyTLISUGRqCNbCVV67drIpgaVX55 { width:15px;height:28px;top:21px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TmkRTpDqOJ9CnPNEvD3akydZ7RrkdU1X { width:320px;height:370px;top:155.59375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #SMQN4D9TxnoT3tUTf1wpmteIOCmp61pb { width:320px;height:161px;top:155.5938px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #qorepN5ihEexBJDit93ww9nlnft6HUPw { width:280px;height:46.7969px;top:338.59375px;left:20px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #QX7vou0X1lzNWHcdMg61Gynz6Jn9Jmtf { width:280px;height:62.3438px;top:395.34375px;left:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #bKkWmSUUmAKXQKe4Tvgkhvwm4Qw7So50 { width:128px;height:20.7969px;top:475.59375px;left:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #fu74BGx9BRCT3OOgXol0p38TRMTaVH8F { width:24px;height:24px;top:474px;left:97px;display:block; }
 }@media only screen and (max-width: 763px) { #PbK3fAAoN57frfoAOM4DDuqOFMNQP8IN { width:128px;height:20.7969px;top:475.15625px;left:173px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #kCc0uF66mCaCUiIED1IHdVMdpgKEK36q { width:320px;height:380px;top:545.59375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #GTm64JUh7VSq5pqL13Df3EFgTE1BRpiZ { width:280px;height:46.7969px;top:737px;left:20px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #PbFVFpqsILT16BITgaqdPQToJQlpkMCC { width:280px;height:62.3438px;top:794px;left:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #AxceV27DkZbWwEGC2gGTZlQL2CPGJ6cI { width:128px;height:20.7969px;top:877px;left:173px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #vQMsit1kc5aJsQtIBQglxbybu92IcFLG { width:320px;height:171px;top:545.59375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #UqPmf2rtUcyHeSq3N5zfE9bEWzEByNBc { width:128px;height:20.7969px;top:877px;left:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #vTh5uA5tsSWlp4t8KFZioA5p7VvcHWco { width:24px;height:24px;top:874.796875px;left:97px;display:block; }
 }@media only screen and (max-width: 763px) { #lc4eTlSlqxXSkg0cSDM4kfmzCHzHD0WT { width:320px;height:421px;top:962px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #xf0aEcqp5mOrHi7NPRRoDU7l5RFvqE4a { width:280px;height:70.1953px;top:1169px;left:20px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #bFqZtQ9Pa3TQ52sSdaVM6ApyCbks5Xoa { width:280px;height:62.3438px;top:1254px;left:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #PzytdpQu45DiEhRDF7l3H0IAJ9EBIAue { width:128px;height:20.7969px;top:1337px;left:173px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #AqVFiMccL0eMl7k5moAG26C9uk3JvQDD { width:320px;height:183px;top:962px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #sb2helnbwlL7RwN8PPEy7iKIHl4hW7Jn { width:128px;height:20.7969px;top:1337px;left:19px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #FUTBttZsfhMqPTMFCJK5qX4i4yWBRfLU { width:24px;height:24px;top:1334px;left:92px;display:block; }
 }@media only screen and (max-width: 763px) { #QyzyZHEtrETKBRdveobqFGAameiwzyLF { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/50dcf199-4385-4a38-a3d6-ab96806e06f7/Prancheta1.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#QyzyZHEtrETKBRdveobqFGAameiwzyLF.adaptive-delivery-prevent-bg, #QyzyZHEtrETKBRdveobqFGAameiwzyLF.lazyload, #QyzyZHEtrETKBRdveobqFGAameiwzyLF.lazyloading { background-image: none; }#QyzyZHEtrETKBRdveobqFGAameiwzyLF > .row .container { background-color: transparent; background-image: none; }#QyzyZHEtrETKBRdveobqFGAameiwzyLF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QyzyZHEtrETKBRdveobqFGAameiwzyLF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QyzyZHEtrETKBRdveobqFGAameiwzyLF > .row .container > .video-iframe-container { display: none; }#QyzyZHEtrETKBRdveobqFGAameiwzyLF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QyzyZHEtrETKBRdveobqFGAameiwzyLF > .row > .video-iframe-container { display: none; }#QyzyZHEtrETKBRdveobqFGAameiwzyLF > .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); }#QyzyZHEtrETKBRdveobqFGAameiwzyLF > .row .container { width:320px;height:570px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZPQFkRefJCzsT3naaK4qS7T0E8AL8A5X { width:320px;height:115.312px;top:295px;left:0px;font-size:31px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hzFu5rufgpVVvHMVvenQHezIGiD7SC5y { width:320px;height:98px;top:427px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #wW4Z2BlH7snRxhym4BNAKu5m6NZ3x8bJ { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d197c8e9-22f7-4b9e-8324-749ab80ba572/bg_footer.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#wW4Z2BlH7snRxhym4BNAKu5m6NZ3x8bJ.adaptive-delivery-prevent-bg, #wW4Z2BlH7snRxhym4BNAKu5m6NZ3x8bJ.lazyload, #wW4Z2BlH7snRxhym4BNAKu5m6NZ3x8bJ.lazyloading { background-image: none; }#wW4Z2BlH7snRxhym4BNAKu5m6NZ3x8bJ > .row .container { background-color: transparent; background-image: none; }#wW4Z2BlH7snRxhym4BNAKu5m6NZ3x8bJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wW4Z2BlH7snRxhym4BNAKu5m6NZ3x8bJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wW4Z2BlH7snRxhym4BNAKu5m6NZ3x8bJ > .row .container > .video-iframe-container { display: none; }#wW4Z2BlH7snRxhym4BNAKu5m6NZ3x8bJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wW4Z2BlH7snRxhym4BNAKu5m6NZ3x8bJ > .row > .video-iframe-container { display: none; }#wW4Z2BlH7snRxhym4BNAKu5m6NZ3x8bJ > .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); }#wW4Z2BlH7snRxhym4BNAKu5m6NZ3x8bJ > .row .container { width:320px;height:610px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zw7A327fdoAHmNa6mDf3s8yDFphAZWID { width:260px;height:85px;top:56px;left:30px;display:block; }
 }@media only screen and (max-width: 763px) { #yDDdAnlC9UAtK6y1BUTZbLTMf6PLkRIF { width:37px;height:42px;top:453px;left:230px;display:block; }
 }@media only screen and (max-width: 763px) { #kIfPI6PtALZ21PssUKW4GRH0AJGcNfql { width:43px;height:31px;top:458px;left:171px;display:block; }
 }@media only screen and (max-width: 763px) { #Nn71NaighaT6Bfg5fVJ1stJh6RM4NGPm { width:37px;height:37px;top:455px;left:116px;display:block; }
 }@media only screen and (max-width: 763px) { #thVREOek3EGabFZZVmTlsUJkVP3h56ui { width:41px;height:40px;top:454px;left:53px;display:block; }
 }@media only screen and (max-width: 763px) { #VRnOW6USox6bemb4Nly26IpS8akNnu8A { width:320px;height:23.9844px;top:410px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gRiXtmnLqHCdyMik1MKq6OdidHJwa9rP { width:320px;height:23.9844px;top:543px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iLRf6ztnZ3B0vR9SDJB5Racn8ydoVGey { width:253px;height:42px;top:166.34375px;left:33.5px;display:block; }
 }@media only screen and (max-width: 763px) { #Zb67MPPOvToi2eBR7HpFiAKAXNIkvgcT { width:120px;height:150px;top:232.24609375px;left:100px;display:block; }
 }@media only screen and (max-width: 763px) { #naMBSreM3IwQO1BVT9mGbis2FMxu0h9U { display:block; }#naMBSreM3IwQO1BVT9mGbis2FMxu0h9U > .row .container { width:320px;height:125px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ekmZxsrd6kx5LIV9cJz6ubb0H1e7ac3O { width:320px;height:36px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #z0ZvHZLsS5IdcZ7FeEmFczMuWARWwg3F { width:151px;height:31.993047497947px;top:75.9961px;left:84px;display:block; }
 }